@elevasis/ui 2.70.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 +28 -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-GZADST64.js → chunk-2454MK7P.js} +7 -7
- package/dist/{chunk-26BTE3Z4.js → chunk-753MKWFV.js} +1 -1
- package/dist/{chunk-LWYLZUUV.js → chunk-7ESZKTQG.js} +3 -3
- package/dist/{chunk-SMH6SQQE.js → chunk-A3JHFZDP.js} +1 -1
- package/dist/{chunk-MFCV4JMQ.js → chunk-AFBFSXP3.js} +4 -4
- package/dist/{chunk-TJMZUL6E.js → chunk-DJWIIPKW.js} +3 -3
- package/dist/{chunk-QDMIFD6F.js → chunk-DKVGO6RJ.js} +1 -1
- package/dist/{chunk-LY3IKYTZ.js → chunk-IMZTRDY2.js} +2 -2
- package/dist/{chunk-JA2XDMAE.js → chunk-IXBRUIYI.js} +1 -1
- package/dist/{chunk-6TT3FQEZ.js → chunk-KIDZXZM5.js} +149 -17
- package/dist/{chunk-CCZJ4OWY.js → chunk-LCHL5SM2.js} +1 -1
- package/dist/{chunk-5C62IRKS.js → chunk-LEQGGX2U.js} +4 -4
- package/dist/{chunk-NM4A63KJ.js → chunk-Q3O3WY7Q.js} +23 -7
- package/dist/{chunk-GJQF3S2Q.js → chunk-RRS2QR3W.js} +1 -1
- package/dist/{chunk-DUEGHF7A.js → chunk-SV4M2BUI.js} +4 -4
- package/dist/{chunk-AGX2CY2O.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-XKUEO4HG.js → chunk-ZBXCEWKF.js} +3 -3
- package/dist/components/index.d.ts +61 -5
- package/dist/components/index.js +23 -23
- package/dist/components/navigation/index.js +5 -5
- package/dist/features/auth/index.d.ts +26 -0
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.js +5 -5
- package/dist/features/content/index.d.ts +187 -113
- package/dist/features/content/index.js +200 -303
- package/dist/features/crm/index.d.ts +29 -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.d.ts +26 -0
- 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.d.ts +33 -3
- 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.d.ts +26 -0
- package/dist/features/settings/index.js +6 -6
- package/dist/hooks/access/index.js +4 -4
- package/dist/hooks/delivery/index.d.ts +26 -0
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +310 -14
- 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 +310 -14
- package/dist/hooks/published.js +4 -4
- package/dist/initialization/index.d.ts +26 -0
- 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/profile/index.d.ts +26 -0
- package/dist/provider/index.d.ts +28 -2
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +28 -2
- package/dist/provider/published.js +4 -4
- package/dist/supabase/index.d.ts +50 -0
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +60 -4
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
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
|
@@ -1049,6 +1049,7 @@ type Database = {
|
|
|
1049
1049
|
activities: {
|
|
1050
1050
|
Row: {
|
|
1051
1051
|
activity_type: string;
|
|
1052
|
+
actor_api_key_id: string | null;
|
|
1052
1053
|
actor_id: string | null;
|
|
1053
1054
|
actor_type: string | null;
|
|
1054
1055
|
created_at: string;
|
|
@@ -1065,6 +1066,7 @@ type Database = {
|
|
|
1065
1066
|
};
|
|
1066
1067
|
Insert: {
|
|
1067
1068
|
activity_type: string;
|
|
1069
|
+
actor_api_key_id?: string | null;
|
|
1068
1070
|
actor_id?: string | null;
|
|
1069
1071
|
actor_type?: string | null;
|
|
1070
1072
|
created_at?: string;
|
|
@@ -1081,6 +1083,7 @@ type Database = {
|
|
|
1081
1083
|
};
|
|
1082
1084
|
Update: {
|
|
1083
1085
|
activity_type?: string;
|
|
1086
|
+
actor_api_key_id?: string | null;
|
|
1084
1087
|
actor_id?: string | null;
|
|
1085
1088
|
actor_type?: string | null;
|
|
1086
1089
|
created_at?: string;
|
|
@@ -1096,6 +1099,13 @@ type Database = {
|
|
|
1096
1099
|
title?: string;
|
|
1097
1100
|
};
|
|
1098
1101
|
Relationships: [
|
|
1102
|
+
{
|
|
1103
|
+
foreignKeyName: "activities_actor_api_key_id_fkey";
|
|
1104
|
+
columns: ["actor_api_key_id"];
|
|
1105
|
+
isOneToOne: false;
|
|
1106
|
+
referencedRelation: "api_keys";
|
|
1107
|
+
referencedColumns: ["id"];
|
|
1108
|
+
},
|
|
1099
1109
|
{
|
|
1100
1110
|
foreignKeyName: "activities_actor_id_fkey";
|
|
1101
1111
|
columns: ["actor_id"];
|
|
@@ -1183,6 +1193,7 @@ type Database = {
|
|
|
1183
1193
|
api_keys: {
|
|
1184
1194
|
Row: {
|
|
1185
1195
|
created_at: string | null;
|
|
1196
|
+
created_by: string | null;
|
|
1186
1197
|
id: string;
|
|
1187
1198
|
key_hash: string;
|
|
1188
1199
|
last_used_at: string | null;
|
|
@@ -1191,6 +1202,7 @@ type Database = {
|
|
|
1191
1202
|
};
|
|
1192
1203
|
Insert: {
|
|
1193
1204
|
created_at?: string | null;
|
|
1205
|
+
created_by?: string | null;
|
|
1194
1206
|
id?: string;
|
|
1195
1207
|
key_hash: string;
|
|
1196
1208
|
last_used_at?: string | null;
|
|
@@ -1199,6 +1211,7 @@ type Database = {
|
|
|
1199
1211
|
};
|
|
1200
1212
|
Update: {
|
|
1201
1213
|
created_at?: string | null;
|
|
1214
|
+
created_by?: string | null;
|
|
1202
1215
|
id?: string;
|
|
1203
1216
|
key_hash?: string;
|
|
1204
1217
|
last_used_at?: string | null;
|
|
@@ -1206,6 +1219,13 @@ type Database = {
|
|
|
1206
1219
|
organization_id?: string;
|
|
1207
1220
|
};
|
|
1208
1221
|
Relationships: [
|
|
1222
|
+
{
|
|
1223
|
+
foreignKeyName: "api_keys_created_by_fkey";
|
|
1224
|
+
columns: ["created_by"];
|
|
1225
|
+
isOneToOne: false;
|
|
1226
|
+
referencedRelation: "users";
|
|
1227
|
+
referencedColumns: ["id"];
|
|
1228
|
+
},
|
|
1209
1229
|
{
|
|
1210
1230
|
foreignKeyName: "api_keys_organization_id_fkey";
|
|
1211
1231
|
columns: ["organization_id"];
|
|
@@ -1533,6 +1553,7 @@ type Database = {
|
|
|
1533
1553
|
organization_id: string;
|
|
1534
1554
|
payload: Json;
|
|
1535
1555
|
source_execution_id: string | null;
|
|
1556
|
+
status: string;
|
|
1536
1557
|
step_key: string | null;
|
|
1537
1558
|
};
|
|
1538
1559
|
Insert: {
|
|
@@ -1544,6 +1565,7 @@ type Database = {
|
|
|
1544
1565
|
organization_id: string;
|
|
1545
1566
|
payload?: Json;
|
|
1546
1567
|
source_execution_id?: string | null;
|
|
1568
|
+
status: string;
|
|
1547
1569
|
step_key?: string | null;
|
|
1548
1570
|
};
|
|
1549
1571
|
Update: {
|
|
@@ -1555,6 +1577,7 @@ type Database = {
|
|
|
1555
1577
|
organization_id?: string;
|
|
1556
1578
|
payload?: Json;
|
|
1557
1579
|
source_execution_id?: string | null;
|
|
1580
|
+
status?: string;
|
|
1558
1581
|
step_key?: string | null;
|
|
1559
1582
|
};
|
|
1560
1583
|
Relationships: [
|
|
@@ -1706,6 +1729,7 @@ type Database = {
|
|
|
1706
1729
|
kind: string;
|
|
1707
1730
|
metadata: Json;
|
|
1708
1731
|
organization_id: string;
|
|
1732
|
+
payload: Json;
|
|
1709
1733
|
processing_state: Json;
|
|
1710
1734
|
storage_path: string | null;
|
|
1711
1735
|
title: string;
|
|
@@ -1719,6 +1743,7 @@ type Database = {
|
|
|
1719
1743
|
kind: string;
|
|
1720
1744
|
metadata?: Json;
|
|
1721
1745
|
organization_id: string;
|
|
1746
|
+
payload?: Json;
|
|
1722
1747
|
processing_state?: Json;
|
|
1723
1748
|
storage_path?: string | null;
|
|
1724
1749
|
title: string;
|
|
@@ -1732,6 +1757,7 @@ type Database = {
|
|
|
1732
1757
|
kind?: string;
|
|
1733
1758
|
metadata?: Json;
|
|
1734
1759
|
organization_id?: string;
|
|
1760
|
+
payload?: Json;
|
|
1735
1761
|
processing_state?: Json;
|
|
1736
1762
|
storage_path?: string | null;
|
|
1737
1763
|
title?: string;
|
|
@@ -3802,7 +3828,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3802
3828
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3803
3829
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
3804
3830
|
}, z$1.core.$loose>>>>;
|
|
3805
|
-
}, z$1.core.$
|
|
3831
|
+
}, z$1.core.$strict>>;
|
|
3806
3832
|
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
3807
3833
|
|
|
3808
3834
|
declare const SystemApiInterfaceSchema: z$1.ZodObject<{
|
|
@@ -4425,7 +4451,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4425
4451
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4426
4452
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
4427
4453
|
}, z$1.core.$loose>>>>;
|
|
4428
|
-
}, z$1.core.$
|
|
4454
|
+
}, z$1.core.$strict>>>;
|
|
4429
4455
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4430
4456
|
id: z$1.ZodString;
|
|
4431
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';
|