import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus = ClosedEnum; /** * Not Found. The requested resource could not be found. */ export type ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBodyData = { status: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus; message: string; }; /** * Not Found. The requested resource could not be found. */ export declare class ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody extends Error { status: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBodyData; constructor(err: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBodyData); } export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBodyData = { status: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody extends Error { status: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBodyData; constructor(err: ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBodyData); } export declare const ConsoleV1AutotunesControllerGenMakeDecisionStatus: { readonly FourHundred: 400; }; export type ConsoleV1AutotunesControllerGenMakeDecisionStatus = ClosedEnum; /** * Invalid request. Please check the request input and try again. */ export type ConsoleV1AutotunesControllerGenMakeDecisionResponseBodyData = { status: ConsoleV1AutotunesControllerGenMakeDecisionStatus; message: string; }; /** * Invalid request. Please check the request input and try again. */ export declare class ConsoleV1AutotunesControllerGenMakeDecisionResponseBody extends Error { status: ConsoleV1AutotunesControllerGenMakeDecisionStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1AutotunesControllerGenMakeDecisionResponseBodyData; constructor(err: ConsoleV1AutotunesControllerGenMakeDecisionResponseBodyData); } /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus$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 ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus$ { /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$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 ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$ { /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$Outbound` instead. */ type Outbound = ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus$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 ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus$ { /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$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 ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$ { /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$Outbound` instead. */ type Outbound = ConsoleV1AutotunesControllerGenMakeDecisionAutotunesResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionStatus$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 ConsoleV1AutotunesControllerGenMakeDecisionStatus$ { /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$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 ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$ { /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$Outbound` instead. */ type Outbound = ConsoleV1AutotunesControllerGenMakeDecisionResponseBody$Outbound; } //# sourceMappingURL=consolev1autotunescontrollergenmakedecision.d.ts.map