@kohost/api-client 3.2.4 → 3.2.6

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
@@ -7588,12 +7588,15 @@ var require_definitions = __commonJS({
7588
7588
  "aws-kinesis",
7589
7589
  "butler",
7590
7590
  "crestron",
7591
+ "dell",
7591
7592
  "dmp",
7592
7593
  "dormakaba",
7593
7594
  "dsc",
7594
7595
  "ecobee",
7596
+ "epson",
7595
7597
  "igor",
7596
7598
  "inncom",
7599
+ "isapi",
7597
7600
  "kohost-k7",
7598
7601
  "kohost",
7599
7602
  "lg",
@@ -13524,7 +13527,28 @@ var require_property = __commonJS({
13524
13527
  },
13525
13528
  Elevator: {},
13526
13529
  Experiences: {},
13527
- Dining: {},
13530
+ Dining: {
13531
+ type: "object",
13532
+ properties: {
13533
+ system: {
13534
+ type: "string",
13535
+ enum: ["gotab"]
13536
+ },
13537
+ systemConfig: {
13538
+ type: "object",
13539
+ properties: {
13540
+ landingUrl: {
13541
+ type: "string",
13542
+ format: "uri"
13543
+ },
13544
+ includeUserDetails: {
13545
+ type: "boolean"
13546
+ }
13547
+ },
13548
+ additionalProperties: false
13549
+ }
13550
+ }
13551
+ },
13528
13552
  Rentals: {},
13529
13553
  Shop: {},
13530
13554
  Spa: {},