ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.134.1

This commit is contained in:
speakeasybot
2024-01-10 17:52:36 +00:00
parent 0acace1c5a
commit e68d95df29
23 changed files with 208 additions and 198 deletions

View File

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