@energycap/energycap-sdk-angular 8.2605.159-develop-20260527-1855 → 8.2605.161-develop-20260528-0801

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.
@@ -150350,6 +150350,10 @@ class DataPointChild {
150350
150350
  * Indicates if the primary value channel on the datapoint has a summarization method of SUM
150351
150351
  */
150352
150352
  isDataRolledUp;
150353
+ /**
150354
+ * Indicates if the Sentinel is active for primary value channels
150355
+ */
150356
+ sentinelEnabled;
150353
150357
  }
150354
150358
 
150355
150359
  /**
@@ -150398,6 +150402,10 @@ class DataPointChildWithParentAndImportId {
150398
150402
  * Indicates if the primary value channel on the datapoint has a summarization method of SUM
150399
150403
  */
150400
150404
  isDataRolledUp;
150405
+ /**
150406
+ * Indicates if the Sentinel is active for primary value channels
150407
+ */
150408
+ sentinelEnabled;
150401
150409
  }
150402
150410
 
150403
150411
  /**
@@ -158603,6 +158611,10 @@ class HierarchicalDataPoint {
158603
158611
  * Indicates if the primary value channel on the datapoint has a summarization method of SUM
158604
158612
  */
158605
158613
  isDataRolledUp;
158614
+ /**
158615
+ * Indicates if the Sentinel is active for primary value channels
158616
+ */
158617
+ sentinelEnabled;
158606
158618
  }
158607
158619
 
158608
158620
  /**