@voyant-travel/catalog-react 0.134.1 → 0.135.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.
|
@@ -36,7 +36,7 @@ export declare function useBookingCommit(options?: UseBookingCommitOptions): imp
|
|
|
36
36
|
pricing?: {
|
|
37
37
|
currency: string;
|
|
38
38
|
lines: {
|
|
39
|
-
kind: "base" | "accommodation" | "
|
|
39
|
+
kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
|
|
40
40
|
label: string;
|
|
41
41
|
unitAmount: number;
|
|
42
42
|
totalAmount: number;
|
|
@@ -229,7 +229,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
|
|
|
229
229
|
pricing?: {
|
|
230
230
|
currency: string;
|
|
231
231
|
lines: {
|
|
232
|
-
kind: "base" | "accommodation" | "
|
|
232
|
+
kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
|
|
233
233
|
label: string;
|
|
234
234
|
unitAmount: number;
|
|
235
235
|
totalAmount: number;
|
|
@@ -458,7 +458,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
|
|
|
458
458
|
pricing?: {
|
|
459
459
|
currency: string;
|
|
460
460
|
lines: {
|
|
461
|
-
kind: "base" | "accommodation" | "
|
|
461
|
+
kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
|
|
462
462
|
label: string;
|
|
463
463
|
unitAmount: number;
|
|
464
464
|
totalAmount: number;
|
|
@@ -685,7 +685,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
|
|
|
685
685
|
pricing?: {
|
|
686
686
|
currency: string;
|
|
687
687
|
lines: {
|
|
688
|
-
kind: "base" | "accommodation" | "
|
|
688
|
+
kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
|
|
689
689
|
label: string;
|
|
690
690
|
unitAmount: number;
|
|
691
691
|
totalAmount: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/catalog-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.135.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"sonner": "^2.0.0",
|
|
78
78
|
"zod": "^4.0.0",
|
|
79
79
|
"@voyant-travel/admin": "^0.115.2",
|
|
80
|
-
"@voyant-travel/commerce-react": "^0.
|
|
81
|
-
"@voyant-travel/inventory-react": "^0.
|
|
82
|
-
"@voyant-travel/distribution-react": "^0.
|
|
80
|
+
"@voyant-travel/commerce-react": "^0.19.0",
|
|
81
|
+
"@voyant-travel/inventory-react": "^0.19.0",
|
|
82
|
+
"@voyant-travel/distribution-react": "^0.127.0",
|
|
83
83
|
"@voyant-travel/ui": "^0.108.2"
|
|
84
84
|
},
|
|
85
85
|
"peerDependenciesMeta": {
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"zod": "^4.3.6",
|
|
125
125
|
"@voyant-travel/admin": "^0.115.2",
|
|
126
126
|
"@voyant-travel/i18n": "^0.109.0",
|
|
127
|
-
"@voyant-travel/commerce-react": "^0.
|
|
128
|
-
"@voyant-travel/inventory-react": "^0.
|
|
127
|
+
"@voyant-travel/commerce-react": "^0.19.0",
|
|
128
|
+
"@voyant-travel/inventory-react": "^0.19.0",
|
|
129
129
|
"@voyant-travel/react": "^0.104.1",
|
|
130
|
-
"@voyant-travel/distribution-react": "^0.
|
|
130
|
+
"@voyant-travel/distribution-react": "^0.127.0",
|
|
131
131
|
"@voyant-travel/ui": "^0.108.2",
|
|
132
132
|
"@voyant-travel/voyant-typescript-config": "^0.1.0"
|
|
133
133
|
},
|