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.314.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user