@elevasis/ui 2.32.0 → 2.33.1
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/app/index.d.ts +3 -0
- package/dist/app/index.js +3 -3
- package/dist/{chunk-LLRXA7D7.js → chunk-2VYMDNJ3.js} +1 -1
- package/dist/{chunk-7KZINJLP.js → chunk-3YZRKADM.js} +4 -4
- package/dist/{chunk-MOY4VOHF.js → chunk-4AAZXKLL.js} +1 -1
- package/dist/{chunk-RQTWIXJ5.js → chunk-53436UTQ.js} +1 -1
- package/dist/{chunk-WQPX44YM.js → chunk-AV2TKVVV.js} +673 -168
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/{chunk-T35FWDAB.js → chunk-DYIDXUJS.js} +1089 -158
- package/dist/{chunk-IQHU7O5Y.js → chunk-F3MXFE72.js} +1 -1
- package/dist/{chunk-5FJJ72HU.js → chunk-FOUYP4JX.js} +1 -1
- package/dist/{chunk-QQHOKTJA.js → chunk-H6EFQP2P.js} +39 -2
- package/dist/{chunk-5J4PDX26.js → chunk-KW7ZNQD7.js} +16 -2
- package/dist/{chunk-ZQOKIGZP.js → chunk-NCEQGEW5.js} +4 -4
- package/dist/{chunk-6DWD423K.js → chunk-PIS24NIV.js} +1 -1
- package/dist/{chunk-4MFNGNHF.js → chunk-QVTIOT73.js} +2 -2
- package/dist/{chunk-GCOQ3TBG.js → chunk-SWMQTF2H.js} +2 -2
- package/dist/{chunk-4QK76KIF.js → chunk-UNVRVCXZ.js} +1 -1
- package/dist/{chunk-VRNMNB3O.js → chunk-UYRT7SPM.js} +1 -1
- package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
- package/dist/{chunk-YLQEVSOR.js → chunk-WGUEIGPC.js} +202 -54
- package/dist/{chunk-QXCDKE2O.js → chunk-WJOE76FI.js} +9 -28
- package/dist/{chunk-QTI3KC7D.js → chunk-YENKDBUU.js} +106 -43
- package/dist/components/index.d.ts +117 -4
- package/dist/components/index.js +24 -23
- package/dist/components/navigation/index.js +4 -3
- package/dist/execution/index.d.ts +8 -3
- package/dist/features/auth/index.d.ts +3 -0
- package/dist/features/clients/index.js +8 -7
- package/dist/features/crm/index.d.ts +3 -0
- package/dist/features/crm/index.js +10 -9
- package/dist/features/dashboard/index.d.ts +113 -3
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +3 -0
- package/dist/features/delivery/index.js +9 -8
- package/dist/features/knowledge/index.js +8 -18
- package/dist/features/lead-gen/index.js +10 -9
- package/dist/features/monitoring/index.js +10 -9
- package/dist/features/monitoring/requests/index.d.ts +2 -2
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +560 -93
- package/dist/features/operations/index.js +13 -12
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/delivery/index.d.ts +3 -0
- package/dist/hooks/index.d.ts +210 -6
- package/dist/hooks/index.js +8 -7
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +205 -4
- package/dist/hooks/published.d.ts +210 -6
- package/dist/hooks/published.js +8 -7
- package/dist/index.d.ts +565 -95
- package/dist/index.js +8 -7
- package/dist/initialization/index.d.ts +3 -0
- package/dist/knowledge/index.d.ts +577 -215
- package/dist/knowledge/index.js +1180 -689
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +1 -1
- package/dist/profile/index.d.ts +3 -0
- package/dist/provider/index.d.ts +447 -73
- package/dist/provider/index.js +7 -6
- package/dist/provider/published.d.ts +447 -73
- package/dist/provider/published.js +5 -4
- package/dist/supabase/index.d.ts +6 -0
- package/dist/types/index.d.ts +208 -4
- package/dist/utils/index.d.ts +113 -3
- package/package.json +39 -39
- package/src/README.md +29 -29
- package/src/api/README.md +18 -18
- package/src/app/README.md +24 -24
- package/src/auth/README.md +18 -18
- package/src/components/README.md +24 -24
- package/src/execution/README.md +16 -16
- package/src/features/README.md +28 -28
- package/src/graph/README.md +16 -16
- package/src/hooks/README.md +23 -23
- package/src/initialization/README.md +19 -19
- package/src/knowledge/README.md +31 -31
- package/src/organization/README.md +18 -18
- package/src/profile/README.md +19 -19
- package/src/provider/README.md +32 -32
- package/src/router/README.md +18 -18
- package/src/sse/README.md +13 -13
- package/src/test-utils/README.md +7 -7
- package/src/theme/README.md +23 -23
- package/src/theme/presets/README.md +19 -19
- package/src/types/README.md +16 -16
- package/src/utils/README.md +18 -18
- package/src/zustand/README.md +18 -18
- package/dist/chunk-UROTM5OR.js +0 -172
- package/dist/knowledge-search-index-5KYPO746.js +0 -1479
|
@@ -1647,6 +1647,7 @@ type Database = {
|
|
|
1647
1647
|
origin_execution_id: string | null;
|
|
1648
1648
|
output: Json | null;
|
|
1649
1649
|
resource_id: string;
|
|
1650
|
+
resource_snapshot: Json | null;
|
|
1650
1651
|
resource_status: string;
|
|
1651
1652
|
resource_type: string;
|
|
1652
1653
|
resource_version: string | null;
|
|
@@ -1672,6 +1673,7 @@ type Database = {
|
|
|
1672
1673
|
origin_execution_id?: string | null;
|
|
1673
1674
|
output?: Json | null;
|
|
1674
1675
|
resource_id: string;
|
|
1676
|
+
resource_snapshot?: Json | null;
|
|
1675
1677
|
resource_status?: string;
|
|
1676
1678
|
resource_type?: string;
|
|
1677
1679
|
resource_version?: string | null;
|
|
@@ -1697,6 +1699,7 @@ type Database = {
|
|
|
1697
1699
|
origin_execution_id?: string | null;
|
|
1698
1700
|
output?: Json | null;
|
|
1699
1701
|
resource_id?: string;
|
|
1702
|
+
resource_snapshot?: Json | null;
|
|
1700
1703
|
resource_status?: string;
|
|
1701
1704
|
resource_type?: string;
|
|
1702
1705
|
resource_version?: string | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-
|
|
2
|
-
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-NCEQGEW5.js';
|
|
2
|
+
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../../chunk-4AAZXKLL.js';
|
|
3
3
|
import '../../chunk-VNFR57DF.js';
|
|
4
4
|
import '../../chunk-X4WBGKJQ.js';
|
|
5
5
|
import '../../chunk-IIMU5YAJ.js';
|
|
@@ -8,25 +8,26 @@ import '../../chunk-TUMSNGTX.js';
|
|
|
8
8
|
import '../../chunk-PDHTXPSF.js';
|
|
9
9
|
import '../../chunk-R66W5UDG.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-SWMQTF2H.js';
|
|
12
12
|
import '../../chunk-VNAZTCHA.js';
|
|
13
13
|
import '../../chunk-XZGSCABI.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-FOUYP4JX.js';
|
|
17
|
+
import '../../chunk-53436UTQ.js';
|
|
18
18
|
import '../../chunk-RQA2EVN3.js';
|
|
19
19
|
import '../../chunk-3FV6HBXS.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PIS24NIV.js';
|
|
22
22
|
import '../../chunk-EPTHX4VZ.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-WGUEIGPC.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-WJOE76FI.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-DWXDNT7P.js';
|
|
30
|
+
import '../../chunk-DYIDXUJS.js';
|
|
30
31
|
import '../../chunk-ND5TDV2J.js';
|
|
31
32
|
import '../../chunk-2IFYDILW.js';
|
|
32
33
|
import '../../chunk-Q7DJKLEN.js';
|
|
@@ -9,6 +9,100 @@ declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
|
9
9
|
}>;
|
|
10
10
|
type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
|
|
11
11
|
|
|
12
|
+
declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
13
|
+
objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
14
|
+
id: z.ZodString;
|
|
15
|
+
label: z.ZodOptional<z.ZodString>;
|
|
16
|
+
description: z.ZodOptional<z.ZodString>;
|
|
17
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
18
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
19
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
20
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
21
|
+
}, z.core.$loose>>>>;
|
|
22
|
+
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
23
|
+
id: z.ZodString;
|
|
24
|
+
label: z.ZodOptional<z.ZodString>;
|
|
25
|
+
description: z.ZodOptional<z.ZodString>;
|
|
26
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
27
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
28
|
+
from: z.ZodString;
|
|
29
|
+
to: z.ZodString;
|
|
30
|
+
cardinality: z.ZodOptional<z.ZodString>;
|
|
31
|
+
via: z.ZodOptional<z.ZodString>;
|
|
32
|
+
}, z.core.$loose>>>>;
|
|
33
|
+
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
34
|
+
id: z.ZodString;
|
|
35
|
+
label: z.ZodOptional<z.ZodString>;
|
|
36
|
+
description: z.ZodOptional<z.ZodString>;
|
|
37
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
38
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39
|
+
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
40
|
+
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
41
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
42
|
+
}, z.core.$loose>>>>;
|
|
43
|
+
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
44
|
+
id: z.ZodString;
|
|
45
|
+
label: z.ZodOptional<z.ZodString>;
|
|
46
|
+
description: z.ZodOptional<z.ZodString>;
|
|
47
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
48
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
49
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
50
|
+
appliesTo: z.ZodOptional<z.ZodString>;
|
|
51
|
+
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
52
|
+
}, z.core.$loose>>>>;
|
|
53
|
+
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
54
|
+
id: z.ZodString;
|
|
55
|
+
label: z.ZodOptional<z.ZodString>;
|
|
56
|
+
description: z.ZodOptional<z.ZodString>;
|
|
57
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
58
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
59
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
|
+
}, z.core.$loose>>>>;
|
|
61
|
+
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
62
|
+
id: z.ZodString;
|
|
63
|
+
label: z.ZodOptional<z.ZodString>;
|
|
64
|
+
description: z.ZodOptional<z.ZodString>;
|
|
65
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
66
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
67
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
68
|
+
}, z.core.$loose>>>>;
|
|
69
|
+
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
70
|
+
id: z.ZodString;
|
|
71
|
+
label: z.ZodOptional<z.ZodString>;
|
|
72
|
+
description: z.ZodOptional<z.ZodString>;
|
|
73
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
74
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
75
|
+
primitive: z.ZodOptional<z.ZodString>;
|
|
76
|
+
}, z.core.$loose>>>>;
|
|
77
|
+
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
78
|
+
id: z.ZodString;
|
|
79
|
+
label: z.ZodOptional<z.ZodString>;
|
|
80
|
+
description: z.ZodOptional<z.ZodString>;
|
|
81
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
82
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
83
|
+
valueType: z.ZodOptional<z.ZodString>;
|
|
84
|
+
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
85
|
+
pii: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
+
}, z.core.$loose>>>>;
|
|
87
|
+
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
88
|
+
id: z.ZodString;
|
|
89
|
+
label: z.ZodOptional<z.ZodString>;
|
|
90
|
+
description: z.ZodOptional<z.ZodString>;
|
|
91
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
92
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
93
|
+
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
94
|
+
}, z.core.$loose>>>>;
|
|
95
|
+
surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
96
|
+
id: z.ZodString;
|
|
97
|
+
label: z.ZodOptional<z.ZodString>;
|
|
98
|
+
description: z.ZodOptional<z.ZodString>;
|
|
99
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
100
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
101
|
+
route: z.ZodOptional<z.ZodString>;
|
|
102
|
+
}, z.core.$loose>>>>;
|
|
103
|
+
}, z.core.$strip>>;
|
|
104
|
+
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
105
|
+
|
|
12
106
|
/**
|
|
13
107
|
* Time range selector for dashboard metrics
|
|
14
108
|
*/
|
|
@@ -109,6 +203,10 @@ declare const ContentNodeSchema: z.ZodObject<{
|
|
|
109
203
|
}, z.core.$strip>;
|
|
110
204
|
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
111
205
|
|
|
206
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
207
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
208
|
+
[key: string]: JsonValue;
|
|
209
|
+
};
|
|
112
210
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
113
211
|
interface SystemEntry {
|
|
114
212
|
id: string;
|
|
@@ -143,6 +241,13 @@ interface SystemEntry {
|
|
|
143
241
|
devOnly?: boolean;
|
|
144
242
|
requiresAdmin?: boolean;
|
|
145
243
|
order: number;
|
|
244
|
+
config?: Record<string, JsonValue>;
|
|
245
|
+
ontology?: OntologyScope;
|
|
246
|
+
systems?: Record<string, SystemEntry>;
|
|
247
|
+
/**
|
|
248
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
249
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
250
|
+
*/
|
|
146
251
|
content?: Record<string, ContentNode>;
|
|
147
252
|
subsystems?: Record<string, SystemEntry>;
|
|
148
253
|
}
|
|
@@ -201,16 +306,21 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
201
306
|
kind: z.ZodEnum<{
|
|
202
307
|
links: "links";
|
|
203
308
|
affects: "affects";
|
|
309
|
+
effects: "effects";
|
|
310
|
+
actions: "actions";
|
|
311
|
+
reads: "reads";
|
|
312
|
+
writes: "writes";
|
|
204
313
|
emits: "emits";
|
|
314
|
+
triggers: "triggers";
|
|
315
|
+
uses: "uses";
|
|
316
|
+
approval: "approval";
|
|
205
317
|
contains: "contains";
|
|
206
318
|
references: "references";
|
|
207
319
|
maps_to: "maps_to";
|
|
208
|
-
uses: "uses";
|
|
209
320
|
governs: "governs";
|
|
210
321
|
originates_from: "originates_from";
|
|
211
|
-
triggers: "triggers";
|
|
212
322
|
applies_to: "applies_to";
|
|
213
|
-
|
|
323
|
+
uses_catalog: "uses_catalog";
|
|
214
324
|
}>;
|
|
215
325
|
}, z.core.$strip>;
|
|
216
326
|
type Link = z.infer<typeof LinkSchema>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-2VYMDNJ3.js';
|
|
2
2
|
import '../../chunk-3MEXPLWT.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
4
|
import '../../chunk-4DYOXEH6.js';
|
|
@@ -6,25 +6,26 @@ import '../../chunk-RYTEQBAO.js';
|
|
|
6
6
|
import '../../chunk-22UVE3RA.js';
|
|
7
7
|
import '../../chunk-E4WQGJNS.js';
|
|
8
8
|
import '../../chunk-7M2VOCYN.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-SWMQTF2H.js';
|
|
10
10
|
import '../../chunk-VNAZTCHA.js';
|
|
11
11
|
import '../../chunk-XZGSCABI.js';
|
|
12
12
|
import '../../chunk-BRXELOHC.js';
|
|
13
13
|
import '../../chunk-3ZMAGTWF.js';
|
|
14
|
-
import '../../chunk-
|
|
15
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-FOUYP4JX.js';
|
|
15
|
+
import '../../chunk-53436UTQ.js';
|
|
16
16
|
import '../../chunk-RQA2EVN3.js';
|
|
17
17
|
import '../../chunk-3FV6HBXS.js';
|
|
18
18
|
import '../../chunk-WLOQ4IBG.js';
|
|
19
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-PIS24NIV.js';
|
|
20
20
|
import '../../chunk-EPTHX4VZ.js';
|
|
21
21
|
import '../../chunk-3KMDHCAR.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-WGUEIGPC.js';
|
|
23
23
|
import '../../chunk-SZHARWKU.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-WJOE76FI.js';
|
|
25
25
|
import '../../chunk-TKAYX2SP.js';
|
|
26
26
|
import '../../chunk-NYBEU5TE.js';
|
|
27
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-DWXDNT7P.js';
|
|
28
|
+
import '../../chunk-DYIDXUJS.js';
|
|
28
29
|
import '../../chunk-ND5TDV2J.js';
|
|
29
30
|
import '../../chunk-2IFYDILW.js';
|
|
30
31
|
import '../../chunk-Q7DJKLEN.js';
|
|
@@ -1598,6 +1598,7 @@ type Database = {
|
|
|
1598
1598
|
origin_execution_id: string | null;
|
|
1599
1599
|
output: Json | null;
|
|
1600
1600
|
resource_id: string;
|
|
1601
|
+
resource_snapshot: Json | null;
|
|
1601
1602
|
resource_status: string;
|
|
1602
1603
|
resource_type: string;
|
|
1603
1604
|
resource_version: string | null;
|
|
@@ -1623,6 +1624,7 @@ type Database = {
|
|
|
1623
1624
|
origin_execution_id?: string | null;
|
|
1624
1625
|
output?: Json | null;
|
|
1625
1626
|
resource_id: string;
|
|
1627
|
+
resource_snapshot?: Json | null;
|
|
1626
1628
|
resource_status?: string;
|
|
1627
1629
|
resource_type?: string;
|
|
1628
1630
|
resource_version?: string | null;
|
|
@@ -1648,6 +1650,7 @@ type Database = {
|
|
|
1648
1650
|
origin_execution_id?: string | null;
|
|
1649
1651
|
output?: Json | null;
|
|
1650
1652
|
resource_id?: string;
|
|
1653
|
+
resource_snapshot?: Json | null;
|
|
1651
1654
|
resource_status?: string;
|
|
1652
1655
|
resource_type?: string;
|
|
1653
1656
|
resource_version?: string | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../../chunk-
|
|
1
|
+
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../../chunk-QVTIOT73.js';
|
|
2
2
|
import '../../chunk-VNFR57DF.js';
|
|
3
3
|
import '../../chunk-X4WBGKJQ.js';
|
|
4
4
|
import '../../chunk-IIMU5YAJ.js';
|
|
@@ -8,25 +8,26 @@ import '../../chunk-TUMSNGTX.js';
|
|
|
8
8
|
import '../../chunk-PDHTXPSF.js';
|
|
9
9
|
import '../../chunk-R66W5UDG.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-SWMQTF2H.js';
|
|
12
12
|
import '../../chunk-VNAZTCHA.js';
|
|
13
13
|
import '../../chunk-XZGSCABI.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-FOUYP4JX.js';
|
|
17
|
+
import '../../chunk-53436UTQ.js';
|
|
18
18
|
import '../../chunk-RQA2EVN3.js';
|
|
19
19
|
import '../../chunk-3FV6HBXS.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PIS24NIV.js';
|
|
22
22
|
import '../../chunk-EPTHX4VZ.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-WGUEIGPC.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-WJOE76FI.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-DWXDNT7P.js';
|
|
30
|
+
import '../../chunk-DYIDXUJS.js';
|
|
30
31
|
import '../../chunk-ND5TDV2J.js';
|
|
31
32
|
import '../../chunk-2IFYDILW.js';
|
|
32
33
|
import '../../chunk-Q7DJKLEN.js';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { getSharedOrganizationGraph, KnowledgeSearchBar, KnowledgeTree, getKnowledgeIconToken } from '../../chunk-
|
|
2
|
-
import { ORGANIZATION_GRAPH_NODE_KIND_LABELS } from '../../chunk-
|
|
3
|
-
import
|
|
1
|
+
import { getSharedOrganizationGraph, KnowledgeSearchBar, KnowledgeTree, getKnowledgeIconToken, getKnowledgeNodeReadCommand } from '../../chunk-AV2TKVVV.js';
|
|
2
|
+
import { ORGANIZATION_GRAPH_NODE_KIND_LABELS } from '../../chunk-KW7ZNQD7.js';
|
|
3
|
+
import '../../chunk-CLDCYJQT.js';
|
|
4
4
|
import { SubshellSidebarSection } from '../../chunk-IIMU5YAJ.js';
|
|
5
|
-
import { useElevasisSystems } from '../../chunk-
|
|
6
|
-
import {
|
|
5
|
+
import { useElevasisSystems } from '../../chunk-WJOE76FI.js';
|
|
6
|
+
import { SemanticIcon } from '../../chunk-DWXDNT7P.js';
|
|
7
|
+
import { resolveOrganizationModel } from '../../chunk-DYIDXUJS.js';
|
|
7
8
|
import '../../chunk-2IFYDILW.js';
|
|
8
9
|
import { useRouterContext } from '../../chunk-Q7DJKLEN.js';
|
|
9
10
|
import '../../chunk-JA5ECJJB.js';
|
|
@@ -194,26 +195,15 @@ function NodeButton({ node, isActive, onSelect }) {
|
|
|
194
195
|
c: isActive ? "var(--color-primary)" : hovered ? "var(--color-text)" : void 0,
|
|
195
196
|
fw: isActive ? 600 : 400,
|
|
196
197
|
children: /* @__PURE__ */ jsxs(Group, { component: "span", gap: "xs", wrap: "nowrap", children: [
|
|
197
|
-
/* @__PURE__ */ jsx(
|
|
198
|
-
SemanticIcon,
|
|
199
|
-
{
|
|
200
|
-
token: getKnowledgeIconToken(node),
|
|
201
|
-
fallbackKind: node.kind,
|
|
202
|
-
size: 15,
|
|
203
|
-
style: { color: SIDEBAR_TREE_ACCENT_COLOR }
|
|
204
|
-
}
|
|
205
|
-
),
|
|
198
|
+
/* @__PURE__ */ jsx(SemanticIcon, { token: getKnowledgeIconToken(node), size: 15, style: { color: SIDEBAR_TREE_ACCENT_COLOR } }),
|
|
206
199
|
/* @__PURE__ */ jsx("span", { style: { flex: 1, minWidth: 0, overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" }, children: node.title }),
|
|
207
|
-
hovered ? /* @__PURE__ */ jsx(CopyCommandControl, { command:
|
|
200
|
+
hovered ? /* @__PURE__ */ jsx(CopyCommandControl, { command: getKnowledgeNodeReadCommand(node.id), label: "Copy knowledge command", visible: true }) : null
|
|
208
201
|
] })
|
|
209
202
|
}
|
|
210
203
|
)
|
|
211
204
|
}
|
|
212
205
|
);
|
|
213
206
|
}
|
|
214
|
-
function getKnowledgeReadCommand(nodeId) {
|
|
215
|
-
return `/knowledge read ${nodeId}`;
|
|
216
|
-
}
|
|
217
207
|
function CopyCommandControl({ command, label, visible }) {
|
|
218
208
|
const clipboard = useClipboard({ timeout: 1500 });
|
|
219
209
|
return /* @__PURE__ */ jsx(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists } from '../../chunk-
|
|
2
|
-
export { LEAD_GEN_ITEMS, LeadGenSidebarMiddle } from '../../chunk-
|
|
1
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists } from '../../chunk-3YZRKADM.js';
|
|
2
|
+
export { LEAD_GEN_ITEMS, LeadGenSidebarMiddle } from '../../chunk-4AAZXKLL.js';
|
|
3
3
|
import '../../chunk-3MEXPLWT.js';
|
|
4
4
|
import '../../chunk-VNFR57DF.js';
|
|
5
5
|
import '../../chunk-X4WBGKJQ.js';
|
|
@@ -9,25 +9,26 @@ import '../../chunk-TUMSNGTX.js';
|
|
|
9
9
|
import '../../chunk-PDHTXPSF.js';
|
|
10
10
|
import '../../chunk-R66W5UDG.js';
|
|
11
11
|
import '../../chunk-7M2VOCYN.js';
|
|
12
|
-
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-
|
|
12
|
+
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-SWMQTF2H.js';
|
|
13
13
|
import '../../chunk-VNAZTCHA.js';
|
|
14
14
|
import '../../chunk-XZGSCABI.js';
|
|
15
15
|
import '../../chunk-BRXELOHC.js';
|
|
16
16
|
import '../../chunk-3ZMAGTWF.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-FOUYP4JX.js';
|
|
18
|
+
import '../../chunk-53436UTQ.js';
|
|
19
19
|
import '../../chunk-RQA2EVN3.js';
|
|
20
20
|
import '../../chunk-3FV6HBXS.js';
|
|
21
21
|
import '../../chunk-WLOQ4IBG.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-PIS24NIV.js';
|
|
23
23
|
import '../../chunk-EPTHX4VZ.js';
|
|
24
24
|
import '../../chunk-3KMDHCAR.js';
|
|
25
|
-
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByAction, getListActionWorkflowId, useListActions } from '../../chunk-
|
|
25
|
+
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByAction, getListActionWorkflowId, useListActions } from '../../chunk-WGUEIGPC.js';
|
|
26
26
|
import '../../chunk-SZHARWKU.js';
|
|
27
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-WJOE76FI.js';
|
|
28
28
|
import '../../chunk-TKAYX2SP.js';
|
|
29
29
|
import '../../chunk-NYBEU5TE.js';
|
|
30
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-DWXDNT7P.js';
|
|
31
|
+
import '../../chunk-DYIDXUJS.js';
|
|
31
32
|
import '../../chunk-ND5TDV2J.js';
|
|
32
33
|
import '../../chunk-2IFYDILW.js';
|
|
33
34
|
import '../../chunk-Q7DJKLEN.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
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-UYRT7SPM.js';
|
|
2
|
+
import '../../chunk-F3MXFE72.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
4
|
import '../../chunk-4DYOXEH6.js';
|
|
5
5
|
import '../../chunk-VNFR57DF.js';
|
|
@@ -8,25 +8,26 @@ import '../../chunk-PDHTXPSF.js';
|
|
|
8
8
|
import '../../chunk-R66W5UDG.js';
|
|
9
9
|
import '../../chunk-E4WQGJNS.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-SWMQTF2H.js';
|
|
12
12
|
import '../../chunk-VNAZTCHA.js';
|
|
13
13
|
import '../../chunk-XZGSCABI.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-FOUYP4JX.js';
|
|
17
|
+
import '../../chunk-53436UTQ.js';
|
|
18
18
|
import '../../chunk-RQA2EVN3.js';
|
|
19
19
|
import '../../chunk-3FV6HBXS.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PIS24NIV.js';
|
|
22
22
|
import '../../chunk-EPTHX4VZ.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-WGUEIGPC.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-WJOE76FI.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-DWXDNT7P.js';
|
|
30
|
+
import '../../chunk-DYIDXUJS.js';
|
|
30
31
|
import '../../chunk-ND5TDV2J.js';
|
|
31
32
|
import '../../chunk-2IFYDILW.js';
|
|
32
33
|
import '../../chunk-Q7DJKLEN.js';
|
|
@@ -44,9 +44,9 @@ declare const submittedRequestsManifest: SystemModule;
|
|
|
44
44
|
* reported_requests -> RequestSchemas
|
|
45
45
|
*/
|
|
46
46
|
declare const RequestSeverityEnum: z.ZodEnum<{
|
|
47
|
-
critical: "critical";
|
|
48
47
|
warning: "warning";
|
|
49
48
|
info: "info";
|
|
49
|
+
critical: "critical";
|
|
50
50
|
}>;
|
|
51
51
|
declare const RequestStatusEnum: z.ZodEnum<{
|
|
52
52
|
open: "open";
|
|
@@ -57,8 +57,8 @@ declare const RequestStatusEnum: z.ZodEnum<{
|
|
|
57
57
|
declare const RequestSourceEnum: z.ZodEnum<{
|
|
58
58
|
agent: "agent";
|
|
59
59
|
api: "api";
|
|
60
|
-
external: "external";
|
|
61
60
|
user: "user";
|
|
61
|
+
external: "external";
|
|
62
62
|
webhook: "webhook";
|
|
63
63
|
cli: "cli";
|
|
64
64
|
}>;
|
|
@@ -3,25 +3,26 @@ import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
|
|
|
3
3
|
import { FilterBar } from '../../../chunk-PDHTXPSF.js';
|
|
4
4
|
import { CustomModal } from '../../../chunk-R66W5UDG.js';
|
|
5
5
|
import '../../../chunk-7M2VOCYN.js';
|
|
6
|
-
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-
|
|
6
|
+
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-SWMQTF2H.js';
|
|
7
7
|
import '../../../chunk-VNAZTCHA.js';
|
|
8
8
|
import '../../../chunk-XZGSCABI.js';
|
|
9
9
|
import '../../../chunk-BRXELOHC.js';
|
|
10
10
|
import '../../../chunk-3ZMAGTWF.js';
|
|
11
|
-
import '../../../chunk-
|
|
12
|
-
import '../../../chunk-
|
|
11
|
+
import '../../../chunk-FOUYP4JX.js';
|
|
12
|
+
import '../../../chunk-53436UTQ.js';
|
|
13
13
|
import '../../../chunk-RQA2EVN3.js';
|
|
14
14
|
import '../../../chunk-3FV6HBXS.js';
|
|
15
15
|
import '../../../chunk-WLOQ4IBG.js';
|
|
16
|
-
import '../../../chunk-
|
|
16
|
+
import '../../../chunk-PIS24NIV.js';
|
|
17
17
|
import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-EPTHX4VZ.js';
|
|
18
18
|
import '../../../chunk-3KMDHCAR.js';
|
|
19
|
-
import '../../../chunk-
|
|
19
|
+
import '../../../chunk-WGUEIGPC.js';
|
|
20
20
|
import '../../../chunk-SZHARWKU.js';
|
|
21
|
-
import '../../../chunk-
|
|
21
|
+
import '../../../chunk-WJOE76FI.js';
|
|
22
22
|
import '../../../chunk-TKAYX2SP.js';
|
|
23
23
|
import '../../../chunk-NYBEU5TE.js';
|
|
24
|
-
import '../../../chunk-
|
|
24
|
+
import '../../../chunk-DWXDNT7P.js';
|
|
25
|
+
import '../../../chunk-DYIDXUJS.js';
|
|
25
26
|
import '../../../chunk-ND5TDV2J.js';
|
|
26
27
|
import '../../../chunk-2IFYDILW.js';
|
|
27
28
|
import '../../../chunk-Q7DJKLEN.js';
|