@cellaware/utils 8.12.0 → 8.12.2

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.
@@ -55,7 +55,6 @@ export interface AlertContentInfo extends DatagridStateBase {
55
55
  reviewFeedback?: string;
56
56
  tableGroups?: string[];
57
57
  developer?: boolean;
58
- clone?: boolean;
59
58
  }
60
59
  export interface AlertTestResult {
61
60
  met: boolean;
@@ -52,7 +52,6 @@ export interface DashboardWidgetContentInfo extends DatagridStateBase {
52
52
  developer?: boolean;
53
53
  archive?: boolean;
54
54
  referenceWidgetId?: string;
55
- clone?: boolean;
56
55
  }
57
56
  export interface DashboardWidgetLayoutInfo {
58
57
  id: string;
@@ -62,7 +62,6 @@ export interface ReportLineContentInfo extends DatagridStateBase {
62
62
  developer?: boolean;
63
63
  archive?: boolean;
64
64
  referenceLineId?: string;
65
- clone?: boolean;
66
65
  }
67
66
  export interface ReportLine {
68
67
  lineId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.12.0",
3
+ "version": "8.12.2",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",