import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1KeysControllerGenRotateKeysStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1KeysControllerGenRotateKeysStatus = ClosedEnum; /** * Key not found. */ export type ConsoleV1KeysControllerGenRotateKeysResponseBodyData = { status: ConsoleV1KeysControllerGenRotateKeysStatus; message: string; }; /** * Key not found. */ export declare class ConsoleV1KeysControllerGenRotateKeysResponseBody extends Error { status: ConsoleV1KeysControllerGenRotateKeysStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1KeysControllerGenRotateKeysResponseBodyData; constructor(err: ConsoleV1KeysControllerGenRotateKeysResponseBodyData); } export declare const ConsoleV1KeysControllerGenRotateStatus: { readonly FourHundredAndThree: 403; }; export type ConsoleV1KeysControllerGenRotateStatus = ClosedEnum; /** * Insufficient permissions. */ export type ConsoleV1KeysControllerGenRotateResponseBodyData = { status: ConsoleV1KeysControllerGenRotateStatus; message: string; }; /** * Insufficient permissions. */ export declare class ConsoleV1KeysControllerGenRotateResponseBody extends Error { status: ConsoleV1KeysControllerGenRotateStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1KeysControllerGenRotateResponseBodyData; constructor(err: ConsoleV1KeysControllerGenRotateResponseBodyData); } /** @internal */ export declare const ConsoleV1KeysControllerGenRotateKeysStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1KeysControllerGenRotateKeysStatus$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 ConsoleV1KeysControllerGenRotateKeysStatus$ { /** @deprecated use `ConsoleV1KeysControllerGenRotateKeysStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1KeysControllerGenRotateKeysStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1KeysControllerGenRotateKeysResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1KeysControllerGenRotateKeysResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1KeysControllerGenRotateKeysResponseBody$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 ConsoleV1KeysControllerGenRotateKeysResponseBody$ { /** @deprecated use `ConsoleV1KeysControllerGenRotateKeysResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1KeysControllerGenRotateKeysResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1KeysControllerGenRotateKeysResponseBody$Outbound` instead. */ type Outbound = ConsoleV1KeysControllerGenRotateKeysResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1KeysControllerGenRotateStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1KeysControllerGenRotateStatus$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 ConsoleV1KeysControllerGenRotateStatus$ { /** @deprecated use `ConsoleV1KeysControllerGenRotateStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndThree: 403; }>; /** @deprecated use `ConsoleV1KeysControllerGenRotateStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndThree: 403; }>; } /** @internal */ export declare const ConsoleV1KeysControllerGenRotateResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1KeysControllerGenRotateResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1KeysControllerGenRotateResponseBody$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 ConsoleV1KeysControllerGenRotateResponseBody$ { /** @deprecated use `ConsoleV1KeysControllerGenRotateResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1KeysControllerGenRotateResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1KeysControllerGenRotateResponseBody$Outbound` instead. */ type Outbound = ConsoleV1KeysControllerGenRotateResponseBody$Outbound; } //# sourceMappingURL=consolev1keyscontrollergenrotate.d.ts.map