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