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