@optifye/dashboard-core 6.12.50 → 6.12.52

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.
@@ -400,6 +400,14 @@ interface WorkspaceCameraIpInfo {
400
400
  effective_camera_uuid: string | null;
401
401
  resolution_mode: 'direct' | 'redirect' | null;
402
402
  }
403
+ interface WorkspaceLightConfigInfo {
404
+ workspace_id: string;
405
+ workspace_key?: string | null;
406
+ line_id?: string | null;
407
+ display_name?: string | null;
408
+ bulb_ip: string | null;
409
+ has_light_config: boolean;
410
+ }
403
411
  interface ActionThreshold {
404
412
  line_id: string;
405
413
  shift_id: number;
@@ -496,4 +504,4 @@ interface RecentFlowSnapshotGridProps {
496
504
  }
497
505
  declare const RecentFlowSnapshotGrid: React__default.FC<RecentFlowSnapshotGridProps>;
498
506
 
499
- export { type ActionThreshold as A, RecentFlowSnapshotGrid as B, type CurrentWorkspaceSKU as C, type DashboardKPIs as D, type EfficiencyLegendUpdate as E, type KpiTrend as K, type LineSignal as L, type MonthlyTrendSummary as M, type PoorPerformingWorkspace as P, type RecentFlowSnapshotGridProps as R, type SkuBreakdownItem as S, type VideoGridMetricMode as V, type WorkspaceMetrics as W, type LineInfo as a, type WorkspaceDetailedMetrics as b, type SkuSegmentItem as c, type LineSkuBreakdownItem as d, type WorkspaceVideoStream as e, type Workspace as f, type WorkspaceCameraIpInfo as g, type WorkspaceActionUpdate as h, type ShiftConfiguration as i, type KpiSignal as j, type LineIssueResolutionSummary as k, type LineDetailedMetrics as l, type VideoGridStatusBadge as m, type LineSignalSource as n, type KpiSignalSource as o, type KpiSignalMode as p, type ValueDelta as q, type PercentageDelta as r, type CountDelta as s, type DurationDelta as t, type WorkspaceCropRect as u, type LineThreshold as v, type ShiftConfigurationRecord as w, normalizeVideoGridMetricMode as x, isRecentFlowVideoGridMetricMode as y, isWipGatedVideoGridMetricMode as z };
507
+ export { type ActionThreshold as A, isWipGatedVideoGridMetricMode as B, type CurrentWorkspaceSKU as C, type DashboardKPIs as D, type EfficiencyLegendUpdate as E, RecentFlowSnapshotGrid as F, type KpiTrend as K, type LineSignal as L, type MonthlyTrendSummary as M, type PoorPerformingWorkspace as P, type RecentFlowSnapshotGridProps as R, type SkuBreakdownItem as S, type VideoGridMetricMode as V, type WorkspaceMetrics as W, type LineInfo as a, type WorkspaceDetailedMetrics as b, type SkuSegmentItem as c, type LineSkuBreakdownItem as d, type WorkspaceVideoStream as e, type Workspace as f, type WorkspaceCameraIpInfo as g, type WorkspaceLightConfigInfo as h, type WorkspaceActionUpdate as i, type ShiftConfiguration as j, type KpiSignal as k, type LineIssueResolutionSummary as l, type LineDetailedMetrics as m, type VideoGridStatusBadge as n, type LineSignalSource as o, type KpiSignalSource as p, type KpiSignalMode as q, type ValueDelta as r, type PercentageDelta as s, type CountDelta as t, type DurationDelta as u, type WorkspaceCropRect as v, type LineThreshold as w, type ShiftConfigurationRecord as x, normalizeVideoGridMetricMode as y, isRecentFlowVideoGridMetricMode as z };
@@ -400,6 +400,14 @@ interface WorkspaceCameraIpInfo {
400
400
  effective_camera_uuid: string | null;
401
401
  resolution_mode: 'direct' | 'redirect' | null;
402
402
  }
403
+ interface WorkspaceLightConfigInfo {
404
+ workspace_id: string;
405
+ workspace_key?: string | null;
406
+ line_id?: string | null;
407
+ display_name?: string | null;
408
+ bulb_ip: string | null;
409
+ has_light_config: boolean;
410
+ }
403
411
  interface ActionThreshold {
404
412
  line_id: string;
405
413
  shift_id: number;
@@ -496,4 +504,4 @@ interface RecentFlowSnapshotGridProps {
496
504
  }
497
505
  declare const RecentFlowSnapshotGrid: React__default.FC<RecentFlowSnapshotGridProps>;
498
506
 
499
- export { type ActionThreshold as A, RecentFlowSnapshotGrid as B, type CurrentWorkspaceSKU as C, type DashboardKPIs as D, type EfficiencyLegendUpdate as E, type KpiTrend as K, type LineSignal as L, type MonthlyTrendSummary as M, type PoorPerformingWorkspace as P, type RecentFlowSnapshotGridProps as R, type SkuBreakdownItem as S, type VideoGridMetricMode as V, type WorkspaceMetrics as W, type LineInfo as a, type WorkspaceDetailedMetrics as b, type SkuSegmentItem as c, type LineSkuBreakdownItem as d, type WorkspaceVideoStream as e, type Workspace as f, type WorkspaceCameraIpInfo as g, type WorkspaceActionUpdate as h, type ShiftConfiguration as i, type KpiSignal as j, type LineIssueResolutionSummary as k, type LineDetailedMetrics as l, type VideoGridStatusBadge as m, type LineSignalSource as n, type KpiSignalSource as o, type KpiSignalMode as p, type ValueDelta as q, type PercentageDelta as r, type CountDelta as s, type DurationDelta as t, type WorkspaceCropRect as u, type LineThreshold as v, type ShiftConfigurationRecord as w, normalizeVideoGridMetricMode as x, isRecentFlowVideoGridMetricMode as y, isWipGatedVideoGridMetricMode as z };
507
+ export { type ActionThreshold as A, isWipGatedVideoGridMetricMode as B, type CurrentWorkspaceSKU as C, type DashboardKPIs as D, type EfficiencyLegendUpdate as E, RecentFlowSnapshotGrid as F, type KpiTrend as K, type LineSignal as L, type MonthlyTrendSummary as M, type PoorPerformingWorkspace as P, type RecentFlowSnapshotGridProps as R, type SkuBreakdownItem as S, type VideoGridMetricMode as V, type WorkspaceMetrics as W, type LineInfo as a, type WorkspaceDetailedMetrics as b, type SkuSegmentItem as c, type LineSkuBreakdownItem as d, type WorkspaceVideoStream as e, type Workspace as f, type WorkspaceCameraIpInfo as g, type WorkspaceLightConfigInfo as h, type WorkspaceActionUpdate as i, type ShiftConfiguration as j, type KpiSignal as k, type LineIssueResolutionSummary as l, type LineDetailedMetrics as m, type VideoGridStatusBadge as n, type LineSignalSource as o, type KpiSignalSource as p, type KpiSignalMode as q, type ValueDelta as r, type PercentageDelta as s, type CountDelta as t, type DurationDelta as u, type WorkspaceCropRect as v, type LineThreshold as w, type ShiftConfigurationRecord as x, normalizeVideoGridMetricMode as y, isRecentFlowVideoGridMetricMode as z };
@@ -1,2 +1,2 @@
1
- export { B as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, W as WorkspaceMetrics, e as WorkspaceVideoStream } from './automation-B472r1h3.mjs';
1
+ export { F as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, W as WorkspaceMetrics, e as WorkspaceVideoStream } from './automation-Bxp-JzQB.mjs';
2
2
  import 'react';
@@ -1,2 +1,2 @@
1
- export { B as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, W as WorkspaceMetrics, e as WorkspaceVideoStream } from './automation-B472r1h3.js';
1
+ export { F as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, W as WorkspaceMetrics, e as WorkspaceVideoStream } from './automation-Bxp-JzQB.js';
2
2
  import 'react';
@@ -2554,3 +2554,5 @@ var RecentFlowSnapshotGrid = ({
2554
2554
  };
2555
2555
 
2556
2556
  exports.RecentFlowSnapshotGrid = RecentFlowSnapshotGrid;
2557
+ //# sourceMappingURL=automation.js.map
2558
+ //# sourceMappingURL=automation.js.map