@dalmore/api-contracts 0.0.0-dev.d38f1ff → 0.0.0-dev.d4b2a0e

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/common/constants.d.ts +33 -0
  2. package/common/constants.js +67 -0
  3. package/common/constants.js.map +1 -0
  4. package/common/helpers/index.d.ts +8 -0
  5. package/common/helpers/index.js +15 -0
  6. package/common/helpers/index.js.map +1 -1
  7. package/common/types/account-setting.types.d.ts +22 -66
  8. package/common/types/account-setting.types.js +2 -31
  9. package/common/types/account-setting.types.js.map +1 -1
  10. package/common/types/account.types.d.ts +32 -23
  11. package/common/types/account.types.js +1 -0
  12. package/common/types/account.types.js.map +1 -1
  13. package/common/types/activity.types.d.ts +8 -1
  14. package/common/types/activity.types.js +7 -0
  15. package/common/types/activity.types.js.map +1 -1
  16. package/common/types/auth.types.d.ts +36 -0
  17. package/common/types/auth.types.js +3 -2
  18. package/common/types/auth.types.js.map +1 -1
  19. package/common/types/cap-table.types.d.ts +177 -53
  20. package/common/types/cap-table.types.js +31 -0
  21. package/common/types/cap-table.types.js.map +1 -1
  22. package/common/types/common.types.d.ts +334 -4
  23. package/common/types/common.types.js +55 -1
  24. package/common/types/common.types.js.map +1 -1
  25. package/common/types/csv.types.d.ts +1917 -0
  26. package/common/types/csv.types.js +216 -0
  27. package/common/types/csv.types.js.map +1 -0
  28. package/common/types/disbursement-transaction.types.d.ts +1 -1
  29. package/common/types/disbursement-transaction.types.js +1 -1
  30. package/common/types/disbursement-transaction.types.js.map +1 -1
  31. package/common/types/disbursements.types.d.ts +939 -7
  32. package/common/types/disbursements.types.js +92 -2
  33. package/common/types/disbursements.types.js.map +1 -1
  34. package/common/types/exchange-provider.types.d.ts +12 -12
  35. package/common/types/file.types.d.ts +24 -0
  36. package/common/types/file.types.js +12 -0
  37. package/common/types/file.types.js.map +1 -1
  38. package/common/types/index.d.ts +3 -0
  39. package/common/types/index.js +3 -0
  40. package/common/types/index.js.map +1 -1
  41. package/common/types/individuals.types.d.ts +207 -5
  42. package/common/types/individuals.types.js +11 -14
  43. package/common/types/individuals.types.js.map +1 -1
  44. package/common/types/investor-account.types.d.ts +1 -1
  45. package/common/types/investor-account.types.js +1 -2
  46. package/common/types/investor-account.types.js.map +1 -1
  47. package/common/types/investors-offering.types.d.ts +8 -0
  48. package/common/types/investors-offering.types.js +1 -0
  49. package/common/types/investors-offering.types.js.map +1 -1
  50. package/common/types/invite.types.d.ts +2 -2
  51. package/common/types/invite.types.js +1 -1
  52. package/common/types/invite.types.js.map +1 -1
  53. package/common/types/issuer-offering.types.d.ts +346 -12
  54. package/common/types/issuer-offering.types.js +209 -42
  55. package/common/types/issuer-offering.types.js.map +1 -1
  56. package/common/types/legal-entity.types.d.ts +39 -1
  57. package/common/types/legal-entity.types.js +8 -5
  58. package/common/types/legal-entity.types.js.map +1 -1
  59. package/common/types/offering-submission.types.d.ts +198 -0
  60. package/common/types/offering-submission.types.js +15 -2
  61. package/common/types/offering-submission.types.js.map +1 -1
  62. package/common/types/offering.types.d.ts +269 -25
  63. package/common/types/offering.types.js +251 -23
  64. package/common/types/offering.types.js.map +1 -1
  65. package/common/types/portfolio.types.d.ts +6 -6
  66. package/common/types/review.types.js +1 -1
  67. package/common/types/review.types.js.map +1 -1
  68. package/common/types/secondary-order.types.d.ts +10 -10
  69. package/common/types/secondary-trade.types.d.ts +10 -10
  70. package/common/types/site.types.d.ts +12 -12
  71. package/common/types/trade-line-item.types.d.ts +24 -0
  72. package/common/types/trade-line-item.types.js +3 -0
  73. package/common/types/trade-line-item.types.js.map +1 -1
  74. package/common/types/trade.types.d.ts +10 -0
  75. package/common/types/trade.types.js +17 -1
  76. package/common/types/trade.types.js.map +1 -1
  77. package/common/types/transaction.types.d.ts +0 -1
  78. package/common/types/transaction.types.js +0 -1
  79. package/common/types/transaction.types.js.map +1 -1
  80. package/common/types/user.types.d.ts +76 -82
  81. package/common/types/user.types.js +3 -23
  82. package/common/types/user.types.js.map +1 -1
  83. package/contracts/clients/csv/index.d.ts +1807 -0
  84. package/contracts/clients/csv/index.js +97 -0
  85. package/contracts/clients/csv/index.js.map +1 -0
  86. package/contracts/clients/index.d.ts +1987 -11
  87. package/contracts/clients/index.js +4 -0
  88. package/contracts/clients/index.js.map +1 -1
  89. package/contracts/clients/individuals/index.d.ts +5 -5
  90. package/contracts/clients/legal-entities/index.d.ts +1 -1
  91. package/contracts/clients/offerings/index.d.ts +90 -5
  92. package/contracts/clients/review/index.d.ts +85 -0
  93. package/contracts/clients/review/index.js +27 -0
  94. package/contracts/clients/review/index.js.map +1 -0
  95. package/package.json +1 -1
@@ -2758,6 +2758,1813 @@ export declare const clientsContract: {
2758
2758
  };
2759
2759
  };
2760
2760
  };
2761
+ csv: {
2762
+ uploadInvestorCsv: {
2763
+ method: "POST";
2764
+ metadata: {
2765
+ auth: boolean;
2766
+ };
2767
+ body: import("@ts-rest/core").ContractPlainType<{
2768
+ file: File;
2769
+ }>;
2770
+ query: import("zod").ZodObject<{
2771
+ type: import("zod").ZodNativeEnum<typeof import("../..").InvestorAccountType>;
2772
+ }, "strip", import("zod").ZodTypeAny, {
2773
+ type: import("../..").InvestorAccountType;
2774
+ }, {
2775
+ type: import("../..").InvestorAccountType;
2776
+ }>;
2777
+ summary: "Upload and process CSV file for investor account creation";
2778
+ contentType: "multipart/form-data";
2779
+ path: "/clients/api/v1/csv/investors";
2780
+ responses: {
2781
+ 200: import("zod").ZodObject<{
2782
+ totalRows: import("zod").ZodNumber;
2783
+ successfulRows: import("zod").ZodNumber;
2784
+ createdAccounts: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
2785
+ row: import("zod").ZodNumber;
2786
+ userId: import("zod").ZodString;
2787
+ investorAccountId: import("zod").ZodString;
2788
+ }, "strip", import("zod").ZodTypeAny, {
2789
+ userId: string;
2790
+ investorAccountId: string;
2791
+ row: number;
2792
+ }, {
2793
+ userId: string;
2794
+ investorAccountId: string;
2795
+ row: number;
2796
+ }>, import("zod").ZodObject<{
2797
+ row: import("zod").ZodNumber;
2798
+ userId: import("zod").ZodString;
2799
+ accountId: import("zod").ZodString;
2800
+ }, "strip", import("zod").ZodTypeAny, {
2801
+ accountId: string;
2802
+ userId: string;
2803
+ row: number;
2804
+ }, {
2805
+ accountId: string;
2806
+ userId: string;
2807
+ row: number;
2808
+ }>]>, "many">;
2809
+ }, "strip", import("zod").ZodTypeAny, {
2810
+ totalRows: number;
2811
+ successfulRows: number;
2812
+ createdAccounts: ({
2813
+ userId: string;
2814
+ investorAccountId: string;
2815
+ row: number;
2816
+ } | {
2817
+ accountId: string;
2818
+ userId: string;
2819
+ row: number;
2820
+ })[];
2821
+ }, {
2822
+ totalRows: number;
2823
+ successfulRows: number;
2824
+ createdAccounts: ({
2825
+ userId: string;
2826
+ investorAccountId: string;
2827
+ row: number;
2828
+ } | {
2829
+ accountId: string;
2830
+ userId: string;
2831
+ row: number;
2832
+ })[];
2833
+ }>;
2834
+ 400: import("zod").ZodObject<{
2835
+ status: import("zod").ZodNumber;
2836
+ message: import("zod").ZodString;
2837
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2838
+ }, "strip", import("zod").ZodTypeAny, {
2839
+ message: string;
2840
+ status: number;
2841
+ errors: string[];
2842
+ }, {
2843
+ message: string;
2844
+ status: number;
2845
+ errors: string[];
2846
+ }>;
2847
+ 401: import("zod").ZodObject<{
2848
+ status: import("zod").ZodNumber;
2849
+ message: import("zod").ZodString;
2850
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2851
+ }, "strip", import("zod").ZodTypeAny, {
2852
+ message: string;
2853
+ status: number;
2854
+ errors: string[];
2855
+ }, {
2856
+ message: string;
2857
+ status: number;
2858
+ errors: string[];
2859
+ }>;
2860
+ 422: import("zod").ZodObject<{
2861
+ status: import("zod").ZodNumber;
2862
+ message: import("zod").ZodString;
2863
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2864
+ }, "strip", import("zod").ZodTypeAny, {
2865
+ message: string;
2866
+ status: number;
2867
+ errors: string[];
2868
+ }, {
2869
+ message: string;
2870
+ status: number;
2871
+ errors: string[];
2872
+ }>;
2873
+ 500: import("zod").ZodObject<{
2874
+ status: import("zod").ZodNumber;
2875
+ message: import("zod").ZodString;
2876
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2877
+ }, "strip", import("zod").ZodTypeAny, {
2878
+ message: string;
2879
+ status: number;
2880
+ errors: string[];
2881
+ }, {
2882
+ message: string;
2883
+ status: number;
2884
+ errors: string[];
2885
+ }>;
2886
+ };
2887
+ };
2888
+ uploadAicCsv: {
2889
+ method: "POST";
2890
+ metadata: {
2891
+ auth: boolean;
2892
+ };
2893
+ body: import("@ts-rest/core").ContractPlainType<{
2894
+ file: File;
2895
+ }>;
2896
+ query: import("zod").ZodObject<{
2897
+ accredited: import("zod").ZodBoolean;
2898
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
2899
+ investorAccountId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
2900
+ }, "strip", import("zod").ZodTypeAny, {
2901
+ investorAccountId: string;
2902
+ aicAccreditationType: import("../..").AicAccreditationType;
2903
+ accredited: boolean;
2904
+ }, {
2905
+ investorAccountId: string;
2906
+ aicAccreditationType: import("../..").AicAccreditationType;
2907
+ accredited: boolean;
2908
+ }>;
2909
+ summary: "Upload and process CSV file for AIC questionnaire data";
2910
+ contentType: "multipart/form-data";
2911
+ path: "/clients/api/v1/csv/aic";
2912
+ responses: {
2913
+ 200: import("zod").ZodObject<{
2914
+ id: import("zod").ZodString;
2915
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2916
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2917
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2918
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2919
+ } & {
2920
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2921
+ accountId: import("zod").ZodString;
2922
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2923
+ id: import("zod").ZodString;
2924
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2925
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2926
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2927
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2928
+ } & {
2929
+ name: import("zod").ZodString;
2930
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2931
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2932
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2933
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2934
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2935
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2936
+ }, "strip", import("zod").ZodTypeAny, {
2937
+ status: import("../..").AccountStatus;
2938
+ id: string;
2939
+ createdAt: string | Date;
2940
+ updatedAt: string | Date;
2941
+ deletedAt: string | Date | null;
2942
+ name: string;
2943
+ managedBy: import("../..").ManagedByType | null;
2944
+ platform: import("../..").Platform;
2945
+ onboardingReviewerId: string | null;
2946
+ onboardingReviewAt: Date | null;
2947
+ allowPendingComplianceReview: boolean;
2948
+ __entity?: string | undefined;
2949
+ }, {
2950
+ status: import("../..").AccountStatus;
2951
+ id: string;
2952
+ createdAt: string | Date;
2953
+ updatedAt: string | Date;
2954
+ deletedAt: string | Date | null;
2955
+ name: string;
2956
+ managedBy: import("../..").ManagedByType | null;
2957
+ platform: import("../..").Platform;
2958
+ onboardingReviewerId: string | null;
2959
+ onboardingReviewAt: Date | null;
2960
+ allowPendingComplianceReview: boolean;
2961
+ __entity?: string | undefined;
2962
+ }>>>;
2963
+ investorAccountId: import("zod").ZodString;
2964
+ investorAccount: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2965
+ id: import("zod").ZodString;
2966
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2967
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2968
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2969
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2970
+ } & {
2971
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2972
+ investorAccountType: import("zod").ZodNativeEnum<typeof import("../..").InvestorAccountType>;
2973
+ user: import("zod").ZodLazy<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2974
+ id: import("zod").ZodString;
2975
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2976
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2977
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2978
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2979
+ } & {
2980
+ userLoginId: import("zod").ZodNullable<import("zod").ZodString>;
2981
+ roleId: import("zod").ZodNullable<import("zod").ZodString>;
2982
+ inviteId: import("zod").ZodNullable<import("zod").ZodString>;
2983
+ accountId: import("zod").ZodNullable<import("zod").ZodString>;
2984
+ onboarding: import("zod").ZodNullable<import("zod").ZodString>;
2985
+ account: import("zod").ZodOptional<import("zod").ZodObject<{
2986
+ id: import("zod").ZodString;
2987
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2988
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2989
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2990
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2991
+ } & {
2992
+ name: import("zod").ZodString;
2993
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2994
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2995
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2996
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2997
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2998
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2999
+ }, "strip", import("zod").ZodTypeAny, {
3000
+ status: import("../..").AccountStatus;
3001
+ id: string;
3002
+ createdAt: string | Date;
3003
+ updatedAt: string | Date;
3004
+ deletedAt: string | Date | null;
3005
+ name: string;
3006
+ managedBy: import("../..").ManagedByType | null;
3007
+ platform: import("../..").Platform;
3008
+ onboardingReviewerId: string | null;
3009
+ onboardingReviewAt: Date | null;
3010
+ allowPendingComplianceReview: boolean;
3011
+ __entity?: string | undefined;
3012
+ }, {
3013
+ status: import("../..").AccountStatus;
3014
+ id: string;
3015
+ createdAt: string | Date;
3016
+ updatedAt: string | Date;
3017
+ deletedAt: string | Date | null;
3018
+ name: string;
3019
+ managedBy: import("../..").ManagedByType | null;
3020
+ platform: import("../..").Platform;
3021
+ onboardingReviewerId: string | null;
3022
+ onboardingReviewAt: Date | null;
3023
+ allowPendingComplianceReview: boolean;
3024
+ __entity?: string | undefined;
3025
+ }>>;
3026
+ active: import("zod").ZodBoolean;
3027
+ locked: import("zod").ZodBoolean;
3028
+ userLogin: import("zod").ZodObject<{
3029
+ id: import("zod").ZodString;
3030
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3031
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3032
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3033
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3034
+ } & {
3035
+ firstName: import("zod").ZodString;
3036
+ lastName: import("zod").ZodString;
3037
+ email: import("zod").ZodString;
3038
+ provider: import("zod").ZodString;
3039
+ lastLoginAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3040
+ loginCount: import("zod").ZodNumber;
3041
+ }, "strip", import("zod").ZodTypeAny, {
3042
+ id: string;
3043
+ createdAt: string | Date;
3044
+ updatedAt: string | Date;
3045
+ deletedAt: string | Date | null;
3046
+ firstName: string;
3047
+ lastName: string;
3048
+ email: string;
3049
+ provider: string;
3050
+ lastLoginAt: string | Date | null;
3051
+ loginCount: number;
3052
+ __entity?: string | undefined;
3053
+ }, {
3054
+ id: string;
3055
+ createdAt: string | Date;
3056
+ updatedAt: string | Date;
3057
+ deletedAt: string | Date | null;
3058
+ firstName: string;
3059
+ lastName: string;
3060
+ email: string;
3061
+ provider: string;
3062
+ lastLoginAt: string | Date | null;
3063
+ loginCount: number;
3064
+ __entity?: string | undefined;
3065
+ }>;
3066
+ }, "strip", import("zod").ZodTypeAny, {
3067
+ id: string;
3068
+ createdAt: string | Date;
3069
+ updatedAt: string | Date;
3070
+ deletedAt: string | Date | null;
3071
+ active: boolean;
3072
+ inviteId: string | null;
3073
+ accountId: string | null;
3074
+ roleId: string | null;
3075
+ userLoginId: string | null;
3076
+ locked: boolean;
3077
+ onboarding: string | null;
3078
+ userLogin: {
3079
+ id: string;
3080
+ createdAt: string | Date;
3081
+ updatedAt: string | Date;
3082
+ deletedAt: string | Date | null;
3083
+ firstName: string;
3084
+ lastName: string;
3085
+ email: string;
3086
+ provider: string;
3087
+ lastLoginAt: string | Date | null;
3088
+ loginCount: number;
3089
+ __entity?: string | undefined;
3090
+ };
3091
+ __entity?: string | undefined;
3092
+ account?: {
3093
+ status: import("../..").AccountStatus;
3094
+ id: string;
3095
+ createdAt: string | Date;
3096
+ updatedAt: string | Date;
3097
+ deletedAt: string | Date | null;
3098
+ name: string;
3099
+ managedBy: import("../..").ManagedByType | null;
3100
+ platform: import("../..").Platform;
3101
+ onboardingReviewerId: string | null;
3102
+ onboardingReviewAt: Date | null;
3103
+ allowPendingComplianceReview: boolean;
3104
+ __entity?: string | undefined;
3105
+ } | undefined;
3106
+ }, {
3107
+ id: string;
3108
+ createdAt: string | Date;
3109
+ updatedAt: string | Date;
3110
+ deletedAt: string | Date | null;
3111
+ active: boolean;
3112
+ inviteId: string | null;
3113
+ accountId: string | null;
3114
+ roleId: string | null;
3115
+ userLoginId: string | null;
3116
+ locked: boolean;
3117
+ onboarding: string | null;
3118
+ userLogin: {
3119
+ id: string;
3120
+ createdAt: string | Date;
3121
+ updatedAt: string | Date;
3122
+ deletedAt: string | Date | null;
3123
+ firstName: string;
3124
+ lastName: string;
3125
+ email: string;
3126
+ provider: string;
3127
+ lastLoginAt: string | Date | null;
3128
+ loginCount: number;
3129
+ __entity?: string | undefined;
3130
+ };
3131
+ __entity?: string | undefined;
3132
+ account?: {
3133
+ status: import("../..").AccountStatus;
3134
+ id: string;
3135
+ createdAt: string | Date;
3136
+ updatedAt: string | Date;
3137
+ deletedAt: string | Date | null;
3138
+ name: string;
3139
+ managedBy: import("../..").ManagedByType | null;
3140
+ platform: import("../..").Platform;
3141
+ onboardingReviewerId: string | null;
3142
+ onboardingReviewAt: Date | null;
3143
+ allowPendingComplianceReview: boolean;
3144
+ __entity?: string | undefined;
3145
+ } | undefined;
3146
+ }>>>>;
3147
+ userId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3148
+ email: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3149
+ name: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3150
+ regAQualified: import("zod").ZodBoolean;
3151
+ regCfQualified: import("zod").ZodBoolean;
3152
+ regDQualified: import("zod").ZodBoolean;
3153
+ accountId: import("zod").ZodString;
3154
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3155
+ id: import("zod").ZodString;
3156
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3157
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3158
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3159
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3160
+ } & {
3161
+ name: import("zod").ZodString;
3162
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
3163
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
3164
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
3165
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
3166
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
3167
+ allowPendingComplianceReview: import("zod").ZodBoolean;
3168
+ }, "strip", import("zod").ZodTypeAny, {
3169
+ status: import("../..").AccountStatus;
3170
+ id: string;
3171
+ createdAt: string | Date;
3172
+ updatedAt: string | Date;
3173
+ deletedAt: string | Date | null;
3174
+ name: string;
3175
+ managedBy: import("../..").ManagedByType | null;
3176
+ platform: import("../..").Platform;
3177
+ onboardingReviewerId: string | null;
3178
+ onboardingReviewAt: Date | null;
3179
+ allowPendingComplianceReview: boolean;
3180
+ __entity?: string | undefined;
3181
+ }, {
3182
+ status: import("../..").AccountStatus;
3183
+ id: string;
3184
+ createdAt: string | Date;
3185
+ updatedAt: string | Date;
3186
+ deletedAt: string | Date | null;
3187
+ name: string;
3188
+ managedBy: import("../..").ManagedByType | null;
3189
+ platform: import("../..").Platform;
3190
+ onboardingReviewerId: string | null;
3191
+ onboardingReviewAt: Date | null;
3192
+ allowPendingComplianceReview: boolean;
3193
+ __entity?: string | undefined;
3194
+ }>>>;
3195
+ trades: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3196
+ individuals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3197
+ legalEntities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<import("zod").ZodObject<{
3198
+ id: import("zod").ZodString;
3199
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3200
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3201
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3202
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3203
+ } & {
3204
+ thirdPartyId: import("zod").ZodNullable<import("zod").ZodString>;
3205
+ accountId: import("zod").ZodString;
3206
+ investorAccountId: import("zod").ZodString;
3207
+ kybStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>>;
3208
+ sanctionsStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").SanctionsStatus>>;
3209
+ kybs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3210
+ id: import("zod").ZodString;
3211
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3212
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3213
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3214
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3215
+ } & {
3216
+ thirdPartyId: import("zod").ZodString;
3217
+ platform: import("zod").ZodString;
3218
+ legalEntityId: import("zod").ZodString;
3219
+ documentType: import("zod").ZodString;
3220
+ documentImage: import("zod").ZodString;
3221
+ kybStatus: import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>;
3222
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
3223
+ response: import("zod").ZodNullable<import("zod").ZodString>;
3224
+ }, "strip", import("zod").ZodTypeAny, {
3225
+ id: string;
3226
+ createdAt: string | Date;
3227
+ updatedAt: string | Date;
3228
+ deletedAt: string | Date | null;
3229
+ platform: string;
3230
+ documentType: string;
3231
+ documentImage: string;
3232
+ reason: string | null;
3233
+ response: string | null;
3234
+ thirdPartyId: string;
3235
+ legalEntityId: string;
3236
+ kybStatus: import("../..").KYBStatus;
3237
+ __entity?: string | undefined;
3238
+ }, {
3239
+ id: string;
3240
+ createdAt: string | Date;
3241
+ updatedAt: string | Date;
3242
+ deletedAt: string | Date | null;
3243
+ platform: string;
3244
+ documentType: string;
3245
+ documentImage: string;
3246
+ reason: string | null;
3247
+ response: string | null;
3248
+ thirdPartyId: string;
3249
+ legalEntityId: string;
3250
+ kybStatus: import("../..").KYBStatus;
3251
+ __entity?: string | undefined;
3252
+ }>, "many">>;
3253
+ name: import("zod").ZodString;
3254
+ ein: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3255
+ companyType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3256
+ streetAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3257
+ city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3258
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3259
+ zip: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3260
+ country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3261
+ phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3262
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3263
+ }, "strip", import("zod").ZodTypeAny, {
3264
+ id: string;
3265
+ createdAt: string | Date;
3266
+ updatedAt: string | Date;
3267
+ deletedAt: string | Date | null;
3268
+ accountId: string;
3269
+ name: string;
3270
+ state: string | null;
3271
+ thirdPartyId: string | null;
3272
+ kybStatus: import("../..").KYBStatus;
3273
+ investorAccountId: string;
3274
+ sanctionsStatus: import("../..").SanctionsStatus;
3275
+ setupStatus: import("../..").SetupStatusType;
3276
+ __entity?: string | undefined;
3277
+ country?: string | null | undefined;
3278
+ kybs?: {
3279
+ id: string;
3280
+ createdAt: string | Date;
3281
+ updatedAt: string | Date;
3282
+ deletedAt: string | Date | null;
3283
+ platform: string;
3284
+ documentType: string;
3285
+ documentImage: string;
3286
+ reason: string | null;
3287
+ response: string | null;
3288
+ thirdPartyId: string;
3289
+ legalEntityId: string;
3290
+ kybStatus: import("../..").KYBStatus;
3291
+ __entity?: string | undefined;
3292
+ }[] | undefined;
3293
+ phone?: string | null | undefined;
3294
+ city?: string | null | undefined;
3295
+ zip?: string | null | undefined;
3296
+ ein?: string | null | undefined;
3297
+ companyType?: string | null | undefined;
3298
+ streetAddress?: string | null | undefined;
3299
+ }, {
3300
+ id: string;
3301
+ createdAt: string | Date;
3302
+ updatedAt: string | Date;
3303
+ deletedAt: string | Date | null;
3304
+ accountId: string;
3305
+ name: string;
3306
+ state: string | null;
3307
+ thirdPartyId: string | null;
3308
+ kybStatus: import("../..").KYBStatus;
3309
+ investorAccountId: string;
3310
+ sanctionsStatus: import("../..").SanctionsStatus;
3311
+ setupStatus: import("../..").SetupStatusType;
3312
+ __entity?: string | undefined;
3313
+ country?: string | null | undefined;
3314
+ kybs?: {
3315
+ id: string;
3316
+ createdAt: string | Date;
3317
+ updatedAt: string | Date;
3318
+ deletedAt: string | Date | null;
3319
+ platform: string;
3320
+ documentType: string;
3321
+ documentImage: string;
3322
+ reason: string | null;
3323
+ response: string | null;
3324
+ thirdPartyId: string;
3325
+ legalEntityId: string;
3326
+ kybStatus: import("../..").KYBStatus;
3327
+ __entity?: string | undefined;
3328
+ }[] | undefined;
3329
+ phone?: string | null | undefined;
3330
+ city?: string | null | undefined;
3331
+ zip?: string | null | undefined;
3332
+ ein?: string | null | undefined;
3333
+ companyType?: string | null | undefined;
3334
+ streetAddress?: string | null | undefined;
3335
+ }>>, "many">>;
3336
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3337
+ systemReviewLog: import("zod").ZodNullable<import("zod").ZodString>;
3338
+ totalAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
3339
+ statusCheck: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3340
+ entity: import("zod").ZodOptional<import("zod").ZodObject<{
3341
+ information: import("zod").ZodDefault<import("zod").ZodBoolean>;
3342
+ address: import("zod").ZodDefault<import("zod").ZodBoolean>;
3343
+ }, "strip", import("zod").ZodTypeAny, {
3344
+ address: boolean;
3345
+ information: boolean;
3346
+ }, {
3347
+ address?: boolean | undefined;
3348
+ information?: boolean | undefined;
3349
+ }>>;
3350
+ primary: import("zod").ZodOptional<import("zod").ZodObject<{
3351
+ account: import("zod").ZodDefault<import("zod").ZodBoolean>;
3352
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3353
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3354
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3355
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3356
+ investorQuestionnaire: import("zod").ZodDefault<import("zod").ZodBoolean>;
3357
+ accreditation: import("zod").ZodDefault<import("zod").ZodBoolean>;
3358
+ trustedContact: import("zod").ZodDefault<import("zod").ZodBoolean>;
3359
+ retirement: import("zod").ZodOptional<import("zod").ZodBoolean>;
3360
+ }, "strip", import("zod").ZodTypeAny, {
3361
+ account: boolean;
3362
+ personal: boolean;
3363
+ residential: boolean;
3364
+ identity: boolean;
3365
+ financial: boolean;
3366
+ investorQuestionnaire: boolean;
3367
+ accreditation: boolean;
3368
+ trustedContact: boolean;
3369
+ retirement?: boolean | undefined;
3370
+ }, {
3371
+ account?: boolean | undefined;
3372
+ personal?: boolean | undefined;
3373
+ residential?: boolean | undefined;
3374
+ identity?: boolean | undefined;
3375
+ financial?: boolean | undefined;
3376
+ investorQuestionnaire?: boolean | undefined;
3377
+ accreditation?: boolean | undefined;
3378
+ trustedContact?: boolean | undefined;
3379
+ retirement?: boolean | undefined;
3380
+ }>>;
3381
+ secondary: import("zod").ZodOptional<import("zod").ZodObject<{
3382
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3383
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3384
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3385
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3386
+ }, "strip", import("zod").ZodTypeAny, {
3387
+ personal: boolean;
3388
+ residential: boolean;
3389
+ identity: boolean;
3390
+ financial: boolean;
3391
+ }, {
3392
+ personal?: boolean | undefined;
3393
+ residential?: boolean | undefined;
3394
+ identity?: boolean | undefined;
3395
+ financial?: boolean | undefined;
3396
+ }>>;
3397
+ }, "strip", import("zod").ZodTypeAny, {
3398
+ entity?: {
3399
+ address: boolean;
3400
+ information: boolean;
3401
+ } | undefined;
3402
+ primary?: {
3403
+ account: boolean;
3404
+ personal: boolean;
3405
+ residential: boolean;
3406
+ identity: boolean;
3407
+ financial: boolean;
3408
+ investorQuestionnaire: boolean;
3409
+ accreditation: boolean;
3410
+ trustedContact: boolean;
3411
+ retirement?: boolean | undefined;
3412
+ } | undefined;
3413
+ secondary?: {
3414
+ personal: boolean;
3415
+ residential: boolean;
3416
+ identity: boolean;
3417
+ financial: boolean;
3418
+ } | undefined;
3419
+ }, {
3420
+ entity?: {
3421
+ address?: boolean | undefined;
3422
+ information?: boolean | undefined;
3423
+ } | undefined;
3424
+ primary?: {
3425
+ account?: boolean | undefined;
3426
+ personal?: boolean | undefined;
3427
+ residential?: boolean | undefined;
3428
+ identity?: boolean | undefined;
3429
+ financial?: boolean | undefined;
3430
+ investorQuestionnaire?: boolean | undefined;
3431
+ accreditation?: boolean | undefined;
3432
+ trustedContact?: boolean | undefined;
3433
+ retirement?: boolean | undefined;
3434
+ } | undefined;
3435
+ secondary?: {
3436
+ personal?: boolean | undefined;
3437
+ residential?: boolean | undefined;
3438
+ identity?: boolean | undefined;
3439
+ financial?: boolean | undefined;
3440
+ } | undefined;
3441
+ }>>>;
3442
+ }, "strip", import("zod").ZodTypeAny, {
3443
+ id: string;
3444
+ createdAt: string | Date;
3445
+ updatedAt: string | Date;
3446
+ deletedAt: string | Date | null;
3447
+ accountId: string;
3448
+ tid: string | null;
3449
+ investorAccountType: import("../..").InvestorAccountType;
3450
+ regAQualified: boolean;
3451
+ regCfQualified: boolean;
3452
+ regDQualified: boolean;
3453
+ systemReviewLog: string | null;
3454
+ setupStatus: import("../..").SetupStatusType;
3455
+ __entity?: string | undefined;
3456
+ email?: string | null | undefined;
3457
+ name?: string | null | undefined;
3458
+ account?: {
3459
+ status: import("../..").AccountStatus;
3460
+ id: string;
3461
+ createdAt: string | Date;
3462
+ updatedAt: string | Date;
3463
+ deletedAt: string | Date | null;
3464
+ name: string;
3465
+ managedBy: import("../..").ManagedByType | null;
3466
+ platform: import("../..").Platform;
3467
+ onboardingReviewerId: string | null;
3468
+ onboardingReviewAt: Date | null;
3469
+ allowPendingComplianceReview: boolean;
3470
+ __entity?: string | undefined;
3471
+ } | undefined;
3472
+ individuals?: any[] | undefined;
3473
+ trades?: any[] | undefined;
3474
+ user?: {
3475
+ id: string;
3476
+ createdAt: string | Date;
3477
+ updatedAt: string | Date;
3478
+ deletedAt: string | Date | null;
3479
+ active: boolean;
3480
+ inviteId: string | null;
3481
+ accountId: string | null;
3482
+ roleId: string | null;
3483
+ userLoginId: string | null;
3484
+ locked: boolean;
3485
+ onboarding: string | null;
3486
+ userLogin: {
3487
+ id: string;
3488
+ createdAt: string | Date;
3489
+ updatedAt: string | Date;
3490
+ deletedAt: string | Date | null;
3491
+ firstName: string;
3492
+ lastName: string;
3493
+ email: string;
3494
+ provider: string;
3495
+ lastLoginAt: string | Date | null;
3496
+ loginCount: number;
3497
+ __entity?: string | undefined;
3498
+ };
3499
+ __entity?: string | undefined;
3500
+ account?: {
3501
+ status: import("../..").AccountStatus;
3502
+ id: string;
3503
+ createdAt: string | Date;
3504
+ updatedAt: string | Date;
3505
+ deletedAt: string | Date | null;
3506
+ name: string;
3507
+ managedBy: import("../..").ManagedByType | null;
3508
+ platform: import("../..").Platform;
3509
+ onboardingReviewerId: string | null;
3510
+ onboardingReviewAt: Date | null;
3511
+ allowPendingComplianceReview: boolean;
3512
+ __entity?: string | undefined;
3513
+ } | undefined;
3514
+ } | null | undefined;
3515
+ legalEntities?: {
3516
+ id: string;
3517
+ createdAt: string | Date;
3518
+ updatedAt: string | Date;
3519
+ deletedAt: string | Date | null;
3520
+ accountId: string;
3521
+ name: string;
3522
+ state: string | null;
3523
+ thirdPartyId: string | null;
3524
+ kybStatus: import("../..").KYBStatus;
3525
+ investorAccountId: string;
3526
+ sanctionsStatus: import("../..").SanctionsStatus;
3527
+ setupStatus: import("../..").SetupStatusType;
3528
+ __entity?: string | undefined;
3529
+ country?: string | null | undefined;
3530
+ kybs?: {
3531
+ id: string;
3532
+ createdAt: string | Date;
3533
+ updatedAt: string | Date;
3534
+ deletedAt: string | Date | null;
3535
+ platform: string;
3536
+ documentType: string;
3537
+ documentImage: string;
3538
+ reason: string | null;
3539
+ response: string | null;
3540
+ thirdPartyId: string;
3541
+ legalEntityId: string;
3542
+ kybStatus: import("../..").KYBStatus;
3543
+ __entity?: string | undefined;
3544
+ }[] | undefined;
3545
+ phone?: string | null | undefined;
3546
+ city?: string | null | undefined;
3547
+ zip?: string | null | undefined;
3548
+ ein?: string | null | undefined;
3549
+ companyType?: string | null | undefined;
3550
+ streetAddress?: string | null | undefined;
3551
+ }[] | undefined;
3552
+ userId?: string | null | undefined;
3553
+ totalAmount?: number | undefined;
3554
+ statusCheck?: {
3555
+ entity?: {
3556
+ address: boolean;
3557
+ information: boolean;
3558
+ } | undefined;
3559
+ primary?: {
3560
+ account: boolean;
3561
+ personal: boolean;
3562
+ residential: boolean;
3563
+ identity: boolean;
3564
+ financial: boolean;
3565
+ investorQuestionnaire: boolean;
3566
+ accreditation: boolean;
3567
+ trustedContact: boolean;
3568
+ retirement?: boolean | undefined;
3569
+ } | undefined;
3570
+ secondary?: {
3571
+ personal: boolean;
3572
+ residential: boolean;
3573
+ identity: boolean;
3574
+ financial: boolean;
3575
+ } | undefined;
3576
+ } | undefined;
3577
+ }, {
3578
+ id: string;
3579
+ createdAt: string | Date;
3580
+ updatedAt: string | Date;
3581
+ deletedAt: string | Date | null;
3582
+ accountId: string;
3583
+ tid: string | null;
3584
+ investorAccountType: import("../..").InvestorAccountType;
3585
+ regAQualified: boolean;
3586
+ regCfQualified: boolean;
3587
+ regDQualified: boolean;
3588
+ systemReviewLog: string | null;
3589
+ setupStatus: import("../..").SetupStatusType;
3590
+ __entity?: string | undefined;
3591
+ email?: string | null | undefined;
3592
+ name?: string | null | undefined;
3593
+ account?: {
3594
+ status: import("../..").AccountStatus;
3595
+ id: string;
3596
+ createdAt: string | Date;
3597
+ updatedAt: string | Date;
3598
+ deletedAt: string | Date | null;
3599
+ name: string;
3600
+ managedBy: import("../..").ManagedByType | null;
3601
+ platform: import("../..").Platform;
3602
+ onboardingReviewerId: string | null;
3603
+ onboardingReviewAt: Date | null;
3604
+ allowPendingComplianceReview: boolean;
3605
+ __entity?: string | undefined;
3606
+ } | undefined;
3607
+ individuals?: any[] | undefined;
3608
+ trades?: any[] | undefined;
3609
+ user?: {
3610
+ id: string;
3611
+ createdAt: string | Date;
3612
+ updatedAt: string | Date;
3613
+ deletedAt: string | Date | null;
3614
+ active: boolean;
3615
+ inviteId: string | null;
3616
+ accountId: string | null;
3617
+ roleId: string | null;
3618
+ userLoginId: string | null;
3619
+ locked: boolean;
3620
+ onboarding: string | null;
3621
+ userLogin: {
3622
+ id: string;
3623
+ createdAt: string | Date;
3624
+ updatedAt: string | Date;
3625
+ deletedAt: string | Date | null;
3626
+ firstName: string;
3627
+ lastName: string;
3628
+ email: string;
3629
+ provider: string;
3630
+ lastLoginAt: string | Date | null;
3631
+ loginCount: number;
3632
+ __entity?: string | undefined;
3633
+ };
3634
+ __entity?: string | undefined;
3635
+ account?: {
3636
+ status: import("../..").AccountStatus;
3637
+ id: string;
3638
+ createdAt: string | Date;
3639
+ updatedAt: string | Date;
3640
+ deletedAt: string | Date | null;
3641
+ name: string;
3642
+ managedBy: import("../..").ManagedByType | null;
3643
+ platform: import("../..").Platform;
3644
+ onboardingReviewerId: string | null;
3645
+ onboardingReviewAt: Date | null;
3646
+ allowPendingComplianceReview: boolean;
3647
+ __entity?: string | undefined;
3648
+ } | undefined;
3649
+ } | null | undefined;
3650
+ legalEntities?: {
3651
+ id: string;
3652
+ createdAt: string | Date;
3653
+ updatedAt: string | Date;
3654
+ deletedAt: string | Date | null;
3655
+ accountId: string;
3656
+ name: string;
3657
+ state: string | null;
3658
+ thirdPartyId: string | null;
3659
+ kybStatus: import("../..").KYBStatus;
3660
+ investorAccountId: string;
3661
+ sanctionsStatus: import("../..").SanctionsStatus;
3662
+ setupStatus: import("../..").SetupStatusType;
3663
+ __entity?: string | undefined;
3664
+ country?: string | null | undefined;
3665
+ kybs?: {
3666
+ id: string;
3667
+ createdAt: string | Date;
3668
+ updatedAt: string | Date;
3669
+ deletedAt: string | Date | null;
3670
+ platform: string;
3671
+ documentType: string;
3672
+ documentImage: string;
3673
+ reason: string | null;
3674
+ response: string | null;
3675
+ thirdPartyId: string;
3676
+ legalEntityId: string;
3677
+ kybStatus: import("../..").KYBStatus;
3678
+ __entity?: string | undefined;
3679
+ }[] | undefined;
3680
+ phone?: string | null | undefined;
3681
+ city?: string | null | undefined;
3682
+ zip?: string | null | undefined;
3683
+ ein?: string | null | undefined;
3684
+ companyType?: string | null | undefined;
3685
+ streetAddress?: string | null | undefined;
3686
+ }[] | undefined;
3687
+ userId?: string | null | undefined;
3688
+ totalAmount?: number | undefined;
3689
+ statusCheck?: {
3690
+ entity?: {
3691
+ address?: boolean | undefined;
3692
+ information?: boolean | undefined;
3693
+ } | undefined;
3694
+ primary?: {
3695
+ account?: boolean | undefined;
3696
+ personal?: boolean | undefined;
3697
+ residential?: boolean | undefined;
3698
+ identity?: boolean | undefined;
3699
+ financial?: boolean | undefined;
3700
+ investorQuestionnaire?: boolean | undefined;
3701
+ accreditation?: boolean | undefined;
3702
+ trustedContact?: boolean | undefined;
3703
+ retirement?: boolean | undefined;
3704
+ } | undefined;
3705
+ secondary?: {
3706
+ personal?: boolean | undefined;
3707
+ residential?: boolean | undefined;
3708
+ identity?: boolean | undefined;
3709
+ financial?: boolean | undefined;
3710
+ } | undefined;
3711
+ } | undefined;
3712
+ }>>>;
3713
+ role: import("zod").ZodNativeEnum<typeof import("../..").IndividualRole>;
3714
+ firstName: import("zod").ZodString;
3715
+ lastName: import("zod").ZodNullable<import("zod").ZodString>;
3716
+ dob: import("zod").ZodNullable<import("zod").ZodDate>;
3717
+ isUsCitizenOrGreenCardHolder: import("zod").ZodBoolean;
3718
+ ssn: import("zod").ZodNullable<import("zod").ZodString>;
3719
+ lastFour: import("zod").ZodNullable<import("zod").ZodString>;
3720
+ address: import("zod").ZodNullable<import("zod").ZodString>;
3721
+ address2: import("zod").ZodNullable<import("zod").ZodString>;
3722
+ email: import("zod").ZodNullable<import("zod").ZodString>;
3723
+ phone: import("zod").ZodNullable<import("zod").ZodString>;
3724
+ city: import("zod").ZodNullable<import("zod").ZodString>;
3725
+ country: import("zod").ZodNullable<import("zod").ZodString>;
3726
+ citizenship: import("zod").ZodNullable<import("zod").ZodString>;
3727
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3728
+ zip: import("zod").ZodNullable<import("zod").ZodString>;
3729
+ currencyCode: import("zod").ZodNullable<import("zod").ZodString>;
3730
+ financialAdvisor: import("zod").ZodBoolean;
3731
+ occupation: import("zod").ZodNullable<import("zod").ZodString>;
3732
+ employmentStatus: import("zod").ZodNativeEnum<typeof import("../..").EmploymentStatus>;
3733
+ employerName: import("zod").ZodNullable<import("zod").ZodString>;
3734
+ employerAddressLine1: import("zod").ZodNullable<import("zod").ZodString>;
3735
+ employerAddressLine2: import("zod").ZodNullable<import("zod").ZodString>;
3736
+ employerCity: import("zod").ZodNullable<import("zod").ZodString>;
3737
+ employerState: import("zod").ZodNullable<import("zod").ZodString>;
3738
+ employerZip: import("zod").ZodNullable<import("zod").ZodString>;
3739
+ employerCountry: import("zod").ZodNullable<import("zod").ZodString>;
3740
+ kycDocumentType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
3741
+ kycDocumentIssuer: import("zod").ZodNullable<import("zod").ZodString>;
3742
+ kycExpirationDate: import("zod").ZodNullable<import("zod").ZodString>;
3743
+ kycIssuerDate: import("zod").ZodNullable<import("zod").ZodString>;
3744
+ kycDocumentNumber: import("zod").ZodNullable<import("zod").ZodString>;
3745
+ kycFirstName: import("zod").ZodNullable<import("zod").ZodString>;
3746
+ kycLastName: import("zod").ZodNullable<import("zod").ZodString>;
3747
+ ownership: import("zod").ZodNullable<import("zod").ZodNumber>;
3748
+ householdNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3749
+ liquidNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3750
+ currentHouseholdIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3751
+ currentAnnualIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3752
+ investedInCrowdfunding: import("zod").ZodNullable<import("zod").ZodNumber>;
3753
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3754
+ setupStep: import("zod").ZodNativeEnum<typeof import("../..").SetupStepType>;
3755
+ sourceOfIncome: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").SourceOfIncome>>;
3756
+ aicQuestionnaire: import("zod").ZodNullable<import("zod").ZodString>;
3757
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
3758
+ kycProvider: import("zod").ZodNullable<import("zod").ZodString>;
3759
+ kycTid: import("zod").ZodNullable<import("zod").ZodString>;
3760
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
3761
+ accredited: import("zod").ZodBoolean;
3762
+ retirementAccountType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").RetirementAccountType>>;
3763
+ custodianName: import("zod").ZodNullable<import("zod").ZodString>;
3764
+ custodianAccountNumber: import("zod").ZodNullable<import("zod").ZodString>;
3765
+ custodianRepresentativeName: import("zod").ZodNullable<import("zod").ZodString>;
3766
+ custodianEmail: import("zod").ZodNullable<import("zod").ZodString>;
3767
+ }, "strip", import("zod").ZodTypeAny, {
3768
+ id: string;
3769
+ createdAt: string | Date;
3770
+ updatedAt: string | Date;
3771
+ deletedAt: string | Date | null;
3772
+ country: string | null;
3773
+ firstName: string;
3774
+ lastName: string | null;
3775
+ email: string | null;
3776
+ accountId: string;
3777
+ role: import("../..").IndividualRole;
3778
+ kycStatus: import("../..").KYCStatus;
3779
+ tid: string | null;
3780
+ phone: string | null;
3781
+ state: string | null;
3782
+ address: string | null;
3783
+ city: string | null;
3784
+ kycFirstName: string | null;
3785
+ kycLastName: string | null;
3786
+ kycDocumentType: import("../..").KYCDocumentType | null;
3787
+ kycDocumentIssuer: string | null;
3788
+ kycProvider: string | null;
3789
+ zip: string | null;
3790
+ address2: string | null;
3791
+ investorAccountId: string;
3792
+ currencyCode: string | null;
3793
+ setupStatus: import("../..").SetupStatusType;
3794
+ kycDocumentNumber: string | null;
3795
+ kycIssuerDate: string | null;
3796
+ kycExpirationDate: string | null;
3797
+ liquidNetWorth: number | null;
3798
+ aicAccreditationType: import("../..").AicAccreditationType;
3799
+ aicQuestionnaire: string | null;
3800
+ dob: Date | null;
3801
+ isUsCitizenOrGreenCardHolder: boolean;
3802
+ citizenship: string | null;
3803
+ ssn: string | null;
3804
+ lastFour: string | null;
3805
+ kycTid: string | null;
3806
+ investedInCrowdfunding: number | null;
3807
+ currentAnnualIncome: number | null;
3808
+ currentHouseholdIncome: number | null;
3809
+ householdNetWorth: number | null;
3810
+ financialAdvisor: boolean;
3811
+ occupation: string | null;
3812
+ employmentStatus: import("../..").EmploymentStatus;
3813
+ employerName: string | null;
3814
+ employerAddressLine1: string | null;
3815
+ employerAddressLine2: string | null;
3816
+ employerCity: string | null;
3817
+ employerState: string | null;
3818
+ employerZip: string | null;
3819
+ employerCountry: string | null;
3820
+ setupStep: import("../..").SetupStepType;
3821
+ sourceOfIncome: import("../..").SourceOfIncome | null;
3822
+ ownership: number | null;
3823
+ retirementAccountType: import("../..").RetirementAccountType | null;
3824
+ custodianName: string | null;
3825
+ custodianAccountNumber: string | null;
3826
+ custodianRepresentativeName: string | null;
3827
+ custodianEmail: string | null;
3828
+ accredited: boolean;
3829
+ __entity?: string | undefined;
3830
+ account?: {
3831
+ status: import("../..").AccountStatus;
3832
+ id: string;
3833
+ createdAt: string | Date;
3834
+ updatedAt: string | Date;
3835
+ deletedAt: string | Date | null;
3836
+ name: string;
3837
+ managedBy: import("../..").ManagedByType | null;
3838
+ platform: import("../..").Platform;
3839
+ onboardingReviewerId: string | null;
3840
+ onboardingReviewAt: Date | null;
3841
+ allowPendingComplianceReview: boolean;
3842
+ __entity?: string | undefined;
3843
+ } | undefined;
3844
+ investorAccount?: {
3845
+ id: string;
3846
+ createdAt: string | Date;
3847
+ updatedAt: string | Date;
3848
+ deletedAt: string | Date | null;
3849
+ accountId: string;
3850
+ tid: string | null;
3851
+ investorAccountType: import("../..").InvestorAccountType;
3852
+ regAQualified: boolean;
3853
+ regCfQualified: boolean;
3854
+ regDQualified: boolean;
3855
+ systemReviewLog: string | null;
3856
+ setupStatus: import("../..").SetupStatusType;
3857
+ __entity?: string | undefined;
3858
+ email?: string | null | undefined;
3859
+ name?: string | null | undefined;
3860
+ account?: {
3861
+ status: import("../..").AccountStatus;
3862
+ id: string;
3863
+ createdAt: string | Date;
3864
+ updatedAt: string | Date;
3865
+ deletedAt: string | Date | null;
3866
+ name: string;
3867
+ managedBy: import("../..").ManagedByType | null;
3868
+ platform: import("../..").Platform;
3869
+ onboardingReviewerId: string | null;
3870
+ onboardingReviewAt: Date | null;
3871
+ allowPendingComplianceReview: boolean;
3872
+ __entity?: string | undefined;
3873
+ } | undefined;
3874
+ individuals?: any[] | undefined;
3875
+ trades?: any[] | undefined;
3876
+ user?: {
3877
+ id: string;
3878
+ createdAt: string | Date;
3879
+ updatedAt: string | Date;
3880
+ deletedAt: string | Date | null;
3881
+ active: boolean;
3882
+ inviteId: string | null;
3883
+ accountId: string | null;
3884
+ roleId: string | null;
3885
+ userLoginId: string | null;
3886
+ locked: boolean;
3887
+ onboarding: string | null;
3888
+ userLogin: {
3889
+ id: string;
3890
+ createdAt: string | Date;
3891
+ updatedAt: string | Date;
3892
+ deletedAt: string | Date | null;
3893
+ firstName: string;
3894
+ lastName: string;
3895
+ email: string;
3896
+ provider: string;
3897
+ lastLoginAt: string | Date | null;
3898
+ loginCount: number;
3899
+ __entity?: string | undefined;
3900
+ };
3901
+ __entity?: string | undefined;
3902
+ account?: {
3903
+ status: import("../..").AccountStatus;
3904
+ id: string;
3905
+ createdAt: string | Date;
3906
+ updatedAt: string | Date;
3907
+ deletedAt: string | Date | null;
3908
+ name: string;
3909
+ managedBy: import("../..").ManagedByType | null;
3910
+ platform: import("../..").Platform;
3911
+ onboardingReviewerId: string | null;
3912
+ onboardingReviewAt: Date | null;
3913
+ allowPendingComplianceReview: boolean;
3914
+ __entity?: string | undefined;
3915
+ } | undefined;
3916
+ } | null | undefined;
3917
+ legalEntities?: {
3918
+ id: string;
3919
+ createdAt: string | Date;
3920
+ updatedAt: string | Date;
3921
+ deletedAt: string | Date | null;
3922
+ accountId: string;
3923
+ name: string;
3924
+ state: string | null;
3925
+ thirdPartyId: string | null;
3926
+ kybStatus: import("../..").KYBStatus;
3927
+ investorAccountId: string;
3928
+ sanctionsStatus: import("../..").SanctionsStatus;
3929
+ setupStatus: import("../..").SetupStatusType;
3930
+ __entity?: string | undefined;
3931
+ country?: string | null | undefined;
3932
+ kybs?: {
3933
+ id: string;
3934
+ createdAt: string | Date;
3935
+ updatedAt: string | Date;
3936
+ deletedAt: string | Date | null;
3937
+ platform: string;
3938
+ documentType: string;
3939
+ documentImage: string;
3940
+ reason: string | null;
3941
+ response: string | null;
3942
+ thirdPartyId: string;
3943
+ legalEntityId: string;
3944
+ kybStatus: import("../..").KYBStatus;
3945
+ __entity?: string | undefined;
3946
+ }[] | undefined;
3947
+ phone?: string | null | undefined;
3948
+ city?: string | null | undefined;
3949
+ zip?: string | null | undefined;
3950
+ ein?: string | null | undefined;
3951
+ companyType?: string | null | undefined;
3952
+ streetAddress?: string | null | undefined;
3953
+ }[] | undefined;
3954
+ userId?: string | null | undefined;
3955
+ totalAmount?: number | undefined;
3956
+ statusCheck?: {
3957
+ entity?: {
3958
+ address: boolean;
3959
+ information: boolean;
3960
+ } | undefined;
3961
+ primary?: {
3962
+ account: boolean;
3963
+ personal: boolean;
3964
+ residential: boolean;
3965
+ identity: boolean;
3966
+ financial: boolean;
3967
+ investorQuestionnaire: boolean;
3968
+ accreditation: boolean;
3969
+ trustedContact: boolean;
3970
+ retirement?: boolean | undefined;
3971
+ } | undefined;
3972
+ secondary?: {
3973
+ personal: boolean;
3974
+ residential: boolean;
3975
+ identity: boolean;
3976
+ financial: boolean;
3977
+ } | undefined;
3978
+ } | undefined;
3979
+ } | undefined;
3980
+ }, {
3981
+ id: string;
3982
+ createdAt: string | Date;
3983
+ updatedAt: string | Date;
3984
+ deletedAt: string | Date | null;
3985
+ country: string | null;
3986
+ firstName: string;
3987
+ lastName: string | null;
3988
+ email: string | null;
3989
+ accountId: string;
3990
+ role: import("../..").IndividualRole;
3991
+ kycStatus: import("../..").KYCStatus;
3992
+ tid: string | null;
3993
+ phone: string | null;
3994
+ state: string | null;
3995
+ address: string | null;
3996
+ city: string | null;
3997
+ kycFirstName: string | null;
3998
+ kycLastName: string | null;
3999
+ kycDocumentType: import("../..").KYCDocumentType | null;
4000
+ kycDocumentIssuer: string | null;
4001
+ kycProvider: string | null;
4002
+ zip: string | null;
4003
+ address2: string | null;
4004
+ investorAccountId: string;
4005
+ currencyCode: string | null;
4006
+ setupStatus: import("../..").SetupStatusType;
4007
+ kycDocumentNumber: string | null;
4008
+ kycIssuerDate: string | null;
4009
+ kycExpirationDate: string | null;
4010
+ liquidNetWorth: number | null;
4011
+ aicAccreditationType: import("../..").AicAccreditationType;
4012
+ aicQuestionnaire: string | null;
4013
+ dob: Date | null;
4014
+ isUsCitizenOrGreenCardHolder: boolean;
4015
+ citizenship: string | null;
4016
+ ssn: string | null;
4017
+ lastFour: string | null;
4018
+ kycTid: string | null;
4019
+ investedInCrowdfunding: number | null;
4020
+ currentAnnualIncome: number | null;
4021
+ currentHouseholdIncome: number | null;
4022
+ householdNetWorth: number | null;
4023
+ financialAdvisor: boolean;
4024
+ occupation: string | null;
4025
+ employmentStatus: import("../..").EmploymentStatus;
4026
+ employerName: string | null;
4027
+ employerAddressLine1: string | null;
4028
+ employerAddressLine2: string | null;
4029
+ employerCity: string | null;
4030
+ employerState: string | null;
4031
+ employerZip: string | null;
4032
+ employerCountry: string | null;
4033
+ setupStep: import("../..").SetupStepType;
4034
+ sourceOfIncome: import("../..").SourceOfIncome | null;
4035
+ ownership: number | null;
4036
+ retirementAccountType: import("../..").RetirementAccountType | null;
4037
+ custodianName: string | null;
4038
+ custodianAccountNumber: string | null;
4039
+ custodianRepresentativeName: string | null;
4040
+ custodianEmail: string | null;
4041
+ accredited: boolean;
4042
+ __entity?: string | undefined;
4043
+ account?: {
4044
+ status: import("../..").AccountStatus;
4045
+ id: string;
4046
+ createdAt: string | Date;
4047
+ updatedAt: string | Date;
4048
+ deletedAt: string | Date | null;
4049
+ name: string;
4050
+ managedBy: import("../..").ManagedByType | null;
4051
+ platform: import("../..").Platform;
4052
+ onboardingReviewerId: string | null;
4053
+ onboardingReviewAt: Date | null;
4054
+ allowPendingComplianceReview: boolean;
4055
+ __entity?: string | undefined;
4056
+ } | undefined;
4057
+ investorAccount?: {
4058
+ id: string;
4059
+ createdAt: string | Date;
4060
+ updatedAt: string | Date;
4061
+ deletedAt: string | Date | null;
4062
+ accountId: string;
4063
+ tid: string | null;
4064
+ investorAccountType: import("../..").InvestorAccountType;
4065
+ regAQualified: boolean;
4066
+ regCfQualified: boolean;
4067
+ regDQualified: boolean;
4068
+ systemReviewLog: string | null;
4069
+ setupStatus: import("../..").SetupStatusType;
4070
+ __entity?: string | undefined;
4071
+ email?: string | null | undefined;
4072
+ name?: string | null | undefined;
4073
+ account?: {
4074
+ status: import("../..").AccountStatus;
4075
+ id: string;
4076
+ createdAt: string | Date;
4077
+ updatedAt: string | Date;
4078
+ deletedAt: string | Date | null;
4079
+ name: string;
4080
+ managedBy: import("../..").ManagedByType | null;
4081
+ platform: import("../..").Platform;
4082
+ onboardingReviewerId: string | null;
4083
+ onboardingReviewAt: Date | null;
4084
+ allowPendingComplianceReview: boolean;
4085
+ __entity?: string | undefined;
4086
+ } | undefined;
4087
+ individuals?: any[] | undefined;
4088
+ trades?: any[] | undefined;
4089
+ user?: {
4090
+ id: string;
4091
+ createdAt: string | Date;
4092
+ updatedAt: string | Date;
4093
+ deletedAt: string | Date | null;
4094
+ active: boolean;
4095
+ inviteId: string | null;
4096
+ accountId: string | null;
4097
+ roleId: string | null;
4098
+ userLoginId: string | null;
4099
+ locked: boolean;
4100
+ onboarding: string | null;
4101
+ userLogin: {
4102
+ id: string;
4103
+ createdAt: string | Date;
4104
+ updatedAt: string | Date;
4105
+ deletedAt: string | Date | null;
4106
+ firstName: string;
4107
+ lastName: string;
4108
+ email: string;
4109
+ provider: string;
4110
+ lastLoginAt: string | Date | null;
4111
+ loginCount: number;
4112
+ __entity?: string | undefined;
4113
+ };
4114
+ __entity?: string | undefined;
4115
+ account?: {
4116
+ status: import("../..").AccountStatus;
4117
+ id: string;
4118
+ createdAt: string | Date;
4119
+ updatedAt: string | Date;
4120
+ deletedAt: string | Date | null;
4121
+ name: string;
4122
+ managedBy: import("../..").ManagedByType | null;
4123
+ platform: import("../..").Platform;
4124
+ onboardingReviewerId: string | null;
4125
+ onboardingReviewAt: Date | null;
4126
+ allowPendingComplianceReview: boolean;
4127
+ __entity?: string | undefined;
4128
+ } | undefined;
4129
+ } | null | undefined;
4130
+ legalEntities?: {
4131
+ id: string;
4132
+ createdAt: string | Date;
4133
+ updatedAt: string | Date;
4134
+ deletedAt: string | Date | null;
4135
+ accountId: string;
4136
+ name: string;
4137
+ state: string | null;
4138
+ thirdPartyId: string | null;
4139
+ kybStatus: import("../..").KYBStatus;
4140
+ investorAccountId: string;
4141
+ sanctionsStatus: import("../..").SanctionsStatus;
4142
+ setupStatus: import("../..").SetupStatusType;
4143
+ __entity?: string | undefined;
4144
+ country?: string | null | undefined;
4145
+ kybs?: {
4146
+ id: string;
4147
+ createdAt: string | Date;
4148
+ updatedAt: string | Date;
4149
+ deletedAt: string | Date | null;
4150
+ platform: string;
4151
+ documentType: string;
4152
+ documentImage: string;
4153
+ reason: string | null;
4154
+ response: string | null;
4155
+ thirdPartyId: string;
4156
+ legalEntityId: string;
4157
+ kybStatus: import("../..").KYBStatus;
4158
+ __entity?: string | undefined;
4159
+ }[] | undefined;
4160
+ phone?: string | null | undefined;
4161
+ city?: string | null | undefined;
4162
+ zip?: string | null | undefined;
4163
+ ein?: string | null | undefined;
4164
+ companyType?: string | null | undefined;
4165
+ streetAddress?: string | null | undefined;
4166
+ }[] | undefined;
4167
+ userId?: string | null | undefined;
4168
+ totalAmount?: number | undefined;
4169
+ statusCheck?: {
4170
+ entity?: {
4171
+ address?: boolean | undefined;
4172
+ information?: boolean | undefined;
4173
+ } | undefined;
4174
+ primary?: {
4175
+ account?: boolean | undefined;
4176
+ personal?: boolean | undefined;
4177
+ residential?: boolean | undefined;
4178
+ identity?: boolean | undefined;
4179
+ financial?: boolean | undefined;
4180
+ investorQuestionnaire?: boolean | undefined;
4181
+ accreditation?: boolean | undefined;
4182
+ trustedContact?: boolean | undefined;
4183
+ retirement?: boolean | undefined;
4184
+ } | undefined;
4185
+ secondary?: {
4186
+ personal?: boolean | undefined;
4187
+ residential?: boolean | undefined;
4188
+ identity?: boolean | undefined;
4189
+ financial?: boolean | undefined;
4190
+ } | undefined;
4191
+ } | undefined;
4192
+ } | undefined;
4193
+ }>;
4194
+ 400: import("zod").ZodObject<{
4195
+ status: import("zod").ZodNumber;
4196
+ message: import("zod").ZodString;
4197
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4198
+ }, "strip", import("zod").ZodTypeAny, {
4199
+ message: string;
4200
+ status: number;
4201
+ errors: string[];
4202
+ }, {
4203
+ message: string;
4204
+ status: number;
4205
+ errors: string[];
4206
+ }>;
4207
+ 401: import("zod").ZodObject<{
4208
+ status: import("zod").ZodNumber;
4209
+ message: import("zod").ZodString;
4210
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4211
+ }, "strip", import("zod").ZodTypeAny, {
4212
+ message: string;
4213
+ status: number;
4214
+ errors: string[];
4215
+ }, {
4216
+ message: string;
4217
+ status: number;
4218
+ errors: string[];
4219
+ }>;
4220
+ 404: import("zod").ZodObject<{
4221
+ status: import("zod").ZodNumber;
4222
+ message: import("zod").ZodString;
4223
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4224
+ }, "strip", import("zod").ZodTypeAny, {
4225
+ message: string;
4226
+ status: number;
4227
+ errors: string[];
4228
+ }, {
4229
+ message: string;
4230
+ status: number;
4231
+ errors: string[];
4232
+ }>;
4233
+ 500: import("zod").ZodObject<{
4234
+ status: import("zod").ZodNumber;
4235
+ message: import("zod").ZodString;
4236
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4237
+ }, "strip", import("zod").ZodTypeAny, {
4238
+ message: string;
4239
+ status: number;
4240
+ errors: string[];
4241
+ }, {
4242
+ message: string;
4243
+ status: number;
4244
+ errors: string[];
4245
+ }>;
4246
+ };
4247
+ };
4248
+ uploadKycCsv: {
4249
+ method: "POST";
4250
+ metadata: {
4251
+ auth: boolean;
4252
+ };
4253
+ body: import("@ts-rest/core").ContractPlainType<{
4254
+ file: File;
4255
+ }>;
4256
+ query: import("zod").ZodObject<{
4257
+ individualId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4258
+ frontFileId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4259
+ backFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4260
+ selfieFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4261
+ }, "strip", import("zod").ZodTypeAny, {
4262
+ individualId: string;
4263
+ frontFileId: string;
4264
+ backFileId?: string | undefined;
4265
+ selfieFileId?: string | undefined;
4266
+ }, {
4267
+ individualId: string;
4268
+ frontFileId: string;
4269
+ backFileId?: string | undefined;
4270
+ selfieFileId?: string | undefined;
4271
+ }>;
4272
+ summary: "Upload and process CSV file for KYC data";
4273
+ contentType: "multipart/form-data";
4274
+ path: "/clients/api/v1/csv/kyc";
4275
+ responses: {
4276
+ 200: import("zod").ZodObject<{
4277
+ id: import("zod").ZodString;
4278
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
4279
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4280
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4281
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
4282
+ } & {
4283
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
4284
+ platform: import("zod").ZodString;
4285
+ individualId: import("zod").ZodString;
4286
+ documentType: import("zod").ZodString;
4287
+ documentImage: import("zod").ZodString;
4288
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
4289
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
4290
+ response: import("zod").ZodNullable<import("zod").ZodString>;
4291
+ }, "strip", import("zod").ZodTypeAny, {
4292
+ id: string;
4293
+ createdAt: string | Date;
4294
+ updatedAt: string | Date;
4295
+ deletedAt: string | Date | null;
4296
+ platform: string;
4297
+ kycStatus: import("../..").KYCStatus;
4298
+ tid: string | null;
4299
+ individualId: string;
4300
+ documentType: string;
4301
+ documentImage: string;
4302
+ reason: string | null;
4303
+ response: string | null;
4304
+ __entity?: string | undefined;
4305
+ }, {
4306
+ id: string;
4307
+ createdAt: string | Date;
4308
+ updatedAt: string | Date;
4309
+ deletedAt: string | Date | null;
4310
+ platform: string;
4311
+ kycStatus: import("../..").KYCStatus;
4312
+ tid: string | null;
4313
+ individualId: string;
4314
+ documentType: string;
4315
+ documentImage: string;
4316
+ reason: string | null;
4317
+ response: string | null;
4318
+ __entity?: string | undefined;
4319
+ }>;
4320
+ 400: import("zod").ZodObject<{
4321
+ status: import("zod").ZodNumber;
4322
+ message: import("zod").ZodString;
4323
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4324
+ }, "strip", import("zod").ZodTypeAny, {
4325
+ message: string;
4326
+ status: number;
4327
+ errors: string[];
4328
+ }, {
4329
+ message: string;
4330
+ status: number;
4331
+ errors: string[];
4332
+ }>;
4333
+ 401: import("zod").ZodObject<{
4334
+ status: import("zod").ZodNumber;
4335
+ message: import("zod").ZodString;
4336
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4337
+ }, "strip", import("zod").ZodTypeAny, {
4338
+ message: string;
4339
+ status: number;
4340
+ errors: string[];
4341
+ }, {
4342
+ message: string;
4343
+ status: number;
4344
+ errors: string[];
4345
+ }>;
4346
+ 404: import("zod").ZodObject<{
4347
+ status: import("zod").ZodNumber;
4348
+ message: import("zod").ZodString;
4349
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4350
+ }, "strip", import("zod").ZodTypeAny, {
4351
+ message: string;
4352
+ status: number;
4353
+ errors: string[];
4354
+ }, {
4355
+ message: string;
4356
+ status: number;
4357
+ errors: string[];
4358
+ }>;
4359
+ 500: import("zod").ZodObject<{
4360
+ status: import("zod").ZodNumber;
4361
+ message: import("zod").ZodString;
4362
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4363
+ }, "strip", import("zod").ZodTypeAny, {
4364
+ message: string;
4365
+ status: number;
4366
+ errors: string[];
4367
+ }, {
4368
+ message: string;
4369
+ status: number;
4370
+ errors: string[];
4371
+ }>;
4372
+ };
4373
+ };
4374
+ uploadIssuerCsv: {
4375
+ method: "POST";
4376
+ metadata: {
4377
+ auth: boolean;
4378
+ };
4379
+ body: import("@ts-rest/core").ContractPlainType<{
4380
+ file: File;
4381
+ }>;
4382
+ summary: "Upload and process CSV file for issuer account creation";
4383
+ contentType: "multipart/form-data";
4384
+ path: "/clients/api/v1/csv/issuers";
4385
+ responses: {
4386
+ 200: import("zod").ZodObject<{
4387
+ totalRows: import("zod").ZodNumber;
4388
+ successfulRows: import("zod").ZodNumber;
4389
+ createdAccounts: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
4390
+ row: import("zod").ZodNumber;
4391
+ userId: import("zod").ZodString;
4392
+ investorAccountId: import("zod").ZodString;
4393
+ }, "strip", import("zod").ZodTypeAny, {
4394
+ userId: string;
4395
+ investorAccountId: string;
4396
+ row: number;
4397
+ }, {
4398
+ userId: string;
4399
+ investorAccountId: string;
4400
+ row: number;
4401
+ }>, import("zod").ZodObject<{
4402
+ row: import("zod").ZodNumber;
4403
+ userId: import("zod").ZodString;
4404
+ accountId: import("zod").ZodString;
4405
+ }, "strip", import("zod").ZodTypeAny, {
4406
+ accountId: string;
4407
+ userId: string;
4408
+ row: number;
4409
+ }, {
4410
+ accountId: string;
4411
+ userId: string;
4412
+ row: number;
4413
+ }>]>, "many">;
4414
+ }, "strip", import("zod").ZodTypeAny, {
4415
+ totalRows: number;
4416
+ successfulRows: number;
4417
+ createdAccounts: ({
4418
+ userId: string;
4419
+ investorAccountId: string;
4420
+ row: number;
4421
+ } | {
4422
+ accountId: string;
4423
+ userId: string;
4424
+ row: number;
4425
+ })[];
4426
+ }, {
4427
+ totalRows: number;
4428
+ successfulRows: number;
4429
+ createdAccounts: ({
4430
+ userId: string;
4431
+ investorAccountId: string;
4432
+ row: number;
4433
+ } | {
4434
+ accountId: string;
4435
+ userId: string;
4436
+ row: number;
4437
+ })[];
4438
+ }>;
4439
+ 400: import("zod").ZodObject<{
4440
+ status: import("zod").ZodNumber;
4441
+ message: import("zod").ZodString;
4442
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4443
+ }, "strip", import("zod").ZodTypeAny, {
4444
+ message: string;
4445
+ status: number;
4446
+ errors: string[];
4447
+ }, {
4448
+ message: string;
4449
+ status: number;
4450
+ errors: string[];
4451
+ }>;
4452
+ 401: import("zod").ZodObject<{
4453
+ status: import("zod").ZodNumber;
4454
+ message: import("zod").ZodString;
4455
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4456
+ }, "strip", import("zod").ZodTypeAny, {
4457
+ message: string;
4458
+ status: number;
4459
+ errors: string[];
4460
+ }, {
4461
+ message: string;
4462
+ status: number;
4463
+ errors: string[];
4464
+ }>;
4465
+ 422: import("zod").ZodObject<{
4466
+ status: import("zod").ZodNumber;
4467
+ message: import("zod").ZodString;
4468
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4469
+ }, "strip", import("zod").ZodTypeAny, {
4470
+ message: string;
4471
+ status: number;
4472
+ errors: string[];
4473
+ }, {
4474
+ message: string;
4475
+ status: number;
4476
+ errors: string[];
4477
+ }>;
4478
+ 500: import("zod").ZodObject<{
4479
+ status: import("zod").ZodNumber;
4480
+ message: import("zod").ZodString;
4481
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4482
+ }, "strip", import("zod").ZodTypeAny, {
4483
+ message: string;
4484
+ status: number;
4485
+ errors: string[];
4486
+ }, {
4487
+ message: string;
4488
+ status: number;
4489
+ errors: string[];
4490
+ }>;
4491
+ };
4492
+ };
4493
+ uploadOfferingCsv: {
4494
+ method: "POST";
4495
+ metadata: {
4496
+ auth: boolean;
4497
+ };
4498
+ body: import("@ts-rest/core").ContractPlainType<{
4499
+ file: File;
4500
+ }>;
4501
+ query: import("zod").ZodObject<{
4502
+ issuerId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4503
+ }, "strip", import("zod").ZodTypeAny, {
4504
+ issuerId: string;
4505
+ }, {
4506
+ issuerId: string;
4507
+ }>;
4508
+ summary: "Upload and process CSV file for offering creation";
4509
+ contentType: "multipart/form-data";
4510
+ path: "/clients/api/v1/csv/offering";
4511
+ responses: {
4512
+ 200: import("zod").ZodLazy<any>;
4513
+ 400: import("zod").ZodObject<{
4514
+ status: import("zod").ZodNumber;
4515
+ message: import("zod").ZodString;
4516
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4517
+ }, "strip", import("zod").ZodTypeAny, {
4518
+ message: string;
4519
+ status: number;
4520
+ errors: string[];
4521
+ }, {
4522
+ message: string;
4523
+ status: number;
4524
+ errors: string[];
4525
+ }>;
4526
+ 401: import("zod").ZodObject<{
4527
+ status: import("zod").ZodNumber;
4528
+ message: import("zod").ZodString;
4529
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4530
+ }, "strip", import("zod").ZodTypeAny, {
4531
+ message: string;
4532
+ status: number;
4533
+ errors: string[];
4534
+ }, {
4535
+ message: string;
4536
+ status: number;
4537
+ errors: string[];
4538
+ }>;
4539
+ 404: import("zod").ZodObject<{
4540
+ status: import("zod").ZodNumber;
4541
+ message: import("zod").ZodString;
4542
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4543
+ }, "strip", import("zod").ZodTypeAny, {
4544
+ message: string;
4545
+ status: number;
4546
+ errors: string[];
4547
+ }, {
4548
+ message: string;
4549
+ status: number;
4550
+ errors: string[];
4551
+ }>;
4552
+ 500: import("zod").ZodObject<{
4553
+ status: import("zod").ZodNumber;
4554
+ message: import("zod").ZodString;
4555
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4556
+ }, "strip", import("zod").ZodTypeAny, {
4557
+ message: string;
4558
+ status: number;
4559
+ errors: string[];
4560
+ }, {
4561
+ message: string;
4562
+ status: number;
4563
+ errors: string[];
4564
+ }>;
4565
+ };
4566
+ };
4567
+ };
2761
4568
  files: {
2762
4569
  postFile: {
2763
4570
  description: string;
@@ -3871,7 +5678,7 @@ export declare const clientsContract: {
3871
5678
  investorAccountId: import("zod").ZodString;
3872
5679
  firstName: import("zod").ZodOptional<import("zod").ZodString>;
3873
5680
  dob: import("zod").ZodOptional<import("zod").ZodDate>;
3874
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
5681
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
3875
5682
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
3876
5683
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
3877
5684
  currencyCode: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3937,7 +5744,7 @@ export declare const clientsContract: {
3937
5744
  currencyCode?: string | undefined;
3938
5745
  liquidNetWorth?: number | undefined;
3939
5746
  dob?: Date | undefined;
3940
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5747
+ isUsCitizenOrGreenCardHolder?: unknown;
3941
5748
  citizenship?: string | undefined;
3942
5749
  ssn?: string | null | undefined;
3943
5750
  investedInCrowdfunding?: number | undefined;
@@ -4039,7 +5846,7 @@ export declare const clientsContract: {
4039
5846
  currencyCode?: string | undefined;
4040
5847
  liquidNetWorth?: number | undefined;
4041
5848
  dob?: Date | undefined;
4042
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5849
+ isUsCitizenOrGreenCardHolder?: unknown;
4043
5850
  citizenship?: string | undefined;
4044
5851
  ssn?: string | null | undefined;
4045
5852
  investedInCrowdfunding?: number | undefined;
@@ -5414,7 +7221,7 @@ export declare const clientsContract: {
5414
7221
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
5415
7222
  email: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
5416
7223
  ownership: import("zod").ZodOptional<import("zod").ZodNumber>;
5417
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
7224
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
5418
7225
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
5419
7226
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
5420
7227
  kycDocumentType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
@@ -5492,7 +7299,7 @@ export declare const clientsContract: {
5492
7299
  aicAccreditationType?: import("../..").AicAccreditationType | undefined;
5493
7300
  aicQuestionnaire?: string | undefined;
5494
7301
  dob?: Date | undefined;
5495
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
7302
+ isUsCitizenOrGreenCardHolder?: unknown;
5496
7303
  citizenship?: string | undefined;
5497
7304
  ssn?: string | null | undefined;
5498
7305
  investedInCrowdfunding?: number | undefined;
@@ -8488,7 +10295,7 @@ export declare const clientsContract: {
8488
10295
  error?: any;
8489
10296
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
8490
10297
  dateOfIncorporation: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodString>, string | null, string | null>, Date | null, string | null>>>;
8491
- stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodString>;
10298
+ stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
8492
10299
  }, "strip", import("zod").ZodTypeAny, {
8493
10300
  name: string;
8494
10301
  investorAccountId: string;
@@ -9371,8 +11178,8 @@ export declare const clientsContract: {
9371
11178
  enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
9372
11179
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9373
11180
  versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
9374
- combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
9375
11181
  onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
11182
+ complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
9376
11183
  }, "strip", import("zod").ZodTypeAny, {
9377
11184
  page: number;
9378
11185
  limit: number;
@@ -9382,12 +11189,12 @@ export declare const clientsContract: {
9382
11189
  accountId?: string | undefined;
9383
11190
  name?: string | undefined;
9384
11191
  managedBy?: import("../..").ManagedByType | undefined;
11192
+ complianceReview?: import("../..").ComplianceReview | undefined;
9385
11193
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9386
11194
  enabled?: boolean | undefined;
9387
11195
  issuerId?: string | undefined;
9388
11196
  issuerName?: string | undefined;
9389
11197
  versioningType?: import("../..").OfferingVersioningType | undefined;
9390
- combinedStatus?: import("../..").OfferingStatus | undefined;
9391
11198
  }, {
9392
11199
  type?: import("../..").OfferingType | undefined;
9393
11200
  status?: import("../..").ComplianceReview | undefined;
@@ -9396,13 +11203,13 @@ export declare const clientsContract: {
9396
11203
  managedBy?: import("../..").ManagedByType | undefined;
9397
11204
  page?: number | undefined;
9398
11205
  limit?: number | undefined;
11206
+ complianceReview?: import("../..").ComplianceReview | undefined;
9399
11207
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9400
11208
  include?: string | undefined;
9401
11209
  enabled?: unknown;
9402
11210
  issuerId?: string | undefined;
9403
11211
  issuerName?: string | undefined;
9404
11212
  versioningType?: import("../..").OfferingVersioningType | undefined;
9405
- combinedStatus?: import("../..").OfferingStatus | undefined;
9406
11213
  }>;
9407
11214
  summary: "Get offerings";
9408
11215
  path: "/clients/api/v1/offerings";
@@ -9764,6 +11571,7 @@ export declare const clientsContract: {
9764
11571
  auth: boolean;
9765
11572
  };
9766
11573
  body: import("zod").ZodEffects<import("zod").ZodObject<{
11574
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9767
11575
  name: import("zod").ZodOptional<import("zod").ZodString>;
9768
11576
  type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
9769
11577
  targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -9773,7 +11581,7 @@ export declare const clientsContract: {
9773
11581
  startAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodString>, string | null, string | null>, Date | null, string | null>>>;
9774
11582
  endAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodString>, string | null, string | null>, Date | null, string | null>>>;
9775
11583
  cancellationPeriod: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9776
- description: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
11584
+ description: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>, string | null | undefined, string | null | undefined>>;
9777
11585
  memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9778
11586
  subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9779
11587
  coverArtId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
@@ -9831,6 +11639,13 @@ export declare const clientsContract: {
9831
11639
  startAmount: number;
9832
11640
  endAmount: number;
9833
11641
  }>, "many">>;
11642
+ warrantsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
11643
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11644
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11645
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11646
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11647
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11648
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
9834
11649
  }, "strip", import("zod").ZodTypeAny, {
9835
11650
  type?: import("../..").OfferingType | undefined;
9836
11651
  name?: string | undefined;
@@ -9853,6 +11668,14 @@ export declare const clientsContract: {
9853
11668
  escrowAgreementFileId?: string | null | undefined;
9854
11669
  bankAccountId?: string | null | undefined;
9855
11670
  escrowAccountId?: string | null | undefined;
11671
+ warrantsEnabled?: boolean | undefined;
11672
+ totalShares?: number | null | undefined;
11673
+ warrantTermYears?: number | null | undefined;
11674
+ exercisePrice?: number | null | undefined;
11675
+ warrantPercentage?: number | null | undefined;
11676
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11677
+ incrementThreshold?: number | null | undefined;
11678
+ shareClassId?: string | null | undefined;
9856
11679
  assetName?: string | undefined;
9857
11680
  assetType?: import("../..").AssetType | undefined;
9858
11681
  pricePerUnit?: number | null | undefined;
@@ -9891,6 +11714,14 @@ export declare const clientsContract: {
9891
11714
  escrowAgreementFileId?: string | null | undefined;
9892
11715
  bankAccountId?: string | null | undefined;
9893
11716
  escrowAccountId?: string | null | undefined;
11717
+ warrantsEnabled?: boolean | undefined;
11718
+ totalShares?: number | null | undefined;
11719
+ warrantTermYears?: number | null | undefined;
11720
+ exercisePrice?: number | null | undefined;
11721
+ warrantPercentage?: number | null | undefined;
11722
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11723
+ incrementThreshold?: number | null | undefined;
11724
+ shareClassId?: string | null | undefined;
9894
11725
  assetName?: string | undefined;
9895
11726
  assetType?: import("../..").AssetType | undefined;
9896
11727
  pricePerUnit?: number | null | undefined;
@@ -9929,6 +11760,14 @@ export declare const clientsContract: {
9929
11760
  escrowAgreementFileId?: string | null | undefined;
9930
11761
  bankAccountId?: string | null | undefined;
9931
11762
  escrowAccountId?: string | null | undefined;
11763
+ warrantsEnabled?: boolean | undefined;
11764
+ totalShares?: number | null | undefined;
11765
+ warrantTermYears?: number | null | undefined;
11766
+ exercisePrice?: number | null | undefined;
11767
+ warrantPercentage?: number | null | undefined;
11768
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11769
+ incrementThreshold?: number | null | undefined;
11770
+ shareClassId?: string | null | undefined;
9932
11771
  assetName?: string | undefined;
9933
11772
  assetType?: import("../..").AssetType | undefined;
9934
11773
  pricePerUnit?: number | null | undefined;
@@ -9967,6 +11806,14 @@ export declare const clientsContract: {
9967
11806
  escrowAgreementFileId?: string | null | undefined;
9968
11807
  bankAccountId?: string | null | undefined;
9969
11808
  escrowAccountId?: string | null | undefined;
11809
+ warrantsEnabled?: boolean | undefined;
11810
+ totalShares?: number | null | undefined;
11811
+ warrantTermYears?: number | null | undefined;
11812
+ exercisePrice?: number | null | undefined;
11813
+ warrantPercentage?: number | null | undefined;
11814
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11815
+ incrementThreshold?: number | null | undefined;
11816
+ shareClassId?: string | null | undefined;
9970
11817
  assetName?: string | undefined;
9971
11818
  assetType?: import("../..").AssetType | undefined;
9972
11819
  pricePerUnit?: number | null | undefined;
@@ -10069,6 +11916,7 @@ export declare const clientsContract: {
10069
11916
  };
10070
11917
  body: import("zod").ZodEffects<import("zod").ZodObject<{
10071
11918
  issuerId: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
11919
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10072
11920
  name: import("zod").ZodString;
10073
11921
  type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
10074
11922
  targetAmount: import("zod").ZodNumber;
@@ -10080,7 +11928,7 @@ export declare const clientsContract: {
10080
11928
  endAt: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodString>, string | null, string | null>, Date | null, string | null>>;
10081
11929
  active: import("zod").ZodOptional<import("zod").ZodBoolean>;
10082
11930
  cancellationPeriod: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
10083
- description: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
11931
+ description: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>, string | null | undefined, string | null | undefined>>;
10084
11932
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
10085
11933
  assetName: import("zod").ZodString;
10086
11934
  assetType: import("zod").ZodNativeEnum<typeof import("../..").AssetType>;
@@ -10132,12 +11980,21 @@ export declare const clientsContract: {
10132
11980
  startAmount: number;
10133
11981
  endAmount: number;
10134
11982
  }>, "many">>;
11983
+ warrantsEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
11984
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11985
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11986
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11987
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11988
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11989
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11990
+ showTotalRaised: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10135
11991
  }, "strip", import("zod").ZodTypeAny, {
10136
11992
  type: import("../..").OfferingType;
10137
11993
  name: string;
10138
11994
  template: import("../../common/types/asset.types").AssetTemplateType;
10139
11995
  targetAmount: number;
10140
11996
  issuerId: string;
11997
+ warrantsEnabled: boolean;
10141
11998
  assetName: string;
10142
11999
  assetType: import("../..").AssetType;
10143
12000
  pricePerUnit: number | null;
@@ -10152,9 +12009,17 @@ export declare const clientsContract: {
10152
12009
  startAt?: Date | null | undefined;
10153
12010
  endAt?: Date | null | undefined;
10154
12011
  cancellationPeriod?: number | null | undefined;
12012
+ showTotalRaised?: boolean | undefined;
10155
12013
  hasEscrow?: boolean | undefined;
10156
12014
  bankAccountId?: string | null | undefined;
10157
12015
  escrowAccountId?: string | null | undefined;
12016
+ totalShares?: number | null | undefined;
12017
+ warrantTermYears?: number | null | undefined;
12018
+ exercisePrice?: number | null | undefined;
12019
+ warrantPercentage?: number | null | undefined;
12020
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
12021
+ incrementThreshold?: number | null | undefined;
12022
+ shareClassId?: string | null | undefined;
10158
12023
  yield?: number | null | undefined;
10159
12024
  duration?: number | null | undefined;
10160
12025
  durationType?: import("../..").DurationType | null | undefined;
@@ -10187,9 +12052,18 @@ export declare const clientsContract: {
10187
12052
  startAt?: string | null | undefined;
10188
12053
  endAt?: string | null | undefined;
10189
12054
  cancellationPeriod?: number | null | undefined;
12055
+ showTotalRaised?: boolean | undefined;
10190
12056
  hasEscrow?: boolean | undefined;
10191
12057
  bankAccountId?: string | null | undefined;
10192
12058
  escrowAccountId?: string | null | undefined;
12059
+ warrantsEnabled?: boolean | undefined;
12060
+ totalShares?: number | null | undefined;
12061
+ warrantTermYears?: number | null | undefined;
12062
+ exercisePrice?: number | null | undefined;
12063
+ warrantPercentage?: number | null | undefined;
12064
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
12065
+ incrementThreshold?: number | null | undefined;
12066
+ shareClassId?: string | null | undefined;
10193
12067
  yield?: number | null | undefined;
10194
12068
  duration?: number | null | undefined;
10195
12069
  durationType?: import("../..").DurationType | null | undefined;
@@ -10208,6 +12082,7 @@ export declare const clientsContract: {
10208
12082
  template: import("../../common/types/asset.types").AssetTemplateType;
10209
12083
  targetAmount: number;
10210
12084
  issuerId: string;
12085
+ warrantsEnabled: boolean;
10211
12086
  assetName: string;
10212
12087
  assetType: import("../..").AssetType;
10213
12088
  pricePerUnit: number | null;
@@ -10222,9 +12097,17 @@ export declare const clientsContract: {
10222
12097
  startAt?: Date | null | undefined;
10223
12098
  endAt?: Date | null | undefined;
10224
12099
  cancellationPeriod?: number | null | undefined;
12100
+ showTotalRaised?: boolean | undefined;
10225
12101
  hasEscrow?: boolean | undefined;
10226
12102
  bankAccountId?: string | null | undefined;
10227
12103
  escrowAccountId?: string | null | undefined;
12104
+ totalShares?: number | null | undefined;
12105
+ warrantTermYears?: number | null | undefined;
12106
+ exercisePrice?: number | null | undefined;
12107
+ warrantPercentage?: number | null | undefined;
12108
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
12109
+ incrementThreshold?: number | null | undefined;
12110
+ shareClassId?: string | null | undefined;
10228
12111
  yield?: number | null | undefined;
10229
12112
  duration?: number | null | undefined;
10230
12113
  durationType?: import("../..").DurationType | null | undefined;
@@ -10257,9 +12140,18 @@ export declare const clientsContract: {
10257
12140
  startAt?: string | null | undefined;
10258
12141
  endAt?: string | null | undefined;
10259
12142
  cancellationPeriod?: number | null | undefined;
12143
+ showTotalRaised?: boolean | undefined;
10260
12144
  hasEscrow?: boolean | undefined;
10261
12145
  bankAccountId?: string | null | undefined;
10262
12146
  escrowAccountId?: string | null | undefined;
12147
+ warrantsEnabled?: boolean | undefined;
12148
+ totalShares?: number | null | undefined;
12149
+ warrantTermYears?: number | null | undefined;
12150
+ exercisePrice?: number | null | undefined;
12151
+ warrantPercentage?: number | null | undefined;
12152
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
12153
+ incrementThreshold?: number | null | undefined;
12154
+ shareClassId?: string | null | undefined;
10263
12155
  yield?: number | null | undefined;
10264
12156
  duration?: number | null | undefined;
10265
12157
  durationType?: import("../..").DurationType | null | undefined;
@@ -10787,6 +12679,90 @@ export declare const clientsContract: {
10787
12679
  };
10788
12680
  };
10789
12681
  };
12682
+ review: {
12683
+ postReviewKyc: {
12684
+ method: "POST";
12685
+ metadata: {
12686
+ auth: boolean;
12687
+ };
12688
+ body: import("zod").ZodObject<{
12689
+ individualIds: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12690
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12691
+ }, "strip", import("zod").ZodTypeAny, {
12692
+ status: import("../..").BaseStatus;
12693
+ individualIds: string[];
12694
+ }, {
12695
+ status: import("../..").BaseStatus;
12696
+ individualIds: string[];
12697
+ }>;
12698
+ query: import("zod").ZodObject<{
12699
+ userId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
12700
+ }, "strip", import("zod").ZodTypeAny, {
12701
+ userId: string;
12702
+ }, {
12703
+ userId: string;
12704
+ }>;
12705
+ summary: "Post KYC review for individuals";
12706
+ path: "/clients/api/v1/review/kyc";
12707
+ responses: {
12708
+ 201: import("zod").ZodObject<{
12709
+ individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12710
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12711
+ reviewedBy: import("zod").ZodString;
12712
+ targetObject: import("zod").ZodAny;
12713
+ }, "strip", import("zod").ZodTypeAny, {
12714
+ status: import("../..").BaseStatus;
12715
+ reviewedBy: string;
12716
+ individualsUpdated: string[];
12717
+ targetObject?: any;
12718
+ }, {
12719
+ status: import("../..").BaseStatus;
12720
+ reviewedBy: string;
12721
+ individualsUpdated: string[];
12722
+ targetObject?: any;
12723
+ }>;
12724
+ 401: import("zod").ZodObject<{
12725
+ status: import("zod").ZodNumber;
12726
+ message: import("zod").ZodString;
12727
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12728
+ }, "strip", import("zod").ZodTypeAny, {
12729
+ message: string;
12730
+ status: number;
12731
+ errors: string[];
12732
+ }, {
12733
+ message: string;
12734
+ status: number;
12735
+ errors: string[];
12736
+ }>;
12737
+ 403: import("zod").ZodObject<{
12738
+ status: import("zod").ZodNumber;
12739
+ message: import("zod").ZodString;
12740
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12741
+ }, "strip", import("zod").ZodTypeAny, {
12742
+ message: string;
12743
+ status: number;
12744
+ errors: string[];
12745
+ }, {
12746
+ message: string;
12747
+ status: number;
12748
+ errors: string[];
12749
+ }>;
12750
+ 500: import("zod").ZodObject<{
12751
+ status: import("zod").ZodNumber;
12752
+ message: import("zod").ZodString;
12753
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12754
+ }, "strip", import("zod").ZodTypeAny, {
12755
+ message: string;
12756
+ status: number;
12757
+ errors: string[];
12758
+ }, {
12759
+ message: string;
12760
+ status: number;
12761
+ errors: string[];
12762
+ }>;
12763
+ };
12764
+ };
12765
+ };
10790
12766
  secureRequests: {
10791
12767
  postSecureRequest: {
10792
12768
  method: "POST";