import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest = { id: string; organizationId?: string | undefined; tenantId?: string | undefined; }; /** * Permanently deletes an account and associated resources */ export type DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$Outbound = { id: string; organizationId?: string | undefined; tenantId?: string | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$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 DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$ { /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$Outbound` instead. */ type Outbound = DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest$Outbound; } export declare function deleteApiLeadScraperMicroserviceApiV1AccountsIdRequestToJSON(deleteApiLeadScraperMicroserviceApiV1AccountsIdRequest: DeleteApiLeadScraperMicroserviceApiV1AccountsIdRequest): string; export declare function deleteApiLeadScraperMicroserviceApiV1AccountsIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$Outbound = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$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 DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$ { /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$Outbound` instead. */ type Outbound = DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody$Outbound; } export declare function deleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBodyToJSON(deleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody: DeleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBody): string; export declare function deleteApiLeadScraperMicroserviceApiV1AccountsIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=deleteapileadscrapermicroserviceapiv1accountsid.d.ts.map