@voyant-travel/bookings-react 0.138.5 → 0.138.6

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" | "held" | "released";
108
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
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" | "held" | "released";
72
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
73
73
  holdExpiresAt: string | null;
74
74
  confirmedAt: string | null;
75
75
  releasedAt: string | null;
@@ -1399,7 +1399,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
1399
1399
  availabilitySlotId: string | null;
1400
1400
  quantity: number;
1401
1401
  allocationType: "resource" | "unit" | "pickup";
1402
- status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
1402
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
1403
1403
  holdExpiresAt: string | null;
1404
1404
  confirmedAt: string | null;
1405
1405
  releasedAt: string | null;
@@ -1495,7 +1495,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
1495
1495
  availabilitySlotId: string | null;
1496
1496
  quantity: number;
1497
1497
  allocationType: "resource" | "unit" | "pickup";
1498
- status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
1498
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
1499
1499
  holdExpiresAt: string | null;
1500
1500
  confirmedAt: string | null;
1501
1501
  releasedAt: string | null;
@@ -1592,7 +1592,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
1592
1592
  availabilitySlotId: string | null;
1593
1593
  quantity: number;
1594
1594
  allocationType: "resource" | "unit" | "pickup";
1595
- status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
1595
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
1596
1596
  holdExpiresAt: string | null;
1597
1597
  confirmedAt: string | null;
1598
1598
  releasedAt: string | null;
@@ -1691,7 +1691,7 @@ export declare function getPublicBookingSessionQueryOptions(client: FetchWithVal
1691
1691
  availabilitySlotId: string | null;
1692
1692
  quantity: number;
1693
1693
  allocationType: "resource" | "unit" | "pickup";
1694
- status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "held" | "released";
1694
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
1695
1695
  holdExpiresAt: string | null;
1696
1696
  confirmedAt: string | null;
1697
1697
  releasedAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/bookings-react",
3
- "version": "0.138.5",
3
+ "version": "0.138.6",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -146,17 +146,17 @@
146
146
  "react-hook-form": "^7.80.0",
147
147
  "zod": "^4.0.0",
148
148
  "@voyant-travel/admin": "^0.115.3",
149
- "@voyant-travel/bookings": "^0.138.5",
150
- "@voyant-travel/catalog-react": "^0.136.2",
151
- "@voyant-travel/distribution-react": "^0.128.3",
149
+ "@voyant-travel/bookings": "^0.138.6",
150
+ "@voyant-travel/catalog-react": "^0.136.3",
151
+ "@voyant-travel/distribution-react": "^0.128.4",
152
152
  "@voyant-travel/relationships-react": "^0.138.0",
153
- "@voyant-travel/finance-react": "^0.138.7",
154
- "@voyant-travel/identity-react": "^0.138.1",
155
- "@voyant-travel/legal-react": "^0.138.1",
153
+ "@voyant-travel/finance-react": "^0.138.8",
154
+ "@voyant-travel/identity-react": "^0.138.2",
155
+ "@voyant-travel/legal-react": "^0.138.2",
156
156
  "@voyant-travel/commerce-react": "^0.20.0",
157
157
  "@voyant-travel/inventory-react": "^0.20.0",
158
158
  "@voyant-travel/ui": "^0.108.10",
159
- "@voyant-travel/operations-react": "^0.19.0"
159
+ "@voyant-travel/operations-react": "^0.19.1"
160
160
  },
161
161
  "peerDependenciesMeta": {
162
162
  "@tanstack/react-table": {
@@ -205,7 +205,7 @@
205
205
  "dependencies": {
206
206
  "sonner": "^2.0.7",
207
207
  "@voyant-travel/catalog-contracts": "^0.108.1",
208
- "@voyant-travel/i18n": "^0.109.7",
208
+ "@voyant-travel/i18n": "^0.109.8",
209
209
  "@voyant-travel/react": "^0.104.1",
210
210
  "@voyant-travel/types": "^0.106.1"
211
211
  },
@@ -223,19 +223,19 @@
223
223
  "vitest": "^4.1.9",
224
224
  "zod": "^4.4.3",
225
225
  "@voyant-travel/admin": "^0.115.3",
226
- "@voyant-travel/bookings": "^0.138.5",
227
- "@voyant-travel/catalog-react": "^0.136.2",
228
- "@voyant-travel/distribution-react": "^0.128.3",
226
+ "@voyant-travel/bookings": "^0.138.6",
227
+ "@voyant-travel/catalog-react": "^0.136.3",
228
+ "@voyant-travel/distribution-react": "^0.128.4",
229
229
  "@voyant-travel/relationships-react": "^0.138.0",
230
- "@voyant-travel/finance-react": "^0.138.7",
231
- "@voyant-travel/identity-react": "^0.138.1",
232
- "@voyant-travel/legal-react": "^0.138.1",
230
+ "@voyant-travel/finance-react": "^0.138.8",
231
+ "@voyant-travel/identity-react": "^0.138.2",
232
+ "@voyant-travel/legal-react": "^0.138.2",
233
233
  "@voyant-travel/commerce-react": "^0.20.0",
234
234
  "@voyant-travel/inventory-react": "^0.20.0",
235
235
  "@voyant-travel/react": "^0.104.1",
236
236
  "@voyant-travel/ui": "^0.108.10",
237
237
  "@voyant-travel/voyant-typescript-config": "^0.1.0",
238
- "@voyant-travel/operations-react": "^0.19.0"
238
+ "@voyant-travel/operations-react": "^0.19.1"
239
239
  },
240
240
  "files": [
241
241
  "dist",