@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/index.d.ts
CHANGED
|
@@ -354,6 +354,7 @@ interface SerializedAgentDefinition {
|
|
|
354
354
|
description: string;
|
|
355
355
|
version: string;
|
|
356
356
|
type: 'agent';
|
|
357
|
+
kind: 'orchestrator' | 'specialist' | 'utility' | 'system';
|
|
357
358
|
status: 'dev' | 'prod';
|
|
358
359
|
links?: ResourceLink[];
|
|
359
360
|
category?: ResourceCategory;
|
|
@@ -439,6 +440,55 @@ interface SerializedWorkflowDefinition {
|
|
|
439
440
|
metricsConfig?: object;
|
|
440
441
|
}
|
|
441
442
|
|
|
443
|
+
declare const ResourceGovernanceStatusSchema: z$1.ZodEnum<{
|
|
444
|
+
active: "active";
|
|
445
|
+
deprecated: "deprecated";
|
|
446
|
+
archived: "archived";
|
|
447
|
+
}>;
|
|
448
|
+
declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
449
|
+
id: z$1.ZodString;
|
|
450
|
+
systemId: z$1.ZodString;
|
|
451
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
452
|
+
status: z$1.ZodEnum<{
|
|
453
|
+
active: "active";
|
|
454
|
+
deprecated: "deprecated";
|
|
455
|
+
archived: "archived";
|
|
456
|
+
}>;
|
|
457
|
+
kind: z$1.ZodLiteral<"workflow">;
|
|
458
|
+
capabilityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
459
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
460
|
+
id: z$1.ZodString;
|
|
461
|
+
systemId: z$1.ZodString;
|
|
462
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
463
|
+
status: z$1.ZodEnum<{
|
|
464
|
+
active: "active";
|
|
465
|
+
deprecated: "deprecated";
|
|
466
|
+
archived: "archived";
|
|
467
|
+
}>;
|
|
468
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
469
|
+
agentKind: z$1.ZodEnum<{
|
|
470
|
+
orchestrator: "orchestrator";
|
|
471
|
+
specialist: "specialist";
|
|
472
|
+
utility: "utility";
|
|
473
|
+
system: "system";
|
|
474
|
+
}>;
|
|
475
|
+
actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
476
|
+
sessionCapable: z$1.ZodBoolean;
|
|
477
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
478
|
+
id: z$1.ZodString;
|
|
479
|
+
systemId: z$1.ZodString;
|
|
480
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
481
|
+
status: z$1.ZodEnum<{
|
|
482
|
+
active: "active";
|
|
483
|
+
deprecated: "deprecated";
|
|
484
|
+
archived: "archived";
|
|
485
|
+
}>;
|
|
486
|
+
kind: z$1.ZodLiteral<"integration">;
|
|
487
|
+
provider: z$1.ZodString;
|
|
488
|
+
}, z$1.core.$strip>], "kind">;
|
|
489
|
+
type ResourceGovernanceStatus = z$1.infer<typeof ResourceGovernanceStatusSchema>;
|
|
490
|
+
type ResourceEntry = z$1.infer<typeof ResourceEntrySchema>;
|
|
491
|
+
|
|
442
492
|
/**
|
|
443
493
|
* Shared form field types for dynamic form generation
|
|
444
494
|
* Used by: Command Queue, Execution Runner UI, future form-based features
|
|
@@ -664,6 +714,7 @@ type Database = {
|
|
|
664
714
|
batch_id: string | null;
|
|
665
715
|
category: string | null;
|
|
666
716
|
category_pain: string | null;
|
|
717
|
+
client_id: string | null;
|
|
667
718
|
created_at: string;
|
|
668
719
|
domain: string | null;
|
|
669
720
|
enrichment_data: Json | null;
|
|
@@ -690,6 +741,7 @@ type Database = {
|
|
|
690
741
|
batch_id?: string | null;
|
|
691
742
|
category?: string | null;
|
|
692
743
|
category_pain?: string | null;
|
|
744
|
+
client_id?: string | null;
|
|
693
745
|
created_at?: string;
|
|
694
746
|
domain?: string | null;
|
|
695
747
|
enrichment_data?: Json | null;
|
|
@@ -716,6 +768,7 @@ type Database = {
|
|
|
716
768
|
batch_id?: string | null;
|
|
717
769
|
category?: string | null;
|
|
718
770
|
category_pain?: string | null;
|
|
771
|
+
client_id?: string | null;
|
|
719
772
|
created_at?: string;
|
|
720
773
|
domain?: string | null;
|
|
721
774
|
enrichment_data?: Json | null;
|
|
@@ -739,6 +792,13 @@ type Database = {
|
|
|
739
792
|
website?: string | null;
|
|
740
793
|
};
|
|
741
794
|
Relationships: [
|
|
795
|
+
{
|
|
796
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
797
|
+
columns: ["client_id"];
|
|
798
|
+
isOneToOne: false;
|
|
799
|
+
referencedRelation: "clients";
|
|
800
|
+
referencedColumns: ["id"];
|
|
801
|
+
},
|
|
742
802
|
{
|
|
743
803
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
744
804
|
columns: ["organization_id"];
|
|
@@ -753,6 +813,7 @@ type Database = {
|
|
|
753
813
|
batch_id: string | null;
|
|
754
814
|
brochure_first_viewed_at: string | null;
|
|
755
815
|
brochure_view_count: number;
|
|
816
|
+
client_id: string | null;
|
|
756
817
|
company_id: string | null;
|
|
757
818
|
created_at: string;
|
|
758
819
|
email: string;
|
|
@@ -781,6 +842,7 @@ type Database = {
|
|
|
781
842
|
batch_id?: string | null;
|
|
782
843
|
brochure_first_viewed_at?: string | null;
|
|
783
844
|
brochure_view_count?: number;
|
|
845
|
+
client_id?: string | null;
|
|
784
846
|
company_id?: string | null;
|
|
785
847
|
created_at?: string;
|
|
786
848
|
email: string;
|
|
@@ -809,6 +871,7 @@ type Database = {
|
|
|
809
871
|
batch_id?: string | null;
|
|
810
872
|
brochure_first_viewed_at?: string | null;
|
|
811
873
|
brochure_view_count?: number;
|
|
874
|
+
client_id?: string | null;
|
|
812
875
|
company_id?: string | null;
|
|
813
876
|
created_at?: string;
|
|
814
877
|
email?: string;
|
|
@@ -834,6 +897,13 @@ type Database = {
|
|
|
834
897
|
updated_at?: string;
|
|
835
898
|
};
|
|
836
899
|
Relationships: [
|
|
900
|
+
{
|
|
901
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
902
|
+
columns: ["client_id"];
|
|
903
|
+
isOneToOne: false;
|
|
904
|
+
referencedRelation: "clients";
|
|
905
|
+
referencedColumns: ["id"];
|
|
906
|
+
},
|
|
837
907
|
{
|
|
838
908
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
839
909
|
columns: ["company_id"];
|
|
@@ -1077,8 +1147,10 @@ type Database = {
|
|
|
1077
1147
|
acq_deals: {
|
|
1078
1148
|
Row: {
|
|
1079
1149
|
activity_log: Json;
|
|
1150
|
+
client_id: string | null;
|
|
1080
1151
|
closed_lost_at: string | null;
|
|
1081
1152
|
closed_lost_reason: string | null;
|
|
1153
|
+
company_id: string | null;
|
|
1082
1154
|
contact_email: string;
|
|
1083
1155
|
contact_id: string | null;
|
|
1084
1156
|
created_at: string;
|
|
@@ -1114,8 +1186,10 @@ type Database = {
|
|
|
1114
1186
|
};
|
|
1115
1187
|
Insert: {
|
|
1116
1188
|
activity_log?: Json;
|
|
1189
|
+
client_id?: string | null;
|
|
1117
1190
|
closed_lost_at?: string | null;
|
|
1118
1191
|
closed_lost_reason?: string | null;
|
|
1192
|
+
company_id?: string | null;
|
|
1119
1193
|
contact_email: string;
|
|
1120
1194
|
contact_id?: string | null;
|
|
1121
1195
|
created_at?: string;
|
|
@@ -1151,8 +1225,10 @@ type Database = {
|
|
|
1151
1225
|
};
|
|
1152
1226
|
Update: {
|
|
1153
1227
|
activity_log?: Json;
|
|
1228
|
+
client_id?: string | null;
|
|
1154
1229
|
closed_lost_at?: string | null;
|
|
1155
1230
|
closed_lost_reason?: string | null;
|
|
1231
|
+
company_id?: string | null;
|
|
1156
1232
|
contact_email?: string;
|
|
1157
1233
|
contact_id?: string | null;
|
|
1158
1234
|
created_at?: string;
|
|
@@ -1187,6 +1263,20 @@ type Database = {
|
|
|
1187
1263
|
updated_at?: string;
|
|
1188
1264
|
};
|
|
1189
1265
|
Relationships: [
|
|
1266
|
+
{
|
|
1267
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
1268
|
+
columns: ["client_id"];
|
|
1269
|
+
isOneToOne: false;
|
|
1270
|
+
referencedRelation: "clients";
|
|
1271
|
+
referencedColumns: ["id"];
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
1275
|
+
columns: ["company_id"];
|
|
1276
|
+
isOneToOne: false;
|
|
1277
|
+
referencedRelation: "acq_companies";
|
|
1278
|
+
referencedColumns: ["id"];
|
|
1279
|
+
},
|
|
1190
1280
|
{
|
|
1191
1281
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
1192
1282
|
columns: ["contact_id"];
|
|
@@ -1804,6 +1894,77 @@ type Database = {
|
|
|
1804
1894
|
}
|
|
1805
1895
|
];
|
|
1806
1896
|
};
|
|
1897
|
+
clients: {
|
|
1898
|
+
Row: {
|
|
1899
|
+
converted_at: string | null;
|
|
1900
|
+
created_at: string;
|
|
1901
|
+
id: string;
|
|
1902
|
+
metadata: Json;
|
|
1903
|
+
name: string;
|
|
1904
|
+
organization_id: string;
|
|
1905
|
+
primary_company_id: string | null;
|
|
1906
|
+
primary_contact_id: string | null;
|
|
1907
|
+
source_deal_id: string | null;
|
|
1908
|
+
status: string;
|
|
1909
|
+
updated_at: string;
|
|
1910
|
+
};
|
|
1911
|
+
Insert: {
|
|
1912
|
+
converted_at?: string | null;
|
|
1913
|
+
created_at?: string;
|
|
1914
|
+
id?: string;
|
|
1915
|
+
metadata?: Json;
|
|
1916
|
+
name: string;
|
|
1917
|
+
organization_id: string;
|
|
1918
|
+
primary_company_id?: string | null;
|
|
1919
|
+
primary_contact_id?: string | null;
|
|
1920
|
+
source_deal_id?: string | null;
|
|
1921
|
+
status?: string;
|
|
1922
|
+
updated_at?: string;
|
|
1923
|
+
};
|
|
1924
|
+
Update: {
|
|
1925
|
+
converted_at?: string | null;
|
|
1926
|
+
created_at?: string;
|
|
1927
|
+
id?: string;
|
|
1928
|
+
metadata?: Json;
|
|
1929
|
+
name?: string;
|
|
1930
|
+
organization_id?: string;
|
|
1931
|
+
primary_company_id?: string | null;
|
|
1932
|
+
primary_contact_id?: string | null;
|
|
1933
|
+
source_deal_id?: string | null;
|
|
1934
|
+
status?: string;
|
|
1935
|
+
updated_at?: string;
|
|
1936
|
+
};
|
|
1937
|
+
Relationships: [
|
|
1938
|
+
{
|
|
1939
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1940
|
+
columns: ["organization_id"];
|
|
1941
|
+
isOneToOne: false;
|
|
1942
|
+
referencedRelation: "organizations";
|
|
1943
|
+
referencedColumns: ["id"];
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1947
|
+
columns: ["primary_company_id"];
|
|
1948
|
+
isOneToOne: false;
|
|
1949
|
+
referencedRelation: "acq_companies";
|
|
1950
|
+
referencedColumns: ["id"];
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1954
|
+
columns: ["primary_contact_id"];
|
|
1955
|
+
isOneToOne: false;
|
|
1956
|
+
referencedRelation: "acq_contacts";
|
|
1957
|
+
referencedColumns: ["id"];
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1961
|
+
columns: ["source_deal_id"];
|
|
1962
|
+
isOneToOne: false;
|
|
1963
|
+
referencedRelation: "acq_deals";
|
|
1964
|
+
referencedColumns: ["id"];
|
|
1965
|
+
}
|
|
1966
|
+
];
|
|
1967
|
+
};
|
|
1807
1968
|
command_queue: {
|
|
1808
1969
|
Row: {
|
|
1809
1970
|
action_payload: Json | null;
|
|
@@ -2773,6 +2934,7 @@ type Database = {
|
|
|
2773
2934
|
Row: {
|
|
2774
2935
|
actual_end_date: string | null;
|
|
2775
2936
|
client_company_id: string | null;
|
|
2937
|
+
client_id: string | null;
|
|
2776
2938
|
contract_value: number | null;
|
|
2777
2939
|
created_at: string;
|
|
2778
2940
|
deal_id: string | null;
|
|
@@ -2790,6 +2952,7 @@ type Database = {
|
|
|
2790
2952
|
Insert: {
|
|
2791
2953
|
actual_end_date?: string | null;
|
|
2792
2954
|
client_company_id?: string | null;
|
|
2955
|
+
client_id?: string | null;
|
|
2793
2956
|
contract_value?: number | null;
|
|
2794
2957
|
created_at?: string;
|
|
2795
2958
|
deal_id?: string | null;
|
|
@@ -2807,6 +2970,7 @@ type Database = {
|
|
|
2807
2970
|
Update: {
|
|
2808
2971
|
actual_end_date?: string | null;
|
|
2809
2972
|
client_company_id?: string | null;
|
|
2973
|
+
client_id?: string | null;
|
|
2810
2974
|
contract_value?: number | null;
|
|
2811
2975
|
created_at?: string;
|
|
2812
2976
|
deal_id?: string | null;
|
|
@@ -2843,6 +3007,13 @@ type Database = {
|
|
|
2843
3007
|
referencedRelation: "acq_companies";
|
|
2844
3008
|
referencedColumns: ["id"];
|
|
2845
3009
|
},
|
|
3010
|
+
{
|
|
3011
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
3012
|
+
columns: ["client_id"];
|
|
3013
|
+
isOneToOne: false;
|
|
3014
|
+
referencedRelation: "clients";
|
|
3015
|
+
referencedColumns: ["id"];
|
|
3016
|
+
},
|
|
2846
3017
|
{
|
|
2847
3018
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2848
3019
|
columns: ["deal_id"];
|
|
@@ -3592,6 +3763,7 @@ declare const TransitionItemRequestSchema: z$1.ZodObject<{
|
|
|
3592
3763
|
declare const DealDetailResponseSchema: z$1.ZodObject<{
|
|
3593
3764
|
id: z$1.ZodString;
|
|
3594
3765
|
organization_id: z$1.ZodString;
|
|
3766
|
+
client_id: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
3595
3767
|
contact_id: z$1.ZodNullable<z$1.ZodString>;
|
|
3596
3768
|
contact_email: z$1.ZodString;
|
|
3597
3769
|
pipeline_key: z$1.ZodString;
|
|
@@ -3676,6 +3848,25 @@ declare const DealDetailResponseSchema: z$1.ZodObject<{
|
|
|
3676
3848
|
sentAt: z$1.ZodNullable<z$1.ZodString>;
|
|
3677
3849
|
}, z$1.core.$strip>>;
|
|
3678
3850
|
}, z$1.core.$strip>;
|
|
3851
|
+
lineage: z$1.ZodOptional<z$1.ZodObject<{
|
|
3852
|
+
list: z$1.ZodNullable<z$1.ZodObject<{
|
|
3853
|
+
id: z$1.ZodString;
|
|
3854
|
+
name: z$1.ZodString;
|
|
3855
|
+
status: z$1.ZodString;
|
|
3856
|
+
}, z$1.core.$strip>>;
|
|
3857
|
+
projects: z$1.ZodArray<z$1.ZodObject<{
|
|
3858
|
+
id: z$1.ZodString;
|
|
3859
|
+
name: z$1.ZodString;
|
|
3860
|
+
kind: z$1.ZodString;
|
|
3861
|
+
status: z$1.ZodString;
|
|
3862
|
+
updatedAt: z$1.ZodString;
|
|
3863
|
+
}, z$1.core.$strip>>;
|
|
3864
|
+
client: z$1.ZodNullable<z$1.ZodObject<{
|
|
3865
|
+
id: z$1.ZodString;
|
|
3866
|
+
name: z$1.ZodString;
|
|
3867
|
+
status: z$1.ZodString;
|
|
3868
|
+
}, z$1.core.$strip>>;
|
|
3869
|
+
}, z$1.core.$strip>>;
|
|
3679
3870
|
}, z$1.core.$strip>;
|
|
3680
3871
|
type TransitionItemRequest = z$1.infer<typeof TransitionItemRequestSchema>;
|
|
3681
3872
|
type DealDetailResponse = z$1.infer<typeof DealDetailResponseSchema>;
|
|
@@ -3685,10 +3876,10 @@ type DealDetailResponse = z$1.infer<typeof DealDetailResponseSchema>;
|
|
|
3685
3876
|
*/
|
|
3686
3877
|
declare const ListStatusSchema: z$1.ZodEnum<{
|
|
3687
3878
|
closing: "closing";
|
|
3879
|
+
archived: "archived";
|
|
3688
3880
|
draft: "draft";
|
|
3689
3881
|
enriching: "enriching";
|
|
3690
3882
|
launched: "launched";
|
|
3691
|
-
archived: "archived";
|
|
3692
3883
|
}>;
|
|
3693
3884
|
/**
|
|
3694
3885
|
* Single list as returned by /api/acquisition/lists/:id etc.
|
|
@@ -3703,10 +3894,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3703
3894
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
3704
3895
|
status: z$1.ZodEnum<{
|
|
3705
3896
|
closing: "closing";
|
|
3897
|
+
archived: "archived";
|
|
3706
3898
|
draft: "draft";
|
|
3707
3899
|
enriching: "enriching";
|
|
3708
3900
|
launched: "launched";
|
|
3709
|
-
archived: "archived";
|
|
3710
3901
|
}>;
|
|
3711
3902
|
metadata: z$1.ZodObject<{
|
|
3712
3903
|
buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3846,6 +4037,7 @@ declare const ListContactsQuerySchema: z$1.ZodObject<{
|
|
|
3846
4037
|
declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
3847
4038
|
id: z$1.ZodString;
|
|
3848
4039
|
organizationId: z$1.ZodString;
|
|
4040
|
+
clientId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
3849
4041
|
name: z$1.ZodString;
|
|
3850
4042
|
domain: z$1.ZodNullable<z$1.ZodString>;
|
|
3851
4043
|
linkedinUrl: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -3882,6 +4074,7 @@ declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
|
3882
4074
|
declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
3883
4075
|
id: z$1.ZodString;
|
|
3884
4076
|
organizationId: z$1.ZodString;
|
|
4077
|
+
clientId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
3885
4078
|
companyId: z$1.ZodNullable<z$1.ZodString>;
|
|
3886
4079
|
email: z$1.ZodString;
|
|
3887
4080
|
emailValid: z$1.ZodNullable<z$1.ZodEnum<{
|
|
@@ -4362,6 +4555,22 @@ interface ProjectDetail extends ProjectRow {
|
|
|
4362
4555
|
name: string;
|
|
4363
4556
|
domain: string | null;
|
|
4364
4557
|
} | null;
|
|
4558
|
+
deal: ProjectSourceDealRef | null;
|
|
4559
|
+
client: ProjectClientRef | null;
|
|
4560
|
+
}
|
|
4561
|
+
interface ProjectSourceDealRef {
|
|
4562
|
+
id: string;
|
|
4563
|
+
clientId?: string | null;
|
|
4564
|
+
contactEmail: string;
|
|
4565
|
+
stageKey: string | null;
|
|
4566
|
+
stateKey: string | null;
|
|
4567
|
+
sourceListId: string | null;
|
|
4568
|
+
updatedAt: string;
|
|
4569
|
+
}
|
|
4570
|
+
interface ProjectClientRef {
|
|
4571
|
+
id: string;
|
|
4572
|
+
name: string;
|
|
4573
|
+
status: string;
|
|
4365
4574
|
}
|
|
4366
4575
|
|
|
4367
4576
|
interface Action {
|
|
@@ -4900,6 +5109,27 @@ declare const ResourceStatusColors: {
|
|
|
4900
5109
|
*/
|
|
4901
5110
|
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';
|
|
4902
5111
|
|
|
5112
|
+
declare const SystemEntrySchema: z$1.ZodObject<{
|
|
5113
|
+
id: z$1.ZodString;
|
|
5114
|
+
title: z$1.ZodString;
|
|
5115
|
+
description: z$1.ZodString;
|
|
5116
|
+
kind: z$1.ZodEnum<{
|
|
5117
|
+
platform: "platform";
|
|
5118
|
+
product: "product";
|
|
5119
|
+
operational: "operational";
|
|
5120
|
+
diagnostic: "diagnostic";
|
|
5121
|
+
}>;
|
|
5122
|
+
responsibleRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
5123
|
+
governedByKnowledge: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5124
|
+
drivesGoals: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5125
|
+
status: z$1.ZodEnum<{
|
|
5126
|
+
active: "active";
|
|
5127
|
+
deprecated: "deprecated";
|
|
5128
|
+
archived: "archived";
|
|
5129
|
+
}>;
|
|
5130
|
+
}, z$1.core.$strip>;
|
|
5131
|
+
type SystemEntry = z$1.infer<typeof SystemEntrySchema>;
|
|
5132
|
+
|
|
4903
5133
|
/**
|
|
4904
5134
|
* Resource Registry type definitions
|
|
4905
5135
|
*/
|
|
@@ -4913,6 +5143,7 @@ type ResourceStatus = 'dev' | 'prod';
|
|
|
4913
5143
|
* Used as the discriminator field in ResourceDefinition
|
|
4914
5144
|
*/
|
|
4915
5145
|
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
5146
|
+
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
|
|
4916
5147
|
/**
|
|
4917
5148
|
* Base interface for ALL platform resources
|
|
4918
5149
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|
|
@@ -4938,6 +5169,12 @@ interface ResourceDefinition {
|
|
|
4938
5169
|
sessionCapable?: boolean;
|
|
4939
5170
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
4940
5171
|
origin?: 'local' | 'remote';
|
|
5172
|
+
/** OM System membership, when backed by a Resource descriptor */
|
|
5173
|
+
systemId?: string;
|
|
5174
|
+
/** Display metadata for the owning OM System */
|
|
5175
|
+
system?: ResourceSystemSummary;
|
|
5176
|
+
/** Governance lifecycle status from the OM Resource descriptor */
|
|
5177
|
+
governanceStatus?: ResourceGovernanceStatus;
|
|
4941
5178
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
4942
5179
|
archived?: boolean;
|
|
4943
5180
|
}
|
|
@@ -5043,6 +5280,10 @@ interface TriggerDefinition extends ResourceDefinition {
|
|
|
5043
5280
|
interface IntegrationDefinition extends ResourceDefinition {
|
|
5044
5281
|
/** Resource type discriminator (narrowed from base union) */
|
|
5045
5282
|
type: 'integration';
|
|
5283
|
+
/** OM descriptor that owns canonical identity and governance metadata. */
|
|
5284
|
+
resource?: Extract<ResourceEntry, {
|
|
5285
|
+
kind: 'integration';
|
|
5286
|
+
}>;
|
|
5046
5287
|
/** Integration provider type */
|
|
5047
5288
|
provider: IntegrationType;
|
|
5048
5289
|
/** References credentials table (e.g., 'shopify-prod', 'zendesk-api') */
|
|
@@ -5240,6 +5481,7 @@ declare const FeatureSchema: z$1.ZodObject<{
|
|
|
5240
5481
|
"knowledge.reference": "knowledge.reference";
|
|
5241
5482
|
"feature.dashboard": "feature.dashboard";
|
|
5242
5483
|
"feature.calendar": "feature.calendar";
|
|
5484
|
+
"feature.business": "feature.business";
|
|
5243
5485
|
"feature.sales": "feature.sales";
|
|
5244
5486
|
"feature.crm": "feature.crm";
|
|
5245
5487
|
"feature.finance": "feature.finance";
|
|
@@ -5323,6 +5565,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5323
5565
|
"knowledge.reference": "knowledge.reference";
|
|
5324
5566
|
"feature.dashboard": "feature.dashboard";
|
|
5325
5567
|
"feature.calendar": "feature.calendar";
|
|
5568
|
+
"feature.business": "feature.business";
|
|
5326
5569
|
"feature.sales": "feature.sales";
|
|
5327
5570
|
"feature.crm": "feature.crm";
|
|
5328
5571
|
"feature.finance": "feature.finance";
|
|
@@ -5424,6 +5667,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5424
5667
|
"knowledge.reference": "knowledge.reference";
|
|
5425
5668
|
"feature.dashboard": "feature.dashboard";
|
|
5426
5669
|
"feature.calendar": "feature.calendar";
|
|
5670
|
+
"feature.business": "feature.business";
|
|
5427
5671
|
"feature.sales": "feature.sales";
|
|
5428
5672
|
"feature.crm": "feature.crm";
|
|
5429
5673
|
"feature.finance": "feature.finance";
|
|
@@ -5516,6 +5760,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5516
5760
|
"knowledge.reference": "knowledge.reference";
|
|
5517
5761
|
"feature.dashboard": "feature.dashboard";
|
|
5518
5762
|
"feature.calendar": "feature.calendar";
|
|
5763
|
+
"feature.business": "feature.business";
|
|
5519
5764
|
"feature.sales": "feature.sales";
|
|
5520
5765
|
"feature.crm": "feature.crm";
|
|
5521
5766
|
"feature.finance": "feature.finance";
|
|
@@ -5605,6 +5850,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5605
5850
|
"knowledge.reference": "knowledge.reference";
|
|
5606
5851
|
"feature.dashboard": "feature.dashboard";
|
|
5607
5852
|
"feature.calendar": "feature.calendar";
|
|
5853
|
+
"feature.business": "feature.business";
|
|
5608
5854
|
"feature.sales": "feature.sales";
|
|
5609
5855
|
"feature.crm": "feature.crm";
|
|
5610
5856
|
"feature.finance": "feature.finance";
|
|
@@ -5678,6 +5924,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5678
5924
|
"knowledge.reference": "knowledge.reference";
|
|
5679
5925
|
"feature.dashboard": "feature.dashboard";
|
|
5680
5926
|
"feature.calendar": "feature.calendar";
|
|
5927
|
+
"feature.business": "feature.business";
|
|
5681
5928
|
"feature.sales": "feature.sales";
|
|
5682
5929
|
"feature.crm": "feature.crm";
|
|
5683
5930
|
"feature.finance": "feature.finance";
|
|
@@ -5752,6 +5999,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5752
5999
|
"knowledge.reference": "knowledge.reference";
|
|
5753
6000
|
"feature.dashboard": "feature.dashboard";
|
|
5754
6001
|
"feature.calendar": "feature.calendar";
|
|
6002
|
+
"feature.business": "feature.business";
|
|
5755
6003
|
"feature.sales": "feature.sales";
|
|
5756
6004
|
"feature.crm": "feature.crm";
|
|
5757
6005
|
"feature.finance": "feature.finance";
|
|
@@ -5823,6 +6071,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5823
6071
|
"knowledge.reference": "knowledge.reference";
|
|
5824
6072
|
"feature.dashboard": "feature.dashboard";
|
|
5825
6073
|
"feature.calendar": "feature.calendar";
|
|
6074
|
+
"feature.business": "feature.business";
|
|
5826
6075
|
"feature.sales": "feature.sales";
|
|
5827
6076
|
"feature.crm": "feature.crm";
|
|
5828
6077
|
"feature.finance": "feature.finance";
|
|
@@ -5970,6 +6219,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5970
6219
|
"knowledge.reference": "knowledge.reference";
|
|
5971
6220
|
"feature.dashboard": "feature.dashboard";
|
|
5972
6221
|
"feature.calendar": "feature.calendar";
|
|
6222
|
+
"feature.business": "feature.business";
|
|
5973
6223
|
"feature.sales": "feature.sales";
|
|
5974
6224
|
"feature.crm": "feature.crm";
|
|
5975
6225
|
"feature.finance": "feature.finance";
|
|
@@ -6043,6 +6293,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6043
6293
|
"knowledge.reference": "knowledge.reference";
|
|
6044
6294
|
"feature.dashboard": "feature.dashboard";
|
|
6045
6295
|
"feature.calendar": "feature.calendar";
|
|
6296
|
+
"feature.business": "feature.business";
|
|
6046
6297
|
"feature.sales": "feature.sales";
|
|
6047
6298
|
"feature.crm": "feature.crm";
|
|
6048
6299
|
"feature.finance": "feature.finance";
|
|
@@ -6116,6 +6367,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6116
6367
|
"knowledge.reference": "knowledge.reference";
|
|
6117
6368
|
"feature.dashboard": "feature.dashboard";
|
|
6118
6369
|
"feature.calendar": "feature.calendar";
|
|
6370
|
+
"feature.business": "feature.business";
|
|
6119
6371
|
"feature.sales": "feature.sales";
|
|
6120
6372
|
"feature.crm": "feature.crm";
|
|
6121
6373
|
"feature.finance": "feature.finance";
|
|
@@ -6248,7 +6500,26 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6248
6500
|
title: z$1.ZodString;
|
|
6249
6501
|
responsibilities: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6250
6502
|
reportsToId: z$1.ZodOptional<z$1.ZodString>;
|
|
6251
|
-
heldBy: z$1.ZodOptional<z$1.
|
|
6503
|
+
heldBy: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6504
|
+
kind: z$1.ZodLiteral<"human">;
|
|
6505
|
+
userId: z$1.ZodString;
|
|
6506
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6507
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
6508
|
+
agentId: z$1.ZodString;
|
|
6509
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6510
|
+
kind: z$1.ZodLiteral<"team">;
|
|
6511
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
6512
|
+
}, z$1.core.$strip>], "kind">, z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6513
|
+
kind: z$1.ZodLiteral<"human">;
|
|
6514
|
+
userId: z$1.ZodString;
|
|
6515
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6516
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
6517
|
+
agentId: z$1.ZodString;
|
|
6518
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6519
|
+
kind: z$1.ZodLiteral<"team">;
|
|
6520
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
6521
|
+
}, z$1.core.$strip>], "kind">>]>>;
|
|
6522
|
+
responsibleFor: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6252
6523
|
}, z$1.core.$strip>>>;
|
|
6253
6524
|
}, z$1.core.$strip>>;
|
|
6254
6525
|
goals: z$1.ZodDefault<z$1.ZodObject<{
|
|
@@ -6266,6 +6537,70 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6266
6537
|
}, z$1.core.$strip>>>;
|
|
6267
6538
|
}, z$1.core.$strip>>>;
|
|
6268
6539
|
}, z$1.core.$strip>>;
|
|
6540
|
+
systems: z$1.ZodDefault<z$1.ZodObject<{
|
|
6541
|
+
systems: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6542
|
+
id: z$1.ZodString;
|
|
6543
|
+
title: z$1.ZodString;
|
|
6544
|
+
description: z$1.ZodString;
|
|
6545
|
+
kind: z$1.ZodEnum<{
|
|
6546
|
+
platform: "platform";
|
|
6547
|
+
product: "product";
|
|
6548
|
+
operational: "operational";
|
|
6549
|
+
diagnostic: "diagnostic";
|
|
6550
|
+
}>;
|
|
6551
|
+
responsibleRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6552
|
+
governedByKnowledge: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6553
|
+
drivesGoals: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6554
|
+
status: z$1.ZodEnum<{
|
|
6555
|
+
active: "active";
|
|
6556
|
+
deprecated: "deprecated";
|
|
6557
|
+
archived: "archived";
|
|
6558
|
+
}>;
|
|
6559
|
+
}, z$1.core.$strip>>>;
|
|
6560
|
+
}, z$1.core.$strip>>;
|
|
6561
|
+
resources: z$1.ZodDefault<z$1.ZodObject<{
|
|
6562
|
+
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6563
|
+
id: z$1.ZodString;
|
|
6564
|
+
systemId: z$1.ZodString;
|
|
6565
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6566
|
+
status: z$1.ZodEnum<{
|
|
6567
|
+
active: "active";
|
|
6568
|
+
deprecated: "deprecated";
|
|
6569
|
+
archived: "archived";
|
|
6570
|
+
}>;
|
|
6571
|
+
kind: z$1.ZodLiteral<"workflow">;
|
|
6572
|
+
capabilityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
6573
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6574
|
+
id: z$1.ZodString;
|
|
6575
|
+
systemId: z$1.ZodString;
|
|
6576
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6577
|
+
status: z$1.ZodEnum<{
|
|
6578
|
+
active: "active";
|
|
6579
|
+
deprecated: "deprecated";
|
|
6580
|
+
archived: "archived";
|
|
6581
|
+
}>;
|
|
6582
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
6583
|
+
agentKind: z$1.ZodEnum<{
|
|
6584
|
+
orchestrator: "orchestrator";
|
|
6585
|
+
specialist: "specialist";
|
|
6586
|
+
utility: "utility";
|
|
6587
|
+
system: "system";
|
|
6588
|
+
}>;
|
|
6589
|
+
actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6590
|
+
sessionCapable: z$1.ZodBoolean;
|
|
6591
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6592
|
+
id: z$1.ZodString;
|
|
6593
|
+
systemId: z$1.ZodString;
|
|
6594
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6595
|
+
status: z$1.ZodEnum<{
|
|
6596
|
+
active: "active";
|
|
6597
|
+
deprecated: "deprecated";
|
|
6598
|
+
archived: "archived";
|
|
6599
|
+
}>;
|
|
6600
|
+
kind: z$1.ZodLiteral<"integration">;
|
|
6601
|
+
provider: z$1.ZodString;
|
|
6602
|
+
}, z$1.core.$strip>], "kind">>>;
|
|
6603
|
+
}, z$1.core.$strip>>;
|
|
6269
6604
|
statuses: z$1.ZodDefault<z$1.ZodObject<{
|
|
6270
6605
|
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6271
6606
|
id: z$1.ZodString;
|
|
@@ -6326,6 +6661,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6326
6661
|
"knowledge.reference": "knowledge.reference";
|
|
6327
6662
|
"feature.dashboard": "feature.dashboard";
|
|
6328
6663
|
"feature.calendar": "feature.calendar";
|
|
6664
|
+
"feature.business": "feature.business";
|
|
6329
6665
|
"feature.sales": "feature.sales";
|
|
6330
6666
|
"feature.crm": "feature.crm";
|
|
6331
6667
|
"feature.finance": "feature.finance";
|
|
@@ -6404,8 +6740,8 @@ declare const LinkSchema: z$1.ZodObject<{
|
|
|
6404
6740
|
type Link = z$1.infer<typeof LinkSchema>;
|
|
6405
6741
|
|
|
6406
6742
|
declare const ResourceCategorySchema: z$1.ZodEnum<{
|
|
6407
|
-
production: "production";
|
|
6408
6743
|
diagnostic: "diagnostic";
|
|
6744
|
+
production: "production";
|
|
6409
6745
|
internal: "internal";
|
|
6410
6746
|
testing: "testing";
|
|
6411
6747
|
}>;
|
|
@@ -6604,13 +6940,18 @@ type APIErrorCode = 'VALIDATION_ERROR' | 'AUTHENTICATION_FAILED' | 'FORBIDDEN' |
|
|
|
6604
6940
|
* - API middleware (via requireOrganizationPermission(key))
|
|
6605
6941
|
* - UI hooks (via useOrganizationPermissions().hasPermission(key))
|
|
6606
6942
|
*
|
|
6607
|
-
* The DB table `org_rol_permissions` mirrors this constant.
|
|
6608
|
-
*
|
|
6609
|
-
*
|
|
6943
|
+
* The DB table `org_rol_permissions` mirrors this constant. There is no
|
|
6944
|
+
* runtime reconciler; parity is enforced two ways:
|
|
6945
|
+
* 1. Each migration that adds/removes/modifies a permission must INSERT
|
|
6946
|
+
* (or UPDATE / DELETE) the corresponding `org_rol_permissions` row in
|
|
6947
|
+
* the same transaction.
|
|
6948
|
+
* 2. `apps/api/src/auth/multi-tenancy/__tests__/permissions-catalog-sync.integration.test.ts`
|
|
6949
|
+
* asserts the TS catalog and the DB rows agree; CI fails on drift.
|
|
6610
6950
|
*
|
|
6611
6951
|
* Adding a permission:
|
|
6612
6952
|
* 1. Add an entry below.
|
|
6613
|
-
* 2. Add a row to the migration
|
|
6953
|
+
* 2. Add a row to the migration (INSERT INTO org_rol_permissions ...) in
|
|
6954
|
+
* the same transaction as any policies/grants that reference the key.
|
|
6614
6955
|
* 3. Reference it in RLS / middleware as needed.
|
|
6615
6956
|
* 4. Optionally grant it to one or more system roles in org_rol_grants.
|
|
6616
6957
|
*
|
|
@@ -6628,12 +6969,14 @@ declare const PERMISSIONS: {
|
|
|
6628
6969
|
readonly OPERATIONS_MANAGE: "operations.manage";
|
|
6629
6970
|
readonly ACQUISITION_MANAGE: "acquisition.manage";
|
|
6630
6971
|
readonly PROJECTS_MANAGE: "projects.manage";
|
|
6972
|
+
readonly CLIENTS_MANAGE: "clients.manage";
|
|
6631
6973
|
};
|
|
6632
6974
|
type PermissionKey = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
|
|
6633
6975
|
/**
|
|
6634
|
-
* Static metadata for each permission. Mirrored into org_rol_permissions
|
|
6635
|
-
*
|
|
6636
|
-
*
|
|
6976
|
+
* Static metadata for each permission. Mirrored into org_rol_permissions by
|
|
6977
|
+
* a migration `INSERT` in the same transaction as any change to this catalog.
|
|
6978
|
+
* is_org_grantable=false means the permission is reserved to system roles
|
|
6979
|
+
* only — custom roles cannot include it (privilege-escalation guard).
|
|
6637
6980
|
*/
|
|
6638
6981
|
interface PermissionDescriptor {
|
|
6639
6982
|
key: PermissionKey;
|
|
@@ -6724,6 +7067,131 @@ declare function getTimeRangeDates(range: TimeRange): TimeRangeDates;
|
|
|
6724
7067
|
*/
|
|
6725
7068
|
declare function getTimeRangeLabel(range: TimeRange): string;
|
|
6726
7069
|
|
|
7070
|
+
declare const ClientStatusSchema: z$1.ZodEnum<{
|
|
7071
|
+
active: "active";
|
|
7072
|
+
paused: "paused";
|
|
7073
|
+
completed: "completed";
|
|
7074
|
+
onboarding: "onboarding";
|
|
7075
|
+
churned: "churned";
|
|
7076
|
+
}>;
|
|
7077
|
+
declare const ClientResponseSchema: z$1.ZodObject<{
|
|
7078
|
+
id: z$1.ZodString;
|
|
7079
|
+
organizationId: z$1.ZodString;
|
|
7080
|
+
name: z$1.ZodString;
|
|
7081
|
+
status: z$1.ZodEnum<{
|
|
7082
|
+
active: "active";
|
|
7083
|
+
paused: "paused";
|
|
7084
|
+
completed: "completed";
|
|
7085
|
+
onboarding: "onboarding";
|
|
7086
|
+
churned: "churned";
|
|
7087
|
+
}>;
|
|
7088
|
+
sourceDealId: z$1.ZodNullable<z$1.ZodString>;
|
|
7089
|
+
primaryCompanyId: z$1.ZodNullable<z$1.ZodString>;
|
|
7090
|
+
primaryContactId: z$1.ZodNullable<z$1.ZodString>;
|
|
7091
|
+
convertedAt: z$1.ZodNullable<z$1.ZodString>;
|
|
7092
|
+
metadata: z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>;
|
|
7093
|
+
createdAt: z$1.ZodString;
|
|
7094
|
+
updatedAt: z$1.ZodString;
|
|
7095
|
+
}, z$1.core.$strip>;
|
|
7096
|
+
declare const ClientDetailResponseSchema: z$1.ZodObject<{
|
|
7097
|
+
id: z$1.ZodString;
|
|
7098
|
+
organizationId: z$1.ZodString;
|
|
7099
|
+
name: z$1.ZodString;
|
|
7100
|
+
status: z$1.ZodEnum<{
|
|
7101
|
+
active: "active";
|
|
7102
|
+
paused: "paused";
|
|
7103
|
+
completed: "completed";
|
|
7104
|
+
onboarding: "onboarding";
|
|
7105
|
+
churned: "churned";
|
|
7106
|
+
}>;
|
|
7107
|
+
sourceDealId: z$1.ZodNullable<z$1.ZodString>;
|
|
7108
|
+
primaryCompanyId: z$1.ZodNullable<z$1.ZodString>;
|
|
7109
|
+
primaryContactId: z$1.ZodNullable<z$1.ZodString>;
|
|
7110
|
+
convertedAt: z$1.ZodNullable<z$1.ZodString>;
|
|
7111
|
+
metadata: z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>;
|
|
7112
|
+
createdAt: z$1.ZodString;
|
|
7113
|
+
updatedAt: z$1.ZodString;
|
|
7114
|
+
lineage: z$1.ZodObject<{
|
|
7115
|
+
deals: z$1.ZodArray<z$1.ZodObject<{
|
|
7116
|
+
id: z$1.ZodString;
|
|
7117
|
+
contactEmail: z$1.ZodString;
|
|
7118
|
+
stageKey: z$1.ZodNullable<z$1.ZodString>;
|
|
7119
|
+
stateKey: z$1.ZodNullable<z$1.ZodString>;
|
|
7120
|
+
updatedAt: z$1.ZodString;
|
|
7121
|
+
}, z$1.core.$strip>>;
|
|
7122
|
+
projects: z$1.ZodArray<z$1.ZodObject<{
|
|
7123
|
+
id: z$1.ZodString;
|
|
7124
|
+
name: z$1.ZodString;
|
|
7125
|
+
kind: z$1.ZodString;
|
|
7126
|
+
status: z$1.ZodString;
|
|
7127
|
+
updatedAt: z$1.ZodString;
|
|
7128
|
+
}, z$1.core.$strip>>;
|
|
7129
|
+
companies: z$1.ZodArray<z$1.ZodObject<{
|
|
7130
|
+
id: z$1.ZodString;
|
|
7131
|
+
name: z$1.ZodString;
|
|
7132
|
+
domain: z$1.ZodNullable<z$1.ZodString>;
|
|
7133
|
+
status: z$1.ZodString;
|
|
7134
|
+
}, z$1.core.$strip>>;
|
|
7135
|
+
contacts: z$1.ZodArray<z$1.ZodObject<{
|
|
7136
|
+
id: z$1.ZodString;
|
|
7137
|
+
email: z$1.ZodString;
|
|
7138
|
+
firstName: z$1.ZodNullable<z$1.ZodString>;
|
|
7139
|
+
lastName: z$1.ZodNullable<z$1.ZodString>;
|
|
7140
|
+
title: z$1.ZodNullable<z$1.ZodString>;
|
|
7141
|
+
companyId: z$1.ZodNullable<z$1.ZodString>;
|
|
7142
|
+
status: z$1.ZodString;
|
|
7143
|
+
}, z$1.core.$strip>>;
|
|
7144
|
+
}, z$1.core.$strip>;
|
|
7145
|
+
}, z$1.core.$strip>;
|
|
7146
|
+
declare const ClientStatusResponseSchema: z$1.ZodObject<{
|
|
7147
|
+
totalClients: z$1.ZodNumber;
|
|
7148
|
+
byStatus: z$1.ZodRecord<z$1.ZodEnum<{
|
|
7149
|
+
active: "active";
|
|
7150
|
+
paused: "paused";
|
|
7151
|
+
completed: "completed";
|
|
7152
|
+
onboarding: "onboarding";
|
|
7153
|
+
churned: "churned";
|
|
7154
|
+
}>, z$1.ZodNumber>;
|
|
7155
|
+
linkedDeals: z$1.ZodNumber;
|
|
7156
|
+
linkedProjects: z$1.ZodNumber;
|
|
7157
|
+
linkedCompanies: z$1.ZodNumber;
|
|
7158
|
+
linkedContacts: z$1.ZodNumber;
|
|
7159
|
+
}, z$1.core.$strip>;
|
|
7160
|
+
declare const CreateClientRequestSchema: z$1.ZodObject<{
|
|
7161
|
+
name: z$1.ZodString;
|
|
7162
|
+
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
7163
|
+
active: "active";
|
|
7164
|
+
paused: "paused";
|
|
7165
|
+
completed: "completed";
|
|
7166
|
+
onboarding: "onboarding";
|
|
7167
|
+
churned: "churned";
|
|
7168
|
+
}>>;
|
|
7169
|
+
sourceDealId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7170
|
+
primaryCompanyId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7171
|
+
primaryContactId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7172
|
+
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
7173
|
+
}, z$1.core.$strict>;
|
|
7174
|
+
declare const UpdateClientRequestSchema: z$1.ZodObject<{
|
|
7175
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
7176
|
+
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
7177
|
+
active: "active";
|
|
7178
|
+
paused: "paused";
|
|
7179
|
+
completed: "completed";
|
|
7180
|
+
onboarding: "onboarding";
|
|
7181
|
+
churned: "churned";
|
|
7182
|
+
}>>;
|
|
7183
|
+
sourceDealId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7184
|
+
primaryCompanyId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7185
|
+
primaryContactId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7186
|
+
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
7187
|
+
}, z$1.core.$strict>;
|
|
7188
|
+
type ClientStatus = z$1.infer<typeof ClientStatusSchema>;
|
|
7189
|
+
type ClientResponse = z$1.infer<typeof ClientResponseSchema>;
|
|
7190
|
+
type ClientDetailResponse = z$1.infer<typeof ClientDetailResponseSchema>;
|
|
7191
|
+
type ClientStatusResponse = z$1.infer<typeof ClientStatusResponseSchema>;
|
|
7192
|
+
type CreateClientRequest = z$1.infer<typeof CreateClientRequestSchema>;
|
|
7193
|
+
type UpdateClientRequest = z$1.infer<typeof UpdateClientRequestSchema>;
|
|
7194
|
+
|
|
6727
7195
|
/**
|
|
6728
7196
|
* GET /api/credentials - List credentials
|
|
6729
7197
|
*/
|
|
@@ -9688,6 +10156,136 @@ declare function useUpdateRequestStatus(): _tanstack_react_query.UseMutationResu
|
|
|
9688
10156
|
|
|
9689
10157
|
declare function useDeleteRequest(): _tanstack_react_query.UseMutationResult<string, Error, string, unknown>;
|
|
9690
10158
|
|
|
10159
|
+
interface ClientsListFilters {
|
|
10160
|
+
status?: ClientStatus;
|
|
10161
|
+
search?: string;
|
|
10162
|
+
limit?: number;
|
|
10163
|
+
offset?: number;
|
|
10164
|
+
}
|
|
10165
|
+
declare const clientsKeys: {
|
|
10166
|
+
all: readonly ["clients"];
|
|
10167
|
+
lists: () => readonly ["clients", "list"];
|
|
10168
|
+
list: (organizationId: string | null | undefined, filters: ClientsListFilters) => readonly ["clients", "list", string | null | undefined, ClientsListFilters];
|
|
10169
|
+
statuses: () => readonly ["clients", "status"];
|
|
10170
|
+
status: (organizationId: string | null | undefined) => readonly ["clients", "status", string | null | undefined];
|
|
10171
|
+
details: () => readonly ["clients", "detail"];
|
|
10172
|
+
detail: (organizationId: string | null | undefined, id: string | undefined) => readonly ["clients", "detail", string | null | undefined, string | undefined];
|
|
10173
|
+
};
|
|
10174
|
+
|
|
10175
|
+
declare function useClients(filters?: ClientsListFilters): _tanstack_react_query.UseQueryResult<{
|
|
10176
|
+
data: {
|
|
10177
|
+
id: string;
|
|
10178
|
+
organizationId: string;
|
|
10179
|
+
name: string;
|
|
10180
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
10181
|
+
sourceDealId: string | null;
|
|
10182
|
+
primaryCompanyId: string | null;
|
|
10183
|
+
primaryContactId: string | null;
|
|
10184
|
+
convertedAt: string | null;
|
|
10185
|
+
metadata: Record<string, unknown>;
|
|
10186
|
+
createdAt: string;
|
|
10187
|
+
updatedAt: string;
|
|
10188
|
+
}[];
|
|
10189
|
+
total: number;
|
|
10190
|
+
limit: number;
|
|
10191
|
+
offset: number;
|
|
10192
|
+
}, Error>;
|
|
10193
|
+
|
|
10194
|
+
declare function useClientStatus(): _tanstack_react_query.UseQueryResult<{
|
|
10195
|
+
totalClients: number;
|
|
10196
|
+
byStatus: Record<"active" | "paused" | "completed" | "onboarding" | "churned", number>;
|
|
10197
|
+
linkedDeals: number;
|
|
10198
|
+
linkedProjects: number;
|
|
10199
|
+
linkedCompanies: number;
|
|
10200
|
+
linkedContacts: number;
|
|
10201
|
+
}, Error>;
|
|
10202
|
+
|
|
10203
|
+
declare function useClient(clientId: string | undefined): _tanstack_react_query.UseQueryResult<{
|
|
10204
|
+
id: string;
|
|
10205
|
+
organizationId: string;
|
|
10206
|
+
name: string;
|
|
10207
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
10208
|
+
sourceDealId: string | null;
|
|
10209
|
+
primaryCompanyId: string | null;
|
|
10210
|
+
primaryContactId: string | null;
|
|
10211
|
+
convertedAt: string | null;
|
|
10212
|
+
metadata: Record<string, unknown>;
|
|
10213
|
+
createdAt: string;
|
|
10214
|
+
updatedAt: string;
|
|
10215
|
+
lineage: {
|
|
10216
|
+
deals: {
|
|
10217
|
+
id: string;
|
|
10218
|
+
contactEmail: string;
|
|
10219
|
+
stageKey: string | null;
|
|
10220
|
+
stateKey: string | null;
|
|
10221
|
+
updatedAt: string;
|
|
10222
|
+
}[];
|
|
10223
|
+
projects: {
|
|
10224
|
+
id: string;
|
|
10225
|
+
name: string;
|
|
10226
|
+
kind: string;
|
|
10227
|
+
status: string;
|
|
10228
|
+
updatedAt: string;
|
|
10229
|
+
}[];
|
|
10230
|
+
companies: {
|
|
10231
|
+
id: string;
|
|
10232
|
+
name: string;
|
|
10233
|
+
domain: string | null;
|
|
10234
|
+
status: string;
|
|
10235
|
+
}[];
|
|
10236
|
+
contacts: {
|
|
10237
|
+
id: string;
|
|
10238
|
+
email: string;
|
|
10239
|
+
firstName: string | null;
|
|
10240
|
+
lastName: string | null;
|
|
10241
|
+
title: string | null;
|
|
10242
|
+
companyId: string | null;
|
|
10243
|
+
status: string;
|
|
10244
|
+
}[];
|
|
10245
|
+
};
|
|
10246
|
+
}, Error>;
|
|
10247
|
+
|
|
10248
|
+
declare function useCreateClient(): _tanstack_react_query.UseMutationResult<{
|
|
10249
|
+
id: string;
|
|
10250
|
+
organizationId: string;
|
|
10251
|
+
name: string;
|
|
10252
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
10253
|
+
sourceDealId: string | null;
|
|
10254
|
+
primaryCompanyId: string | null;
|
|
10255
|
+
primaryContactId: string | null;
|
|
10256
|
+
convertedAt: string | null;
|
|
10257
|
+
metadata: Record<string, unknown>;
|
|
10258
|
+
createdAt: string;
|
|
10259
|
+
updatedAt: string;
|
|
10260
|
+
}, Error, {
|
|
10261
|
+
name: string;
|
|
10262
|
+
status?: "active" | "paused" | "completed" | "onboarding" | "churned" | undefined;
|
|
10263
|
+
sourceDealId?: string | null | undefined;
|
|
10264
|
+
primaryCompanyId?: string | null | undefined;
|
|
10265
|
+
primaryContactId?: string | null | undefined;
|
|
10266
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
10267
|
+
}, unknown>;
|
|
10268
|
+
|
|
10269
|
+
interface UpdateClientParams {
|
|
10270
|
+
clientId: string;
|
|
10271
|
+
updates: UpdateClientRequest;
|
|
10272
|
+
}
|
|
10273
|
+
declare function useUpdateClient(): _tanstack_react_query.UseMutationResult<{
|
|
10274
|
+
id: string;
|
|
10275
|
+
organizationId: string;
|
|
10276
|
+
name: string;
|
|
10277
|
+
status: "active" | "paused" | "completed" | "onboarding" | "churned";
|
|
10278
|
+
sourceDealId: string | null;
|
|
10279
|
+
primaryCompanyId: string | null;
|
|
10280
|
+
primaryContactId: string | null;
|
|
10281
|
+
convertedAt: string | null;
|
|
10282
|
+
metadata: Record<string, unknown>;
|
|
10283
|
+
createdAt: string;
|
|
10284
|
+
updatedAt: string;
|
|
10285
|
+
}, Error, UpdateClientParams, unknown>;
|
|
10286
|
+
|
|
10287
|
+
declare function useDeleteClient(): _tanstack_react_query.UseMutationResult<void, Error, string, unknown>;
|
|
10288
|
+
|
|
9691
10289
|
/**
|
|
9692
10290
|
* Query key factories for Operations TanStack Query hooks.
|
|
9693
10291
|
*
|
|
@@ -9793,7 +10391,7 @@ interface UseCommandViewStatsOptions {
|
|
|
9793
10391
|
*/
|
|
9794
10392
|
declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCommandViewStatsOptions): _tanstack_react_query.UseQueryResult<CommandViewStatsResponse, Error>;
|
|
9795
10393
|
|
|
9796
|
-
type CommandViewVisualizationMode = 'cluster' | 'swimlane' | 'focus' | 'network' | '
|
|
10394
|
+
type CommandViewVisualizationMode = 'cluster' | 'swimlane' | 'focus' | 'network' | 'force' | 'explore';
|
|
9797
10395
|
|
|
9798
10396
|
type StatusFilter$1 = ResourceStatus | 'all';
|
|
9799
10397
|
|
|
@@ -9806,6 +10404,16 @@ interface CommandViewStore {
|
|
|
9806
10404
|
setFitViewOnFilter: (v: boolean) => void;
|
|
9807
10405
|
visualizationMode: CommandViewVisualizationMode;
|
|
9808
10406
|
setVisualizationMode: (v: CommandViewVisualizationMode) => void;
|
|
10407
|
+
/**
|
|
10408
|
+
* The last visualization mode the user explicitly selected via setVisualizationMode.
|
|
10409
|
+
* Null for brand-new sessions that have never called setVisualizationMode.
|
|
10410
|
+
* Persisted so returning users can be confirmed to have a stored preference.
|
|
10411
|
+
* Wave 5 tests assert against this field for default-mode observability.
|
|
10412
|
+
*/
|
|
10413
|
+
lastUsedVisualizationMode: CommandViewVisualizationMode | null;
|
|
10414
|
+
/** Last bottom-panel tab the user opened; null means the panel is collapsed. Persisted. */
|
|
10415
|
+
lastOpenBottomTab: string | null;
|
|
10416
|
+
setLastOpenBottomTab: (tab: string | null) => void;
|
|
9809
10417
|
selectedNodeId: string | null;
|
|
9810
10418
|
setSelectedNodeId: (id: string | null) => void;
|
|
9811
10419
|
resourcesHidden: boolean;
|
|
@@ -9819,13 +10427,41 @@ interface CommandViewStore {
|
|
|
9819
10427
|
hasVisibilityInteraction: boolean;
|
|
9820
10428
|
markVisibilityInteraction: () => void;
|
|
9821
10429
|
resetVisibilityInteraction: () => void;
|
|
10430
|
+
/**
|
|
10431
|
+
* Domains whose member nodes are currently expanded in Cluster mode.
|
|
10432
|
+
* Stored as an array of strings (not Set) for Zustand persist serialization.
|
|
10433
|
+
* Default is [] — all domains start collapsed (domain-card view).
|
|
10434
|
+
* Persisted to localStorage.
|
|
10435
|
+
*/
|
|
10436
|
+
expandedClusterDomains: string[];
|
|
10437
|
+
toggleClusterDomain: (domain: string) => void;
|
|
10438
|
+
setExpandedClusterDomains: (domains: string[]) => void;
|
|
10439
|
+
/**
|
|
10440
|
+
* Node IDs currently expanded in Explore mode.
|
|
10441
|
+
* Stored as an array of strings for Zustand persist serialization.
|
|
10442
|
+
* Derived Set is expandedNodeIds. Not persisted (reset on reload).
|
|
10443
|
+
* Same-parent sibling auto-collapse applies on toggleNodeExpansion.
|
|
10444
|
+
*/
|
|
10445
|
+
expandedNodeIdsArray: string[];
|
|
10446
|
+
/** Derived Set view of expandedNodeIdsArray — convenient for callers that need Set semantics. */
|
|
10447
|
+
expandedNodeIds: Set<string>;
|
|
10448
|
+
toggleNodeExpansion: (nodeId: string) => void;
|
|
10449
|
+
clearExpandedNodes: () => void;
|
|
9822
10450
|
}
|
|
9823
10451
|
/**
|
|
9824
10452
|
* Shared store for Command View filter/settings state.
|
|
9825
10453
|
* Allows CommandViewPage (graph) and CommandViewSidebarContent (sidebar) to share state.
|
|
9826
10454
|
*
|
|
9827
|
-
* Persisted to localStorage: showIntegrations, fitViewOnFilter,
|
|
10455
|
+
* Persisted to localStorage: showIntegrations, fitViewOnFilter, visualizationMode,
|
|
10456
|
+
* lastUsedVisualizationMode, resource/diagnostic visibility preferences.
|
|
9828
10457
|
* Not persisted (reset on reload): statusFilter, selectedNodeId, revealedIds, CTA interaction state.
|
|
10458
|
+
*
|
|
10459
|
+
* Default-mode logic:
|
|
10460
|
+
* - New sessions (no localStorage entry): visualizationMode initializes to 'explore'.
|
|
10461
|
+
* - Returning sessions: persist middleware merges stored visualizationMode over the initial value,
|
|
10462
|
+
* so the user lands on whatever mode they last used. lastUsedVisualizationMode provides an
|
|
10463
|
+
* explicit observable for this preference (Wave 5 test assertions).
|
|
10464
|
+
* - VALID_VISUALIZATION_MODES guards against stale localStorage values from old mode names.
|
|
9829
10465
|
*/
|
|
9830
10466
|
declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<CommandViewStore>, "setState" | "persist"> & {
|
|
9831
10467
|
setState(partial: CommandViewStore | Partial<CommandViewStore> | ((state: CommandViewStore) => CommandViewStore | Partial<CommandViewStore>), replace?: false | undefined): unknown;
|
|
@@ -9835,8 +10471,11 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
|
|
|
9835
10471
|
showIntegrations: boolean;
|
|
9836
10472
|
fitViewOnFilter: boolean;
|
|
9837
10473
|
visualizationMode: CommandViewVisualizationMode;
|
|
10474
|
+
lastUsedVisualizationMode: CommandViewVisualizationMode | null;
|
|
9838
10475
|
resourcesHidden: boolean;
|
|
9839
10476
|
diagnosticsHidden: boolean;
|
|
10477
|
+
lastOpenBottomTab: string | null;
|
|
10478
|
+
expandedClusterDomains: string[];
|
|
9840
10479
|
}, unknown>>) => void;
|
|
9841
10480
|
clearStorage: () => void;
|
|
9842
10481
|
rehydrate: () => Promise<void> | void;
|
|
@@ -9847,8 +10486,11 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
|
|
|
9847
10486
|
showIntegrations: boolean;
|
|
9848
10487
|
fitViewOnFilter: boolean;
|
|
9849
10488
|
visualizationMode: CommandViewVisualizationMode;
|
|
10489
|
+
lastUsedVisualizationMode: CommandViewVisualizationMode | null;
|
|
9850
10490
|
resourcesHidden: boolean;
|
|
9851
10491
|
diagnosticsHidden: boolean;
|
|
10492
|
+
lastOpenBottomTab: string | null;
|
|
10493
|
+
expandedClusterDomains: string[];
|
|
9852
10494
|
}, unknown>>;
|
|
9853
10495
|
};
|
|
9854
10496
|
}>;
|
|
@@ -10057,6 +10699,7 @@ declare function useDeals(filters?: DealFilters): {
|
|
|
10057
10699
|
num_employees: number | null;
|
|
10058
10700
|
} | null;
|
|
10059
10701
|
} | null;
|
|
10702
|
+
client_id?: string | null | undefined;
|
|
10060
10703
|
}[];
|
|
10061
10704
|
total: number;
|
|
10062
10705
|
limit: number;
|
|
@@ -10125,6 +10768,7 @@ declare function useDeals(filters?: DealFilters): {
|
|
|
10125
10768
|
num_employees: number | null;
|
|
10126
10769
|
} | null;
|
|
10127
10770
|
} | null;
|
|
10771
|
+
client_id?: string | null | undefined;
|
|
10128
10772
|
}[];
|
|
10129
10773
|
total: number;
|
|
10130
10774
|
limit: number;
|
|
@@ -10300,7 +10944,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
10300
10944
|
description: string | null;
|
|
10301
10945
|
batchIds: string[];
|
|
10302
10946
|
instantlyCampaignId: string | null;
|
|
10303
|
-
status: "closing" | "
|
|
10947
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
10304
10948
|
metadata: {
|
|
10305
10949
|
[x: string]: unknown;
|
|
10306
10950
|
buildPlanSnapshot?: {
|
|
@@ -10385,7 +11029,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
10385
11029
|
description: string | null;
|
|
10386
11030
|
batchIds: string[];
|
|
10387
11031
|
instantlyCampaignId: string | null;
|
|
10388
|
-
status: "closing" | "
|
|
11032
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
10389
11033
|
metadata: {
|
|
10390
11034
|
[x: string]: unknown;
|
|
10391
11035
|
buildPlanSnapshot?: {
|
|
@@ -10569,7 +11213,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
10569
11213
|
description: string | null;
|
|
10570
11214
|
batchIds: string[];
|
|
10571
11215
|
instantlyCampaignId: string | null;
|
|
10572
|
-
status: "closing" | "
|
|
11216
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
10573
11217
|
metadata: {
|
|
10574
11218
|
[x: string]: unknown;
|
|
10575
11219
|
buildPlanSnapshot?: {
|
|
@@ -10649,7 +11293,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
10649
11293
|
}, Error, {
|
|
10650
11294
|
name: string;
|
|
10651
11295
|
description?: string | null | undefined;
|
|
10652
|
-
status?: "closing" | "
|
|
11296
|
+
status?: "closing" | "archived" | "draft" | "enriching" | "launched" | undefined;
|
|
10653
11297
|
buildTemplateId?: string | undefined;
|
|
10654
11298
|
scrapingConfig?: {
|
|
10655
11299
|
vertical?: string | undefined;
|
|
@@ -10681,7 +11325,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
10681
11325
|
description: string | null;
|
|
10682
11326
|
batchIds: string[];
|
|
10683
11327
|
instantlyCampaignId: string | null;
|
|
10684
|
-
status: "closing" | "
|
|
11328
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
10685
11329
|
metadata: {
|
|
10686
11330
|
[x: string]: unknown;
|
|
10687
11331
|
buildPlanSnapshot?: {
|
|
@@ -10772,7 +11416,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
10772
11416
|
description: string | null;
|
|
10773
11417
|
batchIds: string[];
|
|
10774
11418
|
instantlyCampaignId: string | null;
|
|
10775
|
-
status: "closing" | "
|
|
11419
|
+
status: "closing" | "archived" | "draft" | "enriching" | "launched";
|
|
10776
11420
|
metadata: {
|
|
10777
11421
|
[x: string]: unknown;
|
|
10778
11422
|
buildPlanSnapshot?: {
|
|
@@ -10956,6 +11600,7 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
10956
11600
|
verticalResearch: string | null;
|
|
10957
11601
|
createdAt: string;
|
|
10958
11602
|
updatedAt: string;
|
|
11603
|
+
clientId?: string | null | undefined;
|
|
10959
11604
|
pipelineStatus?: unknown;
|
|
10960
11605
|
}[];
|
|
10961
11606
|
total: number;
|
|
@@ -10990,6 +11635,7 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
10990
11635
|
verticalResearch: string | null;
|
|
10991
11636
|
createdAt: string;
|
|
10992
11637
|
updatedAt: string;
|
|
11638
|
+
clientId?: string | null | undefined;
|
|
10993
11639
|
pipelineStatus?: unknown;
|
|
10994
11640
|
} | null, Error>;
|
|
10995
11641
|
declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
@@ -11019,9 +11665,11 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
11019
11665
|
verticalResearch: string | null;
|
|
11020
11666
|
createdAt: string;
|
|
11021
11667
|
updatedAt: string;
|
|
11668
|
+
clientId?: string | null | undefined;
|
|
11022
11669
|
pipelineStatus?: unknown;
|
|
11023
11670
|
}, Error, {
|
|
11024
11671
|
name: string;
|
|
11672
|
+
clientId?: string | null | undefined;
|
|
11025
11673
|
domain?: string | undefined;
|
|
11026
11674
|
linkedinUrl?: string | undefined;
|
|
11027
11675
|
website?: string | undefined;
|
|
@@ -11062,9 +11710,11 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
11062
11710
|
verticalResearch: string | null;
|
|
11063
11711
|
createdAt: string;
|
|
11064
11712
|
updatedAt: string;
|
|
11713
|
+
clientId?: string | null | undefined;
|
|
11065
11714
|
pipelineStatus?: unknown;
|
|
11066
11715
|
}, Error, {
|
|
11067
11716
|
name?: string | undefined;
|
|
11717
|
+
clientId?: string | null | undefined;
|
|
11068
11718
|
domain?: string | undefined;
|
|
11069
11719
|
linkedinUrl?: string | undefined;
|
|
11070
11720
|
website?: string | undefined;
|
|
@@ -11129,6 +11779,7 @@ declare function useContacts(filters?: Partial<ListContactsQuery>): _tanstack_re
|
|
|
11129
11779
|
status: "active" | "invalid";
|
|
11130
11780
|
createdAt: string;
|
|
11131
11781
|
updatedAt: string;
|
|
11782
|
+
clientId?: string | null | undefined;
|
|
11132
11783
|
pipelineStatus?: unknown;
|
|
11133
11784
|
company?: {
|
|
11134
11785
|
id: string;
|
|
@@ -11171,6 +11822,7 @@ declare function useContact(contactId: string): _tanstack_react_query.UseQueryRe
|
|
|
11171
11822
|
status: "active" | "invalid";
|
|
11172
11823
|
createdAt: string;
|
|
11173
11824
|
updatedAt: string;
|
|
11825
|
+
clientId?: string | null | undefined;
|
|
11174
11826
|
pipelineStatus?: unknown;
|
|
11175
11827
|
company?: {
|
|
11176
11828
|
id: string;
|
|
@@ -11209,6 +11861,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
11209
11861
|
status: "active" | "invalid";
|
|
11210
11862
|
createdAt: string;
|
|
11211
11863
|
updatedAt: string;
|
|
11864
|
+
clientId?: string | null | undefined;
|
|
11212
11865
|
pipelineStatus?: unknown;
|
|
11213
11866
|
company?: {
|
|
11214
11867
|
id: string;
|
|
@@ -11222,6 +11875,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
11222
11875
|
} | null | undefined;
|
|
11223
11876
|
}, Error, {
|
|
11224
11877
|
email: string;
|
|
11878
|
+
clientId?: string | null | undefined;
|
|
11225
11879
|
companyId?: string | undefined;
|
|
11226
11880
|
firstName?: string | undefined;
|
|
11227
11881
|
lastName?: string | undefined;
|
|
@@ -11258,6 +11912,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
11258
11912
|
status: "active" | "invalid";
|
|
11259
11913
|
createdAt: string;
|
|
11260
11914
|
updatedAt: string;
|
|
11915
|
+
clientId?: string | null | undefined;
|
|
11261
11916
|
pipelineStatus?: unknown;
|
|
11262
11917
|
company?: {
|
|
11263
11918
|
id: string;
|
|
@@ -11271,6 +11926,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
11271
11926
|
} | null | undefined;
|
|
11272
11927
|
}, Error, {
|
|
11273
11928
|
companyId?: string | undefined;
|
|
11929
|
+
clientId?: string | null | undefined;
|
|
11274
11930
|
emailValid?: "VALID" | "INVALID" | "RISKY" | "UNKNOWN" | undefined;
|
|
11275
11931
|
firstName?: string | undefined;
|
|
11276
11932
|
lastName?: string | undefined;
|
|
@@ -12046,6 +12702,7 @@ declare function useProjectTasks(projectId: string): _tanstack_react_query.UseQu
|
|
|
12046
12702
|
declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
|
|
12047
12703
|
actual_end_date: string | null;
|
|
12048
12704
|
client_company_id: string | null;
|
|
12705
|
+
client_id: string | null;
|
|
12049
12706
|
contract_value: number | null;
|
|
12050
12707
|
created_at: string;
|
|
12051
12708
|
deal_id: string | null;
|
|
@@ -12062,6 +12719,7 @@ declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
|
|
|
12062
12719
|
}, Error, Omit<{
|
|
12063
12720
|
actual_end_date?: string | null;
|
|
12064
12721
|
client_company_id?: string | null;
|
|
12722
|
+
client_id?: string | null;
|
|
12065
12723
|
contract_value?: number | null;
|
|
12066
12724
|
created_at?: string;
|
|
12067
12725
|
deal_id?: string | null;
|
|
@@ -12079,6 +12737,7 @@ declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
|
|
|
12079
12737
|
declare function useUpdateProject(): _tanstack_react_query.UseMutationResult<{
|
|
12080
12738
|
actual_end_date: string | null;
|
|
12081
12739
|
client_company_id: string | null;
|
|
12740
|
+
client_id: string | null;
|
|
12082
12741
|
contract_value: number | null;
|
|
12083
12742
|
created_at: string;
|
|
12084
12743
|
deal_id: string | null;
|
|
@@ -12830,5 +13489,5 @@ declare function InitializationProvider({ children }: {
|
|
|
12830
13489
|
children: ReactNode;
|
|
12831
13490
|
}): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
|
|
12832
13491
|
|
|
12833
|
-
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, ElevasisUIProvider, FeatureShell, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, ListActionsProvider, NotificationProvider, OAUTH_FLOW_TIMEOUT, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createFeatureAccessHook, createOrganizationsSlice, createTestFeaturesProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, 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, useCrmActions, 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, useDirectedChainHighlighting, useEffectivePermissions, useElevasisFeatures, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useHasPermission, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisFeatures, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
|
|
12834
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CreateTestFeaturesProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LeadGenStageKey, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
|
|
13492
|
+
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, ElevasisUIProvider, FeatureShell, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, ListActionsProvider, NotificationProvider, OAUTH_FLOW_TIMEOUT, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, clientsKeys, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createFeatureAccessHook, createOrganizationsSlice, createTestFeaturesProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, 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, useCrmActions, 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, useDirectedChainHighlighting, useEffectivePermissions, useElevasisFeatures, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useHasPermission, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisFeatures, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
|
|
13493
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CreateTestFeaturesProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LeadGenStageKey, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
|