mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 12:27:48 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.396.6
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import { DownloadBackupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: DownloadBackupRequest = {
|
||||
filename: "your_file_here",
|
||||
filename: "example.file",
|
||||
token: "<value>",
|
||||
};
|
||||
```
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import { SendDownloadBackupEmailRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: SendDownloadBackupEmailRequest = {
|
||||
filename: "your_file_here",
|
||||
filename: "example.file",
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user