import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest = { webhookId: string; organizationId?: string | undefined; workspaceId?: string | undefined; tenantId?: string | undefined; accountId?: string | undefined; }; /** * Deletes a webhook configuration */ export type DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$Outbound = { webhookId: string; organizationId?: string | undefined; workspaceId?: string | undefined; tenantId?: string | undefined; accountId?: string | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$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 DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$ { /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$Outbound` instead. */ type Outbound = DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest$Outbound; } export declare function deleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequestToJSON(deleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest: DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequest): string; export declare function deleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdRequestFromJSON(jsonString: string): SafeParseResult; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$Outbound = { success?: boolean | undefined; }; /** @internal */ export declare const DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$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 DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$ { /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$Outbound` instead. */ type Outbound = DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody$Outbound; } export declare function deleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBodyToJSON(deleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody: DeleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBody): string; export declare function deleteApiLeadScraperMicroserviceApiV1WebhooksWebhookIdResponseBodyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=deleteapileadscrapermicroserviceapiv1webhookswebhookid.d.ts.map