ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.331.0

This commit is contained in:
speakeasybot
2024-07-11 00:22:59 +00:00
parent 89eff21a1c
commit 03a5a4fef9
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.6";
genVersion = "2.349.6";
userAgent = "speakeasy-sdk/typescript 0.4.6 2.349.6 latest @lukehagar/discoursejs";
sdkVersion = "0.4.7";
genVersion = "2.365.0";
userAgent = "speakeasy-sdk/typescript 0.4.7 2.365.0 latest @lukehagar/discoursejs";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);