@cellaware/utils 8.3.22 → 8.3.23

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.
@@ -101,4 +101,5 @@ export interface InstanceReportSchedule {
101
101
  cronExpression: string;
102
102
  popups: Set<string>;
103
103
  emails: Set<string>;
104
+ excel: boolean;
104
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.3.22",
3
+ "version": "8.3.23",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",