@duffel/components 3.12.1 → 3.12.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
4
4
  "description": "Component library to build your travel product with Duffel.",
5
5
  "keywords": [
6
6
  "Duffel",
@@ -51,7 +51,7 @@
51
51
  "semver": "7.5.4"
52
52
  },
53
53
  "dependencies": {
54
- "@duffel/api": "4.13.0",
54
+ "@duffel/api": "4.21.0",
55
55
  "@sentry/browser": "7.119.2",
56
56
  "@stripe/react-stripe-js": "2.1.0",
57
57
  "@stripe/stripe-js": "1.54.2",
@@ -44,6 +44,8 @@ export declare const PayLaterRate: {
44
44
  total_currency: string;
45
45
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;
46
46
  loyalty_programme_required: boolean;
47
+ estimated_commission_amount: string | null;
48
+ estimated_commission_currency: string | null;
47
49
  };
48
50
  numberOfNights: number;
49
51
  searchNumberOfRooms: number;
@@ -96,6 +98,8 @@ export declare const RatesCrossComparison: {
96
98
  total_currency: string;
97
99
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;
98
100
  loyalty_programme_required: boolean;
101
+ estimated_commission_amount: string | null;
102
+ estimated_commission_currency: string | null;
99
103
  };
100
104
  numberOfNights: number;
101
105
  searchNumberOfRooms: number;
@@ -133,6 +137,8 @@ export declare const DepositRate: {
133
137
  total_currency: string;
134
138
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;
135
139
  loyalty_programme_required: boolean;
140
+ estimated_commission_amount: string | null;
141
+ estimated_commission_currency: string | null;
136
142
  };
137
143
  numberOfNights: number;
138
144
  searchNumberOfRooms: number;
@@ -36,6 +36,7 @@ export declare const WithNoPhoto: {
36
36
  phone_number: string | null;
37
37
  ratings: import("@duffel/api/types").StaysRating[] | null;
38
38
  rating: number | null;
39
+ review_count: number | null;
39
40
  review_score: number | null;
40
41
  rooms: import("@duffel/api/types").StaysRoom[];
41
42
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;