ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.277.8

This commit is contained in:
speakeasybot
2024-05-03 01:15:16 +00:00
parent 86f241375e
commit a18d9b24da
6 changed files with 5718 additions and 17 deletions

View File

@@ -61,9 +61,9 @@ export class SDKConfiguration {
serverDefaults: any;
language = "typescript";
openapiDocVersion = "latest";
sdkVersion = "0.4.4";
genVersion = "2.280.6";
userAgent = "speakeasy-sdk/typescript 0.4.4 2.280.6 latest @lukehagar/discoursejs";
sdkVersion = "0.4.5";
genVersion = "2.319.10";
userAgent = "speakeasy-sdk/typescript 0.4.5 2.319.10 latest @lukehagar/discoursejs";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);