@cellaware/utils 8.3.16 → 8.3.17

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.
@@ -32,8 +32,10 @@ export interface Report {
32
32
  customerLevel?: boolean;
33
33
  }
34
34
  export declare function initReport(): Report;
35
- export interface InstanceReport extends Report {
35
+ export interface ReportWithLines extends Report {
36
36
  lines: ReportLine[];
37
+ }
38
+ export interface InstanceReport extends ReportWithLines {
37
39
  schedules: InstanceReportSchedule[];
38
40
  }
39
41
  export interface LineReportParameter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.3.16",
3
+ "version": "8.3.17",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",