@awarevue/api-types 1.1.2 → 1.1.4

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.
@@ -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),
@@ -175,21 +175,30 @@ export declare const sPersonIn: z.ZodObject<{
175
175
  personFirstName: z.ZodString;
176
176
  personLastName: z.ZodString;
177
177
  personAvatarId: z.ZodNullable<z.ZodString>;
178
+ personType: z.ZodString;
179
+ personPosition: z.ZodNullable<z.ZodString>;
178
180
  zoneId: z.ZodNullable<z.ZodString>;
181
+ securityChecked: z.ZodBoolean;
179
182
  }, "strip", z.ZodTypeAny, {
180
183
  kind: "person-in";
181
184
  personId: string;
185
+ securityChecked: boolean;
182
186
  zoneId: string | null;
183
187
  personFirstName: string;
184
188
  personLastName: string;
185
189
  personAvatarId: string | null;
190
+ personType: string;
191
+ personPosition: string | null;
186
192
  }, {
187
193
  kind: "person-in";
188
194
  personId: string;
195
+ securityChecked: boolean;
189
196
  zoneId: string | null;
190
197
  personFirstName: string;
191
198
  personLastName: string;
192
199
  personAvatarId: string | null;
200
+ personType: string;
201
+ personPosition: string | null;
193
202
  }>;
194
203
  export declare const sPersonOut: z.ZodObject<{
195
204
  kind: z.ZodLiteral<"person-out">;
@@ -197,24 +206,33 @@ export declare const sPersonOut: z.ZodObject<{
197
206
  personFirstName: z.ZodString;
198
207
  personLastName: z.ZodString;
199
208
  personAvatarId: z.ZodNullable<z.ZodString>;
209
+ personType: z.ZodString;
210
+ personPosition: z.ZodNullable<z.ZodString>;
200
211
  isLeave: z.ZodBoolean;
201
212
  zoneId: z.ZodNullable<z.ZodString>;
213
+ securityChecked: z.ZodBoolean;
202
214
  }, "strip", z.ZodTypeAny, {
203
215
  kind: "person-out";
204
216
  personId: string;
217
+ securityChecked: boolean;
205
218
  isLeave: boolean;
206
219
  zoneId: string | null;
207
220
  personFirstName: string;
208
221
  personLastName: string;
209
222
  personAvatarId: string | null;
223
+ personType: string;
224
+ personPosition: string | null;
210
225
  }, {
211
226
  kind: "person-out";
212
227
  personId: string;
228
+ securityChecked: boolean;
213
229
  isLeave: boolean;
214
230
  zoneId: string | null;
215
231
  personFirstName: string;
216
232
  personLastName: string;
217
233
  personAvatarId: string | null;
234
+ personType: string;
235
+ personPosition: string | null;
218
236
  }>;
219
237
  export declare const presenceTrackerEventSchemaByKind: {
220
238
  readonly 'person-in': z.ZodObject<{
@@ -223,21 +241,30 @@ export declare const presenceTrackerEventSchemaByKind: {
223
241
  personFirstName: z.ZodString;
224
242
  personLastName: z.ZodString;
225
243
  personAvatarId: z.ZodNullable<z.ZodString>;
244
+ personType: z.ZodString;
245
+ personPosition: z.ZodNullable<z.ZodString>;
226
246
  zoneId: z.ZodNullable<z.ZodString>;
247
+ securityChecked: z.ZodBoolean;
227
248
  }, "strip", z.ZodTypeAny, {
228
249
  kind: "person-in";
229
250
  personId: string;
251
+ securityChecked: boolean;
230
252
  zoneId: string | null;
231
253
  personFirstName: string;
232
254
  personLastName: string;
233
255
  personAvatarId: string | null;
256
+ personType: string;
257
+ personPosition: string | null;
234
258
  }, {
235
259
  kind: "person-in";
236
260
  personId: string;
261
+ securityChecked: boolean;
237
262
  zoneId: string | null;
238
263
  personFirstName: string;
239
264
  personLastName: string;
240
265
  personAvatarId: string | null;
266
+ personType: string;
267
+ personPosition: string | null;
241
268
  }>;
242
269
  readonly 'person-out': z.ZodObject<{
243
270
  kind: z.ZodLiteral<"person-out">;
@@ -245,24 +272,33 @@ export declare const presenceTrackerEventSchemaByKind: {
245
272
  personFirstName: z.ZodString;
246
273
  personLastName: z.ZodString;
247
274
  personAvatarId: z.ZodNullable<z.ZodString>;
275
+ personType: z.ZodString;
276
+ personPosition: z.ZodNullable<z.ZodString>;
248
277
  isLeave: z.ZodBoolean;
249
278
  zoneId: z.ZodNullable<z.ZodString>;
279
+ securityChecked: z.ZodBoolean;
250
280
  }, "strip", z.ZodTypeAny, {
251
281
  kind: "person-out";
252
282
  personId: string;
283
+ securityChecked: boolean;
253
284
  isLeave: boolean;
254
285
  zoneId: string | null;
255
286
  personFirstName: string;
256
287
  personLastName: string;
257
288
  personAvatarId: string | null;
289
+ personType: string;
290
+ personPosition: string | null;
258
291
  }, {
259
292
  kind: "person-out";
260
293
  personId: string;
294
+ securityChecked: boolean;
261
295
  isLeave: boolean;
262
296
  zoneId: string | null;
263
297
  personFirstName: string;
264
298
  personLastName: string;
265
299
  personAvatarId: string | null;
300
+ personType: string;
301
+ personPosition: string | null;
266
302
  }>;
267
303
  };
268
304
  export type PersonIn = z.infer<typeof sPersonIn>;
@@ -39,7 +39,10 @@ exports.sPersonIn = zod_1.z.object({
39
39
  personFirstName: zod_1.z.string().nonempty(),
40
40
  personLastName: zod_1.z.string().nonempty(),
41
41
  personAvatarId: zod_1.z.string().nullable(),
42
+ personType: zod_1.z.string().nonempty(),
43
+ personPosition: zod_1.z.string().nullable(),
42
44
  zoneId: zod_1.z.string().nullable(),
45
+ securityChecked: zod_1.z.boolean(),
43
46
  });
44
47
  exports.sPersonOut = zod_1.z.object({
45
48
  kind: zod_1.z.literal('person-out'),
@@ -47,8 +50,11 @@ exports.sPersonOut = zod_1.z.object({
47
50
  personFirstName: zod_1.z.string().nonempty(),
48
51
  personLastName: zod_1.z.string().nonempty(),
49
52
  personAvatarId: zod_1.z.string().nullable(),
53
+ personType: zod_1.z.string().nonempty(),
54
+ personPosition: zod_1.z.string().max(128).nullable(),
50
55
  isLeave: zod_1.z.boolean(),
51
56
  zoneId: zod_1.z.string().nullable(),
57
+ securityChecked: zod_1.z.boolean(),
52
58
  });
53
59
  exports.presenceTrackerEventSchemaByKind = {
54
60
  'person-in': exports.sPersonIn,
@@ -82,21 +82,30 @@ export declare const eventSchemaByKind: {
82
82
  personFirstName: z.ZodString;
83
83
  personLastName: z.ZodString;
84
84
  personAvatarId: z.ZodNullable<z.ZodString>;
85
+ personType: z.ZodString;
86
+ personPosition: z.ZodNullable<z.ZodString>;
85
87
  zoneId: z.ZodNullable<z.ZodString>;
88
+ securityChecked: z.ZodBoolean;
86
89
  }, "strip", z.ZodTypeAny, {
87
90
  kind: "person-in";
88
91
  personId: string;
92
+ securityChecked: boolean;
89
93
  zoneId: string | null;
90
94
  personFirstName: string;
91
95
  personLastName: string;
92
96
  personAvatarId: string | null;
97
+ personType: string;
98
+ personPosition: string | null;
93
99
  }, {
94
100
  kind: "person-in";
95
101
  personId: string;
102
+ securityChecked: boolean;
96
103
  zoneId: string | null;
97
104
  personFirstName: string;
98
105
  personLastName: string;
99
106
  personAvatarId: string | null;
107
+ personType: string;
108
+ personPosition: string | null;
100
109
  }>;
101
110
  'person-out': z.ZodObject<{
102
111
  kind: z.ZodLiteral<"person-out">;
@@ -104,24 +113,33 @@ export declare const eventSchemaByKind: {
104
113
  personFirstName: z.ZodString;
105
114
  personLastName: z.ZodString;
106
115
  personAvatarId: z.ZodNullable<z.ZodString>;
116
+ personType: z.ZodString;
117
+ personPosition: z.ZodNullable<z.ZodString>;
107
118
  isLeave: z.ZodBoolean;
108
119
  zoneId: z.ZodNullable<z.ZodString>;
120
+ securityChecked: z.ZodBoolean;
109
121
  }, "strip", z.ZodTypeAny, {
110
122
  kind: "person-out";
111
123
  personId: string;
124
+ securityChecked: boolean;
112
125
  isLeave: boolean;
113
126
  zoneId: string | null;
114
127
  personFirstName: string;
115
128
  personLastName: string;
116
129
  personAvatarId: string | null;
130
+ personType: string;
131
+ personPosition: string | null;
117
132
  }, {
118
133
  kind: "person-out";
119
134
  personId: string;
135
+ securityChecked: boolean;
120
136
  isLeave: boolean;
121
137
  zoneId: string | null;
122
138
  personFirstName: string;
123
139
  personLastName: string;
124
140
  personAvatarId: string | null;
141
+ personType: string;
142
+ personPosition: string | null;
125
143
  }>;
126
144
  'panic-button-pressed': z.ZodObject<{
127
145
  kind: z.ZodLiteral<"panic-button-pressed">;
@@ -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/objects.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { AccessRuleDto, ScheduleDto, PersonDto, ZoneDto, PersonPresenceDto, CreatePersonRequest, CreateScheduleRequest, CreateZoneRequest, CreateAccessRuleRequest } from './access-control';
2
+ import { AccessRuleDto, ScheduleDto, PersonDto, ZoneDto, PersonPresenceDto, CreatePersonRequest, CreateScheduleRequest, CreateZoneRequest, CreateAccessRuleRequest, PersonTypeDto, AgreementDto } from './access-control';
3
3
  import { AutomationRuleDto, AutomationRuleProps } from './automation';
4
4
  import { BookmarkDto } from './bookmarks';
5
5
  import { DeviceDto } from './device';
@@ -9,7 +9,7 @@ import { MacroDto } from './macros';
9
9
  import { SecurityLevelDto } from './security-level';
10
10
  import { RoleDto, UserDto } from './user';
11
11
  import { ViewDto } from './view';
12
- export declare const sObjectKind: z.ZodEnum<["accessRule", "schedule", "person", "device", "zone", "personPresence", "deviceGroup", "view", "layout", "automationRule", "macro", "role", "user", "securityLevel", "bookmark"]>;
12
+ export declare const sObjectKind: z.ZodEnum<["accessRule", "schedule", "person", "device", "zone", "personPresence", "deviceGroup", "view", "layout", "automationRule", "macro", "role", "user", "securityLevel", "bookmark", "personType", "agreement"]>;
13
13
  export type ObjectKind = z.infer<typeof sObjectKind>;
14
14
  export type ObjectKinds = {
15
15
  layout: LayoutDto;
@@ -27,6 +27,8 @@ export type ObjectKinds = {
27
27
  user: UserDto;
28
28
  securityLevel: SecurityLevelDto;
29
29
  bookmark: BookmarkDto;
30
+ personType: PersonTypeDto;
31
+ agreement: AgreementDto;
30
32
  };
31
33
  export type ObjectDto = ObjectKinds;
32
34
  export type ObjectProps = {