@optifye/dashboard-core 6.11.36 → 6.11.38

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.
package/dist/index.d.mts CHANGED
@@ -9530,7 +9530,7 @@ interface UserManagementTableProps {
9530
9530
  availableLines?: Line[];
9531
9531
  availableFactories?: Factory[];
9532
9532
  currentUserId?: string;
9533
- /** Weekly usage in milliseconds keyed by user_id (last 7 days total) */
9533
+ /** Average daily active usage in milliseconds keyed by user_id */
9534
9534
  avgDailyUsage?: Record<string, number>;
9535
9535
  /** Whether usage data is loading */
9536
9536
  isUsageLoading?: boolean;
package/dist/index.d.ts CHANGED
@@ -9530,7 +9530,7 @@ interface UserManagementTableProps {
9530
9530
  availableLines?: Line[];
9531
9531
  availableFactories?: Factory[];
9532
9532
  currentUserId?: string;
9533
- /** Weekly usage in milliseconds keyed by user_id (last 7 days total) */
9533
+ /** Average daily active usage in milliseconds keyed by user_id */
9534
9534
  avgDailyUsage?: Record<string, number>;
9535
9535
  /** Whether usage data is loading */
9536
9536
  isUsageLoading?: boolean;