@saazip/webhook-core-domain
Sources:
packages/core/package.json|packages/core/src/index.ts
Purpose
Section titled “Purpose”Delivery model, retry policy, replay logic, and endpoint domain primitives.
What it gives you
Section titled “What it gives you”- endpoint and delivery lifecycle rules
- attempt finalization and replay primitives
- the reusable delivery model beneath the API and dispatcher
Use this when
Section titled “Use this when”- you need WebhookCore domain behavior without binding directly to HTTP handlers
Workspace details
Section titled “Workspace details”- Package name:
@saazip/webhook-core-domain - Workspace path:
packages/core
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”- None
Usually paired with
Section titled “Usually paired with”@saazip/webhook-core-contracts@saazip/webhook-core-crypto@saazip/webhook-core-db@saazip/webhook-core-adapters-queueflow@saazip/webhook-core
Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json