@kohost/api-client 3.0.0-beta.42 → 3.0.0-beta.43
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 +1 -4
- package/dist/esm/Models.js +1 -4
- package/dist/esm/Models.js.map +2 -2
- package/package.json +1 -1
package/dist/cjs/Models.js
CHANGED
|
@@ -1828,7 +1828,7 @@ var require_camera = __commonJS({
|
|
|
1828
1828
|
driver: {
|
|
1829
1829
|
$ref: "https://api.kohost.io/schemas/v3/definitions/common.json#/definitions/driver"
|
|
1830
1830
|
},
|
|
1831
|
-
|
|
1831
|
+
liveStreams: {
|
|
1832
1832
|
type: "object",
|
|
1833
1833
|
additionalProperties: false,
|
|
1834
1834
|
properties: {
|
|
@@ -1843,9 +1843,6 @@ var require_camera = __commonJS({
|
|
|
1843
1843
|
}
|
|
1844
1844
|
}
|
|
1845
1845
|
},
|
|
1846
|
-
previewImage: {
|
|
1847
|
-
type: "string"
|
|
1848
|
-
},
|
|
1849
1846
|
systemData: {
|
|
1850
1847
|
$ref: "https://api.kohost.io/schemas/v3/definitions/device.json#/definitions/systemData"
|
|
1851
1848
|
},
|
package/dist/esm/Models.js
CHANGED
|
@@ -9307,7 +9307,7 @@ var require_camera = __commonJS({
|
|
|
9307
9307
|
driver: {
|
|
9308
9308
|
$ref: "https://api.kohost.io/schemas/v3/definitions/common.json#/definitions/driver"
|
|
9309
9309
|
},
|
|
9310
|
-
|
|
9310
|
+
liveStreams: {
|
|
9311
9311
|
type: "object",
|
|
9312
9312
|
additionalProperties: false,
|
|
9313
9313
|
properties: {
|
|
@@ -9322,9 +9322,6 @@ var require_camera = __commonJS({
|
|
|
9322
9322
|
}
|
|
9323
9323
|
}
|
|
9324
9324
|
},
|
|
9325
|
-
previewImage: {
|
|
9326
|
-
type: "string"
|
|
9327
|
-
},
|
|
9328
9325
|
systemData: {
|
|
9329
9326
|
$ref: "https://api.kohost.io/schemas/v3/definitions/device.json#/definitions/systemData"
|
|
9330
9327
|
},
|