import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ListClusterInvitesAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ListClusterInvitesAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterInvitesAuthClusterResponse429ResponseBodyData; constructor(err: ListClusterInvitesAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ListClusterInvitesAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ListClusterInvitesAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterInvitesAuthClusterResponse409ResponseBodyData; constructor(err: ListClusterInvitesAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ListClusterInvitesAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ListClusterInvitesAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterInvitesAuthClusterResponse404ResponseBodyData; constructor(err: ListClusterInvitesAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ListClusterInvitesAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ListClusterInvitesAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterInvitesAuthClusterResponseResponseBodyData; constructor(err: ListClusterInvitesAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ListClusterInvitesAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ListClusterInvitesAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterInvitesAuthClusterResponseBodyData; constructor(err: ListClusterInvitesAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ListClusterInvitesResponseBodyData = { message: string; }; /** * Bad request */ export declare class ListClusterInvitesResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterInvitesResponseBodyData; constructor(err: ListClusterInvitesResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ListClusterInvitesAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterInvitesAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterInvitesAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterInvitesAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterInvitesAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterInvitesAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterInvitesAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterInvitesAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterInvitesAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterInvitesAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterInvitesAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterInvitesAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterInvitesAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterInvitesAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterInvitesAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterInvitesResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterInvitesResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterInvitesResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=listclusterinvites.d.ts.map