@findhotel/sapi 1.30.8 → 1.30.9

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.
@@ -133,6 +133,11 @@ export interface Amenity {
133
133
  title: string;
134
134
  category_id: string;
135
135
  category: string;
136
+ tag?: AmenityTag;
137
+ }
138
+ export interface AmenityTag {
139
+ id: string;
140
+ name: string;
136
141
  }
137
142
  export interface Itinerary {
138
143
  checkIn: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@findhotel/sapi",
3
- "version": "1.30.8",
3
+ "version": "1.30.9",
4
4
  "description": "FindHotel Search API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/packages/core/src",