@findhotel/sapi 1.6.1 → 1.6.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.
@@ -242,6 +242,7 @@ export interface Hotel extends Omit<Hit, 'hotelName' | 'address' | 'placeDN' | '
242
242
  vrDetails?: VrDetails;
243
243
  isVr?: boolean;
244
244
  navPathNames?: NavPathNames;
245
+ partiallyMatched: boolean;
245
246
  }
246
247
  export interface ContentHotel {
247
248
  objectID: HotelId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",