@dalmore/api-contracts 0.0.0-dev.27db984 → 0.0.0-dev.2c95652

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 (83) hide show
  1. package/common/types/account-setting.types.d.ts +22 -66
  2. package/common/types/account-setting.types.js +2 -31
  3. package/common/types/account-setting.types.js.map +1 -1
  4. package/common/types/account.types.d.ts +32 -23
  5. package/common/types/account.types.js +1 -0
  6. package/common/types/account.types.js.map +1 -1
  7. package/common/types/activity.types.d.ts +8 -1
  8. package/common/types/activity.types.js +7 -0
  9. package/common/types/activity.types.js.map +1 -1
  10. package/common/types/auth.types.d.ts +36 -0
  11. package/common/types/auth.types.js +3 -2
  12. package/common/types/auth.types.js.map +1 -1
  13. package/common/types/cap-table.types.d.ts +162 -53
  14. package/common/types/cap-table.types.js +14 -0
  15. package/common/types/cap-table.types.js.map +1 -1
  16. package/common/types/common.types.d.ts +327 -2
  17. package/common/types/common.types.js +52 -1
  18. package/common/types/common.types.js.map +1 -1
  19. package/common/types/csv.types.d.ts +1557 -0
  20. package/common/types/csv.types.js +154 -0
  21. package/common/types/csv.types.js.map +1 -0
  22. package/common/types/disbursement-transaction.types.d.ts +1 -1
  23. package/common/types/disbursement-transaction.types.js +1 -1
  24. package/common/types/disbursement-transaction.types.js.map +1 -1
  25. package/common/types/disbursements.types.d.ts +939 -7
  26. package/common/types/disbursements.types.js +92 -2
  27. package/common/types/disbursements.types.js.map +1 -1
  28. package/common/types/exchange-provider.types.d.ts +12 -12
  29. package/common/types/file.types.d.ts +3 -0
  30. package/common/types/file.types.js +3 -0
  31. package/common/types/file.types.js.map +1 -1
  32. package/common/types/index.d.ts +3 -0
  33. package/common/types/index.js +3 -0
  34. package/common/types/index.js.map +1 -1
  35. package/common/types/individuals.types.d.ts +207 -5
  36. package/common/types/individuals.types.js +11 -14
  37. package/common/types/individuals.types.js.map +1 -1
  38. package/common/types/investor-account.types.d.ts +1 -1
  39. package/common/types/investor-account.types.js +1 -2
  40. package/common/types/investor-account.types.js.map +1 -1
  41. package/common/types/invite.types.d.ts +2 -2
  42. package/common/types/invite.types.js +1 -1
  43. package/common/types/invite.types.js.map +1 -1
  44. package/common/types/issuer-offering.types.d.ts +171 -10
  45. package/common/types/issuer-offering.types.js +173 -12
  46. package/common/types/issuer-offering.types.js.map +1 -1
  47. package/common/types/legal-entity.types.d.ts +39 -1
  48. package/common/types/legal-entity.types.js +8 -5
  49. package/common/types/legal-entity.types.js.map +1 -1
  50. package/common/types/offering.types.d.ts +255 -21
  51. package/common/types/offering.types.js +219 -18
  52. package/common/types/offering.types.js.map +1 -1
  53. package/common/types/portfolio.types.d.ts +6 -6
  54. package/common/types/review.types.js +1 -1
  55. package/common/types/review.types.js.map +1 -1
  56. package/common/types/secondary-order.types.d.ts +10 -10
  57. package/common/types/secondary-trade.types.d.ts +10 -10
  58. package/common/types/site.types.d.ts +12 -12
  59. package/common/types/trade-line-item.types.d.ts +24 -0
  60. package/common/types/trade-line-item.types.js +3 -0
  61. package/common/types/trade-line-item.types.js.map +1 -1
  62. package/common/types/trade.types.d.ts +9 -0
  63. package/common/types/trade.types.js +8 -1
  64. package/common/types/trade.types.js.map +1 -1
  65. package/common/types/transaction.types.d.ts +0 -1
  66. package/common/types/transaction.types.js +0 -1
  67. package/common/types/transaction.types.js.map +1 -1
  68. package/common/types/user.types.d.ts +162 -59
  69. package/common/types/user.types.js +6 -1
  70. package/common/types/user.types.js.map +1 -1
  71. package/contracts/clients/csv/index.d.ts +1594 -0
  72. package/contracts/clients/csv/index.js +62 -0
  73. package/contracts/clients/csv/index.js.map +1 -0
  74. package/contracts/clients/index.d.ts +1765 -9
  75. package/contracts/clients/index.js +4 -0
  76. package/contracts/clients/index.js.map +1 -1
  77. package/contracts/clients/individuals/index.d.ts +5 -5
  78. package/contracts/clients/legal-entities/index.d.ts +1 -1
  79. package/contracts/clients/offerings/index.d.ts +88 -3
  80. package/contracts/clients/review/index.d.ts +77 -0
  81. package/contracts/clients/review/index.js +23 -0
  82. package/contracts/clients/review/index.js.map +1 -0
  83. package/package.json +1 -1
@@ -2758,6 +2758,1600 @@ 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").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
+ }>, "many">;
2797
+ }, "strip", import("zod").ZodTypeAny, {
2798
+ totalRows: number;
2799
+ successfulRows: number;
2800
+ createdAccounts: {
2801
+ userId: string;
2802
+ investorAccountId: string;
2803
+ row: number;
2804
+ }[];
2805
+ }, {
2806
+ totalRows: number;
2807
+ successfulRows: number;
2808
+ createdAccounts: {
2809
+ userId: string;
2810
+ investorAccountId: string;
2811
+ row: number;
2812
+ }[];
2813
+ }>;
2814
+ 400: import("zod").ZodObject<{
2815
+ status: import("zod").ZodNumber;
2816
+ message: import("zod").ZodString;
2817
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2818
+ }, "strip", import("zod").ZodTypeAny, {
2819
+ message: string;
2820
+ status: number;
2821
+ errors: string[];
2822
+ }, {
2823
+ message: string;
2824
+ status: number;
2825
+ errors: string[];
2826
+ }>;
2827
+ 401: import("zod").ZodObject<{
2828
+ status: import("zod").ZodNumber;
2829
+ message: import("zod").ZodString;
2830
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2831
+ }, "strip", import("zod").ZodTypeAny, {
2832
+ message: string;
2833
+ status: number;
2834
+ errors: string[];
2835
+ }, {
2836
+ message: string;
2837
+ status: number;
2838
+ errors: string[];
2839
+ }>;
2840
+ 422: import("zod").ZodObject<{
2841
+ status: import("zod").ZodNumber;
2842
+ message: import("zod").ZodString;
2843
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2844
+ }, "strip", import("zod").ZodTypeAny, {
2845
+ message: string;
2846
+ status: number;
2847
+ errors: string[];
2848
+ }, {
2849
+ message: string;
2850
+ status: number;
2851
+ errors: string[];
2852
+ }>;
2853
+ 500: import("zod").ZodObject<{
2854
+ status: import("zod").ZodNumber;
2855
+ message: import("zod").ZodString;
2856
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2857
+ }, "strip", import("zod").ZodTypeAny, {
2858
+ message: string;
2859
+ status: number;
2860
+ errors: string[];
2861
+ }, {
2862
+ message: string;
2863
+ status: number;
2864
+ errors: string[];
2865
+ }>;
2866
+ };
2867
+ };
2868
+ uploadAicCsv: {
2869
+ method: "POST";
2870
+ metadata: {
2871
+ auth: boolean;
2872
+ };
2873
+ body: import("@ts-rest/core").ContractPlainType<{
2874
+ file: File;
2875
+ }>;
2876
+ query: import("zod").ZodObject<{
2877
+ accredited: import("zod").ZodBoolean;
2878
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
2879
+ investorAccountId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
2880
+ }, "strip", import("zod").ZodTypeAny, {
2881
+ investorAccountId: string;
2882
+ aicAccreditationType: import("../..").AicAccreditationType;
2883
+ accredited: boolean;
2884
+ }, {
2885
+ investorAccountId: string;
2886
+ aicAccreditationType: import("../..").AicAccreditationType;
2887
+ accredited: boolean;
2888
+ }>;
2889
+ summary: "Upload and process CSV file for AIC questionnaire data";
2890
+ contentType: "multipart/form-data";
2891
+ path: "/clients/api/v1/csv/aic";
2892
+ responses: {
2893
+ 200: import("zod").ZodObject<{
2894
+ id: import("zod").ZodString;
2895
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2896
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2897
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2898
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2899
+ } & {
2900
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2901
+ accountId: import("zod").ZodString;
2902
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2903
+ id: import("zod").ZodString;
2904
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2905
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2906
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2907
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2908
+ } & {
2909
+ name: import("zod").ZodString;
2910
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2911
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2912
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2913
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2914
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2915
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2916
+ }, "strip", import("zod").ZodTypeAny, {
2917
+ status: import("../..").AccountStatus;
2918
+ id: string;
2919
+ createdAt: string | Date;
2920
+ updatedAt: string | Date;
2921
+ deletedAt: string | Date | null;
2922
+ name: string;
2923
+ managedBy: import("../..").ManagedByType | null;
2924
+ platform: import("../..").Platform;
2925
+ onboardingReviewerId: string | null;
2926
+ onboardingReviewAt: Date | null;
2927
+ allowPendingComplianceReview: boolean;
2928
+ __entity?: string | undefined;
2929
+ }, {
2930
+ status: import("../..").AccountStatus;
2931
+ id: string;
2932
+ createdAt: string | Date;
2933
+ updatedAt: string | Date;
2934
+ deletedAt: string | Date | null;
2935
+ name: string;
2936
+ managedBy: import("../..").ManagedByType | null;
2937
+ platform: import("../..").Platform;
2938
+ onboardingReviewerId: string | null;
2939
+ onboardingReviewAt: Date | null;
2940
+ allowPendingComplianceReview: boolean;
2941
+ __entity?: string | undefined;
2942
+ }>>>;
2943
+ investorAccountId: import("zod").ZodString;
2944
+ investorAccount: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2945
+ id: import("zod").ZodString;
2946
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2947
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2948
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2949
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2950
+ } & {
2951
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2952
+ investorAccountType: import("zod").ZodNativeEnum<typeof import("../..").InvestorAccountType>;
2953
+ user: import("zod").ZodLazy<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2954
+ id: import("zod").ZodString;
2955
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2956
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2957
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2958
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2959
+ } & {
2960
+ userLoginId: import("zod").ZodNullable<import("zod").ZodString>;
2961
+ roleId: import("zod").ZodNullable<import("zod").ZodString>;
2962
+ inviteId: import("zod").ZodNullable<import("zod").ZodString>;
2963
+ accountId: import("zod").ZodNullable<import("zod").ZodString>;
2964
+ onboarding: import("zod").ZodNullable<import("zod").ZodString>;
2965
+ account: import("zod").ZodOptional<import("zod").ZodObject<{
2966
+ id: import("zod").ZodString;
2967
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2968
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2969
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2970
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2971
+ } & {
2972
+ name: import("zod").ZodString;
2973
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2974
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2975
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2976
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2977
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2978
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2979
+ }, "strip", import("zod").ZodTypeAny, {
2980
+ status: import("../..").AccountStatus;
2981
+ id: string;
2982
+ createdAt: string | Date;
2983
+ updatedAt: string | Date;
2984
+ deletedAt: string | Date | null;
2985
+ name: string;
2986
+ managedBy: import("../..").ManagedByType | null;
2987
+ platform: import("../..").Platform;
2988
+ onboardingReviewerId: string | null;
2989
+ onboardingReviewAt: Date | null;
2990
+ allowPendingComplianceReview: boolean;
2991
+ __entity?: string | undefined;
2992
+ }, {
2993
+ status: import("../..").AccountStatus;
2994
+ id: string;
2995
+ createdAt: string | Date;
2996
+ updatedAt: string | Date;
2997
+ deletedAt: string | Date | null;
2998
+ name: string;
2999
+ managedBy: import("../..").ManagedByType | null;
3000
+ platform: import("../..").Platform;
3001
+ onboardingReviewerId: string | null;
3002
+ onboardingReviewAt: Date | null;
3003
+ allowPendingComplianceReview: boolean;
3004
+ __entity?: string | undefined;
3005
+ }>>;
3006
+ active: import("zod").ZodBoolean;
3007
+ locked: import("zod").ZodBoolean;
3008
+ userLogin: import("zod").ZodObject<{
3009
+ id: import("zod").ZodString;
3010
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3011
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3012
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3013
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3014
+ } & {
3015
+ firstName: import("zod").ZodString;
3016
+ lastName: import("zod").ZodString;
3017
+ email: import("zod").ZodString;
3018
+ provider: import("zod").ZodString;
3019
+ lastLoginAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3020
+ loginCount: import("zod").ZodNumber;
3021
+ }, "strip", import("zod").ZodTypeAny, {
3022
+ id: string;
3023
+ createdAt: string | Date;
3024
+ updatedAt: string | Date;
3025
+ deletedAt: string | Date | null;
3026
+ firstName: string;
3027
+ lastName: string;
3028
+ email: string;
3029
+ provider: string;
3030
+ lastLoginAt: string | Date | null;
3031
+ loginCount: number;
3032
+ __entity?: string | undefined;
3033
+ }, {
3034
+ id: string;
3035
+ createdAt: string | Date;
3036
+ updatedAt: string | Date;
3037
+ deletedAt: string | Date | null;
3038
+ firstName: string;
3039
+ lastName: string;
3040
+ email: string;
3041
+ provider: string;
3042
+ lastLoginAt: string | Date | null;
3043
+ loginCount: number;
3044
+ __entity?: string | undefined;
3045
+ }>;
3046
+ }, "strip", import("zod").ZodTypeAny, {
3047
+ id: string;
3048
+ createdAt: string | Date;
3049
+ updatedAt: string | Date;
3050
+ deletedAt: string | Date | null;
3051
+ active: boolean;
3052
+ inviteId: string | null;
3053
+ accountId: string | null;
3054
+ roleId: string | null;
3055
+ userLoginId: string | null;
3056
+ locked: boolean;
3057
+ onboarding: string | null;
3058
+ userLogin: {
3059
+ id: string;
3060
+ createdAt: string | Date;
3061
+ updatedAt: string | Date;
3062
+ deletedAt: string | Date | null;
3063
+ firstName: string;
3064
+ lastName: string;
3065
+ email: string;
3066
+ provider: string;
3067
+ lastLoginAt: string | Date | null;
3068
+ loginCount: number;
3069
+ __entity?: string | undefined;
3070
+ };
3071
+ __entity?: string | undefined;
3072
+ account?: {
3073
+ status: import("../..").AccountStatus;
3074
+ id: string;
3075
+ createdAt: string | Date;
3076
+ updatedAt: string | Date;
3077
+ deletedAt: string | Date | null;
3078
+ name: string;
3079
+ managedBy: import("../..").ManagedByType | null;
3080
+ platform: import("../..").Platform;
3081
+ onboardingReviewerId: string | null;
3082
+ onboardingReviewAt: Date | null;
3083
+ allowPendingComplianceReview: boolean;
3084
+ __entity?: string | undefined;
3085
+ } | undefined;
3086
+ }, {
3087
+ id: string;
3088
+ createdAt: string | Date;
3089
+ updatedAt: string | Date;
3090
+ deletedAt: string | Date | null;
3091
+ active: boolean;
3092
+ inviteId: string | null;
3093
+ accountId: string | null;
3094
+ roleId: string | null;
3095
+ userLoginId: string | null;
3096
+ locked: boolean;
3097
+ onboarding: string | null;
3098
+ userLogin: {
3099
+ id: string;
3100
+ createdAt: string | Date;
3101
+ updatedAt: string | Date;
3102
+ deletedAt: string | Date | null;
3103
+ firstName: string;
3104
+ lastName: string;
3105
+ email: string;
3106
+ provider: string;
3107
+ lastLoginAt: string | Date | null;
3108
+ loginCount: number;
3109
+ __entity?: string | undefined;
3110
+ };
3111
+ __entity?: string | undefined;
3112
+ account?: {
3113
+ status: import("../..").AccountStatus;
3114
+ id: string;
3115
+ createdAt: string | Date;
3116
+ updatedAt: string | Date;
3117
+ deletedAt: string | Date | null;
3118
+ name: string;
3119
+ managedBy: import("../..").ManagedByType | null;
3120
+ platform: import("../..").Platform;
3121
+ onboardingReviewerId: string | null;
3122
+ onboardingReviewAt: Date | null;
3123
+ allowPendingComplianceReview: boolean;
3124
+ __entity?: string | undefined;
3125
+ } | undefined;
3126
+ }>>>>;
3127
+ userId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3128
+ email: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3129
+ name: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3130
+ regAQualified: import("zod").ZodBoolean;
3131
+ regCfQualified: import("zod").ZodBoolean;
3132
+ regDQualified: import("zod").ZodBoolean;
3133
+ accountId: import("zod").ZodString;
3134
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3135
+ id: import("zod").ZodString;
3136
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3137
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3138
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3139
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3140
+ } & {
3141
+ name: import("zod").ZodString;
3142
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
3143
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
3144
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
3145
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
3146
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
3147
+ allowPendingComplianceReview: import("zod").ZodBoolean;
3148
+ }, "strip", import("zod").ZodTypeAny, {
3149
+ status: import("../..").AccountStatus;
3150
+ id: string;
3151
+ createdAt: string | Date;
3152
+ updatedAt: string | Date;
3153
+ deletedAt: string | Date | null;
3154
+ name: string;
3155
+ managedBy: import("../..").ManagedByType | null;
3156
+ platform: import("../..").Platform;
3157
+ onboardingReviewerId: string | null;
3158
+ onboardingReviewAt: Date | null;
3159
+ allowPendingComplianceReview: boolean;
3160
+ __entity?: string | undefined;
3161
+ }, {
3162
+ status: import("../..").AccountStatus;
3163
+ id: string;
3164
+ createdAt: string | Date;
3165
+ updatedAt: string | Date;
3166
+ deletedAt: string | Date | null;
3167
+ name: string;
3168
+ managedBy: import("../..").ManagedByType | null;
3169
+ platform: import("../..").Platform;
3170
+ onboardingReviewerId: string | null;
3171
+ onboardingReviewAt: Date | null;
3172
+ allowPendingComplianceReview: boolean;
3173
+ __entity?: string | undefined;
3174
+ }>>>;
3175
+ trades: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3176
+ individuals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3177
+ legalEntities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<import("zod").ZodObject<{
3178
+ id: import("zod").ZodString;
3179
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3180
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3181
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3182
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3183
+ } & {
3184
+ thirdPartyId: import("zod").ZodNullable<import("zod").ZodString>;
3185
+ accountId: import("zod").ZodString;
3186
+ investorAccountId: import("zod").ZodString;
3187
+ kybStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>>;
3188
+ sanctionsStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").SanctionsStatus>>;
3189
+ kybs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3190
+ id: import("zod").ZodString;
3191
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3192
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3193
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3194
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3195
+ } & {
3196
+ thirdPartyId: import("zod").ZodString;
3197
+ platform: import("zod").ZodString;
3198
+ legalEntityId: import("zod").ZodString;
3199
+ documentType: import("zod").ZodString;
3200
+ documentImage: import("zod").ZodString;
3201
+ kybStatus: import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>;
3202
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
3203
+ response: import("zod").ZodNullable<import("zod").ZodString>;
3204
+ }, "strip", import("zod").ZodTypeAny, {
3205
+ id: string;
3206
+ createdAt: string | Date;
3207
+ updatedAt: string | Date;
3208
+ deletedAt: string | Date | null;
3209
+ platform: string;
3210
+ documentType: string;
3211
+ documentImage: string;
3212
+ reason: string | null;
3213
+ response: string | null;
3214
+ thirdPartyId: string;
3215
+ legalEntityId: string;
3216
+ kybStatus: import("../..").KYBStatus;
3217
+ __entity?: string | undefined;
3218
+ }, {
3219
+ id: string;
3220
+ createdAt: string | Date;
3221
+ updatedAt: string | Date;
3222
+ deletedAt: string | Date | null;
3223
+ platform: string;
3224
+ documentType: string;
3225
+ documentImage: string;
3226
+ reason: string | null;
3227
+ response: string | null;
3228
+ thirdPartyId: string;
3229
+ legalEntityId: string;
3230
+ kybStatus: import("../..").KYBStatus;
3231
+ __entity?: string | undefined;
3232
+ }>, "many">>;
3233
+ name: import("zod").ZodString;
3234
+ ein: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3235
+ companyType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3236
+ streetAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3237
+ city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3238
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3239
+ zip: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3240
+ country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3241
+ phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3242
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3243
+ }, "strip", import("zod").ZodTypeAny, {
3244
+ id: string;
3245
+ createdAt: string | Date;
3246
+ updatedAt: string | Date;
3247
+ deletedAt: string | Date | null;
3248
+ accountId: string;
3249
+ name: string;
3250
+ state: string | null;
3251
+ thirdPartyId: string | null;
3252
+ kybStatus: import("../..").KYBStatus;
3253
+ investorAccountId: string;
3254
+ sanctionsStatus: import("../..").SanctionsStatus;
3255
+ setupStatus: import("../..").SetupStatusType;
3256
+ __entity?: string | undefined;
3257
+ country?: string | null | undefined;
3258
+ kybs?: {
3259
+ id: string;
3260
+ createdAt: string | Date;
3261
+ updatedAt: string | Date;
3262
+ deletedAt: string | Date | null;
3263
+ platform: string;
3264
+ documentType: string;
3265
+ documentImage: string;
3266
+ reason: string | null;
3267
+ response: string | null;
3268
+ thirdPartyId: string;
3269
+ legalEntityId: string;
3270
+ kybStatus: import("../..").KYBStatus;
3271
+ __entity?: string | undefined;
3272
+ }[] | undefined;
3273
+ phone?: string | null | undefined;
3274
+ city?: string | null | undefined;
3275
+ zip?: string | null | undefined;
3276
+ ein?: string | null | undefined;
3277
+ companyType?: string | null | undefined;
3278
+ streetAddress?: string | null | undefined;
3279
+ }, {
3280
+ id: string;
3281
+ createdAt: string | Date;
3282
+ updatedAt: string | Date;
3283
+ deletedAt: string | Date | null;
3284
+ accountId: string;
3285
+ name: string;
3286
+ state: string | null;
3287
+ thirdPartyId: string | null;
3288
+ kybStatus: import("../..").KYBStatus;
3289
+ investorAccountId: string;
3290
+ sanctionsStatus: import("../..").SanctionsStatus;
3291
+ setupStatus: import("../..").SetupStatusType;
3292
+ __entity?: string | undefined;
3293
+ country?: string | null | undefined;
3294
+ kybs?: {
3295
+ id: string;
3296
+ createdAt: string | Date;
3297
+ updatedAt: string | Date;
3298
+ deletedAt: string | Date | null;
3299
+ platform: string;
3300
+ documentType: string;
3301
+ documentImage: string;
3302
+ reason: string | null;
3303
+ response: string | null;
3304
+ thirdPartyId: string;
3305
+ legalEntityId: string;
3306
+ kybStatus: import("../..").KYBStatus;
3307
+ __entity?: string | undefined;
3308
+ }[] | undefined;
3309
+ phone?: string | null | undefined;
3310
+ city?: string | null | undefined;
3311
+ zip?: string | null | undefined;
3312
+ ein?: string | null | undefined;
3313
+ companyType?: string | null | undefined;
3314
+ streetAddress?: string | null | undefined;
3315
+ }>>, "many">>;
3316
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3317
+ systemReviewLog: import("zod").ZodNullable<import("zod").ZodString>;
3318
+ totalAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
3319
+ statusCheck: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3320
+ entity: import("zod").ZodOptional<import("zod").ZodObject<{
3321
+ information: import("zod").ZodDefault<import("zod").ZodBoolean>;
3322
+ address: import("zod").ZodDefault<import("zod").ZodBoolean>;
3323
+ }, "strip", import("zod").ZodTypeAny, {
3324
+ address: boolean;
3325
+ information: boolean;
3326
+ }, {
3327
+ address?: boolean | undefined;
3328
+ information?: boolean | undefined;
3329
+ }>>;
3330
+ primary: import("zod").ZodOptional<import("zod").ZodObject<{
3331
+ account: import("zod").ZodDefault<import("zod").ZodBoolean>;
3332
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3333
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3334
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3335
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3336
+ investorQuestionnaire: import("zod").ZodDefault<import("zod").ZodBoolean>;
3337
+ accreditation: import("zod").ZodDefault<import("zod").ZodBoolean>;
3338
+ trustedContact: import("zod").ZodDefault<import("zod").ZodBoolean>;
3339
+ retirement: import("zod").ZodOptional<import("zod").ZodBoolean>;
3340
+ }, "strip", import("zod").ZodTypeAny, {
3341
+ account: boolean;
3342
+ personal: boolean;
3343
+ residential: boolean;
3344
+ identity: boolean;
3345
+ financial: boolean;
3346
+ investorQuestionnaire: boolean;
3347
+ accreditation: boolean;
3348
+ trustedContact: boolean;
3349
+ retirement?: boolean | undefined;
3350
+ }, {
3351
+ account?: boolean | undefined;
3352
+ personal?: boolean | undefined;
3353
+ residential?: boolean | undefined;
3354
+ identity?: boolean | undefined;
3355
+ financial?: boolean | undefined;
3356
+ investorQuestionnaire?: boolean | undefined;
3357
+ accreditation?: boolean | undefined;
3358
+ trustedContact?: boolean | undefined;
3359
+ retirement?: boolean | undefined;
3360
+ }>>;
3361
+ secondary: import("zod").ZodOptional<import("zod").ZodObject<{
3362
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3363
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3364
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3365
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3366
+ }, "strip", import("zod").ZodTypeAny, {
3367
+ personal: boolean;
3368
+ residential: boolean;
3369
+ identity: boolean;
3370
+ financial: boolean;
3371
+ }, {
3372
+ personal?: boolean | undefined;
3373
+ residential?: boolean | undefined;
3374
+ identity?: boolean | undefined;
3375
+ financial?: boolean | undefined;
3376
+ }>>;
3377
+ }, "strip", import("zod").ZodTypeAny, {
3378
+ entity?: {
3379
+ address: boolean;
3380
+ information: boolean;
3381
+ } | undefined;
3382
+ primary?: {
3383
+ account: boolean;
3384
+ personal: boolean;
3385
+ residential: boolean;
3386
+ identity: boolean;
3387
+ financial: boolean;
3388
+ investorQuestionnaire: boolean;
3389
+ accreditation: boolean;
3390
+ trustedContact: boolean;
3391
+ retirement?: boolean | undefined;
3392
+ } | undefined;
3393
+ secondary?: {
3394
+ personal: boolean;
3395
+ residential: boolean;
3396
+ identity: boolean;
3397
+ financial: boolean;
3398
+ } | undefined;
3399
+ }, {
3400
+ entity?: {
3401
+ address?: boolean | undefined;
3402
+ information?: boolean | undefined;
3403
+ } | undefined;
3404
+ primary?: {
3405
+ account?: boolean | undefined;
3406
+ personal?: boolean | undefined;
3407
+ residential?: boolean | undefined;
3408
+ identity?: boolean | undefined;
3409
+ financial?: boolean | undefined;
3410
+ investorQuestionnaire?: boolean | undefined;
3411
+ accreditation?: boolean | undefined;
3412
+ trustedContact?: boolean | undefined;
3413
+ retirement?: boolean | undefined;
3414
+ } | undefined;
3415
+ secondary?: {
3416
+ personal?: boolean | undefined;
3417
+ residential?: boolean | undefined;
3418
+ identity?: boolean | undefined;
3419
+ financial?: boolean | undefined;
3420
+ } | undefined;
3421
+ }>>>;
3422
+ }, "strip", import("zod").ZodTypeAny, {
3423
+ id: string;
3424
+ createdAt: string | Date;
3425
+ updatedAt: string | Date;
3426
+ deletedAt: string | Date | null;
3427
+ accountId: string;
3428
+ tid: string | null;
3429
+ investorAccountType: import("../..").InvestorAccountType;
3430
+ regAQualified: boolean;
3431
+ regCfQualified: boolean;
3432
+ regDQualified: boolean;
3433
+ systemReviewLog: string | null;
3434
+ setupStatus: import("../..").SetupStatusType;
3435
+ __entity?: string | undefined;
3436
+ email?: string | null | undefined;
3437
+ name?: string | null | undefined;
3438
+ account?: {
3439
+ status: import("../..").AccountStatus;
3440
+ id: string;
3441
+ createdAt: string | Date;
3442
+ updatedAt: string | Date;
3443
+ deletedAt: string | Date | null;
3444
+ name: string;
3445
+ managedBy: import("../..").ManagedByType | null;
3446
+ platform: import("../..").Platform;
3447
+ onboardingReviewerId: string | null;
3448
+ onboardingReviewAt: Date | null;
3449
+ allowPendingComplianceReview: boolean;
3450
+ __entity?: string | undefined;
3451
+ } | undefined;
3452
+ individuals?: any[] | undefined;
3453
+ trades?: any[] | undefined;
3454
+ user?: {
3455
+ id: string;
3456
+ createdAt: string | Date;
3457
+ updatedAt: string | Date;
3458
+ deletedAt: string | Date | null;
3459
+ active: boolean;
3460
+ inviteId: string | null;
3461
+ accountId: string | null;
3462
+ roleId: string | null;
3463
+ userLoginId: string | null;
3464
+ locked: boolean;
3465
+ onboarding: string | null;
3466
+ userLogin: {
3467
+ id: string;
3468
+ createdAt: string | Date;
3469
+ updatedAt: string | Date;
3470
+ deletedAt: string | Date | null;
3471
+ firstName: string;
3472
+ lastName: string;
3473
+ email: string;
3474
+ provider: string;
3475
+ lastLoginAt: string | Date | null;
3476
+ loginCount: number;
3477
+ __entity?: string | undefined;
3478
+ };
3479
+ __entity?: string | undefined;
3480
+ account?: {
3481
+ status: import("../..").AccountStatus;
3482
+ id: string;
3483
+ createdAt: string | Date;
3484
+ updatedAt: string | Date;
3485
+ deletedAt: string | Date | null;
3486
+ name: string;
3487
+ managedBy: import("../..").ManagedByType | null;
3488
+ platform: import("../..").Platform;
3489
+ onboardingReviewerId: string | null;
3490
+ onboardingReviewAt: Date | null;
3491
+ allowPendingComplianceReview: boolean;
3492
+ __entity?: string | undefined;
3493
+ } | undefined;
3494
+ } | null | undefined;
3495
+ legalEntities?: {
3496
+ id: string;
3497
+ createdAt: string | Date;
3498
+ updatedAt: string | Date;
3499
+ deletedAt: string | Date | null;
3500
+ accountId: string;
3501
+ name: string;
3502
+ state: string | null;
3503
+ thirdPartyId: string | null;
3504
+ kybStatus: import("../..").KYBStatus;
3505
+ investorAccountId: string;
3506
+ sanctionsStatus: import("../..").SanctionsStatus;
3507
+ setupStatus: import("../..").SetupStatusType;
3508
+ __entity?: string | undefined;
3509
+ country?: string | null | undefined;
3510
+ kybs?: {
3511
+ id: string;
3512
+ createdAt: string | Date;
3513
+ updatedAt: string | Date;
3514
+ deletedAt: string | Date | null;
3515
+ platform: string;
3516
+ documentType: string;
3517
+ documentImage: string;
3518
+ reason: string | null;
3519
+ response: string | null;
3520
+ thirdPartyId: string;
3521
+ legalEntityId: string;
3522
+ kybStatus: import("../..").KYBStatus;
3523
+ __entity?: string | undefined;
3524
+ }[] | undefined;
3525
+ phone?: string | null | undefined;
3526
+ city?: string | null | undefined;
3527
+ zip?: string | null | undefined;
3528
+ ein?: string | null | undefined;
3529
+ companyType?: string | null | undefined;
3530
+ streetAddress?: string | null | undefined;
3531
+ }[] | undefined;
3532
+ userId?: string | null | undefined;
3533
+ totalAmount?: number | undefined;
3534
+ statusCheck?: {
3535
+ entity?: {
3536
+ address: boolean;
3537
+ information: boolean;
3538
+ } | undefined;
3539
+ primary?: {
3540
+ account: boolean;
3541
+ personal: boolean;
3542
+ residential: boolean;
3543
+ identity: boolean;
3544
+ financial: boolean;
3545
+ investorQuestionnaire: boolean;
3546
+ accreditation: boolean;
3547
+ trustedContact: boolean;
3548
+ retirement?: boolean | undefined;
3549
+ } | undefined;
3550
+ secondary?: {
3551
+ personal: boolean;
3552
+ residential: boolean;
3553
+ identity: boolean;
3554
+ financial: boolean;
3555
+ } | undefined;
3556
+ } | undefined;
3557
+ }, {
3558
+ id: string;
3559
+ createdAt: string | Date;
3560
+ updatedAt: string | Date;
3561
+ deletedAt: string | Date | null;
3562
+ accountId: string;
3563
+ tid: string | null;
3564
+ investorAccountType: import("../..").InvestorAccountType;
3565
+ regAQualified: boolean;
3566
+ regCfQualified: boolean;
3567
+ regDQualified: boolean;
3568
+ systemReviewLog: string | null;
3569
+ setupStatus: import("../..").SetupStatusType;
3570
+ __entity?: string | undefined;
3571
+ email?: string | null | undefined;
3572
+ name?: string | null | undefined;
3573
+ account?: {
3574
+ status: import("../..").AccountStatus;
3575
+ id: string;
3576
+ createdAt: string | Date;
3577
+ updatedAt: string | Date;
3578
+ deletedAt: string | Date | null;
3579
+ name: string;
3580
+ managedBy: import("../..").ManagedByType | null;
3581
+ platform: import("../..").Platform;
3582
+ onboardingReviewerId: string | null;
3583
+ onboardingReviewAt: Date | null;
3584
+ allowPendingComplianceReview: boolean;
3585
+ __entity?: string | undefined;
3586
+ } | undefined;
3587
+ individuals?: any[] | undefined;
3588
+ trades?: any[] | undefined;
3589
+ user?: {
3590
+ id: string;
3591
+ createdAt: string | Date;
3592
+ updatedAt: string | Date;
3593
+ deletedAt: string | Date | null;
3594
+ active: boolean;
3595
+ inviteId: string | null;
3596
+ accountId: string | null;
3597
+ roleId: string | null;
3598
+ userLoginId: string | null;
3599
+ locked: boolean;
3600
+ onboarding: string | null;
3601
+ userLogin: {
3602
+ id: string;
3603
+ createdAt: string | Date;
3604
+ updatedAt: string | Date;
3605
+ deletedAt: string | Date | null;
3606
+ firstName: string;
3607
+ lastName: string;
3608
+ email: string;
3609
+ provider: string;
3610
+ lastLoginAt: string | Date | null;
3611
+ loginCount: number;
3612
+ __entity?: string | undefined;
3613
+ };
3614
+ __entity?: string | undefined;
3615
+ account?: {
3616
+ status: import("../..").AccountStatus;
3617
+ id: string;
3618
+ createdAt: string | Date;
3619
+ updatedAt: string | Date;
3620
+ deletedAt: string | Date | null;
3621
+ name: string;
3622
+ managedBy: import("../..").ManagedByType | null;
3623
+ platform: import("../..").Platform;
3624
+ onboardingReviewerId: string | null;
3625
+ onboardingReviewAt: Date | null;
3626
+ allowPendingComplianceReview: boolean;
3627
+ __entity?: string | undefined;
3628
+ } | undefined;
3629
+ } | null | undefined;
3630
+ legalEntities?: {
3631
+ id: string;
3632
+ createdAt: string | Date;
3633
+ updatedAt: string | Date;
3634
+ deletedAt: string | Date | null;
3635
+ accountId: string;
3636
+ name: string;
3637
+ state: string | null;
3638
+ thirdPartyId: string | null;
3639
+ kybStatus: import("../..").KYBStatus;
3640
+ investorAccountId: string;
3641
+ sanctionsStatus: import("../..").SanctionsStatus;
3642
+ setupStatus: import("../..").SetupStatusType;
3643
+ __entity?: string | undefined;
3644
+ country?: string | null | undefined;
3645
+ kybs?: {
3646
+ id: string;
3647
+ createdAt: string | Date;
3648
+ updatedAt: string | Date;
3649
+ deletedAt: string | Date | null;
3650
+ platform: string;
3651
+ documentType: string;
3652
+ documentImage: string;
3653
+ reason: string | null;
3654
+ response: string | null;
3655
+ thirdPartyId: string;
3656
+ legalEntityId: string;
3657
+ kybStatus: import("../..").KYBStatus;
3658
+ __entity?: string | undefined;
3659
+ }[] | undefined;
3660
+ phone?: string | null | undefined;
3661
+ city?: string | null | undefined;
3662
+ zip?: string | null | undefined;
3663
+ ein?: string | null | undefined;
3664
+ companyType?: string | null | undefined;
3665
+ streetAddress?: string | null | undefined;
3666
+ }[] | undefined;
3667
+ userId?: string | null | undefined;
3668
+ totalAmount?: number | undefined;
3669
+ statusCheck?: {
3670
+ entity?: {
3671
+ address?: boolean | undefined;
3672
+ information?: boolean | undefined;
3673
+ } | undefined;
3674
+ primary?: {
3675
+ account?: boolean | undefined;
3676
+ personal?: boolean | undefined;
3677
+ residential?: boolean | undefined;
3678
+ identity?: boolean | undefined;
3679
+ financial?: boolean | undefined;
3680
+ investorQuestionnaire?: boolean | undefined;
3681
+ accreditation?: boolean | undefined;
3682
+ trustedContact?: boolean | undefined;
3683
+ retirement?: boolean | undefined;
3684
+ } | undefined;
3685
+ secondary?: {
3686
+ personal?: boolean | undefined;
3687
+ residential?: boolean | undefined;
3688
+ identity?: boolean | undefined;
3689
+ financial?: boolean | undefined;
3690
+ } | undefined;
3691
+ } | undefined;
3692
+ }>>>;
3693
+ role: import("zod").ZodNativeEnum<typeof import("../..").IndividualRole>;
3694
+ firstName: import("zod").ZodString;
3695
+ lastName: import("zod").ZodNullable<import("zod").ZodString>;
3696
+ dob: import("zod").ZodNullable<import("zod").ZodDate>;
3697
+ isUsCitizenOrGreenCardHolder: import("zod").ZodBoolean;
3698
+ ssn: import("zod").ZodNullable<import("zod").ZodString>;
3699
+ lastFour: import("zod").ZodNullable<import("zod").ZodString>;
3700
+ address: import("zod").ZodNullable<import("zod").ZodString>;
3701
+ address2: import("zod").ZodNullable<import("zod").ZodString>;
3702
+ email: import("zod").ZodNullable<import("zod").ZodString>;
3703
+ phone: import("zod").ZodNullable<import("zod").ZodString>;
3704
+ city: import("zod").ZodNullable<import("zod").ZodString>;
3705
+ country: import("zod").ZodNullable<import("zod").ZodString>;
3706
+ citizenship: import("zod").ZodNullable<import("zod").ZodString>;
3707
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3708
+ zip: import("zod").ZodNullable<import("zod").ZodString>;
3709
+ currencyCode: import("zod").ZodNullable<import("zod").ZodString>;
3710
+ financialAdvisor: import("zod").ZodBoolean;
3711
+ occupation: import("zod").ZodNullable<import("zod").ZodString>;
3712
+ employmentStatus: import("zod").ZodNativeEnum<typeof import("../..").EmploymentStatus>;
3713
+ employerName: import("zod").ZodNullable<import("zod").ZodString>;
3714
+ employerAddressLine1: import("zod").ZodNullable<import("zod").ZodString>;
3715
+ employerAddressLine2: import("zod").ZodNullable<import("zod").ZodString>;
3716
+ employerCity: import("zod").ZodNullable<import("zod").ZodString>;
3717
+ employerState: import("zod").ZodNullable<import("zod").ZodString>;
3718
+ employerZip: import("zod").ZodNullable<import("zod").ZodString>;
3719
+ employerCountry: import("zod").ZodNullable<import("zod").ZodString>;
3720
+ kycDocumentType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
3721
+ kycDocumentIssuer: import("zod").ZodNullable<import("zod").ZodString>;
3722
+ kycExpirationDate: import("zod").ZodNullable<import("zod").ZodString>;
3723
+ kycIssuerDate: import("zod").ZodNullable<import("zod").ZodString>;
3724
+ kycDocumentNumber: import("zod").ZodNullable<import("zod").ZodString>;
3725
+ kycFirstName: import("zod").ZodNullable<import("zod").ZodString>;
3726
+ kycLastName: import("zod").ZodNullable<import("zod").ZodString>;
3727
+ ownership: import("zod").ZodNullable<import("zod").ZodNumber>;
3728
+ householdNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3729
+ liquidNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3730
+ currentHouseholdIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3731
+ currentAnnualIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3732
+ investedInCrowdfunding: import("zod").ZodNullable<import("zod").ZodNumber>;
3733
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3734
+ setupStep: import("zod").ZodNativeEnum<typeof import("../..").SetupStepType>;
3735
+ sourceOfIncome: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").SourceOfIncome>>;
3736
+ aicQuestionnaire: import("zod").ZodNullable<import("zod").ZodString>;
3737
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
3738
+ kycProvider: import("zod").ZodNullable<import("zod").ZodString>;
3739
+ kycTid: import("zod").ZodNullable<import("zod").ZodString>;
3740
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
3741
+ accredited: import("zod").ZodBoolean;
3742
+ retirementAccountType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").RetirementAccountType>>;
3743
+ custodianName: import("zod").ZodNullable<import("zod").ZodString>;
3744
+ custodianAccountNumber: import("zod").ZodNullable<import("zod").ZodString>;
3745
+ custodianRepresentativeName: import("zod").ZodNullable<import("zod").ZodString>;
3746
+ custodianEmail: import("zod").ZodNullable<import("zod").ZodString>;
3747
+ }, "strip", import("zod").ZodTypeAny, {
3748
+ id: string;
3749
+ createdAt: string | Date;
3750
+ updatedAt: string | Date;
3751
+ deletedAt: string | Date | null;
3752
+ country: string | null;
3753
+ firstName: string;
3754
+ lastName: string | null;
3755
+ email: string | null;
3756
+ accountId: string;
3757
+ role: import("../..").IndividualRole;
3758
+ kycStatus: import("../..").KYCStatus;
3759
+ tid: string | null;
3760
+ phone: string | null;
3761
+ state: string | null;
3762
+ address: string | null;
3763
+ city: string | null;
3764
+ kycFirstName: string | null;
3765
+ kycLastName: string | null;
3766
+ kycDocumentType: import("../..").KYCDocumentType | null;
3767
+ kycDocumentIssuer: string | null;
3768
+ kycProvider: string | null;
3769
+ zip: string | null;
3770
+ address2: string | null;
3771
+ investorAccountId: string;
3772
+ currencyCode: string | null;
3773
+ setupStatus: import("../..").SetupStatusType;
3774
+ kycDocumentNumber: string | null;
3775
+ kycIssuerDate: string | null;
3776
+ kycExpirationDate: string | null;
3777
+ liquidNetWorth: number | null;
3778
+ aicAccreditationType: import("../..").AicAccreditationType;
3779
+ aicQuestionnaire: string | null;
3780
+ dob: Date | null;
3781
+ isUsCitizenOrGreenCardHolder: boolean;
3782
+ citizenship: string | null;
3783
+ ssn: string | null;
3784
+ lastFour: string | null;
3785
+ kycTid: string | null;
3786
+ investedInCrowdfunding: number | null;
3787
+ currentAnnualIncome: number | null;
3788
+ currentHouseholdIncome: number | null;
3789
+ householdNetWorth: number | null;
3790
+ financialAdvisor: boolean;
3791
+ occupation: string | null;
3792
+ employmentStatus: import("../..").EmploymentStatus;
3793
+ employerName: string | null;
3794
+ employerAddressLine1: string | null;
3795
+ employerAddressLine2: string | null;
3796
+ employerCity: string | null;
3797
+ employerState: string | null;
3798
+ employerZip: string | null;
3799
+ employerCountry: string | null;
3800
+ setupStep: import("../..").SetupStepType;
3801
+ sourceOfIncome: import("../..").SourceOfIncome | null;
3802
+ ownership: number | null;
3803
+ retirementAccountType: import("../..").RetirementAccountType | null;
3804
+ custodianName: string | null;
3805
+ custodianAccountNumber: string | null;
3806
+ custodianRepresentativeName: string | null;
3807
+ custodianEmail: string | null;
3808
+ accredited: boolean;
3809
+ __entity?: string | undefined;
3810
+ account?: {
3811
+ status: import("../..").AccountStatus;
3812
+ id: string;
3813
+ createdAt: string | Date;
3814
+ updatedAt: string | Date;
3815
+ deletedAt: string | Date | null;
3816
+ name: string;
3817
+ managedBy: import("../..").ManagedByType | null;
3818
+ platform: import("../..").Platform;
3819
+ onboardingReviewerId: string | null;
3820
+ onboardingReviewAt: Date | null;
3821
+ allowPendingComplianceReview: boolean;
3822
+ __entity?: string | undefined;
3823
+ } | undefined;
3824
+ investorAccount?: {
3825
+ id: string;
3826
+ createdAt: string | Date;
3827
+ updatedAt: string | Date;
3828
+ deletedAt: string | Date | null;
3829
+ accountId: string;
3830
+ tid: string | null;
3831
+ investorAccountType: import("../..").InvestorAccountType;
3832
+ regAQualified: boolean;
3833
+ regCfQualified: boolean;
3834
+ regDQualified: boolean;
3835
+ systemReviewLog: string | null;
3836
+ setupStatus: import("../..").SetupStatusType;
3837
+ __entity?: string | undefined;
3838
+ email?: string | null | undefined;
3839
+ name?: string | null | undefined;
3840
+ account?: {
3841
+ status: import("../..").AccountStatus;
3842
+ id: string;
3843
+ createdAt: string | Date;
3844
+ updatedAt: string | Date;
3845
+ deletedAt: string | Date | null;
3846
+ name: string;
3847
+ managedBy: import("../..").ManagedByType | null;
3848
+ platform: import("../..").Platform;
3849
+ onboardingReviewerId: string | null;
3850
+ onboardingReviewAt: Date | null;
3851
+ allowPendingComplianceReview: boolean;
3852
+ __entity?: string | undefined;
3853
+ } | undefined;
3854
+ individuals?: any[] | undefined;
3855
+ trades?: any[] | undefined;
3856
+ user?: {
3857
+ id: string;
3858
+ createdAt: string | Date;
3859
+ updatedAt: string | Date;
3860
+ deletedAt: string | Date | null;
3861
+ active: boolean;
3862
+ inviteId: string | null;
3863
+ accountId: string | null;
3864
+ roleId: string | null;
3865
+ userLoginId: string | null;
3866
+ locked: boolean;
3867
+ onboarding: string | null;
3868
+ userLogin: {
3869
+ id: string;
3870
+ createdAt: string | Date;
3871
+ updatedAt: string | Date;
3872
+ deletedAt: string | Date | null;
3873
+ firstName: string;
3874
+ lastName: string;
3875
+ email: string;
3876
+ provider: string;
3877
+ lastLoginAt: string | Date | null;
3878
+ loginCount: number;
3879
+ __entity?: string | undefined;
3880
+ };
3881
+ __entity?: string | undefined;
3882
+ account?: {
3883
+ status: import("../..").AccountStatus;
3884
+ id: string;
3885
+ createdAt: string | Date;
3886
+ updatedAt: string | Date;
3887
+ deletedAt: string | Date | null;
3888
+ name: string;
3889
+ managedBy: import("../..").ManagedByType | null;
3890
+ platform: import("../..").Platform;
3891
+ onboardingReviewerId: string | null;
3892
+ onboardingReviewAt: Date | null;
3893
+ allowPendingComplianceReview: boolean;
3894
+ __entity?: string | undefined;
3895
+ } | undefined;
3896
+ } | null | undefined;
3897
+ legalEntities?: {
3898
+ id: string;
3899
+ createdAt: string | Date;
3900
+ updatedAt: string | Date;
3901
+ deletedAt: string | Date | null;
3902
+ accountId: string;
3903
+ name: string;
3904
+ state: string | null;
3905
+ thirdPartyId: string | null;
3906
+ kybStatus: import("../..").KYBStatus;
3907
+ investorAccountId: string;
3908
+ sanctionsStatus: import("../..").SanctionsStatus;
3909
+ setupStatus: import("../..").SetupStatusType;
3910
+ __entity?: string | undefined;
3911
+ country?: string | null | undefined;
3912
+ kybs?: {
3913
+ id: string;
3914
+ createdAt: string | Date;
3915
+ updatedAt: string | Date;
3916
+ deletedAt: string | Date | null;
3917
+ platform: string;
3918
+ documentType: string;
3919
+ documentImage: string;
3920
+ reason: string | null;
3921
+ response: string | null;
3922
+ thirdPartyId: string;
3923
+ legalEntityId: string;
3924
+ kybStatus: import("../..").KYBStatus;
3925
+ __entity?: string | undefined;
3926
+ }[] | undefined;
3927
+ phone?: string | null | undefined;
3928
+ city?: string | null | undefined;
3929
+ zip?: string | null | undefined;
3930
+ ein?: string | null | undefined;
3931
+ companyType?: string | null | undefined;
3932
+ streetAddress?: string | null | undefined;
3933
+ }[] | undefined;
3934
+ userId?: string | null | undefined;
3935
+ totalAmount?: number | undefined;
3936
+ statusCheck?: {
3937
+ entity?: {
3938
+ address: boolean;
3939
+ information: boolean;
3940
+ } | undefined;
3941
+ primary?: {
3942
+ account: boolean;
3943
+ personal: boolean;
3944
+ residential: boolean;
3945
+ identity: boolean;
3946
+ financial: boolean;
3947
+ investorQuestionnaire: boolean;
3948
+ accreditation: boolean;
3949
+ trustedContact: boolean;
3950
+ retirement?: boolean | undefined;
3951
+ } | undefined;
3952
+ secondary?: {
3953
+ personal: boolean;
3954
+ residential: boolean;
3955
+ identity: boolean;
3956
+ financial: boolean;
3957
+ } | undefined;
3958
+ } | undefined;
3959
+ } | undefined;
3960
+ }, {
3961
+ id: string;
3962
+ createdAt: string | Date;
3963
+ updatedAt: string | Date;
3964
+ deletedAt: string | Date | null;
3965
+ country: string | null;
3966
+ firstName: string;
3967
+ lastName: string | null;
3968
+ email: string | null;
3969
+ accountId: string;
3970
+ role: import("../..").IndividualRole;
3971
+ kycStatus: import("../..").KYCStatus;
3972
+ tid: string | null;
3973
+ phone: string | null;
3974
+ state: string | null;
3975
+ address: string | null;
3976
+ city: string | null;
3977
+ kycFirstName: string | null;
3978
+ kycLastName: string | null;
3979
+ kycDocumentType: import("../..").KYCDocumentType | null;
3980
+ kycDocumentIssuer: string | null;
3981
+ kycProvider: string | null;
3982
+ zip: string | null;
3983
+ address2: string | null;
3984
+ investorAccountId: string;
3985
+ currencyCode: string | null;
3986
+ setupStatus: import("../..").SetupStatusType;
3987
+ kycDocumentNumber: string | null;
3988
+ kycIssuerDate: string | null;
3989
+ kycExpirationDate: string | null;
3990
+ liquidNetWorth: number | null;
3991
+ aicAccreditationType: import("../..").AicAccreditationType;
3992
+ aicQuestionnaire: string | null;
3993
+ dob: Date | null;
3994
+ isUsCitizenOrGreenCardHolder: boolean;
3995
+ citizenship: string | null;
3996
+ ssn: string | null;
3997
+ lastFour: string | null;
3998
+ kycTid: string | null;
3999
+ investedInCrowdfunding: number | null;
4000
+ currentAnnualIncome: number | null;
4001
+ currentHouseholdIncome: number | null;
4002
+ householdNetWorth: number | null;
4003
+ financialAdvisor: boolean;
4004
+ occupation: string | null;
4005
+ employmentStatus: import("../..").EmploymentStatus;
4006
+ employerName: string | null;
4007
+ employerAddressLine1: string | null;
4008
+ employerAddressLine2: string | null;
4009
+ employerCity: string | null;
4010
+ employerState: string | null;
4011
+ employerZip: string | null;
4012
+ employerCountry: string | null;
4013
+ setupStep: import("../..").SetupStepType;
4014
+ sourceOfIncome: import("../..").SourceOfIncome | null;
4015
+ ownership: number | null;
4016
+ retirementAccountType: import("../..").RetirementAccountType | null;
4017
+ custodianName: string | null;
4018
+ custodianAccountNumber: string | null;
4019
+ custodianRepresentativeName: string | null;
4020
+ custodianEmail: string | null;
4021
+ accredited: boolean;
4022
+ __entity?: string | undefined;
4023
+ account?: {
4024
+ status: import("../..").AccountStatus;
4025
+ id: string;
4026
+ createdAt: string | Date;
4027
+ updatedAt: string | Date;
4028
+ deletedAt: string | Date | null;
4029
+ name: string;
4030
+ managedBy: import("../..").ManagedByType | null;
4031
+ platform: import("../..").Platform;
4032
+ onboardingReviewerId: string | null;
4033
+ onboardingReviewAt: Date | null;
4034
+ allowPendingComplianceReview: boolean;
4035
+ __entity?: string | undefined;
4036
+ } | undefined;
4037
+ investorAccount?: {
4038
+ id: string;
4039
+ createdAt: string | Date;
4040
+ updatedAt: string | Date;
4041
+ deletedAt: string | Date | null;
4042
+ accountId: string;
4043
+ tid: string | null;
4044
+ investorAccountType: import("../..").InvestorAccountType;
4045
+ regAQualified: boolean;
4046
+ regCfQualified: boolean;
4047
+ regDQualified: boolean;
4048
+ systemReviewLog: string | null;
4049
+ setupStatus: import("../..").SetupStatusType;
4050
+ __entity?: string | undefined;
4051
+ email?: string | null | undefined;
4052
+ name?: string | null | undefined;
4053
+ account?: {
4054
+ status: import("../..").AccountStatus;
4055
+ id: string;
4056
+ createdAt: string | Date;
4057
+ updatedAt: string | Date;
4058
+ deletedAt: string | Date | null;
4059
+ name: string;
4060
+ managedBy: import("../..").ManagedByType | null;
4061
+ platform: import("../..").Platform;
4062
+ onboardingReviewerId: string | null;
4063
+ onboardingReviewAt: Date | null;
4064
+ allowPendingComplianceReview: boolean;
4065
+ __entity?: string | undefined;
4066
+ } | undefined;
4067
+ individuals?: any[] | undefined;
4068
+ trades?: any[] | undefined;
4069
+ user?: {
4070
+ id: string;
4071
+ createdAt: string | Date;
4072
+ updatedAt: string | Date;
4073
+ deletedAt: string | Date | null;
4074
+ active: boolean;
4075
+ inviteId: string | null;
4076
+ accountId: string | null;
4077
+ roleId: string | null;
4078
+ userLoginId: string | null;
4079
+ locked: boolean;
4080
+ onboarding: string | null;
4081
+ userLogin: {
4082
+ id: string;
4083
+ createdAt: string | Date;
4084
+ updatedAt: string | Date;
4085
+ deletedAt: string | Date | null;
4086
+ firstName: string;
4087
+ lastName: string;
4088
+ email: string;
4089
+ provider: string;
4090
+ lastLoginAt: string | Date | null;
4091
+ loginCount: number;
4092
+ __entity?: string | undefined;
4093
+ };
4094
+ __entity?: string | undefined;
4095
+ account?: {
4096
+ status: import("../..").AccountStatus;
4097
+ id: string;
4098
+ createdAt: string | Date;
4099
+ updatedAt: string | Date;
4100
+ deletedAt: string | Date | null;
4101
+ name: string;
4102
+ managedBy: import("../..").ManagedByType | null;
4103
+ platform: import("../..").Platform;
4104
+ onboardingReviewerId: string | null;
4105
+ onboardingReviewAt: Date | null;
4106
+ allowPendingComplianceReview: boolean;
4107
+ __entity?: string | undefined;
4108
+ } | undefined;
4109
+ } | null | undefined;
4110
+ legalEntities?: {
4111
+ id: string;
4112
+ createdAt: string | Date;
4113
+ updatedAt: string | Date;
4114
+ deletedAt: string | Date | null;
4115
+ accountId: string;
4116
+ name: string;
4117
+ state: string | null;
4118
+ thirdPartyId: string | null;
4119
+ kybStatus: import("../..").KYBStatus;
4120
+ investorAccountId: string;
4121
+ sanctionsStatus: import("../..").SanctionsStatus;
4122
+ setupStatus: import("../..").SetupStatusType;
4123
+ __entity?: string | undefined;
4124
+ country?: string | null | undefined;
4125
+ kybs?: {
4126
+ id: string;
4127
+ createdAt: string | Date;
4128
+ updatedAt: string | Date;
4129
+ deletedAt: string | Date | null;
4130
+ platform: string;
4131
+ documentType: string;
4132
+ documentImage: string;
4133
+ reason: string | null;
4134
+ response: string | null;
4135
+ thirdPartyId: string;
4136
+ legalEntityId: string;
4137
+ kybStatus: import("../..").KYBStatus;
4138
+ __entity?: string | undefined;
4139
+ }[] | undefined;
4140
+ phone?: string | null | undefined;
4141
+ city?: string | null | undefined;
4142
+ zip?: string | null | undefined;
4143
+ ein?: string | null | undefined;
4144
+ companyType?: string | null | undefined;
4145
+ streetAddress?: string | null | undefined;
4146
+ }[] | undefined;
4147
+ userId?: string | null | undefined;
4148
+ totalAmount?: number | undefined;
4149
+ statusCheck?: {
4150
+ entity?: {
4151
+ address?: boolean | undefined;
4152
+ information?: boolean | undefined;
4153
+ } | undefined;
4154
+ primary?: {
4155
+ account?: boolean | undefined;
4156
+ personal?: boolean | undefined;
4157
+ residential?: boolean | undefined;
4158
+ identity?: boolean | undefined;
4159
+ financial?: boolean | undefined;
4160
+ investorQuestionnaire?: boolean | undefined;
4161
+ accreditation?: boolean | undefined;
4162
+ trustedContact?: boolean | undefined;
4163
+ retirement?: boolean | undefined;
4164
+ } | undefined;
4165
+ secondary?: {
4166
+ personal?: boolean | undefined;
4167
+ residential?: boolean | undefined;
4168
+ identity?: boolean | undefined;
4169
+ financial?: boolean | undefined;
4170
+ } | undefined;
4171
+ } | undefined;
4172
+ } | undefined;
4173
+ }>;
4174
+ 400: import("zod").ZodObject<{
4175
+ status: import("zod").ZodNumber;
4176
+ message: import("zod").ZodString;
4177
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4178
+ }, "strip", import("zod").ZodTypeAny, {
4179
+ message: string;
4180
+ status: number;
4181
+ errors: string[];
4182
+ }, {
4183
+ message: string;
4184
+ status: number;
4185
+ errors: string[];
4186
+ }>;
4187
+ 401: import("zod").ZodObject<{
4188
+ status: import("zod").ZodNumber;
4189
+ message: import("zod").ZodString;
4190
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4191
+ }, "strip", import("zod").ZodTypeAny, {
4192
+ message: string;
4193
+ status: number;
4194
+ errors: string[];
4195
+ }, {
4196
+ message: string;
4197
+ status: number;
4198
+ errors: string[];
4199
+ }>;
4200
+ 404: import("zod").ZodObject<{
4201
+ status: import("zod").ZodNumber;
4202
+ message: import("zod").ZodString;
4203
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4204
+ }, "strip", import("zod").ZodTypeAny, {
4205
+ message: string;
4206
+ status: number;
4207
+ errors: string[];
4208
+ }, {
4209
+ message: string;
4210
+ status: number;
4211
+ errors: string[];
4212
+ }>;
4213
+ 500: import("zod").ZodObject<{
4214
+ status: import("zod").ZodNumber;
4215
+ message: import("zod").ZodString;
4216
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4217
+ }, "strip", import("zod").ZodTypeAny, {
4218
+ message: string;
4219
+ status: number;
4220
+ errors: string[];
4221
+ }, {
4222
+ message: string;
4223
+ status: number;
4224
+ errors: string[];
4225
+ }>;
4226
+ };
4227
+ };
4228
+ uploadKycCsv: {
4229
+ method: "POST";
4230
+ metadata: {
4231
+ auth: boolean;
4232
+ };
4233
+ body: import("@ts-rest/core").ContractPlainType<{
4234
+ file: File;
4235
+ }>;
4236
+ query: import("zod").ZodObject<{
4237
+ individualId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4238
+ frontFileId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4239
+ backFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4240
+ selfieFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4241
+ }, "strip", import("zod").ZodTypeAny, {
4242
+ individualId: string;
4243
+ frontFileId: string;
4244
+ backFileId?: string | undefined;
4245
+ selfieFileId?: string | undefined;
4246
+ }, {
4247
+ individualId: string;
4248
+ frontFileId: string;
4249
+ backFileId?: string | undefined;
4250
+ selfieFileId?: string | undefined;
4251
+ }>;
4252
+ summary: "Upload and process CSV file for KYC data";
4253
+ contentType: "multipart/form-data";
4254
+ path: "/clients/api/v1/csv/kyc";
4255
+ responses: {
4256
+ 200: import("zod").ZodObject<{
4257
+ id: import("zod").ZodString;
4258
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
4259
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4260
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4261
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
4262
+ } & {
4263
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
4264
+ platform: import("zod").ZodString;
4265
+ individualId: import("zod").ZodString;
4266
+ documentType: import("zod").ZodString;
4267
+ documentImage: import("zod").ZodString;
4268
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
4269
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
4270
+ response: import("zod").ZodNullable<import("zod").ZodString>;
4271
+ }, "strip", import("zod").ZodTypeAny, {
4272
+ id: string;
4273
+ createdAt: string | Date;
4274
+ updatedAt: string | Date;
4275
+ deletedAt: string | Date | null;
4276
+ platform: string;
4277
+ kycStatus: import("../..").KYCStatus;
4278
+ tid: string | null;
4279
+ individualId: string;
4280
+ documentType: string;
4281
+ documentImage: string;
4282
+ reason: string | null;
4283
+ response: string | null;
4284
+ __entity?: string | undefined;
4285
+ }, {
4286
+ id: string;
4287
+ createdAt: string | Date;
4288
+ updatedAt: string | Date;
4289
+ deletedAt: string | Date | null;
4290
+ platform: string;
4291
+ kycStatus: import("../..").KYCStatus;
4292
+ tid: string | null;
4293
+ individualId: string;
4294
+ documentType: string;
4295
+ documentImage: string;
4296
+ reason: string | null;
4297
+ response: string | null;
4298
+ __entity?: string | undefined;
4299
+ }>;
4300
+ 400: import("zod").ZodObject<{
4301
+ status: import("zod").ZodNumber;
4302
+ message: import("zod").ZodString;
4303
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4304
+ }, "strip", import("zod").ZodTypeAny, {
4305
+ message: string;
4306
+ status: number;
4307
+ errors: string[];
4308
+ }, {
4309
+ message: string;
4310
+ status: number;
4311
+ errors: string[];
4312
+ }>;
4313
+ 401: import("zod").ZodObject<{
4314
+ status: import("zod").ZodNumber;
4315
+ message: import("zod").ZodString;
4316
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4317
+ }, "strip", import("zod").ZodTypeAny, {
4318
+ message: string;
4319
+ status: number;
4320
+ errors: string[];
4321
+ }, {
4322
+ message: string;
4323
+ status: number;
4324
+ errors: string[];
4325
+ }>;
4326
+ 404: import("zod").ZodObject<{
4327
+ status: import("zod").ZodNumber;
4328
+ message: import("zod").ZodString;
4329
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4330
+ }, "strip", import("zod").ZodTypeAny, {
4331
+ message: string;
4332
+ status: number;
4333
+ errors: string[];
4334
+ }, {
4335
+ message: string;
4336
+ status: number;
4337
+ errors: string[];
4338
+ }>;
4339
+ 500: import("zod").ZodObject<{
4340
+ status: import("zod").ZodNumber;
4341
+ message: import("zod").ZodString;
4342
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4343
+ }, "strip", import("zod").ZodTypeAny, {
4344
+ message: string;
4345
+ status: number;
4346
+ errors: string[];
4347
+ }, {
4348
+ message: string;
4349
+ status: number;
4350
+ errors: string[];
4351
+ }>;
4352
+ };
4353
+ };
4354
+ };
2761
4355
  files: {
2762
4356
  postFile: {
2763
4357
  description: string;
@@ -3871,7 +5465,7 @@ export declare const clientsContract: {
3871
5465
  investorAccountId: import("zod").ZodString;
3872
5466
  firstName: import("zod").ZodOptional<import("zod").ZodString>;
3873
5467
  dob: import("zod").ZodOptional<import("zod").ZodDate>;
3874
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
5468
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
3875
5469
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
3876
5470
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
3877
5471
  currencyCode: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3937,7 +5531,7 @@ export declare const clientsContract: {
3937
5531
  currencyCode?: string | undefined;
3938
5532
  liquidNetWorth?: number | undefined;
3939
5533
  dob?: Date | undefined;
3940
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5534
+ isUsCitizenOrGreenCardHolder?: unknown;
3941
5535
  citizenship?: string | undefined;
3942
5536
  ssn?: string | null | undefined;
3943
5537
  investedInCrowdfunding?: number | undefined;
@@ -4039,7 +5633,7 @@ export declare const clientsContract: {
4039
5633
  currencyCode?: string | undefined;
4040
5634
  liquidNetWorth?: number | undefined;
4041
5635
  dob?: Date | undefined;
4042
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5636
+ isUsCitizenOrGreenCardHolder?: unknown;
4043
5637
  citizenship?: string | undefined;
4044
5638
  ssn?: string | null | undefined;
4045
5639
  investedInCrowdfunding?: number | undefined;
@@ -5414,7 +7008,7 @@ export declare const clientsContract: {
5414
7008
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
5415
7009
  email: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
5416
7010
  ownership: import("zod").ZodOptional<import("zod").ZodNumber>;
5417
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
7011
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
5418
7012
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
5419
7013
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
5420
7014
  kycDocumentType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
@@ -5492,7 +7086,7 @@ export declare const clientsContract: {
5492
7086
  aicAccreditationType?: import("../..").AicAccreditationType | undefined;
5493
7087
  aicQuestionnaire?: string | undefined;
5494
7088
  dob?: Date | undefined;
5495
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
7089
+ isUsCitizenOrGreenCardHolder?: unknown;
5496
7090
  citizenship?: string | undefined;
5497
7091
  ssn?: string | null | undefined;
5498
7092
  investedInCrowdfunding?: number | undefined;
@@ -8488,7 +10082,7 @@ export declare const clientsContract: {
8488
10082
  error?: any;
8489
10083
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
8490
10084
  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>;
10085
+ stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
8492
10086
  }, "strip", import("zod").ZodTypeAny, {
8493
10087
  name: string;
8494
10088
  investorAccountId: string;
@@ -9371,8 +10965,8 @@ export declare const clientsContract: {
9371
10965
  enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
9372
10966
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9373
10967
  versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
9374
- combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
9375
10968
  onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
10969
+ complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
9376
10970
  }, "strip", import("zod").ZodTypeAny, {
9377
10971
  page: number;
9378
10972
  limit: number;
@@ -9382,12 +10976,12 @@ export declare const clientsContract: {
9382
10976
  accountId?: string | undefined;
9383
10977
  name?: string | undefined;
9384
10978
  managedBy?: import("../..").ManagedByType | undefined;
10979
+ complianceReview?: import("../..").ComplianceReview | undefined;
9385
10980
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9386
10981
  enabled?: boolean | undefined;
9387
10982
  issuerId?: string | undefined;
9388
10983
  issuerName?: string | undefined;
9389
10984
  versioningType?: import("../..").OfferingVersioningType | undefined;
9390
- combinedStatus?: import("../..").OfferingStatus | undefined;
9391
10985
  }, {
9392
10986
  type?: import("../..").OfferingType | undefined;
9393
10987
  status?: import("../..").ComplianceReview | undefined;
@@ -9396,13 +10990,13 @@ export declare const clientsContract: {
9396
10990
  managedBy?: import("../..").ManagedByType | undefined;
9397
10991
  page?: number | undefined;
9398
10992
  limit?: number | undefined;
10993
+ complianceReview?: import("../..").ComplianceReview | undefined;
9399
10994
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9400
10995
  include?: string | undefined;
9401
10996
  enabled?: unknown;
9402
10997
  issuerId?: string | undefined;
9403
10998
  issuerName?: string | undefined;
9404
10999
  versioningType?: import("../..").OfferingVersioningType | undefined;
9405
- combinedStatus?: import("../..").OfferingStatus | undefined;
9406
11000
  }>;
9407
11001
  summary: "Get offerings";
9408
11002
  path: "/clients/api/v1/offerings";
@@ -9764,6 +11358,7 @@ export declare const clientsContract: {
9764
11358
  auth: boolean;
9765
11359
  };
9766
11360
  body: import("zod").ZodEffects<import("zod").ZodObject<{
11361
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9767
11362
  name: import("zod").ZodOptional<import("zod").ZodString>;
9768
11363
  type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
9769
11364
  targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -9831,6 +11426,13 @@ export declare const clientsContract: {
9831
11426
  startAmount: number;
9832
11427
  endAmount: number;
9833
11428
  }>, "many">>;
11429
+ warrantsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
11430
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11431
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11432
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11433
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11434
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11435
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
9834
11436
  }, "strip", import("zod").ZodTypeAny, {
9835
11437
  type?: import("../..").OfferingType | undefined;
9836
11438
  name?: string | undefined;
@@ -9853,6 +11455,14 @@ export declare const clientsContract: {
9853
11455
  escrowAgreementFileId?: string | null | undefined;
9854
11456
  bankAccountId?: string | null | undefined;
9855
11457
  escrowAccountId?: string | null | undefined;
11458
+ warrantsEnabled?: boolean | undefined;
11459
+ totalShares?: number | null | undefined;
11460
+ warrantTermYears?: number | null | undefined;
11461
+ exercisePrice?: number | null | undefined;
11462
+ warrantPercentage?: number | null | undefined;
11463
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11464
+ incrementThreshold?: number | null | undefined;
11465
+ shareClassId?: string | null | undefined;
9856
11466
  assetName?: string | undefined;
9857
11467
  assetType?: import("../..").AssetType | undefined;
9858
11468
  pricePerUnit?: number | null | undefined;
@@ -9891,6 +11501,14 @@ export declare const clientsContract: {
9891
11501
  escrowAgreementFileId?: string | null | undefined;
9892
11502
  bankAccountId?: string | null | undefined;
9893
11503
  escrowAccountId?: string | null | undefined;
11504
+ warrantsEnabled?: boolean | undefined;
11505
+ totalShares?: number | null | undefined;
11506
+ warrantTermYears?: number | null | undefined;
11507
+ exercisePrice?: number | null | undefined;
11508
+ warrantPercentage?: number | null | undefined;
11509
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11510
+ incrementThreshold?: number | null | undefined;
11511
+ shareClassId?: string | null | undefined;
9894
11512
  assetName?: string | undefined;
9895
11513
  assetType?: import("../..").AssetType | undefined;
9896
11514
  pricePerUnit?: number | null | undefined;
@@ -9929,6 +11547,14 @@ export declare const clientsContract: {
9929
11547
  escrowAgreementFileId?: string | null | undefined;
9930
11548
  bankAccountId?: string | null | undefined;
9931
11549
  escrowAccountId?: string | null | undefined;
11550
+ warrantsEnabled?: boolean | undefined;
11551
+ totalShares?: number | null | undefined;
11552
+ warrantTermYears?: number | null | undefined;
11553
+ exercisePrice?: number | null | undefined;
11554
+ warrantPercentage?: number | null | undefined;
11555
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11556
+ incrementThreshold?: number | null | undefined;
11557
+ shareClassId?: string | null | undefined;
9932
11558
  assetName?: string | undefined;
9933
11559
  assetType?: import("../..").AssetType | undefined;
9934
11560
  pricePerUnit?: number | null | undefined;
@@ -9967,6 +11593,14 @@ export declare const clientsContract: {
9967
11593
  escrowAgreementFileId?: string | null | undefined;
9968
11594
  bankAccountId?: string | null | undefined;
9969
11595
  escrowAccountId?: string | null | undefined;
11596
+ warrantsEnabled?: boolean | undefined;
11597
+ totalShares?: number | null | undefined;
11598
+ warrantTermYears?: number | null | undefined;
11599
+ exercisePrice?: number | null | undefined;
11600
+ warrantPercentage?: number | null | undefined;
11601
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11602
+ incrementThreshold?: number | null | undefined;
11603
+ shareClassId?: string | null | undefined;
9970
11604
  assetName?: string | undefined;
9971
11605
  assetType?: import("../..").AssetType | undefined;
9972
11606
  pricePerUnit?: number | null | undefined;
@@ -10069,6 +11703,7 @@ export declare const clientsContract: {
10069
11703
  };
10070
11704
  body: import("zod").ZodEffects<import("zod").ZodObject<{
10071
11705
  issuerId: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
11706
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10072
11707
  name: import("zod").ZodString;
10073
11708
  type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
10074
11709
  targetAmount: import("zod").ZodNumber;
@@ -10132,12 +11767,21 @@ export declare const clientsContract: {
10132
11767
  startAmount: number;
10133
11768
  endAmount: number;
10134
11769
  }>, "many">>;
11770
+ warrantsEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
11771
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11772
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11773
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11774
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11775
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11776
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11777
+ showTotalRaised: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10135
11778
  }, "strip", import("zod").ZodTypeAny, {
10136
11779
  type: import("../..").OfferingType;
10137
11780
  name: string;
10138
11781
  template: import("../../common/types/asset.types").AssetTemplateType;
10139
11782
  targetAmount: number;
10140
11783
  issuerId: string;
11784
+ warrantsEnabled: boolean;
10141
11785
  assetName: string;
10142
11786
  assetType: import("../..").AssetType;
10143
11787
  pricePerUnit: number | null;
@@ -10152,9 +11796,17 @@ export declare const clientsContract: {
10152
11796
  startAt?: Date | null | undefined;
10153
11797
  endAt?: Date | null | undefined;
10154
11798
  cancellationPeriod?: number | null | undefined;
11799
+ showTotalRaised?: boolean | undefined;
10155
11800
  hasEscrow?: boolean | undefined;
10156
11801
  bankAccountId?: string | null | undefined;
10157
11802
  escrowAccountId?: string | null | undefined;
11803
+ totalShares?: number | null | undefined;
11804
+ warrantTermYears?: number | null | undefined;
11805
+ exercisePrice?: number | null | undefined;
11806
+ warrantPercentage?: number | null | undefined;
11807
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11808
+ incrementThreshold?: number | null | undefined;
11809
+ shareClassId?: string | null | undefined;
10158
11810
  yield?: number | null | undefined;
10159
11811
  duration?: number | null | undefined;
10160
11812
  durationType?: import("../..").DurationType | null | undefined;
@@ -10187,9 +11839,18 @@ export declare const clientsContract: {
10187
11839
  startAt?: string | null | undefined;
10188
11840
  endAt?: string | null | undefined;
10189
11841
  cancellationPeriod?: number | null | undefined;
11842
+ showTotalRaised?: boolean | undefined;
10190
11843
  hasEscrow?: boolean | undefined;
10191
11844
  bankAccountId?: string | null | undefined;
10192
11845
  escrowAccountId?: string | null | undefined;
11846
+ warrantsEnabled?: boolean | undefined;
11847
+ totalShares?: number | null | undefined;
11848
+ warrantTermYears?: number | null | undefined;
11849
+ exercisePrice?: number | null | undefined;
11850
+ warrantPercentage?: number | null | undefined;
11851
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11852
+ incrementThreshold?: number | null | undefined;
11853
+ shareClassId?: string | null | undefined;
10193
11854
  yield?: number | null | undefined;
10194
11855
  duration?: number | null | undefined;
10195
11856
  durationType?: import("../..").DurationType | null | undefined;
@@ -10208,6 +11869,7 @@ export declare const clientsContract: {
10208
11869
  template: import("../../common/types/asset.types").AssetTemplateType;
10209
11870
  targetAmount: number;
10210
11871
  issuerId: string;
11872
+ warrantsEnabled: boolean;
10211
11873
  assetName: string;
10212
11874
  assetType: import("../..").AssetType;
10213
11875
  pricePerUnit: number | null;
@@ -10222,9 +11884,17 @@ export declare const clientsContract: {
10222
11884
  startAt?: Date | null | undefined;
10223
11885
  endAt?: Date | null | undefined;
10224
11886
  cancellationPeriod?: number | null | undefined;
11887
+ showTotalRaised?: boolean | undefined;
10225
11888
  hasEscrow?: boolean | undefined;
10226
11889
  bankAccountId?: string | null | undefined;
10227
11890
  escrowAccountId?: string | null | undefined;
11891
+ totalShares?: number | null | undefined;
11892
+ warrantTermYears?: number | null | undefined;
11893
+ exercisePrice?: number | null | undefined;
11894
+ warrantPercentage?: number | null | undefined;
11895
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11896
+ incrementThreshold?: number | null | undefined;
11897
+ shareClassId?: string | null | undefined;
10228
11898
  yield?: number | null | undefined;
10229
11899
  duration?: number | null | undefined;
10230
11900
  durationType?: import("../..").DurationType | null | undefined;
@@ -10257,9 +11927,18 @@ export declare const clientsContract: {
10257
11927
  startAt?: string | null | undefined;
10258
11928
  endAt?: string | null | undefined;
10259
11929
  cancellationPeriod?: number | null | undefined;
11930
+ showTotalRaised?: boolean | undefined;
10260
11931
  hasEscrow?: boolean | undefined;
10261
11932
  bankAccountId?: string | null | undefined;
10262
11933
  escrowAccountId?: string | null | undefined;
11934
+ warrantsEnabled?: boolean | undefined;
11935
+ totalShares?: number | null | undefined;
11936
+ warrantTermYears?: number | null | undefined;
11937
+ exercisePrice?: number | null | undefined;
11938
+ warrantPercentage?: number | null | undefined;
11939
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11940
+ incrementThreshold?: number | null | undefined;
11941
+ shareClassId?: string | null | undefined;
10263
11942
  yield?: number | null | undefined;
10264
11943
  duration?: number | null | undefined;
10265
11944
  durationType?: import("../..").DurationType | null | undefined;
@@ -10787,6 +12466,83 @@ export declare const clientsContract: {
10787
12466
  };
10788
12467
  };
10789
12468
  };
12469
+ review: {
12470
+ postReviewKyc: {
12471
+ method: "POST";
12472
+ metadata: {
12473
+ auth: boolean;
12474
+ };
12475
+ body: import("zod").ZodObject<{
12476
+ individualIds: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12477
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12478
+ }, "strip", import("zod").ZodTypeAny, {
12479
+ status: import("../..").BaseStatus;
12480
+ individualIds: string[];
12481
+ }, {
12482
+ status: import("../..").BaseStatus;
12483
+ individualIds: string[];
12484
+ }>;
12485
+ summary: "Post KYC review for individuals";
12486
+ path: "/clients/api/v1/review/kyc";
12487
+ responses: {
12488
+ 201: import("zod").ZodObject<{
12489
+ individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12490
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12491
+ reviewedBy: import("zod").ZodString;
12492
+ targetObject: import("zod").ZodAny;
12493
+ }, "strip", import("zod").ZodTypeAny, {
12494
+ status: import("../..").BaseStatus;
12495
+ reviewedBy: string;
12496
+ individualsUpdated: string[];
12497
+ targetObject?: any;
12498
+ }, {
12499
+ status: import("../..").BaseStatus;
12500
+ reviewedBy: string;
12501
+ individualsUpdated: string[];
12502
+ targetObject?: any;
12503
+ }>;
12504
+ 401: import("zod").ZodObject<{
12505
+ status: import("zod").ZodNumber;
12506
+ message: import("zod").ZodString;
12507
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12508
+ }, "strip", import("zod").ZodTypeAny, {
12509
+ message: string;
12510
+ status: number;
12511
+ errors: string[];
12512
+ }, {
12513
+ message: string;
12514
+ status: number;
12515
+ errors: string[];
12516
+ }>;
12517
+ 403: import("zod").ZodObject<{
12518
+ status: import("zod").ZodNumber;
12519
+ message: import("zod").ZodString;
12520
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12521
+ }, "strip", import("zod").ZodTypeAny, {
12522
+ message: string;
12523
+ status: number;
12524
+ errors: string[];
12525
+ }, {
12526
+ message: string;
12527
+ status: number;
12528
+ errors: string[];
12529
+ }>;
12530
+ 500: import("zod").ZodObject<{
12531
+ status: import("zod").ZodNumber;
12532
+ message: import("zod").ZodString;
12533
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12534
+ }, "strip", import("zod").ZodTypeAny, {
12535
+ message: string;
12536
+ status: number;
12537
+ errors: string[];
12538
+ }, {
12539
+ message: string;
12540
+ status: number;
12541
+ errors: string[];
12542
+ }>;
12543
+ };
12544
+ };
12545
+ };
10790
12546
  secureRequests: {
10791
12547
  postSecureRequest: {
10792
12548
  method: "POST";