@findhotel/sapi 1.8.2-beta.2 → 1.9.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.
@@ -293,7 +293,7 @@ export interface PlaceAnchor extends Omit<PlaceAnchorHit, 'placeName' | 'placeAD
293
293
  }
294
294
  export declare type Anchor = HotelAnchor | PlaceAnchor;
295
295
  export declare type PlaceTypeName = 'property' | 'country' | 'city' | 'airport' | 'station' | 'area' | 'address';
296
- export declare type SuggestType = 'hotel' | 'place' | 'address';
296
+ export declare type SuggestType = 'hotel' | 'place' | 'address' | 'nearby';
297
297
  export declare type SuggestFilters = Record<string, [
298
298
  {
299
299
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.8.2-beta.2",
3
+ "version": "1.9.1",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",