@awarevue/api-types 2.0.13 → 2.0.15
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} +650 -19
- package/dist/{device-command.js → commands/all.js} +11 -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
|
@@ -343,8 +343,6 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
|
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
344
|
groups: string[];
|
|
345
345
|
id: string;
|
|
346
|
-
createdOn: string;
|
|
347
|
-
lastModifiedOn: string;
|
|
348
346
|
tags: string[];
|
|
349
347
|
relations: z.objectOutputType<{
|
|
350
348
|
id: z.ZodString;
|
|
@@ -359,14 +357,14 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
|
|
|
359
357
|
lastModifiedOn: string;
|
|
360
358
|
params?: unknown;
|
|
361
359
|
}[];
|
|
360
|
+
createdOn: string;
|
|
361
|
+
lastModifiedOn: string;
|
|
362
362
|
providerAssignedName: string;
|
|
363
363
|
notes: string | null;
|
|
364
364
|
enabled: boolean;
|
|
365
365
|
}, {
|
|
366
366
|
groups: string[];
|
|
367
367
|
id: string;
|
|
368
|
-
createdOn: string;
|
|
369
|
-
lastModifiedOn: string;
|
|
370
368
|
tags: string[];
|
|
371
369
|
relations: z.objectInputType<{
|
|
372
370
|
id: z.ZodString;
|
|
@@ -381,6 +379,8 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
|
|
|
381
379
|
lastModifiedOn: string;
|
|
382
380
|
params?: unknown;
|
|
383
381
|
}[];
|
|
382
|
+
createdOn: string;
|
|
383
|
+
lastModifiedOn: string;
|
|
384
384
|
providerAssignedName: string;
|
|
385
385
|
notes: string | null;
|
|
386
386
|
enabled: boolean;
|
|
@@ -685,8 +685,6 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
686
|
groups: string[];
|
|
687
687
|
id: string;
|
|
688
|
-
createdOn: string;
|
|
689
|
-
lastModifiedOn: string;
|
|
690
688
|
tags: string[];
|
|
691
689
|
relations: z.objectOutputType<{
|
|
692
690
|
id: z.ZodString;
|
|
@@ -701,14 +699,14 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
701
699
|
lastModifiedOn: string;
|
|
702
700
|
params?: unknown;
|
|
703
701
|
}[];
|
|
702
|
+
createdOn: string;
|
|
703
|
+
lastModifiedOn: string;
|
|
704
704
|
providerAssignedName: string;
|
|
705
705
|
notes: string | null;
|
|
706
706
|
enabled: boolean;
|
|
707
707
|
}, {
|
|
708
708
|
groups: string[];
|
|
709
709
|
id: string;
|
|
710
|
-
createdOn: string;
|
|
711
|
-
lastModifiedOn: string;
|
|
712
710
|
tags: string[];
|
|
713
711
|
relations: z.objectInputType<{
|
|
714
712
|
id: z.ZodString;
|
|
@@ -723,6 +721,8 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
723
721
|
lastModifiedOn: string;
|
|
724
722
|
params?: unknown;
|
|
725
723
|
}[];
|
|
724
|
+
createdOn: string;
|
|
725
|
+
lastModifiedOn: string;
|
|
726
726
|
providerAssignedName: string;
|
|
727
727
|
notes: string | null;
|
|
728
728
|
enabled: boolean;
|
|
@@ -878,8 +878,6 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
878
878
|
}, "strip", z.ZodTypeAny, {
|
|
879
879
|
groups: string[];
|
|
880
880
|
id: string;
|
|
881
|
-
createdOn: string;
|
|
882
|
-
lastModifiedOn: string;
|
|
883
881
|
tags: string[];
|
|
884
882
|
relations: z.objectOutputType<{
|
|
885
883
|
id: z.ZodString;
|
|
@@ -894,14 +892,14 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
894
892
|
lastModifiedOn: string;
|
|
895
893
|
params?: unknown;
|
|
896
894
|
}[];
|
|
895
|
+
createdOn: string;
|
|
896
|
+
lastModifiedOn: string;
|
|
897
897
|
providerAssignedName: string;
|
|
898
898
|
notes: string | null;
|
|
899
899
|
enabled: boolean;
|
|
900
900
|
}, {
|
|
901
901
|
groups: string[];
|
|
902
902
|
id: string;
|
|
903
|
-
createdOn: string;
|
|
904
|
-
lastModifiedOn: string;
|
|
905
903
|
tags: string[];
|
|
906
904
|
relations: z.objectInputType<{
|
|
907
905
|
id: z.ZodString;
|
|
@@ -916,6 +914,8 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
916
914
|
lastModifiedOn: string;
|
|
917
915
|
params?: unknown;
|
|
918
916
|
}[];
|
|
917
|
+
createdOn: string;
|
|
918
|
+
lastModifiedOn: string;
|
|
919
919
|
providerAssignedName: string;
|
|
920
920
|
notes: string | null;
|
|
921
921
|
enabled: boolean;
|
|
@@ -1005,8 +1005,6 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1005
1005
|
}, "strip", z.ZodTypeAny, {
|
|
1006
1006
|
groups: string[];
|
|
1007
1007
|
id: string;
|
|
1008
|
-
createdOn: string;
|
|
1009
|
-
lastModifiedOn: string;
|
|
1010
1008
|
tags: string[];
|
|
1011
1009
|
relations: z.objectOutputType<{
|
|
1012
1010
|
id: z.ZodString;
|
|
@@ -1021,14 +1019,14 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1021
1019
|
lastModifiedOn: string;
|
|
1022
1020
|
params?: unknown;
|
|
1023
1021
|
}[];
|
|
1022
|
+
createdOn: string;
|
|
1023
|
+
lastModifiedOn: string;
|
|
1024
1024
|
providerAssignedName: string;
|
|
1025
1025
|
notes: string | null;
|
|
1026
1026
|
enabled: boolean;
|
|
1027
1027
|
}, {
|
|
1028
1028
|
groups: string[];
|
|
1029
1029
|
id: string;
|
|
1030
|
-
createdOn: string;
|
|
1031
|
-
lastModifiedOn: string;
|
|
1032
1030
|
tags: string[];
|
|
1033
1031
|
relations: z.objectInputType<{
|
|
1034
1032
|
id: z.ZodString;
|
|
@@ -1043,6 +1041,8 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1043
1041
|
lastModifiedOn: string;
|
|
1044
1042
|
params?: unknown;
|
|
1045
1043
|
}[];
|
|
1044
|
+
createdOn: string;
|
|
1045
|
+
lastModifiedOn: string;
|
|
1046
1046
|
providerAssignedName: string;
|
|
1047
1047
|
notes: string | null;
|
|
1048
1048
|
enabled: boolean;
|
|
@@ -1119,8 +1119,6 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
1119
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1120
1120
|
groups: string[];
|
|
1121
1121
|
id: string;
|
|
1122
|
-
createdOn: string;
|
|
1123
|
-
lastModifiedOn: string;
|
|
1124
1122
|
tags: string[];
|
|
1125
1123
|
relations: z.objectOutputType<{
|
|
1126
1124
|
id: z.ZodString;
|
|
@@ -1135,14 +1133,14 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
1135
1133
|
lastModifiedOn: string;
|
|
1136
1134
|
params?: unknown;
|
|
1137
1135
|
}[];
|
|
1136
|
+
createdOn: string;
|
|
1137
|
+
lastModifiedOn: string;
|
|
1138
1138
|
providerAssignedName: string;
|
|
1139
1139
|
notes: string | null;
|
|
1140
1140
|
enabled: boolean;
|
|
1141
1141
|
}, {
|
|
1142
1142
|
groups: string[];
|
|
1143
1143
|
id: string;
|
|
1144
|
-
createdOn: string;
|
|
1145
|
-
lastModifiedOn: string;
|
|
1146
1144
|
tags: string[];
|
|
1147
1145
|
relations: z.objectInputType<{
|
|
1148
1146
|
id: z.ZodString;
|
|
@@ -1157,6 +1155,8 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
1157
1155
|
lastModifiedOn: string;
|
|
1158
1156
|
params?: unknown;
|
|
1159
1157
|
}[];
|
|
1158
|
+
createdOn: string;
|
|
1159
|
+
lastModifiedOn: string;
|
|
1160
1160
|
providerAssignedName: string;
|
|
1161
1161
|
notes: string | null;
|
|
1162
1162
|
enabled: boolean;
|
|
@@ -1240,8 +1240,6 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
1240
1240
|
}, "strip", z.ZodTypeAny, {
|
|
1241
1241
|
groups: string[];
|
|
1242
1242
|
id: string;
|
|
1243
|
-
createdOn: string;
|
|
1244
|
-
lastModifiedOn: string;
|
|
1245
1243
|
tags: string[];
|
|
1246
1244
|
relations: z.objectOutputType<{
|
|
1247
1245
|
id: z.ZodString;
|
|
@@ -1256,14 +1254,14 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
1256
1254
|
lastModifiedOn: string;
|
|
1257
1255
|
params?: unknown;
|
|
1258
1256
|
}[];
|
|
1257
|
+
createdOn: string;
|
|
1258
|
+
lastModifiedOn: string;
|
|
1259
1259
|
providerAssignedName: string;
|
|
1260
1260
|
notes: string | null;
|
|
1261
1261
|
enabled: boolean;
|
|
1262
1262
|
}, {
|
|
1263
1263
|
groups: string[];
|
|
1264
1264
|
id: string;
|
|
1265
|
-
createdOn: string;
|
|
1266
|
-
lastModifiedOn: string;
|
|
1267
1265
|
tags: string[];
|
|
1268
1266
|
relations: z.objectInputType<{
|
|
1269
1267
|
id: z.ZodString;
|
|
@@ -1278,6 +1276,8 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
1278
1276
|
lastModifiedOn: string;
|
|
1279
1277
|
params?: unknown;
|
|
1280
1278
|
}[];
|
|
1279
|
+
createdOn: string;
|
|
1280
|
+
lastModifiedOn: string;
|
|
1281
1281
|
providerAssignedName: string;
|
|
1282
1282
|
notes: string | null;
|
|
1283
1283
|
enabled: boolean;
|
|
@@ -1354,8 +1354,6 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
|
|
|
1354
1354
|
}, "strip", z.ZodTypeAny, {
|
|
1355
1355
|
groups: string[];
|
|
1356
1356
|
id: string;
|
|
1357
|
-
createdOn: string;
|
|
1358
|
-
lastModifiedOn: string;
|
|
1359
1357
|
tags: string[];
|
|
1360
1358
|
relations: z.objectOutputType<{
|
|
1361
1359
|
id: z.ZodString;
|
|
@@ -1370,14 +1368,14 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
|
|
|
1370
1368
|
lastModifiedOn: string;
|
|
1371
1369
|
params?: unknown;
|
|
1372
1370
|
}[];
|
|
1371
|
+
createdOn: string;
|
|
1372
|
+
lastModifiedOn: string;
|
|
1373
1373
|
providerAssignedName: string;
|
|
1374
1374
|
notes: string | null;
|
|
1375
1375
|
enabled: boolean;
|
|
1376
1376
|
}, {
|
|
1377
1377
|
groups: string[];
|
|
1378
1378
|
id: string;
|
|
1379
|
-
createdOn: string;
|
|
1380
|
-
lastModifiedOn: string;
|
|
1381
1379
|
tags: string[];
|
|
1382
1380
|
relations: z.objectInputType<{
|
|
1383
1381
|
id: z.ZodString;
|
|
@@ -1392,6 +1390,8 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
|
|
|
1392
1390
|
lastModifiedOn: string;
|
|
1393
1391
|
params?: unknown;
|
|
1394
1392
|
}[];
|
|
1393
|
+
createdOn: string;
|
|
1394
|
+
lastModifiedOn: string;
|
|
1395
1395
|
providerAssignedName: string;
|
|
1396
1396
|
notes: string | null;
|
|
1397
1397
|
enabled: boolean;
|
|
@@ -1468,8 +1468,6 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1468
1468
|
}, "strip", z.ZodTypeAny, {
|
|
1469
1469
|
groups: string[];
|
|
1470
1470
|
id: string;
|
|
1471
|
-
createdOn: string;
|
|
1472
|
-
lastModifiedOn: string;
|
|
1473
1471
|
tags: string[];
|
|
1474
1472
|
relations: z.objectOutputType<{
|
|
1475
1473
|
id: z.ZodString;
|
|
@@ -1484,14 +1482,14 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1484
1482
|
lastModifiedOn: string;
|
|
1485
1483
|
params?: unknown;
|
|
1486
1484
|
}[];
|
|
1485
|
+
createdOn: string;
|
|
1486
|
+
lastModifiedOn: string;
|
|
1487
1487
|
providerAssignedName: string;
|
|
1488
1488
|
notes: string | null;
|
|
1489
1489
|
enabled: boolean;
|
|
1490
1490
|
}, {
|
|
1491
1491
|
groups: string[];
|
|
1492
1492
|
id: string;
|
|
1493
|
-
createdOn: string;
|
|
1494
|
-
lastModifiedOn: string;
|
|
1495
1493
|
tags: string[];
|
|
1496
1494
|
relations: z.objectInputType<{
|
|
1497
1495
|
id: z.ZodString;
|
|
@@ -1506,6 +1504,8 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1506
1504
|
lastModifiedOn: string;
|
|
1507
1505
|
params?: unknown;
|
|
1508
1506
|
}[];
|
|
1507
|
+
createdOn: string;
|
|
1508
|
+
lastModifiedOn: string;
|
|
1509
1509
|
providerAssignedName: string;
|
|
1510
1510
|
notes: string | null;
|
|
1511
1511
|
enabled: boolean;
|
|
@@ -1582,8 +1582,6 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
1582
1582
|
}, "strip", z.ZodTypeAny, {
|
|
1583
1583
|
groups: string[];
|
|
1584
1584
|
id: string;
|
|
1585
|
-
createdOn: string;
|
|
1586
|
-
lastModifiedOn: string;
|
|
1587
1585
|
tags: string[];
|
|
1588
1586
|
relations: z.objectOutputType<{
|
|
1589
1587
|
id: z.ZodString;
|
|
@@ -1598,14 +1596,14 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
1598
1596
|
lastModifiedOn: string;
|
|
1599
1597
|
params?: unknown;
|
|
1600
1598
|
}[];
|
|
1599
|
+
createdOn: string;
|
|
1600
|
+
lastModifiedOn: string;
|
|
1601
1601
|
providerAssignedName: string;
|
|
1602
1602
|
notes: string | null;
|
|
1603
1603
|
enabled: boolean;
|
|
1604
1604
|
}, {
|
|
1605
1605
|
groups: string[];
|
|
1606
1606
|
id: string;
|
|
1607
|
-
createdOn: string;
|
|
1608
|
-
lastModifiedOn: string;
|
|
1609
1607
|
tags: string[];
|
|
1610
1608
|
relations: z.objectInputType<{
|
|
1611
1609
|
id: z.ZodString;
|
|
@@ -1620,6 +1618,8 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
1620
1618
|
lastModifiedOn: string;
|
|
1621
1619
|
params?: unknown;
|
|
1622
1620
|
}[];
|
|
1621
|
+
createdOn: string;
|
|
1622
|
+
lastModifiedOn: string;
|
|
1623
1623
|
providerAssignedName: string;
|
|
1624
1624
|
notes: string | null;
|
|
1625
1625
|
enabled: boolean;
|
|
@@ -1712,8 +1712,6 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
1712
1712
|
}, "strip", z.ZodTypeAny, {
|
|
1713
1713
|
groups: string[];
|
|
1714
1714
|
id: string;
|
|
1715
|
-
createdOn: string;
|
|
1716
|
-
lastModifiedOn: string;
|
|
1717
1715
|
tags: string[];
|
|
1718
1716
|
relations: z.objectOutputType<{
|
|
1719
1717
|
id: z.ZodString;
|
|
@@ -1728,14 +1726,14 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
1728
1726
|
lastModifiedOn: string;
|
|
1729
1727
|
params?: unknown;
|
|
1730
1728
|
}[];
|
|
1729
|
+
createdOn: string;
|
|
1730
|
+
lastModifiedOn: string;
|
|
1731
1731
|
providerAssignedName: string;
|
|
1732
1732
|
notes: string | null;
|
|
1733
1733
|
enabled: boolean;
|
|
1734
1734
|
}, {
|
|
1735
1735
|
groups: string[];
|
|
1736
1736
|
id: string;
|
|
1737
|
-
createdOn: string;
|
|
1738
|
-
lastModifiedOn: string;
|
|
1739
1737
|
tags: string[];
|
|
1740
1738
|
relations: z.objectInputType<{
|
|
1741
1739
|
id: z.ZodString;
|
|
@@ -1750,6 +1748,8 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
1750
1748
|
lastModifiedOn: string;
|
|
1751
1749
|
params?: unknown;
|
|
1752
1750
|
}[];
|
|
1751
|
+
createdOn: string;
|
|
1752
|
+
lastModifiedOn: string;
|
|
1753
1753
|
providerAssignedName: string;
|
|
1754
1754
|
notes: string | null;
|
|
1755
1755
|
enabled: boolean;
|
|
@@ -1830,8 +1830,6 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1830
1830
|
}, "strip", z.ZodTypeAny, {
|
|
1831
1831
|
groups: string[];
|
|
1832
1832
|
id: string;
|
|
1833
|
-
createdOn: string;
|
|
1834
|
-
lastModifiedOn: string;
|
|
1835
1833
|
tags: string[];
|
|
1836
1834
|
relations: z.objectOutputType<{
|
|
1837
1835
|
id: z.ZodString;
|
|
@@ -1846,14 +1844,14 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1846
1844
|
lastModifiedOn: string;
|
|
1847
1845
|
params?: unknown;
|
|
1848
1846
|
}[];
|
|
1847
|
+
createdOn: string;
|
|
1848
|
+
lastModifiedOn: string;
|
|
1849
1849
|
providerAssignedName: string;
|
|
1850
1850
|
notes: string | null;
|
|
1851
1851
|
enabled: boolean;
|
|
1852
1852
|
}, {
|
|
1853
1853
|
groups: string[];
|
|
1854
1854
|
id: string;
|
|
1855
|
-
createdOn: string;
|
|
1856
|
-
lastModifiedOn: string;
|
|
1857
1855
|
tags: string[];
|
|
1858
1856
|
relations: z.objectInputType<{
|
|
1859
1857
|
id: z.ZodString;
|
|
@@ -1868,6 +1866,8 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1868
1866
|
lastModifiedOn: string;
|
|
1869
1867
|
params?: unknown;
|
|
1870
1868
|
}[];
|
|
1869
|
+
createdOn: string;
|
|
1870
|
+
lastModifiedOn: string;
|
|
1871
1871
|
providerAssignedName: string;
|
|
1872
1872
|
notes: string | null;
|
|
1873
1873
|
enabled: boolean;
|
|
@@ -1944,8 +1944,6 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1944
1944
|
}, "strip", z.ZodTypeAny, {
|
|
1945
1945
|
groups: string[];
|
|
1946
1946
|
id: string;
|
|
1947
|
-
createdOn: string;
|
|
1948
|
-
lastModifiedOn: string;
|
|
1949
1947
|
tags: string[];
|
|
1950
1948
|
relations: z.objectOutputType<{
|
|
1951
1949
|
id: z.ZodString;
|
|
@@ -1960,14 +1958,14 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1960
1958
|
lastModifiedOn: string;
|
|
1961
1959
|
params?: unknown;
|
|
1962
1960
|
}[];
|
|
1961
|
+
createdOn: string;
|
|
1962
|
+
lastModifiedOn: string;
|
|
1963
1963
|
providerAssignedName: string;
|
|
1964
1964
|
notes: string | null;
|
|
1965
1965
|
enabled: boolean;
|
|
1966
1966
|
}, {
|
|
1967
1967
|
groups: string[];
|
|
1968
1968
|
id: string;
|
|
1969
|
-
createdOn: string;
|
|
1970
|
-
lastModifiedOn: string;
|
|
1971
1969
|
tags: string[];
|
|
1972
1970
|
relations: z.objectInputType<{
|
|
1973
1971
|
id: z.ZodString;
|
|
@@ -1982,6 +1980,8 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1982
1980
|
lastModifiedOn: string;
|
|
1983
1981
|
params?: unknown;
|
|
1984
1982
|
}[];
|
|
1983
|
+
createdOn: string;
|
|
1984
|
+
lastModifiedOn: string;
|
|
1985
1985
|
providerAssignedName: string;
|
|
1986
1986
|
notes: string | null;
|
|
1987
1987
|
enabled: boolean;
|
|
@@ -2058,8 +2058,6 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
|
|
|
2058
2058
|
}, "strip", z.ZodTypeAny, {
|
|
2059
2059
|
groups: string[];
|
|
2060
2060
|
id: string;
|
|
2061
|
-
createdOn: string;
|
|
2062
|
-
lastModifiedOn: string;
|
|
2063
2061
|
tags: string[];
|
|
2064
2062
|
relations: z.objectOutputType<{
|
|
2065
2063
|
id: z.ZodString;
|
|
@@ -2074,14 +2072,14 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
|
|
|
2074
2072
|
lastModifiedOn: string;
|
|
2075
2073
|
params?: unknown;
|
|
2076
2074
|
}[];
|
|
2075
|
+
createdOn: string;
|
|
2076
|
+
lastModifiedOn: string;
|
|
2077
2077
|
providerAssignedName: string;
|
|
2078
2078
|
notes: string | null;
|
|
2079
2079
|
enabled: boolean;
|
|
2080
2080
|
}, {
|
|
2081
2081
|
groups: string[];
|
|
2082
2082
|
id: string;
|
|
2083
|
-
createdOn: string;
|
|
2084
|
-
lastModifiedOn: string;
|
|
2085
2083
|
tags: string[];
|
|
2086
2084
|
relations: z.objectInputType<{
|
|
2087
2085
|
id: z.ZodString;
|
|
@@ -2096,6 +2094,8 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
|
|
|
2096
2094
|
lastModifiedOn: string;
|
|
2097
2095
|
params?: unknown;
|
|
2098
2096
|
}[];
|
|
2097
|
+
createdOn: string;
|
|
2098
|
+
lastModifiedOn: string;
|
|
2099
2099
|
providerAssignedName: string;
|
|
2100
2100
|
notes: string | null;
|
|
2101
2101
|
enabled: boolean;
|
|
@@ -2172,8 +2172,6 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
2172
2172
|
}, "strip", z.ZodTypeAny, {
|
|
2173
2173
|
groups: string[];
|
|
2174
2174
|
id: string;
|
|
2175
|
-
createdOn: string;
|
|
2176
|
-
lastModifiedOn: string;
|
|
2177
2175
|
tags: string[];
|
|
2178
2176
|
relations: z.objectOutputType<{
|
|
2179
2177
|
id: z.ZodString;
|
|
@@ -2188,14 +2186,14 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
2188
2186
|
lastModifiedOn: string;
|
|
2189
2187
|
params?: unknown;
|
|
2190
2188
|
}[];
|
|
2189
|
+
createdOn: string;
|
|
2190
|
+
lastModifiedOn: string;
|
|
2191
2191
|
providerAssignedName: string;
|
|
2192
2192
|
notes: string | null;
|
|
2193
2193
|
enabled: boolean;
|
|
2194
2194
|
}, {
|
|
2195
2195
|
groups: string[];
|
|
2196
2196
|
id: string;
|
|
2197
|
-
createdOn: string;
|
|
2198
|
-
lastModifiedOn: string;
|
|
2199
2197
|
tags: string[];
|
|
2200
2198
|
relations: z.objectInputType<{
|
|
2201
2199
|
id: z.ZodString;
|
|
@@ -2210,6 +2208,8 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
2210
2208
|
lastModifiedOn: string;
|
|
2211
2209
|
params?: unknown;
|
|
2212
2210
|
}[];
|
|
2211
|
+
createdOn: string;
|
|
2212
|
+
lastModifiedOn: string;
|
|
2213
2213
|
providerAssignedName: string;
|
|
2214
2214
|
notes: string | null;
|
|
2215
2215
|
enabled: boolean;
|
|
@@ -2286,8 +2286,6 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
|
|
|
2286
2286
|
}, "strip", z.ZodTypeAny, {
|
|
2287
2287
|
groups: string[];
|
|
2288
2288
|
id: string;
|
|
2289
|
-
createdOn: string;
|
|
2290
|
-
lastModifiedOn: string;
|
|
2291
2289
|
tags: string[];
|
|
2292
2290
|
relations: z.objectOutputType<{
|
|
2293
2291
|
id: z.ZodString;
|
|
@@ -2302,14 +2300,14 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
|
|
|
2302
2300
|
lastModifiedOn: string;
|
|
2303
2301
|
params?: unknown;
|
|
2304
2302
|
}[];
|
|
2303
|
+
createdOn: string;
|
|
2304
|
+
lastModifiedOn: string;
|
|
2305
2305
|
providerAssignedName: string;
|
|
2306
2306
|
notes: string | null;
|
|
2307
2307
|
enabled: boolean;
|
|
2308
2308
|
}, {
|
|
2309
2309
|
groups: string[];
|
|
2310
2310
|
id: string;
|
|
2311
|
-
createdOn: string;
|
|
2312
|
-
lastModifiedOn: string;
|
|
2313
2311
|
tags: string[];
|
|
2314
2312
|
relations: z.objectInputType<{
|
|
2315
2313
|
id: z.ZodString;
|
|
@@ -2324,6 +2322,8 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
|
|
|
2324
2322
|
lastModifiedOn: string;
|
|
2325
2323
|
params?: unknown;
|
|
2326
2324
|
}[];
|
|
2325
|
+
createdOn: string;
|
|
2326
|
+
lastModifiedOn: string;
|
|
2327
2327
|
providerAssignedName: string;
|
|
2328
2328
|
notes: string | null;
|
|
2329
2329
|
enabled: boolean;
|
|
@@ -2400,8 +2400,6 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
2400
2400
|
}, "strip", z.ZodTypeAny, {
|
|
2401
2401
|
groups: string[];
|
|
2402
2402
|
id: string;
|
|
2403
|
-
createdOn: string;
|
|
2404
|
-
lastModifiedOn: string;
|
|
2405
2403
|
tags: string[];
|
|
2406
2404
|
relations: z.objectOutputType<{
|
|
2407
2405
|
id: z.ZodString;
|
|
@@ -2416,14 +2414,14 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
2416
2414
|
lastModifiedOn: string;
|
|
2417
2415
|
params?: unknown;
|
|
2418
2416
|
}[];
|
|
2417
|
+
createdOn: string;
|
|
2418
|
+
lastModifiedOn: string;
|
|
2419
2419
|
providerAssignedName: string;
|
|
2420
2420
|
notes: string | null;
|
|
2421
2421
|
enabled: boolean;
|
|
2422
2422
|
}, {
|
|
2423
2423
|
groups: string[];
|
|
2424
2424
|
id: string;
|
|
2425
|
-
createdOn: string;
|
|
2426
|
-
lastModifiedOn: string;
|
|
2427
2425
|
tags: string[];
|
|
2428
2426
|
relations: z.objectInputType<{
|
|
2429
2427
|
id: z.ZodString;
|
|
@@ -2438,6 +2436,8 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
2438
2436
|
lastModifiedOn: string;
|
|
2439
2437
|
params?: unknown;
|
|
2440
2438
|
}[];
|
|
2439
|
+
createdOn: string;
|
|
2440
|
+
lastModifiedOn: string;
|
|
2441
2441
|
providerAssignedName: string;
|
|
2442
2442
|
notes: string | null;
|
|
2443
2443
|
enabled: boolean;
|
|
@@ -2514,8 +2514,6 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
2514
2514
|
}, "strip", z.ZodTypeAny, {
|
|
2515
2515
|
groups: string[];
|
|
2516
2516
|
id: string;
|
|
2517
|
-
createdOn: string;
|
|
2518
|
-
lastModifiedOn: string;
|
|
2519
2517
|
tags: string[];
|
|
2520
2518
|
relations: z.objectOutputType<{
|
|
2521
2519
|
id: z.ZodString;
|
|
@@ -2530,14 +2528,14 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
2530
2528
|
lastModifiedOn: string;
|
|
2531
2529
|
params?: unknown;
|
|
2532
2530
|
}[];
|
|
2531
|
+
createdOn: string;
|
|
2532
|
+
lastModifiedOn: string;
|
|
2533
2533
|
providerAssignedName: string;
|
|
2534
2534
|
notes: string | null;
|
|
2535
2535
|
enabled: boolean;
|
|
2536
2536
|
}, {
|
|
2537
2537
|
groups: string[];
|
|
2538
2538
|
id: string;
|
|
2539
|
-
createdOn: string;
|
|
2540
|
-
lastModifiedOn: string;
|
|
2541
2539
|
tags: string[];
|
|
2542
2540
|
relations: z.objectInputType<{
|
|
2543
2541
|
id: z.ZodString;
|
|
@@ -2552,6 +2550,8 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
2552
2550
|
lastModifiedOn: string;
|
|
2553
2551
|
params?: unknown;
|
|
2554
2552
|
}[];
|
|
2553
|
+
createdOn: string;
|
|
2554
|
+
lastModifiedOn: string;
|
|
2555
2555
|
providerAssignedName: string;
|
|
2556
2556
|
notes: string | null;
|
|
2557
2557
|
enabled: boolean;
|
|
@@ -2628,8 +2628,6 @@ export declare const sRecorderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObje
|
|
|
2628
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
2629
|
groups: string[];
|
|
2630
2630
|
id: string;
|
|
2631
|
-
createdOn: string;
|
|
2632
|
-
lastModifiedOn: string;
|
|
2633
2631
|
tags: string[];
|
|
2634
2632
|
relations: z.objectOutputType<{
|
|
2635
2633
|
id: z.ZodString;
|
|
@@ -2644,14 +2642,14 @@ export declare const sRecorderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObje
|
|
|
2644
2642
|
lastModifiedOn: string;
|
|
2645
2643
|
params?: unknown;
|
|
2646
2644
|
}[];
|
|
2645
|
+
createdOn: string;
|
|
2646
|
+
lastModifiedOn: string;
|
|
2647
2647
|
providerAssignedName: string;
|
|
2648
2648
|
notes: string | null;
|
|
2649
2649
|
enabled: boolean;
|
|
2650
2650
|
}, {
|
|
2651
2651
|
groups: string[];
|
|
2652
2652
|
id: string;
|
|
2653
|
-
createdOn: string;
|
|
2654
|
-
lastModifiedOn: string;
|
|
2655
2653
|
tags: string[];
|
|
2656
2654
|
relations: z.objectInputType<{
|
|
2657
2655
|
id: z.ZodString;
|
|
@@ -2666,6 +2664,8 @@ export declare const sRecorderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObje
|
|
|
2666
2664
|
lastModifiedOn: string;
|
|
2667
2665
|
params?: unknown;
|
|
2668
2666
|
}[];
|
|
2667
|
+
createdOn: string;
|
|
2668
|
+
lastModifiedOn: string;
|
|
2669
2669
|
providerAssignedName: string;
|
|
2670
2670
|
notes: string | null;
|
|
2671
2671
|
enabled: boolean;
|
|
@@ -2742,8 +2742,6 @@ export declare const sNvrExporterDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
2742
2742
|
}, "strip", z.ZodTypeAny, {
|
|
2743
2743
|
groups: string[];
|
|
2744
2744
|
id: string;
|
|
2745
|
-
createdOn: string;
|
|
2746
|
-
lastModifiedOn: string;
|
|
2747
2745
|
tags: string[];
|
|
2748
2746
|
relations: z.objectOutputType<{
|
|
2749
2747
|
id: z.ZodString;
|
|
@@ -2758,14 +2756,14 @@ export declare const sNvrExporterDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
2758
2756
|
lastModifiedOn: string;
|
|
2759
2757
|
params?: unknown;
|
|
2760
2758
|
}[];
|
|
2759
|
+
createdOn: string;
|
|
2760
|
+
lastModifiedOn: string;
|
|
2761
2761
|
providerAssignedName: string;
|
|
2762
2762
|
notes: string | null;
|
|
2763
2763
|
enabled: boolean;
|
|
2764
2764
|
}, {
|
|
2765
2765
|
groups: string[];
|
|
2766
2766
|
id: string;
|
|
2767
|
-
createdOn: string;
|
|
2768
|
-
lastModifiedOn: string;
|
|
2769
2767
|
tags: string[];
|
|
2770
2768
|
relations: z.objectInputType<{
|
|
2771
2769
|
id: z.ZodString;
|
|
@@ -2780,6 +2778,8 @@ export declare const sNvrExporterDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
2780
2778
|
lastModifiedOn: string;
|
|
2781
2779
|
params?: unknown;
|
|
2782
2780
|
}[];
|
|
2781
|
+
createdOn: string;
|
|
2782
|
+
lastModifiedOn: string;
|
|
2783
2783
|
providerAssignedName: string;
|
|
2784
2784
|
notes: string | null;
|
|
2785
2785
|
enabled: boolean;
|
|
@@ -2856,8 +2856,6 @@ export declare const sNvrAnalyticsServerDto: z.ZodIntersection<z.ZodIntersection
|
|
|
2856
2856
|
}, "strip", z.ZodTypeAny, {
|
|
2857
2857
|
groups: string[];
|
|
2858
2858
|
id: string;
|
|
2859
|
-
createdOn: string;
|
|
2860
|
-
lastModifiedOn: string;
|
|
2861
2859
|
tags: string[];
|
|
2862
2860
|
relations: z.objectOutputType<{
|
|
2863
2861
|
id: z.ZodString;
|
|
@@ -2872,14 +2870,14 @@ export declare const sNvrAnalyticsServerDto: z.ZodIntersection<z.ZodIntersection
|
|
|
2872
2870
|
lastModifiedOn: string;
|
|
2873
2871
|
params?: unknown;
|
|
2874
2872
|
}[];
|
|
2873
|
+
createdOn: string;
|
|
2874
|
+
lastModifiedOn: string;
|
|
2875
2875
|
providerAssignedName: string;
|
|
2876
2876
|
notes: string | null;
|
|
2877
2877
|
enabled: boolean;
|
|
2878
2878
|
}, {
|
|
2879
2879
|
groups: string[];
|
|
2880
2880
|
id: string;
|
|
2881
|
-
createdOn: string;
|
|
2882
|
-
lastModifiedOn: string;
|
|
2883
2881
|
tags: string[];
|
|
2884
2882
|
relations: z.objectInputType<{
|
|
2885
2883
|
id: z.ZodString;
|
|
@@ -2894,6 +2892,8 @@ export declare const sNvrAnalyticsServerDto: z.ZodIntersection<z.ZodIntersection
|
|
|
2894
2892
|
lastModifiedOn: string;
|
|
2895
2893
|
params?: unknown;
|
|
2896
2894
|
}[];
|
|
2895
|
+
createdOn: string;
|
|
2896
|
+
lastModifiedOn: string;
|
|
2897
2897
|
providerAssignedName: string;
|
|
2898
2898
|
notes: string | null;
|
|
2899
2899
|
enabled: boolean;
|
|
@@ -2970,8 +2970,6 @@ export declare const sSystemDeviceDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
2970
2970
|
}, "strip", z.ZodTypeAny, {
|
|
2971
2971
|
groups: string[];
|
|
2972
2972
|
id: string;
|
|
2973
|
-
createdOn: string;
|
|
2974
|
-
lastModifiedOn: string;
|
|
2975
2973
|
tags: string[];
|
|
2976
2974
|
relations: z.objectOutputType<{
|
|
2977
2975
|
id: z.ZodString;
|
|
@@ -2986,14 +2984,14 @@ export declare const sSystemDeviceDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
2986
2984
|
lastModifiedOn: string;
|
|
2987
2985
|
params?: unknown;
|
|
2988
2986
|
}[];
|
|
2987
|
+
createdOn: string;
|
|
2988
|
+
lastModifiedOn: string;
|
|
2989
2989
|
providerAssignedName: string;
|
|
2990
2990
|
notes: string | null;
|
|
2991
2991
|
enabled: boolean;
|
|
2992
2992
|
}, {
|
|
2993
2993
|
groups: string[];
|
|
2994
2994
|
id: string;
|
|
2995
|
-
createdOn: string;
|
|
2996
|
-
lastModifiedOn: string;
|
|
2997
2995
|
tags: string[];
|
|
2998
2996
|
relations: z.objectInputType<{
|
|
2999
2997
|
id: z.ZodString;
|
|
@@ -3008,6 +3006,8 @@ export declare const sSystemDeviceDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
3008
3006
|
lastModifiedOn: string;
|
|
3009
3007
|
params?: unknown;
|
|
3010
3008
|
}[];
|
|
3009
|
+
createdOn: string;
|
|
3010
|
+
lastModifiedOn: string;
|
|
3011
3011
|
providerAssignedName: string;
|
|
3012
3012
|
notes: string | null;
|
|
3013
3013
|
enabled: boolean;
|
|
@@ -3168,14 +3168,14 @@ export declare const sUpdateDevicePresetRequest: z.ZodObject<{
|
|
|
3168
3168
|
deviceId: z.ZodString;
|
|
3169
3169
|
presetId: z.ZodString;
|
|
3170
3170
|
}, "strip", z.ZodTypeAny, {
|
|
3171
|
-
presetId: string;
|
|
3172
3171
|
deviceId: string;
|
|
3172
|
+
presetId: string;
|
|
3173
3173
|
name?: string | undefined;
|
|
3174
3174
|
isDefault?: boolean | undefined;
|
|
3175
3175
|
assignedRef?: string | null | undefined;
|
|
3176
3176
|
}, {
|
|
3177
|
-
presetId: string;
|
|
3178
3177
|
deviceId: string;
|
|
3178
|
+
presetId: string;
|
|
3179
3179
|
name?: string | undefined;
|
|
3180
3180
|
isDefault?: boolean | undefined;
|
|
3181
3181
|
assignedRef?: string | null | undefined;
|
|
@@ -3184,11 +3184,11 @@ export declare const sRemoveDevicePresetRequest: z.ZodObject<{
|
|
|
3184
3184
|
deviceId: z.ZodString;
|
|
3185
3185
|
presetId: z.ZodString;
|
|
3186
3186
|
}, "strip", z.ZodTypeAny, {
|
|
3187
|
-
presetId: string;
|
|
3188
3187
|
deviceId: string;
|
|
3189
|
-
}, {
|
|
3190
3188
|
presetId: string;
|
|
3189
|
+
}, {
|
|
3191
3190
|
deviceId: string;
|
|
3191
|
+
presetId: string;
|
|
3192
3192
|
}>;
|
|
3193
3193
|
export declare const sEventVariantDescription: z.ZodObject<{
|
|
3194
3194
|
name: z.ZodString;
|