import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1HoldoutOverridesControllerGenReadStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1HoldoutOverridesControllerGenReadStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1HoldoutOverridesControllerGenReadResponseBodyData = { status: ConsoleV1HoldoutOverridesControllerGenReadStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1HoldoutOverridesControllerGenReadResponseBody extends Error { status: ConsoleV1HoldoutOverridesControllerGenReadStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1HoldoutOverridesControllerGenReadResponseBodyData; constructor(err: ConsoleV1HoldoutOverridesControllerGenReadResponseBodyData); } /** @internal */ export declare const ConsoleV1HoldoutOverridesControllerGenReadStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1HoldoutOverridesControllerGenReadStatus$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 ConsoleV1HoldoutOverridesControllerGenReadStatus$ { /** @deprecated use `ConsoleV1HoldoutOverridesControllerGenReadStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1HoldoutOverridesControllerGenReadStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1HoldoutOverridesControllerGenReadResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1HoldoutOverridesControllerGenReadResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1HoldoutOverridesControllerGenReadResponseBody$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 ConsoleV1HoldoutOverridesControllerGenReadResponseBody$ { /** @deprecated use `ConsoleV1HoldoutOverridesControllerGenReadResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1HoldoutOverridesControllerGenReadResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1HoldoutOverridesControllerGenReadResponseBody$Outbound` instead. */ type Outbound = ConsoleV1HoldoutOverridesControllerGenReadResponseBody$Outbound; } //# sourceMappingURL=consolev1holdoutoverridescontrollergenread.d.ts.map