mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.390.1
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
```typescript
|
||||
import { CreateUploadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: CreateUploadRequestBody = {
|
||||
type: "custom_emoji",
|
||||
};
|
||||
// No examples available for this model
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
@@ -8,19 +8,19 @@ file uploaded
|
||||
import { CreateUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: CreateUploadResponseBody = {
|
||||
extension: "mp4v",
|
||||
filesize: 311486,
|
||||
height: 416692,
|
||||
extension: "jpg",
|
||||
filesize: 567846,
|
||||
height: 172195,
|
||||
humanFilesize: "<value>",
|
||||
id: 888616,
|
||||
id: 621169,
|
||||
originalFilename: "<value>",
|
||||
retainHours: "<value>",
|
||||
shortPath: "<value>",
|
||||
shortUrl: "<value>",
|
||||
thumbnailHeight: 810839,
|
||||
thumbnailWidth: 697274,
|
||||
url: "http://juvenile-cougar.biz",
|
||||
width: 59383,
|
||||
thumbnailHeight: 85076,
|
||||
thumbnailWidth: 498180,
|
||||
url: "http://tragic-tuba.name",
|
||||
width: 763165,
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
@@ -5,15 +5,12 @@
|
||||
```typescript
|
||||
import { FileT } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: FileT = {
|
||||
content: new TextEncoder().encode("0x79ac3d1a9D"),
|
||||
fileName: "your_file_here",
|
||||
};
|
||||
// No examples available for this model
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `content` | *Uint8Array* | :heavy_check_mark: | N/A |
|
||||
| `fileName` | *string* | :heavy_check_mark: | N/A |
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
|
||||
| `content` | *ReadableStream<Uint8Array>* | :heavy_check_mark: | N/A |
|
||||
| `fileName` | *string* | :heavy_check_mark: | N/A |
|
||||
@@ -8,7 +8,7 @@ import { GeneratePresignedPutRequestBody } from "@lukehagar/discoursejs/sdk/mode
|
||||
let value: GeneratePresignedPutRequestBody = {
|
||||
fileName: "IMG_2021.jpeg",
|
||||
fileSize: 4096,
|
||||
type: "composer",
|
||||
type: "profile_background",
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
```typescript
|
||||
import { Type } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: Type = "composer";
|
||||
let value: Type = "profile_background";
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
Reference in New Issue
Block a user