import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type GetOrgRateLimitAuthOrgsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class GetOrgRateLimitAuthOrgsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgRateLimitAuthOrgsResponse429ResponseBodyData; constructor(err: GetOrgRateLimitAuthOrgsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type GetOrgRateLimitAuthOrgsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class GetOrgRateLimitAuthOrgsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgRateLimitAuthOrgsResponse409ResponseBodyData; constructor(err: GetOrgRateLimitAuthOrgsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type GetOrgRateLimitAuthOrgsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class GetOrgRateLimitAuthOrgsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgRateLimitAuthOrgsResponse404ResponseBodyData; constructor(err: GetOrgRateLimitAuthOrgsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type GetOrgRateLimitAuthOrgsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class GetOrgRateLimitAuthOrgsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgRateLimitAuthOrgsResponseResponseBodyData; constructor(err: GetOrgRateLimitAuthOrgsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type GetOrgRateLimitAuthOrgsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class GetOrgRateLimitAuthOrgsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgRateLimitAuthOrgsResponseBodyData; constructor(err: GetOrgRateLimitAuthOrgsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type GetOrgRateLimitResponseBodyData = { message: string; }; /** * Bad request */ export declare class GetOrgRateLimitResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetOrgRateLimitResponseBodyData; constructor(err: GetOrgRateLimitResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgRateLimitAuthOrgsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgRateLimitAuthOrgsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgRateLimitAuthOrgsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgRateLimitAuthOrgsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgRateLimitAuthOrgsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgRateLimitAuthOrgsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetOrgRateLimitResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetOrgRateLimitResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetOrgRateLimitResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=getorgratelimit.d.ts.map