import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1AutotunesControllerGenReadAutotunesStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1AutotunesControllerGenReadAutotunesStatus = ClosedEnum; /** * Not Found. The requested resource could not be found. */ export type ConsoleV1AutotunesControllerGenReadAutotunesResponseBodyData = { status: ConsoleV1AutotunesControllerGenReadAutotunesStatus; message: string; }; /** * Not Found. The requested resource could not be found. */ export declare class ConsoleV1AutotunesControllerGenReadAutotunesResponseBody extends Error { status: ConsoleV1AutotunesControllerGenReadAutotunesStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1AutotunesControllerGenReadAutotunesResponseBodyData; constructor(err: ConsoleV1AutotunesControllerGenReadAutotunesResponseBodyData); } export declare const ConsoleV1AutotunesControllerGenReadStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1AutotunesControllerGenReadStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1AutotunesControllerGenReadResponseBodyData = { status: ConsoleV1AutotunesControllerGenReadStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1AutotunesControllerGenReadResponseBody extends Error { status: ConsoleV1AutotunesControllerGenReadStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1AutotunesControllerGenReadResponseBodyData; constructor(err: ConsoleV1AutotunesControllerGenReadResponseBodyData); } /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadAutotunesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadAutotunesStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1AutotunesControllerGenReadAutotunesStatus$ { /** @deprecated use `ConsoleV1AutotunesControllerGenReadAutotunesStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1AutotunesControllerGenReadAutotunesStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$ { /** @deprecated use `ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$Outbound` instead. */ type Outbound = ConsoleV1AutotunesControllerGenReadAutotunesResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1AutotunesControllerGenReadStatus$ { /** @deprecated use `ConsoleV1AutotunesControllerGenReadStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1AutotunesControllerGenReadStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1AutotunesControllerGenReadResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1AutotunesControllerGenReadResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1AutotunesControllerGenReadResponseBody$ { /** @deprecated use `ConsoleV1AutotunesControllerGenReadResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenReadResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenReadResponseBody$Outbound` instead. */ type Outbound = ConsoleV1AutotunesControllerGenReadResponseBody$Outbound; } //# sourceMappingURL=consolev1autotunescontrollergenread.d.ts.map