@kohost/api-client 3.2.4 → 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
@@ -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: {},