@odynn/awayz-hotels 0.13.3 → 0.13.4

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.
@@ -84,6 +84,7 @@ export interface IHotelResultResponse {
84
84
  best_value: string;
85
85
  points_as_cash?: IPointsAsCashResponse;
86
86
  cash_booking_offers?: ICashBookingOffersResponse;
87
+ chain_rating: number;
87
88
  }
88
89
  interface IHotelPartnerResponse {
89
90
  program: string;
@@ -176,8 +176,7 @@ const n = (e) => {
176
176
  currency: ((s = e.cash_value) == null ? void 0 : s.currency) ?? "",
177
177
  amount: n((o = e.cash_value) == null ? void 0 : o.amount)
178
178
  },
179
- chainRating: 0,
180
- // Not in API response
179
+ chainRating: e.chain_rating,
181
180
  city: e.city,
182
181
  cityCode: e.city_code,
183
182
  coordinates: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odynn/awayz-hotels",
3
3
  "private": false,
4
- "version": "0.13.3",
4
+ "version": "0.13.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"