import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest = { keyId: string; organizationId?: string | undefined; workspaceId?: string | undefined; tenantId?: string | undefined; accountId?: string | undefined; }; /** * Permanently deletes an API key */ export type DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$Outbound = { keyId: string; organizationId?: string | undefined; workspaceId?: string | undefined; tenantId?: string | undefined; accountId?: string | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$ { /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$Outbound` instead. */ type Outbound = DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest$Outbound; } export declare function deleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequestToJSON(deleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest: DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequest): string; export declare function deleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$Outbound = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$ { /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$Outbound` instead. */ type Outbound = DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody$Outbound; } export declare function deleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBodyToJSON(deleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody: DeleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBody): string; export declare function deleteApiLeadScraperMicroserviceApiV1ApiKeysKeyIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=deleteapileadscrapermicroserviceapiv1apikeyskeyid.d.ts.map