@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.
- package/dist/api/hooks/__tests__/useApiClient.test.d.ts +11 -0
- package/dist/api/hooks/__tests__/useApiClient.test.d.ts.map +1 -0
- package/dist/api/hooks/useApiClient.d.ts +28 -0
- package/dist/api/hooks/useApiClient.d.ts.map +1 -0
- package/dist/api/index.d.ts +11 -91
- package/dist/api/index.d.ts.map +1 -0
- package/dist/auth/guards/AdminGuard.d.ts +32 -0
- package/dist/auth/guards/AdminGuard.d.ts.map +1 -0
- package/dist/auth/guards/ProtectedRoute.d.ts +60 -0
- package/dist/auth/guards/ProtectedRoute.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts +12 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts +14 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts.map +1 -0
- package/dist/auth/index.d.ts +14 -174
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/charts/index.d.ts +25 -2
- package/dist/charts/index.js +2 -2
- package/dist/{chunk-XY7VKOKI.js → chunk-4AKGF454.js} +75 -772
- package/dist/{chunk-FEZ2TGSH.js → chunk-7ATCF6UL.js} +282 -14
- package/dist/{chunk-4NHYV42S.js → chunk-7S5FS7WW.js} +35 -4
- package/dist/chunk-ADSSLKKP.js +10 -0
- package/dist/{chunk-WY2BCL5F.js → chunk-IVHJRJFK.js} +2 -2
- package/dist/chunk-MHW43EOH.js +47 -0
- package/dist/{chunk-6YIE72M2.js → chunk-NUULWBAD.js} +1 -1
- package/dist/{chunk-E6Q6A5TU.js → chunk-QCEUL5QG.js} +2 -6
- package/dist/{chunk-4NAZQ7WO.js → chunk-UUXXUPOC.js} +1 -1
- package/dist/chunk-ZGK6XZVY.js +1208 -0
- package/dist/components/charts/ActivityTrendChart.d.ts +13 -0
- package/dist/components/charts/ActivityTrendChart.d.ts.map +1 -0
- package/dist/components/charts/CombinedTrendChart.d.ts +22 -0
- package/dist/components/charts/CombinedTrendChart.d.ts.map +1 -0
- package/dist/components/charts/CostTrendChart.d.ts +13 -0
- package/dist/components/charts/CostTrendChart.d.ts.map +1 -0
- package/dist/components/charts/HeroStatsRow.d.ts +15 -0
- package/dist/components/charts/HeroStatsRow.d.ts.map +1 -0
- package/dist/components/charts/index.d.ts +9 -0
- package/dist/components/charts/index.d.ts.map +1 -0
- package/dist/components/command-queue/ActionModal.d.ts +19 -0
- package/dist/components/command-queue/ActionModal.d.ts.map +1 -0
- package/dist/components/command-queue/TaskCard.d.ts +18 -0
- package/dist/components/command-queue/TaskCard.d.ts.map +1 -0
- package/dist/components/command-queue/index.d.ts +5 -0
- package/dist/components/command-queue/index.d.ts.map +1 -0
- package/dist/components/display/APIErrorAlert.d.ts +56 -0
- package/dist/components/display/APIErrorAlert.d.ts.map +1 -0
- package/dist/components/display/PageNotFound.d.ts +2 -0
- package/dist/components/display/PageNotFound.d.ts.map +1 -0
- package/dist/components/display/ResourceCard.d.ts +22 -0
- package/dist/components/display/ResourceCard.d.ts.map +1 -0
- package/dist/components/display/ResourceCardAdapters.d.ts +24 -0
- package/dist/components/display/ResourceCardAdapters.d.ts.map +1 -0
- package/dist/components/display/TimeRangeSelector.d.ts +9 -0
- package/dist/components/display/TimeRangeSelector.d.ts.map +1 -0
- package/dist/components/display/index.d.ts +26 -0
- package/dist/components/display/index.d.ts.map +1 -0
- package/dist/components/execution/AgentExecutionTimeline.d.ts +14 -0
- package/dist/components/execution/AgentExecutionTimeline.d.ts.map +1 -0
- package/dist/components/execution/AgentExecutionVisualizer.d.ts +13 -0
- package/dist/components/execution/AgentExecutionVisualizer.d.ts.map +1 -0
- package/dist/components/execution/AgentIterationEdge.d.ts +8 -0
- package/dist/components/execution/AgentIterationEdge.d.ts.map +1 -0
- package/dist/components/execution/AgentIterationNode.d.ts +8 -0
- package/dist/components/execution/AgentIterationNode.d.ts.map +1 -0
- package/dist/components/execution/ExecutionStats.d.ts +16 -0
- package/dist/components/execution/ExecutionStats.d.ts.map +1 -0
- package/dist/components/execution/ExecutionStatusBadge.d.ts +33 -0
- package/dist/components/execution/ExecutionStatusBadge.d.ts.map +1 -0
- package/dist/components/execution/TimelineAxis.d.ts +12 -0
- package/dist/components/execution/TimelineAxis.d.ts.map +1 -0
- package/dist/components/execution/TimelineBar.d.ts +9 -0
- package/dist/components/execution/TimelineBar.d.ts.map +1 -0
- package/dist/components/execution/TimelineContainer.d.ts +9 -0
- package/dist/components/execution/TimelineContainer.d.ts.map +1 -0
- package/dist/components/execution/TimelineRow.d.ts +9 -0
- package/dist/components/execution/TimelineRow.d.ts.map +1 -0
- package/dist/components/execution/UnifiedWorkflowEdge.d.ts +9 -0
- package/dist/components/execution/UnifiedWorkflowEdge.d.ts.map +1 -0
- package/dist/components/execution/UnifiedWorkflowGraph.d.ts +21 -0
- package/dist/components/execution/UnifiedWorkflowGraph.d.ts.map +1 -0
- package/dist/components/execution/UnifiedWorkflowNode.d.ts +9 -0
- package/dist/components/execution/UnifiedWorkflowNode.d.ts.map +1 -0
- package/dist/components/execution/WorkflowExecutionTimeline.d.ts +14 -0
- package/dist/components/execution/WorkflowExecutionTimeline.d.ts.map +1 -0
- package/dist/components/execution/index.d.ts +18 -0
- package/dist/components/execution/index.d.ts.map +1 -0
- package/dist/components/forms/FormFieldRenderer.d.ts +15 -0
- package/dist/components/forms/FormFieldRenderer.d.ts.map +1 -0
- package/dist/components/forms/index.d.ts +2 -0
- package/dist/components/forms/index.d.ts.map +1 -0
- package/dist/components/graph/BaseNode.d.ts +29 -0
- package/dist/components/graph/BaseNode.d.ts.map +1 -0
- package/dist/components/graph/index.d.ts +12 -0
- package/dist/components/graph/index.d.ts.map +1 -0
- package/dist/components/graph/useGraphTheme.d.ts +9 -0
- package/dist/components/graph/useGraphTheme.d.ts.map +1 -0
- package/dist/components/index.d.ts +19 -5651
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +28 -1221
- package/dist/components/layout/backgrounds/CyberBackground.d.ts +26 -0
- package/dist/components/layout/backgrounds/CyberBackground.d.ts.map +1 -0
- package/dist/components/layout/backgrounds/CyberParticles.d.ts +1 -1
- package/dist/components/layout/backgrounds/CyberParticles.d.ts.map +1 -1
- package/dist/components/layout/backgrounds/CyberParticles.js +52 -8
- package/dist/components/layout/backgrounds/index.d.ts +10 -0
- package/dist/components/layout/backgrounds/index.d.ts.map +1 -0
- package/dist/components/layout/index.d.ts +7 -0
- package/dist/components/layout/index.d.ts.map +1 -0
- package/dist/components/monitoring/ActivityCard.d.ts +7 -0
- package/dist/components/monitoring/ActivityCard.d.ts.map +1 -0
- package/dist/components/monitoring/ActivityFilters.d.ts +8 -0
- package/dist/components/monitoring/ActivityFilters.d.ts.map +1 -0
- package/dist/components/monitoring/ActivityTable.d.ts +8 -0
- package/dist/components/monitoring/ActivityTable.d.ts.map +1 -0
- package/dist/components/monitoring/BusinessImpactCard.d.ts +18 -0
- package/dist/components/monitoring/BusinessImpactCard.d.ts.map +1 -0
- package/dist/components/monitoring/CostBreakdownCard.d.ts +17 -0
- package/dist/components/monitoring/CostBreakdownCard.d.ts.map +1 -0
- package/dist/components/monitoring/CostByModelTable.d.ts +12 -0
- package/dist/components/monitoring/CostByModelTable.d.ts.map +1 -0
- package/dist/components/monitoring/CostMetricsCard.d.ts +17 -0
- package/dist/components/monitoring/CostMetricsCard.d.ts.map +1 -0
- package/dist/components/monitoring/ErrorAnalysisCard.d.ts +12 -0
- package/dist/components/monitoring/ErrorAnalysisCard.d.ts.map +1 -0
- package/dist/components/monitoring/ErrorBreakdownTable.d.ts +12 -0
- package/dist/components/monitoring/ErrorBreakdownTable.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionBreakdownTable.d.ts +8 -0
- package/dist/components/monitoring/ExecutionBreakdownTable.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionHealthCard.d.ts +8 -0
- package/dist/components/monitoring/ExecutionHealthCard.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionLogsFilters.d.ts +8 -0
- package/dist/components/monitoring/ExecutionLogsFilters.d.ts.map +1 -0
- package/dist/components/monitoring/ExecutionLogsTable.d.ts +30 -0
- package/dist/components/monitoring/ExecutionLogsTable.d.ts.map +1 -0
- package/dist/components/monitoring/ResourceHealthChart.d.ts +17 -0
- package/dist/components/monitoring/ResourceHealthChart.d.ts.map +1 -0
- package/dist/components/monitoring/ResourceHealthPanel.d.ts +8 -0
- package/dist/components/monitoring/ResourceHealthPanel.d.ts.map +1 -0
- package/dist/components/monitoring/index.d.ts +16 -0
- package/dist/components/monitoring/index.d.ts.map +1 -0
- package/dist/components/notifications/NotificationBell.d.ts +9 -0
- package/dist/components/notifications/NotificationBell.d.ts.map +1 -0
- package/dist/components/notifications/NotificationItem.d.ts +9 -0
- package/dist/components/notifications/NotificationItem.d.ts.map +1 -0
- package/dist/components/notifications/NotificationList.d.ts +10 -0
- package/dist/components/notifications/NotificationList.d.ts.map +1 -0
- package/dist/components/notifications/NotificationPanel.d.ts +10 -0
- package/dist/components/notifications/NotificationPanel.d.ts.map +1 -0
- package/dist/components/notifications/index.d.ts +5 -0
- package/dist/components/notifications/index.d.ts.map +1 -0
- package/dist/components/notify.d.ts +21 -0
- package/dist/components/notify.d.ts.map +1 -0
- package/dist/components/operations/command-queue/CommandQueueTaskRow.d.ts +9 -0
- package/dist/components/operations/command-queue/CommandQueueTaskRow.d.ts.map +1 -0
- package/dist/components/operations/command-queue/index.d.ts +3 -0
- package/dist/components/operations/command-queue/index.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts +17 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebar.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts +17 -0
- package/dist/components/operations/command-queue/sidebar/CommandQueueSidebarMiddle.d.ts.map +1 -0
- package/dist/components/operations/command-queue/sidebar/index.d.ts +5 -0
- package/dist/components/operations/command-queue/sidebar/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/CommandViewGraph.d.ts +22 -0
- package/dist/components/operations/command-view/CommandViewGraph.d.ts.map +1 -0
- package/dist/components/operations/command-view/edges/CommandViewEdge.d.ts +23 -0
- package/dist/components/operations/command-view/edges/CommandViewEdge.d.ts.map +1 -0
- package/dist/components/operations/command-view/edges/index.d.ts +2 -0
- package/dist/components/operations/command-view/edges/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/index.d.ts +4 -0
- package/dist/components/operations/command-view/index.d.ts.map +1 -0
- package/dist/components/operations/command-view/nodes/CommandViewNode.d.ts +12 -0
- package/dist/components/operations/command-view/nodes/CommandViewNode.d.ts.map +1 -0
- package/dist/components/operations/command-view/nodes/index.d.ts +2 -0
- package/dist/components/operations/command-view/nodes/index.d.ts.map +1 -0
- package/dist/components/operations/executions/AgentExecutionLogs.d.ts +13 -0
- package/dist/components/operations/executions/AgentExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts +13 -0
- package/dist/components/operations/executions/WorkflowExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/executions/index.d.ts +4 -0
- package/dist/components/operations/executions/index.d.ts.map +1 -0
- package/dist/components/operations/executions/logConstants.d.ts +72 -0
- package/dist/components/operations/executions/logConstants.d.ts.map +1 -0
- package/dist/components/operations/index.d.ts +8 -0
- package/dist/components/operations/index.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/DocTreeNav.d.ts +14 -0
- package/dist/components/operations/knowledge-base/DocTreeNav.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts +16 -0
- package/dist/components/operations/knowledge-base/KnowledgeBasePage.d.ts.map +1 -0
- package/dist/components/operations/knowledge-base/index.d.ts +3 -0
- package/dist/components/operations/knowledge-base/index.d.ts.map +1 -0
- package/dist/components/operations/sessions/SessionMemory.d.ts +11 -0
- package/dist/components/operations/sessions/SessionMemory.d.ts.map +1 -0
- package/dist/components/operations/sessions/index.d.ts +3 -0
- package/dist/components/operations/sessions/index.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts +16 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogs.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts +12 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsHeader.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsStates.d.ts +9 -0
- package/dist/components/operations/shared/BaseExecutionLogs/BaseExecutionLogsStates.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts +12 -0
- package/dist/components/operations/shared/BaseExecutionLogs/ExecutionErrorSection.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogEntry.d.ts +2 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogEntry.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogGroup.d.ts +16 -0
- package/dist/components/operations/shared/BaseExecutionLogs/LogGroup.d.ts.map +1 -0
- package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts +7 -0
- package/dist/components/operations/shared/BaseExecutionLogs/index.d.ts.map +1 -0
- package/dist/components/operations/shared/LogEntry.d.ts +8 -0
- package/dist/components/operations/shared/LogEntry.d.ts.map +1 -0
- package/dist/components/operations/shared/index.d.ts +5 -0
- package/dist/components/operations/shared/index.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/ResourceHeader.d.ts +11 -0
- package/dist/components/operations/shared/layouts/ResourceHeader.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts +8 -0
- package/dist/components/operations/shared/layouts/ResourceNotFoundState.d.ts.map +1 -0
- package/dist/components/operations/shared/layouts/index.d.ts +4 -0
- package/dist/components/operations/shared/layouts/index.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/AbsoluteScheduleForm.d.ts +9 -0
- package/dist/components/operations/task-scheduler/AbsoluteScheduleForm.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts +7 -0
- package/dist/components/operations/task-scheduler/CreateScheduleModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/DeleteScheduleModal.d.ts +11 -0
- package/dist/components/operations/task-scheduler/DeleteScheduleModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/RecurringScheduleForm.d.ts +9 -0
- package/dist/components/operations/task-scheduler/RecurringScheduleForm.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/RelativeScheduleForm.d.ts +9 -0
- package/dist/components/operations/task-scheduler/RelativeScheduleForm.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/ScheduleCard.d.ts +15 -0
- package/dist/components/operations/task-scheduler/ScheduleCard.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/ScheduleDetailModal.d.ts +11 -0
- package/dist/components/operations/task-scheduler/ScheduleDetailModal.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/TaskScheduler.d.ts +2 -0
- package/dist/components/operations/task-scheduler/TaskScheduler.d.ts.map +1 -0
- package/dist/components/operations/task-scheduler/index.d.ts +11 -0
- package/dist/components/operations/task-scheduler/index.d.ts.map +1 -0
- package/dist/components/resource-definition/AgentDefinitionDisplay.d.ts +8 -0
- package/dist/components/resource-definition/AgentDefinitionDisplay.d.ts.map +1 -0
- package/dist/components/resource-definition/NewKnowledgeMapEdge.d.ts +6 -0
- package/dist/components/resource-definition/NewKnowledgeMapEdge.d.ts.map +1 -0
- package/dist/components/resource-definition/NewKnowledgeMapGraph.d.ts +11 -0
- package/dist/components/resource-definition/NewKnowledgeMapGraph.d.ts.map +1 -0
- package/dist/components/resource-definition/NewKnowledgeMapNode.d.ts +6 -0
- package/dist/components/resource-definition/NewKnowledgeMapNode.d.ts.map +1 -0
- package/dist/components/resource-definition/ResourceDefinitionSection.d.ts +8 -0
- package/dist/components/resource-definition/ResourceDefinitionSection.d.ts.map +1 -0
- package/dist/components/resource-definition/WorkflowDefinitionDisplay.d.ts +8 -0
- package/dist/components/resource-definition/WorkflowDefinitionDisplay.d.ts.map +1 -0
- package/dist/components/resource-definition/index.d.ts +13 -0
- package/dist/components/resource-definition/index.d.ts.map +1 -0
- package/dist/components/sdk-barrel.d.ts +23 -0
- package/dist/components/sdk-barrel.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts +9 -0
- package/dist/components/settings/api-keys/ApiKeyDisplayModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeyList.d.ts +8 -0
- package/dist/components/settings/api-keys/ApiKeyList.d.ts.map +1 -0
- package/dist/components/settings/api-keys/ApiKeySettings.d.ts +2 -0
- package/dist/components/settings/api-keys/ApiKeySettings.d.ts.map +1 -0
- package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts +9 -0
- package/dist/components/settings/api-keys/CreateApiKeyModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/EditApiKeyModal.d.ts +8 -0
- package/dist/components/settings/api-keys/EditApiKeyModal.d.ts.map +1 -0
- package/dist/components/settings/api-keys/index.d.ts +6 -0
- package/dist/components/settings/api-keys/index.d.ts.map +1 -0
- package/dist/components/settings/credentials/CreateCredentialModal.d.ts +9 -0
- package/dist/components/settings/credentials/CreateCredentialModal.d.ts.map +1 -0
- package/dist/components/settings/credentials/CredentialList.d.ts +10 -0
- package/dist/components/settings/credentials/CredentialList.d.ts.map +1 -0
- package/dist/components/settings/credentials/CredentialSettings.d.ts +7 -0
- package/dist/components/settings/credentials/CredentialSettings.d.ts.map +1 -0
- package/dist/components/settings/credentials/OAuthConnectModal.d.ts +12 -0
- package/dist/components/settings/credentials/OAuthConnectModal.d.ts.map +1 -0
- package/dist/components/settings/credentials/index.d.ts +5 -0
- package/dist/components/settings/credentials/index.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentDetailModal.d.ts +9 -0
- package/dist/components/settings/deployments/DeploymentDetailModal.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentList.d.ts +8 -0
- package/dist/components/settings/deployments/DeploymentList.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentSettings.d.ts +2 -0
- package/dist/components/settings/deployments/DeploymentSettings.d.ts.map +1 -0
- package/dist/components/settings/deployments/DeploymentStatusBadge.d.ts +7 -0
- package/dist/components/settings/deployments/DeploymentStatusBadge.d.ts.map +1 -0
- package/dist/components/settings/deployments/index.d.ts +5 -0
- package/dist/components/settings/deployments/index.d.ts.map +1 -0
- package/dist/components/settings/index.d.ts +6 -0
- package/dist/components/settings/index.d.ts.map +1 -0
- package/dist/components/settings/organization/MembershipFeaturePanel.d.ts +9 -0
- package/dist/components/settings/organization/MembershipFeaturePanel.d.ts.map +1 -0
- package/dist/components/settings/organization/MembershipStatusBadge.d.ts +9 -0
- package/dist/components/settings/organization/MembershipStatusBadge.d.ts.map +1 -0
- package/dist/components/settings/organization/OrganizationMembershipsList.d.ts +11 -0
- package/dist/components/settings/organization/OrganizationMembershipsList.d.ts.map +1 -0
- package/dist/components/settings/organization/index.d.ts +4 -0
- package/dist/components/settings/organization/index.d.ts.map +1 -0
- package/dist/components/table/SortableHeader.d.ts +12 -0
- package/dist/components/table/SortableHeader.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +4 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/execution/hooks/index.d.ts +8 -0
- package/dist/execution/hooks/index.d.ts.map +1 -0
- package/dist/execution/hooks/useAgentIterationData.d.ts +3 -0
- package/dist/execution/hooks/useAgentIterationData.d.ts.map +1 -0
- package/dist/execution/hooks/useExecutionPath.d.ts +29 -0
- package/dist/execution/hooks/useExecutionPath.d.ts.map +1 -0
- package/dist/execution/hooks/useMergedExecution.d.ts +11 -0
- package/dist/execution/hooks/useMergedExecution.d.ts.map +1 -0
- package/dist/execution/hooks/useReactFlowAgent.d.ts +12 -0
- package/dist/execution/hooks/useReactFlowAgent.d.ts.map +1 -0
- package/dist/execution/hooks/useTimelineData.d.ts +6 -0
- package/dist/execution/hooks/useTimelineData.d.ts.map +1 -0
- package/dist/execution/hooks/useUnifiedWorkflowLayout.d.ts +19 -0
- package/dist/execution/hooks/useUnifiedWorkflowLayout.d.ts.map +1 -0
- package/dist/execution/hooks/useWorkflowStepsLayout.d.ts +49 -0
- package/dist/execution/hooks/useWorkflowStepsLayout.d.ts.map +1 -0
- package/dist/execution/index.d.ts +5 -936
- package/dist/execution/index.d.ts.map +1 -0
- package/dist/execution/types.d.ts +129 -0
- package/dist/execution/types.d.ts.map +1 -0
- package/dist/execution/utils/edgeUtils.d.ts +22 -0
- package/dist/execution/utils/edgeUtils.d.ts.map +1 -0
- package/dist/execution/utils/getResourceStatusColor.d.ts +8 -0
- package/dist/execution/utils/getResourceStatusColor.d.ts.map +1 -0
- package/dist/execution/utils/getStatusIcon.d.ts +19 -0
- package/dist/execution/utils/getStatusIcon.d.ts.map +1 -0
- package/dist/execution/utils/index.d.ts +7 -0
- package/dist/execution/utils/index.d.ts.map +1 -0
- package/dist/execution/utils/statusColors.d.ts +20 -0
- package/dist/execution/utils/statusColors.d.ts.map +1 -0
- package/dist/features/operations/ResourcesPage.d.ts +15 -0
- package/dist/features/operations/ResourcesPage.d.ts.map +1 -0
- package/dist/features/operations/index.css +565 -0
- package/dist/features/operations/index.d.ts +3 -0
- package/dist/features/operations/index.d.ts.map +1 -0
- package/dist/features/operations/index.js +241 -0
- package/dist/graph/hooks/index.d.ts +9 -0
- package/dist/graph/hooks/index.d.ts.map +1 -0
- package/dist/graph/index.d.ts +9 -226
- package/dist/graph/index.d.ts.map +1 -0
- package/dist/graph/types.d.ts +28 -0
- package/dist/graph/types.d.ts.map +1 -0
- package/dist/hooks/command-queue/index.d.ts +7 -0
- package/dist/hooks/command-queue/index.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts +33 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts +17 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts.map +1 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts +5 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts +6 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts +29 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts.map +1 -0
- package/dist/hooks/executions/index.d.ts +17 -0
- package/dist/hooks/executions/index.d.ts.map +1 -0
- package/dist/hooks/executions/useArchivedLogs.d.ts +14 -0
- package/dist/hooks/executions/useArchivedLogs.d.ts.map +1 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts +15 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useCancelExecution.d.ts +20 -0
- package/dist/hooks/executions/useCancelExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts +13 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts +21 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts.map +1 -0
- package/dist/hooks/executions/useExecution.d.ts +10 -0
- package/dist/hooks/executions/useExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecutions.d.ts +16 -0
- package/dist/hooks/executions/useExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts +9 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts.map +1 -0
- package/dist/hooks/executions/useResources.d.ts +15 -0
- package/dist/hooks/executions/useResources.d.ts.map +1 -0
- package/dist/hooks/executions/useRetryExecution.d.ts +16 -0
- package/dist/hooks/executions/useRetryExecution.d.ts.map +1 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts +41 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts.map +1 -0
- package/dist/hooks/feature-access/index.d.ts +2 -0
- package/dist/hooks/feature-access/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +22 -6572
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/monitoring/index.d.ts +9 -0
- package/dist/hooks/monitoring/index.d.ts.map +1 -0
- package/dist/hooks/monitoring/useActivities.d.ts +52 -0
- package/dist/hooks/monitoring/useActivities.d.ts.map +1 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts +7 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts +10 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts +56 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts.map +1 -0
- package/dist/hooks/monitoring/useNotifications.d.ts +11 -0
- package/dist/hooks/monitoring/useNotifications.d.ts.map +1 -0
- package/dist/hooks/notifications/index.d.ts +9 -0
- package/dist/hooks/notifications/index.d.ts.map +1 -0
- package/dist/hooks/notifications/useBatchDelete.d.ts +8 -0
- package/dist/hooks/notifications/useBatchDelete.d.ts.map +1 -0
- package/dist/hooks/notifications/useErrorNotification.d.ts +17 -0
- package/dist/hooks/notifications/useErrorNotification.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useNotificationCount.d.ts +8 -0
- package/dist/hooks/notifications/useNotificationCount.d.ts.map +1 -0
- package/dist/hooks/notifications/useSuccessNotification.d.ts +6 -0
- package/dist/hooks/notifications/useSuccessNotification.d.ts.map +1 -0
- package/dist/hooks/notifications/useTestNotification.d.ts +16 -0
- package/dist/hooks/notifications/useTestNotification.d.ts.map +1 -0
- package/dist/hooks/notifications/useWarningNotification.d.ts +6 -0
- package/dist/hooks/notifications/useWarningNotification.d.ts.map +1 -0
- package/dist/hooks/observability/index.d.ts +25 -0
- package/dist/hooks/observability/index.d.ts.map +1 -0
- package/dist/hooks/observability/useBatchedResourcesHealth.d.ts +15 -0
- package/dist/hooks/observability/useBatchedResourcesHealth.d.ts.map +1 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts +9 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts.map +1 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts +10 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts.map +1 -0
- package/dist/hooks/observability/useCostByModel.d.ts +3 -0
- package/dist/hooks/observability/useCostByModel.d.ts.map +1 -0
- package/dist/hooks/observability/useCostTrends.d.ts +3 -0
- package/dist/hooks/observability/useCostTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts +3 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts +7 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDetails.d.ts +20 -0
- package/dist/hooks/observability/useErrorDetails.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts +12 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorTrends.d.ts +12 -0
- package/dist/hooks/observability/useErrorTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useRecentExecutionsByResource.d.ts +18 -0
- package/dist/hooks/observability/useRecentExecutionsByResource.d.ts.map +1 -0
- package/dist/hooks/observability/useResolveError.d.ts +17 -0
- package/dist/hooks/observability/useResolveError.d.ts.map +1 -0
- package/dist/hooks/observability/useResourcesHealth.d.ts +13 -0
- package/dist/hooks/observability/useResourcesHealth.d.ts.map +1 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts +13 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts.map +1 -0
- package/dist/hooks/observability/useUnresolvedErrors.d.ts +15 -0
- package/dist/hooks/observability/useUnresolvedErrors.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/index.d.ts +8 -0
- package/dist/hooks/operations/command-view/index.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/types.d.ts +123 -0
- package/dist/hooks/operations/command-view/types.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts +24 -0
- package/dist/hooks/operations/command-view/useCheckpointTasks.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewData.d.ts +11 -0
- package/dist/hooks/operations/command-view/useCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewLayout.d.ts +44 -0
- package/dist/hooks/operations/command-view/useCommandViewLayout.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewStats.d.ts +12 -0
- package/dist/hooks/operations/command-view/useCommandViewStats.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useCommandViewStore.d.ts +39 -0
- package/dist/hooks/operations/command-view/useCommandViewStore.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useResourceErrors.d.ts +22 -0
- package/dist/hooks/operations/command-view/useResourceErrors.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/useResourceExecutions.d.ts +22 -0
- package/dist/hooks/operations/command-view/useResourceExecutions.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/filterCommandViewData.d.ts +30 -0
- package/dist/hooks/operations/command-view/utils/filterCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/index.d.ts +6 -0
- package/dist/hooks/operations/command-view/utils/index.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/mergeStatsWithTopology.d.ts +19 -0
- package/dist/hooks/operations/command-view/utils/mergeStatsWithTopology.d.ts.map +1 -0
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +15 -0
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts.map +1 -0
- package/dist/hooks/operations/index.d.ts +4 -0
- package/dist/hooks/operations/index.d.ts.map +1 -0
- package/dist/hooks/operations/knowledge-base/index.d.ts +3 -0
- package/dist/hooks/operations/knowledge-base/index.d.ts.map +1 -0
- package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts +27 -0
- package/dist/hooks/operations/knowledge-base/useDeploymentDocs.d.ts.map +1 -0
- package/dist/hooks/operations/shared/index.d.ts +6 -0
- package/dist/hooks/operations/shared/index.d.ts.map +1 -0
- package/dist/hooks/operations/shared/queryKeys.d.ts +23 -0
- package/dist/hooks/operations/shared/queryKeys.d.ts.map +1 -0
- package/dist/hooks/operations/shared/resourceDefinitionUtils.d.ts +10 -0
- package/dist/hooks/operations/shared/resourceDefinitionUtils.d.ts.map +1 -0
- package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts +11 -0
- package/dist/hooks/operations/shared/useExecutionLogSSE.d.ts.map +1 -0
- package/dist/hooks/operations/shared/useExecutionPanelState.d.ts +46 -0
- package/dist/hooks/operations/shared/useExecutionPanelState.d.ts.map +1 -0
- package/dist/hooks/published.d.ts +21 -6016
- package/dist/hooks/published.d.ts.map +1 -0
- package/dist/hooks/published.js +4 -4
- package/dist/hooks/scheduling/index.d.ts +7 -0
- package/dist/hooks/scheduling/index.d.ts.map +1 -0
- package/dist/hooks/scheduling/useScheduledTasks.d.ts +19 -0
- package/dist/hooks/scheduling/useScheduledTasks.d.ts.map +1 -0
- package/dist/hooks/scheduling/useSchedules.d.ts +185 -0
- package/dist/hooks/scheduling/useSchedules.d.ts.map +1 -0
- package/dist/hooks/services/OperationsService.d.ts +73 -0
- package/dist/hooks/services/OperationsService.d.ts.map +1 -0
- package/dist/hooks/services/index.d.ts +2 -0
- package/dist/hooks/services/index.d.ts.map +1 -0
- package/dist/hooks/sessions/index.d.ts +8 -0
- package/dist/hooks/sessions/index.d.ts.map +1 -0
- package/dist/hooks/sessions/types.d.ts +33 -0
- package/dist/hooks/sessions/types.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts +13 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts +7 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionWebSocket.d.ts +19 -0
- package/dist/hooks/sessions/useSessionWebSocket.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessions.d.ts +26 -0
- package/dist/hooks/sessions/useSessions.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/apiKeyService.d.ts +37 -0
- package/dist/hooks/settings/api-keys/apiKeyService.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/index.d.ts +7 -0
- package/dist/hooks/settings/api-keys/index.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts +3 -0
- package/dist/hooks/settings/api-keys/useCreateApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts +2 -0
- package/dist/hooks/settings/api-keys/useDeleteApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useListApiKeys.d.ts +2 -0
- package/dist/hooks/settings/api-keys/useListApiKeys.d.ts.map +1 -0
- package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts +5 -0
- package/dist/hooks/settings/api-keys/useUpdateApiKey.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/index.d.ts +7 -0
- package/dist/hooks/settings/credentials/index.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useCreateCredential.d.ts +3 -0
- package/dist/hooks/settings/credentials/useCreateCredential.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useCredentials.d.ts +8 -0
- package/dist/hooks/settings/credentials/useCredentials.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useDeleteCredential.d.ts +2 -0
- package/dist/hooks/settings/credentials/useDeleteCredential.d.ts.map +1 -0
- package/dist/hooks/settings/credentials/useUpdateCredential.d.ts +10 -0
- package/dist/hooks/settings/credentials/useUpdateCredential.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/deploymentService.d.ts +13 -0
- package/dist/hooks/settings/deployments/deploymentService.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/index.d.ts +5 -0
- package/dist/hooks/settings/deployments/index.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/useDeploymentActions.d.ts +4 -0
- package/dist/hooks/settings/deployments/useDeploymentActions.d.ts.map +1 -0
- package/dist/hooks/settings/deployments/useListDeployments.d.ts +2 -0
- package/dist/hooks/settings/deployments/useListDeployments.d.ts.map +1 -0
- package/dist/hooks/settings/index.d.ts +6 -0
- package/dist/hooks/settings/index.d.ts.map +1 -0
- package/dist/hooks/settings/organization/index.d.ts +6 -0
- package/dist/hooks/settings/organization/index.d.ts.map +1 -0
- package/dist/hooks/settings/organization/organizationMembershipService.d.ts +44 -0
- package/dist/hooks/settings/organization/organizationMembershipService.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useDeactivateMembership.d.ts +11 -0
- package/dist/hooks/settings/organization/useDeactivateMembership.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useReactivateMembership.d.ts +11 -0
- package/dist/hooks/settings/organization/useReactivateMembership.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts +8 -0
- package/dist/hooks/settings/organization/useUpdateMemberConfig.d.ts.map +1 -0
- package/dist/hooks/settings/organization/useUserMemberships.d.ts +3 -0
- package/dist/hooks/settings/organization/useUserMemberships.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/index.d.ts +7 -0
- package/dist/hooks/settings/webhooks/index.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts +18 -0
- package/dist/hooks/settings/webhooks/useCreateWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts +2 -0
- package/dist/hooks/settings/webhooks/useDeleteWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts +14 -0
- package/dist/hooks/settings/webhooks/useListWebhookEndpoints.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts +18 -0
- package/dist/hooks/settings/webhooks/useUpdateWebhookEndpoint.d.ts.map +1 -0
- package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts +27 -0
- package/dist/hooks/settings/webhooks/webhookEndpointService.d.ts.map +1 -0
- package/dist/hooks/useActivityFilters.d.ts +18 -0
- package/dist/hooks/useActivityFilters.d.ts.map +1 -0
- package/dist/hooks/useDomainFilters.d.ts +36 -0
- package/dist/hooks/useDomainFilters.d.ts.map +1 -0
- package/dist/hooks/useExecutionLogsFilters.d.ts +28 -0
- package/dist/hooks/useExecutionLogsFilters.d.ts.map +1 -0
- package/dist/hooks/useOrganizationMembers.d.ts +18 -0
- package/dist/hooks/useOrganizationMembers.d.ts.map +1 -0
- package/dist/hooks/useTimeRangeDates.d.ts +10 -0
- package/dist/hooks/useTimeRangeDates.d.ts.map +1 -0
- package/dist/index.d.ts +15 -8462
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -6
- package/dist/initialization/InitializationProvider.d.ts +48 -0
- package/dist/initialization/InitializationProvider.d.ts.map +1 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts +32 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts.map +1 -0
- package/dist/initialization/index.d.ts +23 -2505
- package/dist/initialization/index.d.ts.map +1 -0
- package/dist/layout/index.d.ts +193 -3
- package/dist/layout/index.js +5 -4
- package/dist/organization/components/OrganizationSwitcher.d.ts +11 -0
- package/dist/organization/components/OrganizationSwitcher.d.ts.map +1 -0
- package/dist/organization/context/OrganizationContext.d.ts +41 -0
- package/dist/organization/context/OrganizationContext.d.ts.map +1 -0
- package/dist/organization/context/OrganizationProvider.d.ts +24 -0
- package/dist/organization/context/OrganizationProvider.d.ts.map +1 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts +56 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts.map +1 -0
- package/dist/organization/hooks/useOrganizations.d.ts +31 -0
- package/dist/organization/hooks/useOrganizations.d.ts.map +1 -0
- package/dist/organization/index.d.ts +23 -274
- package/dist/organization/index.d.ts.map +1 -0
- package/dist/organization/store/organizationsSlice.d.ts +40 -0
- package/dist/organization/store/organizationsSlice.d.ts.map +1 -0
- package/dist/organization/store/types.d.ts +20 -0
- package/dist/organization/store/types.d.ts.map +1 -0
- package/dist/profile/context/ProfileProvider.d.ts +31 -0
- package/dist/profile/context/ProfileProvider.d.ts.map +1 -0
- package/dist/profile/hooks/useUserProfile.d.ts +38 -0
- package/dist/profile/hooks/useUserProfile.d.ts.map +1 -0
- package/dist/profile/index.d.ts +15 -2456
- package/dist/profile/index.d.ts.map +1 -0
- package/dist/profile/services/UserProfileService.d.ts +29 -0
- package/dist/profile/services/UserProfileService.d.ts.map +1 -0
- package/dist/provider/CoreAuthKitInner.d.ts +12 -0
- package/dist/provider/CoreAuthKitInner.d.ts.map +1 -0
- package/dist/provider/ElevasisCoreProvider.d.ts +25 -0
- package/dist/provider/ElevasisCoreProvider.d.ts.map +1 -0
- package/dist/provider/ElevasisServiceContext.d.ts +31 -0
- package/dist/provider/ElevasisServiceContext.d.ts.map +1 -0
- package/dist/provider/ElevasisUIProvider.d.ts +28 -0
- package/dist/provider/ElevasisUIProvider.d.ts.map +1 -0
- package/dist/provider/NotificationContext.d.ts +49 -0
- package/dist/provider/NotificationContext.d.ts.map +1 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts +2 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts.map +1 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts +2 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts.map +1 -0
- package/dist/provider/index.d.ts +11 -334
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +11 -309
- package/dist/provider/published.d.ts.map +1 -0
- package/dist/provider/types.d.ts +151 -0
- package/dist/provider/types.d.ts.map +1 -0
- package/dist/router/index.d.ts +12 -1
- package/dist/router/index.js +1 -1
- package/dist/sdk-barrel.d.ts +20 -0
- package/dist/sdk-barrel.d.ts.map +1 -0
- package/dist/supabase/client.d.ts +2265 -0
- package/dist/supabase/client.d.ts.map +1 -0
- package/dist/supabase/index.d.ts +2 -4595
- package/dist/supabase/index.d.ts.map +1 -0
- package/dist/theme/PresetsContext.d.ts +4 -0
- package/dist/theme/PresetsContext.d.ts.map +1 -0
- package/dist/theme/cssVariables.d.ts +12 -0
- package/dist/theme/cssVariables.d.ts.map +1 -0
- package/dist/theme/index.d.ts +10 -148
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
- package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
- package/dist/theme/presets/__tests__/getPreset.test.js +88 -0
- package/dist/theme/presets/abyss.d.ts +3 -0
- package/dist/theme/presets/abyss.d.ts.map +1 -0
- package/dist/theme/presets/aurora.d.ts +8 -0
- package/dist/theme/presets/aurora.d.ts.map +1 -0
- package/dist/theme/presets/canopy.d.ts +12 -0
- package/dist/theme/presets/canopy.d.ts.map +1 -0
- package/dist/theme/presets/cyber-punk.d.ts +11 -0
- package/dist/theme/presets/cyber-punk.d.ts.map +1 -0
- package/dist/theme/presets/cyber-punk.js +78 -0
- package/dist/theme/presets/cyber-strike.d.ts +13 -0
- package/dist/theme/presets/cyber-strike.d.ts.map +1 -0
- package/dist/theme/presets/cyber-void.d.ts +12 -0
- package/dist/theme/presets/cyber-void.d.ts.map +1 -0
- package/dist/theme/presets/cyber-volt.d.ts +12 -0
- package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
- package/dist/theme/presets/default.d.ts +4 -0
- package/dist/theme/presets/default.d.ts.map +1 -0
- package/dist/theme/presets/ember.d.ts +8 -0
- package/dist/theme/presets/ember.d.ts.map +1 -0
- package/dist/theme/presets/honey.d.ts +12 -0
- package/dist/theme/presets/honey.d.ts.map +1 -0
- package/dist/theme/presets/index.d.ts +8 -0
- package/dist/theme/presets/index.d.ts.map +1 -0
- package/dist/theme/presets/index.js +136 -0
- package/dist/theme/presets/midnight.d.ts +8 -0
- package/dist/theme/presets/midnight.d.ts.map +1 -0
- package/dist/theme/presets/nirvana.d.ts +16 -0
- package/dist/theme/presets/nirvana.d.ts.map +1 -0
- package/dist/theme/presets/obsidian.d.ts +3 -0
- package/dist/theme/presets/obsidian.d.ts.map +1 -0
- package/dist/theme/presets/regal.d.ts +8 -0
- package/dist/theme/presets/regal.d.ts.map +1 -0
- package/dist/theme/presets/rose-gold.d.ts +8 -0
- package/dist/theme/presets/rose-gold.d.ts.map +1 -0
- package/dist/theme/presets/slate.d.ts +3 -0
- package/dist/theme/presets/slate.d.ts.map +1 -0
- package/dist/theme/presets/tactical.d.ts +8 -0
- package/dist/theme/presets/tactical.d.ts.map +1 -0
- package/dist/theme/presets/types.d.ts +43 -0
- package/dist/theme/presets/types.d.ts.map +1 -0
- package/dist/theme/presets/types.js +3 -0
- package/dist/theme/presets/wave.d.ts +14 -0
- package/dist/theme/presets/wave.d.ts.map +1 -0
- package/dist/theme/useAvailablePresets.d.ts +16 -0
- package/dist/theme/useAvailablePresets.d.ts.map +1 -0
- package/dist/theme/useAvailablePresets.js +36 -0
- package/dist/types/index.d.ts +42 -7124
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/error-utils.d.ts +38 -0
- package/dist/utils/error-utils.d.ts.map +1 -0
- package/dist/utils/index.d.ts +8 -265
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/resource-icons.d.ts +18 -0
- package/dist/utils/resource-icons.d.ts.map +1 -0
- package/dist/utils/setup-test-utils.d.ts +2 -0
- package/dist/utils/setup-test-utils.d.ts.map +1 -0
- package/package.json +5 -1
- package/dist/chunk-LHQTTUL2.js +0 -27
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,qBAAqB,CAAA;AACnC,cAAc,SAAS,CAAA;AACvB,cAAc,kBAAkB,CAAA;AAChC,cAAc,OAAO,CAAA;AACrB,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,0BAA0B,CAAA;AACxC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
|
package/dist/hooks/index.js
CHANGED
|
@@ -5,11 +5,11 @@ import '../chunk-NJJ3NQ7B.js';
|
|
|
5
5
|
import '../chunk-F6RBK7NJ.js';
|
|
6
6
|
import '../chunk-L4XXM55J.js';
|
|
7
7
|
import '../chunk-RNP5R5I3.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-IVHJRJFK.js';
|
|
9
|
+
import '../chunk-NUULWBAD.js';
|
|
9
10
|
import '../chunk-SZHARWKU.js';
|
|
10
|
-
import '../chunk-
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-FEZ2TGSH.js';
|
|
11
|
+
import '../chunk-4AKGF454.js';
|
|
12
|
+
import '../chunk-7ATCF6UL.js';
|
|
13
13
|
import '../chunk-53GNREDV.js';
|
|
14
14
|
import '../chunk-QJ2KCHKX.js';
|
|
15
15
|
import '../chunk-U2522LSW.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { useActivities, useActivityTrend } from './useActivities';
|
|
2
|
+
export type { UseActivitiesParams, ListActivitiesResponse, UseActivityTrendParams, ActivityTrendResponse } from './useActivities';
|
|
3
|
+
export { useExecutionLogs } from './useExecutionLogs';
|
|
4
|
+
export type { UseExecutionLogsParams, ExecutionLogsPageResponse } from './useExecutionLogs';
|
|
5
|
+
export { useNotifications } from './useNotifications';
|
|
6
|
+
export { useCostSummary } from './useCostSummary';
|
|
7
|
+
export { useExecutionHealth } from './useExecutionHealth';
|
|
8
|
+
export type { UseExecutionHealthParams } from './useExecutionHealth';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/monitoring/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AACjE,YAAY,EACV,mBAAmB,EACnB,sBAAsB,EACtB,sBAAsB,EACtB,qBAAqB,EACtB,MAAM,iBAAiB,CAAA;AAExB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,YAAY,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAA;AAE3F,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAErD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAEjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,YAAY,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { Activity, ActivityType } from '@repo/core';
|
|
2
|
+
export interface UseActivitiesParams {
|
|
3
|
+
limit?: number;
|
|
4
|
+
offset?: number;
|
|
5
|
+
activityType?: ActivityType;
|
|
6
|
+
entityType?: string;
|
|
7
|
+
entityId?: string;
|
|
8
|
+
startDate?: string;
|
|
9
|
+
endDate?: string;
|
|
10
|
+
status?: string;
|
|
11
|
+
search?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface ListActivitiesResponse {
|
|
14
|
+
activities: Activity[];
|
|
15
|
+
total: number;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Fetch activities with filtering and pagination
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* // Basic usage - fetch recent activities
|
|
22
|
+
* const { data, error, isLoading } = useActivities({ limit: 50 })
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* // Filtered by type
|
|
26
|
+
* const { data } = useActivities({
|
|
27
|
+
* activityType: 'workflow_execution',
|
|
28
|
+
* limit: 20
|
|
29
|
+
* })
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* // Filtered by entity
|
|
33
|
+
* const { data } = useActivities({
|
|
34
|
+
* entityType: 'workflow',
|
|
35
|
+
* entityId: 'workflow-123'
|
|
36
|
+
* })
|
|
37
|
+
*/
|
|
38
|
+
export interface ActivityTrendResponse {
|
|
39
|
+
timestamps: Date[];
|
|
40
|
+
total: number;
|
|
41
|
+
}
|
|
42
|
+
export type UseActivityTrendParams = Omit<UseActivitiesParams, 'limit' | 'offset' | 'search' | 'status'>;
|
|
43
|
+
/**
|
|
44
|
+
* Fetch activity timestamps for the Activity Trend chart
|
|
45
|
+
*
|
|
46
|
+
* Uses /activities/trend endpoint which returns only occurred_at timestamps
|
|
47
|
+
* up to ANALYTICS_SAFETY_LIMIT (10,000), bypassing the MAX_PAGE_LIMIT cap.
|
|
48
|
+
* Provides accurate counts for any time range regardless of activity volume.
|
|
49
|
+
*/
|
|
50
|
+
export declare function useActivityTrend(params?: UseActivityTrendParams): import("@tanstack/react-query").UseQueryResult<ActivityTrendResponse, Error>;
|
|
51
|
+
export declare function useActivities(params?: UseActivitiesParams): import("@tanstack/react-query").UseQueryResult<ListActivitiesResponse, Error>;
|
|
52
|
+
//# sourceMappingURL=useActivities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useActivities.d.ts","sourceRoot":"","sources":["../../../src/hooks/monitoring/useActivities.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAGxD,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,QAAQ,EAAE,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;CACd;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,IAAI,EAAE,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,mBAAmB,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC,CAAA;AAExG;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,sBAA2B,gFA4BnE;AAED,wBAAgB,aAAa,CAAC,MAAM,GAAE,mBAAwB,iFAqC7D"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook for fetching cost summary with MTD and projections
|
|
3
|
+
* Provides period-over-period comparison and monthly projections
|
|
4
|
+
*/
|
|
5
|
+
import type { TimeRange, CostSummaryResponse } from '@repo/core';
|
|
6
|
+
export declare function useCostSummary(timeRange: TimeRange): import("@tanstack/react-query").UseQueryResult<CostSummaryResponse, Error>;
|
|
7
|
+
//# sourceMappingURL=useCostSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCostSummary.d.ts","sourceRoot":"","sources":["../../../src/hooks/monitoring/useCostSummary.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAGhE,wBAAgB,cAAc,CAAC,SAAS,EAAE,SAAS,8EAclD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook for fetching execution health metrics for monitoring detail page
|
|
3
|
+
* Provides success rate, P95 duration, execution counts, throughput, and trend data
|
|
4
|
+
*/
|
|
5
|
+
import type { TimeRange, DashboardMetrics } from '@repo/core';
|
|
6
|
+
export interface UseExecutionHealthParams {
|
|
7
|
+
timeRange: TimeRange;
|
|
8
|
+
}
|
|
9
|
+
export declare function useExecutionHealth({ timeRange }: UseExecutionHealthParams): import("@tanstack/react-query").UseQueryResult<DashboardMetrics, Error>;
|
|
10
|
+
//# sourceMappingURL=useExecutionHealth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExecutionHealth.d.ts","sourceRoot":"","sources":["../../../src/hooks/monitoring/useExecutionHealth.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAG7D,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,SAAS,CAAA;CACrB;AAED,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,wBAAwB,2EAgBzE"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { ExecutionStatus } from '@repo/core';
|
|
2
|
+
export interface UseExecutionLogsParams {
|
|
3
|
+
resourceId?: string;
|
|
4
|
+
status?: ExecutionStatus | 'all';
|
|
5
|
+
resourceStatus?: 'dev' | 'prod' | 'all';
|
|
6
|
+
startDate?: number;
|
|
7
|
+
endDate?: number;
|
|
8
|
+
limit?: number;
|
|
9
|
+
offset?: number;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Response type for cross-resource execution list
|
|
13
|
+
* Matches backend ExecutionLogsPageResponse in apps/api/src/execution-engine/handlers.ts
|
|
14
|
+
*/
|
|
15
|
+
export interface ExecutionLogsPageResponse {
|
|
16
|
+
executions: Array<{
|
|
17
|
+
id: string;
|
|
18
|
+
resourceId: string;
|
|
19
|
+
resourceName: string;
|
|
20
|
+
resourceType: 'workflow' | 'agent' | 'pipeline';
|
|
21
|
+
status: ExecutionStatus;
|
|
22
|
+
startTime: number;
|
|
23
|
+
endTime?: number;
|
|
24
|
+
duration?: number;
|
|
25
|
+
resourceStatus: 'dev' | 'prod';
|
|
26
|
+
resourceVersion?: string | null;
|
|
27
|
+
apiVersion?: string | null;
|
|
28
|
+
sdkVersion?: string | null;
|
|
29
|
+
}>;
|
|
30
|
+
total: number;
|
|
31
|
+
hasMore: boolean;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Fetch execution logs across all resources with filtering and pagination
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* // Basic usage - fetch recent executions
|
|
38
|
+
* const { data, error, isLoading } = useExecutionLogs({ limit: 50 })
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* // Filtered by status
|
|
42
|
+
* const { data } = useExecutionLogs({
|
|
43
|
+
* status: 'failed',
|
|
44
|
+
* limit: 20
|
|
45
|
+
* })
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* // Filtered by resource and date range
|
|
49
|
+
* const { data } = useExecutionLogs({
|
|
50
|
+
* resourceId: 'workflow-123',
|
|
51
|
+
* startDate: Date.now() - 86400000, // Last 24 hours
|
|
52
|
+
* endDate: Date.now()
|
|
53
|
+
* })
|
|
54
|
+
*/
|
|
55
|
+
export declare function useExecutionLogs(params?: UseExecutionLogsParams): import("@tanstack/react-query").UseQueryResult<ExecutionLogsPageResponse, Error>;
|
|
56
|
+
//# sourceMappingURL=useExecutionLogs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExecutionLogs.d.ts","sourceRoot":"","sources":["../../../src/hooks/monitoring/useExecutionLogs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAGjD,MAAM,WAAW,sBAAsB;IACrC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,eAAe,GAAG,KAAK,CAAA;IAChC,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,KAAK,CAAA;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE,KAAK,CAAC;QAChB,EAAE,EAAE,MAAM,CAAA;QACV,UAAU,EAAE,MAAM,CAAA;QAClB,YAAY,EAAE,MAAM,CAAA;QACpB,YAAY,EAAE,UAAU,GAAG,OAAO,GAAG,UAAU,CAAA;QAC/C,MAAM,EAAE,eAAe,CAAA;QACvB,SAAS,EAAE,MAAM,CAAA;QACjB,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,cAAc,EAAE,KAAK,GAAG,MAAM,CAAA;QAC9B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAC3B,CAAC,CAAA;IACF,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,OAAO,CAAA;CACjB;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,sBAA2B,oFA0BnE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { NotificationDTO } from '@repo/core';
|
|
2
|
+
interface UseNotificationsOptions {
|
|
3
|
+
limit?: number;
|
|
4
|
+
offset?: number;
|
|
5
|
+
}
|
|
6
|
+
export declare function useNotifications({ limit, offset }?: UseNotificationsOptions): import("@tanstack/react-query").UseQueryResult<{
|
|
7
|
+
notifications: NotificationDTO[];
|
|
8
|
+
total: number;
|
|
9
|
+
}, Error>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=useNotifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../src/hooks/monitoring/useNotifications.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAGjD,UAAU,uBAAuB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,KAAU,EAAE,MAAU,EAAE,GAAE,uBAA4B;mBAKzC,eAAe,EAAE;WAAS,MAAM;UAW/E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { useMarkAsRead } from './useMarkAsRead';
|
|
2
|
+
export { useMarkAllAsRead } from './useMarkAllAsRead';
|
|
3
|
+
export { useNotificationCount } from './useNotificationCount';
|
|
4
|
+
export { useErrorNotification } from './useErrorNotification';
|
|
5
|
+
export { useSuccessNotification } from './useSuccessNotification';
|
|
6
|
+
export { useWarningNotification } from './useWarningNotification';
|
|
7
|
+
export { useBatchDelete } from './useBatchDelete';
|
|
8
|
+
export { useTestNotification } from './useTestNotification';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generic batch delete hook. Deletes multiple rows from a Supabase table by ID.
|
|
3
|
+
*
|
|
4
|
+
* @param tableName - Supabase table name (e.g. 'acq_social_posts')
|
|
5
|
+
* @param invalidateQueryKeys - Array of query key prefixes to invalidate on success
|
|
6
|
+
*/
|
|
7
|
+
export declare function useBatchDelete(tableName: string, invalidateQueryKeys: readonly (readonly unknown[])[]): import("@tanstack/react-query").UseMutationResult<void, Error, string[], unknown>;
|
|
8
|
+
//# sourceMappingURL=useBatchDelete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBatchDelete.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useBatchDelete.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,EAAE,SAAS,CAAC,SAAS,OAAO,EAAE,CAAC,EAAE,qFAqBrG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook that provides a standardized error notification handler
|
|
3
|
+
* for use in React Query mutation hooks.
|
|
4
|
+
*
|
|
5
|
+
* Delegates to the active NotificationAdapter so it works in any
|
|
6
|
+
* consumer (Mantine, Sonner, console fallback, etc.)
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```typescript
|
|
10
|
+
* const mutation = useMutation({
|
|
11
|
+
* mutationFn: deleteApiKey,
|
|
12
|
+
* onError: useErrorNotification()
|
|
13
|
+
* })
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function useErrorNotification(): (error: unknown) => void;
|
|
17
|
+
//# sourceMappingURL=useErrorNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useErrorNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useErrorNotification.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,oBAAoB,YAGxB,OAAO,UAKlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMarkAllAsRead.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useMarkAllAsRead.ts"],"names":[],"mappings":"AAIA,wBAAgB,gBAAgB,kFAkB/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMarkAsRead.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useMarkAsRead.ts"],"names":[],"mappings":"AAKA,wBAAgB,aAAa,oFAoB5B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API-only hook for unread notification count.
|
|
3
|
+
*
|
|
4
|
+
* For SSE-enhanced real-time counts, consumers should provide
|
|
5
|
+
* the count via props (e.g., NotificationBell's `unreadCount` prop).
|
|
6
|
+
*/
|
|
7
|
+
export declare function useNotificationCount(): import("@tanstack/react-query").UseQueryResult<number, Error>;
|
|
8
|
+
//# sourceMappingURL=useNotificationCount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNotificationCount.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useNotificationCount.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,wBAAgB,oBAAoB,kEAYnC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook that provides a standardized success notification handler.
|
|
3
|
+
* Delegates to the active NotificationAdapter.
|
|
4
|
+
*/
|
|
5
|
+
export declare function useSuccessNotification(): (title: string, message: string) => void;
|
|
6
|
+
//# sourceMappingURL=useSuccessNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSuccessNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useSuccessNotification.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,sBAAsB,YAET,MAAM,WAAW,MAAM,UACnD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mutation hook to send a test notification.
|
|
3
|
+
* On success, invalidates the notifications query cache.
|
|
4
|
+
* On error, shows an API error notification via the notification adapter.
|
|
5
|
+
*
|
|
6
|
+
* @returns TanStack Mutation for triggering test notifications
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* const testNotification = useTestNotification()
|
|
11
|
+
*
|
|
12
|
+
* testNotification.mutate()
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare function useTestNotification(): import("@tanstack/react-query").UseMutationResult<void, Error, void, unknown>;
|
|
16
|
+
//# sourceMappingURL=useTestNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTestNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useTestNotification.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;GAaG;AACH,wBAAgB,mBAAmB,kFAkBlC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook that provides a standardized warning notification handler.
|
|
3
|
+
* Delegates to the active NotificationAdapter.
|
|
4
|
+
*/
|
|
5
|
+
export declare function useWarningNotification(): (title: string, message: string) => void;
|
|
6
|
+
//# sourceMappingURL=useWarningNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useWarningNotification.d.ts","sourceRoot":"","sources":["../../../src/hooks/notifications/useWarningNotification.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,sBAAsB,YAET,MAAM,WAAW,MAAM,UACnD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { observabilityKeys } from './queryKeys';
|
|
2
|
+
export { useErrorAnalysis } from './useErrorAnalysis';
|
|
3
|
+
export { useErrorDetails, useErrorDetail } from './useErrorDetails';
|
|
4
|
+
export type { ErrorFilters } from './useErrorDetails';
|
|
5
|
+
export { useErrorTrends } from './useErrorTrends';
|
|
6
|
+
export type { ErrorTrendsParams } from './useErrorTrends';
|
|
7
|
+
export { useErrorDistribution } from './useErrorDistribution';
|
|
8
|
+
export type { ErrorDistributionParams, ErrorDistributionItem } from './useErrorDistribution';
|
|
9
|
+
export { useTopFailingResources } from './useTopFailingResources';
|
|
10
|
+
export type { TopFailingResourcesParams, FailingResource } from './useTopFailingResources';
|
|
11
|
+
export { useResolveError, useUnresolveError, useResolveAllErrors, useResolveErrorsByExecution } from './useResolveError';
|
|
12
|
+
export { useCostTrends } from './useCostTrends';
|
|
13
|
+
export { useCostByModel } from './useCostByModel';
|
|
14
|
+
export { useCostBreakdown } from './useCostBreakdown';
|
|
15
|
+
export type { CostBreakdownItem } from './useCostBreakdown';
|
|
16
|
+
export { useDashboardMetrics } from './useDashboardMetrics';
|
|
17
|
+
export { useBusinessImpact } from './useBusinessImpact';
|
|
18
|
+
export type { BusinessImpactMetrics } from './useBusinessImpact';
|
|
19
|
+
export { useResourcesHealth } from './useResourcesHealth';
|
|
20
|
+
export type { UseResourcesHealthParams } from './useResourcesHealth';
|
|
21
|
+
export { useBatchedResourcesHealth } from './useBatchedResourcesHealth';
|
|
22
|
+
export type { UseBatchedResourcesHealthParams } from './useBatchedResourcesHealth';
|
|
23
|
+
export { useUnresolvedErrors } from './useUnresolvedErrors';
|
|
24
|
+
export { useRecentExecutionsByResource } from './useRecentExecutionsByResource';
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAG/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACnE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,YAAY,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAA;AAC5F,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACjE,YAAY,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAC1F,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAA;AAGxH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,YAAY,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAG3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,YAAY,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAGhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,YAAY,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AACvE,YAAY,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAA;AAGlF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fetches health data for resources in batches of 20 (API limit).
|
|
3
|
+
* Merges results from all batches into a single lookup map.
|
|
4
|
+
*/
|
|
5
|
+
import type { ResourceIdentifier, ResourceHealth } from '@repo/core';
|
|
6
|
+
export interface UseBatchedResourcesHealthParams {
|
|
7
|
+
resources: ResourceIdentifier[];
|
|
8
|
+
startDate: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
granularity: 'hour' | 'day';
|
|
11
|
+
}
|
|
12
|
+
export declare function useBatchedResourcesHealth(params: UseBatchedResourcesHealthParams): {
|
|
13
|
+
healthLookup: Map<string, ResourceHealth>;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useBatchedResourcesHealth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBatchedResourcesHealth.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useBatchedResourcesHealth.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAA2B,cAAc,EAAE,MAAM,YAAY,CAAA;AAM7F,MAAM,WAAW,+BAA+B;IAC9C,SAAS,EAAE,kBAAkB,EAAE,CAAA;IAC/B,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,GAAG,KAAK,CAAA;CAC5B;AAED,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,+BAA+B;;EAoDhF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TimeRange } from '@repo/core';
|
|
2
|
+
export interface BusinessImpactMetrics {
|
|
3
|
+
totalExecutions: number;
|
|
4
|
+
estimatedTimeSavedMinutes: number;
|
|
5
|
+
estimatedCostSavings: number;
|
|
6
|
+
automationROI: number;
|
|
7
|
+
}
|
|
8
|
+
export declare function useBusinessImpact(timeRange: TimeRange): import("@tanstack/react-query").UseQueryResult<BusinessImpactMetrics, Error>;
|
|
9
|
+
//# sourceMappingURL=useBusinessImpact.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBusinessImpact.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useBusinessImpact.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAK3C,MAAM,WAAW,qBAAqB;IACpC,eAAe,EAAE,MAAM,CAAA;IACvB,yBAAyB,EAAE,MAAM,CAAA;IACjC,oBAAoB,EAAE,MAAM,CAAA;IAC5B,aAAa,EAAE,MAAM,CAAA;CACtB;AAED,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,SAAS,gFAarD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TimeRange } from '@repo/core';
|
|
2
|
+
export interface CostBreakdownItem {
|
|
3
|
+
resourceId: string;
|
|
4
|
+
resourceType: string;
|
|
5
|
+
model: string;
|
|
6
|
+
totalCost: number;
|
|
7
|
+
executionCount: number;
|
|
8
|
+
}
|
|
9
|
+
export declare function useCostBreakdown(timeRange: TimeRange): import("@tanstack/react-query").UseQueryResult<CostBreakdownItem[], Error>;
|
|
10
|
+
//# sourceMappingURL=useCostBreakdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCostBreakdown.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useCostBreakdown.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAK3C,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,MAAM,CAAA;CACvB;AAED,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,SAAS,8EAapD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCostByModel.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useCostByModel.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,wBAAgB,cAAc,CAAC,SAAS,EAAE,SAAS,8EAalD"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { TimeRange, CostTrendsResponse } from '@repo/core';
|
|
2
|
+
export declare function useCostTrends(timeRange: TimeRange, granularity?: 'hour' | 'day' | 'week'): import("@tanstack/react-query").UseQueryResult<CostTrendsResponse, Error>;
|
|
3
|
+
//# sourceMappingURL=useCostTrends.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCostTrends.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useCostTrends.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAS/D,wBAAgB,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,6EAcxF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDashboardMetrics.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useDashboardMetrics.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAK3C,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,SAAS,kEAavD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook for fetching error analysis metrics.
|
|
3
|
+
* Provides error categories and top failing resources.
|
|
4
|
+
*/
|
|
5
|
+
import type { TimeRange, ErrorAnalysisMetrics } from '@repo/core';
|
|
6
|
+
export declare function useErrorAnalysis(timeRange: TimeRange): import("@tanstack/react-query").UseQueryResult<ErrorAnalysisMetrics, Error>;
|
|
7
|
+
//# sourceMappingURL=useErrorAnalysis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useErrorAnalysis.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useErrorAnalysis.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAIjE,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,SAAS,+EAYpD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hooks for fetching paginated error details and single execution error detail.
|
|
3
|
+
* useErrorDetails: paginated error list with filters (GET /observability/error-details)
|
|
4
|
+
* useErrorDetail: all errors for a single execution (GET /observability/error-details/:executionId)
|
|
5
|
+
*/
|
|
6
|
+
import type { ErrorDetailResponse, ErrorDetailFull } from '@repo/core';
|
|
7
|
+
export interface ErrorFilters {
|
|
8
|
+
errorType?: string;
|
|
9
|
+
severity?: 'critical' | 'warning' | 'info';
|
|
10
|
+
search?: string;
|
|
11
|
+
startDate?: string;
|
|
12
|
+
endDate?: string;
|
|
13
|
+
page?: number;
|
|
14
|
+
limit?: number;
|
|
15
|
+
/** When true, show only resolved errors. When false, show only unresolved. Omit to show all. */
|
|
16
|
+
resolved?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare function useErrorDetails(filters: ErrorFilters): import("@tanstack/react-query").UseQueryResult<ErrorDetailResponse, Error>;
|
|
19
|
+
export declare function useErrorDetail(executionId: string | null): import("@tanstack/react-query").UseQueryResult<ErrorDetailFull[] | null, Error>;
|
|
20
|
+
//# sourceMappingURL=useErrorDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useErrorDetails.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useErrorDetails.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAItE,MAAM,WAAW,YAAY;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAA;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,gGAAgG;IAChG,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,YAAY,8EA0BpD;AAED,wBAAgB,cAAc,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,mFAexD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface ErrorDistributionParams {
|
|
2
|
+
startDate: string;
|
|
3
|
+
endDate: string;
|
|
4
|
+
groupBy: 'errorType' | 'resource' | 'severity';
|
|
5
|
+
}
|
|
6
|
+
export interface ErrorDistributionItem {
|
|
7
|
+
label: string;
|
|
8
|
+
count: number;
|
|
9
|
+
percentage: number;
|
|
10
|
+
}
|
|
11
|
+
export declare function useErrorDistribution({ startDate, endDate, groupBy }: ErrorDistributionParams): import("@tanstack/react-query").UseQueryResult<ErrorDistributionItem[], Error>;
|
|
12
|
+
//# sourceMappingURL=useErrorDistribution.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useErrorDistribution.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useErrorDistribution.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,WAAW,GAAG,UAAU,GAAG,UAAU,CAAA;CAC/C;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,uBAAuB,kFAa5F"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook for fetching error trends over time.
|
|
3
|
+
* Provides time-series data for area charts with configurable granularity.
|
|
4
|
+
*/
|
|
5
|
+
import type { ErrorTrend } from '@repo/core';
|
|
6
|
+
export interface ErrorTrendsParams {
|
|
7
|
+
startDate: string;
|
|
8
|
+
endDate: string;
|
|
9
|
+
granularity: 'hour' | 'day';
|
|
10
|
+
}
|
|
11
|
+
export declare function useErrorTrends({ startDate, endDate, granularity }: ErrorTrendsParams): import("@tanstack/react-query").UseQueryResult<ErrorTrend[], Error>;
|
|
12
|
+
//# sourceMappingURL=useErrorTrends.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useErrorTrends.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useErrorTrends.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAI5C,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,GAAG,KAAK,CAAA;CAC5B;AAED,wBAAgB,cAAc,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,iBAAiB,uEAapF"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { TimeRange, RecentExecutionsByResourceResponse } from '@repo/core';
|
|
2
|
+
interface UseRecentExecutionsByResourceParams {
|
|
3
|
+
timeRange: TimeRange;
|
|
4
|
+
limit?: number;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Fetch recent executions grouped by resource.
|
|
8
|
+
* Single source of truth from execution_logs (includes session-based executions).
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* const { data, isLoading } = useRecentExecutionsByResource({
|
|
12
|
+
* timeRange: '24h',
|
|
13
|
+
* limit: 5
|
|
14
|
+
* })
|
|
15
|
+
*/
|
|
16
|
+
export declare function useRecentExecutionsByResource({ timeRange, limit }: UseRecentExecutionsByResourceParams): import("@tanstack/react-query").UseQueryResult<RecentExecutionsByResourceResponse, Error>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=useRecentExecutionsByResource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRecentExecutionsByResource.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useRecentExecutionsByResource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,kCAAkC,EAAE,MAAM,YAAY,CAAA;AAM/E,UAAU,mCAAmC;IAC3C,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED;;;;;;;;;GASG;AACH,wBAAgB,6BAA6B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,mCAAmC,6FAoBtG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolve a single error by ID.
|
|
3
|
+
*/
|
|
4
|
+
export declare function useResolveError(): import("@tanstack/react-query").UseMutationResult<unknown, Error, string, unknown>;
|
|
5
|
+
/**
|
|
6
|
+
* Unresolve a previously resolved error.
|
|
7
|
+
*/
|
|
8
|
+
export declare function useUnresolveError(): import("@tanstack/react-query").UseMutationResult<unknown, Error, string, unknown>;
|
|
9
|
+
/**
|
|
10
|
+
* Resolve all errors in the organization.
|
|
11
|
+
*/
|
|
12
|
+
export declare function useResolveAllErrors(): import("@tanstack/react-query").UseMutationResult<unknown, Error, void, unknown>;
|
|
13
|
+
/**
|
|
14
|
+
* Resolve all errors for a specific execution.
|
|
15
|
+
*/
|
|
16
|
+
export declare function useResolveErrorsByExecution(): import("@tanstack/react-query").UseMutationResult<unknown, Error, string, unknown>;
|
|
17
|
+
//# sourceMappingURL=useResolveError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResolveError.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useResolveError.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,eAAe,uFAY9B;AAED;;GAEG;AACH,wBAAgB,iBAAiB,uFAYhC;AAED;;GAEG;AACH,wBAAgB,mBAAmB,qFAYlC;AAED;;GAEG;AACH,wBAAgB,2BAA2B,uFAY1C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook for fetching execution health metrics for multiple resources in a batch.
|
|
3
|
+
* Used by ResourceHealthPanel and dashboard components.
|
|
4
|
+
*/
|
|
5
|
+
import type { ResourceIdentifier, ResourcesHealthResponse } from '@repo/core';
|
|
6
|
+
export interface UseResourcesHealthParams {
|
|
7
|
+
resources: ResourceIdentifier[];
|
|
8
|
+
startDate: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
granularity: 'hour' | 'day';
|
|
11
|
+
}
|
|
12
|
+
export declare function useResourcesHealth(params: UseResourcesHealthParams): import("@tanstack/react-query").UseQueryResult<ResourcesHealthResponse, Error>;
|
|
13
|
+
//# sourceMappingURL=useResourcesHealth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResourcesHealth.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useResourcesHealth.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAI7E,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,kBAAkB,EAAE,CAAA;IAC/B,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,GAAG,KAAK,CAAA;CAC5B;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,wBAAwB,kFA4BlE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface TopFailingResourcesParams {
|
|
2
|
+
startDate: string;
|
|
3
|
+
endDate: string;
|
|
4
|
+
limit?: number;
|
|
5
|
+
}
|
|
6
|
+
export interface FailingResource {
|
|
7
|
+
resourceId: string;
|
|
8
|
+
resourceType: string;
|
|
9
|
+
errorCount: number;
|
|
10
|
+
failureRate: number;
|
|
11
|
+
}
|
|
12
|
+
export declare function useTopFailingResources({ startDate, endDate, limit }: TopFailingResourcesParams): import("@tanstack/react-query").UseQueryResult<FailingResource[], Error>;
|
|
13
|
+
//# sourceMappingURL=useTopFailingResources.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTopFailingResources.d.ts","sourceRoot":"","sources":["../../../src/hooks/observability/useTopFailingResources.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,yBAAyB;IACxC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,wBAAgB,sBAAsB,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,KAAU,EAAE,EAAE,yBAAyB,4EAanG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook for fetching the top unresolved errors for the Dashboard teaser.
|
|
3
|
+
* Respects the global time range selector like all other dashboard widgets.
|
|
4
|
+
*/
|
|
5
|
+
import type { ErrorDetailResponse } from '@repo/core';
|
|
6
|
+
interface UseUnresolvedErrorsParams {
|
|
7
|
+
startDate: string;
|
|
8
|
+
endDate: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Fetches the most recent unresolved errors for the dashboard operational overview.
|
|
12
|
+
*/
|
|
13
|
+
export declare function useUnresolvedErrors({ startDate, endDate }: UseUnresolvedErrorsParams): import("@tanstack/react-query").UseQueryResult<ErrorDetailResponse, Error>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=useUnresolvedErrors.d.ts.map
|