@meshmakers/octo-services 3.4.350 → 3.4.370

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.
@@ -497,7 +497,9 @@ var CkRollupFunctionDto;
497
497
  CkRollupFunctionDto["CountDto"] = "COUNT";
498
498
  CkRollupFunctionDto["MaxDto"] = "MAX";
499
499
  CkRollupFunctionDto["MinDto"] = "MIN";
500
+ CkRollupFunctionDto["StateDurationDto"] = "STATE_DURATION";
500
501
  CkRollupFunctionDto["SumDto"] = "SUM";
502
+ CkRollupFunctionDto["TimeWeightedAvgDto"] = "TIME_WEIGHTED_AVG";
501
503
  })(CkRollupFunctionDto || (CkRollupFunctionDto = {}));
502
504
  /** Defines possible delete strategies of a runtime type */
503
505
  var DeleteStrategiesDto;