@cellaware/utils 8.11.12 → 8.11.13

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.
@@ -103,6 +103,7 @@ export interface ReportSchedule {
103
103
  integrations?: string[];
104
104
  excel?: boolean;
105
105
  parameterValues?: ReportParameterValue[];
106
+ lineIds?: string[];
106
107
  clientId: string;
107
108
  userId: string;
108
109
  userDetails: string;
@@ -115,4 +116,5 @@ export interface InstanceReportSchedule {
115
116
  integrations: Set<SubscriptionIntegration>;
116
117
  excel: boolean;
117
118
  parameterValues: ReportParameterValue[];
119
+ lineIds: string[];
118
120
  }
@@ -47,6 +47,7 @@ export function initReportSchedule() {
47
47
  integrations: [],
48
48
  excel: false,
49
49
  parameterValues: [],
50
+ lineIds: [],
50
51
  clientId: '',
51
52
  userId: '',
52
53
  userDetails: ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.11.12",
3
+ "version": "8.11.13",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",