import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus = ClosedEnum; /** * Not Found. The requested resource could not be found. */ export type ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBodyData = { status: ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus; message: string; }; /** * Not Found. The requested resource could not be found. */ export declare class ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody extends Error { status: ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBodyData; constructor(err: ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBodyData); } export declare const ConsoleV1DynamicConfigControllerGenRemoveStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1DynamicConfigControllerGenRemoveStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1DynamicConfigControllerGenRemoveResponseBodyData = { status: ConsoleV1DynamicConfigControllerGenRemoveStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1DynamicConfigControllerGenRemoveResponseBody extends Error { status: ConsoleV1DynamicConfigControllerGenRemoveStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1DynamicConfigControllerGenRemoveResponseBodyData; constructor(err: ConsoleV1DynamicConfigControllerGenRemoveResponseBodyData); } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus$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 ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$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 ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenRemoveDynamicConfigsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveStatus$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 ConsoleV1DynamicConfigControllerGenRemoveStatus$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenRemoveResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenRemoveResponseBody$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 ConsoleV1DynamicConfigControllerGenRemoveResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenRemoveResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenRemoveResponseBody$Outbound; } //# sourceMappingURL=consolev1dynamicconfigcontrollergenremove.d.ts.map