ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2

This commit is contained in:
speakeasybot
2025-06-04 00:13:03 +00:00
parent 6bd12d8759
commit 2b38478255
368 changed files with 4618 additions and 9190 deletions

View File

@@ -54,6 +54,10 @@ export type SDKOptions = {
* Allows overriding the default server URL used by the SDK
*/
serverURL?: string | undefined;
/**
* Allows overriding the default user agent used by the SDK
*/
userAgent?: string | undefined;
/**
* Allows overriding the default retry config used by the SDK
*/
@@ -90,7 +94,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.3",
sdkVersion: "0.37.2",
genVersion: "2.597.9",
userAgent: "speakeasy-sdk/typescript 0.37.2 2.597.9 0.0.3 @lukehagar/plexjs",
sdkVersion: "0.38.0",
genVersion: "2.620.2",
userAgent: "speakeasy-sdk/typescript 0.38.0 2.620.2 0.0.3 @lukehagar/plexjs",
} as const;