@voyantjs/sellability
v0.2.0
Published
Sellability module for Voyant. Resolves candidate offers across markets, pricing, availability, pickups, and allotments, and persists snapshots that feed the transactions and bookings layers.
Readme
@voyantjs/sellability
Sellability module for Voyant. Resolves candidate offers across markets, pricing, availability, pickups, and allotments, and persists snapshots that feed the transactions and bookings layers.
Install
pnpm add @voyantjs/sellabilityUsage
import { sellabilityModule } from "@voyantjs/sellability"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [sellabilityModule],
// ...
})Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
FSL-1.1-Apache-2.0
