@kohost/api-client 3.0.0-beta.44 → 3.0.0-beta.45
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 +3 -3
- package/dist/esm/Models.js +3 -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
|
}
|
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
|
}
|