import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type GetTeamAuthTeamsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class GetTeamAuthTeamsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetTeamAuthTeamsResponse429ResponseBodyData; constructor(err: GetTeamAuthTeamsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type GetTeamAuthTeamsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class GetTeamAuthTeamsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetTeamAuthTeamsResponse409ResponseBodyData; constructor(err: GetTeamAuthTeamsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type GetTeamAuthTeamsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class GetTeamAuthTeamsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetTeamAuthTeamsResponse404ResponseBodyData; constructor(err: GetTeamAuthTeamsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type GetTeamAuthTeamsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class GetTeamAuthTeamsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetTeamAuthTeamsResponseResponseBodyData; constructor(err: GetTeamAuthTeamsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type GetTeamAuthTeamsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class GetTeamAuthTeamsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetTeamAuthTeamsResponseBodyData; constructor(err: GetTeamAuthTeamsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type GetTeamResponseBodyData = { message: string; }; /** * Bad request */ export declare class GetTeamResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetTeamResponseBodyData; constructor(err: GetTeamResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetTeamAuthTeamsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetTeamAuthTeamsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetTeamAuthTeamsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetTeamAuthTeamsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetTeamAuthTeamsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetTeamAuthTeamsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetTeamAuthTeamsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetTeamAuthTeamsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetTeamAuthTeamsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetTeamAuthTeamsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetTeamAuthTeamsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetTeamAuthTeamsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetTeamAuthTeamsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetTeamAuthTeamsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetTeamAuthTeamsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetTeamResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetTeamResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetTeamResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=getteam.d.ts.map