ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2

This commit is contained in:
speakeasybot
2024-06-22 00:02:56 +00:00
parent 7406efba26
commit 087db87584
149 changed files with 3817 additions and 1479 deletions

View File

@@ -2,9 +2,9 @@
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
*/
import { HTTPClient } from "./http";
import { RetryConfig } from "./retries";
import { Params, pathToFunc } from "./url";
import { HTTPClient } from "./http.js";
import { RetryConfig } from "./retries.js";
import { Params, pathToFunc } from "./url.js";
/**
* Contains the list of servers available to the SDK
@@ -16,9 +16,6 @@ export const ServerList = [
"{protocol}://{ip}:{port}",
] as const;
/**
* The protocol to use when connecting to your plex server.
*/
export enum ServerProtocol {
Http = "http",
Https = "https",
@@ -30,7 +27,7 @@ export type SDKOptions = {
/**
* Allows setting the xPlexClientIdentifier parameter for all supported operations
*/
xPlexClientIdentifier?: string;
xPlexClientIdentifier?: string | undefined;
httpClient?: HTTPClient;
/**
@@ -87,7 +84,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.3",
sdkVersion: "0.17.0",
genVersion: "2.342.6",
userAgent: "speakeasy-sdk/typescript 0.17.0 2.342.6 0.0.3 @lukehagar/plexjs",
sdkVersion: "0.18.0",
genVersion: "2.349.6",
userAgent: "speakeasy-sdk/typescript 0.18.0 2.349.6 0.0.3 @lukehagar/plexjs",
} as const;