@elevasis/ui 2.71.0 → 2.72.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/index.js +3 -3
- package/dist/app/index.d.ts +2 -2
- package/dist/app/index.js +8 -8
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-TVFSVTRG.js → chunk-2454MK7P.js} +7 -7
- package/dist/{chunk-26BTE3Z4.js → chunk-753MKWFV.js} +1 -1
- package/dist/{chunk-3BLYJT5L.js → chunk-7ESZKTQG.js} +3 -3
- package/dist/{chunk-DCMFNSJ6.js → chunk-A3JHFZDP.js} +1 -1
- package/dist/{chunk-VHPHWTX7.js → chunk-AFBFSXP3.js} +4 -4
- package/dist/{chunk-BM2WKRAQ.js → chunk-DJWIIPKW.js} +3 -3
- package/dist/{chunk-AIOV5NM7.js → chunk-DKVGO6RJ.js} +1 -1
- package/dist/{chunk-LL5H7J4N.js → chunk-IMZTRDY2.js} +2 -2
- package/dist/{chunk-VRRIHA3S.js → chunk-IXBRUIYI.js} +1 -1
- package/dist/{chunk-UZ7MSORW.js → chunk-KIDZXZM5.js} +49 -14
- package/dist/{chunk-TCQZ4AJI.js → chunk-LCHL5SM2.js} +1 -1
- package/dist/{chunk-H3SDGC5F.js → chunk-LEQGGX2U.js} +4 -4
- package/dist/{chunk-NM4A63KJ.js → chunk-Q3O3WY7Q.js} +23 -7
- package/dist/{chunk-DH2MO5DX.js → chunk-RRS2QR3W.js} +1 -1
- package/dist/{chunk-CPBT6Z2G.js → chunk-SV4M2BUI.js} +4 -4
- package/dist/{chunk-TB2PM2OU.js → chunk-UZ5JO5TK.js} +1 -1
- package/dist/{chunk-C75XWBYZ.js → chunk-XZIOCB5D.js} +1 -1
- package/dist/{chunk-VDX6DL7Z.js → chunk-Z2W5VNN3.js} +1 -1
- package/dist/{chunk-JTSNU6KA.js → chunk-ZBXCEWKF.js} +3 -3
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +23 -23
- package/dist/components/navigation/index.js +5 -5
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.js +5 -5
- package/dist/features/content/index.d.ts +94 -37
- package/dist/features/content/index.js +144 -289
- package/dist/features/crm/index.d.ts +3 -2
- package/dist/features/crm/index.js +6 -6
- package/dist/features/dashboard/index.d.ts +1 -1
- package/dist/features/dashboard/index.js +6 -6
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/knowledge/index.js +4 -4
- package/dist/features/lead-gen/index.d.ts +3 -2
- package/dist/features/lead-gen/index.js +6 -6
- package/dist/features/monitoring/index.js +7 -7
- package/dist/features/monitoring/requests/index.js +5 -5
- package/dist/features/operations/index.d.ts +2 -2
- package/dist/features/operations/index.js +9 -9
- package/dist/features/settings/index.js +6 -6
- package/dist/hooks/access/index.js +4 -4
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +11 -4
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +1 -1
- package/dist/hooks/published.d.ts +11 -4
- package/dist/hooks/published.js +4 -4
- package/dist/knowledge/index.d.ts +2 -2
- package/dist/knowledge/index.js +18 -18
- package/dist/{knowledge-search-index-LP2WVSQX.js → knowledge-search-index-RZLIVWPJ.js} +5 -5
- package/dist/layout/index.js +7 -7
- package/dist/provider/index.d.ts +2 -2
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +2 -2
- package/dist/provider/published.js +4 -4
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +3 -3
package/dist/api/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { createElevasisQueryClient } from '../chunk-
|
|
2
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-
|
|
1
|
+
export { createElevasisQueryClient } from '../chunk-753MKWFV.js';
|
|
2
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-Z2W5VNN3.js';
|
|
3
3
|
import '../chunk-DD3CCMCZ.js';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-Q3O3WY7Q.js';
|
|
5
5
|
import '../chunk-Y6I3IC45.js';
|
|
6
6
|
import '../chunk-6SSQGWK7.js';
|
|
7
7
|
import '../chunk-TVTSASST.js';
|
package/dist/app/index.d.ts
CHANGED
|
@@ -3828,7 +3828,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3828
3828
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3829
3829
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
3830
3830
|
}, z$1.core.$loose>>>>;
|
|
3831
|
-
}, z$1.core.$
|
|
3831
|
+
}, z$1.core.$strict>>;
|
|
3832
3832
|
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
3833
3833
|
|
|
3834
3834
|
declare const SystemApiInterfaceSchema: z$1.ZodObject<{
|
|
@@ -4451,7 +4451,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4451
4451
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4452
4452
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
4453
4453
|
}, z$1.core.$loose>>>>;
|
|
4454
|
-
}, z$1.core.$
|
|
4454
|
+
}, z$1.core.$strict>>>;
|
|
4455
4455
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4456
4456
|
id: z$1.ZodString;
|
|
4457
4457
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
package/dist/app/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { AppErrorBoundary } from '../chunk-
|
|
2
|
-
import { SidebarProvider, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
import { AppErrorBoundary } from '../chunk-LCHL5SM2.js';
|
|
2
|
+
import { SidebarProvider, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer } from '../chunk-RRS2QR3W.js';
|
|
3
|
+
import '../chunk-DKVGO6RJ.js';
|
|
4
|
+
import '../chunk-A3JHFZDP.js';
|
|
5
5
|
import '../chunk-BZZCNLT6.js';
|
|
6
|
-
import { useSessionCheck, ElevasisSystemsProvider, useElevasisSystems, SystemShell, ElevasisUIProvider } from '../chunk-
|
|
6
|
+
import { useSessionCheck, ElevasisSystemsProvider, useElevasisSystems, SystemShell, ElevasisUIProvider } from '../chunk-KIDZXZM5.js';
|
|
7
7
|
import '../chunk-R6NMRXNO.js';
|
|
8
8
|
import '../chunk-RBGVNPA6.js';
|
|
9
9
|
import '../chunk-MKH2KOAO.js';
|
|
10
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-Z2W5VNN3.js';
|
|
11
11
|
import '../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-XZIOCB5D.js';
|
|
13
13
|
import '../chunk-MISHPEJX.js';
|
|
14
14
|
import '../chunk-62GVNH5U.js';
|
|
15
15
|
import { useInitialization } from '../chunk-P45GQ3ZW.js';
|
|
@@ -21,7 +21,7 @@ import '../chunk-UD657ICS.js';
|
|
|
21
21
|
import '../chunk-DD3CCMCZ.js';
|
|
22
22
|
import '../chunk-RNP5R5I3.js';
|
|
23
23
|
import '../chunk-RT4KRGZT.js';
|
|
24
|
-
import '../chunk-
|
|
24
|
+
import '../chunk-Q3O3WY7Q.js';
|
|
25
25
|
import '../chunk-Y6I3IC45.js';
|
|
26
26
|
import '../chunk-6SSQGWK7.js';
|
|
27
27
|
import '../chunk-BI5VDO2K.js';
|
package/dist/auth/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-
|
|
1
|
+
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-KIDZXZM5.js';
|
|
2
2
|
import '../chunk-R6NMRXNO.js';
|
|
3
3
|
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-MKH2KOAO.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-Z2W5VNN3.js';
|
|
6
6
|
import '../chunk-L7BZZ4SI.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-XZIOCB5D.js';
|
|
8
8
|
import '../chunk-MISHPEJX.js';
|
|
9
9
|
import '../chunk-62GVNH5U.js';
|
|
10
10
|
import '../chunk-P45GQ3ZW.js';
|
|
@@ -16,7 +16,7 @@ import '../chunk-UD657ICS.js';
|
|
|
16
16
|
import '../chunk-DD3CCMCZ.js';
|
|
17
17
|
import '../chunk-RNP5R5I3.js';
|
|
18
18
|
import '../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../chunk-
|
|
19
|
+
import '../chunk-Q3O3WY7Q.js';
|
|
20
20
|
import '../chunk-Y6I3IC45.js';
|
|
21
21
|
import '../chunk-6SSQGWK7.js';
|
|
22
22
|
import '../chunk-BI5VDO2K.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-KIDZXZM5.js';
|
|
2
2
|
import '../chunk-R6NMRXNO.js';
|
|
3
3
|
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-MKH2KOAO.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-Z2W5VNN3.js';
|
|
6
6
|
import '../chunk-L7BZZ4SI.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-XZIOCB5D.js';
|
|
8
8
|
import '../chunk-MISHPEJX.js';
|
|
9
9
|
import '../chunk-62GVNH5U.js';
|
|
10
10
|
import '../chunk-P45GQ3ZW.js';
|
|
@@ -16,7 +16,7 @@ import '../chunk-UD657ICS.js';
|
|
|
16
16
|
import '../chunk-DD3CCMCZ.js';
|
|
17
17
|
import '../chunk-RNP5R5I3.js';
|
|
18
18
|
import '../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../chunk-
|
|
19
|
+
import '../chunk-Q3O3WY7Q.js';
|
|
20
20
|
import '../chunk-Y6I3IC45.js';
|
|
21
21
|
import '../chunk-6SSQGWK7.js';
|
|
22
22
|
import '../chunk-BI5VDO2K.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SubshellLoader } from './chunk-
|
|
2
|
-
import { CollapsibleJsonSection, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, AgentIterationDetailPanel } from './chunk-
|
|
1
|
+
import { SubshellLoader } from './chunk-DKVGO6RJ.js';
|
|
2
|
+
import { CollapsibleJsonSection, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, AgentIterationDetailPanel } from './chunk-ZBXCEWKF.js';
|
|
3
3
|
import { FormFieldRenderer } from './chunk-3MEXPLWT.js';
|
|
4
4
|
import { ChatInterface, ChatHeader } from './chunk-SNZDFCOQ.js';
|
|
5
|
-
import { ResourceHealthPanel } from './chunk-
|
|
5
|
+
import { ResourceHealthPanel } from './chunk-IXBRUIYI.js';
|
|
6
6
|
import { Graph_module_css_default } from './chunk-HENXLGVD.js';
|
|
7
|
-
import { AppShellLoader } from './chunk-
|
|
7
|
+
import { AppShellLoader } from './chunk-A3JHFZDP.js';
|
|
8
8
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
9
|
-
import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, resolveSemanticIconComponent, CustomModal, useAppearance, useErrorDetail, JsonViewer, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, ConfirmationModal, PageTitleCaption, CollapsibleSection, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, TabCountBadge, ResourceCard, useResourceDefinition, isSessionCapable, useOptionalElevasisSystems, useDeleteTask, useCommandQueue, useSubmitAction, useCommandQueueTask, ContextViewer, useElevasisSystems, useCommandViewData, useCommandViewStats, useCommandViewStore, buildOrganizationGraph, useResourceExecutions, useCheckpointTasks, EmptyState, useExecutionPanelState, useSessionMessages, useSessionWebSocket, useSessions, SessionListItem, useSessionExecutions, useDeleteSession, useEndSession, useCreateSession, useSession, getSessionView, SubshellContentContainer, collectResourceFilterFacets, SemanticIcon, useSystemsViewState, aggregateSystemMetrics, useSystemHealth, ORGANIZATION_GRAPH_NODE_KIND_ORDER, formatResourceAttribution, SYSTEM_RESOURCE_KINDS, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-
|
|
10
|
-
import { showApiErrorNotification, showSuccessNotification } from './chunk-
|
|
9
|
+
import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, resolveSemanticIconComponent, CustomModal, useAppearance, useErrorDetail, JsonViewer, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, ConfirmationModal, PageTitleCaption, CollapsibleSection, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, TabCountBadge, ResourceCard, useResourceDefinition, isSessionCapable, useOptionalElevasisSystems, useDeleteTask, useCommandQueue, useSubmitAction, useCommandQueueTask, ContextViewer, useElevasisSystems, useCommandViewData, useCommandViewStats, useCommandViewStore, buildOrganizationGraph, useResourceExecutions, useCheckpointTasks, EmptyState, useExecutionPanelState, useSessionMessages, useSessionWebSocket, useSessions, SessionListItem, useSessionExecutions, useDeleteSession, useEndSession, useCreateSession, useSession, getSessionView, SubshellContentContainer, collectResourceFilterFacets, SemanticIcon, useSystemsViewState, aggregateSystemMetrics, useSystemHealth, ORGANIZATION_GRAPH_NODE_KIND_ORDER, formatResourceAttribution, SYSTEM_RESOURCE_KINDS, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-KIDZXZM5.js';
|
|
10
|
+
import { showApiErrorNotification, showSuccessNotification } from './chunk-XZIOCB5D.js';
|
|
11
11
|
import { topbarHeight } from './chunk-MISHPEJX.js';
|
|
12
12
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
13
13
|
import { useInitialization } from './chunk-P45GQ3ZW.js';
|
|
@@ -15,7 +15,7 @@ import { mergeSessionMessages } from './chunk-M7WWRZ5Z.js';
|
|
|
15
15
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
16
16
|
import { getResourceStatusColor, useMergedExecution, useTimelineData, useAgentIterationData } from './chunk-BLXJEIQS.js';
|
|
17
17
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
18
|
-
import { getErrorInfo, formatErrorMessage, getResourceIcon, formatRelativeTime, PAGE_SIZE_DEFAULT, listAllSystems, getSystem, compileOrganizationOntology, getSystemAncestors } from './chunk-
|
|
18
|
+
import { getErrorInfo, formatErrorMessage, getResourceIcon, formatRelativeTime, PAGE_SIZE_DEFAULT, listAllSystems, getSystem, compileOrganizationOntology, getSystemAncestors } from './chunk-Q3O3WY7Q.js';
|
|
19
19
|
import { ResourceStatusColors, toWorkflowLogMessages } from './chunk-6SSQGWK7.js';
|
|
20
20
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
21
21
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AppShellLoader } from './chunk-
|
|
1
|
+
import { AppShellLoader } from './chunk-A3JHFZDP.js';
|
|
2
2
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
3
|
-
import { CenteredErrorState, StatsCardSkeleton, CyberAreaChart, TrendIndicator, DetailCardSkeleton, useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, EmptyState, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, PageTitleCaption, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, CustomModal, JsonViewer, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, CostTrendChart, useActivityFilters, useActivityTrend, useActivities, ActivityTrendChart, useNotifications, useMarkAllAsRead } from './chunk-
|
|
3
|
+
import { CenteredErrorState, StatsCardSkeleton, CyberAreaChart, TrendIndicator, DetailCardSkeleton, useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, EmptyState, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, PageTitleCaption, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, CustomModal, JsonViewer, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, CostTrendChart, useActivityFilters, useActivityTrend, useActivities, ActivityTrendChart, useNotifications, useMarkAllAsRead } from './chunk-KIDZXZM5.js';
|
|
4
4
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
5
5
|
import { formatDuration } from './chunk-BLXJEIQS.js';
|
|
6
|
-
import { PAGE_SIZE_DEFAULT } from './chunk-
|
|
6
|
+
import { PAGE_SIZE_DEFAULT } from './chunk-Q3O3WY7Q.js';
|
|
7
7
|
import { formatBucketTime, getTimeRangeDates } from './chunk-Y6I3IC45.js';
|
|
8
8
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
9
9
|
import { useState, useMemo, useCallback } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useAppearance } from './chunk-
|
|
1
|
+
import { useAppearance } from './chunk-KIDZXZM5.js';
|
|
2
2
|
import { topbarHeight } from './chunk-MISHPEJX.js';
|
|
3
3
|
import { Stack, Title, Button } from '@mantine/core';
|
|
4
4
|
import { IconAlertCircle } from '@tabler/icons-react';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { CRM_API_INTERFACE } from './chunk-
|
|
1
|
+
import { CRM_API_INTERFACE } from './chunk-IMZTRDY2.js';
|
|
2
2
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
3
3
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
4
4
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
5
|
-
import { CrmSidebarMiddle, useDealsSummary, useOptionalElevasisSystems, getCrmPipelineCatalog, CenteredErrorState, StatCard, PageTitleCaption, useDeleteDeal, usePaginationState, useDeals, useTableSort, sortData, useTableSelection, SubshellContentContainer, EmptyState, CustomModal, useDealDetail, useCrmActions, ActivityTimeline, useCompany, ContextViewer, JsonViewer, dealKeys, useContact, deriveActions, useExecuteAction } from './chunk-
|
|
6
|
-
import { showApiErrorNotification, showSuccessNotification } from './chunk-
|
|
5
|
+
import { CrmSidebarMiddle, useDealsSummary, useOptionalElevasisSystems, getCrmPipelineCatalog, CenteredErrorState, StatCard, PageTitleCaption, useDeleteDeal, usePaginationState, useDeals, useTableSort, sortData, useTableSelection, SubshellContentContainer, EmptyState, CustomModal, useDealDetail, useCrmActions, ActivityTimeline, useCompany, ContextViewer, JsonViewer, dealKeys, useContact, deriveActions, useExecuteAction } from './chunk-KIDZXZM5.js';
|
|
6
|
+
import { showApiErrorNotification, showSuccessNotification } from './chunk-XZIOCB5D.js';
|
|
7
7
|
import { SubshellSidebarSection } from './chunk-MISHPEJX.js';
|
|
8
8
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
9
|
-
import { computeInterfaceReadiness, getSystem, PAGE_SIZE_DEFAULT, formatTimeAgo } from './chunk-
|
|
9
|
+
import { computeInterfaceReadiness, getSystem, PAGE_SIZE_DEFAULT, formatTimeAgo } from './chunk-Q3O3WY7Q.js';
|
|
10
10
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
11
11
|
import { Stack, Paper, Center, Loader, Group, Box, Text, Alert, Table, SimpleGrid, Button, Select, TextInput, Tabs, Checkbox, Badge, Tooltip, Pagination, Title, Code, Card, SegmentedControl, Switch, NumberInput, ColorSwatch, Popover, ActionIcon, Anchor, CopyButton, Divider, Textarea } from '@mantine/core';
|
|
12
12
|
import { IconAddressBook, IconColumns, IconHistory, IconAlertCircle, IconCurrencyDollar, IconChartBar, IconBriefcase, IconTrophy, IconSearch, IconTargetArrow, IconAlertTriangle, IconMessages, IconArrowLeft, IconFileText, IconInbox, IconUser, IconBolt, IconBuilding, IconSettings, IconRestore, IconInfoCircle, IconMailForward, IconPlus, IconArrowRight, IconNote, IconCheck, IconCopy } from '@tabler/icons-react';
|
|
@@ -2,11 +2,11 @@ import { milestoneStatusColors, formatStatusLabel, taskTypeColors, taskStatusCol
|
|
|
2
2
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
3
3
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
4
4
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
5
|
-
import { StatusBadge, EmptyState, SubshellContentContainer, PageTitleCaption, useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, CenteredErrorState, CustomModal, StatCard, useProjectActivities } from './chunk-
|
|
6
|
-
import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote } from './chunk-
|
|
5
|
+
import { StatusBadge, EmptyState, SubshellContentContainer, PageTitleCaption, useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, CenteredErrorState, CustomModal, StatCard, useProjectActivities } from './chunk-KIDZXZM5.js';
|
|
6
|
+
import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote } from './chunk-XZIOCB5D.js';
|
|
7
7
|
import { SubshellSidebarSection, SubshellNavItem } from './chunk-MISHPEJX.js';
|
|
8
8
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
9
|
-
import { PAGE_SIZE_DEFAULT, formatTimeAgo, formatDate, formatRelativeTime } from './chunk-
|
|
9
|
+
import { PAGE_SIZE_DEFAULT, formatTimeAgo, formatDate, formatRelativeTime } from './chunk-Q3O3WY7Q.js';
|
|
10
10
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
11
11
|
import { useState, useMemo } from 'react';
|
|
12
12
|
import { Stack, Text, Group, Checkbox, ActionIcon, TextInput, Button, Modal, Title, Textarea, Select, SimpleGrid, Card, ThemeIcon, RingProgress, Paper, Timeline, Badge, Collapse, Center, Loader, Table, Pagination, Alert, CopyButton, Tooltip, Space, Tabs, Divider, Anchor, Chip, List } from '@mantine/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getLeadGenStageCatalog } from './chunk-
|
|
2
|
-
import { SYSTEM_INTERFACE_PROFILES, formatOntologyId, registerBuiltInReadinessProfile, registerReadinessInterfaceMarker, requireContractReadiness, computeInterfaceReadiness, addReadinessIssue, formatInterfaceIdentity, resourceBindingIds, requireCatalogReadiness, requireScopedBinding } from './chunk-
|
|
1
|
+
import { getLeadGenStageCatalog } from './chunk-KIDZXZM5.js';
|
|
2
|
+
import { SYSTEM_INTERFACE_PROFILES, formatOntologyId, registerBuiltInReadinessProfile, registerReadinessInterfaceMarker, requireContractReadiness, computeInterfaceReadiness, addReadinessIssue, formatInterfaceIdentity, resourceBindingIds, requireCatalogReadiness, requireScopedBinding } from './chunk-Q3O3WY7Q.js';
|
|
3
3
|
|
|
4
4
|
// ../core/src/business/acquisition/ontology-validation.ts
|
|
5
5
|
var LEAD_GEN_API_INTERFACE = SYSTEM_INTERFACE_PROFILES[0];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useCyberColors, useResourcesHealth, EmptyState, CyberLegendItem, CyberAreaChart } from './chunk-
|
|
1
|
+
import { useCyberColors, useResourcesHealth, EmptyState, CyberLegendItem, CyberAreaChart } from './chunk-KIDZXZM5.js';
|
|
2
2
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
3
3
|
import { getTimeRangeDates, formatBucketTime } from './chunk-Y6I3IC45.js';
|
|
4
4
|
import { Paper, Center, Loader, Group } from '@mantine/core';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-R6NMRXNO.js';
|
|
2
2
|
import { PRESETS, getPreset, AppBackground, generateShades } from './chunk-RBGVNPA6.js';
|
|
3
3
|
import { useSupabase } from './chunk-MKH2KOAO.js';
|
|
4
|
-
import { HTTP_HEADERS, ApiClientProvider, useApiClient } from './chunk-
|
|
5
|
-
import { showApiErrorNotification, showSuccessNotification, projectKeys, noteKeys, taskKeys, milestoneKeys } from './chunk-
|
|
4
|
+
import { HTTP_HEADERS, ApiClientProvider, useApiClient } from './chunk-Z2W5VNN3.js';
|
|
5
|
+
import { showApiErrorNotification, showSuccessNotification, projectKeys, noteKeys, taskKeys, milestoneKeys } from './chunk-XZIOCB5D.js';
|
|
6
6
|
import { topbarHeight, sidebarTransitionDuration, sidebarBottomSectionHeight, SubshellSidebarSection, sidebarItemPadding, sidebarItemHeight, sidebarIconSize, sidebarIconStroke, sidebarIconInnerSize, SubshellNavItem } from './chunk-MISHPEJX.js';
|
|
7
7
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
8
8
|
import { InitializationContext, useInitialization, InitializationProvider } from './chunk-P45GQ3ZW.js';
|
|
@@ -12,7 +12,7 @@ import { getStatusIcon } from './chunk-BLXJEIQS.js';
|
|
|
12
12
|
import { invalidateOrgScopedQueries, OrganizationProvider } from './chunk-UD657ICS.js';
|
|
13
13
|
import { OrganizationContext, useOrganization } from './chunk-DD3CCMCZ.js';
|
|
14
14
|
import { ProfileProvider } from './chunk-RT4KRGZT.js';
|
|
15
|
-
import { LabelSchema, DescriptionSchema, PathSchema, ModelIdSchema, IconNameSchema, SystemLifecycleSchema, OntologyIdSchema, SystemPathSchema, ActionInvocationSchema, SystemIdSchema, NodeIdStringSchema, JsonValueSchema, SystemInterfaceRefSchema, EntitiesDomainSchema, ActionsDomainSchema, DEFAULT_ORGANIZATION_MODEL_ACTIONS, OntologyScopeSchema, DEFAULT_ONTOLOGY_SCOPE, SystemsDomainSchema, DEFAULT_ORGANIZATION_MODEL_SYSTEMS, formatOntologyId, listResolvedOntologyRecords, getErrorInfo, getErrorTitle, formatErrorMessage, compileOrganizationOntology, listAllSystems, ontologyGraphNodeId, parseOntologyId, getSystem, STALE_TIME_DEFAULT, GC_TIME_SHORT, STALE_TIME_MONITORING, getResourceIcon, formatTimeAgo, APIClientError, getResourcesForSystem, STALE_TIME_ADMIN, GC_TIME_MEDIUM, formatRelativeTime, PAGE_SIZE_DEFAULT, devOnlyFor, topLevel, parentOf, ancestorsOf, childrenOf, findById, findByPath, resolveSystemConfig, defaultPathFor } from './chunk-
|
|
15
|
+
import { LabelSchema, DescriptionSchema, PathSchema, ModelIdSchema, IconNameSchema, SystemLifecycleSchema, OntologyIdSchema, SystemPathSchema, ActionInvocationSchema, SystemIdSchema, NodeIdStringSchema, JsonValueSchema, SystemInterfaceRefSchema, EntitiesDomainSchema, ActionsDomainSchema, DEFAULT_ORGANIZATION_MODEL_ACTIONS, OntologyScopeSchema, DEFAULT_ONTOLOGY_SCOPE, SystemsDomainSchema, DEFAULT_ORGANIZATION_MODEL_SYSTEMS, formatOntologyId, listResolvedOntologyRecords, getErrorInfo, getErrorTitle, formatErrorMessage, compileOrganizationOntology, listAllSystems, ontologyGraphNodeId, parseOntologyId, getSystem, STALE_TIME_DEFAULT, GC_TIME_SHORT, STALE_TIME_MONITORING, getResourceIcon, formatTimeAgo, APIClientError, getResourcesForSystem, STALE_TIME_ADMIN, GC_TIME_MEDIUM, formatRelativeTime, PAGE_SIZE_DEFAULT, devOnlyFor, topLevel, parentOf, ancestorsOf, childrenOf, findById, findByPath, resolveSystemConfig, defaultPathFor } from './chunk-Q3O3WY7Q.js';
|
|
16
16
|
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime, REFETCH_INTERVAL_DASHBOARD, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, REFETCH_INTERVAL_RUNNING, debounce } from './chunk-Y6I3IC45.js';
|
|
17
17
|
import { ResourceStatusColors } from './chunk-6SSQGWK7.js';
|
|
18
18
|
import { ElevasisServiceContext, useElevasisServices, ElevasisServiceProvider } from './chunk-BI5VDO2K.js';
|
|
@@ -2102,6 +2102,7 @@ var ContentPayloadFieldDeclarationSchema = z.object({
|
|
|
2102
2102
|
type: ContentPayloadFieldTypeSchema,
|
|
2103
2103
|
required: z.boolean().optional()
|
|
2104
2104
|
});
|
|
2105
|
+
var ContentWorkspaceRouteSchema = z.string().trim().min(1).max(400).regex(/^\//, 'workspaceRoute must be an app-relative path beginning with "/"');
|
|
2105
2106
|
var ContentPipelineStepDeclarationSchema = z.object({
|
|
2106
2107
|
label: z.string().trim().min(1).max(160).optional(),
|
|
2107
2108
|
description: z.string().trim().min(1).max(2e3).optional(),
|
|
@@ -2127,8 +2128,21 @@ var ContentPipelineStepDeclarationSchema = z.object({
|
|
|
2127
2128
|
* Resource at all.
|
|
2128
2129
|
*/
|
|
2129
2130
|
actionId: z.string().trim().min(1).max(200).optional(),
|
|
2131
|
+
/**
|
|
2132
|
+
* Per-step override of the pipeline's `workspaceRoute`. Absent on almost every
|
|
2133
|
+
* step -- the pipeline-level route is the common case, and this exists for the
|
|
2134
|
+
* chains whose gates are genuinely different screens (the video pipeline
|
|
2135
|
+
* reviews text candidates, then rendered video, then copy plus a schedule).
|
|
2136
|
+
*
|
|
2137
|
+
* Resolution is override-then-fallback: a display surface takes this when the
|
|
2138
|
+
* step declares one and the pipeline's otherwise. See `ContentWorkspaceRouteSchema`.
|
|
2139
|
+
*/
|
|
2140
|
+
workspaceRoute: ContentWorkspaceRouteSchema.optional(),
|
|
2130
2141
|
payloadFields: z.array(ContentPayloadFieldDeclarationSchema).default([])
|
|
2131
2142
|
});
|
|
2143
|
+
function resolveContentWorkspaceRoute(pipeline, step) {
|
|
2144
|
+
return step?.workspaceRoute ?? pipeline?.workspaceRoute;
|
|
2145
|
+
}
|
|
2132
2146
|
z.object({
|
|
2133
2147
|
label: z.string().trim().min(1).max(160).optional(),
|
|
2134
2148
|
description: z.string().trim().min(1).max(2e3).optional(),
|
|
@@ -2321,6 +2335,7 @@ function contentStepsFromCatalog(stepCatalog) {
|
|
|
2321
2335
|
reviewMode: parsed.data.reviewMode,
|
|
2322
2336
|
...parsed.data.advancesTo !== void 0 ? { advancesTo: parsed.data.advancesTo } : {},
|
|
2323
2337
|
...parsed.data.actionId !== void 0 ? { actionId: parsed.data.actionId } : {},
|
|
2338
|
+
...parsed.data.workspaceRoute !== void 0 ? { workspaceRoute: parsed.data.workspaceRoute } : {},
|
|
2324
2339
|
payloadFields: parsed.data.payloadFields
|
|
2325
2340
|
}
|
|
2326
2341
|
];
|
|
@@ -2338,6 +2353,7 @@ function getContentBuildTemplates(model) {
|
|
|
2338
2353
|
const stepCatalogId = stringValue(templateEntry.stepCatalog);
|
|
2339
2354
|
const stepCatalog = stepCatalogId !== void 0 ? stepCatalogs.get(stepCatalogId) : void 0;
|
|
2340
2355
|
const steps = stepCatalog === void 0 ? [] : contentStepsFromCatalog(stepCatalog);
|
|
2356
|
+
const workspaceRoute = ContentWorkspaceRouteSchema.safeParse(templateEntry.workspaceRoute);
|
|
2341
2357
|
return {
|
|
2342
2358
|
order: numberValue(templateEntry.order, Number.MAX_SAFE_INTEGER),
|
|
2343
2359
|
template: {
|
|
@@ -2345,6 +2361,7 @@ function getContentBuildTemplates(model) {
|
|
|
2345
2361
|
label: stringValue(templateEntry.label) ?? templateId,
|
|
2346
2362
|
...stringValue(templateEntry.description) ? { description: stringValue(templateEntry.description) } : {},
|
|
2347
2363
|
...stringValue(templateEntry.color) ? { color: stringValue(templateEntry.color) } : {},
|
|
2364
|
+
...workspaceRoute.success ? { workspaceRoute: workspaceRoute.data } : {},
|
|
2348
2365
|
steps
|
|
2349
2366
|
}
|
|
2350
2367
|
};
|
|
@@ -4272,7 +4289,7 @@ function buildContentItems(vocabulary) {
|
|
|
4272
4289
|
];
|
|
4273
4290
|
}
|
|
4274
4291
|
var CONTENT_ITEMS = buildContentItems(DEFAULT_CONTENT_VOCABULARY);
|
|
4275
|
-
var ContentSidebarMiddle = ({ createItems, items } = {}) => {
|
|
4292
|
+
var ContentSidebarMiddle = ({ workspaceItems, createItems, items } = {}) => {
|
|
4276
4293
|
const { currentPath, navigate } = useRouterContext();
|
|
4277
4294
|
const { vocabulary } = useContentConfig();
|
|
4278
4295
|
const navItems = items ?? buildContentItems(vocabulary);
|
|
@@ -4291,16 +4308,17 @@ var ContentSidebarMiddle = ({ createItems, items } = {}) => {
|
|
|
4291
4308
|
item.to
|
|
4292
4309
|
);
|
|
4293
4310
|
});
|
|
4294
|
-
const
|
|
4311
|
+
const resolvedWorkspaceItems = workspaceItems ?? createItems;
|
|
4312
|
+
const hasWorkspaceItems = resolvedWorkspaceItems !== void 0 && resolvedWorkspaceItems.length > 0;
|
|
4295
4313
|
return /* @__PURE__ */ jsxs(Stack, { gap: 0, style: { flex: 1, overflowY: "auto" }, children: [
|
|
4296
|
-
/* @__PURE__ */ jsx(SubshellSidebarSection, { icon: IconPencil, label: "
|
|
4297
|
-
|
|
4314
|
+
/* @__PURE__ */ jsx(SubshellSidebarSection, { icon: IconPencil, label: "Workspace" }),
|
|
4315
|
+
hasWorkspaceItems ? /* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children: renderItems2(resolvedWorkspaceItems) }) : /* @__PURE__ */ jsx(Box, { p: "sm", c: "var(--color-text-subtle)", style: { fontSize: "var(--mantine-font-size-xs)" }, children: "No workspace pages declared yet." }),
|
|
4298
4316
|
/* @__PURE__ */ jsx(SubshellSidebarSection, { icon: IconRoute, label: "Content Pipeline", withTopBorder: true }),
|
|
4299
4317
|
/* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children: renderItems2(navItems) })
|
|
4300
4318
|
] });
|
|
4301
4319
|
};
|
|
4302
|
-
var ContentSidebar = ({ createItems, children } = {}) => {
|
|
4303
|
-
return /* @__PURE__ */ jsx(Stack, { gap: 0, style: { height: "100%", display: "flex", flexDirection: "column" }, children: children ?? /* @__PURE__ */ jsx(ContentSidebarMiddle, { createItems }) });
|
|
4320
|
+
var ContentSidebar = ({ workspaceItems, createItems, children } = {}) => {
|
|
4321
|
+
return /* @__PURE__ */ jsx(Stack, { gap: 0, style: { height: "100%", display: "flex", flexDirection: "column" }, children: children ?? /* @__PURE__ */ jsx(ContentSidebarMiddle, { workspaceItems: workspaceItems ?? createItems }) });
|
|
4304
4322
|
};
|
|
4305
4323
|
var MISSING_CONTEXT_ANSWER = {
|
|
4306
4324
|
allowed: false,
|
|
@@ -13265,7 +13283,8 @@ function sortPipelineSteps(steps) {
|
|
|
13265
13283
|
return a.key < b.key ? -1 : a.key > b.key ? 1 : 0;
|
|
13266
13284
|
});
|
|
13267
13285
|
}
|
|
13268
|
-
function deriveItemPlacement(
|
|
13286
|
+
function deriveItemPlacement(item, sortedSteps) {
|
|
13287
|
+
const processingState = item.processingState;
|
|
13269
13288
|
const stateKeys = Object.keys(processingState);
|
|
13270
13289
|
if (stateKeys.length > 0) {
|
|
13271
13290
|
const catalogKeys = new Set(sortedSteps.map((step) => step.key));
|
|
@@ -13279,6 +13298,10 @@ function deriveItemPlacement(processingState, sortedSteps) {
|
|
|
13279
13298
|
return !entry || entry.status !== "success";
|
|
13280
13299
|
});
|
|
13281
13300
|
if (!currentStep) {
|
|
13301
|
+
const lastStep = sortedSteps[sortedSteps.length - 1];
|
|
13302
|
+
if (lastStep !== void 0 && lastStep.reviewMode !== "none" && item.reviewedAt === null) {
|
|
13303
|
+
return { bucket: "column", stepKey: lastStep.key };
|
|
13304
|
+
}
|
|
13282
13305
|
return { bucket: "done", stepKey: null };
|
|
13283
13306
|
}
|
|
13284
13307
|
return { bucket: "column", stepKey: currentStep.key };
|
|
@@ -13294,7 +13317,7 @@ function deriveContentBoard(items, pipeline, now) {
|
|
|
13294
13317
|
const done = [];
|
|
13295
13318
|
const unplaced = [];
|
|
13296
13319
|
for (const item of items) {
|
|
13297
|
-
const placement = deriveItemPlacement(item
|
|
13320
|
+
const placement = deriveItemPlacement(item, sortedSteps);
|
|
13298
13321
|
const step = placement.stepKey ? stepsByKey.get(placement.stepKey) : void 0;
|
|
13299
13322
|
const card = {
|
|
13300
13323
|
item,
|
|
@@ -13417,6 +13440,18 @@ function ItemRow({ item, onClick }) {
|
|
|
13417
13440
|
}
|
|
13418
13441
|
function MyReviewQueuePanel({ onItemClick, onSeeAll, showSectionLabel = true }) {
|
|
13419
13442
|
const { data, isLoading, isError } = useContentItems({ limit: FETCH_LIMIT });
|
|
13443
|
+
const { pipelines } = useContentConfig();
|
|
13444
|
+
const { navigate } = useRouterContext();
|
|
13445
|
+
const handleItemClick = (item) => {
|
|
13446
|
+
const pipeline = pipelines.find((candidate) => candidate.id === item.pipelineId);
|
|
13447
|
+
const openGate = getOpenContentReviewGates(item.processingState ?? {}, pipeline?.steps ?? [])[0];
|
|
13448
|
+
const workspaceRoute = resolveContentWorkspaceRoute(pipeline, openGate?.step);
|
|
13449
|
+
if (workspaceRoute) {
|
|
13450
|
+
navigate(workspaceRoute);
|
|
13451
|
+
return;
|
|
13452
|
+
}
|
|
13453
|
+
onItemClick(item.id);
|
|
13454
|
+
};
|
|
13420
13455
|
const pending = (data?.data ?? []).filter((item) => item.reviewedAt === null).sort((a, b) => Date.parse(a.updatedAt) - Date.parse(b.updatedAt));
|
|
13421
13456
|
const total = pending.length;
|
|
13422
13457
|
const visible = pending.slice(0, VISIBLE_LIMIT);
|
|
@@ -13428,7 +13463,7 @@ function MyReviewQueuePanel({ onItemClick, onSeeAll, showSectionLabel = true })
|
|
|
13428
13463
|
isLoading && /* @__PURE__ */ jsx(Center, { py: 4, children: /* @__PURE__ */ jsx(Loader, { size: "xs" }) }),
|
|
13429
13464
|
isError && /* @__PURE__ */ jsx(Text, { size: "xs", c: "var(--color-error)", children: "Failed to load review queue" }),
|
|
13430
13465
|
!isLoading && !isError && visible.length === 0 && /* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", children: "Nothing waiting on review." }),
|
|
13431
|
-
!isLoading && !isError && visible.map((item) => /* @__PURE__ */ jsx(ItemRow, { item, onClick: () =>
|
|
13466
|
+
!isLoading && !isError && visible.map((item) => /* @__PURE__ */ jsx(ItemRow, { item, onClick: () => handleItemClick(item) }, item.id)),
|
|
13432
13467
|
onSeeAll && total > VISIBLE_LIMIT && /* @__PURE__ */ jsx(UnstyledButton, { onClick: onSeeAll, mt: 2, style: { display: "inline-block" }, children: /* @__PURE__ */ jsxs(Text, { size: "xs", c: "dimmed", style: { textDecoration: "underline" }, children: [
|
|
13433
13468
|
"See all (",
|
|
13434
13469
|
total,
|
|
@@ -15861,7 +15896,7 @@ function ConceptInfoControl({ description }) {
|
|
|
15861
15896
|
var indexPromise = null;
|
|
15862
15897
|
function loadSearchIndex() {
|
|
15863
15898
|
if (!indexPromise) {
|
|
15864
|
-
indexPromise = import('./knowledge-search-index-
|
|
15899
|
+
indexPromise = import('./knowledge-search-index-RZLIVWPJ.js').then(
|
|
15865
15900
|
(mod) => buildSearchIndex(mod.default ?? mod)
|
|
15866
15901
|
);
|
|
15867
15902
|
}
|
|
@@ -16670,4 +16705,4 @@ function createTestSystemsProvider({
|
|
|
16670
16705
|
};
|
|
16671
16706
|
}
|
|
16672
16707
|
|
|
16673
|
-
export { APIErrorAlert, AccessGuard, AccessKeys, ActivityTimeline, ActivityTrendChart, AgentResourceEntrySchema, ApiKeyService, AppearanceContext, AppearanceProvider, CONTENT_ITEMS, CRM_ITEMS, CenteredErrorState, ChartFrame, CheckpointGroup, CollapsibleSection, CombinedTrendChart, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, ConfirmationInputModal, ConfirmationModal, ContentSidebar, ContentSidebarMiddle, ContextViewer, CostTrendChart, CredentialSchemas, CredentialService, CrmActionsProvider, CrmSidebarMiddle, CustomModal, CustomSelector, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, DEFAULT_CONTENT_VOCABULARY, DEFAULT_ORGANIZATION_GRAPH_FILTERS, DEFAULT_WAIT_FOR_ORGANIZATION, DeploymentService, DetailCardSkeleton, EMPTY_LIST_ACTIONS, ElevasisCoreProvider, ElevasisLoader, ElevasisSystemsProvider, ElevasisUIProvider, EmptyState, FILTERABLE_DOMAIN_KEYS, FeatureUnavailableState, GlowDot, HeroStatsRow, IdentityDomainSchema, IntegrationResourceEntrySchema, JsonViewer, KNOWLEDGE_DOMAINS_WITH_PANELS, KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, ListSkeleton, MEMBERSHIP_STATUS_COLORS, MyReviewQueuePanel, MyTasksPanel, NavigationButton, NotificationProvider, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_NODE_KIND_ORDER, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipService, OrganizationModelDriftActionIcon, PROVISIONING_STATE_DISPLAY, PageNotFound, PageTitleCaption, ProtectedRoute, QuickCreateActions, RequestActionIcon, RequestModal, ResourceCard, ResourcesSidebar, RoleSchema, SAVED_VIEW_PRESETS, SYSTEM_RESOURCE_KINDS, SavedViewsPanel, ScriptResourceEntrySchema, SemanticIcon, SessionListItem, SessionsSidebar, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, SurfaceDefinitionSchema, SystemShell, TabCountBadge, TimeRangeSelector, TrendIndicator, WebhookEndpointService, WorkflowResourceEntrySchema, acquisitionListKeys, aggregateSystemMetrics, buildKnowledgeOmTreeData, buildOrganizationGraph, clientsKeys, clientsManifest, collectResourceFilterFacets, companyKeys, computeProtectedRouteGate, contactKeys, contentKeys, contentManifest, createTestSystemsProvider, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, deriveActions, deriveContentBoard, executionsKeys, extendSemanticIconRegistry, filterByDomainFilters, findKnowledgeTreeNodeByValue, findListActionByAction, findOmTreeGroup, formatResourceAttribution, getAllBuildTemplates, getConceptDefinition, getContentItemIdentity, getCrmPipelineCatalog, getKnowledgeDomainFolderCommand, getKnowledgeGraphNodeCommand, getKnowledgeIconToken, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getKnowledgeTreeFolderCommand, getLeadGenStageCatalog, getListActionWorkflowId, getOntologyDomainLabel, getOpenContentReviewGates, getPrimaryOntologyItemsForDomain, getResourceFilterFacetIds, getSemanticIconComponent, getSeriesColor, getSessionView, getSharedOrganizationGraph, isSessionCapable, knowledgeManifest, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, monitoringManifest, normaliseConceptKey, observabilityKeys, operationsKeys, operationsManifest, pickLatestRunAt, projectActivityKeys, projectNavigationGroups, projectNavigationSurfaces, requestTopbarActionManifest, requestsKeys, resolveContentStepResource, resolveContentVocabulary, resolveSemanticIconComponent, scheduleKeys, sessionsKeys, settingsManifest, sortData, submittedRequestsManifest, sumStatusCounts, transformMembershipToTableRow, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentConfig, useContentDistribution, useContentDistributions, useContentItem, useContentItemAttempts, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentSourceAsset, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useCrmActions, useCyberColors, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useElevasisSystems, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationAdapter, useNotificationCount, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResolvedOrganizationModel, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useSystemsViewState, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentSourceAsset, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
16708
|
+
export { APIErrorAlert, AccessGuard, AccessKeys, ActivityTimeline, ActivityTrendChart, AgentResourceEntrySchema, ApiKeyService, AppearanceContext, AppearanceProvider, CONTENT_ITEMS, CRM_ITEMS, CenteredErrorState, ChartFrame, CheckpointGroup, CollapsibleSection, CombinedTrendChart, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, ConfirmationInputModal, ConfirmationModal, ContentSidebar, ContentSidebarMiddle, ContextViewer, CostTrendChart, CredentialSchemas, CredentialService, CrmActionsProvider, CrmSidebarMiddle, CustomModal, CustomSelector, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, DEFAULT_CONTENT_VOCABULARY, DEFAULT_ORGANIZATION_GRAPH_FILTERS, DEFAULT_WAIT_FOR_ORGANIZATION, DeploymentService, DetailCardSkeleton, EMPTY_LIST_ACTIONS, ElevasisCoreProvider, ElevasisLoader, ElevasisSystemsProvider, ElevasisUIProvider, EmptyState, FILTERABLE_DOMAIN_KEYS, FeatureUnavailableState, GlowDot, HeroStatsRow, IdentityDomainSchema, IntegrationResourceEntrySchema, JsonViewer, KNOWLEDGE_DOMAINS_WITH_PANELS, KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, ListSkeleton, MEMBERSHIP_STATUS_COLORS, MyReviewQueuePanel, MyTasksPanel, NavigationButton, NotificationProvider, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_NODE_KIND_ORDER, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipService, OrganizationModelDriftActionIcon, PROVISIONING_STATE_DISPLAY, PageNotFound, PageTitleCaption, ProtectedRoute, QuickCreateActions, RequestActionIcon, RequestModal, ResourceCard, ResourcesSidebar, RoleSchema, SAVED_VIEW_PRESETS, SYSTEM_RESOURCE_KINDS, SavedViewsPanel, ScriptResourceEntrySchema, SemanticIcon, SessionListItem, SessionsSidebar, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, SurfaceDefinitionSchema, SystemShell, TabCountBadge, TimeRangeSelector, TrendIndicator, WebhookEndpointService, WorkflowResourceEntrySchema, acquisitionListKeys, aggregateSystemMetrics, buildKnowledgeOmTreeData, buildOrganizationGraph, clientsKeys, clientsManifest, collectResourceFilterFacets, companyKeys, computeProtectedRouteGate, contactKeys, contentKeys, contentManifest, createTestSystemsProvider, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, deriveActions, deriveContentBoard, executionsKeys, extendSemanticIconRegistry, filterByDomainFilters, findKnowledgeTreeNodeByValue, findListActionByAction, findOmTreeGroup, formatResourceAttribution, getAllBuildTemplates, getConceptDefinition, getContentItemIdentity, getCrmPipelineCatalog, getKnowledgeDomainFolderCommand, getKnowledgeGraphNodeCommand, getKnowledgeIconToken, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getKnowledgeTreeFolderCommand, getLeadGenStageCatalog, getListActionWorkflowId, getOntologyDomainLabel, getOpenContentReviewGates, getPrimaryOntologyItemsForDomain, getResourceFilterFacetIds, getSemanticIconComponent, getSeriesColor, getSessionView, getSharedOrganizationGraph, isSessionCapable, knowledgeManifest, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, monitoringManifest, normaliseConceptKey, observabilityKeys, operationsKeys, operationsManifest, pickLatestRunAt, projectActivityKeys, projectNavigationGroups, projectNavigationSurfaces, requestTopbarActionManifest, requestsKeys, resolveContentStepResource, resolveContentVocabulary, resolveContentWorkspaceRoute, resolveSemanticIconComponent, scheduleKeys, sessionsKeys, settingsManifest, sortData, submittedRequestsManifest, sumStatusCounts, transformMembershipToTableRow, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentConfig, useContentDistribution, useContentDistributions, useContentItem, useContentItemAttempts, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentSourceAsset, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useCrmActions, useCyberColors, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useElevasisSystems, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationAdapter, useNotificationCount, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResolvedOrganizationModel, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useSystemsViewState, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentSourceAsset, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { LEAD_GEN_API_INTERFACE } from './chunk-
|
|
1
|
+
import { LEAD_GEN_API_INTERFACE } from './chunk-IMZTRDY2.js';
|
|
2
2
|
import { sanitizeInput } from './chunk-3MEXPLWT.js';
|
|
3
3
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
4
4
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
5
5
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
6
|
-
import { LeadGenSidebarMiddle, SubshellContentContainer, PageTitleCaption, acquisitionListKeys, useOptionalElevasisSystems, getAllBuildTemplates, getLeadGenStageCatalog, useListsTelemetry, useLists, useAccess, AccessKeys, CenteredErrorState, StatCard, useTableSort, sortData, usePaginationState, useTableSelection, EmptyState, CustomModal, useListActions, useList, useListProgress, useListExecutions, useDeleteList, useExecuteAsync, useCompanyFacets, useCompanies, useDeleteCompanies, useContacts, useDeleteContacts, useCreateList, JsonViewer, useCredentials, useVerifyCredential, useWorkflowExecution, useInFlightExecutions, useExecutionSSE, useListRecords, useListMembers, useListMember, useTransitionListMember, useDeriveActions, useArtifacts } from './chunk-
|
|
7
|
-
import { showApiErrorNotification, showSuccessNotification } from './chunk-
|
|
6
|
+
import { LeadGenSidebarMiddle, SubshellContentContainer, PageTitleCaption, acquisitionListKeys, useOptionalElevasisSystems, getAllBuildTemplates, getLeadGenStageCatalog, useListsTelemetry, useLists, useAccess, AccessKeys, CenteredErrorState, StatCard, useTableSort, sortData, usePaginationState, useTableSelection, EmptyState, CustomModal, useListActions, useList, useListProgress, useListExecutions, useDeleteList, useExecuteAsync, useCompanyFacets, useCompanies, useDeleteCompanies, useContacts, useDeleteContacts, useCreateList, JsonViewer, useCredentials, useVerifyCredential, useWorkflowExecution, useInFlightExecutions, useExecutionSSE, useListRecords, useListMembers, useListMember, useTransitionListMember, useDeriveActions, useArtifacts } from './chunk-KIDZXZM5.js';
|
|
7
|
+
import { showApiErrorNotification, showSuccessNotification } from './chunk-XZIOCB5D.js';
|
|
8
8
|
import { SubshellSidebarSection } from './chunk-MISHPEJX.js';
|
|
9
9
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
10
|
-
import { computeInterfaceReadiness, getSystem } from './chunk-
|
|
10
|
+
import { computeInterfaceReadiness, getSystem } from './chunk-Q3O3WY7Q.js';
|
|
11
11
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
12
12
|
import { Stack, Group, Title, Text, Alert, Button, Collapse, Paper, Anchor, Center, Loader, SimpleGrid, Table, Badge, TextInput, Select, Checkbox, Pagination, ActionIcon, Tooltip, Tabs, ThemeIcon, Box, Textarea, Card, SegmentedControl, UnstyledButton, Pill, Drawer, JsonInput, Switch, NumberInput, MultiSelect, TagsInput, ScrollArea } from '@mantine/core';
|
|
13
13
|
import { IconTarget, IconAlertCircle, IconPlayerPlay, IconArrowRight, IconListDetails, IconPlus, IconAlertTriangle, IconSearch, IconList, IconExternalLink, IconCopy, IconTrash, IconBuilding, IconUsers, IconBolt, IconLayoutDashboard, IconBuildingFactory2, IconArrowLeft, IconSparkles, IconAddressBook, IconSettings, IconChevronDown, IconChevronRight, IconRefresh, IconMail, IconUser, IconDatabase } from '@tabler/icons-react';
|
|
@@ -561,7 +561,7 @@ var OntologyScopeSchema = z.object({
|
|
|
561
561
|
sharedProperties: z.record(OntologyIdSchema, OntologySharedPropertySchema).default({}).optional(),
|
|
562
562
|
groups: z.record(OntologyIdSchema, OntologyGroupSchema).default({}).optional(),
|
|
563
563
|
endpoints: z.record(OntologyIdSchema, OntologyEndpointTypeSchema).default({}).optional()
|
|
564
|
-
}).default({});
|
|
564
|
+
}).strict().default({});
|
|
565
565
|
var DEFAULT_ONTOLOGY_SCOPE = {
|
|
566
566
|
valueTypes: {
|
|
567
567
|
"global:value-type/uuid": {
|
|
@@ -857,29 +857,45 @@ var SystemUiSchema = z.object({
|
|
|
857
857
|
path: PathSchema,
|
|
858
858
|
surfaces: ReferenceIdsSchema,
|
|
859
859
|
icon: IconNameSchema.optional()
|
|
860
|
-
});
|
|
860
|
+
}).strict();
|
|
861
861
|
var SystemInterfaceKeySchema = ModelIdSchema;
|
|
862
862
|
var SystemInterfaceLifecycleSchema = z.enum(["draft", "active", "disabled", "deprecated", "archived"]).meta({ label: "System interface lifecycle", color: "teal" });
|
|
863
863
|
var SYSTEM_INTERFACE_PROFILES = [
|
|
864
864
|
{
|
|
865
865
|
systemPath: "sales.lead-gen",
|
|
866
866
|
interfaceKey: "api",
|
|
867
|
-
readinessProfile: "sales.lead-gen.api"
|
|
867
|
+
readinessProfile: "sales.lead-gen.api",
|
|
868
|
+
validation: "built-in"
|
|
868
869
|
},
|
|
869
870
|
{
|
|
870
871
|
systemPath: "sales.crm",
|
|
871
872
|
interfaceKey: "api",
|
|
872
|
-
readinessProfile: "sales.crm.api"
|
|
873
|
+
readinessProfile: "sales.crm.api",
|
|
874
|
+
validation: "built-in"
|
|
873
875
|
},
|
|
874
876
|
{
|
|
875
877
|
systemPath: "sales.lead-gen",
|
|
876
878
|
interfaceKey: "crm-handoff",
|
|
877
|
-
readinessProfile: "sales.lead-gen.crm-handoff"
|
|
879
|
+
readinessProfile: "sales.lead-gen.crm-handoff",
|
|
880
|
+
validation: "built-in"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
// Gated by `CONTENT_API_INTERFACE` in `apps/api/src/business/content/organization-model.ts`,
|
|
884
|
+
// which every `/api/content/*` and `/api/external/content/*` route asserts. Contract-validated
|
|
885
|
+
// rather than built-in because the required step catalog is per-adopter: Elevasis declares
|
|
886
|
+
// `content:catalog/long-form-to-shorts-steps`, a tenant declares its own.
|
|
887
|
+
systemPath: "content",
|
|
888
|
+
interfaceKey: "api",
|
|
889
|
+
readinessProfile: "content.api",
|
|
890
|
+
validation: "contract"
|
|
878
891
|
}
|
|
879
892
|
];
|
|
880
|
-
|
|
893
|
+
SYSTEM_INTERFACE_PROFILES.map(
|
|
881
894
|
(profile) => profile.readinessProfile
|
|
882
895
|
);
|
|
896
|
+
var BUILT_IN_VALIDATED_PROFILE_IDS = SYSTEM_INTERFACE_PROFILES.filter(
|
|
897
|
+
(profile) => profile.validation === "built-in"
|
|
898
|
+
).map((profile) => profile.readinessProfile);
|
|
883
899
|
var SystemInterfaceReadinessProfileSchema = z.string().trim().min(1);
|
|
884
900
|
var SystemInterfaceResourceScopeSchema = z.array(ModelIdSchema).default([]);
|
|
885
901
|
var SystemApiInterfaceReadinessContractSchema = z.object({
|
|
@@ -917,7 +933,7 @@ var SystemApiInterfaceSchema = z.object({
|
|
|
917
933
|
readinessContract: SystemApiInterfaceReadinessContractSchema.optional()
|
|
918
934
|
}).strict();
|
|
919
935
|
function isReservedPlatformProfileId(profileId) {
|
|
920
|
-
return
|
|
936
|
+
return BUILT_IN_VALIDATED_PROFILE_IDS.includes(profileId);
|
|
921
937
|
}
|
|
922
938
|
function isBuiltInReadinessProfile(profileId) {
|
|
923
939
|
return isReservedPlatformProfileId(profileId) || getBuiltInReadinessProfile(profileId) !== void 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NavigationButton, useAppearance, useElevasisSystems } from './chunk-
|
|
1
|
+
import { NavigationButton, useAppearance, useElevasisSystems } from './chunk-KIDZXZM5.js';
|
|
2
2
|
import { sidebarItemGap, sidebarSubLinkPaddingY, sidebarSubLinkPaddingX, sidebarSubLinkIndent, sidebarHoverDelay, sidebarTransitionDuration, sidebarCollapsedWidth, sidebarWidth, topbarHeight, sidebarToggleIconSize, sidebarSectionPadding, sidebarGroupChevronSize, sidebarIconInnerSize, SubshellNavItem } from './chunk-MISHPEJX.js';
|
|
3
3
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useAvailablePresets } from './chunk-ZFISGKYW.js';
|
|
2
|
-
import { AppShellLoader } from './chunk-
|
|
2
|
+
import { AppShellLoader } from './chunk-A3JHFZDP.js';
|
|
3
3
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
4
|
-
import { useDeleteCredential, ListSkeleton, EmptyState, CustomModal, useCreateCredential, useCredentials, PageTitleCaption, MEMBERSHIP_STATUS_COLORS, PROVISIONING_STATE_DISPLAY, transformMembershipToTableRow, APIErrorAlert, useUserMemberships, useUpdateWebhookEndpoint, useResources, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, StatCard, useOrgRoles, useAssignRole, useRevokeRole, useAccess, AccessKeys, useOrganizationMembers, usePermissionCatalog, AccessGuard, useUpdateCredential, CredentialSchemas } from './chunk-
|
|
5
|
-
import { showApiErrorNotification, showErrorNotification, showSuccessNotification } from './chunk-
|
|
4
|
+
import { useDeleteCredential, ListSkeleton, EmptyState, CustomModal, useCreateCredential, useCredentials, PageTitleCaption, MEMBERSHIP_STATUS_COLORS, PROVISIONING_STATE_DISPLAY, transformMembershipToTableRow, APIErrorAlert, useUserMemberships, useUpdateWebhookEndpoint, useResources, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, StatCard, useOrgRoles, useAssignRole, useRevokeRole, useAccess, AccessKeys, useOrganizationMembers, usePermissionCatalog, AccessGuard, useUpdateCredential, CredentialSchemas } from './chunk-KIDZXZM5.js';
|
|
5
|
+
import { showApiErrorNotification, showErrorNotification, showSuccessNotification } from './chunk-XZIOCB5D.js';
|
|
6
6
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
7
7
|
import { useInitialization } from './chunk-P45GQ3ZW.js';
|
|
8
8
|
import { RoleBadge } from './chunk-UD657ICS.js';
|
|
9
9
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
10
|
-
import { isAPIClientError, formatDateTime, OAUTH_FLOW_TIMEOUT } from './chunk-
|
|
10
|
+
import { isAPIClientError, formatDateTime, OAUTH_FLOW_TIMEOUT } from './chunk-Q3O3WY7Q.js';
|
|
11
11
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
12
12
|
import { brandSupabaseOrgId } from './chunk-MQZE7SUI.js';
|
|
13
13
|
import { createUseExternalEvents, Text, Table, Group, Tooltip, ActionIcon, Stack, Title, Button, Select, TextInput, Alert, PasswordInput, Anchor, Paper, Badge, Center, Loader, Box, Code, CopyButton, ThemeIcon, SimpleGrid, UnstyledButton, Card, Switch, Divider, Textarea, MultiSelect } from '@mantine/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-
|
|
1
|
+
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-Q3O3WY7Q.js';
|
|
2
2
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
3
3
|
import { useQuery, useQueryClient, useMutation } from '@tanstack/react-query';
|
|
4
4
|
import { notifications } from '@mantine/notifications';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
2
|
-
import { APIClientError } from './chunk-
|
|
2
|
+
import { APIClientError } from './chunk-Q3O3WY7Q.js';
|
|
3
3
|
import { createContext, useContext, useMemo, useCallback } from 'react';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
5
5
|
|