@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
|
@@ -230,6 +230,7 @@ interface SerializedAgentDefinition {
|
|
|
230
230
|
description: string;
|
|
231
231
|
version: string;
|
|
232
232
|
type: 'agent';
|
|
233
|
+
kind: 'orchestrator' | 'specialist' | 'utility' | 'system';
|
|
233
234
|
status: 'dev' | 'prod';
|
|
234
235
|
links?: ResourceLink[];
|
|
235
236
|
category?: ResourceCategory;
|
|
@@ -315,6 +316,13 @@ interface SerializedWorkflowDefinition {
|
|
|
315
316
|
metricsConfig?: object;
|
|
316
317
|
}
|
|
317
318
|
|
|
319
|
+
declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
320
|
+
deprecated: "deprecated";
|
|
321
|
+
active: "active";
|
|
322
|
+
archived: "archived";
|
|
323
|
+
}>;
|
|
324
|
+
type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
|
|
325
|
+
|
|
318
326
|
/**
|
|
319
327
|
* Shared form field types for dynamic form generation
|
|
320
328
|
* Used by: Command Queue, Execution Runner UI, future form-based features
|
|
@@ -493,6 +501,7 @@ type Database = {
|
|
|
493
501
|
batch_id: string | null;
|
|
494
502
|
category: string | null;
|
|
495
503
|
category_pain: string | null;
|
|
504
|
+
client_id: string | null;
|
|
496
505
|
created_at: string;
|
|
497
506
|
domain: string | null;
|
|
498
507
|
enrichment_data: Json | null;
|
|
@@ -519,6 +528,7 @@ type Database = {
|
|
|
519
528
|
batch_id?: string | null;
|
|
520
529
|
category?: string | null;
|
|
521
530
|
category_pain?: string | null;
|
|
531
|
+
client_id?: string | null;
|
|
522
532
|
created_at?: string;
|
|
523
533
|
domain?: string | null;
|
|
524
534
|
enrichment_data?: Json | null;
|
|
@@ -545,6 +555,7 @@ type Database = {
|
|
|
545
555
|
batch_id?: string | null;
|
|
546
556
|
category?: string | null;
|
|
547
557
|
category_pain?: string | null;
|
|
558
|
+
client_id?: string | null;
|
|
548
559
|
created_at?: string;
|
|
549
560
|
domain?: string | null;
|
|
550
561
|
enrichment_data?: Json | null;
|
|
@@ -568,6 +579,13 @@ type Database = {
|
|
|
568
579
|
website?: string | null;
|
|
569
580
|
};
|
|
570
581
|
Relationships: [
|
|
582
|
+
{
|
|
583
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
584
|
+
columns: ["client_id"];
|
|
585
|
+
isOneToOne: false;
|
|
586
|
+
referencedRelation: "clients";
|
|
587
|
+
referencedColumns: ["id"];
|
|
588
|
+
},
|
|
571
589
|
{
|
|
572
590
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
573
591
|
columns: ["organization_id"];
|
|
@@ -582,6 +600,7 @@ type Database = {
|
|
|
582
600
|
batch_id: string | null;
|
|
583
601
|
brochure_first_viewed_at: string | null;
|
|
584
602
|
brochure_view_count: number;
|
|
603
|
+
client_id: string | null;
|
|
585
604
|
company_id: string | null;
|
|
586
605
|
created_at: string;
|
|
587
606
|
email: string;
|
|
@@ -610,6 +629,7 @@ type Database = {
|
|
|
610
629
|
batch_id?: string | null;
|
|
611
630
|
brochure_first_viewed_at?: string | null;
|
|
612
631
|
brochure_view_count?: number;
|
|
632
|
+
client_id?: string | null;
|
|
613
633
|
company_id?: string | null;
|
|
614
634
|
created_at?: string;
|
|
615
635
|
email: string;
|
|
@@ -638,6 +658,7 @@ type Database = {
|
|
|
638
658
|
batch_id?: string | null;
|
|
639
659
|
brochure_first_viewed_at?: string | null;
|
|
640
660
|
brochure_view_count?: number;
|
|
661
|
+
client_id?: string | null;
|
|
641
662
|
company_id?: string | null;
|
|
642
663
|
created_at?: string;
|
|
643
664
|
email?: string;
|
|
@@ -663,6 +684,13 @@ type Database = {
|
|
|
663
684
|
updated_at?: string;
|
|
664
685
|
};
|
|
665
686
|
Relationships: [
|
|
687
|
+
{
|
|
688
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
689
|
+
columns: ["client_id"];
|
|
690
|
+
isOneToOne: false;
|
|
691
|
+
referencedRelation: "clients";
|
|
692
|
+
referencedColumns: ["id"];
|
|
693
|
+
},
|
|
666
694
|
{
|
|
667
695
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
668
696
|
columns: ["company_id"];
|
|
@@ -906,8 +934,10 @@ type Database = {
|
|
|
906
934
|
acq_deals: {
|
|
907
935
|
Row: {
|
|
908
936
|
activity_log: Json;
|
|
937
|
+
client_id: string | null;
|
|
909
938
|
closed_lost_at: string | null;
|
|
910
939
|
closed_lost_reason: string | null;
|
|
940
|
+
company_id: string | null;
|
|
911
941
|
contact_email: string;
|
|
912
942
|
contact_id: string | null;
|
|
913
943
|
created_at: string;
|
|
@@ -943,8 +973,10 @@ type Database = {
|
|
|
943
973
|
};
|
|
944
974
|
Insert: {
|
|
945
975
|
activity_log?: Json;
|
|
976
|
+
client_id?: string | null;
|
|
946
977
|
closed_lost_at?: string | null;
|
|
947
978
|
closed_lost_reason?: string | null;
|
|
979
|
+
company_id?: string | null;
|
|
948
980
|
contact_email: string;
|
|
949
981
|
contact_id?: string | null;
|
|
950
982
|
created_at?: string;
|
|
@@ -980,8 +1012,10 @@ type Database = {
|
|
|
980
1012
|
};
|
|
981
1013
|
Update: {
|
|
982
1014
|
activity_log?: Json;
|
|
1015
|
+
client_id?: string | null;
|
|
983
1016
|
closed_lost_at?: string | null;
|
|
984
1017
|
closed_lost_reason?: string | null;
|
|
1018
|
+
company_id?: string | null;
|
|
985
1019
|
contact_email?: string;
|
|
986
1020
|
contact_id?: string | null;
|
|
987
1021
|
created_at?: string;
|
|
@@ -1016,6 +1050,20 @@ type Database = {
|
|
|
1016
1050
|
updated_at?: string;
|
|
1017
1051
|
};
|
|
1018
1052
|
Relationships: [
|
|
1053
|
+
{
|
|
1054
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
1055
|
+
columns: ["client_id"];
|
|
1056
|
+
isOneToOne: false;
|
|
1057
|
+
referencedRelation: "clients";
|
|
1058
|
+
referencedColumns: ["id"];
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
1062
|
+
columns: ["company_id"];
|
|
1063
|
+
isOneToOne: false;
|
|
1064
|
+
referencedRelation: "acq_companies";
|
|
1065
|
+
referencedColumns: ["id"];
|
|
1066
|
+
},
|
|
1019
1067
|
{
|
|
1020
1068
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
1021
1069
|
columns: ["contact_id"];
|
|
@@ -1633,6 +1681,77 @@ type Database = {
|
|
|
1633
1681
|
}
|
|
1634
1682
|
];
|
|
1635
1683
|
};
|
|
1684
|
+
clients: {
|
|
1685
|
+
Row: {
|
|
1686
|
+
converted_at: string | null;
|
|
1687
|
+
created_at: string;
|
|
1688
|
+
id: string;
|
|
1689
|
+
metadata: Json;
|
|
1690
|
+
name: string;
|
|
1691
|
+
organization_id: string;
|
|
1692
|
+
primary_company_id: string | null;
|
|
1693
|
+
primary_contact_id: string | null;
|
|
1694
|
+
source_deal_id: string | null;
|
|
1695
|
+
status: string;
|
|
1696
|
+
updated_at: string;
|
|
1697
|
+
};
|
|
1698
|
+
Insert: {
|
|
1699
|
+
converted_at?: string | null;
|
|
1700
|
+
created_at?: string;
|
|
1701
|
+
id?: string;
|
|
1702
|
+
metadata?: Json;
|
|
1703
|
+
name: string;
|
|
1704
|
+
organization_id: string;
|
|
1705
|
+
primary_company_id?: string | null;
|
|
1706
|
+
primary_contact_id?: string | null;
|
|
1707
|
+
source_deal_id?: string | null;
|
|
1708
|
+
status?: string;
|
|
1709
|
+
updated_at?: string;
|
|
1710
|
+
};
|
|
1711
|
+
Update: {
|
|
1712
|
+
converted_at?: string | null;
|
|
1713
|
+
created_at?: string;
|
|
1714
|
+
id?: string;
|
|
1715
|
+
metadata?: Json;
|
|
1716
|
+
name?: string;
|
|
1717
|
+
organization_id?: string;
|
|
1718
|
+
primary_company_id?: string | null;
|
|
1719
|
+
primary_contact_id?: string | null;
|
|
1720
|
+
source_deal_id?: string | null;
|
|
1721
|
+
status?: string;
|
|
1722
|
+
updated_at?: string;
|
|
1723
|
+
};
|
|
1724
|
+
Relationships: [
|
|
1725
|
+
{
|
|
1726
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1727
|
+
columns: ["organization_id"];
|
|
1728
|
+
isOneToOne: false;
|
|
1729
|
+
referencedRelation: "organizations";
|
|
1730
|
+
referencedColumns: ["id"];
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1734
|
+
columns: ["primary_company_id"];
|
|
1735
|
+
isOneToOne: false;
|
|
1736
|
+
referencedRelation: "acq_companies";
|
|
1737
|
+
referencedColumns: ["id"];
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1741
|
+
columns: ["primary_contact_id"];
|
|
1742
|
+
isOneToOne: false;
|
|
1743
|
+
referencedRelation: "acq_contacts";
|
|
1744
|
+
referencedColumns: ["id"];
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1748
|
+
columns: ["source_deal_id"];
|
|
1749
|
+
isOneToOne: false;
|
|
1750
|
+
referencedRelation: "acq_deals";
|
|
1751
|
+
referencedColumns: ["id"];
|
|
1752
|
+
}
|
|
1753
|
+
];
|
|
1754
|
+
};
|
|
1636
1755
|
command_queue: {
|
|
1637
1756
|
Row: {
|
|
1638
1757
|
action_payload: Json | null;
|
|
@@ -2602,6 +2721,7 @@ type Database = {
|
|
|
2602
2721
|
Row: {
|
|
2603
2722
|
actual_end_date: string | null;
|
|
2604
2723
|
client_company_id: string | null;
|
|
2724
|
+
client_id: string | null;
|
|
2605
2725
|
contract_value: number | null;
|
|
2606
2726
|
created_at: string;
|
|
2607
2727
|
deal_id: string | null;
|
|
@@ -2619,6 +2739,7 @@ type Database = {
|
|
|
2619
2739
|
Insert: {
|
|
2620
2740
|
actual_end_date?: string | null;
|
|
2621
2741
|
client_company_id?: string | null;
|
|
2742
|
+
client_id?: string | null;
|
|
2622
2743
|
contract_value?: number | null;
|
|
2623
2744
|
created_at?: string;
|
|
2624
2745
|
deal_id?: string | null;
|
|
@@ -2636,6 +2757,7 @@ type Database = {
|
|
|
2636
2757
|
Update: {
|
|
2637
2758
|
actual_end_date?: string | null;
|
|
2638
2759
|
client_company_id?: string | null;
|
|
2760
|
+
client_id?: string | null;
|
|
2639
2761
|
contract_value?: number | null;
|
|
2640
2762
|
created_at?: string;
|
|
2641
2763
|
deal_id?: string | null;
|
|
@@ -2672,6 +2794,13 @@ type Database = {
|
|
|
2672
2794
|
referencedRelation: "acq_companies";
|
|
2673
2795
|
referencedColumns: ["id"];
|
|
2674
2796
|
},
|
|
2797
|
+
{
|
|
2798
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
2799
|
+
columns: ["client_id"];
|
|
2800
|
+
isOneToOne: false;
|
|
2801
|
+
referencedRelation: "clients";
|
|
2802
|
+
referencedColumns: ["id"];
|
|
2803
|
+
},
|
|
2675
2804
|
{
|
|
2676
2805
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2677
2806
|
columns: ["deal_id"];
|
|
@@ -3076,6 +3205,66 @@ type Database = {
|
|
|
3076
3205
|
}
|
|
3077
3206
|
];
|
|
3078
3207
|
};
|
|
3208
|
+
user_notes: {
|
|
3209
|
+
Row: {
|
|
3210
|
+
content: string;
|
|
3211
|
+
created_at: string;
|
|
3212
|
+
created_by: string;
|
|
3213
|
+
id: string;
|
|
3214
|
+
metadata: Json;
|
|
3215
|
+
organization_id: string | null;
|
|
3216
|
+
pinned: boolean;
|
|
3217
|
+
priority: string;
|
|
3218
|
+
source: string | null;
|
|
3219
|
+
title: string | null;
|
|
3220
|
+
updated_at: string;
|
|
3221
|
+
user_id: string;
|
|
3222
|
+
};
|
|
3223
|
+
Insert: {
|
|
3224
|
+
content: string;
|
|
3225
|
+
created_at?: string;
|
|
3226
|
+
created_by?: string;
|
|
3227
|
+
id?: string;
|
|
3228
|
+
metadata?: Json;
|
|
3229
|
+
organization_id?: string | null;
|
|
3230
|
+
pinned?: boolean;
|
|
3231
|
+
priority?: string;
|
|
3232
|
+
source?: string | null;
|
|
3233
|
+
title?: string | null;
|
|
3234
|
+
updated_at?: string;
|
|
3235
|
+
user_id: string;
|
|
3236
|
+
};
|
|
3237
|
+
Update: {
|
|
3238
|
+
content?: string;
|
|
3239
|
+
created_at?: string;
|
|
3240
|
+
created_by?: string;
|
|
3241
|
+
id?: string;
|
|
3242
|
+
metadata?: Json;
|
|
3243
|
+
organization_id?: string | null;
|
|
3244
|
+
pinned?: boolean;
|
|
3245
|
+
priority?: string;
|
|
3246
|
+
source?: string | null;
|
|
3247
|
+
title?: string | null;
|
|
3248
|
+
updated_at?: string;
|
|
3249
|
+
user_id?: string;
|
|
3250
|
+
};
|
|
3251
|
+
Relationships: [
|
|
3252
|
+
{
|
|
3253
|
+
foreignKeyName: "user_notes_organization_id_fkey";
|
|
3254
|
+
columns: ["organization_id"];
|
|
3255
|
+
isOneToOne: false;
|
|
3256
|
+
referencedRelation: "organizations";
|
|
3257
|
+
referencedColumns: ["id"];
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
foreignKeyName: "user_notes_user_id_fkey";
|
|
3261
|
+
columns: ["user_id"];
|
|
3262
|
+
isOneToOne: false;
|
|
3263
|
+
referencedRelation: "users";
|
|
3264
|
+
referencedColumns: ["id"];
|
|
3265
|
+
}
|
|
3266
|
+
];
|
|
3267
|
+
};
|
|
3079
3268
|
users: {
|
|
3080
3269
|
Row: {
|
|
3081
3270
|
config: Json;
|
|
@@ -3413,6 +3602,7 @@ interface AgentIterationData {
|
|
|
3413
3602
|
declare const DealDetailResponseSchema: z.ZodObject<{
|
|
3414
3603
|
id: z.ZodString;
|
|
3415
3604
|
organization_id: z.ZodString;
|
|
3605
|
+
client_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3416
3606
|
contact_id: z.ZodNullable<z.ZodString>;
|
|
3417
3607
|
contact_email: z.ZodString;
|
|
3418
3608
|
pipeline_key: z.ZodString;
|
|
@@ -3497,6 +3687,25 @@ declare const DealDetailResponseSchema: z.ZodObject<{
|
|
|
3497
3687
|
sentAt: z.ZodNullable<z.ZodString>;
|
|
3498
3688
|
}, z.core.$strip>>;
|
|
3499
3689
|
}, z.core.$strip>;
|
|
3690
|
+
lineage: z.ZodOptional<z.ZodObject<{
|
|
3691
|
+
list: z.ZodNullable<z.ZodObject<{
|
|
3692
|
+
id: z.ZodString;
|
|
3693
|
+
name: z.ZodString;
|
|
3694
|
+
status: z.ZodString;
|
|
3695
|
+
}, z.core.$strip>>;
|
|
3696
|
+
projects: z.ZodArray<z.ZodObject<{
|
|
3697
|
+
id: z.ZodString;
|
|
3698
|
+
name: z.ZodString;
|
|
3699
|
+
kind: z.ZodString;
|
|
3700
|
+
status: z.ZodString;
|
|
3701
|
+
updatedAt: z.ZodString;
|
|
3702
|
+
}, z.core.$strip>>;
|
|
3703
|
+
client: z.ZodNullable<z.ZodObject<{
|
|
3704
|
+
id: z.ZodString;
|
|
3705
|
+
name: z.ZodString;
|
|
3706
|
+
status: z.ZodString;
|
|
3707
|
+
}, z.core.$strip>>;
|
|
3708
|
+
}, z.core.$strip>>;
|
|
3500
3709
|
}, z.core.$strip>;
|
|
3501
3710
|
type DealDetailResponse = z.infer<typeof DealDetailResponseSchema>;
|
|
3502
3711
|
|
|
@@ -4040,6 +4249,62 @@ interface CostByModelResponse {
|
|
|
4040
4249
|
*/
|
|
4041
4250
|
type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefinition;
|
|
4042
4251
|
|
|
4252
|
+
/**
|
|
4253
|
+
* Placeholder discriminated union for ContentNode (Wave 1A).
|
|
4254
|
+
* Wave 2A wires concrete (kind, type) pairs via the registry.
|
|
4255
|
+
*
|
|
4256
|
+
* Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
|
|
4257
|
+
* Per L14: every node carries BOTH `kind` and `type`.
|
|
4258
|
+
*/
|
|
4259
|
+
declare const ContentNodeSchema: z.ZodObject<{
|
|
4260
|
+
label: z.ZodString;
|
|
4261
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4262
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
4263
|
+
parentContentId: z.ZodOptional<z.ZodString>;
|
|
4264
|
+
kind: z.ZodString;
|
|
4265
|
+
type: z.ZodString;
|
|
4266
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4267
|
+
}, z.core.$strip>;
|
|
4268
|
+
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
4269
|
+
|
|
4270
|
+
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
4271
|
+
interface SystemEntry {
|
|
4272
|
+
id: string;
|
|
4273
|
+
label?: string;
|
|
4274
|
+
title?: string;
|
|
4275
|
+
description?: string;
|
|
4276
|
+
kind?: 'product' | 'operational' | 'platform' | 'diagnostic';
|
|
4277
|
+
parentSystemId?: string;
|
|
4278
|
+
ui?: {
|
|
4279
|
+
path: string;
|
|
4280
|
+
surfaces: string[];
|
|
4281
|
+
icon?: string;
|
|
4282
|
+
order?: number;
|
|
4283
|
+
};
|
|
4284
|
+
lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
|
|
4285
|
+
responsibleRoleId?: string;
|
|
4286
|
+
governedByKnowledge?: string[];
|
|
4287
|
+
actions?: {
|
|
4288
|
+
actionId: string;
|
|
4289
|
+
intent: 'exposes' | 'consumes';
|
|
4290
|
+
invocation?: unknown;
|
|
4291
|
+
}[];
|
|
4292
|
+
policies?: string[];
|
|
4293
|
+
drivesGoals?: string[];
|
|
4294
|
+
/** @deprecated Use lifecycle. Accepted for one publish cycle. */
|
|
4295
|
+
status?: 'active' | 'deprecated' | 'archived';
|
|
4296
|
+
path?: string;
|
|
4297
|
+
icon?: string;
|
|
4298
|
+
color?: string;
|
|
4299
|
+
uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
|
|
4300
|
+
enabled?: boolean;
|
|
4301
|
+
devOnly?: boolean;
|
|
4302
|
+
requiresAdmin?: boolean;
|
|
4303
|
+
order: number;
|
|
4304
|
+
content?: Record<string, ContentNode>;
|
|
4305
|
+
subsystems?: Record<string, SystemEntry>;
|
|
4306
|
+
}
|
|
4307
|
+
|
|
4043
4308
|
/**
|
|
4044
4309
|
* Resource Registry type definitions
|
|
4045
4310
|
*/
|
|
@@ -4053,6 +4318,7 @@ type ResourceStatus = 'dev' | 'prod';
|
|
|
4053
4318
|
* Used as the discriminator field in ResourceDefinition
|
|
4054
4319
|
*/
|
|
4055
4320
|
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
4321
|
+
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'lifecycle'>;
|
|
4056
4322
|
/**
|
|
4057
4323
|
* Base interface for ALL platform resources
|
|
4058
4324
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|
|
@@ -4078,6 +4344,12 @@ interface ResourceDefinition {
|
|
|
4078
4344
|
sessionCapable?: boolean;
|
|
4079
4345
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
4080
4346
|
origin?: 'local' | 'remote';
|
|
4347
|
+
/** OM System membership — dot-separated system path (e.g. "sys.lead-gen"), when backed by a Resource descriptor */
|
|
4348
|
+
systemPath?: string;
|
|
4349
|
+
/** Display metadata for the owning OM System */
|
|
4350
|
+
system?: ResourceSystemSummary;
|
|
4351
|
+
/** Governance lifecycle status from the OM Resource descriptor */
|
|
4352
|
+
governanceStatus?: ResourceGovernanceStatus;
|
|
4081
4353
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
4082
4354
|
archived?: boolean;
|
|
4083
4355
|
}
|
|
@@ -4085,20 +4357,25 @@ interface ResourceDefinition {
|
|
|
4085
4357
|
declare const LinkSchema: z.ZodObject<{
|
|
4086
4358
|
nodeId: z.ZodString;
|
|
4087
4359
|
kind: z.ZodEnum<{
|
|
4360
|
+
links: "links";
|
|
4361
|
+
affects: "affects";
|
|
4362
|
+
emits: "emits";
|
|
4088
4363
|
contains: "contains";
|
|
4089
4364
|
references: "references";
|
|
4090
|
-
exposes: "exposes";
|
|
4091
4365
|
maps_to: "maps_to";
|
|
4092
|
-
"operates-on": "operates-on";
|
|
4093
4366
|
uses: "uses";
|
|
4094
4367
|
governs: "governs";
|
|
4368
|
+
originates_from: "originates_from";
|
|
4369
|
+
triggers: "triggers";
|
|
4370
|
+
applies_to: "applies_to";
|
|
4371
|
+
effects: "effects";
|
|
4095
4372
|
}>;
|
|
4096
4373
|
}, z.core.$strip>;
|
|
4097
4374
|
type Link = z.infer<typeof LinkSchema>;
|
|
4098
4375
|
|
|
4099
4376
|
declare const ResourceCategorySchema: z.ZodEnum<{
|
|
4100
|
-
production: "production";
|
|
4101
4377
|
diagnostic: "diagnostic";
|
|
4378
|
+
production: "production";
|
|
4102
4379
|
internal: "internal";
|
|
4103
4380
|
testing: "testing";
|
|
4104
4381
|
}>;
|
|
@@ -4166,13 +4443,18 @@ interface Activity {
|
|
|
4166
4443
|
* - API middleware (via requireOrganizationPermission(key))
|
|
4167
4444
|
* - UI hooks (via useOrganizationPermissions().hasPermission(key))
|
|
4168
4445
|
*
|
|
4169
|
-
* The DB table `org_rol_permissions` mirrors this constant.
|
|
4170
|
-
*
|
|
4171
|
-
*
|
|
4446
|
+
* The DB table `org_rol_permissions` mirrors this constant. There is no
|
|
4447
|
+
* runtime reconciler; parity is enforced two ways:
|
|
4448
|
+
* 1. Each migration that adds/removes/modifies a permission must INSERT
|
|
4449
|
+
* (or UPDATE / DELETE) the corresponding `org_rol_permissions` row in
|
|
4450
|
+
* the same transaction.
|
|
4451
|
+
* 2. `apps/api/src/auth/multi-tenancy/__tests__/permissions-catalog-sync.integration.test.ts`
|
|
4452
|
+
* asserts the TS catalog and the DB rows agree; CI fails on drift.
|
|
4172
4453
|
*
|
|
4173
4454
|
* Adding a permission:
|
|
4174
4455
|
* 1. Add an entry below.
|
|
4175
|
-
* 2. Add a row to the migration
|
|
4456
|
+
* 2. Add a row to the migration (INSERT INTO org_rol_permissions ...) in
|
|
4457
|
+
* the same transaction as any policies/grants that reference the key.
|
|
4176
4458
|
* 3. Reference it in RLS / middleware as needed.
|
|
4177
4459
|
* 4. Optionally grant it to one or more system roles in org_rol_grants.
|
|
4178
4460
|
*
|
|
@@ -4190,12 +4472,14 @@ declare const PERMISSIONS: {
|
|
|
4190
4472
|
readonly OPERATIONS_MANAGE: "operations.manage";
|
|
4191
4473
|
readonly ACQUISITION_MANAGE: "acquisition.manage";
|
|
4192
4474
|
readonly PROJECTS_MANAGE: "projects.manage";
|
|
4475
|
+
readonly CLIENTS_MANAGE: "clients.manage";
|
|
4193
4476
|
};
|
|
4194
4477
|
type PermissionKey = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
|
|
4195
4478
|
/**
|
|
4196
|
-
* Static metadata for each permission. Mirrored into org_rol_permissions
|
|
4197
|
-
*
|
|
4198
|
-
*
|
|
4479
|
+
* Static metadata for each permission. Mirrored into org_rol_permissions by
|
|
4480
|
+
* a migration `INSERT` in the same transaction as any change to this catalog.
|
|
4481
|
+
* is_org_grantable=false means the permission is reserved to system roles
|
|
4482
|
+
* only — custom roles cannot include it (privilege-escalation guard).
|
|
4199
4483
|
*/
|
|
4200
4484
|
interface PermissionDescriptor {
|
|
4201
4485
|
key: PermissionKey;
|
|
@@ -6527,35 +6811,37 @@ interface QuickCreateActionsProps {
|
|
|
6527
6811
|
}
|
|
6528
6812
|
declare function QuickCreateActions({ showSectionLabel }: QuickCreateActionsProps): react_jsx_runtime.JSX.Element;
|
|
6529
6813
|
|
|
6530
|
-
type
|
|
6531
|
-
type
|
|
6814
|
+
type SystemSidebarComponent = ComponentType;
|
|
6815
|
+
type SystemIconComponent = ComponentType<{
|
|
6532
6816
|
size?: number;
|
|
6533
6817
|
stroke?: number;
|
|
6534
6818
|
}>;
|
|
6535
|
-
type
|
|
6819
|
+
type SystemSidebarWidthResolver = number | ((context: {
|
|
6536
6820
|
currentPath: string;
|
|
6537
6821
|
}) => number);
|
|
6538
|
-
interface
|
|
6539
|
-
/** Unique stable identifier for this
|
|
6822
|
+
interface SystemModule {
|
|
6823
|
+
/** Unique stable identifier for this UI system module. */
|
|
6540
6824
|
key: string;
|
|
6541
|
-
/** Organization Model
|
|
6542
|
-
|
|
6543
|
-
/**
|
|
6825
|
+
/** Organization Model system id this module presents. Omit for navigation-only app surfaces. */
|
|
6826
|
+
systemId?: string;
|
|
6827
|
+
/** Route prefixes owned by navigation-only app surfaces. */
|
|
6828
|
+
routePrefixes?: string[];
|
|
6829
|
+
/** Capability identifiers contributed by this system module. */
|
|
6544
6830
|
capabilityIds?: string[];
|
|
6545
|
-
/** Icon used when this
|
|
6546
|
-
icon?:
|
|
6547
|
-
/** Sidebar component rendered when this
|
|
6548
|
-
sidebar?:
|
|
6831
|
+
/** Icon used when this system node appears in shell navigation. */
|
|
6832
|
+
icon?: SystemIconComponent;
|
|
6833
|
+
/** Sidebar component rendered when this system's subtree route is active. */
|
|
6834
|
+
sidebar?: SystemSidebarComponent;
|
|
6549
6835
|
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
6550
|
-
sidebarWidth?:
|
|
6551
|
-
/** Operations-only bridge connecting this
|
|
6552
|
-
organizationGraph?:
|
|
6836
|
+
sidebarWidth?: SystemSidebarWidthResolver;
|
|
6837
|
+
/** Operations-only bridge connecting this system to the organization graph node. */
|
|
6838
|
+
organizationGraph?: OrganizationGraphSystemBridge;
|
|
6553
6839
|
}
|
|
6554
|
-
interface
|
|
6555
|
-
|
|
6840
|
+
interface OrganizationGraphSystemBridge {
|
|
6841
|
+
systemId?: string;
|
|
6556
6842
|
}
|
|
6557
6843
|
|
|
6558
|
-
declare const crmManifest:
|
|
6844
|
+
declare const crmManifest: SystemModule;
|
|
6559
6845
|
|
|
6560
6846
|
declare function DealsListPage(): react_jsx_runtime.JSX.Element;
|
|
6561
6847
|
|
|
@@ -6566,6 +6852,16 @@ interface DealDetailPageProps {
|
|
|
6566
6852
|
}
|
|
6567
6853
|
declare function DealDetailPage({ dealId, renderActions, onDealLoaded }: DealDetailPageProps): react_jsx_runtime.JSX.Element;
|
|
6568
6854
|
|
|
6855
|
+
interface CompanyDetailPageProps {
|
|
6856
|
+
companyId: string;
|
|
6857
|
+
}
|
|
6858
|
+
declare function CompanyDetailPage({ companyId }: CompanyDetailPageProps): react_jsx_runtime.JSX.Element;
|
|
6859
|
+
|
|
6860
|
+
interface ContactDetailPageProps {
|
|
6861
|
+
contactId: string;
|
|
6862
|
+
}
|
|
6863
|
+
declare function ContactDetailPage({ contactId }: ContactDetailPageProps): react_jsx_runtime.JSX.Element;
|
|
6864
|
+
|
|
6569
6865
|
interface LeadGenSidebarProps {
|
|
6570
6866
|
/** Replace the default `LeadGenSidebarMiddle` with custom middle content. Leave unset for the default layout. */
|
|
6571
6867
|
children?: ReactNode;
|
|
@@ -6580,7 +6876,7 @@ interface LeadGenSidebarMiddleProps {
|
|
|
6580
6876
|
}
|
|
6581
6877
|
declare const LeadGenSidebarMiddle: ({ items }?: LeadGenSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
6582
6878
|
|
|
6583
|
-
declare const leadGenManifest:
|
|
6879
|
+
declare const leadGenManifest: SystemModule;
|
|
6584
6880
|
|
|
6585
6881
|
interface LeadGenRouteLink {
|
|
6586
6882
|
label: string;
|
|
@@ -6594,7 +6890,7 @@ declare function LeadGenRouteShell({ title, caption, body, links }: {
|
|
|
6594
6890
|
links?: LeadGenRouteLink[];
|
|
6595
6891
|
}): react_jsx_runtime.JSX.Element;
|
|
6596
6892
|
declare function getStatusColor(status: string | null): "green" | "red" | "gray";
|
|
6597
|
-
declare function getEnrichmentColor(status: string): "
|
|
6893
|
+
declare function getEnrichmentColor(status: string): "green" | "yellow" | "red" | "gray";
|
|
6598
6894
|
|
|
6599
6895
|
declare function useDeleteLists(): _tanstack_react_query.UseMutationResult<void, Error, string[], unknown>;
|
|
6600
6896
|
|
|
@@ -6616,7 +6912,7 @@ declare const SEOSidebarTop: () => react_jsx_runtime.JSX.Element;
|
|
|
6616
6912
|
|
|
6617
6913
|
declare const SEOSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
6618
6914
|
|
|
6619
|
-
declare const seoManifest:
|
|
6915
|
+
declare const seoManifest: SystemModule;
|
|
6620
6916
|
|
|
6621
6917
|
interface HealthStatusCardProps {
|
|
6622
6918
|
status: string;
|
|
@@ -6660,7 +6956,7 @@ interface ProjectsSidebarMiddleProps {
|
|
|
6660
6956
|
}
|
|
6661
6957
|
declare const ProjectsSidebarMiddle: ({ currentPath, onNavigate, projectItems, workItems, communicationItems }?: ProjectsSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
6662
6958
|
|
|
6663
|
-
declare const deliveryManifest:
|
|
6959
|
+
declare const deliveryManifest: SystemModule;
|
|
6664
6960
|
|
|
6665
6961
|
declare function AllTasksPage(): react_jsx_runtime.JSX.Element;
|
|
6666
6962
|
|
|
@@ -6686,17 +6982,17 @@ declare const noteTypeColors: Record<string, string>;
|
|
|
6686
6982
|
declare function formatStatusLabel(status: string): string;
|
|
6687
6983
|
declare function calculateProgress(completed: number, total: number): number;
|
|
6688
6984
|
|
|
6689
|
-
declare const monitoringManifest:
|
|
6985
|
+
declare const monitoringManifest: SystemModule;
|
|
6690
6986
|
|
|
6691
|
-
declare const settingsManifest:
|
|
6987
|
+
declare const settingsManifest: SystemModule;
|
|
6692
6988
|
|
|
6693
6989
|
declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
|
|
6694
6990
|
|
|
6695
|
-
declare const OperationsSidebarTop: () =>
|
|
6991
|
+
declare const OperationsSidebarTop: () => null;
|
|
6696
6992
|
|
|
6697
6993
|
declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
6698
6994
|
|
|
6699
|
-
declare const operationsManifest:
|
|
6995
|
+
declare const operationsManifest: SystemModule;
|
|
6700
6996
|
|
|
6701
|
-
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, Can, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, StyledMarkdown, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
6702
|
-
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, AppErrorBoundaryProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CreateRoleModalProps, CrmOverviewProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FieldPath, FitViewButtonVariant, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, PermissionRow, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StepConfigComponent, StepConfigFieldHint, StepConfigFormProps, StepConfigLayout, StepConfigSection, StyledMarkdownProps, TabSectionProps, TaskFilterStatus, TrendIndicatorProps, ZodFormRendererProps };
|
|
6997
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, Can, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, StyledMarkdown, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
6998
|
+
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, AppErrorBoundaryProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CompanyDetailPageProps, ContactDetailPageProps, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CreateRoleModalProps, CrmOverviewProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FieldPath, FitViewButtonVariant, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, PermissionRow, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StepConfigComponent, StepConfigFieldHint, StepConfigFormProps, StepConfigLayout, StepConfigSection, StyledMarkdownProps, TabSectionProps, TaskFilterStatus, TrendIndicatorProps, ZodFormRendererProps };
|