@kohost/api-client 3.3.7 → 3.3.8

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.
@@ -98,7 +98,13 @@
98
98
  "type": "string"
99
99
  }
100
100
  },
101
- "command": {
101
+ "supportedOutputs": {
102
+ "type": "array",
103
+ "items": {
104
+ "type": "string"
105
+ }
106
+ },
107
+ "command": {
102
108
  "type": ["string", "null"],
103
109
  "enum": [
104
110
  "mute",
@@ -158,6 +158,9 @@
158
158
  "type": "string"
159
159
  }
160
160
  },
161
+ "department": {
162
+ "type": "string"
163
+ },
161
164
  "rating": {
162
165
  "type": "number",
163
166
  "minimum": 0,
@@ -10442,6 +10442,12 @@ var require_mediaSource = __commonJS({
10442
10442
  type: "string"
10443
10443
  }
10444
10444
  },
10445
+ supportedOutputs: {
10446
+ type: "array",
10447
+ items: {
10448
+ type: "string"
10449
+ }
10450
+ },
10445
10451
  command: {
10446
10452
  type: ["string", "null"],
10447
10453
  enum: [
@@ -11706,6 +11712,9 @@ var require_ticket = __commonJS({
11706
11712
  type: "string"
11707
11713
  }
11708
11714
  },
11715
+ department: {
11716
+ type: "string"
11717
+ },
11709
11718
  rating: {
11710
11719
  type: "number",
11711
11720
  minimum: 0,