import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type CreateClusterInviteAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class CreateClusterInviteAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: CreateClusterInviteAuthClusterResponse429ResponseBodyData; constructor(err: CreateClusterInviteAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type CreateClusterInviteAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class CreateClusterInviteAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: CreateClusterInviteAuthClusterResponse409ResponseBodyData; constructor(err: CreateClusterInviteAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type CreateClusterInviteAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class CreateClusterInviteAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: CreateClusterInviteAuthClusterResponse404ResponseBodyData; constructor(err: CreateClusterInviteAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type CreateClusterInviteAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class CreateClusterInviteAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: CreateClusterInviteAuthClusterResponseResponseBodyData; constructor(err: CreateClusterInviteAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type CreateClusterInviteAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class CreateClusterInviteAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: CreateClusterInviteAuthClusterResponseBodyData; constructor(err: CreateClusterInviteAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type CreateClusterInviteResponseBodyData = { message: string; }; /** * Bad request */ export declare class CreateClusterInviteResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: CreateClusterInviteResponseBodyData; constructor(err: CreateClusterInviteResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const CreateClusterInviteAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateClusterInviteAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const CreateClusterInviteAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const CreateClusterInviteAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateClusterInviteAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const CreateClusterInviteAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const CreateClusterInviteAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateClusterInviteAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const CreateClusterInviteAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const CreateClusterInviteAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateClusterInviteAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const CreateClusterInviteAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const CreateClusterInviteAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateClusterInviteAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const CreateClusterInviteAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const CreateClusterInviteResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateClusterInviteResponseBody$Outbound = { message: string; }; /** @internal */ export declare const CreateClusterInviteResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=createclusterinvite.d.ts.map