@voyant-travel/charters-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.
@@ -88,14 +88,6 @@ export declare function useCharterBookingMutation(): {
88
88
  updatedAt: string;
89
89
  };
90
90
  quote: {
91
- mode: "whole_yacht";
92
- voyageId: string;
93
- currency: string;
94
- charterFee: string;
95
- apaPercent: string;
96
- apaAmount: string;
97
- total: string;
98
- } | {
99
91
  mode: "per_suite";
100
92
  voyageId: string;
101
93
  suiteId: string;
@@ -104,6 +96,14 @@ export declare function useCharterBookingMutation(): {
104
96
  suitePrice: string;
105
97
  portFee: string | null;
106
98
  total: string;
99
+ } | {
100
+ mode: "whole_yacht";
101
+ voyageId: string;
102
+ currency: string;
103
+ charterFee: string;
104
+ apaPercent: string;
105
+ apaAmount: string;
106
+ total: string;
107
107
  };
108
108
  sourceProvider?: string | undefined;
109
109
  sourceRef?: Record<string, unknown> | undefined;
@@ -148,14 +148,6 @@ export declare function useCharterBookingMutation(): {
148
148
  updatedAt: string;
149
149
  };
150
150
  quote: {
151
- mode: "whole_yacht";
152
- voyageId: string;
153
- currency: string;
154
- charterFee: string;
155
- apaPercent: string;
156
- apaAmount: string;
157
- total: string;
158
- } | {
159
151
  mode: "per_suite";
160
152
  voyageId: string;
161
153
  suiteId: string;
@@ -164,6 +156,14 @@ export declare function useCharterBookingMutation(): {
164
156
  suitePrice: string;
165
157
  portFee: string | null;
166
158
  total: string;
159
+ } | {
160
+ mode: "whole_yacht";
161
+ voyageId: string;
162
+ currency: string;
163
+ charterFee: string;
164
+ apaPercent: string;
165
+ apaAmount: string;
166
+ total: string;
167
167
  };
168
168
  sourceProvider?: string | undefined;
169
169
  sourceRef?: Record<string, unknown> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/charters-react",
3
- "version": "0.117.2",
3
+ "version": "0.118.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,9 +69,9 @@
69
69
  "react": "^19.0.0",
70
70
  "react-dom": "^19.0.0",
71
71
  "zod": "^4.0.0",
72
- "@voyant-travel/catalog-react": "^0.117.2",
73
- "@voyant-travel/charters": "^0.117.2",
74
- "@voyant-travel/ui": "^0.106.1"
72
+ "@voyant-travel/catalog-react": "^0.118.1",
73
+ "@voyant-travel/charters": "^0.118.1",
74
+ "@voyant-travel/ui": "^0.106.2"
75
75
  },
76
76
  "peerDependenciesMeta": {
77
77
  "@voyant-travel/catalog-react": {
@@ -95,12 +95,12 @@
95
95
  "typescript": "^6.0.2",
96
96
  "vitest": "^4.1.2",
97
97
  "zod": "^4.3.6",
98
+ "@voyant-travel/catalog-react": "^0.118.1",
99
+ "@voyant-travel/charters": "^0.118.1",
98
100
  "@voyant-travel/i18n": "^0.106.1",
99
- "@voyant-travel/catalog-react": "^0.117.2",
100
101
  "@voyant-travel/react": "^0.104.1",
101
- "@voyant-travel/ui": "^0.106.1",
102
- "@voyant-travel/voyant-typescript-config": "^0.1.0",
103
- "@voyant-travel/charters": "^0.117.2"
102
+ "@voyant-travel/ui": "^0.106.2",
103
+ "@voyant-travel/voyant-typescript-config": "^0.1.0"
104
104
  },
105
105
  "files": [
106
106
  "dist",