ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.180.1

This commit is contained in:
speakeasybot
2024-02-15 01:09:18 +00:00
parent f877f9040a
commit 865e2dc038
19 changed files with 134 additions and 124 deletions

View File

@@ -61,8 +61,8 @@ import { DownloadBackupRequest } from "@lukehagar/discoursejs/dist/sdk/models/op
async function run() {
const sdk = new SDK();
const filename: string = "string";
const token: string = "string";
const filename: string = "<value>";
const token: string = "<value>";
const res = await sdk.backups.downloadBackup(filename, token);
@@ -142,7 +142,7 @@ import { SendDownloadBackupEmailRequest } from "@lukehagar/discoursejs/dist/sdk/
async function run() {
const sdk = new SDK();
const filename: string = "string";
const filename: string = "<value>";
const res = await sdk.backups.sendDownloadBackupEmail(filename);