@kohost/api-client 3.2.8 → 3.2.9
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
|
@@ -10123,6 +10123,9 @@ var require_camera = __commonJS({
|
|
|
10123
10123
|
$ref: "definitions.json#/definitions/type",
|
|
10124
10124
|
default: "camera"
|
|
10125
10125
|
},
|
|
10126
|
+
offline: {
|
|
10127
|
+
type: "boolean"
|
|
10128
|
+
},
|
|
10126
10129
|
supportedNotifications: {
|
|
10127
10130
|
$ref: "definitions.json#/definitions/supportedNotifications"
|
|
10128
10131
|
},
|