import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type GetOrgQuotaAuthOrgsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class GetOrgQuotaAuthOrgsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgQuotaAuthOrgsResponse429ResponseBodyData; constructor(err: GetOrgQuotaAuthOrgsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type GetOrgQuotaAuthOrgsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class GetOrgQuotaAuthOrgsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgQuotaAuthOrgsResponse409ResponseBodyData; constructor(err: GetOrgQuotaAuthOrgsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type GetOrgQuotaAuthOrgsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class GetOrgQuotaAuthOrgsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgQuotaAuthOrgsResponse404ResponseBodyData; constructor(err: GetOrgQuotaAuthOrgsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type GetOrgQuotaAuthOrgsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class GetOrgQuotaAuthOrgsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgQuotaAuthOrgsResponseResponseBodyData; constructor(err: GetOrgQuotaAuthOrgsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type GetOrgQuotaAuthOrgsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class GetOrgQuotaAuthOrgsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgQuotaAuthOrgsResponseBodyData; constructor(err: GetOrgQuotaAuthOrgsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type GetOrgQuotaResponseBodyData = { message: string; }; /** * Bad request */ export declare class GetOrgQuotaResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgQuotaResponseBodyData; constructor(err: GetOrgQuotaResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetOrgQuotaAuthOrgsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgQuotaAuthOrgsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgQuotaAuthOrgsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgQuotaAuthOrgsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgQuotaAuthOrgsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgQuotaAuthOrgsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgQuotaAuthOrgsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgQuotaResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgQuotaResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgQuotaResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=getorgquota.d.ts.map