@awarevue/api-types 1.0.110 → 1.0.112

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.
@@ -266,6 +266,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
266
266
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
267
267
  }, z.ZodUnknown, "strip">>, "many">;
268
268
  groups: z.ZodArray<z.ZodString, "many">;
269
+ enabled: z.ZodBoolean;
269
270
  createdOn: z.ZodString;
270
271
  lastModifiedOn: z.ZodString;
271
272
  }, "strip", z.ZodTypeAny, {
@@ -288,6 +289,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
288
289
  id: z.ZodString;
289
290
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
290
291
  }, z.ZodUnknown, "strip">[];
292
+ enabled: boolean;
291
293
  }, {
292
294
  groups: string[];
293
295
  id: string;
@@ -308,6 +310,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
308
310
  id: z.ZodString;
309
311
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
310
312
  }, z.ZodUnknown, "strip">[];
313
+ enabled: boolean;
311
314
  }>;
312
315
  export declare const sForeignDeviceInfo: z.ZodObject<{
313
316
  name: z.ZodString;
@@ -560,6 +563,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
560
563
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
561
564
  }, z.ZodUnknown, "strip">>, "many">;
562
565
  groups: z.ZodArray<z.ZodString, "many">;
566
+ enabled: z.ZodBoolean;
563
567
  createdOn: z.ZodString;
564
568
  lastModifiedOn: z.ZodString;
565
569
  }, "strip", z.ZodTypeAny, {
@@ -582,6 +586,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
582
586
  id: z.ZodString;
583
587
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
584
588
  }, z.ZodUnknown, "strip">[];
589
+ enabled: boolean;
585
590
  }, {
586
591
  groups: string[];
587
592
  id: string;
@@ -602,6 +607,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
602
607
  id: z.ZodString;
603
608
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
604
609
  }, z.ZodUnknown, "strip">[];
610
+ enabled: boolean;
605
611
  }>>, z.ZodObject<{
606
612
  name: z.ZodString;
607
613
  foreignRef: z.ZodString;
@@ -729,6 +735,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
729
735
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
730
736
  }, z.ZodUnknown, "strip">>, "many">;
731
737
  groups: z.ZodArray<z.ZodString, "many">;
738
+ enabled: z.ZodBoolean;
732
739
  createdOn: z.ZodString;
733
740
  lastModifiedOn: z.ZodString;
734
741
  }, "strip", z.ZodTypeAny, {
@@ -751,6 +758,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
751
758
  id: z.ZodString;
752
759
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
753
760
  }, z.ZodUnknown, "strip">[];
761
+ enabled: boolean;
754
762
  }, {
755
763
  groups: string[];
756
764
  id: string;
@@ -771,6 +779,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
771
779
  id: z.ZodString;
772
780
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
773
781
  }, z.ZodUnknown, "strip">[];
782
+ enabled: boolean;
774
783
  }>>, z.ZodObject<{
775
784
  name: z.ZodString;
776
785
  foreignRef: z.ZodString;
@@ -850,6 +859,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
850
859
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
851
860
  }, z.ZodUnknown, "strip">>, "many">;
852
861
  groups: z.ZodArray<z.ZodString, "many">;
862
+ enabled: z.ZodBoolean;
853
863
  createdOn: z.ZodString;
854
864
  lastModifiedOn: z.ZodString;
855
865
  }, "strip", z.ZodTypeAny, {
@@ -872,6 +882,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
872
882
  id: z.ZodString;
873
883
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
874
884
  }, z.ZodUnknown, "strip">[];
885
+ enabled: boolean;
875
886
  }, {
876
887
  groups: string[];
877
888
  id: string;
@@ -892,6 +903,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
892
903
  id: z.ZodString;
893
904
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
894
905
  }, z.ZodUnknown, "strip">[];
906
+ enabled: boolean;
895
907
  }>>, z.ZodObject<{
896
908
  name: z.ZodString;
897
909
  foreignRef: z.ZodString;
@@ -958,6 +970,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
958
970
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
959
971
  }, z.ZodUnknown, "strip">>, "many">;
960
972
  groups: z.ZodArray<z.ZodString, "many">;
973
+ enabled: z.ZodBoolean;
961
974
  createdOn: z.ZodString;
962
975
  lastModifiedOn: z.ZodString;
963
976
  }, "strip", z.ZodTypeAny, {
@@ -980,6 +993,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
980
993
  id: z.ZodString;
981
994
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
982
995
  }, z.ZodUnknown, "strip">[];
996
+ enabled: boolean;
983
997
  }, {
984
998
  groups: string[];
985
999
  id: string;
@@ -1000,6 +1014,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
1000
1014
  id: z.ZodString;
1001
1015
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1002
1016
  }, z.ZodUnknown, "strip">[];
1017
+ enabled: boolean;
1003
1018
  }>>, z.ZodObject<{
1004
1019
  name: z.ZodString;
1005
1020
  foreignRef: z.ZodString;
@@ -1073,6 +1088,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
1073
1088
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1074
1089
  }, z.ZodUnknown, "strip">>, "many">;
1075
1090
  groups: z.ZodArray<z.ZodString, "many">;
1091
+ enabled: z.ZodBoolean;
1076
1092
  createdOn: z.ZodString;
1077
1093
  lastModifiedOn: z.ZodString;
1078
1094
  }, "strip", z.ZodTypeAny, {
@@ -1095,6 +1111,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
1095
1111
  id: z.ZodString;
1096
1112
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1097
1113
  }, z.ZodUnknown, "strip">[];
1114
+ enabled: boolean;
1098
1115
  }, {
1099
1116
  groups: string[];
1100
1117
  id: string;
@@ -1115,6 +1132,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
1115
1132
  id: z.ZodString;
1116
1133
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1117
1134
  }, z.ZodUnknown, "strip">[];
1135
+ enabled: boolean;
1118
1136
  }>>, z.ZodObject<{
1119
1137
  name: z.ZodString;
1120
1138
  foreignRef: z.ZodString;
@@ -1181,6 +1199,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
1181
1199
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1182
1200
  }, z.ZodUnknown, "strip">>, "many">;
1183
1201
  groups: z.ZodArray<z.ZodString, "many">;
1202
+ enabled: z.ZodBoolean;
1184
1203
  createdOn: z.ZodString;
1185
1204
  lastModifiedOn: z.ZodString;
1186
1205
  }, "strip", z.ZodTypeAny, {
@@ -1203,6 +1222,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
1203
1222
  id: z.ZodString;
1204
1223
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1205
1224
  }, z.ZodUnknown, "strip">[];
1225
+ enabled: boolean;
1206
1226
  }, {
1207
1227
  groups: string[];
1208
1228
  id: string;
@@ -1223,6 +1243,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
1223
1243
  id: z.ZodString;
1224
1244
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1225
1245
  }, z.ZodUnknown, "strip">[];
1246
+ enabled: boolean;
1226
1247
  }>>, z.ZodObject<{
1227
1248
  name: z.ZodString;
1228
1249
  foreignRef: z.ZodString;
@@ -1289,6 +1310,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
1289
1310
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1290
1311
  }, z.ZodUnknown, "strip">>, "many">;
1291
1312
  groups: z.ZodArray<z.ZodString, "many">;
1313
+ enabled: z.ZodBoolean;
1292
1314
  createdOn: z.ZodString;
1293
1315
  lastModifiedOn: z.ZodString;
1294
1316
  }, "strip", z.ZodTypeAny, {
@@ -1311,6 +1333,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
1311
1333
  id: z.ZodString;
1312
1334
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1313
1335
  }, z.ZodUnknown, "strip">[];
1336
+ enabled: boolean;
1314
1337
  }, {
1315
1338
  groups: string[];
1316
1339
  id: string;
@@ -1331,6 +1354,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
1331
1354
  id: z.ZodString;
1332
1355
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1333
1356
  }, z.ZodUnknown, "strip">[];
1357
+ enabled: boolean;
1334
1358
  }>>, z.ZodObject<{
1335
1359
  name: z.ZodString;
1336
1360
  foreignRef: z.ZodString;
@@ -1397,6 +1421,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
1397
1421
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1398
1422
  }, z.ZodUnknown, "strip">>, "many">;
1399
1423
  groups: z.ZodArray<z.ZodString, "many">;
1424
+ enabled: z.ZodBoolean;
1400
1425
  createdOn: z.ZodString;
1401
1426
  lastModifiedOn: z.ZodString;
1402
1427
  }, "strip", z.ZodTypeAny, {
@@ -1419,6 +1444,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
1419
1444
  id: z.ZodString;
1420
1445
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1421
1446
  }, z.ZodUnknown, "strip">[];
1447
+ enabled: boolean;
1422
1448
  }, {
1423
1449
  groups: string[];
1424
1450
  id: string;
@@ -1439,6 +1465,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
1439
1465
  id: z.ZodString;
1440
1466
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1441
1467
  }, z.ZodUnknown, "strip">[];
1468
+ enabled: boolean;
1442
1469
  }>>, z.ZodObject<{
1443
1470
  name: z.ZodString;
1444
1471
  foreignRef: z.ZodString;
@@ -1521,6 +1548,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
1521
1548
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1522
1549
  }, z.ZodUnknown, "strip">>, "many">;
1523
1550
  groups: z.ZodArray<z.ZodString, "many">;
1551
+ enabled: z.ZodBoolean;
1524
1552
  createdOn: z.ZodString;
1525
1553
  lastModifiedOn: z.ZodString;
1526
1554
  }, "strip", z.ZodTypeAny, {
@@ -1543,6 +1571,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
1543
1571
  id: z.ZodString;
1544
1572
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1545
1573
  }, z.ZodUnknown, "strip">[];
1574
+ enabled: boolean;
1546
1575
  }, {
1547
1576
  groups: string[];
1548
1577
  id: string;
@@ -1563,6 +1592,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
1563
1592
  id: z.ZodString;
1564
1593
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1565
1594
  }, z.ZodUnknown, "strip">[];
1595
+ enabled: boolean;
1566
1596
  }>>, z.ZodObject<{
1567
1597
  name: z.ZodString;
1568
1598
  foreignRef: z.ZodString;
@@ -1633,6 +1663,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1633
1663
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1634
1664
  }, z.ZodUnknown, "strip">>, "many">;
1635
1665
  groups: z.ZodArray<z.ZodString, "many">;
1666
+ enabled: z.ZodBoolean;
1636
1667
  createdOn: z.ZodString;
1637
1668
  lastModifiedOn: z.ZodString;
1638
1669
  }, "strip", z.ZodTypeAny, {
@@ -1655,6 +1686,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1655
1686
  id: z.ZodString;
1656
1687
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1657
1688
  }, z.ZodUnknown, "strip">[];
1689
+ enabled: boolean;
1658
1690
  }, {
1659
1691
  groups: string[];
1660
1692
  id: string;
@@ -1675,6 +1707,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1675
1707
  id: z.ZodString;
1676
1708
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1677
1709
  }, z.ZodUnknown, "strip">[];
1710
+ enabled: boolean;
1678
1711
  }>>, z.ZodObject<{
1679
1712
  name: z.ZodString;
1680
1713
  foreignRef: z.ZodString;
@@ -1741,6 +1774,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
1741
1774
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1742
1775
  }, z.ZodUnknown, "strip">>, "many">;
1743
1776
  groups: z.ZodArray<z.ZodString, "many">;
1777
+ enabled: z.ZodBoolean;
1744
1778
  createdOn: z.ZodString;
1745
1779
  lastModifiedOn: z.ZodString;
1746
1780
  }, "strip", z.ZodTypeAny, {
@@ -1763,6 +1797,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
1763
1797
  id: z.ZodString;
1764
1798
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1765
1799
  }, z.ZodUnknown, "strip">[];
1800
+ enabled: boolean;
1766
1801
  }, {
1767
1802
  groups: string[];
1768
1803
  id: string;
@@ -1783,6 +1818,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
1783
1818
  id: z.ZodString;
1784
1819
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1785
1820
  }, z.ZodUnknown, "strip">[];
1821
+ enabled: boolean;
1786
1822
  }>>, z.ZodObject<{
1787
1823
  name: z.ZodString;
1788
1824
  foreignRef: z.ZodString;
@@ -1849,6 +1885,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
1849
1885
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1850
1886
  }, z.ZodUnknown, "strip">>, "many">;
1851
1887
  groups: z.ZodArray<z.ZodString, "many">;
1888
+ enabled: z.ZodBoolean;
1852
1889
  createdOn: z.ZodString;
1853
1890
  lastModifiedOn: z.ZodString;
1854
1891
  }, "strip", z.ZodTypeAny, {
@@ -1871,6 +1908,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
1871
1908
  id: z.ZodString;
1872
1909
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1873
1910
  }, z.ZodUnknown, "strip">[];
1911
+ enabled: boolean;
1874
1912
  }, {
1875
1913
  groups: string[];
1876
1914
  id: string;
@@ -1891,6 +1929,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
1891
1929
  id: z.ZodString;
1892
1930
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1893
1931
  }, z.ZodUnknown, "strip">[];
1932
+ enabled: boolean;
1894
1933
  }>>, z.ZodObject<{
1895
1934
  name: z.ZodString;
1896
1935
  foreignRef: z.ZodString;
@@ -1957,6 +1996,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
1957
1996
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1958
1997
  }, z.ZodUnknown, "strip">>, "many">;
1959
1998
  groups: z.ZodArray<z.ZodString, "many">;
1999
+ enabled: z.ZodBoolean;
1960
2000
  createdOn: z.ZodString;
1961
2001
  lastModifiedOn: z.ZodString;
1962
2002
  }, "strip", z.ZodTypeAny, {
@@ -1979,6 +2019,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
1979
2019
  id: z.ZodString;
1980
2020
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1981
2021
  }, z.ZodUnknown, "strip">[];
2022
+ enabled: boolean;
1982
2023
  }, {
1983
2024
  groups: string[];
1984
2025
  id: string;
@@ -1999,6 +2040,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
1999
2040
  id: z.ZodString;
2000
2041
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2001
2042
  }, z.ZodUnknown, "strip">[];
2043
+ enabled: boolean;
2002
2044
  }>>, z.ZodObject<{
2003
2045
  name: z.ZodString;
2004
2046
  foreignRef: z.ZodString;
@@ -2065,6 +2107,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
2065
2107
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2066
2108
  }, z.ZodUnknown, "strip">>, "many">;
2067
2109
  groups: z.ZodArray<z.ZodString, "many">;
2110
+ enabled: z.ZodBoolean;
2068
2111
  createdOn: z.ZodString;
2069
2112
  lastModifiedOn: z.ZodString;
2070
2113
  }, "strip", z.ZodTypeAny, {
@@ -2087,6 +2130,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
2087
2130
  id: z.ZodString;
2088
2131
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2089
2132
  }, z.ZodUnknown, "strip">[];
2133
+ enabled: boolean;
2090
2134
  }, {
2091
2135
  groups: string[];
2092
2136
  id: string;
@@ -2107,6 +2151,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
2107
2151
  id: z.ZodString;
2108
2152
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2109
2153
  }, z.ZodUnknown, "strip">[];
2154
+ enabled: boolean;
2110
2155
  }>>, z.ZodObject<{
2111
2156
  name: z.ZodString;
2112
2157
  foreignRef: z.ZodString;
@@ -2173,6 +2218,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
2173
2218
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2174
2219
  }, z.ZodUnknown, "strip">>, "many">;
2175
2220
  groups: z.ZodArray<z.ZodString, "many">;
2221
+ enabled: z.ZodBoolean;
2176
2222
  createdOn: z.ZodString;
2177
2223
  lastModifiedOn: z.ZodString;
2178
2224
  }, "strip", z.ZodTypeAny, {
@@ -2195,6 +2241,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
2195
2241
  id: z.ZodString;
2196
2242
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2197
2243
  }, z.ZodUnknown, "strip">[];
2244
+ enabled: boolean;
2198
2245
  }, {
2199
2246
  groups: string[];
2200
2247
  id: string;
@@ -2215,6 +2262,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
2215
2262
  id: z.ZodString;
2216
2263
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2217
2264
  }, z.ZodUnknown, "strip">[];
2265
+ enabled: boolean;
2218
2266
  }>>, z.ZodObject<{
2219
2267
  name: z.ZodString;
2220
2268
  foreignRef: z.ZodString;
@@ -2281,6 +2329,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
2281
2329
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2282
2330
  }, z.ZodUnknown, "strip">>, "many">;
2283
2331
  groups: z.ZodArray<z.ZodString, "many">;
2332
+ enabled: z.ZodBoolean;
2284
2333
  createdOn: z.ZodString;
2285
2334
  lastModifiedOn: z.ZodString;
2286
2335
  }, "strip", z.ZodTypeAny, {
@@ -2303,6 +2352,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
2303
2352
  id: z.ZodString;
2304
2353
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2305
2354
  }, z.ZodUnknown, "strip">[];
2355
+ enabled: boolean;
2306
2356
  }, {
2307
2357
  groups: string[];
2308
2358
  id: string;
@@ -2323,6 +2373,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
2323
2373
  id: z.ZodString;
2324
2374
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2325
2375
  }, z.ZodUnknown, "strip">[];
2376
+ enabled: boolean;
2326
2377
  }>>, z.ZodObject<{
2327
2378
  name: z.ZodString;
2328
2379
  foreignRef: z.ZodString;
@@ -2410,6 +2461,7 @@ export declare const sUpdateDeviceRequest: z.ZodObject<{
2410
2461
  id: z.ZodString;
2411
2462
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2412
2463
  }, z.ZodUnknown, "strip">>, "many">>;
2464
+ enabled: z.ZodOptional<z.ZodBoolean>;
2413
2465
  }, "strip", z.ZodTypeAny, {
2414
2466
  id: string;
2415
2467
  name?: string | undefined;
@@ -2420,6 +2472,7 @@ export declare const sUpdateDeviceRequest: z.ZodObject<{
2420
2472
  id: z.ZodString;
2421
2473
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2422
2474
  }, z.ZodUnknown, "strip">[] | undefined;
2475
+ enabled?: boolean | undefined;
2423
2476
  providerMetadata?: z.objectOutputType<{}, z.ZodUnknown, "strip"> | undefined;
2424
2477
  }, {
2425
2478
  id: string;
@@ -2431,6 +2484,7 @@ export declare const sUpdateDeviceRequest: z.ZodObject<{
2431
2484
  id: z.ZodString;
2432
2485
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
2433
2486
  }, z.ZodUnknown, "strip">[] | undefined;
2487
+ enabled?: boolean | undefined;
2434
2488
  providerMetadata?: z.objectInputType<{}, z.ZodUnknown, "strip"> | undefined;
2435
2489
  }>;
2436
2490
  export declare const sOverrideDeviceSpecsRequest: z.ZodObject<{
@@ -90,6 +90,7 @@ exports.sDeviceMgmtInfo = zod_1.z.object({
90
90
  tags: zod_1.z.array(zod_1.z.string()),
91
91
  relations: zod_1.z.array(device_relation_1.sDeviceRelationSide),
92
92
  groups: zod_1.z.array(zod_1.z.string()),
93
+ enabled: zod_1.z.boolean(),
93
94
  createdOn: zod_1.z.string().datetime(),
94
95
  lastModifiedOn: zod_1.z.string().datetime(),
95
96
  });
@@ -166,6 +167,7 @@ exports.sUpdateDeviceRequest = zod_1.z.object({
166
167
  specs: zod_1.z.object({}).catchall(zod_1.z.unknown()).optional(),
167
168
  tags: zod_1.z.array(zod_1.z.string()).optional(),
168
169
  relations: zod_1.z.array(device_relation_1.sDeviceRelationSide).optional(),
170
+ enabled: zod_1.z.boolean().optional(),
169
171
  });
170
172
  exports.sOverrideDeviceSpecsRequest = zod_1.z.object({
171
173
  id: zod_1.z.string(),
@@ -1084,6 +1084,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
1084
1084
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1085
1085
  }, z.ZodUnknown, "strip">>, "many">;
1086
1086
  groups: z.ZodArray<z.ZodString, "many">;
1087
+ enabled: z.ZodBoolean;
1087
1088
  createdOn: z.ZodString;
1088
1089
  lastModifiedOn: z.ZodString;
1089
1090
  }, "strip", z.ZodTypeAny, {
@@ -1106,6 +1107,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
1106
1107
  id: z.ZodString;
1107
1108
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1108
1109
  }, z.ZodUnknown, "strip">[];
1110
+ enabled: boolean;
1109
1111
  }, {
1110
1112
  groups: string[];
1111
1113
  id: string;
@@ -1126,6 +1128,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
1126
1128
  id: z.ZodString;
1127
1129
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1128
1130
  }, z.ZodUnknown, "strip">[];
1131
+ enabled: boolean;
1129
1132
  }>>, z.ZodObject<{
1130
1133
  name: z.ZodString;
1131
1134
  foreignRef: z.ZodString;
@@ -1248,6 +1251,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
1248
1251
  id: z.ZodString;
1249
1252
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1250
1253
  }, z.ZodUnknown, "strip">[];
1254
+ enabled: boolean;
1251
1255
  }) & {
1252
1256
  name: string;
1253
1257
  foreignRef: string;
@@ -1417,6 +1421,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
1417
1421
  id: z.ZodString;
1418
1422
  kind: z.ZodEnum<["attachedTo", "parent", "child", "holds", "isHeldBy", "observes", "isObservedBy", "sendsInputTo", "receivesInputFrom", "sendsOutputTo", "receivesOutputFrom", "unlocks", "isUnlockedBy", "controls", "isControlledBy"]>;
1419
1423
  }, z.ZodUnknown, "strip">[];
1424
+ enabled: boolean;
1420
1425
  }) & {
1421
1426
  name: string;
1422
1427
  foreignRef: string;
package/dist/index.d.ts CHANGED
@@ -33,3 +33,4 @@ export * from './token-conversion';
33
33
  export * from './world-objects';
34
34
  export * from './bookmarks';
35
35
  export * from './objects';
36
+ export * from './primitives';
package/dist/index.js CHANGED
@@ -49,3 +49,4 @@ __exportStar(require("./token-conversion"), exports);
49
49
  __exportStar(require("./world-objects"), exports);
50
50
  __exportStar(require("./bookmarks"), exports);
51
51
  __exportStar(require("./objects"), exports);
52
+ __exportStar(require("./primitives"), exports);
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/api-types",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "description": "Common types between backend, agent(s) and frontend(s)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/api-types",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "description": "Common types between backend, agent(s) and frontend(s)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",