@kohost/api-client 3.2.6 → 3.2.7
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/CameraSchema.d.ts +1 -0
- package/dist/cjs/schemas/RoomSchema.d.ts +1 -0
- package/dist/cjs/schemas/camera.json +3 -0
- package/dist/esm/Models.js +3 -0
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +3 -0
- package/dist/esm/utils.js.map +2 -2
- package/package.json +1 -1
package/dist/esm/utils.js
CHANGED
|
@@ -10201,6 +10201,9 @@ var require_camera = __commonJS({
|
|
|
10201
10201
|
},
|
|
10202
10202
|
webRTC: {
|
|
10203
10203
|
type: ["string", "null"]
|
|
10204
|
+
},
|
|
10205
|
+
rtsp: {
|
|
10206
|
+
type: ["string", "null"]
|
|
10204
10207
|
}
|
|
10205
10208
|
}
|
|
10206
10209
|
},
|