@voyant-travel/mice 0.6.9 → 0.6.10

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.
@@ -0,0 +1,5 @@
1
+ /** Import-cheap deployment declarations owned by the MICE package. */
2
+ export declare const miceVoyantModule: import("@voyant-travel/core").VoyantGraphUnitManifest;
3
+ export declare const miceBookingVoyantPlugin: import("@voyant-travel/core").VoyantGraphUnitManifest;
4
+ export default miceVoyantModule;
5
+ //# sourceMappingURL=voyant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"voyant.d.ts","sourceRoot":"","sources":["../src/voyant.ts"],"names":[],"mappings":"AAEA,sEAAsE;AACtE,eAAO,MAAM,gBAAgB,uDA0C3B,CAAA;AAEF,eAAO,MAAM,uBAAuB,uDAkBlC,CAAA;AAEF,eAAe,gBAAgB,CAAA"}
package/dist/voyant.js ADDED
@@ -0,0 +1,65 @@
1
+ import { defineModule, definePlugin } from "@voyant-travel/core/project";
2
+ /** Import-cheap deployment declarations owned by the MICE package. */
3
+ export const miceVoyantModule = defineModule({
4
+ id: "@voyant-travel/mice",
5
+ packageName: "@voyant-travel/mice",
6
+ localId: "mice",
7
+ api: [
8
+ {
9
+ id: "@voyant-travel/mice#api.admin",
10
+ surface: "admin",
11
+ mount: "mice",
12
+ transactional: true,
13
+ runtime: {
14
+ entry: "@voyant-travel/mice",
15
+ export: "createMiceHonoModule",
16
+ },
17
+ },
18
+ ],
19
+ schema: [
20
+ {
21
+ id: "@voyant-travel/mice#schema",
22
+ source: "@voyant-travel/mice/schema",
23
+ },
24
+ ],
25
+ migrations: [
26
+ {
27
+ id: "@voyant-travel/mice#migrations",
28
+ source: "./migrations",
29
+ },
30
+ ],
31
+ links: [
32
+ { id: "@voyant-travel/mice#linkable.program", source: "@voyant-travel/mice/linkables" },
33
+ { id: "@voyant-travel/mice#linkable.session", source: "@voyant-travel/mice/linkables" },
34
+ { id: "@voyant-travel/mice#linkable.delegate", source: "@voyant-travel/mice/linkables" },
35
+ {
36
+ id: "@voyant-travel/mice#linkable.roomingAssignment",
37
+ source: "@voyant-travel/mice/linkables",
38
+ },
39
+ { id: "@voyant-travel/mice#linkable.rfp", source: "@voyant-travel/mice/linkables" },
40
+ { id: "@voyant-travel/mice#linkable.bid", source: "@voyant-travel/mice/linkables" },
41
+ ],
42
+ meta: {
43
+ ownership: "package",
44
+ },
45
+ });
46
+ export const miceBookingVoyantPlugin = definePlugin({
47
+ id: "@voyant-travel/mice#booking-extension",
48
+ packageName: "@voyant-travel/mice",
49
+ localId: "mice.booking-extension",
50
+ api: [
51
+ {
52
+ id: "@voyant-travel/mice#booking-extension.api.admin",
53
+ surface: "admin",
54
+ mount: "bookings",
55
+ runtime: {
56
+ entry: "@voyant-travel/mice/booking-extension",
57
+ export: "miceBookingExtension",
58
+ },
59
+ },
60
+ ],
61
+ meta: {
62
+ ownership: "package",
63
+ },
64
+ });
65
+ export default miceVoyantModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/mice",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,6 +33,11 @@
33
33
  "types": "./dist/booking-extension.d.ts",
34
34
  "import": "./dist/booking-extension.js",
35
35
  "default": "./dist/booking-extension.js"
36
+ },
37
+ "./voyant": {
38
+ "types": "./dist/voyant.d.ts",
39
+ "import": "./dist/voyant.js",
40
+ "default": "./dist/voyant.js"
36
41
  }
37
42
  },
38
43
  "dependencies": {
@@ -40,11 +45,11 @@
40
45
  "drizzle-orm": "^0.45.2",
41
46
  "hono": "^4.12.27",
42
47
  "zod": "^4.4.3",
43
- "@voyant-travel/accommodations": "^0.111.5",
44
- "@voyant-travel/core": "^0.112.3",
45
- "@voyant-travel/db": "^0.110.1",
46
- "@voyant-travel/hono": "^0.122.2",
47
- "@voyant-travel/operations": "^0.5.22"
48
+ "@voyant-travel/accommodations": "^0.111.6",
49
+ "@voyant-travel/core": "^0.113.0",
50
+ "@voyant-travel/db": "^0.110.2",
51
+ "@voyant-travel/hono": "^0.122.3",
52
+ "@voyant-travel/operations": "^0.5.23"
48
53
  },
49
54
  "devDependencies": {
50
55
  "drizzle-kit": "^0.31.10",
@@ -68,6 +73,7 @@
68
73
  "voyant": {
69
74
  "schemaVersion": "voyant.package.v1",
70
75
  "kind": "module",
76
+ "manifest": "./voyant",
71
77
  "compatibleWith": {
72
78
  "framework": ">=0.26.0",
73
79
  "targets": [