@voyant-travel/bookings-react 0.200.0 → 0.201.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/dist/admin/index.d.ts
CHANGED
|
@@ -134,9 +134,9 @@ export declare const bookingDetailTabSchema: z.ZodEnum<{
|
|
|
134
134
|
travelers: "travelers";
|
|
135
135
|
activity: "activity";
|
|
136
136
|
documents: "documents";
|
|
137
|
-
finance: "finance";
|
|
138
|
-
invoices: "invoices";
|
|
139
137
|
suppliers: "suppliers";
|
|
138
|
+
invoices: "invoices";
|
|
139
|
+
finance: "finance";
|
|
140
140
|
}>;
|
|
141
141
|
/**
|
|
142
142
|
* Search contract for the booking detail page. `productId`/`slotId` only
|
|
@@ -152,9 +152,9 @@ export declare const bookingDetailSearchSchema: z.ZodObject<{
|
|
|
152
152
|
travelers: "travelers";
|
|
153
153
|
activity: "activity";
|
|
154
154
|
documents: "documents";
|
|
155
|
-
finance: "finance";
|
|
156
|
-
invoices: "invoices";
|
|
157
155
|
suppliers: "suppliers";
|
|
156
|
+
invoices: "invoices";
|
|
157
|
+
finance: "finance";
|
|
158
158
|
}>>;
|
|
159
159
|
}, z.core.$strip>;
|
|
160
160
|
export type BookingDetailSearchParams = z.infer<typeof bookingDetailSearchSchema>;
|
|
@@ -31,6 +31,6 @@ export declare function buildStorefrontCheckoutStartBody(input: {
|
|
|
31
31
|
renderedHtml: string;
|
|
32
32
|
} | undefined;
|
|
33
33
|
bookingId: string;
|
|
34
|
-
paymentIntent: "hold" | "
|
|
34
|
+
paymentIntent: "hold" | "card" | "bank_transfer" | "inquiry";
|
|
35
35
|
};
|
|
36
36
|
export declare function buildStorefrontCommitParty(draft: Draft): Record<string, unknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/bookings-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.201.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -150,24 +150,24 @@
|
|
|
150
150
|
"react-dom": "^19.0.0",
|
|
151
151
|
"react-hook-form": "^7.80.0",
|
|
152
152
|
"zod": "^4.0.0",
|
|
153
|
+
"@voyant-travel/accommodations": "^0.161.1",
|
|
153
154
|
"@voyant-travel/admin": "^0.129.1",
|
|
154
|
-
"@voyant-travel/
|
|
155
|
-
"@voyant-travel/
|
|
156
|
-
"@voyant-travel/catalog": "^0.
|
|
157
|
-
"@voyant-travel/
|
|
158
|
-
"@voyant-travel/relationships-react": "^0.
|
|
159
|
-
"@voyant-travel/
|
|
160
|
-
"@voyant-travel/finance": "^0.
|
|
161
|
-
"@voyant-travel/
|
|
162
|
-
"@voyant-travel/
|
|
163
|
-
"@voyant-travel/
|
|
164
|
-
"@voyant-travel/
|
|
165
|
-
"@voyant-travel/
|
|
166
|
-
"@voyant-travel/inventory
|
|
167
|
-
"@voyant-travel/
|
|
168
|
-
"@voyant-travel/storefront-react": "^0.202.0",
|
|
155
|
+
"@voyant-travel/bookings": "^0.201.1",
|
|
156
|
+
"@voyant-travel/catalog": "^0.199.1",
|
|
157
|
+
"@voyant-travel/catalog-react": "^0.199.1",
|
|
158
|
+
"@voyant-travel/distribution-react": "^0.191.1",
|
|
159
|
+
"@voyant-travel/relationships-react": "^0.201.0",
|
|
160
|
+
"@voyant-travel/finance": "^0.201.1",
|
|
161
|
+
"@voyant-travel/finance-react": "^0.201.1",
|
|
162
|
+
"@voyant-travel/identity-react": "^0.201.1",
|
|
163
|
+
"@voyant-travel/legal-react": "^0.201.1",
|
|
164
|
+
"@voyant-travel/commerce-react": "^0.83.0",
|
|
165
|
+
"@voyant-travel/cruises": "^0.200.1",
|
|
166
|
+
"@voyant-travel/inventory-react": "^0.83.0",
|
|
167
|
+
"@voyant-travel/inventory": "^0.19.5",
|
|
168
|
+
"@voyant-travel/storefront-react": "^0.203.1",
|
|
169
169
|
"@voyant-travel/ui": "^0.109.6",
|
|
170
|
-
"@voyant-travel/operations-react": "^0.
|
|
170
|
+
"@voyant-travel/operations-react": "^0.82.0"
|
|
171
171
|
},
|
|
172
172
|
"peerDependenciesMeta": {
|
|
173
173
|
"@tanstack/react-table": {
|
|
@@ -233,8 +233,8 @@
|
|
|
233
233
|
},
|
|
234
234
|
"dependencies": {
|
|
235
235
|
"sonner": "^2.0.7",
|
|
236
|
-
"@voyant-travel/i18n": "^0.117.2",
|
|
237
236
|
"@voyant-travel/catalog-contracts": "^0.112.1",
|
|
237
|
+
"@voyant-travel/i18n": "^0.117.2",
|
|
238
238
|
"@voyant-travel/react": "^0.104.2",
|
|
239
239
|
"@voyant-travel/types": "^0.109.9"
|
|
240
240
|
},
|
|
@@ -251,26 +251,26 @@
|
|
|
251
251
|
"typescript": "^6.0.3",
|
|
252
252
|
"vitest": "^4.1.9",
|
|
253
253
|
"zod": "^4.4.3",
|
|
254
|
-
"@voyant-travel/accommodations": "^0.
|
|
254
|
+
"@voyant-travel/accommodations": "^0.161.1",
|
|
255
255
|
"@voyant-travel/admin": "^0.129.1",
|
|
256
|
-
"@voyant-travel/
|
|
257
|
-
"@voyant-travel/
|
|
258
|
-
"@voyant-travel/
|
|
259
|
-
"@voyant-travel/
|
|
260
|
-
"@voyant-travel/
|
|
261
|
-
"@voyant-travel/finance
|
|
262
|
-
"@voyant-travel/
|
|
263
|
-
"@voyant-travel/
|
|
264
|
-
"@voyant-travel/
|
|
265
|
-
"@voyant-travel/
|
|
266
|
-
"@voyant-travel/
|
|
267
|
-
"@voyant-travel/inventory": "^0.
|
|
256
|
+
"@voyant-travel/bookings": "^0.201.1",
|
|
257
|
+
"@voyant-travel/catalog-react": "^0.199.1",
|
|
258
|
+
"@voyant-travel/distribution-react": "^0.191.1",
|
|
259
|
+
"@voyant-travel/catalog": "^0.199.1",
|
|
260
|
+
"@voyant-travel/relationships-react": "^0.201.0",
|
|
261
|
+
"@voyant-travel/finance": "^0.201.1",
|
|
262
|
+
"@voyant-travel/finance-react": "^0.201.1",
|
|
263
|
+
"@voyant-travel/identity-react": "^0.201.1",
|
|
264
|
+
"@voyant-travel/legal-react": "^0.201.1",
|
|
265
|
+
"@voyant-travel/commerce-react": "^0.83.0",
|
|
266
|
+
"@voyant-travel/cruises": "^0.200.1",
|
|
267
|
+
"@voyant-travel/inventory-react": "^0.83.0",
|
|
268
|
+
"@voyant-travel/inventory": "^0.19.5",
|
|
268
269
|
"@voyant-travel/react": "^0.104.2",
|
|
269
|
-
"@voyant-travel/
|
|
270
|
-
"@voyant-travel/storefront-react": "^0.202.0",
|
|
270
|
+
"@voyant-travel/storefront-react": "^0.203.1",
|
|
271
271
|
"@voyant-travel/ui": "^0.109.6",
|
|
272
|
-
"@voyant-travel/
|
|
273
|
-
"@voyant-travel/
|
|
272
|
+
"@voyant-travel/voyant-typescript-config": "^0.1.0",
|
|
273
|
+
"@voyant-travel/operations-react": "^0.82.0"
|
|
274
274
|
},
|
|
275
275
|
"files": [
|
|
276
276
|
"dist",
|