import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type UpdateOrgRateLimitAuthOrgsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class UpdateOrgRateLimitAuthOrgsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgRateLimitAuthOrgsResponse429ResponseBodyData; constructor(err: UpdateOrgRateLimitAuthOrgsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type UpdateOrgRateLimitAuthOrgsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class UpdateOrgRateLimitAuthOrgsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgRateLimitAuthOrgsResponse409ResponseBodyData; constructor(err: UpdateOrgRateLimitAuthOrgsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type UpdateOrgRateLimitAuthOrgsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class UpdateOrgRateLimitAuthOrgsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgRateLimitAuthOrgsResponse404ResponseBodyData; constructor(err: UpdateOrgRateLimitAuthOrgsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type UpdateOrgRateLimitAuthOrgsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class UpdateOrgRateLimitAuthOrgsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgRateLimitAuthOrgsResponseResponseBodyData; constructor(err: UpdateOrgRateLimitAuthOrgsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type UpdateOrgRateLimitAuthOrgsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class UpdateOrgRateLimitAuthOrgsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgRateLimitAuthOrgsResponseBodyData; constructor(err: UpdateOrgRateLimitAuthOrgsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type UpdateOrgRateLimitResponseBodyData = { message: string; }; /** * Bad request */ export declare class UpdateOrgRateLimitResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UpdateOrgRateLimitResponseBodyData; constructor(err: UpdateOrgRateLimitResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgRateLimitAuthOrgsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgRateLimitAuthOrgsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgRateLimitAuthOrgsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgRateLimitAuthOrgsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgRateLimitAuthOrgsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgRateLimitAuthOrgsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UpdateOrgRateLimitResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateOrgRateLimitResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UpdateOrgRateLimitResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=updateorgratelimit.d.ts.map