@kohost/api-client 3.0.0-beta.44 → 3.0.0-beta.46
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/Models.js +7 -3
- package/dist/esm/Models.js +7 -3
- package/dist/esm/Models.js.map +2 -2
- package/package.json +1 -1
package/dist/cjs/Models.js
CHANGED
|
@@ -1833,13 +1833,13 @@ var require_camera = __commonJS({
|
|
|
1833
1833
|
type: "object",
|
|
1834
1834
|
additionalProperties: false,
|
|
1835
1835
|
properties: {
|
|
1836
|
-
|
|
1836
|
+
iframe: {
|
|
1837
1837
|
type: ["string", "null"]
|
|
1838
1838
|
},
|
|
1839
|
-
|
|
1839
|
+
hls: {
|
|
1840
1840
|
type: ["string", "null"]
|
|
1841
1841
|
},
|
|
1842
|
-
|
|
1842
|
+
webRTC: {
|
|
1843
1843
|
type: ["string", "null"]
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
@@ -4396,6 +4396,10 @@ var require_property = __commonJS({
|
|
|
4396
4396
|
type: "string",
|
|
4397
4397
|
enum: ["salto"]
|
|
4398
4398
|
},
|
|
4399
|
+
systemOnline: {
|
|
4400
|
+
type: "boolean",
|
|
4401
|
+
default: false
|
|
4402
|
+
},
|
|
4399
4403
|
branding: {
|
|
4400
4404
|
type: "object",
|
|
4401
4405
|
properties: {
|
package/dist/esm/Models.js
CHANGED
|
@@ -9312,13 +9312,13 @@ var require_camera = __commonJS({
|
|
|
9312
9312
|
type: "object",
|
|
9313
9313
|
additionalProperties: false,
|
|
9314
9314
|
properties: {
|
|
9315
|
-
|
|
9315
|
+
iframe: {
|
|
9316
9316
|
type: ["string", "null"]
|
|
9317
9317
|
},
|
|
9318
|
-
|
|
9318
|
+
hls: {
|
|
9319
9319
|
type: ["string", "null"]
|
|
9320
9320
|
},
|
|
9321
|
-
|
|
9321
|
+
webRTC: {
|
|
9322
9322
|
type: ["string", "null"]
|
|
9323
9323
|
}
|
|
9324
9324
|
}
|
|
@@ -14640,6 +14640,10 @@ var require_property = __commonJS({
|
|
|
14640
14640
|
type: "string",
|
|
14641
14641
|
enum: ["salto"]
|
|
14642
14642
|
},
|
|
14643
|
+
systemOnline: {
|
|
14644
|
+
type: "boolean",
|
|
14645
|
+
default: false
|
|
14646
|
+
},
|
|
14643
14647
|
branding: {
|
|
14644
14648
|
type: "object",
|
|
14645
14649
|
properties: {
|