import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type UpdateOrgQuotaAuthOrgsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class UpdateOrgQuotaAuthOrgsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgQuotaAuthOrgsResponse429ResponseBodyData; constructor(err: UpdateOrgQuotaAuthOrgsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type UpdateOrgQuotaAuthOrgsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class UpdateOrgQuotaAuthOrgsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgQuotaAuthOrgsResponse409ResponseBodyData; constructor(err: UpdateOrgQuotaAuthOrgsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type UpdateOrgQuotaAuthOrgsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class UpdateOrgQuotaAuthOrgsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgQuotaAuthOrgsResponse404ResponseBodyData; constructor(err: UpdateOrgQuotaAuthOrgsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type UpdateOrgQuotaAuthOrgsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class UpdateOrgQuotaAuthOrgsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgQuotaAuthOrgsResponseResponseBodyData; constructor(err: UpdateOrgQuotaAuthOrgsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type UpdateOrgQuotaAuthOrgsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class UpdateOrgQuotaAuthOrgsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgQuotaAuthOrgsResponseBodyData; constructor(err: UpdateOrgQuotaAuthOrgsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type UpdateOrgQuotaResponseBodyData = { message: string; }; /** * Bad request */ export declare class UpdateOrgQuotaResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgQuotaResponseBodyData; constructor(err: UpdateOrgQuotaResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgQuotaAuthOrgsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgQuotaAuthOrgsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgQuotaAuthOrgsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgQuotaAuthOrgsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgQuotaAuthOrgsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgQuotaAuthOrgsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgQuotaResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgQuotaResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgQuotaResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=updateorgquota.d.ts.map