@elevasis/ui 1.15.3 → 1.17.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 (708) hide show
  1. package/dist/api/hooks/__tests__/useApiClient.test.d.ts +11 -0
  2. package/dist/api/hooks/__tests__/useApiClient.test.d.ts.map +1 -0
  3. package/dist/api/hooks/useApiClient.d.ts +28 -0
  4. package/dist/api/hooks/useApiClient.d.ts.map +1 -0
  5. package/dist/api/index.d.ts +11 -91
  6. package/dist/api/index.d.ts.map +1 -0
  7. package/dist/auth/guards/AdminGuard.d.ts +32 -0
  8. package/dist/auth/guards/AdminGuard.d.ts.map +1 -0
  9. package/dist/auth/guards/ProtectedRoute.d.ts +60 -0
  10. package/dist/auth/guards/ProtectedRoute.d.ts.map +1 -0
  11. package/dist/auth/guards/__tests__/AdminGuard.test.d.ts +12 -0
  12. package/dist/auth/guards/__tests__/AdminGuard.test.d.ts.map +1 -0
  13. package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts +14 -0
  14. package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts.map +1 -0
  15. package/dist/auth/index.d.ts +14 -174
  16. package/dist/auth/index.d.ts.map +1 -0
  17. package/dist/charts/index.d.ts +25 -2
  18. package/dist/charts/index.js +2 -2
  19. package/dist/{chunk-XY7VKOKI.js → chunk-4AKGF454.js} +75 -772
  20. package/dist/{chunk-FEZ2TGSH.js → chunk-7ATCF6UL.js} +282 -14
  21. package/dist/{chunk-4NHYV42S.js → chunk-7S5FS7WW.js} +35 -4
  22. package/dist/chunk-ADSSLKKP.js +10 -0
  23. package/dist/{chunk-WY2BCL5F.js → chunk-IVHJRJFK.js} +2 -2
  24. package/dist/chunk-MHW43EOH.js +47 -0
  25. package/dist/{chunk-6YIE72M2.js → chunk-NUULWBAD.js} +1 -1
  26. package/dist/{chunk-E6Q6A5TU.js → chunk-QCEUL5QG.js} +2 -6
  27. package/dist/{chunk-4NAZQ7WO.js → chunk-UUXXUPOC.js} +1 -1
  28. package/dist/chunk-ZGK6XZVY.js +1208 -0
  29. package/dist/components/charts/ActivityTrendChart.d.ts +13 -0
  30. package/dist/components/charts/ActivityTrendChart.d.ts.map +1 -0
  31. package/dist/components/charts/CombinedTrendChart.d.ts +22 -0
  32. package/dist/components/charts/CombinedTrendChart.d.ts.map +1 -0
  33. package/dist/components/charts/CostTrendChart.d.ts +13 -0
  34. package/dist/components/charts/CostTrendChart.d.ts.map +1 -0
  35. package/dist/components/charts/HeroStatsRow.d.ts +15 -0
  36. package/dist/components/charts/HeroStatsRow.d.ts.map +1 -0
  37. package/dist/components/charts/index.d.ts +9 -0
  38. package/dist/components/charts/index.d.ts.map +1 -0
  39. package/dist/components/command-queue/ActionModal.d.ts +19 -0
  40. package/dist/components/command-queue/ActionModal.d.ts.map +1 -0
  41. package/dist/components/command-queue/TaskCard.d.ts +18 -0
  42. package/dist/components/command-queue/TaskCard.d.ts.map +1 -0
  43. package/dist/components/command-queue/index.d.ts +5 -0
  44. package/dist/components/command-queue/index.d.ts.map +1 -0
  45. package/dist/components/display/APIErrorAlert.d.ts +56 -0
  46. package/dist/components/display/APIErrorAlert.d.ts.map +1 -0
  47. package/dist/components/display/PageNotFound.d.ts +2 -0
  48. package/dist/components/display/PageNotFound.d.ts.map +1 -0
  49. package/dist/components/display/ResourceCard.d.ts +22 -0
  50. package/dist/components/display/ResourceCard.d.ts.map +1 -0
  51. package/dist/components/display/ResourceCardAdapters.d.ts +24 -0
  52. package/dist/components/display/ResourceCardAdapters.d.ts.map +1 -0
  53. package/dist/components/display/TimeRangeSelector.d.ts +9 -0
  54. package/dist/components/display/TimeRangeSelector.d.ts.map +1 -0
  55. package/dist/components/display/index.d.ts +26 -0
  56. package/dist/components/display/index.d.ts.map +1 -0
  57. package/dist/components/execution/AgentExecutionTimeline.d.ts +14 -0
  58. package/dist/components/execution/AgentExecutionTimeline.d.ts.map +1 -0
  59. package/dist/components/execution/AgentExecutionVisualizer.d.ts +13 -0
  60. package/dist/components/execution/AgentExecutionVisualizer.d.ts.map +1 -0
  61. package/dist/components/execution/AgentIterationEdge.d.ts +8 -0
  62. package/dist/components/execution/AgentIterationEdge.d.ts.map +1 -0
  63. package/dist/components/execution/AgentIterationNode.d.ts +8 -0
  64. package/dist/components/execution/AgentIterationNode.d.ts.map +1 -0
  65. package/dist/components/execution/ExecutionStats.d.ts +16 -0
  66. package/dist/components/execution/ExecutionStats.d.ts.map +1 -0
  67. package/dist/components/execution/ExecutionStatusBadge.d.ts +33 -0
  68. package/dist/components/execution/ExecutionStatusBadge.d.ts.map +1 -0
  69. package/dist/components/execution/TimelineAxis.d.ts +12 -0
  70. package/dist/components/execution/TimelineAxis.d.ts.map +1 -0
  71. package/dist/components/execution/TimelineBar.d.ts +9 -0
  72. package/dist/components/execution/TimelineBar.d.ts.map +1 -0
  73. package/dist/components/execution/TimelineContainer.d.ts +9 -0
  74. package/dist/components/execution/TimelineContainer.d.ts.map +1 -0
  75. package/dist/components/execution/TimelineRow.d.ts +9 -0
  76. package/dist/components/execution/TimelineRow.d.ts.map +1 -0
  77. package/dist/components/execution/UnifiedWorkflowEdge.d.ts +9 -0
  78. package/dist/components/execution/UnifiedWorkflowEdge.d.ts.map +1 -0
  79. package/dist/components/execution/UnifiedWorkflowGraph.d.ts +21 -0
  80. package/dist/components/execution/UnifiedWorkflowGraph.d.ts.map +1 -0
  81. package/dist/components/execution/UnifiedWorkflowNode.d.ts +9 -0
  82. package/dist/components/execution/UnifiedWorkflowNode.d.ts.map +1 -0
  83. package/dist/components/execution/WorkflowExecutionTimeline.d.ts +14 -0
  84. package/dist/components/execution/WorkflowExecutionTimeline.d.ts.map +1 -0
  85. package/dist/components/execution/index.d.ts +18 -0
  86. package/dist/components/execution/index.d.ts.map +1 -0
  87. package/dist/components/forms/FormFieldRenderer.d.ts +15 -0
  88. package/dist/components/forms/FormFieldRenderer.d.ts.map +1 -0
  89. package/dist/components/forms/index.d.ts +2 -0
  90. package/dist/components/forms/index.d.ts.map +1 -0
  91. package/dist/components/graph/BaseNode.d.ts +29 -0
  92. package/dist/components/graph/BaseNode.d.ts.map +1 -0
  93. package/dist/components/graph/index.d.ts +12 -0
  94. package/dist/components/graph/index.d.ts.map +1 -0
  95. package/dist/components/graph/useGraphTheme.d.ts +9 -0
  96. package/dist/components/graph/useGraphTheme.d.ts.map +1 -0
  97. package/dist/components/index.d.ts +19 -5651
  98. package/dist/components/index.d.ts.map +1 -0
  99. package/dist/components/index.js +28 -1221
  100. package/dist/components/layout/backgrounds/CyberBackground.d.ts +26 -0
  101. package/dist/components/layout/backgrounds/CyberBackground.d.ts.map +1 -0
  102. package/dist/components/layout/backgrounds/CyberParticles.d.ts +1 -1
  103. package/dist/components/layout/backgrounds/CyberParticles.d.ts.map +1 -1
  104. package/dist/components/layout/backgrounds/CyberParticles.js +52 -8
  105. package/dist/components/layout/backgrounds/index.d.ts +10 -0
  106. package/dist/components/layout/backgrounds/index.d.ts.map +1 -0
  107. package/dist/components/layout/index.d.ts +7 -0
  108. package/dist/components/layout/index.d.ts.map +1 -0
  109. package/dist/components/monitoring/ActivityCard.d.ts +7 -0
  110. package/dist/components/monitoring/ActivityCard.d.ts.map +1 -0
  111. package/dist/components/monitoring/ActivityFilters.d.ts +8 -0
  112. package/dist/components/monitoring/ActivityFilters.d.ts.map +1 -0
  113. package/dist/components/monitoring/ActivityTable.d.ts +8 -0
  114. package/dist/components/monitoring/ActivityTable.d.ts.map +1 -0
  115. package/dist/components/monitoring/BusinessImpactCard.d.ts +18 -0
  116. package/dist/components/monitoring/BusinessImpactCard.d.ts.map +1 -0
  117. package/dist/components/monitoring/CostBreakdownCard.d.ts +17 -0
  118. package/dist/components/monitoring/CostBreakdownCard.d.ts.map +1 -0
  119. package/dist/components/monitoring/CostByModelTable.d.ts +12 -0
  120. package/dist/components/monitoring/CostByModelTable.d.ts.map +1 -0
  121. package/dist/components/monitoring/CostMetricsCard.d.ts +17 -0
  122. package/dist/components/monitoring/CostMetricsCard.d.ts.map +1 -0
  123. package/dist/components/monitoring/ErrorAnalysisCard.d.ts +12 -0
  124. package/dist/components/monitoring/ErrorAnalysisCard.d.ts.map +1 -0
  125. package/dist/components/monitoring/ErrorBreakdownTable.d.ts +12 -0
  126. package/dist/components/monitoring/ErrorBreakdownTable.d.ts.map +1 -0
  127. package/dist/components/monitoring/ExecutionBreakdownTable.d.ts +8 -0
  128. package/dist/components/monitoring/ExecutionBreakdownTable.d.ts.map +1 -0
  129. package/dist/components/monitoring/ExecutionHealthCard.d.ts +8 -0
  130. package/dist/components/monitoring/ExecutionHealthCard.d.ts.map +1 -0
  131. package/dist/components/monitoring/ExecutionLogsFilters.d.ts +8 -0
  132. package/dist/components/monitoring/ExecutionLogsFilters.d.ts.map +1 -0
  133. package/dist/components/monitoring/ExecutionLogsTable.d.ts +30 -0
  134. package/dist/components/monitoring/ExecutionLogsTable.d.ts.map +1 -0
  135. package/dist/components/monitoring/ResourceHealthChart.d.ts +17 -0
  136. package/dist/components/monitoring/ResourceHealthChart.d.ts.map +1 -0
  137. package/dist/components/monitoring/ResourceHealthPanel.d.ts +8 -0
  138. package/dist/components/monitoring/ResourceHealthPanel.d.ts.map +1 -0
  139. package/dist/components/monitoring/index.d.ts +16 -0
  140. package/dist/components/monitoring/index.d.ts.map +1 -0
  141. package/dist/components/notifications/NotificationBell.d.ts +9 -0
  142. package/dist/components/notifications/NotificationBell.d.ts.map +1 -0
  143. package/dist/components/notifications/NotificationItem.d.ts +9 -0
  144. package/dist/components/notifications/NotificationItem.d.ts.map +1 -0
  145. package/dist/components/notifications/NotificationList.d.ts +10 -0
  146. package/dist/components/notifications/NotificationList.d.ts.map +1 -0
  147. package/dist/components/notifications/NotificationPanel.d.ts +10 -0
  148. package/dist/components/notifications/NotificationPanel.d.ts.map +1 -0
  149. package/dist/components/notifications/index.d.ts +5 -0
  150. package/dist/components/notifications/index.d.ts.map +1 -0
  151. package/dist/components/notify.d.ts +21 -0
  152. package/dist/components/notify.d.ts.map +1 -0
  153. package/dist/components/operations/command-queue/CommandQueueTaskRow.d.ts +9 -0
  154. package/dist/components/operations/command-queue/CommandQueueTaskRow.d.ts.map +1 -0
  155. package/dist/components/operations/command-queue/index.d.ts +3 -0
  156. package/dist/components/operations/command-queue/index.d.ts.map +1 -0
  157. package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts +17 -0
  158. package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts.map +1 -0
  159. package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts +17 -0
  160. package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts.map +1 -0
  161. package/dist/components/operations/command-queue/sidebar/index.d.ts +5 -0
  162. package/dist/components/operations/command-queue/sidebar/index.d.ts.map +1 -0
  163. package/dist/components/operations/command-view/CommandViewGraph.d.ts +22 -0
  164. package/dist/components/operations/command-view/CommandViewGraph.d.ts.map +1 -0
  165. package/dist/components/operations/command-view/edges/CommandViewEdge.d.ts +23 -0
  166. package/dist/components/operations/command-view/edges/CommandViewEdge.d.ts.map +1 -0
  167. package/dist/components/operations/command-view/edges/index.d.ts +2 -0
  168. package/dist/components/operations/command-view/edges/index.d.ts.map +1 -0
  169. package/dist/components/operations/command-view/index.d.ts +4 -0
  170. package/dist/components/operations/command-view/index.d.ts.map +1 -0
  171. package/dist/components/operations/command-view/nodes/CommandViewNode.d.ts +12 -0
  172. package/dist/components/operations/command-view/nodes/CommandViewNode.d.ts.map +1 -0
  173. package/dist/components/operations/command-view/nodes/index.d.ts +2 -0
  174. package/dist/components/operations/command-view/nodes/index.d.ts.map +1 -0
  175. package/dist/components/operations/executions/AgentExecutionLogs.d.ts +13 -0
  176. package/dist/components/operations/executions/AgentExecutionLogs.d.ts.map +1 -0
  177. package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts +13 -0
  178. package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts.map +1 -0
  179. package/dist/components/operations/executions/index.d.ts +4 -0
  180. package/dist/components/operations/executions/index.d.ts.map +1 -0
  181. package/dist/components/operations/executions/logConstants.d.ts +72 -0
  182. package/dist/components/operations/executions/logConstants.d.ts.map +1 -0
  183. package/dist/components/operations/index.d.ts +8 -0
  184. package/dist/components/operations/index.d.ts.map +1 -0
  185. package/dist/components/operations/knowledge-base/DocTreeNav.d.ts +14 -0
  186. package/dist/components/operations/knowledge-base/DocTreeNav.d.ts.map +1 -0
  187. package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts +16 -0
  188. package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts.map +1 -0
  189. package/dist/components/operations/knowledge-base/index.d.ts +3 -0
  190. package/dist/components/operations/knowledge-base/index.d.ts.map +1 -0
  191. package/dist/components/operations/sessions/SessionMemory.d.ts +11 -0
  192. package/dist/components/operations/sessions/SessionMemory.d.ts.map +1 -0
  193. package/dist/components/operations/sessions/index.d.ts +3 -0
  194. package/dist/components/operations/sessions/index.d.ts.map +1 -0
  195. package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts +16 -0
  196. package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts.map +1 -0
  197. package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts +12 -0
  198. package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts.map +1 -0
  199. package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsStates.d.ts +9 -0
  200. package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsStates.d.ts.map +1 -0
  201. package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts +12 -0
  202. package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts.map +1 -0
  203. package/dist/components/operations/shared/BaseExecutionLogs/LogEntry.d.ts +2 -0
  204. package/dist/components/operations/shared/BaseExecutionLogs/LogEntry.d.ts.map +1 -0
  205. package/dist/components/operations/shared/BaseExecutionLogs/LogGroup.d.ts +16 -0
  206. package/dist/components/operations/shared/BaseExecutionLogs/LogGroup.d.ts.map +1 -0
  207. package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts +7 -0
  208. package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts.map +1 -0
  209. package/dist/components/operations/shared/LogEntry.d.ts +8 -0
  210. package/dist/components/operations/shared/LogEntry.d.ts.map +1 -0
  211. package/dist/components/operations/shared/index.d.ts +5 -0
  212. package/dist/components/operations/shared/index.d.ts.map +1 -0
  213. package/dist/components/operations/shared/layouts/ResourceHeader.d.ts +11 -0
  214. package/dist/components/operations/shared/layouts/ResourceHeader.d.ts.map +1 -0
  215. package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts +8 -0
  216. package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts.map +1 -0
  217. package/dist/components/operations/shared/layouts/index.d.ts +4 -0
  218. package/dist/components/operations/shared/layouts/index.d.ts.map +1 -0
  219. package/dist/components/operations/task-scheduler/AbsoluteScheduleForm.d.ts +9 -0
  220. package/dist/components/operations/task-scheduler/AbsoluteScheduleForm.d.ts.map +1 -0
  221. package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts +7 -0
  222. package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts.map +1 -0
  223. package/dist/components/operations/task-scheduler/DeleteScheduleModal.d.ts +11 -0
  224. package/dist/components/operations/task-scheduler/DeleteScheduleModal.d.ts.map +1 -0
  225. package/dist/components/operations/task-scheduler/RecurringScheduleForm.d.ts +9 -0
  226. package/dist/components/operations/task-scheduler/RecurringScheduleForm.d.ts.map +1 -0
  227. package/dist/components/operations/task-scheduler/RelativeScheduleForm.d.ts +9 -0
  228. package/dist/components/operations/task-scheduler/RelativeScheduleForm.d.ts.map +1 -0
  229. package/dist/components/operations/task-scheduler/ScheduleCard.d.ts +15 -0
  230. package/dist/components/operations/task-scheduler/ScheduleCard.d.ts.map +1 -0
  231. package/dist/components/operations/task-scheduler/ScheduleDetailModal.d.ts +11 -0
  232. package/dist/components/operations/task-scheduler/ScheduleDetailModal.d.ts.map +1 -0
  233. package/dist/components/operations/task-scheduler/TaskScheduler.d.ts +2 -0
  234. package/dist/components/operations/task-scheduler/TaskScheduler.d.ts.map +1 -0
  235. package/dist/components/operations/task-scheduler/index.d.ts +11 -0
  236. package/dist/components/operations/task-scheduler/index.d.ts.map +1 -0
  237. package/dist/components/resource-definition/AgentDefinitionDisplay.d.ts +8 -0
  238. package/dist/components/resource-definition/AgentDefinitionDisplay.d.ts.map +1 -0
  239. package/dist/components/resource-definition/NewKnowledgeMapEdge.d.ts +6 -0
  240. package/dist/components/resource-definition/NewKnowledgeMapEdge.d.ts.map +1 -0
  241. package/dist/components/resource-definition/NewKnowledgeMapGraph.d.ts +11 -0
  242. package/dist/components/resource-definition/NewKnowledgeMapGraph.d.ts.map +1 -0
  243. package/dist/components/resource-definition/NewKnowledgeMapNode.d.ts +6 -0
  244. package/dist/components/resource-definition/NewKnowledgeMapNode.d.ts.map +1 -0
  245. package/dist/components/resource-definition/ResourceDefinitionSection.d.ts +8 -0
  246. package/dist/components/resource-definition/ResourceDefinitionSection.d.ts.map +1 -0
  247. package/dist/components/resource-definition/WorkflowDefinitionDisplay.d.ts +8 -0
  248. package/dist/components/resource-definition/WorkflowDefinitionDisplay.d.ts.map +1 -0
  249. package/dist/components/resource-definition/index.d.ts +13 -0
  250. package/dist/components/resource-definition/index.d.ts.map +1 -0
  251. package/dist/components/sdk-barrel.d.ts +23 -0
  252. package/dist/components/sdk-barrel.d.ts.map +1 -0
  253. package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts +9 -0
  254. package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts.map +1 -0
  255. package/dist/components/settings/api-keys/ApiKeyList.d.ts +8 -0
  256. package/dist/components/settings/api-keys/ApiKeyList.d.ts.map +1 -0
  257. package/dist/components/settings/api-keys/ApiKeySettings.d.ts +2 -0
  258. package/dist/components/settings/api-keys/ApiKeySettings.d.ts.map +1 -0
  259. package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts +9 -0
  260. package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts.map +1 -0
  261. package/dist/components/settings/api-keys/EditApiKeyModal.d.ts +8 -0
  262. package/dist/components/settings/api-keys/EditApiKeyModal.d.ts.map +1 -0
  263. package/dist/components/settings/api-keys/index.d.ts +6 -0
  264. package/dist/components/settings/api-keys/index.d.ts.map +1 -0
  265. package/dist/components/settings/credentials/CreateCredentialModal.d.ts +9 -0
  266. package/dist/components/settings/credentials/CreateCredentialModal.d.ts.map +1 -0
  267. package/dist/components/settings/credentials/CredentialList.d.ts +10 -0
  268. package/dist/components/settings/credentials/CredentialList.d.ts.map +1 -0
  269. package/dist/components/settings/credentials/CredentialSettings.d.ts +7 -0
  270. package/dist/components/settings/credentials/CredentialSettings.d.ts.map +1 -0
  271. package/dist/components/settings/credentials/OAuthConnectModal.d.ts +12 -0
  272. package/dist/components/settings/credentials/OAuthConnectModal.d.ts.map +1 -0
  273. package/dist/components/settings/credentials/index.d.ts +5 -0
  274. package/dist/components/settings/credentials/index.d.ts.map +1 -0
  275. package/dist/components/settings/deployments/DeploymentDetailModal.d.ts +9 -0
  276. package/dist/components/settings/deployments/DeploymentDetailModal.d.ts.map +1 -0
  277. package/dist/components/settings/deployments/DeploymentList.d.ts +8 -0
  278. package/dist/components/settings/deployments/DeploymentList.d.ts.map +1 -0
  279. package/dist/components/settings/deployments/DeploymentSettings.d.ts +2 -0
  280. package/dist/components/settings/deployments/DeploymentSettings.d.ts.map +1 -0
  281. package/dist/components/settings/deployments/DeploymentStatusBadge.d.ts +7 -0
  282. package/dist/components/settings/deployments/DeploymentStatusBadge.d.ts.map +1 -0
  283. package/dist/components/settings/deployments/index.d.ts +5 -0
  284. package/dist/components/settings/deployments/index.d.ts.map +1 -0
  285. package/dist/components/settings/index.d.ts +6 -0
  286. package/dist/components/settings/index.d.ts.map +1 -0
  287. package/dist/components/settings/organization/MembershipFeaturePanel.d.ts +9 -0
  288. package/dist/components/settings/organization/MembershipFeaturePanel.d.ts.map +1 -0
  289. package/dist/components/settings/organization/MembershipStatusBadge.d.ts +9 -0
  290. package/dist/components/settings/organization/MembershipStatusBadge.d.ts.map +1 -0
  291. package/dist/components/settings/organization/OrganizationMembershipsList.d.ts +11 -0
  292. package/dist/components/settings/organization/OrganizationMembershipsList.d.ts.map +1 -0
  293. package/dist/components/settings/organization/index.d.ts +4 -0
  294. package/dist/components/settings/organization/index.d.ts.map +1 -0
  295. package/dist/components/table/SortableHeader.d.ts +12 -0
  296. package/dist/components/table/SortableHeader.d.ts.map +1 -0
  297. package/dist/components/table/index.d.ts +4 -0
  298. package/dist/components/table/index.d.ts.map +1 -0
  299. package/dist/execution/hooks/index.d.ts +8 -0
  300. package/dist/execution/hooks/index.d.ts.map +1 -0
  301. package/dist/execution/hooks/useAgentIterationData.d.ts +3 -0
  302. package/dist/execution/hooks/useAgentIterationData.d.ts.map +1 -0
  303. package/dist/execution/hooks/useExecutionPath.d.ts +29 -0
  304. package/dist/execution/hooks/useExecutionPath.d.ts.map +1 -0
  305. package/dist/execution/hooks/useMergedExecution.d.ts +11 -0
  306. package/dist/execution/hooks/useMergedExecution.d.ts.map +1 -0
  307. package/dist/execution/hooks/useReactFlowAgent.d.ts +12 -0
  308. package/dist/execution/hooks/useReactFlowAgent.d.ts.map +1 -0
  309. package/dist/execution/hooks/useTimelineData.d.ts +6 -0
  310. package/dist/execution/hooks/useTimelineData.d.ts.map +1 -0
  311. package/dist/execution/hooks/useUnifiedWorkflowLayout.d.ts +19 -0
  312. package/dist/execution/hooks/useUnifiedWorkflowLayout.d.ts.map +1 -0
  313. package/dist/execution/hooks/useWorkflowStepsLayout.d.ts +49 -0
  314. package/dist/execution/hooks/useWorkflowStepsLayout.d.ts.map +1 -0
  315. package/dist/execution/index.d.ts +5 -936
  316. package/dist/execution/index.d.ts.map +1 -0
  317. package/dist/execution/types.d.ts +129 -0
  318. package/dist/execution/types.d.ts.map +1 -0
  319. package/dist/execution/utils/edgeUtils.d.ts +22 -0
  320. package/dist/execution/utils/edgeUtils.d.ts.map +1 -0
  321. package/dist/execution/utils/getResourceStatusColor.d.ts +8 -0
  322. package/dist/execution/utils/getResourceStatusColor.d.ts.map +1 -0
  323. package/dist/execution/utils/getStatusIcon.d.ts +19 -0
  324. package/dist/execution/utils/getStatusIcon.d.ts.map +1 -0
  325. package/dist/execution/utils/index.d.ts +7 -0
  326. package/dist/execution/utils/index.d.ts.map +1 -0
  327. package/dist/execution/utils/statusColors.d.ts +20 -0
  328. package/dist/execution/utils/statusColors.d.ts.map +1 -0
  329. package/dist/features/operations/ResourcesPage.d.ts +15 -0
  330. package/dist/features/operations/ResourcesPage.d.ts.map +1 -0
  331. package/dist/features/operations/index.css +565 -0
  332. package/dist/features/operations/index.d.ts +3 -0
  333. package/dist/features/operations/index.d.ts.map +1 -0
  334. package/dist/features/operations/index.js +241 -0
  335. package/dist/graph/hooks/index.d.ts +9 -0
  336. package/dist/graph/hooks/index.d.ts.map +1 -0
  337. package/dist/graph/index.d.ts +9 -226
  338. package/dist/graph/index.d.ts.map +1 -0
  339. package/dist/graph/types.d.ts +28 -0
  340. package/dist/graph/types.d.ts.map +1 -0
  341. package/dist/hooks/command-queue/index.d.ts +7 -0
  342. package/dist/hooks/command-queue/index.d.ts.map +1 -0
  343. package/dist/hooks/command-queue/useCommandQueue.d.ts +33 -0
  344. package/dist/hooks/command-queue/useCommandQueue.d.ts.map +1 -0
  345. package/dist/hooks/command-queue/useCommandQueueTotals.d.ts +17 -0
  346. package/dist/hooks/command-queue/useCommandQueueTotals.d.ts.map +1 -0
  347. package/dist/hooks/command-queue/useDeleteTask.d.ts +5 -0
  348. package/dist/hooks/command-queue/useDeleteTask.d.ts.map +1 -0
  349. package/dist/hooks/command-queue/usePatchTask.d.ts +6 -0
  350. package/dist/hooks/command-queue/usePatchTask.d.ts.map +1 -0
  351. package/dist/hooks/command-queue/useSubmitAction.d.ts +29 -0
  352. package/dist/hooks/command-queue/useSubmitAction.d.ts.map +1 -0
  353. package/dist/hooks/executions/index.d.ts +17 -0
  354. package/dist/hooks/executions/index.d.ts.map +1 -0
  355. package/dist/hooks/executions/useArchivedLogs.d.ts +14 -0
  356. package/dist/hooks/executions/useArchivedLogs.d.ts.map +1 -0
  357. package/dist/hooks/executions/useBulkDeleteExecutions.d.ts +15 -0
  358. package/dist/hooks/executions/useBulkDeleteExecutions.d.ts.map +1 -0
  359. package/dist/hooks/executions/useCancelExecution.d.ts +20 -0
  360. package/dist/hooks/executions/useCancelExecution.d.ts.map +1 -0
  361. package/dist/hooks/executions/useDeleteExecution.d.ts +13 -0
  362. package/dist/hooks/executions/useDeleteExecution.d.ts.map +1 -0
  363. package/dist/hooks/executions/useExecuteAsync.d.ts +21 -0
  364. package/dist/hooks/executions/useExecuteAsync.d.ts.map +1 -0
  365. package/dist/hooks/executions/useExecution.d.ts +10 -0
  366. package/dist/hooks/executions/useExecution.d.ts.map +1 -0
  367. package/dist/hooks/executions/useExecutions.d.ts +16 -0
  368. package/dist/hooks/executions/useExecutions.d.ts.map +1 -0
  369. package/dist/hooks/executions/useResourceDefinition.d.ts +9 -0
  370. package/dist/hooks/executions/useResourceDefinition.d.ts.map +1 -0
  371. package/dist/hooks/executions/useResources.d.ts +15 -0
  372. package/dist/hooks/executions/useResources.d.ts.map +1 -0
  373. package/dist/hooks/executions/useRetryExecution.d.ts +16 -0
  374. package/dist/hooks/executions/useRetryExecution.d.ts.map +1 -0
  375. package/dist/hooks/feature-access/createUseFeatureAccess.d.ts +41 -0
  376. package/dist/hooks/feature-access/createUseFeatureAccess.d.ts.map +1 -0
  377. package/dist/hooks/feature-access/index.d.ts +2 -0
  378. package/dist/hooks/feature-access/index.d.ts.map +1 -0
  379. package/dist/hooks/index.d.ts +22 -6572
  380. package/dist/hooks/index.d.ts.map +1 -0
  381. package/dist/hooks/index.js +4 -4
  382. package/dist/hooks/monitoring/index.d.ts +9 -0
  383. package/dist/hooks/monitoring/index.d.ts.map +1 -0
  384. package/dist/hooks/monitoring/useActivities.d.ts +52 -0
  385. package/dist/hooks/monitoring/useActivities.d.ts.map +1 -0
  386. package/dist/hooks/monitoring/useCostSummary.d.ts +7 -0
  387. package/dist/hooks/monitoring/useCostSummary.d.ts.map +1 -0
  388. package/dist/hooks/monitoring/useExecutionHealth.d.ts +10 -0
  389. package/dist/hooks/monitoring/useExecutionHealth.d.ts.map +1 -0
  390. package/dist/hooks/monitoring/useExecutionLogs.d.ts +56 -0
  391. package/dist/hooks/monitoring/useExecutionLogs.d.ts.map +1 -0
  392. package/dist/hooks/monitoring/useNotifications.d.ts +11 -0
  393. package/dist/hooks/monitoring/useNotifications.d.ts.map +1 -0
  394. package/dist/hooks/notifications/index.d.ts +9 -0
  395. package/dist/hooks/notifications/index.d.ts.map +1 -0
  396. package/dist/hooks/notifications/useBatchDelete.d.ts +8 -0
  397. package/dist/hooks/notifications/useBatchDelete.d.ts.map +1 -0
  398. package/dist/hooks/notifications/useErrorNotification.d.ts +17 -0
  399. package/dist/hooks/notifications/useErrorNotification.d.ts.map +1 -0
  400. package/dist/hooks/notifications/useMarkAllAsRead.d.ts +2 -0
  401. package/dist/hooks/notifications/useMarkAllAsRead.d.ts.map +1 -0
  402. package/dist/hooks/notifications/useMarkAsRead.d.ts +2 -0
  403. package/dist/hooks/notifications/useMarkAsRead.d.ts.map +1 -0
  404. package/dist/hooks/notifications/useNotificationCount.d.ts +8 -0
  405. package/dist/hooks/notifications/useNotificationCount.d.ts.map +1 -0
  406. package/dist/hooks/notifications/useSuccessNotification.d.ts +6 -0
  407. package/dist/hooks/notifications/useSuccessNotification.d.ts.map +1 -0
  408. package/dist/hooks/notifications/useTestNotification.d.ts +16 -0
  409. package/dist/hooks/notifications/useTestNotification.d.ts.map +1 -0
  410. package/dist/hooks/notifications/useWarningNotification.d.ts +6 -0
  411. package/dist/hooks/notifications/useWarningNotification.d.ts.map +1 -0
  412. package/dist/hooks/observability/index.d.ts +25 -0
  413. package/dist/hooks/observability/index.d.ts.map +1 -0
  414. package/dist/hooks/observability/useBatchedResourcesHealth.d.ts +15 -0
  415. package/dist/hooks/observability/useBatchedResourcesHealth.d.ts.map +1 -0
  416. package/dist/hooks/observability/useBusinessImpact.d.ts +9 -0
  417. package/dist/hooks/observability/useBusinessImpact.d.ts.map +1 -0
  418. package/dist/hooks/observability/useCostBreakdown.d.ts +10 -0
  419. package/dist/hooks/observability/useCostBreakdown.d.ts.map +1 -0
  420. package/dist/hooks/observability/useCostByModel.d.ts +3 -0
  421. package/dist/hooks/observability/useCostByModel.d.ts.map +1 -0
  422. package/dist/hooks/observability/useCostTrends.d.ts +3 -0
  423. package/dist/hooks/observability/useCostTrends.d.ts.map +1 -0
  424. package/dist/hooks/observability/useDashboardMetrics.d.ts +3 -0
  425. package/dist/hooks/observability/useDashboardMetrics.d.ts.map +1 -0
  426. package/dist/hooks/observability/useErrorAnalysis.d.ts +7 -0
  427. package/dist/hooks/observability/useErrorAnalysis.d.ts.map +1 -0
  428. package/dist/hooks/observability/useErrorDetails.d.ts +20 -0
  429. package/dist/hooks/observability/useErrorDetails.d.ts.map +1 -0
  430. package/dist/hooks/observability/useErrorDistribution.d.ts +12 -0
  431. package/dist/hooks/observability/useErrorDistribution.d.ts.map +1 -0
  432. package/dist/hooks/observability/useErrorTrends.d.ts +12 -0
  433. package/dist/hooks/observability/useErrorTrends.d.ts.map +1 -0
  434. package/dist/hooks/observability/useRecentExecutionsByResource.d.ts +18 -0
  435. package/dist/hooks/observability/useRecentExecutionsByResource.d.ts.map +1 -0
  436. package/dist/hooks/observability/useResolveError.d.ts +17 -0
  437. package/dist/hooks/observability/useResolveError.d.ts.map +1 -0
  438. package/dist/hooks/observability/useResourcesHealth.d.ts +13 -0
  439. package/dist/hooks/observability/useResourcesHealth.d.ts.map +1 -0
  440. package/dist/hooks/observability/useTopFailingResources.d.ts +13 -0
  441. package/dist/hooks/observability/useTopFailingResources.d.ts.map +1 -0
  442. package/dist/hooks/observability/useUnresolvedErrors.d.ts +15 -0
  443. package/dist/hooks/observability/useUnresolvedErrors.d.ts.map +1 -0
  444. package/dist/hooks/operations/command-view/index.d.ts +8 -0
  445. package/dist/hooks/operations/command-view/index.d.ts.map +1 -0
  446. package/dist/hooks/operations/command-view/types.d.ts +123 -0
  447. package/dist/hooks/operations/command-view/types.d.ts.map +1 -0
  448. package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts +24 -0
  449. package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts.map +1 -0
  450. package/dist/hooks/operations/command-view/useCommandViewData.d.ts +11 -0
  451. package/dist/hooks/operations/command-view/useCommandViewData.d.ts.map +1 -0
  452. package/dist/hooks/operations/command-view/useCommandViewLayout.d.ts +44 -0
  453. package/dist/hooks/operations/command-view/useCommandViewLayout.d.ts.map +1 -0
  454. package/dist/hooks/operations/command-view/useCommandViewStats.d.ts +12 -0
  455. package/dist/hooks/operations/command-view/useCommandViewStats.d.ts.map +1 -0
  456. package/dist/hooks/operations/command-view/useCommandViewStore.d.ts +39 -0
  457. package/dist/hooks/operations/command-view/useCommandViewStore.d.ts.map +1 -0
  458. package/dist/hooks/operations/command-view/useResourceErrors.d.ts +22 -0
  459. package/dist/hooks/operations/command-view/useResourceErrors.d.ts.map +1 -0
  460. package/dist/hooks/operations/command-view/useResourceExecutions.d.ts +22 -0
  461. package/dist/hooks/operations/command-view/useResourceExecutions.d.ts.map +1 -0
  462. package/dist/hooks/operations/command-view/utils/filterCommandViewData.d.ts +30 -0
  463. package/dist/hooks/operations/command-view/utils/filterCommandViewData.d.ts.map +1 -0
  464. package/dist/hooks/operations/command-view/utils/index.d.ts +6 -0
  465. package/dist/hooks/operations/command-view/utils/index.d.ts.map +1 -0
  466. package/dist/hooks/operations/command-view/utils/mergeStatsWithTopology.d.ts +19 -0
  467. package/dist/hooks/operations/command-view/utils/mergeStatsWithTopology.d.ts.map +1 -0
  468. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +15 -0
  469. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts.map +1 -0
  470. package/dist/hooks/operations/index.d.ts +4 -0
  471. package/dist/hooks/operations/index.d.ts.map +1 -0
  472. package/dist/hooks/operations/knowledge-base/index.d.ts +3 -0
  473. package/dist/hooks/operations/knowledge-base/index.d.ts.map +1 -0
  474. package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts +27 -0
  475. package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts.map +1 -0
  476. package/dist/hooks/operations/shared/index.d.ts +6 -0
  477. package/dist/hooks/operations/shared/index.d.ts.map +1 -0
  478. package/dist/hooks/operations/shared/queryKeys.d.ts +23 -0
  479. package/dist/hooks/operations/shared/queryKeys.d.ts.map +1 -0
  480. package/dist/hooks/operations/shared/resourceDefinitionUtils.d.ts +10 -0
  481. package/dist/hooks/operations/shared/resourceDefinitionUtils.d.ts.map +1 -0
  482. package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts +11 -0
  483. package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts.map +1 -0
  484. package/dist/hooks/operations/shared/useExecutionPanelState.d.ts +46 -0
  485. package/dist/hooks/operations/shared/useExecutionPanelState.d.ts.map +1 -0
  486. package/dist/hooks/published.d.ts +21 -6016
  487. package/dist/hooks/published.d.ts.map +1 -0
  488. package/dist/hooks/published.js +4 -4
  489. package/dist/hooks/scheduling/index.d.ts +7 -0
  490. package/dist/hooks/scheduling/index.d.ts.map +1 -0
  491. package/dist/hooks/scheduling/useScheduledTasks.d.ts +19 -0
  492. package/dist/hooks/scheduling/useScheduledTasks.d.ts.map +1 -0
  493. package/dist/hooks/scheduling/useSchedules.d.ts +185 -0
  494. package/dist/hooks/scheduling/useSchedules.d.ts.map +1 -0
  495. package/dist/hooks/services/OperationsService.d.ts +73 -0
  496. package/dist/hooks/services/OperationsService.d.ts.map +1 -0
  497. package/dist/hooks/services/index.d.ts +2 -0
  498. package/dist/hooks/services/index.d.ts.map +1 -0
  499. package/dist/hooks/sessions/index.d.ts +8 -0
  500. package/dist/hooks/sessions/index.d.ts.map +1 -0
  501. package/dist/hooks/sessions/types.d.ts +33 -0
  502. package/dist/hooks/sessions/types.d.ts.map +1 -0
  503. package/dist/hooks/sessions/useSessionExecutions.d.ts +13 -0
  504. package/dist/hooks/sessions/useSessionExecutions.d.ts.map +1 -0
  505. package/dist/hooks/sessions/useSessionMessages.d.ts +7 -0
  506. package/dist/hooks/sessions/useSessionMessages.d.ts.map +1 -0
  507. package/dist/hooks/sessions/useSessionWebSocket.d.ts +19 -0
  508. package/dist/hooks/sessions/useSessionWebSocket.d.ts.map +1 -0
  509. package/dist/hooks/sessions/useSessions.d.ts +26 -0
  510. package/dist/hooks/sessions/useSessions.d.ts.map +1 -0
  511. package/dist/hooks/settings/api-keys/apiKeyService.d.ts +37 -0
  512. package/dist/hooks/settings/api-keys/apiKeyService.d.ts.map +1 -0
  513. package/dist/hooks/settings/api-keys/index.d.ts +7 -0
  514. package/dist/hooks/settings/api-keys/index.d.ts.map +1 -0
  515. package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts +3 -0
  516. package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts.map +1 -0
  517. package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts +2 -0
  518. package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts.map +1 -0
  519. package/dist/hooks/settings/api-keys/useListApiKeys.d.ts +2 -0
  520. package/dist/hooks/settings/api-keys/useListApiKeys.d.ts.map +1 -0
  521. package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts +5 -0
  522. package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts.map +1 -0
  523. package/dist/hooks/settings/credentials/index.d.ts +7 -0
  524. package/dist/hooks/settings/credentials/index.d.ts.map +1 -0
  525. package/dist/hooks/settings/credentials/useCreateCredential.d.ts +3 -0
  526. package/dist/hooks/settings/credentials/useCreateCredential.d.ts.map +1 -0
  527. package/dist/hooks/settings/credentials/useCredentials.d.ts +8 -0
  528. package/dist/hooks/settings/credentials/useCredentials.d.ts.map +1 -0
  529. package/dist/hooks/settings/credentials/useDeleteCredential.d.ts +2 -0
  530. package/dist/hooks/settings/credentials/useDeleteCredential.d.ts.map +1 -0
  531. package/dist/hooks/settings/credentials/useUpdateCredential.d.ts +10 -0
  532. package/dist/hooks/settings/credentials/useUpdateCredential.d.ts.map +1 -0
  533. package/dist/hooks/settings/deployments/deploymentService.d.ts +13 -0
  534. package/dist/hooks/settings/deployments/deploymentService.d.ts.map +1 -0
  535. package/dist/hooks/settings/deployments/index.d.ts +5 -0
  536. package/dist/hooks/settings/deployments/index.d.ts.map +1 -0
  537. package/dist/hooks/settings/deployments/useDeploymentActions.d.ts +4 -0
  538. package/dist/hooks/settings/deployments/useDeploymentActions.d.ts.map +1 -0
  539. package/dist/hooks/settings/deployments/useListDeployments.d.ts +2 -0
  540. package/dist/hooks/settings/deployments/useListDeployments.d.ts.map +1 -0
  541. package/dist/hooks/settings/index.d.ts +6 -0
  542. package/dist/hooks/settings/index.d.ts.map +1 -0
  543. package/dist/hooks/settings/organization/index.d.ts +6 -0
  544. package/dist/hooks/settings/organization/index.d.ts.map +1 -0
  545. package/dist/hooks/settings/organization/organizationMembershipService.d.ts +44 -0
  546. package/dist/hooks/settings/organization/organizationMembershipService.d.ts.map +1 -0
  547. package/dist/hooks/settings/organization/useDeactivateMembership.d.ts +11 -0
  548. package/dist/hooks/settings/organization/useDeactivateMembership.d.ts.map +1 -0
  549. package/dist/hooks/settings/organization/useReactivateMembership.d.ts +11 -0
  550. package/dist/hooks/settings/organization/useReactivateMembership.d.ts.map +1 -0
  551. package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts +8 -0
  552. package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts.map +1 -0
  553. package/dist/hooks/settings/organization/useUserMemberships.d.ts +3 -0
  554. package/dist/hooks/settings/organization/useUserMemberships.d.ts.map +1 -0
  555. package/dist/hooks/settings/webhooks/index.d.ts +7 -0
  556. package/dist/hooks/settings/webhooks/index.d.ts.map +1 -0
  557. package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts +18 -0
  558. package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts.map +1 -0
  559. package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts +2 -0
  560. package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts.map +1 -0
  561. package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts +14 -0
  562. package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts.map +1 -0
  563. package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts +18 -0
  564. package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts.map +1 -0
  565. package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts +27 -0
  566. package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts.map +1 -0
  567. package/dist/hooks/useActivityFilters.d.ts +18 -0
  568. package/dist/hooks/useActivityFilters.d.ts.map +1 -0
  569. package/dist/hooks/useDomainFilters.d.ts +36 -0
  570. package/dist/hooks/useDomainFilters.d.ts.map +1 -0
  571. package/dist/hooks/useExecutionLogsFilters.d.ts +28 -0
  572. package/dist/hooks/useExecutionLogsFilters.d.ts.map +1 -0
  573. package/dist/hooks/useOrganizationMembers.d.ts +18 -0
  574. package/dist/hooks/useOrganizationMembers.d.ts.map +1 -0
  575. package/dist/hooks/useTimeRangeDates.d.ts +10 -0
  576. package/dist/hooks/useTimeRangeDates.d.ts.map +1 -0
  577. package/dist/index.d.ts +15 -8462
  578. package/dist/index.d.ts.map +1 -0
  579. package/dist/index.js +6 -6
  580. package/dist/initialization/InitializationProvider.d.ts +48 -0
  581. package/dist/initialization/InitializationProvider.d.ts.map +1 -0
  582. package/dist/initialization/hooks/useAppInitialization.d.ts +32 -0
  583. package/dist/initialization/hooks/useAppInitialization.d.ts.map +1 -0
  584. package/dist/initialization/index.d.ts +23 -2505
  585. package/dist/initialization/index.d.ts.map +1 -0
  586. package/dist/layout/index.d.ts +193 -3
  587. package/dist/layout/index.js +5 -4
  588. package/dist/organization/components/OrganizationSwitcher.d.ts +11 -0
  589. package/dist/organization/components/OrganizationSwitcher.d.ts.map +1 -0
  590. package/dist/organization/context/OrganizationContext.d.ts +41 -0
  591. package/dist/organization/context/OrganizationContext.d.ts.map +1 -0
  592. package/dist/organization/context/OrganizationProvider.d.ts +24 -0
  593. package/dist/organization/context/OrganizationProvider.d.ts.map +1 -0
  594. package/dist/organization/hooks/useOrgInitialization.d.ts +56 -0
  595. package/dist/organization/hooks/useOrgInitialization.d.ts.map +1 -0
  596. package/dist/organization/hooks/useOrganizations.d.ts +31 -0
  597. package/dist/organization/hooks/useOrganizations.d.ts.map +1 -0
  598. package/dist/organization/index.d.ts +23 -274
  599. package/dist/organization/index.d.ts.map +1 -0
  600. package/dist/organization/store/organizationsSlice.d.ts +40 -0
  601. package/dist/organization/store/organizationsSlice.d.ts.map +1 -0
  602. package/dist/organization/store/types.d.ts +20 -0
  603. package/dist/organization/store/types.d.ts.map +1 -0
  604. package/dist/profile/context/ProfileProvider.d.ts +31 -0
  605. package/dist/profile/context/ProfileProvider.d.ts.map +1 -0
  606. package/dist/profile/hooks/useUserProfile.d.ts +38 -0
  607. package/dist/profile/hooks/useUserProfile.d.ts.map +1 -0
  608. package/dist/profile/index.d.ts +15 -2456
  609. package/dist/profile/index.d.ts.map +1 -0
  610. package/dist/profile/services/UserProfileService.d.ts +29 -0
  611. package/dist/profile/services/UserProfileService.d.ts.map +1 -0
  612. package/dist/provider/CoreAuthKitInner.d.ts +12 -0
  613. package/dist/provider/CoreAuthKitInner.d.ts.map +1 -0
  614. package/dist/provider/ElevasisCoreProvider.d.ts +25 -0
  615. package/dist/provider/ElevasisCoreProvider.d.ts.map +1 -0
  616. package/dist/provider/ElevasisServiceContext.d.ts +31 -0
  617. package/dist/provider/ElevasisServiceContext.d.ts.map +1 -0
  618. package/dist/provider/ElevasisUIProvider.d.ts +28 -0
  619. package/dist/provider/ElevasisUIProvider.d.ts.map +1 -0
  620. package/dist/provider/NotificationContext.d.ts +49 -0
  621. package/dist/provider/NotificationContext.d.ts.map +1 -0
  622. package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts +2 -0
  623. package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts.map +1 -0
  624. package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts +2 -0
  625. package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts.map +1 -0
  626. package/dist/provider/index.d.ts +11 -334
  627. package/dist/provider/index.d.ts.map +1 -0
  628. package/dist/provider/index.js +4 -4
  629. package/dist/provider/published.d.ts +11 -309
  630. package/dist/provider/published.d.ts.map +1 -0
  631. package/dist/provider/types.d.ts +151 -0
  632. package/dist/provider/types.d.ts.map +1 -0
  633. package/dist/router/index.d.ts +12 -1
  634. package/dist/router/index.js +1 -1
  635. package/dist/sdk-barrel.d.ts +20 -0
  636. package/dist/sdk-barrel.d.ts.map +1 -0
  637. package/dist/supabase/client.d.ts +2265 -0
  638. package/dist/supabase/client.d.ts.map +1 -0
  639. package/dist/supabase/index.d.ts +2 -4595
  640. package/dist/supabase/index.d.ts.map +1 -0
  641. package/dist/theme/PresetsContext.d.ts +4 -0
  642. package/dist/theme/PresetsContext.d.ts.map +1 -0
  643. package/dist/theme/cssVariables.d.ts +12 -0
  644. package/dist/theme/cssVariables.d.ts.map +1 -0
  645. package/dist/theme/index.d.ts +10 -148
  646. package/dist/theme/index.d.ts.map +1 -0
  647. package/dist/theme/index.js +3 -3
  648. package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
  649. package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
  650. package/dist/theme/presets/__tests__/getPreset.test.js +88 -0
  651. package/dist/theme/presets/abyss.d.ts +3 -0
  652. package/dist/theme/presets/abyss.d.ts.map +1 -0
  653. package/dist/theme/presets/aurora.d.ts +8 -0
  654. package/dist/theme/presets/aurora.d.ts.map +1 -0
  655. package/dist/theme/presets/canopy.d.ts +12 -0
  656. package/dist/theme/presets/canopy.d.ts.map +1 -0
  657. package/dist/theme/presets/cyber-punk.d.ts +11 -0
  658. package/dist/theme/presets/cyber-punk.d.ts.map +1 -0
  659. package/dist/theme/presets/cyber-punk.js +78 -0
  660. package/dist/theme/presets/cyber-strike.d.ts +13 -0
  661. package/dist/theme/presets/cyber-strike.d.ts.map +1 -0
  662. package/dist/theme/presets/cyber-void.d.ts +12 -0
  663. package/dist/theme/presets/cyber-void.d.ts.map +1 -0
  664. package/dist/theme/presets/cyber-volt.d.ts +12 -0
  665. package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
  666. package/dist/theme/presets/default.d.ts +4 -0
  667. package/dist/theme/presets/default.d.ts.map +1 -0
  668. package/dist/theme/presets/ember.d.ts +8 -0
  669. package/dist/theme/presets/ember.d.ts.map +1 -0
  670. package/dist/theme/presets/honey.d.ts +12 -0
  671. package/dist/theme/presets/honey.d.ts.map +1 -0
  672. package/dist/theme/presets/index.d.ts +8 -0
  673. package/dist/theme/presets/index.d.ts.map +1 -0
  674. package/dist/theme/presets/index.js +136 -0
  675. package/dist/theme/presets/midnight.d.ts +8 -0
  676. package/dist/theme/presets/midnight.d.ts.map +1 -0
  677. package/dist/theme/presets/nirvana.d.ts +16 -0
  678. package/dist/theme/presets/nirvana.d.ts.map +1 -0
  679. package/dist/theme/presets/obsidian.d.ts +3 -0
  680. package/dist/theme/presets/obsidian.d.ts.map +1 -0
  681. package/dist/theme/presets/regal.d.ts +8 -0
  682. package/dist/theme/presets/regal.d.ts.map +1 -0
  683. package/dist/theme/presets/rose-gold.d.ts +8 -0
  684. package/dist/theme/presets/rose-gold.d.ts.map +1 -0
  685. package/dist/theme/presets/slate.d.ts +3 -0
  686. package/dist/theme/presets/slate.d.ts.map +1 -0
  687. package/dist/theme/presets/tactical.d.ts +8 -0
  688. package/dist/theme/presets/tactical.d.ts.map +1 -0
  689. package/dist/theme/presets/types.d.ts +43 -0
  690. package/dist/theme/presets/types.d.ts.map +1 -0
  691. package/dist/theme/presets/types.js +3 -0
  692. package/dist/theme/presets/wave.d.ts +14 -0
  693. package/dist/theme/presets/wave.d.ts.map +1 -0
  694. package/dist/theme/useAvailablePresets.d.ts +16 -0
  695. package/dist/theme/useAvailablePresets.d.ts.map +1 -0
  696. package/dist/theme/useAvailablePresets.js +36 -0
  697. package/dist/types/index.d.ts +42 -7124
  698. package/dist/types/index.d.ts.map +1 -0
  699. package/dist/utils/error-utils.d.ts +38 -0
  700. package/dist/utils/error-utils.d.ts.map +1 -0
  701. package/dist/utils/index.d.ts +8 -265
  702. package/dist/utils/index.d.ts.map +1 -0
  703. package/dist/utils/resource-icons.d.ts +18 -0
  704. package/dist/utils/resource-icons.d.ts.map +1 -0
  705. package/dist/utils/setup-test-utils.d.ts +2 -0
  706. package/dist/utils/setup-test-utils.d.ts.map +1 -0
  707. package/package.json +5 -1
  708. package/dist/chunk-LHQTTUL2.js +0 -27
@@ -1,936 +1,5 @@
1
- import { Node, Edge } from '@xyflow/react';
2
- import * as react_jsx_runtime from 'react/jsx-runtime';
3
-
4
- /**
5
- * Workflow-specific logging types and utilities
6
- */
7
-
8
- interface WorkflowExecutionContext {
9
- type: 'workflow';
10
- contextType: 'workflow-execution';
11
- executionId: string;
12
- workflowId: string;
13
- workflowName?: string;
14
- organizationId: string;
15
- executionPath?: string[];
16
- }
17
- interface WorkflowFailureContext {
18
- type: 'workflow';
19
- contextType: 'workflow-failure';
20
- executionId: string;
21
- workflowId: string;
22
- error: string;
23
- }
24
- interface StepStartedContext {
25
- type: 'workflow';
26
- contextType: 'step-started';
27
- stepId: string;
28
- stepStatus: 'started';
29
- input: unknown;
30
- startTime: number;
31
- }
32
- interface StepCompletedContext {
33
- type: 'workflow';
34
- contextType: 'step-completed';
35
- stepId: string;
36
- stepStatus: 'completed';
37
- output: unknown;
38
- duration: number;
39
- isTerminal: boolean;
40
- startTime: number;
41
- endTime: number;
42
- }
43
- interface StepFailedContext {
44
- type: 'workflow';
45
- contextType: 'step-failed';
46
- stepId: string;
47
- stepStatus: 'failed';
48
- error: string;
49
- duration: number;
50
- startTime: number;
51
- endTime: number;
52
- }
53
- interface ConditionalRouteContext {
54
- type: 'workflow';
55
- contextType: 'conditional-route';
56
- stepId: string;
57
- target: string;
58
- error?: string;
59
- }
60
- interface ExecutionPathContext {
61
- type: 'workflow';
62
- contextType: 'execution-path';
63
- executionPath: string[];
64
- }
65
- type WorkflowLogContext = WorkflowExecutionContext | WorkflowFailureContext | StepStartedContext | StepCompletedContext | StepFailedContext | ConditionalRouteContext | ExecutionPathContext;
66
- interface WorkflowLogMessage {
67
- level: ExecutionLogLevel;
68
- message: string;
69
- timestamp: number;
70
- context?: WorkflowLogContext;
71
- }
72
-
73
- /**
74
- * Agent-specific logging types
75
- * Simplified 2-event model: lifecycle, iteration
76
- *
77
- * Design Philosophy:
78
- * - LIFECYCLE EVENTS: Structural checkpoints (initialization, iteration, completion)
79
- * - ITERATION EVENTS: Execution activities (reasoning, actions during iterations)
80
- */
81
-
82
- /**
83
- * Agent lifecycle stages
84
- * Universal checkpoints that apply to all agent executions
85
- */
86
- type AgentLifecycle = 'initialization' | 'iteration' | 'completion';
87
- /**
88
- * Iteration event types
89
- * Activities that occur during agent iterations
90
- */
91
- type IterationEventType = 'reasoning' | 'action' | 'tool-call';
92
- /**
93
- * Base fields shared by all lifecycle events
94
- */
95
- interface AgentLifecycleEventBase {
96
- type: 'agent';
97
- agentId: string;
98
- lifecycle: AgentLifecycle;
99
- sessionId?: string;
100
- }
101
- /**
102
- * Lifecycle started event - emitted when a phase begins
103
- * REQUIRED: startTime (phase has started, no end yet)
104
- */
105
- interface AgentLifecycleStartedEvent extends AgentLifecycleEventBase {
106
- stage: 'started';
107
- startTime: number;
108
- iteration?: number;
109
- }
110
- /**
111
- * Lifecycle completed event - emitted when a phase succeeds
112
- * REQUIRED: startTime, endTime, duration (phase has finished successfully)
113
- */
114
- interface AgentLifecycleCompletedEvent extends AgentLifecycleEventBase {
115
- stage: 'completed';
116
- startTime: number;
117
- endTime: number;
118
- duration: number;
119
- iteration?: number;
120
- attempts?: number;
121
- memorySize?: {
122
- sessionMemoryKeys: number;
123
- historyEntries: number;
124
- };
125
- }
126
- /**
127
- * Lifecycle failed event - emitted when a phase fails
128
- * REQUIRED: startTime, endTime, duration, error (phase has finished with error)
129
- */
130
- interface AgentLifecycleFailedEvent extends AgentLifecycleEventBase {
131
- stage: 'failed';
132
- startTime: number;
133
- endTime: number;
134
- duration: number;
135
- error: string;
136
- iteration?: number;
137
- }
138
- /**
139
- * Union type for all lifecycle events
140
- * Discriminated by 'stage' field for type narrowing
141
- */
142
- type AgentLifecycleEvent = AgentLifecycleStartedEvent | AgentLifecycleCompletedEvent | AgentLifecycleFailedEvent;
143
- /**
144
- * Placeholder data for MVP
145
- * Will be typed per actionType in future
146
- */
147
- interface ActionPlaceholderData {
148
- message: string;
149
- }
150
- /**
151
- * Iteration event - captures activities during agent iterations
152
- * Consolidates reasoning (LLM thought process) and actions (tool use, memory ops, etc.)
153
- */
154
- interface AgentIterationEvent {
155
- type: 'agent';
156
- agentId: string;
157
- lifecycle: 'iteration';
158
- eventType: IterationEventType;
159
- iteration: number;
160
- sessionId?: string;
161
- startTime: number;
162
- endTime: number;
163
- duration: number;
164
- output?: string;
165
- actionType?: string;
166
- data?: ActionPlaceholderData;
167
- }
168
- /**
169
- * Tool call event - captures individual tool executions during iterations
170
- * Provides granular timing for each tool invocation
171
- */
172
- interface AgentToolCallEvent {
173
- type: 'agent';
174
- agentId: string;
175
- lifecycle: 'iteration';
176
- eventType: 'tool-call';
177
- iteration: number;
178
- sessionId?: string;
179
- toolName: string;
180
- startTime: number;
181
- endTime: number;
182
- duration: number;
183
- success: boolean;
184
- error?: string;
185
- input?: Record<string, unknown>;
186
- output?: unknown;
187
- }
188
- /**
189
- * Union type for all agent log contexts
190
- * 3 event types total (lifecycle, iteration, tool-call)
191
- */
192
- type AgentLogContext = AgentLifecycleEvent | AgentIterationEvent | AgentToolCallEvent;
193
-
194
- /**
195
- * Base execution logger for Execution Engine
196
- */
197
- type ExecutionLogLevel = 'debug' | 'info' | 'warn' | 'error';
198
-
199
- type LogContext = WorkflowLogContext | AgentLogContext;
200
- interface ExecutionLogMessage {
201
- level: ExecutionLogLevel;
202
- message: string;
203
- timestamp: number;
204
- context?: LogContext;
205
- }
206
-
207
- /**
208
- * Shared form field types for dynamic form generation
209
- * Used by: Command Queue, Execution Runner UI, future form-based features
210
- */
211
- /**
212
- * Supported form field types for action payloads
213
- * Maps to Mantine form components
214
- */
215
- type FormFieldType = 'text' | 'textarea' | 'number' | 'select' | 'checkbox' | 'radio' | 'richtext';
216
-
217
- /**
218
- * Serialized Registry Types
219
- *
220
- * Pre-computed JSON-safe types for API responses and Command View.
221
- * Serialization happens once at API startup, enabling instant response times.
222
- */
223
-
224
- /**
225
- * Serialized form field for API responses
226
- */
227
- interface SerializedFormField {
228
- name: string;
229
- label: string;
230
- type: FormFieldType;
231
- defaultValue?: unknown;
232
- required?: boolean;
233
- placeholder?: string;
234
- description?: string;
235
- options?: Array<{
236
- label: string;
237
- value: string | number;
238
- }>;
239
- min?: number;
240
- max?: number;
241
- }
242
- /**
243
- * Serialized form schema for API responses
244
- */
245
- interface SerializedFormSchema {
246
- title?: string;
247
- description?: string;
248
- fields: SerializedFormField[];
249
- layout?: 'vertical' | 'horizontal' | 'grid';
250
- }
251
- /**
252
- * Serialized execution form schema for API responses
253
- */
254
- interface SerializedExecutionFormSchema extends SerializedFormSchema {
255
- fieldMappings?: Record<string, string>;
256
- submitButton?: {
257
- label?: string;
258
- loadingLabel?: string;
259
- confirmMessage?: string;
260
- };
261
- }
262
- /**
263
- * Serialized schedule config for API responses
264
- */
265
- interface SerializedScheduleConfig {
266
- enabled: boolean;
267
- defaultSchedule?: string;
268
- allowedPatterns?: string[];
269
- }
270
- /**
271
- * Serialized webhook config for API responses
272
- */
273
- interface SerializedWebhookConfig {
274
- enabled: boolean;
275
- payloadSchema?: unknown;
276
- }
277
- /**
278
- * Serialized execution interface for API responses
279
- */
280
- interface SerializedExecutionInterface {
281
- form: SerializedExecutionFormSchema;
282
- schedule?: SerializedScheduleConfig;
283
- webhook?: SerializedWebhookConfig;
284
- }
285
- /**
286
- * Serialized agent definition (JSON-safe)
287
- * Result of serializeDefinition(AgentDefinition)
288
- */
289
- interface SerializedAgentDefinition {
290
- config: {
291
- resourceId: string;
292
- name: string;
293
- description: string;
294
- version: string;
295
- type: 'agent';
296
- status: 'dev' | 'prod';
297
- /** Whether this resource is archived and should be excluded from registration and deployment */
298
- archived?: boolean;
299
- systemPrompt: string;
300
- constraints?: {
301
- maxIterations?: number;
302
- timeout?: number;
303
- maxSessionMemoryKeys?: number;
304
- maxMemoryTokens?: number;
305
- };
306
- sessionCapable?: boolean;
307
- memoryPreferences?: string;
308
- };
309
- modelConfig: {
310
- provider: string;
311
- model: string;
312
- apiKey: string;
313
- temperature: number;
314
- maxOutputTokens: number;
315
- topP?: number;
316
- modelOptions?: Record<string, unknown>;
317
- };
318
- contract: {
319
- inputSchema: object;
320
- outputSchema?: object;
321
- };
322
- tools: Array<{
323
- name: string;
324
- description: string;
325
- inputSchema?: object;
326
- outputSchema?: object;
327
- }>;
328
- knowledgeMap?: {
329
- nodeCount: number;
330
- nodes: Array<{
331
- id: string;
332
- description: string;
333
- loaded: boolean;
334
- hasPrompt: boolean;
335
- }>;
336
- };
337
- metricsConfig?: object;
338
- interface?: SerializedExecutionInterface;
339
- }
340
- /**
341
- * Serialized workflow definition (JSON-safe)
342
- * Result of serializeDefinition(WorkflowDefinition)
343
- */
344
- interface SerializedWorkflowDefinition {
345
- config: {
346
- resourceId: string;
347
- name: string;
348
- description: string;
349
- version: string;
350
- type: 'workflow';
351
- status: 'dev' | 'prod';
352
- /** Whether this resource is archived and should be excluded from registration and deployment */
353
- archived?: boolean;
354
- };
355
- entryPoint: string;
356
- steps: Array<{
357
- id: string;
358
- name: string;
359
- description: string;
360
- inputSchema?: object;
361
- outputSchema?: object;
362
- next: {
363
- type: 'linear' | 'conditional';
364
- target?: string;
365
- routes?: Array<{
366
- target: string;
367
- }>;
368
- default?: string;
369
- } | null;
370
- }>;
371
- contract: {
372
- inputSchema: object;
373
- outputSchema?: object;
374
- };
375
- metricsConfig?: object;
376
- interface?: SerializedExecutionInterface;
377
- }
378
-
379
- /**
380
- * Workflow step state
381
- * Aggregates step context events with timing and logs
382
- */
383
- interface StepState {
384
- stepId: string;
385
- stepName: string;
386
- status: 'pending' | 'running' | 'completed' | 'failed';
387
- startTime?: number;
388
- endTime?: number;
389
- duration?: number;
390
- input?: unknown;
391
- output?: unknown;
392
- error?: unknown;
393
- logs: WorkflowLogMessage[];
394
- }
395
- /**
396
- * Complete workflow execution data for node visualization
397
- * Parsed from execution logs
398
- */
399
- interface WorkflowNodeVisualizerData {
400
- steps: StepState[];
401
- totalDuration: number;
402
- isRunning: boolean;
403
- }
404
- /**
405
- * Step data extracted from execution logs
406
- * Used to provide detailed step information in unified graph nodes
407
- */
408
- interface StepExecutionData {
409
- /** Final execution status for this step */
410
- status: 'pending' | 'running' | 'completed' | 'failed';
411
- /** Step execution duration in milliseconds */
412
- duration?: number;
413
- /** Step input data */
414
- input?: unknown;
415
- /** Step output data */
416
- output?: unknown;
417
- /** Error data if step failed */
418
- error?: unknown;
419
- /** Log messages from this step (reserved for future use) */
420
- logs?: unknown[];
421
- }
422
- /**
423
- * Execution path tracking state
424
- *
425
- * Tracks which steps have been executed and which edges were taken during workflow
426
- * execution. This state is built from SSE execution log events and used to compute
427
- * the visual dimming/highlighting of nodes and edges.
428
- *
429
- * Algorithm:
430
- * - `executedSteps` provides O(1) lookup for "has this step been reached?"
431
- * - `executedStepsOrdered` preserves execution order for edge inference
432
- * - `takenEdges` comes from `conditional-route` SSE events + linear step inference
433
- * - `currentStepId` tracks the actively running step for animation
434
- * - `stepStatusMap` provides final status for each executed step
435
- * - `stepDataMap` provides detailed execution data (duration, input, output, error)
436
- */
437
- interface ExecutionPathState {
438
- /** Set of step IDs that have been executed (O(1) lookup) */
439
- executedSteps: Set<string>;
440
- /** Step IDs in execution order (for inferring linear edges) */
441
- executedStepsOrdered: string[];
442
- /** Set of edge IDs that were traversed (format: "edge-{source}-{target}") */
443
- takenEdges: Set<string>;
444
- /** Currently running step ID (undefined if no step is running) */
445
- currentStepId?: string;
446
- /** Map of step IDs to their final execution status */
447
- stepStatusMap?: Map<string, 'pending' | 'running' | 'completed' | 'failed'>;
448
- /** Map of step IDs to their execution data (duration, input, output, error) */
449
- stepDataMap?: Map<string, StepExecutionData>;
450
- }
451
-
452
- /**
453
- * Agent timeline and observability types
454
- * Used for UI timeline visualization and backend processing
455
- */
456
-
457
- /**
458
- * Sub-activity within an iteration
459
- * Represents reasoning, actions, or tool calls with timing
460
- */
461
- interface SubActivity {
462
- type: 'reasoning' | 'action' | 'tool-call';
463
- startTime: number;
464
- endTime: number;
465
- duration: number;
466
- details: AgentIterationEvent | AgentToolCallEvent;
467
- }
468
- /**
469
- * Agent iteration state
470
- * Aggregates lifecycle events and sub-activities for a single iteration
471
- */
472
- interface AgentIteration {
473
- iterationNumber: number;
474
- status: 'running' | 'completed' | 'failed' | 'pending';
475
- iterationEvents: AgentIterationEvent[];
476
- duration?: number;
477
- timestamp: number;
478
- subActivities: SubActivity[];
479
- startTime?: number;
480
- endTime?: number;
481
- }
482
- /**
483
- * Agent lifecycle node state
484
- * Represents initialization or completion phase
485
- */
486
- interface AgentLifecycleNode {
487
- type: 'initialization' | 'completion';
488
- status: 'running' | 'completed' | 'failed' | 'pending';
489
- duration?: number;
490
- timestamp?: number;
491
- startTime?: number;
492
- endTime?: number;
493
- }
494
- /**
495
- * Complete agent execution data for timeline visualization
496
- * Parsed from execution logs
497
- */
498
- interface AgentIterationData {
499
- initialization: AgentLifecycleNode;
500
- iterations: AgentIteration[];
501
- completion: AgentLifecycleNode;
502
- currentIteration: number | null;
503
- totalIterations: number;
504
- totalDuration?: number;
505
- status: 'running' | 'completed' | 'failed' | 'warning';
506
- }
507
-
508
- /**
509
- * Resource Registry type definitions
510
- */
511
-
512
- /**
513
- * Environment/deployment status for resources
514
- */
515
- type ResourceStatus = 'dev' | 'prod';
516
-
517
- type ExecutionStatus = 'pending' | 'running' | 'completed' | 'failed' | 'warning';
518
- interface APIExecutionSummary {
519
- id: string;
520
- status: ExecutionStatus;
521
- startTime: number;
522
- endTime?: number;
523
- resourceStatus?: ResourceStatus;
524
- }
525
- interface APIExecutionDetail extends APIExecutionSummary {
526
- executionLogs: ExecutionLogMessage[];
527
- input?: unknown;
528
- result?: unknown;
529
- error?: string;
530
- resourceStatus: ResourceStatus;
531
- apiVersion?: string | null;
532
- resourceVersion?: string | null;
533
- sdkVersion?: string | null;
534
- isArchived?: boolean;
535
- archivedLogCount?: number;
536
- }
537
-
538
- /**
539
- * Merges SSE-streamed logs with fetched execution data for instant log display.
540
- * Deduplicates by composite key (timestamp + message) to avoid showing the same
541
- * log twice while preserving distinct logs that share the same millisecond.
542
- *
543
- * When no streaming logs exist or all SSE logs are already in the fetched data,
544
- * returns the fetched execution unchanged for referential stability.
545
- */
546
- declare function useMergedExecution(fetchedExecution: APIExecutionDetail | undefined, streamingLogs: ExecutionLogMessage[] | undefined): APIExecutionDetail | undefined;
547
-
548
- /**
549
- * Hook to track execution path from execution logs
550
- *
551
- * This hook parses execution logs to determine:
552
- * 1. Which steps have been executed
553
- * 2. Which edges were taken during execution
554
- * 3. The current running step
555
- *
556
- * Algorithm:
557
- * - Track executed steps from step-started events
558
- * - Track taken edges from conditional-route events (explicit routing decisions)
559
- * - Infer linear edges from step execution order (consecutive steps in linear flow)
560
- * - Track current step from step-started/completed/failed events
561
- *
562
- * Edge ID Format (must match useWorkflowStepsLayout):
563
- * - Linear: edge-{source}-{target}
564
- * - Conditional: edge-{source}-{target}
565
- * - Default: edge-{source}-{target}-default
566
- *
567
- * @param executionLogs - Array of execution log messages from SSE
568
- * @param workflowDefinition - Workflow definition
569
- * @returns Execution path state or undefined if no logs available
570
- *
571
- * @see unified-workflow-graph-design-plan.mdx for algorithm details
572
- */
573
- declare function useExecutionPath(executionLogs: ExecutionLogMessage[] | undefined, workflowDefinition: SerializedWorkflowDefinition | undefined): ExecutionPathState | undefined;
574
-
575
- /**
576
- * Parse execution logs to extract step states for timeline visualization
577
- */
578
- declare function useTimelineData(execution: APIExecutionDetail | undefined, resourceDefinition: SerializedWorkflowDefinition): WorkflowNodeVisualizerData | undefined;
579
-
580
- declare function useAgentIterationData(execution: APIExecutionDetail | undefined, resourceDefinition: SerializedAgentDefinition): AgentIterationData | null;
581
-
582
- /**
583
- * Timeline Bar Props
584
- * Represents a single horizontal bar in the timeline
585
- */
586
- interface TimelineBarProps {
587
- startTime: number;
588
- endTime: number;
589
- executionStart: number;
590
- executionEnd: number;
591
- status: ExecutionStatus;
592
- label?: string;
593
- onClick?: () => void;
594
- nodeId?: string | number;
595
- isSelected?: boolean;
596
- hasSelection?: boolean;
597
- }
598
- /**
599
- * Timeline Row Props
600
- * Represents a row with label + one or more bars
601
- */
602
- interface TimelineRowProps {
603
- label: string;
604
- bars: Array<{
605
- startTime: number;
606
- endTime: number;
607
- status: ExecutionStatus;
608
- label?: string;
609
- onClick?: () => void;
610
- nodeId?: string | number;
611
- }>;
612
- executionStart: number;
613
- executionEnd: number;
614
- indent?: number;
615
- selectedNodeId?: string | number | null;
616
- }
617
- /**
618
- * Timeline Container Props
619
- * Outer container for the timeline
620
- */
621
- interface TimelineContainerProps {
622
- executionStart: number;
623
- executionEnd: number;
624
- children: React.ReactNode;
625
- }
626
- /**
627
- * Graph visualization mode
628
- *
629
- * - 'definition': Static view for workflow definition display (no dimming, all nodes visible)
630
- * - 'execution': Dynamic view with execution state overlay (dimming based on execution path)
631
- */
632
- type GraphMode = 'definition' | 'execution';
633
- /**
634
- * Unified node data combining workflow structure and execution state
635
- */
636
- interface UnifiedWorkflowNodeData {
637
- id: string;
638
- name: string;
639
- description: string;
640
- isEntryPoint: boolean;
641
- isEndNode: boolean;
642
- isConditional: boolean;
643
- routeCount?: number;
644
- executionStatus?: 'pending' | 'running' | 'completed' | 'failed';
645
- duration?: number;
646
- input?: unknown;
647
- output?: unknown;
648
- error?: unknown;
649
- logs?: WorkflowLogMessage[];
650
- isExecuted: boolean;
651
- isDimmed: boolean;
652
- isSelected?: boolean;
653
- [key: string]: unknown;
654
- }
655
- /**
656
- * Unified edge data combining workflow structure and execution state
657
- */
658
- interface UnifiedWorkflowEdgeData {
659
- edgeType: 'linear' | 'conditional' | 'default';
660
- label?: string;
661
- wasTaken: boolean;
662
- sourceStatus?: ExecutionStatus;
663
- targetStatus?: ExecutionStatus;
664
- isDimmed: boolean;
665
- isAnimated: boolean;
666
- [key: string]: unknown;
667
- }
668
- type WorkflowEdgeType = 'linear' | 'conditional' | 'default';
669
- /**
670
- * Data shape for workflow step nodes (static structure)
671
- */
672
- interface WorkflowStepNodeData {
673
- id: string;
674
- name: string;
675
- description: string;
676
- isEntryPoint: boolean;
677
- isEndNode: boolean;
678
- isConditional: boolean;
679
- routeCount?: number;
680
- [key: string]: unknown;
681
- }
682
- /**
683
- * Data shape for workflow step edges (static structure)
684
- */
685
- interface WorkflowStepEdgeData {
686
- edgeType: WorkflowEdgeType;
687
- label?: string;
688
- [key: string]: unknown;
689
- }
690
- /**
691
- * Agent iteration status type (alias for shared ExecutionStatus)
692
- */
693
- type AgentStatus = ExecutionStatus;
694
- interface AgentIterationNodeData {
695
- nodeType: 'initialization' | 'iteration' | 'completion';
696
- label?: string;
697
- iterationNumber?: number;
698
- status: AgentStatus;
699
- reasoningCount?: number;
700
- actionCount?: number;
701
- duration?: number;
702
- isLive: boolean;
703
- }
704
- interface AgentIterationEdgeData {
705
- sourceStatus: AgentStatus;
706
- targetStatus: AgentStatus;
707
- }
708
-
709
- /**
710
- * useWorkflowStepsLayout - Hook to convert workflow definition to ReactFlow nodes/edges
711
- *
712
- * Uses Dagre for automatic graph layout:
713
- * - Left-to-right flow (LR)
714
- * - Minimizes edge crossings
715
- * - Keeps connected nodes closer together
716
- */
717
-
718
- /**
719
- * Serialized next config from API
720
- */
721
- interface SerializedNextConfig {
722
- type: 'linear' | 'conditional';
723
- target?: string;
724
- routes?: Array<{
725
- target: string;
726
- }>;
727
- default?: string;
728
- }
729
- /**
730
- * Serialized workflow step from API
731
- */
732
- interface SerializedWorkflowStep {
733
- id: string;
734
- name: string;
735
- description: string;
736
- next: SerializedNextConfig | null;
737
- }
738
- /**
739
- * Serialized workflow definition subset needed for layout
740
- */
741
- interface WorkflowStepsLayoutInput {
742
- entryPoint: string;
743
- steps: SerializedWorkflowStep[];
744
- }
745
- /**
746
- * Hook to convert workflow definition to React Flow nodes and edges with Dagre layout
747
- *
748
- * @returns nodes, edges, and calculated graphHeight for dynamic container sizing
749
- */
750
- declare function useWorkflowStepsLayout(workflow: WorkflowStepsLayoutInput | undefined): {
751
- nodes: Node<WorkflowStepNodeData>[];
752
- edges: Edge<WorkflowStepEdgeData>[];
753
- graphHeight: number;
754
- };
755
-
756
- /**
757
- * useUnifiedWorkflowLayout - Merge Dagre layout with execution state
758
- *
759
- * Combines static workflow structure (positioned nodes/edges from Dagre) with
760
- * real-time execution state (status, dimming, taken paths) to produce unified
761
- * visualization data for the UnifiedWorkflowGraph component.
762
- */
763
-
764
- /**
765
- * Hook to merge workflow structure layout with execution state
766
- */
767
- declare function useUnifiedWorkflowLayout(workflow: WorkflowStepsLayoutInput | undefined, executionPath: ExecutionPathState | undefined, selectedStepId?: string | null, mode?: GraphMode): {
768
- nodes: Node<UnifiedWorkflowNodeData>[];
769
- edges: Edge<UnifiedWorkflowEdgeData>[];
770
- graphHeight: number;
771
- };
772
-
773
- /**
774
- * useReactFlowAgent Hook
775
- *
776
- * Converts agent iteration data into ReactFlow nodes and edges for visualization.
777
- */
778
-
779
- declare function useReactFlowAgent(iterationData: AgentIterationData | null, _resourceDefinition: SerializedAgentDefinition | undefined, selectedIterationId: number | 'initialization' | 'completion' | null, liveExecutions: Set<string>, selectedExecutionId?: string): {
780
- nodes: Node[];
781
- edges: Edge[];
782
- };
783
-
784
- /**
785
- * Format duration in milliseconds for display
786
- *
787
- * @param ms - Duration in milliseconds
788
- * @returns Formatted duration string (e.g., "150ms", "2.5s")
789
- */
790
- declare function formatDuration(ms?: number): string;
791
-
792
- interface StatusIconColors {
793
- icon: string;
794
- }
795
- interface GetStatusIconOptions {
796
- status: ExecutionStatus;
797
- colors: StatusIconColors;
798
- iconSize: number;
799
- spinDuration?: string;
800
- }
801
- /**
802
- * Get status icon component for execution nodes
803
- *
804
- * @param options - Configuration for icon rendering
805
- * @returns React component for the status icon
806
- */
807
- declare function getStatusIcon({ status, colors, iconSize, spinDuration }: GetStatusIconOptions): react_jsx_runtime.JSX.Element;
808
-
809
- /**
810
- * Get the color for a resource status badge
811
- * @param resourceStatus - The resource status ('dev' | 'prod')
812
- * @returns CSS variable color string
813
- */
814
- declare function getResourceStatusColor(resourceStatus: ResourceStatus): string;
815
-
816
- /**
817
- * Unified status color system for execution visualizers
818
- * Shared between workflow and agent implementations
819
- */
820
-
821
- interface StatusColorScheme {
822
- color: string;
823
- badge: string;
824
- }
825
- /**
826
- * Status color mappings using CSS variables for theme-aware colors
827
- * Simplified: one color for all visual elements (icon, border, selection)
828
- */
829
- declare const STATUS_COLORS: Record<ExecutionStatus, StatusColorScheme>;
830
- /**
831
- * Get status colors for a given execution status
832
- */
833
- declare function getStatusColors(status: ExecutionStatus): StatusColorScheme;
834
-
835
- interface EdgeColorOptions {
836
- selected?: boolean;
837
- sourceStatus: ExecutionStatus;
838
- }
839
- /**
840
- * Get edge color based on source node status
841
- * Simplified: uses unified status color system
842
- */
843
- declare function getEdgeColor({ selected, sourceStatus }: EdgeColorOptions): string;
844
- interface EdgeOpacityOptions {
845
- sourceStatus: ExecutionStatus;
846
- }
847
- /**
848
- * Get edge opacity based on source node status
849
- */
850
- declare function getEdgeOpacity({ sourceStatus }: EdgeOpacityOptions): number;
851
- /**
852
- * Check if edge should be animated (when source or target is running)
853
- */
854
- declare function shouldAnimateEdge(sourceStatus: ExecutionStatus, targetStatus: ExecutionStatus): boolean;
855
-
856
- /**
857
- * Calculate timeline bar position and width as percentages
858
- *
859
- * Handles edge cases:
860
- * - Zero duration executions (instant completion)
861
- * - Activities that start before execution (data inconsistency)
862
- * - Activities that extend beyond execution end (data inconsistency)
863
- * - Zero or near-zero duration activities (enforces minimum visible width)
864
- *
865
- * @param startTime - Activity start timestamp (absolute)
866
- * @param endTime - Activity end timestamp (absolute)
867
- * @param executionStart - Execution start timestamp (absolute)
868
- * @param executionEnd - Execution end timestamp (absolute)
869
- * @returns Object with left and width percentages for bar positioning
870
- */
871
- declare function calculateBarPosition(startTime: number, endTime: number, executionStart: number, executionEnd: number): {
872
- left: number;
873
- width: number;
874
- };
875
-
876
- /**
877
- * Timeline visualization constants
878
- * Layout and styling constants for timeline components
879
- */
880
- declare const TIMELINE_CONSTANTS: {
881
- readonly BAR_HEIGHT: 24;
882
- readonly ROW_GAP: 8;
883
- readonly MIN_BAR_WIDTH_PERCENT: 0.5;
884
- readonly LABEL_WIDTH: 200;
885
- readonly INDENT_SIZE: 16;
886
- readonly CONTAINER_PADDING: 16;
887
- readonly CONTAINER_BORDER_RADIUS: 8;
888
- };
889
- /**
890
- * Shared visualization constants used by both workflow and agent visualizers
891
- */
892
- declare const SHARED_VIZ_CONSTANTS: {
893
- readonly NODE_WIDTH: 160;
894
- readonly NODE_SPACING: 220;
895
- readonly HANDLE_SIZE: 8;
896
- readonly MIN_ZOOM: 0.5;
897
- readonly MAX_ZOOM: 2;
898
- };
899
- /**
900
- * Container height constant (used by VisualizerContainer and EmptyVisualizer)
901
- */
902
- declare const CONTAINER_CONSTANTS: {
903
- CONTAINER_HEIGHT: number;
904
- };
905
- /**
906
- * Agent-specific dimension and layout constants
907
- */
908
- declare const AGENT_CONSTANTS: {
909
- readonly NODE_HEIGHT: 140;
910
- readonly CONTAINER_HEIGHT: 430;
911
- readonly FIT_VIEW_PADDING: 0.2;
912
- readonly ICON_SIZE: 16;
913
- readonly STATUS_ICON_SIZE: 16;
914
- readonly CIRCLE_SIZE: 40;
915
- readonly PULSE_DURATION: "2s";
916
- readonly TRANSITION_DURATION: "0.2s";
917
- readonly NODE_WIDTH: 160;
918
- readonly NODE_SPACING: 220;
919
- readonly HANDLE_SIZE: 8;
920
- readonly MIN_ZOOM: 0.5;
921
- readonly MAX_ZOOM: 2;
922
- };
923
- declare const WORKFLOW_CONSTANTS: {
924
- readonly FIT_VIEW_PADDING: 0.4;
925
- readonly ICON_SIZE: 20;
926
- readonly CIRCLE_SIZE: 40;
927
- readonly SPIN_DURATION: "1s";
928
- readonly NODE_WIDTH: 160;
929
- readonly NODE_SPACING: 220;
930
- readonly HANDLE_SIZE: 8;
931
- readonly MIN_ZOOM: 0.5;
932
- readonly MAX_ZOOM: 2;
933
- };
934
-
935
- 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 };
936
- export type { AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, EdgeColorOptions, EdgeOpacityOptions, ExecutionPathState, ExecutionStatus, GraphMode, StatusColorScheme, StatusIconColors, StepExecutionData, TimelineBarProps, TimelineContainerProps, TimelineRowProps, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, WorkflowEdgeType, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
1
+ export * from './hooks';
2
+ export * from './utils';
3
+ export * from './types';
4
+ export * from './constants';
5
+ //# sourceMappingURL=index.d.ts.map