@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/initialization/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAGH,YAAY,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAErD,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAE3G;;;;;GAKG;AACH,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AACzE,YAAY,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA"}
|
package/dist/layout/index.d.ts
CHANGED
|
@@ -92,6 +92,13 @@ interface CyberBackgroundProps {
|
|
|
92
92
|
*/
|
|
93
93
|
declare function CyberBackground({ variant }: CyberBackgroundProps): React$1.JSX.Element;
|
|
94
94
|
|
|
95
|
+
type WaveVariant = 'nirvana' | 'wave' | 'honey' | 'canopy';
|
|
96
|
+
interface WaveBackgroundProps {
|
|
97
|
+
/** Which wave palette to render. */
|
|
98
|
+
variant: WaveVariant;
|
|
99
|
+
}
|
|
100
|
+
declare function WaveBackground({ variant }: WaveBackgroundProps): React$1.JSX.Element;
|
|
101
|
+
|
|
95
102
|
interface FilmGrainProps {
|
|
96
103
|
/** Opacity in dark mode (0-1). Defaults to 0.04. */
|
|
97
104
|
darkOpacity?: number;
|
|
@@ -120,8 +127,191 @@ interface FloatingOrbsProps {
|
|
|
120
127
|
declare function FloatingOrbs({ color, count, className }: FloatingOrbsProps): React$1.JSX.Element;
|
|
121
128
|
|
|
122
129
|
interface PerspectiveGridProps {
|
|
130
|
+
/**
|
|
131
|
+
* Override the bottom-center radial glow color. Defaults to a theme-aware
|
|
132
|
+
* blend of `var(--color-primary)` and `var(--color-border)` so the glow
|
|
133
|
+
* inherits each preset's brand hue without being purely saturated primary.
|
|
134
|
+
*/
|
|
123
135
|
glowColor?: string;
|
|
124
|
-
/**
|
|
136
|
+
/**
|
|
137
|
+
* Override the grid line color. Defaults to a subtle border-tinted line
|
|
138
|
+
* derived from `var(--color-border)` so non-cyber presets get a theme-aware
|
|
139
|
+
* grid without the boldness of cyber variants (which pass the raw b-- =============================================================================
|
|
140
|
+
-- Migrate prod delivery_* tables to match dev prj_* schema
|
|
141
|
+
-- -----------------------------------------------------------------------------
|
|
142
|
+
-- Context: dev uses the new prj_* prefix; prod still has the legacy delivery_*
|
|
143
|
+
-- tables. All four prod delivery_* tables are currently empty (0 rows), so this
|
|
144
|
+
-- migration does in-place RENAMEs plus additive column changes. RLS policies
|
|
145
|
+
-- are dropped and recreated because their names embed the old table name.
|
|
146
|
+
--
|
|
147
|
+
-- Mapping:
|
|
148
|
+
-- delivery_engagements -> prj_projects
|
|
149
|
+
-- delivery_milestones -> prj_milestones (engagement_id -> project_id)
|
|
150
|
+
-- delivery_deliverables -> prj_tasks (engagement_id -> project_id)
|
|
151
|
+
-- delivery_notes -> prj_notes (engagement_id -> project_id)
|
|
152
|
+
-- =============================================================================
|
|
153
|
+
|
|
154
|
+
BEGIN;
|
|
155
|
+
|
|
156
|
+
-- =============================================================================
|
|
157
|
+
-- 1. delivery_engagements -> prj_projects
|
|
158
|
+
-- =============================================================================
|
|
159
|
+
|
|
160
|
+
DROP POLICY IF EXISTS "Org admins can manage delivery_engagements" ON public.delivery_engagements;
|
|
161
|
+
DROP POLICY IF EXISTS "Org members can view delivery_engagements" ON public.delivery_engagements;
|
|
162
|
+
DROP POLICY IF EXISTS "Platform admins have full access to delivery_engagements" ON public.delivery_engagements;
|
|
163
|
+
|
|
164
|
+
ALTER TABLE public.delivery_engagements RENAME TO prj_projects;
|
|
165
|
+
|
|
166
|
+
ALTER INDEX public.delivery_engagements_pkey RENAME TO prj_projects_pkey;
|
|
167
|
+
ALTER INDEX public.idx_delivery_engagements_deal RENAME TO idx_prj_projects_deal;
|
|
168
|
+
ALTER INDEX public.idx_delivery_engagements_org RENAME TO idx_prj_projects_org;
|
|
169
|
+
ALTER INDEX public.idx_delivery_engagements_org_status RENAME TO idx_prj_projects_org_status;
|
|
170
|
+
|
|
171
|
+
-- Missing column in prod
|
|
172
|
+
ALTER TABLE public.prj_projects
|
|
173
|
+
ADD COLUMN kind text NOT NULL DEFAULT 'client_engagement';
|
|
174
|
+
|
|
175
|
+
-- Recreate RLS policies with new table name
|
|
176
|
+
CREATE POLICY "Org admins can manage prj_projects" ON public.prj_projects
|
|
177
|
+
FOR ALL
|
|
178
|
+
USING (is_org_admin(organization_id))
|
|
179
|
+
WITH CHECK (is_org_admin(organization_id));
|
|
180
|
+
|
|
181
|
+
CREATE POLICY "Org members can view prj_projects" ON public.prj_projects
|
|
182
|
+
FOR SELECT
|
|
183
|
+
USING (is_org_member(organization_id));
|
|
184
|
+
|
|
185
|
+
CREATE POLICY "Platform admins have full access to prj_projects" ON public.prj_projects
|
|
186
|
+
FOR ALL
|
|
187
|
+
USING (current_user_is_platform_admin())
|
|
188
|
+
WITH CHECK (current_user_is_platform_admin());
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
-- =============================================================================
|
|
192
|
+
-- 2. delivery_milestones -> prj_milestones
|
|
193
|
+
-- =============================================================================
|
|
194
|
+
|
|
195
|
+
DROP POLICY IF EXISTS "Org admins can manage delivery_milestones" ON public.delivery_milestones;
|
|
196
|
+
DROP POLICY IF EXISTS "Org members can view delivery_milestones" ON public.delivery_milestones;
|
|
197
|
+
DROP POLICY IF EXISTS "Platform admins have full access to delivery_milestones" ON public.delivery_milestones;
|
|
198
|
+
|
|
199
|
+
ALTER TABLE public.delivery_milestones RENAME TO prj_milestones;
|
|
200
|
+
ALTER TABLE public.prj_milestones RENAME COLUMN engagement_id TO project_id;
|
|
201
|
+
|
|
202
|
+
ALTER INDEX public.delivery_milestones_pkey RENAME TO prj_milestones_pkey;
|
|
203
|
+
ALTER INDEX public.idx_delivery_milestones_engagement RENAME TO idx_prj_milestones_project;
|
|
204
|
+
ALTER INDEX public.idx_delivery_milestones_org RENAME TO idx_prj_milestones_org;
|
|
205
|
+
ALTER INDEX public.idx_delivery_milestones_status RENAME TO idx_prj_milestones_status;
|
|
206
|
+
|
|
207
|
+
CREATE POLICY "Org admins can manage prj_milestones" ON public.prj_milestones
|
|
208
|
+
FOR ALL
|
|
209
|
+
USING (is_org_admin(organization_id))
|
|
210
|
+
WITH CHECK (is_org_admin(organization_id));
|
|
211
|
+
|
|
212
|
+
CREATE POLICY "Org members can view prj_milestones" ON public.prj_milestones
|
|
213
|
+
FOR SELECT
|
|
214
|
+
USING (is_org_member(organization_id));
|
|
215
|
+
|
|
216
|
+
CREATE POLICY "Platform admins have full access to prj_milestones" ON public.prj_milestones
|
|
217
|
+
FOR ALL
|
|
218
|
+
USING (current_user_is_platform_admin())
|
|
219
|
+
WITH CHECK (current_user_is_platform_admin());
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
-- =============================================================================
|
|
223
|
+
-- 3. delivery_deliverables -> prj_tasks
|
|
224
|
+
-- =============================================================================
|
|
225
|
+
|
|
226
|
+
DROP POLICY IF EXISTS "Org admins can manage delivery_deliverables" ON public.delivery_deliverables;
|
|
227
|
+
DROP POLICY IF EXISTS "Org members can view delivery_deliverables" ON public.delivery_deliverables;
|
|
228
|
+
DROP POLICY IF EXISTS "Platform admins have full access to delivery_deliverables" ON public.delivery_deliverables;
|
|
229
|
+
|
|
230
|
+
ALTER TABLE public.delivery_deliverables RENAME TO prj_tasks;
|
|
231
|
+
ALTER TABLE public.prj_tasks RENAME COLUMN engagement_id TO project_id;
|
|
232
|
+
|
|
233
|
+
ALTER INDEX public.delivery_deliverables_pkey RENAME TO prj_tasks_pkey;
|
|
234
|
+
ALTER INDEX public.idx_delivery_deliverables_engagement RENAME TO idx_prj_tasks_project;
|
|
235
|
+
ALTER INDEX public.idx_delivery_deliverables_milestone RENAME TO idx_prj_tasks_milestone;
|
|
236
|
+
ALTER INDEX public.idx_delivery_deliverables_org RENAME TO idx_prj_tasks_org;
|
|
237
|
+
ALTER INDEX public.idx_delivery_deliverables_status RENAME TO idx_prj_tasks_status;
|
|
238
|
+
|
|
239
|
+
-- Missing columns in prod
|
|
240
|
+
ALTER TABLE public.prj_tasks
|
|
241
|
+
ADD COLUMN parent_task_id uuid,
|
|
242
|
+
ADD COLUMN checklist jsonb NOT NULL DEFAULT '[]'::jsonb,
|
|
243
|
+
ADD COLUMN resume_context jsonb;
|
|
244
|
+
|
|
245
|
+
-- Missing index in prod
|
|
246
|
+
CREATE INDEX idx_prj_tasks_parent
|
|
247
|
+
ON public.prj_tasks USING btree (parent_task_id)
|
|
248
|
+
WHERE (parent_task_id IS NOT NULL);
|
|
249
|
+
|
|
250
|
+
CREATE POLICY "Org admins can manage prj_tasks" ON public.prj_tasks
|
|
251
|
+
FOR ALL
|
|
252
|
+
USING (is_org_admin(organization_id))
|
|
253
|
+
WITH CHECK (is_org_admin(organization_id));
|
|
254
|
+
|
|
255
|
+
CREATE POLICY "Org members can view prj_tasks" ON public.prj_tasks
|
|
256
|
+
FOR SELECT
|
|
257
|
+
USING (is_org_member(organization_id));
|
|
258
|
+
|
|
259
|
+
CREATE POLICY "Platform admins have full access to prj_tasks" ON public.prj_tasks
|
|
260
|
+
FOR ALL
|
|
261
|
+
USING (current_user_is_platform_admin())
|
|
262
|
+
WITH CHECK (current_user_is_platform_admin());
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
-- =============================================================================
|
|
266
|
+
-- 4. delivery_notes -> prj_notes
|
|
267
|
+
-- =============================================================================
|
|
268
|
+
|
|
269
|
+
DROP POLICY IF EXISTS "Org admins can manage delivery_notes" ON public.delivery_notes;
|
|
270
|
+
DROP POLICY IF EXISTS "Org members can view delivery_notes" ON public.delivery_notes;
|
|
271
|
+
DROP POLICY IF EXISTS "Platform admins have full access to delivery_notes" ON public.delivery_notes;
|
|
272
|
+
|
|
273
|
+
ALTER TABLE public.delivery_notes RENAME TO prj_notes;
|
|
274
|
+
ALTER TABLE public.prj_notes RENAME COLUMN engagement_id TO project_id;
|
|
275
|
+
|
|
276
|
+
ALTER INDEX public.delivery_notes_pkey RENAME TO prj_notes_pkey;
|
|
277
|
+
ALTER INDEX public.idx_delivery_notes_engagement RENAME TO idx_prj_notes_project;
|
|
278
|
+
ALTER INDEX public.idx_delivery_notes_org RENAME TO idx_prj_notes_org;
|
|
279
|
+
ALTER INDEX public.idx_delivery_notes_occurred_at RENAME TO idx_prj_notes_occurred_at;
|
|
280
|
+
ALTER INDEX public.idx_delivery_notes_type RENAME TO idx_prj_notes_type;
|
|
281
|
+
|
|
282
|
+
-- Missing columns in prod
|
|
283
|
+
ALTER TABLE public.prj_notes
|
|
284
|
+
ADD COLUMN task_id uuid,
|
|
285
|
+
ADD COLUMN milestone_id uuid;
|
|
286
|
+
|
|
287
|
+
-- Missing indexes in prod
|
|
288
|
+
CREATE INDEX idx_prj_notes_task
|
|
289
|
+
ON public.prj_notes USING btree (task_id)
|
|
290
|
+
WHERE (task_id IS NOT NULL);
|
|
291
|
+
|
|
292
|
+
CREATE INDEX idx_prj_notes_milestone
|
|
293
|
+
ON public.prj_notes USING btree (milestone_id)
|
|
294
|
+
WHERE (milestone_id IS NOT NULL);
|
|
295
|
+
|
|
296
|
+
CREATE POLICY "Org admins can manage prj_notes" ON public.prj_notes
|
|
297
|
+
FOR ALL
|
|
298
|
+
USING (is_org_admin(organization_id))
|
|
299
|
+
WITH CHECK (is_org_admin(organization_id));
|
|
300
|
+
|
|
301
|
+
CREATE POLICY "Org members can view prj_notes" ON public.prj_notes
|
|
302
|
+
FOR SELECT
|
|
303
|
+
USING (is_org_member(organization_id));
|
|
304
|
+
|
|
305
|
+
CREATE POLICY "Platform admins have full access to prj_notes" ON public.prj_notes
|
|
306
|
+
FOR ALL
|
|
307
|
+
USING (current_user_is_platform_admin())
|
|
308
|
+
WITH CHECK (current_user_is_platform_admin());
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
COMMIT;
|
|
312
|
+
order
|
|
313
|
+
* token explicitly).
|
|
314
|
+
*/
|
|
125
315
|
lineColor?: string;
|
|
126
316
|
className?: string;
|
|
127
317
|
}
|
|
@@ -417,5 +607,5 @@ declare const TopbarContainer: ({ children }: {
|
|
|
417
607
|
children: React.ReactNode;
|
|
418
608
|
}) => react_jsx_runtime.JSX.Element;
|
|
419
609
|
|
|
420
|
-
export { AppBackground, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, LinksGroup, PageContainer, PerspectiveGrid, RadiantGlow, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarSection, Topbar, TopbarContainer, Vignette, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subsidebarWidth, topbarHeight, useSidebar, useSidebarCollapse };
|
|
421
|
-
export type { CollapsibleSidebarGroupProps, CyberVariant, LinkItem, LinksGroupProps, SidebarListItemProps, SidebarNestedProps, SubshellContainerProps, SubshellContentContainerProps, SubshellRightSideContainerProps, SubshellSidebarContainerProps, SubshellSidebarProps, SubshellSidebarSectionProps, TopbarProps };
|
|
610
|
+
export { AppBackground, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, LinksGroup, PageContainer, PerspectiveGrid, RadiantGlow, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarSection, Topbar, TopbarContainer, Vignette, WaveBackground, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subsidebarWidth, topbarHeight, useSidebar, useSidebarCollapse };
|
|
611
|
+
export type { CollapsibleSidebarGroupProps, CyberVariant, LinkItem, LinksGroupProps, SidebarListItemProps, SidebarNestedProps, SubshellContainerProps, SubshellContentContainerProps, SubshellRightSideContainerProps, SubshellSidebarContainerProps, SubshellSidebarProps, SubshellSidebarSectionProps, TopbarProps, WaveVariant };
|
package/dist/layout/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer,
|
|
1
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarSection, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-QCEUL5QG.js';
|
|
2
|
+
export { SubshellLoader } from '../chunk-ADSSLKKP.js';
|
|
2
3
|
export { sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, topbarHeight } from '../chunk-KBLGVZBD.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
export { AppBackground } from '../chunk-
|
|
5
|
-
export { CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow } from '../chunk-
|
|
4
|
+
import '../chunk-MHW43EOH.js';
|
|
5
|
+
export { AppBackground } from '../chunk-NUULWBAD.js';
|
|
6
|
+
export { CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-7ATCF6UL.js';
|
|
6
7
|
import '../chunk-QJ2KCHKX.js';
|
|
7
8
|
import '../chunk-Q7DJKLEN.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { MembershipWithDetails } from '@repo/core';
|
|
2
|
+
type Organization = NonNullable<MembershipWithDetails['organization']>;
|
|
3
|
+
interface OrganizationSwitcherProps {
|
|
4
|
+
currentOrganization: Organization | undefined;
|
|
5
|
+
memberships: MembershipWithDetails[];
|
|
6
|
+
isLoading: boolean;
|
|
7
|
+
onSwitch: (workosOrgId: string) => Promise<void>;
|
|
8
|
+
}
|
|
9
|
+
export declare function OrganizationSwitcher({ currentOrganization, memberships, isLoading, onSwitch }: OrganizationSwitcherProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=OrganizationSwitcher.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrganizationSwitcher.d.ts","sourceRoot":"","sources":["../../../src/organization/components/OrganizationSwitcher.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAGvD,KAAK,YAAY,GAAG,WAAW,CAAC,qBAAqB,CAAC,cAAc,CAAC,CAAC,CAAA;AAEtE,UAAU,yBAAyB;IACjC,mBAAmB,EAAE,YAAY,GAAG,SAAS,CAAA;IAC7C,WAAW,EAAE,qBAAqB,EAAE,CAAA;IACpC,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CACjD;AAED,wBAAgB,oBAAoB,CAAC,EACnC,mBAAmB,EACnB,WAAW,EACX,SAAS,EACT,QAAQ,EACT,EAAE,yBAAyB,2CAkI3B"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { MembershipWithDetails } from '@repo/core';
|
|
2
|
+
/**
|
|
3
|
+
* The value exposed by OrganizationProvider to all consumers.
|
|
4
|
+
*/
|
|
5
|
+
export interface OrganizationContextValue {
|
|
6
|
+
/** WorkOS organization ID of the currently selected organization. */
|
|
7
|
+
currentWorkOSOrganizationId: string | null;
|
|
8
|
+
/** Supabase (UUID) organization ID of the currently selected organization. */
|
|
9
|
+
currentSupabaseOrganizationId: string | null;
|
|
10
|
+
/** Full membership record for the currently selected organization. */
|
|
11
|
+
currentMembership: MembershipWithDetails | null;
|
|
12
|
+
/** All memberships for the authenticated user. */
|
|
13
|
+
memberships: MembershipWithDetails[];
|
|
14
|
+
/** True while the initial membership list is being fetched. */
|
|
15
|
+
isInitializing: boolean;
|
|
16
|
+
/** True while a subsequent org switch / refresh is in flight. */
|
|
17
|
+
isOrgRefreshing: boolean;
|
|
18
|
+
/** Error message if the membership fetch or org switch failed. */
|
|
19
|
+
error: string | null;
|
|
20
|
+
/**
|
|
21
|
+
* Switch the active organization.
|
|
22
|
+
*
|
|
23
|
+
* Persists the selection to `last_visited_org` on the user profile and
|
|
24
|
+
* invalidates all org-scoped TanStack Query cache entries.
|
|
25
|
+
*
|
|
26
|
+
* @param workosOrgId - WorkOS organization ID to switch to.
|
|
27
|
+
*/
|
|
28
|
+
switchOrganization: (workosOrgId: string) => void;
|
|
29
|
+
/**
|
|
30
|
+
* Re-fetch memberships and retry org selection after an error.
|
|
31
|
+
*/
|
|
32
|
+
retry: () => Promise<void>;
|
|
33
|
+
}
|
|
34
|
+
export declare const OrganizationContext: import("react").Context<OrganizationContextValue | null>;
|
|
35
|
+
/**
|
|
36
|
+
* Consumes the nearest OrganizationProvider.
|
|
37
|
+
*
|
|
38
|
+
* @throws {Error} If called outside of an OrganizationProvider tree.
|
|
39
|
+
*/
|
|
40
|
+
export declare function useOrganization(): OrganizationContextValue;
|
|
41
|
+
//# sourceMappingURL=OrganizationContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrganizationContext.d.ts","sourceRoot":"","sources":["../../../src/organization/context/OrganizationContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAEvD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,qEAAqE;IACrE,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1C,8EAA8E;IAC9E,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5C,sEAAsE;IACtE,iBAAiB,EAAE,qBAAqB,GAAG,IAAI,CAAA;IAC/C,kDAAkD;IAClD,WAAW,EAAE,qBAAqB,EAAE,CAAA;IACpC,+DAA+D;IAC/D,cAAc,EAAE,OAAO,CAAA;IACvB,iEAAiE;IACjE,eAAe,EAAE,OAAO,CAAA;IACxB,kEAAkE;IAClE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB;;;;;;;OAOG;IACH,kBAAkB,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAA;IACjD;;OAEG;IACH,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED,eAAO,MAAM,mBAAmB,0DAAuD,CAAA;AAEvF;;;;GAIG;AACH,wBAAgB,eAAe,IAAI,wBAAwB,CAS1D"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { type OrganizationContextValue } from './OrganizationContext';
|
|
3
|
+
type ApiRequestFn = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
4
|
+
/**
|
|
5
|
+
* Provides organization state to its subtree via React Context.
|
|
6
|
+
*
|
|
7
|
+
* Must be rendered inside:
|
|
8
|
+
* - ProfileProvider (needs useProfile for last_visited_org preference)
|
|
9
|
+
* - A TanStack QueryClientProvider (needs useQueryClient for cache invalidation)
|
|
10
|
+
*
|
|
11
|
+
* Receives apiRequest as a prop so it can mount before ElevasisServiceProvider.
|
|
12
|
+
*
|
|
13
|
+
* Behaviors:
|
|
14
|
+
* - Fetches all memberships for the authenticated user via GET /memberships/my-memberships
|
|
15
|
+
* - Selects the active org by priority: saved preference > WorkOS org ID > first membership
|
|
16
|
+
* - Persists org switches to PATCH /users/me { last_visited_org }
|
|
17
|
+
* - Clears all state when the user signs out (user becomes null)
|
|
18
|
+
*/
|
|
19
|
+
export declare function OrganizationProvider({ apiRequest, children }: {
|
|
20
|
+
apiRequest: ApiRequestFn;
|
|
21
|
+
children: ReactNode;
|
|
22
|
+
}): import("react").FunctionComponentElement<import("react").ProviderProps<OrganizationContextValue | null>>;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=OrganizationProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrganizationProvider.d.ts","sourceRoot":"","sources":["../../../src/organization/context/OrganizationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2D,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAK/F,OAAO,EAAuB,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAA;AAE1F,KAAK,YAAY,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;AAE9E;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE;IAAE,UAAU,EAAE,YAAY,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,4GAqN/G"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { MembershipWithDetails } from '@repo/core';
|
|
2
|
+
/**
|
|
3
|
+
* Type for the useOrganizations hook return value
|
|
4
|
+
*/
|
|
5
|
+
export interface UseOrganizationsReturn {
|
|
6
|
+
currentWorkOSOrganizationId: string | null;
|
|
7
|
+
currentMembership: MembershipWithDetails | null;
|
|
8
|
+
setCurrentWorkOSOrganizationId: (id: string | null) => void;
|
|
9
|
+
setCurrentMembership: (membership: MembershipWithDetails | null) => void;
|
|
10
|
+
setOrganizationsInitializing: (initializing: boolean) => void;
|
|
11
|
+
setOrganizationsLoading: (loading: boolean) => void;
|
|
12
|
+
setOrganizationsError: (error: string | null) => void;
|
|
13
|
+
organizations: {
|
|
14
|
+
isInitializing: boolean;
|
|
15
|
+
isOrgRefreshing: boolean;
|
|
16
|
+
error: string | null;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Type for the useApiClient hook return value
|
|
21
|
+
*/
|
|
22
|
+
export interface UseApiClientReturn {
|
|
23
|
+
apiRequest: <T = unknown>(path: string, options?: RequestInit) => Promise<T>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Return type for useOrgInitialization hook
|
|
27
|
+
*/
|
|
28
|
+
export interface UseOrgInitializationReturn {
|
|
29
|
+
memberships: MembershipWithDetails[];
|
|
30
|
+
isInitializing: boolean;
|
|
31
|
+
isLoading: boolean;
|
|
32
|
+
isInitialized: boolean;
|
|
33
|
+
error: string | null;
|
|
34
|
+
currentOrganization: MembershipWithDetails['organization'] | null;
|
|
35
|
+
retry: () => Promise<void>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Factory function to create a useOrgInitialization hook for your app.
|
|
39
|
+
*
|
|
40
|
+
* Usage in app:
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import { createUseOrgInitialization } from '@repo/ui/organization'
|
|
43
|
+
* import { useOrganizations } from './hooks/useOrganizations'
|
|
44
|
+
* import { useApiClient } from './api/hooks/useApiClient'
|
|
45
|
+
*
|
|
46
|
+
* export const useOrgInitialization = createUseOrgInitialization(
|
|
47
|
+
* useOrganizations,
|
|
48
|
+
* useApiClient
|
|
49
|
+
* )
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* This pattern allows the shared package to provide the hook logic
|
|
53
|
+
* while each app provides its own hook instances.
|
|
54
|
+
*/
|
|
55
|
+
export declare function createUseOrgInitialization(useOrganizations: () => UseOrganizationsReturn, useApiClient: () => UseApiClientReturn): () => UseOrgInitializationReturn;
|
|
56
|
+
//# sourceMappingURL=useOrgInitialization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOrgInitialization.d.ts","sourceRoot":"","sources":["../../../src/organization/hooks/useOrgInitialization.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAEvD;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1C,iBAAiB,EAAE,qBAAqB,GAAG,IAAI,CAAA;IAC/C,8BAA8B,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAA;IAC3D,oBAAoB,EAAE,CAAC,UAAU,EAAE,qBAAqB,GAAG,IAAI,KAAK,IAAI,CAAA;IACxE,4BAA4B,EAAE,CAAC,YAAY,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7D,uBAAuB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACnD,qBAAqB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAA;IACrD,aAAa,EAAE;QACb,cAAc,EAAE,OAAO,CAAA;QACvB,eAAe,EAAE,OAAO,CAAA;QACxB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;KACrB,CAAA;CACF;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,CAAC,CAAC,GAAG,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;CAC7E;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,WAAW,EAAE,qBAAqB,EAAE,CAAA;IACpC,cAAc,EAAE,OAAO,CAAA;IACvB,SAAS,EAAE,OAAO,CAAA;IAClB,aAAa,EAAE,OAAO,CAAA;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,mBAAmB,EAAE,qBAAqB,CAAC,cAAc,CAAC,GAAG,IAAI,CAAA;IACjE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAC3B;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,0BAA0B,CACxC,gBAAgB,EAAE,MAAM,sBAAsB,EAC9C,YAAY,EAAE,MAAM,kBAAkB,GACrC,MAAM,0BAA0B,CA6NlC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { StoreApi, UseBoundStore } from 'zustand';
|
|
2
|
+
import type { OrganizationsSlice } from '../store/types';
|
|
3
|
+
/**
|
|
4
|
+
* Factory function to create a useOrganizations hook for your app's store.
|
|
5
|
+
*
|
|
6
|
+
* Usage in app:
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import { createUseOrganizations } from '@repo/ui/organization'
|
|
9
|
+
* import { useAppStore } from './zustand/store'
|
|
10
|
+
*
|
|
11
|
+
* export const useOrganizations = createUseOrganizations(useAppStore)
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* This pattern allows the shared package to provide the hook logic
|
|
15
|
+
* while each app provides its own store instance.
|
|
16
|
+
*/
|
|
17
|
+
export declare function createUseOrganizations<TStore extends OrganizationsSlice>(useStore: UseBoundStore<StoreApi<TStore>>): () => {
|
|
18
|
+
setCurrentWorkOSOrganizationId: (workOSorgId: string | null) => void;
|
|
19
|
+
setCurrentMembership: (membership: import("@repo/core").MembershipWithDetails | null) => void;
|
|
20
|
+
setOrganizationsInitializing: (initializing: boolean) => void;
|
|
21
|
+
setOrganizationsLoading: (loading: boolean) => void;
|
|
22
|
+
setOrganizationsError: (error: string | null) => void;
|
|
23
|
+
organizations: import("..").OrganizationsState;
|
|
24
|
+
currentWorkOSOrganizationId: string | null;
|
|
25
|
+
currentSupabaseOrganizationId: string | null;
|
|
26
|
+
currentMembership: import("@repo/core").MembershipWithDetails | null;
|
|
27
|
+
isInitializing: boolean;
|
|
28
|
+
isOrgRefreshing: boolean;
|
|
29
|
+
error: string | null;
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=useOrganizations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOrganizations.d.ts","sourceRoot":"","sources":["../../../src/organization/hooks/useOrganizations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AAExD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,SAAS,kBAAkB,EACtE,QAAQ,EAAE,aAAa,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;EAoB1C"}
|