@kohost/api-client 3.0.0-beta.101 → 3.0.0-beta.102
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.
|
@@ -114,6 +114,12 @@ export interface Property {
|
|
|
114
114
|
[k: string]: unknown;
|
|
115
115
|
};
|
|
116
116
|
Elevator?: unknown;
|
|
117
|
+
Experiences?: unknown;
|
|
118
|
+
Dining?: unknown;
|
|
119
|
+
Rentals?: unknown;
|
|
120
|
+
Shop?: unknown;
|
|
121
|
+
Spa?: unknown;
|
|
122
|
+
Valet?: unknown;
|
|
117
123
|
};
|
|
118
124
|
notifications?: {
|
|
119
125
|
email?: {
|
package/dist/esm/Models.js
CHANGED
|
@@ -13070,7 +13070,13 @@ var require_property = __commonJS({
|
|
|
13070
13070
|
}
|
|
13071
13071
|
}
|
|
13072
13072
|
},
|
|
13073
|
-
Elevator: {}
|
|
13073
|
+
Elevator: {},
|
|
13074
|
+
Experiences: {},
|
|
13075
|
+
Dining: {},
|
|
13076
|
+
Rentals: {},
|
|
13077
|
+
Shop: {},
|
|
13078
|
+
Spa: {},
|
|
13079
|
+
Valet: {}
|
|
13074
13080
|
},
|
|
13075
13081
|
additionalProperties: false,
|
|
13076
13082
|
default: {
|