@elevasis/ui 2.17.2 → 2.18.0

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.
Files changed (37) hide show
  1. package/dist/charts/index.js +2 -2
  2. package/dist/{chunk-ABUDMATM.js → chunk-66VY5EMV.js} +4 -4
  3. package/dist/{chunk-2TDZBYXI.js → chunk-A2AZY5SF.js} +1 -1
  4. package/dist/{chunk-FNWWVX5N.js → chunk-B6FIIEFO.js} +245 -86
  5. package/dist/{chunk-MJ6YV2B5.js → chunk-DDZMBNTY.js} +1 -1
  6. package/dist/{chunk-R7GKX4HW.js → chunk-EY322HXF.js} +175 -78
  7. package/dist/{chunk-JU6UB4YA.js → chunk-FM6LSZ45.js} +3 -3
  8. package/dist/{chunk-OCCZRPER.js → chunk-I3LQGLUC.js} +1 -1
  9. package/dist/{chunk-MDO4UCEJ.js → chunk-LT33DSMO.js} +45 -80
  10. package/dist/{chunk-TP5NMF6K.js → chunk-P6TC4K7I.js} +3 -3
  11. package/dist/{chunk-TTP62HWW.js → chunk-SQPM2QDH.js} +7 -13
  12. package/dist/{chunk-7GCWOUFT.js → chunk-SS2UVUSG.js} +2 -2
  13. package/dist/{chunk-7L42RRHZ.js → chunk-UA36WILN.js} +83 -310
  14. package/dist/{chunk-HH3RNG2O.js → chunk-WP3IYOVJ.js} +206 -123
  15. package/dist/components/index.d.ts +1 -2
  16. package/dist/components/index.js +32 -18
  17. package/dist/features/crm/index.js +5 -5
  18. package/dist/features/dashboard/index.js +6 -6
  19. package/dist/features/delivery/index.js +5 -5
  20. package/dist/features/lead-gen/index.d.ts +152 -16
  21. package/dist/features/lead-gen/index.js +9 -9
  22. package/dist/features/monitoring/index.js +7 -7
  23. package/dist/features/monitoring/requests/index.js +4 -4
  24. package/dist/features/operations/index.d.ts +1 -0
  25. package/dist/features/operations/index.js +8 -8
  26. package/dist/features/settings/index.js +5 -5
  27. package/dist/hooks/index.d.ts +359 -46
  28. package/dist/hooks/index.js +4 -4
  29. package/dist/hooks/published.d.ts +359 -46
  30. package/dist/hooks/published.js +4 -4
  31. package/dist/index.d.ts +359 -46
  32. package/dist/index.js +4 -4
  33. package/dist/provider/index.js +3 -3
  34. package/dist/provider/published.js +2 -2
  35. package/dist/types/index.d.ts +12 -6
  36. package/dist/zustand/index.js +2 -2
  37. package/package.json +4 -4
@@ -1,20 +1,20 @@
1
1
  import { ChatHeader, ChatSidebar } from './chunk-ROSMICXG.js';
2
2
  import { SubshellLoader } from './chunk-ADSSLKKP.js';
3
- import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-ABUDMATM.js';
4
- import { ResourceHealthPanel } from './chunk-JU6UB4YA.js';
5
- import { useCyberColors, CyberDonut } from './chunk-MJ6YV2B5.js';
3
+ import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-66VY5EMV.js';
4
+ import { ResourceHealthPanel } from './chunk-FM6LSZ45.js';
5
+ import { useCyberColors, CyberDonut } from './chunk-DDZMBNTY.js';
6
6
  import { AppShellLoader } from './chunk-M25JL54Z.js';
7
7
  import { PageContainer } from './chunk-BZZCNLT6.js';
8
8
  import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
9
9
  import { CustomModal, ConfirmationModal } from './chunk-GBMNCNHX.js';
10
10
  import { getResourceStatusColor, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-E4WQGJNS.js';
11
- import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions } from './chunk-R7GKX4HW.js';
11
+ import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions } from './chunk-EY322HXF.js';
12
12
  import { showApiErrorNotification, showSuccessNotification } from './chunk-GRGRBWIO.js';
13
13
  import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
14
14
  import { useMergedExecution } from './chunk-3ZMAGTWF.js';
15
- import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-2TDZBYXI.js';
15
+ import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-A2AZY5SF.js';
16
16
  import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
17
- import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-TTP62HWW.js';
17
+ import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-SQPM2QDH.js';
18
18
  import { StyledMarkdown } from './chunk-3KMDHCAR.js';
19
19
  import { NavigationButton } from './chunk-NYBEU5TE.js';
20
20
  import { useRouterContext } from './chunk-Q7DJKLEN.js';
@@ -3036,7 +3036,7 @@ var CommandQueueSidebar = ({
3036
3036
  }) => {
3037
3037
  const colors = useCyberColors();
3038
3038
  const features = useOptionalElevasisFeatures();
3039
- const resolvedTimeRange = timeRange ?? features?.timeRange ?? "24h";
3039
+ const resolvedTimeRange = timeRange ?? features?.timeRange ?? "30d";
3040
3040
  const statusFilter = status === "all" ? void 0 : status;
3041
3041
  const { data: checkpointData, isLoading: isDonutLoading } = useCommandQueueTotals({
3042
3042
  timeRange: resolvedTimeRange,
@@ -4003,7 +4003,7 @@ function CommandQueuePage({
4003
4003
  const features = useOptionalElevasisFeatures();
4004
4004
  const [deleteConfirmId, setDeleteConfirmId] = useState(null);
4005
4005
  const { mutate: deleteTask, isPending: isDeleting } = useDeleteTask();
4006
- const resolvedTimeRange = timeRange ?? features?.timeRange ?? "24h";
4006
+ const resolvedTimeRange = timeRange ?? features?.timeRange ?? "30d";
4007
4007
  const serverStatus = status === "all" ? void 0 : status;
4008
4008
  const { page, setPage, offset, totalPages } = usePaginationState(pageSize, [
4009
4009
  selectedCheckpoint,
@@ -4011,12 +4011,7 @@ function CommandQueuePage({
4011
4011
  resolvedTimeRange,
4012
4012
  priorityRange
4013
4013
  ]);
4014
- const { data: checkpointData, isLoading: isLoadingCheckpoints } = useCommandQueueTotals({
4015
- timeRange: resolvedTimeRange,
4016
- priorityMin: priorityRange[0],
4017
- priorityMax: priorityRange[1]
4018
- });
4019
- const { data: tasks = [], isLoading: isLoadingTasks } = useCommandQueue({
4014
+ const { data: taskList, isLoading: isLoadingTasks } = useCommandQueue({
4020
4015
  status: serverStatus,
4021
4016
  humanCheckpoint: selectedCheckpoint,
4022
4017
  timeRange: resolvedTimeRange,
@@ -4025,16 +4020,46 @@ function CommandQueuePage({
4025
4020
  limit: pageSize,
4026
4021
  offset
4027
4022
  });
4023
+ const tasks = taskList?.tasks ?? [];
4028
4024
  useEffect(() => {
4029
4025
  if (!isLoadingTasks && tasks.length === 0 && page > 1) {
4030
4026
  setPage(page - 1);
4031
4027
  }
4032
4028
  }, [tasks.length, isLoadingTasks]);
4033
- if (isLoadingCheckpoints || !organizationReady) return /* @__PURE__ */ jsx(AppShellLoader, {});
4034
- const totalTasks = checkpointData?.total ?? 0;
4029
+ if (!organizationReady) return /* @__PURE__ */ jsx(AppShellLoader, {});
4030
+ const totalTasks = taskList?.total ?? 0;
4035
4031
  return /* @__PURE__ */ jsxs(Stack, { children: [
4036
4032
  /* @__PURE__ */ jsx(PageTitleCaption, { title: "Command Queue", caption: "Human-in-the-loop approval system for agent/workflow actions" }),
4037
- /* @__PURE__ */ jsx(Stack, { gap: "xs", children: isLoadingTasks ? /* @__PURE__ */ jsx(AppShellLoader, {}) : tasks.length === 0 ? /* @__PURE__ */ jsx(Card, { withBorder: true, children: /* @__PURE__ */ jsx(Text, { ta: "center", c: "dimmed", children: "No tasks found" }) }) : tasks.map((task) => /* @__PURE__ */ jsx(
4033
+ /* @__PURE__ */ jsx(Stack, { gap: "xs", children: isLoadingTasks ? /* @__PURE__ */ jsx(AppShellLoader, {}) : tasks.length === 0 ? /* @__PURE__ */ jsx(Card, { withBorder: true, children: /* @__PURE__ */ jsx(Text, { ta: "center", c: "dimmed", children: "No tasks found" }) }) : status === "all" ? (() => {
4034
+ const pending = tasks.filter((t) => t.status === "pending");
4035
+ const other = tasks.filter((t) => t.status !== "pending");
4036
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
4037
+ pending.length > 0 && /* @__PURE__ */ jsxs(Stack, { gap: "xs", children: [
4038
+ /* @__PURE__ */ jsx(Text, { c: "dimmed", fw: 600, tt: "uppercase", size: "xs", children: "Pending" }),
4039
+ pending.map((task) => /* @__PURE__ */ jsx(
4040
+ CommandQueueTaskRow,
4041
+ {
4042
+ task,
4043
+ onClick: () => onNavigateToTask(task.id),
4044
+ onDelete: (taskId) => setDeleteConfirmId(taskId)
4045
+ },
4046
+ task.id
4047
+ ))
4048
+ ] }),
4049
+ other.length > 0 && /* @__PURE__ */ jsxs(Stack, { gap: "xs", children: [
4050
+ /* @__PURE__ */ jsx(Text, { c: "dimmed", fw: 600, tt: "uppercase", size: "xs", children: "Other" }),
4051
+ other.map((task) => /* @__PURE__ */ jsx(
4052
+ CommandQueueTaskRow,
4053
+ {
4054
+ task,
4055
+ onClick: () => onNavigateToTask(task.id),
4056
+ onDelete: (taskId) => setDeleteConfirmId(taskId)
4057
+ },
4058
+ task.id
4059
+ ))
4060
+ ] })
4061
+ ] });
4062
+ })() : tasks.map((task) => /* @__PURE__ */ jsx(
4038
4063
  CommandQueueTaskRow,
4039
4064
  {
4040
4065
  task,
@@ -4113,8 +4138,8 @@ function CommandQueueDetailPage({
4113
4138
  const [deleteConfirmOpened, setDeleteConfirmOpened] = useState(false);
4114
4139
  const [contextView, setContextView] = useState("formatted");
4115
4140
  const [submitResultError, setSubmitResultError] = useState(null);
4116
- const { data: tasks, isLoading } = useCommandQueue();
4117
- const task = tasks?.find((t) => t.id === taskId);
4141
+ const { data: taskList, isLoading } = useCommandQueue();
4142
+ const task = taskList?.tasks.find((t) => t.id === taskId);
4118
4143
  const richTextRenderer = renderRichText ? (props) => renderRichText(props) : void 0;
4119
4144
  const submitCallbacks = {
4120
4145
  onSuccess: (data) => {
@@ -4164,25 +4189,13 @@ function CommandQueueDetailPage({
4164
4189
  if (isLoading) return /* @__PURE__ */ jsx(AppShellLoader, {});
4165
4190
  if (!task) {
4166
4191
  return /* @__PURE__ */ jsxs(Stack, { children: [
4167
- /* @__PURE__ */ jsx(
4168
- PageTitleCaption,
4169
- {
4170
- title: "Task Not Found",
4171
- rightSection: /* @__PURE__ */ jsx(Button, { variant: "subtle", leftSection: /* @__PURE__ */ jsx(IconArrowLeft, { size: 16 }), onClick: onNavigateBack, size: "sm", children: "Back to Queue" })
4172
- }
4173
- ),
4192
+ /* @__PURE__ */ jsx(PageTitleCaption, { title: "Task Not Found" }),
4193
+ /* @__PURE__ */ jsx(Group, { justify: "flex-end", children: /* @__PURE__ */ jsx(ActionIcon, { variant: "subtle", size: "sm", title: "Back to Queue", onClick: onNavigateBack, children: /* @__PURE__ */ jsx(IconArrowLeft, { size: 16 }) }) }),
4174
4194
  /* @__PURE__ */ jsx(Paper, { withBorder: true, children: /* @__PURE__ */ jsx(Text, { ta: "center", c: "dimmed", children: "This task no longer exists or could not be loaded." }) })
4175
4195
  ] });
4176
4196
  }
4177
4197
  return /* @__PURE__ */ jsxs(Stack, { children: [
4178
- /* @__PURE__ */ jsx(
4179
- PageTitleCaption,
4180
- {
4181
- title: "Task Detail",
4182
- caption: task.description || "Task approval required",
4183
- rightSection: /* @__PURE__ */ jsx(Button, { variant: "light", leftSection: /* @__PURE__ */ jsx(IconArrowLeft, { size: 16 }), onClick: onNavigateBack, size: "sm", children: "Back to Queue" })
4184
- }
4185
- ),
4198
+ /* @__PURE__ */ jsx(PageTitleCaption, { title: "Task Detail", caption: task.description || "Task approval required" }),
4186
4199
  /* @__PURE__ */ jsxs(Group, { justify: "space-between", children: [
4187
4200
  /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
4188
4201
  /* @__PURE__ */ jsxs(Badge, { color: getPriorityColor2(task.priority), variant: "light", size: "sm", children: [
@@ -4210,6 +4223,7 @@ function CommandQueueDetailPage({
4210
4223
  ] }),
4211
4224
  /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
4212
4225
  task.status === "failed" && /* @__PURE__ */ jsx(Button, { variant: "light", color: "red", size: "xs", loading: isPending, onClick: handleRetry, children: "Retry" }),
4226
+ /* @__PURE__ */ jsx(ActionIcon, { variant: "subtle", size: "sm", title: "Back to Queue", onClick: onNavigateBack, children: /* @__PURE__ */ jsx(IconArrowLeft, { size: 16 }) }),
4213
4227
  /* @__PURE__ */ jsx(
4214
4228
  ActionIcon,
4215
4229
  {
@@ -4226,82 +4240,128 @@ function CommandQueueDetailPage({
4226
4240
  ] }),
4227
4241
  /* @__PURE__ */ jsx(Paper, { withBorder: true, children: /* @__PURE__ */ jsxs(Stack, { gap: "xs", children: [
4228
4242
  /* @__PURE__ */ jsx(Title, { order: 3, children: "Resources" }),
4229
- /* @__PURE__ */ jsxs(SimpleGrid, { cols: 2, children: [
4230
- /* @__PURE__ */ jsxs(Stack, { gap: 2, children: [
4231
- /* @__PURE__ */ jsx(Text, { size: "xs", children: "Task ID" }),
4232
- /* @__PURE__ */ jsxs(Group, { gap: 4, children: [
4233
- /* @__PURE__ */ jsx(Text, { size: "sm", ff: "monospace", c: "var(--color-text-subtle)", children: task.id }),
4234
- /* @__PURE__ */ jsx(CopyButton, { value: task.id, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4235
- ActionIcon,
4236
- {
4237
- onClick: copy,
4238
- variant: "subtle",
4239
- size: "xs",
4240
- color: copied ? "green" : "var(--color-text-subtle)",
4241
- children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 14 }) : /* @__PURE__ */ jsx(IconCopy, { size: 14 })
4242
- }
4243
- ) })
4244
- ] })
4243
+ /* @__PURE__ */ jsxs(SimpleGrid, { cols: { base: 1, sm: 2, md: 3 }, spacing: "xs", children: [
4244
+ /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
4245
+ /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", style: { flexShrink: 0 }, children: "Task ID" }),
4246
+ /* @__PURE__ */ jsx(
4247
+ Text,
4248
+ {
4249
+ size: "xs",
4250
+ ff: "monospace",
4251
+ c: "var(--color-text-subtle)",
4252
+ style: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", flex: 1 },
4253
+ children: task.id
4254
+ }
4255
+ ),
4256
+ /* @__PURE__ */ jsx(CopyButton, { value: task.id, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4257
+ ActionIcon,
4258
+ {
4259
+ onClick: copy,
4260
+ variant: "subtle",
4261
+ size: "xs",
4262
+ color: copied ? "green" : "var(--color-text-subtle)",
4263
+ style: { flexShrink: 0 },
4264
+ children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 12 }) : /* @__PURE__ */ jsx(IconCopy, { size: 12 })
4265
+ }
4266
+ ) })
4245
4267
  ] }),
4246
- task.humanCheckpoint && /* @__PURE__ */ jsxs(Stack, { gap: 2, children: [
4247
- /* @__PURE__ */ jsx(Text, { size: "xs", children: "Checkpoint" }),
4248
- /* @__PURE__ */ jsx(Text, { size: "sm", ff: "monospace", c: "var(--color-text-subtle)", children: task.humanCheckpoint })
4249
- ] })
4250
- ] }),
4251
- /* @__PURE__ */ jsxs(SimpleGrid, { cols: 2, children: [
4252
- /* @__PURE__ */ jsxs(Stack, { gap: 2, children: [
4253
- /* @__PURE__ */ jsx(Text, { size: "xs", children: "Origin Resource" }),
4254
- /* @__PURE__ */ jsxs(Group, { gap: 4, children: [
4255
- /* @__PURE__ */ jsx(Text, { size: "sm", ff: "monospace", c: "var(--color-text-subtle)", children: task.originResourceId }),
4256
- /* @__PURE__ */ jsx(CopyButton, { value: task.originResourceId, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4257
- ActionIcon,
4258
- {
4259
- onClick: copy,
4260
- variant: "subtle",
4261
- size: "xs",
4262
- color: copied ? "green" : "var(--color-text-subtle)",
4263
- children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 14 }) : /* @__PURE__ */ jsx(IconCopy, { size: 14 })
4264
- }
4265
- ) })
4266
- ] })
4268
+ task.humanCheckpoint && /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
4269
+ /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", style: { flexShrink: 0 }, children: "Checkpoint" }),
4270
+ /* @__PURE__ */ jsx(
4271
+ Text,
4272
+ {
4273
+ size: "xs",
4274
+ ff: "monospace",
4275
+ c: "var(--color-text-subtle)",
4276
+ style: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", flex: 1 },
4277
+ children: task.humanCheckpoint
4278
+ }
4279
+ )
4267
4280
  ] }),
4268
- /* @__PURE__ */ jsxs(Stack, { gap: 2, children: [
4269
- /* @__PURE__ */ jsx(Text, { size: "xs", children: "Origin Execution ID" }),
4270
- /* @__PURE__ */ jsxs(Group, { gap: 4, children: [
4271
- /* @__PURE__ */ jsx(Text, { size: "sm", ff: "monospace", c: "var(--color-text-subtle)", children: task.originExecutionId }),
4272
- /* @__PURE__ */ jsx(CopyButton, { value: `${orgName}/${task.originResourceId} ${task.originExecutionId}`, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4273
- ActionIcon,
4274
- {
4275
- onClick: copy,
4276
- variant: "subtle",
4277
- size: "xs",
4278
- color: copied ? "green" : "var(--color-text-subtle)",
4279
- children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 14 }) : /* @__PURE__ */ jsx(IconCopy, { size: 14 })
4280
- }
4281
- ) })
4282
- ] })
4283
- ] })
4284
- ] }),
4285
- /* @__PURE__ */ jsxs(SimpleGrid, { cols: 2, children: [
4286
- /* @__PURE__ */ jsxs(Stack, { gap: 2, children: [
4287
- /* @__PURE__ */ jsx(Text, { size: "xs", children: "Target Resource" }),
4288
- /* @__PURE__ */ jsx(Text, { size: "sm", ff: "monospace", c: "var(--color-text-subtle)", children: task.targetResourceId || "N/A" })
4281
+ /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
4282
+ /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", style: { flexShrink: 0 }, children: "Origin Resource" }),
4283
+ /* @__PURE__ */ jsx(
4284
+ Text,
4285
+ {
4286
+ size: "xs",
4287
+ ff: "monospace",
4288
+ c: "var(--color-text-subtle)",
4289
+ style: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", flex: 1 },
4290
+ children: task.originResourceId
4291
+ }
4292
+ ),
4293
+ /* @__PURE__ */ jsx(CopyButton, { value: task.originResourceId, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4294
+ ActionIcon,
4295
+ {
4296
+ onClick: copy,
4297
+ variant: "subtle",
4298
+ size: "xs",
4299
+ color: copied ? "green" : "var(--color-text-subtle)",
4300
+ style: { flexShrink: 0 },
4301
+ children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 12 }) : /* @__PURE__ */ jsx(IconCopy, { size: 12 })
4302
+ }
4303
+ ) })
4289
4304
  ] }),
4290
- /* @__PURE__ */ jsxs(Stack, { gap: 2, children: [
4291
- /* @__PURE__ */ jsx(Text, { size: "xs", children: "Target Execution ID" }),
4292
- /* @__PURE__ */ jsxs(Group, { gap: 4, children: [
4293
- /* @__PURE__ */ jsx(Text, { size: "sm", ff: "monospace", c: "var(--color-text-subtle)", children: task.targetExecutionId ?? "N/A" }),
4294
- task.targetExecutionId && /* @__PURE__ */ jsx(CopyButton, { value: `${orgName}/${task.targetResourceId} ${task.targetExecutionId}`, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4295
- ActionIcon,
4296
- {
4297
- onClick: copy,
4298
- variant: "subtle",
4299
- size: "xs",
4300
- color: copied ? "green" : "var(--color-text-subtle)",
4301
- children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 14 }) : /* @__PURE__ */ jsx(IconCopy, { size: 14 })
4302
- }
4303
- ) })
4304
- ] })
4305
+ /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
4306
+ /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", style: { flexShrink: 0 }, children: "Origin Exec ID" }),
4307
+ /* @__PURE__ */ jsx(
4308
+ Text,
4309
+ {
4310
+ size: "xs",
4311
+ ff: "monospace",
4312
+ c: "var(--color-text-subtle)",
4313
+ style: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", flex: 1 },
4314
+ children: task.originExecutionId
4315
+ }
4316
+ ),
4317
+ /* @__PURE__ */ jsx(CopyButton, { value: `${orgName}/${task.originResourceId} ${task.originExecutionId}`, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4318
+ ActionIcon,
4319
+ {
4320
+ onClick: copy,
4321
+ variant: "subtle",
4322
+ size: "xs",
4323
+ color: copied ? "green" : "var(--color-text-subtle)",
4324
+ style: { flexShrink: 0 },
4325
+ children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 12 }) : /* @__PURE__ */ jsx(IconCopy, { size: 12 })
4326
+ }
4327
+ ) })
4328
+ ] }),
4329
+ /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
4330
+ /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", style: { flexShrink: 0 }, children: "Target Resource" }),
4331
+ /* @__PURE__ */ jsx(
4332
+ Text,
4333
+ {
4334
+ size: "xs",
4335
+ ff: "monospace",
4336
+ c: "var(--color-text-subtle)",
4337
+ style: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", flex: 1 },
4338
+ children: task.targetResourceId || "N/A"
4339
+ }
4340
+ )
4341
+ ] }),
4342
+ /* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", children: [
4343
+ /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", style: { flexShrink: 0 }, children: "Target Exec ID" }),
4344
+ /* @__PURE__ */ jsx(
4345
+ Text,
4346
+ {
4347
+ size: "xs",
4348
+ ff: "monospace",
4349
+ c: "var(--color-text-subtle)",
4350
+ style: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", flex: 1 },
4351
+ children: task.targetExecutionId ?? "N/A"
4352
+ }
4353
+ ),
4354
+ task.targetExecutionId && /* @__PURE__ */ jsx(CopyButton, { value: `${orgName}/${task.targetResourceId} ${task.targetExecutionId}`, children: ({ copied, copy }) => /* @__PURE__ */ jsx(
4355
+ ActionIcon,
4356
+ {
4357
+ onClick: copy,
4358
+ variant: "subtle",
4359
+ size: "xs",
4360
+ color: copied ? "green" : "var(--color-text-subtle)",
4361
+ style: { flexShrink: 0 },
4362
+ children: copied ? /* @__PURE__ */ jsx(IconCheck, { size: 12 }) : /* @__PURE__ */ jsx(IconCopy, { size: 12 })
4363
+ }
4364
+ ) })
4305
4365
  ] })
4306
4366
  ] }),
4307
4367
  /* @__PURE__ */ jsx(Group, { justify: "flex-end", children: /* @__PURE__ */ jsx(
@@ -7064,7 +7124,7 @@ function formatGeneratedTimestamp(value) {
7064
7124
  minute: "2-digit"
7065
7125
  }).format(new Date(value));
7066
7126
  }
7067
- function OrganizationGraphPage({ lens = "default", timeRange = "24h" }) {
7127
+ function OrganizationGraphPage({ lens = "default", timeRange = "30d" }) {
7068
7128
  const { organizationModel, organizationGraph } = useElevasisFeatures();
7069
7129
  const { data: commandViewData, isLoading, error } = useCommandViewData();
7070
7130
  const { data: commandViewStats } = useCommandViewStats(timeRange, { enabled: lens === "command-view" });
@@ -7740,6 +7800,11 @@ function CommandViewSidebarContent({ timeRange }) {
7740
7800
  if (!selectedNode) return null;
7741
7801
  return getNodeId(selectedNode);
7742
7802
  }, [selectedNode]);
7803
+ const {
7804
+ page: executionPage,
7805
+ setPage: setExecutionPage,
7806
+ totalPages: totalExecutionPages
7807
+ } = usePaginationState(10, [selectedResourceId, timeRange]);
7743
7808
  const getNavigationUrl = () => {
7744
7809
  if (!selectedNode || !selectedResourceId) return null;
7745
7810
  if (selectedNode.type === "agent") return `/operations/resources/agent/${selectedResourceId}`;
@@ -7755,6 +7820,8 @@ function CommandViewSidebarContent({ timeRange }) {
7755
7820
  } = useResourceExecutions({
7756
7821
  resourceId: selectedResourceId,
7757
7822
  timeRange,
7823
+ page: executionPage,
7824
+ limit: 10,
7758
7825
  enabled: isNavigable
7759
7826
  });
7760
7827
  const {
@@ -7911,17 +7978,29 @@ function CommandViewSidebarContent({ timeRange }) {
7911
7978
  /* @__PURE__ */ jsx(Space, { h: "sm" })
7912
7979
  ] })
7913
7980
  ] }),
7914
- selectedNode && isNavigable && /* @__PURE__ */ jsx(Stack, { p: "sm", children: executionsLoading ? /* @__PURE__ */ jsx(Center, { py: "md", children: /* @__PURE__ */ jsx(Loader, { size: "sm" }) }) : executionsError ? /* @__PURE__ */ jsx(APIErrorAlert, { error: executionsError, title: "Failed to load executions" }) : executionsData && executionsData.executions.length > 0 ? EXECUTION_SECTIONS.map((section) => /* @__PURE__ */ jsx(
7915
- ExecutionStatusSection,
7916
- {
7917
- executions: executionsData.executions,
7918
- status: section.status,
7919
- title: section.title,
7920
- badgeColor: section.badgeColor,
7921
- resourceUrl
7922
- },
7923
- section.status
7924
- )) : executionsData ? /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", children: "No executions in the selected time range" }) : null }),
7981
+ selectedNode && isNavigable && /* @__PURE__ */ jsx(Stack, { p: "sm", children: executionsLoading ? /* @__PURE__ */ jsx(Center, { py: "md", children: /* @__PURE__ */ jsx(Loader, { size: "sm" }) }) : executionsError ? /* @__PURE__ */ jsx(APIErrorAlert, { error: executionsError, title: "Failed to load executions" }) : executionsData && executionsData.executions.length > 0 ? /* @__PURE__ */ jsxs(Fragment, { children: [
7982
+ EXECUTION_SECTIONS.map((section) => /* @__PURE__ */ jsx(
7983
+ ExecutionStatusSection,
7984
+ {
7985
+ executions: executionsData.executions,
7986
+ status: section.status,
7987
+ title: section.title,
7988
+ badgeColor: section.badgeColor,
7989
+ resourceUrl
7990
+ },
7991
+ section.status
7992
+ )),
7993
+ totalExecutionPages(executionsData.totalExecutions) > 1 && /* @__PURE__ */ jsx(Group, { justify: "center", children: /* @__PURE__ */ jsx(
7994
+ Pagination,
7995
+ {
7996
+ size: "sm",
7997
+ total: totalExecutionPages(executionsData.totalExecutions),
7998
+ value: executionPage,
7999
+ onChange: setExecutionPage,
8000
+ boundaries: 1
8001
+ }
8002
+ ) })
8003
+ ] }) : executionsData ? /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", children: "No executions in the selected time range" }) : null }),
7925
8004
  selectedNode && isHumanCheckpoint && /* @__PURE__ */ jsx(Stack, { p: "sm", children: checkpointTasksLoading ? /* @__PURE__ */ jsx(Center, { py: "md", children: /* @__PURE__ */ jsx(Loader, { size: "sm" }) }) : checkpointTasksError ? /* @__PURE__ */ jsx(APIErrorAlert, { error: checkpointTasksError, title: "Failed to load pending tasks" }) : checkpointTasksData && checkpointTasksData.tasks.length > 0 ? /* @__PURE__ */ jsxs("div", { children: [
7926
8005
  /* @__PURE__ */ jsxs(Group, { justify: "space-between", mb: 8, children: [
7927
8006
  /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", fw: 600, tt: "uppercase", children: "Pending Tasks" }),
@@ -9066,6 +9145,7 @@ var ExecutionLogsSidebar = () => {
9066
9145
  const [filter, setFilter] = useState("all");
9067
9146
  const [deleteModalOpen, setDeleteModalOpen] = useState(false);
9068
9147
  const bulkDelete = useBulkDeleteExecutions();
9148
+ const { page, setPage, offset, totalPages } = usePaginationState(PAGE_SIZE_DEFAULT, [resourceId, filter]);
9069
9149
  if (!operationsApiUrl || !operationsSSEManager) {
9070
9150
  return /* @__PURE__ */ jsx(Box, { p: "sm", style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ jsx(
9071
9151
  APIErrorAlert,
@@ -9074,11 +9154,12 @@ var ExecutionLogsSidebar = () => {
9074
9154
  }
9075
9155
  ) });
9076
9156
  }
9077
- const { executions, isLoading, isFetched, selectedId, setSelectedId, setResourceStatusFilter, runningCount } = useExecutionPanelState({
9157
+ const { executions, total, isLoading, isFetched, selectedId, setSelectedId, setResourceStatusFilter, runningCount } = useExecutionPanelState({
9078
9158
  resourceId,
9079
9159
  apiUrl: operationsApiUrl,
9080
9160
  manager: operationsSSEManager,
9081
- limit: PAGE_SIZE_DEFAULT
9161
+ limit: PAGE_SIZE_DEFAULT,
9162
+ offset
9082
9163
  });
9083
9164
  const handleFilterChange = (value) => {
9084
9165
  const nextFilter = value || "dev";
@@ -9097,6 +9178,7 @@ var ExecutionLogsSidebar = () => {
9097
9178
  }
9098
9179
  };
9099
9180
  const filteredExecutions = filter === "all" ? executions : executions.filter((exec) => exec.resourceStatus === filter);
9181
+ const totalExecutions = total;
9100
9182
  if (isLoading || !isFetched) {
9101
9183
  return /* @__PURE__ */ jsx(Center, { style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ jsx(Loader, { size: "md" }) });
9102
9184
  }
@@ -9158,7 +9240,8 @@ var ExecutionLogsSidebar = () => {
9158
9240
  "No ",
9159
9241
  filter === "all" ? "" : filter,
9160
9242
  " executions yet"
9161
- ] }) }) })
9243
+ ] }) }) }),
9244
+ totalPages(totalExecutions) > 1 && /* @__PURE__ */ jsx(Group, { justify: "center", mt: "md", children: /* @__PURE__ */ jsx(Pagination, { size: "sm", total: totalPages(totalExecutions), value: page, onChange: setPage, boundaries: 1 }) })
9162
9245
  ] }),
9163
9246
  /* @__PURE__ */ jsx(
9164
9247
  ConfirmationModal,
@@ -9224,7 +9307,7 @@ function CommandQueueSidebarConnected() {
9224
9307
  }
9225
9308
  var OperationsSidebarMiddle = () => {
9226
9309
  const { currentPath, currentSearch, navigate } = useRouterContext();
9227
- const { timeRange = "24h" } = useElevasisFeatures();
9310
+ const { timeRange = "30d" } = useElevasisFeatures();
9228
9311
  if (currentPath.startsWith("/operations/sessions")) {
9229
9312
  return /* @__PURE__ */ jsx(
9230
9313
  SessionsSidebar,
@@ -9008,7 +9008,6 @@ declare function buildListConfig(template: LeadGenListTemplateValue, targetDescr
9008
9008
  declare function useDeleteLists(): _tanstack_react_query.UseMutationResult<void, Error, string[], unknown>;
9009
9009
 
9010
9010
  declare function LeadGenOverviewPage(): react_jsx_runtime.JSX.Element;
9011
- declare function LeadGenDeliverabilityPage(): react_jsx_runtime.JSX.Element;
9012
9011
 
9013
9012
  declare function LeadGenListsPage(): react_jsx_runtime.JSX.Element;
9014
9013
 
@@ -9108,5 +9107,5 @@ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
9108
9107
 
9109
9108
  declare const operationsManifest: FeatureModule;
9110
9109
 
9111
- export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealDrawer, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, buildListConfig, calculateProgress, catalogItemToResourceDefinition, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
9110
+ export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealDrawer, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, buildListConfig, calculateProgress, catalogItemToResourceDefinition, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
9112
9111
  export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps, ZodFormRendererProps };