import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ReissueOwnerKeyAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ReissueOwnerKeyAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ReissueOwnerKeyAuthClusterResponse429ResponseBodyData; constructor(err: ReissueOwnerKeyAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ReissueOwnerKeyAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ReissueOwnerKeyAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ReissueOwnerKeyAuthClusterResponse409ResponseBodyData; constructor(err: ReissueOwnerKeyAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ReissueOwnerKeyAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ReissueOwnerKeyAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ReissueOwnerKeyAuthClusterResponse404ResponseBodyData; constructor(err: ReissueOwnerKeyAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ReissueOwnerKeyAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ReissueOwnerKeyAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ReissueOwnerKeyAuthClusterResponseResponseBodyData; constructor(err: ReissueOwnerKeyAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ReissueOwnerKeyAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ReissueOwnerKeyAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ReissueOwnerKeyAuthClusterResponseBodyData; constructor(err: ReissueOwnerKeyAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ReissueOwnerKeyResponseBodyData = { message: string; }; /** * Bad request */ export declare class ReissueOwnerKeyResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ReissueOwnerKeyResponseBodyData; constructor(err: ReissueOwnerKeyResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ReissueOwnerKeyAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ReissueOwnerKeyAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ReissueOwnerKeyAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ReissueOwnerKeyAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ReissueOwnerKeyAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ReissueOwnerKeyAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ReissueOwnerKeyResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ReissueOwnerKeyResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ReissueOwnerKeyResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=reissueownerkey.d.ts.map