@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.
package/dist/esm/utils.js CHANGED
@@ -10499,6 +10499,12 @@ var require_mediaSource = __commonJS({
10499
10499
  type: "string"
10500
10500
  }
10501
10501
  },
10502
+ supportedOutputs: {
10503
+ type: "array",
10504
+ items: {
10505
+ type: "string"
10506
+ }
10507
+ },
10502
10508
  command: {
10503
10509
  type: ["string", "null"],
10504
10510
  enum: [
@@ -11763,6 +11769,9 @@ var require_ticket = __commonJS({
11763
11769
  type: "string"
11764
11770
  }
11765
11771
  },
11772
+ department: {
11773
+ type: "string"
11774
+ },
11766
11775
  rating: {
11767
11776
  type: "number",
11768
11777
  minimum: 0,