@cellaware/utils 8.5.10 → 8.6.0

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.
@@ -107,4 +107,5 @@ export interface InstanceReportSchedule {
107
107
  popups: Set<string>;
108
108
  emails: Set<string>;
109
109
  excel: boolean;
110
+ parameterValues: ReportParameterValue[];
110
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.5.10",
3
+ "version": "8.6.0",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",