@kohost/api-client 3.3.7 → 3.3.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.
package/dist/esm/utils.js CHANGED
@@ -10486,6 +10486,11 @@ var require_mediaSource = __commonJS({
10486
10486
  minimum: 0,
10487
10487
  maximum: 100
10488
10488
  },
10489
+ contrast: {
10490
+ type: "number",
10491
+ minimum: 0,
10492
+ maximum: 100
10493
+ },
10489
10494
  power: {
10490
10495
  type: "string",
10491
10496
  enum: ["on", "off"]
@@ -10499,6 +10504,12 @@ var require_mediaSource = __commonJS({
10499
10504
  type: "string"
10500
10505
  }
10501
10506
  },
10507
+ supportedOutputs: {
10508
+ type: "array",
10509
+ items: {
10510
+ type: "string"
10511
+ }
10512
+ },
10502
10513
  command: {
10503
10514
  type: ["string", "null"],
10504
10515
  enum: [
@@ -10551,6 +10562,7 @@ var require_mediaSource = __commonJS({
10551
10562
  "enterChannel",
10552
10563
  "enterVolume",
10553
10564
  "enterBrightness",
10565
+ "enterContrast",
10554
10566
  "number10",
10555
10567
  "number11",
10556
10568
  "number12",
@@ -11763,6 +11775,9 @@ var require_ticket = __commonJS({
11763
11775
  type: "string"
11764
11776
  }
11765
11777
  },
11778
+ department: {
11779
+ type: "string"
11780
+ },
11766
11781
  rating: {
11767
11782
  type: "number",
11768
11783
  minimum: 0,