ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.178.0

This commit is contained in:
speakeasybot
2024-02-13 01:09:41 +00:00
parent 66e4641bb6
commit f877f9040a
10 changed files with 31 additions and 19 deletions

View File

@@ -121,7 +121,7 @@ const apiKey: string = "string";
const apiUsername: string = "string";
const id: string = "string";
const requestBody: CreateTopicTimerRequestBody = {
time: "string",
time: "",
};
const res = await sdk.topics.createTopicTimer(apiKey, apiUsername, id, requestBody);