import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ListTeamsAuthTeamsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ListTeamsAuthTeamsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamsAuthTeamsResponse429ResponseBodyData; constructor(err: ListTeamsAuthTeamsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ListTeamsAuthTeamsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ListTeamsAuthTeamsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamsAuthTeamsResponse409ResponseBodyData; constructor(err: ListTeamsAuthTeamsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ListTeamsAuthTeamsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ListTeamsAuthTeamsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamsAuthTeamsResponse404ResponseBodyData; constructor(err: ListTeamsAuthTeamsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ListTeamsAuthTeamsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ListTeamsAuthTeamsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamsAuthTeamsResponseResponseBodyData; constructor(err: ListTeamsAuthTeamsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ListTeamsAuthTeamsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ListTeamsAuthTeamsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamsAuthTeamsResponseBodyData; constructor(err: ListTeamsAuthTeamsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ListTeamsResponseBodyData = { message: string; }; /** * Bad request */ export declare class ListTeamsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListTeamsResponseBodyData; constructor(err: ListTeamsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ListTeamsAuthTeamsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamsAuthTeamsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamsAuthTeamsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamsAuthTeamsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamsAuthTeamsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamsAuthTeamsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamsAuthTeamsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamsAuthTeamsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamsAuthTeamsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamsAuthTeamsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamsAuthTeamsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamsAuthTeamsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamsAuthTeamsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamsAuthTeamsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamsAuthTeamsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListTeamsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTeamsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListTeamsResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=listteams.d.ts.map