@voyant-travel/bookings-react 0.192.0 → 0.192.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.
@@ -135,9 +135,9 @@ export declare const bookingDetailTabSchema: z.ZodEnum<{
135
135
  travelers: "travelers";
136
136
  activity: "activity";
137
137
  documents: "documents";
138
- suppliers: "suppliers";
139
- invoices: "invoices";
140
138
  finance: "finance";
139
+ invoices: "invoices";
140
+ suppliers: "suppliers";
141
141
  }>;
142
142
  /**
143
143
  * Search contract for the booking detail page. `productId`/`slotId` only
@@ -153,9 +153,9 @@ export declare const bookingDetailSearchSchema: z.ZodObject<{
153
153
  travelers: "travelers";
154
154
  activity: "activity";
155
155
  documents: "documents";
156
- suppliers: "suppliers";
157
- invoices: "invoices";
158
156
  finance: "finance";
157
+ invoices: "invoices";
158
+ suppliers: "suppliers";
159
159
  }>>;
160
160
  }, z.core.$strip>;
161
161
  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" | "card" | "bank_transfer" | "inquiry";
34
+ paymentIntent: "hold" | "bank_transfer" | "card" | "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.192.0",
3
+ "version": "0.192.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -150,22 +150,22 @@
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.152.0",
153
+ "@voyant-travel/accommodations": "^0.152.1",
154
154
  "@voyant-travel/admin": "^0.128.3",
155
- "@voyant-travel/bookings": "^0.192.0",
156
- "@voyant-travel/catalog": "^0.190.0",
157
- "@voyant-travel/catalog-react": "^0.190.0",
158
- "@voyant-travel/distribution-react": "^0.182.0",
155
+ "@voyant-travel/bookings": "^0.192.1",
156
+ "@voyant-travel/catalog": "^0.190.1",
157
+ "@voyant-travel/catalog-react": "^0.190.1",
158
+ "@voyant-travel/distribution-react": "^0.182.1",
159
159
  "@voyant-travel/relationships-react": "^0.192.0",
160
- "@voyant-travel/finance": "^0.192.0",
161
- "@voyant-travel/finance-react": "^0.192.0",
162
- "@voyant-travel/identity-react": "^0.192.0",
163
- "@voyant-travel/legal-react": "^0.192.0",
160
+ "@voyant-travel/finance": "^0.192.1",
161
+ "@voyant-travel/finance-react": "^0.192.1",
162
+ "@voyant-travel/identity-react": "^0.192.1",
163
+ "@voyant-travel/legal-react": "^0.192.1",
164
164
  "@voyant-travel/commerce-react": "^0.74.0",
165
- "@voyant-travel/cruises": "^0.191.0",
165
+ "@voyant-travel/cruises": "^0.191.1",
166
166
  "@voyant-travel/inventory-react": "^0.74.0",
167
- "@voyant-travel/inventory": "^0.15.2",
168
- "@voyant-travel/storefront-react": "^0.194.0",
167
+ "@voyant-travel/inventory": "^0.15.3",
168
+ "@voyant-travel/storefront-react": "^0.194.1",
169
169
  "@voyant-travel/ui": "^0.109.4",
170
170
  "@voyant-travel/operations-react": "^0.73.0"
171
171
  },
@@ -251,23 +251,23 @@
251
251
  "typescript": "^6.0.3",
252
252
  "vitest": "^4.1.9",
253
253
  "zod": "^4.4.3",
254
- "@voyant-travel/accommodations": "^0.152.0",
254
+ "@voyant-travel/accommodations": "^0.152.1",
255
255
  "@voyant-travel/admin": "^0.128.3",
256
- "@voyant-travel/bookings": "^0.192.0",
257
- "@voyant-travel/catalog": "^0.190.0",
258
- "@voyant-travel/catalog-react": "^0.190.0",
259
- "@voyant-travel/distribution-react": "^0.182.0",
256
+ "@voyant-travel/bookings": "^0.192.1",
257
+ "@voyant-travel/catalog": "^0.190.1",
258
+ "@voyant-travel/catalog-react": "^0.190.1",
259
+ "@voyant-travel/distribution-react": "^0.182.1",
260
260
  "@voyant-travel/relationships-react": "^0.192.0",
261
- "@voyant-travel/finance": "^0.192.0",
262
- "@voyant-travel/finance-react": "^0.192.0",
263
- "@voyant-travel/identity-react": "^0.192.0",
264
- "@voyant-travel/legal-react": "^0.192.0",
261
+ "@voyant-travel/finance": "^0.192.1",
262
+ "@voyant-travel/finance-react": "^0.192.1",
263
+ "@voyant-travel/identity-react": "^0.192.1",
264
+ "@voyant-travel/legal-react": "^0.192.1",
265
265
  "@voyant-travel/commerce-react": "^0.74.0",
266
- "@voyant-travel/cruises": "^0.191.0",
266
+ "@voyant-travel/cruises": "^0.191.1",
267
267
  "@voyant-travel/inventory-react": "^0.74.0",
268
- "@voyant-travel/inventory": "^0.15.2",
268
+ "@voyant-travel/inventory": "^0.15.3",
269
269
  "@voyant-travel/react": "^0.104.2",
270
- "@voyant-travel/storefront-react": "^0.194.0",
270
+ "@voyant-travel/storefront-react": "^0.194.1",
271
271
  "@voyant-travel/ui": "^0.109.4",
272
272
  "@voyant-travel/voyant-typescript-config": "^0.1.0",
273
273
  "@voyant-travel/operations-react": "^0.73.0"