@findhotel/sapi 1.7.10-beta.0 → 1.7.10

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.
@@ -22,7 +22,6 @@ interface OffersParameters {
22
22
  metadata?: Record<string, string>;
23
23
  filters?: FilterParameters;
24
24
  offersSort?: string;
25
- optimizeRooms?: boolean;
26
25
  }
27
26
  interface Callbacks {
28
27
  onStart?: (parameters: GetOffersParameters) => void;
@@ -64,7 +64,6 @@ export interface OptionalSearchParameters {
64
64
  checkOut?: string;
65
65
  rooms?: string;
66
66
  optimizeRooms?: boolean;
67
- optimizeAnchorRooms?: boolean;
68
67
  dayDistance?: number;
69
68
  nights?: number;
70
69
  sortField?: string;
@@ -281,6 +280,7 @@ export interface ContentHotel {
281
280
  propertyType?: TranslatedLOVItem;
282
281
  sentiments?: TranslatedLOVItem[];
283
282
  currency?: Currency;
283
+ timezone?: string;
284
284
  }
285
285
  export interface HotelAnchor extends Omit<HotelAnchorHit, 'hotelName' | 'placeADN' | 'placeDN'> {
286
286
  placeDisplayName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.7.10-beta.0",
3
+ "version": "1.7.10",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",