@elevasis/ui 2.28.0 → 2.28.1
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/api/index.js +2 -2
- package/dist/app/index.d.ts +6 -12
- package/dist/app/index.js +4 -4
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-YO2YORW4.js → chunk-3HCTCMAS.js} +3 -3
- package/dist/{chunk-LWKZ3BCC.js → chunk-5R27NFOI.js} +4 -4
- package/dist/{chunk-JPGX3533.js → chunk-AYSO5A3R.js} +2 -2
- package/dist/{chunk-ONFKASZI.js → chunk-CT5IR4ZA.js} +1 -1
- package/dist/{chunk-RIFTUOPE.js → chunk-GJXAAYZ3.js} +1 -1
- package/dist/{chunk-OGXKOMUT.js → chunk-HNN3QALL.js} +2 -2
- package/dist/{chunk-KEFWANZY.js → chunk-JCGD4GM6.js} +5 -1
- package/dist/chunk-JS7VBTC4.js +250 -0
- package/dist/{chunk-G66QFZXD.js → chunk-K4Q5QUHZ.js} +15 -9
- package/dist/{chunk-UPMX5GJI.js → chunk-M6OJ43NL.js} +32 -5
- package/dist/{chunk-WUVR4QY6.js → chunk-MCRKFDKB.js} +4 -4
- package/dist/{chunk-ZFLM2YVW.js → chunk-MJMFIWEB.js} +1 -1
- package/dist/{chunk-G26INIF3.js → chunk-MZCDRBSI.js} +1 -1
- package/dist/{chunk-YHBPR67D.js → chunk-N63RKL3L.js} +4 -4
- package/dist/{chunk-W2ZTLH7Y.js → chunk-NU5FNTOB.js} +29 -21
- package/dist/{chunk-OHXU5WWK.js → chunk-PBNIW7KV.js} +12 -6
- package/dist/{chunk-QD4X4H5A.js → chunk-SRNIHB7Y.js} +1 -1
- package/dist/{chunk-XZSEPJZQ.js → chunk-TVJROM2V.js} +5 -5
- package/dist/{chunk-JKBGDFX2.js → chunk-UOHOKDKL.js} +378 -254
- package/dist/{chunk-UY5I2KOZ.js → chunk-YNYGUVGW.js} +8 -8
- package/dist/{chunk-SGS4CQ2B.js → chunk-ZPXV5KI3.js} +1 -1
- package/dist/components/index.d.ts +16 -14
- package/dist/components/index.js +25 -25
- package/dist/features/auth/index.d.ts +6 -12
- package/dist/features/auth/index.js +1 -0
- package/dist/features/crm/index.d.ts +16 -14
- package/dist/features/crm/index.js +9 -9
- package/dist/features/dashboard/index.d.ts +16 -3
- package/dist/features/dashboard/index.js +10 -10
- package/dist/features/delivery/index.d.ts +6 -12
- package/dist/features/delivery/index.js +9 -9
- package/dist/features/knowledge/index.js +20 -12
- package/dist/features/lead-gen/index.d.ts +171 -24
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.js +11 -11
- package/dist/features/monitoring/requests/index.js +8 -8
- package/dist/features/operations/index.d.ts +16 -3
- package/dist/features/operations/index.js +15 -15
- package/dist/features/settings/index.d.ts +6 -12
- package/dist/features/settings/index.js +9 -9
- package/dist/hooks/delivery/index.d.ts +6 -12
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +110 -28
- package/dist/hooks/index.js +8 -8
- package/dist/hooks/published.d.ts +110 -28
- package/dist/hooks/published.js +8 -8
- package/dist/index.d.ts +148 -28
- package/dist/index.js +8 -8
- package/dist/initialization/index.d.ts +6 -12
- package/dist/knowledge/index.d.ts +43 -0
- package/dist/knowledge/index.js +49 -12
- package/dist/profile/index.d.ts +6 -12
- package/dist/provider/index.d.ts +44 -12
- package/dist/provider/index.js +6 -6
- package/dist/provider/published.d.ts +44 -12
- package/dist/provider/published.js +5 -5
- package/dist/supabase/index.d.ts +12 -24
- package/dist/test-utils/index.js +2 -2
- package/dist/typeform/index.d.ts +5 -1
- package/dist/typeform/index.js +52 -7
- package/dist/types/index.d.ts +7 -13
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-4KTLOK7K.js +0 -230
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChatHeader, ChatSidebar } from './chunk-ROSMICXG.js';
|
|
2
|
-
import { getOrganizationGraphLensConfig, useOrganizationGraphFilters, createOrganizationGraphFilters, buildOrganizationGraph, filterOrganizationGraph, getCommandViewVisibilityProjection, resolveOrganizationGraphPathTrace, getCommandViewOperationalOverview, getCommandViewSelectionOperationalSummary, buildCommandViewDrillDownSections, expandAroundGraph, getConnectedHiddenResourceIds, FilterPanel, OrganizationGraphDetailPanel, ExpandAroundPanel, CommandViewSidebarContent, getOrganizationGraphTraceNodeOptions, formatOrganizationGraphTraceNodeOptionLabel } from './chunk-
|
|
2
|
+
import { getOrganizationGraphLensConfig, useOrganizationGraphFilters, createOrganizationGraphFilters, buildOrganizationGraph, filterOrganizationGraph, getCommandViewVisibilityProjection, resolveOrganizationGraphPathTrace, getCommandViewOperationalOverview, getCommandViewSelectionOperationalSummary, buildCommandViewDrillDownSections, expandAroundGraph, getConnectedHiddenResourceIds, FilterPanel, OrganizationGraphDetailPanel, ExpandAroundPanel, CommandViewSidebarContent, getOrganizationGraphTraceNodeOptions, formatOrganizationGraphTraceNodeOptionLabel } from './chunk-PBNIW7KV.js';
|
|
3
3
|
import { SubshellLoader } from './chunk-JDNEWB5F.js';
|
|
4
|
-
import { resolveSemanticIconComponent } from './chunk-
|
|
4
|
+
import { resolveSemanticIconComponent } from './chunk-JCGD4GM6.js';
|
|
5
5
|
import { SubshellSidebarLoader } from './chunk-XQQEKWTL.js';
|
|
6
|
-
import { BaseNode, useGraphTheme, BaseEdge, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-
|
|
6
|
+
import { BaseNode, useGraphTheme, BaseEdge, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-K4Q5QUHZ.js';
|
|
7
7
|
import { FormFieldRenderer } from './chunk-3MEXPLWT.js';
|
|
8
|
-
import { ResourceHealthPanel } from './chunk-
|
|
8
|
+
import { ResourceHealthPanel } from './chunk-3HCTCMAS.js';
|
|
9
9
|
import { useCyberColors, CyberDonut } from './chunk-CW3UNAF2.js';
|
|
10
10
|
import { AppShellLoader } from './chunk-RYTEQBAO.js';
|
|
11
11
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
@@ -13,10 +13,10 @@ import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
|
13
13
|
import { CustomModal, ConfirmationModal } from './chunk-KVJ3LFH2.js';
|
|
14
14
|
import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
|
|
15
15
|
import { getResourceStatusColor, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-E4WQGJNS.js';
|
|
16
|
-
import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, collectResourceFilterFacets, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, COMMAND_VIEW_VISUALIZATION_MODES, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions, getCommandViewGraphPositions } from './chunk-
|
|
17
|
-
import { showApiErrorNotification, showSuccessNotification } from './chunk-
|
|
16
|
+
import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, collectResourceFilterFacets, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, COMMAND_VIEW_VISUALIZATION_MODES, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions, getCommandViewGraphPositions } from './chunk-N63RKL3L.js';
|
|
17
|
+
import { showApiErrorNotification, showSuccessNotification } from './chunk-MZCDRBSI.js';
|
|
18
18
|
import { useMergedExecution } from './chunk-3ZMAGTWF.js';
|
|
19
|
-
import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-
|
|
19
|
+
import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-GJXAAYZ3.js';
|
|
20
20
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
21
21
|
import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-V3HUIZJX.js';
|
|
22
22
|
import { SubshellContentContainer } from './chunk-TKAYX2SP.js';
|
|
@@ -24,7 +24,7 @@ import { NavigationButton } from './chunk-NYBEU5TE.js';
|
|
|
24
24
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
25
25
|
import { useAppearance } from './chunk-E565XMTQ.js';
|
|
26
26
|
import { topbarHeight } from './chunk-DT3QYZVU.js';
|
|
27
|
-
import { getErrorInfo, formatErrorMessage, getResourceIcon, formatRelativeTime, PAGE_SIZE_DEFAULT, debounce } from './chunk-
|
|
27
|
+
import { getErrorInfo, formatErrorMessage, getResourceIcon, formatRelativeTime, PAGE_SIZE_DEFAULT, debounce } from './chunk-SRNIHB7Y.js';
|
|
28
28
|
import { ResourceStatusColors, toWorkflowLogMessages } from './chunk-KRWALB24.js';
|
|
29
29
|
import { useInitialization } from './chunk-WKJ47GIW.js';
|
|
30
30
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { APIClientError } from './chunk-
|
|
1
|
+
import { APIClientError } from './chunk-SRNIHB7Y.js';
|
|
2
2
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
3
3
|
import { createContext, useContext, useMemo, useCallback } from 'react';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -505,7 +505,7 @@ type Database = {
|
|
|
505
505
|
name: string;
|
|
506
506
|
num_employees: number | null;
|
|
507
507
|
organization_id: string;
|
|
508
|
-
|
|
508
|
+
processing_state: Json;
|
|
509
509
|
qualification_rubric_key: string | null;
|
|
510
510
|
qualification_score: number | null;
|
|
511
511
|
qualification_signals: Json | null;
|
|
@@ -531,7 +531,7 @@ type Database = {
|
|
|
531
531
|
name: string;
|
|
532
532
|
num_employees?: number | null;
|
|
533
533
|
organization_id: string;
|
|
534
|
-
|
|
534
|
+
processing_state?: Json;
|
|
535
535
|
qualification_rubric_key?: string | null;
|
|
536
536
|
qualification_score?: number | null;
|
|
537
537
|
qualification_signals?: Json | null;
|
|
@@ -557,7 +557,7 @@ type Database = {
|
|
|
557
557
|
name?: string;
|
|
558
558
|
num_employees?: number | null;
|
|
559
559
|
organization_id?: string;
|
|
560
|
-
|
|
560
|
+
processing_state?: Json;
|
|
561
561
|
qualification_rubric_key?: string | null;
|
|
562
562
|
qualification_score?: number | null;
|
|
563
563
|
qualification_signals?: Json | null;
|
|
@@ -596,7 +596,7 @@ type Database = {
|
|
|
596
596
|
nurture: boolean;
|
|
597
597
|
opening_line: string | null;
|
|
598
598
|
organization_id: string;
|
|
599
|
-
|
|
599
|
+
processing_state: Json;
|
|
600
600
|
qualification_rubric_key: string | null;
|
|
601
601
|
qualification_score: number | null;
|
|
602
602
|
qualification_signals: Json | null;
|
|
@@ -624,7 +624,7 @@ type Database = {
|
|
|
624
624
|
nurture?: boolean;
|
|
625
625
|
opening_line?: string | null;
|
|
626
626
|
organization_id: string;
|
|
627
|
-
|
|
627
|
+
processing_state?: Json;
|
|
628
628
|
qualification_rubric_key?: string | null;
|
|
629
629
|
qualification_score?: number | null;
|
|
630
630
|
qualification_signals?: Json | null;
|
|
@@ -652,7 +652,7 @@ type Database = {
|
|
|
652
652
|
nurture?: boolean;
|
|
653
653
|
opening_line?: string | null;
|
|
654
654
|
organization_id?: string;
|
|
655
|
-
|
|
655
|
+
processing_state?: Json;
|
|
656
656
|
qualification_rubric_key?: string | null;
|
|
657
657
|
qualification_score?: number | null;
|
|
658
658
|
qualification_signals?: Json | null;
|
|
@@ -1048,7 +1048,6 @@ type Database = {
|
|
|
1048
1048
|
id: string;
|
|
1049
1049
|
list_id: string;
|
|
1050
1050
|
pipeline_key: string;
|
|
1051
|
-
processing_state: Json;
|
|
1052
1051
|
source_execution_id: string | null;
|
|
1053
1052
|
source_input_hash: string | null;
|
|
1054
1053
|
source_resource_id: string | null;
|
|
@@ -1063,7 +1062,6 @@ type Database = {
|
|
|
1063
1062
|
id?: string;
|
|
1064
1063
|
list_id: string;
|
|
1065
1064
|
pipeline_key?: string;
|
|
1066
|
-
processing_state?: Json;
|
|
1067
1065
|
source_execution_id?: string | null;
|
|
1068
1066
|
source_input_hash?: string | null;
|
|
1069
1067
|
source_resource_id?: string | null;
|
|
@@ -1078,7 +1076,6 @@ type Database = {
|
|
|
1078
1076
|
id?: string;
|
|
1079
1077
|
list_id?: string;
|
|
1080
1078
|
pipeline_key?: string;
|
|
1081
|
-
processing_state?: Json;
|
|
1082
1079
|
source_execution_id?: string | null;
|
|
1083
1080
|
source_input_hash?: string | null;
|
|
1084
1081
|
source_resource_id?: string | null;
|
|
@@ -1157,7 +1154,6 @@ type Database = {
|
|
|
1157
1154
|
id: string;
|
|
1158
1155
|
list_id: string;
|
|
1159
1156
|
pipeline_key: string;
|
|
1160
|
-
processing_state: Json;
|
|
1161
1157
|
source_execution_id: string | null;
|
|
1162
1158
|
source_input_hash: string | null;
|
|
1163
1159
|
source_resource_id: string | null;
|
|
@@ -1172,7 +1168,6 @@ type Database = {
|
|
|
1172
1168
|
id?: string;
|
|
1173
1169
|
list_id: string;
|
|
1174
1170
|
pipeline_key?: string;
|
|
1175
|
-
processing_state?: Json;
|
|
1176
1171
|
source_execution_id?: string | null;
|
|
1177
1172
|
source_input_hash?: string | null;
|
|
1178
1173
|
source_resource_id?: string | null;
|
|
@@ -1187,7 +1182,6 @@ type Database = {
|
|
|
1187
1182
|
id?: string;
|
|
1188
1183
|
list_id?: string;
|
|
1189
1184
|
pipeline_key?: string;
|
|
1190
|
-
processing_state?: Json;
|
|
1191
1185
|
source_execution_id?: string | null;
|
|
1192
1186
|
source_input_hash?: string | null;
|
|
1193
1187
|
source_resource_id?: string | null;
|
|
@@ -3468,7 +3462,15 @@ declare const DealDetailResponseSchema: z.ZodObject<{
|
|
|
3468
3462
|
title: z.ZodNullable<z.ZodString>;
|
|
3469
3463
|
headline: z.ZodNullable<z.ZodString>;
|
|
3470
3464
|
linkedin_url: z.ZodNullable<z.ZodString>;
|
|
3471
|
-
|
|
3465
|
+
processing_state: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3466
|
+
status: z.ZodEnum<{
|
|
3467
|
+
error: "error";
|
|
3468
|
+
success: "success";
|
|
3469
|
+
no_result: "no_result";
|
|
3470
|
+
skipped: "skipped";
|
|
3471
|
+
}>;
|
|
3472
|
+
data: z.ZodOptional<z.ZodUnknown>;
|
|
3473
|
+
}, z.core.$loose>>>;
|
|
3472
3474
|
enrichment_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3473
3475
|
company: z.ZodNullable<z.ZodObject<{
|
|
3474
3476
|
id: z.ZodString;
|
|
@@ -3524,7 +3526,7 @@ interface DealContact {
|
|
|
3524
3526
|
title: string | null;
|
|
3525
3527
|
headline: string | null;
|
|
3526
3528
|
linkedin_url: string | null;
|
|
3527
|
-
|
|
3529
|
+
processing_state: Record<string, unknown> | null;
|
|
3528
3530
|
enrichment_data: Record<string, unknown> | null;
|
|
3529
3531
|
company: {
|
|
3530
3532
|
id: string;
|
package/dist/components/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { useBreadcrumbs } from '../chunk-S66IQSSR.js';
|
|
2
2
|
import '../chunk-X2SUMO3P.js';
|
|
3
|
-
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-
|
|
4
|
-
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-
|
|
5
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-
|
|
3
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-MCRKFDKB.js';
|
|
4
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-UOHOKDKL.js';
|
|
5
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-YNYGUVGW.js';
|
|
6
6
|
import '../chunk-ROSMICXG.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-PBNIW7KV.js';
|
|
8
8
|
import '../chunk-ZTWA5H77.js';
|
|
9
9
|
import '../chunk-JDNEWB5F.js';
|
|
10
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-JCGD4GM6.js';
|
|
11
11
|
import '../chunk-XQQEKWTL.js';
|
|
12
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
12
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-K4Q5QUHZ.js';
|
|
13
13
|
import '../chunk-ECNNI3NT.js';
|
|
14
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-JS7VBTC4.js';
|
|
15
15
|
export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
|
|
16
|
-
import { NotificationList } from '../chunk-
|
|
17
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-
|
|
18
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
16
|
+
import { NotificationList } from '../chunk-5R27NFOI.js';
|
|
17
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-5R27NFOI.js';
|
|
18
|
+
export { ResourceHealthPanel } from '../chunk-3HCTCMAS.js';
|
|
19
19
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
20
|
-
import '../chunk-
|
|
20
|
+
import '../chunk-HNN3QALL.js';
|
|
21
21
|
import '../chunk-CW3UNAF2.js';
|
|
22
22
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-DWK2QIAK.js';
|
|
23
|
-
import { showAuthError } from '../chunk-
|
|
24
|
-
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-
|
|
23
|
+
import { showAuthError } from '../chunk-M6OJ43NL.js';
|
|
24
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-M6OJ43NL.js';
|
|
25
25
|
import { AppShellLoader } from '../chunk-RYTEQBAO.js';
|
|
26
|
-
import { setDealReferrer, compareDealsByPriority } from '../chunk-
|
|
27
|
-
export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-
|
|
26
|
+
import { setDealReferrer, compareDealsByPriority } from '../chunk-TVJROM2V.js';
|
|
27
|
+
export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-TVJROM2V.js';
|
|
28
28
|
import '../chunk-BZZCNLT6.js';
|
|
29
29
|
export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
|
|
30
30
|
import '../chunk-X4WBGKJQ.js';
|
|
@@ -37,27 +37,27 @@ import '../chunk-XBMCDGHA.js';
|
|
|
37
37
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
38
38
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-E4WQGJNS.js';
|
|
39
39
|
import '../chunk-7M2VOCYN.js';
|
|
40
|
-
import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-
|
|
40
|
+
import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-N63RKL3L.js';
|
|
41
41
|
import '../chunk-VKMNWHTL.js';
|
|
42
|
-
import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-
|
|
43
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
42
|
+
import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-MZCDRBSI.js';
|
|
43
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-MZCDRBSI.js';
|
|
44
44
|
import '../chunk-BRXELOHC.js';
|
|
45
45
|
import '../chunk-3ZMAGTWF.js';
|
|
46
46
|
import '../chunk-VMJVQAFZ.js';
|
|
47
|
-
import '../chunk-
|
|
47
|
+
import '../chunk-AYSO5A3R.js';
|
|
48
48
|
import '../chunk-LH4GPYDX.js';
|
|
49
49
|
import '../chunk-HLFFKKT3.js';
|
|
50
50
|
import '../chunk-WLOQ4IBG.js';
|
|
51
|
-
import '../chunk-
|
|
52
|
-
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-
|
|
53
|
-
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-
|
|
51
|
+
import '../chunk-MJMFIWEB.js';
|
|
52
|
+
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-GJXAAYZ3.js';
|
|
53
|
+
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-GJXAAYZ3.js';
|
|
54
54
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
55
|
-
import '../chunk-
|
|
55
|
+
import '../chunk-NU5FNTOB.js';
|
|
56
56
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
57
57
|
import '../chunk-V3HUIZJX.js';
|
|
58
58
|
import { SubshellContentContainer } from '../chunk-TKAYX2SP.js';
|
|
59
59
|
export { NavigationButton } from '../chunk-NYBEU5TE.js';
|
|
60
|
-
import '../chunk-
|
|
60
|
+
import '../chunk-ZPXV5KI3.js';
|
|
61
61
|
import '../chunk-2IFYDILW.js';
|
|
62
62
|
import { useRouterContext } from '../chunk-Q7DJKLEN.js';
|
|
63
63
|
export { RoleBadge } from '../chunk-GESXCQWY.js';
|
|
@@ -66,7 +66,7 @@ import { useAppearance } from '../chunk-E565XMTQ.js';
|
|
|
66
66
|
import '../chunk-KU7ZDWQ7.js';
|
|
67
67
|
import '../chunk-DT3QYZVU.js';
|
|
68
68
|
import '../chunk-RNP5R5I3.js';
|
|
69
|
-
import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-
|
|
69
|
+
import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-SRNIHB7Y.js';
|
|
70
70
|
import '../chunk-KRWALB24.js';
|
|
71
71
|
import '../chunk-WFTNY755.js';
|
|
72
72
|
import { useInitialization } from '../chunk-WKJ47GIW.js';
|
|
@@ -74,7 +74,7 @@ type Database = {
|
|
|
74
74
|
name: string;
|
|
75
75
|
num_employees: number | null;
|
|
76
76
|
organization_id: string;
|
|
77
|
-
|
|
77
|
+
processing_state: Json;
|
|
78
78
|
qualification_rubric_key: string | null;
|
|
79
79
|
qualification_score: number | null;
|
|
80
80
|
qualification_signals: Json | null;
|
|
@@ -100,7 +100,7 @@ type Database = {
|
|
|
100
100
|
name: string;
|
|
101
101
|
num_employees?: number | null;
|
|
102
102
|
organization_id: string;
|
|
103
|
-
|
|
103
|
+
processing_state?: Json;
|
|
104
104
|
qualification_rubric_key?: string | null;
|
|
105
105
|
qualification_score?: number | null;
|
|
106
106
|
qualification_signals?: Json | null;
|
|
@@ -126,7 +126,7 @@ type Database = {
|
|
|
126
126
|
name?: string;
|
|
127
127
|
num_employees?: number | null;
|
|
128
128
|
organization_id?: string;
|
|
129
|
-
|
|
129
|
+
processing_state?: Json;
|
|
130
130
|
qualification_rubric_key?: string | null;
|
|
131
131
|
qualification_score?: number | null;
|
|
132
132
|
qualification_signals?: Json | null;
|
|
@@ -165,7 +165,7 @@ type Database = {
|
|
|
165
165
|
nurture: boolean;
|
|
166
166
|
opening_line: string | null;
|
|
167
167
|
organization_id: string;
|
|
168
|
-
|
|
168
|
+
processing_state: Json;
|
|
169
169
|
qualification_rubric_key: string | null;
|
|
170
170
|
qualification_score: number | null;
|
|
171
171
|
qualification_signals: Json | null;
|
|
@@ -193,7 +193,7 @@ type Database = {
|
|
|
193
193
|
nurture?: boolean;
|
|
194
194
|
opening_line?: string | null;
|
|
195
195
|
organization_id: string;
|
|
196
|
-
|
|
196
|
+
processing_state?: Json;
|
|
197
197
|
qualification_rubric_key?: string | null;
|
|
198
198
|
qualification_score?: number | null;
|
|
199
199
|
qualification_signals?: Json | null;
|
|
@@ -221,7 +221,7 @@ type Database = {
|
|
|
221
221
|
nurture?: boolean;
|
|
222
222
|
opening_line?: string | null;
|
|
223
223
|
organization_id?: string;
|
|
224
|
-
|
|
224
|
+
processing_state?: Json;
|
|
225
225
|
qualification_rubric_key?: string | null;
|
|
226
226
|
qualification_score?: number | null;
|
|
227
227
|
qualification_signals?: Json | null;
|
|
@@ -617,7 +617,6 @@ type Database = {
|
|
|
617
617
|
id: string;
|
|
618
618
|
list_id: string;
|
|
619
619
|
pipeline_key: string;
|
|
620
|
-
processing_state: Json;
|
|
621
620
|
source_execution_id: string | null;
|
|
622
621
|
source_input_hash: string | null;
|
|
623
622
|
source_resource_id: string | null;
|
|
@@ -632,7 +631,6 @@ type Database = {
|
|
|
632
631
|
id?: string;
|
|
633
632
|
list_id: string;
|
|
634
633
|
pipeline_key?: string;
|
|
635
|
-
processing_state?: Json;
|
|
636
634
|
source_execution_id?: string | null;
|
|
637
635
|
source_input_hash?: string | null;
|
|
638
636
|
source_resource_id?: string | null;
|
|
@@ -647,7 +645,6 @@ type Database = {
|
|
|
647
645
|
id?: string;
|
|
648
646
|
list_id?: string;
|
|
649
647
|
pipeline_key?: string;
|
|
650
|
-
processing_state?: Json;
|
|
651
648
|
source_execution_id?: string | null;
|
|
652
649
|
source_input_hash?: string | null;
|
|
653
650
|
source_resource_id?: string | null;
|
|
@@ -726,7 +723,6 @@ type Database = {
|
|
|
726
723
|
id: string;
|
|
727
724
|
list_id: string;
|
|
728
725
|
pipeline_key: string;
|
|
729
|
-
processing_state: Json;
|
|
730
726
|
source_execution_id: string | null;
|
|
731
727
|
source_input_hash: string | null;
|
|
732
728
|
source_resource_id: string | null;
|
|
@@ -741,7 +737,6 @@ type Database = {
|
|
|
741
737
|
id?: string;
|
|
742
738
|
list_id: string;
|
|
743
739
|
pipeline_key?: string;
|
|
744
|
-
processing_state?: Json;
|
|
745
740
|
source_execution_id?: string | null;
|
|
746
741
|
source_input_hash?: string | null;
|
|
747
742
|
source_resource_id?: string | null;
|
|
@@ -756,7 +751,6 @@ type Database = {
|
|
|
756
751
|
id?: string;
|
|
757
752
|
list_id?: string;
|
|
758
753
|
pipeline_key?: string;
|
|
759
|
-
processing_state?: Json;
|
|
760
754
|
source_execution_id?: string | null;
|
|
761
755
|
source_input_hash?: string | null;
|
|
762
756
|
source_resource_id?: string | null;
|
|
@@ -123,7 +123,7 @@ type Database = {
|
|
|
123
123
|
name: string;
|
|
124
124
|
num_employees: number | null;
|
|
125
125
|
organization_id: string;
|
|
126
|
-
|
|
126
|
+
processing_state: Json;
|
|
127
127
|
qualification_rubric_key: string | null;
|
|
128
128
|
qualification_score: number | null;
|
|
129
129
|
qualification_signals: Json | null;
|
|
@@ -149,7 +149,7 @@ type Database = {
|
|
|
149
149
|
name: string;
|
|
150
150
|
num_employees?: number | null;
|
|
151
151
|
organization_id: string;
|
|
152
|
-
|
|
152
|
+
processing_state?: Json;
|
|
153
153
|
qualification_rubric_key?: string | null;
|
|
154
154
|
qualification_score?: number | null;
|
|
155
155
|
qualification_signals?: Json | null;
|
|
@@ -175,7 +175,7 @@ type Database = {
|
|
|
175
175
|
name?: string;
|
|
176
176
|
num_employees?: number | null;
|
|
177
177
|
organization_id?: string;
|
|
178
|
-
|
|
178
|
+
processing_state?: Json;
|
|
179
179
|
qualification_rubric_key?: string | null;
|
|
180
180
|
qualification_score?: number | null;
|
|
181
181
|
qualification_signals?: Json | null;
|
|
@@ -214,7 +214,7 @@ type Database = {
|
|
|
214
214
|
nurture: boolean;
|
|
215
215
|
opening_line: string | null;
|
|
216
216
|
organization_id: string;
|
|
217
|
-
|
|
217
|
+
processing_state: Json;
|
|
218
218
|
qualification_rubric_key: string | null;
|
|
219
219
|
qualification_score: number | null;
|
|
220
220
|
qualification_signals: Json | null;
|
|
@@ -242,7 +242,7 @@ type Database = {
|
|
|
242
242
|
nurture?: boolean;
|
|
243
243
|
opening_line?: string | null;
|
|
244
244
|
organization_id: string;
|
|
245
|
-
|
|
245
|
+
processing_state?: Json;
|
|
246
246
|
qualification_rubric_key?: string | null;
|
|
247
247
|
qualification_score?: number | null;
|
|
248
248
|
qualification_signals?: Json | null;
|
|
@@ -270,7 +270,7 @@ type Database = {
|
|
|
270
270
|
nurture?: boolean;
|
|
271
271
|
opening_line?: string | null;
|
|
272
272
|
organization_id?: string;
|
|
273
|
-
|
|
273
|
+
processing_state?: Json;
|
|
274
274
|
qualification_rubric_key?: string | null;
|
|
275
275
|
qualification_score?: number | null;
|
|
276
276
|
qualification_signals?: Json | null;
|
|
@@ -666,7 +666,6 @@ type Database = {
|
|
|
666
666
|
id: string;
|
|
667
667
|
list_id: string;
|
|
668
668
|
pipeline_key: string;
|
|
669
|
-
processing_state: Json;
|
|
670
669
|
source_execution_id: string | null;
|
|
671
670
|
source_input_hash: string | null;
|
|
672
671
|
source_resource_id: string | null;
|
|
@@ -681,7 +680,6 @@ type Database = {
|
|
|
681
680
|
id?: string;
|
|
682
681
|
list_id: string;
|
|
683
682
|
pipeline_key?: string;
|
|
684
|
-
processing_state?: Json;
|
|
685
683
|
source_execution_id?: string | null;
|
|
686
684
|
source_input_hash?: string | null;
|
|
687
685
|
source_resource_id?: string | null;
|
|
@@ -696,7 +694,6 @@ type Database = {
|
|
|
696
694
|
id?: string;
|
|
697
695
|
list_id?: string;
|
|
698
696
|
pipeline_key?: string;
|
|
699
|
-
processing_state?: Json;
|
|
700
697
|
source_execution_id?: string | null;
|
|
701
698
|
source_input_hash?: string | null;
|
|
702
699
|
source_resource_id?: string | null;
|
|
@@ -775,7 +772,6 @@ type Database = {
|
|
|
775
772
|
id: string;
|
|
776
773
|
list_id: string;
|
|
777
774
|
pipeline_key: string;
|
|
778
|
-
processing_state: Json;
|
|
779
775
|
source_execution_id: string | null;
|
|
780
776
|
source_input_hash: string | null;
|
|
781
777
|
source_resource_id: string | null;
|
|
@@ -790,7 +786,6 @@ type Database = {
|
|
|
790
786
|
id?: string;
|
|
791
787
|
list_id: string;
|
|
792
788
|
pipeline_key?: string;
|
|
793
|
-
processing_state?: Json;
|
|
794
789
|
source_execution_id?: string | null;
|
|
795
790
|
source_input_hash?: string | null;
|
|
796
791
|
source_resource_id?: string | null;
|
|
@@ -805,7 +800,6 @@ type Database = {
|
|
|
805
800
|
id?: string;
|
|
806
801
|
list_id?: string;
|
|
807
802
|
pipeline_key?: string;
|
|
808
|
-
processing_state?: Json;
|
|
809
803
|
source_execution_id?: string | null;
|
|
810
804
|
source_input_hash?: string | null;
|
|
811
805
|
source_resource_id?: string | null;
|
|
@@ -3064,7 +3058,15 @@ declare const DealDetailResponseSchema: z.ZodObject<{
|
|
|
3064
3058
|
title: z.ZodNullable<z.ZodString>;
|
|
3065
3059
|
headline: z.ZodNullable<z.ZodString>;
|
|
3066
3060
|
linkedin_url: z.ZodNullable<z.ZodString>;
|
|
3067
|
-
|
|
3061
|
+
processing_state: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3062
|
+
status: z.ZodEnum<{
|
|
3063
|
+
error: "error";
|
|
3064
|
+
success: "success";
|
|
3065
|
+
no_result: "no_result";
|
|
3066
|
+
skipped: "skipped";
|
|
3067
|
+
}>;
|
|
3068
|
+
data: z.ZodOptional<z.ZodUnknown>;
|
|
3069
|
+
}, z.core.$loose>>>;
|
|
3068
3070
|
enrichment_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3069
3071
|
company: z.ZodNullable<z.ZodObject<{
|
|
3070
3072
|
id: z.ZodString;
|
|
@@ -3115,7 +3117,7 @@ interface DealContact {
|
|
|
3115
3117
|
title: string | null;
|
|
3116
3118
|
headline: string | null;
|
|
3117
3119
|
linkedin_url: string | null;
|
|
3118
|
-
|
|
3120
|
+
processing_state: Record<string, unknown> | null;
|
|
3119
3121
|
enrichment_data: Record<string, unknown> | null;
|
|
3120
3122
|
company: {
|
|
3121
3123
|
id: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-TVJROM2V.js';
|
|
2
2
|
import '../../chunk-BZZCNLT6.js';
|
|
3
3
|
import '../../chunk-TUMSNGTX.js';
|
|
4
4
|
import '../../chunk-X4WBGKJQ.js';
|
|
@@ -6,25 +6,25 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
6
6
|
import '../../chunk-PDHTXPSF.js';
|
|
7
7
|
import '../../chunk-KVJ3LFH2.js';
|
|
8
8
|
import '../../chunk-7M2VOCYN.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-N63RKL3L.js';
|
|
10
10
|
import '../../chunk-VKMNWHTL.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-MZCDRBSI.js';
|
|
12
12
|
import '../../chunk-BRXELOHC.js';
|
|
13
13
|
import '../../chunk-3ZMAGTWF.js';
|
|
14
14
|
import '../../chunk-VMJVQAFZ.js';
|
|
15
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-AYSO5A3R.js';
|
|
16
16
|
import '../../chunk-LH4GPYDX.js';
|
|
17
17
|
import '../../chunk-HLFFKKT3.js';
|
|
18
18
|
import '../../chunk-WLOQ4IBG.js';
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-MJMFIWEB.js';
|
|
20
|
+
import '../../chunk-GJXAAYZ3.js';
|
|
21
21
|
import '../../chunk-3KMDHCAR.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-NU5FNTOB.js';
|
|
23
23
|
import '../../chunk-SZHARWKU.js';
|
|
24
24
|
import '../../chunk-V3HUIZJX.js';
|
|
25
25
|
import '../../chunk-TKAYX2SP.js';
|
|
26
26
|
import '../../chunk-NYBEU5TE.js';
|
|
27
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-ZPXV5KI3.js';
|
|
28
28
|
import '../../chunk-2IFYDILW.js';
|
|
29
29
|
import '../../chunk-Q7DJKLEN.js';
|
|
30
30
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -33,7 +33,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
33
33
|
import '../../chunk-KU7ZDWQ7.js';
|
|
34
34
|
import '../../chunk-DT3QYZVU.js';
|
|
35
35
|
import '../../chunk-RNP5R5I3.js';
|
|
36
|
-
import '../../chunk-
|
|
36
|
+
import '../../chunk-SRNIHB7Y.js';
|
|
37
37
|
import '../../chunk-KRWALB24.js';
|
|
38
38
|
import '../../chunk-WFTNY755.js';
|
|
39
39
|
import '../../chunk-WKJ47GIW.js';
|
|
@@ -200,14 +200,27 @@ interface OperationsOverviewProps {
|
|
|
200
200
|
* If omitted, the trend chart section is not rendered.
|
|
201
201
|
*/
|
|
202
202
|
renderTrendChart?: (data: DashboardMetrics['executionHealth'] | undefined, isLoading: boolean, error?: Error) => ReactNode;
|
|
203
|
+
/**
|
|
204
|
+
* Optional override for the lower operational summary panel.
|
|
205
|
+
* Command Center uses this to place the operational tabs beside app-local
|
|
206
|
+
* widgets while keeping the same data-fetching and navigation contract.
|
|
207
|
+
*/
|
|
208
|
+
renderOperationalOverview?: (props: OperationalOverviewPanelProps) => ReactNode;
|
|
203
209
|
}
|
|
204
|
-
declare function OperationsOverview({ timeRange, onResourceClick, onErrorsNavigate, onCommandQueueNavigate, onScheduledTasksNavigate, renderTrendChart }: OperationsOverviewProps): react_jsx_runtime.JSX.Element;
|
|
210
|
+
declare function OperationsOverview({ timeRange, onResourceClick, onErrorsNavigate, onCommandQueueNavigate, onScheduledTasksNavigate, renderTrendChart, renderOperationalOverview }: OperationsOverviewProps): react_jsx_runtime.JSX.Element;
|
|
205
211
|
type DashboardProps = OperationsOverviewProps;
|
|
206
212
|
/**
|
|
207
213
|
* @deprecated Use `OperationsOverview` instead. `Dashboard` remains as a
|
|
208
214
|
* compatibility export while consumer apps migrate route ownership.
|
|
209
215
|
*/
|
|
210
216
|
declare const Dashboard: typeof OperationsOverview;
|
|
217
|
+
interface OperationalOverviewPanelProps {
|
|
218
|
+
timeRange: TimeRange;
|
|
219
|
+
onErrorsNavigate?: () => void;
|
|
220
|
+
onCommandQueueNavigate?: () => void;
|
|
221
|
+
onScheduledTasksNavigate?: () => void;
|
|
222
|
+
}
|
|
223
|
+
declare function DashboardOperationsOverview({ timeRange, onErrorsNavigate, onCommandQueueNavigate, onScheduledTasksNavigate }: OperationalOverviewPanelProps): react_jsx_runtime.JSX.Element;
|
|
211
224
|
|
|
212
225
|
interface DisplayResource {
|
|
213
226
|
resourceId: string;
|
|
@@ -245,5 +258,5 @@ interface UnresolvedErrorsTeaserProps {
|
|
|
245
258
|
}
|
|
246
259
|
declare function UnresolvedErrorsTeaser({ timeRange, onNavigateToAllErrors }: UnresolvedErrorsTeaserProps): react_jsx_runtime.JSX.Element;
|
|
247
260
|
|
|
248
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser };
|
|
249
|
-
export type { DashboardProps, DisplayResource, OperationsOverviewProps, RecentExecutionsByResourceProps, ResourceOverviewProps, UnresolvedErrorsTeaserProps };
|
|
261
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser };
|
|
262
|
+
export type { DashboardProps, DisplayResource, OperationalOverviewPanelProps, OperationsOverviewProps, RecentExecutionsByResourceProps, ResourceOverviewProps, UnresolvedErrorsTeaserProps };
|