mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 04:20:52 +00:00
Normalized imports, regenerated
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
*/
|
||||
|
||||
import { ClosedEnum } from "../types/enums.js";
|
||||
import { ClosedEnum } from "../sdk/types/enums.js";
|
||||
import { HTTPClient } from "./http.js";
|
||||
import { Logger } from "./logger.js";
|
||||
import { RetryConfig } from "./retries.js";
|
||||
@@ -89,7 +89,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
||||
export const SDK_METADATA = {
|
||||
language: "typescript",
|
||||
openapiDocVersion: "0.0.3",
|
||||
sdkVersion: "0.20.0",
|
||||
genVersion: "2.409.8",
|
||||
userAgent: "speakeasy-sdk/typescript 0.20.0 2.409.8 0.0.3 @lukehagar/plexjs",
|
||||
sdkVersion: "0.20.1",
|
||||
genVersion: "2.411.9",
|
||||
userAgent: "speakeasy-sdk/typescript 0.20.1 2.411.9 0.0.3 @lukehagar/plexjs",
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user