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