@elevasis/ui 2.36.0 → 2.38.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.
Files changed (95) hide show
  1. package/dist/api/index.js +4 -3
  2. package/dist/app/index.css +0 -384
  3. package/dist/app/index.d.ts +75 -2
  4. package/dist/app/index.js +22 -21
  5. package/dist/auth/index.d.ts +91 -28
  6. package/dist/auth/index.js +5 -1
  7. package/dist/charts/index.js +9 -3
  8. package/dist/chunk-4O3VAALW.js +349 -0
  9. package/dist/{chunk-O2Q4VMRN.js → chunk-566XWGPP.js} +76 -109
  10. package/dist/chunk-5EYJ2GIN.js +122 -0
  11. package/dist/chunk-6D4LCJ52.js +10 -0
  12. package/dist/chunk-6ROXVZ3L.js +9 -0
  13. package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
  14. package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
  15. package/dist/{chunk-VKIZUUPM.js → chunk-7YXZFS56.js} +31 -14
  16. package/dist/{chunk-AKW7KISS.js → chunk-7ZWXTH5J.js} +2 -44
  17. package/dist/chunk-A7IG36LB.js +215 -0
  18. package/dist/chunk-B2DZLPDL.js +39 -0
  19. package/dist/chunk-C6BDBZRO.js +422 -0
  20. package/dist/chunk-CLDCYJQT.js +1 -0
  21. package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
  22. package/dist/chunk-H2MEFUQD.js +337 -0
  23. package/dist/chunk-I53EX4VU.js +734 -0
  24. package/dist/chunk-IIMU5YAJ.js +53 -0
  25. package/dist/chunk-JXVNHVK7.js +79 -0
  26. package/dist/chunk-M7Q4UBRY.js +85 -0
  27. package/dist/{chunk-K4UZU3TU.js → chunk-P34FFSOX.js} +1 -1
  28. package/dist/chunk-PGWANFNE.js +112 -0
  29. package/dist/{chunk-F6EFC2MJ.js → chunk-Q64E2TZY.js} +440 -2075
  30. package/dist/chunk-S3XR4II4.js +30 -0
  31. package/dist/chunk-SHZT7ULK.js +425 -0
  32. package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
  33. package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
  34. package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
  35. package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
  36. package/dist/components/index.d.ts +74 -42
  37. package/dist/components/index.js +34 -19
  38. package/dist/components/navigation/index.js +3 -31
  39. package/dist/features/auth/index.d.ts +97 -99
  40. package/dist/features/auth/index.js +37 -99
  41. package/dist/features/clients/index.js +34 -19
  42. package/dist/features/crm/index.d.ts +65 -0
  43. package/dist/features/crm/index.js +34 -19
  44. package/dist/features/dashboard/index.js +34 -19
  45. package/dist/features/delivery/index.d.ts +65 -0
  46. package/dist/features/delivery/index.js +34 -19
  47. package/dist/features/knowledge/index.js +6 -30
  48. package/dist/features/lead-gen/index.d.ts +1096 -1
  49. package/dist/features/lead-gen/index.js +34 -19
  50. package/dist/features/monitoring/index.js +34 -19
  51. package/dist/features/monitoring/requests/index.js +34 -19
  52. package/dist/features/notes/index.d.ts +72 -0
  53. package/dist/features/notes/index.js +621 -0
  54. package/dist/features/operations/index.d.ts +10 -2
  55. package/dist/features/operations/index.js +34 -19
  56. package/dist/features/right-panel-host/index.d.ts +214 -0
  57. package/dist/features/right-panel-host/index.js +639 -0
  58. package/dist/features/seo/index.js +3 -2
  59. package/dist/features/settings/index.d.ts +68 -35
  60. package/dist/features/settings/index.js +34 -19
  61. package/dist/hooks/access/index.d.ts +90 -0
  62. package/dist/hooks/access/index.js +10 -0
  63. package/dist/hooks/delivery/index.d.ts +65 -0
  64. package/dist/hooks/delivery/index.js +34 -19
  65. package/dist/hooks/index.d.ts +1644 -1651
  66. package/dist/hooks/index.js +34 -19
  67. package/dist/hooks/published.d.ts +1644 -1651
  68. package/dist/hooks/published.js +34 -19
  69. package/dist/hooks/user-notes/index.d.ts +57 -0
  70. package/dist/hooks/user-notes/index.js +3 -0
  71. package/dist/index.d.ts +294 -277
  72. package/dist/index.js +35 -20
  73. package/dist/initialization/index.d.ts +65 -19
  74. package/dist/knowledge/index.d.ts +10 -2
  75. package/dist/knowledge/index.js +173 -28
  76. package/dist/layout/index.js +5 -3
  77. package/dist/organization/index.d.ts +0 -19
  78. package/dist/organization/index.js +34 -19
  79. package/dist/profile/index.d.ts +65 -0
  80. package/dist/provider/index.css +0 -384
  81. package/dist/provider/index.d.ts +75 -2
  82. package/dist/provider/index.js +16 -21
  83. package/dist/provider/published.css +0 -523
  84. package/dist/provider/published.d.ts +75 -2
  85. package/dist/provider/published.js +11 -21
  86. package/dist/supabase/index.d.ts +127 -0
  87. package/dist/test-utils/index.d.ts +2 -21
  88. package/dist/test-utils/index.js +5 -18
  89. package/dist/theme/index.js +3 -1
  90. package/dist/types/index.d.ts +115 -59
  91. package/dist/utils/index.js +2 -1
  92. package/package.json +21 -5
  93. package/src/auth/README.md +6 -6
  94. package/dist/components/navigation/index.css +0 -649
  95. package/dist/features/knowledge/index.css +0 -649
@@ -668,6 +668,1099 @@ interface Action {
668
668
  payloadSchema?: z$1.ZodTypeAny;
669
669
  }
670
670
 
671
+ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
672
+ objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
673
+ id: z$1.ZodString;
674
+ label: z$1.ZodOptional<z$1.ZodString>;
675
+ description: z$1.ZodOptional<z$1.ZodString>;
676
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
677
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
678
+ properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
679
+ storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
680
+ }, z$1.core.$loose>>>>;
681
+ linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
682
+ id: z$1.ZodString;
683
+ label: z$1.ZodOptional<z$1.ZodString>;
684
+ description: z$1.ZodOptional<z$1.ZodString>;
685
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
686
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
687
+ from: z$1.ZodString;
688
+ to: z$1.ZodString;
689
+ cardinality: z$1.ZodOptional<z$1.ZodString>;
690
+ via: z$1.ZodOptional<z$1.ZodString>;
691
+ }, z$1.core.$loose>>>>;
692
+ actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
693
+ id: z$1.ZodString;
694
+ label: z$1.ZodOptional<z$1.ZodString>;
695
+ description: z$1.ZodOptional<z$1.ZodString>;
696
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
697
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
698
+ actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
699
+ input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
700
+ effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
701
+ }, z$1.core.$loose>>>>;
702
+ catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
703
+ id: z$1.ZodString;
704
+ label: z$1.ZodOptional<z$1.ZodString>;
705
+ description: z$1.ZodOptional<z$1.ZodString>;
706
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
707
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
708
+ kind: z$1.ZodOptional<z$1.ZodString>;
709
+ appliesTo: z$1.ZodOptional<z$1.ZodString>;
710
+ entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
711
+ }, z$1.core.$loose>>>>;
712
+ eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
713
+ id: z$1.ZodString;
714
+ label: z$1.ZodOptional<z$1.ZodString>;
715
+ description: z$1.ZodOptional<z$1.ZodString>;
716
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
717
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
718
+ payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
719
+ }, z$1.core.$loose>>>>;
720
+ interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
721
+ id: z$1.ZodString;
722
+ label: z$1.ZodOptional<z$1.ZodString>;
723
+ description: z$1.ZodOptional<z$1.ZodString>;
724
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
725
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
726
+ properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
727
+ }, z$1.core.$loose>>>>;
728
+ valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
729
+ id: z$1.ZodString;
730
+ label: z$1.ZodOptional<z$1.ZodString>;
731
+ description: z$1.ZodOptional<z$1.ZodString>;
732
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
733
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
734
+ primitive: z$1.ZodOptional<z$1.ZodString>;
735
+ }, z$1.core.$loose>>>>;
736
+ sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
737
+ id: z$1.ZodString;
738
+ label: z$1.ZodOptional<z$1.ZodString>;
739
+ description: z$1.ZodOptional<z$1.ZodString>;
740
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
741
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
742
+ valueType: z$1.ZodOptional<z$1.ZodString>;
743
+ searchable: z$1.ZodOptional<z$1.ZodBoolean>;
744
+ pii: z$1.ZodOptional<z$1.ZodBoolean>;
745
+ }, z$1.core.$loose>>>>;
746
+ groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
747
+ id: z$1.ZodString;
748
+ label: z$1.ZodOptional<z$1.ZodString>;
749
+ description: z$1.ZodOptional<z$1.ZodString>;
750
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
751
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
752
+ members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
753
+ }, z$1.core.$loose>>>>;
754
+ surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
755
+ id: z$1.ZodString;
756
+ label: z$1.ZodOptional<z$1.ZodString>;
757
+ description: z$1.ZodOptional<z$1.ZodString>;
758
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
759
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
760
+ route: z$1.ZodOptional<z$1.ZodString>;
761
+ }, z$1.core.$loose>>>>;
762
+ }, z$1.core.$strip>>;
763
+ type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
764
+
765
+ type JsonPrimitive = string | number | boolean | null;
766
+ type JsonValue = JsonPrimitive | JsonValue[] | {
767
+ [key: string]: JsonValue;
768
+ };
769
+ /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
770
+ interface SystemEntry {
771
+ id: string;
772
+ label?: string;
773
+ title?: string;
774
+ description?: string;
775
+ kind?: 'product' | 'operational' | 'platform' | 'diagnostic';
776
+ parentSystemId?: string;
777
+ ui?: {
778
+ path: string;
779
+ surfaces: string[];
780
+ icon?: string;
781
+ order?: number;
782
+ };
783
+ lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
784
+ responsibleRoleId?: string;
785
+ governedByKnowledge?: string[];
786
+ actions?: {
787
+ actionId: string;
788
+ intent: 'exposes' | 'consumes';
789
+ invocation?: unknown;
790
+ }[];
791
+ policies?: string[];
792
+ drivesGoals?: string[];
793
+ /** @deprecated Use lifecycle. Accepted for one publish cycle. */
794
+ status?: 'active' | 'deprecated' | 'archived';
795
+ path?: string;
796
+ icon?: string;
797
+ color?: string;
798
+ uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
799
+ enabled?: boolean;
800
+ devOnly?: boolean;
801
+ requiresAdmin?: boolean;
802
+ order: number;
803
+ config?: Record<string, JsonValue>;
804
+ ontology?: OntologyScope;
805
+ systems?: Record<string, SystemEntry>;
806
+ subsystems?: Record<string, SystemEntry>;
807
+ }
808
+
809
+ declare const SurfaceTypeSchema: z$1.ZodEnum<{
810
+ dashboard: "dashboard";
811
+ settings: "settings";
812
+ graph: "graph";
813
+ page: "page";
814
+ detail: "detail";
815
+ list: "list";
816
+ }>;
817
+ interface SidebarSurfaceNode {
818
+ type: 'surface';
819
+ label: string;
820
+ path: string;
821
+ surfaceType: z$1.infer<typeof SurfaceTypeSchema>;
822
+ description?: string;
823
+ icon?: string;
824
+ order?: number;
825
+ targets?: {
826
+ systems?: string[];
827
+ entities?: string[];
828
+ resources?: string[];
829
+ actions?: string[];
830
+ };
831
+ devOnly?: boolean;
832
+ requiresAdmin?: boolean;
833
+ }
834
+ interface SidebarGroupNode {
835
+ type: 'group';
836
+ label: string;
837
+ description?: string;
838
+ icon?: string;
839
+ order?: number;
840
+ children: Record<string, SidebarNode>;
841
+ }
842
+ type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
843
+
844
+ declare const OrganizationModelSchema: z$1.ZodObject<{
845
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
846
+ domainMetadata: z$1.ZodPipe<z$1.ZodDefault<z$1.ZodObject<{
847
+ branding: z$1.ZodOptional<z$1.ZodObject<{
848
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
849
+ lastModified: z$1.ZodString;
850
+ }, z$1.core.$strip>>;
851
+ identity: z$1.ZodOptional<z$1.ZodObject<{
852
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
853
+ lastModified: z$1.ZodString;
854
+ }, z$1.core.$strip>>;
855
+ customers: z$1.ZodOptional<z$1.ZodObject<{
856
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
857
+ lastModified: z$1.ZodString;
858
+ }, z$1.core.$strip>>;
859
+ offerings: z$1.ZodOptional<z$1.ZodObject<{
860
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
861
+ lastModified: z$1.ZodString;
862
+ }, z$1.core.$strip>>;
863
+ roles: z$1.ZodOptional<z$1.ZodObject<{
864
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
865
+ lastModified: z$1.ZodString;
866
+ }, z$1.core.$strip>>;
867
+ goals: z$1.ZodOptional<z$1.ZodObject<{
868
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
869
+ lastModified: z$1.ZodString;
870
+ }, z$1.core.$strip>>;
871
+ systems: z$1.ZodOptional<z$1.ZodObject<{
872
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
873
+ lastModified: z$1.ZodString;
874
+ }, z$1.core.$strip>>;
875
+ ontology: z$1.ZodOptional<z$1.ZodObject<{
876
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
877
+ lastModified: z$1.ZodString;
878
+ }, z$1.core.$strip>>;
879
+ resources: z$1.ZodOptional<z$1.ZodObject<{
880
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
881
+ lastModified: z$1.ZodString;
882
+ }, z$1.core.$strip>>;
883
+ topology: z$1.ZodOptional<z$1.ZodObject<{
884
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
885
+ lastModified: z$1.ZodString;
886
+ }, z$1.core.$strip>>;
887
+ actions: z$1.ZodOptional<z$1.ZodObject<{
888
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
889
+ lastModified: z$1.ZodString;
890
+ }, z$1.core.$strip>>;
891
+ entities: z$1.ZodOptional<z$1.ZodObject<{
892
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
893
+ lastModified: z$1.ZodString;
894
+ }, z$1.core.$strip>>;
895
+ policies: z$1.ZodOptional<z$1.ZodObject<{
896
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
897
+ lastModified: z$1.ZodString;
898
+ }, z$1.core.$strip>>;
899
+ knowledge: z$1.ZodOptional<z$1.ZodObject<{
900
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
901
+ lastModified: z$1.ZodString;
902
+ }, z$1.core.$strip>>;
903
+ }, z$1.core.$strip>>, z$1.ZodTransform<{
904
+ branding: {
905
+ version: 1;
906
+ lastModified: string;
907
+ };
908
+ identity: {
909
+ version: 1;
910
+ lastModified: string;
911
+ };
912
+ customers: {
913
+ version: 1;
914
+ lastModified: string;
915
+ };
916
+ offerings: {
917
+ version: 1;
918
+ lastModified: string;
919
+ };
920
+ roles: {
921
+ version: 1;
922
+ lastModified: string;
923
+ };
924
+ goals: {
925
+ version: 1;
926
+ lastModified: string;
927
+ };
928
+ systems: {
929
+ version: 1;
930
+ lastModified: string;
931
+ };
932
+ ontology: {
933
+ version: 1;
934
+ lastModified: string;
935
+ };
936
+ resources: {
937
+ version: 1;
938
+ lastModified: string;
939
+ };
940
+ topology: {
941
+ version: 1;
942
+ lastModified: string;
943
+ };
944
+ actions: {
945
+ version: 1;
946
+ lastModified: string;
947
+ };
948
+ entities: {
949
+ version: 1;
950
+ lastModified: string;
951
+ };
952
+ policies: {
953
+ version: 1;
954
+ lastModified: string;
955
+ };
956
+ knowledge: {
957
+ version: 1;
958
+ lastModified: string;
959
+ };
960
+ }, {
961
+ branding?: {
962
+ version: 1;
963
+ lastModified: string;
964
+ } | undefined;
965
+ identity?: {
966
+ version: 1;
967
+ lastModified: string;
968
+ } | undefined;
969
+ customers?: {
970
+ version: 1;
971
+ lastModified: string;
972
+ } | undefined;
973
+ offerings?: {
974
+ version: 1;
975
+ lastModified: string;
976
+ } | undefined;
977
+ roles?: {
978
+ version: 1;
979
+ lastModified: string;
980
+ } | undefined;
981
+ goals?: {
982
+ version: 1;
983
+ lastModified: string;
984
+ } | undefined;
985
+ systems?: {
986
+ version: 1;
987
+ lastModified: string;
988
+ } | undefined;
989
+ ontology?: {
990
+ version: 1;
991
+ lastModified: string;
992
+ } | undefined;
993
+ resources?: {
994
+ version: 1;
995
+ lastModified: string;
996
+ } | undefined;
997
+ topology?: {
998
+ version: 1;
999
+ lastModified: string;
1000
+ } | undefined;
1001
+ actions?: {
1002
+ version: 1;
1003
+ lastModified: string;
1004
+ } | undefined;
1005
+ entities?: {
1006
+ version: 1;
1007
+ lastModified: string;
1008
+ } | undefined;
1009
+ policies?: {
1010
+ version: 1;
1011
+ lastModified: string;
1012
+ } | undefined;
1013
+ knowledge?: {
1014
+ version: 1;
1015
+ lastModified: string;
1016
+ } | undefined;
1017
+ }>>;
1018
+ branding: z$1.ZodDefault<z$1.ZodObject<{
1019
+ organizationName: z$1.ZodString;
1020
+ productName: z$1.ZodString;
1021
+ shortName: z$1.ZodString;
1022
+ description: z$1.ZodOptional<z$1.ZodString>;
1023
+ logos: z$1.ZodDefault<z$1.ZodObject<{
1024
+ light: z$1.ZodOptional<z$1.ZodString>;
1025
+ dark: z$1.ZodOptional<z$1.ZodString>;
1026
+ }, z$1.core.$strip>>;
1027
+ voice: z$1.ZodOptional<z$1.ZodString>;
1028
+ tagline: z$1.ZodOptional<z$1.ZodString>;
1029
+ values: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1030
+ themePresetId: z$1.ZodOptional<z$1.ZodString>;
1031
+ }, z$1.core.$loose>>;
1032
+ navigation: z$1.ZodDefault<z$1.ZodObject<{
1033
+ sidebar: z$1.ZodDefault<z$1.ZodObject<{
1034
+ primary: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
1035
+ bottom: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
1036
+ }, z$1.core.$strip>>;
1037
+ }, z$1.core.$strip>>;
1038
+ identity: z$1.ZodDefault<z$1.ZodObject<{
1039
+ mission: z$1.ZodDefault<z$1.ZodString>;
1040
+ vision: z$1.ZodDefault<z$1.ZodString>;
1041
+ legalName: z$1.ZodDefault<z$1.ZodString>;
1042
+ entityType: z$1.ZodDefault<z$1.ZodString>;
1043
+ jurisdiction: z$1.ZodDefault<z$1.ZodString>;
1044
+ industryCategory: z$1.ZodDefault<z$1.ZodString>;
1045
+ geographicFocus: z$1.ZodDefault<z$1.ZodString>;
1046
+ timeZone: z$1.ZodDefault<z$1.ZodString>;
1047
+ businessHours: z$1.ZodDefault<z$1.ZodObject<{
1048
+ monday: z$1.ZodOptional<z$1.ZodObject<{
1049
+ open: z$1.ZodString;
1050
+ close: z$1.ZodString;
1051
+ }, z$1.core.$strip>>;
1052
+ tuesday: z$1.ZodOptional<z$1.ZodObject<{
1053
+ open: z$1.ZodString;
1054
+ close: z$1.ZodString;
1055
+ }, z$1.core.$strip>>;
1056
+ wednesday: z$1.ZodOptional<z$1.ZodObject<{
1057
+ open: z$1.ZodString;
1058
+ close: z$1.ZodString;
1059
+ }, z$1.core.$strip>>;
1060
+ thursday: z$1.ZodOptional<z$1.ZodObject<{
1061
+ open: z$1.ZodString;
1062
+ close: z$1.ZodString;
1063
+ }, z$1.core.$strip>>;
1064
+ friday: z$1.ZodOptional<z$1.ZodObject<{
1065
+ open: z$1.ZodString;
1066
+ close: z$1.ZodString;
1067
+ }, z$1.core.$strip>>;
1068
+ saturday: z$1.ZodOptional<z$1.ZodObject<{
1069
+ open: z$1.ZodString;
1070
+ close: z$1.ZodString;
1071
+ }, z$1.core.$strip>>;
1072
+ sunday: z$1.ZodOptional<z$1.ZodObject<{
1073
+ open: z$1.ZodString;
1074
+ close: z$1.ZodString;
1075
+ }, z$1.core.$strip>>;
1076
+ }, z$1.core.$strip>>;
1077
+ clientBrief: z$1.ZodDefault<z$1.ZodString>;
1078
+ organizationName: z$1.ZodOptional<z$1.ZodString>;
1079
+ productName: z$1.ZodOptional<z$1.ZodString>;
1080
+ shortName: z$1.ZodOptional<z$1.ZodString>;
1081
+ description: z$1.ZodOptional<z$1.ZodString>;
1082
+ }, z$1.core.$loose>>;
1083
+ customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1084
+ id: z$1.ZodString;
1085
+ order: z$1.ZodNumber;
1086
+ name: z$1.ZodDefault<z$1.ZodString>;
1087
+ description: z$1.ZodDefault<z$1.ZodString>;
1088
+ jobsToBeDone: z$1.ZodDefault<z$1.ZodString>;
1089
+ pains: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1090
+ gains: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1091
+ firmographics: z$1.ZodDefault<z$1.ZodObject<{
1092
+ industry: z$1.ZodOptional<z$1.ZodString>;
1093
+ companySize: z$1.ZodOptional<z$1.ZodString>;
1094
+ region: z$1.ZodOptional<z$1.ZodString>;
1095
+ }, z$1.core.$strip>>;
1096
+ valueProp: z$1.ZodDefault<z$1.ZodString>;
1097
+ }, z$1.core.$strip>>>>;
1098
+ offerings: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1099
+ id: z$1.ZodString;
1100
+ order: z$1.ZodNumber;
1101
+ name: z$1.ZodDefault<z$1.ZodString>;
1102
+ description: z$1.ZodDefault<z$1.ZodString>;
1103
+ pricingModel: z$1.ZodDefault<z$1.ZodEnum<{
1104
+ custom: "custom";
1105
+ "one-time": "one-time";
1106
+ subscription: "subscription";
1107
+ "usage-based": "usage-based";
1108
+ }>>;
1109
+ price: z$1.ZodDefault<z$1.ZodNumber>;
1110
+ currency: z$1.ZodDefault<z$1.ZodString>;
1111
+ targetSegmentIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1112
+ deliveryFeatureId: z$1.ZodOptional<z$1.ZodString>;
1113
+ }, z$1.core.$strip>>>>;
1114
+ roles: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1115
+ id: z$1.ZodString;
1116
+ order: z$1.ZodNumber;
1117
+ title: z$1.ZodString;
1118
+ responsibilities: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1119
+ reportsToId: z$1.ZodOptional<z$1.ZodString>;
1120
+ heldBy: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1121
+ kind: z$1.ZodLiteral<"human">;
1122
+ userId: z$1.ZodString;
1123
+ }, z$1.core.$strip>, z$1.ZodObject<{
1124
+ kind: z$1.ZodLiteral<"agent">;
1125
+ agentId: z$1.ZodString;
1126
+ }, z$1.core.$strip>, z$1.ZodObject<{
1127
+ kind: z$1.ZodLiteral<"team">;
1128
+ memberIds: z$1.ZodArray<z$1.ZodString>;
1129
+ }, z$1.core.$strip>], "kind">, z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1130
+ kind: z$1.ZodLiteral<"human">;
1131
+ userId: z$1.ZodString;
1132
+ }, z$1.core.$strip>, z$1.ZodObject<{
1133
+ kind: z$1.ZodLiteral<"agent">;
1134
+ agentId: z$1.ZodString;
1135
+ }, z$1.core.$strip>, z$1.ZodObject<{
1136
+ kind: z$1.ZodLiteral<"team">;
1137
+ memberIds: z$1.ZodArray<z$1.ZodString>;
1138
+ }, z$1.core.$strip>], "kind">>]>>;
1139
+ responsibleFor: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1140
+ }, z$1.core.$strip>>>>;
1141
+ goals: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1142
+ id: z$1.ZodString;
1143
+ order: z$1.ZodNumber;
1144
+ description: z$1.ZodString;
1145
+ periodStart: z$1.ZodString;
1146
+ periodEnd: z$1.ZodString;
1147
+ keyResults: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
1148
+ id: z$1.ZodString;
1149
+ description: z$1.ZodString;
1150
+ targetMetric: z$1.ZodString;
1151
+ currentValue: z$1.ZodDefault<z$1.ZodNumber>;
1152
+ targetValue: z$1.ZodOptional<z$1.ZodNumber>;
1153
+ }, z$1.core.$strip>>>;
1154
+ }, z$1.core.$strip>>>>;
1155
+ systems: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SystemEntry, unknown, z$1.core.$ZodTypeInternals<SystemEntry, unknown>>>>>;
1156
+ ontology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
1157
+ objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1158
+ id: z$1.ZodString;
1159
+ label: z$1.ZodOptional<z$1.ZodString>;
1160
+ description: z$1.ZodOptional<z$1.ZodString>;
1161
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1162
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1163
+ properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
1164
+ storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
1165
+ }, z$1.core.$loose>>>>;
1166
+ linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1167
+ id: z$1.ZodString;
1168
+ label: z$1.ZodOptional<z$1.ZodString>;
1169
+ description: z$1.ZodOptional<z$1.ZodString>;
1170
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1171
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1172
+ from: z$1.ZodString;
1173
+ to: z$1.ZodString;
1174
+ cardinality: z$1.ZodOptional<z$1.ZodString>;
1175
+ via: z$1.ZodOptional<z$1.ZodString>;
1176
+ }, z$1.core.$loose>>>>;
1177
+ actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1178
+ id: z$1.ZodString;
1179
+ label: z$1.ZodOptional<z$1.ZodString>;
1180
+ description: z$1.ZodOptional<z$1.ZodString>;
1181
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1182
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1183
+ actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
1184
+ input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
1185
+ effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
1186
+ }, z$1.core.$loose>>>>;
1187
+ catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1188
+ id: z$1.ZodString;
1189
+ label: z$1.ZodOptional<z$1.ZodString>;
1190
+ description: z$1.ZodOptional<z$1.ZodString>;
1191
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1192
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1193
+ kind: z$1.ZodOptional<z$1.ZodString>;
1194
+ appliesTo: z$1.ZodOptional<z$1.ZodString>;
1195
+ entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
1196
+ }, z$1.core.$loose>>>>;
1197
+ eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1198
+ id: z$1.ZodString;
1199
+ label: z$1.ZodOptional<z$1.ZodString>;
1200
+ description: z$1.ZodOptional<z$1.ZodString>;
1201
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1202
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1203
+ payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
1204
+ }, z$1.core.$loose>>>>;
1205
+ interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1206
+ id: z$1.ZodString;
1207
+ label: z$1.ZodOptional<z$1.ZodString>;
1208
+ description: z$1.ZodOptional<z$1.ZodString>;
1209
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1210
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1211
+ properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
1212
+ }, z$1.core.$loose>>>>;
1213
+ valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1214
+ id: z$1.ZodString;
1215
+ label: z$1.ZodOptional<z$1.ZodString>;
1216
+ description: z$1.ZodOptional<z$1.ZodString>;
1217
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1218
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1219
+ primitive: z$1.ZodOptional<z$1.ZodString>;
1220
+ }, z$1.core.$loose>>>>;
1221
+ sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1222
+ id: z$1.ZodString;
1223
+ label: z$1.ZodOptional<z$1.ZodString>;
1224
+ description: z$1.ZodOptional<z$1.ZodString>;
1225
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1226
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1227
+ valueType: z$1.ZodOptional<z$1.ZodString>;
1228
+ searchable: z$1.ZodOptional<z$1.ZodBoolean>;
1229
+ pii: z$1.ZodOptional<z$1.ZodBoolean>;
1230
+ }, z$1.core.$loose>>>>;
1231
+ groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1232
+ id: z$1.ZodString;
1233
+ label: z$1.ZodOptional<z$1.ZodString>;
1234
+ description: z$1.ZodOptional<z$1.ZodString>;
1235
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1236
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1237
+ members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
1238
+ }, z$1.core.$loose>>>>;
1239
+ surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1240
+ id: z$1.ZodString;
1241
+ label: z$1.ZodOptional<z$1.ZodString>;
1242
+ description: z$1.ZodOptional<z$1.ZodString>;
1243
+ ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
1244
+ aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1245
+ route: z$1.ZodOptional<z$1.ZodString>;
1246
+ }, z$1.core.$loose>>>>;
1247
+ }, z$1.core.$strip>>>;
1248
+ resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1249
+ id: z$1.ZodString;
1250
+ order: z$1.ZodDefault<z$1.ZodNumber>;
1251
+ systemPath: z$1.ZodString;
1252
+ title: z$1.ZodOptional<z$1.ZodString>;
1253
+ description: z$1.ZodOptional<z$1.ZodString>;
1254
+ ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
1255
+ status: z$1.ZodEnum<{
1256
+ active: "active";
1257
+ deprecated: "deprecated";
1258
+ archived: "archived";
1259
+ }>;
1260
+ ontology: z$1.ZodOptional<z$1.ZodObject<{
1261
+ actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1262
+ primaryAction: z$1.ZodOptional<z$1.ZodString>;
1263
+ reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1264
+ writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1265
+ usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1266
+ emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1267
+ contract: z$1.ZodOptional<z$1.ZodObject<{
1268
+ input: z$1.ZodOptional<z$1.ZodString>;
1269
+ output: z$1.ZodOptional<z$1.ZodString>;
1270
+ }, z$1.core.$strip>>;
1271
+ }, z$1.core.$strip>>;
1272
+ codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
1273
+ path: z$1.ZodString;
1274
+ role: z$1.ZodEnum<{
1275
+ entrypoint: "entrypoint";
1276
+ handler: "handler";
1277
+ schema: "schema";
1278
+ test: "test";
1279
+ docs: "docs";
1280
+ config: "config";
1281
+ }>;
1282
+ symbol: z$1.ZodOptional<z$1.ZodString>;
1283
+ description: z$1.ZodOptional<z$1.ZodString>;
1284
+ }, z$1.core.$strip>>>;
1285
+ kind: z$1.ZodLiteral<"workflow">;
1286
+ emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
1287
+ eventKey: z$1.ZodString;
1288
+ label: z$1.ZodString;
1289
+ payloadSchema: z$1.ZodOptional<z$1.ZodString>;
1290
+ lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
1291
+ active: "active";
1292
+ deprecated: "deprecated";
1293
+ draft: "draft";
1294
+ beta: "beta";
1295
+ archived: "archived";
1296
+ }>>;
1297
+ }, z$1.core.$strip>>>;
1298
+ }, z$1.core.$strip>, z$1.ZodObject<{
1299
+ id: z$1.ZodString;
1300
+ order: z$1.ZodDefault<z$1.ZodNumber>;
1301
+ systemPath: z$1.ZodString;
1302
+ title: z$1.ZodOptional<z$1.ZodString>;
1303
+ description: z$1.ZodOptional<z$1.ZodString>;
1304
+ ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
1305
+ status: z$1.ZodEnum<{
1306
+ active: "active";
1307
+ deprecated: "deprecated";
1308
+ archived: "archived";
1309
+ }>;
1310
+ ontology: z$1.ZodOptional<z$1.ZodObject<{
1311
+ actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1312
+ primaryAction: z$1.ZodOptional<z$1.ZodString>;
1313
+ reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1314
+ writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1315
+ usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1316
+ emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1317
+ contract: z$1.ZodOptional<z$1.ZodObject<{
1318
+ input: z$1.ZodOptional<z$1.ZodString>;
1319
+ output: z$1.ZodOptional<z$1.ZodString>;
1320
+ }, z$1.core.$strip>>;
1321
+ }, z$1.core.$strip>>;
1322
+ codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
1323
+ path: z$1.ZodString;
1324
+ role: z$1.ZodEnum<{
1325
+ entrypoint: "entrypoint";
1326
+ handler: "handler";
1327
+ schema: "schema";
1328
+ test: "test";
1329
+ docs: "docs";
1330
+ config: "config";
1331
+ }>;
1332
+ symbol: z$1.ZodOptional<z$1.ZodString>;
1333
+ description: z$1.ZodOptional<z$1.ZodString>;
1334
+ }, z$1.core.$strip>>>;
1335
+ kind: z$1.ZodLiteral<"agent">;
1336
+ agentKind: z$1.ZodEnum<{
1337
+ platform: "platform";
1338
+ orchestrator: "orchestrator";
1339
+ specialist: "specialist";
1340
+ utility: "utility";
1341
+ }>;
1342
+ actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
1343
+ sessionCapable: z$1.ZodBoolean;
1344
+ invocations: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1345
+ kind: z$1.ZodLiteral<"slash-command">;
1346
+ command: z$1.ZodString;
1347
+ toolFactory: z$1.ZodOptional<z$1.ZodString>;
1348
+ }, z$1.core.$strip>, z$1.ZodObject<{
1349
+ kind: z$1.ZodLiteral<"mcp-tool">;
1350
+ server: z$1.ZodString;
1351
+ name: z$1.ZodString;
1352
+ }, z$1.core.$strip>, z$1.ZodObject<{
1353
+ kind: z$1.ZodLiteral<"api-endpoint">;
1354
+ method: z$1.ZodEnum<{
1355
+ GET: "GET";
1356
+ POST: "POST";
1357
+ PATCH: "PATCH";
1358
+ DELETE: "DELETE";
1359
+ }>;
1360
+ path: z$1.ZodString;
1361
+ requestSchema: z$1.ZodOptional<z$1.ZodString>;
1362
+ responseSchema: z$1.ZodOptional<z$1.ZodString>;
1363
+ }, z$1.core.$strip>, z$1.ZodObject<{
1364
+ kind: z$1.ZodLiteral<"script-execution">;
1365
+ resourceId: z$1.ZodString;
1366
+ }, z$1.core.$strip>], "kind">>>;
1367
+ emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
1368
+ eventKey: z$1.ZodString;
1369
+ label: z$1.ZodString;
1370
+ payloadSchema: z$1.ZodOptional<z$1.ZodString>;
1371
+ lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
1372
+ active: "active";
1373
+ deprecated: "deprecated";
1374
+ draft: "draft";
1375
+ beta: "beta";
1376
+ archived: "archived";
1377
+ }>>;
1378
+ }, z$1.core.$strip>>>;
1379
+ }, z$1.core.$strip>, z$1.ZodObject<{
1380
+ id: z$1.ZodString;
1381
+ order: z$1.ZodDefault<z$1.ZodNumber>;
1382
+ systemPath: z$1.ZodString;
1383
+ title: z$1.ZodOptional<z$1.ZodString>;
1384
+ description: z$1.ZodOptional<z$1.ZodString>;
1385
+ ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
1386
+ status: z$1.ZodEnum<{
1387
+ active: "active";
1388
+ deprecated: "deprecated";
1389
+ archived: "archived";
1390
+ }>;
1391
+ ontology: z$1.ZodOptional<z$1.ZodObject<{
1392
+ actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1393
+ primaryAction: z$1.ZodOptional<z$1.ZodString>;
1394
+ reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1395
+ writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1396
+ usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1397
+ emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1398
+ contract: z$1.ZodOptional<z$1.ZodObject<{
1399
+ input: z$1.ZodOptional<z$1.ZodString>;
1400
+ output: z$1.ZodOptional<z$1.ZodString>;
1401
+ }, z$1.core.$strip>>;
1402
+ }, z$1.core.$strip>>;
1403
+ codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
1404
+ path: z$1.ZodString;
1405
+ role: z$1.ZodEnum<{
1406
+ entrypoint: "entrypoint";
1407
+ handler: "handler";
1408
+ schema: "schema";
1409
+ test: "test";
1410
+ docs: "docs";
1411
+ config: "config";
1412
+ }>;
1413
+ symbol: z$1.ZodOptional<z$1.ZodString>;
1414
+ description: z$1.ZodOptional<z$1.ZodString>;
1415
+ }, z$1.core.$strip>>>;
1416
+ kind: z$1.ZodLiteral<"integration">;
1417
+ provider: z$1.ZodString;
1418
+ }, z$1.core.$strip>, z$1.ZodObject<{
1419
+ id: z$1.ZodString;
1420
+ order: z$1.ZodDefault<z$1.ZodNumber>;
1421
+ systemPath: z$1.ZodString;
1422
+ title: z$1.ZodOptional<z$1.ZodString>;
1423
+ description: z$1.ZodOptional<z$1.ZodString>;
1424
+ ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
1425
+ status: z$1.ZodEnum<{
1426
+ active: "active";
1427
+ deprecated: "deprecated";
1428
+ archived: "archived";
1429
+ }>;
1430
+ ontology: z$1.ZodOptional<z$1.ZodObject<{
1431
+ actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1432
+ primaryAction: z$1.ZodOptional<z$1.ZodString>;
1433
+ reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1434
+ writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1435
+ usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1436
+ emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1437
+ contract: z$1.ZodOptional<z$1.ZodObject<{
1438
+ input: z$1.ZodOptional<z$1.ZodString>;
1439
+ output: z$1.ZodOptional<z$1.ZodString>;
1440
+ }, z$1.core.$strip>>;
1441
+ }, z$1.core.$strip>>;
1442
+ codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
1443
+ path: z$1.ZodString;
1444
+ role: z$1.ZodEnum<{
1445
+ entrypoint: "entrypoint";
1446
+ handler: "handler";
1447
+ schema: "schema";
1448
+ test: "test";
1449
+ docs: "docs";
1450
+ config: "config";
1451
+ }>;
1452
+ symbol: z$1.ZodOptional<z$1.ZodString>;
1453
+ description: z$1.ZodOptional<z$1.ZodString>;
1454
+ }, z$1.core.$strip>>>;
1455
+ kind: z$1.ZodLiteral<"script">;
1456
+ language: z$1.ZodEnum<{
1457
+ shell: "shell";
1458
+ sql: "sql";
1459
+ typescript: "typescript";
1460
+ python: "python";
1461
+ }>;
1462
+ source: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodObject<{
1463
+ file: z$1.ZodString;
1464
+ }, z$1.core.$strip>]>;
1465
+ }, z$1.core.$strip>], "kind">>>>;
1466
+ topology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
1467
+ version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
1468
+ relationships: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1469
+ from: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1470
+ kind: z$1.ZodLiteral<"system">;
1471
+ id: z$1.ZodString;
1472
+ }, z$1.core.$strip>, z$1.ZodObject<{
1473
+ kind: z$1.ZodLiteral<"resource">;
1474
+ id: z$1.ZodString;
1475
+ }, z$1.core.$strip>, z$1.ZodObject<{
1476
+ kind: z$1.ZodLiteral<"ontology">;
1477
+ id: z$1.ZodString;
1478
+ }, z$1.core.$strip>, z$1.ZodObject<{
1479
+ kind: z$1.ZodLiteral<"policy">;
1480
+ id: z$1.ZodString;
1481
+ }, z$1.core.$strip>, z$1.ZodObject<{
1482
+ kind: z$1.ZodLiteral<"role">;
1483
+ id: z$1.ZodString;
1484
+ }, z$1.core.$strip>, z$1.ZodObject<{
1485
+ kind: z$1.ZodLiteral<"trigger">;
1486
+ id: z$1.ZodString;
1487
+ }, z$1.core.$strip>, z$1.ZodObject<{
1488
+ kind: z$1.ZodLiteral<"humanCheckpoint">;
1489
+ id: z$1.ZodString;
1490
+ }, z$1.core.$strip>, z$1.ZodObject<{
1491
+ kind: z$1.ZodLiteral<"externalResource">;
1492
+ id: z$1.ZodString;
1493
+ }, z$1.core.$strip>], "kind">;
1494
+ kind: z$1.ZodEnum<{
1495
+ triggers: "triggers";
1496
+ uses: "uses";
1497
+ approval: "approval";
1498
+ }>;
1499
+ to: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1500
+ kind: z$1.ZodLiteral<"system">;
1501
+ id: z$1.ZodString;
1502
+ }, z$1.core.$strip>, z$1.ZodObject<{
1503
+ kind: z$1.ZodLiteral<"resource">;
1504
+ id: z$1.ZodString;
1505
+ }, z$1.core.$strip>, z$1.ZodObject<{
1506
+ kind: z$1.ZodLiteral<"ontology">;
1507
+ id: z$1.ZodString;
1508
+ }, z$1.core.$strip>, z$1.ZodObject<{
1509
+ kind: z$1.ZodLiteral<"policy">;
1510
+ id: z$1.ZodString;
1511
+ }, z$1.core.$strip>, z$1.ZodObject<{
1512
+ kind: z$1.ZodLiteral<"role">;
1513
+ id: z$1.ZodString;
1514
+ }, z$1.core.$strip>, z$1.ZodObject<{
1515
+ kind: z$1.ZodLiteral<"trigger">;
1516
+ id: z$1.ZodString;
1517
+ }, z$1.core.$strip>, z$1.ZodObject<{
1518
+ kind: z$1.ZodLiteral<"humanCheckpoint">;
1519
+ id: z$1.ZodString;
1520
+ }, z$1.core.$strip>, z$1.ZodObject<{
1521
+ kind: z$1.ZodLiteral<"externalResource">;
1522
+ id: z$1.ZodString;
1523
+ }, z$1.core.$strip>], "kind">;
1524
+ systemPath: z$1.ZodOptional<z$1.ZodString>;
1525
+ required: z$1.ZodOptional<z$1.ZodBoolean>;
1526
+ metadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
1527
+ }, z$1.core.$strip>>>;
1528
+ }, z$1.core.$strip>>>;
1529
+ actions: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1530
+ id: z$1.ZodString;
1531
+ order: z$1.ZodNumber;
1532
+ label: z$1.ZodString;
1533
+ description: z$1.ZodOptional<z$1.ZodString>;
1534
+ scope: z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodLiteral<"global">, z$1.ZodObject<{
1535
+ domain: z$1.ZodString;
1536
+ }, z$1.core.$strip>]>>;
1537
+ resourceId: z$1.ZodOptional<z$1.ZodString>;
1538
+ affects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1539
+ invocations: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1540
+ kind: z$1.ZodLiteral<"slash-command">;
1541
+ command: z$1.ZodString;
1542
+ toolFactory: z$1.ZodOptional<z$1.ZodString>;
1543
+ }, z$1.core.$strip>, z$1.ZodObject<{
1544
+ kind: z$1.ZodLiteral<"mcp-tool">;
1545
+ server: z$1.ZodString;
1546
+ name: z$1.ZodString;
1547
+ }, z$1.core.$strip>, z$1.ZodObject<{
1548
+ kind: z$1.ZodLiteral<"api-endpoint">;
1549
+ method: z$1.ZodEnum<{
1550
+ GET: "GET";
1551
+ POST: "POST";
1552
+ PATCH: "PATCH";
1553
+ DELETE: "DELETE";
1554
+ }>;
1555
+ path: z$1.ZodString;
1556
+ requestSchema: z$1.ZodOptional<z$1.ZodString>;
1557
+ responseSchema: z$1.ZodOptional<z$1.ZodString>;
1558
+ }, z$1.core.$strip>, z$1.ZodObject<{
1559
+ kind: z$1.ZodLiteral<"script-execution">;
1560
+ resourceId: z$1.ZodString;
1561
+ }, z$1.core.$strip>], "kind">>>;
1562
+ knowledge: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
1563
+ lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
1564
+ active: "active";
1565
+ deprecated: "deprecated";
1566
+ draft: "draft";
1567
+ beta: "beta";
1568
+ archived: "archived";
1569
+ }>>;
1570
+ }, z$1.core.$strip>>>>;
1571
+ entities: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1572
+ id: z$1.ZodString;
1573
+ order: z$1.ZodNumber;
1574
+ label: z$1.ZodString;
1575
+ description: z$1.ZodOptional<z$1.ZodString>;
1576
+ ownedBySystemId: z$1.ZodString;
1577
+ table: z$1.ZodOptional<z$1.ZodString>;
1578
+ rowSchema: z$1.ZodOptional<z$1.ZodString>;
1579
+ stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
1580
+ links: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
1581
+ toEntity: z$1.ZodString;
1582
+ kind: z$1.ZodEnum<{
1583
+ "belongs-to": "belongs-to";
1584
+ "has-many": "has-many";
1585
+ "has-one": "has-one";
1586
+ "many-to-many": "many-to-many";
1587
+ }>;
1588
+ via: z$1.ZodOptional<z$1.ZodString>;
1589
+ label: z$1.ZodOptional<z$1.ZodString>;
1590
+ }, z$1.core.$strip>>>;
1591
+ }, z$1.core.$strip>>>>;
1592
+ policies: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1593
+ id: z$1.ZodString;
1594
+ order: z$1.ZodNumber;
1595
+ label: z$1.ZodString;
1596
+ description: z$1.ZodOptional<z$1.ZodString>;
1597
+ trigger: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1598
+ kind: z$1.ZodLiteral<"event">;
1599
+ eventId: z$1.ZodString;
1600
+ }, z$1.core.$strip>, z$1.ZodObject<{
1601
+ kind: z$1.ZodLiteral<"action-invocation">;
1602
+ actionId: z$1.ZodString;
1603
+ }, z$1.core.$strip>, z$1.ZodObject<{
1604
+ kind: z$1.ZodLiteral<"schedule">;
1605
+ cron: z$1.ZodString;
1606
+ }, z$1.core.$strip>, z$1.ZodObject<{
1607
+ kind: z$1.ZodLiteral<"manual">;
1608
+ }, z$1.core.$strip>], "kind">;
1609
+ predicate: z$1.ZodDefault<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1610
+ kind: z$1.ZodLiteral<"always">;
1611
+ }, z$1.core.$strip>, z$1.ZodObject<{
1612
+ kind: z$1.ZodLiteral<"expression">;
1613
+ expression: z$1.ZodString;
1614
+ }, z$1.core.$strip>, z$1.ZodObject<{
1615
+ kind: z$1.ZodLiteral<"threshold">;
1616
+ metric: z$1.ZodString;
1617
+ operator: z$1.ZodEnum<{
1618
+ lt: "lt";
1619
+ lte: "lte";
1620
+ eq: "eq";
1621
+ gte: "gte";
1622
+ gt: "gt";
1623
+ }>;
1624
+ value: z$1.ZodNumber;
1625
+ }, z$1.core.$strip>], "kind">>;
1626
+ actions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1627
+ kind: z$1.ZodLiteral<"require-approval">;
1628
+ roleId: z$1.ZodOptional<z$1.ZodString>;
1629
+ }, z$1.core.$strip>, z$1.ZodObject<{
1630
+ kind: z$1.ZodLiteral<"invoke-action">;
1631
+ actionId: z$1.ZodString;
1632
+ }, z$1.core.$strip>, z$1.ZodObject<{
1633
+ kind: z$1.ZodLiteral<"notify-role">;
1634
+ roleId: z$1.ZodString;
1635
+ }, z$1.core.$strip>, z$1.ZodObject<{
1636
+ kind: z$1.ZodLiteral<"block">;
1637
+ }, z$1.core.$strip>], "kind">>;
1638
+ appliesTo: z$1.ZodDefault<z$1.ZodObject<{
1639
+ systemIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1640
+ actionIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1641
+ resourceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1642
+ roleIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1643
+ }, z$1.core.$strip>>;
1644
+ lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
1645
+ active: "active";
1646
+ deprecated: "deprecated";
1647
+ draft: "draft";
1648
+ beta: "beta";
1649
+ archived: "archived";
1650
+ }>>;
1651
+ }, z$1.core.$strip>>>>;
1652
+ knowledge: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1653
+ id: z$1.ZodString;
1654
+ kind: z$1.ZodEnum<{
1655
+ playbook: "playbook";
1656
+ strategy: "strategy";
1657
+ reference: "reference";
1658
+ }>;
1659
+ title: z$1.ZodString;
1660
+ summary: z$1.ZodString;
1661
+ icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
1662
+ message: "message";
1663
+ error: "error";
1664
+ agent: "agent";
1665
+ workflow: "workflow";
1666
+ "google-sheets": "google-sheets";
1667
+ dashboard: "dashboard";
1668
+ calendar: "calendar";
1669
+ sales: "sales";
1670
+ crm: "crm";
1671
+ "lead-gen": "lead-gen";
1672
+ projects: "projects";
1673
+ clients: "clients";
1674
+ operations: "operations";
1675
+ monitoring: "monitoring";
1676
+ knowledge: "knowledge";
1677
+ settings: "settings";
1678
+ admin: "admin";
1679
+ archive: "archive";
1680
+ business: "business";
1681
+ finance: "finance";
1682
+ platform: "platform";
1683
+ seo: "seo";
1684
+ playbook: "playbook";
1685
+ strategy: "strategy";
1686
+ reference: "reference";
1687
+ integration: "integration";
1688
+ database: "database";
1689
+ user: "user";
1690
+ team: "team";
1691
+ gmail: "gmail";
1692
+ attio: "attio";
1693
+ overview: "overview";
1694
+ "command-view": "command-view";
1695
+ "command-queue": "command-queue";
1696
+ pipeline: "pipeline";
1697
+ lists: "lists";
1698
+ resources: "resources";
1699
+ approve: "approve";
1700
+ reject: "reject";
1701
+ retry: "retry";
1702
+ edit: "edit";
1703
+ view: "view";
1704
+ launch: "launch";
1705
+ escalate: "escalate";
1706
+ promote: "promote";
1707
+ submit: "submit";
1708
+ email: "email";
1709
+ success: "success";
1710
+ warning: "warning";
1711
+ info: "info";
1712
+ pending: "pending";
1713
+ bolt: "bolt";
1714
+ building: "building";
1715
+ briefcase: "briefcase";
1716
+ apps: "apps";
1717
+ graph: "graph";
1718
+ shield: "shield";
1719
+ users: "users";
1720
+ "chart-bar": "chart-bar";
1721
+ search: "search";
1722
+ }>, z$1.ZodString]>>;
1723
+ externalUrl: z$1.ZodOptional<z$1.ZodString>;
1724
+ sourceFilePath: z$1.ZodOptional<z$1.ZodString>;
1725
+ body: z$1.ZodString;
1726
+ links: z$1.ZodDefault<z$1.ZodArray<z$1.ZodPipe<z$1.ZodUnion<readonly [z$1.ZodObject<{
1727
+ target: z$1.ZodObject<{
1728
+ kind: z$1.ZodEnum<{
1729
+ knowledge: "knowledge";
1730
+ system: "system";
1731
+ resource: "resource";
1732
+ action: "action";
1733
+ ontology: "ontology";
1734
+ role: "role";
1735
+ stage: "stage";
1736
+ goal: "goal";
1737
+ "customer-segment": "customer-segment";
1738
+ offering: "offering";
1739
+ }>;
1740
+ id: z$1.ZodString;
1741
+ }, z$1.core.$strip>;
1742
+ }, z$1.core.$strip>, z$1.ZodObject<{
1743
+ nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
1744
+ }, z$1.core.$strip>]>, z$1.ZodTransform<{
1745
+ target: {
1746
+ kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
1747
+ id: string;
1748
+ };
1749
+ nodeId: string;
1750
+ }, {
1751
+ nodeId: string;
1752
+ } | {
1753
+ target: {
1754
+ kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
1755
+ id: string;
1756
+ };
1757
+ }>>>>;
1758
+ ownerIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
1759
+ updatedAt: z$1.ZodString;
1760
+ }, z$1.core.$strip>>>>;
1761
+ }, z$1.core.$strip>;
1762
+
1763
+ type OrganizationModel = z$1.infer<typeof OrganizationModelSchema>;
671
1764
  type ProspectingBuildTemplate = z$1.infer<typeof ProspectingBuildTemplateSchema>;
672
1765
 
673
1766
  type SystemSidebarComponent = ComponentType;
@@ -1474,6 +2567,8 @@ declare function getStepActionLabel(kind: ListBuildActionKind | 'none'): "Retry
1474
2567
  declare function deriveBusinessProgress(list: AcqListResponse, progress: ListProgress, actions?: ListBuilderRegistry, executions?: ListExecutionSummaryInput[], config?: LeadGenBuildConfig): ListProgress;
1475
2568
  declare function resolveBuildState(list: AcqListResponse, progress: ListProgress, actions: ListBuilderRegistry, config?: LeadGenBuildConfig): BuildResolution;
1476
2569
 
2570
+ declare function isLeadGenExportAction(action: string | undefined): boolean;
2571
+ declare function getLeadGenExportWorkflowId(model: OrganizationModel): string | undefined;
1477
2572
  declare function useLeadGenConfig(): LeadGenBuildConfig;
1478
2573
 
1479
2574
  declare function LeadGenOverviewPage(): react_jsx_runtime.JSX.Element;
@@ -1494,5 +2589,5 @@ declare function LeadGenCompaniesPage(): react_jsx_runtime.JSX.Element;
1494
2589
 
1495
2590
  declare function LeadGenContactsPage(): react_jsx_runtime.JSX.Element;
1496
2591
 
1497
- export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useLeadGenConfig, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
2592
+ export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenExportWorkflowId, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useLeadGenConfig, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
1498
2593
  export type { AcqCompanyWithCount, AcqContactWithCompany, BuildResolution, BuildStepPrimaryEntity, BuildStepState, LeadGenActionKey, LeadGenBuildConfig, LeadGenCompanyListItem, LeadGenContactListItem, LeadGenRouteLink, LeadGenSidebarMiddleProps, LeadGenStageKey, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, MvpBuildStepDefinition, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };