@findhotel/sapi 1.7.9 → 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.
@@ -280,6 +280,7 @@ export interface ContentHotel {
280
280
  propertyType?: TranslatedLOVItem;
281
281
  sentiments?: TranslatedLOVItem[];
282
282
  currency?: Currency;
283
+ timezone?: string;
283
284
  }
284
285
  export interface HotelAnchor extends Omit<HotelAnchorHit, 'hotelName' | 'placeADN' | 'placeDN'> {
285
286
  placeDisplayName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.7.9",
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",