import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ListScopedApiKeysAuthApiKeysResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ListScopedApiKeysAuthApiKeysResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListScopedApiKeysAuthApiKeysResponse429ResponseBodyData; constructor(err: ListScopedApiKeysAuthApiKeysResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ListScopedApiKeysAuthApiKeysResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ListScopedApiKeysAuthApiKeysResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListScopedApiKeysAuthApiKeysResponse409ResponseBodyData; constructor(err: ListScopedApiKeysAuthApiKeysResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ListScopedApiKeysAuthApiKeysResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ListScopedApiKeysAuthApiKeysResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListScopedApiKeysAuthApiKeysResponse404ResponseBodyData; constructor(err: ListScopedApiKeysAuthApiKeysResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ListScopedApiKeysAuthApiKeysResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ListScopedApiKeysAuthApiKeysResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListScopedApiKeysAuthApiKeysResponseResponseBodyData; constructor(err: ListScopedApiKeysAuthApiKeysResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ListScopedApiKeysAuthApiKeysResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ListScopedApiKeysAuthApiKeysResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListScopedApiKeysAuthApiKeysResponseBodyData; constructor(err: ListScopedApiKeysAuthApiKeysResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ListScopedApiKeysResponseBodyData = { message: string; }; /** * Bad request */ export declare class ListScopedApiKeysResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListScopedApiKeysResponseBodyData; constructor(err: ListScopedApiKeysResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListScopedApiKeysAuthApiKeysResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListScopedApiKeysAuthApiKeysResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListScopedApiKeysAuthApiKeysResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListScopedApiKeysAuthApiKeysResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListScopedApiKeysAuthApiKeysResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListScopedApiKeysAuthApiKeysResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListScopedApiKeysResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListScopedApiKeysResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListScopedApiKeysResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=listscopedapikeys.d.ts.map