@awarevue/api-types 2.0.125 → 2.0.126
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/api/events/all.js +1 -4
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/api/events/all.js
CHANGED
|
@@ -107,10 +107,7 @@ exports.eventSchemaByKind = {
|
|
|
107
107
|
'sensor-activated': exports.sSensorActivated,
|
|
108
108
|
};
|
|
109
109
|
exports.eventsByDeviceType = {
|
|
110
|
-
camera: [
|
|
111
|
-
...Object.keys(camera_1.cameraEventSchemasByKind),
|
|
112
|
-
'motion-detected',
|
|
113
|
-
],
|
|
110
|
+
camera: [...Object.keys(camera_1.cameraEventSchemasByKind)],
|
|
114
111
|
door: Object.keys(door_1.doorEventSchemaByKind),
|
|
115
112
|
'io-board': Object.keys(io_board_1.ioBoardEventSchemaByKind),
|
|
116
113
|
'panic-button': Object.keys(panic_button_1.panicButtonEventSchemaByKind),
|
package/dist/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.126",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.126",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|