@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.
|
@@ -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;
|