ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.392.1

This commit is contained in:
speakeasybot
2024-09-07 00:24:40 +00:00
parent 4263aff21c
commit 1f230d2988
17 changed files with 1135 additions and 613 deletions

View File

@@ -179,7 +179,7 @@ import { badgesDeleteBadge } from "@lukehagar/discoursejs/funcs/badgesDeleteBadg
const sdk = new SDKCore();
async function run() {
const res = await badgesDeleteBadge(sdk, 402816);
const res = await badgesDeleteBadge(sdk, 32345);
if (!res.ok) {
throw res.error;
@@ -247,7 +247,7 @@ import { badgesListUserBadges } from "@lukehagar/discoursejs/funcs/badgesListUse
const sdk = new SDKCore();
async function run() {
const res = await badgesListUserBadges(sdk, "Eloisa_Davis");
const res = await badgesListUserBadges(sdk, "Faustino28");
if (!res.ok) {
throw res.error;
@@ -316,7 +316,7 @@ import { badgesUpdateBadge } from "@lukehagar/discoursejs/funcs/badgesUpdateBadg
const sdk = new SDKCore();
async function run() {
const res = await badgesUpdateBadge(sdk, 569102);
const res = await badgesUpdateBadge(sdk, 280628);
if (!res.ok) {
throw res.error;