ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.390.1

This commit is contained in:
speakeasybot
2024-09-04 00:25:14 +00:00
parent 9d5aa012d5
commit 25ff2271e3
26 changed files with 216 additions and 100 deletions

View File

@@ -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

View File

@@ -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,
};
```

View File

@@ -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 |

View File

@@ -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",
};
```

View File

@@ -5,7 +5,7 @@
```typescript
import { Type } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Type = "composer";
let value: Type = "profile_background";
```
## Values