@voyantjs/external-refs
v0.28.3
Published
External references module for Voyant. Cross-system external identity and mapping layer — correlates Voyant entities with IDs in third-party systems (channels, PMSs, OTAs).
Readme
@voyantjs/external-refs
External references module for Voyant. Cross-system external identity and mapping layer — correlates Voyant entities with IDs in third-party systems (channels, PMSs, OTAs).
Install
pnpm add @voyantjs/external-refsUsage
import { externalRefsModule } from "@voyantjs/external-refs"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [externalRefsModule],
// ...
})Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
Apache-2.0
