Normalized imports, regenerated

This commit is contained in:
Luke Hagar
2024-09-08 03:06:14 +00:00
parent 4d8ee6c199
commit 244adab882
1008 changed files with 21410 additions and 19981 deletions

View File

@@ -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;