@findhotel/sapi 1.10.3 → 1.11.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.
@@ -188,10 +188,6 @@ export interface HotelSuggestHit extends BasicSuggestHit {
188
188
  };
189
189
  }
190
190
  export declare type SuggestHit = HotelSuggestHit | PlaceSuggestHit;
191
- export interface DatelessProviderLink {
192
- provider: string;
193
- url: string;
194
- }
195
191
  export interface Hit {
196
192
  address: TranslatedString;
197
193
  checkInTime: string;
@@ -202,7 +198,6 @@ export interface Hit {
202
198
  guestType: GuestType;
203
199
  hotelName: TranslatedString;
204
200
  imageURIs: string[];
205
- urls?: DatelessProviderLink[];
206
201
  isDeleted: boolean;
207
202
  lastBooked: number;
208
203
  objectID: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.10.3",
3
+ "version": "1.11.1",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",