Skip to content

@saazip/webhook-core-contracts

Sources: packages/contracts/package.json | packages/contracts/src/index.ts

Public HTTP contracts for endpoint management, delivery attempts, replay, and fanout workflows.

  • validated request and response schemas for the WebhookCore API
  • a stable contract layer for SDK and service boundaries
  • shared error shapes around endpoint and delivery failures
  • another backend needs typed access to WebhookCore surfaces
  • you want delivery and endpoint contracts to stay explicit over time
  • Package name: @saazip/webhook-core-contracts
  • Workspace path: packages/contracts
  • None
  • zod
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json