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