@kohost/api-client 3.2.12 → 3.2.13
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
|
@@ -10172,6 +10172,9 @@ var require_camera = __commonJS({
|
|
|
10172
10172
|
type: "string"
|
|
10173
10173
|
}
|
|
10174
10174
|
},
|
|
10175
|
+
authRequired: {
|
|
10176
|
+
type: "boolean"
|
|
10177
|
+
},
|
|
10175
10178
|
iframe: {
|
|
10176
10179
|
type: ["string", "null"]
|
|
10177
10180
|
},
|