@elevasis/ui 2.27.0 → 2.28.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/api/index.js +2 -2
- package/dist/app/index.d.ts +6 -12
- package/dist/app/index.js +4 -4
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-YO2YORW4.js → chunk-3HCTCMAS.js} +3 -3
- package/dist/{chunk-LWKZ3BCC.js → chunk-5R27NFOI.js} +4 -4
- package/dist/{chunk-JPGX3533.js → chunk-AYSO5A3R.js} +2 -2
- package/dist/{chunk-ONFKASZI.js → chunk-CT5IR4ZA.js} +1 -1
- package/dist/{chunk-RIFTUOPE.js → chunk-GJXAAYZ3.js} +1 -1
- package/dist/{chunk-OGXKOMUT.js → chunk-HNN3QALL.js} +2 -2
- package/dist/{chunk-KEFWANZY.js → chunk-JCGD4GM6.js} +5 -1
- package/dist/chunk-JS7VBTC4.js +250 -0
- package/dist/{chunk-G66QFZXD.js → chunk-K4Q5QUHZ.js} +15 -9
- package/dist/{chunk-UPMX5GJI.js → chunk-M6OJ43NL.js} +32 -5
- package/dist/{chunk-WUVR4QY6.js → chunk-MCRKFDKB.js} +4 -4
- package/dist/{chunk-ZFLM2YVW.js → chunk-MJMFIWEB.js} +1 -1
- package/dist/{chunk-G26INIF3.js → chunk-MZCDRBSI.js} +1 -1
- package/dist/{chunk-YHBPR67D.js → chunk-N63RKL3L.js} +4 -4
- package/dist/{chunk-W2ZTLH7Y.js → chunk-NU5FNTOB.js} +29 -21
- package/dist/{chunk-OHXU5WWK.js → chunk-PBNIW7KV.js} +12 -6
- package/dist/{chunk-QD4X4H5A.js → chunk-SRNIHB7Y.js} +1 -1
- package/dist/{chunk-XZSEPJZQ.js → chunk-TVJROM2V.js} +5 -5
- package/dist/{chunk-JKBGDFX2.js → chunk-UOHOKDKL.js} +378 -254
- package/dist/{chunk-UY5I2KOZ.js → chunk-YNYGUVGW.js} +8 -8
- package/dist/{chunk-SGS4CQ2B.js → chunk-ZPXV5KI3.js} +1 -1
- package/dist/components/index.d.ts +16 -14
- package/dist/components/index.js +25 -25
- package/dist/features/auth/index.d.ts +6 -12
- package/dist/features/auth/index.js +1 -0
- package/dist/features/crm/index.d.ts +16 -14
- package/dist/features/crm/index.js +9 -9
- package/dist/features/dashboard/index.d.ts +16 -3
- package/dist/features/dashboard/index.js +10 -10
- package/dist/features/delivery/index.d.ts +6 -12
- package/dist/features/delivery/index.js +9 -9
- package/dist/features/knowledge/index.js +20 -12
- package/dist/features/lead-gen/index.d.ts +171 -24
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.js +11 -11
- package/dist/features/monitoring/requests/index.js +8 -8
- package/dist/features/operations/index.d.ts +16 -3
- package/dist/features/operations/index.js +15 -15
- package/dist/features/settings/index.d.ts +6 -12
- package/dist/features/settings/index.js +9 -9
- package/dist/hooks/delivery/index.d.ts +6 -12
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +110 -28
- package/dist/hooks/index.js +8 -8
- package/dist/hooks/published.d.ts +110 -28
- package/dist/hooks/published.js +8 -8
- package/dist/index.d.ts +148 -28
- package/dist/index.js +8 -8
- package/dist/initialization/index.d.ts +6 -12
- package/dist/knowledge/index.d.ts +43 -0
- package/dist/knowledge/index.js +49 -12
- package/dist/profile/index.d.ts +6 -12
- package/dist/provider/index.d.ts +44 -12
- package/dist/provider/index.js +6 -6
- package/dist/provider/published.d.ts +44 -12
- package/dist/provider/published.js +5 -5
- package/dist/supabase/index.d.ts +12 -24
- package/dist/test-utils/index.js +2 -2
- package/dist/typeform/index.d.ts +5 -1
- package/dist/typeform/index.js +52 -7
- package/dist/types/index.d.ts +7 -13
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-4KTLOK7K.js +0 -230
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-K4Q5QUHZ.js';
|
|
2
2
|
import '../../chunk-3MEXPLWT.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-HNN3QALL.js';
|
|
5
5
|
import '../../chunk-CW3UNAF2.js';
|
|
6
6
|
import '../../chunk-RYTEQBAO.js';
|
|
7
7
|
import '../../chunk-22UVE3RA.js';
|
|
8
8
|
import '../../chunk-E4WQGJNS.js';
|
|
9
9
|
import '../../chunk-7M2VOCYN.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-N63RKL3L.js';
|
|
11
11
|
import '../../chunk-VKMNWHTL.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-MZCDRBSI.js';
|
|
13
13
|
import '../../chunk-BRXELOHC.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
15
|
import '../../chunk-VMJVQAFZ.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-AYSO5A3R.js';
|
|
17
17
|
import '../../chunk-LH4GPYDX.js';
|
|
18
18
|
import '../../chunk-HLFFKKT3.js';
|
|
19
19
|
import '../../chunk-WLOQ4IBG.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-MJMFIWEB.js';
|
|
21
|
+
import '../../chunk-GJXAAYZ3.js';
|
|
22
22
|
import '../../chunk-3KMDHCAR.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-NU5FNTOB.js';
|
|
24
24
|
import '../../chunk-SZHARWKU.js';
|
|
25
25
|
import '../../chunk-V3HUIZJX.js';
|
|
26
26
|
import '../../chunk-TKAYX2SP.js';
|
|
27
27
|
import '../../chunk-NYBEU5TE.js';
|
|
28
|
-
import '../../chunk-
|
|
28
|
+
import '../../chunk-ZPXV5KI3.js';
|
|
29
29
|
import '../../chunk-2IFYDILW.js';
|
|
30
30
|
import '../../chunk-Q7DJKLEN.js';
|
|
31
31
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -34,7 +34,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
34
34
|
import '../../chunk-KU7ZDWQ7.js';
|
|
35
35
|
import '../../chunk-DT3QYZVU.js';
|
|
36
36
|
import '../../chunk-RNP5R5I3.js';
|
|
37
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-SRNIHB7Y.js';
|
|
38
38
|
import '../../chunk-KRWALB24.js';
|
|
39
39
|
import '../../chunk-WFTNY755.js';
|
|
40
40
|
import '../../chunk-WKJ47GIW.js';
|
|
@@ -74,7 +74,7 @@ type Database = {
|
|
|
74
74
|
name: string;
|
|
75
75
|
num_employees: number | null;
|
|
76
76
|
organization_id: string;
|
|
77
|
-
|
|
77
|
+
processing_state: Json;
|
|
78
78
|
qualification_rubric_key: string | null;
|
|
79
79
|
qualification_score: number | null;
|
|
80
80
|
qualification_signals: Json | null;
|
|
@@ -100,7 +100,7 @@ type Database = {
|
|
|
100
100
|
name: string;
|
|
101
101
|
num_employees?: number | null;
|
|
102
102
|
organization_id: string;
|
|
103
|
-
|
|
103
|
+
processing_state?: Json;
|
|
104
104
|
qualification_rubric_key?: string | null;
|
|
105
105
|
qualification_score?: number | null;
|
|
106
106
|
qualification_signals?: Json | null;
|
|
@@ -126,7 +126,7 @@ type Database = {
|
|
|
126
126
|
name?: string;
|
|
127
127
|
num_employees?: number | null;
|
|
128
128
|
organization_id?: string;
|
|
129
|
-
|
|
129
|
+
processing_state?: Json;
|
|
130
130
|
qualification_rubric_key?: string | null;
|
|
131
131
|
qualification_score?: number | null;
|
|
132
132
|
qualification_signals?: Json | null;
|
|
@@ -165,7 +165,7 @@ type Database = {
|
|
|
165
165
|
nurture: boolean;
|
|
166
166
|
opening_line: string | null;
|
|
167
167
|
organization_id: string;
|
|
168
|
-
|
|
168
|
+
processing_state: Json;
|
|
169
169
|
qualification_rubric_key: string | null;
|
|
170
170
|
qualification_score: number | null;
|
|
171
171
|
qualification_signals: Json | null;
|
|
@@ -193,7 +193,7 @@ type Database = {
|
|
|
193
193
|
nurture?: boolean;
|
|
194
194
|
opening_line?: string | null;
|
|
195
195
|
organization_id: string;
|
|
196
|
-
|
|
196
|
+
processing_state?: Json;
|
|
197
197
|
qualification_rubric_key?: string | null;
|
|
198
198
|
qualification_score?: number | null;
|
|
199
199
|
qualification_signals?: Json | null;
|
|
@@ -221,7 +221,7 @@ type Database = {
|
|
|
221
221
|
nurture?: boolean;
|
|
222
222
|
opening_line?: string | null;
|
|
223
223
|
organization_id?: string;
|
|
224
|
-
|
|
224
|
+
processing_state?: Json;
|
|
225
225
|
qualification_rubric_key?: string | null;
|
|
226
226
|
qualification_score?: number | null;
|
|
227
227
|
qualification_signals?: Json | null;
|
|
@@ -617,7 +617,6 @@ type Database = {
|
|
|
617
617
|
id: string;
|
|
618
618
|
list_id: string;
|
|
619
619
|
pipeline_key: string;
|
|
620
|
-
processing_state: Json;
|
|
621
620
|
source_execution_id: string | null;
|
|
622
621
|
source_input_hash: string | null;
|
|
623
622
|
source_resource_id: string | null;
|
|
@@ -632,7 +631,6 @@ type Database = {
|
|
|
632
631
|
id?: string;
|
|
633
632
|
list_id: string;
|
|
634
633
|
pipeline_key?: string;
|
|
635
|
-
processing_state?: Json;
|
|
636
634
|
source_execution_id?: string | null;
|
|
637
635
|
source_input_hash?: string | null;
|
|
638
636
|
source_resource_id?: string | null;
|
|
@@ -647,7 +645,6 @@ type Database = {
|
|
|
647
645
|
id?: string;
|
|
648
646
|
list_id?: string;
|
|
649
647
|
pipeline_key?: string;
|
|
650
|
-
processing_state?: Json;
|
|
651
648
|
source_execution_id?: string | null;
|
|
652
649
|
source_input_hash?: string | null;
|
|
653
650
|
source_resource_id?: string | null;
|
|
@@ -726,7 +723,6 @@ type Database = {
|
|
|
726
723
|
id: string;
|
|
727
724
|
list_id: string;
|
|
728
725
|
pipeline_key: string;
|
|
729
|
-
processing_state: Json;
|
|
730
726
|
source_execution_id: string | null;
|
|
731
727
|
source_input_hash: string | null;
|
|
732
728
|
source_resource_id: string | null;
|
|
@@ -741,7 +737,6 @@ type Database = {
|
|
|
741
737
|
id?: string;
|
|
742
738
|
list_id: string;
|
|
743
739
|
pipeline_key?: string;
|
|
744
|
-
processing_state?: Json;
|
|
745
740
|
source_execution_id?: string | null;
|
|
746
741
|
source_input_hash?: string | null;
|
|
747
742
|
source_resource_id?: string | null;
|
|
@@ -756,7 +751,6 @@ type Database = {
|
|
|
756
751
|
id?: string;
|
|
757
752
|
list_id?: string;
|
|
758
753
|
pipeline_key?: string;
|
|
759
|
-
processing_state?: Json;
|
|
760
754
|
source_execution_id?: string | null;
|
|
761
755
|
source_input_hash?: string | null;
|
|
762
756
|
source_resource_id?: 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, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } 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, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-MCRKFDKB.js';
|
|
2
2
|
import '../../chunk-ECNNI3NT.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-TUMSNGTX.js';
|
|
@@ -7,25 +7,25 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
7
7
|
import '../../chunk-PDHTXPSF.js';
|
|
8
8
|
import '../../chunk-KVJ3LFH2.js';
|
|
9
9
|
import '../../chunk-7M2VOCYN.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-N63RKL3L.js';
|
|
11
11
|
import '../../chunk-VKMNWHTL.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-MZCDRBSI.js';
|
|
13
13
|
import '../../chunk-BRXELOHC.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
15
|
import '../../chunk-VMJVQAFZ.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-AYSO5A3R.js';
|
|
17
17
|
import '../../chunk-LH4GPYDX.js';
|
|
18
18
|
import '../../chunk-HLFFKKT3.js';
|
|
19
19
|
import '../../chunk-WLOQ4IBG.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-MJMFIWEB.js';
|
|
21
|
+
import '../../chunk-GJXAAYZ3.js';
|
|
22
22
|
import '../../chunk-3KMDHCAR.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-NU5FNTOB.js';
|
|
24
24
|
import '../../chunk-SZHARWKU.js';
|
|
25
25
|
import '../../chunk-V3HUIZJX.js';
|
|
26
26
|
import '../../chunk-TKAYX2SP.js';
|
|
27
27
|
import '../../chunk-NYBEU5TE.js';
|
|
28
|
-
import '../../chunk-
|
|
28
|
+
import '../../chunk-ZPXV5KI3.js';
|
|
29
29
|
import '../../chunk-2IFYDILW.js';
|
|
30
30
|
import '../../chunk-Q7DJKLEN.js';
|
|
31
31
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -34,7 +34,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
34
34
|
import '../../chunk-KU7ZDWQ7.js';
|
|
35
35
|
import '../../chunk-DT3QYZVU.js';
|
|
36
36
|
import '../../chunk-RNP5R5I3.js';
|
|
37
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-SRNIHB7Y.js';
|
|
38
38
|
import '../../chunk-KRWALB24.js';
|
|
39
39
|
import '../../chunk-WFTNY755.js';
|
|
40
40
|
import '../../chunk-WKJ47GIW.js';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { KnowledgeSearchBar, KnowledgeTree, getKnowledgeIconToken, byKind } from '../../chunk-
|
|
2
|
-
import { CommandViewSidebarContent, OrganizationModelSchema, buildOrganizationGraph, DEFAULT_ORGANIZATION_MODEL_OPERATIONS, DEFAULT_ORGANIZATION_MODEL_STATUSES, DEFAULT_ORGANIZATION_MODEL_GOALS, DEFAULT_ORGANIZATION_MODEL_ROLES, DEFAULT_ORGANIZATION_MODEL_OFFERINGS, DEFAULT_ORGANIZATION_MODEL_CUSTOMERS, DEFAULT_ORGANIZATION_MODEL_IDENTITY, DEFAULT_ORGANIZATION_MODEL_PROJECTS, DEFAULT_ORGANIZATION_MODEL_BRANDING } from '../../chunk-
|
|
1
|
+
import { KnowledgeSearchBar, KnowledgeTree, getKnowledgeIconToken, byKind } from '../../chunk-CT5IR4ZA.js';
|
|
2
|
+
import { CommandViewSidebarContent, OrganizationModelSchema, buildOrganizationGraph, DEFAULT_ORGANIZATION_MODEL_OPERATIONS, DEFAULT_ORGANIZATION_MODEL_STATUSES, DEFAULT_ORGANIZATION_MODEL_GOALS, DEFAULT_ORGANIZATION_MODEL_ROLES, DEFAULT_ORGANIZATION_MODEL_OFFERINGS, DEFAULT_ORGANIZATION_MODEL_CUSTOMERS, DEFAULT_ORGANIZATION_MODEL_IDENTITY, DEFAULT_ORGANIZATION_MODEL_PROJECTS, DEFAULT_ORGANIZATION_MODEL_BRANDING } from '../../chunk-PBNIW7KV.js';
|
|
3
3
|
import '../../chunk-ZTWA5H77.js';
|
|
4
|
-
import { SemanticIcon } from '../../chunk-
|
|
4
|
+
import { SemanticIcon } from '../../chunk-JCGD4GM6.js';
|
|
5
5
|
import '../../chunk-XQQEKWTL.js';
|
|
6
6
|
import { KNOWLEDGE_FEATURE_ID } from '../../chunk-ECNNI3NT.js';
|
|
7
|
-
import { DEFAULT_ORGANIZATION_MODEL_PROSPECTING } from '../../chunk-
|
|
7
|
+
import { DEFAULT_ORGANIZATION_MODEL_PROSPECTING } from '../../chunk-JS7VBTC4.js';
|
|
8
8
|
import '../../chunk-CW3UNAF2.js';
|
|
9
9
|
import { SubshellSidebarSection } from '../../chunk-IIMU5YAJ.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-N63RKL3L.js';
|
|
12
12
|
import '../../chunk-VKMNWHTL.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-MZCDRBSI.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
16
|
import '../../chunk-VMJVQAFZ.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-AYSO5A3R.js';
|
|
18
18
|
import '../../chunk-LH4GPYDX.js';
|
|
19
19
|
import '../../chunk-HLFFKKT3.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-MJMFIWEB.js';
|
|
22
|
+
import '../../chunk-GJXAAYZ3.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import { DEFAULT_ORGANIZATION_MODEL_SALES } from '../../chunk-
|
|
24
|
+
import { DEFAULT_ORGANIZATION_MODEL_SALES } from '../../chunk-NU5FNTOB.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
26
|
import { useElevasisFeatures } from '../../chunk-V3HUIZJX.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-ZPXV5KI3.js';
|
|
30
30
|
import '../../chunk-2IFYDILW.js';
|
|
31
31
|
import { useRouterContext } from '../../chunk-Q7DJKLEN.js';
|
|
32
32
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -35,7 +35,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
35
35
|
import '../../chunk-KU7ZDWQ7.js';
|
|
36
36
|
import '../../chunk-DT3QYZVU.js';
|
|
37
37
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-SRNIHB7Y.js';
|
|
39
39
|
import '../../chunk-KRWALB24.js';
|
|
40
40
|
import '../../chunk-WFTNY755.js';
|
|
41
41
|
import '../../chunk-WKJ47GIW.js';
|
|
@@ -177,6 +177,14 @@ var DEFAULT_ORGANIZATION_MODEL = {
|
|
|
177
177
|
enabled: true,
|
|
178
178
|
uiPosition: "sidebar-primary"
|
|
179
179
|
},
|
|
180
|
+
{
|
|
181
|
+
id: "monitoring.calendar",
|
|
182
|
+
label: "Calendar",
|
|
183
|
+
description: "Google Calendar events and agenda views",
|
|
184
|
+
enabled: true,
|
|
185
|
+
path: "/monitoring/calendar",
|
|
186
|
+
icon: "feature.calendar"
|
|
187
|
+
},
|
|
180
188
|
{
|
|
181
189
|
id: "monitoring.activity-log",
|
|
182
190
|
label: "Activity Log",
|
|
@@ -3,6 +3,7 @@ import { ReactNode, ComponentType } from 'react';
|
|
|
3
3
|
import * as z from 'zod';
|
|
4
4
|
import { z as z$1 } from 'zod';
|
|
5
5
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
6
|
+
import { BuildPlanSnapshotStep } from '@elevasis/sdk';
|
|
6
7
|
|
|
7
8
|
interface LeadGenSidebarProps {
|
|
8
9
|
/** Replace the default `LeadGenSidebarMiddle` with custom middle content. Leave unset for the default layout. */
|
|
@@ -140,6 +141,48 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
140
141
|
}, z$1.core.$strip>>>;
|
|
141
142
|
}, z$1.core.$strip>;
|
|
142
143
|
}, z$1.core.$strip>;
|
|
144
|
+
/**
|
|
145
|
+
* Progress response for GET /acquisition/lists/:listId/progress.
|
|
146
|
+
* Aggregated on-demand from processing_state status values.
|
|
147
|
+
* Stage keys are discovered from observed processing_state keys.
|
|
148
|
+
*/
|
|
149
|
+
declare const ListProgressResponseSchema: z$1.ZodObject<{
|
|
150
|
+
totalMembers: z$1.ZodNumber;
|
|
151
|
+
totalCompanies: z$1.ZodNumber;
|
|
152
|
+
byCompanyStage: z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
153
|
+
total: z$1.ZodNumber;
|
|
154
|
+
attempted: z$1.ZodNumber;
|
|
155
|
+
success: z$1.ZodNumber;
|
|
156
|
+
noResult: z$1.ZodNumber;
|
|
157
|
+
skipped: z$1.ZodNumber;
|
|
158
|
+
error: z$1.ZodNumber;
|
|
159
|
+
other: z$1.ZodNumber;
|
|
160
|
+
notAttempted: z$1.ZodNumber;
|
|
161
|
+
}, z$1.core.$strip>>;
|
|
162
|
+
byContactStage: z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
163
|
+
total: z$1.ZodNumber;
|
|
164
|
+
attempted: z$1.ZodNumber;
|
|
165
|
+
success: z$1.ZodNumber;
|
|
166
|
+
noResult: z$1.ZodNumber;
|
|
167
|
+
skipped: z$1.ZodNumber;
|
|
168
|
+
error: z$1.ZodNumber;
|
|
169
|
+
other: z$1.ZodNumber;
|
|
170
|
+
notAttempted: z$1.ZodNumber;
|
|
171
|
+
}, z$1.core.$strip>>;
|
|
172
|
+
}, z$1.core.$strip>;
|
|
173
|
+
/**
|
|
174
|
+
* Row from acq_list_executions joined with the execution summary,
|
|
175
|
+
* shaped for the /lists/:id/executions response.
|
|
176
|
+
*/
|
|
177
|
+
declare const ListExecutionSummarySchema: z$1.ZodObject<{
|
|
178
|
+
executionId: z$1.ZodString;
|
|
179
|
+
resourceId: z$1.ZodString;
|
|
180
|
+
status: z$1.ZodString;
|
|
181
|
+
createdAt: z$1.ZodString;
|
|
182
|
+
completedAt: z$1.ZodNullable<z$1.ZodString>;
|
|
183
|
+
durationMs: z$1.ZodNullable<z$1.ZodNumber>;
|
|
184
|
+
input: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodUnknown>>;
|
|
185
|
+
}, z$1.core.$strip>;
|
|
143
186
|
declare const ListCompaniesQuerySchema: z$1.ZodObject<{
|
|
144
187
|
search: z$1.ZodOptional<z$1.ZodString>;
|
|
145
188
|
listId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -147,6 +190,7 @@ declare const ListCompaniesQuerySchema: z$1.ZodObject<{
|
|
|
147
190
|
website: z$1.ZodOptional<z$1.ZodString>;
|
|
148
191
|
segment: z$1.ZodOptional<z$1.ZodString>;
|
|
149
192
|
category: z$1.ZodOptional<z$1.ZodString>;
|
|
193
|
+
pipelineStatus: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
150
194
|
batchId: z$1.ZodOptional<z$1.ZodString>;
|
|
151
195
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
152
196
|
active: "active";
|
|
@@ -182,7 +226,16 @@ declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
|
182
226
|
category: z$1.ZodNullable<z$1.ZodString>;
|
|
183
227
|
categoryPain: z$1.ZodNullable<z$1.ZodString>;
|
|
184
228
|
segment: z$1.ZodNullable<z$1.ZodString>;
|
|
185
|
-
|
|
229
|
+
processingState: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
230
|
+
status: z$1.ZodEnum<{
|
|
231
|
+
error: "error";
|
|
232
|
+
success: "success";
|
|
233
|
+
no_result: "no_result";
|
|
234
|
+
skipped: "skipped";
|
|
235
|
+
}>;
|
|
236
|
+
data: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
237
|
+
}, z$1.core.$loose>>>;
|
|
238
|
+
pipelineStatus: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodUnknown>>;
|
|
186
239
|
enrichmentData: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
187
240
|
source: z$1.ZodNullable<z$1.ZodString>;
|
|
188
241
|
batchId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -215,7 +268,16 @@ declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
|
215
268
|
openingLine: z$1.ZodNullable<z$1.ZodString>;
|
|
216
269
|
source: z$1.ZodNullable<z$1.ZodString>;
|
|
217
270
|
sourceId: z$1.ZodNullable<z$1.ZodString>;
|
|
218
|
-
|
|
271
|
+
processingState: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
272
|
+
status: z$1.ZodEnum<{
|
|
273
|
+
error: "error";
|
|
274
|
+
success: "success";
|
|
275
|
+
no_result: "no_result";
|
|
276
|
+
skipped: "skipped";
|
|
277
|
+
}>;
|
|
278
|
+
data: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
279
|
+
}, z$1.core.$loose>>>;
|
|
280
|
+
pipelineStatus: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodUnknown>>;
|
|
219
281
|
enrichmentData: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
220
282
|
attioPersonId: z$1.ZodNullable<z$1.ZodString>;
|
|
221
283
|
batchId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -253,6 +315,8 @@ type AcqContactResponse = z$1.infer<typeof AcqContactResponseSchema>;
|
|
|
253
315
|
type AcqArtifactOwnerKind = z$1.infer<typeof AcqArtifactOwnerKindSchema>;
|
|
254
316
|
type ListStatus = z$1.infer<typeof ListStatusSchema>;
|
|
255
317
|
type AcqListResponse = z$1.infer<typeof AcqListResponseSchema>;
|
|
318
|
+
type ListExecutionSummaryInput = z$1.infer<typeof ListExecutionSummarySchema>;
|
|
319
|
+
type ListProgress = z$1.infer<typeof ListProgressResponseSchema>;
|
|
256
320
|
|
|
257
321
|
interface Action {
|
|
258
322
|
key: string;
|
|
@@ -339,6 +403,7 @@ declare const companyKeys: {
|
|
|
339
403
|
website?: string | undefined;
|
|
340
404
|
segment?: string | undefined;
|
|
341
405
|
category?: string | undefined;
|
|
406
|
+
pipelineStatus?: unknown;
|
|
342
407
|
batchId?: string | undefined;
|
|
343
408
|
status?: "active" | "invalid" | undefined;
|
|
344
409
|
includeAll?: boolean | undefined;
|
|
@@ -361,7 +426,11 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
361
426
|
category: string | null;
|
|
362
427
|
categoryPain: string | null;
|
|
363
428
|
segment: string | null;
|
|
364
|
-
|
|
429
|
+
processingState: Record<string, {
|
|
430
|
+
[x: string]: unknown;
|
|
431
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
432
|
+
data?: unknown;
|
|
433
|
+
}> | null;
|
|
365
434
|
enrichmentData: Record<string, unknown> | null;
|
|
366
435
|
source: string | null;
|
|
367
436
|
batchId: string | null;
|
|
@@ -370,6 +439,7 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
370
439
|
verticalResearch: string | null;
|
|
371
440
|
createdAt: string;
|
|
372
441
|
updatedAt: string;
|
|
442
|
+
pipelineStatus?: unknown;
|
|
373
443
|
}[];
|
|
374
444
|
total: number;
|
|
375
445
|
limit: number;
|
|
@@ -390,7 +460,11 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
390
460
|
category: string | null;
|
|
391
461
|
categoryPain: string | null;
|
|
392
462
|
segment: string | null;
|
|
393
|
-
|
|
463
|
+
processingState: Record<string, {
|
|
464
|
+
[x: string]: unknown;
|
|
465
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
466
|
+
data?: unknown;
|
|
467
|
+
}> | null;
|
|
394
468
|
enrichmentData: Record<string, unknown> | null;
|
|
395
469
|
source: string | null;
|
|
396
470
|
batchId: string | null;
|
|
@@ -399,6 +473,7 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
399
473
|
verticalResearch: string | null;
|
|
400
474
|
createdAt: string;
|
|
401
475
|
updatedAt: string;
|
|
476
|
+
pipelineStatus?: unknown;
|
|
402
477
|
} | null, Error>;
|
|
403
478
|
declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
404
479
|
id: string;
|
|
@@ -414,7 +489,11 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
414
489
|
category: string | null;
|
|
415
490
|
categoryPain: string | null;
|
|
416
491
|
segment: string | null;
|
|
417
|
-
|
|
492
|
+
processingState: Record<string, {
|
|
493
|
+
[x: string]: unknown;
|
|
494
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
495
|
+
data?: unknown;
|
|
496
|
+
}> | null;
|
|
418
497
|
enrichmentData: Record<string, unknown> | null;
|
|
419
498
|
source: string | null;
|
|
420
499
|
batchId: string | null;
|
|
@@ -423,6 +502,7 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
423
502
|
verticalResearch: string | null;
|
|
424
503
|
createdAt: string;
|
|
425
504
|
updatedAt: string;
|
|
505
|
+
pipelineStatus?: unknown;
|
|
426
506
|
}, Error, {
|
|
427
507
|
name: string;
|
|
428
508
|
domain?: string | undefined;
|
|
@@ -435,6 +515,7 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
435
515
|
category?: string | undefined;
|
|
436
516
|
source?: string | undefined;
|
|
437
517
|
batchId?: string | undefined;
|
|
518
|
+
pipelineStatus?: unknown;
|
|
438
519
|
verticalResearch?: string | undefined;
|
|
439
520
|
}, unknown>;
|
|
440
521
|
declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseMutationResult<{
|
|
@@ -451,7 +532,11 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
451
532
|
category: string | null;
|
|
452
533
|
categoryPain: string | null;
|
|
453
534
|
segment: string | null;
|
|
454
|
-
|
|
535
|
+
processingState: Record<string, {
|
|
536
|
+
[x: string]: unknown;
|
|
537
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
538
|
+
data?: unknown;
|
|
539
|
+
}> | null;
|
|
455
540
|
enrichmentData: Record<string, unknown> | null;
|
|
456
541
|
source: string | null;
|
|
457
542
|
batchId: string | null;
|
|
@@ -460,6 +545,7 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
460
545
|
verticalResearch: string | null;
|
|
461
546
|
createdAt: string;
|
|
462
547
|
updatedAt: string;
|
|
548
|
+
pipelineStatus?: unknown;
|
|
463
549
|
}, Error, {
|
|
464
550
|
name?: string | undefined;
|
|
465
551
|
domain?: string | undefined;
|
|
@@ -471,7 +557,12 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
471
557
|
locationState?: string | undefined;
|
|
472
558
|
category?: string | undefined;
|
|
473
559
|
segment?: string | undefined;
|
|
474
|
-
|
|
560
|
+
processingState?: Record<string, {
|
|
561
|
+
[x: string]: unknown;
|
|
562
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
563
|
+
data?: unknown;
|
|
564
|
+
}> | undefined;
|
|
565
|
+
pipelineStatus?: unknown;
|
|
475
566
|
enrichmentData?: Record<string, unknown> | undefined;
|
|
476
567
|
source?: string | undefined;
|
|
477
568
|
batchId?: string | undefined;
|
|
@@ -510,13 +601,18 @@ declare function useContacts(filters?: Partial<ListContactsQuery>): _tanstack_re
|
|
|
510
601
|
openingLine: string | null;
|
|
511
602
|
source: string | null;
|
|
512
603
|
sourceId: string | null;
|
|
513
|
-
|
|
604
|
+
processingState: Record<string, {
|
|
605
|
+
[x: string]: unknown;
|
|
606
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
607
|
+
data?: unknown;
|
|
608
|
+
}> | null;
|
|
514
609
|
enrichmentData: Record<string, unknown> | null;
|
|
515
610
|
attioPersonId: string | null;
|
|
516
611
|
batchId: string | null;
|
|
517
612
|
status: "active" | "invalid";
|
|
518
613
|
createdAt: string;
|
|
519
614
|
updatedAt: string;
|
|
615
|
+
pipelineStatus?: unknown;
|
|
520
616
|
company?: {
|
|
521
617
|
id: string;
|
|
522
618
|
name: string;
|
|
@@ -547,13 +643,18 @@ declare function useContact(contactId: string): _tanstack_react_query.UseQueryRe
|
|
|
547
643
|
openingLine: string | null;
|
|
548
644
|
source: string | null;
|
|
549
645
|
sourceId: string | null;
|
|
550
|
-
|
|
646
|
+
processingState: Record<string, {
|
|
647
|
+
[x: string]: unknown;
|
|
648
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
649
|
+
data?: unknown;
|
|
650
|
+
}> | null;
|
|
551
651
|
enrichmentData: Record<string, unknown> | null;
|
|
552
652
|
attioPersonId: string | null;
|
|
553
653
|
batchId: string | null;
|
|
554
654
|
status: "active" | "invalid";
|
|
555
655
|
createdAt: string;
|
|
556
656
|
updatedAt: string;
|
|
657
|
+
pipelineStatus?: unknown;
|
|
557
658
|
company?: {
|
|
558
659
|
id: string;
|
|
559
660
|
name: string;
|
|
@@ -580,13 +681,18 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
580
681
|
openingLine: string | null;
|
|
581
682
|
source: string | null;
|
|
582
683
|
sourceId: string | null;
|
|
583
|
-
|
|
684
|
+
processingState: Record<string, {
|
|
685
|
+
[x: string]: unknown;
|
|
686
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
687
|
+
data?: unknown;
|
|
688
|
+
}> | null;
|
|
584
689
|
enrichmentData: Record<string, unknown> | null;
|
|
585
690
|
attioPersonId: string | null;
|
|
586
691
|
batchId: string | null;
|
|
587
692
|
status: "active" | "invalid";
|
|
588
693
|
createdAt: string;
|
|
589
694
|
updatedAt: string;
|
|
695
|
+
pipelineStatus?: unknown;
|
|
590
696
|
company?: {
|
|
591
697
|
id: string;
|
|
592
698
|
name: string;
|
|
@@ -607,6 +713,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
607
713
|
source?: string | undefined;
|
|
608
714
|
sourceId?: string | undefined;
|
|
609
715
|
batchId?: string | undefined;
|
|
716
|
+
pipelineStatus?: unknown;
|
|
610
717
|
}, unknown>;
|
|
611
718
|
declare function useUpdateContact(contactId: string): _tanstack_react_query.UseMutationResult<{
|
|
612
719
|
id: string;
|
|
@@ -623,13 +730,18 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
623
730
|
openingLine: string | null;
|
|
624
731
|
source: string | null;
|
|
625
732
|
sourceId: string | null;
|
|
626
|
-
|
|
733
|
+
processingState: Record<string, {
|
|
734
|
+
[x: string]: unknown;
|
|
735
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
736
|
+
data?: unknown;
|
|
737
|
+
}> | null;
|
|
627
738
|
enrichmentData: Record<string, unknown> | null;
|
|
628
739
|
attioPersonId: string | null;
|
|
629
740
|
batchId: string | null;
|
|
630
741
|
status: "active" | "invalid";
|
|
631
742
|
createdAt: string;
|
|
632
743
|
updatedAt: string;
|
|
744
|
+
pipelineStatus?: unknown;
|
|
633
745
|
company?: {
|
|
634
746
|
id: string;
|
|
635
747
|
name: string;
|
|
@@ -650,7 +762,12 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
650
762
|
headline?: string | undefined;
|
|
651
763
|
filterReason?: string | undefined;
|
|
652
764
|
openingLine?: string | undefined;
|
|
653
|
-
|
|
765
|
+
processingState?: Record<string, {
|
|
766
|
+
[x: string]: unknown;
|
|
767
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
768
|
+
data?: unknown;
|
|
769
|
+
}> | undefined;
|
|
770
|
+
pipelineStatus?: unknown;
|
|
654
771
|
enrichmentData?: Record<string, unknown> | undefined;
|
|
655
772
|
status?: "active" | "invalid" | undefined;
|
|
656
773
|
}, unknown>;
|
|
@@ -847,6 +964,16 @@ declare function LeadGenOverviewPage(): react_jsx_runtime.JSX.Element;
|
|
|
847
964
|
|
|
848
965
|
declare function LeadGenListsPage(): react_jsx_runtime.JSX.Element;
|
|
849
966
|
|
|
967
|
+
declare function LeadGenListDetailPage({ listId }: {
|
|
968
|
+
listId: string;
|
|
969
|
+
}): react_jsx_runtime.JSX.Element;
|
|
970
|
+
|
|
971
|
+
declare function ListBuilderIndexPage(): react_jsx_runtime.JSX.Element;
|
|
972
|
+
|
|
973
|
+
declare function ListBuilderPage({ listId }: {
|
|
974
|
+
listId: string;
|
|
975
|
+
}): react_jsx_runtime.JSX.Element;
|
|
976
|
+
|
|
850
977
|
/**
|
|
851
978
|
* All valid dotted paths into T.
|
|
852
979
|
* Arrays of primitives are treated as leaf (return K only).
|
|
@@ -953,16 +1080,6 @@ declare function useListActions(): ListBuilderRegistry;
|
|
|
953
1080
|
declare function findListActionByCapability(registry: ListBuilderRegistry, capabilityKey: LeadGenCapabilityKey): ListBuilderWorkflow | undefined;
|
|
954
1081
|
declare function getListActionWorkflowId(action: ListBuilderWorkflow): string;
|
|
955
1082
|
|
|
956
|
-
declare function LeadGenListDetailPage({ listId }: {
|
|
957
|
-
listId: string;
|
|
958
|
-
}): react_jsx_runtime.JSX.Element;
|
|
959
|
-
|
|
960
|
-
declare function ListBuilderIndexPage(): react_jsx_runtime.JSX.Element;
|
|
961
|
-
|
|
962
|
-
declare function ListBuilderPage({ listId }: {
|
|
963
|
-
listId: string;
|
|
964
|
-
}): react_jsx_runtime.JSX.Element;
|
|
965
|
-
|
|
966
1083
|
interface MembersPanelSelection {
|
|
967
1084
|
selectedCompanyIds: string[];
|
|
968
1085
|
selectedContactIds: string[];
|
|
@@ -987,5 +1104,35 @@ declare function LeadGenCompaniesPage(): react_jsx_runtime.JSX.Element;
|
|
|
987
1104
|
|
|
988
1105
|
declare function LeadGenContactsPage(): react_jsx_runtime.JSX.Element;
|
|
989
1106
|
|
|
990
|
-
|
|
991
|
-
|
|
1107
|
+
declare const ORPHAN_STAGE_ORDER = 9999;
|
|
1108
|
+
type BuildStepPrimaryEntity = BuildPlanSnapshotStep['primaryEntity'];
|
|
1109
|
+
type BuildStepOutput = BuildPlanSnapshotStep['outputs'][number];
|
|
1110
|
+
interface MvpBuildStepDefinition extends Omit<BuildPlanSnapshotStep, 'capabilityKey' | 'description' | 'outputs'> {
|
|
1111
|
+
description: string;
|
|
1112
|
+
outputs: readonly BuildStepOutput[];
|
|
1113
|
+
capabilityKey: LeadGenCapabilityKey;
|
|
1114
|
+
emptyBlockedText: string;
|
|
1115
|
+
}
|
|
1116
|
+
interface BuildStepState extends MvpBuildStepDefinition {
|
|
1117
|
+
status: ListBuildStepStatus;
|
|
1118
|
+
ready: number;
|
|
1119
|
+
complete: number;
|
|
1120
|
+
failed: number;
|
|
1121
|
+
blocked: number;
|
|
1122
|
+
nextActionKind: ListBuildActionKind | 'none';
|
|
1123
|
+
recommendedAction?: ListBuildRecommendedAction;
|
|
1124
|
+
action?: ListBuilderWorkflow;
|
|
1125
|
+
}
|
|
1126
|
+
interface BuildResolution {
|
|
1127
|
+
steps: BuildStepState[];
|
|
1128
|
+
recommendedStep: BuildStepState | null;
|
|
1129
|
+
recommendedAction: ListBuildRecommendedAction | null;
|
|
1130
|
+
}
|
|
1131
|
+
declare function sortStageKeys(keys: string[]): string[];
|
|
1132
|
+
declare function resolveBuildPlanSteps(list: AcqListResponse): MvpBuildStepDefinition[];
|
|
1133
|
+
declare function getStepActionLabel(kind: ListBuildActionKind | 'none'): "Retry failed" | "Run next batch" | "Advanced" | "No action";
|
|
1134
|
+
declare function deriveBusinessProgress(list: AcqListResponse, progress: ListProgress, actions?: ListBuilderRegistry, executions?: ListExecutionSummaryInput[]): ListProgress;
|
|
1135
|
+
declare function resolveBuildState(list: AcqListResponse, progress: ListProgress, actions: ListBuilderRegistry): BuildResolution;
|
|
1136
|
+
|
|
1137
|
+
export { CompanyDetailModal, ContactDetailModal, EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByCapability, formatDate, getEnrichmentColor, getEnrichmentStatus, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
|
|
1138
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, BuildResolution, BuildStepPrimaryEntity, BuildStepState, LeadGenCapabilityKey, LeadGenCompanyListItem, LeadGenContactListItem, LeadGenRouteLink, LeadGenSidebarMiddleProps, LeadGenStageKey, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, MvpBuildStepDefinition, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };
|