@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Variable normalizeWholesaleFeedWebhookNotificationConst

    normalizeWholesaleFeedWebhookNotification: (
        input: unknown,
    ) => NormalizedWholesaleFeedWebhookNotification = parseWholesaleFeedWebhookNotification

    Type Declaration

      • (input: unknown): NormalizedWholesaleFeedWebhookNotification
      • Parse and normalize a canonical wholesale-feed webhook notification.

        The normalized shape intentionally separates idempotencyKey (delivery replay/dedupe) from eventId / notificationId (domain event identity). It validates envelope-level invariants, including the canonical notification_id === event.event_id match.

        Parameters

        • input: unknown

        Returns NormalizedWholesaleFeedWebhookNotification