@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/Models.js
CHANGED
|
@@ -10144,6 +10144,9 @@ var require_camera = __commonJS({
|
|
|
10144
10144
|
},
|
|
10145
10145
|
webRTC: {
|
|
10146
10146
|
type: ["string", "null"]
|
|
10147
|
+
},
|
|
10148
|
+
rtsp: {
|
|
10149
|
+
type: ["string", "null"]
|
|
10147
10150
|
}
|
|
10148
10151
|
}
|
|
10149
10152
|
},
|