@elevasis/ui 2.30.0 → 2.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +122 -1
- package/dist/app/index.js +7 -7
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-T5Z7G2J2.js → chunk-3BAPR3KA.js} +1 -1
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-2DIYILF7.js → chunk-542WPQU2.js} +2 -2
- package/dist/{chunk-SBCIB5TZ.js → chunk-5LJAEZMA.js} +5 -5
- package/dist/{chunk-T2PAD63Y.js → chunk-7HMCB26R.js} +1 -1
- package/dist/chunk-7KC4P3AU.js +357 -0
- package/dist/{chunk-AKOD52HS.js → chunk-CQZ3DNQY.js} +4 -3
- package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
- package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
- package/dist/{chunk-JKTPRYGV.js → chunk-HQGF4ATG.js} +9 -55
- package/dist/{chunk-SKXXT3E2.js → chunk-HYNYEBHM.js} +4 -4
- package/dist/{chunk-6EFVZV6X.js → chunk-JKSUN5GN.js} +718 -64
- package/dist/{chunk-LRZFLK2F.js → chunk-L2NVFLXU.js} +3 -3
- package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
- package/dist/{chunk-3MDNBHVB.js → chunk-MVFCLZSK.js} +690 -221
- package/dist/{chunk-HYLERWRO.js → chunk-ND42LPY4.js} +6 -6
- package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
- package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-Q6OYNEGR.js} +5 -5
- package/dist/{chunk-4SY6BTVZ.js → chunk-QDEETKYT.js} +4 -1
- package/dist/{chunk-IKQ42WHU.js → chunk-QHEWXU7I.js} +1 -1
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-3GV5NHSS.js → chunk-SHQXMW4F.js} +39 -211
- package/dist/{chunk-A7B7HLDF.js → chunk-T3IPHEYJ.js} +1889 -301
- package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
- package/dist/{chunk-NITGGYH2.js → chunk-TVRQ6AQI.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-P5WYW2GI.js → chunk-Y4FWCG7Y.js} +150 -305
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.d.ts +205 -11
- package/dist/components/index.js +38 -35
- package/dist/components/navigation/index.js +1 -1
- package/dist/execution/index.d.ts +2 -1
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.d.ts +121 -0
- package/dist/features/auth/index.js +1 -1
- package/dist/features/clients/index.css +611 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +719 -0
- package/dist/features/crm/index.d.ts +148 -2
- package/dist/features/crm/index.js +18 -16
- package/dist/features/dashboard/index.d.ts +36 -1
- package/dist/features/dashboard/index.js +14 -14
- package/dist/features/delivery/index.d.ts +121 -0
- package/dist/features/delivery/index.js +18 -16
- package/dist/features/knowledge/index.js +43 -20
- package/dist/features/lead-gen/index.d.ts +17 -11
- package/dist/features/lead-gen/index.js +19 -17
- package/dist/features/monitoring/index.js +17 -16
- package/dist/features/monitoring/requests/index.js +14 -13
- package/dist/features/operations/index.d.ts +38 -2
- package/dist/features/operations/index.js +22 -21
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +121 -0
- package/dist/features/settings/index.js +16 -15
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +140 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +583 -19
- package/dist/hooks/index.js +12 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.d.ts +583 -19
- package/dist/hooks/published.js +12 -12
- package/dist/index.d.ts +680 -21
- package/dist/index.js +13 -13
- package/dist/initialization/index.d.ts +121 -0
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.d.ts +97 -1
- package/dist/knowledge/index.js +1692 -1039
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -4
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +121 -0
- package/dist/profile/index.js +1 -1
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.d.ts +218 -2
- package/dist/provider/index.js +10 -10
- package/dist/provider/published.d.ts +218 -2
- package/dist/provider/published.js +7 -7
- package/dist/router/context.js +1 -1
- package/dist/router/index.js +1 -1
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.d.ts +232 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.js +3 -3
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +2 -2
- package/dist/theme/index.js +4 -4
- package/dist/theme/presets/index.js +2 -2
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +204 -1
- package/dist/utils/index.d.ts +36 -1
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +3 -3
- package/dist/vite-plugin-knowledge/index.js +2 -2
- package/dist/zustand/index.js +1 -1
- package/package.json +13 -4
- /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
package/dist/hooks/index.d.ts
CHANGED
|
@@ -226,6 +226,7 @@ interface SerializedAgentDefinition {
|
|
|
226
226
|
description: string;
|
|
227
227
|
version: string;
|
|
228
228
|
type: 'agent';
|
|
229
|
+
kind: 'orchestrator' | 'specialist' | 'utility' | 'system';
|
|
229
230
|
status: 'dev' | 'prod';
|
|
230
231
|
links?: ResourceLink[];
|
|
231
232
|
category?: ResourceCategory;
|
|
@@ -311,6 +312,55 @@ interface SerializedWorkflowDefinition {
|
|
|
311
312
|
metricsConfig?: object;
|
|
312
313
|
}
|
|
313
314
|
|
|
315
|
+
declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
316
|
+
active: "active";
|
|
317
|
+
deprecated: "deprecated";
|
|
318
|
+
archived: "archived";
|
|
319
|
+
}>;
|
|
320
|
+
declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
321
|
+
id: z.ZodString;
|
|
322
|
+
systemId: z.ZodString;
|
|
323
|
+
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
324
|
+
status: z.ZodEnum<{
|
|
325
|
+
active: "active";
|
|
326
|
+
deprecated: "deprecated";
|
|
327
|
+
archived: "archived";
|
|
328
|
+
}>;
|
|
329
|
+
kind: z.ZodLiteral<"workflow">;
|
|
330
|
+
capabilityKey: z.ZodOptional<z.ZodString>;
|
|
331
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
332
|
+
id: z.ZodString;
|
|
333
|
+
systemId: z.ZodString;
|
|
334
|
+
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
335
|
+
status: z.ZodEnum<{
|
|
336
|
+
active: "active";
|
|
337
|
+
deprecated: "deprecated";
|
|
338
|
+
archived: "archived";
|
|
339
|
+
}>;
|
|
340
|
+
kind: z.ZodLiteral<"agent">;
|
|
341
|
+
agentKind: z.ZodEnum<{
|
|
342
|
+
orchestrator: "orchestrator";
|
|
343
|
+
specialist: "specialist";
|
|
344
|
+
utility: "utility";
|
|
345
|
+
system: "system";
|
|
346
|
+
}>;
|
|
347
|
+
actsAsRoleId: z.ZodOptional<z.ZodString>;
|
|
348
|
+
sessionCapable: z.ZodBoolean;
|
|
349
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
350
|
+
id: z.ZodString;
|
|
351
|
+
systemId: z.ZodString;
|
|
352
|
+
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
353
|
+
status: z.ZodEnum<{
|
|
354
|
+
active: "active";
|
|
355
|
+
deprecated: "deprecated";
|
|
356
|
+
archived: "archived";
|
|
357
|
+
}>;
|
|
358
|
+
kind: z.ZodLiteral<"integration">;
|
|
359
|
+
provider: z.ZodString;
|
|
360
|
+
}, z.core.$strip>], "kind">;
|
|
361
|
+
type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
|
|
362
|
+
type ResourceEntry = z.infer<typeof ResourceEntrySchema>;
|
|
363
|
+
|
|
314
364
|
/**
|
|
315
365
|
* Shared form field types for dynamic form generation
|
|
316
366
|
* Used by: Command Queue, Execution Runner UI, future form-based features
|
|
@@ -463,6 +513,7 @@ type Database = {
|
|
|
463
513
|
batch_id: string | null;
|
|
464
514
|
category: string | null;
|
|
465
515
|
category_pain: string | null;
|
|
516
|
+
client_id: string | null;
|
|
466
517
|
created_at: string;
|
|
467
518
|
domain: string | null;
|
|
468
519
|
enrichment_data: Json | null;
|
|
@@ -489,6 +540,7 @@ type Database = {
|
|
|
489
540
|
batch_id?: string | null;
|
|
490
541
|
category?: string | null;
|
|
491
542
|
category_pain?: string | null;
|
|
543
|
+
client_id?: string | null;
|
|
492
544
|
created_at?: string;
|
|
493
545
|
domain?: string | null;
|
|
494
546
|
enrichment_data?: Json | null;
|
|
@@ -515,6 +567,7 @@ type Database = {
|
|
|
515
567
|
batch_id?: string | null;
|
|
516
568
|
category?: string | null;
|
|
517
569
|
category_pain?: string | null;
|
|
570
|
+
client_id?: string | null;
|
|
518
571
|
created_at?: string;
|
|
519
572
|
domain?: string | null;
|
|
520
573
|
enrichment_data?: Json | null;
|
|
@@ -538,6 +591,13 @@ type Database = {
|
|
|
538
591
|
website?: string | null;
|
|
539
592
|
};
|
|
540
593
|
Relationships: [
|
|
594
|
+
{
|
|
595
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
596
|
+
columns: ["client_id"];
|
|
597
|
+
isOneToOne: false;
|
|
598
|
+
referencedRelation: "clients";
|
|
599
|
+
referencedColumns: ["id"];
|
|
600
|
+
},
|
|
541
601
|
{
|
|
542
602
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
543
603
|
columns: ["organization_id"];
|
|
@@ -552,6 +612,7 @@ type Database = {
|
|
|
552
612
|
batch_id: string | null;
|
|
553
613
|
brochure_first_viewed_at: string | null;
|
|
554
614
|
brochure_view_count: number;
|
|
615
|
+
client_id: string | null;
|
|
555
616
|
company_id: string | null;
|
|
556
617
|
created_at: string;
|
|
557
618
|
email: string;
|
|
@@ -580,6 +641,7 @@ type Database = {
|
|
|
580
641
|
batch_id?: string | null;
|
|
581
642
|
brochure_first_viewed_at?: string | null;
|
|
582
643
|
brochure_view_count?: number;
|
|
644
|
+
client_id?: string | null;
|
|
583
645
|
company_id?: string | null;
|
|
584
646
|
created_at?: string;
|
|
585
647
|
email: string;
|
|
@@ -608,6 +670,7 @@ type Database = {
|
|
|
608
670
|
batch_id?: string | null;
|
|
609
671
|
brochure_first_viewed_at?: string | null;
|
|
610
672
|
brochure_view_count?: number;
|
|
673
|
+
client_id?: string | null;
|
|
611
674
|
company_id?: string | null;
|
|
612
675
|
created_at?: string;
|
|
613
676
|
email?: string;
|
|
@@ -633,6 +696,13 @@ type Database = {
|
|
|
633
696
|
updated_at?: string;
|
|
634
697
|
};
|
|
635
698
|
Relationships: [
|
|
699
|
+
{
|
|
700
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
701
|
+
columns: ["client_id"];
|
|
702
|
+
isOneToOne: false;
|
|
703
|
+
referencedRelation: "clients";
|
|
704
|
+
referencedColumns: ["id"];
|
|
705
|
+
},
|
|
636
706
|
{
|
|
637
707
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
638
708
|
columns: ["company_id"];
|
|
@@ -876,8 +946,10 @@ type Database = {
|
|
|
876
946
|
acq_deals: {
|
|
877
947
|
Row: {
|
|
878
948
|
activity_log: Json;
|
|
949
|
+
client_id: string | null;
|
|
879
950
|
closed_lost_at: string | null;
|
|
880
951
|
closed_lost_reason: string | null;
|
|
952
|
+
company_id: string | null;
|
|
881
953
|
contact_email: string;
|
|
882
954
|
contact_id: string | null;
|
|
883
955
|
created_at: string;
|
|
@@ -913,8 +985,10 @@ type Database = {
|
|
|
913
985
|
};
|
|
914
986
|
Insert: {
|
|
915
987
|
activity_log?: Json;
|
|
988
|
+
client_id?: string | null;
|
|
916
989
|
closed_lost_at?: string | null;
|
|
917
990
|
closed_lost_reason?: string | null;
|
|
991
|
+
company_id?: string | null;
|
|
918
992
|
contact_email: string;
|
|
919
993
|
contact_id?: string | null;
|
|
920
994
|
created_at?: string;
|
|
@@ -950,8 +1024,10 @@ type Database = {
|
|
|
950
1024
|
};
|
|
951
1025
|
Update: {
|
|
952
1026
|
activity_log?: Json;
|
|
1027
|
+
client_id?: string | null;
|
|
953
1028
|
closed_lost_at?: string | null;
|
|
954
1029
|
closed_lost_reason?: string | null;
|
|
1030
|
+
company_id?: string | null;
|
|
955
1031
|
contact_email?: string;
|
|
956
1032
|
contact_id?: string | null;
|
|
957
1033
|
created_at?: string;
|
|
@@ -986,6 +1062,20 @@ type Database = {
|
|
|
986
1062
|
updated_at?: string;
|
|
987
1063
|
};
|
|
988
1064
|
Relationships: [
|
|
1065
|
+
{
|
|
1066
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
1067
|
+
columns: ["client_id"];
|
|
1068
|
+
isOneToOne: false;
|
|
1069
|
+
referencedRelation: "clients";
|
|
1070
|
+
referencedColumns: ["id"];
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
1074
|
+
columns: ["company_id"];
|
|
1075
|
+
isOneToOne: false;
|
|
1076
|
+
referencedRelation: "acq_companies";
|
|
1077
|
+
referencedColumns: ["id"];
|
|
1078
|
+
},
|
|
989
1079
|
{
|
|
990
1080
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
991
1081
|
columns: ["contact_id"];
|
|
@@ -1603,6 +1693,77 @@ type Database = {
|
|
|
1603
1693
|
}
|
|
1604
1694
|
];
|
|
1605
1695
|
};
|
|
1696
|
+
clients: {
|
|
1697
|
+
Row: {
|
|
1698
|
+
converted_at: string | null;
|
|
1699
|
+
created_at: string;
|
|
1700
|
+
id: string;
|
|
1701
|
+
metadata: Json;
|
|
1702
|
+
name: string;
|
|
1703
|
+
organization_id: string;
|
|
1704
|
+
primary_company_id: string | null;
|
|
1705
|
+
primary_contact_id: string | null;
|
|
1706
|
+
source_deal_id: string | null;
|
|
1707
|
+
status: string;
|
|
1708
|
+
updated_at: string;
|
|
1709
|
+
};
|
|
1710
|
+
Insert: {
|
|
1711
|
+
converted_at?: string | null;
|
|
1712
|
+
created_at?: string;
|
|
1713
|
+
id?: string;
|
|
1714
|
+
metadata?: Json;
|
|
1715
|
+
name: string;
|
|
1716
|
+
organization_id: string;
|
|
1717
|
+
primary_company_id?: string | null;
|
|
1718
|
+
primary_contact_id?: string | null;
|
|
1719
|
+
source_deal_id?: string | null;
|
|
1720
|
+
status?: string;
|
|
1721
|
+
updated_at?: string;
|
|
1722
|
+
};
|
|
1723
|
+
Update: {
|
|
1724
|
+
converted_at?: string | null;
|
|
1725
|
+
created_at?: string;
|
|
1726
|
+
id?: string;
|
|
1727
|
+
metadata?: Json;
|
|
1728
|
+
name?: string;
|
|
1729
|
+
organization_id?: string;
|
|
1730
|
+
primary_company_id?: string | null;
|
|
1731
|
+
primary_contact_id?: string | null;
|
|
1732
|
+
source_deal_id?: string | null;
|
|
1733
|
+
status?: string;
|
|
1734
|
+
updated_at?: string;
|
|
1735
|
+
};
|
|
1736
|
+
Relationships: [
|
|
1737
|
+
{
|
|
1738
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1739
|
+
columns: ["organization_id"];
|
|
1740
|
+
isOneToOne: false;
|
|
1741
|
+
referencedRelation: "organizations";
|
|
1742
|
+
referencedColumns: ["id"];
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1746
|
+
columns: ["primary_company_id"];
|
|
1747
|
+
isOneToOne: false;
|
|
1748
|
+
referencedRelation: "acq_companies";
|
|
1749
|
+
referencedColumns: ["id"];
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1753
|
+
columns: ["primary_contact_id"];
|
|
1754
|
+
isOneToOne: false;
|
|
1755
|
+
referencedRelation: "acq_contacts";
|
|
1756
|
+
referencedColumns: ["id"];
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1760
|
+
columns: ["source_deal_id"];
|
|
1761
|
+
isOneToOne: false;
|
|
1762
|
+
referencedRelation: "acq_deals";
|
|
1763
|
+
referencedColumns: ["id"];
|
|
1764
|
+
}
|
|
1765
|
+
];
|
|
1766
|
+
};
|
|
1606
1767
|
command_queue: {
|
|
1607
1768
|
Row: {
|
|
1608
1769
|
action_payload: Json | null;
|
|
@@ -2572,6 +2733,7 @@ type Database = {
|
|
|
2572
2733
|
Row: {
|
|
2573
2734
|
actual_end_date: string | null;
|
|
2574
2735
|
client_company_id: string | null;
|
|
2736
|
+
client_id: string | null;
|
|
2575
2737
|
contract_value: number | null;
|
|
2576
2738
|
created_at: string;
|
|
2577
2739
|
deal_id: string | null;
|
|
@@ -2589,6 +2751,7 @@ type Database = {
|
|
|
2589
2751
|
Insert: {
|
|
2590
2752
|
actual_end_date?: string | null;
|
|
2591
2753
|
client_company_id?: string | null;
|
|
2754
|
+
client_id?: string | null;
|
|
2592
2755
|
contract_value?: number | null;
|
|
2593
2756
|
created_at?: string;
|
|
2594
2757
|
deal_id?: string | null;
|
|
@@ -2606,6 +2769,7 @@ type Database = {
|
|
|
2606
2769
|
Update: {
|
|
2607
2770
|
actual_end_date?: string | null;
|
|
2608
2771
|
client_company_id?: string | null;
|
|
2772
|
+
client_id?: string | null;
|
|
2609
2773
|
contract_value?: number | null;
|
|
2610
2774
|
created_at?: string;
|
|
2611
2775
|
deal_id?: string | null;
|
|
@@ -2642,6 +2806,13 @@ type Database = {
|
|
|
2642
2806
|
referencedRelation: "acq_companies";
|
|
2643
2807
|
referencedColumns: ["id"];
|
|
2644
2808
|
},
|
|
2809
|
+
{
|
|
2810
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
2811
|
+
columns: ["client_id"];
|
|
2812
|
+
isOneToOne: false;
|
|
2813
|
+
referencedRelation: "clients";
|
|
2814
|
+
referencedColumns: ["id"];
|
|
2815
|
+
},
|
|
2645
2816
|
{
|
|
2646
2817
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2647
2818
|
columns: ["deal_id"];
|
|
@@ -3335,6 +3506,7 @@ declare const TransitionItemRequestSchema: z.ZodObject<{
|
|
|
3335
3506
|
declare const DealDetailResponseSchema: z.ZodObject<{
|
|
3336
3507
|
id: z.ZodString;
|
|
3337
3508
|
organization_id: z.ZodString;
|
|
3509
|
+
client_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3338
3510
|
contact_id: z.ZodNullable<z.ZodString>;
|
|
3339
3511
|
contact_email: z.ZodString;
|
|
3340
3512
|
pipeline_key: z.ZodString;
|
|
@@ -3419,6 +3591,25 @@ declare const DealDetailResponseSchema: z.ZodObject<{
|
|
|
3419
3591
|
sentAt: z.ZodNullable<z.ZodString>;
|
|
3420
3592
|
}, z.core.$strip>>;
|
|
3421
3593
|
}, z.core.$strip>;
|
|
3594
|
+
lineage: z.ZodOptional<z.ZodObject<{
|
|
3595
|
+
list: z.ZodNullable<z.ZodObject<{
|
|
3596
|
+
id: z.ZodString;
|
|
3597
|
+
name: z.ZodString;
|
|
3598
|
+
status: z.ZodString;
|
|
3599
|
+
}, z.core.$strip>>;
|
|
3600
|
+
projects: z.ZodArray<z.ZodObject<{
|
|
3601
|
+
id: z.ZodString;
|
|
3602
|
+
name: z.ZodString;
|
|
3603
|
+
kind: z.ZodString;
|
|
3604
|
+
status: z.ZodString;
|
|
3605
|
+
updatedAt: z.ZodString;
|
|
3606
|
+
}, z.core.$strip>>;
|
|
3607
|
+
client: z.ZodNullable<z.ZodObject<{
|
|
3608
|
+
id: z.ZodString;
|
|
3609
|
+
name: z.ZodString;
|
|
3610
|
+
status: z.ZodString;
|
|
3611
|
+
}, z.core.$strip>>;
|
|
3612
|
+
}, z.core.$strip>>;
|
|
3422
3613
|
}, z.core.$strip>;
|
|
3423
3614
|
type TransitionItemRequest = z.infer<typeof TransitionItemRequestSchema>;
|
|
3424
3615
|
type DealDetailResponse = z.infer<typeof DealDetailResponseSchema>;
|
|
@@ -3428,10 +3619,10 @@ type DealDetailResponse = z.infer<typeof DealDetailResponseSchema>;
|
|
|
3428
3619
|
*/
|
|
3429
3620
|
declare const ListStatusSchema: z.ZodEnum<{
|
|
3430
3621
|
closing: "closing";
|
|
3622
|
+
archived: "archived";
|
|
3431
3623
|
draft: "draft";
|
|
3432
3624
|
enriching: "enriching";
|
|
3433
3625
|
launched: "launched";
|
|
3434
|
-
archived: "archived";
|
|
3435
3626
|
}>;
|
|
3436
3627
|
declare const ListCompaniesQuerySchema: z.ZodObject<{
|
|
3437
3628
|
search: z.ZodOptional<z.ZodString>;
|
|
@@ -3465,6 +3656,7 @@ declare const ListContactsQuerySchema: z.ZodObject<{
|
|
|
3465
3656
|
declare const AcqCompanyResponseSchema: z.ZodObject<{
|
|
3466
3657
|
id: z.ZodString;
|
|
3467
3658
|
organizationId: z.ZodString;
|
|
3659
|
+
clientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3468
3660
|
name: z.ZodString;
|
|
3469
3661
|
domain: z.ZodNullable<z.ZodString>;
|
|
3470
3662
|
linkedinUrl: z.ZodNullable<z.ZodString>;
|
|
@@ -3501,6 +3693,7 @@ declare const AcqCompanyResponseSchema: z.ZodObject<{
|
|
|
3501
3693
|
declare const AcqContactResponseSchema: z.ZodObject<{
|
|
3502
3694
|
id: z.ZodString;
|
|
3503
3695
|
organizationId: z.ZodString;
|
|
3696
|
+
clientId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3504
3697
|
companyId: z.ZodNullable<z.ZodString>;
|
|
3505
3698
|
email: z.ZodString;
|
|
3506
3699
|
emailValid: z.ZodNullable<z.ZodEnum<{
|
|
@@ -3980,6 +4173,22 @@ interface ProjectDetail extends ProjectRow {
|
|
|
3980
4173
|
name: string;
|
|
3981
4174
|
domain: string | null;
|
|
3982
4175
|
} | null;
|
|
4176
|
+
deal: ProjectSourceDealRef | null;
|
|
4177
|
+
client: ProjectClientRef | null;
|
|
4178
|
+
}
|
|
4179
|
+
interface ProjectSourceDealRef {
|
|
4180
|
+
id: string;
|
|
4181
|
+
clientId?: string | null;
|
|
4182
|
+
contactEmail: string;
|
|
4183
|
+
stageKey: string | null;
|
|
4184
|
+
stateKey: string | null;
|
|
4185
|
+
sourceListId: string | null;
|
|
4186
|
+
updatedAt: string;
|
|
4187
|
+
}
|
|
4188
|
+
interface ProjectClientRef {
|
|
4189
|
+
id: string;
|
|
4190
|
+
name: string;
|
|
4191
|
+
status: string;
|
|
3983
4192
|
}
|
|
3984
4193
|
|
|
3985
4194
|
interface Action {
|
|
@@ -4500,6 +4709,27 @@ type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefini
|
|
|
4500
4709
|
*/
|
|
4501
4710
|
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
|
|
4502
4711
|
|
|
4712
|
+
declare const SystemEntrySchema: z.ZodObject<{
|
|
4713
|
+
id: z.ZodString;
|
|
4714
|
+
title: z.ZodString;
|
|
4715
|
+
description: z.ZodString;
|
|
4716
|
+
kind: z.ZodEnum<{
|
|
4717
|
+
platform: "platform";
|
|
4718
|
+
product: "product";
|
|
4719
|
+
operational: "operational";
|
|
4720
|
+
diagnostic: "diagnostic";
|
|
4721
|
+
}>;
|
|
4722
|
+
responsibleRoleId: z.ZodOptional<z.ZodString>;
|
|
4723
|
+
governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4724
|
+
drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4725
|
+
status: z.ZodEnum<{
|
|
4726
|
+
active: "active";
|
|
4727
|
+
deprecated: "deprecated";
|
|
4728
|
+
archived: "archived";
|
|
4729
|
+
}>;
|
|
4730
|
+
}, z.core.$strip>;
|
|
4731
|
+
type SystemEntry = z.infer<typeof SystemEntrySchema>;
|
|
4732
|
+
|
|
4503
4733
|
/**
|
|
4504
4734
|
* Resource Registry type definitions
|
|
4505
4735
|
*/
|
|
@@ -4513,6 +4743,7 @@ type ResourceStatus = 'dev' | 'prod';
|
|
|
4513
4743
|
* Used as the discriminator field in ResourceDefinition
|
|
4514
4744
|
*/
|
|
4515
4745
|
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
4746
|
+
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
|
|
4516
4747
|
/**
|
|
4517
4748
|
* Base interface for ALL platform resources
|
|
4518
4749
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|
|
@@ -4538,6 +4769,12 @@ interface ResourceDefinition {
|
|
|
4538
4769
|
sessionCapable?: boolean;
|
|
4539
4770
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
4540
4771
|
origin?: 'local' | 'remote';
|
|
4772
|
+
/** OM System membership, when backed by a Resource descriptor */
|
|
4773
|
+
systemId?: string;
|
|
4774
|
+
/** Display metadata for the owning OM System */
|
|
4775
|
+
system?: ResourceSystemSummary;
|
|
4776
|
+
/** Governance lifecycle status from the OM Resource descriptor */
|
|
4777
|
+
governanceStatus?: ResourceGovernanceStatus;
|
|
4541
4778
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
4542
4779
|
archived?: boolean;
|
|
4543
4780
|
}
|
|
@@ -4643,6 +4880,10 @@ interface TriggerDefinition extends ResourceDefinition {
|
|
|
4643
4880
|
interface IntegrationDefinition extends ResourceDefinition {
|
|
4644
4881
|
/** Resource type discriminator (narrowed from base union) */
|
|
4645
4882
|
type: 'integration';
|
|
4883
|
+
/** OM descriptor that owns canonical identity and governance metadata. */
|
|
4884
|
+
resource?: Extract<ResourceEntry, {
|
|
4885
|
+
kind: 'integration';
|
|
4886
|
+
}>;
|
|
4646
4887
|
/** Integration provider type */
|
|
4647
4888
|
provider: IntegrationType;
|
|
4648
4889
|
/** References credentials table (e.g., 'shopify-prod', 'zendesk-api') */
|
|
@@ -4831,8 +5072,8 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
4831
5072
|
type Link = z.infer<typeof LinkSchema>;
|
|
4832
5073
|
|
|
4833
5074
|
declare const ResourceCategorySchema: z.ZodEnum<{
|
|
4834
|
-
production: "production";
|
|
4835
5075
|
diagnostic: "diagnostic";
|
|
5076
|
+
production: "production";
|
|
4836
5077
|
internal: "internal";
|
|
4837
5078
|
testing: "testing";
|
|
4838
5079
|
}>;
|
|
@@ -5003,13 +5244,18 @@ interface Activity {
|
|
|
5003
5244
|
* - API middleware (via requireOrganizationPermission(key))
|
|
5004
5245
|
* - UI hooks (via useOrganizationPermissions().hasPermission(key))
|
|
5005
5246
|
*
|
|
5006
|
-
* The DB table `org_rol_permissions` mirrors this constant.
|
|
5007
|
-
*
|
|
5008
|
-
*
|
|
5247
|
+
* The DB table `org_rol_permissions` mirrors this constant. There is no
|
|
5248
|
+
* runtime reconciler; parity is enforced two ways:
|
|
5249
|
+
* 1. Each migration that adds/removes/modifies a permission must INSERT
|
|
5250
|
+
* (or UPDATE / DELETE) the corresponding `org_rol_permissions` row in
|
|
5251
|
+
* the same transaction.
|
|
5252
|
+
* 2. `apps/api/src/auth/multi-tenancy/__tests__/permissions-catalog-sync.integration.test.ts`
|
|
5253
|
+
* asserts the TS catalog and the DB rows agree; CI fails on drift.
|
|
5009
5254
|
*
|
|
5010
5255
|
* Adding a permission:
|
|
5011
5256
|
* 1. Add an entry below.
|
|
5012
|
-
* 2. Add a row to the migration
|
|
5257
|
+
* 2. Add a row to the migration (INSERT INTO org_rol_permissions ...) in
|
|
5258
|
+
* the same transaction as any policies/grants that reference the key.
|
|
5013
5259
|
* 3. Reference it in RLS / middleware as needed.
|
|
5014
5260
|
* 4. Optionally grant it to one or more system roles in org_rol_grants.
|
|
5015
5261
|
*
|
|
@@ -5027,12 +5273,14 @@ declare const PERMISSIONS: {
|
|
|
5027
5273
|
readonly OPERATIONS_MANAGE: "operations.manage";
|
|
5028
5274
|
readonly ACQUISITION_MANAGE: "acquisition.manage";
|
|
5029
5275
|
readonly PROJECTS_MANAGE: "projects.manage";
|
|
5276
|
+
readonly CLIENTS_MANAGE: "clients.manage";
|
|
5030
5277
|
};
|
|
5031
5278
|
type PermissionKey = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
|
|
5032
5279
|
/**
|
|
5033
|
-
* Static metadata for each permission. Mirrored into org_rol_permissions
|
|
5034
|
-
*
|
|
5035
|
-
*
|
|
5280
|
+
* Static metadata for each permission. Mirrored into org_rol_permissions by
|
|
5281
|
+
* a migration `INSERT` in the same transaction as any change to this catalog.
|
|
5282
|
+
* is_org_grantable=false means the permission is reserved to system roles
|
|
5283
|
+
* only — custom roles cannot include it (privilege-escalation guard).
|
|
5036
5284
|
*/
|
|
5037
5285
|
interface PermissionDescriptor {
|
|
5038
5286
|
key: PermissionKey;
|
|
@@ -5105,6 +5353,131 @@ interface Deployment {
|
|
|
5105
5353
|
updatedAt: string;
|
|
5106
5354
|
}
|
|
5107
5355
|
|
|
5356
|
+
declare const ClientStatusSchema: z.ZodEnum<{
|
|
5357
|
+
active: "active";
|
|
5358
|
+
paused: "paused";
|
|
5359
|
+
completed: "completed";
|
|
5360
|
+
onboarding: "onboarding";
|
|
5361
|
+
churned: "churned";
|
|
5362
|
+
}>;
|
|
5363
|
+
declare const ClientResponseSchema: z.ZodObject<{
|
|
5364
|
+
id: z.ZodString;
|
|
5365
|
+
organizationId: z.ZodString;
|
|
5366
|
+
name: z.ZodString;
|
|
5367
|
+
status: z.ZodEnum<{
|
|
5368
|
+
active: "active";
|
|
5369
|
+
paused: "paused";
|
|
5370
|
+
completed: "completed";
|
|
5371
|
+
onboarding: "onboarding";
|
|
5372
|
+
churned: "churned";
|
|
5373
|
+
}>;
|
|
5374
|
+
sourceDealId: z.ZodNullable<z.ZodString>;
|
|
5375
|
+
primaryCompanyId: z.ZodNullable<z.ZodString>;
|
|
5376
|
+
primaryContactId: z.ZodNullable<z.ZodString>;
|
|
5377
|
+
convertedAt: z.ZodNullable<z.ZodString>;
|
|
5378
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5379
|
+
createdAt: z.ZodString;
|
|
5380
|
+
updatedAt: z.ZodString;
|
|
5381
|
+
}, z.core.$strip>;
|
|
5382
|
+
declare const ClientDetailResponseSchema: z.ZodObject<{
|
|
5383
|
+
id: z.ZodString;
|
|
5384
|
+
organizationId: z.ZodString;
|
|
5385
|
+
name: z.ZodString;
|
|
5386
|
+
status: z.ZodEnum<{
|
|
5387
|
+
active: "active";
|
|
5388
|
+
paused: "paused";
|
|
5389
|
+
completed: "completed";
|
|
5390
|
+
onboarding: "onboarding";
|
|
5391
|
+
churned: "churned";
|
|
5392
|
+
}>;
|
|
5393
|
+
sourceDealId: z.ZodNullable<z.ZodString>;
|
|
5394
|
+
primaryCompanyId: z.ZodNullable<z.ZodString>;
|
|
5395
|
+
primaryContactId: z.ZodNullable<z.ZodString>;
|
|
5396
|
+
convertedAt: z.ZodNullable<z.ZodString>;
|
|
5397
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5398
|
+
createdAt: z.ZodString;
|
|
5399
|
+
updatedAt: z.ZodString;
|
|
5400
|
+
lineage: z.ZodObject<{
|
|
5401
|
+
deals: z.ZodArray<z.ZodObject<{
|
|
5402
|
+
id: z.ZodString;
|
|
5403
|
+
contactEmail: z.ZodString;
|
|
5404
|
+
stageKey: z.ZodNullable<z.ZodString>;
|
|
5405
|
+
stateKey: z.ZodNullable<z.ZodString>;
|
|
5406
|
+
updatedAt: z.ZodString;
|
|
5407
|
+
}, z.core.$strip>>;
|
|
5408
|
+
projects: z.ZodArray<z.ZodObject<{
|
|
5409
|
+
id: z.ZodString;
|
|
5410
|
+
name: z.ZodString;
|
|
5411
|
+
kind: z.ZodString;
|
|
5412
|
+
status: z.ZodString;
|
|
5413
|
+
updatedAt: z.ZodString;
|
|
5414
|
+
}, z.core.$strip>>;
|
|
5415
|
+
companies: z.ZodArray<z.ZodObject<{
|
|
5416
|
+
id: z.ZodString;
|
|
5417
|
+
name: z.ZodString;
|
|
5418
|
+
domain: z.ZodNullable<z.ZodString>;
|
|
5419
|
+
status: z.ZodString;
|
|
5420
|
+
}, z.core.$strip>>;
|
|
5421
|
+
contacts: z.ZodArray<z.ZodObject<{
|
|
5422
|
+
id: z.ZodString;
|
|
5423
|
+
email: z.ZodString;
|
|
5424
|
+
firstName: z.ZodNullable<z.ZodString>;
|
|
5425
|
+
lastName: z.ZodNullable<z.ZodString>;
|
|
5426
|
+
title: z.ZodNullable<z.ZodString>;
|
|
5427
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
5428
|
+
status: z.ZodString;
|
|
5429
|
+
}, z.core.$strip>>;
|
|
5430
|
+
}, z.core.$strip>;
|
|
5431
|
+
}, z.core.$strip>;
|
|
5432
|
+
declare const ClientStatusResponseSchema: z.ZodObject<{
|
|
5433
|
+
totalClients: z.ZodNumber;
|
|
5434
|
+
byStatus: z.ZodRecord<z.ZodEnum<{
|
|
5435
|
+
active: "active";
|
|
5436
|
+
paused: "paused";
|
|
5437
|
+
completed: "completed";
|
|
5438
|
+
onboarding: "onboarding";
|
|
5439
|
+
churned: "churned";
|
|
5440
|
+
}>, z.ZodNumber>;
|
|
5441
|
+
linkedDeals: z.ZodNumber;
|
|
5442
|
+
linkedProjects: z.ZodNumber;
|
|
5443
|
+
linkedCompanies: z.ZodNumber;
|
|
5444
|
+
linkedContacts: z.ZodNumber;
|
|
5445
|
+
}, z.core.$strip>;
|
|
5446
|
+
declare const CreateClientRequestSchema: z.ZodObject<{
|
|
5447
|
+
name: z.ZodString;
|
|
5448
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
5449
|
+
active: "active";
|
|
5450
|
+
paused: "paused";
|
|
5451
|
+
completed: "completed";
|
|
5452
|
+
onboarding: "onboarding";
|
|
5453
|
+
churned: "churned";
|
|
5454
|
+
}>>;
|
|
5455
|
+
sourceDealId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5456
|
+
primaryCompanyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5457
|
+
primaryContactId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5458
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
5459
|
+
}, z.core.$strict>;
|
|
5460
|
+
declare const UpdateClientRequestSchema: z.ZodObject<{
|
|
5461
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5462
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
5463
|
+
active: "active";
|
|
5464
|
+
paused: "paused";
|
|
5465
|
+
completed: "completed";
|
|
5466
|
+
onboarding: "onboarding";
|
|
5467
|
+
churned: "churned";
|
|
5468
|
+
}>>;
|
|
5469
|
+
sourceDealId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5470
|
+
primaryCompanyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5471
|
+
primaryContactId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5472
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
5473
|
+
}, z.core.$strict>;
|
|
5474
|
+
type ClientStatus = z.infer<typeof ClientStatusSchema>;
|
|
5475
|
+
type ClientResponse = z.infer<typeof ClientResponseSchema>;
|
|
5476
|
+
type ClientDetailResponse = z.infer<typeof ClientDetailResponseSchema>;
|
|
5477
|
+
type ClientStatusResponse = z.infer<typeof ClientStatusResponseSchema>;
|
|
5478
|
+
type CreateClientRequest = z.infer<typeof CreateClientRequestSchema>;
|
|
5479
|
+
type UpdateClientRequest = z.infer<typeof UpdateClientRequestSchema>;
|
|
5480
|
+
|
|
5108
5481
|
/**
|
|
5109
5482
|
* GET /api/credentials - List credentials
|
|
5110
5483
|
*/
|
|
@@ -6608,6 +6981,136 @@ declare function useUpdateRequestStatus(): _tanstack_react_query.UseMutationResu
|
|
|
6608
6981
|
|
|
6609
6982
|
declare function useDeleteRequest(): _tanstack_react_query.UseMutationResult<string, Error, string, unknown>;
|
|
6610
6983
|
|
|
6984
|
+
interface ClientsListFilters {
|
|
6985
|
+
status?: ClientStatus;
|
|
6986
|
+
search?: string;
|
|
6987
|
+
limit?: number;
|
|
6988
|
+
offset?: number;
|
|
6989
|
+
}
|
|
6990
|
+
declare const clientsKeys: {
|
|
6991
|
+
all: readonly ["clients"];
|
|
6992
|
+
lists: () => readonly ["clients", "list"];
|
|
6993
|
+
list: (organizationId: string | null | undefined, filters: ClientsListFilters) => readonly ["clients", "list", string | null | undefined, ClientsListFilters];
|
|
6994
|
+
statuses: () => readonly ["clients", "status"];
|
|
6995
|
+
status: (organizationId: string | null | undefined) => readonly ["clients", "status", string | null | undefined];
|
|
6996
|
+
details: () => readonly ["clients", "detail"];
|
|
6997
|
+
detail: (organizationId: string | null | undefined, id: string | undefined) => readonly ["clients", "detail", string | null | undefined, string | undefined];
|
|
6998
|
+
};
|
|
6999
|
+
|
|
7000
|
+
declare function useClients(filters?: ClientsListFilters): _tanstack_react_query.UseQueryResult<{
|
|
7001
|
+
data: {
|
|
7002
|
+
id: string;
|
|
7003
|
+
organizationId: string;
|
|
7004
|
+
name: string;
|
|
7005
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
7006
|
+
sourceDealId: string | null;
|
|
7007
|
+
primaryCompanyId: string | null;
|
|
7008
|
+
primaryContactId: string | null;
|
|
7009
|
+
convertedAt: string | null;
|
|
7010
|
+
metadata: Record<string, unknown>;
|
|
7011
|
+
createdAt: string;
|
|
7012
|
+
updatedAt: string;
|
|
7013
|
+
}[];
|
|
7014
|
+
total: number;
|
|
7015
|
+
limit: number;
|
|
7016
|
+
offset: number;
|
|
7017
|
+
}, Error>;
|
|
7018
|
+
|
|
7019
|
+
declare function useClientStatus(): _tanstack_react_query.UseQueryResult<{
|
|
7020
|
+
totalClients: number;
|
|
7021
|
+
byStatus: Record<"active" | "paused" | "completed" | "onboarding" | "churned", number>;
|
|
7022
|
+
linkedDeals: number;
|
|
7023
|
+
linkedProjects: number;
|
|
7024
|
+
linkedCompanies: number;
|
|
7025
|
+
linkedContacts: number;
|
|
7026
|
+
}, Error>;
|
|
7027
|
+
|
|
7028
|
+
declare function useClient(clientId: string | undefined): _tanstack_react_query.UseQueryResult<{
|
|
7029
|
+
id: string;
|
|
7030
|
+
organizationId: string;
|
|
7031
|
+
name: string;
|
|
7032
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
7033
|
+
sourceDealId: string | null;
|
|
7034
|
+
primaryCompanyId: string | null;
|
|
7035
|
+
primaryContactId: string | null;
|
|
7036
|
+
convertedAt: string | null;
|
|
7037
|
+
metadata: Record<string, unknown>;
|
|
7038
|
+
createdAt: string;
|
|
7039
|
+
updatedAt: string;
|
|
7040
|
+
lineage: {
|
|
7041
|
+
deals: {
|
|
7042
|
+
id: string;
|
|
7043
|
+
contactEmail: string;
|
|
7044
|
+
stageKey: string | null;
|
|
7045
|
+
stateKey: string | null;
|
|
7046
|
+
updatedAt: string;
|
|
7047
|
+
}[];
|
|
7048
|
+
projects: {
|
|
7049
|
+
id: string;
|
|
7050
|
+
name: string;
|
|
7051
|
+
kind: string;
|
|
7052
|
+
status: string;
|
|
7053
|
+
updatedAt: string;
|
|
7054
|
+
}[];
|
|
7055
|
+
companies: {
|
|
7056
|
+
id: string;
|
|
7057
|
+
name: string;
|
|
7058
|
+
domain: string | null;
|
|
7059
|
+
status: string;
|
|
7060
|
+
}[];
|
|
7061
|
+
contacts: {
|
|
7062
|
+
id: string;
|
|
7063
|
+
email: string;
|
|
7064
|
+
firstName: string | null;
|
|
7065
|
+
lastName: string | null;
|
|
7066
|
+
title: string | null;
|
|
7067
|
+
companyId: string | null;
|
|
7068
|
+
status: string;
|
|
7069
|
+
}[];
|
|
7070
|
+
};
|
|
7071
|
+
}, Error>;
|
|
7072
|
+
|
|
7073
|
+
declare function useCreateClient(): _tanstack_react_query.UseMutationResult<{
|
|
7074
|
+
id: string;
|
|
7075
|
+
organizationId: string;
|
|
7076
|
+
name: string;
|
|
7077
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
7078
|
+
sourceDealId: string | null;
|
|
7079
|
+
primaryCompanyId: string | null;
|
|
7080
|
+
primaryContactId: string | null;
|
|
7081
|
+
convertedAt: string | null;
|
|
7082
|
+
metadata: Record<string, unknown>;
|
|
7083
|
+
createdAt: string;
|
|
7084
|
+
updatedAt: string;
|
|
7085
|
+
}, Error, {
|
|
7086
|
+
name: string;
|
|
7087
|
+
status?: "active" | "paused" | "completed" | "onboarding" | "churned" | undefined;
|
|
7088
|
+
sourceDealId?: string | null | undefined;
|
|
7089
|
+
primaryCompanyId?: string | null | undefined;
|
|
7090
|
+
primaryContactId?: string | null | undefined;
|
|
7091
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
7092
|
+
}, unknown>;
|
|
7093
|
+
|
|
7094
|
+
interface UpdateClientParams {
|
|
7095
|
+
clientId: string;
|
|
7096
|
+
updates: UpdateClientRequest;
|
|
7097
|
+
}
|
|
7098
|
+
declare function useUpdateClient(): _tanstack_react_query.UseMutationResult<{
|
|
7099
|
+
id: string;
|
|
7100
|
+
organizationId: string;
|
|
7101
|
+
name: string;
|
|
7102
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
7103
|
+
sourceDealId: string | null;
|
|
7104
|
+
primaryCompanyId: string | null;
|
|
7105
|
+
primaryContactId: string | null;
|
|
7106
|
+
convertedAt: string | null;
|
|
7107
|
+
metadata: Record<string, unknown>;
|
|
7108
|
+
createdAt: string;
|
|
7109
|
+
updatedAt: string;
|
|
7110
|
+
}, Error, UpdateClientParams, unknown>;
|
|
7111
|
+
|
|
7112
|
+
declare function useDeleteClient(): _tanstack_react_query.UseMutationResult<void, Error, string, unknown>;
|
|
7113
|
+
|
|
6611
7114
|
/**
|
|
6612
7115
|
* Query key factories for Operations TanStack Query hooks.
|
|
6613
7116
|
*
|
|
@@ -6713,7 +7216,7 @@ interface UseCommandViewStatsOptions {
|
|
|
6713
7216
|
*/
|
|
6714
7217
|
declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCommandViewStatsOptions): _tanstack_react_query.UseQueryResult<CommandViewStatsResponse, Error>;
|
|
6715
7218
|
|
|
6716
|
-
type CommandViewVisualizationMode = 'cluster' | 'swimlane' | 'focus' | 'network' | '
|
|
7219
|
+
type CommandViewVisualizationMode = 'cluster' | 'swimlane' | 'focus' | 'network' | 'force' | 'explore';
|
|
6717
7220
|
|
|
6718
7221
|
type StatusFilter$1 = ResourceStatus | 'all';
|
|
6719
7222
|
|
|
@@ -6726,6 +7229,16 @@ interface CommandViewStore {
|
|
|
6726
7229
|
setFitViewOnFilter: (v: boolean) => void;
|
|
6727
7230
|
visualizationMode: CommandViewVisualizationMode;
|
|
6728
7231
|
setVisualizationMode: (v: CommandViewVisualizationMode) => void;
|
|
7232
|
+
/**
|
|
7233
|
+
* The last visualization mode the user explicitly selected via setVisualizationMode.
|
|
7234
|
+
* Null for brand-new sessions that have never called setVisualizationMode.
|
|
7235
|
+
* Persisted so returning users can be confirmed to have a stored preference.
|
|
7236
|
+
* Wave 5 tests assert against this field for default-mode observability.
|
|
7237
|
+
*/
|
|
7238
|
+
lastUsedVisualizationMode: CommandViewVisualizationMode | null;
|
|
7239
|
+
/** Last bottom-panel tab the user opened; null means the panel is collapsed. Persisted. */
|
|
7240
|
+
lastOpenBottomTab: string | null;
|
|
7241
|
+
setLastOpenBottomTab: (tab: string | null) => void;
|
|
6729
7242
|
selectedNodeId: string | null;
|
|
6730
7243
|
setSelectedNodeId: (id: string | null) => void;
|
|
6731
7244
|
resourcesHidden: boolean;
|
|
@@ -6739,13 +7252,41 @@ interface CommandViewStore {
|
|
|
6739
7252
|
hasVisibilityInteraction: boolean;
|
|
6740
7253
|
markVisibilityInteraction: () => void;
|
|
6741
7254
|
resetVisibilityInteraction: () => void;
|
|
7255
|
+
/**
|
|
7256
|
+
* Domains whose member nodes are currently expanded in Cluster mode.
|
|
7257
|
+
* Stored as an array of strings (not Set) for Zustand persist serialization.
|
|
7258
|
+
* Default is [] — all domains start collapsed (domain-card view).
|
|
7259
|
+
* Persisted to localStorage.
|
|
7260
|
+
*/
|
|
7261
|
+
expandedClusterDomains: string[];
|
|
7262
|
+
toggleClusterDomain: (domain: string) => void;
|
|
7263
|
+
setExpandedClusterDomains: (domains: string[]) => void;
|
|
7264
|
+
/**
|
|
7265
|
+
* Node IDs currently expanded in Explore mode.
|
|
7266
|
+
* Stored as an array of strings for Zustand persist serialization.
|
|
7267
|
+
* Derived Set is expandedNodeIds. Not persisted (reset on reload).
|
|
7268
|
+
* Same-parent sibling auto-collapse applies on toggleNodeExpansion.
|
|
7269
|
+
*/
|
|
7270
|
+
expandedNodeIdsArray: string[];
|
|
7271
|
+
/** Derived Set view of expandedNodeIdsArray — convenient for callers that need Set semantics. */
|
|
7272
|
+
expandedNodeIds: Set<string>;
|
|
7273
|
+
toggleNodeExpansion: (nodeId: string) => void;
|
|
7274
|
+
clearExpandedNodes: () => void;
|
|
6742
7275
|
}
|
|
6743
7276
|
/**
|
|
6744
7277
|
* Shared store for Command View filter/settings state.
|
|
6745
7278
|
* Allows CommandViewPage (graph) and CommandViewSidebarContent (sidebar) to share state.
|
|
6746
7279
|
*
|
|
6747
|
-
* Persisted to localStorage: showIntegrations, fitViewOnFilter,
|
|
7280
|
+
* Persisted to localStorage: showIntegrations, fitViewOnFilter, visualizationMode,
|
|
7281
|
+
* lastUsedVisualizationMode, resource/diagnostic visibility preferences.
|
|
6748
7282
|
* Not persisted (reset on reload): statusFilter, selectedNodeId, revealedIds, CTA interaction state.
|
|
7283
|
+
*
|
|
7284
|
+
* Default-mode logic:
|
|
7285
|
+
* - New sessions (no localStorage entry): visualizationMode initializes to 'explore'.
|
|
7286
|
+
* - Returning sessions: persist middleware merges stored visualizationMode over the initial value,
|
|
7287
|
+
* so the user lands on whatever mode they last used. lastUsedVisualizationMode provides an
|
|
7288
|
+
* explicit observable for this preference (Wave 5 test assertions).
|
|
7289
|
+
* - VALID_VISUALIZATION_MODES guards against stale localStorage values from old mode names.
|
|
6749
7290
|
*/
|
|
6750
7291
|
declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<CommandViewStore>, "setState" | "persist"> & {
|
|
6751
7292
|
setState(partial: CommandViewStore | Partial<CommandViewStore> | ((state: CommandViewStore) => CommandViewStore | Partial<CommandViewStore>), replace?: false | undefined): unknown;
|
|
@@ -6755,8 +7296,11 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
|
|
|
6755
7296
|
showIntegrations: boolean;
|
|
6756
7297
|
fitViewOnFilter: boolean;
|
|
6757
7298
|
visualizationMode: CommandViewVisualizationMode;
|
|
7299
|
+
lastUsedVisualizationMode: CommandViewVisualizationMode | null;
|
|
6758
7300
|
resourcesHidden: boolean;
|
|
6759
7301
|
diagnosticsHidden: boolean;
|
|
7302
|
+
lastOpenBottomTab: string | null;
|
|
7303
|
+
expandedClusterDomains: string[];
|
|
6760
7304
|
}, unknown>>) => void;
|
|
6761
7305
|
clearStorage: () => void;
|
|
6762
7306
|
rehydrate: () => Promise<void> | void;
|
|
@@ -6767,8 +7311,11 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
|
|
|
6767
7311
|
showIntegrations: boolean;
|
|
6768
7312
|
fitViewOnFilter: boolean;
|
|
6769
7313
|
visualizationMode: CommandViewVisualizationMode;
|
|
7314
|
+
lastUsedVisualizationMode: CommandViewVisualizationMode | null;
|
|
6770
7315
|
resourcesHidden: boolean;
|
|
6771
7316
|
diagnosticsHidden: boolean;
|
|
7317
|
+
lastOpenBottomTab: string | null;
|
|
7318
|
+
expandedClusterDomains: string[];
|
|
6772
7319
|
}, unknown>>;
|
|
6773
7320
|
};
|
|
6774
7321
|
}>;
|
|
@@ -6977,6 +7524,7 @@ declare function useDeals(filters?: DealFilters): {
|
|
|
6977
7524
|
num_employees: number | null;
|
|
6978
7525
|
} | null;
|
|
6979
7526
|
} | null;
|
|
7527
|
+
client_id?: string | null | undefined;
|
|
6980
7528
|
}[];
|
|
6981
7529
|
total: number;
|
|
6982
7530
|
limit: number;
|
|
@@ -7045,6 +7593,7 @@ declare function useDeals(filters?: DealFilters): {
|
|
|
7045
7593
|
num_employees: number | null;
|
|
7046
7594
|
} | null;
|
|
7047
7595
|
} | null;
|
|
7596
|
+
client_id?: string | null | undefined;
|
|
7048
7597
|
}[];
|
|
7049
7598
|
total: number;
|
|
7050
7599
|
limit: number;
|
|
@@ -7220,7 +7769,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
7220
7769
|
description: string | null;
|
|
7221
7770
|
batchIds: string[];
|
|
7222
7771
|
instantlyCampaignId: string | null;
|
|
7223
|
-
status: "closing" | "
|
|
7772
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
7224
7773
|
metadata: {
|
|
7225
7774
|
[x: string]: unknown;
|
|
7226
7775
|
buildPlanSnapshot?: {
|
|
@@ -7305,7 +7854,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
7305
7854
|
description: string | null;
|
|
7306
7855
|
batchIds: string[];
|
|
7307
7856
|
instantlyCampaignId: string | null;
|
|
7308
|
-
status: "closing" | "
|
|
7857
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
7309
7858
|
metadata: {
|
|
7310
7859
|
[x: string]: unknown;
|
|
7311
7860
|
buildPlanSnapshot?: {
|
|
@@ -7489,7 +8038,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
7489
8038
|
description: string | null;
|
|
7490
8039
|
batchIds: string[];
|
|
7491
8040
|
instantlyCampaignId: string | null;
|
|
7492
|
-
status: "closing" | "
|
|
8041
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
7493
8042
|
metadata: {
|
|
7494
8043
|
[x: string]: unknown;
|
|
7495
8044
|
buildPlanSnapshot?: {
|
|
@@ -7569,7 +8118,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
7569
8118
|
}, Error, {
|
|
7570
8119
|
name: string;
|
|
7571
8120
|
description?: string | null | undefined;
|
|
7572
|
-
status?: "closing" | "
|
|
8121
|
+
status?: "closing" | "archived" | "draft" | "enriching" | "launched" | undefined;
|
|
7573
8122
|
buildTemplateId?: string | undefined;
|
|
7574
8123
|
scrapingConfig?: {
|
|
7575
8124
|
vertical?: string | undefined;
|
|
@@ -7601,7 +8150,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
7601
8150
|
description: string | null;
|
|
7602
8151
|
batchIds: string[];
|
|
7603
8152
|
instantlyCampaignId: string | null;
|
|
7604
|
-
status: "closing" | "
|
|
8153
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
7605
8154
|
metadata: {
|
|
7606
8155
|
[x: string]: unknown;
|
|
7607
8156
|
buildPlanSnapshot?: {
|
|
@@ -7692,7 +8241,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
7692
8241
|
description: string | null;
|
|
7693
8242
|
batchIds: string[];
|
|
7694
8243
|
instantlyCampaignId: string | null;
|
|
7695
|
-
status: "closing" | "
|
|
8244
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
7696
8245
|
metadata: {
|
|
7697
8246
|
[x: string]: unknown;
|
|
7698
8247
|
buildPlanSnapshot?: {
|
|
@@ -7876,6 +8425,7 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
7876
8425
|
verticalResearch: string | null;
|
|
7877
8426
|
createdAt: string;
|
|
7878
8427
|
updatedAt: string;
|
|
8428
|
+
clientId?: string | null | undefined;
|
|
7879
8429
|
pipelineStatus?: unknown;
|
|
7880
8430
|
}[];
|
|
7881
8431
|
total: number;
|
|
@@ -7910,6 +8460,7 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
7910
8460
|
verticalResearch: string | null;
|
|
7911
8461
|
createdAt: string;
|
|
7912
8462
|
updatedAt: string;
|
|
8463
|
+
clientId?: string | null | undefined;
|
|
7913
8464
|
pipelineStatus?: unknown;
|
|
7914
8465
|
} | null, Error>;
|
|
7915
8466
|
declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
@@ -7939,9 +8490,11 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
7939
8490
|
verticalResearch: string | null;
|
|
7940
8491
|
createdAt: string;
|
|
7941
8492
|
updatedAt: string;
|
|
8493
|
+
clientId?: string | null | undefined;
|
|
7942
8494
|
pipelineStatus?: unknown;
|
|
7943
8495
|
}, Error, {
|
|
7944
8496
|
name: string;
|
|
8497
|
+
clientId?: string | null | undefined;
|
|
7945
8498
|
domain?: string | undefined;
|
|
7946
8499
|
linkedinUrl?: string | undefined;
|
|
7947
8500
|
website?: string | undefined;
|
|
@@ -7982,9 +8535,11 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
7982
8535
|
verticalResearch: string | null;
|
|
7983
8536
|
createdAt: string;
|
|
7984
8537
|
updatedAt: string;
|
|
8538
|
+
clientId?: string | null | undefined;
|
|
7985
8539
|
pipelineStatus?: unknown;
|
|
7986
8540
|
}, Error, {
|
|
7987
8541
|
name?: string | undefined;
|
|
8542
|
+
clientId?: string | null | undefined;
|
|
7988
8543
|
domain?: string | undefined;
|
|
7989
8544
|
linkedinUrl?: string | undefined;
|
|
7990
8545
|
website?: string | undefined;
|
|
@@ -8049,6 +8604,7 @@ declare function useContacts(filters?: Partial<ListContactsQuery>): _tanstack_re
|
|
|
8049
8604
|
status: "active" | "invalid";
|
|
8050
8605
|
createdAt: string;
|
|
8051
8606
|
updatedAt: string;
|
|
8607
|
+
clientId?: string | null | undefined;
|
|
8052
8608
|
pipelineStatus?: unknown;
|
|
8053
8609
|
company?: {
|
|
8054
8610
|
id: string;
|
|
@@ -8091,6 +8647,7 @@ declare function useContact(contactId: string): _tanstack_react_query.UseQueryRe
|
|
|
8091
8647
|
status: "active" | "invalid";
|
|
8092
8648
|
createdAt: string;
|
|
8093
8649
|
updatedAt: string;
|
|
8650
|
+
clientId?: string | null | undefined;
|
|
8094
8651
|
pipelineStatus?: unknown;
|
|
8095
8652
|
company?: {
|
|
8096
8653
|
id: string;
|
|
@@ -8129,6 +8686,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
8129
8686
|
status: "active" | "invalid";
|
|
8130
8687
|
createdAt: string;
|
|
8131
8688
|
updatedAt: string;
|
|
8689
|
+
clientId?: string | null | undefined;
|
|
8132
8690
|
pipelineStatus?: unknown;
|
|
8133
8691
|
company?: {
|
|
8134
8692
|
id: string;
|
|
@@ -8142,6 +8700,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
8142
8700
|
} | null | undefined;
|
|
8143
8701
|
}, Error, {
|
|
8144
8702
|
email: string;
|
|
8703
|
+
clientId?: string | null | undefined;
|
|
8145
8704
|
companyId?: string | undefined;
|
|
8146
8705
|
firstName?: string | undefined;
|
|
8147
8706
|
lastName?: string | undefined;
|
|
@@ -8178,6 +8737,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
8178
8737
|
status: "active" | "invalid";
|
|
8179
8738
|
createdAt: string;
|
|
8180
8739
|
updatedAt: string;
|
|
8740
|
+
clientId?: string | null | undefined;
|
|
8181
8741
|
pipelineStatus?: unknown;
|
|
8182
8742
|
company?: {
|
|
8183
8743
|
id: string;
|
|
@@ -8191,6 +8751,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
8191
8751
|
} | null | undefined;
|
|
8192
8752
|
}, Error, {
|
|
8193
8753
|
companyId?: string | undefined;
|
|
8754
|
+
clientId?: string | null | undefined;
|
|
8194
8755
|
emailValid?: "VALID" | "INVALID" | "RISKY" | "UNKNOWN" | undefined;
|
|
8195
8756
|
firstName?: string | undefined;
|
|
8196
8757
|
lastName?: string | undefined;
|
|
@@ -8990,6 +9551,7 @@ declare function useProjectTasks(projectId: string): _tanstack_react_query.UseQu
|
|
|
8990
9551
|
declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
|
|
8991
9552
|
actual_end_date: string | null;
|
|
8992
9553
|
client_company_id: string | null;
|
|
9554
|
+
client_id: string | null;
|
|
8993
9555
|
contract_value: number | null;
|
|
8994
9556
|
created_at: string;
|
|
8995
9557
|
deal_id: string | null;
|
|
@@ -9006,6 +9568,7 @@ declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
|
|
|
9006
9568
|
}, Error, Omit<{
|
|
9007
9569
|
actual_end_date?: string | null;
|
|
9008
9570
|
client_company_id?: string | null;
|
|
9571
|
+
client_id?: string | null;
|
|
9009
9572
|
contract_value?: number | null;
|
|
9010
9573
|
created_at?: string;
|
|
9011
9574
|
deal_id?: string | null;
|
|
@@ -9023,6 +9586,7 @@ declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
|
|
|
9023
9586
|
declare function useUpdateProject(): _tanstack_react_query.UseMutationResult<{
|
|
9024
9587
|
actual_end_date: string | null;
|
|
9025
9588
|
client_company_id: string | null;
|
|
9589
|
+
client_id: string | null;
|
|
9026
9590
|
contract_value: number | null;
|
|
9027
9591
|
created_at: string;
|
|
9028
9592
|
deal_id: string | null;
|
|
@@ -9291,5 +9855,5 @@ declare function useCreateNote(): _tanstack_react_query.UseMutationResult<{
|
|
|
9291
9855
|
type?: string;
|
|
9292
9856
|
}, "organization_id">, unknown>;
|
|
9293
9857
|
|
|
9294
|
-
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
9295
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
|
|
9858
|
+
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
9859
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
|