@findhotel/sapi 1.28.19 → 1.28.20

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.
@@ -290,6 +290,7 @@ export declare type Hotel = {
290
290
  export interface ContentHotelDescriptions {
291
291
  overall?: string;
292
292
  headline?: string;
293
+ location?: string;
293
294
  business_amenities?: string;
294
295
  amenities?: string;
295
296
  dining?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.28.19",
3
+ "version": "1.28.20",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",