@findhotel/sapi 1.28.14 → 1.28.15

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.
@@ -111,6 +111,8 @@ export interface Room {
111
111
  export interface Amenity {
112
112
  id: string;
113
113
  title: string;
114
+ category_id: string;
115
+ category: string;
114
116
  }
115
117
  export interface Itinerary {
116
118
  checkIn: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.28.14",
3
+ "version": "1.28.15",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",