ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.134.1

This commit is contained in:
speakeasybot
2024-01-10 15:52:19 +00:00
parent e1fd590ae2
commit 8f30f5e66d
23 changed files with 209 additions and 199 deletions

View File

@@ -15,7 +15,7 @@ Create backup
### Example Usage
```typescript
import { SDK } from "openapi";
import { SDK } from "discoursejs";
async function run() {
const sdk = new SDK();
@@ -56,8 +56,8 @@ Download backup
### Example Usage
```typescript
import { SDK } from "openapi";
import { DownloadBackupRequest } from "openapi/dist/sdk/models/operations";
import { SDK } from "discoursejs";
import { DownloadBackupRequest } from "discoursejs/dist/sdk/models/operations";
async function run() {
const sdk = new SDK();
@@ -99,7 +99,7 @@ List backups
### Example Usage
```typescript
import { SDK } from "openapi";
import { SDK } from "discoursejs";
async function run() {
const sdk = new SDK();
@@ -137,8 +137,8 @@ Send download backup email
### Example Usage
```typescript
import { SDK } from "openapi";
import { SendDownloadBackupEmailRequest } from "openapi/dist/sdk/models/operations";
import { SDK } from "discoursejs";
import { SendDownloadBackupEmailRequest } from "discoursejs/dist/sdk/models/operations";
async function run() {
const sdk = new SDK();