@voyantjs/distribution
v0.109.8
Published
Distribution module for Voyant. Channels, contracts, commissions, mappings, webhook events, and channel identity for OTA, tour-operator, and DMC deployments.
Downloads
16,416
Readme
@voyantjs/distribution
Distribution module for Voyant. Channels, contracts, commissions, mappings, webhook events, and channel identity for OTA, tour-operator, and DMC deployments.
Distribution is cross-cutting channel support. It is not a separate implementation scenario or user base.
Install
pnpm add @voyantjs/distributionUsage
import { distributionModule } from "@voyantjs/distribution"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [distributionModule],
// ...
})Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
Apache-2.0
