import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1UsersControllerGenReadTeamTeamsStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1UsersControllerGenReadTeamTeamsStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1UsersControllerGenReadTeamTeamsResponseBodyData = { status: ConsoleV1UsersControllerGenReadTeamTeamsStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1UsersControllerGenReadTeamTeamsResponseBody extends Error { status: ConsoleV1UsersControllerGenReadTeamTeamsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1UsersControllerGenReadTeamTeamsResponseBodyData; constructor(err: ConsoleV1UsersControllerGenReadTeamTeamsResponseBodyData); } export declare const ConsoleV1UsersControllerGenReadTeamStatus: { readonly FourHundred: 400; }; export type ConsoleV1UsersControllerGenReadTeamStatus = ClosedEnum; /** * Invalid request. Please check the request input and try again. */ export type ConsoleV1UsersControllerGenReadTeamResponseBodyData = { status: ConsoleV1UsersControllerGenReadTeamStatus; message: string; }; /** * Invalid request. Please check the request input and try again. */ export declare class ConsoleV1UsersControllerGenReadTeamResponseBody extends Error { status: ConsoleV1UsersControllerGenReadTeamStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1UsersControllerGenReadTeamResponseBodyData; constructor(err: ConsoleV1UsersControllerGenReadTeamResponseBodyData); } /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamTeamsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamTeamsStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1UsersControllerGenReadTeamTeamsStatus$ { /** @deprecated use `ConsoleV1UsersControllerGenReadTeamTeamsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1UsersControllerGenReadTeamTeamsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$ { /** @deprecated use `ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1UsersControllerGenReadTeamTeamsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1UsersControllerGenReadTeamStatus$ { /** @deprecated use `ConsoleV1UsersControllerGenReadTeamStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1UsersControllerGenReadTeamStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1UsersControllerGenReadTeamResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1UsersControllerGenReadTeamResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1UsersControllerGenReadTeamResponseBody$ { /** @deprecated use `ConsoleV1UsersControllerGenReadTeamResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1UsersControllerGenReadTeamResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1UsersControllerGenReadTeamResponseBody$Outbound` instead. */ type Outbound = ConsoleV1UsersControllerGenReadTeamResponseBody$Outbound; } //# sourceMappingURL=consolev1userscontrollergenreadteam.d.ts.map