@elevasis/ui 2.30.0 → 2.31.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/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +122 -1
- package/dist/app/index.js +7 -7
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-T5Z7G2J2.js → chunk-3BAPR3KA.js} +1 -1
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-2DIYILF7.js → chunk-542WPQU2.js} +2 -2
- package/dist/{chunk-SBCIB5TZ.js → chunk-5LJAEZMA.js} +5 -5
- package/dist/{chunk-T2PAD63Y.js → chunk-7HMCB26R.js} +1 -1
- package/dist/chunk-7KC4P3AU.js +357 -0
- package/dist/{chunk-AKOD52HS.js → chunk-CQZ3DNQY.js} +4 -3
- package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
- package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
- package/dist/{chunk-JKTPRYGV.js → chunk-HQGF4ATG.js} +9 -55
- package/dist/{chunk-SKXXT3E2.js → chunk-HYNYEBHM.js} +4 -4
- package/dist/{chunk-6EFVZV6X.js → chunk-JKSUN5GN.js} +718 -64
- package/dist/{chunk-LRZFLK2F.js → chunk-L2NVFLXU.js} +3 -3
- package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
- package/dist/{chunk-3MDNBHVB.js → chunk-MVFCLZSK.js} +690 -221
- package/dist/{chunk-HYLERWRO.js → chunk-ND42LPY4.js} +6 -6
- package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
- package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-Q6OYNEGR.js} +5 -5
- package/dist/{chunk-4SY6BTVZ.js → chunk-QDEETKYT.js} +4 -1
- package/dist/{chunk-IKQ42WHU.js → chunk-QHEWXU7I.js} +1 -1
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-3GV5NHSS.js → chunk-SHQXMW4F.js} +39 -211
- package/dist/{chunk-A7B7HLDF.js → chunk-T3IPHEYJ.js} +1889 -301
- package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
- package/dist/{chunk-NITGGYH2.js → chunk-TVRQ6AQI.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-P5WYW2GI.js → chunk-Y4FWCG7Y.js} +150 -305
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.d.ts +205 -11
- package/dist/components/index.js +38 -35
- package/dist/components/navigation/index.js +1 -1
- package/dist/execution/index.d.ts +2 -1
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.d.ts +121 -0
- package/dist/features/auth/index.js +1 -1
- package/dist/features/clients/index.css +611 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +719 -0
- package/dist/features/crm/index.d.ts +148 -2
- package/dist/features/crm/index.js +18 -16
- package/dist/features/dashboard/index.d.ts +36 -1
- package/dist/features/dashboard/index.js +14 -14
- package/dist/features/delivery/index.d.ts +121 -0
- package/dist/features/delivery/index.js +18 -16
- package/dist/features/knowledge/index.js +43 -20
- package/dist/features/lead-gen/index.d.ts +17 -11
- package/dist/features/lead-gen/index.js +19 -17
- package/dist/features/monitoring/index.js +17 -16
- package/dist/features/monitoring/requests/index.js +14 -13
- package/dist/features/operations/index.d.ts +38 -2
- package/dist/features/operations/index.js +22 -21
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +121 -0
- package/dist/features/settings/index.js +16 -15
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +140 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +583 -19
- package/dist/hooks/index.js +12 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.d.ts +583 -19
- package/dist/hooks/published.js +12 -12
- package/dist/index.d.ts +680 -21
- package/dist/index.js +13 -13
- package/dist/initialization/index.d.ts +121 -0
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.d.ts +97 -1
- package/dist/knowledge/index.js +1692 -1039
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -4
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +121 -0
- package/dist/profile/index.js +1 -1
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.d.ts +218 -2
- package/dist/provider/index.js +10 -10
- package/dist/provider/published.d.ts +218 -2
- package/dist/provider/published.js +7 -7
- package/dist/router/context.js +1 -1
- package/dist/router/index.js +1 -1
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.d.ts +232 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.js +3 -3
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +2 -2
- package/dist/theme/index.js +4 -4
- package/dist/theme/presets/index.js +2 -2
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +204 -1
- package/dist/utils/index.d.ts +36 -1
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +3 -3
- package/dist/vite-plugin-knowledge/index.js +2 -2
- package/dist/zustand/index.js +1 -1
- package/package.json +13 -4
- /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-5LJAEZMA.js';
|
|
2
|
+
import '../../chunk-L2NVFLXU.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-542WPQU2.js';
|
|
5
5
|
import '../../chunk-CW3UNAF2.js';
|
|
6
|
+
import '../../chunk-VNFR57DF.js';
|
|
6
7
|
import '../../chunk-RYTEQBAO.js';
|
|
7
8
|
import '../../chunk-PDHTXPSF.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-R66W5UDG.js';
|
|
9
10
|
import '../../chunk-E4WQGJNS.js';
|
|
10
11
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-JKSUN5GN.js';
|
|
12
13
|
import '../../chunk-6YT4IKJ7.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-7HMCB26R.js';
|
|
14
15
|
import '../../chunk-BRXELOHC.js';
|
|
15
16
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
17
|
import '../../chunk-OAVTMITG.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-HYNYEBHM.js';
|
|
19
|
+
import '../../chunk-3BAPR3KA.js';
|
|
20
|
+
import '../../chunk-3FV6HBXS.js';
|
|
20
21
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-QDEETKYT.js';
|
|
23
|
+
import '../../chunk-6IXOKUBC.js';
|
|
24
|
+
import '../../chunk-L3BVJWML.js';
|
|
23
25
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-CQZ3DNQY.js';
|
|
25
27
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-6IXOKUBC.js';
|
|
27
28
|
import '../../chunk-TKAYX2SP.js';
|
|
28
29
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-TOIXUWR6.js';
|
|
30
31
|
import '../../chunk-2IFYDILW.js';
|
|
31
32
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
33
|
import '../../chunk-JA5ECJJB.js';
|
|
@@ -35,7 +36,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
35
36
|
import '../../chunk-JBWJ6WHZ.js';
|
|
36
37
|
import '../../chunk-DT3QYZVU.js';
|
|
37
38
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
39
|
+
import '../../chunk-XQHZBA65.js';
|
|
39
40
|
import '../../chunk-KRWALB24.js';
|
|
40
41
|
import '../../chunk-VKIZUUPM.js';
|
|
41
42
|
import '../../chunk-533DUEQY.js';
|
|
@@ -43,4 +44,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
43
44
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
45
|
import '../../chunk-KJ3QUBNU.js';
|
|
45
46
|
import '../../chunk-BRJ3QZ4E.js';
|
|
46
|
-
import '../../chunk-
|
|
47
|
+
import '../../chunk-DZTG5IAC.js';
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
+
import { ConfirmationModal } from '../../../chunk-VNFR57DF.js';
|
|
1
2
|
import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
|
|
2
3
|
import { FilterBar } from '../../../chunk-PDHTXPSF.js';
|
|
3
|
-
import {
|
|
4
|
+
import { CustomModal } from '../../../chunk-R66W5UDG.js';
|
|
4
5
|
import '../../../chunk-7M2VOCYN.js';
|
|
5
|
-
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-
|
|
6
|
+
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-JKSUN5GN.js';
|
|
6
7
|
import '../../../chunk-6YT4IKJ7.js';
|
|
7
|
-
import '../../../chunk-
|
|
8
|
+
import '../../../chunk-7HMCB26R.js';
|
|
8
9
|
import '../../../chunk-BRXELOHC.js';
|
|
9
10
|
import '../../../chunk-3ZMAGTWF.js';
|
|
10
11
|
import '../../../chunk-OAVTMITG.js';
|
|
11
|
-
import '../../../chunk-
|
|
12
|
-
import '../../../chunk-
|
|
13
|
-
import '../../../chunk-
|
|
12
|
+
import '../../../chunk-HYNYEBHM.js';
|
|
13
|
+
import '../../../chunk-3BAPR3KA.js';
|
|
14
|
+
import '../../../chunk-3FV6HBXS.js';
|
|
14
15
|
import '../../../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../../../chunk-
|
|
16
|
-
import
|
|
16
|
+
import '../../../chunk-QDEETKYT.js';
|
|
17
|
+
import '../../../chunk-6IXOKUBC.js';
|
|
18
|
+
import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-L3BVJWML.js';
|
|
17
19
|
import '../../../chunk-3KMDHCAR.js';
|
|
18
|
-
import '../../../chunk-
|
|
20
|
+
import '../../../chunk-CQZ3DNQY.js';
|
|
19
21
|
import '../../../chunk-SZHARWKU.js';
|
|
20
|
-
import '../../../chunk-6IXOKUBC.js';
|
|
21
22
|
import '../../../chunk-TKAYX2SP.js';
|
|
22
23
|
import '../../../chunk-NYBEU5TE.js';
|
|
23
|
-
import '../../../chunk-
|
|
24
|
+
import '../../../chunk-TOIXUWR6.js';
|
|
24
25
|
import '../../../chunk-2IFYDILW.js';
|
|
25
26
|
import '../../../chunk-Q7DJKLEN.js';
|
|
26
27
|
import '../../../chunk-JA5ECJJB.js';
|
|
@@ -29,7 +30,7 @@ import '../../../chunk-E565XMTQ.js';
|
|
|
29
30
|
import '../../../chunk-JBWJ6WHZ.js';
|
|
30
31
|
import '../../../chunk-DT3QYZVU.js';
|
|
31
32
|
import '../../../chunk-RNP5R5I3.js';
|
|
32
|
-
import { formatTimeAgo } from '../../../chunk-
|
|
33
|
+
import { formatTimeAgo } from '../../../chunk-XQHZBA65.js';
|
|
33
34
|
import '../../../chunk-KRWALB24.js';
|
|
34
35
|
import '../../../chunk-VKIZUUPM.js';
|
|
35
36
|
import '../../../chunk-533DUEQY.js';
|
|
@@ -37,7 +38,7 @@ import '../../../chunk-DD3CCMCZ.js';
|
|
|
37
38
|
import '../../../chunk-2Q2JQSQO.js';
|
|
38
39
|
import '../../../chunk-KJ3QUBNU.js';
|
|
39
40
|
import '../../../chunk-BRJ3QZ4E.js';
|
|
40
|
-
import '../../../chunk-
|
|
41
|
+
import '../../../chunk-DZTG5IAC.js';
|
|
41
42
|
import { useState } from 'react';
|
|
42
43
|
import { useNavigate } from '@tanstack/react-router';
|
|
43
44
|
import { Badge, Menu, Button, Stack, Paper, Select, Center, Loader, Text, Table, Checkbox, Group, Pagination, Title, Skeleton, SimpleGrid, CopyButton, Tooltip, ActionIcon, SegmentedControl } from '@mantine/core';
|
|
@@ -21,6 +21,7 @@ interface SerializedAgentDefinition {
|
|
|
21
21
|
description: string;
|
|
22
22
|
version: string;
|
|
23
23
|
type: 'agent';
|
|
24
|
+
kind: 'orchestrator' | 'specialist' | 'utility' | 'system';
|
|
24
25
|
status: 'dev' | 'prod';
|
|
25
26
|
links?: ResourceLink[];
|
|
26
27
|
category?: ResourceCategory;
|
|
@@ -106,6 +107,13 @@ interface SerializedWorkflowDefinition {
|
|
|
106
107
|
metricsConfig?: object;
|
|
107
108
|
}
|
|
108
109
|
|
|
110
|
+
declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
111
|
+
active: "active";
|
|
112
|
+
deprecated: "deprecated";
|
|
113
|
+
archived: "archived";
|
|
114
|
+
}>;
|
|
115
|
+
type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
|
|
116
|
+
|
|
109
117
|
/**
|
|
110
118
|
* Memory type definitions
|
|
111
119
|
* Types for agent memory management with semantic entry types
|
|
@@ -249,6 +257,27 @@ interface DashboardMetrics {
|
|
|
249
257
|
*/
|
|
250
258
|
type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefinition;
|
|
251
259
|
|
|
260
|
+
declare const SystemEntrySchema: z.ZodObject<{
|
|
261
|
+
id: z.ZodString;
|
|
262
|
+
title: z.ZodString;
|
|
263
|
+
description: z.ZodString;
|
|
264
|
+
kind: z.ZodEnum<{
|
|
265
|
+
platform: "platform";
|
|
266
|
+
product: "product";
|
|
267
|
+
operational: "operational";
|
|
268
|
+
diagnostic: "diagnostic";
|
|
269
|
+
}>;
|
|
270
|
+
responsibleRoleId: z.ZodOptional<z.ZodString>;
|
|
271
|
+
governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
272
|
+
drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
273
|
+
status: z.ZodEnum<{
|
|
274
|
+
active: "active";
|
|
275
|
+
deprecated: "deprecated";
|
|
276
|
+
archived: "archived";
|
|
277
|
+
}>;
|
|
278
|
+
}, z.core.$strip>;
|
|
279
|
+
type SystemEntry = z.infer<typeof SystemEntrySchema>;
|
|
280
|
+
|
|
252
281
|
/**
|
|
253
282
|
* Resource Registry type definitions
|
|
254
283
|
*/
|
|
@@ -262,6 +291,7 @@ type ResourceStatus = 'dev' | 'prod';
|
|
|
262
291
|
* Used as the discriminator field in ResourceDefinition
|
|
263
292
|
*/
|
|
264
293
|
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
294
|
+
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
|
|
265
295
|
/**
|
|
266
296
|
* Base interface for ALL platform resources
|
|
267
297
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|
|
@@ -287,6 +317,12 @@ interface ResourceDefinition {
|
|
|
287
317
|
sessionCapable?: boolean;
|
|
288
318
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
289
319
|
origin?: 'local' | 'remote';
|
|
320
|
+
/** OM System membership, when backed by a Resource descriptor */
|
|
321
|
+
systemId?: string;
|
|
322
|
+
/** Display metadata for the owning OM System */
|
|
323
|
+
system?: ResourceSystemSummary;
|
|
324
|
+
/** Governance lifecycle status from the OM Resource descriptor */
|
|
325
|
+
governanceStatus?: ResourceGovernanceStatus;
|
|
290
326
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
291
327
|
archived?: boolean;
|
|
292
328
|
}
|
|
@@ -306,8 +342,8 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
306
342
|
type Link = z.infer<typeof LinkSchema>;
|
|
307
343
|
|
|
308
344
|
declare const ResourceCategorySchema: z.ZodEnum<{
|
|
309
|
-
production: "production";
|
|
310
345
|
diagnostic: "diagnostic";
|
|
346
|
+
production: "production";
|
|
311
347
|
internal: "internal";
|
|
312
348
|
testing: "testing";
|
|
313
349
|
}>;
|
|
@@ -824,7 +860,7 @@ declare function SessionsSidebar({ isReady, onAgentClick, buildSessionDetailUrl,
|
|
|
824
860
|
|
|
825
861
|
declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
|
|
826
862
|
|
|
827
|
-
declare const OperationsSidebarTop: () =>
|
|
863
|
+
declare const OperationsSidebarTop: () => null;
|
|
828
864
|
|
|
829
865
|
declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
830
866
|
|
|
@@ -1,44 +1,45 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-T3IPHEYJ.js';
|
|
2
2
|
import '../../chunk-CXY7FMUM.js';
|
|
3
|
-
export { CommandViewSidebarContent } from '../../chunk-
|
|
3
|
+
export { CommandViewSidebarContent } from '../../chunk-MVFCLZSK.js';
|
|
4
4
|
import '../../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../../chunk-JDNEWB5F.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-GRDLB6LM.js';
|
|
7
7
|
import '../../chunk-XQQEKWTL.js';
|
|
8
|
-
export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-
|
|
8
|
+
export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-Q6OYNEGR.js';
|
|
9
9
|
import '../../chunk-ECNNI3NT.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-TVRQ6AQI.js';
|
|
11
11
|
import '../../chunk-3MEXPLWT.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-L2NVFLXU.js';
|
|
13
13
|
import '../../chunk-LGKLC5MG.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-542WPQU2.js';
|
|
15
15
|
import '../../chunk-CW3UNAF2.js';
|
|
16
|
+
import '../../chunk-VNFR57DF.js';
|
|
17
|
+
import '../../chunk-IIMU5YAJ.js';
|
|
16
18
|
import '../../chunk-RYTEQBAO.js';
|
|
17
19
|
import '../../chunk-BZZCNLT6.js';
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-KVJ3LFH2.js';
|
|
20
|
+
import '../../chunk-R66W5UDG.js';
|
|
20
21
|
import '../../chunk-22UVE3RA.js';
|
|
21
22
|
import '../../chunk-E4WQGJNS.js';
|
|
22
23
|
import '../../chunk-7M2VOCYN.js';
|
|
23
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-JKSUN5GN.js';
|
|
24
25
|
import '../../chunk-6YT4IKJ7.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-7HMCB26R.js';
|
|
26
27
|
import '../../chunk-BRXELOHC.js';
|
|
27
28
|
import '../../chunk-3ZMAGTWF.js';
|
|
28
29
|
import '../../chunk-OAVTMITG.js';
|
|
29
|
-
import '../../chunk-
|
|
30
|
-
import '../../chunk-
|
|
31
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-HYNYEBHM.js';
|
|
31
|
+
import '../../chunk-3BAPR3KA.js';
|
|
32
|
+
import '../../chunk-3FV6HBXS.js';
|
|
32
33
|
import '../../chunk-WLOQ4IBG.js';
|
|
33
|
-
import '../../chunk-
|
|
34
|
-
import '../../chunk-
|
|
34
|
+
import '../../chunk-QDEETKYT.js';
|
|
35
|
+
import '../../chunk-6IXOKUBC.js';
|
|
36
|
+
import '../../chunk-L3BVJWML.js';
|
|
35
37
|
import '../../chunk-3KMDHCAR.js';
|
|
36
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-CQZ3DNQY.js';
|
|
37
39
|
import '../../chunk-SZHARWKU.js';
|
|
38
|
-
import '../../chunk-6IXOKUBC.js';
|
|
39
40
|
import '../../chunk-TKAYX2SP.js';
|
|
40
41
|
import '../../chunk-NYBEU5TE.js';
|
|
41
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-TOIXUWR6.js';
|
|
42
43
|
import '../../chunk-2IFYDILW.js';
|
|
43
44
|
import '../../chunk-Q7DJKLEN.js';
|
|
44
45
|
import '../../chunk-JA5ECJJB.js';
|
|
@@ -47,7 +48,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
47
48
|
import '../../chunk-JBWJ6WHZ.js';
|
|
48
49
|
import '../../chunk-DT3QYZVU.js';
|
|
49
50
|
import '../../chunk-RNP5R5I3.js';
|
|
50
|
-
import '../../chunk-
|
|
51
|
+
import '../../chunk-XQHZBA65.js';
|
|
51
52
|
import '../../chunk-KRWALB24.js';
|
|
52
53
|
import '../../chunk-VKIZUUPM.js';
|
|
53
54
|
import '../../chunk-533DUEQY.js';
|
|
@@ -55,4 +56,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
55
56
|
import '../../chunk-2Q2JQSQO.js';
|
|
56
57
|
import '../../chunk-KJ3QUBNU.js';
|
|
57
58
|
import '../../chunk-BRJ3QZ4E.js';
|
|
58
|
-
import '../../chunk-
|
|
59
|
+
import '../../chunk-DZTG5IAC.js';
|
|
@@ -63,6 +63,7 @@ type Database = {
|
|
|
63
63
|
batch_id: string | null;
|
|
64
64
|
category: string | null;
|
|
65
65
|
category_pain: string | null;
|
|
66
|
+
client_id: string | null;
|
|
66
67
|
created_at: string;
|
|
67
68
|
domain: string | null;
|
|
68
69
|
enrichment_data: Json | null;
|
|
@@ -89,6 +90,7 @@ type Database = {
|
|
|
89
90
|
batch_id?: string | null;
|
|
90
91
|
category?: string | null;
|
|
91
92
|
category_pain?: string | null;
|
|
93
|
+
client_id?: string | null;
|
|
92
94
|
created_at?: string;
|
|
93
95
|
domain?: string | null;
|
|
94
96
|
enrichment_data?: Json | null;
|
|
@@ -115,6 +117,7 @@ type Database = {
|
|
|
115
117
|
batch_id?: string | null;
|
|
116
118
|
category?: string | null;
|
|
117
119
|
category_pain?: string | null;
|
|
120
|
+
client_id?: string | null;
|
|
118
121
|
created_at?: string;
|
|
119
122
|
domain?: string | null;
|
|
120
123
|
enrichment_data?: Json | null;
|
|
@@ -138,6 +141,13 @@ type Database = {
|
|
|
138
141
|
website?: string | null;
|
|
139
142
|
};
|
|
140
143
|
Relationships: [
|
|
144
|
+
{
|
|
145
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
146
|
+
columns: ["client_id"];
|
|
147
|
+
isOneToOne: false;
|
|
148
|
+
referencedRelation: "clients";
|
|
149
|
+
referencedColumns: ["id"];
|
|
150
|
+
},
|
|
141
151
|
{
|
|
142
152
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
143
153
|
columns: ["organization_id"];
|
|
@@ -152,6 +162,7 @@ type Database = {
|
|
|
152
162
|
batch_id: string | null;
|
|
153
163
|
brochure_first_viewed_at: string | null;
|
|
154
164
|
brochure_view_count: number;
|
|
165
|
+
client_id: string | null;
|
|
155
166
|
company_id: string | null;
|
|
156
167
|
created_at: string;
|
|
157
168
|
email: string;
|
|
@@ -180,6 +191,7 @@ type Database = {
|
|
|
180
191
|
batch_id?: string | null;
|
|
181
192
|
brochure_first_viewed_at?: string | null;
|
|
182
193
|
brochure_view_count?: number;
|
|
194
|
+
client_id?: string | null;
|
|
183
195
|
company_id?: string | null;
|
|
184
196
|
created_at?: string;
|
|
185
197
|
email: string;
|
|
@@ -208,6 +220,7 @@ type Database = {
|
|
|
208
220
|
batch_id?: string | null;
|
|
209
221
|
brochure_first_viewed_at?: string | null;
|
|
210
222
|
brochure_view_count?: number;
|
|
223
|
+
client_id?: string | null;
|
|
211
224
|
company_id?: string | null;
|
|
212
225
|
created_at?: string;
|
|
213
226
|
email?: string;
|
|
@@ -233,6 +246,13 @@ type Database = {
|
|
|
233
246
|
updated_at?: string;
|
|
234
247
|
};
|
|
235
248
|
Relationships: [
|
|
249
|
+
{
|
|
250
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
251
|
+
columns: ["client_id"];
|
|
252
|
+
isOneToOne: false;
|
|
253
|
+
referencedRelation: "clients";
|
|
254
|
+
referencedColumns: ["id"];
|
|
255
|
+
},
|
|
236
256
|
{
|
|
237
257
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
238
258
|
columns: ["company_id"];
|
|
@@ -476,8 +496,10 @@ type Database = {
|
|
|
476
496
|
acq_deals: {
|
|
477
497
|
Row: {
|
|
478
498
|
activity_log: Json;
|
|
499
|
+
client_id: string | null;
|
|
479
500
|
closed_lost_at: string | null;
|
|
480
501
|
closed_lost_reason: string | null;
|
|
502
|
+
company_id: string | null;
|
|
481
503
|
contact_email: string;
|
|
482
504
|
contact_id: string | null;
|
|
483
505
|
created_at: string;
|
|
@@ -513,8 +535,10 @@ type Database = {
|
|
|
513
535
|
};
|
|
514
536
|
Insert: {
|
|
515
537
|
activity_log?: Json;
|
|
538
|
+
client_id?: string | null;
|
|
516
539
|
closed_lost_at?: string | null;
|
|
517
540
|
closed_lost_reason?: string | null;
|
|
541
|
+
company_id?: string | null;
|
|
518
542
|
contact_email: string;
|
|
519
543
|
contact_id?: string | null;
|
|
520
544
|
created_at?: string;
|
|
@@ -550,8 +574,10 @@ type Database = {
|
|
|
550
574
|
};
|
|
551
575
|
Update: {
|
|
552
576
|
activity_log?: Json;
|
|
577
|
+
client_id?: string | null;
|
|
553
578
|
closed_lost_at?: string | null;
|
|
554
579
|
closed_lost_reason?: string | null;
|
|
580
|
+
company_id?: string | null;
|
|
555
581
|
contact_email?: string;
|
|
556
582
|
contact_id?: string | null;
|
|
557
583
|
created_at?: string;
|
|
@@ -586,6 +612,20 @@ type Database = {
|
|
|
586
612
|
updated_at?: string;
|
|
587
613
|
};
|
|
588
614
|
Relationships: [
|
|
615
|
+
{
|
|
616
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
617
|
+
columns: ["client_id"];
|
|
618
|
+
isOneToOne: false;
|
|
619
|
+
referencedRelation: "clients";
|
|
620
|
+
referencedColumns: ["id"];
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
624
|
+
columns: ["company_id"];
|
|
625
|
+
isOneToOne: false;
|
|
626
|
+
referencedRelation: "acq_companies";
|
|
627
|
+
referencedColumns: ["id"];
|
|
628
|
+
},
|
|
589
629
|
{
|
|
590
630
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
591
631
|
columns: ["contact_id"];
|
|
@@ -1203,6 +1243,77 @@ type Database = {
|
|
|
1203
1243
|
}
|
|
1204
1244
|
];
|
|
1205
1245
|
};
|
|
1246
|
+
clients: {
|
|
1247
|
+
Row: {
|
|
1248
|
+
converted_at: string | null;
|
|
1249
|
+
created_at: string;
|
|
1250
|
+
id: string;
|
|
1251
|
+
metadata: Json;
|
|
1252
|
+
name: string;
|
|
1253
|
+
organization_id: string;
|
|
1254
|
+
primary_company_id: string | null;
|
|
1255
|
+
primary_contact_id: string | null;
|
|
1256
|
+
source_deal_id: string | null;
|
|
1257
|
+
status: string;
|
|
1258
|
+
updated_at: string;
|
|
1259
|
+
};
|
|
1260
|
+
Insert: {
|
|
1261
|
+
converted_at?: string | null;
|
|
1262
|
+
created_at?: string;
|
|
1263
|
+
id?: string;
|
|
1264
|
+
metadata?: Json;
|
|
1265
|
+
name: string;
|
|
1266
|
+
organization_id: string;
|
|
1267
|
+
primary_company_id?: string | null;
|
|
1268
|
+
primary_contact_id?: string | null;
|
|
1269
|
+
source_deal_id?: string | null;
|
|
1270
|
+
status?: string;
|
|
1271
|
+
updated_at?: string;
|
|
1272
|
+
};
|
|
1273
|
+
Update: {
|
|
1274
|
+
converted_at?: string | null;
|
|
1275
|
+
created_at?: string;
|
|
1276
|
+
id?: string;
|
|
1277
|
+
metadata?: Json;
|
|
1278
|
+
name?: string;
|
|
1279
|
+
organization_id?: string;
|
|
1280
|
+
primary_company_id?: string | null;
|
|
1281
|
+
primary_contact_id?: string | null;
|
|
1282
|
+
source_deal_id?: string | null;
|
|
1283
|
+
status?: string;
|
|
1284
|
+
updated_at?: string;
|
|
1285
|
+
};
|
|
1286
|
+
Relationships: [
|
|
1287
|
+
{
|
|
1288
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1289
|
+
columns: ["organization_id"];
|
|
1290
|
+
isOneToOne: false;
|
|
1291
|
+
referencedRelation: "organizations";
|
|
1292
|
+
referencedColumns: ["id"];
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1296
|
+
columns: ["primary_company_id"];
|
|
1297
|
+
isOneToOne: false;
|
|
1298
|
+
referencedRelation: "acq_companies";
|
|
1299
|
+
referencedColumns: ["id"];
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1303
|
+
columns: ["primary_contact_id"];
|
|
1304
|
+
isOneToOne: false;
|
|
1305
|
+
referencedRelation: "acq_contacts";
|
|
1306
|
+
referencedColumns: ["id"];
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1310
|
+
columns: ["source_deal_id"];
|
|
1311
|
+
isOneToOne: false;
|
|
1312
|
+
referencedRelation: "acq_deals";
|
|
1313
|
+
referencedColumns: ["id"];
|
|
1314
|
+
}
|
|
1315
|
+
];
|
|
1316
|
+
};
|
|
1206
1317
|
command_queue: {
|
|
1207
1318
|
Row: {
|
|
1208
1319
|
action_payload: Json | null;
|
|
@@ -2172,6 +2283,7 @@ type Database = {
|
|
|
2172
2283
|
Row: {
|
|
2173
2284
|
actual_end_date: string | null;
|
|
2174
2285
|
client_company_id: string | null;
|
|
2286
|
+
client_id: string | null;
|
|
2175
2287
|
contract_value: number | null;
|
|
2176
2288
|
created_at: string;
|
|
2177
2289
|
deal_id: string | null;
|
|
@@ -2189,6 +2301,7 @@ type Database = {
|
|
|
2189
2301
|
Insert: {
|
|
2190
2302
|
actual_end_date?: string | null;
|
|
2191
2303
|
client_company_id?: string | null;
|
|
2304
|
+
client_id?: string | null;
|
|
2192
2305
|
contract_value?: number | null;
|
|
2193
2306
|
created_at?: string;
|
|
2194
2307
|
deal_id?: string | null;
|
|
@@ -2206,6 +2319,7 @@ type Database = {
|
|
|
2206
2319
|
Update: {
|
|
2207
2320
|
actual_end_date?: string | null;
|
|
2208
2321
|
client_company_id?: string | null;
|
|
2322
|
+
client_id?: string | null;
|
|
2209
2323
|
contract_value?: number | null;
|
|
2210
2324
|
created_at?: string;
|
|
2211
2325
|
deal_id?: string | null;
|
|
@@ -2242,6 +2356,13 @@ type Database = {
|
|
|
2242
2356
|
referencedRelation: "acq_companies";
|
|
2243
2357
|
referencedColumns: ["id"];
|
|
2244
2358
|
},
|
|
2359
|
+
{
|
|
2360
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
2361
|
+
columns: ["client_id"];
|
|
2362
|
+
isOneToOne: false;
|
|
2363
|
+
referencedRelation: "clients";
|
|
2364
|
+
referencedColumns: ["id"];
|
|
2365
|
+
},
|
|
2245
2366
|
{
|
|
2246
2367
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2247
2368
|
columns: ["deal_id"];
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-ND42LPY4.js';
|
|
2
|
+
import '../../chunk-VNFR57DF.js';
|
|
2
3
|
import '../../chunk-RYTEQBAO.js';
|
|
3
4
|
import '../../chunk-PDHTXPSF.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-R66W5UDG.js';
|
|
6
|
+
import '../../chunk-QHEWXU7I.js';
|
|
6
7
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-JKSUN5GN.js';
|
|
8
9
|
import '../../chunk-6YT4IKJ7.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-7HMCB26R.js';
|
|
10
11
|
import '../../chunk-BRXELOHC.js';
|
|
11
12
|
import '../../chunk-3ZMAGTWF.js';
|
|
12
13
|
import '../../chunk-OAVTMITG.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
15
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-HYNYEBHM.js';
|
|
15
|
+
import '../../chunk-3BAPR3KA.js';
|
|
16
|
+
import '../../chunk-3FV6HBXS.js';
|
|
16
17
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-QDEETKYT.js';
|
|
19
|
+
import '../../chunk-6IXOKUBC.js';
|
|
20
|
+
import '../../chunk-L3BVJWML.js';
|
|
19
21
|
import '../../chunk-3KMDHCAR.js';
|
|
20
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-CQZ3DNQY.js';
|
|
21
23
|
import '../../chunk-SZHARWKU.js';
|
|
22
|
-
import '../../chunk-6IXOKUBC.js';
|
|
23
24
|
import '../../chunk-TKAYX2SP.js';
|
|
24
25
|
import '../../chunk-NYBEU5TE.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-TOIXUWR6.js';
|
|
26
27
|
import '../../chunk-2IFYDILW.js';
|
|
27
28
|
import '../../chunk-Q7DJKLEN.js';
|
|
28
29
|
import '../../chunk-JA5ECJJB.js';
|
|
@@ -31,7 +32,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
31
32
|
import '../../chunk-JBWJ6WHZ.js';
|
|
32
33
|
import '../../chunk-DT3QYZVU.js';
|
|
33
34
|
import '../../chunk-RNP5R5I3.js';
|
|
34
|
-
import '../../chunk-
|
|
35
|
+
import '../../chunk-XQHZBA65.js';
|
|
35
36
|
import '../../chunk-KRWALB24.js';
|
|
36
37
|
import '../../chunk-VKIZUUPM.js';
|
|
37
38
|
import '../../chunk-533DUEQY.js';
|
|
@@ -39,4 +40,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
39
40
|
import '../../chunk-2Q2JQSQO.js';
|
|
40
41
|
import '../../chunk-KJ3QUBNU.js';
|
|
41
42
|
import '../../chunk-BRJ3QZ4E.js';
|
|
42
|
-
import '../../chunk-
|
|
43
|
+
import '../../chunk-DZTG5IAC.js';
|
package/dist/graph/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from '../chunk-22UVE3RA.js';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-DZTG5IAC.js';
|