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

@@ -316,7 +316,7 @@ import { RefreshGravatarRequest } from "@lukehagar/discoursejs/dist/sdk/models/o
async function run() {
const sdk = new SDK();
const username: string = "string";
const username: string = "<value>";
const res = await sdk.admin.refreshGravatar(username);
@@ -406,7 +406,7 @@ async function run() {
const id: number = 970832;
const requestBody: SuspendUserRequestBody = {
postAction: "delete",
reason: "string",
reason: "<value>",
suspendUntil: "2121-02-22",
};