@cellaware/utils 8.0.0 → 8.0.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.
@@ -26,6 +26,7 @@ export interface Dashboard {
26
26
  folder: string;
27
27
  clientId: string;
28
28
  userId: string;
29
+ customerLevel?: boolean;
29
30
  }
30
31
  export declare function initDashboard(): Dashboard;
31
32
  export interface WidgetDashboardFilter {
@@ -69,6 +70,7 @@ export interface DashboardWidget {
69
70
  layoutInfo: DashboardWidgetLayoutInfo;
70
71
  clientId: string;
71
72
  userId: string;
73
+ customerLevel?: boolean;
72
74
  }
73
75
  export interface DashboardUsage {
74
76
  dashboardId: string;
@@ -77,4 +79,5 @@ export interface DashboardUsage {
77
79
  clientId: string;
78
80
  userId: string;
79
81
  datetime: Date;
82
+ customerLevel?: boolean;
80
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",
File without changes
File without changes
File without changes
File without changes
File without changes