@elevasis/ui 2.30.0 → 2.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +2 -2
- package/dist/app/index.css +38 -0
- package/dist/app/index.d.ts +190 -9
- package/dist/app/index.js +7 -6
- package/dist/charts/index.js +4 -5
- package/dist/{chunk-HXZQWMKE.js → chunk-2RJMVWFJ.js} +1 -6
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
- package/dist/{chunk-JKTPRYGV.js → chunk-4MFNGNHF.js} +123 -192
- package/dist/{chunk-HYLERWRO.js → chunk-4QK76KIF.js} +7 -7
- package/dist/chunk-5FJJ72HU.js +13 -0
- package/dist/chunk-5J4PDX26.js +112 -0
- package/dist/{chunk-4SY6BTVZ.js → chunk-6DWD423K.js} +12 -9
- package/dist/{chunk-3GV5NHSS.js → chunk-7KZINJLP.js} +78 -232
- package/dist/{chunk-6WXDE5LZ.js → chunk-EPTHX4VZ.js} +1 -1
- package/dist/{chunk-6EFVZV6X.js → chunk-GCOQ3TBG.js} +243 -254
- package/dist/{chunk-LRZFLK2F.js → chunk-IQHU7O5Y.js} +4 -4
- package/dist/{chunk-X2SUMO3P.js → chunk-IZWTVFJ2.js} +16 -3
- package/dist/{chunk-IKQ42WHU.js → chunk-JFL3GRD4.js} +1 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-LLRXA7D7.js} +5 -6
- package/dist/chunk-MOY4VOHF.js +347 -0
- package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
- package/dist/{chunk-7E3FUTND.js → chunk-ND5TDV2J.js} +1 -1
- package/dist/{chunk-WF227UBV.js → chunk-QQHOKTJA.js} +4 -4
- package/dist/{chunk-A7B7HLDF.js → chunk-QTI3KC7D.js} +5884 -515
- package/dist/chunk-QXCDKE2O.js +486 -0
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-T5Z7G2J2.js → chunk-RQA2EVN3.js} +6 -16
- package/dist/{chunk-SKXXT3E2.js → chunk-RQTWIXJ5.js} +4 -4
- package/dist/chunk-T35FWDAB.js +4342 -0
- package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-JCGD4GM6.js → chunk-UROTM5OR.js} +14 -1
- package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-SBCIB5TZ.js → chunk-VRNMNB3O.js} +6 -7
- package/dist/chunk-WQPX44YM.js +1626 -0
- package/dist/{chunk-T2PAD63Y.js → chunk-XZGSCABI.js} +1 -1
- package/dist/chunk-YLQEVSOR.js +299 -0
- package/dist/{chunk-P5WYW2GI.js → chunk-ZQOKIGZP.js} +152 -306
- package/dist/components/index.css +38 -0
- package/dist/components/index.d.ts +334 -38
- package/dist/components/index.js +42 -42
- package/dist/components/navigation/index.css +38 -0
- package/dist/components/navigation/index.js +3 -2
- package/dist/execution/index.d.ts +9 -3
- package/dist/features/auth/index.css +38 -0
- package/dist/features/auth/index.d.ts +212 -14
- package/dist/features/auth/index.js +41 -9
- package/dist/features/clients/index.css +649 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +720 -0
- package/dist/features/crm/index.css +38 -0
- package/dist/features/crm/index.d.ts +228 -20
- package/dist/features/crm/index.js +20 -17
- package/dist/features/dashboard/index.css +38 -0
- package/dist/features/dashboard/index.d.ts +78 -3
- package/dist/features/dashboard/index.js +16 -16
- package/dist/features/delivery/index.css +38 -0
- package/dist/features/delivery/index.d.ts +201 -18
- package/dist/features/delivery/index.js +20 -18
- package/dist/features/knowledge/index.css +38 -0
- package/dist/features/knowledge/index.d.ts +20 -18
- package/dist/features/knowledge/index.js +116 -578
- package/dist/features/lead-gen/index.css +38 -0
- package/dist/features/lead-gen/index.d.ts +59 -51
- package/dist/features/lead-gen/index.js +20 -18
- package/dist/features/monitoring/index.css +38 -0
- package/dist/features/monitoring/index.d.ts +20 -18
- package/dist/features/monitoring/index.js +19 -18
- package/dist/features/monitoring/requests/index.css +38 -0
- package/dist/features/monitoring/requests/index.d.ts +21 -19
- package/dist/features/monitoring/requests/index.js +17 -15
- package/dist/features/operations/index.css +38 -0
- package/dist/features/operations/index.d.ts +945 -45
- package/dist/features/operations/index.js +24 -26
- package/dist/features/seo/index.d.ts +20 -18
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.css +38 -0
- package/dist/features/settings/index.d.ts +201 -18
- package/dist/features/settings/index.js +18 -16
- package/dist/hooks/delivery/index.css +38 -0
- package/dist/hooks/delivery/index.d.ts +200 -0
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +38 -0
- package/dist/hooks/index.d.ts +825 -47
- package/dist/hooks/index.js +14 -13
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +194 -3
- package/dist/hooks/published.css +38 -0
- package/dist/hooks/published.d.ts +825 -47
- package/dist/hooks/published.js +14 -13
- package/dist/index.css +38 -0
- package/dist/index.d.ts +1506 -1212
- package/dist/index.js +15 -14
- package/dist/initialization/index.d.ts +181 -0
- package/dist/knowledge/index.d.ts +813 -1068
- package/dist/knowledge/index.js +7370 -2869
- package/dist/{chunk-CLUP5H3C.js → knowledge-search-index-5KYPO746.js} +441 -963
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -5
- package/dist/organization/index.css +38 -0
- package/dist/profile/index.d.ts +181 -0
- package/dist/provider/index.css +38 -0
- package/dist/provider/index.d.ts +909 -1156
- package/dist/provider/index.js +11 -10
- package/dist/provider/published.css +38 -0
- package/dist/provider/published.d.ts +906 -1153
- package/dist/provider/published.js +7 -6
- package/dist/supabase/index.d.ts +349 -0
- package/dist/test-utils/index.d.ts +16 -9
- package/dist/test-utils/index.js +39 -32
- package/dist/test-utils/setup.js +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/types/index.d.ts +378 -5
- package/dist/utils/index.d.ts +78 -3
- package/dist/utils/index.js +1 -1
- package/dist/vite/index.js +2 -2
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/package.json +47 -37
- package/src/provider/README.md +5 -5
- package/dist/chunk-2DIYILF7.js +0 -413
- package/dist/chunk-3MDNBHVB.js +0 -3868
- package/dist/chunk-6IXOKUBC.js +0 -347
- package/dist/chunk-AKOD52HS.js +0 -739
- package/dist/chunk-ECNNI3NT.js +0 -6
- package/dist/chunk-JDNEWB5F.js +0 -10
- package/dist/chunk-NITGGYH2.js +0 -476
- package/dist/chunk-OAVTMITG.js +0 -13
package/dist/api/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../chunk-XCYKC6OZ.js';
|
|
2
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
2
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from '../chunk-ND5TDV2J.js';
|
|
3
|
+
import '../chunk-2RJMVWFJ.js';
|
|
4
4
|
import '../chunk-KRWALB24.js';
|
|
5
5
|
import '../chunk-DD3CCMCZ.js';
|
|
6
6
|
import '../chunk-I2KLQ2HA.js';
|
package/dist/app/index.css
CHANGED
|
@@ -23,6 +23,14 @@
|
|
|
23
23
|
.mantine-Accordion-control:hover {
|
|
24
24
|
background-color: var(--color-surface-hover);
|
|
25
25
|
}
|
|
26
|
+
[data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
|
|
27
|
+
--item-filled-color: var(--color-surface);
|
|
28
|
+
--item-border-color: var(--color-border);
|
|
29
|
+
}
|
|
30
|
+
[data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
|
|
31
|
+
background-color: var(--color-surface);
|
|
32
|
+
border-color: var(--color-border);
|
|
33
|
+
}
|
|
26
34
|
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
27
35
|
background-color: var(--color-surface-hover);
|
|
28
36
|
}
|
|
@@ -88,6 +96,36 @@
|
|
|
88
96
|
background-color: var(--color-primary);
|
|
89
97
|
border-color: var(--color-primary);
|
|
90
98
|
}
|
|
99
|
+
.mantine-Tree-node:focus-visible > [data-value] {
|
|
100
|
+
outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
|
|
101
|
+
outline-offset: 2px;
|
|
102
|
+
}
|
|
103
|
+
.mantine-Tree-label[data-hovered] {
|
|
104
|
+
background-color: var(--color-surface-hover);
|
|
105
|
+
border-color: var(--color-border);
|
|
106
|
+
}
|
|
107
|
+
.mantine-Tree-label[data-selected] {
|
|
108
|
+
background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
|
|
109
|
+
border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
|
|
110
|
+
color: var(--color-primary);
|
|
111
|
+
}
|
|
112
|
+
[data-knowledge-article] pre {
|
|
113
|
+
white-space: pre-wrap;
|
|
114
|
+
word-break: break-word;
|
|
115
|
+
overflow-x: auto;
|
|
116
|
+
max-width: 100%;
|
|
117
|
+
padding: var(--mantine-spacing-sm);
|
|
118
|
+
background-color: var(--color-surface);
|
|
119
|
+
border: 1px solid var(--color-border);
|
|
120
|
+
border-radius: var(--mantine-radius-sm);
|
|
121
|
+
}
|
|
122
|
+
[data-knowledge-article] pre code {
|
|
123
|
+
background: transparent;
|
|
124
|
+
border: none;
|
|
125
|
+
padding: 0;
|
|
126
|
+
white-space: inherit;
|
|
127
|
+
word-break: inherit;
|
|
128
|
+
}
|
|
91
129
|
.recharts-surface:focus {
|
|
92
130
|
outline: none;
|
|
93
131
|
}
|
package/dist/app/index.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ type Database = {
|
|
|
66
66
|
batch_id: string | null;
|
|
67
67
|
category: string | null;
|
|
68
68
|
category_pain: string | null;
|
|
69
|
+
client_id: string | null;
|
|
69
70
|
created_at: string;
|
|
70
71
|
domain: string | null;
|
|
71
72
|
enrichment_data: Json | null;
|
|
@@ -92,6 +93,7 @@ type Database = {
|
|
|
92
93
|
batch_id?: string | null;
|
|
93
94
|
category?: string | null;
|
|
94
95
|
category_pain?: string | null;
|
|
96
|
+
client_id?: string | null;
|
|
95
97
|
created_at?: string;
|
|
96
98
|
domain?: string | null;
|
|
97
99
|
enrichment_data?: Json | null;
|
|
@@ -118,6 +120,7 @@ type Database = {
|
|
|
118
120
|
batch_id?: string | null;
|
|
119
121
|
category?: string | null;
|
|
120
122
|
category_pain?: string | null;
|
|
123
|
+
client_id?: string | null;
|
|
121
124
|
created_at?: string;
|
|
122
125
|
domain?: string | null;
|
|
123
126
|
enrichment_data?: Json | null;
|
|
@@ -141,6 +144,13 @@ type Database = {
|
|
|
141
144
|
website?: string | null;
|
|
142
145
|
};
|
|
143
146
|
Relationships: [
|
|
147
|
+
{
|
|
148
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
149
|
+
columns: ["client_id"];
|
|
150
|
+
isOneToOne: false;
|
|
151
|
+
referencedRelation: "clients";
|
|
152
|
+
referencedColumns: ["id"];
|
|
153
|
+
},
|
|
144
154
|
{
|
|
145
155
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
146
156
|
columns: ["organization_id"];
|
|
@@ -155,6 +165,7 @@ type Database = {
|
|
|
155
165
|
batch_id: string | null;
|
|
156
166
|
brochure_first_viewed_at: string | null;
|
|
157
167
|
brochure_view_count: number;
|
|
168
|
+
client_id: string | null;
|
|
158
169
|
company_id: string | null;
|
|
159
170
|
created_at: string;
|
|
160
171
|
email: string;
|
|
@@ -183,6 +194,7 @@ type Database = {
|
|
|
183
194
|
batch_id?: string | null;
|
|
184
195
|
brochure_first_viewed_at?: string | null;
|
|
185
196
|
brochure_view_count?: number;
|
|
197
|
+
client_id?: string | null;
|
|
186
198
|
company_id?: string | null;
|
|
187
199
|
created_at?: string;
|
|
188
200
|
email: string;
|
|
@@ -211,6 +223,7 @@ type Database = {
|
|
|
211
223
|
batch_id?: string | null;
|
|
212
224
|
brochure_first_viewed_at?: string | null;
|
|
213
225
|
brochure_view_count?: number;
|
|
226
|
+
client_id?: string | null;
|
|
214
227
|
company_id?: string | null;
|
|
215
228
|
created_at?: string;
|
|
216
229
|
email?: string;
|
|
@@ -236,6 +249,13 @@ type Database = {
|
|
|
236
249
|
updated_at?: string;
|
|
237
250
|
};
|
|
238
251
|
Relationships: [
|
|
252
|
+
{
|
|
253
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
254
|
+
columns: ["client_id"];
|
|
255
|
+
isOneToOne: false;
|
|
256
|
+
referencedRelation: "clients";
|
|
257
|
+
referencedColumns: ["id"];
|
|
258
|
+
},
|
|
239
259
|
{
|
|
240
260
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
241
261
|
columns: ["company_id"];
|
|
@@ -479,8 +499,10 @@ type Database = {
|
|
|
479
499
|
acq_deals: {
|
|
480
500
|
Row: {
|
|
481
501
|
activity_log: Json;
|
|
502
|
+
client_id: string | null;
|
|
482
503
|
closed_lost_at: string | null;
|
|
483
504
|
closed_lost_reason: string | null;
|
|
505
|
+
company_id: string | null;
|
|
484
506
|
contact_email: string;
|
|
485
507
|
contact_id: string | null;
|
|
486
508
|
created_at: string;
|
|
@@ -516,8 +538,10 @@ type Database = {
|
|
|
516
538
|
};
|
|
517
539
|
Insert: {
|
|
518
540
|
activity_log?: Json;
|
|
541
|
+
client_id?: string | null;
|
|
519
542
|
closed_lost_at?: string | null;
|
|
520
543
|
closed_lost_reason?: string | null;
|
|
544
|
+
company_id?: string | null;
|
|
521
545
|
contact_email: string;
|
|
522
546
|
contact_id?: string | null;
|
|
523
547
|
created_at?: string;
|
|
@@ -553,8 +577,10 @@ type Database = {
|
|
|
553
577
|
};
|
|
554
578
|
Update: {
|
|
555
579
|
activity_log?: Json;
|
|
580
|
+
client_id?: string | null;
|
|
556
581
|
closed_lost_at?: string | null;
|
|
557
582
|
closed_lost_reason?: string | null;
|
|
583
|
+
company_id?: string | null;
|
|
558
584
|
contact_email?: string;
|
|
559
585
|
contact_id?: string | null;
|
|
560
586
|
created_at?: string;
|
|
@@ -589,6 +615,20 @@ type Database = {
|
|
|
589
615
|
updated_at?: string;
|
|
590
616
|
};
|
|
591
617
|
Relationships: [
|
|
618
|
+
{
|
|
619
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
620
|
+
columns: ["client_id"];
|
|
621
|
+
isOneToOne: false;
|
|
622
|
+
referencedRelation: "clients";
|
|
623
|
+
referencedColumns: ["id"];
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
627
|
+
columns: ["company_id"];
|
|
628
|
+
isOneToOne: false;
|
|
629
|
+
referencedRelation: "acq_companies";
|
|
630
|
+
referencedColumns: ["id"];
|
|
631
|
+
},
|
|
592
632
|
{
|
|
593
633
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
594
634
|
columns: ["contact_id"];
|
|
@@ -1206,6 +1246,77 @@ type Database = {
|
|
|
1206
1246
|
}
|
|
1207
1247
|
];
|
|
1208
1248
|
};
|
|
1249
|
+
clients: {
|
|
1250
|
+
Row: {
|
|
1251
|
+
converted_at: string | null;
|
|
1252
|
+
created_at: string;
|
|
1253
|
+
id: string;
|
|
1254
|
+
metadata: Json;
|
|
1255
|
+
name: string;
|
|
1256
|
+
organization_id: string;
|
|
1257
|
+
primary_company_id: string | null;
|
|
1258
|
+
primary_contact_id: string | null;
|
|
1259
|
+
source_deal_id: string | null;
|
|
1260
|
+
status: string;
|
|
1261
|
+
updated_at: string;
|
|
1262
|
+
};
|
|
1263
|
+
Insert: {
|
|
1264
|
+
converted_at?: string | null;
|
|
1265
|
+
created_at?: string;
|
|
1266
|
+
id?: string;
|
|
1267
|
+
metadata?: Json;
|
|
1268
|
+
name: string;
|
|
1269
|
+
organization_id: string;
|
|
1270
|
+
primary_company_id?: string | null;
|
|
1271
|
+
primary_contact_id?: string | null;
|
|
1272
|
+
source_deal_id?: string | null;
|
|
1273
|
+
status?: string;
|
|
1274
|
+
updated_at?: string;
|
|
1275
|
+
};
|
|
1276
|
+
Update: {
|
|
1277
|
+
converted_at?: string | null;
|
|
1278
|
+
created_at?: string;
|
|
1279
|
+
id?: string;
|
|
1280
|
+
metadata?: Json;
|
|
1281
|
+
name?: string;
|
|
1282
|
+
organization_id?: string;
|
|
1283
|
+
primary_company_id?: string | null;
|
|
1284
|
+
primary_contact_id?: string | null;
|
|
1285
|
+
source_deal_id?: string | null;
|
|
1286
|
+
status?: string;
|
|
1287
|
+
updated_at?: string;
|
|
1288
|
+
};
|
|
1289
|
+
Relationships: [
|
|
1290
|
+
{
|
|
1291
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1292
|
+
columns: ["organization_id"];
|
|
1293
|
+
isOneToOne: false;
|
|
1294
|
+
referencedRelation: "organizations";
|
|
1295
|
+
referencedColumns: ["id"];
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1299
|
+
columns: ["primary_company_id"];
|
|
1300
|
+
isOneToOne: false;
|
|
1301
|
+
referencedRelation: "acq_companies";
|
|
1302
|
+
referencedColumns: ["id"];
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1306
|
+
columns: ["primary_contact_id"];
|
|
1307
|
+
isOneToOne: false;
|
|
1308
|
+
referencedRelation: "acq_contacts";
|
|
1309
|
+
referencedColumns: ["id"];
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1313
|
+
columns: ["source_deal_id"];
|
|
1314
|
+
isOneToOne: false;
|
|
1315
|
+
referencedRelation: "acq_deals";
|
|
1316
|
+
referencedColumns: ["id"];
|
|
1317
|
+
}
|
|
1318
|
+
];
|
|
1319
|
+
};
|
|
1209
1320
|
command_queue: {
|
|
1210
1321
|
Row: {
|
|
1211
1322
|
action_payload: Json | null;
|
|
@@ -2175,6 +2286,7 @@ type Database = {
|
|
|
2175
2286
|
Row: {
|
|
2176
2287
|
actual_end_date: string | null;
|
|
2177
2288
|
client_company_id: string | null;
|
|
2289
|
+
client_id: string | null;
|
|
2178
2290
|
contract_value: number | null;
|
|
2179
2291
|
created_at: string;
|
|
2180
2292
|
deal_id: string | null;
|
|
@@ -2192,6 +2304,7 @@ type Database = {
|
|
|
2192
2304
|
Insert: {
|
|
2193
2305
|
actual_end_date?: string | null;
|
|
2194
2306
|
client_company_id?: string | null;
|
|
2307
|
+
client_id?: string | null;
|
|
2195
2308
|
contract_value?: number | null;
|
|
2196
2309
|
created_at?: string;
|
|
2197
2310
|
deal_id?: string | null;
|
|
@@ -2209,6 +2322,7 @@ type Database = {
|
|
|
2209
2322
|
Update: {
|
|
2210
2323
|
actual_end_date?: string | null;
|
|
2211
2324
|
client_company_id?: string | null;
|
|
2325
|
+
client_id?: string | null;
|
|
2212
2326
|
contract_value?: number | null;
|
|
2213
2327
|
created_at?: string;
|
|
2214
2328
|
deal_id?: string | null;
|
|
@@ -2245,6 +2359,13 @@ type Database = {
|
|
|
2245
2359
|
referencedRelation: "acq_companies";
|
|
2246
2360
|
referencedColumns: ["id"];
|
|
2247
2361
|
},
|
|
2362
|
+
{
|
|
2363
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
2364
|
+
columns: ["client_id"];
|
|
2365
|
+
isOneToOne: false;
|
|
2366
|
+
referencedRelation: "clients";
|
|
2367
|
+
referencedColumns: ["id"];
|
|
2368
|
+
},
|
|
2248
2369
|
{
|
|
2249
2370
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2250
2371
|
columns: ["deal_id"];
|
|
@@ -2649,6 +2770,66 @@ type Database = {
|
|
|
2649
2770
|
}
|
|
2650
2771
|
];
|
|
2651
2772
|
};
|
|
2773
|
+
user_notes: {
|
|
2774
|
+
Row: {
|
|
2775
|
+
content: string;
|
|
2776
|
+
created_at: string;
|
|
2777
|
+
created_by: string;
|
|
2778
|
+
id: string;
|
|
2779
|
+
metadata: Json;
|
|
2780
|
+
organization_id: string | null;
|
|
2781
|
+
pinned: boolean;
|
|
2782
|
+
priority: string;
|
|
2783
|
+
source: string | null;
|
|
2784
|
+
title: string | null;
|
|
2785
|
+
updated_at: string;
|
|
2786
|
+
user_id: string;
|
|
2787
|
+
};
|
|
2788
|
+
Insert: {
|
|
2789
|
+
content: string;
|
|
2790
|
+
created_at?: string;
|
|
2791
|
+
created_by?: string;
|
|
2792
|
+
id?: string;
|
|
2793
|
+
metadata?: Json;
|
|
2794
|
+
organization_id?: string | null;
|
|
2795
|
+
pinned?: boolean;
|
|
2796
|
+
priority?: string;
|
|
2797
|
+
source?: string | null;
|
|
2798
|
+
title?: string | null;
|
|
2799
|
+
updated_at?: string;
|
|
2800
|
+
user_id: string;
|
|
2801
|
+
};
|
|
2802
|
+
Update: {
|
|
2803
|
+
content?: string;
|
|
2804
|
+
created_at?: string;
|
|
2805
|
+
created_by?: string;
|
|
2806
|
+
id?: string;
|
|
2807
|
+
metadata?: Json;
|
|
2808
|
+
organization_id?: string | null;
|
|
2809
|
+
pinned?: boolean;
|
|
2810
|
+
priority?: string;
|
|
2811
|
+
source?: string | null;
|
|
2812
|
+
title?: string | null;
|
|
2813
|
+
updated_at?: string;
|
|
2814
|
+
user_id?: string;
|
|
2815
|
+
};
|
|
2816
|
+
Relationships: [
|
|
2817
|
+
{
|
|
2818
|
+
foreignKeyName: "user_notes_organization_id_fkey";
|
|
2819
|
+
columns: ["organization_id"];
|
|
2820
|
+
isOneToOne: false;
|
|
2821
|
+
referencedRelation: "organizations";
|
|
2822
|
+
referencedColumns: ["id"];
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
foreignKeyName: "user_notes_user_id_fkey";
|
|
2826
|
+
columns: ["user_id"];
|
|
2827
|
+
isOneToOne: false;
|
|
2828
|
+
referencedRelation: "users";
|
|
2829
|
+
referencedColumns: ["id"];
|
|
2830
|
+
}
|
|
2831
|
+
];
|
|
2832
|
+
};
|
|
2652
2833
|
users: {
|
|
2653
2834
|
Row: {
|
|
2654
2835
|
config: Json;
|
|
@@ -2918,11 +3099,11 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
2918
3099
|
batchIds: z$1.ZodArray<z$1.ZodString>;
|
|
2919
3100
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
2920
3101
|
status: z$1.ZodEnum<{
|
|
2921
|
-
closing: "closing";
|
|
2922
3102
|
draft: "draft";
|
|
3103
|
+
archived: "archived";
|
|
3104
|
+
closing: "closing";
|
|
2923
3105
|
enriching: "enriching";
|
|
2924
3106
|
launched: "launched";
|
|
2925
|
-
archived: "archived";
|
|
2926
3107
|
}>;
|
|
2927
3108
|
metadata: z$1.ZodObject<{
|
|
2928
3109
|
buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -2950,7 +3131,7 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
2950
3131
|
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
2951
3132
|
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
2952
3133
|
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
2953
|
-
|
|
3134
|
+
actionKey: z$1.ZodString;
|
|
2954
3135
|
defaultBatchSize: z$1.ZodNumber;
|
|
2955
3136
|
maxBatchSize: z$1.ZodNumber;
|
|
2956
3137
|
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -2961,10 +3142,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
2961
3142
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
2962
3143
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
2963
3144
|
text: "text";
|
|
2964
|
-
badge: "badge";
|
|
2965
|
-
datetime: "datetime";
|
|
2966
3145
|
count: "count";
|
|
2967
3146
|
json: "json";
|
|
3147
|
+
badge: "badge";
|
|
3148
|
+
datetime: "datetime";
|
|
2968
3149
|
}>>;
|
|
2969
3150
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
2970
3151
|
}, z$1.core.$strip>>>;
|
|
@@ -2975,10 +3156,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
2975
3156
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
2976
3157
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
2977
3158
|
text: "text";
|
|
2978
|
-
badge: "badge";
|
|
2979
|
-
datetime: "datetime";
|
|
2980
3159
|
count: "count";
|
|
2981
3160
|
json: "json";
|
|
3161
|
+
badge: "badge";
|
|
3162
|
+
datetime: "datetime";
|
|
2982
3163
|
}>>;
|
|
2983
3164
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
2984
3165
|
}, z$1.core.$strip>>>;
|
|
@@ -3150,11 +3331,11 @@ interface StepConfigLayout<T> {
|
|
|
3150
3331
|
|
|
3151
3332
|
type ListBuilderWorkflowCategory = 'build' | 'enrich' | 'qualify' | 'scrape' | 'utility';
|
|
3152
3333
|
type LeadGenStageKey = string;
|
|
3153
|
-
type
|
|
3334
|
+
type LeadGenActionKey = string;
|
|
3154
3335
|
interface ListBuilderWorkflow {
|
|
3155
3336
|
resourceId: string;
|
|
3156
3337
|
workflowId?: string;
|
|
3157
|
-
|
|
3338
|
+
actionKey?: LeadGenActionKey;
|
|
3158
3339
|
label: string;
|
|
3159
3340
|
description: string;
|
|
3160
3341
|
category: ListBuilderWorkflowCategory;
|
package/dist/app/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { ElevasisUIProvider } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
import { ElevasisUIProvider } from '../chunk-RQTWIXJ5.js';
|
|
2
|
+
import '../chunk-RQA2EVN3.js';
|
|
3
|
+
import '../chunk-3FV6HBXS.js';
|
|
4
4
|
import '../chunk-WLOQ4IBG.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-YLQEVSOR.js';
|
|
6
6
|
import '../chunk-SZHARWKU.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-T35FWDAB.js';
|
|
8
|
+
import '../chunk-ND5TDV2J.js';
|
|
8
9
|
import '../chunk-HUJCU55S.js';
|
|
9
10
|
import '../chunk-E565XMTQ.js';
|
|
10
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-2RJMVWFJ.js';
|
|
11
12
|
import '../chunk-KRWALB24.js';
|
|
12
13
|
import { useInitialization } from '../chunk-533DUEQY.js';
|
|
13
14
|
import '../chunk-DD3CCMCZ.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, HeroStatsRow } from '../chunk-
|
|
2
|
-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-6WXDE5LZ.js';
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-4DYOXEH6.js';
|
|
2
|
+
import '../chunk-VNAZTCHA.js';
|
|
3
|
+
import '../chunk-EPTHX4VZ.js';
|
|
5
4
|
import '../chunk-3KMDHCAR.js';
|
|
6
5
|
import '../chunk-SZHARWKU.js';
|
|
7
6
|
import '../chunk-NYBEU5TE.js';
|
|
8
7
|
import '../chunk-2IFYDILW.js';
|
|
9
8
|
import '../chunk-Q7DJKLEN.js';
|
|
10
9
|
import '../chunk-DT3QYZVU.js';
|
|
11
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-2RJMVWFJ.js';
|
|
12
11
|
import '../chunk-KRWALB24.js';
|
|
13
12
|
import '../chunk-VKIZUUPM.js';
|
|
14
13
|
import '../chunk-533DUEQY.js';
|
|
@@ -191,11 +191,6 @@ z.object({
|
|
|
191
191
|
endDate: z.string().datetime()
|
|
192
192
|
});
|
|
193
193
|
|
|
194
|
-
// ../core/src/platform/registry/command-view.ts
|
|
195
|
-
function getNodeId(node) {
|
|
196
|
-
return node.resourceId;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
194
|
// ../core/src/platform/registry/resource-metadata.ts
|
|
200
195
|
var resourceTypeIconNames = {
|
|
201
196
|
agent: "IconBrain",
|
|
@@ -383,4 +378,4 @@ function setupBrowserMocks() {
|
|
|
383
378
|
setupResizeObserver();
|
|
384
379
|
}
|
|
385
380
|
|
|
386
|
-
export { APIClientError, API_URL, CredentialNameSchema, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, NonEmptyStringSchema, OAUTH_FLOW_TIMEOUT, OriginResourceTypeSchema, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceTypeSchema, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, UuidSchema, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatBucketTime, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle,
|
|
381
|
+
export { APIClientError, API_URL, CredentialNameSchema, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, NonEmptyStringSchema, OAUTH_FLOW_TIMEOUT, OriginResourceTypeSchema, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceTypeSchema, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, UuidSchema, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatBucketTime, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail };
|
|
@@ -869,7 +869,7 @@ var midnightPreset = {
|
|
|
869
869
|
error: "#F87171",
|
|
870
870
|
warning: "#FBBF24",
|
|
871
871
|
success: "#4ADE80",
|
|
872
|
-
glassBackground: "rgba(
|
|
872
|
+
glassBackground: "rgba(23, 25, 34, 0.3)",
|
|
873
873
|
glassBlur: "blur(18px) saturate(210%)",
|
|
874
874
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
875
875
|
cardShadow: "inset 0 1px 0 rgba(203, 213, 225, 0.18), inset 0 0 0 1px rgba(203, 213, 225, 0.01), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 22px -8px rgba(0, 0, 0, 0.5), 0 20px 14px -12px rgba(0, 0, 0, 0.15)",
|
|
@@ -942,7 +942,7 @@ var titaniumPreset = {
|
|
|
942
942
|
error: "#F87171",
|
|
943
943
|
warning: "#FBBF24",
|
|
944
944
|
success: "#4ADE80",
|
|
945
|
-
glassBackground: "rgba(
|
|
945
|
+
glassBackground: "rgba(25, 27, 31, 0.3)",
|
|
946
946
|
glassBlur: "blur(18px) saturate(180%)",
|
|
947
947
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
|
|
948
948
|
cardShadow: "inset 0 1px 0 rgba(156, 163, 175, 0.2), inset 0 0 0 1px rgba(156, 163, 175, 0.04), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 22px -8px rgba(0, 0, 0, 0.6), 0 20px 44px -16px rgba(0, 0, 0, 0.03)",
|
|
@@ -1546,7 +1546,7 @@ var wavePreset = {
|
|
|
1546
1546
|
background: "#030507",
|
|
1547
1547
|
surface: "rgba(19, 23, 33, 0)",
|
|
1548
1548
|
surfaceHover: "rgba(74, 144, 232, 0.10)",
|
|
1549
|
-
elevatedSurface: "rgba(
|
|
1549
|
+
elevatedSurface: "rgba(20, 23, 26, 0.7)",
|
|
1550
1550
|
text: "#f1f5f9",
|
|
1551
1551
|
textDimmed: "#cbd5e1",
|
|
1552
1552
|
textSubtle: "#a0aec2",
|
|
@@ -1554,7 +1554,7 @@ var wavePreset = {
|
|
|
1554
1554
|
error: "#f87171",
|
|
1555
1555
|
warning: "#fbbf24",
|
|
1556
1556
|
success: "#4ade80",
|
|
1557
|
-
glassBackground: "rgba(
|
|
1557
|
+
glassBackground: "rgba(22, 26, 36, 0.31)",
|
|
1558
1558
|
glassBlur: "blur(12px) saturate(180%)",
|
|
1559
1559
|
shadow: "0px 1px 2px rgba(0, 0, 0, 0.3), 0px 12px 32px -8px rgba(0, 0, 0, 0.4)",
|
|
1560
1560
|
cardShadow: "inset 0 1px 0 rgba(148, 197, 255, 0.15), inset 0 0 0 1px rgba(148, 197, 255, 0.02), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 18px -8px rgba(0, 0, 0, 0.5), 0 20px 24px -16px rgba(0, 0, 0, 0.2)",
|