ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.193.4

This commit is contained in:
speakeasybot
2024-02-25 01:13:04 +00:00
parent 865e2dc038
commit 9c6ac8033f
10 changed files with 33 additions and 21 deletions

View File

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