import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ListTeamMembersAuthTeamsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ListTeamMembersAuthTeamsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamMembersAuthTeamsResponse429ResponseBodyData; constructor(err: ListTeamMembersAuthTeamsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ListTeamMembersAuthTeamsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ListTeamMembersAuthTeamsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamMembersAuthTeamsResponse409ResponseBodyData; constructor(err: ListTeamMembersAuthTeamsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ListTeamMembersAuthTeamsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ListTeamMembersAuthTeamsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamMembersAuthTeamsResponse404ResponseBodyData; constructor(err: ListTeamMembersAuthTeamsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ListTeamMembersAuthTeamsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ListTeamMembersAuthTeamsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamMembersAuthTeamsResponseResponseBodyData; constructor(err: ListTeamMembersAuthTeamsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ListTeamMembersAuthTeamsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ListTeamMembersAuthTeamsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamMembersAuthTeamsResponseBodyData; constructor(err: ListTeamMembersAuthTeamsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ListTeamMembersResponseBodyData = { message: string; }; /** * Bad request */ export declare class ListTeamMembersResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamMembersResponseBodyData; constructor(err: ListTeamMembersResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ListTeamMembersAuthTeamsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamMembersAuthTeamsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamMembersAuthTeamsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamMembersAuthTeamsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamMembersAuthTeamsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamMembersAuthTeamsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamMembersAuthTeamsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamMembersAuthTeamsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamMembersAuthTeamsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamMembersAuthTeamsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamMembersAuthTeamsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamMembersAuthTeamsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamMembersAuthTeamsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamMembersAuthTeamsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamMembersAuthTeamsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamMembersResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamMembersResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamMembersResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=listteammembers.d.ts.map