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

@@ -13,8 +13,8 @@ Create an invite
### Example Usage
```typescript
import { SDK } from "openapi";
import { CreateInviteRequest, CreateInviteRequestBody } from "openapi/dist/sdk/models/operations";
import { SDK } from "discoursejs";
import { CreateInviteRequest, CreateInviteRequestBody } from "discoursejs/dist/sdk/models/operations";
async function run() {
const sdk = new SDK();
@@ -63,8 +63,8 @@ Invite to topic
### Example Usage
```typescript
import { SDK } from "openapi";
import { InviteToTopicRequest, InviteToTopicRequestBody } from "openapi/dist/sdk/models/operations";
import { SDK } from "discoursejs";
import { InviteToTopicRequest, InviteToTopicRequestBody } from "discoursejs/dist/sdk/models/operations";
async function run() {
const sdk = new SDK();