ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.200.0

This commit is contained in:
speakeasybot
2024-03-02 00:26:02 +00:00
parent b0f89ba7d4
commit 3020866795
23 changed files with 355 additions and 71 deletions

View File

@@ -7,7 +7,7 @@ import { HTTPClient } from "../lib/http";
export type HookContext = {
operationID: string;
oAuth2Scopes?: string[];
security?: string | (() => Promise<string>);
securitySource?: any | (() => Promise<any>);
};
export type Awaitable<T> = T | Promise<T>;