@voyant-travel/bookings-react 0.149.1 → 0.150.0

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;
@@ -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" | "held" | "released";
1742
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
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" | "held" | "released";
1838
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
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" | "held" | "released";
1935
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
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" | "held" | "released";
2034
+ status: "cancelled" | "fulfilled" | "confirmed" | "expired" | "released" | "held";
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.149.1",
3
+ "version": "0.150.0",
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.120.0",
149
- "@voyant-travel/bookings": "^0.149.1",
150
- "@voyant-travel/catalog-react": "^0.147.1",
151
- "@voyant-travel/distribution-react": "^0.139.1",
152
- "@voyant-travel/relationships-react": "^0.149.0",
153
- "@voyant-travel/finance-react": "^0.149.1",
154
- "@voyant-travel/identity-react": "^0.149.1",
155
- "@voyant-travel/legal-react": "^0.149.1",
156
- "@voyant-travel/commerce-react": "^0.31.0",
157
- "@voyant-travel/inventory-react": "^0.31.0",
149
+ "@voyant-travel/bookings": "^0.150.0",
150
+ "@voyant-travel/catalog-react": "^0.148.0",
151
+ "@voyant-travel/distribution-react": "^0.140.0",
152
+ "@voyant-travel/relationships-react": "^0.150.0",
153
+ "@voyant-travel/finance-react": "^0.150.0",
154
+ "@voyant-travel/identity-react": "^0.150.0",
155
+ "@voyant-travel/legal-react": "^0.150.0",
156
+ "@voyant-travel/commerce-react": "^0.32.0",
157
+ "@voyant-travel/inventory-react": "^0.32.0",
158
158
  "@voyant-travel/ui": "^0.108.11",
159
- "@voyant-travel/operations-react": "^0.30.0"
159
+ "@voyant-travel/operations-react": "^0.31.0"
160
160
  },
161
161
  "peerDependenciesMeta": {
162
162
  "@tanstack/react-table": {
@@ -223,19 +223,19 @@
223
223
  "vitest": "^4.1.9",
224
224
  "zod": "^4.4.3",
225
225
  "@voyant-travel/admin": "^0.120.0",
226
- "@voyant-travel/bookings": "^0.149.1",
227
- "@voyant-travel/catalog-react": "^0.147.1",
228
- "@voyant-travel/distribution-react": "^0.139.1",
229
- "@voyant-travel/relationships-react": "^0.149.0",
230
- "@voyant-travel/finance-react": "^0.149.1",
231
- "@voyant-travel/identity-react": "^0.149.1",
232
- "@voyant-travel/legal-react": "^0.149.1",
233
- "@voyant-travel/commerce-react": "^0.31.0",
234
- "@voyant-travel/inventory-react": "^0.31.0",
226
+ "@voyant-travel/bookings": "^0.150.0",
227
+ "@voyant-travel/catalog-react": "^0.148.0",
228
+ "@voyant-travel/distribution-react": "^0.140.0",
229
+ "@voyant-travel/relationships-react": "^0.150.0",
230
+ "@voyant-travel/finance-react": "^0.150.0",
231
+ "@voyant-travel/identity-react": "^0.150.0",
232
+ "@voyant-travel/legal-react": "^0.150.0",
233
+ "@voyant-travel/commerce-react": "^0.32.0",
234
+ "@voyant-travel/inventory-react": "^0.32.0",
235
235
  "@voyant-travel/react": "^0.104.1",
236
236
  "@voyant-travel/ui": "^0.108.11",
237
237
  "@voyant-travel/voyant-typescript-config": "^0.1.0",
238
- "@voyant-travel/operations-react": "^0.30.0"
238
+ "@voyant-travel/operations-react": "^0.31.0"
239
239
  },
240
240
  "files": [
241
241
  "dist",