@voyant-travel/catalog-react 0.117.2 → 0.118.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.
@@ -191,7 +191,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
191
191
  catalog?: {
192
192
  id: string;
193
193
  name: string;
194
- kind: "extras" | "excursions" | "insurance";
194
+ kind: "excursions" | "extras" | "insurance";
195
195
  description?: string | null | undefined;
196
196
  groupKey?: string | null | undefined;
197
197
  pricingMode?: string | null | undefined;
@@ -204,13 +204,13 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
204
204
  defaultQuantity?: number | null | undefined;
205
205
  }[] | undefined;
206
206
  groups?: {
207
- kind: "extras" | "excursions" | "insurance";
207
+ kind: "excursions" | "extras" | "insurance";
208
208
  label: string;
209
209
  perGuestSelection: boolean;
210
210
  items: {
211
211
  id: string;
212
212
  name: string;
213
- kind: "extras" | "excursions" | "insurance";
213
+ kind: "excursions" | "extras" | "insurance";
214
214
  description?: string | null | undefined;
215
215
  groupKey?: string | null | undefined;
216
216
  pricingMode?: string | null | undefined;
@@ -420,7 +420,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
420
420
  catalog?: {
421
421
  id: string;
422
422
  name: string;
423
- kind: "extras" | "excursions" | "insurance";
423
+ kind: "excursions" | "extras" | "insurance";
424
424
  description?: string | null | undefined;
425
425
  groupKey?: string | null | undefined;
426
426
  pricingMode?: string | null | undefined;
@@ -433,13 +433,13 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
433
433
  defaultQuantity?: number | null | undefined;
434
434
  }[] | undefined;
435
435
  groups?: {
436
- kind: "extras" | "excursions" | "insurance";
436
+ kind: "excursions" | "extras" | "insurance";
437
437
  label: string;
438
438
  perGuestSelection: boolean;
439
439
  items: {
440
440
  id: string;
441
441
  name: string;
442
- kind: "extras" | "excursions" | "insurance";
442
+ kind: "excursions" | "extras" | "insurance";
443
443
  description?: string | null | undefined;
444
444
  groupKey?: string | null | undefined;
445
445
  pricingMode?: string | null | undefined;
@@ -647,7 +647,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
647
647
  catalog?: {
648
648
  id: string;
649
649
  name: string;
650
- kind: "extras" | "excursions" | "insurance";
650
+ kind: "excursions" | "extras" | "insurance";
651
651
  description?: string | null | undefined;
652
652
  groupKey?: string | null | undefined;
653
653
  pricingMode?: string | null | undefined;
@@ -660,13 +660,13 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
660
660
  defaultQuantity?: number | null | undefined;
661
661
  }[] | undefined;
662
662
  groups?: {
663
- kind: "extras" | "excursions" | "insurance";
663
+ kind: "excursions" | "extras" | "insurance";
664
664
  label: string;
665
665
  perGuestSelection: boolean;
666
666
  items: {
667
667
  id: string;
668
668
  name: string;
669
- kind: "extras" | "excursions" | "insurance";
669
+ kind: "excursions" | "extras" | "insurance";
670
670
  description?: string | null | undefined;
671
671
  groupKey?: string | null | undefined;
672
672
  pricingMode?: string | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/catalog-react",
3
- "version": "0.117.2",
3
+ "version": "0.118.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,11 +76,11 @@
76
76
  "react-dom": "^19.0.0",
77
77
  "sonner": "^2.0.0",
78
78
  "zod": "^4.0.0",
79
- "@voyant-travel/admin": "^0.111.0",
80
- "@voyant-travel/ui": "^0.106.1",
81
- "@voyant-travel/inventory-react": "^0.1.0",
82
- "@voyant-travel/distribution-react": "^0.109.8",
83
- "@voyant-travel/commerce-react": "^0.1.0"
79
+ "@voyant-travel/admin": "^0.111.2",
80
+ "@voyant-travel/commerce-react": "^0.2.1",
81
+ "@voyant-travel/inventory-react": "^0.2.1",
82
+ "@voyant-travel/distribution-react": "^0.110.4",
83
+ "@voyant-travel/ui": "^0.106.2"
84
84
  },
85
85
  "peerDependenciesMeta": {
86
86
  "@tanstack/react-table": {
@@ -107,8 +107,8 @@
107
107
  },
108
108
  "dependencies": {
109
109
  "@voyant-travel/catalog-contracts": "^0.107.1",
110
- "@voyant-travel/react": "^0.104.1",
111
- "@voyant-travel/i18n": "^0.106.1"
110
+ "@voyant-travel/i18n": "^0.106.1",
111
+ "@voyant-travel/react": "^0.104.1"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@tanstack/react-query": "^5.100.11",
@@ -122,13 +122,13 @@
122
122
  "typescript": "^6.0.2",
123
123
  "vitest": "^4.1.2",
124
124
  "zod": "^4.3.6",
125
- "@voyant-travel/admin": "^0.111.0",
126
- "@voyant-travel/commerce-react": "^0.1.0",
125
+ "@voyant-travel/admin": "^0.111.2",
127
126
  "@voyant-travel/i18n": "^0.106.1",
128
- "@voyant-travel/inventory-react": "^0.1.0",
127
+ "@voyant-travel/commerce-react": "^0.2.1",
128
+ "@voyant-travel/inventory-react": "^0.2.1",
129
129
  "@voyant-travel/react": "^0.104.1",
130
- "@voyant-travel/distribution-react": "^0.109.8",
131
- "@voyant-travel/ui": "^0.106.1",
130
+ "@voyant-travel/distribution-react": "^0.110.4",
131
+ "@voyant-travel/ui": "^0.106.2",
132
132
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
133
133
  },
134
134
  "files": [