import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBodyData; constructor(err: ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBodyData; constructor(err: ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBodyData; constructor(err: ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBodyData; constructor(err: ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ListServiceAccountApiKeysAuthServiceAccountsResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ListServiceAccountApiKeysAuthServiceAccountsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListServiceAccountApiKeysAuthServiceAccountsResponseBodyData; constructor(err: ListServiceAccountApiKeysAuthServiceAccountsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ListServiceAccountApiKeysResponseBodyData = { message: string; }; /** * Bad request */ export declare class ListServiceAccountApiKeysResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListServiceAccountApiKeysResponseBodyData; constructor(err: ListServiceAccountApiKeysResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListServiceAccountApiKeysAuthServiceAccountsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListServiceAccountApiKeysAuthServiceAccountsResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListServiceAccountApiKeysResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListServiceAccountApiKeysResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListServiceAccountApiKeysResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=listserviceaccountapikeys.d.ts.map