@awarevue/api-types 1.1.3 → 1.1.6
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/app.d.ts +3 -0
- package/dist/app.js +1 -0
- package/dist/device/any-device.d.ts +51 -0
- package/dist/device/any-device.js +1 -0
- package/dist/device-import.d.ts +5 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/app.d.ts
CHANGED
|
@@ -5,17 +5,20 @@ export declare const sAppInfo: z.ZodObject<{
|
|
|
5
5
|
serverDeviceId: z.ZodString;
|
|
6
6
|
alarmDeviceId: z.ZodString;
|
|
7
7
|
globalZoneId: z.ZodString;
|
|
8
|
+
presenceTrackerId: z.ZodString;
|
|
8
9
|
}, "strip", z.ZodTypeAny, {
|
|
9
10
|
version: string;
|
|
10
11
|
releaseDate: string;
|
|
11
12
|
serverDeviceId: string;
|
|
12
13
|
alarmDeviceId: string;
|
|
13
14
|
globalZoneId: string;
|
|
15
|
+
presenceTrackerId: string;
|
|
14
16
|
}, {
|
|
15
17
|
version: string;
|
|
16
18
|
releaseDate: string;
|
|
17
19
|
serverDeviceId: string;
|
|
18
20
|
alarmDeviceId: string;
|
|
19
21
|
globalZoneId: string;
|
|
22
|
+
presenceTrackerId: string;
|
|
20
23
|
}>;
|
|
21
24
|
export type AppInfo = z.infer<typeof sAppInfo>;
|
package/dist/app.js
CHANGED
|
@@ -253,6 +253,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
|
|
|
253
253
|
lastModifiedOn: string;
|
|
254
254
|
params?: unknown;
|
|
255
255
|
}>, "many">;
|
|
256
|
+
providerAssignedName: z.ZodString;
|
|
256
257
|
notes: z.ZodNullable<z.ZodString>;
|
|
257
258
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
258
259
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -283,6 +284,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
|
|
|
283
284
|
lastModifiedOn: string;
|
|
284
285
|
params?: unknown;
|
|
285
286
|
}[];
|
|
287
|
+
providerAssignedName: string;
|
|
286
288
|
notes: string | null;
|
|
287
289
|
tags: string[];
|
|
288
290
|
relations: z.objectOutputType<{
|
|
@@ -304,6 +306,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
|
|
|
304
306
|
lastModifiedOn: string;
|
|
305
307
|
params?: unknown;
|
|
306
308
|
}[];
|
|
309
|
+
providerAssignedName: string;
|
|
307
310
|
notes: string | null;
|
|
308
311
|
tags: string[];
|
|
309
312
|
relations: z.objectInputType<{
|
|
@@ -550,6 +553,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
550
553
|
lastModifiedOn: string;
|
|
551
554
|
params?: unknown;
|
|
552
555
|
}>, "many">;
|
|
556
|
+
providerAssignedName: z.ZodString;
|
|
553
557
|
notes: z.ZodNullable<z.ZodString>;
|
|
554
558
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
555
559
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -580,6 +584,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
580
584
|
lastModifiedOn: string;
|
|
581
585
|
params?: unknown;
|
|
582
586
|
}[];
|
|
587
|
+
providerAssignedName: string;
|
|
583
588
|
notes: string | null;
|
|
584
589
|
tags: string[];
|
|
585
590
|
relations: z.objectOutputType<{
|
|
@@ -601,6 +606,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
601
606
|
lastModifiedOn: string;
|
|
602
607
|
params?: unknown;
|
|
603
608
|
}[];
|
|
609
|
+
providerAssignedName: string;
|
|
604
610
|
notes: string | null;
|
|
605
611
|
tags: string[];
|
|
606
612
|
relations: z.objectInputType<{
|
|
@@ -722,6 +728,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
722
728
|
lastModifiedOn: string;
|
|
723
729
|
params?: unknown;
|
|
724
730
|
}>, "many">;
|
|
731
|
+
providerAssignedName: z.ZodString;
|
|
725
732
|
notes: z.ZodNullable<z.ZodString>;
|
|
726
733
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
727
734
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -752,6 +759,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
752
759
|
lastModifiedOn: string;
|
|
753
760
|
params?: unknown;
|
|
754
761
|
}[];
|
|
762
|
+
providerAssignedName: string;
|
|
755
763
|
notes: string | null;
|
|
756
764
|
tags: string[];
|
|
757
765
|
relations: z.objectOutputType<{
|
|
@@ -773,6 +781,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
773
781
|
lastModifiedOn: string;
|
|
774
782
|
params?: unknown;
|
|
775
783
|
}[];
|
|
784
|
+
providerAssignedName: string;
|
|
776
785
|
notes: string | null;
|
|
777
786
|
tags: string[];
|
|
778
787
|
relations: z.objectInputType<{
|
|
@@ -846,6 +855,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
846
855
|
lastModifiedOn: string;
|
|
847
856
|
params?: unknown;
|
|
848
857
|
}>, "many">;
|
|
858
|
+
providerAssignedName: z.ZodString;
|
|
849
859
|
notes: z.ZodNullable<z.ZodString>;
|
|
850
860
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
851
861
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -876,6 +886,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
876
886
|
lastModifiedOn: string;
|
|
877
887
|
params?: unknown;
|
|
878
888
|
}[];
|
|
889
|
+
providerAssignedName: string;
|
|
879
890
|
notes: string | null;
|
|
880
891
|
tags: string[];
|
|
881
892
|
relations: z.objectOutputType<{
|
|
@@ -897,6 +908,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
897
908
|
lastModifiedOn: string;
|
|
898
909
|
params?: unknown;
|
|
899
910
|
}[];
|
|
911
|
+
providerAssignedName: string;
|
|
900
912
|
notes: string | null;
|
|
901
913
|
tags: string[];
|
|
902
914
|
relations: z.objectInputType<{
|
|
@@ -957,6 +969,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
957
969
|
lastModifiedOn: string;
|
|
958
970
|
params?: unknown;
|
|
959
971
|
}>, "many">;
|
|
972
|
+
providerAssignedName: z.ZodString;
|
|
960
973
|
notes: z.ZodNullable<z.ZodString>;
|
|
961
974
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
962
975
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -987,6 +1000,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
987
1000
|
lastModifiedOn: string;
|
|
988
1001
|
params?: unknown;
|
|
989
1002
|
}[];
|
|
1003
|
+
providerAssignedName: string;
|
|
990
1004
|
notes: string | null;
|
|
991
1005
|
tags: string[];
|
|
992
1006
|
relations: z.objectOutputType<{
|
|
@@ -1008,6 +1022,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
1008
1022
|
lastModifiedOn: string;
|
|
1009
1023
|
params?: unknown;
|
|
1010
1024
|
}[];
|
|
1025
|
+
providerAssignedName: string;
|
|
1011
1026
|
notes: string | null;
|
|
1012
1027
|
tags: string[];
|
|
1013
1028
|
relations: z.objectInputType<{
|
|
@@ -1075,6 +1090,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
1075
1090
|
lastModifiedOn: string;
|
|
1076
1091
|
params?: unknown;
|
|
1077
1092
|
}>, "many">;
|
|
1093
|
+
providerAssignedName: z.ZodString;
|
|
1078
1094
|
notes: z.ZodNullable<z.ZodString>;
|
|
1079
1095
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1080
1096
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1105,6 +1121,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
1105
1121
|
lastModifiedOn: string;
|
|
1106
1122
|
params?: unknown;
|
|
1107
1123
|
}[];
|
|
1124
|
+
providerAssignedName: string;
|
|
1108
1125
|
notes: string | null;
|
|
1109
1126
|
tags: string[];
|
|
1110
1127
|
relations: z.objectOutputType<{
|
|
@@ -1126,6 +1143,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
1126
1143
|
lastModifiedOn: string;
|
|
1127
1144
|
params?: unknown;
|
|
1128
1145
|
}[];
|
|
1146
|
+
providerAssignedName: string;
|
|
1129
1147
|
notes: string | null;
|
|
1130
1148
|
tags: string[];
|
|
1131
1149
|
relations: z.objectInputType<{
|
|
@@ -1186,6 +1204,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
|
|
|
1186
1204
|
lastModifiedOn: string;
|
|
1187
1205
|
params?: unknown;
|
|
1188
1206
|
}>, "many">;
|
|
1207
|
+
providerAssignedName: z.ZodString;
|
|
1189
1208
|
notes: z.ZodNullable<z.ZodString>;
|
|
1190
1209
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1191
1210
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1216,6 +1235,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
|
|
|
1216
1235
|
lastModifiedOn: string;
|
|
1217
1236
|
params?: unknown;
|
|
1218
1237
|
}[];
|
|
1238
|
+
providerAssignedName: string;
|
|
1219
1239
|
notes: string | null;
|
|
1220
1240
|
tags: string[];
|
|
1221
1241
|
relations: z.objectOutputType<{
|
|
@@ -1237,6 +1257,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
|
|
|
1237
1257
|
lastModifiedOn: string;
|
|
1238
1258
|
params?: unknown;
|
|
1239
1259
|
}[];
|
|
1260
|
+
providerAssignedName: string;
|
|
1240
1261
|
notes: string | null;
|
|
1241
1262
|
tags: string[];
|
|
1242
1263
|
relations: z.objectInputType<{
|
|
@@ -1297,6 +1318,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1297
1318
|
lastModifiedOn: string;
|
|
1298
1319
|
params?: unknown;
|
|
1299
1320
|
}>, "many">;
|
|
1321
|
+
providerAssignedName: z.ZodString;
|
|
1300
1322
|
notes: z.ZodNullable<z.ZodString>;
|
|
1301
1323
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1302
1324
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1327,6 +1349,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1327
1349
|
lastModifiedOn: string;
|
|
1328
1350
|
params?: unknown;
|
|
1329
1351
|
}[];
|
|
1352
|
+
providerAssignedName: string;
|
|
1330
1353
|
notes: string | null;
|
|
1331
1354
|
tags: string[];
|
|
1332
1355
|
relations: z.objectOutputType<{
|
|
@@ -1348,6 +1371,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1348
1371
|
lastModifiedOn: string;
|
|
1349
1372
|
params?: unknown;
|
|
1350
1373
|
}[];
|
|
1374
|
+
providerAssignedName: string;
|
|
1351
1375
|
notes: string | null;
|
|
1352
1376
|
tags: string[];
|
|
1353
1377
|
relations: z.objectInputType<{
|
|
@@ -1408,6 +1432,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
1408
1432
|
lastModifiedOn: string;
|
|
1409
1433
|
params?: unknown;
|
|
1410
1434
|
}>, "many">;
|
|
1435
|
+
providerAssignedName: z.ZodString;
|
|
1411
1436
|
notes: z.ZodNullable<z.ZodString>;
|
|
1412
1437
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1413
1438
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1438,6 +1463,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
1438
1463
|
lastModifiedOn: string;
|
|
1439
1464
|
params?: unknown;
|
|
1440
1465
|
}[];
|
|
1466
|
+
providerAssignedName: string;
|
|
1441
1467
|
notes: string | null;
|
|
1442
1468
|
tags: string[];
|
|
1443
1469
|
relations: z.objectOutputType<{
|
|
@@ -1459,6 +1485,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
1459
1485
|
lastModifiedOn: string;
|
|
1460
1486
|
params?: unknown;
|
|
1461
1487
|
}[];
|
|
1488
|
+
providerAssignedName: string;
|
|
1462
1489
|
notes: string | null;
|
|
1463
1490
|
tags: string[];
|
|
1464
1491
|
relations: z.objectInputType<{
|
|
@@ -1535,6 +1562,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
1535
1562
|
lastModifiedOn: string;
|
|
1536
1563
|
params?: unknown;
|
|
1537
1564
|
}>, "many">;
|
|
1565
|
+
providerAssignedName: z.ZodString;
|
|
1538
1566
|
notes: z.ZodNullable<z.ZodString>;
|
|
1539
1567
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1540
1568
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1565,6 +1593,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
1565
1593
|
lastModifiedOn: string;
|
|
1566
1594
|
params?: unknown;
|
|
1567
1595
|
}[];
|
|
1596
|
+
providerAssignedName: string;
|
|
1568
1597
|
notes: string | null;
|
|
1569
1598
|
tags: string[];
|
|
1570
1599
|
relations: z.objectOutputType<{
|
|
@@ -1586,6 +1615,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
1586
1615
|
lastModifiedOn: string;
|
|
1587
1616
|
params?: unknown;
|
|
1588
1617
|
}[];
|
|
1618
|
+
providerAssignedName: string;
|
|
1589
1619
|
notes: string | null;
|
|
1590
1620
|
tags: string[];
|
|
1591
1621
|
relations: z.objectInputType<{
|
|
@@ -1650,6 +1680,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1650
1680
|
lastModifiedOn: string;
|
|
1651
1681
|
params?: unknown;
|
|
1652
1682
|
}>, "many">;
|
|
1683
|
+
providerAssignedName: z.ZodString;
|
|
1653
1684
|
notes: z.ZodNullable<z.ZodString>;
|
|
1654
1685
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1655
1686
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1680,6 +1711,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1680
1711
|
lastModifiedOn: string;
|
|
1681
1712
|
params?: unknown;
|
|
1682
1713
|
}[];
|
|
1714
|
+
providerAssignedName: string;
|
|
1683
1715
|
notes: string | null;
|
|
1684
1716
|
tags: string[];
|
|
1685
1717
|
relations: z.objectOutputType<{
|
|
@@ -1701,6 +1733,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
|
1701
1733
|
lastModifiedOn: string;
|
|
1702
1734
|
params?: unknown;
|
|
1703
1735
|
}[];
|
|
1736
|
+
providerAssignedName: string;
|
|
1704
1737
|
notes: string | null;
|
|
1705
1738
|
tags: string[];
|
|
1706
1739
|
relations: z.objectInputType<{
|
|
@@ -1761,6 +1794,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1761
1794
|
lastModifiedOn: string;
|
|
1762
1795
|
params?: unknown;
|
|
1763
1796
|
}>, "many">;
|
|
1797
|
+
providerAssignedName: z.ZodString;
|
|
1764
1798
|
notes: z.ZodNullable<z.ZodString>;
|
|
1765
1799
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1766
1800
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1791,6 +1825,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1791
1825
|
lastModifiedOn: string;
|
|
1792
1826
|
params?: unknown;
|
|
1793
1827
|
}[];
|
|
1828
|
+
providerAssignedName: string;
|
|
1794
1829
|
notes: string | null;
|
|
1795
1830
|
tags: string[];
|
|
1796
1831
|
relations: z.objectOutputType<{
|
|
@@ -1812,6 +1847,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
1812
1847
|
lastModifiedOn: string;
|
|
1813
1848
|
params?: unknown;
|
|
1814
1849
|
}[];
|
|
1850
|
+
providerAssignedName: string;
|
|
1815
1851
|
notes: string | null;
|
|
1816
1852
|
tags: string[];
|
|
1817
1853
|
relations: z.objectInputType<{
|
|
@@ -1872,6 +1908,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
|
|
|
1872
1908
|
lastModifiedOn: string;
|
|
1873
1909
|
params?: unknown;
|
|
1874
1910
|
}>, "many">;
|
|
1911
|
+
providerAssignedName: z.ZodString;
|
|
1875
1912
|
notes: z.ZodNullable<z.ZodString>;
|
|
1876
1913
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1877
1914
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1902,6 +1939,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
|
|
|
1902
1939
|
lastModifiedOn: string;
|
|
1903
1940
|
params?: unknown;
|
|
1904
1941
|
}[];
|
|
1942
|
+
providerAssignedName: string;
|
|
1905
1943
|
notes: string | null;
|
|
1906
1944
|
tags: string[];
|
|
1907
1945
|
relations: z.objectOutputType<{
|
|
@@ -1923,6 +1961,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
|
|
|
1923
1961
|
lastModifiedOn: string;
|
|
1924
1962
|
params?: unknown;
|
|
1925
1963
|
}[];
|
|
1964
|
+
providerAssignedName: string;
|
|
1926
1965
|
notes: string | null;
|
|
1927
1966
|
tags: string[];
|
|
1928
1967
|
relations: z.objectInputType<{
|
|
@@ -1983,6 +2022,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
1983
2022
|
lastModifiedOn: string;
|
|
1984
2023
|
params?: unknown;
|
|
1985
2024
|
}>, "many">;
|
|
2025
|
+
providerAssignedName: z.ZodString;
|
|
1986
2026
|
notes: z.ZodNullable<z.ZodString>;
|
|
1987
2027
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1988
2028
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -2013,6 +2053,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
2013
2053
|
lastModifiedOn: string;
|
|
2014
2054
|
params?: unknown;
|
|
2015
2055
|
}[];
|
|
2056
|
+
providerAssignedName: string;
|
|
2016
2057
|
notes: string | null;
|
|
2017
2058
|
tags: string[];
|
|
2018
2059
|
relations: z.objectOutputType<{
|
|
@@ -2034,6 +2075,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
2034
2075
|
lastModifiedOn: string;
|
|
2035
2076
|
params?: unknown;
|
|
2036
2077
|
}[];
|
|
2078
|
+
providerAssignedName: string;
|
|
2037
2079
|
notes: string | null;
|
|
2038
2080
|
tags: string[];
|
|
2039
2081
|
relations: z.objectInputType<{
|
|
@@ -2094,6 +2136,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
|
|
|
2094
2136
|
lastModifiedOn: string;
|
|
2095
2137
|
params?: unknown;
|
|
2096
2138
|
}>, "many">;
|
|
2139
|
+
providerAssignedName: z.ZodString;
|
|
2097
2140
|
notes: z.ZodNullable<z.ZodString>;
|
|
2098
2141
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
2099
2142
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -2124,6 +2167,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
|
|
|
2124
2167
|
lastModifiedOn: string;
|
|
2125
2168
|
params?: unknown;
|
|
2126
2169
|
}[];
|
|
2170
|
+
providerAssignedName: string;
|
|
2127
2171
|
notes: string | null;
|
|
2128
2172
|
tags: string[];
|
|
2129
2173
|
relations: z.objectOutputType<{
|
|
@@ -2145,6 +2189,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
|
|
|
2145
2189
|
lastModifiedOn: string;
|
|
2146
2190
|
params?: unknown;
|
|
2147
2191
|
}[];
|
|
2192
|
+
providerAssignedName: string;
|
|
2148
2193
|
notes: string | null;
|
|
2149
2194
|
tags: string[];
|
|
2150
2195
|
relations: z.objectInputType<{
|
|
@@ -2205,6 +2250,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
2205
2250
|
lastModifiedOn: string;
|
|
2206
2251
|
params?: unknown;
|
|
2207
2252
|
}>, "many">;
|
|
2253
|
+
providerAssignedName: z.ZodString;
|
|
2208
2254
|
notes: z.ZodNullable<z.ZodString>;
|
|
2209
2255
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
2210
2256
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -2235,6 +2281,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
2235
2281
|
lastModifiedOn: string;
|
|
2236
2282
|
params?: unknown;
|
|
2237
2283
|
}[];
|
|
2284
|
+
providerAssignedName: string;
|
|
2238
2285
|
notes: string | null;
|
|
2239
2286
|
tags: string[];
|
|
2240
2287
|
relations: z.objectOutputType<{
|
|
@@ -2256,6 +2303,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
|
|
|
2256
2303
|
lastModifiedOn: string;
|
|
2257
2304
|
params?: unknown;
|
|
2258
2305
|
}[];
|
|
2306
|
+
providerAssignedName: string;
|
|
2259
2307
|
notes: string | null;
|
|
2260
2308
|
tags: string[];
|
|
2261
2309
|
relations: z.objectInputType<{
|
|
@@ -2316,6 +2364,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
2316
2364
|
lastModifiedOn: string;
|
|
2317
2365
|
params?: unknown;
|
|
2318
2366
|
}>, "many">;
|
|
2367
|
+
providerAssignedName: z.ZodString;
|
|
2319
2368
|
notes: z.ZodNullable<z.ZodString>;
|
|
2320
2369
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
2321
2370
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -2346,6 +2395,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
2346
2395
|
lastModifiedOn: string;
|
|
2347
2396
|
params?: unknown;
|
|
2348
2397
|
}[];
|
|
2398
|
+
providerAssignedName: string;
|
|
2349
2399
|
notes: string | null;
|
|
2350
2400
|
tags: string[];
|
|
2351
2401
|
relations: z.objectOutputType<{
|
|
@@ -2367,6 +2417,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
|
|
|
2367
2417
|
lastModifiedOn: string;
|
|
2368
2418
|
params?: unknown;
|
|
2369
2419
|
}[];
|
|
2420
|
+
providerAssignedName: string;
|
|
2370
2421
|
notes: string | null;
|
|
2371
2422
|
tags: string[];
|
|
2372
2423
|
relations: z.objectInputType<{
|
|
@@ -86,6 +86,7 @@ exports.sPresetDto = zod_1.z.object({
|
|
|
86
86
|
exports.sDeviceMgmtInfo = zod_1.z.object({
|
|
87
87
|
id: zod_1.z.string(),
|
|
88
88
|
presets: zod_1.z.array(exports.sPresetDto),
|
|
89
|
+
providerAssignedName: zod_1.z.string().nonempty(),
|
|
89
90
|
notes: zod_1.z.string().nullable(),
|
|
90
91
|
tags: zod_1.z.array(zod_1.z.string()),
|
|
91
92
|
relations: zod_1.z.array(device_relation_1.sDeviceRelationSide),
|
package/dist/device-import.d.ts
CHANGED
|
@@ -1071,6 +1071,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
1071
1071
|
lastModifiedOn: string;
|
|
1072
1072
|
params?: unknown;
|
|
1073
1073
|
}>, "many">;
|
|
1074
|
+
providerAssignedName: z.ZodString;
|
|
1074
1075
|
notes: z.ZodNullable<z.ZodString>;
|
|
1075
1076
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
1076
1077
|
relations: z.ZodArray<z.ZodObject<{
|
|
@@ -1101,6 +1102,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
1101
1102
|
lastModifiedOn: string;
|
|
1102
1103
|
params?: unknown;
|
|
1103
1104
|
}[];
|
|
1105
|
+
providerAssignedName: string;
|
|
1104
1106
|
notes: string | null;
|
|
1105
1107
|
tags: string[];
|
|
1106
1108
|
relations: z.objectOutputType<{
|
|
@@ -1122,6 +1124,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
1122
1124
|
lastModifiedOn: string;
|
|
1123
1125
|
params?: unknown;
|
|
1124
1126
|
}[];
|
|
1127
|
+
providerAssignedName: string;
|
|
1125
1128
|
notes: string | null;
|
|
1126
1129
|
tags: string[];
|
|
1127
1130
|
relations: z.objectInputType<{
|
|
@@ -1245,6 +1248,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
1245
1248
|
lastModifiedOn: string;
|
|
1246
1249
|
params?: unknown;
|
|
1247
1250
|
}[];
|
|
1251
|
+
providerAssignedName: string;
|
|
1248
1252
|
notes: string | null;
|
|
1249
1253
|
tags: string[];
|
|
1250
1254
|
relations: z.objectOutputType<{
|
|
@@ -1415,6 +1419,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
1415
1419
|
lastModifiedOn: string;
|
|
1416
1420
|
params?: unknown;
|
|
1417
1421
|
}[];
|
|
1422
|
+
providerAssignedName: string;
|
|
1418
1423
|
notes: string | null;
|
|
1419
1424
|
tags: string[];
|
|
1420
1425
|
relations: z.objectInputType<{
|
package/dist/package.json
CHANGED