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