@cellaware/utils 8.3.21 → 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.
@@ -91,6 +91,7 @@ export interface ReportSchedule {
91
91
  popup?: boolean;
92
92
  email?: boolean;
93
93
  additionalEmails?: string[];
94
+ excel?: boolean;
94
95
  clientId: string;
95
96
  userId: string;
96
97
  userDetails: string;
@@ -100,4 +101,5 @@ export interface InstanceReportSchedule {
100
101
  cronExpression: string;
101
102
  popups: Set<string>;
102
103
  emails: Set<string>;
104
+ excel: boolean;
103
105
  }
@@ -41,6 +41,7 @@ export function initReportSchedule() {
41
41
  email: false,
42
42
  additionalEmails: [],
43
43
  // subscriptions: [],
44
+ excel: false,
44
45
  clientId: '',
45
46
  userId: '',
46
47
  userDetails: ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.3.21",
3
+ "version": "8.3.23",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",