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