@voyant-travel/core 0.109.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +48 -0
  3. package/dist/config.d.ts +204 -0
  4. package/dist/config.d.ts.map +1 -0
  5. package/dist/config.js +251 -0
  6. package/dist/config.js.map +1 -0
  7. package/dist/container.d.ts +20 -0
  8. package/dist/container.d.ts.map +1 -0
  9. package/dist/container.js +21 -0
  10. package/dist/container.js.map +1 -0
  11. package/dist/env.d.ts +29 -0
  12. package/dist/env.d.ts.map +1 -0
  13. package/dist/env.js +2 -0
  14. package/dist/env.js.map +1 -0
  15. package/dist/events.d.ts +177 -0
  16. package/dist/events.d.ts.map +1 -0
  17. package/dist/events.js +169 -0
  18. package/dist/events.js.map +1 -0
  19. package/dist/hooks.d.ts +19 -0
  20. package/dist/hooks.d.ts.map +1 -0
  21. package/dist/hooks.js +33 -0
  22. package/dist/hooks.js.map +1 -0
  23. package/dist/index.d.ts +23 -0
  24. package/dist/index.d.ts.map +1 -0
  25. package/dist/index.js +11 -0
  26. package/dist/index.js.map +1 -0
  27. package/dist/links.d.ts +201 -0
  28. package/dist/links.d.ts.map +1 -0
  29. package/dist/links.js +159 -0
  30. package/dist/links.js.map +1 -0
  31. package/dist/locking.d.ts +12 -0
  32. package/dist/locking.d.ts.map +1 -0
  33. package/dist/locking.js +21 -0
  34. package/dist/locking.js.map +1 -0
  35. package/dist/module.d.ts +147 -0
  36. package/dist/module.d.ts.map +1 -0
  37. package/dist/module.js +2 -0
  38. package/dist/module.js.map +1 -0
  39. package/dist/orchestration.d.ts +30 -0
  40. package/dist/orchestration.d.ts.map +1 -0
  41. package/dist/orchestration.js +2 -0
  42. package/dist/orchestration.js.map +1 -0
  43. package/dist/plugin.d.ts +118 -0
  44. package/dist/plugin.d.ts.map +1 -0
  45. package/dist/plugin.js +65 -0
  46. package/dist/plugin.js.map +1 -0
  47. package/dist/query.d.ts +111 -0
  48. package/dist/query.d.ts.map +1 -0
  49. package/dist/query.js +126 -0
  50. package/dist/query.js.map +1 -0
  51. package/dist/registry.d.ts +17 -0
  52. package/dist/registry.d.ts.map +1 -0
  53. package/dist/registry.js +31 -0
  54. package/dist/registry.js.map +1 -0
  55. package/dist/workflows.d.ts +140 -0
  56. package/dist/workflows.d.ts.map +1 -0
  57. package/dist/workflows.js +142 -0
  58. package/dist/workflows.js.map +1 -0
  59. package/package.json +103 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for describing the origin of the Work and
141
+ reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may accept and charge a
167
+ fee for, the acceptance of support, warranty, indemnity, or
168
+ other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2026 PixelMakers Studio SRL
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,48 @@
1
+ # @voyant-travel/core
2
+
3
+ Module system and framework primitives for Voyant. Transport-agnostic —
4
+ provides the contracts, registry, container, event bus, links, query,
5
+ workflows, optional plugin bundles, and config shape that every Voyant module
6
+ and transport adapter builds on.
7
+
8
+ ## Install
9
+
10
+ ```bash
11
+ pnpm add @voyant-travel/core
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```typescript
17
+ import { defineModule } from "@voyant-travel/core/module"
18
+ import { defineLink } from "@voyant-travel/core/links"
19
+ import { definePlugin } from "@voyant-travel/core/plugin"
20
+ import { defineVoyantConfig } from "@voyant-travel/core/config"
21
+ import { createWorkflow, step } from "@voyant-travel/core/workflows"
22
+ ```
23
+
24
+ In Voyant, modules, providers, extensions, and workflows are the main runtime
25
+ primitives. Plugins are optional distribution bundles that package those pieces
26
+ together for reuse across projects when a broader bundle is helpful.
27
+
28
+ ## Exports
29
+
30
+ | Entry | Description |
31
+ | --- | --- |
32
+ | `.` | Barrel re-exports |
33
+ | `./module` | `Module`, `defineModule` |
34
+ | `./registry` | Module registry |
35
+ | `./container` | `createContainer` dependency container |
36
+ | `./events` | `createEventBus` in-process event bus |
37
+ | `./hooks` | Lifecycle hook contracts |
38
+ | `./orchestration` | `JobRunner` interface for background jobs |
39
+ | `./links` | Module Links — `defineLink`, `generateLinkTableSql`, `LinkService` |
40
+ | `./query` | Cross-module reads — `queryGraph`, `createQueryContext` |
41
+ | `./workflows` | In-process saga primitive with compensation |
42
+ | `./plugin` | Plugin bundles — `definePlugin`, `registerPlugins` |
43
+ | `./config` | `VoyantConfig` manifest shape + `defineVoyantConfig` |
44
+ | `./env` | Environment helpers |
45
+
46
+ ## License
47
+
48
+ Apache-2.0
@@ -0,0 +1,204 @@
1
+ /**
2
+ * Voyant configuration manifest.
3
+ *
4
+ * `voyant.config.ts` is a **manifest**, not a runtime config — it exists to
5
+ * power tooling (CLI generators, registry resolution, `voyant db:sync-links`,
6
+ * deployment scripts). Runtime composition of modules, plugins, and
7
+ * middleware still happens in code via `createApp({ modules, plugins, ... })`.
8
+ *
9
+ * Shape mirrors Medusa's `defineConfig` so users familiar with that
10
+ * ecosystem can transfer their mental model directly.
11
+ */
12
+ /**
13
+ * Core runtime settings declared for tooling purposes (connection strings,
14
+ * cache backend, auth provider). All fields are optional because runtime
15
+ * wiring lives in template code and environment bindings.
16
+ */
17
+ export interface ProjectConfig {
18
+ /** Database connection descriptor. */
19
+ database?: {
20
+ /** Environment variable name that holds the connection URL. */
21
+ urlEnv?: string;
22
+ /** Adapter to use at runtime. */
23
+ adapter?: "edge" | "node" | "serverless";
24
+ };
25
+ /** Cache backend descriptor. */
26
+ cache?: {
27
+ /** Provider name (e.g. "kv", "redis", "memory"). */
28
+ provider?: string;
29
+ /** Cloudflare binding name (when using `kv`). */
30
+ binding?: string;
31
+ };
32
+ /** Auth provider descriptor. */
33
+ auth?: {
34
+ /** Provider identifier (e.g. "better-auth"). */
35
+ provider?: string;
36
+ };
37
+ }
38
+ /**
39
+ * Settings for `voyant admin generate --routes` — the generated thin route
40
+ * files that bind zero-prop extension route contributions into the host's
41
+ * file-based route tree (packaged-admin RFC §4.2). All fields are optional;
42
+ * defaults match the operator starter's conventions.
43
+ */
44
+ export interface AdminRoutesConfig {
45
+ /**
46
+ * Host route-tree directory generated files land in, relative to the
47
+ * config file. Default "src/routes/_workspace".
48
+ */
49
+ dir?: string;
50
+ /**
51
+ * Module specifier exporting the API base-URL getter bound into generated
52
+ * loaders. Default "@/lib/env".
53
+ */
54
+ apiUrlModule?: string;
55
+ /** Named export of `apiUrlModule` returning the API base URL. Default "getApiUrl". */
56
+ apiUrlExport?: string;
57
+ /**
58
+ * Module specifier exporting the SSR cookie-forwarding fetcher bound into
59
+ * generated loaders. Default "@/lib/voyant-fetcher".
60
+ */
61
+ fetcherModule?: string;
62
+ /** Named export of `fetcherModule`. Default "operatorFetcher". */
63
+ fetcherExport?: string;
64
+ }
65
+ /**
66
+ * Admin-dashboard manifest entry. Mirrors Medusa's admin section.
67
+ */
68
+ export interface AdminConfig {
69
+ /** Whether the admin dashboard is enabled for this project. */
70
+ enabled?: boolean;
71
+ /** URL path the dashboard is mounted at (e.g. "/app"). */
72
+ path?: string;
73
+ /** Optional URL the admin dashboard should call back to. */
74
+ backendUrl?: string;
75
+ /** Generated-route-file settings for `voyant admin generate --routes`. */
76
+ routes?: AdminRoutesConfig;
77
+ }
78
+ /**
79
+ * A module declaration — either a string identifier (referencing a package
80
+ * or workspace-local module) or an inline descriptor with options.
81
+ */
82
+ export type ModuleEntry = string | {
83
+ /** Module identifier (package name or workspace path). */
84
+ resolve: string;
85
+ /** Arbitrary module options consumed by the module factory. */
86
+ options?: Record<string, unknown>;
87
+ };
88
+ /**
89
+ * A plugin declaration — mirrors {@link ModuleEntry} but references
90
+ * distributable plugin bundles (see `@voyant-travel/core/plugin`).
91
+ */
92
+ export type PluginEntry = string | {
93
+ /** Plugin identifier (package name). */
94
+ resolve: string;
95
+ /** Arbitrary plugin options. */
96
+ options?: Record<string, unknown>;
97
+ };
98
+ /** Supported deployment targets (informational — used by CLI/tooling). */
99
+ export type DeploymentTarget = "cloudflare-worker" | "node" | "vercel" | "bun" | (string & {});
100
+ /**
101
+ * The top-level voyant.config.ts manifest.
102
+ *
103
+ * @see {@link defineVoyantConfig}
104
+ */
105
+ export interface VoyantConfig {
106
+ /** Core runtime settings (database, cache, auth). */
107
+ projectConfig?: ProjectConfig;
108
+ /** Admin dashboard configuration. */
109
+ admin?: AdminConfig;
110
+ /** Modules composed into the application. */
111
+ modules?: ModuleEntry[];
112
+ /** Plugins registered alongside core modules. */
113
+ plugins?: PluginEntry[];
114
+ /**
115
+ * Hono extensions mounted into the application (e.g. the booking extensions
116
+ * each vertical contributes). Extensions that own tables are seeded into
117
+ * schema discovery alongside `modules`, so an extension's tables can never be
118
+ * silently omitted from a migration — closing the "registered at runtime but
119
+ * forgotten in drizzle.config" trap on the migration side.
120
+ */
121
+ extensions?: ModuleEntry[];
122
+ /**
123
+ * Schema-owning packages that this template migrates but does **not** mount
124
+ * as a Hono module or extension — e.g. plugin-provided schemas (`catalog` via
125
+ * a bridge bundle) or FK-target packages (`accommodations`). Migration tooling
126
+ * seeds schema discovery from `modules` + `extensions` + `additionalSchemas`,
127
+ * so a table can be migrated without pretending its package is a runtime
128
+ * module. Keeps `modules` an honest list of what is actually mounted.
129
+ */
130
+ additionalSchemas?: ModuleEntry[];
131
+ /**
132
+ * Template/app-**local** Drizzle schema entrypoints (file paths relative to
133
+ * the template) that belong to no package — deployment-owned glue such as a
134
+ * `./src/db/schema.ts`. Migration tooling appends these verbatim after the
135
+ * package-derived closure (`modules` + `additionalSchemas`).
136
+ */
137
+ schemas?: string[];
138
+ /** Feature flags for gradual rollout. */
139
+ featureFlags?: Record<string, boolean>;
140
+ /** Deployment target hint consumed by tooling. */
141
+ deployment?: DeploymentTarget;
142
+ }
143
+ /**
144
+ * Identity helper that returns the config as-is.
145
+ *
146
+ * Exists purely so authors can write `defineVoyantConfig({ ... })` and get
147
+ * type inference + IDE help without casting. Does not perform runtime
148
+ * validation — malformed manifests will surface at CLI/tooling consumption
149
+ * time via {@link validateVoyantConfig}.
150
+ *
151
+ * @example
152
+ * ```ts
153
+ * // starters/operator/voyant.config.ts
154
+ * import { defineVoyantConfig } from "@voyant-travel/core/config"
155
+ *
156
+ * export default defineVoyantConfig({
157
+ * modules: ["crm", "bookings", "products", "finance", "suppliers"],
158
+ * plugins: ["payload-cms", "bokun"],
159
+ * deployment: "cloudflare-worker",
160
+ * admin: { enabled: true, path: "/app" },
161
+ * })
162
+ * ```
163
+ */
164
+ export declare function defineVoyantConfig<C extends VoyantConfig>(config: C): C;
165
+ /**
166
+ * A single validation issue detected in a {@link VoyantConfig} manifest.
167
+ */
168
+ export interface ConfigValidationIssue {
169
+ /** Dotted path to the offending field (e.g. `modules[0].resolve`). */
170
+ path: string;
171
+ /** Human-readable description. */
172
+ message: string;
173
+ }
174
+ /**
175
+ * Result returned by {@link validateVoyantConfig}.
176
+ */
177
+ export interface ConfigValidationResult {
178
+ /** True when no issues were detected. */
179
+ ok: boolean;
180
+ /** List of validation issues (empty when `ok` is true). */
181
+ issues: ConfigValidationIssue[];
182
+ }
183
+ /**
184
+ * Lightweight structural validation for a {@link VoyantConfig} manifest.
185
+ *
186
+ * Checks only shape/identity: field types, non-empty identifiers, no
187
+ * duplicate module/plugin names. It does **not** resolve package names or
188
+ * check that referenced modules exist on disk — that is CLI/tooling
189
+ * territory.
190
+ *
191
+ * Returns a result object rather than throwing so callers can choose how
192
+ * to surface issues (pretty printing, aggregating, etc.).
193
+ */
194
+ export declare function validateVoyantConfig(config: unknown): ConfigValidationResult;
195
+ /**
196
+ * Normalize a {@link ModuleEntry} or {@link PluginEntry} into the canonical
197
+ * `{ resolve, options }` object shape. Accepts string shorthand and inline
198
+ * descriptors alike.
199
+ */
200
+ export declare function resolveEntry<E extends ModuleEntry | PluginEntry>(entry: E): {
201
+ resolve: string;
202
+ options: Record<string, unknown>;
203
+ };
204
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"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"}