@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/cjs/schemas/mediaSource.json +7 -1
- package/dist/cjs/schemas/ticket.json +3 -0
- package/dist/esm/Models.js +9 -0
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +9 -0
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/MediaSourceSchema.d.ts +1 -0
- package/dist/types/schemas/RoomSchema.d.ts +1 -0
- package/dist/types/schemas/TicketSchema.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/Models.js
CHANGED
|
@@ -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,
|