import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus: { readonly FourHundredAndThree: 403; }; export type ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus = ClosedEnum; /** * Forbidden. The request was valid, but the server is refusing action. You might not have the necessary permissions to access the resource. */ export type ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBodyData = { status: ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus; message: string; }; /** * Forbidden. The request was valid, but the server is refusing action. You might not have the necessary permissions to access the resource. */ export declare class ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody extends Error { status: ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBodyData; constructor(err: ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBodyData); } export declare const ConsoleV1DynamicConfigControllerGenCreateStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1DynamicConfigControllerGenCreateStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBodyData = { status: ConsoleV1DynamicConfigControllerGenCreateStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody extends Error { status: ConsoleV1DynamicConfigControllerGenCreateStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBodyData; constructor(err: ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBodyData); } export declare const Status: { readonly FourHundred: 400; }; export type Status = ClosedEnum; /** * Invalid request. Please check the request input and try again. */ export type ConsoleV1DynamicConfigControllerGenCreateResponseBodyData = { status: Status; message: string; }; /** * Invalid request. Please check the request input and try again. */ export declare class ConsoleV1DynamicConfigControllerGenCreateResponseBody extends Error { status: Status; /** The original data that was passed to this error instance. */ data$: ConsoleV1DynamicConfigControllerGenCreateResponseBodyData; constructor(err: ConsoleV1DynamicConfigControllerGenCreateResponseBodyData); } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus$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 ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndThree: 403; }>; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndThree: 403; }>; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$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 ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateStatus$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 ConsoleV1DynamicConfigControllerGenCreateStatus$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$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 ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenCreateDynamicConfigsResponseBody$Outbound; } /** @internal */ export declare const Status$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const Status$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 Status$ { /** @deprecated use `Status$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `Status$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenCreateResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenCreateResponseBody$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 ConsoleV1DynamicConfigControllerGenCreateResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenCreateResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenCreateResponseBody$Outbound; } //# sourceMappingURL=consolev1dynamicconfigcontrollergencreate.d.ts.map