import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type GetClusterInviteInfoAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class GetClusterInviteInfoAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterInviteInfoAuthClusterResponse429ResponseBodyData; constructor(err: GetClusterInviteInfoAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type GetClusterInviteInfoAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class GetClusterInviteInfoAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterInviteInfoAuthClusterResponse409ResponseBodyData; constructor(err: GetClusterInviteInfoAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type GetClusterInviteInfoAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class GetClusterInviteInfoAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterInviteInfoAuthClusterResponse404ResponseBodyData; constructor(err: GetClusterInviteInfoAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type GetClusterInviteInfoAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class GetClusterInviteInfoAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterInviteInfoAuthClusterResponseResponseBodyData; constructor(err: GetClusterInviteInfoAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type GetClusterInviteInfoAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class GetClusterInviteInfoAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterInviteInfoAuthClusterResponseBodyData; constructor(err: GetClusterInviteInfoAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type GetClusterInviteInfoResponseBodyData = { message: string; }; /** * Bad request */ export declare class GetClusterInviteInfoResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterInviteInfoResponseBodyData; constructor(err: GetClusterInviteInfoResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterInviteInfoAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterInviteInfoAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterInviteInfoAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterInviteInfoAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterInviteInfoAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterInviteInfoAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterInviteInfoResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterInviteInfoResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterInviteInfoResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=getclusterinviteinfo.d.ts.map