@cellaware/utils 8.3.11 → 8.3.12

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.
@@ -91,7 +91,9 @@ export interface ReportSchedule {
91
91
  userId: string;
92
92
  }
93
93
  export declare function initReportSchedule(): ReportSchedule;
94
- export interface InstanceReportSchedule extends Report {
94
+ export interface InstanceReportSchedule {
95
95
  cronExpression: string;
96
96
  reports: InstanceReport[];
97
+ popups: string[];
98
+ emails: string[];
97
99
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.3.11",
3
+ "version": "8.3.12",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",