import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of event that triggered the webhook. */ export declare const WebhookEventTypeEnum: { readonly TransactionCreated: "transaction_created"; readonly TransactionUpdated: "transaction_updated"; readonly TrackUpdated: "track_updated"; readonly BatchCreated: "batch_created"; readonly BatchPurchased: "batch_purchased"; readonly All: "all"; }; /** * Type of event that triggered the webhook. */ export type WebhookEventTypeEnum = ClosedEnum; /** @internal */ export declare const WebhookEventTypeEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const WebhookEventTypeEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=webhookeventtypeenum.d.ts.map