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