@elevasis/ui 2.32.0 → 2.33.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.
Files changed (91) hide show
  1. package/dist/app/index.d.ts +3 -0
  2. package/dist/app/index.js +3 -3
  3. package/dist/{chunk-LLRXA7D7.js → chunk-2VYMDNJ3.js} +1 -1
  4. package/dist/{chunk-7KZINJLP.js → chunk-3YZRKADM.js} +4 -4
  5. package/dist/{chunk-MOY4VOHF.js → chunk-4AAZXKLL.js} +1 -1
  6. package/dist/{chunk-RQTWIXJ5.js → chunk-53436UTQ.js} +1 -1
  7. package/dist/{chunk-WQPX44YM.js → chunk-AV2TKVVV.js} +673 -168
  8. package/dist/chunk-CLDCYJQT.js +1 -0
  9. package/dist/chunk-DWXDNT7P.js +145 -0
  10. package/dist/{chunk-T35FWDAB.js → chunk-DYIDXUJS.js} +1089 -158
  11. package/dist/{chunk-IQHU7O5Y.js → chunk-F3MXFE72.js} +1 -1
  12. package/dist/{chunk-5FJJ72HU.js → chunk-FOUYP4JX.js} +1 -1
  13. package/dist/{chunk-QQHOKTJA.js → chunk-H6EFQP2P.js} +39 -2
  14. package/dist/{chunk-5J4PDX26.js → chunk-KW7ZNQD7.js} +16 -2
  15. package/dist/{chunk-ZQOKIGZP.js → chunk-NCEQGEW5.js} +4 -4
  16. package/dist/{chunk-6DWD423K.js → chunk-PIS24NIV.js} +1 -1
  17. package/dist/{chunk-4MFNGNHF.js → chunk-QVTIOT73.js} +2 -2
  18. package/dist/{chunk-GCOQ3TBG.js → chunk-SWMQTF2H.js} +2 -2
  19. package/dist/{chunk-4QK76KIF.js → chunk-UNVRVCXZ.js} +1 -1
  20. package/dist/{chunk-VRNMNB3O.js → chunk-UYRT7SPM.js} +1 -1
  21. package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
  22. package/dist/{chunk-YLQEVSOR.js → chunk-WGUEIGPC.js} +202 -54
  23. package/dist/{chunk-QXCDKE2O.js → chunk-WJOE76FI.js} +9 -28
  24. package/dist/{chunk-QTI3KC7D.js → chunk-YENKDBUU.js} +106 -43
  25. package/dist/components/index.d.ts +117 -4
  26. package/dist/components/index.js +24 -23
  27. package/dist/components/navigation/index.js +4 -3
  28. package/dist/execution/index.d.ts +8 -3
  29. package/dist/features/auth/index.d.ts +3 -0
  30. package/dist/features/clients/index.js +8 -7
  31. package/dist/features/crm/index.d.ts +3 -0
  32. package/dist/features/crm/index.js +10 -9
  33. package/dist/features/dashboard/index.d.ts +113 -3
  34. package/dist/features/dashboard/index.js +9 -8
  35. package/dist/features/delivery/index.d.ts +3 -0
  36. package/dist/features/delivery/index.js +9 -8
  37. package/dist/features/knowledge/index.js +8 -18
  38. package/dist/features/lead-gen/index.js +10 -9
  39. package/dist/features/monitoring/index.js +10 -9
  40. package/dist/features/monitoring/requests/index.d.ts +2 -2
  41. package/dist/features/monitoring/requests/index.js +8 -7
  42. package/dist/features/operations/index.d.ts +560 -93
  43. package/dist/features/operations/index.js +13 -12
  44. package/dist/features/settings/index.d.ts +3 -0
  45. package/dist/features/settings/index.js +9 -8
  46. package/dist/hooks/delivery/index.d.ts +3 -0
  47. package/dist/hooks/index.d.ts +210 -6
  48. package/dist/hooks/index.js +8 -7
  49. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +205 -4
  50. package/dist/hooks/published.d.ts +210 -6
  51. package/dist/hooks/published.js +8 -7
  52. package/dist/index.d.ts +565 -95
  53. package/dist/index.js +8 -7
  54. package/dist/initialization/index.d.ts +3 -0
  55. package/dist/knowledge/index.d.ts +577 -215
  56. package/dist/knowledge/index.js +1180 -689
  57. package/dist/knowledge-search-index-P7PR626V.js +1514 -0
  58. package/dist/layout/index.js +1 -1
  59. package/dist/profile/index.d.ts +3 -0
  60. package/dist/provider/index.d.ts +447 -73
  61. package/dist/provider/index.js +7 -6
  62. package/dist/provider/published.d.ts +447 -73
  63. package/dist/provider/published.js +5 -4
  64. package/dist/supabase/index.d.ts +6 -0
  65. package/dist/types/index.d.ts +208 -4
  66. package/dist/utils/index.d.ts +113 -3
  67. package/package.json +39 -39
  68. package/src/README.md +29 -29
  69. package/src/api/README.md +18 -18
  70. package/src/app/README.md +24 -24
  71. package/src/auth/README.md +18 -18
  72. package/src/components/README.md +24 -24
  73. package/src/execution/README.md +16 -16
  74. package/src/features/README.md +28 -28
  75. package/src/graph/README.md +16 -16
  76. package/src/hooks/README.md +23 -23
  77. package/src/initialization/README.md +19 -19
  78. package/src/knowledge/README.md +31 -31
  79. package/src/organization/README.md +18 -18
  80. package/src/profile/README.md +19 -19
  81. package/src/provider/README.md +32 -32
  82. package/src/router/README.md +18 -18
  83. package/src/sse/README.md +13 -13
  84. package/src/test-utils/README.md +7 -7
  85. package/src/theme/README.md +23 -23
  86. package/src/theme/presets/README.md +19 -19
  87. package/src/types/README.md +16 -16
  88. package/src/utils/README.md +18 -18
  89. package/src/zustand/README.md +18 -18
  90. package/dist/chunk-UROTM5OR.js +0 -172
  91. package/dist/knowledge-search-index-5KYPO746.js +0 -1479
@@ -1,10 +1,9 @@
1
1
  import { ChatHeader, ChatSidebar } from './chunk-CXY7FMUM.js';
2
- import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, ORGANIZATION_GRAPH_NODE_KIND_ORDER, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-5J4PDX26.js';
2
+ import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, ORGANIZATION_GRAPH_NODE_KIND_ORDER, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-KW7ZNQD7.js';
3
3
  import { SubshellSidebarLoader, SubshellLoader } from './chunk-N55DVMAG.js';
4
- import { resolveSemanticIconComponent, SemanticIcon } from './chunk-UROTM5OR.js';
5
- import { BaseNode, useGraphTheme, BaseEdge, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-LLRXA7D7.js';
4
+ import { BaseNode, useGraphTheme, BaseEdge, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-2VYMDNJ3.js';
6
5
  import { FormFieldRenderer } from './chunk-3MEXPLWT.js';
7
- import { ResourceHealthPanel } from './chunk-IQHU7O5Y.js';
6
+ import { ResourceHealthPanel } from './chunk-F3MXFE72.js';
8
7
  import { useCyberColors, CyberDonut } from './chunk-4DYOXEH6.js';
9
8
  import { ConfirmationModal } from './chunk-VNFR57DF.js';
10
9
  import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
@@ -13,14 +12,15 @@ import { PageContainer } from './chunk-BZZCNLT6.js';
13
12
  import { CustomModal } from './chunk-R66W5UDG.js';
14
13
  import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
15
14
  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, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions, useSystemHealth } from './chunk-GCOQ3TBG.js';
15
+ 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, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions, useSystemHealth } from './chunk-SWMQTF2H.js';
17
16
  import { showApiErrorNotification, showSuccessNotification } from './chunk-XZGSCABI.js';
18
17
  import { useMergedExecution } from './chunk-3ZMAGTWF.js';
19
18
  import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, EmptyState, APIErrorAlert } from './chunk-EPTHX4VZ.js';
20
19
  import { StyledMarkdown } from './chunk-3KMDHCAR.js';
21
- import { useOptionalElevasisSystems, useElevasisSystems } from './chunk-QXCDKE2O.js';
20
+ import { useOptionalElevasisSystems, useElevasisSystems } from './chunk-WJOE76FI.js';
22
21
  import { SubshellContentContainer } from './chunk-TKAYX2SP.js';
23
- import { buildOrganizationGraph, getResourcesForSystem, resolveOrganizationModel, listAllSystems, getSystem, getSystemAncestors } from './chunk-T35FWDAB.js';
22
+ import { resolveSemanticIconComponent, SemanticIcon } from './chunk-DWXDNT7P.js';
23
+ import { buildOrganizationGraph, getResourcesForSystem, resolveOrganizationModel, listAllSystems, getSystem, compileOrganizationOntology, getSystemAncestors } from './chunk-DYIDXUJS.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';
@@ -59,21 +59,21 @@ var iconMap = {
59
59
  IconMail
60
60
  };
61
61
  var semanticActionIconMap = {
62
- "action.approve": IconCheck,
63
- "action.reject": IconX,
64
- "action.retry": IconRefresh,
65
- "action.escalate": IconAlertTriangle,
66
- "action.edit": IconEdit,
67
- "action.view": IconEye,
68
- "action.launch": IconRocket,
69
- "action.message": IconMessageCircle,
70
- "action.promote": IconArrowUp,
71
- "action.submit": IconSend,
72
- "action.email": IconMail,
73
- "status.pending": IconClock,
74
- "status.success": IconCheck,
75
- "status.error": IconX,
76
- "status.warning": IconAlertTriangle
62
+ approve: IconCheck,
63
+ reject: IconX,
64
+ retry: IconRefresh,
65
+ escalate: IconAlertTriangle,
66
+ edit: IconEdit,
67
+ view: IconEye,
68
+ launch: IconRocket,
69
+ message: IconMessageCircle,
70
+ promote: IconArrowUp,
71
+ submit: IconSend,
72
+ email: IconMail,
73
+ pending: IconClock,
74
+ success: IconCheck,
75
+ error: IconX,
76
+ warning: IconAlertTriangle
77
77
  };
78
78
  function getIcon(iconName) {
79
79
  if (!iconName) return null;
@@ -4160,13 +4160,29 @@ function getNodeKindLabel2(kind) {
4160
4160
  return kind;
4161
4161
  }
4162
4162
  }
4163
- function getNodeIconFallbackKind(kind) {
4164
- if (kind === "knowledge") return "knowledge";
4165
- if (kind === "resource") return "resource";
4166
- if (kind === "entity") return "entity";
4167
- if (kind === "event") return "event";
4168
- if (kind === "policy") return "policy";
4169
- return "unknown";
4163
+ function getNodeIconToken(kind) {
4164
+ switch (kind) {
4165
+ case "knowledge":
4166
+ return "knowledge";
4167
+ case "resource":
4168
+ return "resources";
4169
+ case "entity":
4170
+ return "database";
4171
+ case "event":
4172
+ return "bolt";
4173
+ case "policy":
4174
+ return "shield";
4175
+ case "system":
4176
+ return "apps";
4177
+ case "role":
4178
+ return "users";
4179
+ case "action":
4180
+ return "approve";
4181
+ case "stage":
4182
+ return "pipeline";
4183
+ default:
4184
+ return "info";
4185
+ }
4170
4186
  }
4171
4187
  function titleCase2(value) {
4172
4188
  return value.charAt(0).toUpperCase() + value.slice(1);
@@ -4304,14 +4320,7 @@ function OrganizationGraphDetailPanel({
4304
4320
  /* @__PURE__ */ jsx(
4305
4321
  CardHeader,
4306
4322
  {
4307
- icon: state.state === "node" ? /* @__PURE__ */ jsx(
4308
- SemanticIcon,
4309
- {
4310
- token: state.node.icon,
4311
- fallbackKind: getNodeIconFallbackKind(state.node.kind),
4312
- size: 16
4313
- }
4314
- ) : void 0,
4323
+ icon: state.state === "node" ? /* @__PURE__ */ jsx(SemanticIcon, { token: state.node.icon ?? getNodeIconToken(state.node.kind), size: 16 }) : void 0,
4315
4324
  title: state.title,
4316
4325
  subtitle: state.operationalMeaning,
4317
4326
  titleOrder: 4,
@@ -6070,7 +6079,8 @@ var NODE_KIND_ORDER = {
6070
6079
  goal: 12,
6071
6080
  surface: 13,
6072
6081
  "navigation-group": 14,
6073
- "content-node": 15
6082
+ ontology: 15,
6083
+ "content-node": 16
6074
6084
  };
6075
6085
  function getNodeLabel(node) {
6076
6086
  return node.label || node.sourceId || node.id;
@@ -7488,6 +7498,7 @@ function getNodeThemeByKind(tokens) {
7488
7498
  goal: mixColors(tokens.primary, tokens.error, 0.5),
7489
7499
  surface: mixColors(tokens.primary, tokens.success, 0.55),
7490
7500
  "navigation-group": mixColors(tokens.primary, tokens.text, 0.45),
7501
+ ontology: mixColors(tokens.primary, tokens.warning, 0.44),
7491
7502
  "content-node": mixColors(tokens.primary, tokens.success, 0.3)
7492
7503
  };
7493
7504
  return Object.fromEntries(
@@ -7517,9 +7528,13 @@ function getEdgeColor(edge, tokens) {
7517
7528
  return mixColors(tokens.primary, tokens.text, 0.45);
7518
7529
  case "maps_to":
7519
7530
  case "originates_from":
7531
+ case "actions":
7520
7532
  return mixColors(tokens.primary, tokens.warning, 0.4);
7521
7533
  case "uses":
7522
7534
  case "links":
7535
+ case "reads":
7536
+ case "writes":
7537
+ case "uses_catalog":
7523
7538
  return mixColors(tokens.success, tokens.primary, 0.44);
7524
7539
  case "affects":
7525
7540
  case "effects":
@@ -11665,6 +11680,30 @@ var RESOURCE_KIND_ICONS = {
11665
11680
  integration: IconPlugConnected,
11666
11681
  script: IconScript
11667
11682
  };
11683
+ function childSystemsOf(system) {
11684
+ return system?.systems ?? system?.subsystems ?? {};
11685
+ }
11686
+ function ontologyCounts(model) {
11687
+ const compiled = compileOrganizationOntology(model);
11688
+ return {
11689
+ objects: Object.keys(compiled.ontology.objectTypes).length,
11690
+ actions: Object.keys(compiled.ontology.actionTypes).length,
11691
+ catalogs: Object.keys(compiled.ontology.catalogTypes).length,
11692
+ surfaces: Object.keys(compiled.ontology.surfaces).length,
11693
+ diagnostics: compiled.diagnostics.length
11694
+ };
11695
+ }
11696
+ function ontologyCountsForSystem(model, systemPath) {
11697
+ const compiled = compileOrganizationOntology(model);
11698
+ const belongsToSystem = (ownerSystemId) => systemPath === "" || ownerSystemId === systemPath || ownerSystemId?.startsWith(`${systemPath}.`);
11699
+ return {
11700
+ objects: Object.values(compiled.ontology.objectTypes).filter((record) => belongsToSystem(record.ownerSystemId)).length,
11701
+ actions: Object.values(compiled.ontology.actionTypes).filter((record) => belongsToSystem(record.ownerSystemId)).length,
11702
+ catalogs: Object.values(compiled.ontology.catalogTypes).filter((record) => belongsToSystem(record.ownerSystemId)).length,
11703
+ surfaces: Object.values(compiled.ontology.surfaces).filter((record) => belongsToSystem(record.ownerSystemId)).length,
11704
+ diagnostics: compiled.diagnostics.length
11705
+ };
11706
+ }
11668
11707
  function buildBreadcrumbs(model, systemPath) {
11669
11708
  const items = [{ label: "Systems", path: "" }];
11670
11709
  if (!systemPath) return items;
@@ -11691,7 +11730,7 @@ function commandViewPathForSystem(systemPath) {
11691
11730
  return `/knowledge/command-view${suffix}`;
11692
11731
  }
11693
11732
  function childEntries(systemPath, system, model) {
11694
- const systems = systemPath ? system?.subsystems ?? {} : model.systems;
11733
+ const systems = systemPath ? childSystemsOf(system) : model.systems;
11695
11734
  return Object.entries(systems).map(([localId, child]) => {
11696
11735
  const path = systemPath ? `${systemPath}.${localId}` : localId;
11697
11736
  return {
@@ -11767,7 +11806,7 @@ function SystemSummaryPaper({
11767
11806
  rollupMode,
11768
11807
  onNavigate
11769
11808
  }) {
11770
- const childCount = Object.keys(entry.system.subsystems ?? {}).length;
11809
+ const childCount = Object.keys(childSystemsOf(entry.system)).length;
11771
11810
  return /* @__PURE__ */ jsx(Paper, { withBorder: true, p: "md", radius: "md", children: /* @__PURE__ */ jsxs(Stack, { gap: "sm", children: [
11772
11811
  /* @__PURE__ */ jsxs(Group, { justify: "space-between", align: "flex-start", wrap: "nowrap", children: [
11773
11812
  /* @__PURE__ */ jsxs(Stack, { gap: 3, style: { minWidth: 0 }, children: [
@@ -11867,6 +11906,7 @@ function SystemsIndex({ model, onNavigate }) {
11867
11906
  (entry) => matchesFilters(entry, searchQuery, statusFilter, resourceKinds, rollupMode)
11868
11907
  );
11869
11908
  const rootMetrics = aggregateSystemMetrics(model, "");
11909
+ const rootOntologyCounts = ontologyCounts(model);
11870
11910
  return /* @__PURE__ */ jsxs(Stack, { gap: "md", children: [
11871
11911
  /* @__PURE__ */ jsx(PageTitleCaption, { title: "Systems", caption: "Semantic operating systems and resource rollups from the organization model." }),
11872
11912
  /* @__PURE__ */ jsx(Paper, { withBorder: true, p: "md", radius: "md", children: /* @__PURE__ */ jsxs(Stack, { gap: "md", children: [
@@ -11880,11 +11920,18 @@ function SystemsIndex({ model, onNavigate }) {
11880
11920
  /* @__PURE__ */ jsxs(SimpleGrid, { cols: { base: 2, md: 4 }, spacing: "xs", children: [
11881
11921
  /* @__PURE__ */ jsx(MetricCard2, { label: "Systems", value: listAllSystems(model).length, detail: "semantic nodes" }),
11882
11922
  /* @__PURE__ */ jsx(MetricCard2, { label: "Resources", value: rootMetrics.resourceCount, detail: "all resource descriptors" }),
11883
- /* @__PURE__ */ jsx(MetricCard2, { label: "Health", value: "--", detail: "System endpoint pending" }),
11884
- /* @__PURE__ */ jsx(MetricCard2, { label: "Rollup", value: rollupMode === "descendants" ? "All" : "Direct", detail: "sidebar controlled" })
11923
+ /* @__PURE__ */ jsx(
11924
+ MetricCard2,
11925
+ {
11926
+ label: "Ontology",
11927
+ value: rootOntologyCounts.objects + rootOntologyCounts.actions + rootOntologyCounts.catalogs,
11928
+ detail: `${rootOntologyCounts.objects} objects / ${rootOntologyCounts.actions} actions / ${rootOntologyCounts.catalogs} catalogs`
11929
+ }
11930
+ ),
11931
+ /* @__PURE__ */ jsx(MetricCard2, { label: "Health", value: "--", detail: "System endpoint pending" })
11885
11932
  ] })
11886
11933
  ] }) }),
11887
- entries.length > 0 ? /* @__PURE__ */ jsx(SimpleGrid, { cols: { base: 1, lg: 2 }, spacing: "md", children: entries.map((entry) => /* @__PURE__ */ jsx(SystemSummaryPaper, { entry, rollupMode, onNavigate }, entry.path)) }) : /* @__PURE__ */ jsx(EmptyState, { icon: IconFolder, title: "No systems match", description: "Adjust search, status, resource type, or rollup filters." })
11934
+ entries.length > 0 ? /* @__PURE__ */ jsx(SimpleGrid, { cols: 1, spacing: "md", children: entries.map((entry) => /* @__PURE__ */ jsx(SystemSummaryPaper, { entry, rollupMode, onNavigate }, entry.path)) }) : /* @__PURE__ */ jsx(EmptyState, { icon: IconFolder, title: "No systems match", description: "Adjust search, status, resource type, or rollup filters." })
11888
11935
  ] });
11889
11936
  }
11890
11937
  function SystemDetail({
@@ -11912,6 +11959,7 @@ function SystemDetail({
11912
11959
  );
11913
11960
  const children = childEntries(systemPath, currentSystem, model);
11914
11961
  const breadcrumbs = buildBreadcrumbs(model, systemPath);
11962
+ const scopedOntologyCounts = ontologyCountsForSystem(model, systemPath);
11915
11963
  if (!currentSystem) {
11916
11964
  return /* @__PURE__ */ jsx(EmptyState, { icon: IconRoute, title: "System not found", description: `No semantic system exists at ${systemPath}.` });
11917
11965
  }
@@ -11952,6 +12000,21 @@ function SystemDetail({
11952
12000
  /* @__PURE__ */ jsx(MetricCard2, { label: "Failed", value: executionHealth?.statusCounts.failed ?? 0, detail: "Selected time range" })
11953
12001
  ] })
11954
12002
  ] }) }),
12003
+ /* @__PURE__ */ jsx(Paper, { withBorder: true, p: "md", radius: "md", children: /* @__PURE__ */ jsxs(Stack, { gap: "sm", children: [
12004
+ /* @__PURE__ */ jsxs(Group, { justify: "space-between", children: [
12005
+ /* @__PURE__ */ jsx(Title, { order: 2, size: "h5", children: "Ontology Projection" }),
12006
+ scopedOntologyCounts.diagnostics > 0 && /* @__PURE__ */ jsxs(Badge, { color: "red", variant: "light", children: [
12007
+ scopedOntologyCounts.diagnostics,
12008
+ " diagnostics"
12009
+ ] })
12010
+ ] }),
12011
+ /* @__PURE__ */ jsxs(SimpleGrid, { cols: { base: 2, md: 4 }, spacing: "xs", children: [
12012
+ /* @__PURE__ */ jsx(MetricCard2, { label: "Objects", value: scopedOntologyCounts.objects, detail: "compiled object types" }),
12013
+ /* @__PURE__ */ jsx(MetricCard2, { label: "Actions", value: scopedOntologyCounts.actions, detail: "compiled action types" }),
12014
+ /* @__PURE__ */ jsx(MetricCard2, { label: "Catalogs", value: scopedOntologyCounts.catalogs, detail: "compiled catalog types" }),
12015
+ /* @__PURE__ */ jsx(MetricCard2, { label: "Surfaces", value: scopedOntologyCounts.surfaces, detail: "compiled surface types" })
12016
+ ] })
12017
+ ] }) }),
11955
12018
  /* @__PURE__ */ jsx(Paper, { withBorder: true, p: "md", radius: "md", children: /* @__PURE__ */ jsxs(Stack, { gap: "sm", children: [
11956
12019
  /* @__PURE__ */ jsxs(Group, { justify: "space-between", children: [
11957
12020
  /* @__PURE__ */ jsx(Title, { order: 2, size: "h5", children: "Execution Trend" }),
@@ -2037,6 +2037,7 @@ type Database = {
2037
2037
  origin_execution_id: string | null;
2038
2038
  output: Json | null;
2039
2039
  resource_id: string;
2040
+ resource_snapshot: Json | null;
2040
2041
  resource_status: string;
2041
2042
  resource_type: string;
2042
2043
  resource_version: string | null;
@@ -2062,6 +2063,7 @@ type Database = {
2062
2063
  origin_execution_id?: string | null;
2063
2064
  output?: Json | null;
2064
2065
  resource_id: string;
2066
+ resource_snapshot?: Json | null;
2065
2067
  resource_status?: string;
2066
2068
  resource_type?: string;
2067
2069
  resource_version?: string | null;
@@ -2087,6 +2089,7 @@ type Database = {
2087
2089
  origin_execution_id?: string | null;
2088
2090
  output?: Json | null;
2089
2091
  resource_id?: string;
2092
+ resource_snapshot?: Json | null;
2090
2093
  resource_status?: string;
2091
2094
  resource_type?: string;
2092
2095
  resource_version?: string | null;
@@ -3955,6 +3958,100 @@ interface NotificationDTO {
3955
3958
  type MilestoneRow = Database['public']['Tables']['prj_milestones']['Row'];
3956
3959
  type TaskRow = Database['public']['Tables']['prj_tasks']['Row'];
3957
3960
 
3961
+ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
3962
+ objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3963
+ id: z.ZodString;
3964
+ label: z.ZodOptional<z.ZodString>;
3965
+ description: z.ZodOptional<z.ZodString>;
3966
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3967
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3968
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3969
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3970
+ }, z.core.$loose>>>>;
3971
+ linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3972
+ id: z.ZodString;
3973
+ label: z.ZodOptional<z.ZodString>;
3974
+ description: z.ZodOptional<z.ZodString>;
3975
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3976
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3977
+ from: z.ZodString;
3978
+ to: z.ZodString;
3979
+ cardinality: z.ZodOptional<z.ZodString>;
3980
+ via: z.ZodOptional<z.ZodString>;
3981
+ }, z.core.$loose>>>>;
3982
+ actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3983
+ id: z.ZodString;
3984
+ label: z.ZodOptional<z.ZodString>;
3985
+ description: z.ZodOptional<z.ZodString>;
3986
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3987
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3988
+ actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
3989
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3990
+ effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3991
+ }, z.core.$loose>>>>;
3992
+ catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
3993
+ id: z.ZodString;
3994
+ label: z.ZodOptional<z.ZodString>;
3995
+ description: z.ZodOptional<z.ZodString>;
3996
+ ownerSystemId: z.ZodOptional<z.ZodString>;
3997
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
3998
+ kind: z.ZodOptional<z.ZodString>;
3999
+ appliesTo: z.ZodOptional<z.ZodString>;
4000
+ entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4001
+ }, z.core.$loose>>>>;
4002
+ eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4003
+ id: z.ZodString;
4004
+ label: z.ZodOptional<z.ZodString>;
4005
+ description: z.ZodOptional<z.ZodString>;
4006
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4007
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4008
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4009
+ }, z.core.$loose>>>>;
4010
+ interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4011
+ id: z.ZodString;
4012
+ label: z.ZodOptional<z.ZodString>;
4013
+ description: z.ZodOptional<z.ZodString>;
4014
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4015
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4016
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4017
+ }, z.core.$loose>>>>;
4018
+ valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4019
+ id: z.ZodString;
4020
+ label: z.ZodOptional<z.ZodString>;
4021
+ description: z.ZodOptional<z.ZodString>;
4022
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4023
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4024
+ primitive: z.ZodOptional<z.ZodString>;
4025
+ }, z.core.$loose>>>>;
4026
+ sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4027
+ id: z.ZodString;
4028
+ label: z.ZodOptional<z.ZodString>;
4029
+ description: z.ZodOptional<z.ZodString>;
4030
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4031
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4032
+ valueType: z.ZodOptional<z.ZodString>;
4033
+ searchable: z.ZodOptional<z.ZodBoolean>;
4034
+ pii: z.ZodOptional<z.ZodBoolean>;
4035
+ }, z.core.$loose>>>>;
4036
+ groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4037
+ id: z.ZodString;
4038
+ label: z.ZodOptional<z.ZodString>;
4039
+ description: z.ZodOptional<z.ZodString>;
4040
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4041
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4042
+ members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4043
+ }, z.core.$loose>>>>;
4044
+ surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4045
+ id: z.ZodString;
4046
+ label: z.ZodOptional<z.ZodString>;
4047
+ description: z.ZodOptional<z.ZodString>;
4048
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4049
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4050
+ route: z.ZodOptional<z.ZodString>;
4051
+ }, z.core.$loose>>>>;
4052
+ }, z.core.$strip>>;
4053
+ type OntologyScope = z.infer<typeof OntologyScopeSchema>;
4054
+
3958
4055
  declare const GetRecentActivityResponseSchema: z.ZodObject<{
3959
4056
  entries: z.ZodArray<z.ZodObject<{
3960
4057
  id: z.ZodString;
@@ -4267,6 +4364,10 @@ declare const ContentNodeSchema: z.ZodObject<{
4267
4364
  }, z.core.$strip>;
4268
4365
  type ContentNode = z.infer<typeof ContentNodeSchema>;
4269
4366
 
4367
+ type JsonPrimitive = string | number | boolean | null;
4368
+ type JsonValue = JsonPrimitive | JsonValue[] | {
4369
+ [key: string]: JsonValue;
4370
+ };
4270
4371
  /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
4271
4372
  interface SystemEntry {
4272
4373
  id: string;
@@ -4301,6 +4402,13 @@ interface SystemEntry {
4301
4402
  devOnly?: boolean;
4302
4403
  requiresAdmin?: boolean;
4303
4404
  order: number;
4405
+ config?: Record<string, JsonValue>;
4406
+ ontology?: OntologyScope;
4407
+ systems?: Record<string, SystemEntry>;
4408
+ /**
4409
+ * @deprecated Compatibility-only bridge for old tenant data and migration readers.
4410
+ * Author new semantic catalogs in `ontology` and local settings in `config`.
4411
+ */
4304
4412
  content?: Record<string, ContentNode>;
4305
4413
  subsystems?: Record<string, SystemEntry>;
4306
4414
  }
@@ -4359,16 +4467,21 @@ declare const LinkSchema: z.ZodObject<{
4359
4467
  kind: z.ZodEnum<{
4360
4468
  links: "links";
4361
4469
  affects: "affects";
4470
+ effects: "effects";
4471
+ actions: "actions";
4472
+ reads: "reads";
4473
+ writes: "writes";
4362
4474
  emits: "emits";
4475
+ triggers: "triggers";
4476
+ uses: "uses";
4477
+ approval: "approval";
4363
4478
  contains: "contains";
4364
4479
  references: "references";
4365
4480
  maps_to: "maps_to";
4366
- uses: "uses";
4367
4481
  governs: "governs";
4368
4482
  originates_from: "originates_from";
4369
- triggers: "triggers";
4370
4483
  applies_to: "applies_to";
4371
- effects: "effects";
4484
+ uses_catalog: "uses_catalog";
4372
4485
  }>;
4373
4486
  }, z.core.$strip>;
4374
4487
  type Link = z.infer<typeof LinkSchema>;
@@ -5997,7 +6110,7 @@ declare function ActionModal({ action, task, opened, onClose, onSubmit, richText
5997
6110
  type TablerIconComponent = typeof IconBrain;
5998
6111
 
5999
6112
  declare const iconMap: Record<string, TablerIconComponent>;
6000
- /** Allowed legacy names: IconCheck, IconX, IconRefresh, IconAlertTriangle, IconEdit, IconEye, IconRocket, IconMessageCircle, IconArrowUp, IconClock, IconFileText, IconSend, IconMail. Semantic action/status tokens such as action.approve and status.warning are also supported. */
6113
+ /** Allowed legacy names: IconCheck, IconX, IconRefresh, IconAlertTriangle, IconEdit, IconEye, IconRocket, IconMessageCircle, IconArrowUp, IconClock, IconFileText, IconSend, IconMail. Flat semantic tokens such as approve, reject, pending, warning are also supported. */
6001
6114
  declare function getIcon(iconName?: string): TablerIconComponent | null;
6002
6115
 
6003
6116
  interface ContentSectionsProps {
@@ -1,23 +1,23 @@
1
- import { useBreadcrumbs } from '../chunk-QQHOKTJA.js';
2
- import { showAuthError } from '../chunk-4QK76KIF.js';
3
- export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-4QK76KIF.js';
4
- import '../chunk-IZWTVFJ2.js';
5
- import { setDealReferrer, compareDealsByPriority } from '../chunk-ZQOKIGZP.js';
6
- export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-ZQOKIGZP.js';
7
- export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../chunk-4MFNGNHF.js';
8
- export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-7KZINJLP.js';
9
- export { CrmSidebarMiddle, LeadGenSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../chunk-MOY4VOHF.js';
10
- 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-QTI3KC7D.js';
1
+ import { useBreadcrumbs } from '../chunk-H6EFQP2P.js';
2
+ import { showAuthError } from '../chunk-UNVRVCXZ.js';
3
+ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-UNVRVCXZ.js';
4
+ import '../chunk-V6SZ4ECN.js';
5
+ import { setDealReferrer, compareDealsByPriority } from '../chunk-NCEQGEW5.js';
6
+ export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-NCEQGEW5.js';
7
+ export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../chunk-QVTIOT73.js';
8
+ export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-3YZRKADM.js';
9
+ export { CrmSidebarMiddle, LeadGenSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../chunk-4AAZXKLL.js';
10
+ 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-YENKDBUU.js';
11
11
  import '../chunk-CXY7FMUM.js';
12
12
  import '../chunk-ZTWA5H77.js';
13
- import '../chunk-5J4PDX26.js';
13
+ import '../chunk-KW7ZNQD7.js';
14
14
  import '../chunk-N55DVMAG.js';
15
- import '../chunk-UROTM5OR.js';
16
- 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-LLRXA7D7.js';
15
+ import '../chunk-CLDCYJQT.js';
16
+ 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-2VYMDNJ3.js';
17
17
  export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
18
- import { NotificationList } from '../chunk-VRNMNB3O.js';
19
- export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-VRNMNB3O.js';
20
- export { ResourceHealthPanel } from '../chunk-IQHU7O5Y.js';
18
+ import { NotificationList } from '../chunk-UYRT7SPM.js';
19
+ export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-UYRT7SPM.js';
20
+ export { ResourceHealthPanel } from '../chunk-F3MXFE72.js';
21
21
  export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
22
22
  import '../chunk-4DYOXEH6.js';
23
23
  export { ConfirmationInputModal, ConfirmationModal } from '../chunk-VNFR57DF.js';
@@ -36,27 +36,28 @@ import '../chunk-JFL3GRD4.js';
36
36
  export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
37
37
  export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-E4WQGJNS.js';
38
38
  import '../chunk-7M2VOCYN.js';
39
- 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-GCOQ3TBG.js';
39
+ 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-SWMQTF2H.js';
40
40
  import '../chunk-VNAZTCHA.js';
41
41
  import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-XZGSCABI.js';
42
42
  export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-XZGSCABI.js';
43
43
  import '../chunk-BRXELOHC.js';
44
44
  import '../chunk-3ZMAGTWF.js';
45
- import '../chunk-5FJJ72HU.js';
46
- import '../chunk-RQTWIXJ5.js';
45
+ import '../chunk-FOUYP4JX.js';
46
+ import '../chunk-53436UTQ.js';
47
47
  import '../chunk-RQA2EVN3.js';
48
48
  import '../chunk-3FV6HBXS.js';
49
49
  import '../chunk-WLOQ4IBG.js';
50
- import '../chunk-6DWD423K.js';
50
+ import '../chunk-PIS24NIV.js';
51
51
  import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-EPTHX4VZ.js';
52
52
  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-EPTHX4VZ.js';
53
53
  export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
54
- import '../chunk-YLQEVSOR.js';
54
+ import '../chunk-WGUEIGPC.js';
55
55
  export { ElevasisLoader } from '../chunk-SZHARWKU.js';
56
- import '../chunk-QXCDKE2O.js';
56
+ import '../chunk-WJOE76FI.js';
57
57
  import { SubshellContentContainer } from '../chunk-TKAYX2SP.js';
58
58
  export { NavigationButton } from '../chunk-NYBEU5TE.js';
59
- import '../chunk-T35FWDAB.js';
59
+ import '../chunk-DWXDNT7P.js';
60
+ import '../chunk-DYIDXUJS.js';
60
61
  import '../chunk-ND5TDV2J.js';
61
62
  import '../chunk-2IFYDILW.js';
62
63
  import { useRouterContext } from '../chunk-Q7DJKLEN.js';
@@ -1,6 +1,7 @@
1
- export { useBreadcrumbs } from '../../chunk-QQHOKTJA.js';
2
- import '../../chunk-QXCDKE2O.js';
3
- import '../../chunk-T35FWDAB.js';
1
+ export { useBreadcrumbs } from '../../chunk-H6EFQP2P.js';
2
+ import '../../chunk-WJOE76FI.js';
3
+ import '../../chunk-DWXDNT7P.js';
4
+ import '../../chunk-DYIDXUJS.js';
4
5
  import '../../chunk-Q7DJKLEN.js';
5
6
  import '../../chunk-JA5ECJJB.js';
6
7
  import '../../chunk-HUJCU55S.js';
@@ -452,16 +452,21 @@ declare const LinkSchema: z.ZodObject<{
452
452
  kind: z.ZodEnum<{
453
453
  links: "links";
454
454
  affects: "affects";
455
+ effects: "effects";
456
+ actions: "actions";
457
+ reads: "reads";
458
+ writes: "writes";
455
459
  emits: "emits";
460
+ triggers: "triggers";
461
+ uses: "uses";
462
+ approval: "approval";
456
463
  contains: "contains";
457
464
  references: "references";
458
465
  maps_to: "maps_to";
459
- uses: "uses";
460
466
  governs: "governs";
461
467
  originates_from: "originates_from";
462
- triggers: "triggers";
463
468
  applies_to: "applies_to";
464
- effects: "effects";
469
+ uses_catalog: "uses_catalog";
465
470
  }>;
466
471
  }, z.core.$strip>;
467
472
  type Link = z.infer<typeof LinkSchema>;
@@ -1598,6 +1598,7 @@ type Database = {
1598
1598
  origin_execution_id: string | null;
1599
1599
  output: Json | null;
1600
1600
  resource_id: string;
1601
+ resource_snapshot: Json | null;
1601
1602
  resource_status: string;
1602
1603
  resource_type: string;
1603
1604
  resource_version: string | null;
@@ -1623,6 +1624,7 @@ type Database = {
1623
1624
  origin_execution_id?: string | null;
1624
1625
  output?: Json | null;
1625
1626
  resource_id: string;
1627
+ resource_snapshot?: Json | null;
1626
1628
  resource_status?: string;
1627
1629
  resource_type?: string;
1628
1630
  resource_version?: string | null;
@@ -1648,6 +1650,7 @@ type Database = {
1648
1650
  origin_execution_id?: string | null;
1649
1651
  output?: Json | null;
1650
1652
  resource_id?: string;
1653
+ resource_snapshot?: Json | null;
1651
1654
  resource_status?: string;
1652
1655
  resource_type?: string;
1653
1656
  resource_version?: string | null;
@@ -4,25 +4,26 @@ import '../../chunk-TUMSNGTX.js';
4
4
  import { FilterBar } from '../../chunk-PDHTXPSF.js';
5
5
  import { CustomModal } from '../../chunk-R66W5UDG.js';
6
6
  import '../../chunk-7M2VOCYN.js';
7
- import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, usePaginationState, useClients, useClient } from '../../chunk-GCOQ3TBG.js';
7
+ import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, usePaginationState, useClients, useClient } from '../../chunk-SWMQTF2H.js';
8
8
  import '../../chunk-VNAZTCHA.js';
9
9
  import { showApiErrorNotification } from '../../chunk-XZGSCABI.js';
10
10
  import '../../chunk-BRXELOHC.js';
11
11
  import '../../chunk-3ZMAGTWF.js';
12
- import '../../chunk-5FJJ72HU.js';
13
- import '../../chunk-RQTWIXJ5.js';
12
+ import '../../chunk-FOUYP4JX.js';
13
+ import '../../chunk-53436UTQ.js';
14
14
  import '../../chunk-RQA2EVN3.js';
15
15
  import '../../chunk-3FV6HBXS.js';
16
16
  import '../../chunk-WLOQ4IBG.js';
17
- import '../../chunk-6DWD423K.js';
17
+ import '../../chunk-PIS24NIV.js';
18
18
  import { StatCard, CardHeader, EmptyState, PageTitleCaption, CenteredErrorState } from '../../chunk-EPTHX4VZ.js';
19
19
  import '../../chunk-3KMDHCAR.js';
20
- import '../../chunk-YLQEVSOR.js';
20
+ import '../../chunk-WGUEIGPC.js';
21
21
  import '../../chunk-SZHARWKU.js';
22
- import '../../chunk-QXCDKE2O.js';
22
+ import '../../chunk-WJOE76FI.js';
23
23
  import { SubshellContentContainer } from '../../chunk-TKAYX2SP.js';
24
24
  import '../../chunk-NYBEU5TE.js';
25
- import '../../chunk-T35FWDAB.js';
25
+ import '../../chunk-DWXDNT7P.js';
26
+ import '../../chunk-DYIDXUJS.js';
26
27
  import '../../chunk-ND5TDV2J.js';
27
28
  import '../../chunk-2IFYDILW.js';
28
29
  import '../../chunk-Q7DJKLEN.js';