ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.133.1

This commit is contained in:
speakeasybot
2024-01-05 19:51:55 +00:00
parent e5abca0f3c
commit f306faa1ff
7 changed files with 24 additions and 20 deletions

View File

@@ -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",
});