ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.396.6

This commit is contained in:
speakeasybot
2024-09-13 00:24:46 +00:00
parent 13286be7b5
commit 0c7ef6852c
10 changed files with 124 additions and 107 deletions

View File

@@ -6,7 +6,7 @@
import { DownloadBackupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: DownloadBackupRequest = {
filename: "your_file_here",
filename: "example.file",
token: "<value>",
};
```

View File

@@ -6,7 +6,7 @@
import { ResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ResponseBody = {
filename: "your_file_here",
filename: "example.file",
lastModified: "<value>",
size: 548814,
};

View File

@@ -6,7 +6,7 @@
import { SendDownloadBackupEmailRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SendDownloadBackupEmailRequest = {
filename: "your_file_here",
filename: "example.file",
};
```