@findhotel/sapi 1.23.2 → 1.23.3

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.
@@ -274,6 +274,7 @@ export interface Hotel extends Omit<Hit, 'hotelName' | 'address' | 'placeDN' | '
274
274
  displayAddress: string;
275
275
  hotelName: string;
276
276
  placeDisplayName: string;
277
+ regularPriceRange?: [number, number];
277
278
  indexedDiscountModifier?: string;
278
279
  vrDetails?: VrDetails;
279
280
  isVr?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",