@dalmore/api-contracts 0.0.0-dev.fb640f0 → 0.0.0-dev.fbec0a1

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 (85) hide show
  1. package/common/constants.d.ts +28 -0
  2. package/common/constants.js +62 -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 +5 -0
  8. package/common/types/account.types.d.ts +6 -6
  9. package/common/types/auth.types.d.ts +36 -0
  10. package/common/types/auth.types.js +3 -2
  11. package/common/types/auth.types.js.map +1 -1
  12. package/common/types/cap-table.types.d.ts +148 -39
  13. package/common/types/cap-table.types.js +14 -0
  14. package/common/types/cap-table.types.js.map +1 -1
  15. package/common/types/common.types.d.ts +30 -2
  16. package/common/types/common.types.js +12 -0
  17. package/common/types/common.types.js.map +1 -1
  18. package/common/types/csv.types.d.ts +1730 -0
  19. package/common/types/csv.types.js +178 -0
  20. package/common/types/csv.types.js.map +1 -0
  21. package/common/types/disbursement-transaction.types.d.ts +1 -1
  22. package/common/types/disbursement-transaction.types.js +1 -1
  23. package/common/types/disbursement-transaction.types.js.map +1 -1
  24. package/common/types/disbursements.types.d.ts +915 -7
  25. package/common/types/disbursements.types.js +89 -2
  26. package/common/types/disbursements.types.js.map +1 -1
  27. package/common/types/exchange-provider.types.d.ts +12 -12
  28. package/common/types/file.types.d.ts +3 -0
  29. package/common/types/file.types.js +3 -0
  30. package/common/types/file.types.js.map +1 -1
  31. package/common/types/index.d.ts +2 -0
  32. package/common/types/index.js +2 -0
  33. package/common/types/index.js.map +1 -1
  34. package/common/types/individuals.types.d.ts +207 -5
  35. package/common/types/individuals.types.js +11 -14
  36. package/common/types/individuals.types.js.map +1 -1
  37. package/common/types/investor-account.types.d.ts +1 -1
  38. package/common/types/investor-account.types.js +1 -2
  39. package/common/types/investor-account.types.js.map +1 -1
  40. package/common/types/investors-offering.types.d.ts +8 -0
  41. package/common/types/investors-offering.types.js +1 -0
  42. package/common/types/investors-offering.types.js.map +1 -1
  43. package/common/types/invite.types.d.ts +2 -2
  44. package/common/types/invite.types.js +1 -1
  45. package/common/types/invite.types.js.map +1 -1
  46. package/common/types/issuer-offering.types.d.ts +37 -12
  47. package/common/types/issuer-offering.types.js +40 -25
  48. package/common/types/issuer-offering.types.js.map +1 -1
  49. package/common/types/legal-entity.types.d.ts +39 -1
  50. package/common/types/legal-entity.types.js +8 -5
  51. package/common/types/legal-entity.types.js.map +1 -1
  52. package/common/types/offering.types.d.ts +54 -24
  53. package/common/types/offering.types.js +74 -17
  54. package/common/types/offering.types.js.map +1 -1
  55. package/common/types/portfolio.types.d.ts +6 -6
  56. package/common/types/review.types.js +1 -1
  57. package/common/types/review.types.js.map +1 -1
  58. package/common/types/secondary-order.types.d.ts +10 -10
  59. package/common/types/secondary-trade.types.d.ts +10 -10
  60. package/common/types/site.types.d.ts +12 -12
  61. package/common/types/trade-line-item.types.d.ts +24 -0
  62. package/common/types/trade-line-item.types.js +3 -0
  63. package/common/types/trade-line-item.types.js.map +1 -1
  64. package/common/types/trade.types.d.ts +10 -0
  65. package/common/types/trade.types.js +16 -1
  66. package/common/types/trade.types.js.map +1 -1
  67. package/common/types/transaction.types.d.ts +0 -1
  68. package/common/types/transaction.types.js +0 -1
  69. package/common/types/transaction.types.js.map +1 -1
  70. package/common/types/user.types.d.ts +84 -0
  71. package/common/types/user.types.js +2 -0
  72. package/common/types/user.types.js.map +1 -1
  73. package/contracts/clients/csv/index.d.ts +1733 -0
  74. package/contracts/clients/csv/index.js +79 -0
  75. package/contracts/clients/csv/index.js.map +1 -0
  76. package/contracts/clients/index.d.ts +1843 -11
  77. package/contracts/clients/index.js +4 -0
  78. package/contracts/clients/index.js.map +1 -1
  79. package/contracts/clients/individuals/index.d.ts +5 -5
  80. package/contracts/clients/legal-entities/index.d.ts +1 -1
  81. package/contracts/clients/offerings/index.d.ts +20 -5
  82. package/contracts/clients/review/index.d.ts +85 -0
  83. package/contracts/clients/review/index.js +27 -0
  84. package/contracts/clients/review/index.js.map +1 -0
  85. package/package.json +1 -1
@@ -2758,6 +2758,1739 @@ 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
+ };
2761
4494
  files: {
2762
4495
  postFile: {
2763
4496
  description: string;
@@ -3871,7 +5604,7 @@ export declare const clientsContract: {
3871
5604
  investorAccountId: import("zod").ZodString;
3872
5605
  firstName: import("zod").ZodOptional<import("zod").ZodString>;
3873
5606
  dob: import("zod").ZodOptional<import("zod").ZodDate>;
3874
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
5607
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
3875
5608
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
3876
5609
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
3877
5610
  currencyCode: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3937,7 +5670,7 @@ export declare const clientsContract: {
3937
5670
  currencyCode?: string | undefined;
3938
5671
  liquidNetWorth?: number | undefined;
3939
5672
  dob?: Date | undefined;
3940
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5673
+ isUsCitizenOrGreenCardHolder?: unknown;
3941
5674
  citizenship?: string | undefined;
3942
5675
  ssn?: string | null | undefined;
3943
5676
  investedInCrowdfunding?: number | undefined;
@@ -4039,7 +5772,7 @@ export declare const clientsContract: {
4039
5772
  currencyCode?: string | undefined;
4040
5773
  liquidNetWorth?: number | undefined;
4041
5774
  dob?: Date | undefined;
4042
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5775
+ isUsCitizenOrGreenCardHolder?: unknown;
4043
5776
  citizenship?: string | undefined;
4044
5777
  ssn?: string | null | undefined;
4045
5778
  investedInCrowdfunding?: number | undefined;
@@ -5414,7 +7147,7 @@ export declare const clientsContract: {
5414
7147
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
5415
7148
  email: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
5416
7149
  ownership: import("zod").ZodOptional<import("zod").ZodNumber>;
5417
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
7150
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
5418
7151
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
5419
7152
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
5420
7153
  kycDocumentType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
@@ -5492,7 +7225,7 @@ export declare const clientsContract: {
5492
7225
  aicAccreditationType?: import("../..").AicAccreditationType | undefined;
5493
7226
  aicQuestionnaire?: string | undefined;
5494
7227
  dob?: Date | undefined;
5495
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
7228
+ isUsCitizenOrGreenCardHolder?: unknown;
5496
7229
  citizenship?: string | undefined;
5497
7230
  ssn?: string | null | undefined;
5498
7231
  investedInCrowdfunding?: number | undefined;
@@ -8488,7 +10221,7 @@ export declare const clientsContract: {
8488
10221
  error?: any;
8489
10222
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
8490
10223
  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>;
10224
+ stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
8492
10225
  }, "strip", import("zod").ZodTypeAny, {
8493
10226
  name: string;
8494
10227
  investorAccountId: string;
@@ -9371,8 +11104,8 @@ export declare const clientsContract: {
9371
11104
  enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
9372
11105
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9373
11106
  versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
9374
- combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
9375
11107
  onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
11108
+ complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
9376
11109
  }, "strip", import("zod").ZodTypeAny, {
9377
11110
  page: number;
9378
11111
  limit: number;
@@ -9382,12 +11115,12 @@ export declare const clientsContract: {
9382
11115
  accountId?: string | undefined;
9383
11116
  name?: string | undefined;
9384
11117
  managedBy?: import("../..").ManagedByType | undefined;
11118
+ complianceReview?: import("../..").ComplianceReview | undefined;
9385
11119
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9386
11120
  enabled?: boolean | undefined;
9387
11121
  issuerId?: string | undefined;
9388
11122
  issuerName?: string | undefined;
9389
11123
  versioningType?: import("../..").OfferingVersioningType | undefined;
9390
- combinedStatus?: import("../..").OfferingStatus | undefined;
9391
11124
  }, {
9392
11125
  type?: import("../..").OfferingType | undefined;
9393
11126
  status?: import("../..").ComplianceReview | undefined;
@@ -9396,13 +11129,13 @@ export declare const clientsContract: {
9396
11129
  managedBy?: import("../..").ManagedByType | undefined;
9397
11130
  page?: number | undefined;
9398
11131
  limit?: number | undefined;
11132
+ complianceReview?: import("../..").ComplianceReview | undefined;
9399
11133
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9400
11134
  include?: string | undefined;
9401
11135
  enabled?: unknown;
9402
11136
  issuerId?: string | undefined;
9403
11137
  issuerName?: string | undefined;
9404
11138
  versioningType?: import("../..").OfferingVersioningType | undefined;
9405
- combinedStatus?: import("../..").OfferingStatus | undefined;
9406
11139
  }>;
9407
11140
  summary: "Get offerings";
9408
11141
  path: "/clients/api/v1/offerings";
@@ -9764,6 +11497,7 @@ export declare const clientsContract: {
9764
11497
  auth: boolean;
9765
11498
  };
9766
11499
  body: import("zod").ZodEffects<import("zod").ZodObject<{
11500
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9767
11501
  name: import("zod").ZodOptional<import("zod").ZodString>;
9768
11502
  type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
9769
11503
  targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -9773,7 +11507,7 @@ export declare const clientsContract: {
9773
11507
  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
11508
  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
11509
  cancellationPeriod: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9776
- description: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
11510
+ 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
11511
  memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9778
11512
  subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9779
11513
  coverArtId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
@@ -9867,6 +11601,7 @@ export declare const clientsContract: {
9867
11601
  warrantPercentage?: number | null | undefined;
9868
11602
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
9869
11603
  incrementThreshold?: number | null | undefined;
11604
+ shareClassId?: string | null | undefined;
9870
11605
  assetName?: string | undefined;
9871
11606
  assetType?: import("../..").AssetType | undefined;
9872
11607
  pricePerUnit?: number | null | undefined;
@@ -9912,6 +11647,7 @@ export declare const clientsContract: {
9912
11647
  warrantPercentage?: number | null | undefined;
9913
11648
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
9914
11649
  incrementThreshold?: number | null | undefined;
11650
+ shareClassId?: string | null | undefined;
9915
11651
  assetName?: string | undefined;
9916
11652
  assetType?: import("../..").AssetType | undefined;
9917
11653
  pricePerUnit?: number | null | undefined;
@@ -9957,6 +11693,7 @@ export declare const clientsContract: {
9957
11693
  warrantPercentage?: number | null | undefined;
9958
11694
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
9959
11695
  incrementThreshold?: number | null | undefined;
11696
+ shareClassId?: string | null | undefined;
9960
11697
  assetName?: string | undefined;
9961
11698
  assetType?: import("../..").AssetType | undefined;
9962
11699
  pricePerUnit?: number | null | undefined;
@@ -10002,6 +11739,7 @@ export declare const clientsContract: {
10002
11739
  warrantPercentage?: number | null | undefined;
10003
11740
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
10004
11741
  incrementThreshold?: number | null | undefined;
11742
+ shareClassId?: string | null | undefined;
10005
11743
  assetName?: string | undefined;
10006
11744
  assetType?: import("../..").AssetType | undefined;
10007
11745
  pricePerUnit?: number | null | undefined;
@@ -10104,6 +11842,7 @@ export declare const clientsContract: {
10104
11842
  };
10105
11843
  body: import("zod").ZodEffects<import("zod").ZodObject<{
10106
11844
  issuerId: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
11845
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10107
11846
  name: import("zod").ZodString;
10108
11847
  type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
10109
11848
  targetAmount: import("zod").ZodNumber;
@@ -10115,7 +11854,7 @@ export declare const clientsContract: {
10115
11854
  endAt: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodString>, string | null, string | null>, Date | null, string | null>>;
10116
11855
  active: import("zod").ZodOptional<import("zod").ZodBoolean>;
10117
11856
  cancellationPeriod: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
10118
- description: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
11857
+ 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>>;
10119
11858
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
10120
11859
  assetName: import("zod").ZodString;
10121
11860
  assetType: import("zod").ZodNativeEnum<typeof import("../..").AssetType>;
@@ -10174,6 +11913,7 @@ export declare const clientsContract: {
10174
11913
  warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
10175
11914
  calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
10176
11915
  incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11916
+ showTotalRaised: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10177
11917
  }, "strip", import("zod").ZodTypeAny, {
10178
11918
  type: import("../..").OfferingType;
10179
11919
  name: string;
@@ -10195,6 +11935,7 @@ export declare const clientsContract: {
10195
11935
  startAt?: Date | null | undefined;
10196
11936
  endAt?: Date | null | undefined;
10197
11937
  cancellationPeriod?: number | null | undefined;
11938
+ showTotalRaised?: boolean | undefined;
10198
11939
  hasEscrow?: boolean | undefined;
10199
11940
  bankAccountId?: string | null | undefined;
10200
11941
  escrowAccountId?: string | null | undefined;
@@ -10204,6 +11945,7 @@ export declare const clientsContract: {
10204
11945
  warrantPercentage?: number | null | undefined;
10205
11946
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
10206
11947
  incrementThreshold?: number | null | undefined;
11948
+ shareClassId?: string | null | undefined;
10207
11949
  yield?: number | null | undefined;
10208
11950
  duration?: number | null | undefined;
10209
11951
  durationType?: import("../..").DurationType | null | undefined;
@@ -10236,6 +11978,7 @@ export declare const clientsContract: {
10236
11978
  startAt?: string | null | undefined;
10237
11979
  endAt?: string | null | undefined;
10238
11980
  cancellationPeriod?: number | null | undefined;
11981
+ showTotalRaised?: boolean | undefined;
10239
11982
  hasEscrow?: boolean | undefined;
10240
11983
  bankAccountId?: string | null | undefined;
10241
11984
  escrowAccountId?: string | null | undefined;
@@ -10246,6 +11989,7 @@ export declare const clientsContract: {
10246
11989
  warrantPercentage?: number | null | undefined;
10247
11990
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
10248
11991
  incrementThreshold?: number | null | undefined;
11992
+ shareClassId?: string | null | undefined;
10249
11993
  yield?: number | null | undefined;
10250
11994
  duration?: number | null | undefined;
10251
11995
  durationType?: import("../..").DurationType | null | undefined;
@@ -10279,6 +12023,7 @@ export declare const clientsContract: {
10279
12023
  startAt?: Date | null | undefined;
10280
12024
  endAt?: Date | null | undefined;
10281
12025
  cancellationPeriod?: number | null | undefined;
12026
+ showTotalRaised?: boolean | undefined;
10282
12027
  hasEscrow?: boolean | undefined;
10283
12028
  bankAccountId?: string | null | undefined;
10284
12029
  escrowAccountId?: string | null | undefined;
@@ -10288,6 +12033,7 @@ export declare const clientsContract: {
10288
12033
  warrantPercentage?: number | null | undefined;
10289
12034
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
10290
12035
  incrementThreshold?: number | null | undefined;
12036
+ shareClassId?: string | null | undefined;
10291
12037
  yield?: number | null | undefined;
10292
12038
  duration?: number | null | undefined;
10293
12039
  durationType?: import("../..").DurationType | null | undefined;
@@ -10320,6 +12066,7 @@ export declare const clientsContract: {
10320
12066
  startAt?: string | null | undefined;
10321
12067
  endAt?: string | null | undefined;
10322
12068
  cancellationPeriod?: number | null | undefined;
12069
+ showTotalRaised?: boolean | undefined;
10323
12070
  hasEscrow?: boolean | undefined;
10324
12071
  bankAccountId?: string | null | undefined;
10325
12072
  escrowAccountId?: string | null | undefined;
@@ -10330,6 +12077,7 @@ export declare const clientsContract: {
10330
12077
  warrantPercentage?: number | null | undefined;
10331
12078
  calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
10332
12079
  incrementThreshold?: number | null | undefined;
12080
+ shareClassId?: string | null | undefined;
10333
12081
  yield?: number | null | undefined;
10334
12082
  duration?: number | null | undefined;
10335
12083
  durationType?: import("../..").DurationType | null | undefined;
@@ -10857,6 +12605,90 @@ export declare const clientsContract: {
10857
12605
  };
10858
12606
  };
10859
12607
  };
12608
+ review: {
12609
+ postReviewKyc: {
12610
+ method: "POST";
12611
+ metadata: {
12612
+ auth: boolean;
12613
+ };
12614
+ body: import("zod").ZodObject<{
12615
+ individualIds: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12616
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12617
+ }, "strip", import("zod").ZodTypeAny, {
12618
+ status: import("../..").BaseStatus;
12619
+ individualIds: string[];
12620
+ }, {
12621
+ status: import("../..").BaseStatus;
12622
+ individualIds: string[];
12623
+ }>;
12624
+ query: import("zod").ZodObject<{
12625
+ userId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
12626
+ }, "strip", import("zod").ZodTypeAny, {
12627
+ userId: string;
12628
+ }, {
12629
+ userId: string;
12630
+ }>;
12631
+ summary: "Post KYC review for individuals";
12632
+ path: "/clients/api/v1/review/kyc";
12633
+ responses: {
12634
+ 201: import("zod").ZodObject<{
12635
+ individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12636
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12637
+ reviewedBy: import("zod").ZodString;
12638
+ targetObject: import("zod").ZodAny;
12639
+ }, "strip", import("zod").ZodTypeAny, {
12640
+ status: import("../..").BaseStatus;
12641
+ reviewedBy: string;
12642
+ individualsUpdated: string[];
12643
+ targetObject?: any;
12644
+ }, {
12645
+ status: import("../..").BaseStatus;
12646
+ reviewedBy: string;
12647
+ individualsUpdated: string[];
12648
+ targetObject?: any;
12649
+ }>;
12650
+ 401: import("zod").ZodObject<{
12651
+ status: import("zod").ZodNumber;
12652
+ message: import("zod").ZodString;
12653
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12654
+ }, "strip", import("zod").ZodTypeAny, {
12655
+ message: string;
12656
+ status: number;
12657
+ errors: string[];
12658
+ }, {
12659
+ message: string;
12660
+ status: number;
12661
+ errors: string[];
12662
+ }>;
12663
+ 403: import("zod").ZodObject<{
12664
+ status: import("zod").ZodNumber;
12665
+ message: import("zod").ZodString;
12666
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12667
+ }, "strip", import("zod").ZodTypeAny, {
12668
+ message: string;
12669
+ status: number;
12670
+ errors: string[];
12671
+ }, {
12672
+ message: string;
12673
+ status: number;
12674
+ errors: string[];
12675
+ }>;
12676
+ 500: import("zod").ZodObject<{
12677
+ status: import("zod").ZodNumber;
12678
+ message: import("zod").ZodString;
12679
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12680
+ }, "strip", import("zod").ZodTypeAny, {
12681
+ message: string;
12682
+ status: number;
12683
+ errors: string[];
12684
+ }, {
12685
+ message: string;
12686
+ status: number;
12687
+ errors: string[];
12688
+ }>;
12689
+ };
12690
+ };
12691
+ };
10860
12692
  secureRequests: {
10861
12693
  postSecureRequest: {
10862
12694
  method: "POST";