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