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