@elevasis/ui 2.10.2 → 2.12.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 (46) hide show
  1. package/dist/app/index.js +2 -2
  2. package/dist/{chunk-YQLE5HR5.js → chunk-235RO24Z.js} +2 -2
  3. package/dist/chunk-3ZMAGTWF.js +18 -0
  4. package/dist/{chunk-AT5XCBTU.js → chunk-7PLBPEBW.js} +2 -2
  5. package/dist/chunk-BRXELOHC.js +47 -0
  6. package/dist/{chunk-KYOF6NYW.js → chunk-ETWKPFOO.js} +1 -1
  7. package/dist/{chunk-M6ZZ2FW5.js → chunk-F6SMVMFC.js} +3 -3
  8. package/dist/{chunk-GJVGV7QZ.js → chunk-GHCYUZZE.js} +276 -5
  9. package/dist/{chunk-XA34RETF.js → chunk-GHIPBT5V.js} +1 -14
  10. package/dist/{chunk-TSX4I3NW.js → chunk-ISVFJCPP.js} +1 -1
  11. package/dist/{chunk-WHQXDETX.js → chunk-MISBW6WW.js} +124 -5
  12. package/dist/{chunk-LPSBID5V.js → chunk-PXFV47B3.js} +1 -1
  13. package/dist/{chunk-CLXMNMIS.js → chunk-TXZXMTZB.js} +652 -110
  14. package/dist/{chunk-6PNHW4X2.js → chunk-TYWZABTP.js} +115 -137
  15. package/dist/{chunk-E3IFHX6A.js → chunk-WM7JTTPX.js} +494 -311
  16. package/dist/{chunk-CYT4PORT.js → chunk-ZKCQEHEJ.js} +7 -51
  17. package/dist/components/index.d.ts +241 -3
  18. package/dist/components/index.js +20 -18
  19. package/dist/execution/index.js +2 -1
  20. package/dist/features/auth/index.d.ts +85 -0
  21. package/dist/features/crm/index.d.ts +94 -2
  22. package/dist/features/crm/index.js +6 -4
  23. package/dist/features/dashboard/index.js +7 -5
  24. package/dist/features/delivery/index.d.ts +132 -13
  25. package/dist/features/delivery/index.js +6 -4
  26. package/dist/features/lead-gen/index.js +10 -8
  27. package/dist/features/monitoring/index.js +8 -6
  28. package/dist/features/operations/index.js +9 -7
  29. package/dist/features/settings/index.d.ts +85 -0
  30. package/dist/features/settings/index.js +7 -5
  31. package/dist/hooks/index.d.ts +426 -52
  32. package/dist/hooks/index.js +5 -3
  33. package/dist/hooks/published.d.ts +426 -52
  34. package/dist/hooks/published.js +5 -3
  35. package/dist/index.d.ts +387 -23
  36. package/dist/index.js +7 -5
  37. package/dist/initialization/index.d.ts +85 -0
  38. package/dist/profile/index.d.ts +85 -0
  39. package/dist/provider/index.js +2 -2
  40. package/dist/supabase/index.d.ts +166 -0
  41. package/dist/supabase/index.js +2 -47
  42. package/dist/theme/index.js +2 -2
  43. package/dist/types/index.d.ts +86 -1
  44. package/dist/zustand/index.d.ts +0 -4
  45. package/dist/zustand/index.js +0 -10
  46. package/package.json +4 -4
@@ -1,15 +1,16 @@
1
1
  import { ChatHeader, ChatSidebar } from './chunk-ROSMICXG.js';
2
2
  import { SubshellLoader } from './chunk-ADSSLKKP.js';
3
- import { ResourceHealthPanel } from './chunk-TSX4I3NW.js';
3
+ import { ResourceHealthPanel } from './chunk-ISVFJCPP.js';
4
4
  import { PageContainer } from './chunk-BZZCNLT6.js';
5
5
  import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
6
6
  import { CustomModal, ConfirmationModal } from './chunk-GBMNCNHX.js';
7
- import { BaseNode, useGraphTheme, BaseEdge, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-GJVGV7QZ.js';
7
+ import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-GHCYUZZE.js';
8
8
  import { useCyberColors, CyberDonut } from './chunk-STZJ7SY5.js';
9
9
  import { AppShellLoader } from './chunk-YEX4MQSY.js';
10
- import { getResourceStatusColor, useMergedExecution, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-XA34RETF.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, showApiErrorNotification, showSuccessNotification, useBulkDeleteExecutions } from './chunk-E3IFHX6A.js';
10
+ import { getResourceStatusColor, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-GHIPBT5V.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, showApiErrorNotification, showSuccessNotification, useBulkDeleteExecutions } from './chunk-WM7JTTPX.js';
12
12
  import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
13
+ import { useMergedExecution } from './chunk-3ZMAGTWF.js';
13
14
  import { useOptionalElevasisFeatures, useElevasisFeatures } from './chunk-C7BX547M.js';
14
15
  import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
15
16
  import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-SQQGLGHW.js';
@@ -23,7 +24,7 @@ import { useInitialization } from './chunk-TUXTSEAF.js';
23
24
  import { useOrganization } from './chunk-DD3CCMCZ.js';
24
25
  import { useRouterContext } from './chunk-Q7DJKLEN.js';
25
26
  import { z } from 'zod';
26
- import { Stack, Group, Text, Badge, TextInput, Textarea, Radio, Checkbox, Select, NumberInput, Title, Alert, Button, ActionIcon, Collapse, Card, ThemeIcon, SimpleGrid, Divider, Paper, Space, CopyButton, Center, Tooltip, Code, Menu, useMantineTheme, UnstyledButton, RangeSlider, Loader, Box, Progress, Tabs, Pagination, Modal, LoadingOverlay, SegmentedControl, Switch, ScrollArea, MultiSelect } from '@mantine/core';
27
+ import { Stack, Group, Text, Badge, Title, Textarea, Alert, Button, ActionIcon, Collapse, Card, ThemeIcon, SimpleGrid, Divider, Paper, Space, CopyButton, Center, Tooltip, Code, Menu, useMantineTheme, UnstyledButton, Select, RangeSlider, Loader, Box, Progress, Tabs, Pagination, TextInput, Modal, LoadingOverlay, SegmentedControl, Switch, ScrollArea, MultiSelect } from '@mantine/core';
27
28
  import { IconBrain, IconFileText, IconMail, IconSend, IconClock, IconArrowUp, IconMessageCircle, IconRocket, IconEye, IconEdit, IconAlertTriangle, IconRefresh, IconX, IconCheck, IconCode, IconAlertCircle, IconChevronRight, IconTool, IconSettings, IconCpu, IconClockHour4, IconVersions, IconPlayerPlay, IconNetwork, IconSitemap, IconCopy, IconPlayerStop, IconReload, IconTrash, IconTerminal2, IconBug, IconChevronDown, IconMessage, IconArrowLeft, IconRobot, IconGitBranch, IconDotsVertical, IconFilter, IconCircleCheck, IconCategory, IconDatabase, IconApps, IconRoute, IconAdjustmentsHorizontal, IconSearch, IconCircleX, IconCircleDashed, IconExternalLink, IconTopologyStar3, IconInfoCircle, IconPlus, IconLayoutSidebarRightExpand, IconNote, IconArchive, IconDownload, IconTimeline, IconActivityHeartbeat, IconClockPause, IconArrowsMaximize, IconShare2, IconHistory } from '@tabler/icons-react';
28
29
  import { useForm } from '@mantine/form';
29
30
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
@@ -731,51 +732,6 @@ function buildOrganizationGraph(input) {
731
732
  };
732
733
  return OrganizationGraphSchema.parse(graph);
733
734
  }
734
- function FormFieldRenderer({ field, form, richTextRenderer }) {
735
- const commonProps = {
736
- label: field.label,
737
- description: field.description,
738
- placeholder: field.placeholder,
739
- required: field.required,
740
- ...form.getInputProps(field.name)
741
- };
742
- switch (field.type) {
743
- case "text":
744
- return /* @__PURE__ */ jsx(TextInput, { ...commonProps });
745
- case "textarea":
746
- return /* @__PURE__ */ jsx(Textarea, { ...commonProps, minRows: 3, autosize: true });
747
- case "number":
748
- return /* @__PURE__ */ jsx(NumberInput, { ...commonProps, min: field.min, max: field.max });
749
- case "select":
750
- return /* @__PURE__ */ jsx(
751
- Select,
752
- {
753
- ...commonProps,
754
- data: field.options?.map((opt) => ({
755
- label: opt.label,
756
- value: String(opt.value)
757
- })) || []
758
- }
759
- );
760
- case "checkbox":
761
- return /* @__PURE__ */ jsx(Checkbox, { ...commonProps, ...form.getInputProps(field.name, { type: "checkbox" }) });
762
- case "radio":
763
- return /* @__PURE__ */ jsx(Radio.Group, { ...commonProps, children: /* @__PURE__ */ jsx(Stack, { gap: "xs", children: field.options?.map((opt) => /* @__PURE__ */ jsx(Radio, { value: String(opt.value), label: opt.label }, opt.value)) }) });
764
- case "richtext": {
765
- const inputProps = form.getInputProps(field.name);
766
- if (richTextRenderer) {
767
- return richTextRenderer({
768
- content: inputProps.value || "",
769
- onChange: (content) => form.setFieldValue(field.name, content),
770
- placeholder: field.placeholder
771
- });
772
- }
773
- return /* @__PURE__ */ jsx(Textarea, { ...commonProps, minRows: 5, autosize: true });
774
- }
775
- default:
776
- return /* @__PURE__ */ jsx(TextInput, { ...commonProps });
777
- }
778
- }
779
735
  var iconMap = {
780
736
  IconCheck,
781
737
  IconX,
@@ -9074,4 +9030,4 @@ var operationsManifest = {
9074
9030
  }
9075
9031
  };
9076
9032
 
9077
- export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionPanel, AgentSessionGroup, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewPage, CommandViewSidebarContent, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecuteWorkflowModal, ExecutionErrorSection, ExecutionPanel, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDefinitionSection, ResourceDetailPage, ResourceErrorState, ResourceExecuteDialog, ResourceExecuteForm, ResourceFilter, ResourceHeader, ResourceNotFoundState, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionMemory, SessionsPage, SessionsSidebar, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionPanel, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout };
9033
+ export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionPanel, AgentSessionGroup, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewPage, CommandViewSidebarContent, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecuteWorkflowModal, ExecutionErrorSection, ExecutionPanel, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDefinitionSection, ResourceDetailPage, ResourceErrorState, ResourceExecuteDialog, ResourceExecuteForm, ResourceFilter, ResourceHeader, ResourceNotFoundState, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionMemory, SessionsPage, SessionsSidebar, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionPanel, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout };
@@ -5,9 +5,9 @@ import React__default, { ComponentType, ReactNode, CSSProperties, ReactElement }
5
5
  import { Icon, IconCheck } from '@tabler/icons-react';
6
6
  import { Components } from 'react-markdown';
7
7
  import { UseFormReturnType } from '@mantine/form';
8
+ import { z } from 'zod';
8
9
  import { NodeProps, Node, EdgeProps, Edge } from '@xyflow/react';
9
10
  export { default as graphStyles } from '../graph/Graph.module.css';
10
- import { z } from 'zod';
11
11
  import * as _tanstack_react_query from '@tanstack/react-query';
12
12
 
13
13
  interface EmptyStateProps {
@@ -2949,6 +2949,91 @@ type Database$1 = {
2949
2949
  }
2950
2950
  ];
2951
2951
  };
2952
+ reported_issues: {
2953
+ Row: {
2954
+ affected_page: string | null;
2955
+ category: string;
2956
+ context: Json$1 | null;
2957
+ created_at: string;
2958
+ description: string;
2959
+ evidence: Json$1 | null;
2960
+ id: string;
2961
+ organization_id: string;
2962
+ project_id: string | null;
2963
+ reported_at: string;
2964
+ reporter_id: string | null;
2965
+ resolved_at: string | null;
2966
+ severity: string;
2967
+ source: string;
2968
+ status: string;
2969
+ task_id: string | null;
2970
+ title: string;
2971
+ updated_at: string;
2972
+ };
2973
+ Insert: {
2974
+ affected_page?: string | null;
2975
+ category: string;
2976
+ context?: Json$1 | null;
2977
+ created_at?: string;
2978
+ description: string;
2979
+ evidence?: Json$1 | null;
2980
+ id?: string;
2981
+ organization_id: string;
2982
+ project_id?: string | null;
2983
+ reported_at?: string;
2984
+ reporter_id?: string | null;
2985
+ resolved_at?: string | null;
2986
+ severity: string;
2987
+ source: string;
2988
+ status?: string;
2989
+ task_id?: string | null;
2990
+ title: string;
2991
+ updated_at?: string;
2992
+ };
2993
+ Update: {
2994
+ affected_page?: string | null;
2995
+ category?: string;
2996
+ context?: Json$1 | null;
2997
+ created_at?: string;
2998
+ description?: string;
2999
+ evidence?: Json$1 | null;
3000
+ id?: string;
3001
+ organization_id?: string;
3002
+ project_id?: string | null;
3003
+ reported_at?: string;
3004
+ reporter_id?: string | null;
3005
+ resolved_at?: string | null;
3006
+ severity?: string;
3007
+ source?: string;
3008
+ status?: string;
3009
+ task_id?: string | null;
3010
+ title?: string;
3011
+ updated_at?: string;
3012
+ };
3013
+ Relationships: [
3014
+ {
3015
+ foreignKeyName: "reported_issues_organization_id_fkey";
3016
+ columns: ["organization_id"];
3017
+ isOneToOne: false;
3018
+ referencedRelation: "organizations";
3019
+ referencedColumns: ["id"];
3020
+ },
3021
+ {
3022
+ foreignKeyName: "reported_issues_project_id_fkey";
3023
+ columns: ["project_id"];
3024
+ isOneToOne: false;
3025
+ referencedRelation: "prj_projects";
3026
+ referencedColumns: ["id"];
3027
+ },
3028
+ {
3029
+ foreignKeyName: "reported_issues_task_id_fkey";
3030
+ columns: ["task_id"];
3031
+ isOneToOne: false;
3032
+ referencedRelation: "prj_tasks";
3033
+ referencedColumns: ["id"];
3034
+ }
3035
+ ];
3036
+ };
2952
3037
  session_messages: {
2953
3038
  Row: {
2954
3039
  created_at: string | null;
@@ -3470,6 +3555,8 @@ interface DealContact {
3470
3555
  interface DealFilters {
3471
3556
  stage?: DealStage;
3472
3557
  search?: string;
3558
+ limit?: number;
3559
+ offset?: number;
3473
3560
  }
3474
3561
  /** Deal list item with joined contact and company data */
3475
3562
  interface DealListItem extends AcqDealRow {
@@ -6375,6 +6462,91 @@ type Database = {
6375
6462
  },
6376
6463
  ]
6377
6464
  }
6465
+ reported_issues: {
6466
+ Row: {
6467
+ affected_page: string | null
6468
+ category: string
6469
+ context: Json | null
6470
+ created_at: string
6471
+ description: string
6472
+ evidence: Json | null
6473
+ id: string
6474
+ organization_id: string
6475
+ project_id: string | null
6476
+ reported_at: string
6477
+ reporter_id: string | null
6478
+ resolved_at: string | null
6479
+ severity: string
6480
+ source: string
6481
+ status: string
6482
+ task_id: string | null
6483
+ title: string
6484
+ updated_at: string
6485
+ }
6486
+ Insert: {
6487
+ affected_page?: string | null
6488
+ category: string
6489
+ context?: Json | null
6490
+ created_at?: string
6491
+ description: string
6492
+ evidence?: Json | null
6493
+ id?: string
6494
+ organization_id: string
6495
+ project_id?: string | null
6496
+ reported_at?: string
6497
+ reporter_id?: string | null
6498
+ resolved_at?: string | null
6499
+ severity: string
6500
+ source: string
6501
+ status?: string
6502
+ task_id?: string | null
6503
+ title: string
6504
+ updated_at?: string
6505
+ }
6506
+ Update: {
6507
+ affected_page?: string | null
6508
+ category?: string
6509
+ context?: Json | null
6510
+ created_at?: string
6511
+ description?: string
6512
+ evidence?: Json | null
6513
+ id?: string
6514
+ organization_id?: string
6515
+ project_id?: string | null
6516
+ reported_at?: string
6517
+ reporter_id?: string | null
6518
+ resolved_at?: string | null
6519
+ severity?: string
6520
+ source?: string
6521
+ status?: string
6522
+ task_id?: string | null
6523
+ title?: string
6524
+ updated_at?: string
6525
+ }
6526
+ Relationships: [
6527
+ {
6528
+ foreignKeyName: "reported_issues_organization_id_fkey"
6529
+ columns: ["organization_id"]
6530
+ isOneToOne: false
6531
+ referencedRelation: "organizations"
6532
+ referencedColumns: ["id"]
6533
+ },
6534
+ {
6535
+ foreignKeyName: "reported_issues_project_id_fkey"
6536
+ columns: ["project_id"]
6537
+ isOneToOne: false
6538
+ referencedRelation: "prj_projects"
6539
+ referencedColumns: ["id"]
6540
+ },
6541
+ {
6542
+ foreignKeyName: "reported_issues_task_id_fkey"
6543
+ columns: ["task_id"]
6544
+ isOneToOne: false
6545
+ referencedRelation: "prj_tasks"
6546
+ referencedColumns: ["id"]
6547
+ },
6548
+ ]
6549
+ }
6378
6550
  session_messages: {
6379
6551
  Row: {
6380
6552
  created_at: string | null
@@ -6757,6 +6929,12 @@ declare const GetRecentActivityResponseSchema = z.object({
6757
6929
  })
6758
6930
  type GetRecentActivityResponse = z.infer<typeof GetRecentActivityResponseSchema>
6759
6931
 
6932
+ interface ExecuteAsyncResult {
6933
+ executionId: string;
6934
+ status: string;
6935
+ resourceId: string;
6936
+ }
6937
+
6760
6938
  type SortDirection = 'asc' | 'desc';
6761
6939
  interface SortState {
6762
6940
  column: string;
@@ -6981,6 +7159,33 @@ interface FormFieldRendererProps {
6981
7159
  }
6982
7160
  declare function FormFieldRenderer({ field, form, richTextRenderer }: FormFieldRendererProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
6983
7161
 
7162
+ interface ZodFormRendererProps<TSchema extends z.ZodType> {
7163
+ schema: TSchema;
7164
+ defaults?: Partial<z.infer<TSchema>>;
7165
+ onSubmit: (data: z.infer<TSchema>) => void | Promise<void>;
7166
+ submitLabel?: string;
7167
+ isPending?: boolean;
7168
+ }
7169
+ /**
7170
+ * Full-form renderer that introspects a Zod schema and renders a Mantine form.
7171
+ *
7172
+ * Supported top-level types: ZodObject (iterates shape), ZodString, ZodNumber,
7173
+ * ZodBoolean, ZodEnum, ZodOptional/Nullable wrappers around any of the above.
7174
+ * Unsupported types fall back to a JSON textarea — the form always renders.
7175
+ *
7176
+ * Does NOT use mantine-form-zod-resolver (not a @repo/ui dependency). Validation
7177
+ * is performed via schema.safeParse inside the submit handler.
7178
+ *
7179
+ * @example
7180
+ * <ZodFormRenderer
7181
+ * schema={writeNoteInputSchema}
7182
+ * defaults={{ dealId: currentDeal.id }}
7183
+ * onSubmit={async (data) => { await execute(data) }}
7184
+ * submitLabel="Write Note"
7185
+ * />
7186
+ */
7187
+ declare function ZodFormRenderer<TSchema extends z.ZodType>({ schema, defaults, onSubmit, submitLabel, isPending }: ZodFormRendererProps<TSchema>): react_jsx_runtime.JSX.Element;
7188
+
6984
7189
  interface ExecutionLogEntry {
6985
7190
  id: string;
6986
7191
  resourceId: string;
@@ -7446,6 +7651,39 @@ declare const AgentIterationNode: React$1.NamedExoticComponent<NodeProps>;
7446
7651
 
7447
7652
  declare const AgentIterationEdge: React$1.NamedExoticComponent<EdgeProps>;
7448
7653
 
7654
+ type RunResourceInputResolver = (() => Record<string, unknown>) | (() => {
7655
+ schema: z.ZodType;
7656
+ defaults: Record<string, unknown>;
7657
+ }) | (() => {
7658
+ schema: z.ZodType;
7659
+ });
7660
+ interface RunResourceButtonProps {
7661
+ resourceId: string;
7662
+ resourceType: 'workflow' | 'agent' | 'trigger';
7663
+ getInput: RunResourceInputResolver;
7664
+ label?: string;
7665
+ icon?: ReactNode;
7666
+ color?: string;
7667
+ organizationModel?: {
7668
+ resourceMappings?: Array<{
7669
+ resourceId: string;
7670
+ label?: string;
7671
+ color?: string;
7672
+ }>;
7673
+ };
7674
+ onSuccess?: (result: ExecuteAsyncResult) => void;
7675
+ onError?: (error: Error) => void;
7676
+ }
7677
+ /**
7678
+ * A Mantine Button that executes a resource (workflow, agent, or trigger).
7679
+ *
7680
+ * - If getInput() returns a plain object, executes immediately.
7681
+ * - If getInput() returns { schema, defaults? }, opens a modal with ZodFormRenderer.
7682
+ *
7683
+ * Label and color resolve from: explicit props > resourceMappings entry > defaults.
7684
+ */
7685
+ declare function RunResourceButton({ resourceId, resourceType, getInput, label, icon, color, organizationModel, onSuccess, onError }: RunResourceButtonProps): react_jsx_runtime.JSX.Element;
7686
+
7449
7687
  /**
7450
7688
  * Graph Component Types
7451
7689
  *
@@ -8766,5 +9004,5 @@ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
8766
9004
 
8767
9005
  declare const operationsManifest: FeatureModule;
8768
9006
 
8769
- 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, DocTreeNav, 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, KnowledgeBasePage, 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, 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, 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 };
8770
- 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, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
9007
+ 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, DocTreeNav, 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, KnowledgeBasePage, 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 };
9008
+ 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 };
@@ -1,17 +1,17 @@
1
1
  import { CollapsibleSidebarGroup } from '../chunk-4BF74JVD.js';
2
2
  import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
3
- export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-CLXMNMIS.js';
4
- export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-AT5XCBTU.js';
5
- export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, 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-CYT4PORT.js';
3
+ export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-TXZXMTZB.js';
4
+ export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-7PLBPEBW.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-ZKCQEHEJ.js';
6
6
  import '../chunk-ROSMICXG.js';
7
7
  import { SubshellLoader } from '../chunk-ADSSLKKP.js';
8
8
  import '../chunk-G2TDX3W6.js';
9
- import { NotificationList } from '../chunk-YQLE5HR5.js';
10
- export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-YQLE5HR5.js';
11
- export { ResourceHealthPanel } from '../chunk-TSX4I3NW.js';
9
+ import { NotificationList } from '../chunk-235RO24Z.js';
10
+ export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-235RO24Z.js';
11
+ export { ResourceHealthPanel } from '../chunk-ISVFJCPP.js';
12
12
  export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-AL23U6C3.js';
13
- export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-M6ZZ2FW5.js';
14
- export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-WHQXDETX.js';
13
+ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-F6SMVMFC.js';
14
+ export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-MISBW6WW.js';
15
15
  export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
16
16
  import { PageContainer } from '../chunk-BZZCNLT6.js';
17
17
  import { SubshellNavItem } from '../chunk-CEWTOKE7.js';
@@ -20,22 +20,24 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
20
20
  export { FilterBar } from '../chunk-PDHTXPSF.js';
21
21
  import { CustomModal } from '../chunk-GBMNCNHX.js';
22
22
  export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
23
- import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-GJVGV7QZ.js';
24
- export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-GJVGV7QZ.js';
23
+ import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-GHCYUZZE.js';
24
+ export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-GHCYUZZE.js';
25
25
  export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
26
26
  import '../chunk-STZJ7SY5.js';
27
27
  import { AppShellLoader } from '../chunk-YEX4MQSY.js';
28
- import '../chunk-KYOF6NYW.js';
29
- export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-XA34RETF.js';
28
+ import '../chunk-ETWKPFOO.js';
29
+ export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-GHIPBT5V.js';
30
30
  import '../chunk-7M2VOCYN.js';
31
- import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-E3IFHX6A.js';
32
- export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-E3IFHX6A.js';
31
+ import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-WM7JTTPX.js';
32
+ export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-WM7JTTPX.js';
33
33
  import '../chunk-LXHZYSMQ.js';
34
+ import '../chunk-BRXELOHC.js';
34
35
  import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
35
36
  export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
37
+ import '../chunk-3ZMAGTWF.js';
36
38
  import '../chunk-DKQQK3WX.js';
37
- import '../chunk-LPSBID5V.js';
38
- import '../chunk-6PNHW4X2.js';
39
+ import '../chunk-PXFV47B3.js';
40
+ import '../chunk-TYWZABTP.js';
39
41
  import '../chunk-F4TPY6YL.js';
40
42
  import '../chunk-C7BX547M.js';
41
43
  import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-RX4UWZZR.js';
@@ -370,7 +372,7 @@ function ApiKeySettings() {
370
372
  const dayAgo = new Date(Date.now() - 24 * 60 * 60 * 1e3);
371
373
  return lastUsed > dayAgo;
372
374
  }).length;
373
- return /* @__PURE__ */ jsxs(Fragment, { children: [
375
+ return /* @__PURE__ */ jsxs(Stack, { children: [
374
376
  /* @__PURE__ */ jsx(
375
377
  PageTitleCaption,
376
378
  {
@@ -688,7 +690,7 @@ function DeploymentSettings() {
688
690
  if (!isReady) return /* @__PURE__ */ jsx(AppShellLoader, {});
689
691
  const totalDeployments = deployments.length;
690
692
  const activeDeployment = deployments.find((d) => d.status === "active");
691
- return /* @__PURE__ */ jsxs(Fragment, { children: [
693
+ return /* @__PURE__ */ jsxs(Stack, { children: [
692
694
  /* @__PURE__ */ jsx(PageTitleCaption, { title: "Deployments", caption: "View deployment history for externally deployed SDK bundles" }),
693
695
  /* @__PURE__ */ jsxs(SimpleGrid, { cols: 3, children: [
694
696
  /* @__PURE__ */ jsx(
@@ -1,2 +1,3 @@
1
- export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useMergedExecution, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from '../chunk-XA34RETF.js';
1
+ export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from '../chunk-GHIPBT5V.js';
2
+ export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
2
3
  import '../chunk-ELJIFLCB.js';
@@ -2070,6 +2070,91 @@ type Database = {
2070
2070
  }
2071
2071
  ];
2072
2072
  };
2073
+ reported_issues: {
2074
+ Row: {
2075
+ affected_page: string | null;
2076
+ category: string;
2077
+ context: Json | null;
2078
+ created_at: string;
2079
+ description: string;
2080
+ evidence: Json | null;
2081
+ id: string;
2082
+ organization_id: string;
2083
+ project_id: string | null;
2084
+ reported_at: string;
2085
+ reporter_id: string | null;
2086
+ resolved_at: string | null;
2087
+ severity: string;
2088
+ source: string;
2089
+ status: string;
2090
+ task_id: string | null;
2091
+ title: string;
2092
+ updated_at: string;
2093
+ };
2094
+ Insert: {
2095
+ affected_page?: string | null;
2096
+ category: string;
2097
+ context?: Json | null;
2098
+ created_at?: string;
2099
+ description: string;
2100
+ evidence?: Json | null;
2101
+ id?: string;
2102
+ organization_id: string;
2103
+ project_id?: string | null;
2104
+ reported_at?: string;
2105
+ reporter_id?: string | null;
2106
+ resolved_at?: string | null;
2107
+ severity: string;
2108
+ source: string;
2109
+ status?: string;
2110
+ task_id?: string | null;
2111
+ title: string;
2112
+ updated_at?: string;
2113
+ };
2114
+ Update: {
2115
+ affected_page?: string | null;
2116
+ category?: string;
2117
+ context?: Json | null;
2118
+ created_at?: string;
2119
+ description?: string;
2120
+ evidence?: Json | null;
2121
+ id?: string;
2122
+ organization_id?: string;
2123
+ project_id?: string | null;
2124
+ reported_at?: string;
2125
+ reporter_id?: string | null;
2126
+ resolved_at?: string | null;
2127
+ severity?: string;
2128
+ source?: string;
2129
+ status?: string;
2130
+ task_id?: string | null;
2131
+ title?: string;
2132
+ updated_at?: string;
2133
+ };
2134
+ Relationships: [
2135
+ {
2136
+ foreignKeyName: "reported_issues_organization_id_fkey";
2137
+ columns: ["organization_id"];
2138
+ isOneToOne: false;
2139
+ referencedRelation: "organizations";
2140
+ referencedColumns: ["id"];
2141
+ },
2142
+ {
2143
+ foreignKeyName: "reported_issues_project_id_fkey";
2144
+ columns: ["project_id"];
2145
+ isOneToOne: false;
2146
+ referencedRelation: "prj_projects";
2147
+ referencedColumns: ["id"];
2148
+ },
2149
+ {
2150
+ foreignKeyName: "reported_issues_task_id_fkey";
2151
+ columns: ["task_id"];
2152
+ isOneToOne: false;
2153
+ referencedRelation: "prj_tasks";
2154
+ referencedColumns: ["id"];
2155
+ }
2156
+ ];
2157
+ };
2073
2158
  session_messages: {
2074
2159
  Row: {
2075
2160
  created_at: string | null;