@kohost/api-client 3.0.0-beta.42 → 3.0.0-beta.44
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 -5
- package/dist/cjs/utils.js +2 -1
- package/dist/esm/Models.js +3 -5
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +2 -1
- package/dist/esm/utils.js.map +2 -2
- package/package.json +1 -1
package/dist/cjs/Models.js
CHANGED
|
@@ -111,7 +111,8 @@ var require_common = __commonJS({
|
|
|
111
111
|
"stay-n-touch",
|
|
112
112
|
"twilio",
|
|
113
113
|
"cloudflare-images",
|
|
114
|
-
"cloudflare-stream"
|
|
114
|
+
"cloudflare-stream",
|
|
115
|
+
"insperia-privacy"
|
|
115
116
|
]
|
|
116
117
|
}
|
|
117
118
|
}
|
|
@@ -1828,7 +1829,7 @@ var require_camera = __commonJS({
|
|
|
1828
1829
|
driver: {
|
|
1829
1830
|
$ref: "https://api.kohost.io/schemas/v3/definitions/common.json#/definitions/driver"
|
|
1830
1831
|
},
|
|
1831
|
-
|
|
1832
|
+
liveStreams: {
|
|
1832
1833
|
type: "object",
|
|
1833
1834
|
additionalProperties: false,
|
|
1834
1835
|
properties: {
|
|
@@ -1843,9 +1844,6 @@ var require_camera = __commonJS({
|
|
|
1843
1844
|
}
|
|
1844
1845
|
}
|
|
1845
1846
|
},
|
|
1846
|
-
previewImage: {
|
|
1847
|
-
type: "string"
|
|
1848
|
-
},
|
|
1849
1847
|
systemData: {
|
|
1850
1848
|
$ref: "https://api.kohost.io/schemas/v3/definitions/device.json#/definitions/systemData"
|
|
1851
1849
|
},
|
package/dist/cjs/utils.js
CHANGED
package/dist/esm/Models.js
CHANGED
|
@@ -7488,7 +7488,8 @@ var require_common = __commonJS({
|
|
|
7488
7488
|
"stay-n-touch",
|
|
7489
7489
|
"twilio",
|
|
7490
7490
|
"cloudflare-images",
|
|
7491
|
-
"cloudflare-stream"
|
|
7491
|
+
"cloudflare-stream",
|
|
7492
|
+
"insperia-privacy"
|
|
7492
7493
|
]
|
|
7493
7494
|
}
|
|
7494
7495
|
}
|
|
@@ -9307,7 +9308,7 @@ var require_camera = __commonJS({
|
|
|
9307
9308
|
driver: {
|
|
9308
9309
|
$ref: "https://api.kohost.io/schemas/v3/definitions/common.json#/definitions/driver"
|
|
9309
9310
|
},
|
|
9310
|
-
|
|
9311
|
+
liveStreams: {
|
|
9311
9312
|
type: "object",
|
|
9312
9313
|
additionalProperties: false,
|
|
9313
9314
|
properties: {
|
|
@@ -9322,9 +9323,6 @@ var require_camera = __commonJS({
|
|
|
9322
9323
|
}
|
|
9323
9324
|
}
|
|
9324
9325
|
},
|
|
9325
|
-
previewImage: {
|
|
9326
|
-
type: "string"
|
|
9327
|
-
},
|
|
9328
9326
|
systemData: {
|
|
9329
9327
|
$ref: "https://api.kohost.io/schemas/v3/definitions/device.json#/definitions/systemData"
|
|
9330
9328
|
},
|