mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.133.1
This commit is contained in:
@@ -10,10 +10,6 @@ import { RetryConfig } from "./retries";
|
||||
* Contains the list of servers available to the SDK
|
||||
*/
|
||||
export const ServerList = [
|
||||
/**
|
||||
* The full address of your Plex Server
|
||||
*/
|
||||
"http://10.10.10.47:32400",
|
||||
/**
|
||||
* The full address of your Plex Server
|
||||
*/
|
||||
@@ -62,7 +58,6 @@ export function serverURLFromOptions(options: SDKOptions): URL {
|
||||
let serverURL = options.serverURL;
|
||||
|
||||
const serverParams = [
|
||||
{},
|
||||
{
|
||||
protocol: options.protocol?.toString() ?? "http",
|
||||
ip: options.ip?.toString() ?? "10.10.10.47",
|
||||
@@ -84,7 +79,7 @@ export function serverURLFromOptions(options: SDKOptions): URL {
|
||||
export const SDK_METADATA = Object.freeze({
|
||||
language: "typescript",
|
||||
openapiDocVersion: "0.0.3",
|
||||
sdkVersion: "0.3.0",
|
||||
genVersion: "2.225.2",
|
||||
userAgent: "speakeasy-sdk/typescript 0.3.0 2.225.2 0.0.3 @lukehagar/plexjs",
|
||||
sdkVersion: "0.3.1",
|
||||
genVersion: "2.228.1",
|
||||
userAgent: "speakeasy-sdk/typescript 0.3.1 2.228.1 0.0.3 @lukehagar/plexjs",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user