@awarevue/api-types 2.0.13 → 2.0.14
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/access-control/access-rule.d.ts +6 -6
- package/dist/access-control/person.d.ts +6 -6
- package/dist/access-control/schedule.d.ts +2 -2
- package/dist/access-control/zone.d.ts +4 -4
- package/dist/agent-communication/index.d.ts +0 -1
- package/dist/agent-communication/index.js +0 -1
- package/dist/agent-communication/protocol.d.ts +170 -170
- package/dist/alarm-automation.d.ts +1 -1
- package/dist/api/alarm.d.ts +1 -1
- package/dist/api/media.d.ts +8 -8
- package/dist/bookmarks.d.ts +2 -2
- package/dist/cast.d.ts +2 -2
- package/dist/commands/alarm.d.ts +312 -0
- package/dist/commands/alarm.js +62 -0
- package/dist/{device-command.d.ts → commands/all.d.ts} +17 -19
- package/dist/{device-command.js → commands/all.js} +9 -9
- package/dist/commands/camera-lift.d.ts +46 -0
- package/dist/commands/camera-lift.js +17 -0
- package/dist/commands/camera.d.ts +478 -0
- package/dist/commands/camera.js +97 -0
- package/dist/commands/display.d.ts +431 -0
- package/dist/commands/display.js +37 -0
- package/dist/commands/door.d.ts +88 -0
- package/dist/commands/door.js +27 -0
- package/dist/commands/index.d.ts +12 -0
- package/dist/commands/index.js +28 -0
- package/dist/commands/intercom-terminal.d.ts +40 -0
- package/dist/{device/reader/commands.js → commands/intercom-terminal.js} +1 -0
- package/dist/commands/io-board.d.ts +55 -0
- package/dist/commands/io-board.js +15 -0
- package/dist/commands/nvr-exporter.d.ts +1262 -0
- package/dist/commands/nvr-exporter.js +26 -0
- package/dist/commands/pbx.d.ts +75 -0
- package/dist/commands/pbx.js +17 -0
- package/dist/commands/presence-tracker.d.ts +167 -0
- package/dist/commands/presence-tracker.js +33 -0
- package/dist/commands/server.d.ts +1272 -0
- package/dist/commands/server.js +27 -0
- package/dist/device/alarm.d.ts +0 -530
- package/dist/device/alarm.js +1 -110
- package/dist/device/any-device.d.ts +88 -88
- package/dist/device/camera-lift.d.ts +0 -45
- package/dist/device/camera-lift.js +1 -14
- package/dist/device/camera.d.ts +0 -1248
- package/dist/device/camera.js +1 -204
- package/dist/device/device-gateway.d.ts +0 -2
- package/dist/device/device-gateway.js +1 -0
- package/dist/device/display.d.ts +0 -438
- package/dist/device/display.js +1 -39
- package/dist/device/door.d.ts +0 -306
- package/dist/device/door.js +1 -82
- package/dist/device/index.d.ts +1 -1
- package/dist/device/index.js +1 -1
- package/dist/device/intercom-operator.js +0 -1
- package/dist/device/intercom-terminal.d.ts +0 -101
- package/dist/device/intercom-terminal.js +3 -55
- package/dist/device/io-board.d.ts +0 -84
- package/dist/device/io-board.js +1 -21
- package/dist/device/motion-sensor.js +0 -1
- package/dist/device/nvr-analytics-server.d.ts +0 -295
- package/dist/device/nvr-analytics-server.js +1 -65
- package/dist/device/nvr-exporter.d.ts +0 -1436
- package/dist/device/nvr-exporter.js +1 -72
- package/dist/device/nvr-recorder.d.ts +0 -2633
- package/dist/device/nvr-recorder.js +1 -39
- package/dist/device/panic-button.d.ts +0 -18
- package/dist/device/panic-button.js +1 -8
- package/dist/device/pbx.d.ts +0 -74
- package/dist/device/pbx.js +1 -16
- package/dist/device/presence-tracker.d.ts +0 -302
- package/dist/device/presence-tracker.js +1 -59
- package/dist/device/server.d.ts +0 -1336
- package/dist/device/server.js +1 -37
- package/dist/device/system.d.ts +0 -42
- package/dist/device/system.js +1 -13
- package/dist/device-event.d.ts +1 -721
- package/dist/device-event.js +0 -110
- package/dist/device-group.d.ts +2 -2
- package/dist/device-import.d.ts +8 -8
- package/dist/events/alarm.d.ts +220 -0
- package/dist/events/alarm.js +55 -0
- package/dist/events/all.d.ts +700 -0
- package/dist/events/all.js +109 -0
- package/dist/events/camera.d.ts +661 -0
- package/dist/events/camera.js +87 -0
- package/dist/events/display.d.ts +9 -0
- package/dist/events/display.js +9 -0
- package/dist/events/door.d.ts +220 -0
- package/dist/events/door.js +62 -0
- package/dist/events/index.d.ts +12 -0
- package/dist/events/index.js +28 -0
- package/dist/events/intercom-terminal.d.ts +61 -0
- package/dist/events/intercom-terminal.js +19 -0
- package/dist/events/io-board.d.ts +31 -0
- package/dist/events/io-board.js +13 -0
- package/dist/events/nvr-exporter.d.ts +52 -0
- package/dist/events/nvr-exporter.js +21 -0
- package/dist/events/panic-button.d.ts +19 -0
- package/dist/events/panic-button.js +11 -0
- package/dist/events/presence-tracker.d.ts +136 -0
- package/dist/events/presence-tracker.js +33 -0
- package/dist/events/server.d.ts +65 -0
- package/dist/events/server.js +15 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.js +4 -1
- package/dist/layout.d.ts +8 -8
- package/dist/macros.d.ts +14 -14
- package/dist/messages/device-communication.d.ts +2 -2
- package/dist/messages/notifications.d.ts +2 -2
- package/dist/messages/web-rtc-signaling.d.ts +10 -10
- package/dist/notifications.d.ts +4 -4
- package/dist/package.json +1 -1
- package/dist/primitives.d.ts +16 -0
- package/dist/primitives.js +13 -1
- package/dist/{agent-communication/queries.d.ts → queries/all.d.ts} +12 -10
- package/dist/queries/all.js +21 -0
- package/dist/queries/camera.d.ts +98 -0
- package/dist/queries/camera.js +27 -0
- package/dist/queries/index.d.ts +5 -0
- package/dist/{device/reader → queries}/index.js +5 -3
- package/dist/queries/nvr-analytics-server.d.ts +296 -0
- package/dist/queries/nvr-analytics-server.js +68 -0
- package/dist/queries/nvr-exporter.d.ts +125 -0
- package/dist/queries/nvr-exporter.js +36 -0
- package/dist/queries/nvr-recorder.d.ts +2634 -0
- package/dist/queries/nvr-recorder.js +42 -0
- package/dist/user.d.ts +4 -4
- package/package.json +1 -1
- package/dist/agent-communication/queries.js +0 -19
- package/dist/device/reader/commands.d.ts +0 -1
- package/dist/device/reader/index.d.ts +0 -3
- /package/dist/device/{reader/specs.d.ts → reader.d.ts} +0 -0
- /package/dist/device/{reader/specs.js → reader.js} +0 -0
- /package/dist/{device/reader/events.d.ts → events/reader.d.ts} +0 -0
- /package/dist/{device/reader/events.js → events/reader.js} +0 -0
|
@@ -85,6 +85,9 @@ export declare const sAccessRuleDto: z.ZodObject<{
|
|
|
85
85
|
id: string;
|
|
86
86
|
version: number;
|
|
87
87
|
displayName: string;
|
|
88
|
+
refs: Record<string, string | string[]>;
|
|
89
|
+
createdOn: string;
|
|
90
|
+
lastModifiedOn: string;
|
|
88
91
|
appliedTo: {
|
|
89
92
|
id: string;
|
|
90
93
|
firstName: string;
|
|
@@ -99,13 +102,13 @@ export declare const sAccessRuleDto: z.ZodObject<{
|
|
|
99
102
|
scheduleId: string;
|
|
100
103
|
groupId: string;
|
|
101
104
|
}[];
|
|
102
|
-
createdOn: string;
|
|
103
|
-
lastModifiedOn: string;
|
|
104
|
-
refs: Record<string, string | string[]>;
|
|
105
105
|
}, {
|
|
106
106
|
id: string;
|
|
107
107
|
version: number;
|
|
108
108
|
displayName: string;
|
|
109
|
+
refs: Record<string, string | string[]>;
|
|
110
|
+
createdOn: string;
|
|
111
|
+
lastModifiedOn: string;
|
|
109
112
|
appliedTo: {
|
|
110
113
|
id: string;
|
|
111
114
|
firstName: string;
|
|
@@ -120,9 +123,6 @@ export declare const sAccessRuleDto: z.ZodObject<{
|
|
|
120
123
|
scheduleId: string;
|
|
121
124
|
groupId: string;
|
|
122
125
|
}[];
|
|
123
|
-
createdOn: string;
|
|
124
|
-
lastModifiedOn: string;
|
|
125
|
-
refs: Record<string, string | string[]>;
|
|
126
126
|
}>;
|
|
127
127
|
export type AccessRuleDto = z.infer<typeof sAccessRuleDto>;
|
|
128
128
|
export declare const sCreateAccessRuleRequest: z.ZodObject<{
|
|
@@ -73,12 +73,12 @@ export declare const sPersonDto: z.ZodObject<{
|
|
|
73
73
|
id: string;
|
|
74
74
|
position: string | null;
|
|
75
75
|
version: number;
|
|
76
|
+
refs: Record<string, string | string[]>;
|
|
77
|
+
createdOn: string;
|
|
78
|
+
lastModifiedOn: string;
|
|
76
79
|
firstName: string;
|
|
77
80
|
lastName: string;
|
|
78
81
|
avatarId: string | null;
|
|
79
|
-
createdOn: string;
|
|
80
|
-
lastModifiedOn: string;
|
|
81
|
-
refs: Record<string, string | string[]>;
|
|
82
82
|
validFrom: string | null;
|
|
83
83
|
validTo: string | null;
|
|
84
84
|
accessSuspended: boolean;
|
|
@@ -106,12 +106,12 @@ export declare const sPersonDto: z.ZodObject<{
|
|
|
106
106
|
id: string;
|
|
107
107
|
position: string | null;
|
|
108
108
|
version: number;
|
|
109
|
+
refs: Record<string, string | string[]>;
|
|
110
|
+
createdOn: string;
|
|
111
|
+
lastModifiedOn: string;
|
|
109
112
|
firstName: string;
|
|
110
113
|
lastName: string;
|
|
111
114
|
avatarId: string | null;
|
|
112
|
-
createdOn: string;
|
|
113
|
-
lastModifiedOn: string;
|
|
114
|
-
refs: Record<string, string | string[]>;
|
|
115
115
|
validFrom: string | null;
|
|
116
116
|
validTo: string | null;
|
|
117
117
|
accessSuspended: boolean;
|
|
@@ -162,9 +162,9 @@ export declare const sScheduleDto: z.ZodObject<{
|
|
|
162
162
|
}[];
|
|
163
163
|
} | null;
|
|
164
164
|
displayName: string;
|
|
165
|
+
refs: Record<string, string | string[]>;
|
|
165
166
|
createdOn: string;
|
|
166
167
|
lastModifiedOn: string;
|
|
167
|
-
refs: Record<string, string | string[]>;
|
|
168
168
|
editable: boolean;
|
|
169
169
|
deletable: boolean;
|
|
170
170
|
flag: "always" | "never" | null;
|
|
@@ -192,9 +192,9 @@ export declare const sScheduleDto: z.ZodObject<{
|
|
|
192
192
|
}[];
|
|
193
193
|
} | null;
|
|
194
194
|
displayName: string;
|
|
195
|
+
refs: Record<string, string | string[]>;
|
|
195
196
|
createdOn: string;
|
|
196
197
|
lastModifiedOn: string;
|
|
197
|
-
refs: Record<string, string | string[]>;
|
|
198
198
|
editable: boolean;
|
|
199
199
|
deletable: boolean;
|
|
200
200
|
flag: "always" | "never" | null;
|
|
@@ -12,19 +12,19 @@ export declare const sZoneDto: z.ZodObject<{
|
|
|
12
12
|
id: string;
|
|
13
13
|
version: number;
|
|
14
14
|
displayName: string;
|
|
15
|
-
createdOn: string;
|
|
16
|
-
lastModifiedOn: string;
|
|
17
15
|
refs: Record<string, string | string[]>;
|
|
18
16
|
devices: string[];
|
|
17
|
+
createdOn: string;
|
|
18
|
+
lastModifiedOn: string;
|
|
19
19
|
isGlobal: boolean;
|
|
20
20
|
}, {
|
|
21
21
|
id: string;
|
|
22
22
|
version: number;
|
|
23
23
|
displayName: string;
|
|
24
|
-
createdOn: string;
|
|
25
|
-
lastModifiedOn: string;
|
|
26
24
|
refs: Record<string, string | string[]>;
|
|
27
25
|
devices: string[];
|
|
26
|
+
createdOn: string;
|
|
27
|
+
lastModifiedOn: string;
|
|
28
28
|
isGlobal: boolean;
|
|
29
29
|
}>;
|
|
30
30
|
export type ZoneDto = z.infer<typeof sZoneDto>;
|
|
@@ -15,5 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./protocol"), exports);
|
|
18
|
-
__exportStar(require("./queries"), exports);
|
|
19
18
|
__exportStar(require("./mqtt-payloads"), exports);
|