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

@@ -74,7 +74,7 @@ async function run() {
mutedCategoryIds: [
385163,
],
name: "string",
name: "<value>",
regularCategoryIds: [
723588,
],
@@ -168,7 +168,7 @@ import { GetGroupRequest } from "@lukehagar/discoursejs/dist/sdk/models/operatio
async function run() {
const sdk = new SDK();
const id: string = "string";
const id: string = "<value>";
const res = await sdk.groups.getGroup(id);
@@ -209,7 +209,7 @@ import { ListGroupMembersRequest } from "@lukehagar/discoursejs/dist/sdk/models/
async function run() {
const sdk = new SDK();
const id: string = "string";
const id: string = "<value>";
const res = await sdk.groups.listGroupMembers(id);
@@ -339,7 +339,7 @@ const requestBody: UpdateGroupRequestBody = {
mutedCategoryIds: [
244551,
],
name: "string",
name: "<value>",
regularCategoryIds: [
750192,
],