@kohost/api-client 3.2.3 → 3.2.5
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.
package/dist/esm/utils.js
CHANGED
|
@@ -13456,7 +13456,7 @@ var require_property = __commonJS({
|
|
|
13456
13456
|
type: "string"
|
|
13457
13457
|
},
|
|
13458
13458
|
legicAppId: {
|
|
13459
|
-
type: "
|
|
13459
|
+
type: "number"
|
|
13460
13460
|
},
|
|
13461
13461
|
legicTechUsername: {
|
|
13462
13462
|
type: "string"
|
|
@@ -13524,7 +13524,28 @@ var require_property = __commonJS({
|
|
|
13524
13524
|
},
|
|
13525
13525
|
Elevator: {},
|
|
13526
13526
|
Experiences: {},
|
|
13527
|
-
Dining: {
|
|
13527
|
+
Dining: {
|
|
13528
|
+
type: "object",
|
|
13529
|
+
properties: {
|
|
13530
|
+
system: {
|
|
13531
|
+
type: "string",
|
|
13532
|
+
enum: ["gotab"]
|
|
13533
|
+
},
|
|
13534
|
+
systemConfig: {
|
|
13535
|
+
type: "object",
|
|
13536
|
+
properties: {
|
|
13537
|
+
landingUrl: {
|
|
13538
|
+
type: "string",
|
|
13539
|
+
format: "uri"
|
|
13540
|
+
},
|
|
13541
|
+
includeUserDetails: {
|
|
13542
|
+
type: "boolean"
|
|
13543
|
+
}
|
|
13544
|
+
},
|
|
13545
|
+
additionalProperties: false
|
|
13546
|
+
}
|
|
13547
|
+
}
|
|
13548
|
+
},
|
|
13528
13549
|
Rentals: {},
|
|
13529
13550
|
Shop: {},
|
|
13530
13551
|
Spa: {},
|