@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/utils.js
CHANGED
|
@@ -10229,6 +10229,9 @@ var require_camera = __commonJS({
|
|
|
10229
10229
|
type: "string"
|
|
10230
10230
|
}
|
|
10231
10231
|
},
|
|
10232
|
+
authRequired: {
|
|
10233
|
+
type: "boolean"
|
|
10234
|
+
},
|
|
10232
10235
|
iframe: {
|
|
10233
10236
|
type: ["string", "null"]
|
|
10234
10237
|
},
|