import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1EventsControllerGenListSpecificEventEventsStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1EventsControllerGenListSpecificEventEventsStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1EventsControllerGenListSpecificEventEventsResponseBodyData = { status: ConsoleV1EventsControllerGenListSpecificEventEventsStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody extends Error { status: ConsoleV1EventsControllerGenListSpecificEventEventsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1EventsControllerGenListSpecificEventEventsResponseBodyData; constructor(err: ConsoleV1EventsControllerGenListSpecificEventEventsResponseBodyData); } export declare const ConsoleV1EventsControllerGenListSpecificEventStatus: { readonly FourHundred: 400; }; export type ConsoleV1EventsControllerGenListSpecificEventStatus = ClosedEnum; /** * Invalid request. Please check the request input and try again. */ export type ConsoleV1EventsControllerGenListSpecificEventResponseBodyData = { status: ConsoleV1EventsControllerGenListSpecificEventStatus; message: string; }; /** * Invalid request. Please check the request input and try again. */ export declare class ConsoleV1EventsControllerGenListSpecificEventResponseBody extends Error { status: ConsoleV1EventsControllerGenListSpecificEventStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1EventsControllerGenListSpecificEventResponseBodyData; constructor(err: ConsoleV1EventsControllerGenListSpecificEventResponseBodyData); } /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventEventsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventEventsStatus$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 ConsoleV1EventsControllerGenListSpecificEventEventsStatus$ { /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventEventsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventEventsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$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 ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$ { /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1EventsControllerGenListSpecificEventEventsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventStatus$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 ConsoleV1EventsControllerGenListSpecificEventStatus$ { /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1EventsControllerGenListSpecificEventResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1EventsControllerGenListSpecificEventResponseBody$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 ConsoleV1EventsControllerGenListSpecificEventResponseBody$ { /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1EventsControllerGenListSpecificEventResponseBody$Outbound` instead. */ type Outbound = ConsoleV1EventsControllerGenListSpecificEventResponseBody$Outbound; } //# sourceMappingURL=consolev1eventscontrollergenlistspecificevent.d.ts.map