@voyant-travel/bookings-react 0.155.1 → 0.155.2
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.
|
@@ -105,7 +105,7 @@ export declare function usePublicBookingSessionFlowMutation(sessionId: string):
|
|
|
105
105
|
availabilitySlotId: string | null;
|
|
106
106
|
quantity: number;
|
|
107
107
|
allocationType: "resource" | "unit" | "pickup";
|
|
108
|
-
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "
|
|
108
|
+
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
|
|
109
109
|
holdExpiresAt: string | null;
|
|
110
110
|
confirmedAt: string | null;
|
|
111
111
|
releasedAt: string | null;
|
|
@@ -69,7 +69,7 @@ export declare function usePublicBookingSession(sessionId: string | null | undef
|
|
|
69
69
|
availabilitySlotId: string | null;
|
|
70
70
|
quantity: number;
|
|
71
71
|
allocationType: "resource" | "unit" | "pickup";
|
|
72
|
-
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "
|
|
72
|
+
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
|
|
73
73
|
holdExpiresAt: string | null;
|
|
74
74
|
confirmedAt: string | null;
|
|
75
75
|
releasedAt: string | null;
|
package/dist/query-options.d.ts
CHANGED
|
@@ -1739,7 +1739,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
|
|
|
1739
1739
|
availabilitySlotId: string | null;
|
|
1740
1740
|
quantity: number;
|
|
1741
1741
|
allocationType: "resource" | "unit" | "pickup";
|
|
1742
|
-
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "
|
|
1742
|
+
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
|
|
1743
1743
|
holdExpiresAt: string | null;
|
|
1744
1744
|
confirmedAt: string | null;
|
|
1745
1745
|
releasedAt: string | null;
|
|
@@ -1835,7 +1835,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
|
|
|
1835
1835
|
availabilitySlotId: string | null;
|
|
1836
1836
|
quantity: number;
|
|
1837
1837
|
allocationType: "resource" | "unit" | "pickup";
|
|
1838
|
-
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "
|
|
1838
|
+
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
|
|
1839
1839
|
holdExpiresAt: string | null;
|
|
1840
1840
|
confirmedAt: string | null;
|
|
1841
1841
|
releasedAt: string | null;
|
|
@@ -1932,7 +1932,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
|
|
|
1932
1932
|
availabilitySlotId: string | null;
|
|
1933
1933
|
quantity: number;
|
|
1934
1934
|
allocationType: "resource" | "unit" | "pickup";
|
|
1935
|
-
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "
|
|
1935
|
+
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
|
|
1936
1936
|
holdExpiresAt: string | null;
|
|
1937
1937
|
confirmedAt: string | null;
|
|
1938
1938
|
releasedAt: string | null;
|
|
@@ -2031,7 +2031,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
|
|
|
2031
2031
|
availabilitySlotId: string | null;
|
|
2032
2032
|
quantity: number;
|
|
2033
2033
|
allocationType: "resource" | "unit" | "pickup";
|
|
2034
|
-
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "
|
|
2034
|
+
status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
|
|
2035
2035
|
holdExpiresAt: string | null;
|
|
2036
2036
|
confirmedAt: string | null;
|
|
2037
2037
|
releasedAt: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/bookings-react",
|
|
3
|
-
"version": "0.155.
|
|
3
|
+
"version": "0.155.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -151,21 +151,21 @@
|
|
|
151
151
|
"react-hook-form": "^7.80.0",
|
|
152
152
|
"zod": "^4.0.0",
|
|
153
153
|
"@voyant-travel/accommodations": "^0.115.1",
|
|
154
|
-
"@voyant-travel/admin": "^0.123.
|
|
155
|
-
"@voyant-travel/bookings": "^0.155.
|
|
156
|
-
"@voyant-travel/catalog": "^0.153.
|
|
157
|
-
"@voyant-travel/catalog-react": "^0.153.
|
|
154
|
+
"@voyant-travel/admin": "^0.123.1",
|
|
155
|
+
"@voyant-travel/bookings": "^0.155.2",
|
|
156
|
+
"@voyant-travel/catalog": "^0.153.2",
|
|
157
|
+
"@voyant-travel/catalog-react": "^0.153.2",
|
|
158
158
|
"@voyant-travel/distribution-react": "^0.145.1",
|
|
159
159
|
"@voyant-travel/relationships-react": "^0.155.0",
|
|
160
|
-
"@voyant-travel/finance": "^0.155.
|
|
161
|
-
"@voyant-travel/finance-react": "^0.155.
|
|
160
|
+
"@voyant-travel/finance": "^0.155.2",
|
|
161
|
+
"@voyant-travel/finance-react": "^0.155.2",
|
|
162
162
|
"@voyant-travel/identity-react": "^0.155.1",
|
|
163
163
|
"@voyant-travel/legal-react": "^0.155.1",
|
|
164
164
|
"@voyant-travel/commerce-react": "^0.37.0",
|
|
165
|
-
"@voyant-travel/cruises": "^0.154.
|
|
165
|
+
"@voyant-travel/cruises": "^0.154.2",
|
|
166
166
|
"@voyant-travel/inventory-react": "^0.37.0",
|
|
167
167
|
"@voyant-travel/inventory": "^0.9.3",
|
|
168
|
-
"@voyant-travel/storefront-react": "^0.157.
|
|
168
|
+
"@voyant-travel/storefront-react": "^0.157.2",
|
|
169
169
|
"@voyant-travel/ui": "^0.109.0",
|
|
170
170
|
"@voyant-travel/operations-react": "^0.36.0"
|
|
171
171
|
},
|
|
@@ -233,10 +233,10 @@
|
|
|
233
233
|
},
|
|
234
234
|
"dependencies": {
|
|
235
235
|
"sonner": "^2.0.7",
|
|
236
|
-
"@voyant-travel/catalog-contracts": "^0.109.0",
|
|
237
236
|
"@voyant-travel/i18n": "^0.110.0",
|
|
238
237
|
"@voyant-travel/react": "^0.104.1",
|
|
239
|
-
"@voyant-travel/types": "^0.109.0"
|
|
238
|
+
"@voyant-travel/types": "^0.109.0",
|
|
239
|
+
"@voyant-travel/catalog-contracts": "^0.109.1"
|
|
240
240
|
},
|
|
241
241
|
"devDependencies": {
|
|
242
242
|
"@tanstack/react-query": "^5.101.2",
|
|
@@ -252,22 +252,22 @@
|
|
|
252
252
|
"vitest": "^4.1.9",
|
|
253
253
|
"zod": "^4.4.3",
|
|
254
254
|
"@voyant-travel/accommodations": "^0.115.1",
|
|
255
|
-
"@voyant-travel/admin": "^0.123.
|
|
256
|
-
"@voyant-travel/bookings": "^0.155.
|
|
257
|
-
"@voyant-travel/catalog": "^0.153.
|
|
258
|
-
"@voyant-travel/catalog-react": "^0.153.
|
|
255
|
+
"@voyant-travel/admin": "^0.123.1",
|
|
256
|
+
"@voyant-travel/bookings": "^0.155.2",
|
|
257
|
+
"@voyant-travel/catalog": "^0.153.2",
|
|
258
|
+
"@voyant-travel/catalog-react": "^0.153.2",
|
|
259
259
|
"@voyant-travel/distribution-react": "^0.145.1",
|
|
260
260
|
"@voyant-travel/relationships-react": "^0.155.0",
|
|
261
|
-
"@voyant-travel/finance": "^0.155.
|
|
262
|
-
"@voyant-travel/finance-react": "^0.155.
|
|
261
|
+
"@voyant-travel/finance": "^0.155.2",
|
|
262
|
+
"@voyant-travel/finance-react": "^0.155.2",
|
|
263
263
|
"@voyant-travel/identity-react": "^0.155.1",
|
|
264
264
|
"@voyant-travel/legal-react": "^0.155.1",
|
|
265
265
|
"@voyant-travel/commerce-react": "^0.37.0",
|
|
266
|
-
"@voyant-travel/cruises": "^0.154.
|
|
266
|
+
"@voyant-travel/cruises": "^0.154.2",
|
|
267
267
|
"@voyant-travel/inventory-react": "^0.37.0",
|
|
268
268
|
"@voyant-travel/inventory": "^0.9.3",
|
|
269
269
|
"@voyant-travel/react": "^0.104.1",
|
|
270
|
-
"@voyant-travel/storefront-react": "^0.157.
|
|
270
|
+
"@voyant-travel/storefront-react": "^0.157.2",
|
|
271
271
|
"@voyant-travel/ui": "^0.109.0",
|
|
272
272
|
"@voyant-travel/voyant-typescript-config": "^0.1.0",
|
|
273
273
|
"@voyant-travel/operations-react": "^0.36.0"
|