@optifye/dashboard-core 6.12.15 → 6.12.16
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/automation.d.ts +1 -0
- package/automation.js +1 -0
- package/dist/automation-Hl2PFMb3.d.mts +444 -0
- package/dist/automation-Hl2PFMb3.d.ts +444 -0
- package/dist/automation.d.mts +2 -0
- package/dist/automation.d.ts +2 -0
- package/dist/automation.js +2312 -0
- package/dist/automation.mjs +2305 -0
- package/dist/index.d.mts +3 -422
- package/dist/index.d.ts +3 -422
- package/dist/index.js +251 -0
- package/dist/index.mjs +251 -1
- package/package.json +11 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { V as VideoGridMetricMode, W as WorkspaceMetrics, L as LineInfo, a as WorkspaceDetailedMetrics, S as SkuBreakdownItem, b as SkuSegmentItem, c as LineSkuBreakdownItem, E as EfficiencyLegendUpdate, D as DashboardKPIs, P as PoorPerformingWorkspace, d as WorkspaceVideoStream, K as KpiTrend, M as MonthlyTrendSummary, e as Workspace, f as WorkspaceCameraIpInfo, g as WorkspaceActionUpdate, A as ActionThreshold, h as ShiftConfiguration, i as LineIssueResolutionSummary } from './automation-Hl2PFMb3.js';
|
|
2
|
+
export { m as CountDelta, C as CurrentWorkspaceSKU, n as DurationDelta, j as LineDetailedMetrics, p as LineThreshold, l as PercentageDelta, u as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, q as ShiftConfigurationRecord, k as ValueDelta, o as WorkspaceCropRect, s as isRecentFlowVideoGridMetricMode, t as isWipGatedVideoGridMetricMode, r as normalizeVideoGridMetricMode } from './automation-Hl2PFMb3.js';
|
|
1
3
|
import * as _supabase_supabase_js from '@supabase/supabase-js';
|
|
2
4
|
import { SupabaseClient as SupabaseClient$1, Session, User, AuthError } from '@supabase/supabase-js';
|
|
3
5
|
import { LucideProps, Share2, Download } from 'lucide-react';
|
|
@@ -13,319 +15,6 @@ import * as SelectPrimitive from '@radix-ui/react-select';
|
|
|
13
15
|
import { NextApiRequest, NextApiResponse } from 'next';
|
|
14
16
|
import { ClassValue } from 'clsx';
|
|
15
17
|
|
|
16
|
-
type VideoGridMetricMode = 'efficiency' | 'recent_flow' | 'recent_flow_wip_gated';
|
|
17
|
-
declare const normalizeVideoGridMetricMode: (value: unknown, assemblyEnabled?: boolean) => VideoGridMetricMode;
|
|
18
|
-
declare const isRecentFlowVideoGridMetricMode: (value: unknown, assemblyEnabled?: boolean) => boolean;
|
|
19
|
-
declare const isWipGatedVideoGridMetricMode: (value: unknown, assemblyEnabled?: boolean) => boolean;
|
|
20
|
-
|
|
21
|
-
/** One row of per-SKU workspace metrics. Backend computes; frontend renders. */
|
|
22
|
-
interface SkuBreakdownItem {
|
|
23
|
-
/** UUID — `skus.id`. Stable identifier for selectors and threshold writes. */
|
|
24
|
-
sku_id: string;
|
|
25
|
-
/** Technical code — `skus.sku_id` (e.g. `IMT_BIG`). */
|
|
26
|
-
sku_code: string;
|
|
27
|
-
/** User-facing label — `skus.display_name`, falling back to `sku_code`. */
|
|
28
|
-
sku_display_name?: string | null;
|
|
29
|
-
sku_definition: string;
|
|
30
|
-
is_dummy: boolean;
|
|
31
|
-
total_output: number;
|
|
32
|
-
target_output: number;
|
|
33
|
-
avg_pph: number;
|
|
34
|
-
pph_threshold: number;
|
|
35
|
-
avg_cycle_time: number;
|
|
36
|
-
ideal_cycle_time: number;
|
|
37
|
-
efficiency: number;
|
|
38
|
-
/** Active minutes the SKU was present in this shift; used for ranking. */
|
|
39
|
-
active_minutes: number;
|
|
40
|
-
intervals: Array<{
|
|
41
|
-
start_time: string;
|
|
42
|
-
end_time: string | null;
|
|
43
|
-
}>;
|
|
44
|
-
}
|
|
45
|
-
/** Hourly-chart divider segment. Dummy excluded by backend. */
|
|
46
|
-
interface SkuSegmentItem {
|
|
47
|
-
sku_id: string;
|
|
48
|
-
sku_code: string;
|
|
49
|
-
sku_display_name?: string | null;
|
|
50
|
-
start_time: string;
|
|
51
|
-
end_time: string | null;
|
|
52
|
-
pph_threshold: number;
|
|
53
|
-
}
|
|
54
|
-
/** Per-SKU line-level breakdown (subset of workspace breakdown). */
|
|
55
|
-
interface LineSkuBreakdownItem {
|
|
56
|
-
sku_id: string;
|
|
57
|
-
sku_code: string;
|
|
58
|
-
sku_display_name?: string | null;
|
|
59
|
-
is_dummy: boolean;
|
|
60
|
-
current_output: number;
|
|
61
|
-
ideal_output: number;
|
|
62
|
-
avg_efficiency: number;
|
|
63
|
-
/**
|
|
64
|
-
* Raw per-SKU target from `line_thresholds` (or the dummy-SKU fallback
|
|
65
|
-
* via `update_line_metrics`'s LATERAL lookup when no per-SKU row exists).
|
|
66
|
-
*/
|
|
67
|
-
line_threshold: number | null;
|
|
68
|
-
/**
|
|
69
|
-
* Active-time-weighted projection per-SKU (line-scope lift of
|
|
70
|
-
* `pm.total_day_output_recalculated`, added by db migration v1_20).
|
|
71
|
-
* Semantics:
|
|
72
|
-
* * Active SKU mid-shift: projected full-day output if it continues.
|
|
73
|
-
* * Finalized SKU: raw_target × active_fraction (realized share).
|
|
74
|
-
* Per-SKU UIs should prefer this field for the displayed target so
|
|
75
|
-
* efficiency reflects real SKU activity rather than the shared line
|
|
76
|
-
* target. Null on rows written before v1_20 (not yet backfilled) and
|
|
77
|
-
* on Nahar rows (quality_metrics path doesn't populate it).
|
|
78
|
-
*/
|
|
79
|
-
line_threshold_recalculated?: number | null;
|
|
80
|
-
/** Summed real-SKU `performance_metrics.total_day_output_recalculated`. */
|
|
81
|
-
output_target_recalculated?: number | null;
|
|
82
|
-
total_workspaces?: number;
|
|
83
|
-
underperforming_workspaces?: number;
|
|
84
|
-
underperforming_workspace_names?: string[];
|
|
85
|
-
underperforming_workspace_uuids?: string[];
|
|
86
|
-
output_array?: number[];
|
|
87
|
-
output_hourly?: Record<string, any>;
|
|
88
|
-
idle_time_hourly?: Record<string, any>;
|
|
89
|
-
/**
|
|
90
|
-
* Poorest-performing workspaces for THIS SKU specifically (sorted by
|
|
91
|
-
* efficiency ascending, top 5). Excludes rows where the SKU had no
|
|
92
|
-
* activity. Backend builds this from `workspace_metrics_by_sku[sku_id]`.
|
|
93
|
-
* Absent on payloads from pre-Step-3 backends.
|
|
94
|
-
*/
|
|
95
|
-
poorest_performing_workspaces?: PoorPerformingWorkspace[];
|
|
96
|
-
}
|
|
97
|
-
/** Currently-active SKU on a workspace (sourced from sku_presence end_time IS NULL). */
|
|
98
|
-
interface CurrentWorkspaceSKU {
|
|
99
|
-
sku_uuid: string;
|
|
100
|
-
sku_code: string;
|
|
101
|
-
sku_display_name?: string | null;
|
|
102
|
-
sku_definition: string;
|
|
103
|
-
start_time: string;
|
|
104
|
-
is_dummy: boolean;
|
|
105
|
-
}
|
|
106
|
-
interface LineInfo {
|
|
107
|
-
line_id: string;
|
|
108
|
-
line_name: string;
|
|
109
|
-
company_id: string;
|
|
110
|
-
company_name: string;
|
|
111
|
-
factory_id: string;
|
|
112
|
-
factory_name: string;
|
|
113
|
-
shift_id: number;
|
|
114
|
-
date: string;
|
|
115
|
-
monitoring_mode?: 'output' | 'uptime';
|
|
116
|
-
assembly?: boolean | null;
|
|
117
|
-
recent_flow_window_minutes?: number;
|
|
118
|
-
metrics: LineDetailedMetrics;
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* Aggregated line metrics (legacy fields plus optional multi-SKU additions).
|
|
122
|
-
*
|
|
123
|
-
* The five SKU fields are populated only when `enable_sku_detection=true` AND
|
|
124
|
-
* at least one real SKU row exists (decision #12). When absent, consumers
|
|
125
|
-
* must fall back to the legacy aggregate fields.
|
|
126
|
-
*/
|
|
127
|
-
interface LineDetailedMetrics {
|
|
128
|
-
avg_efficiency: number;
|
|
129
|
-
avg_cycle_time: number;
|
|
130
|
-
current_output: number;
|
|
131
|
-
ideal_output: number;
|
|
132
|
-
total_workspaces: number;
|
|
133
|
-
underperforming_workspaces: number;
|
|
134
|
-
underperforming_workspace_names: string[];
|
|
135
|
-
underperforming_workspace_uuids: string[];
|
|
136
|
-
output_array: number[];
|
|
137
|
-
output_hourly?: Record<string, number[]>;
|
|
138
|
-
hourly_target_output?: Array<number | null> | null;
|
|
139
|
-
hourly_target_output_by_sku?: Record<string, Array<number | null> | null>;
|
|
140
|
-
line_threshold: number;
|
|
141
|
-
/** Summed real-SKU `performance_metrics.total_day_output_recalculated`. */
|
|
142
|
-
output_target_recalculated?: number | null;
|
|
143
|
-
threshold_pph?: number;
|
|
144
|
-
shift_start?: string;
|
|
145
|
-
shift_end?: string;
|
|
146
|
-
last_updated?: string;
|
|
147
|
-
poorest_performing_workspaces?: PoorPerformingWorkspace[];
|
|
148
|
-
avg_idle_time_seconds?: number;
|
|
149
|
-
idle_time_hourly?: Record<string, any> | null;
|
|
150
|
-
/** True iff `enable_sku_detection=true` AND `real_sku_count >= 1`. */
|
|
151
|
-
sku_aware?: boolean;
|
|
152
|
-
/** Distinct count of non-dummy SKU rows for this (line, date, shift). */
|
|
153
|
-
real_sku_count?: number;
|
|
154
|
-
/** Per-SKU breakdown for the Line Detail selector. Includes dummy with `is_dummy=true`. */
|
|
155
|
-
sku_breakdown?: LineSkuBreakdownItem[];
|
|
156
|
-
/** Hourly-chart divider segments (dummy excluded). */
|
|
157
|
-
sku_segments?: SkuSegmentItem[];
|
|
158
|
-
}
|
|
159
|
-
interface PoorPerformingWorkspace {
|
|
160
|
-
workspace_name: string;
|
|
161
|
-
efficiency: number;
|
|
162
|
-
action_count: number;
|
|
163
|
-
action_threshold: number;
|
|
164
|
-
}
|
|
165
|
-
interface WorkspaceMetrics {
|
|
166
|
-
company_id: string;
|
|
167
|
-
line_id: string;
|
|
168
|
-
shift_id: number;
|
|
169
|
-
date: string;
|
|
170
|
-
workspace_uuid: string | null;
|
|
171
|
-
workspace_name: string;
|
|
172
|
-
action_count: number;
|
|
173
|
-
pph: number;
|
|
174
|
-
pph_threshold?: number;
|
|
175
|
-
performance_score: 0 | 1 | 2;
|
|
176
|
-
avg_cycle_time: number;
|
|
177
|
-
ideal_cycle_time?: number;
|
|
178
|
-
trend: 0 | 1 | 2;
|
|
179
|
-
predicted_output: number;
|
|
180
|
-
efficiency: number;
|
|
181
|
-
action_threshold: number;
|
|
182
|
-
displayName?: string;
|
|
183
|
-
monitoring_mode?: 'output' | 'uptime';
|
|
184
|
-
idle_time?: number;
|
|
185
|
-
idle_time_hourly?: Record<string, any> | null;
|
|
186
|
-
shift_start?: string;
|
|
187
|
-
shift_end?: string;
|
|
188
|
-
assembly_enabled?: boolean;
|
|
189
|
-
video_grid_metric_mode?: VideoGridMetricMode;
|
|
190
|
-
action_type?: 'assembly' | 'output' | null;
|
|
191
|
-
action_family?: 'assembly' | 'output' | 'other' | null;
|
|
192
|
-
action_display_name?: string | null;
|
|
193
|
-
leaderboard_metric_kind?: 'efficiency' | 'recent_flow_shift_average';
|
|
194
|
-
leaderboard_value?: number | null;
|
|
195
|
-
avg_recent_flow?: number | null;
|
|
196
|
-
recent_flow_mode?: 'computed' | 'hold' | 'unavailable';
|
|
197
|
-
recent_flow_percent?: number | null;
|
|
198
|
-
recent_flow_actual_rate_pph?: number | null;
|
|
199
|
-
recent_flow_healthy_rate_pph?: number | null;
|
|
200
|
-
recent_flow_window_minutes?: number | null;
|
|
201
|
-
recent_flow_effective_end_at?: string | null;
|
|
202
|
-
recent_flow_computed_at?: string | null;
|
|
203
|
-
recent_flow_forced_zero_after_shift?: boolean | null;
|
|
204
|
-
scheduled_break_active?: boolean;
|
|
205
|
-
incoming_wip_current?: number | null;
|
|
206
|
-
incoming_wip_effective_at?: string | null;
|
|
207
|
-
incoming_wip_buffer_name?: string | null;
|
|
208
|
-
/**
|
|
209
|
-
* When present, controls whether the UI should show the exclamation indicator for this workstation.
|
|
210
|
-
* - Flow-configured lines: true only when a WIP alert is active for a buffer that outputs to this workstation.
|
|
211
|
-
* - Non-flow lines: true when efficiency is critically low (legacy behavior).
|
|
212
|
-
*/
|
|
213
|
-
show_exclamation?: boolean;
|
|
214
|
-
}
|
|
215
|
-
interface WorkspaceDetailedMetrics {
|
|
216
|
-
line_id: string;
|
|
217
|
-
line_name: string;
|
|
218
|
-
line_assembly_enabled?: boolean;
|
|
219
|
-
workspace_name: string;
|
|
220
|
-
workspace_display_name?: string | null;
|
|
221
|
-
workspace_id: string;
|
|
222
|
-
company_id: string;
|
|
223
|
-
company_name: string;
|
|
224
|
-
date: string;
|
|
225
|
-
shift_id: number;
|
|
226
|
-
action_name: string;
|
|
227
|
-
action_type?: 'assembly' | 'output' | null;
|
|
228
|
-
action_family?: 'assembly' | 'output' | 'other' | null;
|
|
229
|
-
action_display_name?: string | null;
|
|
230
|
-
monitoring_mode?: 'output' | 'uptime';
|
|
231
|
-
shift_start: string;
|
|
232
|
-
shift_end: string;
|
|
233
|
-
shift_type: string;
|
|
234
|
-
pph_threshold: number;
|
|
235
|
-
target_output: number;
|
|
236
|
-
avg_pph: number;
|
|
237
|
-
avg_cycle_time: number;
|
|
238
|
-
ideal_cycle_time: number;
|
|
239
|
-
avg_efficiency: number;
|
|
240
|
-
total_actions: number;
|
|
241
|
-
hourly_action_counts: number[];
|
|
242
|
-
hourly_target_output?: Array<number | null> | null;
|
|
243
|
-
hourly_cycle_times?: number[];
|
|
244
|
-
cycle_completion_clip_count?: number | null;
|
|
245
|
-
cycle_time_data_status?: 'available' | 'missing_clips' | null;
|
|
246
|
-
cycle_time_timezone?: string | null;
|
|
247
|
-
workspace_rank: number;
|
|
248
|
-
total_workspaces: number;
|
|
249
|
-
ideal_output_until_now: number;
|
|
250
|
-
output_difference: number;
|
|
251
|
-
idle_time?: number;
|
|
252
|
-
idle_time_hourly?: Record<string, string[]>;
|
|
253
|
-
compliance_efficiency?: number;
|
|
254
|
-
sop_check?: Record<string, number>;
|
|
255
|
-
/** True iff `enable_sku_detection=true` AND `real_sku_count >= 1`. */
|
|
256
|
-
sku_aware?: boolean;
|
|
257
|
-
/**
|
|
258
|
-
* True when only dummy rows exist for this workspace/shift. Default `true`
|
|
259
|
-
* for legacy lines so the SKU UI is hidden by default. Backend authoritative.
|
|
260
|
-
*/
|
|
261
|
-
is_dummy_only?: boolean;
|
|
262
|
-
/** Distinct count of non-dummy SKU rows for this (workspace, date, shift). */
|
|
263
|
-
real_sku_count?: number;
|
|
264
|
-
/** Per-SKU workspace breakdown ordered by `active_minutes desc, total_output desc`. */
|
|
265
|
-
sku_breakdown?: SkuBreakdownItem[];
|
|
266
|
-
/** Hourly-chart divider segments (dummy excluded). */
|
|
267
|
-
sku_segments?: SkuSegmentItem[];
|
|
268
|
-
}
|
|
269
|
-
interface DashboardKPIs {
|
|
270
|
-
underperformingWorkers: {
|
|
271
|
-
current: number;
|
|
272
|
-
total: number;
|
|
273
|
-
change: number;
|
|
274
|
-
};
|
|
275
|
-
efficiency: {
|
|
276
|
-
value: number;
|
|
277
|
-
change: number;
|
|
278
|
-
};
|
|
279
|
-
outputProgress: {
|
|
280
|
-
current: number;
|
|
281
|
-
target: number;
|
|
282
|
-
change: number;
|
|
283
|
-
idealOutput: number;
|
|
284
|
-
};
|
|
285
|
-
qualityCompliance: {
|
|
286
|
-
value: number;
|
|
287
|
-
change: number;
|
|
288
|
-
};
|
|
289
|
-
avgCycleTime: {
|
|
290
|
-
value: number;
|
|
291
|
-
change: number;
|
|
292
|
-
};
|
|
293
|
-
}
|
|
294
|
-
interface LineIssueResolutionSummary {
|
|
295
|
-
mean_resolution_seconds: number | null;
|
|
296
|
-
median_resolution_seconds: number | null;
|
|
297
|
-
resolved_issue_count: number;
|
|
298
|
-
open_issue_count: number;
|
|
299
|
-
oldest_open_issue_age_seconds: number | null;
|
|
300
|
-
total_issue_seconds: number;
|
|
301
|
-
}
|
|
302
|
-
interface ValueDelta {
|
|
303
|
-
current: number | null;
|
|
304
|
-
previous: number | null;
|
|
305
|
-
}
|
|
306
|
-
interface PercentageDelta extends ValueDelta {
|
|
307
|
-
delta_pp: number | null;
|
|
308
|
-
}
|
|
309
|
-
interface CountDelta extends ValueDelta {
|
|
310
|
-
delta_count: number | null;
|
|
311
|
-
}
|
|
312
|
-
interface DurationDelta extends ValueDelta {
|
|
313
|
-
delta_seconds: number | null;
|
|
314
|
-
}
|
|
315
|
-
interface KpiTrend {
|
|
316
|
-
efficiency: PercentageDelta;
|
|
317
|
-
outputProgress: PercentageDelta;
|
|
318
|
-
underperformingWorkers: CountDelta;
|
|
319
|
-
avgCycleTime: DurationDelta;
|
|
320
|
-
}
|
|
321
|
-
interface MonthlyTrendSummary {
|
|
322
|
-
avg_efficiency?: PercentageDelta;
|
|
323
|
-
avg_daily_output?: PercentageDelta;
|
|
324
|
-
avg_cycle_time?: DurationDelta;
|
|
325
|
-
avg_idle_time?: DurationDelta;
|
|
326
|
-
avg_daily_stoppages?: CountDelta;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
18
|
/**
|
|
330
19
|
* Represents the current operational shift information.
|
|
331
20
|
*/
|
|
@@ -1189,104 +878,6 @@ interface Action {
|
|
|
1189
878
|
is_family_default?: boolean | null;
|
|
1190
879
|
}
|
|
1191
880
|
|
|
1192
|
-
interface Workspace {
|
|
1193
|
-
id: string;
|
|
1194
|
-
line_id: string;
|
|
1195
|
-
workspace_id: string;
|
|
1196
|
-
action_id: string;
|
|
1197
|
-
action_type?: 'assembly' | 'output';
|
|
1198
|
-
action_display_name?: string | null;
|
|
1199
|
-
action_pph_threshold: number | null;
|
|
1200
|
-
action_cycle_time: number | null;
|
|
1201
|
-
action_total_day_output: number | null;
|
|
1202
|
-
enable: boolean;
|
|
1203
|
-
}
|
|
1204
|
-
interface WorkspaceCropRect {
|
|
1205
|
-
x: number;
|
|
1206
|
-
y: number;
|
|
1207
|
-
width: number;
|
|
1208
|
-
height: number;
|
|
1209
|
-
}
|
|
1210
|
-
interface WorkspaceVideoStream {
|
|
1211
|
-
workspace_id: string;
|
|
1212
|
-
camera_uuid: string;
|
|
1213
|
-
stream_camera_uuid: string;
|
|
1214
|
-
hls_url: string;
|
|
1215
|
-
crop?: WorkspaceCropRect | null;
|
|
1216
|
-
}
|
|
1217
|
-
interface WorkspaceCameraIpInfo {
|
|
1218
|
-
workspace_id: string;
|
|
1219
|
-
camera_ip: string | null;
|
|
1220
|
-
source_camera_uuid: string | null;
|
|
1221
|
-
effective_camera_uuid: string | null;
|
|
1222
|
-
resolution_mode: 'direct' | 'redirect' | null;
|
|
1223
|
-
}
|
|
1224
|
-
interface ActionThreshold {
|
|
1225
|
-
line_id: string;
|
|
1226
|
-
shift_id: number;
|
|
1227
|
-
action_id: string;
|
|
1228
|
-
workspace_id: string;
|
|
1229
|
-
date: string;
|
|
1230
|
-
pph_threshold: number;
|
|
1231
|
-
ideal_cycle_time: number;
|
|
1232
|
-
total_day_output: number;
|
|
1233
|
-
action_name: string | null;
|
|
1234
|
-
action_family?: 'assembly' | 'output' | 'other' | null;
|
|
1235
|
-
display_name?: string | null;
|
|
1236
|
-
updated_by: string;
|
|
1237
|
-
sku_id?: string;
|
|
1238
|
-
created_at?: string;
|
|
1239
|
-
last_updated?: string;
|
|
1240
|
-
}
|
|
1241
|
-
interface WorkspaceActionUpdate {
|
|
1242
|
-
id: string;
|
|
1243
|
-
action_id: string;
|
|
1244
|
-
}
|
|
1245
|
-
interface LineThreshold {
|
|
1246
|
-
factory_id: string;
|
|
1247
|
-
line_id: string;
|
|
1248
|
-
date: string;
|
|
1249
|
-
shift_id: number;
|
|
1250
|
-
product_code: string;
|
|
1251
|
-
threshold_day_output: number;
|
|
1252
|
-
threshold_pph: number;
|
|
1253
|
-
sku_id?: string;
|
|
1254
|
-
}
|
|
1255
|
-
interface ShiftConfiguration {
|
|
1256
|
-
id?: string;
|
|
1257
|
-
lineId: string;
|
|
1258
|
-
dayShift: {
|
|
1259
|
-
startTime: string;
|
|
1260
|
-
endTime: string;
|
|
1261
|
-
breaks: {
|
|
1262
|
-
startTime: string;
|
|
1263
|
-
endTime: string;
|
|
1264
|
-
duration: number;
|
|
1265
|
-
}[];
|
|
1266
|
-
};
|
|
1267
|
-
nightShift: {
|
|
1268
|
-
startTime: string;
|
|
1269
|
-
endTime: string;
|
|
1270
|
-
breaks: {
|
|
1271
|
-
startTime: string;
|
|
1272
|
-
endTime: string;
|
|
1273
|
-
duration: number;
|
|
1274
|
-
}[];
|
|
1275
|
-
};
|
|
1276
|
-
date: string;
|
|
1277
|
-
updatedBy: string;
|
|
1278
|
-
}
|
|
1279
|
-
interface ShiftConfigurationRecord {
|
|
1280
|
-
id: string;
|
|
1281
|
-
line_id: string;
|
|
1282
|
-
day_shift: object;
|
|
1283
|
-
night_shift: object;
|
|
1284
|
-
date: string;
|
|
1285
|
-
updated_by: string;
|
|
1286
|
-
created_at: string;
|
|
1287
|
-
last_updated: string;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
881
|
/**
|
|
1291
882
|
* @deprecated Use DateDisplay from @optifye/dashboard-core instead
|
|
1292
883
|
*/
|
|
@@ -3152,16 +2743,6 @@ declare const useLeaderboardMetrics: (date?: string, shiftId?: number, limit?: n
|
|
|
3152
2743
|
refetch: () => Promise<void>;
|
|
3153
2744
|
};
|
|
3154
2745
|
|
|
3155
|
-
interface EfficiencyLegendUpdate {
|
|
3156
|
-
green_min: number;
|
|
3157
|
-
green_max: number;
|
|
3158
|
-
yellow_min: number;
|
|
3159
|
-
yellow_max: number;
|
|
3160
|
-
red_min: number;
|
|
3161
|
-
red_max: number;
|
|
3162
|
-
critical_threshold: number;
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
2746
|
/**
|
|
3166
2747
|
* Props for the {@link useDashboardMetrics} hook.
|
|
3167
2748
|
*/
|
|
@@ -10825,4 +10406,4 @@ interface ThreadSidebarProps {
|
|
|
10825
10406
|
}
|
|
10826
10407
|
declare const ThreadSidebar: React__default.FC<ThreadSidebarProps>;
|
|
10827
10408
|
|
|
10828
|
-
export { ACTION_FAMILIES, ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type AccessScope$1 as AccessScope, type Action, type ActionFamily, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AppRoleLevel, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthStatus, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, AvatarUpload, type AvatarUploadProps, type AwardBadgeType, type AwardNotificationRecord, type AwardNotificationType, type AwardRecord, type AwardType, AxelNotificationPopup, type AxelNotificationPopupProps, AxelOrb, type AxelOrbProps, type AxelSuggestion, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, BottleneckClipsModal, type BottleneckClipsModalProps, type BottleneckClipsNavigationParams, BottleneckClipsView, type BottleneckClipsViewProps, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, type CalendarShiftData, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChangeRoleDialog, type ChangeRoleDialogProps, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, ClipsCostView, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, ConfirmRemoveUserDialog, type ConfirmRemoveUserDialogProps, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CountDelta, type CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, type CurrentWorkspaceSKU, CycleTimeChart, type CycleTimeChartProps, CycleTimeOverTimeChart, type CycleTimeOverTimeChartProps, DEFAULT_ANALYTICS_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_CONFIG, DEFAULT_DATABASE_CONFIG, DEFAULT_DATE_TIME_CONFIG, DEFAULT_ENDPOINTS_CONFIG, DEFAULT_ENTITY_CONFIG, DEFAULT_HOME_VIEW_CONFIG, DEFAULT_MAP_VIEW_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_SHIFT_DATA, DEFAULT_THEME_CONFIG, DEFAULT_VIDEO_CONFIG, DEFAULT_WORKSPACE_CONFIG, DEFAULT_WORKSPACE_POSITIONS, type DashboardConfig, DashboardHeader, type DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DashboardSurface, type DatabaseConfig, DateDisplay, type DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DummyAware, type DurationDelta, type DynamicLineShiftConfig, EFFICIENCY_ON_TRACK_THRESHOLD, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type Factory, FactoryAssignmentDropdown, type FactoryAssignmentDropdownProps, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, FittingTitle, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, HealthDateShiftSelector, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoricWorkspaceMetrics, type HistoryCalendarProps, HlsVideoPlayer, type HlsVideoPlayerProps, type HlsVideoPlayerRef, HomeView, type HomeViewConfig, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, HourlyUptimeChart, type HourlyUptimeChartProps, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeClipMetadata, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, IdleTimeVlmConfigProvider, ImprovementCenterView, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, InvitationsTable, InviteUserDialog, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, type KpiAreaNode, type KpiFactoryNode, type KpiLineHierarchy, type KpiTrend, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, LineAssignmentDropdown, type LineAssignmentDropdownProps, LineChart, type LineChartDataItem, type LineChartProps, type LineDetailedMetrics, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineIssueResolutionSummary, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, type LineSkuBreakdownItem, type LineSnapshot, type LineSupervisor, type LineThreshold, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, type MonthlyTrendSummary, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, type PercentageDelta, PieChart, type PieChartProps, PlantHeadView, PlayPauseIndicator, type PlayPauseIndicatorProps, type PoorPerformingWorkspace, PrefetchConfigurationError, PrefetchError, PrefetchEvents, type PrefetchKey, type PrefetchManagerConfig, type PrefetchManagerStats, type PrefetchOptions, type PrefetchParams$1 as PrefetchParams, type PrefetchRequest, type PrefetchResult, PrefetchStatus$1 as PrefetchStatus, type PrefetchStatusResult, type PrefetchSubscriptionCallbacks, PrefetchTimeoutError, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, ROOT_DASHBOARD_EVENT_NAMES, type RateLimitOptions, type RateLimitResult, type RealtimeLineMetricsProps, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, type RoleAssignmentKind, RoleBadge, type RoleMetadata, type RoutePath, type S3ClipsAPIParams, S3ClipsSupabaseService as S3ClipsService, type S3Config, type S3ListObjectsParams, S3Service, type S3ServiceConfig, SENTRY_HANDLED_EVENT_SESSION_LIMIT, SENTRY_HANDLED_EVENT_WINDOW_MS, SENTRY_QUOTA_STORAGE_KEY, type SKU, type SKUConfig, SKUManagementView, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SentryCaptureOptions, type SentryCaptureSeverity, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData, type ShiftDefinition, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftLineGroup, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, SignupWithInvitation, type SignupWithInvitationProps, SilentErrorBoundary, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type SkuBreakdownItem, type SkuSegmentItem, type StatusChangeCallback$1 as StatusChangeCallback, type StorageService, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, type SupervisorDetail, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorLine, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TopPerformerRecord, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserNameInput, type UpdateUserProfileInput, type UpdateUserRoleInput, type UptimeDetails, UptimeDonutChart, type UptimeDonutChartProps, UptimeLineChart, type UptimeLineChartProps, UptimeMetricCards, type UptimeMetricCardsProps, type UptimeStatus$1 as UptimeStatus, type UsageBreakdown, type UseActiveBreaksResult, type UseAllWorkspaceMetricsOptions, type UseClipTypesResult, type UseCompanyUsersUsageOptions, type UseCompanyUsersUsageReturn, type UseDashboardMetricsProps, type UseDynamicShiftConfigResult, type UseFormatNumberResult, type UseIdleTimeReasonsProps, type UseIdleTimeReasonsResult, type UseLineShiftConfigResult, type UseLineWorkspaceMetricsOptions, type UseMessagesResult, type UseMultiLineShiftConfigsResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseSupervisorsByLineIdsResult, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseUserUsageOptions, type UseUserUsageReturn, type UseWorkspaceHealthByIdOptions, type UseWorkspaceHealthStatusReturn, type UseWorkspaceOperatorsOptions, type UseWorkspaceUptimeTimelineOptions, type UseWorkspaceUptimeTimelineResult, UserAvatar, type UserAvatarProps, type UserInvitation, UserManagementService, UserManagementTable, type UserProfileConfig, type UserRole, type UserRoleLevel, UserService, type UserUsageDetail, UserUsageDetailModal, type UserUsageDetailModalProps, type UserUsageInfo, UserUsageStats, type UserUsageStatsProps, type UserUsageSummary, type ValueDelta, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, type VideoGridMetricMode, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WeeklyTopPerformerRecord, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, type WorkspaceCameraIpInfo, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, type WorkspaceCropRect, WorkspaceCycleTimeMetricCards, type WorkspaceCycleTimeMetricCardsProps, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, type WorkspaceDowntimeSegment, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceGridPosition, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, type WorkspaceHealthStatusData, _default as WorkspaceHealthView, type WorkspaceHealthWithStatus, WorkspaceHistoryCalendar, WorkspaceMetricCards, WorkspaceMetricCardsImpl, type WorkspaceMetricCardsProps, type WorkspaceMetrics, WorkspaceMonthlyDataFetcher, type WorkspaceMonthlyDataFetcherProps, WorkspaceMonthlyHistory, type WorkspaceMonthlyMetric, WorkspaceMonthlyPdfGenerator, type WorkspaceMonthlyPdfGeneratorProps, type WorkspaceNavigationParams, WorkspacePdfExportButton, type WorkspacePdfExportButtonProps, WorkspacePdfGenerator, type WorkspacePdfGeneratorProps, type WorkspacePosition, type WorkspaceQualityData, type WorkspaceUptimeTimeline, type WorkspaceUptimeTimelinePoint, type WorkspaceUrlMapping, type WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, addSentryBreadcrumb, aggregateKPIsFromLineMetricsRows, alertsService, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildKpiLineHierarchy, buildLineSkuBreakdown, buildShiftGroupsKey, canRoleAccessDashboardPath, canRoleAccessTeamManagement, canRoleAssignFactories, canRoleAssignLines, canRoleChangeRole, canRoleInviteRole, canRoleManageCompany, canRoleManageTargets, canRoleManageUsers, canRoleRemoveUser, canRoleViewClipsCost, canRoleViewUsageStats, captureHandledFrontendException, captureSentryException, captureSentryMessage, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, combineLineMetricsRows, countRealSkus, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, fetchLineDummySkuId, fetchLineSkuCatalog, filterDataByDateKeyRange, filterRealSkuBreakdown, forceRefreshWorkspaceDisplayNames, formatAwardMonth, formatDateInZone, formatDateKeyForDisplay, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatRangeLabel, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getActionDisplayName, getActiveShift, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAssignableRoles, getAssignmentColumnLabel, getAvailableShiftIds, getAwardBadgeType, getAwardDescription, getAwardTitle, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getCurrentWeekFullRange, getCurrentWeekToDateRange, getDashboardHeaderTimeInZone, getDateKeyFromDate, getDateKeyFromValue, getDayDateKey, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getMonthlyTrendComparisonLabel, getNextUpdateInterval, getOperationalDate, getRoleAssignmentKind, getRoleDescription, getRoleLabel, getRoleMetadata, getRoleNavPaths, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShiftWorkDurationSeconds, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getVisibleRolesForCurrentUser, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isEfficiencyOnTrack, isFactoryScopedRole, isFullMonthRange, isIgnorableFrontendError, isLegacyConfiguration, isLoopbackHostname, isPrefetchError, isRealSku, isRecentFlowVideoGridMetricMode, isSafari, isSupervisorRole, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWipGatedVideoGridMetricMode, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, lineLeaderboardService, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeActionFamily, normalizeDateKeyRange, normalizeDateKeyRangeUnbounded, normalizeRoleLevel, normalizeVideoGridMetricMode, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, pickPreferredLineMetricsRow, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSentryQuotaForTests, resetSubscriptionManager, resolveDefaultSkuId, resolveLiveSkuId, s3VideoPreloader, selectPreferredLineMetricsRow, setSentryUserContext, setSentryWorkspaceContext, shouldEnableLocalDevTestLogin, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useClipsInit, useCompanyClipsCost, useCompanyFastSlowClipFiltersEnabled, useCompanyHasVlmEnabledLine, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHideMobileHeader, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeClipClassifications, useIdleTimeReasons, useIdleTimeVlmConfig, useKpiTrends, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMobileMenu, useMonthlyTrend, useMultiLineShiftConfigs, useNavigation, useOperationalShiftKey, useOptionalSupabase, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShiftGroups, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthLastSeen, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|
|
10409
|
+
export { ACTION_FAMILIES, ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type AccessScope$1 as AccessScope, type Action, type ActionFamily, type ActionName, type ActionService, ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AppRoleLevel, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthStatus, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, AvatarUpload, type AvatarUploadProps, type AwardBadgeType, type AwardNotificationRecord, type AwardNotificationType, type AwardRecord, type AwardType, AxelNotificationPopup, type AxelNotificationPopupProps, AxelOrb, type AxelOrbProps, type AxelSuggestion, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, BottleneckClipsModal, type BottleneckClipsModalProps, type BottleneckClipsNavigationParams, BottleneckClipsView, type BottleneckClipsViewProps, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, type CalendarShiftData, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChangeRoleDialog, type ChangeRoleDialogProps, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, ClipsCostView, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, ConfirmRemoveUserDialog, type ConfirmRemoveUserDialogProps, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, CycleTimeOverTimeChart, type CycleTimeOverTimeChartProps, DEFAULT_ANALYTICS_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_CONFIG, DEFAULT_DATABASE_CONFIG, DEFAULT_DATE_TIME_CONFIG, DEFAULT_ENDPOINTS_CONFIG, DEFAULT_ENTITY_CONFIG, DEFAULT_HOME_VIEW_CONFIG, DEFAULT_MAP_VIEW_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_SHIFT_DATA, DEFAULT_THEME_CONFIG, DEFAULT_VIDEO_CONFIG, DEFAULT_WORKSPACE_CONFIG, DEFAULT_WORKSPACE_POSITIONS, type DashboardConfig, DashboardHeader, DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DashboardSurface, type DatabaseConfig, DateDisplay, type DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DummyAware, type DynamicLineShiftConfig, EFFICIENCY_ON_TRACK_THRESHOLD, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type Factory, FactoryAssignmentDropdown, type FactoryAssignmentDropdownProps, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, FittingTitle, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, HealthDateShiftSelector, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoricWorkspaceMetrics, type HistoryCalendarProps, HlsVideoPlayer, type HlsVideoPlayerProps, type HlsVideoPlayerRef, HomeView, type HomeViewConfig, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, HourlyUptimeChart, type HourlyUptimeChartProps, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeClipMetadata, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, IdleTimeVlmConfigProvider, ImprovementCenterView, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, InvitationsTable, InviteUserDialog, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, type KpiAreaNode, type KpiFactoryNode, type KpiLineHierarchy, KpiTrend, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, LineAssignmentDropdown, type LineAssignmentDropdownProps, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, LineInfo, LineIssueResolutionSummary, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, LineSkuBreakdownItem, type LineSnapshot, type LineSupervisor, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, MonthlyTrendSummary, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, PieChart, type PieChartProps, PlantHeadView, PlayPauseIndicator, type PlayPauseIndicatorProps, PoorPerformingWorkspace, PrefetchConfigurationError, PrefetchError, PrefetchEvents, type PrefetchKey, type PrefetchManagerConfig, type PrefetchManagerStats, type PrefetchOptions, type PrefetchParams$1 as PrefetchParams, type PrefetchRequest, type PrefetchResult, PrefetchStatus$1 as PrefetchStatus, type PrefetchStatusResult, type PrefetchSubscriptionCallbacks, PrefetchTimeoutError, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, ROOT_DASHBOARD_EVENT_NAMES, type RateLimitOptions, type RateLimitResult, type RealtimeLineMetricsProps, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, type RoleAssignmentKind, RoleBadge, type RoleMetadata, type RoutePath, type S3ClipsAPIParams, S3ClipsSupabaseService as S3ClipsService, type S3Config, type S3ListObjectsParams, S3Service, type S3ServiceConfig, SENTRY_HANDLED_EVENT_SESSION_LIMIT, SENTRY_HANDLED_EVENT_WINDOW_MS, SENTRY_QUOTA_STORAGE_KEY, type SKU, type SKUConfig, SKUManagementView, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SentryCaptureOptions, type SentryCaptureSeverity, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, ShiftConfiguration, type ShiftData, type ShiftDefinition, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftLineGroup, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, SignupWithInvitation, type SignupWithInvitationProps, SilentErrorBoundary, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, SkuBreakdownItem, SkuSegmentItem, type StatusChangeCallback$1 as StatusChangeCallback, type StorageService, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, type SupervisorDetail, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorLine, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TopPerformerRecord, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserNameInput, type UpdateUserProfileInput, type UpdateUserRoleInput, type UptimeDetails, UptimeDonutChart, type UptimeDonutChartProps, UptimeLineChart, type UptimeLineChartProps, UptimeMetricCards, type UptimeMetricCardsProps, type UptimeStatus$1 as UptimeStatus, type UsageBreakdown, type UseActiveBreaksResult, type UseAllWorkspaceMetricsOptions, type UseClipTypesResult, type UseCompanyUsersUsageOptions, type UseCompanyUsersUsageReturn, type UseDashboardMetricsProps, type UseDynamicShiftConfigResult, type UseFormatNumberResult, type UseIdleTimeReasonsProps, type UseIdleTimeReasonsResult, type UseLineShiftConfigResult, type UseLineWorkspaceMetricsOptions, type UseMessagesResult, type UseMultiLineShiftConfigsResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseSupervisorsByLineIdsResult, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseUserUsageOptions, type UseUserUsageReturn, type UseWorkspaceHealthByIdOptions, type UseWorkspaceHealthStatusReturn, type UseWorkspaceOperatorsOptions, type UseWorkspaceUptimeTimelineOptions, type UseWorkspaceUptimeTimelineResult, UserAvatar, type UserAvatarProps, type UserInvitation, UserManagementService, UserManagementTable, type UserProfileConfig, type UserRole, type UserRoleLevel, UserService, type UserUsageDetail, UserUsageDetailModal, type UserUsageDetailModalProps, type UserUsageInfo, UserUsageStats, type UserUsageStatsProps, type UserUsageSummary, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, VideoGridMetricMode, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WeeklyTopPerformerRecord, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, Workspace, WorkspaceActionUpdate, WorkspaceCameraIpInfo, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, WorkspaceCycleTimeMetricCards, type WorkspaceCycleTimeMetricCardsProps, WrappedComponent as WorkspaceDetailView, WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, type WorkspaceDowntimeSegment, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceGridPosition, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, type WorkspaceHealthStatusData, _default as WorkspaceHealthView, type WorkspaceHealthWithStatus, WorkspaceHistoryCalendar, WorkspaceMetricCards, WorkspaceMetricCardsImpl, type WorkspaceMetricCardsProps, WorkspaceMetrics, WorkspaceMonthlyDataFetcher, type WorkspaceMonthlyDataFetcherProps, WorkspaceMonthlyHistory, type WorkspaceMonthlyMetric, WorkspaceMonthlyPdfGenerator, type WorkspaceMonthlyPdfGeneratorProps, type WorkspaceNavigationParams, WorkspacePdfExportButton, type WorkspacePdfExportButtonProps, WorkspacePdfGenerator, type WorkspacePdfGeneratorProps, type WorkspacePosition, type WorkspaceQualityData, type WorkspaceUptimeTimeline, type WorkspaceUptimeTimelinePoint, type WorkspaceUrlMapping, WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, addSentryBreadcrumb, aggregateKPIsFromLineMetricsRows, alertsService, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildKpiLineHierarchy, buildLineSkuBreakdown, buildShiftGroupsKey, canRoleAccessDashboardPath, canRoleAccessTeamManagement, canRoleAssignFactories, canRoleAssignLines, canRoleChangeRole, canRoleInviteRole, canRoleManageCompany, canRoleManageTargets, canRoleManageUsers, canRoleRemoveUser, canRoleViewClipsCost, canRoleViewUsageStats, captureHandledFrontendException, captureSentryException, captureSentryMessage, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, combineLineMetricsRows, countRealSkus, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, fetchLineDummySkuId, fetchLineSkuCatalog, filterDataByDateKeyRange, filterRealSkuBreakdown, forceRefreshWorkspaceDisplayNames, formatAwardMonth, formatDateInZone, formatDateKeyForDisplay, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatRangeLabel, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getActionDisplayName, getActiveShift, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAssignableRoles, getAssignmentColumnLabel, getAvailableShiftIds, getAwardBadgeType, getAwardDescription, getAwardTitle, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getCurrentWeekFullRange, getCurrentWeekToDateRange, getDashboardHeaderTimeInZone, getDateKeyFromDate, getDateKeyFromValue, getDayDateKey, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getMonthlyTrendComparisonLabel, getNextUpdateInterval, getOperationalDate, getRoleAssignmentKind, getRoleDescription, getRoleLabel, getRoleMetadata, getRoleNavPaths, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShiftWorkDurationSeconds, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getVisibleRolesForCurrentUser, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isEfficiencyOnTrack, isFactoryScopedRole, isFullMonthRange, isIgnorableFrontendError, isLegacyConfiguration, isLoopbackHostname, isPrefetchError, isRealSku, isSafari, isSupervisorRole, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, lineLeaderboardService, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeActionFamily, normalizeDateKeyRange, normalizeDateKeyRangeUnbounded, normalizeRoleLevel, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, pickPreferredLineMetricsRow, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSentryQuotaForTests, resetSubscriptionManager, resolveDefaultSkuId, resolveLiveSkuId, s3VideoPreloader, selectPreferredLineMetricsRow, setSentryUserContext, setSentryWorkspaceContext, shouldEnableLocalDevTestLogin, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useClipsInit, useCompanyClipsCost, useCompanyFastSlowClipFiltersEnabled, useCompanyHasVlmEnabledLine, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHideMobileHeader, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeClipClassifications, useIdleTimeReasons, useIdleTimeVlmConfig, useKpiTrends, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMobileMenu, useMonthlyTrend, useMultiLineShiftConfigs, useNavigation, useOperationalShiftKey, useOptionalSupabase, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShiftGroups, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthLastSeen, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|