@dalmore/api-contracts 0.0.0-dev.f1cb508 → 0.0.0-dev.f317bb8

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 (103) 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 +34 -25
  8. package/common/types/activity.types.js +11 -0
  9. package/common/types/activity.types.js.map +1 -1
  10. package/common/types/asset.types.d.ts +25 -111
  11. package/common/types/asset.types.js +24 -100
  12. package/common/types/asset.types.js.map +1 -1
  13. package/common/types/auth.types.d.ts +36 -0
  14. package/common/types/auth.types.js +3 -2
  15. package/common/types/auth.types.js.map +1 -1
  16. package/common/types/bonus-tier.types.d.ts +0 -30
  17. package/common/types/cap-table.types.d.ts +177 -53
  18. package/common/types/cap-table.types.js +31 -0
  19. package/common/types/cap-table.types.js.map +1 -1
  20. package/common/types/common.types.d.ts +340 -3
  21. package/common/types/common.types.js +59 -1
  22. package/common/types/common.types.js.map +1 -1
  23. package/common/types/csv.types.d.ts +1557 -0
  24. package/common/types/csv.types.js +154 -0
  25. package/common/types/csv.types.js.map +1 -0
  26. package/common/types/dashboard.types.d.ts +7 -7
  27. package/common/types/disbursement-transaction.types.d.ts +1 -1
  28. package/common/types/disbursement-transaction.types.js +1 -1
  29. package/common/types/disbursement-transaction.types.js.map +1 -1
  30. package/common/types/disbursements.types.d.ts +956 -7
  31. package/common/types/disbursements.types.js +92 -2
  32. package/common/types/disbursements.types.js.map +1 -1
  33. package/common/types/escrow-account.types.d.ts +17 -0
  34. package/common/types/escrow-account.types.js +3 -0
  35. package/common/types/escrow-account.types.js.map +1 -1
  36. package/common/types/exchange-provider.types.d.ts +12 -12
  37. package/common/types/file.types.d.ts +33 -9
  38. package/common/types/file.types.js +12 -0
  39. package/common/types/file.types.js.map +1 -1
  40. package/common/types/index.d.ts +4 -0
  41. package/common/types/index.js +4 -0
  42. package/common/types/index.js.map +1 -1
  43. package/common/types/individuals.types.d.ts +207 -5
  44. package/common/types/individuals.types.js +11 -14
  45. package/common/types/individuals.types.js.map +1 -1
  46. package/common/types/investor-account.types.d.ts +1 -1
  47. package/common/types/investor-account.types.js +1 -2
  48. package/common/types/investor-account.types.js.map +1 -1
  49. package/common/types/invite.types.d.ts +2 -2
  50. package/common/types/invite.types.js +1 -1
  51. package/common/types/invite.types.js.map +1 -1
  52. package/common/types/issuer-offering.types.d.ts +186 -77
  53. package/common/types/issuer-offering.types.js +181 -45
  54. package/common/types/issuer-offering.types.js.map +1 -1
  55. package/common/types/job-item.types.d.ts +14 -14
  56. package/common/types/legal-entity.types.d.ts +39 -1
  57. package/common/types/legal-entity.types.js +8 -5
  58. package/common/types/legal-entity.types.js.map +1 -1
  59. package/common/types/note.types.d.ts +15 -15
  60. package/common/types/offering-submission.types.d.ts +198 -0
  61. package/common/types/offering-submission.types.js +16 -3
  62. package/common/types/offering-submission.types.js.map +1 -1
  63. package/common/types/offering.types.d.ts +256 -61
  64. package/common/types/offering.types.js +210 -53
  65. package/common/types/offering.types.js.map +1 -1
  66. package/common/types/portfolio.types.d.ts +6 -6
  67. package/common/types/reports.types.d.ts +345 -0
  68. package/common/types/reports.types.js +69 -0
  69. package/common/types/reports.types.js.map +1 -0
  70. package/common/types/review.types.js +1 -1
  71. package/common/types/review.types.js.map +1 -1
  72. package/common/types/secondary-order.types.d.ts +10 -10
  73. package/common/types/secondary-trade.types.d.ts +10 -10
  74. package/common/types/site.types.d.ts +12 -27
  75. package/common/types/task.types.d.ts +22 -22
  76. package/common/types/trade-line-item.types.d.ts +24 -0
  77. package/common/types/trade-line-item.types.js +3 -0
  78. package/common/types/trade-line-item.types.js.map +1 -1
  79. package/common/types/trade.types.d.ts +9 -0
  80. package/common/types/trade.types.js +8 -1
  81. package/common/types/trade.types.js.map +1 -1
  82. package/common/types/transaction.types.d.ts +0 -1
  83. package/common/types/transaction.types.js +0 -1
  84. package/common/types/transaction.types.js.map +1 -1
  85. package/common/types/user.types.d.ts +191 -59
  86. package/common/types/user.types.js +9 -1
  87. package/common/types/user.types.js.map +1 -1
  88. package/contracts/clients/assets/index.d.ts +0 -66
  89. package/contracts/clients/csv/index.d.ts +1594 -0
  90. package/contracts/clients/csv/index.js +62 -0
  91. package/contracts/clients/csv/index.js.map +1 -0
  92. package/contracts/clients/files/index.d.ts +3 -3
  93. package/contracts/clients/files-public/index.d.ts +3 -3
  94. package/contracts/clients/index.d.ts +1778 -111
  95. package/contracts/clients/index.js +4 -0
  96. package/contracts/clients/index.js.map +1 -1
  97. package/contracts/clients/individuals/index.d.ts +5 -5
  98. package/contracts/clients/legal-entities/index.d.ts +1 -1
  99. package/contracts/clients/offerings/index.d.ts +88 -33
  100. package/contracts/clients/review/index.d.ts +85 -0
  101. package/contracts/clients/review/index.js +27 -0
  102. package/contracts/clients/review/index.js.map +1 -0
  103. package/package.json +1 -1
@@ -0,0 +1,1594 @@
1
+ export declare const csvContract: {
2
+ uploadInvestorCsv: {
3
+ method: "POST";
4
+ metadata: {
5
+ auth: boolean;
6
+ };
7
+ body: import("@ts-rest/core").ContractPlainType<{
8
+ file: File;
9
+ }>;
10
+ query: import("zod").ZodObject<{
11
+ type: import("zod").ZodNativeEnum<typeof import("../../..").InvestorAccountType>;
12
+ }, "strip", import("zod").ZodTypeAny, {
13
+ type: import("../../..").InvestorAccountType;
14
+ }, {
15
+ type: import("../../..").InvestorAccountType;
16
+ }>;
17
+ summary: "Upload and process CSV file for investor account creation";
18
+ contentType: "multipart/form-data";
19
+ path: "csv/investors";
20
+ responses: {
21
+ 200: import("zod").ZodObject<{
22
+ totalRows: import("zod").ZodNumber;
23
+ successfulRows: import("zod").ZodNumber;
24
+ createdAccounts: import("zod").ZodArray<import("zod").ZodObject<{
25
+ row: import("zod").ZodNumber;
26
+ userId: import("zod").ZodString;
27
+ investorAccountId: import("zod").ZodString;
28
+ }, "strip", import("zod").ZodTypeAny, {
29
+ userId: string;
30
+ investorAccountId: string;
31
+ row: number;
32
+ }, {
33
+ userId: string;
34
+ investorAccountId: string;
35
+ row: number;
36
+ }>, "many">;
37
+ }, "strip", import("zod").ZodTypeAny, {
38
+ totalRows: number;
39
+ successfulRows: number;
40
+ createdAccounts: {
41
+ userId: string;
42
+ investorAccountId: string;
43
+ row: number;
44
+ }[];
45
+ }, {
46
+ totalRows: number;
47
+ successfulRows: number;
48
+ createdAccounts: {
49
+ userId: string;
50
+ investorAccountId: string;
51
+ row: number;
52
+ }[];
53
+ }>;
54
+ 400: import("zod").ZodObject<{
55
+ status: import("zod").ZodNumber;
56
+ message: import("zod").ZodString;
57
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
58
+ }, "strip", import("zod").ZodTypeAny, {
59
+ message: string;
60
+ status: number;
61
+ errors: string[];
62
+ }, {
63
+ message: string;
64
+ status: number;
65
+ errors: string[];
66
+ }>;
67
+ 401: import("zod").ZodObject<{
68
+ status: import("zod").ZodNumber;
69
+ message: import("zod").ZodString;
70
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
71
+ }, "strip", import("zod").ZodTypeAny, {
72
+ message: string;
73
+ status: number;
74
+ errors: string[];
75
+ }, {
76
+ message: string;
77
+ status: number;
78
+ errors: string[];
79
+ }>;
80
+ 422: import("zod").ZodObject<{
81
+ status: import("zod").ZodNumber;
82
+ message: import("zod").ZodString;
83
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
84
+ }, "strip", import("zod").ZodTypeAny, {
85
+ message: string;
86
+ status: number;
87
+ errors: string[];
88
+ }, {
89
+ message: string;
90
+ status: number;
91
+ errors: string[];
92
+ }>;
93
+ 500: import("zod").ZodObject<{
94
+ status: import("zod").ZodNumber;
95
+ message: import("zod").ZodString;
96
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
97
+ }, "strip", import("zod").ZodTypeAny, {
98
+ message: string;
99
+ status: number;
100
+ errors: string[];
101
+ }, {
102
+ message: string;
103
+ status: number;
104
+ errors: string[];
105
+ }>;
106
+ };
107
+ };
108
+ uploadAicCsv: {
109
+ method: "POST";
110
+ metadata: {
111
+ auth: boolean;
112
+ };
113
+ body: import("@ts-rest/core").ContractPlainType<{
114
+ file: File;
115
+ }>;
116
+ query: import("zod").ZodObject<{
117
+ accredited: import("zod").ZodBoolean;
118
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../../..").AicAccreditationType>;
119
+ investorAccountId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
120
+ }, "strip", import("zod").ZodTypeAny, {
121
+ investorAccountId: string;
122
+ aicAccreditationType: import("../../..").AicAccreditationType;
123
+ accredited: boolean;
124
+ }, {
125
+ investorAccountId: string;
126
+ aicAccreditationType: import("../../..").AicAccreditationType;
127
+ accredited: boolean;
128
+ }>;
129
+ summary: "Upload and process CSV file for AIC questionnaire data";
130
+ contentType: "multipart/form-data";
131
+ path: "csv/aic";
132
+ responses: {
133
+ 200: import("zod").ZodObject<{
134
+ id: import("zod").ZodString;
135
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
136
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
137
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
138
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
139
+ } & {
140
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
141
+ accountId: import("zod").ZodString;
142
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
143
+ id: import("zod").ZodString;
144
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
145
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
146
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
147
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
148
+ } & {
149
+ name: import("zod").ZodString;
150
+ status: import("zod").ZodNativeEnum<typeof import("../../..").AccountStatus>;
151
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../..").ManagedByType>>;
152
+ platform: import("zod").ZodNativeEnum<typeof import("../../..").Platform>;
153
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
154
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
155
+ allowPendingComplianceReview: import("zod").ZodBoolean;
156
+ }, "strip", import("zod").ZodTypeAny, {
157
+ status: import("../../..").AccountStatus;
158
+ id: string;
159
+ createdAt: string | Date;
160
+ updatedAt: string | Date;
161
+ deletedAt: string | Date | null;
162
+ name: string;
163
+ managedBy: import("../../..").ManagedByType | null;
164
+ platform: import("../../..").Platform;
165
+ onboardingReviewerId: string | null;
166
+ onboardingReviewAt: Date | null;
167
+ allowPendingComplianceReview: boolean;
168
+ __entity?: string | undefined;
169
+ }, {
170
+ status: import("../../..").AccountStatus;
171
+ id: string;
172
+ createdAt: string | Date;
173
+ updatedAt: string | Date;
174
+ deletedAt: string | Date | null;
175
+ name: string;
176
+ managedBy: import("../../..").ManagedByType | null;
177
+ platform: import("../../..").Platform;
178
+ onboardingReviewerId: string | null;
179
+ onboardingReviewAt: Date | null;
180
+ allowPendingComplianceReview: boolean;
181
+ __entity?: string | undefined;
182
+ }>>>;
183
+ investorAccountId: import("zod").ZodString;
184
+ investorAccount: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
185
+ id: import("zod").ZodString;
186
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
187
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
188
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
189
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
190
+ } & {
191
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
192
+ investorAccountType: import("zod").ZodNativeEnum<typeof import("../../..").InvestorAccountType>;
193
+ user: import("zod").ZodLazy<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
194
+ id: import("zod").ZodString;
195
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
196
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
197
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
198
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
199
+ } & {
200
+ userLoginId: import("zod").ZodNullable<import("zod").ZodString>;
201
+ roleId: import("zod").ZodNullable<import("zod").ZodString>;
202
+ inviteId: import("zod").ZodNullable<import("zod").ZodString>;
203
+ accountId: import("zod").ZodNullable<import("zod").ZodString>;
204
+ onboarding: import("zod").ZodNullable<import("zod").ZodString>;
205
+ account: import("zod").ZodOptional<import("zod").ZodObject<{
206
+ id: import("zod").ZodString;
207
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
208
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
209
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
210
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
211
+ } & {
212
+ name: import("zod").ZodString;
213
+ status: import("zod").ZodNativeEnum<typeof import("../../..").AccountStatus>;
214
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../..").ManagedByType>>;
215
+ platform: import("zod").ZodNativeEnum<typeof import("../../..").Platform>;
216
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
217
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
218
+ allowPendingComplianceReview: import("zod").ZodBoolean;
219
+ }, "strip", import("zod").ZodTypeAny, {
220
+ status: import("../../..").AccountStatus;
221
+ id: string;
222
+ createdAt: string | Date;
223
+ updatedAt: string | Date;
224
+ deletedAt: string | Date | null;
225
+ name: string;
226
+ managedBy: import("../../..").ManagedByType | null;
227
+ platform: import("../../..").Platform;
228
+ onboardingReviewerId: string | null;
229
+ onboardingReviewAt: Date | null;
230
+ allowPendingComplianceReview: boolean;
231
+ __entity?: string | undefined;
232
+ }, {
233
+ status: import("../../..").AccountStatus;
234
+ id: string;
235
+ createdAt: string | Date;
236
+ updatedAt: string | Date;
237
+ deletedAt: string | Date | null;
238
+ name: string;
239
+ managedBy: import("../../..").ManagedByType | null;
240
+ platform: import("../../..").Platform;
241
+ onboardingReviewerId: string | null;
242
+ onboardingReviewAt: Date | null;
243
+ allowPendingComplianceReview: boolean;
244
+ __entity?: string | undefined;
245
+ }>>;
246
+ active: import("zod").ZodBoolean;
247
+ locked: import("zod").ZodBoolean;
248
+ userLogin: import("zod").ZodObject<{
249
+ id: import("zod").ZodString;
250
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
251
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
252
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
253
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
254
+ } & {
255
+ firstName: import("zod").ZodString;
256
+ lastName: import("zod").ZodString;
257
+ email: import("zod").ZodString;
258
+ provider: import("zod").ZodString;
259
+ lastLoginAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
260
+ loginCount: import("zod").ZodNumber;
261
+ }, "strip", import("zod").ZodTypeAny, {
262
+ id: string;
263
+ createdAt: string | Date;
264
+ updatedAt: string | Date;
265
+ deletedAt: string | Date | null;
266
+ firstName: string;
267
+ lastName: string;
268
+ email: string;
269
+ provider: string;
270
+ lastLoginAt: string | Date | null;
271
+ loginCount: number;
272
+ __entity?: string | undefined;
273
+ }, {
274
+ id: string;
275
+ createdAt: string | Date;
276
+ updatedAt: string | Date;
277
+ deletedAt: string | Date | null;
278
+ firstName: string;
279
+ lastName: string;
280
+ email: string;
281
+ provider: string;
282
+ lastLoginAt: string | Date | null;
283
+ loginCount: number;
284
+ __entity?: string | undefined;
285
+ }>;
286
+ }, "strip", import("zod").ZodTypeAny, {
287
+ id: string;
288
+ createdAt: string | Date;
289
+ updatedAt: string | Date;
290
+ deletedAt: string | Date | null;
291
+ active: boolean;
292
+ inviteId: string | null;
293
+ accountId: string | null;
294
+ roleId: string | null;
295
+ userLoginId: string | null;
296
+ locked: boolean;
297
+ onboarding: string | null;
298
+ userLogin: {
299
+ id: string;
300
+ createdAt: string | Date;
301
+ updatedAt: string | Date;
302
+ deletedAt: string | Date | null;
303
+ firstName: string;
304
+ lastName: string;
305
+ email: string;
306
+ provider: string;
307
+ lastLoginAt: string | Date | null;
308
+ loginCount: number;
309
+ __entity?: string | undefined;
310
+ };
311
+ __entity?: string | undefined;
312
+ account?: {
313
+ status: import("../../..").AccountStatus;
314
+ id: string;
315
+ createdAt: string | Date;
316
+ updatedAt: string | Date;
317
+ deletedAt: string | Date | null;
318
+ name: string;
319
+ managedBy: import("../../..").ManagedByType | null;
320
+ platform: import("../../..").Platform;
321
+ onboardingReviewerId: string | null;
322
+ onboardingReviewAt: Date | null;
323
+ allowPendingComplianceReview: boolean;
324
+ __entity?: string | undefined;
325
+ } | undefined;
326
+ }, {
327
+ id: string;
328
+ createdAt: string | Date;
329
+ updatedAt: string | Date;
330
+ deletedAt: string | Date | null;
331
+ active: boolean;
332
+ inviteId: string | null;
333
+ accountId: string | null;
334
+ roleId: string | null;
335
+ userLoginId: string | null;
336
+ locked: boolean;
337
+ onboarding: string | null;
338
+ userLogin: {
339
+ id: string;
340
+ createdAt: string | Date;
341
+ updatedAt: string | Date;
342
+ deletedAt: string | Date | null;
343
+ firstName: string;
344
+ lastName: string;
345
+ email: string;
346
+ provider: string;
347
+ lastLoginAt: string | Date | null;
348
+ loginCount: number;
349
+ __entity?: string | undefined;
350
+ };
351
+ __entity?: string | undefined;
352
+ account?: {
353
+ status: import("../../..").AccountStatus;
354
+ id: string;
355
+ createdAt: string | Date;
356
+ updatedAt: string | Date;
357
+ deletedAt: string | Date | null;
358
+ name: string;
359
+ managedBy: import("../../..").ManagedByType | null;
360
+ platform: import("../../..").Platform;
361
+ onboardingReviewerId: string | null;
362
+ onboardingReviewAt: Date | null;
363
+ allowPendingComplianceReview: boolean;
364
+ __entity?: string | undefined;
365
+ } | undefined;
366
+ }>>>>;
367
+ userId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
368
+ email: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
369
+ name: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
370
+ regAQualified: import("zod").ZodBoolean;
371
+ regCfQualified: import("zod").ZodBoolean;
372
+ regDQualified: import("zod").ZodBoolean;
373
+ accountId: import("zod").ZodString;
374
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
375
+ id: import("zod").ZodString;
376
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
377
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
378
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
379
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
380
+ } & {
381
+ name: import("zod").ZodString;
382
+ status: import("zod").ZodNativeEnum<typeof import("../../..").AccountStatus>;
383
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../..").ManagedByType>>;
384
+ platform: import("zod").ZodNativeEnum<typeof import("../../..").Platform>;
385
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
386
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
387
+ allowPendingComplianceReview: import("zod").ZodBoolean;
388
+ }, "strip", import("zod").ZodTypeAny, {
389
+ status: import("../../..").AccountStatus;
390
+ id: string;
391
+ createdAt: string | Date;
392
+ updatedAt: string | Date;
393
+ deletedAt: string | Date | null;
394
+ name: string;
395
+ managedBy: import("../../..").ManagedByType | null;
396
+ platform: import("../../..").Platform;
397
+ onboardingReviewerId: string | null;
398
+ onboardingReviewAt: Date | null;
399
+ allowPendingComplianceReview: boolean;
400
+ __entity?: string | undefined;
401
+ }, {
402
+ status: import("../../..").AccountStatus;
403
+ id: string;
404
+ createdAt: string | Date;
405
+ updatedAt: string | Date;
406
+ deletedAt: string | Date | null;
407
+ name: string;
408
+ managedBy: import("../../..").ManagedByType | null;
409
+ platform: import("../../..").Platform;
410
+ onboardingReviewerId: string | null;
411
+ onboardingReviewAt: Date | null;
412
+ allowPendingComplianceReview: boolean;
413
+ __entity?: string | undefined;
414
+ }>>>;
415
+ trades: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
416
+ individuals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
417
+ legalEntities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<import("zod").ZodObject<{
418
+ id: import("zod").ZodString;
419
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
420
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
421
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
422
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
423
+ } & {
424
+ thirdPartyId: import("zod").ZodNullable<import("zod").ZodString>;
425
+ accountId: import("zod").ZodString;
426
+ investorAccountId: import("zod").ZodString;
427
+ kybStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../../..").KYBStatus>>;
428
+ sanctionsStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../../..").SanctionsStatus>>;
429
+ kybs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
430
+ id: import("zod").ZodString;
431
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
432
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
433
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
434
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
435
+ } & {
436
+ thirdPartyId: import("zod").ZodString;
437
+ platform: import("zod").ZodString;
438
+ legalEntityId: import("zod").ZodString;
439
+ documentType: import("zod").ZodString;
440
+ documentImage: import("zod").ZodString;
441
+ kybStatus: import("zod").ZodNativeEnum<typeof import("../../..").KYBStatus>;
442
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
443
+ response: import("zod").ZodNullable<import("zod").ZodString>;
444
+ }, "strip", import("zod").ZodTypeAny, {
445
+ id: string;
446
+ createdAt: string | Date;
447
+ updatedAt: string | Date;
448
+ deletedAt: string | Date | null;
449
+ platform: string;
450
+ documentType: string;
451
+ documentImage: string;
452
+ reason: string | null;
453
+ response: string | null;
454
+ thirdPartyId: string;
455
+ legalEntityId: string;
456
+ kybStatus: import("../../..").KYBStatus;
457
+ __entity?: string | undefined;
458
+ }, {
459
+ id: string;
460
+ createdAt: string | Date;
461
+ updatedAt: string | Date;
462
+ deletedAt: string | Date | null;
463
+ platform: string;
464
+ documentType: string;
465
+ documentImage: string;
466
+ reason: string | null;
467
+ response: string | null;
468
+ thirdPartyId: string;
469
+ legalEntityId: string;
470
+ kybStatus: import("../../..").KYBStatus;
471
+ __entity?: string | undefined;
472
+ }>, "many">>;
473
+ name: import("zod").ZodString;
474
+ ein: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
475
+ companyType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
476
+ streetAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
477
+ city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
478
+ state: import("zod").ZodNullable<import("zod").ZodString>;
479
+ zip: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
480
+ country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
481
+ phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
482
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../../..").SetupStatusType>;
483
+ }, "strip", import("zod").ZodTypeAny, {
484
+ id: string;
485
+ createdAt: string | Date;
486
+ updatedAt: string | Date;
487
+ deletedAt: string | Date | null;
488
+ accountId: string;
489
+ name: string;
490
+ state: string | null;
491
+ thirdPartyId: string | null;
492
+ kybStatus: import("../../..").KYBStatus;
493
+ investorAccountId: string;
494
+ sanctionsStatus: import("../../..").SanctionsStatus;
495
+ setupStatus: import("../../..").SetupStatusType;
496
+ __entity?: string | undefined;
497
+ country?: string | null | undefined;
498
+ kybs?: {
499
+ id: string;
500
+ createdAt: string | Date;
501
+ updatedAt: string | Date;
502
+ deletedAt: string | Date | null;
503
+ platform: string;
504
+ documentType: string;
505
+ documentImage: string;
506
+ reason: string | null;
507
+ response: string | null;
508
+ thirdPartyId: string;
509
+ legalEntityId: string;
510
+ kybStatus: import("../../..").KYBStatus;
511
+ __entity?: string | undefined;
512
+ }[] | undefined;
513
+ phone?: string | null | undefined;
514
+ city?: string | null | undefined;
515
+ zip?: string | null | undefined;
516
+ ein?: string | null | undefined;
517
+ companyType?: string | null | undefined;
518
+ streetAddress?: string | null | undefined;
519
+ }, {
520
+ id: string;
521
+ createdAt: string | Date;
522
+ updatedAt: string | Date;
523
+ deletedAt: string | Date | null;
524
+ accountId: string;
525
+ name: string;
526
+ state: string | null;
527
+ thirdPartyId: string | null;
528
+ kybStatus: import("../../..").KYBStatus;
529
+ investorAccountId: string;
530
+ sanctionsStatus: import("../../..").SanctionsStatus;
531
+ setupStatus: import("../../..").SetupStatusType;
532
+ __entity?: string | undefined;
533
+ country?: string | null | undefined;
534
+ kybs?: {
535
+ id: string;
536
+ createdAt: string | Date;
537
+ updatedAt: string | Date;
538
+ deletedAt: string | Date | null;
539
+ platform: string;
540
+ documentType: string;
541
+ documentImage: string;
542
+ reason: string | null;
543
+ response: string | null;
544
+ thirdPartyId: string;
545
+ legalEntityId: string;
546
+ kybStatus: import("../../..").KYBStatus;
547
+ __entity?: string | undefined;
548
+ }[] | undefined;
549
+ phone?: string | null | undefined;
550
+ city?: string | null | undefined;
551
+ zip?: string | null | undefined;
552
+ ein?: string | null | undefined;
553
+ companyType?: string | null | undefined;
554
+ streetAddress?: string | null | undefined;
555
+ }>>, "many">>;
556
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../../..").SetupStatusType>;
557
+ systemReviewLog: import("zod").ZodNullable<import("zod").ZodString>;
558
+ totalAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
559
+ statusCheck: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
560
+ entity: import("zod").ZodOptional<import("zod").ZodObject<{
561
+ information: import("zod").ZodDefault<import("zod").ZodBoolean>;
562
+ address: import("zod").ZodDefault<import("zod").ZodBoolean>;
563
+ }, "strip", import("zod").ZodTypeAny, {
564
+ address: boolean;
565
+ information: boolean;
566
+ }, {
567
+ address?: boolean | undefined;
568
+ information?: boolean | undefined;
569
+ }>>;
570
+ primary: import("zod").ZodOptional<import("zod").ZodObject<{
571
+ account: import("zod").ZodDefault<import("zod").ZodBoolean>;
572
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
573
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
574
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
575
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
576
+ investorQuestionnaire: import("zod").ZodDefault<import("zod").ZodBoolean>;
577
+ accreditation: import("zod").ZodDefault<import("zod").ZodBoolean>;
578
+ trustedContact: import("zod").ZodDefault<import("zod").ZodBoolean>;
579
+ retirement: import("zod").ZodOptional<import("zod").ZodBoolean>;
580
+ }, "strip", import("zod").ZodTypeAny, {
581
+ account: boolean;
582
+ personal: boolean;
583
+ residential: boolean;
584
+ identity: boolean;
585
+ financial: boolean;
586
+ investorQuestionnaire: boolean;
587
+ accreditation: boolean;
588
+ trustedContact: boolean;
589
+ retirement?: boolean | undefined;
590
+ }, {
591
+ account?: boolean | undefined;
592
+ personal?: boolean | undefined;
593
+ residential?: boolean | undefined;
594
+ identity?: boolean | undefined;
595
+ financial?: boolean | undefined;
596
+ investorQuestionnaire?: boolean | undefined;
597
+ accreditation?: boolean | undefined;
598
+ trustedContact?: boolean | undefined;
599
+ retirement?: boolean | undefined;
600
+ }>>;
601
+ secondary: import("zod").ZodOptional<import("zod").ZodObject<{
602
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
603
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
604
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
605
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
606
+ }, "strip", import("zod").ZodTypeAny, {
607
+ personal: boolean;
608
+ residential: boolean;
609
+ identity: boolean;
610
+ financial: boolean;
611
+ }, {
612
+ personal?: boolean | undefined;
613
+ residential?: boolean | undefined;
614
+ identity?: boolean | undefined;
615
+ financial?: boolean | undefined;
616
+ }>>;
617
+ }, "strip", import("zod").ZodTypeAny, {
618
+ entity?: {
619
+ address: boolean;
620
+ information: boolean;
621
+ } | undefined;
622
+ primary?: {
623
+ account: boolean;
624
+ personal: boolean;
625
+ residential: boolean;
626
+ identity: boolean;
627
+ financial: boolean;
628
+ investorQuestionnaire: boolean;
629
+ accreditation: boolean;
630
+ trustedContact: boolean;
631
+ retirement?: boolean | undefined;
632
+ } | undefined;
633
+ secondary?: {
634
+ personal: boolean;
635
+ residential: boolean;
636
+ identity: boolean;
637
+ financial: boolean;
638
+ } | undefined;
639
+ }, {
640
+ entity?: {
641
+ address?: boolean | undefined;
642
+ information?: boolean | undefined;
643
+ } | undefined;
644
+ primary?: {
645
+ account?: boolean | undefined;
646
+ personal?: boolean | undefined;
647
+ residential?: boolean | undefined;
648
+ identity?: boolean | undefined;
649
+ financial?: boolean | undefined;
650
+ investorQuestionnaire?: boolean | undefined;
651
+ accreditation?: boolean | undefined;
652
+ trustedContact?: boolean | undefined;
653
+ retirement?: boolean | undefined;
654
+ } | undefined;
655
+ secondary?: {
656
+ personal?: boolean | undefined;
657
+ residential?: boolean | undefined;
658
+ identity?: boolean | undefined;
659
+ financial?: boolean | undefined;
660
+ } | undefined;
661
+ }>>>;
662
+ }, "strip", import("zod").ZodTypeAny, {
663
+ id: string;
664
+ createdAt: string | Date;
665
+ updatedAt: string | Date;
666
+ deletedAt: string | Date | null;
667
+ accountId: string;
668
+ tid: string | null;
669
+ investorAccountType: import("../../..").InvestorAccountType;
670
+ regAQualified: boolean;
671
+ regCfQualified: boolean;
672
+ regDQualified: boolean;
673
+ systemReviewLog: string | null;
674
+ setupStatus: import("../../..").SetupStatusType;
675
+ __entity?: string | undefined;
676
+ email?: string | null | undefined;
677
+ name?: string | null | undefined;
678
+ account?: {
679
+ status: import("../../..").AccountStatus;
680
+ id: string;
681
+ createdAt: string | Date;
682
+ updatedAt: string | Date;
683
+ deletedAt: string | Date | null;
684
+ name: string;
685
+ managedBy: import("../../..").ManagedByType | null;
686
+ platform: import("../../..").Platform;
687
+ onboardingReviewerId: string | null;
688
+ onboardingReviewAt: Date | null;
689
+ allowPendingComplianceReview: boolean;
690
+ __entity?: string | undefined;
691
+ } | undefined;
692
+ individuals?: any[] | undefined;
693
+ trades?: any[] | undefined;
694
+ user?: {
695
+ id: string;
696
+ createdAt: string | Date;
697
+ updatedAt: string | Date;
698
+ deletedAt: string | Date | null;
699
+ active: boolean;
700
+ inviteId: string | null;
701
+ accountId: string | null;
702
+ roleId: string | null;
703
+ userLoginId: string | null;
704
+ locked: boolean;
705
+ onboarding: string | null;
706
+ userLogin: {
707
+ id: string;
708
+ createdAt: string | Date;
709
+ updatedAt: string | Date;
710
+ deletedAt: string | Date | null;
711
+ firstName: string;
712
+ lastName: string;
713
+ email: string;
714
+ provider: string;
715
+ lastLoginAt: string | Date | null;
716
+ loginCount: number;
717
+ __entity?: string | undefined;
718
+ };
719
+ __entity?: string | undefined;
720
+ account?: {
721
+ status: import("../../..").AccountStatus;
722
+ id: string;
723
+ createdAt: string | Date;
724
+ updatedAt: string | Date;
725
+ deletedAt: string | Date | null;
726
+ name: string;
727
+ managedBy: import("../../..").ManagedByType | null;
728
+ platform: import("../../..").Platform;
729
+ onboardingReviewerId: string | null;
730
+ onboardingReviewAt: Date | null;
731
+ allowPendingComplianceReview: boolean;
732
+ __entity?: string | undefined;
733
+ } | undefined;
734
+ } | null | undefined;
735
+ legalEntities?: {
736
+ id: string;
737
+ createdAt: string | Date;
738
+ updatedAt: string | Date;
739
+ deletedAt: string | Date | null;
740
+ accountId: string;
741
+ name: string;
742
+ state: string | null;
743
+ thirdPartyId: string | null;
744
+ kybStatus: import("../../..").KYBStatus;
745
+ investorAccountId: string;
746
+ sanctionsStatus: import("../../..").SanctionsStatus;
747
+ setupStatus: import("../../..").SetupStatusType;
748
+ __entity?: string | undefined;
749
+ country?: string | null | undefined;
750
+ kybs?: {
751
+ id: string;
752
+ createdAt: string | Date;
753
+ updatedAt: string | Date;
754
+ deletedAt: string | Date | null;
755
+ platform: string;
756
+ documentType: string;
757
+ documentImage: string;
758
+ reason: string | null;
759
+ response: string | null;
760
+ thirdPartyId: string;
761
+ legalEntityId: string;
762
+ kybStatus: import("../../..").KYBStatus;
763
+ __entity?: string | undefined;
764
+ }[] | undefined;
765
+ phone?: string | null | undefined;
766
+ city?: string | null | undefined;
767
+ zip?: string | null | undefined;
768
+ ein?: string | null | undefined;
769
+ companyType?: string | null | undefined;
770
+ streetAddress?: string | null | undefined;
771
+ }[] | undefined;
772
+ userId?: string | null | undefined;
773
+ totalAmount?: number | undefined;
774
+ statusCheck?: {
775
+ entity?: {
776
+ address: boolean;
777
+ information: boolean;
778
+ } | undefined;
779
+ primary?: {
780
+ account: boolean;
781
+ personal: boolean;
782
+ residential: boolean;
783
+ identity: boolean;
784
+ financial: boolean;
785
+ investorQuestionnaire: boolean;
786
+ accreditation: boolean;
787
+ trustedContact: boolean;
788
+ retirement?: boolean | undefined;
789
+ } | undefined;
790
+ secondary?: {
791
+ personal: boolean;
792
+ residential: boolean;
793
+ identity: boolean;
794
+ financial: boolean;
795
+ } | undefined;
796
+ } | undefined;
797
+ }, {
798
+ id: string;
799
+ createdAt: string | Date;
800
+ updatedAt: string | Date;
801
+ deletedAt: string | Date | null;
802
+ accountId: string;
803
+ tid: string | null;
804
+ investorAccountType: import("../../..").InvestorAccountType;
805
+ regAQualified: boolean;
806
+ regCfQualified: boolean;
807
+ regDQualified: boolean;
808
+ systemReviewLog: string | null;
809
+ setupStatus: import("../../..").SetupStatusType;
810
+ __entity?: string | undefined;
811
+ email?: string | null | undefined;
812
+ name?: string | null | undefined;
813
+ account?: {
814
+ status: import("../../..").AccountStatus;
815
+ id: string;
816
+ createdAt: string | Date;
817
+ updatedAt: string | Date;
818
+ deletedAt: string | Date | null;
819
+ name: string;
820
+ managedBy: import("../../..").ManagedByType | null;
821
+ platform: import("../../..").Platform;
822
+ onboardingReviewerId: string | null;
823
+ onboardingReviewAt: Date | null;
824
+ allowPendingComplianceReview: boolean;
825
+ __entity?: string | undefined;
826
+ } | undefined;
827
+ individuals?: any[] | undefined;
828
+ trades?: any[] | undefined;
829
+ user?: {
830
+ id: string;
831
+ createdAt: string | Date;
832
+ updatedAt: string | Date;
833
+ deletedAt: string | Date | null;
834
+ active: boolean;
835
+ inviteId: string | null;
836
+ accountId: string | null;
837
+ roleId: string | null;
838
+ userLoginId: string | null;
839
+ locked: boolean;
840
+ onboarding: string | null;
841
+ userLogin: {
842
+ id: string;
843
+ createdAt: string | Date;
844
+ updatedAt: string | Date;
845
+ deletedAt: string | Date | null;
846
+ firstName: string;
847
+ lastName: string;
848
+ email: string;
849
+ provider: string;
850
+ lastLoginAt: string | Date | null;
851
+ loginCount: number;
852
+ __entity?: string | undefined;
853
+ };
854
+ __entity?: string | undefined;
855
+ account?: {
856
+ status: import("../../..").AccountStatus;
857
+ id: string;
858
+ createdAt: string | Date;
859
+ updatedAt: string | Date;
860
+ deletedAt: string | Date | null;
861
+ name: string;
862
+ managedBy: import("../../..").ManagedByType | null;
863
+ platform: import("../../..").Platform;
864
+ onboardingReviewerId: string | null;
865
+ onboardingReviewAt: Date | null;
866
+ allowPendingComplianceReview: boolean;
867
+ __entity?: string | undefined;
868
+ } | undefined;
869
+ } | null | undefined;
870
+ legalEntities?: {
871
+ id: string;
872
+ createdAt: string | Date;
873
+ updatedAt: string | Date;
874
+ deletedAt: string | Date | null;
875
+ accountId: string;
876
+ name: string;
877
+ state: string | null;
878
+ thirdPartyId: string | null;
879
+ kybStatus: import("../../..").KYBStatus;
880
+ investorAccountId: string;
881
+ sanctionsStatus: import("../../..").SanctionsStatus;
882
+ setupStatus: import("../../..").SetupStatusType;
883
+ __entity?: string | undefined;
884
+ country?: string | null | undefined;
885
+ kybs?: {
886
+ id: string;
887
+ createdAt: string | Date;
888
+ updatedAt: string | Date;
889
+ deletedAt: string | Date | null;
890
+ platform: string;
891
+ documentType: string;
892
+ documentImage: string;
893
+ reason: string | null;
894
+ response: string | null;
895
+ thirdPartyId: string;
896
+ legalEntityId: string;
897
+ kybStatus: import("../../..").KYBStatus;
898
+ __entity?: string | undefined;
899
+ }[] | undefined;
900
+ phone?: string | null | undefined;
901
+ city?: string | null | undefined;
902
+ zip?: string | null | undefined;
903
+ ein?: string | null | undefined;
904
+ companyType?: string | null | undefined;
905
+ streetAddress?: string | null | undefined;
906
+ }[] | undefined;
907
+ userId?: string | null | undefined;
908
+ totalAmount?: number | undefined;
909
+ statusCheck?: {
910
+ entity?: {
911
+ address?: boolean | undefined;
912
+ information?: boolean | undefined;
913
+ } | undefined;
914
+ primary?: {
915
+ account?: boolean | undefined;
916
+ personal?: boolean | undefined;
917
+ residential?: boolean | undefined;
918
+ identity?: boolean | undefined;
919
+ financial?: boolean | undefined;
920
+ investorQuestionnaire?: boolean | undefined;
921
+ accreditation?: boolean | undefined;
922
+ trustedContact?: boolean | undefined;
923
+ retirement?: boolean | undefined;
924
+ } | undefined;
925
+ secondary?: {
926
+ personal?: boolean | undefined;
927
+ residential?: boolean | undefined;
928
+ identity?: boolean | undefined;
929
+ financial?: boolean | undefined;
930
+ } | undefined;
931
+ } | undefined;
932
+ }>>>;
933
+ role: import("zod").ZodNativeEnum<typeof import("../../..").IndividualRole>;
934
+ firstName: import("zod").ZodString;
935
+ lastName: import("zod").ZodNullable<import("zod").ZodString>;
936
+ dob: import("zod").ZodNullable<import("zod").ZodDate>;
937
+ isUsCitizenOrGreenCardHolder: import("zod").ZodBoolean;
938
+ ssn: import("zod").ZodNullable<import("zod").ZodString>;
939
+ lastFour: import("zod").ZodNullable<import("zod").ZodString>;
940
+ address: import("zod").ZodNullable<import("zod").ZodString>;
941
+ address2: import("zod").ZodNullable<import("zod").ZodString>;
942
+ email: import("zod").ZodNullable<import("zod").ZodString>;
943
+ phone: import("zod").ZodNullable<import("zod").ZodString>;
944
+ city: import("zod").ZodNullable<import("zod").ZodString>;
945
+ country: import("zod").ZodNullable<import("zod").ZodString>;
946
+ citizenship: import("zod").ZodNullable<import("zod").ZodString>;
947
+ state: import("zod").ZodNullable<import("zod").ZodString>;
948
+ zip: import("zod").ZodNullable<import("zod").ZodString>;
949
+ currencyCode: import("zod").ZodNullable<import("zod").ZodString>;
950
+ financialAdvisor: import("zod").ZodBoolean;
951
+ occupation: import("zod").ZodNullable<import("zod").ZodString>;
952
+ employmentStatus: import("zod").ZodNativeEnum<typeof import("../../..").EmploymentStatus>;
953
+ employerName: import("zod").ZodNullable<import("zod").ZodString>;
954
+ employerAddressLine1: import("zod").ZodNullable<import("zod").ZodString>;
955
+ employerAddressLine2: import("zod").ZodNullable<import("zod").ZodString>;
956
+ employerCity: import("zod").ZodNullable<import("zod").ZodString>;
957
+ employerState: import("zod").ZodNullable<import("zod").ZodString>;
958
+ employerZip: import("zod").ZodNullable<import("zod").ZodString>;
959
+ employerCountry: import("zod").ZodNullable<import("zod").ZodString>;
960
+ kycDocumentType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../..").KYCDocumentType>>;
961
+ kycDocumentIssuer: import("zod").ZodNullable<import("zod").ZodString>;
962
+ kycExpirationDate: import("zod").ZodNullable<import("zod").ZodString>;
963
+ kycIssuerDate: import("zod").ZodNullable<import("zod").ZodString>;
964
+ kycDocumentNumber: import("zod").ZodNullable<import("zod").ZodString>;
965
+ kycFirstName: import("zod").ZodNullable<import("zod").ZodString>;
966
+ kycLastName: import("zod").ZodNullable<import("zod").ZodString>;
967
+ ownership: import("zod").ZodNullable<import("zod").ZodNumber>;
968
+ householdNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
969
+ liquidNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
970
+ currentHouseholdIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
971
+ currentAnnualIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
972
+ investedInCrowdfunding: import("zod").ZodNullable<import("zod").ZodNumber>;
973
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../../..").SetupStatusType>;
974
+ setupStep: import("zod").ZodNativeEnum<typeof import("../../..").SetupStepType>;
975
+ sourceOfIncome: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../..").SourceOfIncome>>;
976
+ aicQuestionnaire: import("zod").ZodNullable<import("zod").ZodString>;
977
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../../..").KYCStatus>;
978
+ kycProvider: import("zod").ZodNullable<import("zod").ZodString>;
979
+ kycTid: import("zod").ZodNullable<import("zod").ZodString>;
980
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../../..").AicAccreditationType>;
981
+ accredited: import("zod").ZodBoolean;
982
+ retirementAccountType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../..").RetirementAccountType>>;
983
+ custodianName: import("zod").ZodNullable<import("zod").ZodString>;
984
+ custodianAccountNumber: import("zod").ZodNullable<import("zod").ZodString>;
985
+ custodianRepresentativeName: import("zod").ZodNullable<import("zod").ZodString>;
986
+ custodianEmail: import("zod").ZodNullable<import("zod").ZodString>;
987
+ }, "strip", import("zod").ZodTypeAny, {
988
+ id: string;
989
+ createdAt: string | Date;
990
+ updatedAt: string | Date;
991
+ deletedAt: string | Date | null;
992
+ country: string | null;
993
+ firstName: string;
994
+ lastName: string | null;
995
+ email: string | null;
996
+ accountId: string;
997
+ role: import("../../..").IndividualRole;
998
+ kycStatus: import("../../..").KYCStatus;
999
+ tid: string | null;
1000
+ phone: string | null;
1001
+ state: string | null;
1002
+ address: string | null;
1003
+ city: string | null;
1004
+ kycFirstName: string | null;
1005
+ kycLastName: string | null;
1006
+ kycDocumentType: import("../../..").KYCDocumentType | null;
1007
+ kycDocumentIssuer: string | null;
1008
+ kycProvider: string | null;
1009
+ zip: string | null;
1010
+ address2: string | null;
1011
+ investorAccountId: string;
1012
+ currencyCode: string | null;
1013
+ setupStatus: import("../../..").SetupStatusType;
1014
+ kycDocumentNumber: string | null;
1015
+ kycIssuerDate: string | null;
1016
+ kycExpirationDate: string | null;
1017
+ liquidNetWorth: number | null;
1018
+ aicAccreditationType: import("../../..").AicAccreditationType;
1019
+ aicQuestionnaire: string | null;
1020
+ dob: Date | null;
1021
+ isUsCitizenOrGreenCardHolder: boolean;
1022
+ citizenship: string | null;
1023
+ ssn: string | null;
1024
+ lastFour: string | null;
1025
+ kycTid: string | null;
1026
+ investedInCrowdfunding: number | null;
1027
+ currentAnnualIncome: number | null;
1028
+ currentHouseholdIncome: number | null;
1029
+ householdNetWorth: number | null;
1030
+ financialAdvisor: boolean;
1031
+ occupation: string | null;
1032
+ employmentStatus: import("../../..").EmploymentStatus;
1033
+ employerName: string | null;
1034
+ employerAddressLine1: string | null;
1035
+ employerAddressLine2: string | null;
1036
+ employerCity: string | null;
1037
+ employerState: string | null;
1038
+ employerZip: string | null;
1039
+ employerCountry: string | null;
1040
+ setupStep: import("../../..").SetupStepType;
1041
+ sourceOfIncome: import("../../..").SourceOfIncome | null;
1042
+ ownership: number | null;
1043
+ retirementAccountType: import("../../..").RetirementAccountType | null;
1044
+ custodianName: string | null;
1045
+ custodianAccountNumber: string | null;
1046
+ custodianRepresentativeName: string | null;
1047
+ custodianEmail: string | null;
1048
+ accredited: boolean;
1049
+ __entity?: string | undefined;
1050
+ account?: {
1051
+ status: import("../../..").AccountStatus;
1052
+ id: string;
1053
+ createdAt: string | Date;
1054
+ updatedAt: string | Date;
1055
+ deletedAt: string | Date | null;
1056
+ name: string;
1057
+ managedBy: import("../../..").ManagedByType | null;
1058
+ platform: import("../../..").Platform;
1059
+ onboardingReviewerId: string | null;
1060
+ onboardingReviewAt: Date | null;
1061
+ allowPendingComplianceReview: boolean;
1062
+ __entity?: string | undefined;
1063
+ } | undefined;
1064
+ investorAccount?: {
1065
+ id: string;
1066
+ createdAt: string | Date;
1067
+ updatedAt: string | Date;
1068
+ deletedAt: string | Date | null;
1069
+ accountId: string;
1070
+ tid: string | null;
1071
+ investorAccountType: import("../../..").InvestorAccountType;
1072
+ regAQualified: boolean;
1073
+ regCfQualified: boolean;
1074
+ regDQualified: boolean;
1075
+ systemReviewLog: string | null;
1076
+ setupStatus: import("../../..").SetupStatusType;
1077
+ __entity?: string | undefined;
1078
+ email?: string | null | undefined;
1079
+ name?: string | null | undefined;
1080
+ account?: {
1081
+ status: import("../../..").AccountStatus;
1082
+ id: string;
1083
+ createdAt: string | Date;
1084
+ updatedAt: string | Date;
1085
+ deletedAt: string | Date | null;
1086
+ name: string;
1087
+ managedBy: import("../../..").ManagedByType | null;
1088
+ platform: import("../../..").Platform;
1089
+ onboardingReviewerId: string | null;
1090
+ onboardingReviewAt: Date | null;
1091
+ allowPendingComplianceReview: boolean;
1092
+ __entity?: string | undefined;
1093
+ } | undefined;
1094
+ individuals?: any[] | undefined;
1095
+ trades?: any[] | undefined;
1096
+ user?: {
1097
+ id: string;
1098
+ createdAt: string | Date;
1099
+ updatedAt: string | Date;
1100
+ deletedAt: string | Date | null;
1101
+ active: boolean;
1102
+ inviteId: string | null;
1103
+ accountId: string | null;
1104
+ roleId: string | null;
1105
+ userLoginId: string | null;
1106
+ locked: boolean;
1107
+ onboarding: string | null;
1108
+ userLogin: {
1109
+ id: string;
1110
+ createdAt: string | Date;
1111
+ updatedAt: string | Date;
1112
+ deletedAt: string | Date | null;
1113
+ firstName: string;
1114
+ lastName: string;
1115
+ email: string;
1116
+ provider: string;
1117
+ lastLoginAt: string | Date | null;
1118
+ loginCount: number;
1119
+ __entity?: string | undefined;
1120
+ };
1121
+ __entity?: string | undefined;
1122
+ account?: {
1123
+ status: import("../../..").AccountStatus;
1124
+ id: string;
1125
+ createdAt: string | Date;
1126
+ updatedAt: string | Date;
1127
+ deletedAt: string | Date | null;
1128
+ name: string;
1129
+ managedBy: import("../../..").ManagedByType | null;
1130
+ platform: import("../../..").Platform;
1131
+ onboardingReviewerId: string | null;
1132
+ onboardingReviewAt: Date | null;
1133
+ allowPendingComplianceReview: boolean;
1134
+ __entity?: string | undefined;
1135
+ } | undefined;
1136
+ } | null | undefined;
1137
+ legalEntities?: {
1138
+ id: string;
1139
+ createdAt: string | Date;
1140
+ updatedAt: string | Date;
1141
+ deletedAt: string | Date | null;
1142
+ accountId: string;
1143
+ name: string;
1144
+ state: string | null;
1145
+ thirdPartyId: string | null;
1146
+ kybStatus: import("../../..").KYBStatus;
1147
+ investorAccountId: string;
1148
+ sanctionsStatus: import("../../..").SanctionsStatus;
1149
+ setupStatus: import("../../..").SetupStatusType;
1150
+ __entity?: string | undefined;
1151
+ country?: string | null | undefined;
1152
+ kybs?: {
1153
+ id: string;
1154
+ createdAt: string | Date;
1155
+ updatedAt: string | Date;
1156
+ deletedAt: string | Date | null;
1157
+ platform: string;
1158
+ documentType: string;
1159
+ documentImage: string;
1160
+ reason: string | null;
1161
+ response: string | null;
1162
+ thirdPartyId: string;
1163
+ legalEntityId: string;
1164
+ kybStatus: import("../../..").KYBStatus;
1165
+ __entity?: string | undefined;
1166
+ }[] | undefined;
1167
+ phone?: string | null | undefined;
1168
+ city?: string | null | undefined;
1169
+ zip?: string | null | undefined;
1170
+ ein?: string | null | undefined;
1171
+ companyType?: string | null | undefined;
1172
+ streetAddress?: string | null | undefined;
1173
+ }[] | undefined;
1174
+ userId?: string | null | undefined;
1175
+ totalAmount?: number | undefined;
1176
+ statusCheck?: {
1177
+ entity?: {
1178
+ address: boolean;
1179
+ information: boolean;
1180
+ } | undefined;
1181
+ primary?: {
1182
+ account: boolean;
1183
+ personal: boolean;
1184
+ residential: boolean;
1185
+ identity: boolean;
1186
+ financial: boolean;
1187
+ investorQuestionnaire: boolean;
1188
+ accreditation: boolean;
1189
+ trustedContact: boolean;
1190
+ retirement?: boolean | undefined;
1191
+ } | undefined;
1192
+ secondary?: {
1193
+ personal: boolean;
1194
+ residential: boolean;
1195
+ identity: boolean;
1196
+ financial: boolean;
1197
+ } | undefined;
1198
+ } | undefined;
1199
+ } | undefined;
1200
+ }, {
1201
+ id: string;
1202
+ createdAt: string | Date;
1203
+ updatedAt: string | Date;
1204
+ deletedAt: string | Date | null;
1205
+ country: string | null;
1206
+ firstName: string;
1207
+ lastName: string | null;
1208
+ email: string | null;
1209
+ accountId: string;
1210
+ role: import("../../..").IndividualRole;
1211
+ kycStatus: import("../../..").KYCStatus;
1212
+ tid: string | null;
1213
+ phone: string | null;
1214
+ state: string | null;
1215
+ address: string | null;
1216
+ city: string | null;
1217
+ kycFirstName: string | null;
1218
+ kycLastName: string | null;
1219
+ kycDocumentType: import("../../..").KYCDocumentType | null;
1220
+ kycDocumentIssuer: string | null;
1221
+ kycProvider: string | null;
1222
+ zip: string | null;
1223
+ address2: string | null;
1224
+ investorAccountId: string;
1225
+ currencyCode: string | null;
1226
+ setupStatus: import("../../..").SetupStatusType;
1227
+ kycDocumentNumber: string | null;
1228
+ kycIssuerDate: string | null;
1229
+ kycExpirationDate: string | null;
1230
+ liquidNetWorth: number | null;
1231
+ aicAccreditationType: import("../../..").AicAccreditationType;
1232
+ aicQuestionnaire: string | null;
1233
+ dob: Date | null;
1234
+ isUsCitizenOrGreenCardHolder: boolean;
1235
+ citizenship: string | null;
1236
+ ssn: string | null;
1237
+ lastFour: string | null;
1238
+ kycTid: string | null;
1239
+ investedInCrowdfunding: number | null;
1240
+ currentAnnualIncome: number | null;
1241
+ currentHouseholdIncome: number | null;
1242
+ householdNetWorth: number | null;
1243
+ financialAdvisor: boolean;
1244
+ occupation: string | null;
1245
+ employmentStatus: import("../../..").EmploymentStatus;
1246
+ employerName: string | null;
1247
+ employerAddressLine1: string | null;
1248
+ employerAddressLine2: string | null;
1249
+ employerCity: string | null;
1250
+ employerState: string | null;
1251
+ employerZip: string | null;
1252
+ employerCountry: string | null;
1253
+ setupStep: import("../../..").SetupStepType;
1254
+ sourceOfIncome: import("../../..").SourceOfIncome | null;
1255
+ ownership: number | null;
1256
+ retirementAccountType: import("../../..").RetirementAccountType | null;
1257
+ custodianName: string | null;
1258
+ custodianAccountNumber: string | null;
1259
+ custodianRepresentativeName: string | null;
1260
+ custodianEmail: string | null;
1261
+ accredited: boolean;
1262
+ __entity?: string | undefined;
1263
+ account?: {
1264
+ status: import("../../..").AccountStatus;
1265
+ id: string;
1266
+ createdAt: string | Date;
1267
+ updatedAt: string | Date;
1268
+ deletedAt: string | Date | null;
1269
+ name: string;
1270
+ managedBy: import("../../..").ManagedByType | null;
1271
+ platform: import("../../..").Platform;
1272
+ onboardingReviewerId: string | null;
1273
+ onboardingReviewAt: Date | null;
1274
+ allowPendingComplianceReview: boolean;
1275
+ __entity?: string | undefined;
1276
+ } | undefined;
1277
+ investorAccount?: {
1278
+ id: string;
1279
+ createdAt: string | Date;
1280
+ updatedAt: string | Date;
1281
+ deletedAt: string | Date | null;
1282
+ accountId: string;
1283
+ tid: string | null;
1284
+ investorAccountType: import("../../..").InvestorAccountType;
1285
+ regAQualified: boolean;
1286
+ regCfQualified: boolean;
1287
+ regDQualified: boolean;
1288
+ systemReviewLog: string | null;
1289
+ setupStatus: import("../../..").SetupStatusType;
1290
+ __entity?: string | undefined;
1291
+ email?: string | null | undefined;
1292
+ name?: string | null | undefined;
1293
+ account?: {
1294
+ status: import("../../..").AccountStatus;
1295
+ id: string;
1296
+ createdAt: string | Date;
1297
+ updatedAt: string | Date;
1298
+ deletedAt: string | Date | null;
1299
+ name: string;
1300
+ managedBy: import("../../..").ManagedByType | null;
1301
+ platform: import("../../..").Platform;
1302
+ onboardingReviewerId: string | null;
1303
+ onboardingReviewAt: Date | null;
1304
+ allowPendingComplianceReview: boolean;
1305
+ __entity?: string | undefined;
1306
+ } | undefined;
1307
+ individuals?: any[] | undefined;
1308
+ trades?: any[] | undefined;
1309
+ user?: {
1310
+ id: string;
1311
+ createdAt: string | Date;
1312
+ updatedAt: string | Date;
1313
+ deletedAt: string | Date | null;
1314
+ active: boolean;
1315
+ inviteId: string | null;
1316
+ accountId: string | null;
1317
+ roleId: string | null;
1318
+ userLoginId: string | null;
1319
+ locked: boolean;
1320
+ onboarding: string | null;
1321
+ userLogin: {
1322
+ id: string;
1323
+ createdAt: string | Date;
1324
+ updatedAt: string | Date;
1325
+ deletedAt: string | Date | null;
1326
+ firstName: string;
1327
+ lastName: string;
1328
+ email: string;
1329
+ provider: string;
1330
+ lastLoginAt: string | Date | null;
1331
+ loginCount: number;
1332
+ __entity?: string | undefined;
1333
+ };
1334
+ __entity?: string | undefined;
1335
+ account?: {
1336
+ status: import("../../..").AccountStatus;
1337
+ id: string;
1338
+ createdAt: string | Date;
1339
+ updatedAt: string | Date;
1340
+ deletedAt: string | Date | null;
1341
+ name: string;
1342
+ managedBy: import("../../..").ManagedByType | null;
1343
+ platform: import("../../..").Platform;
1344
+ onboardingReviewerId: string | null;
1345
+ onboardingReviewAt: Date | null;
1346
+ allowPendingComplianceReview: boolean;
1347
+ __entity?: string | undefined;
1348
+ } | undefined;
1349
+ } | null | undefined;
1350
+ legalEntities?: {
1351
+ id: string;
1352
+ createdAt: string | Date;
1353
+ updatedAt: string | Date;
1354
+ deletedAt: string | Date | null;
1355
+ accountId: string;
1356
+ name: string;
1357
+ state: string | null;
1358
+ thirdPartyId: string | null;
1359
+ kybStatus: import("../../..").KYBStatus;
1360
+ investorAccountId: string;
1361
+ sanctionsStatus: import("../../..").SanctionsStatus;
1362
+ setupStatus: import("../../..").SetupStatusType;
1363
+ __entity?: string | undefined;
1364
+ country?: string | null | undefined;
1365
+ kybs?: {
1366
+ id: string;
1367
+ createdAt: string | Date;
1368
+ updatedAt: string | Date;
1369
+ deletedAt: string | Date | null;
1370
+ platform: string;
1371
+ documentType: string;
1372
+ documentImage: string;
1373
+ reason: string | null;
1374
+ response: string | null;
1375
+ thirdPartyId: string;
1376
+ legalEntityId: string;
1377
+ kybStatus: import("../../..").KYBStatus;
1378
+ __entity?: string | undefined;
1379
+ }[] | undefined;
1380
+ phone?: string | null | undefined;
1381
+ city?: string | null | undefined;
1382
+ zip?: string | null | undefined;
1383
+ ein?: string | null | undefined;
1384
+ companyType?: string | null | undefined;
1385
+ streetAddress?: string | null | undefined;
1386
+ }[] | undefined;
1387
+ userId?: string | null | undefined;
1388
+ totalAmount?: number | undefined;
1389
+ statusCheck?: {
1390
+ entity?: {
1391
+ address?: boolean | undefined;
1392
+ information?: boolean | undefined;
1393
+ } | undefined;
1394
+ primary?: {
1395
+ account?: boolean | undefined;
1396
+ personal?: boolean | undefined;
1397
+ residential?: boolean | undefined;
1398
+ identity?: boolean | undefined;
1399
+ financial?: boolean | undefined;
1400
+ investorQuestionnaire?: boolean | undefined;
1401
+ accreditation?: boolean | undefined;
1402
+ trustedContact?: boolean | undefined;
1403
+ retirement?: boolean | undefined;
1404
+ } | undefined;
1405
+ secondary?: {
1406
+ personal?: boolean | undefined;
1407
+ residential?: boolean | undefined;
1408
+ identity?: boolean | undefined;
1409
+ financial?: boolean | undefined;
1410
+ } | undefined;
1411
+ } | undefined;
1412
+ } | undefined;
1413
+ }>;
1414
+ 400: import("zod").ZodObject<{
1415
+ status: import("zod").ZodNumber;
1416
+ message: import("zod").ZodString;
1417
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1418
+ }, "strip", import("zod").ZodTypeAny, {
1419
+ message: string;
1420
+ status: number;
1421
+ errors: string[];
1422
+ }, {
1423
+ message: string;
1424
+ status: number;
1425
+ errors: string[];
1426
+ }>;
1427
+ 401: import("zod").ZodObject<{
1428
+ status: import("zod").ZodNumber;
1429
+ message: import("zod").ZodString;
1430
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1431
+ }, "strip", import("zod").ZodTypeAny, {
1432
+ message: string;
1433
+ status: number;
1434
+ errors: string[];
1435
+ }, {
1436
+ message: string;
1437
+ status: number;
1438
+ errors: string[];
1439
+ }>;
1440
+ 404: import("zod").ZodObject<{
1441
+ status: import("zod").ZodNumber;
1442
+ message: import("zod").ZodString;
1443
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1444
+ }, "strip", import("zod").ZodTypeAny, {
1445
+ message: string;
1446
+ status: number;
1447
+ errors: string[];
1448
+ }, {
1449
+ message: string;
1450
+ status: number;
1451
+ errors: string[];
1452
+ }>;
1453
+ 500: import("zod").ZodObject<{
1454
+ status: import("zod").ZodNumber;
1455
+ message: import("zod").ZodString;
1456
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1457
+ }, "strip", import("zod").ZodTypeAny, {
1458
+ message: string;
1459
+ status: number;
1460
+ errors: string[];
1461
+ }, {
1462
+ message: string;
1463
+ status: number;
1464
+ errors: string[];
1465
+ }>;
1466
+ };
1467
+ };
1468
+ uploadKycCsv: {
1469
+ method: "POST";
1470
+ metadata: {
1471
+ auth: boolean;
1472
+ };
1473
+ body: import("@ts-rest/core").ContractPlainType<{
1474
+ file: File;
1475
+ }>;
1476
+ query: import("zod").ZodObject<{
1477
+ individualId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1478
+ frontFileId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1479
+ backFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
1480
+ selfieFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
1481
+ }, "strip", import("zod").ZodTypeAny, {
1482
+ individualId: string;
1483
+ frontFileId: string;
1484
+ backFileId?: string | undefined;
1485
+ selfieFileId?: string | undefined;
1486
+ }, {
1487
+ individualId: string;
1488
+ frontFileId: string;
1489
+ backFileId?: string | undefined;
1490
+ selfieFileId?: string | undefined;
1491
+ }>;
1492
+ summary: "Upload and process CSV file for KYC data";
1493
+ contentType: "multipart/form-data";
1494
+ path: "csv/kyc";
1495
+ responses: {
1496
+ 200: import("zod").ZodObject<{
1497
+ id: import("zod").ZodString;
1498
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
1499
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
1500
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
1501
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
1502
+ } & {
1503
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
1504
+ platform: import("zod").ZodString;
1505
+ individualId: import("zod").ZodString;
1506
+ documentType: import("zod").ZodString;
1507
+ documentImage: import("zod").ZodString;
1508
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../../..").KYCStatus>;
1509
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
1510
+ response: import("zod").ZodNullable<import("zod").ZodString>;
1511
+ }, "strip", import("zod").ZodTypeAny, {
1512
+ id: string;
1513
+ createdAt: string | Date;
1514
+ updatedAt: string | Date;
1515
+ deletedAt: string | Date | null;
1516
+ platform: string;
1517
+ kycStatus: import("../../..").KYCStatus;
1518
+ tid: string | null;
1519
+ individualId: string;
1520
+ documentType: string;
1521
+ documentImage: string;
1522
+ reason: string | null;
1523
+ response: string | null;
1524
+ __entity?: string | undefined;
1525
+ }, {
1526
+ id: string;
1527
+ createdAt: string | Date;
1528
+ updatedAt: string | Date;
1529
+ deletedAt: string | Date | null;
1530
+ platform: string;
1531
+ kycStatus: import("../../..").KYCStatus;
1532
+ tid: string | null;
1533
+ individualId: string;
1534
+ documentType: string;
1535
+ documentImage: string;
1536
+ reason: string | null;
1537
+ response: string | null;
1538
+ __entity?: string | undefined;
1539
+ }>;
1540
+ 400: import("zod").ZodObject<{
1541
+ status: import("zod").ZodNumber;
1542
+ message: import("zod").ZodString;
1543
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1544
+ }, "strip", import("zod").ZodTypeAny, {
1545
+ message: string;
1546
+ status: number;
1547
+ errors: string[];
1548
+ }, {
1549
+ message: string;
1550
+ status: number;
1551
+ errors: string[];
1552
+ }>;
1553
+ 401: import("zod").ZodObject<{
1554
+ status: import("zod").ZodNumber;
1555
+ message: import("zod").ZodString;
1556
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1557
+ }, "strip", import("zod").ZodTypeAny, {
1558
+ message: string;
1559
+ status: number;
1560
+ errors: string[];
1561
+ }, {
1562
+ message: string;
1563
+ status: number;
1564
+ errors: string[];
1565
+ }>;
1566
+ 404: import("zod").ZodObject<{
1567
+ status: import("zod").ZodNumber;
1568
+ message: import("zod").ZodString;
1569
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1570
+ }, "strip", import("zod").ZodTypeAny, {
1571
+ message: string;
1572
+ status: number;
1573
+ errors: string[];
1574
+ }, {
1575
+ message: string;
1576
+ status: number;
1577
+ errors: string[];
1578
+ }>;
1579
+ 500: import("zod").ZodObject<{
1580
+ status: import("zod").ZodNumber;
1581
+ message: import("zod").ZodString;
1582
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
1583
+ }, "strip", import("zod").ZodTypeAny, {
1584
+ message: string;
1585
+ status: number;
1586
+ errors: string[];
1587
+ }, {
1588
+ message: string;
1589
+ status: number;
1590
+ errors: string[];
1591
+ }>;
1592
+ };
1593
+ };
1594
+ };