mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user