@voyant-travel/storefront 0.120.1
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.
- package/LICENSE +201 -0
- package/README.md +231 -0
- package/dist/booking-intents.d.ts +42 -0
- package/dist/booking-intents.d.ts.map +1 -0
- package/dist/booking-intents.js +83 -0
- package/dist/customer-portal/index.d.ts +16 -0
- package/dist/customer-portal/index.d.ts.map +1 -0
- package/dist/customer-portal/index.js +23 -0
- package/dist/customer-portal/route-runtime.d.ts +16 -0
- package/dist/customer-portal/route-runtime.d.ts.map +1 -0
- package/dist/customer-portal/route-runtime.js +27 -0
- package/dist/customer-portal/routes-public.d.ts +1936 -0
- package/dist/customer-portal/routes-public.d.ts.map +1 -0
- package/dist/customer-portal/routes-public.js +165 -0
- package/dist/customer-portal/routes.d.ts +43 -0
- package/dist/customer-portal/routes.d.ts.map +1 -0
- package/dist/customer-portal/routes.js +17 -0
- package/dist/customer-portal/service-public-impl.d.ts +138 -0
- package/dist/customer-portal/service-public-impl.d.ts.map +1 -0
- package/dist/customer-portal/service-public-impl.js +1808 -0
- package/dist/customer-portal/service-public.d.ts +2 -0
- package/dist/customer-portal/service-public.d.ts.map +1 -0
- package/dist/customer-portal/service-public.js +1 -0
- package/dist/customer-portal/validation-public/bookings.d.ts +551 -0
- package/dist/customer-portal/validation-public/bookings.d.ts.map +1 -0
- package/dist/customer-portal/validation-public/bookings.js +132 -0
- package/dist/customer-portal/validation-public/common.d.ts +162 -0
- package/dist/customer-portal/validation-public/common.d.ts.map +1 -0
- package/dist/customer-portal/validation-public/common.js +139 -0
- package/dist/customer-portal/validation-public/profile.d.ts +749 -0
- package/dist/customer-portal/validation-public/profile.d.ts.map +1 -0
- package/dist/customer-portal/validation-public/profile.js +308 -0
- package/dist/customer-portal/validation-public.d.ts +3 -0
- package/dist/customer-portal/validation-public.d.ts.map +1 -0
- package/dist/customer-portal/validation-public.js +2 -0
- package/dist/guest-booking-guard.d.ts +24 -0
- package/dist/guest-booking-guard.d.ts.map +1 -0
- package/dist/guest-booking-guard.js +55 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +41 -0
- package/dist/product-extra-ref.d.ts +238 -0
- package/dist/product-extra-ref.d.ts.map +1 -0
- package/dist/product-extra-ref.js +22 -0
- package/dist/routes-admin.d.ts +220 -0
- package/dist/routes-admin.d.ts.map +1 -0
- package/dist/routes-admin.js +28 -0
- package/dist/routes-public.d.ts +1475 -0
- package/dist/routes-public.d.ts.map +1 -0
- package/dist/routes-public.js +362 -0
- package/dist/service-booking-session-bootstrap.d.ts +227 -0
- package/dist/service-booking-session-bootstrap.d.ts.map +1 -0
- package/dist/service-booking-session-bootstrap.js +287 -0
- package/dist/service-boundary-resource-sql.d.ts +18 -0
- package/dist/service-boundary-resource-sql.d.ts.map +1 -0
- package/dist/service-boundary-resource-sql.js +73 -0
- package/dist/service-boundary-sql.d.ts +103 -0
- package/dist/service-boundary-sql.d.ts.map +1 -0
- package/dist/service-boundary-sql.js +307 -0
- package/dist/service-departures-core.d.ts +41 -0
- package/dist/service-departures-core.d.ts.map +1 -0
- package/dist/service-departures-core.js +92 -0
- package/dist/service-departures-extensions.d.ts +46 -0
- package/dist/service-departures-extensions.d.ts.map +1 -0
- package/dist/service-departures-extensions.js +81 -0
- package/dist/service-departures-offers.d.ts +220 -0
- package/dist/service-departures-offers.d.ts.map +1 -0
- package/dist/service-departures-offers.js +177 -0
- package/dist/service-departures-price-preview.d.ts +306 -0
- package/dist/service-departures-price-preview.d.ts.map +1 -0
- package/dist/service-departures-price-preview.js +383 -0
- package/dist/service-departures-pricing-context.d.ts +115 -0
- package/dist/service-departures-pricing-context.d.ts.map +1 -0
- package/dist/service-departures-pricing-context.js +237 -0
- package/dist/service-departures-pricing.d.ts +5 -0
- package/dist/service-departures-pricing.d.ts.map +1 -0
- package/dist/service-departures-pricing.js +4 -0
- package/dist/service-departures.d.ts +192 -0
- package/dist/service-departures.d.ts.map +1 -0
- package/dist/service-departures.js +213 -0
- package/dist/service-intake.d.ts +130 -0
- package/dist/service-intake.d.ts.map +1 -0
- package/dist/service-intake.js +274 -0
- package/dist/service-transport-eligibility.d.ts +10 -0
- package/dist/service-transport-eligibility.d.ts.map +1 -0
- package/dist/service-transport-eligibility.js +198 -0
- package/dist/service.d.ts +1062 -0
- package/dist/service.d.ts.map +1 -0
- package/dist/service.js +332 -0
- package/dist/transport-eligibility.d.ts +4 -0
- package/dist/transport-eligibility.d.ts.map +1 -0
- package/dist/transport-eligibility.js +2 -0
- package/dist/validation/departures.d.ts +1669 -0
- package/dist/validation/departures.d.ts.map +1 -0
- package/dist/validation/departures.js +397 -0
- package/dist/validation/intake.d.ts +147 -0
- package/dist/validation/intake.d.ts.map +1 -0
- package/dist/validation/intake.js +69 -0
- package/dist/validation/offers.d.ts +340 -0
- package/dist/validation/offers.d.ts.map +1 -0
- package/dist/validation/offers.js +117 -0
- package/dist/validation-settings.d.ts +609 -0
- package/dist/validation-settings.d.ts.map +1 -0
- package/dist/validation-settings.js +235 -0
- package/dist/validation-transport-eligibility.d.ts +314 -0
- package/dist/validation-transport-eligibility.d.ts.map +1 -0
- package/dist/validation-transport-eligibility.js +97 -0
- package/dist/validation.d.ts +6 -0
- package/dist/validation.d.ts.map +1 -0
- package/dist/validation.js +4 -0
- package/dist/verification/index.d.ts +12 -0
- package/dist/verification/index.d.ts.map +1 -0
- package/dist/verification/index.js +18 -0
- package/dist/verification/routes-public.d.ts +121 -0
- package/dist/verification/routes-public.d.ts.map +1 -0
- package/dist/verification/routes-public.js +125 -0
- package/dist/verification/schema.d.ts +273 -0
- package/dist/verification/schema.d.ts.map +1 -0
- package/dist/verification/schema.js +50 -0
- package/dist/verification/service.d.ts +114 -0
- package/dist/verification/service.d.ts.map +1 -0
- package/dist/verification/service.js +283 -0
- package/dist/verification/validation.d.ts +98 -0
- package/dist/verification/validation.d.ts.map +1 -0
- package/dist/verification/validation.js +54 -0
- package/package.json +148 -0
package/package.json
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@voyant-travel/storefront",
|
|
3
|
+
"version": "0.120.1",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"import": "./dist/index.js",
|
|
10
|
+
"default": "./dist/index.js"
|
|
11
|
+
},
|
|
12
|
+
"./admin-routes": {
|
|
13
|
+
"types": "./dist/routes-admin.d.ts",
|
|
14
|
+
"import": "./dist/routes-admin.js",
|
|
15
|
+
"default": "./dist/routes-admin.js"
|
|
16
|
+
},
|
|
17
|
+
"./customer-portal": {
|
|
18
|
+
"types": "./dist/customer-portal/index.d.ts",
|
|
19
|
+
"import": "./dist/customer-portal/index.js",
|
|
20
|
+
"default": "./dist/customer-portal/index.js"
|
|
21
|
+
},
|
|
22
|
+
"./customer-portal/public-routes": {
|
|
23
|
+
"types": "./dist/customer-portal/routes-public.d.ts",
|
|
24
|
+
"import": "./dist/customer-portal/routes-public.js",
|
|
25
|
+
"default": "./dist/customer-portal/routes-public.js"
|
|
26
|
+
},
|
|
27
|
+
"./customer-portal/public-validation": {
|
|
28
|
+
"types": "./dist/customer-portal/validation-public.d.ts",
|
|
29
|
+
"import": "./dist/customer-portal/validation-public.js",
|
|
30
|
+
"default": "./dist/customer-portal/validation-public.js"
|
|
31
|
+
},
|
|
32
|
+
"./customer-portal/routes": {
|
|
33
|
+
"types": "./dist/customer-portal/routes.d.ts",
|
|
34
|
+
"import": "./dist/customer-portal/routes.js",
|
|
35
|
+
"default": "./dist/customer-portal/routes.js"
|
|
36
|
+
},
|
|
37
|
+
"./public-routes": {
|
|
38
|
+
"types": "./dist/routes-public.d.ts",
|
|
39
|
+
"import": "./dist/routes-public.js",
|
|
40
|
+
"default": "./dist/routes-public.js"
|
|
41
|
+
},
|
|
42
|
+
"./service": {
|
|
43
|
+
"types": "./dist/service.d.ts",
|
|
44
|
+
"import": "./dist/service.js",
|
|
45
|
+
"default": "./dist/service.js"
|
|
46
|
+
},
|
|
47
|
+
"./transport-eligibility": {
|
|
48
|
+
"types": "./dist/transport-eligibility.d.ts",
|
|
49
|
+
"import": "./dist/transport-eligibility.js",
|
|
50
|
+
"default": "./dist/transport-eligibility.js"
|
|
51
|
+
},
|
|
52
|
+
"./validation": {
|
|
53
|
+
"types": "./dist/validation.d.ts",
|
|
54
|
+
"import": "./dist/validation.js",
|
|
55
|
+
"default": "./dist/validation.js"
|
|
56
|
+
},
|
|
57
|
+
"./verification": {
|
|
58
|
+
"types": "./dist/verification/index.d.ts",
|
|
59
|
+
"import": "./dist/verification/index.js",
|
|
60
|
+
"default": "./dist/verification/index.js"
|
|
61
|
+
},
|
|
62
|
+
"./verification/schema": {
|
|
63
|
+
"types": "./dist/verification/schema.d.ts",
|
|
64
|
+
"import": "./dist/verification/schema.js",
|
|
65
|
+
"default": "./dist/verification/schema.js"
|
|
66
|
+
},
|
|
67
|
+
"./verification/public-routes": {
|
|
68
|
+
"types": "./dist/verification/routes-public.d.ts",
|
|
69
|
+
"import": "./dist/verification/routes-public.js",
|
|
70
|
+
"default": "./dist/verification/routes-public.js"
|
|
71
|
+
},
|
|
72
|
+
"./verification/service": {
|
|
73
|
+
"types": "./dist/verification/service.d.ts",
|
|
74
|
+
"import": "./dist/verification/service.js",
|
|
75
|
+
"default": "./dist/verification/service.js"
|
|
76
|
+
},
|
|
77
|
+
"./verification/validation": {
|
|
78
|
+
"types": "./dist/verification/validation.d.ts",
|
|
79
|
+
"import": "./dist/verification/validation.js",
|
|
80
|
+
"default": "./dist/verification/validation.js"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"voyant": {
|
|
84
|
+
"schema": "./verification/schema",
|
|
85
|
+
"requiresSchemas": [
|
|
86
|
+
"@voyant-travel/db"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"dependencies": {
|
|
90
|
+
"drizzle-orm": "^0.45.2",
|
|
91
|
+
"hono": "^4.12.10",
|
|
92
|
+
"zod": "^4.3.6",
|
|
93
|
+
"@voyant-travel/bookings": "^0.119.3",
|
|
94
|
+
"@voyant-travel/core": "^0.109.0",
|
|
95
|
+
"@voyant-travel/commerce": "^0.1.0",
|
|
96
|
+
"@voyant-travel/db": "^0.108.0",
|
|
97
|
+
"@voyant-travel/utils": "^0.105.1",
|
|
98
|
+
"@voyant-travel/hono": "^0.109.1",
|
|
99
|
+
"@voyant-travel/finance": "^0.119.5",
|
|
100
|
+
"@voyant-travel/crm-contracts": "^0.106.1"
|
|
101
|
+
},
|
|
102
|
+
"peerDependencies": {
|
|
103
|
+
"@voyant-travel/identity": "^0.119.1",
|
|
104
|
+
"@voyant-travel/legal": "^0.119.2",
|
|
105
|
+
"@voyant-travel/relationships": "^0.119.2"
|
|
106
|
+
},
|
|
107
|
+
"peerDependenciesMeta": {
|
|
108
|
+
"@voyant-travel/identity": {
|
|
109
|
+
"optional": true
|
|
110
|
+
},
|
|
111
|
+
"@voyant-travel/legal": {
|
|
112
|
+
"optional": true
|
|
113
|
+
},
|
|
114
|
+
"@voyant-travel/relationships": {
|
|
115
|
+
"optional": true
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"devDependencies": {
|
|
119
|
+
"typescript": "^6.0.2",
|
|
120
|
+
"vitest": "^4.1.2",
|
|
121
|
+
"@voyant-travel/identity": "^0.119.1",
|
|
122
|
+
"@voyant-travel/relationships": "^0.119.2",
|
|
123
|
+
"@voyant-travel/voyant-typescript-config": "^0.1.0",
|
|
124
|
+
"@voyant-travel/inventory": "^0.1.0",
|
|
125
|
+
"@voyant-travel/legal": "^0.119.2",
|
|
126
|
+
"@voyant-travel/operations": "^0.0.0"
|
|
127
|
+
},
|
|
128
|
+
"files": [
|
|
129
|
+
"dist"
|
|
130
|
+
],
|
|
131
|
+
"publishConfig": {
|
|
132
|
+
"access": "public"
|
|
133
|
+
},
|
|
134
|
+
"repository": {
|
|
135
|
+
"type": "git",
|
|
136
|
+
"url": "https://github.com/voyant-travel/voyant.git",
|
|
137
|
+
"directory": "packages/storefront"
|
|
138
|
+
},
|
|
139
|
+
"scripts": {
|
|
140
|
+
"typecheck": "tsc --noEmit",
|
|
141
|
+
"lint": "biome check src/",
|
|
142
|
+
"test": "vitest run",
|
|
143
|
+
"build": "pnpm run clean && tsc -p tsconfig.json",
|
|
144
|
+
"clean": "rm -rf dist tsconfig.tsbuildinfo"
|
|
145
|
+
},
|
|
146
|
+
"main": "./dist/index.js",
|
|
147
|
+
"types": "./dist/index.d.ts"
|
|
148
|
+
}
|