@dalmore/api-contracts 0.0.0-dev.e6235a7 → 0.0.0-dev.eb75b4c

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 (729) hide show
  1. package/README.md +23 -19
  2. package/common/constants.d.ts +43 -0
  3. package/common/constants.js +77 -0
  4. package/common/constants.js.map +1 -0
  5. package/common/helpers/index.d.ts +77 -0
  6. package/common/helpers/index.js +179 -0
  7. package/common/helpers/index.js.map +1 -0
  8. package/common/types/account-contact.types.d.ts +485 -0
  9. package/common/types/account-contact.types.js +75 -0
  10. package/common/types/account-contact.types.js.map +1 -0
  11. package/common/types/account-detail.types.d.ts +304 -0
  12. package/common/types/account-detail.types.js +20 -0
  13. package/common/types/account-detail.types.js.map +1 -0
  14. package/common/types/account-integration.types.d.ts +242 -0
  15. package/common/types/account-integration.types.js +121 -0
  16. package/common/types/account-integration.types.js.map +1 -0
  17. package/common/types/account-manager.types.d.ts +917 -0
  18. package/common/types/account-manager.types.js +89 -0
  19. package/common/types/account-manager.types.js.map +1 -0
  20. package/common/types/account-setting.types.d.ts +140 -0
  21. package/common/types/account-setting.types.js +23 -0
  22. package/common/types/account-setting.types.js.map +1 -0
  23. package/common/types/account.types.d.ts +640 -0
  24. package/common/types/account.types.js +218 -0
  25. package/common/types/account.types.js.map +1 -0
  26. package/common/types/activity.types.d.ts +591 -0
  27. package/common/types/activity.types.js +259 -0
  28. package/common/types/activity.types.js.map +1 -0
  29. package/common/types/address.types.d.ts +89 -0
  30. package/common/types/address.types.js +36 -0
  31. package/common/types/address.types.js.map +1 -0
  32. package/common/types/aic.types.d.ts +434 -0
  33. package/common/types/aic.types.js +170 -0
  34. package/common/types/aic.types.js.map +1 -0
  35. package/common/types/aml.types.d.ts +41 -0
  36. package/common/types/aml.types.js +16 -0
  37. package/common/types/aml.types.js.map +1 -0
  38. package/common/types/api-key-logs.types.d.ts +204 -0
  39. package/common/types/api-key-logs.types.js +52 -0
  40. package/common/types/api-key-logs.types.js.map +1 -0
  41. package/common/types/api-keys.types.d.ts +192 -0
  42. package/common/types/api-keys.types.js +57 -0
  43. package/common/types/api-keys.types.js.map +1 -0
  44. package/common/types/asset.types.d.ts +1100 -0
  45. package/common/types/asset.types.js +353 -0
  46. package/common/types/asset.types.js.map +1 -0
  47. package/common/types/attribution.types.d.ts +582 -0
  48. package/common/types/attribution.types.js +126 -0
  49. package/common/types/attribution.types.js.map +1 -0
  50. package/common/types/auth.types.d.ts +523 -0
  51. package/common/types/auth.types.js +280 -0
  52. package/common/types/auth.types.js.map +1 -0
  53. package/common/types/batch-jobs.types.d.ts +321 -0
  54. package/common/types/batch-jobs.types.js +111 -0
  55. package/common/types/batch-jobs.types.js.map +1 -0
  56. package/common/types/bonus-tier.types.d.ts +991 -0
  57. package/common/types/bonus-tier.types.js +166 -0
  58. package/common/types/bonus-tier.types.js.map +1 -0
  59. package/common/types/cap-table.types.d.ts +1319 -0
  60. package/common/types/cap-table.types.js +458 -0
  61. package/common/types/cap-table.types.js.map +1 -0
  62. package/common/types/cart.types.d.ts +31 -0
  63. package/common/types/cart.types.js +20 -0
  64. package/common/types/cart.types.js.map +1 -0
  65. package/common/types/checklist-items.types.d.ts +195 -0
  66. package/common/types/checklist-items.types.js +54 -0
  67. package/common/types/checklist-items.types.js.map +1 -0
  68. package/common/types/checklist.types.d.ts +140 -0
  69. package/common/types/checklist.types.js +71 -0
  70. package/common/types/checklist.types.js.map +1 -0
  71. package/common/types/common.types.d.ts +1861 -0
  72. package/common/types/common.types.js +1511 -0
  73. package/common/types/common.types.js.map +1 -0
  74. package/common/types/comply-advantage-api.types.d.ts +3626 -0
  75. package/common/types/comply-advantage-api.types.js +291 -0
  76. package/common/types/comply-advantage-api.types.js.map +1 -0
  77. package/common/types/comply-advantage.types.d.ts +48 -0
  78. package/common/types/comply-advantage.types.js +21 -0
  79. package/common/types/comply-advantage.types.js.map +1 -0
  80. package/common/types/contact-us.types.d.ts +126 -0
  81. package/common/types/contact-us.types.js +91 -0
  82. package/common/types/contact-us.types.js.map +1 -0
  83. package/common/types/countries.types.d.ts +77 -0
  84. package/common/types/countries.types.js +349 -0
  85. package/common/types/countries.types.js.map +1 -0
  86. package/common/types/covered-person.types.d.ts +204 -0
  87. package/common/types/covered-person.types.js +234 -0
  88. package/common/types/covered-person.types.js.map +1 -0
  89. package/common/types/csv.types.d.ts +3612 -0
  90. package/common/types/csv.types.js +290 -0
  91. package/common/types/csv.types.js.map +1 -0
  92. package/common/types/dashboard.types.d.ts +2086 -0
  93. package/common/types/dashboard.types.js +690 -0
  94. package/common/types/dashboard.types.js.map +1 -0
  95. package/common/types/data-record.types.d.ts +347 -0
  96. package/common/types/data-record.types.js +261 -0
  97. package/common/types/data-record.types.js.map +1 -0
  98. package/common/types/data-room.types.d.ts +1277 -0
  99. package/common/types/data-room.types.js +167 -0
  100. package/common/types/data-room.types.js.map +1 -0
  101. package/common/types/default-theme-config.types.d.ts +445 -0
  102. package/common/types/default-theme-config.types.js +63 -0
  103. package/common/types/default-theme-config.types.js.map +1 -0
  104. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  105. package/common/types/disbursement-adjustment.types.js +25 -0
  106. package/common/types/disbursement-adjustment.types.js.map +1 -0
  107. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  108. package/common/types/disbursement-approval-user.types.js +68 -0
  109. package/common/types/disbursement-approval-user.types.js.map +1 -0
  110. package/common/types/disbursement-review.types.d.ts +923 -0
  111. package/common/types/disbursement-review.types.js +76 -0
  112. package/common/types/disbursement-review.types.js.map +1 -0
  113. package/common/types/disbursement-transaction.types.d.ts +621 -0
  114. package/common/types/disbursement-transaction.types.js +51 -0
  115. package/common/types/disbursement-transaction.types.js.map +1 -0
  116. package/common/types/disbursements.types.d.ts +3573 -0
  117. package/common/types/disbursements.types.js +447 -0
  118. package/common/types/disbursements.types.js.map +1 -0
  119. package/common/types/domain-filter.types.d.ts +135 -0
  120. package/common/types/domain-filter.types.js +40 -0
  121. package/common/types/domain-filter.types.js.map +1 -0
  122. package/common/types/email-theme.types.d.ts +1359 -0
  123. package/common/types/email-theme.types.js +318 -0
  124. package/common/types/email-theme.types.js.map +1 -0
  125. package/common/types/entity.types.d.ts +21 -0
  126. package/common/types/entity.types.js +14 -0
  127. package/common/types/entity.types.js.map +1 -0
  128. package/common/types/error-responses.types.d.ts +144 -0
  129. package/common/types/error-responses.types.js +125 -0
  130. package/common/types/error-responses.types.js.map +1 -0
  131. package/common/types/escrow-account.types.d.ts +415 -0
  132. package/common/types/escrow-account.types.js +78 -0
  133. package/common/types/escrow-account.types.js.map +1 -0
  134. package/common/types/exchange-api-key.types.d.ts +1010 -0
  135. package/common/types/exchange-api-key.types.js +90 -0
  136. package/common/types/exchange-api-key.types.js.map +1 -0
  137. package/common/types/exchange-import.types.d.ts +23 -0
  138. package/common/types/exchange-import.types.js +23 -0
  139. package/common/types/exchange-import.types.js.map +1 -0
  140. package/common/types/exchange-provider.types.d.ts +1308 -0
  141. package/common/types/exchange-provider.types.js +268 -0
  142. package/common/types/exchange-provider.types.js.map +1 -0
  143. package/common/types/file.types.d.ts +428 -0
  144. package/common/types/file.types.js +392 -0
  145. package/common/types/file.types.js.map +1 -0
  146. package/common/types/health.types.d.ts +112 -0
  147. package/common/types/health.types.js +22 -0
  148. package/common/types/health.types.js.map +1 -0
  149. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  150. package/common/types/i-will-do-it-later.types.js +30 -0
  151. package/common/types/i-will-do-it-later.types.js.map +1 -0
  152. package/common/types/{index.ts → index.d.ts} +8 -5
  153. package/common/types/index.js +55 -0
  154. package/common/types/index.js.map +1 -0
  155. package/common/types/individuals.types.d.ts +2289 -0
  156. package/common/types/individuals.types.js +500 -0
  157. package/common/types/individuals.types.js.map +1 -0
  158. package/common/types/investor-account.types.d.ts +2996 -0
  159. package/common/types/investor-account.types.js +931 -0
  160. package/common/types/investor-account.types.js.map +1 -0
  161. package/common/types/investorAccountIdSchema.type.js +1 -0
  162. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  163. package/common/types/investors-offering.types.d.ts +399 -0
  164. package/common/types/investors-offering.types.js +50 -0
  165. package/common/types/investors-offering.types.js.map +1 -0
  166. package/common/types/invite.types.d.ts +644 -0
  167. package/common/types/invite.types.js +114 -0
  168. package/common/types/invite.types.js.map +1 -0
  169. package/common/types/issuer-bank-account.types.d.ts +113 -0
  170. package/common/types/issuer-bank-account.types.js +81 -0
  171. package/common/types/issuer-bank-account.types.js.map +1 -0
  172. package/common/types/issuer-offering.types.d.ts +2236 -0
  173. package/common/types/issuer-offering.types.js +605 -0
  174. package/common/types/issuer-offering.types.js.map +1 -0
  175. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  176. package/common/types/issuer-payment-method.types.js +311 -0
  177. package/common/types/issuer-payment-method.types.js.map +1 -0
  178. package/common/types/issuer.types.d.ts +539 -0
  179. package/common/types/issuer.types.js +275 -0
  180. package/common/types/issuer.types.js.map +1 -0
  181. package/common/types/job-item.types.d.ts +230 -0
  182. package/common/types/job-item.types.js +89 -0
  183. package/common/types/job-item.types.js.map +1 -0
  184. package/common/types/jobs.types.d.ts +296 -0
  185. package/common/types/jobs.types.js +150 -0
  186. package/common/types/jobs.types.js.map +1 -0
  187. package/common/types/kyb.types.d.ts +167 -0
  188. package/common/types/kyb.types.js +45 -0
  189. package/common/types/kyb.types.js.map +1 -0
  190. package/common/types/kyc.types.d.ts +2197 -0
  191. package/common/types/kyc.types.js +301 -0
  192. package/common/types/kyc.types.js.map +1 -0
  193. package/common/types/legal-entity.types.d.ts +676 -0
  194. package/common/types/legal-entity.types.js +151 -0
  195. package/common/types/legal-entity.types.js.map +1 -0
  196. package/common/types/login-history.types.d.ts +160 -0
  197. package/common/types/login-history.types.js +39 -0
  198. package/common/types/login-history.types.js.map +1 -0
  199. package/common/types/mail-template.types.d.ts +676 -0
  200. package/common/types/mail-template.types.js +531 -0
  201. package/common/types/mail-template.types.js.map +1 -0
  202. package/common/types/north-cap-integration.types.d.ts +1303 -0
  203. package/common/types/north-cap-integration.types.js +145 -0
  204. package/common/types/north-cap-integration.types.js.map +1 -0
  205. package/common/types/note.types.d.ts +216 -0
  206. package/common/types/note.types.js +82 -0
  207. package/common/types/note.types.js.map +1 -0
  208. package/common/types/notification.types.d.ts +2690 -0
  209. package/common/types/notification.types.js +411 -0
  210. package/common/types/notification.types.js.map +1 -0
  211. package/common/types/notion-api.types.d.ts +3626 -0
  212. package/common/types/notion-api.types.js +271 -0
  213. package/common/types/notion-api.types.js.map +1 -0
  214. package/common/types/notion-database.types.d.ts +191 -0
  215. package/common/types/notion-database.types.js +95 -0
  216. package/common/types/notion-database.types.js.map +1 -0
  217. package/common/types/notion-page.types.d.ts +3482 -0
  218. package/common/types/notion-page.types.js +208 -0
  219. package/common/types/notion-page.types.js.map +1 -0
  220. package/common/types/offering-reports.types.d.ts +525 -0
  221. package/common/types/offering-reports.types.js +111 -0
  222. package/common/types/offering-reports.types.js.map +1 -0
  223. package/common/types/offering-submission.types.d.ts +785 -0
  224. package/common/types/offering-submission.types.js +291 -0
  225. package/common/types/offering-submission.types.js.map +1 -0
  226. package/common/types/offering.types.d.ts +2859 -0
  227. package/common/types/offering.types.js +832 -0
  228. package/common/types/offering.types.js.map +1 -0
  229. package/common/types/page-revision.types.d.ts +74 -0
  230. package/common/types/page-revision.types.js +68 -0
  231. package/common/types/page-revision.types.js.map +1 -0
  232. package/common/types/page.types.d.ts +540 -0
  233. package/common/types/page.types.js +361 -0
  234. package/common/types/page.types.js.map +1 -0
  235. package/common/types/password.type.d.ts +2 -0
  236. package/common/types/password.type.js +14 -0
  237. package/common/types/password.type.js.map +1 -0
  238. package/common/types/payment-methods.types.d.ts +1165 -0
  239. package/common/types/payment-methods.types.js +381 -0
  240. package/common/types/payment-methods.types.js.map +1 -0
  241. package/common/types/phone.type.d.ts +12 -0
  242. package/common/types/phone.type.js +29 -0
  243. package/common/types/phone.type.js.map +1 -0
  244. package/common/types/portfolio.types.d.ts +185 -0
  245. package/common/types/portfolio.types.js +36 -0
  246. package/common/types/portfolio.types.js.map +1 -0
  247. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  248. package/common/types/{privacy-policy-and-tos.types.ts → privacy-policy-and-tos.types.js} +1 -1
  249. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  250. package/common/types/queue.types.d.ts +22 -0
  251. package/common/types/queue.types.js +73 -0
  252. package/common/types/queue.types.js.map +1 -0
  253. package/common/types/registered-reps.types.d.ts +6 -0
  254. package/common/types/registered-reps.types.js +21 -0
  255. package/common/types/registered-reps.types.js.map +1 -0
  256. package/common/types/rejection-reasons.types.d.ts +35 -0
  257. package/common/types/rejection-reasons.types.js +49 -0
  258. package/common/types/rejection-reasons.types.js.map +1 -0
  259. package/common/types/reports.types.d.ts +345 -0
  260. package/common/types/reports.types.js +69 -0
  261. package/common/types/reports.types.js.map +1 -0
  262. package/common/types/review.types.d.ts +419 -0
  263. package/common/types/review.types.js +101 -0
  264. package/common/types/review.types.js.map +1 -0
  265. package/common/types/role.types.d.ts +30 -0
  266. package/common/types/role.types.js +21 -0
  267. package/common/types/role.types.js.map +1 -0
  268. package/common/types/secondary-customer.types.d.ts +586 -0
  269. package/common/types/secondary-customer.types.js +39 -0
  270. package/common/types/secondary-customer.types.js.map +1 -0
  271. package/common/types/secondary-issuer.types.d.ts +283 -0
  272. package/common/types/secondary-issuer.types.js +37 -0
  273. package/common/types/secondary-issuer.types.js.map +1 -0
  274. package/common/types/secondary-order.types.d.ts +508 -0
  275. package/common/types/secondary-order.types.js +40 -0
  276. package/common/types/secondary-order.types.js.map +1 -0
  277. package/common/types/secondary-security.types.d.ts +175 -0
  278. package/common/types/secondary-security.types.js +45 -0
  279. package/common/types/secondary-security.types.js.map +1 -0
  280. package/common/types/secondary-trade.entity.d.ts +16 -0
  281. package/common/types/secondary-trade.entity.js +12 -0
  282. package/common/types/secondary-trade.entity.js.map +1 -0
  283. package/common/types/secondary-trade.types.d.ts +465 -0
  284. package/common/types/secondary-trade.types.js +61 -0
  285. package/common/types/secondary-trade.types.js.map +1 -0
  286. package/common/types/secure-request.types.d.ts +171 -0
  287. package/common/types/secure-request.types.js +51 -0
  288. package/common/types/secure-request.types.js.map +1 -0
  289. package/common/types/signer.types.d.ts +3406 -0
  290. package/common/types/signer.types.js +532 -0
  291. package/common/types/signer.types.js.map +1 -0
  292. package/common/types/site-link.types.d.ts +875 -0
  293. package/common/types/site-link.types.js +126 -0
  294. package/common/types/site-link.types.js.map +1 -0
  295. package/common/types/site-settings.types.d.ts +1673 -0
  296. package/common/types/site-settings.types.js +500 -0
  297. package/common/types/site-settings.types.js.map +1 -0
  298. package/common/types/site.types.d.ts +1481 -0
  299. package/common/types/site.types.js +213 -0
  300. package/common/types/site.types.js.map +1 -0
  301. package/common/types/sms.types.d.ts +40 -0
  302. package/common/types/sms.types.js +27 -0
  303. package/common/types/sms.types.js.map +1 -0
  304. package/common/types/state-machine.types.d.ts +591 -0
  305. package/common/types/state-machine.types.js +144 -0
  306. package/common/types/state-machine.types.js.map +1 -0
  307. package/common/types/states.types.d.ts +77 -0
  308. package/common/types/states.types.js +137 -0
  309. package/common/types/states.types.js.map +1 -0
  310. package/common/types/subdoc-preview.types.d.ts +379 -0
  311. package/common/types/subdoc-preview.types.js +24 -0
  312. package/common/types/subdoc-preview.types.js.map +1 -0
  313. package/common/types/task.types.d.ts +545 -0
  314. package/common/types/task.types.js +214 -0
  315. package/common/types/task.types.js.map +1 -0
  316. package/common/types/trade-adjustment.type.d.ts +40 -0
  317. package/common/types/trade-adjustment.type.js +26 -0
  318. package/common/types/trade-adjustment.type.js.map +1 -0
  319. package/common/types/trade-line-item.types.d.ts +353 -0
  320. package/common/types/trade-line-item.types.js +103 -0
  321. package/common/types/trade-line-item.types.js.map +1 -0
  322. package/common/types/trade.types.d.ts +2012 -0
  323. package/common/types/trade.types.js +800 -0
  324. package/common/types/trade.types.js.map +1 -0
  325. package/common/types/transaction.types.d.ts +476 -0
  326. package/common/types/transaction.types.js +199 -0
  327. package/common/types/transaction.types.js.map +1 -0
  328. package/common/types/trusted-contact.types.d.ts +440 -0
  329. package/common/types/trusted-contact.types.js +95 -0
  330. package/common/types/trusted-contact.types.js.map +1 -0
  331. package/common/types/typography.types.d.ts +52 -0
  332. package/common/types/typography.types.js +67 -0
  333. package/common/types/typography.types.js.map +1 -0
  334. package/common/types/user-manual.types.d.ts +287 -0
  335. package/common/types/user-manual.types.js +192 -0
  336. package/common/types/user-manual.types.js.map +1 -0
  337. package/common/types/user-setting.types.d.ts +273 -0
  338. package/common/types/user-setting.types.js +85 -0
  339. package/common/types/user-setting.types.js.map +1 -0
  340. package/common/types/user.types.d.ts +1977 -0
  341. package/common/types/user.types.js +225 -0
  342. package/common/types/user.types.js.map +1 -0
  343. package/common/types/webhook.types.d.ts +10829 -0
  344. package/common/types/webhook.types.js +658 -0
  345. package/common/types/webhook.types.js.map +1 -0
  346. package/common/types/zapier.types.d.ts +126 -0
  347. package/common/types/zapier.types.js +247 -0
  348. package/common/types/zapier.types.js.map +1 -0
  349. package/common/types/zip.type.d.ts +35 -0
  350. package/common/types/zip.type.js +28 -0
  351. package/common/types/zip.type.js.map +1 -0
  352. package/contracts/clients/accounts/index.d.ts +308 -0
  353. package/contracts/clients/accounts/index.js +43 -0
  354. package/contracts/clients/accounts/index.js.map +1 -0
  355. package/contracts/clients/aic/index.d.ts +280 -0
  356. package/contracts/clients/aic/index.js +47 -0
  357. package/contracts/clients/aic/index.js.map +1 -0
  358. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  359. package/contracts/clients/api-key-logs/index.js +37 -0
  360. package/contracts/clients/api-key-logs/index.js.map +1 -0
  361. package/contracts/clients/api-keys/index.d.ts +374 -0
  362. package/contracts/clients/api-keys/index.js +59 -0
  363. package/contracts/clients/api-keys/index.js.map +1 -0
  364. package/contracts/clients/assets/index.d.ts +1050 -0
  365. package/contracts/clients/assets/index.js +80 -0
  366. package/contracts/clients/assets/index.js.map +1 -0
  367. package/contracts/clients/auth/index.d.ts +236 -0
  368. package/contracts/clients/auth/index.js +38 -0
  369. package/contracts/clients/auth/index.js.map +1 -0
  370. package/contracts/clients/cart/index.d.ts +232 -0
  371. package/contracts/clients/cart/index.js +63 -0
  372. package/contracts/clients/cart/index.js.map +1 -0
  373. package/contracts/clients/csv/index.d.ts +1988 -0
  374. package/contracts/clients/csv/index.js +96 -0
  375. package/contracts/clients/csv/index.js.map +1 -0
  376. package/contracts/clients/files/index.d.ts +552 -0
  377. package/contracts/clients/files/index.js +142 -0
  378. package/contracts/clients/files/index.js.map +1 -0
  379. package/contracts/clients/files-public/index.d.ts +552 -0
  380. package/contracts/clients/files-public/index.js +142 -0
  381. package/contracts/clients/files-public/index.js.map +1 -0
  382. package/contracts/clients/index.d.ts +15681 -0
  383. package/contracts/clients/index.js +58 -0
  384. package/contracts/clients/index.js.map +1 -0
  385. package/contracts/clients/individuals/index.d.ts +3575 -0
  386. package/contracts/clients/individuals/index.js +74 -0
  387. package/contracts/clients/individuals/index.js.map +1 -0
  388. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  389. package/contracts/clients/investor-accounts/index.js +73 -0
  390. package/contracts/clients/investor-accounts/index.js.map +1 -0
  391. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  392. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  393. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  394. package/contracts/clients/issuers/index.d.ts +449 -0
  395. package/contracts/clients/issuers/index.js +75 -0
  396. package/contracts/clients/issuers/index.js.map +1 -0
  397. package/contracts/clients/kyc/index.d.ts +345 -0
  398. package/contracts/clients/kyc/index.js +49 -0
  399. package/contracts/clients/kyc/index.js.map +1 -0
  400. package/contracts/clients/legal-entities/index.d.ts +887 -0
  401. package/contracts/clients/legal-entities/index.js +74 -0
  402. package/contracts/clients/legal-entities/index.js.map +1 -0
  403. package/contracts/clients/offerings/index.d.ts +1068 -0
  404. package/contracts/clients/offerings/index.js +95 -0
  405. package/contracts/clients/offerings/index.js.map +1 -0
  406. package/contracts/clients/payment-methods/index.d.ts +456 -0
  407. package/contracts/clients/payment-methods/index.js +68 -0
  408. package/contracts/clients/payment-methods/index.js.map +1 -0
  409. package/contracts/clients/review/index.d.ts +85 -0
  410. package/contracts/clients/review/index.js +27 -0
  411. package/contracts/clients/review/index.js.map +1 -0
  412. package/contracts/clients/secure-requests/index.d.ts +100 -0
  413. package/contracts/clients/secure-requests/index.js +22 -0
  414. package/contracts/clients/secure-requests/index.js.map +1 -0
  415. package/contracts/clients/sites/index.d.ts +657 -0
  416. package/contracts/clients/sites/index.js +40 -0
  417. package/contracts/clients/sites/index.js.map +1 -0
  418. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  419. package/contracts/clients/trade-line-items/index.js +47 -0
  420. package/contracts/clients/trade-line-items/index.js.map +1 -0
  421. package/contracts/clients/trades/index.d.ts +871 -0
  422. package/contracts/clients/trades/index.js +156 -0
  423. package/contracts/clients/trades/index.js.map +1 -0
  424. package/contracts/clients/transactions/index.d.ts +88 -0
  425. package/contracts/clients/transactions/index.js +25 -0
  426. package/contracts/clients/transactions/index.js.map +1 -0
  427. package/contracts/clients/webhooks/index.d.ts +506 -0
  428. package/contracts/clients/webhooks/index.js +118 -0
  429. package/contracts/clients/webhooks/index.js.map +1 -0
  430. package/package.json +27 -36
  431. package/common/helpers/index.ts +0 -59
  432. package/common/types/account-contact.types.ts +0 -99
  433. package/common/types/account-detail.types.ts +0 -27
  434. package/common/types/account-integration.types.ts +0 -143
  435. package/common/types/account-manager.types.ts +0 -120
  436. package/common/types/account-setting.types.ts +0 -65
  437. package/common/types/account.types.ts +0 -297
  438. package/common/types/activity.types.ts +0 -274
  439. package/common/types/address.types.ts +0 -41
  440. package/common/types/aic.types.ts +0 -246
  441. package/common/types/aml.types.ts +0 -18
  442. package/common/types/api-key-logs.types.ts +0 -66
  443. package/common/types/api-keys.types.ts +0 -69
  444. package/common/types/asset.types.ts +0 -338
  445. package/common/types/auth.types.ts +0 -359
  446. package/common/types/batch-jobs.types.ts +0 -151
  447. package/common/types/bonus-tier.types.ts +0 -180
  448. package/common/types/cart.types.ts +0 -21
  449. package/common/types/checklist-items.types.ts +0 -70
  450. package/common/types/checklist.types.ts +0 -97
  451. package/common/types/common.types.ts +0 -1546
  452. package/common/types/comply-advantage-api.types.ts +0 -316
  453. package/common/types/comply-advantage.types.ts +0 -25
  454. package/common/types/contact-us.types.ts +0 -111
  455. package/common/types/countries.types.ts +0 -375
  456. package/common/types/covered-person.types.ts +0 -275
  457. package/common/types/dashboard.types.ts +0 -792
  458. package/common/types/data-record.types.ts +0 -325
  459. package/common/types/data-room.types.ts +0 -242
  460. package/common/types/default-theme-config.types.ts +0 -87
  461. package/common/types/disbursement-adjustment.types.ts +0 -32
  462. package/common/types/disbursement-approval-user.types.ts +0 -100
  463. package/common/types/disbursement-review.types.ts +0 -110
  464. package/common/types/disbursement-transaction.types.ts +0 -72
  465. package/common/types/disbursements.types.ts +0 -426
  466. package/common/types/domain-filter.types.ts +0 -55
  467. package/common/types/email-theme.types.ts +0 -442
  468. package/common/types/entity.types.ts +0 -15
  469. package/common/types/error-responses.types.ts +0 -135
  470. package/common/types/escrow-account.types.ts +0 -104
  471. package/common/types/exchange-api-key.types.ts +0 -121
  472. package/common/types/exchange-import.types.ts +0 -36
  473. package/common/types/exchange-provider.types.ts +0 -329
  474. package/common/types/file.types.ts +0 -477
  475. package/common/types/health.types.ts +0 -29
  476. package/common/types/i-will-do-it-later.types.ts +0 -68
  477. package/common/types/individuals.types.ts +0 -542
  478. package/common/types/investor-account.types.ts +0 -1240
  479. package/common/types/investors-offering.types.ts +0 -65
  480. package/common/types/invite.types.ts +0 -159
  481. package/common/types/issuer-bank-account.types.ts +0 -107
  482. package/common/types/issuer-offering.types.ts +0 -389
  483. package/common/types/issuer-payment-method.types.ts +0 -382
  484. package/common/types/issuer.types.ts +0 -321
  485. package/common/types/job-item.types.ts +0 -119
  486. package/common/types/jobs.types.ts +0 -171
  487. package/common/types/kyb.types.ts +0 -53
  488. package/common/types/kyc.types.ts +0 -188
  489. package/common/types/legal-entity.types.ts +0 -186
  490. package/common/types/login-history.types.ts +0 -46
  491. package/common/types/mail-template.types.ts +0 -436
  492. package/common/types/north-cap-integration.types.ts +0 -190
  493. package/common/types/note.types.ts +0 -109
  494. package/common/types/notification.types.ts +0 -544
  495. package/common/types/notion-api.types.ts +0 -374
  496. package/common/types/notion-database.types.ts +0 -125
  497. package/common/types/notion-page.types.ts +0 -267
  498. package/common/types/offering-reports.types.ts +0 -153
  499. package/common/types/offering-submission.types.ts +0 -314
  500. package/common/types/offering.types.ts +0 -676
  501. package/common/types/page-revision.types.ts +0 -86
  502. package/common/types/page.types.ts +0 -436
  503. package/common/types/password.type.ts +0 -15
  504. package/common/types/payment-methods.types.ts +0 -298
  505. package/common/types/phone.type.ts +0 -27
  506. package/common/types/portfolio.types.ts +0 -50
  507. package/common/types/queue.types.ts +0 -112
  508. package/common/types/registered-reps.types.ts +0 -25
  509. package/common/types/rejection-reasons.types.ts +0 -56
  510. package/common/types/reminder-config.types.ts +0 -40
  511. package/common/types/review.types.ts +0 -133
  512. package/common/types/role.types.ts +0 -26
  513. package/common/types/secondary-customer.types.ts +0 -66
  514. package/common/types/secondary-issuer.types.ts +0 -50
  515. package/common/types/secondary-order.types.ts +0 -58
  516. package/common/types/secondary-security.types.ts +0 -60
  517. package/common/types/secondary-trade.entity.ts +0 -16
  518. package/common/types/secondary-trade.types.ts +0 -95
  519. package/common/types/secure-request.types.ts +0 -68
  520. package/common/types/signer.types.ts +0 -651
  521. package/common/types/site-link.types.ts +0 -166
  522. package/common/types/site-settings.types.ts +0 -727
  523. package/common/types/site.types.ts +0 -263
  524. package/common/types/sms.types.ts +0 -30
  525. package/common/types/state-machine.types.ts +0 -177
  526. package/common/types/states.types.ts +0 -163
  527. package/common/types/subdoc-preview.types.ts +0 -35
  528. package/common/types/task.types.ts +0 -258
  529. package/common/types/trade-adjustment.type.ts +0 -33
  530. package/common/types/trade-line-item.types.ts +0 -125
  531. package/common/types/trade.types.ts +0 -999
  532. package/common/types/transaction.types.ts +0 -209
  533. package/common/types/trusted-contact.types.ts +0 -122
  534. package/common/types/typography.types.ts +0 -75
  535. package/common/types/user-manual.types.ts +0 -290
  536. package/common/types/user-setting.types.ts +0 -133
  537. package/common/types/user.types.ts +0 -304
  538. package/common/types/webhook.types.ts +0 -588
  539. package/common/types/zip.type.ts +0 -36
  540. package/contracts/clients/accounts/index.ts +0 -61
  541. package/contracts/clients/aic/index.ts +0 -59
  542. package/contracts/clients/api-key-logs/index.ts +0 -53
  543. package/contracts/clients/api-keys/index.ts +0 -73
  544. package/contracts/clients/assets/index.ts +0 -102
  545. package/contracts/clients/auth/index.ts +0 -50
  546. package/contracts/clients/cart/index.ts +0 -80
  547. package/contracts/clients/files/index.ts +0 -166
  548. package/contracts/clients/files-public/index.ts +0 -166
  549. package/contracts/clients/index.ts +0 -54
  550. package/contracts/clients/individuals/index.ts +0 -93
  551. package/contracts/clients/investor-accounts/index.ts +0 -93
  552. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  553. package/contracts/clients/issuers/index.ts +0 -94
  554. package/contracts/clients/legal-entities/index.ts +0 -93
  555. package/contracts/clients/offerings/index.ts +0 -117
  556. package/contracts/clients/payment-methods/index.ts +0 -85
  557. package/contracts/clients/secure-requests/index.ts +0 -34
  558. package/contracts/clients/sites/index.ts +0 -56
  559. package/contracts/clients/trade-line-items/index.ts +0 -66
  560. package/contracts/clients/trades/index.ts +0 -186
  561. package/contracts/clients/transactions/index.ts +0 -37
  562. package/contracts/compliance/account-contacts/index.ts +0 -82
  563. package/contracts/compliance/account-managers/index.ts +0 -142
  564. package/contracts/compliance/account-settings/index.ts +0 -59
  565. package/contracts/compliance/accounts/index.ts +0 -187
  566. package/contracts/compliance/activities/index.ts +0 -55
  567. package/contracts/compliance/aic/index.ts +0 -60
  568. package/contracts/compliance/api-keys/index.ts +0 -91
  569. package/contracts/compliance/assets/index.ts +0 -122
  570. package/contracts/compliance/auth/index.ts +0 -135
  571. package/contracts/compliance/batch-jobs/index.ts +0 -62
  572. package/contracts/compliance/bonus-tiers/index.ts +0 -74
  573. package/contracts/compliance/checklist/index.ts +0 -87
  574. package/contracts/compliance/checklist-items/index.ts +0 -86
  575. package/contracts/compliance/covered-persons/index.ts +0 -97
  576. package/contracts/compliance/dashboard/index.ts +0 -111
  577. package/contracts/compliance/data-records/index.ts +0 -116
  578. package/contracts/compliance/data-rooms/index.ts +0 -113
  579. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  580. package/contracts/compliance/disbursement/index.ts +0 -165
  581. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  582. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  583. package/contracts/compliance/domain-filters/index.ts +0 -117
  584. package/contracts/compliance/email-themes/index.ts +0 -284
  585. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  586. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  587. package/contracts/compliance/exchange-imports/index.ts +0 -137
  588. package/contracts/compliance/files/index.ts +0 -267
  589. package/contracts/compliance/files-public/index.ts +0 -188
  590. package/contracts/compliance/health/index.ts +0 -26
  591. package/contracts/compliance/index.ts +0 -151
  592. package/contracts/compliance/individuals/index.ts +0 -57
  593. package/contracts/compliance/investor-accounts/index.ts +0 -141
  594. package/contracts/compliance/invites/index.ts +0 -129
  595. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  596. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  597. package/contracts/compliance/issuers/index.ts +0 -97
  598. package/contracts/compliance/job-items/index.ts +0 -58
  599. package/contracts/compliance/jobs/index.ts +0 -59
  600. package/contracts/compliance/kyb/index.ts +0 -54
  601. package/contracts/compliance/kyc/index.ts +0 -77
  602. package/contracts/compliance/legal-entities/index.ts +0 -57
  603. package/contracts/compliance/login-histories/index.ts +0 -37
  604. package/contracts/compliance/notes/index.ts +0 -69
  605. package/contracts/compliance/notification-channels/index.ts +0 -251
  606. package/contracts/compliance/notion-databases/index.ts +0 -107
  607. package/contracts/compliance/notion-pages/index.ts +0 -105
  608. package/contracts/compliance/offering-reports/index.ts +0 -149
  609. package/contracts/compliance/offerings/index.ts +0 -233
  610. package/contracts/compliance/pages/index.ts +0 -178
  611. package/contracts/compliance/payment-methods/index.ts +0 -57
  612. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  613. package/contracts/compliance/review/index.ts +0 -169
  614. package/contracts/compliance/roles/index.ts +0 -34
  615. package/contracts/compliance/secondary-customers/index.ts +0 -77
  616. package/contracts/compliance/secondary-orders/index.ts +0 -60
  617. package/contracts/compliance/secondary-trades/index.ts +0 -100
  618. package/contracts/compliance/secure-requests/index.ts +0 -54
  619. package/contracts/compliance/signer/index.ts +0 -369
  620. package/contracts/compliance/site-links/index.ts +0 -128
  621. package/contracts/compliance/site-settings/index.ts +0 -669
  622. package/contracts/compliance/sites/index.ts +0 -56
  623. package/contracts/compliance/state-machine/index.ts +0 -94
  624. package/contracts/compliance/tasks/index.ts +0 -91
  625. package/contracts/compliance/third-parties/index.ts +0 -52
  626. package/contracts/compliance/trade-line-items/index.ts +0 -59
  627. package/contracts/compliance/trades/index.ts +0 -230
  628. package/contracts/compliance/transactions/index.ts +0 -161
  629. package/contracts/compliance/user-manuals/index.ts +0 -271
  630. package/contracts/compliance/user-settings/index.ts +0 -189
  631. package/contracts/compliance/users/index.ts +0 -221
  632. package/contracts/compliance/webhooks/index.ts +0 -41
  633. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  634. package/contracts/compliance-apikey/index.ts +0 -14
  635. package/contracts/index.ts +0 -6
  636. package/contracts/investors/account-contacts/index.ts +0 -58
  637. package/contracts/investors/aic/index.ts +0 -59
  638. package/contracts/investors/assets/index.ts +0 -61
  639. package/contracts/investors/auth/index.ts +0 -116
  640. package/contracts/investors/bonus-tiers/index.ts +0 -55
  641. package/contracts/investors/cart/index.ts +0 -75
  642. package/contracts/investors/contact-us/index.ts +0 -48
  643. package/contracts/investors/data-records/index.ts +0 -113
  644. package/contracts/investors/data-rooms/index.ts +0 -96
  645. package/contracts/investors/files/index.ts +0 -167
  646. package/contracts/investors/files-public/index.ts +0 -185
  647. package/contracts/investors/index.ts +0 -72
  648. package/contracts/investors/individuals/index.ts +0 -121
  649. package/contracts/investors/investor-accounts/index.ts +0 -110
  650. package/contracts/investors/issuer-payment-methods/index.ts +0 -36
  651. package/contracts/investors/issuers/index.ts +0 -30
  652. package/contracts/investors/legal-entities/index.ts +0 -93
  653. package/contracts/investors/notes/index.ts +0 -69
  654. package/contracts/investors/offerings/index.ts +0 -93
  655. package/contracts/investors/pages/index.ts +0 -88
  656. package/contracts/investors/payment-methods/index.ts +0 -149
  657. package/contracts/investors/portfolios/index.ts +0 -53
  658. package/contracts/investors/sites/index.ts +0 -96
  659. package/contracts/investors/tasks/index.ts +0 -111
  660. package/contracts/investors/trade-line-items/index.ts +0 -75
  661. package/contracts/investors/trades/index.ts +0 -114
  662. package/contracts/investors/transactions/index.ts +0 -37
  663. package/contracts/investors/trusted-contacts/index.ts +0 -93
  664. package/contracts/investors/user-manuals/index.ts +0 -62
  665. package/contracts/investors/user-settings/index.ts +0 -170
  666. package/contracts/investors/users/index.ts +0 -45
  667. package/contracts/investors/webhooks/index.ts +0 -30
  668. package/contracts/issuers/account-contacts/index.ts +0 -76
  669. package/contracts/issuers/account-integrations/index.ts +0 -97
  670. package/contracts/issuers/account-settings/index.ts +0 -36
  671. package/contracts/issuers/accounts/index.ts +0 -97
  672. package/contracts/issuers/activities/index.ts +0 -54
  673. package/contracts/issuers/aic/index.ts +0 -39
  674. package/contracts/issuers/api-key-logs/index.ts +0 -53
  675. package/contracts/issuers/api-keys/index.ts +0 -93
  676. package/contracts/issuers/assets/index.ts +0 -122
  677. package/contracts/issuers/auth/index.ts +0 -153
  678. package/contracts/issuers/bonus-tiers/index.ts +0 -73
  679. package/contracts/issuers/contact-us/index.ts +0 -48
  680. package/contracts/issuers/covered-persons/index.ts +0 -136
  681. package/contracts/issuers/dashboard/index.ts +0 -72
  682. package/contracts/issuers/data-records/index.ts +0 -257
  683. package/contracts/issuers/data-rooms/index.ts +0 -134
  684. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  685. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  686. package/contracts/issuers/disbursements/index.ts +0 -189
  687. package/contracts/issuers/email-themes/index.ts +0 -242
  688. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  689. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  690. package/contracts/issuers/files/index.ts +0 -166
  691. package/contracts/issuers/files-public/index.ts +0 -166
  692. package/contracts/issuers/health/index.ts +0 -24
  693. package/contracts/issuers/index.ts +0 -116
  694. package/contracts/issuers/investor-accounts/index.ts +0 -148
  695. package/contracts/issuers/invites/index.ts +0 -129
  696. package/contracts/issuers/issuer/index.ts +0 -94
  697. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  698. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  699. package/contracts/issuers/kyc/index.ts +0 -38
  700. package/contracts/issuers/login-histories/index.ts +0 -51
  701. package/contracts/issuers/notes/index.ts +0 -69
  702. package/contracts/issuers/notification-channels/index.ts +0 -251
  703. package/contracts/issuers/offerings/index.ts +0 -206
  704. package/contracts/issuers/pages/index.ts +0 -138
  705. package/contracts/issuers/payment-methods/index.ts +0 -61
  706. package/contracts/issuers/portfolios/index.ts +0 -36
  707. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  708. package/contracts/issuers/review/index.ts +0 -63
  709. package/contracts/issuers/secondary-customers/index.ts +0 -55
  710. package/contracts/issuers/secondary-orders/index.ts +0 -57
  711. package/contracts/issuers/secondary-trades/index.ts +0 -57
  712. package/contracts/issuers/secure-requests/index.ts +0 -34
  713. package/contracts/issuers/site-links/index.ts +0 -116
  714. package/contracts/issuers/site-settings/index.ts +0 -585
  715. package/contracts/issuers/sites/index.ts +0 -32
  716. package/contracts/issuers/tasks/index.ts +0 -111
  717. package/contracts/issuers/trades/index.ts +0 -132
  718. package/contracts/issuers/transactions/index.ts +0 -158
  719. package/contracts/issuers/user-manuals/index.ts +0 -62
  720. package/contracts/issuers/user-settings/index.ts +0 -170
  721. package/contracts/issuers/users/index.ts +0 -126
  722. package/contracts/secondaries/accounts/index.ts +0 -58
  723. package/contracts/secondaries/index.ts +0 -23
  724. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  725. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  726. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  727. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  728. package/contracts/secondaries/secondary-trades/index.ts +0 -56
  729. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,3575 @@
1
+ import { z } from 'zod';
2
+ export declare const individualsContract: {
3
+ createIndividual: {
4
+ method: "POST";
5
+ metadata: {
6
+ auth: boolean;
7
+ };
8
+ body: z.ZodEffects<z.ZodIntersection<z.ZodObject<{
9
+ lastName: z.ZodOptional<z.ZodString>;
10
+ investorAccountId: z.ZodString;
11
+ firstName: z.ZodOptional<z.ZodString>;
12
+ dob: z.ZodOptional<z.ZodDate>;
13
+ isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
14
+ citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
15
+ ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
16
+ currencyCode: z.ZodOptional<z.ZodString>;
17
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
18
+ role: z.ZodNativeEnum<typeof import("../../..").IndividualRole>;
19
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
20
+ isOk: () => boolean;
21
+ isErr: () => boolean;
22
+ value?: any;
23
+ error?: any;
24
+ } | import("neverthrow").Ok<null, never>, string | null>, {
25
+ isOk: () => boolean;
26
+ isErr: () => boolean;
27
+ value?: any;
28
+ error?: any;
29
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
30
+ ownership: z.ZodOptional<z.ZodNumber>;
31
+ setupStep: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").SetupStepType>>;
32
+ liquidNetWorth: z.ZodOptional<z.ZodNumber>;
33
+ currentAnnualIncome: z.ZodOptional<z.ZodNumber>;
34
+ sourceOfIncome: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").SourceOfIncome>>>;
35
+ employerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ investedInCrowdfunding: z.ZodOptional<z.ZodNumber>;
37
+ retirementAccountType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").RetirementAccountType>>>;
38
+ custodianName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ custodianAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ custodianRepresentativeName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ custodianEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
+ tid: z.ZodOptional<z.ZodString>;
43
+ }, "strip", z.ZodTypeAny, {
44
+ role: import("../../..").IndividualRole;
45
+ investorAccountId: string;
46
+ firstName?: string | undefined;
47
+ lastName?: string | undefined;
48
+ email?: string | undefined;
49
+ tid?: string | undefined;
50
+ phone?: any;
51
+ currencyCode?: string | undefined;
52
+ liquidNetWorth?: number | undefined;
53
+ dob?: Date | undefined;
54
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
55
+ citizenship?: string | undefined;
56
+ ssn?: string | null | undefined;
57
+ investedInCrowdfunding?: number | undefined;
58
+ currentAnnualIncome?: number | undefined;
59
+ employerName?: string | null | undefined;
60
+ setupStep?: import("../../..").SetupStepType | undefined;
61
+ sourceOfIncome?: import("../../..").SourceOfIncome | null | undefined;
62
+ ownership?: number | undefined;
63
+ retirementAccountType?: import("../../..").RetirementAccountType | null | undefined;
64
+ custodianName?: string | null | undefined;
65
+ custodianAccountNumber?: string | null | undefined;
66
+ custodianRepresentativeName?: string | null | undefined;
67
+ custodianEmail?: string | null | undefined;
68
+ }, {
69
+ role: import("../../..").IndividualRole;
70
+ investorAccountId: string;
71
+ firstName?: string | undefined;
72
+ lastName?: string | undefined;
73
+ email?: string | undefined;
74
+ tid?: string | undefined;
75
+ phone?: string | null | undefined;
76
+ currencyCode?: string | undefined;
77
+ liquidNetWorth?: number | undefined;
78
+ dob?: Date | undefined;
79
+ isUsCitizenOrGreenCardHolder?: unknown;
80
+ citizenship?: string | undefined;
81
+ ssn?: string | null | undefined;
82
+ investedInCrowdfunding?: number | undefined;
83
+ currentAnnualIncome?: number | undefined;
84
+ employerName?: string | null | undefined;
85
+ setupStep?: import("../../..").SetupStepType | undefined;
86
+ sourceOfIncome?: import("../../..").SourceOfIncome | null | undefined;
87
+ ownership?: number | undefined;
88
+ retirementAccountType?: import("../../..").RetirementAccountType | null | undefined;
89
+ custodianName?: string | null | undefined;
90
+ custodianAccountNumber?: string | null | undefined;
91
+ custodianRepresentativeName?: string | null | undefined;
92
+ custodianEmail?: string | null | undefined;
93
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
94
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
+ address2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
96
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
97
+ }, "strip", z.ZodTypeAny, {
98
+ address?: string | null | undefined;
99
+ city?: string | null | undefined;
100
+ address2?: string | null | undefined;
101
+ }, {
102
+ address?: string | null | undefined;
103
+ city?: string | null | undefined;
104
+ address2?: string | null | undefined;
105
+ }>, z.ZodEffects<z.ZodObject<{
106
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
107
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
+ }, "strip", z.ZodTypeAny, {
109
+ country?: string | null | undefined;
110
+ state?: string | null | undefined;
111
+ }, {
112
+ country?: string | null | undefined;
113
+ state?: string | null | undefined;
114
+ }>, {
115
+ country?: string | null | undefined;
116
+ state?: string | null | undefined;
117
+ }, {
118
+ country?: string | null | undefined;
119
+ state?: string | null | undefined;
120
+ }>>, z.ZodEffects<z.ZodObject<{
121
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
122
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
+ }, "strip", z.ZodTypeAny, {
124
+ country?: string | null | undefined;
125
+ zip?: string | null | undefined;
126
+ }, {
127
+ country?: string | null | undefined;
128
+ zip?: string | null | undefined;
129
+ }>, {
130
+ country?: string | null | undefined;
131
+ zip?: string | null | undefined;
132
+ }, {
133
+ country?: string | null | undefined;
134
+ zip?: string | null | undefined;
135
+ }>>>, {
136
+ role: import("../../..").IndividualRole;
137
+ investorAccountId: string;
138
+ firstName?: string | undefined;
139
+ lastName?: string | undefined;
140
+ email?: string | undefined;
141
+ tid?: string | undefined;
142
+ phone?: any;
143
+ currencyCode?: string | undefined;
144
+ liquidNetWorth?: number | undefined;
145
+ dob?: Date | undefined;
146
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
147
+ citizenship?: string | undefined;
148
+ ssn?: string | null | undefined;
149
+ investedInCrowdfunding?: number | undefined;
150
+ currentAnnualIncome?: number | undefined;
151
+ employerName?: string | null | undefined;
152
+ setupStep?: import("../../..").SetupStepType | undefined;
153
+ sourceOfIncome?: import("../../..").SourceOfIncome | null | undefined;
154
+ ownership?: number | undefined;
155
+ retirementAccountType?: import("../../..").RetirementAccountType | null | undefined;
156
+ custodianName?: string | null | undefined;
157
+ custodianAccountNumber?: string | null | undefined;
158
+ custodianRepresentativeName?: string | null | undefined;
159
+ custodianEmail?: string | null | undefined;
160
+ } & {
161
+ address?: string | null | undefined;
162
+ city?: string | null | undefined;
163
+ address2?: string | null | undefined;
164
+ } & {
165
+ country?: string | null | undefined;
166
+ state?: string | null | undefined;
167
+ } & {
168
+ country?: string | null | undefined;
169
+ zip?: string | null | undefined;
170
+ }, {
171
+ role: import("../../..").IndividualRole;
172
+ investorAccountId: string;
173
+ firstName?: string | undefined;
174
+ lastName?: string | undefined;
175
+ email?: string | undefined;
176
+ tid?: string | undefined;
177
+ phone?: string | null | undefined;
178
+ currencyCode?: string | undefined;
179
+ liquidNetWorth?: number | undefined;
180
+ dob?: Date | undefined;
181
+ isUsCitizenOrGreenCardHolder?: unknown;
182
+ citizenship?: string | undefined;
183
+ ssn?: string | null | undefined;
184
+ investedInCrowdfunding?: number | undefined;
185
+ currentAnnualIncome?: number | undefined;
186
+ employerName?: string | null | undefined;
187
+ setupStep?: import("../../..").SetupStepType | undefined;
188
+ sourceOfIncome?: import("../../..").SourceOfIncome | null | undefined;
189
+ ownership?: number | undefined;
190
+ retirementAccountType?: import("../../..").RetirementAccountType | null | undefined;
191
+ custodianName?: string | null | undefined;
192
+ custodianAccountNumber?: string | null | undefined;
193
+ custodianRepresentativeName?: string | null | undefined;
194
+ custodianEmail?: string | null | undefined;
195
+ } & {
196
+ address?: string | null | undefined;
197
+ city?: string | null | undefined;
198
+ address2?: string | null | undefined;
199
+ } & {
200
+ country?: string | null | undefined;
201
+ state?: string | null | undefined;
202
+ } & {
203
+ country?: string | null | undefined;
204
+ zip?: string | null | undefined;
205
+ }>;
206
+ summary: "Create individual";
207
+ path: "individuals/";
208
+ responses: {
209
+ 201: z.ZodObject<{
210
+ id: z.ZodString;
211
+ __entity: z.ZodOptional<z.ZodString>;
212
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
213
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
214
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
215
+ } & {
216
+ tid: z.ZodNullable<z.ZodString>;
217
+ accountId: z.ZodString;
218
+ account: z.ZodOptional<z.ZodLazy<z.ZodObject<{
219
+ id: z.ZodString;
220
+ __entity: z.ZodOptional<z.ZodString>;
221
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
222
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
223
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
224
+ } & {
225
+ name: z.ZodString;
226
+ status: z.ZodNativeEnum<typeof import("../../..").AccountStatus>;
227
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
228
+ platform: z.ZodNativeEnum<typeof import("../../..").Platform>;
229
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
230
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
231
+ allowPendingComplianceReview: z.ZodBoolean;
232
+ }, "strip", z.ZodTypeAny, {
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
+ status: import("../../..").AccountStatus;
247
+ id: string;
248
+ createdAt: string | Date;
249
+ updatedAt: string | Date;
250
+ deletedAt: string | Date | null;
251
+ name: string;
252
+ managedBy: import("../../..").ManagedByType | null;
253
+ platform: import("../../..").Platform;
254
+ onboardingReviewerId: string | null;
255
+ onboardingReviewAt: Date | null;
256
+ allowPendingComplianceReview: boolean;
257
+ __entity?: string | undefined;
258
+ }>>>;
259
+ investorAccountId: z.ZodString;
260
+ investorAccount: z.ZodOptional<z.ZodLazy<z.ZodObject<{
261
+ id: z.ZodString;
262
+ __entity: z.ZodOptional<z.ZodString>;
263
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
264
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
265
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
266
+ } & {
267
+ tid: z.ZodNullable<z.ZodString>;
268
+ investorAccountType: z.ZodNativeEnum<typeof import("../../..").InvestorAccountType>;
269
+ user: z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
270
+ id: z.ZodString;
271
+ __entity: z.ZodOptional<z.ZodString>;
272
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
273
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
274
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
275
+ } & {
276
+ userLoginId: z.ZodNullable<z.ZodString>;
277
+ roleId: z.ZodNullable<z.ZodString>;
278
+ inviteId: z.ZodNullable<z.ZodString>;
279
+ accountId: z.ZodNullable<z.ZodString>;
280
+ onboarding: z.ZodNullable<z.ZodString>;
281
+ account: z.ZodOptional<z.ZodObject<{
282
+ id: z.ZodString;
283
+ __entity: z.ZodOptional<z.ZodString>;
284
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
285
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
286
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
287
+ } & {
288
+ name: z.ZodString;
289
+ status: z.ZodNativeEnum<typeof import("../../..").AccountStatus>;
290
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
291
+ platform: z.ZodNativeEnum<typeof import("../../..").Platform>;
292
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
293
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
294
+ allowPendingComplianceReview: z.ZodBoolean;
295
+ }, "strip", z.ZodTypeAny, {
296
+ status: import("../../..").AccountStatus;
297
+ id: string;
298
+ createdAt: string | Date;
299
+ updatedAt: string | Date;
300
+ deletedAt: string | Date | null;
301
+ name: string;
302
+ managedBy: import("../../..").ManagedByType | null;
303
+ platform: import("../../..").Platform;
304
+ onboardingReviewerId: string | null;
305
+ onboardingReviewAt: Date | null;
306
+ allowPendingComplianceReview: boolean;
307
+ __entity?: string | undefined;
308
+ }, {
309
+ status: import("../../..").AccountStatus;
310
+ id: string;
311
+ createdAt: string | Date;
312
+ updatedAt: string | Date;
313
+ deletedAt: string | Date | null;
314
+ name: string;
315
+ managedBy: import("../../..").ManagedByType | null;
316
+ platform: import("../../..").Platform;
317
+ onboardingReviewerId: string | null;
318
+ onboardingReviewAt: Date | null;
319
+ allowPendingComplianceReview: boolean;
320
+ __entity?: string | undefined;
321
+ }>>;
322
+ active: z.ZodBoolean;
323
+ locked: z.ZodBoolean;
324
+ userLogin: z.ZodObject<{
325
+ id: z.ZodString;
326
+ __entity: z.ZodOptional<z.ZodString>;
327
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
328
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
329
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
330
+ } & {
331
+ firstName: z.ZodString;
332
+ lastName: z.ZodString;
333
+ email: z.ZodString;
334
+ provider: z.ZodString;
335
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
336
+ loginCount: z.ZodNumber;
337
+ }, "strip", z.ZodTypeAny, {
338
+ id: string;
339
+ createdAt: string | Date;
340
+ updatedAt: string | Date;
341
+ deletedAt: string | Date | null;
342
+ firstName: string;
343
+ lastName: string;
344
+ email: string;
345
+ provider: string;
346
+ lastLoginAt: string | Date | null;
347
+ loginCount: number;
348
+ __entity?: string | undefined;
349
+ }, {
350
+ id: string;
351
+ createdAt: string | Date;
352
+ updatedAt: string | Date;
353
+ deletedAt: string | Date | null;
354
+ firstName: string;
355
+ lastName: string;
356
+ email: string;
357
+ provider: string;
358
+ lastLoginAt: string | Date | null;
359
+ loginCount: number;
360
+ __entity?: string | undefined;
361
+ }>;
362
+ }, "strip", z.ZodTypeAny, {
363
+ id: string;
364
+ createdAt: string | Date;
365
+ updatedAt: string | Date;
366
+ deletedAt: string | Date | null;
367
+ active: boolean;
368
+ inviteId: string | null;
369
+ accountId: string | null;
370
+ roleId: string | null;
371
+ userLoginId: string | null;
372
+ locked: boolean;
373
+ onboarding: string | null;
374
+ userLogin: {
375
+ id: string;
376
+ createdAt: string | Date;
377
+ updatedAt: string | Date;
378
+ deletedAt: string | Date | null;
379
+ firstName: string;
380
+ lastName: string;
381
+ email: string;
382
+ provider: string;
383
+ lastLoginAt: string | Date | null;
384
+ loginCount: number;
385
+ __entity?: string | undefined;
386
+ };
387
+ __entity?: string | undefined;
388
+ account?: {
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
+ } | undefined;
402
+ }, {
403
+ id: string;
404
+ createdAt: string | Date;
405
+ updatedAt: string | Date;
406
+ deletedAt: string | Date | null;
407
+ active: boolean;
408
+ inviteId: string | null;
409
+ accountId: string | null;
410
+ roleId: string | null;
411
+ userLoginId: string | null;
412
+ locked: boolean;
413
+ onboarding: string | null;
414
+ userLogin: {
415
+ id: string;
416
+ createdAt: string | Date;
417
+ updatedAt: string | Date;
418
+ deletedAt: string | Date | null;
419
+ firstName: string;
420
+ lastName: string;
421
+ email: string;
422
+ provider: string;
423
+ lastLoginAt: string | Date | null;
424
+ loginCount: number;
425
+ __entity?: string | undefined;
426
+ };
427
+ __entity?: string | undefined;
428
+ account?: {
429
+ status: import("../../..").AccountStatus;
430
+ id: string;
431
+ createdAt: string | Date;
432
+ updatedAt: string | Date;
433
+ deletedAt: string | Date | null;
434
+ name: string;
435
+ managedBy: import("../../..").ManagedByType | null;
436
+ platform: import("../../..").Platform;
437
+ onboardingReviewerId: string | null;
438
+ onboardingReviewAt: Date | null;
439
+ allowPendingComplianceReview: boolean;
440
+ __entity?: string | undefined;
441
+ } | undefined;
442
+ }>>>>;
443
+ userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
444
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
445
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
446
+ regAQualified: z.ZodBoolean;
447
+ regCfQualified: z.ZodBoolean;
448
+ regDQualified: z.ZodBoolean;
449
+ accountId: z.ZodString;
450
+ account: z.ZodOptional<z.ZodLazy<z.ZodObject<{
451
+ id: z.ZodString;
452
+ __entity: z.ZodOptional<z.ZodString>;
453
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
454
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
455
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
456
+ } & {
457
+ name: z.ZodString;
458
+ status: z.ZodNativeEnum<typeof import("../../..").AccountStatus>;
459
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
460
+ platform: z.ZodNativeEnum<typeof import("../../..").Platform>;
461
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
462
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
463
+ allowPendingComplianceReview: z.ZodBoolean;
464
+ }, "strip", z.ZodTypeAny, {
465
+ status: import("../../..").AccountStatus;
466
+ id: string;
467
+ createdAt: string | Date;
468
+ updatedAt: string | Date;
469
+ deletedAt: string | Date | null;
470
+ name: string;
471
+ managedBy: import("../../..").ManagedByType | null;
472
+ platform: import("../../..").Platform;
473
+ onboardingReviewerId: string | null;
474
+ onboardingReviewAt: Date | null;
475
+ allowPendingComplianceReview: boolean;
476
+ __entity?: string | undefined;
477
+ }, {
478
+ status: import("../../..").AccountStatus;
479
+ id: string;
480
+ createdAt: string | Date;
481
+ updatedAt: string | Date;
482
+ deletedAt: string | Date | null;
483
+ name: string;
484
+ managedBy: import("../../..").ManagedByType | null;
485
+ platform: import("../../..").Platform;
486
+ onboardingReviewerId: string | null;
487
+ onboardingReviewAt: Date | null;
488
+ allowPendingComplianceReview: boolean;
489
+ __entity?: string | undefined;
490
+ }>>>;
491
+ trades: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
492
+ individuals: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
493
+ legalEntities: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
494
+ id: z.ZodString;
495
+ __entity: z.ZodOptional<z.ZodString>;
496
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
497
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
498
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
499
+ } & {
500
+ thirdPartyId: z.ZodNullable<z.ZodString>;
501
+ accountId: z.ZodString;
502
+ investorAccountId: z.ZodString;
503
+ kybStatus: z.ZodLazy<z.ZodNativeEnum<typeof import("../../..").KYBStatus>>;
504
+ sanctionsStatus: z.ZodLazy<z.ZodNativeEnum<typeof import("../../..").SanctionsStatus>>;
505
+ kybs: z.ZodOptional<z.ZodArray<z.ZodObject<{
506
+ id: z.ZodString;
507
+ __entity: z.ZodOptional<z.ZodString>;
508
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
509
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
510
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
511
+ } & {
512
+ thirdPartyId: z.ZodString;
513
+ platform: z.ZodString;
514
+ legalEntityId: z.ZodString;
515
+ documentType: z.ZodString;
516
+ documentImage: z.ZodString;
517
+ kybStatus: z.ZodNativeEnum<typeof import("../../..").KYBStatus>;
518
+ reason: z.ZodNullable<z.ZodString>;
519
+ response: z.ZodNullable<z.ZodString>;
520
+ }, "strip", z.ZodTypeAny, {
521
+ id: string;
522
+ createdAt: string | Date;
523
+ updatedAt: string | Date;
524
+ deletedAt: string | Date | null;
525
+ platform: string;
526
+ documentType: string;
527
+ documentImage: string;
528
+ reason: string | null;
529
+ response: string | null;
530
+ thirdPartyId: string;
531
+ legalEntityId: string;
532
+ kybStatus: import("../../..").KYBStatus;
533
+ __entity?: string | undefined;
534
+ }, {
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
+ }>, "many">>;
549
+ name: z.ZodString;
550
+ ein: z.ZodOptional<z.ZodNullable<z.ZodString>>;
551
+ companyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
552
+ streetAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
553
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
554
+ state: z.ZodNullable<z.ZodString>;
555
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
556
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
557
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
558
+ setupStatus: z.ZodNativeEnum<typeof import("../../..").SetupStatusType>;
559
+ }, "strip", z.ZodTypeAny, {
560
+ id: string;
561
+ createdAt: string | Date;
562
+ updatedAt: string | Date;
563
+ deletedAt: string | Date | null;
564
+ accountId: string;
565
+ name: string;
566
+ state: string | null;
567
+ thirdPartyId: string | null;
568
+ kybStatus: import("../../..").KYBStatus;
569
+ investorAccountId: string;
570
+ sanctionsStatus: import("../../..").SanctionsStatus;
571
+ setupStatus: import("../../..").SetupStatusType;
572
+ __entity?: string | undefined;
573
+ country?: string | null | undefined;
574
+ kybs?: {
575
+ id: string;
576
+ createdAt: string | Date;
577
+ updatedAt: string | Date;
578
+ deletedAt: string | Date | null;
579
+ platform: string;
580
+ documentType: string;
581
+ documentImage: string;
582
+ reason: string | null;
583
+ response: string | null;
584
+ thirdPartyId: string;
585
+ legalEntityId: string;
586
+ kybStatus: import("../../..").KYBStatus;
587
+ __entity?: string | undefined;
588
+ }[] | undefined;
589
+ phone?: string | null | undefined;
590
+ city?: string | null | undefined;
591
+ zip?: string | null | undefined;
592
+ ein?: string | null | undefined;
593
+ companyType?: string | null | undefined;
594
+ streetAddress?: string | null | undefined;
595
+ }, {
596
+ id: string;
597
+ createdAt: string | Date;
598
+ updatedAt: string | Date;
599
+ deletedAt: string | Date | null;
600
+ accountId: string;
601
+ name: string;
602
+ state: string | null;
603
+ thirdPartyId: string | null;
604
+ kybStatus: import("../../..").KYBStatus;
605
+ investorAccountId: string;
606
+ sanctionsStatus: import("../../..").SanctionsStatus;
607
+ setupStatus: import("../../..").SetupStatusType;
608
+ __entity?: string | undefined;
609
+ country?: string | null | undefined;
610
+ kybs?: {
611
+ id: string;
612
+ createdAt: string | Date;
613
+ updatedAt: string | Date;
614
+ deletedAt: string | Date | null;
615
+ platform: string;
616
+ documentType: string;
617
+ documentImage: string;
618
+ reason: string | null;
619
+ response: string | null;
620
+ thirdPartyId: string;
621
+ legalEntityId: string;
622
+ kybStatus: import("../../..").KYBStatus;
623
+ __entity?: string | undefined;
624
+ }[] | undefined;
625
+ phone?: string | null | undefined;
626
+ city?: string | null | undefined;
627
+ zip?: string | null | undefined;
628
+ ein?: string | null | undefined;
629
+ companyType?: string | null | undefined;
630
+ streetAddress?: string | null | undefined;
631
+ }>>, "many">>;
632
+ setupStatus: z.ZodNativeEnum<typeof import("../../..").SetupStatusType>;
633
+ systemReviewLog: z.ZodNullable<z.ZodString>;
634
+ totalAmount: z.ZodOptional<z.ZodNumber>;
635
+ statusCheck: z.ZodOptional<z.ZodLazy<z.ZodObject<{
636
+ entity: z.ZodOptional<z.ZodObject<{
637
+ information: z.ZodDefault<z.ZodBoolean>;
638
+ address: z.ZodDefault<z.ZodBoolean>;
639
+ }, "strip", z.ZodTypeAny, {
640
+ address: boolean;
641
+ information: boolean;
642
+ }, {
643
+ address?: boolean | undefined;
644
+ information?: boolean | undefined;
645
+ }>>;
646
+ primary: z.ZodOptional<z.ZodObject<{
647
+ account: z.ZodDefault<z.ZodBoolean>;
648
+ personal: z.ZodDefault<z.ZodBoolean>;
649
+ residential: z.ZodDefault<z.ZodBoolean>;
650
+ identity: z.ZodDefault<z.ZodBoolean>;
651
+ financial: z.ZodDefault<z.ZodBoolean>;
652
+ investorQuestionnaire: z.ZodDefault<z.ZodBoolean>;
653
+ accreditation: z.ZodDefault<z.ZodBoolean>;
654
+ trustedContact: z.ZodDefault<z.ZodBoolean>;
655
+ retirement: z.ZodOptional<z.ZodBoolean>;
656
+ }, "strip", z.ZodTypeAny, {
657
+ account: boolean;
658
+ personal: boolean;
659
+ residential: boolean;
660
+ identity: boolean;
661
+ financial: boolean;
662
+ investorQuestionnaire: boolean;
663
+ accreditation: boolean;
664
+ trustedContact: boolean;
665
+ retirement?: boolean | undefined;
666
+ }, {
667
+ account?: boolean | undefined;
668
+ personal?: boolean | undefined;
669
+ residential?: boolean | undefined;
670
+ identity?: boolean | undefined;
671
+ financial?: boolean | undefined;
672
+ investorQuestionnaire?: boolean | undefined;
673
+ accreditation?: boolean | undefined;
674
+ trustedContact?: boolean | undefined;
675
+ retirement?: boolean | undefined;
676
+ }>>;
677
+ secondary: z.ZodOptional<z.ZodObject<{
678
+ personal: z.ZodDefault<z.ZodBoolean>;
679
+ residential: z.ZodDefault<z.ZodBoolean>;
680
+ identity: z.ZodDefault<z.ZodBoolean>;
681
+ financial: z.ZodDefault<z.ZodBoolean>;
682
+ }, "strip", z.ZodTypeAny, {
683
+ personal: boolean;
684
+ residential: boolean;
685
+ identity: boolean;
686
+ financial: boolean;
687
+ }, {
688
+ personal?: boolean | undefined;
689
+ residential?: boolean | undefined;
690
+ identity?: boolean | undefined;
691
+ financial?: boolean | undefined;
692
+ }>>;
693
+ }, "strip", z.ZodTypeAny, {
694
+ entity?: {
695
+ address: boolean;
696
+ information: boolean;
697
+ } | undefined;
698
+ primary?: {
699
+ account: boolean;
700
+ personal: boolean;
701
+ residential: boolean;
702
+ identity: boolean;
703
+ financial: boolean;
704
+ investorQuestionnaire: boolean;
705
+ accreditation: boolean;
706
+ trustedContact: boolean;
707
+ retirement?: boolean | undefined;
708
+ } | undefined;
709
+ secondary?: {
710
+ personal: boolean;
711
+ residential: boolean;
712
+ identity: boolean;
713
+ financial: boolean;
714
+ } | undefined;
715
+ }, {
716
+ entity?: {
717
+ address?: boolean | undefined;
718
+ information?: boolean | undefined;
719
+ } | undefined;
720
+ primary?: {
721
+ account?: boolean | undefined;
722
+ personal?: boolean | undefined;
723
+ residential?: boolean | undefined;
724
+ identity?: boolean | undefined;
725
+ financial?: boolean | undefined;
726
+ investorQuestionnaire?: boolean | undefined;
727
+ accreditation?: boolean | undefined;
728
+ trustedContact?: boolean | undefined;
729
+ retirement?: boolean | undefined;
730
+ } | undefined;
731
+ secondary?: {
732
+ personal?: boolean | undefined;
733
+ residential?: boolean | undefined;
734
+ identity?: boolean | undefined;
735
+ financial?: boolean | undefined;
736
+ } | undefined;
737
+ }>>>;
738
+ trustedContacts: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
739
+ id: z.ZodString;
740
+ __entity: z.ZodOptional<z.ZodString>;
741
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
742
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
743
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
744
+ } & {
745
+ firstName: z.ZodNullable<z.ZodString>;
746
+ lastName: z.ZodNullable<z.ZodString>;
747
+ email: z.ZodNullable<z.ZodString>;
748
+ phone: z.ZodNullable<z.ZodObject<{
749
+ countryCallingCode: z.ZodString;
750
+ country: z.ZodString;
751
+ nationalNumber: z.ZodString;
752
+ number: z.ZodString;
753
+ formatNational: z.ZodString;
754
+ formatInternational: z.ZodString;
755
+ }, "strip", z.ZodTypeAny, {
756
+ number: string;
757
+ countryCallingCode: string;
758
+ country: string;
759
+ nationalNumber: string;
760
+ formatNational: string;
761
+ formatInternational: string;
762
+ }, {
763
+ number: string;
764
+ countryCallingCode: string;
765
+ country: string;
766
+ nationalNumber: string;
767
+ formatNational: string;
768
+ formatInternational: string;
769
+ }>>;
770
+ address: z.ZodNullable<z.ZodString>;
771
+ address2: z.ZodNullable<z.ZodString>;
772
+ city: z.ZodNullable<z.ZodString>;
773
+ state: z.ZodNullable<z.ZodString>;
774
+ zip: z.ZodNullable<z.ZodString>;
775
+ country: z.ZodNullable<z.ZodString>;
776
+ relationship: z.ZodNativeEnum<typeof import("../../..").TrustedContactRelationship>;
777
+ }, "strip", z.ZodTypeAny, {
778
+ id: string;
779
+ createdAt: string | Date;
780
+ updatedAt: string | Date;
781
+ deletedAt: string | Date | null;
782
+ country: string | null;
783
+ firstName: string | null;
784
+ lastName: string | null;
785
+ email: string | null;
786
+ phone: {
787
+ number: string;
788
+ countryCallingCode: string;
789
+ country: string;
790
+ nationalNumber: string;
791
+ formatNational: string;
792
+ formatInternational: string;
793
+ } | null;
794
+ state: string | null;
795
+ address: string | null;
796
+ city: string | null;
797
+ zip: string | null;
798
+ address2: string | null;
799
+ relationship: import("../../..").TrustedContactRelationship;
800
+ __entity?: string | undefined;
801
+ }, {
802
+ id: string;
803
+ createdAt: string | Date;
804
+ updatedAt: string | Date;
805
+ deletedAt: string | Date | null;
806
+ country: string | null;
807
+ firstName: string | null;
808
+ lastName: string | null;
809
+ email: string | null;
810
+ phone: {
811
+ number: string;
812
+ countryCallingCode: string;
813
+ country: string;
814
+ nationalNumber: string;
815
+ formatNational: string;
816
+ formatInternational: string;
817
+ } | null;
818
+ state: string | null;
819
+ address: string | null;
820
+ city: string | null;
821
+ zip: string | null;
822
+ address2: string | null;
823
+ relationship: import("../../..").TrustedContactRelationship;
824
+ __entity?: string | undefined;
825
+ }>>, "many">>;
826
+ }, "strip", z.ZodTypeAny, {
827
+ id: string;
828
+ createdAt: string | Date;
829
+ updatedAt: string | Date;
830
+ deletedAt: string | Date | null;
831
+ accountId: string;
832
+ tid: string | null;
833
+ investorAccountType: import("../../..").InvestorAccountType;
834
+ regAQualified: boolean;
835
+ regCfQualified: boolean;
836
+ regDQualified: boolean;
837
+ systemReviewLog: string | null;
838
+ setupStatus: import("../../..").SetupStatusType;
839
+ __entity?: string | undefined;
840
+ email?: string | null | undefined;
841
+ name?: string | null | undefined;
842
+ account?: {
843
+ status: import("../../..").AccountStatus;
844
+ id: string;
845
+ createdAt: string | Date;
846
+ updatedAt: string | Date;
847
+ deletedAt: string | Date | null;
848
+ name: string;
849
+ managedBy: import("../../..").ManagedByType | null;
850
+ platform: import("../../..").Platform;
851
+ onboardingReviewerId: string | null;
852
+ onboardingReviewAt: Date | null;
853
+ allowPendingComplianceReview: boolean;
854
+ __entity?: string | undefined;
855
+ } | undefined;
856
+ individuals?: any[] | undefined;
857
+ trades?: any[] | undefined;
858
+ user?: {
859
+ id: string;
860
+ createdAt: string | Date;
861
+ updatedAt: string | Date;
862
+ deletedAt: string | Date | null;
863
+ active: boolean;
864
+ inviteId: string | null;
865
+ accountId: string | null;
866
+ roleId: string | null;
867
+ userLoginId: string | null;
868
+ locked: boolean;
869
+ onboarding: string | null;
870
+ userLogin: {
871
+ id: string;
872
+ createdAt: string | Date;
873
+ updatedAt: string | Date;
874
+ deletedAt: string | Date | null;
875
+ firstName: string;
876
+ lastName: string;
877
+ email: string;
878
+ provider: string;
879
+ lastLoginAt: string | Date | null;
880
+ loginCount: number;
881
+ __entity?: string | undefined;
882
+ };
883
+ __entity?: string | undefined;
884
+ account?: {
885
+ status: import("../../..").AccountStatus;
886
+ id: string;
887
+ createdAt: string | Date;
888
+ updatedAt: string | Date;
889
+ deletedAt: string | Date | null;
890
+ name: string;
891
+ managedBy: import("../../..").ManagedByType | null;
892
+ platform: import("../../..").Platform;
893
+ onboardingReviewerId: string | null;
894
+ onboardingReviewAt: Date | null;
895
+ allowPendingComplianceReview: boolean;
896
+ __entity?: string | undefined;
897
+ } | undefined;
898
+ } | null | undefined;
899
+ legalEntities?: {
900
+ id: string;
901
+ createdAt: string | Date;
902
+ updatedAt: string | Date;
903
+ deletedAt: string | Date | null;
904
+ accountId: string;
905
+ name: string;
906
+ state: string | null;
907
+ thirdPartyId: string | null;
908
+ kybStatus: import("../../..").KYBStatus;
909
+ investorAccountId: string;
910
+ sanctionsStatus: import("../../..").SanctionsStatus;
911
+ setupStatus: import("../../..").SetupStatusType;
912
+ __entity?: string | undefined;
913
+ country?: string | null | undefined;
914
+ kybs?: {
915
+ id: string;
916
+ createdAt: string | Date;
917
+ updatedAt: string | Date;
918
+ deletedAt: string | Date | null;
919
+ platform: string;
920
+ documentType: string;
921
+ documentImage: string;
922
+ reason: string | null;
923
+ response: string | null;
924
+ thirdPartyId: string;
925
+ legalEntityId: string;
926
+ kybStatus: import("../../..").KYBStatus;
927
+ __entity?: string | undefined;
928
+ }[] | undefined;
929
+ phone?: string | null | undefined;
930
+ city?: string | null | undefined;
931
+ zip?: string | null | undefined;
932
+ ein?: string | null | undefined;
933
+ companyType?: string | null | undefined;
934
+ streetAddress?: string | null | undefined;
935
+ }[] | undefined;
936
+ userId?: string | null | undefined;
937
+ totalAmount?: number | undefined;
938
+ statusCheck?: {
939
+ entity?: {
940
+ address: boolean;
941
+ information: boolean;
942
+ } | undefined;
943
+ primary?: {
944
+ account: boolean;
945
+ personal: boolean;
946
+ residential: boolean;
947
+ identity: boolean;
948
+ financial: boolean;
949
+ investorQuestionnaire: boolean;
950
+ accreditation: boolean;
951
+ trustedContact: boolean;
952
+ retirement?: boolean | undefined;
953
+ } | undefined;
954
+ secondary?: {
955
+ personal: boolean;
956
+ residential: boolean;
957
+ identity: boolean;
958
+ financial: boolean;
959
+ } | undefined;
960
+ } | undefined;
961
+ trustedContacts?: {
962
+ id: string;
963
+ createdAt: string | Date;
964
+ updatedAt: string | Date;
965
+ deletedAt: string | Date | null;
966
+ country: string | null;
967
+ firstName: string | null;
968
+ lastName: string | null;
969
+ email: string | null;
970
+ phone: {
971
+ number: string;
972
+ countryCallingCode: string;
973
+ country: string;
974
+ nationalNumber: string;
975
+ formatNational: string;
976
+ formatInternational: string;
977
+ } | null;
978
+ state: string | null;
979
+ address: string | null;
980
+ city: string | null;
981
+ zip: string | null;
982
+ address2: string | null;
983
+ relationship: import("../../..").TrustedContactRelationship;
984
+ __entity?: string | undefined;
985
+ }[] | undefined;
986
+ }, {
987
+ id: string;
988
+ createdAt: string | Date;
989
+ updatedAt: string | Date;
990
+ deletedAt: string | Date | null;
991
+ accountId: string;
992
+ tid: string | null;
993
+ investorAccountType: import("../../..").InvestorAccountType;
994
+ regAQualified: boolean;
995
+ regCfQualified: boolean;
996
+ regDQualified: boolean;
997
+ systemReviewLog: string | null;
998
+ setupStatus: import("../../..").SetupStatusType;
999
+ __entity?: string | undefined;
1000
+ email?: string | null | undefined;
1001
+ name?: string | null | undefined;
1002
+ account?: {
1003
+ status: import("../../..").AccountStatus;
1004
+ id: string;
1005
+ createdAt: string | Date;
1006
+ updatedAt: string | Date;
1007
+ deletedAt: string | Date | null;
1008
+ name: string;
1009
+ managedBy: import("../../..").ManagedByType | null;
1010
+ platform: import("../../..").Platform;
1011
+ onboardingReviewerId: string | null;
1012
+ onboardingReviewAt: Date | null;
1013
+ allowPendingComplianceReview: boolean;
1014
+ __entity?: string | undefined;
1015
+ } | undefined;
1016
+ individuals?: any[] | undefined;
1017
+ trades?: any[] | undefined;
1018
+ user?: {
1019
+ id: string;
1020
+ createdAt: string | Date;
1021
+ updatedAt: string | Date;
1022
+ deletedAt: string | Date | null;
1023
+ active: boolean;
1024
+ inviteId: string | null;
1025
+ accountId: string | null;
1026
+ roleId: string | null;
1027
+ userLoginId: string | null;
1028
+ locked: boolean;
1029
+ onboarding: string | null;
1030
+ userLogin: {
1031
+ id: string;
1032
+ createdAt: string | Date;
1033
+ updatedAt: string | Date;
1034
+ deletedAt: string | Date | null;
1035
+ firstName: string;
1036
+ lastName: string;
1037
+ email: string;
1038
+ provider: string;
1039
+ lastLoginAt: string | Date | null;
1040
+ loginCount: number;
1041
+ __entity?: string | undefined;
1042
+ };
1043
+ __entity?: string | undefined;
1044
+ account?: {
1045
+ status: import("../../..").AccountStatus;
1046
+ id: string;
1047
+ createdAt: string | Date;
1048
+ updatedAt: string | Date;
1049
+ deletedAt: string | Date | null;
1050
+ name: string;
1051
+ managedBy: import("../../..").ManagedByType | null;
1052
+ platform: import("../../..").Platform;
1053
+ onboardingReviewerId: string | null;
1054
+ onboardingReviewAt: Date | null;
1055
+ allowPendingComplianceReview: boolean;
1056
+ __entity?: string | undefined;
1057
+ } | undefined;
1058
+ } | null | undefined;
1059
+ legalEntities?: {
1060
+ id: string;
1061
+ createdAt: string | Date;
1062
+ updatedAt: string | Date;
1063
+ deletedAt: string | Date | null;
1064
+ accountId: string;
1065
+ name: string;
1066
+ state: string | null;
1067
+ thirdPartyId: string | null;
1068
+ kybStatus: import("../../..").KYBStatus;
1069
+ investorAccountId: string;
1070
+ sanctionsStatus: import("../../..").SanctionsStatus;
1071
+ setupStatus: import("../../..").SetupStatusType;
1072
+ __entity?: string | undefined;
1073
+ country?: string | null | undefined;
1074
+ kybs?: {
1075
+ id: string;
1076
+ createdAt: string | Date;
1077
+ updatedAt: string | Date;
1078
+ deletedAt: string | Date | null;
1079
+ platform: string;
1080
+ documentType: string;
1081
+ documentImage: string;
1082
+ reason: string | null;
1083
+ response: string | null;
1084
+ thirdPartyId: string;
1085
+ legalEntityId: string;
1086
+ kybStatus: import("../../..").KYBStatus;
1087
+ __entity?: string | undefined;
1088
+ }[] | undefined;
1089
+ phone?: string | null | undefined;
1090
+ city?: string | null | undefined;
1091
+ zip?: string | null | undefined;
1092
+ ein?: string | null | undefined;
1093
+ companyType?: string | null | undefined;
1094
+ streetAddress?: string | null | undefined;
1095
+ }[] | undefined;
1096
+ userId?: string | null | undefined;
1097
+ totalAmount?: number | undefined;
1098
+ statusCheck?: {
1099
+ entity?: {
1100
+ address?: boolean | undefined;
1101
+ information?: boolean | undefined;
1102
+ } | undefined;
1103
+ primary?: {
1104
+ account?: boolean | undefined;
1105
+ personal?: boolean | undefined;
1106
+ residential?: boolean | undefined;
1107
+ identity?: boolean | undefined;
1108
+ financial?: boolean | undefined;
1109
+ investorQuestionnaire?: boolean | undefined;
1110
+ accreditation?: boolean | undefined;
1111
+ trustedContact?: boolean | undefined;
1112
+ retirement?: boolean | undefined;
1113
+ } | undefined;
1114
+ secondary?: {
1115
+ personal?: boolean | undefined;
1116
+ residential?: boolean | undefined;
1117
+ identity?: boolean | undefined;
1118
+ financial?: boolean | undefined;
1119
+ } | undefined;
1120
+ } | undefined;
1121
+ trustedContacts?: {
1122
+ id: string;
1123
+ createdAt: string | Date;
1124
+ updatedAt: string | Date;
1125
+ deletedAt: string | Date | null;
1126
+ country: string | null;
1127
+ firstName: string | null;
1128
+ lastName: string | null;
1129
+ email: string | null;
1130
+ phone: {
1131
+ number: string;
1132
+ countryCallingCode: string;
1133
+ country: string;
1134
+ nationalNumber: string;
1135
+ formatNational: string;
1136
+ formatInternational: string;
1137
+ } | null;
1138
+ state: string | null;
1139
+ address: string | null;
1140
+ city: string | null;
1141
+ zip: string | null;
1142
+ address2: string | null;
1143
+ relationship: import("../../..").TrustedContactRelationship;
1144
+ __entity?: string | undefined;
1145
+ }[] | undefined;
1146
+ }>>>;
1147
+ role: z.ZodNativeEnum<typeof import("../../..").IndividualRole>;
1148
+ firstName: z.ZodString;
1149
+ lastName: z.ZodNullable<z.ZodString>;
1150
+ dob: z.ZodNullable<z.ZodDate>;
1151
+ isUsCitizenOrGreenCardHolder: z.ZodBoolean;
1152
+ ssn: z.ZodNullable<z.ZodString>;
1153
+ lastFour: z.ZodNullable<z.ZodString>;
1154
+ address: z.ZodNullable<z.ZodString>;
1155
+ address2: z.ZodNullable<z.ZodString>;
1156
+ email: z.ZodNullable<z.ZodString>;
1157
+ phone: z.ZodNullable<z.ZodString>;
1158
+ city: z.ZodNullable<z.ZodString>;
1159
+ country: z.ZodNullable<z.ZodString>;
1160
+ citizenship: z.ZodNullable<z.ZodString>;
1161
+ state: z.ZodNullable<z.ZodString>;
1162
+ zip: z.ZodNullable<z.ZodString>;
1163
+ currencyCode: z.ZodNullable<z.ZodString>;
1164
+ financialAdvisor: z.ZodBoolean;
1165
+ occupation: z.ZodNullable<z.ZodString>;
1166
+ employmentStatus: z.ZodNativeEnum<typeof import("../../..").EmploymentStatus>;
1167
+ employerName: z.ZodNullable<z.ZodString>;
1168
+ employerAddressLine1: z.ZodNullable<z.ZodString>;
1169
+ employerAddressLine2: z.ZodNullable<z.ZodString>;
1170
+ employerCity: z.ZodNullable<z.ZodString>;
1171
+ employerState: z.ZodNullable<z.ZodString>;
1172
+ employerZip: z.ZodNullable<z.ZodString>;
1173
+ employerCountry: z.ZodNullable<z.ZodString>;
1174
+ kycDocumentType: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").KYCDocumentType>>;
1175
+ kycDocumentIssuer: z.ZodNullable<z.ZodString>;
1176
+ kycExpirationDate: z.ZodNullable<z.ZodString>;
1177
+ kycIssuerDate: z.ZodNullable<z.ZodString>;
1178
+ kycDocumentNumber: z.ZodNullable<z.ZodString>;
1179
+ kycFirstName: z.ZodNullable<z.ZodString>;
1180
+ kycLastName: z.ZodNullable<z.ZodString>;
1181
+ ownership: z.ZodNullable<z.ZodNumber>;
1182
+ householdNetWorth: z.ZodNullable<z.ZodNumber>;
1183
+ liquidNetWorth: z.ZodNullable<z.ZodNumber>;
1184
+ currentHouseholdIncome: z.ZodNullable<z.ZodNumber>;
1185
+ currentAnnualIncome: z.ZodNullable<z.ZodNumber>;
1186
+ investedInCrowdfunding: z.ZodNullable<z.ZodNumber>;
1187
+ setupStatus: z.ZodNativeEnum<typeof import("../../..").SetupStatusType>;
1188
+ setupStep: z.ZodNativeEnum<typeof import("../../..").SetupStepType>;
1189
+ sourceOfIncome: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").SourceOfIncome>>;
1190
+ aicQuestionnaire: z.ZodNullable<z.ZodString>;
1191
+ kycStatus: z.ZodNativeEnum<typeof import("../../..").KYCStatus>;
1192
+ kycProvider: z.ZodNullable<z.ZodString>;
1193
+ kycTid: z.ZodNullable<z.ZodString>;
1194
+ aicAccreditationType: z.ZodNativeEnum<typeof import("../../..").AicAccreditationType>;
1195
+ accredited: z.ZodBoolean;
1196
+ retirementAccountType: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").RetirementAccountType>>;
1197
+ custodianName: z.ZodNullable<z.ZodString>;
1198
+ custodianAccountNumber: z.ZodNullable<z.ZodString>;
1199
+ custodianRepresentativeName: z.ZodNullable<z.ZodString>;
1200
+ custodianEmail: z.ZodNullable<z.ZodString>;
1201
+ }, "strip", z.ZodTypeAny, {
1202
+ id: string;
1203
+ createdAt: string | Date;
1204
+ updatedAt: string | Date;
1205
+ deletedAt: string | Date | null;
1206
+ country: string | null;
1207
+ firstName: string;
1208
+ lastName: string | null;
1209
+ email: string | null;
1210
+ accountId: string;
1211
+ role: import("../../..").IndividualRole;
1212
+ kycStatus: import("../../..").KYCStatus;
1213
+ tid: string | null;
1214
+ phone: string | null;
1215
+ state: string | null;
1216
+ address: string | null;
1217
+ city: string | null;
1218
+ kycFirstName: string | null;
1219
+ kycLastName: string | null;
1220
+ kycDocumentType: import("../../..").KYCDocumentType | null;
1221
+ kycDocumentIssuer: string | null;
1222
+ kycProvider: string | null;
1223
+ zip: string | null;
1224
+ address2: string | null;
1225
+ investorAccountId: string;
1226
+ currencyCode: string | null;
1227
+ setupStatus: import("../../..").SetupStatusType;
1228
+ kycDocumentNumber: string | null;
1229
+ kycIssuerDate: string | null;
1230
+ kycExpirationDate: string | null;
1231
+ liquidNetWorth: number | null;
1232
+ aicAccreditationType: import("../../..").AicAccreditationType;
1233
+ aicQuestionnaire: string | null;
1234
+ dob: Date | null;
1235
+ isUsCitizenOrGreenCardHolder: boolean;
1236
+ citizenship: string | null;
1237
+ ssn: string | null;
1238
+ lastFour: string | null;
1239
+ kycTid: string | null;
1240
+ investedInCrowdfunding: number | null;
1241
+ currentAnnualIncome: number | null;
1242
+ currentHouseholdIncome: number | null;
1243
+ householdNetWorth: number | null;
1244
+ financialAdvisor: boolean;
1245
+ occupation: string | null;
1246
+ employmentStatus: import("../../..").EmploymentStatus;
1247
+ employerName: string | null;
1248
+ employerAddressLine1: string | null;
1249
+ employerAddressLine2: string | null;
1250
+ employerCity: string | null;
1251
+ employerState: string | null;
1252
+ employerZip: string | null;
1253
+ employerCountry: string | null;
1254
+ setupStep: import("../../..").SetupStepType;
1255
+ sourceOfIncome: import("../../..").SourceOfIncome | null;
1256
+ ownership: number | null;
1257
+ retirementAccountType: import("../../..").RetirementAccountType | null;
1258
+ custodianName: string | null;
1259
+ custodianAccountNumber: string | null;
1260
+ custodianRepresentativeName: string | null;
1261
+ custodianEmail: string | null;
1262
+ accredited: boolean;
1263
+ __entity?: string | undefined;
1264
+ account?: {
1265
+ status: import("../../..").AccountStatus;
1266
+ id: string;
1267
+ createdAt: string | Date;
1268
+ updatedAt: string | Date;
1269
+ deletedAt: string | Date | null;
1270
+ name: string;
1271
+ managedBy: import("../../..").ManagedByType | null;
1272
+ platform: import("../../..").Platform;
1273
+ onboardingReviewerId: string | null;
1274
+ onboardingReviewAt: Date | null;
1275
+ allowPendingComplianceReview: boolean;
1276
+ __entity?: string | undefined;
1277
+ } | undefined;
1278
+ investorAccount?: {
1279
+ id: string;
1280
+ createdAt: string | Date;
1281
+ updatedAt: string | Date;
1282
+ deletedAt: string | Date | null;
1283
+ accountId: string;
1284
+ tid: string | null;
1285
+ investorAccountType: import("../../..").InvestorAccountType;
1286
+ regAQualified: boolean;
1287
+ regCfQualified: boolean;
1288
+ regDQualified: boolean;
1289
+ systemReviewLog: string | null;
1290
+ setupStatus: import("../../..").SetupStatusType;
1291
+ __entity?: string | undefined;
1292
+ email?: string | null | undefined;
1293
+ name?: string | null | undefined;
1294
+ account?: {
1295
+ status: import("../../..").AccountStatus;
1296
+ id: string;
1297
+ createdAt: string | Date;
1298
+ updatedAt: string | Date;
1299
+ deletedAt: string | Date | null;
1300
+ name: string;
1301
+ managedBy: import("../../..").ManagedByType | null;
1302
+ platform: import("../../..").Platform;
1303
+ onboardingReviewerId: string | null;
1304
+ onboardingReviewAt: Date | null;
1305
+ allowPendingComplianceReview: boolean;
1306
+ __entity?: string | undefined;
1307
+ } | undefined;
1308
+ individuals?: any[] | undefined;
1309
+ trades?: any[] | undefined;
1310
+ user?: {
1311
+ id: string;
1312
+ createdAt: string | Date;
1313
+ updatedAt: string | Date;
1314
+ deletedAt: string | Date | null;
1315
+ active: boolean;
1316
+ inviteId: string | null;
1317
+ accountId: string | null;
1318
+ roleId: string | null;
1319
+ userLoginId: string | null;
1320
+ locked: boolean;
1321
+ onboarding: string | null;
1322
+ userLogin: {
1323
+ id: string;
1324
+ createdAt: string | Date;
1325
+ updatedAt: string | Date;
1326
+ deletedAt: string | Date | null;
1327
+ firstName: string;
1328
+ lastName: string;
1329
+ email: string;
1330
+ provider: string;
1331
+ lastLoginAt: string | Date | null;
1332
+ loginCount: number;
1333
+ __entity?: string | undefined;
1334
+ };
1335
+ __entity?: string | undefined;
1336
+ account?: {
1337
+ status: import("../../..").AccountStatus;
1338
+ id: string;
1339
+ createdAt: string | Date;
1340
+ updatedAt: string | Date;
1341
+ deletedAt: string | Date | null;
1342
+ name: string;
1343
+ managedBy: import("../../..").ManagedByType | null;
1344
+ platform: import("../../..").Platform;
1345
+ onboardingReviewerId: string | null;
1346
+ onboardingReviewAt: Date | null;
1347
+ allowPendingComplianceReview: boolean;
1348
+ __entity?: string | undefined;
1349
+ } | undefined;
1350
+ } | null | undefined;
1351
+ legalEntities?: {
1352
+ id: string;
1353
+ createdAt: string | Date;
1354
+ updatedAt: string | Date;
1355
+ deletedAt: string | Date | null;
1356
+ accountId: string;
1357
+ name: string;
1358
+ state: string | null;
1359
+ thirdPartyId: string | null;
1360
+ kybStatus: import("../../..").KYBStatus;
1361
+ investorAccountId: string;
1362
+ sanctionsStatus: import("../../..").SanctionsStatus;
1363
+ setupStatus: import("../../..").SetupStatusType;
1364
+ __entity?: string | undefined;
1365
+ country?: string | null | undefined;
1366
+ kybs?: {
1367
+ id: string;
1368
+ createdAt: string | Date;
1369
+ updatedAt: string | Date;
1370
+ deletedAt: string | Date | null;
1371
+ platform: string;
1372
+ documentType: string;
1373
+ documentImage: string;
1374
+ reason: string | null;
1375
+ response: string | null;
1376
+ thirdPartyId: string;
1377
+ legalEntityId: string;
1378
+ kybStatus: import("../../..").KYBStatus;
1379
+ __entity?: string | undefined;
1380
+ }[] | undefined;
1381
+ phone?: string | null | undefined;
1382
+ city?: string | null | undefined;
1383
+ zip?: string | null | undefined;
1384
+ ein?: string | null | undefined;
1385
+ companyType?: string | null | undefined;
1386
+ streetAddress?: string | null | undefined;
1387
+ }[] | undefined;
1388
+ userId?: string | null | undefined;
1389
+ totalAmount?: number | undefined;
1390
+ statusCheck?: {
1391
+ entity?: {
1392
+ address: boolean;
1393
+ information: boolean;
1394
+ } | undefined;
1395
+ primary?: {
1396
+ account: boolean;
1397
+ personal: boolean;
1398
+ residential: boolean;
1399
+ identity: boolean;
1400
+ financial: boolean;
1401
+ investorQuestionnaire: boolean;
1402
+ accreditation: boolean;
1403
+ trustedContact: boolean;
1404
+ retirement?: boolean | undefined;
1405
+ } | undefined;
1406
+ secondary?: {
1407
+ personal: boolean;
1408
+ residential: boolean;
1409
+ identity: boolean;
1410
+ financial: boolean;
1411
+ } | undefined;
1412
+ } | undefined;
1413
+ trustedContacts?: {
1414
+ id: string;
1415
+ createdAt: string | Date;
1416
+ updatedAt: string | Date;
1417
+ deletedAt: string | Date | null;
1418
+ country: string | null;
1419
+ firstName: string | null;
1420
+ lastName: string | null;
1421
+ email: string | null;
1422
+ phone: {
1423
+ number: string;
1424
+ countryCallingCode: string;
1425
+ country: string;
1426
+ nationalNumber: string;
1427
+ formatNational: string;
1428
+ formatInternational: string;
1429
+ } | null;
1430
+ state: string | null;
1431
+ address: string | null;
1432
+ city: string | null;
1433
+ zip: string | null;
1434
+ address2: string | null;
1435
+ relationship: import("../../..").TrustedContactRelationship;
1436
+ __entity?: string | undefined;
1437
+ }[] | undefined;
1438
+ } | undefined;
1439
+ }, {
1440
+ id: string;
1441
+ createdAt: string | Date;
1442
+ updatedAt: string | Date;
1443
+ deletedAt: string | Date | null;
1444
+ country: string | null;
1445
+ firstName: string;
1446
+ lastName: string | null;
1447
+ email: string | null;
1448
+ accountId: string;
1449
+ role: import("../../..").IndividualRole;
1450
+ kycStatus: import("../../..").KYCStatus;
1451
+ tid: string | null;
1452
+ phone: string | null;
1453
+ state: string | null;
1454
+ address: string | null;
1455
+ city: string | null;
1456
+ kycFirstName: string | null;
1457
+ kycLastName: string | null;
1458
+ kycDocumentType: import("../../..").KYCDocumentType | null;
1459
+ kycDocumentIssuer: string | null;
1460
+ kycProvider: string | null;
1461
+ zip: string | null;
1462
+ address2: string | null;
1463
+ investorAccountId: string;
1464
+ currencyCode: string | null;
1465
+ setupStatus: import("../../..").SetupStatusType;
1466
+ kycDocumentNumber: string | null;
1467
+ kycIssuerDate: string | null;
1468
+ kycExpirationDate: string | null;
1469
+ liquidNetWorth: number | null;
1470
+ aicAccreditationType: import("../../..").AicAccreditationType;
1471
+ aicQuestionnaire: string | null;
1472
+ dob: Date | null;
1473
+ isUsCitizenOrGreenCardHolder: boolean;
1474
+ citizenship: string | null;
1475
+ ssn: string | null;
1476
+ lastFour: string | null;
1477
+ kycTid: string | null;
1478
+ investedInCrowdfunding: number | null;
1479
+ currentAnnualIncome: number | null;
1480
+ currentHouseholdIncome: number | null;
1481
+ householdNetWorth: number | null;
1482
+ financialAdvisor: boolean;
1483
+ occupation: string | null;
1484
+ employmentStatus: import("../../..").EmploymentStatus;
1485
+ employerName: string | null;
1486
+ employerAddressLine1: string | null;
1487
+ employerAddressLine2: string | null;
1488
+ employerCity: string | null;
1489
+ employerState: string | null;
1490
+ employerZip: string | null;
1491
+ employerCountry: string | null;
1492
+ setupStep: import("../../..").SetupStepType;
1493
+ sourceOfIncome: import("../../..").SourceOfIncome | null;
1494
+ ownership: number | null;
1495
+ retirementAccountType: import("../../..").RetirementAccountType | null;
1496
+ custodianName: string | null;
1497
+ custodianAccountNumber: string | null;
1498
+ custodianRepresentativeName: string | null;
1499
+ custodianEmail: string | null;
1500
+ accredited: boolean;
1501
+ __entity?: string | undefined;
1502
+ account?: {
1503
+ status: import("../../..").AccountStatus;
1504
+ id: string;
1505
+ createdAt: string | Date;
1506
+ updatedAt: string | Date;
1507
+ deletedAt: string | Date | null;
1508
+ name: string;
1509
+ managedBy: import("../../..").ManagedByType | null;
1510
+ platform: import("../../..").Platform;
1511
+ onboardingReviewerId: string | null;
1512
+ onboardingReviewAt: Date | null;
1513
+ allowPendingComplianceReview: boolean;
1514
+ __entity?: string | undefined;
1515
+ } | undefined;
1516
+ investorAccount?: {
1517
+ id: string;
1518
+ createdAt: string | Date;
1519
+ updatedAt: string | Date;
1520
+ deletedAt: string | Date | null;
1521
+ accountId: string;
1522
+ tid: string | null;
1523
+ investorAccountType: import("../../..").InvestorAccountType;
1524
+ regAQualified: boolean;
1525
+ regCfQualified: boolean;
1526
+ regDQualified: boolean;
1527
+ systemReviewLog: string | null;
1528
+ setupStatus: import("../../..").SetupStatusType;
1529
+ __entity?: string | undefined;
1530
+ email?: string | null | undefined;
1531
+ name?: string | null | undefined;
1532
+ account?: {
1533
+ status: import("../../..").AccountStatus;
1534
+ id: string;
1535
+ createdAt: string | Date;
1536
+ updatedAt: string | Date;
1537
+ deletedAt: string | Date | null;
1538
+ name: string;
1539
+ managedBy: import("../../..").ManagedByType | null;
1540
+ platform: import("../../..").Platform;
1541
+ onboardingReviewerId: string | null;
1542
+ onboardingReviewAt: Date | null;
1543
+ allowPendingComplianceReview: boolean;
1544
+ __entity?: string | undefined;
1545
+ } | undefined;
1546
+ individuals?: any[] | undefined;
1547
+ trades?: any[] | undefined;
1548
+ user?: {
1549
+ id: string;
1550
+ createdAt: string | Date;
1551
+ updatedAt: string | Date;
1552
+ deletedAt: string | Date | null;
1553
+ active: boolean;
1554
+ inviteId: string | null;
1555
+ accountId: string | null;
1556
+ roleId: string | null;
1557
+ userLoginId: string | null;
1558
+ locked: boolean;
1559
+ onboarding: string | null;
1560
+ userLogin: {
1561
+ id: string;
1562
+ createdAt: string | Date;
1563
+ updatedAt: string | Date;
1564
+ deletedAt: string | Date | null;
1565
+ firstName: string;
1566
+ lastName: string;
1567
+ email: string;
1568
+ provider: string;
1569
+ lastLoginAt: string | Date | null;
1570
+ loginCount: number;
1571
+ __entity?: string | undefined;
1572
+ };
1573
+ __entity?: string | undefined;
1574
+ account?: {
1575
+ status: import("../../..").AccountStatus;
1576
+ id: string;
1577
+ createdAt: string | Date;
1578
+ updatedAt: string | Date;
1579
+ deletedAt: string | Date | null;
1580
+ name: string;
1581
+ managedBy: import("../../..").ManagedByType | null;
1582
+ platform: import("../../..").Platform;
1583
+ onboardingReviewerId: string | null;
1584
+ onboardingReviewAt: Date | null;
1585
+ allowPendingComplianceReview: boolean;
1586
+ __entity?: string | undefined;
1587
+ } | undefined;
1588
+ } | null | undefined;
1589
+ legalEntities?: {
1590
+ id: string;
1591
+ createdAt: string | Date;
1592
+ updatedAt: string | Date;
1593
+ deletedAt: string | Date | null;
1594
+ accountId: string;
1595
+ name: string;
1596
+ state: string | null;
1597
+ thirdPartyId: string | null;
1598
+ kybStatus: import("../../..").KYBStatus;
1599
+ investorAccountId: string;
1600
+ sanctionsStatus: import("../../..").SanctionsStatus;
1601
+ setupStatus: import("../../..").SetupStatusType;
1602
+ __entity?: string | undefined;
1603
+ country?: string | null | undefined;
1604
+ kybs?: {
1605
+ id: string;
1606
+ createdAt: string | Date;
1607
+ updatedAt: string | Date;
1608
+ deletedAt: string | Date | null;
1609
+ platform: string;
1610
+ documentType: string;
1611
+ documentImage: string;
1612
+ reason: string | null;
1613
+ response: string | null;
1614
+ thirdPartyId: string;
1615
+ legalEntityId: string;
1616
+ kybStatus: import("../../..").KYBStatus;
1617
+ __entity?: string | undefined;
1618
+ }[] | undefined;
1619
+ phone?: string | null | undefined;
1620
+ city?: string | null | undefined;
1621
+ zip?: string | null | undefined;
1622
+ ein?: string | null | undefined;
1623
+ companyType?: string | null | undefined;
1624
+ streetAddress?: string | null | undefined;
1625
+ }[] | undefined;
1626
+ userId?: string | null | undefined;
1627
+ totalAmount?: number | undefined;
1628
+ statusCheck?: {
1629
+ entity?: {
1630
+ address?: boolean | undefined;
1631
+ information?: boolean | undefined;
1632
+ } | undefined;
1633
+ primary?: {
1634
+ account?: boolean | undefined;
1635
+ personal?: boolean | undefined;
1636
+ residential?: boolean | undefined;
1637
+ identity?: boolean | undefined;
1638
+ financial?: boolean | undefined;
1639
+ investorQuestionnaire?: boolean | undefined;
1640
+ accreditation?: boolean | undefined;
1641
+ trustedContact?: boolean | undefined;
1642
+ retirement?: boolean | undefined;
1643
+ } | undefined;
1644
+ secondary?: {
1645
+ personal?: boolean | undefined;
1646
+ residential?: boolean | undefined;
1647
+ identity?: boolean | undefined;
1648
+ financial?: boolean | undefined;
1649
+ } | undefined;
1650
+ } | undefined;
1651
+ trustedContacts?: {
1652
+ id: string;
1653
+ createdAt: string | Date;
1654
+ updatedAt: string | Date;
1655
+ deletedAt: string | Date | null;
1656
+ country: string | null;
1657
+ firstName: string | null;
1658
+ lastName: string | null;
1659
+ email: string | null;
1660
+ phone: {
1661
+ number: string;
1662
+ countryCallingCode: string;
1663
+ country: string;
1664
+ nationalNumber: string;
1665
+ formatNational: string;
1666
+ formatInternational: string;
1667
+ } | null;
1668
+ state: string | null;
1669
+ address: string | null;
1670
+ city: string | null;
1671
+ zip: string | null;
1672
+ address2: string | null;
1673
+ relationship: import("../../..").TrustedContactRelationship;
1674
+ __entity?: string | undefined;
1675
+ }[] | undefined;
1676
+ } | undefined;
1677
+ }>;
1678
+ 401: z.ZodObject<{
1679
+ status: z.ZodNumber;
1680
+ message: z.ZodString;
1681
+ errors: z.ZodArray<z.ZodString, "many">;
1682
+ }, "strip", z.ZodTypeAny, {
1683
+ message: string;
1684
+ status: number;
1685
+ errors: string[];
1686
+ }, {
1687
+ message: string;
1688
+ status: number;
1689
+ errors: string[];
1690
+ }>;
1691
+ 403: z.ZodObject<{
1692
+ status: z.ZodNumber;
1693
+ message: z.ZodString;
1694
+ errors: z.ZodArray<z.ZodString, "many">;
1695
+ }, "strip", z.ZodTypeAny, {
1696
+ message: string;
1697
+ status: number;
1698
+ errors: string[];
1699
+ }, {
1700
+ message: string;
1701
+ status: number;
1702
+ errors: string[];
1703
+ }>;
1704
+ 404: z.ZodObject<{
1705
+ status: z.ZodNumber;
1706
+ message: z.ZodString;
1707
+ errors: z.ZodArray<z.ZodString, "many">;
1708
+ }, "strip", z.ZodTypeAny, {
1709
+ message: string;
1710
+ status: number;
1711
+ errors: string[];
1712
+ }, {
1713
+ message: string;
1714
+ status: number;
1715
+ errors: string[];
1716
+ }>;
1717
+ };
1718
+ };
1719
+ updateIndividual: {
1720
+ method: "PATCH";
1721
+ metadata: {
1722
+ auth: boolean;
1723
+ };
1724
+ body: z.ZodIntersection<z.ZodObject<{
1725
+ lastName: z.ZodOptional<z.ZodString>;
1726
+ firstName: z.ZodOptional<z.ZodString>;
1727
+ kycFirstName: z.ZodOptional<z.ZodString>;
1728
+ kycLastName: z.ZodOptional<z.ZodString>;
1729
+ dob: z.ZodOptional<z.ZodDate>;
1730
+ currencyCode: z.ZodOptional<z.ZodString>;
1731
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
1732
+ isOk: () => boolean;
1733
+ isErr: () => boolean;
1734
+ value?: any;
1735
+ error?: any;
1736
+ } | import("neverthrow").Ok<null, never>, string | null>, {
1737
+ isOk: () => boolean;
1738
+ isErr: () => boolean;
1739
+ value?: any;
1740
+ error?: any;
1741
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
1742
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1743
+ ownership: z.ZodOptional<z.ZodNumber>;
1744
+ isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1745
+ citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
1746
+ ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
1747
+ kycDocumentType: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").KYCDocumentType>>;
1748
+ kycDocumentIssuer: z.ZodOptional<z.ZodString>;
1749
+ kycExpirationDate: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
1750
+ kycIssuerDate: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
1751
+ kycDocumentNumber: z.ZodOptional<z.ZodString>;
1752
+ householdNetWorth: z.ZodOptional<z.ZodNumber>;
1753
+ liquidNetWorth: z.ZodOptional<z.ZodNumber>;
1754
+ currentHouseholdIncome: z.ZodOptional<z.ZodNumber>;
1755
+ currentAnnualIncome: z.ZodOptional<z.ZodNumber>;
1756
+ investedInCrowdfunding: z.ZodOptional<z.ZodNumber>;
1757
+ setupStep: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").SetupStepType>>;
1758
+ employerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1759
+ sourceOfIncome: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").SourceOfIncome>>>;
1760
+ aicQuestionnaire: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1761
+ kycProvider: z.ZodOptional<z.ZodString>;
1762
+ aicAccreditationType: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").AicAccreditationType>>;
1763
+ accredited: z.ZodOptional<z.ZodBoolean>;
1764
+ retirementAccountType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").RetirementAccountType>>>;
1765
+ custodianName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1766
+ custodianAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1767
+ custodianRepresentativeName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1768
+ custodianEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1769
+ }, "strip", z.ZodTypeAny, {
1770
+ firstName?: string | undefined;
1771
+ lastName?: string | undefined;
1772
+ email?: string | undefined;
1773
+ phone?: any;
1774
+ kycFirstName?: string | undefined;
1775
+ kycLastName?: string | undefined;
1776
+ kycDocumentType?: import("../../..").KYCDocumentType | undefined;
1777
+ kycDocumentIssuer?: string | undefined;
1778
+ kycProvider?: string | undefined;
1779
+ currencyCode?: string | undefined;
1780
+ kycDocumentNumber?: string | undefined;
1781
+ kycIssuerDate?: string | undefined;
1782
+ kycExpirationDate?: string | undefined;
1783
+ liquidNetWorth?: number | undefined;
1784
+ aicAccreditationType?: import("../../..").AicAccreditationType | undefined;
1785
+ aicQuestionnaire?: string | undefined;
1786
+ dob?: Date | undefined;
1787
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
1788
+ citizenship?: string | undefined;
1789
+ ssn?: string | null | undefined;
1790
+ investedInCrowdfunding?: number | undefined;
1791
+ currentAnnualIncome?: number | undefined;
1792
+ currentHouseholdIncome?: number | undefined;
1793
+ householdNetWorth?: number | undefined;
1794
+ employerName?: string | null | undefined;
1795
+ setupStep?: import("../../..").SetupStepType | undefined;
1796
+ sourceOfIncome?: import("../../..").SourceOfIncome | null | undefined;
1797
+ ownership?: number | undefined;
1798
+ retirementAccountType?: import("../../..").RetirementAccountType | null | undefined;
1799
+ custodianName?: string | null | undefined;
1800
+ custodianAccountNumber?: string | null | undefined;
1801
+ custodianRepresentativeName?: string | null | undefined;
1802
+ custodianEmail?: string | null | undefined;
1803
+ accredited?: boolean | undefined;
1804
+ }, {
1805
+ firstName?: string | undefined;
1806
+ lastName?: string | undefined;
1807
+ email?: string | undefined;
1808
+ phone?: string | null | undefined;
1809
+ kycFirstName?: string | undefined;
1810
+ kycLastName?: string | undefined;
1811
+ kycDocumentType?: import("../../..").KYCDocumentType | undefined;
1812
+ kycDocumentIssuer?: string | undefined;
1813
+ kycProvider?: string | undefined;
1814
+ currencyCode?: string | undefined;
1815
+ kycDocumentNumber?: string | undefined;
1816
+ kycIssuerDate?: Date | undefined;
1817
+ kycExpirationDate?: Date | undefined;
1818
+ liquidNetWorth?: number | undefined;
1819
+ aicAccreditationType?: import("../../..").AicAccreditationType | undefined;
1820
+ aicQuestionnaire?: string | undefined;
1821
+ dob?: Date | undefined;
1822
+ isUsCitizenOrGreenCardHolder?: unknown;
1823
+ citizenship?: string | undefined;
1824
+ ssn?: string | null | undefined;
1825
+ investedInCrowdfunding?: number | undefined;
1826
+ currentAnnualIncome?: number | undefined;
1827
+ currentHouseholdIncome?: number | undefined;
1828
+ householdNetWorth?: number | undefined;
1829
+ employerName?: string | null | undefined;
1830
+ setupStep?: import("../../..").SetupStepType | undefined;
1831
+ sourceOfIncome?: import("../../..").SourceOfIncome | null | undefined;
1832
+ ownership?: number | undefined;
1833
+ retirementAccountType?: import("../../..").RetirementAccountType | null | undefined;
1834
+ custodianName?: string | null | undefined;
1835
+ custodianAccountNumber?: string | null | undefined;
1836
+ custodianRepresentativeName?: string | null | undefined;
1837
+ custodianEmail?: string | null | undefined;
1838
+ accredited?: boolean | undefined;
1839
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1840
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1841
+ address2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1842
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1843
+ }, "strip", z.ZodTypeAny, {
1844
+ address?: string | null | undefined;
1845
+ city?: string | null | undefined;
1846
+ address2?: string | null | undefined;
1847
+ }, {
1848
+ address?: string | null | undefined;
1849
+ city?: string | null | undefined;
1850
+ address2?: string | null | undefined;
1851
+ }>, z.ZodEffects<z.ZodObject<{
1852
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
1853
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1854
+ }, "strip", z.ZodTypeAny, {
1855
+ country?: string | null | undefined;
1856
+ state?: string | null | undefined;
1857
+ }, {
1858
+ country?: string | null | undefined;
1859
+ state?: string | null | undefined;
1860
+ }>, {
1861
+ country?: string | null | undefined;
1862
+ state?: string | null | undefined;
1863
+ }, {
1864
+ country?: string | null | undefined;
1865
+ state?: string | null | undefined;
1866
+ }>>, z.ZodEffects<z.ZodObject<{
1867
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
1868
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1869
+ }, "strip", z.ZodTypeAny, {
1870
+ country?: string | null | undefined;
1871
+ zip?: string | null | undefined;
1872
+ }, {
1873
+ country?: string | null | undefined;
1874
+ zip?: string | null | undefined;
1875
+ }>, {
1876
+ country?: string | null | undefined;
1877
+ zip?: string | null | undefined;
1878
+ }, {
1879
+ country?: string | null | undefined;
1880
+ zip?: string | null | undefined;
1881
+ }>>>;
1882
+ pathParams: z.ZodObject<{
1883
+ id: z.ZodEffects<z.ZodString, string, string>;
1884
+ }, "strip", z.ZodTypeAny, {
1885
+ id: string;
1886
+ }, {
1887
+ id: string;
1888
+ }>;
1889
+ summary: "Update individual";
1890
+ path: "individuals/:id";
1891
+ responses: {
1892
+ 201: z.ZodObject<{
1893
+ id: z.ZodString;
1894
+ __entity: z.ZodOptional<z.ZodString>;
1895
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1896
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1897
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1898
+ } & {
1899
+ tid: z.ZodNullable<z.ZodString>;
1900
+ accountId: z.ZodString;
1901
+ account: z.ZodOptional<z.ZodLazy<z.ZodObject<{
1902
+ id: z.ZodString;
1903
+ __entity: z.ZodOptional<z.ZodString>;
1904
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1905
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1906
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1907
+ } & {
1908
+ name: z.ZodString;
1909
+ status: z.ZodNativeEnum<typeof import("../../..").AccountStatus>;
1910
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
1911
+ platform: z.ZodNativeEnum<typeof import("../../..").Platform>;
1912
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
1913
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1914
+ allowPendingComplianceReview: z.ZodBoolean;
1915
+ }, "strip", z.ZodTypeAny, {
1916
+ status: import("../../..").AccountStatus;
1917
+ id: string;
1918
+ createdAt: string | Date;
1919
+ updatedAt: string | Date;
1920
+ deletedAt: string | Date | null;
1921
+ name: string;
1922
+ managedBy: import("../../..").ManagedByType | null;
1923
+ platform: import("../../..").Platform;
1924
+ onboardingReviewerId: string | null;
1925
+ onboardingReviewAt: Date | null;
1926
+ allowPendingComplianceReview: boolean;
1927
+ __entity?: string | undefined;
1928
+ }, {
1929
+ status: import("../../..").AccountStatus;
1930
+ id: string;
1931
+ createdAt: string | Date;
1932
+ updatedAt: string | Date;
1933
+ deletedAt: string | Date | null;
1934
+ name: string;
1935
+ managedBy: import("../../..").ManagedByType | null;
1936
+ platform: import("../../..").Platform;
1937
+ onboardingReviewerId: string | null;
1938
+ onboardingReviewAt: Date | null;
1939
+ allowPendingComplianceReview: boolean;
1940
+ __entity?: string | undefined;
1941
+ }>>>;
1942
+ investorAccountId: z.ZodString;
1943
+ investorAccount: z.ZodOptional<z.ZodLazy<z.ZodObject<{
1944
+ id: z.ZodString;
1945
+ __entity: z.ZodOptional<z.ZodString>;
1946
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1947
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1948
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1949
+ } & {
1950
+ tid: z.ZodNullable<z.ZodString>;
1951
+ investorAccountType: z.ZodNativeEnum<typeof import("../../..").InvestorAccountType>;
1952
+ user: z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
1953
+ id: z.ZodString;
1954
+ __entity: z.ZodOptional<z.ZodString>;
1955
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1956
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1957
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1958
+ } & {
1959
+ userLoginId: z.ZodNullable<z.ZodString>;
1960
+ roleId: z.ZodNullable<z.ZodString>;
1961
+ inviteId: z.ZodNullable<z.ZodString>;
1962
+ accountId: z.ZodNullable<z.ZodString>;
1963
+ onboarding: z.ZodNullable<z.ZodString>;
1964
+ account: z.ZodOptional<z.ZodObject<{
1965
+ id: z.ZodString;
1966
+ __entity: z.ZodOptional<z.ZodString>;
1967
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1968
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1969
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1970
+ } & {
1971
+ name: z.ZodString;
1972
+ status: z.ZodNativeEnum<typeof import("../../..").AccountStatus>;
1973
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
1974
+ platform: z.ZodNativeEnum<typeof import("../../..").Platform>;
1975
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
1976
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1977
+ allowPendingComplianceReview: z.ZodBoolean;
1978
+ }, "strip", z.ZodTypeAny, {
1979
+ status: import("../../..").AccountStatus;
1980
+ id: string;
1981
+ createdAt: string | Date;
1982
+ updatedAt: string | Date;
1983
+ deletedAt: string | Date | null;
1984
+ name: string;
1985
+ managedBy: import("../../..").ManagedByType | null;
1986
+ platform: import("../../..").Platform;
1987
+ onboardingReviewerId: string | null;
1988
+ onboardingReviewAt: Date | null;
1989
+ allowPendingComplianceReview: boolean;
1990
+ __entity?: string | undefined;
1991
+ }, {
1992
+ status: import("../../..").AccountStatus;
1993
+ id: string;
1994
+ createdAt: string | Date;
1995
+ updatedAt: string | Date;
1996
+ deletedAt: string | Date | null;
1997
+ name: string;
1998
+ managedBy: import("../../..").ManagedByType | null;
1999
+ platform: import("../../..").Platform;
2000
+ onboardingReviewerId: string | null;
2001
+ onboardingReviewAt: Date | null;
2002
+ allowPendingComplianceReview: boolean;
2003
+ __entity?: string | undefined;
2004
+ }>>;
2005
+ active: z.ZodBoolean;
2006
+ locked: z.ZodBoolean;
2007
+ userLogin: z.ZodObject<{
2008
+ id: z.ZodString;
2009
+ __entity: z.ZodOptional<z.ZodString>;
2010
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2011
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2012
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2013
+ } & {
2014
+ firstName: z.ZodString;
2015
+ lastName: z.ZodString;
2016
+ email: z.ZodString;
2017
+ provider: z.ZodString;
2018
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2019
+ loginCount: z.ZodNumber;
2020
+ }, "strip", z.ZodTypeAny, {
2021
+ id: string;
2022
+ createdAt: string | Date;
2023
+ updatedAt: string | Date;
2024
+ deletedAt: string | Date | null;
2025
+ firstName: string;
2026
+ lastName: string;
2027
+ email: string;
2028
+ provider: string;
2029
+ lastLoginAt: string | Date | null;
2030
+ loginCount: number;
2031
+ __entity?: string | undefined;
2032
+ }, {
2033
+ id: string;
2034
+ createdAt: string | Date;
2035
+ updatedAt: string | Date;
2036
+ deletedAt: string | Date | null;
2037
+ firstName: string;
2038
+ lastName: string;
2039
+ email: string;
2040
+ provider: string;
2041
+ lastLoginAt: string | Date | null;
2042
+ loginCount: number;
2043
+ __entity?: string | undefined;
2044
+ }>;
2045
+ }, "strip", z.ZodTypeAny, {
2046
+ id: string;
2047
+ createdAt: string | Date;
2048
+ updatedAt: string | Date;
2049
+ deletedAt: string | Date | null;
2050
+ active: boolean;
2051
+ inviteId: string | null;
2052
+ accountId: string | null;
2053
+ roleId: string | null;
2054
+ userLoginId: string | null;
2055
+ locked: boolean;
2056
+ onboarding: string | null;
2057
+ userLogin: {
2058
+ id: string;
2059
+ createdAt: string | Date;
2060
+ updatedAt: string | Date;
2061
+ deletedAt: string | Date | null;
2062
+ firstName: string;
2063
+ lastName: string;
2064
+ email: string;
2065
+ provider: string;
2066
+ lastLoginAt: string | Date | null;
2067
+ loginCount: number;
2068
+ __entity?: string | undefined;
2069
+ };
2070
+ __entity?: string | undefined;
2071
+ account?: {
2072
+ status: import("../../..").AccountStatus;
2073
+ id: string;
2074
+ createdAt: string | Date;
2075
+ updatedAt: string | Date;
2076
+ deletedAt: string | Date | null;
2077
+ name: string;
2078
+ managedBy: import("../../..").ManagedByType | null;
2079
+ platform: import("../../..").Platform;
2080
+ onboardingReviewerId: string | null;
2081
+ onboardingReviewAt: Date | null;
2082
+ allowPendingComplianceReview: boolean;
2083
+ __entity?: string | undefined;
2084
+ } | undefined;
2085
+ }, {
2086
+ id: string;
2087
+ createdAt: string | Date;
2088
+ updatedAt: string | Date;
2089
+ deletedAt: string | Date | null;
2090
+ active: boolean;
2091
+ inviteId: string | null;
2092
+ accountId: string | null;
2093
+ roleId: string | null;
2094
+ userLoginId: string | null;
2095
+ locked: boolean;
2096
+ onboarding: string | null;
2097
+ userLogin: {
2098
+ id: string;
2099
+ createdAt: string | Date;
2100
+ updatedAt: string | Date;
2101
+ deletedAt: string | Date | null;
2102
+ firstName: string;
2103
+ lastName: string;
2104
+ email: string;
2105
+ provider: string;
2106
+ lastLoginAt: string | Date | null;
2107
+ loginCount: number;
2108
+ __entity?: string | undefined;
2109
+ };
2110
+ __entity?: string | undefined;
2111
+ account?: {
2112
+ status: import("../../..").AccountStatus;
2113
+ id: string;
2114
+ createdAt: string | Date;
2115
+ updatedAt: string | Date;
2116
+ deletedAt: string | Date | null;
2117
+ name: string;
2118
+ managedBy: import("../../..").ManagedByType | null;
2119
+ platform: import("../../..").Platform;
2120
+ onboardingReviewerId: string | null;
2121
+ onboardingReviewAt: Date | null;
2122
+ allowPendingComplianceReview: boolean;
2123
+ __entity?: string | undefined;
2124
+ } | undefined;
2125
+ }>>>>;
2126
+ userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2127
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2128
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2129
+ regAQualified: z.ZodBoolean;
2130
+ regCfQualified: z.ZodBoolean;
2131
+ regDQualified: z.ZodBoolean;
2132
+ accountId: z.ZodString;
2133
+ account: z.ZodOptional<z.ZodLazy<z.ZodObject<{
2134
+ id: z.ZodString;
2135
+ __entity: z.ZodOptional<z.ZodString>;
2136
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2137
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2138
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2139
+ } & {
2140
+ name: z.ZodString;
2141
+ status: z.ZodNativeEnum<typeof import("../../..").AccountStatus>;
2142
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
2143
+ platform: z.ZodNativeEnum<typeof import("../../..").Platform>;
2144
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2145
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2146
+ allowPendingComplianceReview: z.ZodBoolean;
2147
+ }, "strip", z.ZodTypeAny, {
2148
+ status: import("../../..").AccountStatus;
2149
+ id: string;
2150
+ createdAt: string | Date;
2151
+ updatedAt: string | Date;
2152
+ deletedAt: string | Date | null;
2153
+ name: string;
2154
+ managedBy: import("../../..").ManagedByType | null;
2155
+ platform: import("../../..").Platform;
2156
+ onboardingReviewerId: string | null;
2157
+ onboardingReviewAt: Date | null;
2158
+ allowPendingComplianceReview: boolean;
2159
+ __entity?: string | undefined;
2160
+ }, {
2161
+ status: import("../../..").AccountStatus;
2162
+ id: string;
2163
+ createdAt: string | Date;
2164
+ updatedAt: string | Date;
2165
+ deletedAt: string | Date | null;
2166
+ name: string;
2167
+ managedBy: import("../../..").ManagedByType | null;
2168
+ platform: import("../../..").Platform;
2169
+ onboardingReviewerId: string | null;
2170
+ onboardingReviewAt: Date | null;
2171
+ allowPendingComplianceReview: boolean;
2172
+ __entity?: string | undefined;
2173
+ }>>>;
2174
+ trades: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
2175
+ individuals: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
2176
+ legalEntities: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
2177
+ id: z.ZodString;
2178
+ __entity: z.ZodOptional<z.ZodString>;
2179
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2180
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2181
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2182
+ } & {
2183
+ thirdPartyId: z.ZodNullable<z.ZodString>;
2184
+ accountId: z.ZodString;
2185
+ investorAccountId: z.ZodString;
2186
+ kybStatus: z.ZodLazy<z.ZodNativeEnum<typeof import("../../..").KYBStatus>>;
2187
+ sanctionsStatus: z.ZodLazy<z.ZodNativeEnum<typeof import("../../..").SanctionsStatus>>;
2188
+ kybs: z.ZodOptional<z.ZodArray<z.ZodObject<{
2189
+ id: z.ZodString;
2190
+ __entity: z.ZodOptional<z.ZodString>;
2191
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2192
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2193
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2194
+ } & {
2195
+ thirdPartyId: z.ZodString;
2196
+ platform: z.ZodString;
2197
+ legalEntityId: z.ZodString;
2198
+ documentType: z.ZodString;
2199
+ documentImage: z.ZodString;
2200
+ kybStatus: z.ZodNativeEnum<typeof import("../../..").KYBStatus>;
2201
+ reason: z.ZodNullable<z.ZodString>;
2202
+ response: z.ZodNullable<z.ZodString>;
2203
+ }, "strip", z.ZodTypeAny, {
2204
+ id: string;
2205
+ createdAt: string | Date;
2206
+ updatedAt: string | Date;
2207
+ deletedAt: string | Date | null;
2208
+ platform: string;
2209
+ documentType: string;
2210
+ documentImage: string;
2211
+ reason: string | null;
2212
+ response: string | null;
2213
+ thirdPartyId: string;
2214
+ legalEntityId: string;
2215
+ kybStatus: import("../../..").KYBStatus;
2216
+ __entity?: string | undefined;
2217
+ }, {
2218
+ id: string;
2219
+ createdAt: string | Date;
2220
+ updatedAt: string | Date;
2221
+ deletedAt: string | Date | null;
2222
+ platform: string;
2223
+ documentType: string;
2224
+ documentImage: string;
2225
+ reason: string | null;
2226
+ response: string | null;
2227
+ thirdPartyId: string;
2228
+ legalEntityId: string;
2229
+ kybStatus: import("../../..").KYBStatus;
2230
+ __entity?: string | undefined;
2231
+ }>, "many">>;
2232
+ name: z.ZodString;
2233
+ ein: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2234
+ companyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2235
+ streetAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2236
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2237
+ state: z.ZodNullable<z.ZodString>;
2238
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2239
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2240
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2241
+ setupStatus: z.ZodNativeEnum<typeof import("../../..").SetupStatusType>;
2242
+ }, "strip", z.ZodTypeAny, {
2243
+ id: string;
2244
+ createdAt: string | Date;
2245
+ updatedAt: string | Date;
2246
+ deletedAt: string | Date | null;
2247
+ accountId: string;
2248
+ name: string;
2249
+ state: string | null;
2250
+ thirdPartyId: string | null;
2251
+ kybStatus: import("../../..").KYBStatus;
2252
+ investorAccountId: string;
2253
+ sanctionsStatus: import("../../..").SanctionsStatus;
2254
+ setupStatus: import("../../..").SetupStatusType;
2255
+ __entity?: string | undefined;
2256
+ country?: string | null | undefined;
2257
+ kybs?: {
2258
+ id: string;
2259
+ createdAt: string | Date;
2260
+ updatedAt: string | Date;
2261
+ deletedAt: string | Date | null;
2262
+ platform: string;
2263
+ documentType: string;
2264
+ documentImage: string;
2265
+ reason: string | null;
2266
+ response: string | null;
2267
+ thirdPartyId: string;
2268
+ legalEntityId: string;
2269
+ kybStatus: import("../../..").KYBStatus;
2270
+ __entity?: string | undefined;
2271
+ }[] | undefined;
2272
+ phone?: string | null | undefined;
2273
+ city?: string | null | undefined;
2274
+ zip?: string | null | undefined;
2275
+ ein?: string | null | undefined;
2276
+ companyType?: string | null | undefined;
2277
+ streetAddress?: string | null | undefined;
2278
+ }, {
2279
+ id: string;
2280
+ createdAt: string | Date;
2281
+ updatedAt: string | Date;
2282
+ deletedAt: string | Date | null;
2283
+ accountId: string;
2284
+ name: string;
2285
+ state: string | null;
2286
+ thirdPartyId: string | null;
2287
+ kybStatus: import("../../..").KYBStatus;
2288
+ investorAccountId: string;
2289
+ sanctionsStatus: import("../../..").SanctionsStatus;
2290
+ setupStatus: import("../../..").SetupStatusType;
2291
+ __entity?: string | undefined;
2292
+ country?: string | null | undefined;
2293
+ kybs?: {
2294
+ id: string;
2295
+ createdAt: string | Date;
2296
+ updatedAt: string | Date;
2297
+ deletedAt: string | Date | null;
2298
+ platform: string;
2299
+ documentType: string;
2300
+ documentImage: string;
2301
+ reason: string | null;
2302
+ response: string | null;
2303
+ thirdPartyId: string;
2304
+ legalEntityId: string;
2305
+ kybStatus: import("../../..").KYBStatus;
2306
+ __entity?: string | undefined;
2307
+ }[] | undefined;
2308
+ phone?: string | null | undefined;
2309
+ city?: string | null | undefined;
2310
+ zip?: string | null | undefined;
2311
+ ein?: string | null | undefined;
2312
+ companyType?: string | null | undefined;
2313
+ streetAddress?: string | null | undefined;
2314
+ }>>, "many">>;
2315
+ setupStatus: z.ZodNativeEnum<typeof import("../../..").SetupStatusType>;
2316
+ systemReviewLog: z.ZodNullable<z.ZodString>;
2317
+ totalAmount: z.ZodOptional<z.ZodNumber>;
2318
+ statusCheck: z.ZodOptional<z.ZodLazy<z.ZodObject<{
2319
+ entity: z.ZodOptional<z.ZodObject<{
2320
+ information: z.ZodDefault<z.ZodBoolean>;
2321
+ address: z.ZodDefault<z.ZodBoolean>;
2322
+ }, "strip", z.ZodTypeAny, {
2323
+ address: boolean;
2324
+ information: boolean;
2325
+ }, {
2326
+ address?: boolean | undefined;
2327
+ information?: boolean | undefined;
2328
+ }>>;
2329
+ primary: z.ZodOptional<z.ZodObject<{
2330
+ account: z.ZodDefault<z.ZodBoolean>;
2331
+ personal: z.ZodDefault<z.ZodBoolean>;
2332
+ residential: z.ZodDefault<z.ZodBoolean>;
2333
+ identity: z.ZodDefault<z.ZodBoolean>;
2334
+ financial: z.ZodDefault<z.ZodBoolean>;
2335
+ investorQuestionnaire: z.ZodDefault<z.ZodBoolean>;
2336
+ accreditation: z.ZodDefault<z.ZodBoolean>;
2337
+ trustedContact: z.ZodDefault<z.ZodBoolean>;
2338
+ retirement: z.ZodOptional<z.ZodBoolean>;
2339
+ }, "strip", z.ZodTypeAny, {
2340
+ account: boolean;
2341
+ personal: boolean;
2342
+ residential: boolean;
2343
+ identity: boolean;
2344
+ financial: boolean;
2345
+ investorQuestionnaire: boolean;
2346
+ accreditation: boolean;
2347
+ trustedContact: boolean;
2348
+ retirement?: boolean | undefined;
2349
+ }, {
2350
+ account?: boolean | undefined;
2351
+ personal?: boolean | undefined;
2352
+ residential?: boolean | undefined;
2353
+ identity?: boolean | undefined;
2354
+ financial?: boolean | undefined;
2355
+ investorQuestionnaire?: boolean | undefined;
2356
+ accreditation?: boolean | undefined;
2357
+ trustedContact?: boolean | undefined;
2358
+ retirement?: boolean | undefined;
2359
+ }>>;
2360
+ secondary: z.ZodOptional<z.ZodObject<{
2361
+ personal: z.ZodDefault<z.ZodBoolean>;
2362
+ residential: z.ZodDefault<z.ZodBoolean>;
2363
+ identity: z.ZodDefault<z.ZodBoolean>;
2364
+ financial: z.ZodDefault<z.ZodBoolean>;
2365
+ }, "strip", z.ZodTypeAny, {
2366
+ personal: boolean;
2367
+ residential: boolean;
2368
+ identity: boolean;
2369
+ financial: boolean;
2370
+ }, {
2371
+ personal?: boolean | undefined;
2372
+ residential?: boolean | undefined;
2373
+ identity?: boolean | undefined;
2374
+ financial?: boolean | undefined;
2375
+ }>>;
2376
+ }, "strip", z.ZodTypeAny, {
2377
+ entity?: {
2378
+ address: boolean;
2379
+ information: boolean;
2380
+ } | undefined;
2381
+ primary?: {
2382
+ account: boolean;
2383
+ personal: boolean;
2384
+ residential: boolean;
2385
+ identity: boolean;
2386
+ financial: boolean;
2387
+ investorQuestionnaire: boolean;
2388
+ accreditation: boolean;
2389
+ trustedContact: boolean;
2390
+ retirement?: boolean | undefined;
2391
+ } | undefined;
2392
+ secondary?: {
2393
+ personal: boolean;
2394
+ residential: boolean;
2395
+ identity: boolean;
2396
+ financial: boolean;
2397
+ } | undefined;
2398
+ }, {
2399
+ entity?: {
2400
+ address?: boolean | undefined;
2401
+ information?: boolean | undefined;
2402
+ } | undefined;
2403
+ primary?: {
2404
+ account?: boolean | undefined;
2405
+ personal?: boolean | undefined;
2406
+ residential?: boolean | undefined;
2407
+ identity?: boolean | undefined;
2408
+ financial?: boolean | undefined;
2409
+ investorQuestionnaire?: boolean | undefined;
2410
+ accreditation?: boolean | undefined;
2411
+ trustedContact?: boolean | undefined;
2412
+ retirement?: boolean | undefined;
2413
+ } | undefined;
2414
+ secondary?: {
2415
+ personal?: boolean | undefined;
2416
+ residential?: boolean | undefined;
2417
+ identity?: boolean | undefined;
2418
+ financial?: boolean | undefined;
2419
+ } | undefined;
2420
+ }>>>;
2421
+ trustedContacts: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
2422
+ id: z.ZodString;
2423
+ __entity: z.ZodOptional<z.ZodString>;
2424
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2425
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2426
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2427
+ } & {
2428
+ firstName: z.ZodNullable<z.ZodString>;
2429
+ lastName: z.ZodNullable<z.ZodString>;
2430
+ email: z.ZodNullable<z.ZodString>;
2431
+ phone: z.ZodNullable<z.ZodObject<{
2432
+ countryCallingCode: z.ZodString;
2433
+ country: z.ZodString;
2434
+ nationalNumber: z.ZodString;
2435
+ number: z.ZodString;
2436
+ formatNational: z.ZodString;
2437
+ formatInternational: z.ZodString;
2438
+ }, "strip", z.ZodTypeAny, {
2439
+ number: string;
2440
+ countryCallingCode: string;
2441
+ country: string;
2442
+ nationalNumber: string;
2443
+ formatNational: string;
2444
+ formatInternational: string;
2445
+ }, {
2446
+ number: string;
2447
+ countryCallingCode: string;
2448
+ country: string;
2449
+ nationalNumber: string;
2450
+ formatNational: string;
2451
+ formatInternational: string;
2452
+ }>>;
2453
+ address: z.ZodNullable<z.ZodString>;
2454
+ address2: z.ZodNullable<z.ZodString>;
2455
+ city: z.ZodNullable<z.ZodString>;
2456
+ state: z.ZodNullable<z.ZodString>;
2457
+ zip: z.ZodNullable<z.ZodString>;
2458
+ country: z.ZodNullable<z.ZodString>;
2459
+ relationship: z.ZodNativeEnum<typeof import("../../..").TrustedContactRelationship>;
2460
+ }, "strip", z.ZodTypeAny, {
2461
+ id: string;
2462
+ createdAt: string | Date;
2463
+ updatedAt: string | Date;
2464
+ deletedAt: string | Date | null;
2465
+ country: string | null;
2466
+ firstName: string | null;
2467
+ lastName: string | null;
2468
+ email: string | null;
2469
+ phone: {
2470
+ number: string;
2471
+ countryCallingCode: string;
2472
+ country: string;
2473
+ nationalNumber: string;
2474
+ formatNational: string;
2475
+ formatInternational: string;
2476
+ } | null;
2477
+ state: string | null;
2478
+ address: string | null;
2479
+ city: string | null;
2480
+ zip: string | null;
2481
+ address2: string | null;
2482
+ relationship: import("../../..").TrustedContactRelationship;
2483
+ __entity?: string | undefined;
2484
+ }, {
2485
+ id: string;
2486
+ createdAt: string | Date;
2487
+ updatedAt: string | Date;
2488
+ deletedAt: string | Date | null;
2489
+ country: string | null;
2490
+ firstName: string | null;
2491
+ lastName: string | null;
2492
+ email: string | null;
2493
+ phone: {
2494
+ number: string;
2495
+ countryCallingCode: string;
2496
+ country: string;
2497
+ nationalNumber: string;
2498
+ formatNational: string;
2499
+ formatInternational: string;
2500
+ } | null;
2501
+ state: string | null;
2502
+ address: string | null;
2503
+ city: string | null;
2504
+ zip: string | null;
2505
+ address2: string | null;
2506
+ relationship: import("../../..").TrustedContactRelationship;
2507
+ __entity?: string | undefined;
2508
+ }>>, "many">>;
2509
+ }, "strip", z.ZodTypeAny, {
2510
+ id: string;
2511
+ createdAt: string | Date;
2512
+ updatedAt: string | Date;
2513
+ deletedAt: string | Date | null;
2514
+ accountId: string;
2515
+ tid: string | null;
2516
+ investorAccountType: import("../../..").InvestorAccountType;
2517
+ regAQualified: boolean;
2518
+ regCfQualified: boolean;
2519
+ regDQualified: boolean;
2520
+ systemReviewLog: string | null;
2521
+ setupStatus: import("../../..").SetupStatusType;
2522
+ __entity?: string | undefined;
2523
+ email?: string | null | undefined;
2524
+ name?: string | null | undefined;
2525
+ account?: {
2526
+ status: import("../../..").AccountStatus;
2527
+ id: string;
2528
+ createdAt: string | Date;
2529
+ updatedAt: string | Date;
2530
+ deletedAt: string | Date | null;
2531
+ name: string;
2532
+ managedBy: import("../../..").ManagedByType | null;
2533
+ platform: import("../../..").Platform;
2534
+ onboardingReviewerId: string | null;
2535
+ onboardingReviewAt: Date | null;
2536
+ allowPendingComplianceReview: boolean;
2537
+ __entity?: string | undefined;
2538
+ } | undefined;
2539
+ individuals?: any[] | undefined;
2540
+ trades?: any[] | undefined;
2541
+ user?: {
2542
+ id: string;
2543
+ createdAt: string | Date;
2544
+ updatedAt: string | Date;
2545
+ deletedAt: string | Date | null;
2546
+ active: boolean;
2547
+ inviteId: string | null;
2548
+ accountId: string | null;
2549
+ roleId: string | null;
2550
+ userLoginId: string | null;
2551
+ locked: boolean;
2552
+ onboarding: string | null;
2553
+ userLogin: {
2554
+ id: string;
2555
+ createdAt: string | Date;
2556
+ updatedAt: string | Date;
2557
+ deletedAt: string | Date | null;
2558
+ firstName: string;
2559
+ lastName: string;
2560
+ email: string;
2561
+ provider: string;
2562
+ lastLoginAt: string | Date | null;
2563
+ loginCount: number;
2564
+ __entity?: string | undefined;
2565
+ };
2566
+ __entity?: string | undefined;
2567
+ account?: {
2568
+ status: import("../../..").AccountStatus;
2569
+ id: string;
2570
+ createdAt: string | Date;
2571
+ updatedAt: string | Date;
2572
+ deletedAt: string | Date | null;
2573
+ name: string;
2574
+ managedBy: import("../../..").ManagedByType | null;
2575
+ platform: import("../../..").Platform;
2576
+ onboardingReviewerId: string | null;
2577
+ onboardingReviewAt: Date | null;
2578
+ allowPendingComplianceReview: boolean;
2579
+ __entity?: string | undefined;
2580
+ } | undefined;
2581
+ } | null | undefined;
2582
+ legalEntities?: {
2583
+ id: string;
2584
+ createdAt: string | Date;
2585
+ updatedAt: string | Date;
2586
+ deletedAt: string | Date | null;
2587
+ accountId: string;
2588
+ name: string;
2589
+ state: string | null;
2590
+ thirdPartyId: string | null;
2591
+ kybStatus: import("../../..").KYBStatus;
2592
+ investorAccountId: string;
2593
+ sanctionsStatus: import("../../..").SanctionsStatus;
2594
+ setupStatus: import("../../..").SetupStatusType;
2595
+ __entity?: string | undefined;
2596
+ country?: string | null | undefined;
2597
+ kybs?: {
2598
+ id: string;
2599
+ createdAt: string | Date;
2600
+ updatedAt: string | Date;
2601
+ deletedAt: string | Date | null;
2602
+ platform: string;
2603
+ documentType: string;
2604
+ documentImage: string;
2605
+ reason: string | null;
2606
+ response: string | null;
2607
+ thirdPartyId: string;
2608
+ legalEntityId: string;
2609
+ kybStatus: import("../../..").KYBStatus;
2610
+ __entity?: string | undefined;
2611
+ }[] | undefined;
2612
+ phone?: string | null | undefined;
2613
+ city?: string | null | undefined;
2614
+ zip?: string | null | undefined;
2615
+ ein?: string | null | undefined;
2616
+ companyType?: string | null | undefined;
2617
+ streetAddress?: string | null | undefined;
2618
+ }[] | undefined;
2619
+ userId?: string | null | undefined;
2620
+ totalAmount?: number | undefined;
2621
+ statusCheck?: {
2622
+ entity?: {
2623
+ address: boolean;
2624
+ information: boolean;
2625
+ } | undefined;
2626
+ primary?: {
2627
+ account: boolean;
2628
+ personal: boolean;
2629
+ residential: boolean;
2630
+ identity: boolean;
2631
+ financial: boolean;
2632
+ investorQuestionnaire: boolean;
2633
+ accreditation: boolean;
2634
+ trustedContact: boolean;
2635
+ retirement?: boolean | undefined;
2636
+ } | undefined;
2637
+ secondary?: {
2638
+ personal: boolean;
2639
+ residential: boolean;
2640
+ identity: boolean;
2641
+ financial: boolean;
2642
+ } | undefined;
2643
+ } | undefined;
2644
+ trustedContacts?: {
2645
+ id: string;
2646
+ createdAt: string | Date;
2647
+ updatedAt: string | Date;
2648
+ deletedAt: string | Date | null;
2649
+ country: string | null;
2650
+ firstName: string | null;
2651
+ lastName: string | null;
2652
+ email: string | null;
2653
+ phone: {
2654
+ number: string;
2655
+ countryCallingCode: string;
2656
+ country: string;
2657
+ nationalNumber: string;
2658
+ formatNational: string;
2659
+ formatInternational: string;
2660
+ } | null;
2661
+ state: string | null;
2662
+ address: string | null;
2663
+ city: string | null;
2664
+ zip: string | null;
2665
+ address2: string | null;
2666
+ relationship: import("../../..").TrustedContactRelationship;
2667
+ __entity?: string | undefined;
2668
+ }[] | undefined;
2669
+ }, {
2670
+ id: string;
2671
+ createdAt: string | Date;
2672
+ updatedAt: string | Date;
2673
+ deletedAt: string | Date | null;
2674
+ accountId: string;
2675
+ tid: string | null;
2676
+ investorAccountType: import("../../..").InvestorAccountType;
2677
+ regAQualified: boolean;
2678
+ regCfQualified: boolean;
2679
+ regDQualified: boolean;
2680
+ systemReviewLog: string | null;
2681
+ setupStatus: import("../../..").SetupStatusType;
2682
+ __entity?: string | undefined;
2683
+ email?: string | null | undefined;
2684
+ name?: string | null | undefined;
2685
+ account?: {
2686
+ status: import("../../..").AccountStatus;
2687
+ id: string;
2688
+ createdAt: string | Date;
2689
+ updatedAt: string | Date;
2690
+ deletedAt: string | Date | null;
2691
+ name: string;
2692
+ managedBy: import("../../..").ManagedByType | null;
2693
+ platform: import("../../..").Platform;
2694
+ onboardingReviewerId: string | null;
2695
+ onboardingReviewAt: Date | null;
2696
+ allowPendingComplianceReview: boolean;
2697
+ __entity?: string | undefined;
2698
+ } | undefined;
2699
+ individuals?: any[] | undefined;
2700
+ trades?: any[] | undefined;
2701
+ user?: {
2702
+ id: string;
2703
+ createdAt: string | Date;
2704
+ updatedAt: string | Date;
2705
+ deletedAt: string | Date | null;
2706
+ active: boolean;
2707
+ inviteId: string | null;
2708
+ accountId: string | null;
2709
+ roleId: string | null;
2710
+ userLoginId: string | null;
2711
+ locked: boolean;
2712
+ onboarding: string | null;
2713
+ userLogin: {
2714
+ id: string;
2715
+ createdAt: string | Date;
2716
+ updatedAt: string | Date;
2717
+ deletedAt: string | Date | null;
2718
+ firstName: string;
2719
+ lastName: string;
2720
+ email: string;
2721
+ provider: string;
2722
+ lastLoginAt: string | Date | null;
2723
+ loginCount: number;
2724
+ __entity?: string | undefined;
2725
+ };
2726
+ __entity?: string | undefined;
2727
+ account?: {
2728
+ status: import("../../..").AccountStatus;
2729
+ id: string;
2730
+ createdAt: string | Date;
2731
+ updatedAt: string | Date;
2732
+ deletedAt: string | Date | null;
2733
+ name: string;
2734
+ managedBy: import("../../..").ManagedByType | null;
2735
+ platform: import("../../..").Platform;
2736
+ onboardingReviewerId: string | null;
2737
+ onboardingReviewAt: Date | null;
2738
+ allowPendingComplianceReview: boolean;
2739
+ __entity?: string | undefined;
2740
+ } | undefined;
2741
+ } | null | undefined;
2742
+ legalEntities?: {
2743
+ id: string;
2744
+ createdAt: string | Date;
2745
+ updatedAt: string | Date;
2746
+ deletedAt: string | Date | null;
2747
+ accountId: string;
2748
+ name: string;
2749
+ state: string | null;
2750
+ thirdPartyId: string | null;
2751
+ kybStatus: import("../../..").KYBStatus;
2752
+ investorAccountId: string;
2753
+ sanctionsStatus: import("../../..").SanctionsStatus;
2754
+ setupStatus: import("../../..").SetupStatusType;
2755
+ __entity?: string | undefined;
2756
+ country?: string | null | undefined;
2757
+ kybs?: {
2758
+ id: string;
2759
+ createdAt: string | Date;
2760
+ updatedAt: string | Date;
2761
+ deletedAt: string | Date | null;
2762
+ platform: string;
2763
+ documentType: string;
2764
+ documentImage: string;
2765
+ reason: string | null;
2766
+ response: string | null;
2767
+ thirdPartyId: string;
2768
+ legalEntityId: string;
2769
+ kybStatus: import("../../..").KYBStatus;
2770
+ __entity?: string | undefined;
2771
+ }[] | undefined;
2772
+ phone?: string | null | undefined;
2773
+ city?: string | null | undefined;
2774
+ zip?: string | null | undefined;
2775
+ ein?: string | null | undefined;
2776
+ companyType?: string | null | undefined;
2777
+ streetAddress?: string | null | undefined;
2778
+ }[] | undefined;
2779
+ userId?: string | null | undefined;
2780
+ totalAmount?: number | undefined;
2781
+ statusCheck?: {
2782
+ entity?: {
2783
+ address?: boolean | undefined;
2784
+ information?: boolean | undefined;
2785
+ } | undefined;
2786
+ primary?: {
2787
+ account?: boolean | undefined;
2788
+ personal?: boolean | undefined;
2789
+ residential?: boolean | undefined;
2790
+ identity?: boolean | undefined;
2791
+ financial?: boolean | undefined;
2792
+ investorQuestionnaire?: boolean | undefined;
2793
+ accreditation?: boolean | undefined;
2794
+ trustedContact?: boolean | undefined;
2795
+ retirement?: boolean | undefined;
2796
+ } | undefined;
2797
+ secondary?: {
2798
+ personal?: boolean | undefined;
2799
+ residential?: boolean | undefined;
2800
+ identity?: boolean | undefined;
2801
+ financial?: boolean | undefined;
2802
+ } | undefined;
2803
+ } | undefined;
2804
+ trustedContacts?: {
2805
+ id: string;
2806
+ createdAt: string | Date;
2807
+ updatedAt: string | Date;
2808
+ deletedAt: string | Date | null;
2809
+ country: string | null;
2810
+ firstName: string | null;
2811
+ lastName: string | null;
2812
+ email: string | null;
2813
+ phone: {
2814
+ number: string;
2815
+ countryCallingCode: string;
2816
+ country: string;
2817
+ nationalNumber: string;
2818
+ formatNational: string;
2819
+ formatInternational: string;
2820
+ } | null;
2821
+ state: string | null;
2822
+ address: string | null;
2823
+ city: string | null;
2824
+ zip: string | null;
2825
+ address2: string | null;
2826
+ relationship: import("../../..").TrustedContactRelationship;
2827
+ __entity?: string | undefined;
2828
+ }[] | undefined;
2829
+ }>>>;
2830
+ role: z.ZodNativeEnum<typeof import("../../..").IndividualRole>;
2831
+ firstName: z.ZodString;
2832
+ lastName: z.ZodNullable<z.ZodString>;
2833
+ dob: z.ZodNullable<z.ZodDate>;
2834
+ isUsCitizenOrGreenCardHolder: z.ZodBoolean;
2835
+ ssn: z.ZodNullable<z.ZodString>;
2836
+ lastFour: z.ZodNullable<z.ZodString>;
2837
+ address: z.ZodNullable<z.ZodString>;
2838
+ address2: z.ZodNullable<z.ZodString>;
2839
+ email: z.ZodNullable<z.ZodString>;
2840
+ phone: z.ZodNullable<z.ZodString>;
2841
+ city: z.ZodNullable<z.ZodString>;
2842
+ country: z.ZodNullable<z.ZodString>;
2843
+ citizenship: z.ZodNullable<z.ZodString>;
2844
+ state: z.ZodNullable<z.ZodString>;
2845
+ zip: z.ZodNullable<z.ZodString>;
2846
+ currencyCode: z.ZodNullable<z.ZodString>;
2847
+ financialAdvisor: z.ZodBoolean;
2848
+ occupation: z.ZodNullable<z.ZodString>;
2849
+ employmentStatus: z.ZodNativeEnum<typeof import("../../..").EmploymentStatus>;
2850
+ employerName: z.ZodNullable<z.ZodString>;
2851
+ employerAddressLine1: z.ZodNullable<z.ZodString>;
2852
+ employerAddressLine2: z.ZodNullable<z.ZodString>;
2853
+ employerCity: z.ZodNullable<z.ZodString>;
2854
+ employerState: z.ZodNullable<z.ZodString>;
2855
+ employerZip: z.ZodNullable<z.ZodString>;
2856
+ employerCountry: z.ZodNullable<z.ZodString>;
2857
+ kycDocumentType: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").KYCDocumentType>>;
2858
+ kycDocumentIssuer: z.ZodNullable<z.ZodString>;
2859
+ kycExpirationDate: z.ZodNullable<z.ZodString>;
2860
+ kycIssuerDate: z.ZodNullable<z.ZodString>;
2861
+ kycDocumentNumber: z.ZodNullable<z.ZodString>;
2862
+ kycFirstName: z.ZodNullable<z.ZodString>;
2863
+ kycLastName: z.ZodNullable<z.ZodString>;
2864
+ ownership: z.ZodNullable<z.ZodNumber>;
2865
+ householdNetWorth: z.ZodNullable<z.ZodNumber>;
2866
+ liquidNetWorth: z.ZodNullable<z.ZodNumber>;
2867
+ currentHouseholdIncome: z.ZodNullable<z.ZodNumber>;
2868
+ currentAnnualIncome: z.ZodNullable<z.ZodNumber>;
2869
+ investedInCrowdfunding: z.ZodNullable<z.ZodNumber>;
2870
+ setupStatus: z.ZodNativeEnum<typeof import("../../..").SetupStatusType>;
2871
+ setupStep: z.ZodNativeEnum<typeof import("../../..").SetupStepType>;
2872
+ sourceOfIncome: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").SourceOfIncome>>;
2873
+ aicQuestionnaire: z.ZodNullable<z.ZodString>;
2874
+ kycStatus: z.ZodNativeEnum<typeof import("../../..").KYCStatus>;
2875
+ kycProvider: z.ZodNullable<z.ZodString>;
2876
+ kycTid: z.ZodNullable<z.ZodString>;
2877
+ aicAccreditationType: z.ZodNativeEnum<typeof import("../../..").AicAccreditationType>;
2878
+ accredited: z.ZodBoolean;
2879
+ retirementAccountType: z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").RetirementAccountType>>;
2880
+ custodianName: z.ZodNullable<z.ZodString>;
2881
+ custodianAccountNumber: z.ZodNullable<z.ZodString>;
2882
+ custodianRepresentativeName: z.ZodNullable<z.ZodString>;
2883
+ custodianEmail: z.ZodNullable<z.ZodString>;
2884
+ }, "strip", z.ZodTypeAny, {
2885
+ id: string;
2886
+ createdAt: string | Date;
2887
+ updatedAt: string | Date;
2888
+ deletedAt: string | Date | null;
2889
+ country: string | null;
2890
+ firstName: string;
2891
+ lastName: string | null;
2892
+ email: string | null;
2893
+ accountId: string;
2894
+ role: import("../../..").IndividualRole;
2895
+ kycStatus: import("../../..").KYCStatus;
2896
+ tid: string | null;
2897
+ phone: string | null;
2898
+ state: string | null;
2899
+ address: string | null;
2900
+ city: string | null;
2901
+ kycFirstName: string | null;
2902
+ kycLastName: string | null;
2903
+ kycDocumentType: import("../../..").KYCDocumentType | null;
2904
+ kycDocumentIssuer: string | null;
2905
+ kycProvider: string | null;
2906
+ zip: string | null;
2907
+ address2: string | null;
2908
+ investorAccountId: string;
2909
+ currencyCode: string | null;
2910
+ setupStatus: import("../../..").SetupStatusType;
2911
+ kycDocumentNumber: string | null;
2912
+ kycIssuerDate: string | null;
2913
+ kycExpirationDate: string | null;
2914
+ liquidNetWorth: number | null;
2915
+ aicAccreditationType: import("../../..").AicAccreditationType;
2916
+ aicQuestionnaire: string | null;
2917
+ dob: Date | null;
2918
+ isUsCitizenOrGreenCardHolder: boolean;
2919
+ citizenship: string | null;
2920
+ ssn: string | null;
2921
+ lastFour: string | null;
2922
+ kycTid: string | null;
2923
+ investedInCrowdfunding: number | null;
2924
+ currentAnnualIncome: number | null;
2925
+ currentHouseholdIncome: number | null;
2926
+ householdNetWorth: number | null;
2927
+ financialAdvisor: boolean;
2928
+ occupation: string | null;
2929
+ employmentStatus: import("../../..").EmploymentStatus;
2930
+ employerName: string | null;
2931
+ employerAddressLine1: string | null;
2932
+ employerAddressLine2: string | null;
2933
+ employerCity: string | null;
2934
+ employerState: string | null;
2935
+ employerZip: string | null;
2936
+ employerCountry: string | null;
2937
+ setupStep: import("../../..").SetupStepType;
2938
+ sourceOfIncome: import("../../..").SourceOfIncome | null;
2939
+ ownership: number | null;
2940
+ retirementAccountType: import("../../..").RetirementAccountType | null;
2941
+ custodianName: string | null;
2942
+ custodianAccountNumber: string | null;
2943
+ custodianRepresentativeName: string | null;
2944
+ custodianEmail: string | null;
2945
+ accredited: boolean;
2946
+ __entity?: string | undefined;
2947
+ account?: {
2948
+ status: import("../../..").AccountStatus;
2949
+ id: string;
2950
+ createdAt: string | Date;
2951
+ updatedAt: string | Date;
2952
+ deletedAt: string | Date | null;
2953
+ name: string;
2954
+ managedBy: import("../../..").ManagedByType | null;
2955
+ platform: import("../../..").Platform;
2956
+ onboardingReviewerId: string | null;
2957
+ onboardingReviewAt: Date | null;
2958
+ allowPendingComplianceReview: boolean;
2959
+ __entity?: string | undefined;
2960
+ } | undefined;
2961
+ investorAccount?: {
2962
+ id: string;
2963
+ createdAt: string | Date;
2964
+ updatedAt: string | Date;
2965
+ deletedAt: string | Date | null;
2966
+ accountId: string;
2967
+ tid: string | null;
2968
+ investorAccountType: import("../../..").InvestorAccountType;
2969
+ regAQualified: boolean;
2970
+ regCfQualified: boolean;
2971
+ regDQualified: boolean;
2972
+ systemReviewLog: string | null;
2973
+ setupStatus: import("../../..").SetupStatusType;
2974
+ __entity?: string | undefined;
2975
+ email?: string | null | undefined;
2976
+ name?: string | null | undefined;
2977
+ account?: {
2978
+ status: import("../../..").AccountStatus;
2979
+ id: string;
2980
+ createdAt: string | Date;
2981
+ updatedAt: string | Date;
2982
+ deletedAt: string | Date | null;
2983
+ name: string;
2984
+ managedBy: import("../../..").ManagedByType | null;
2985
+ platform: import("../../..").Platform;
2986
+ onboardingReviewerId: string | null;
2987
+ onboardingReviewAt: Date | null;
2988
+ allowPendingComplianceReview: boolean;
2989
+ __entity?: string | undefined;
2990
+ } | undefined;
2991
+ individuals?: any[] | undefined;
2992
+ trades?: any[] | undefined;
2993
+ user?: {
2994
+ id: string;
2995
+ createdAt: string | Date;
2996
+ updatedAt: string | Date;
2997
+ deletedAt: string | Date | null;
2998
+ active: boolean;
2999
+ inviteId: string | null;
3000
+ accountId: string | null;
3001
+ roleId: string | null;
3002
+ userLoginId: string | null;
3003
+ locked: boolean;
3004
+ onboarding: string | null;
3005
+ userLogin: {
3006
+ id: string;
3007
+ createdAt: string | Date;
3008
+ updatedAt: string | Date;
3009
+ deletedAt: string | Date | null;
3010
+ firstName: string;
3011
+ lastName: string;
3012
+ email: string;
3013
+ provider: string;
3014
+ lastLoginAt: string | Date | null;
3015
+ loginCount: number;
3016
+ __entity?: string | undefined;
3017
+ };
3018
+ __entity?: string | undefined;
3019
+ account?: {
3020
+ status: import("../../..").AccountStatus;
3021
+ id: string;
3022
+ createdAt: string | Date;
3023
+ updatedAt: string | Date;
3024
+ deletedAt: string | Date | null;
3025
+ name: string;
3026
+ managedBy: import("../../..").ManagedByType | null;
3027
+ platform: import("../../..").Platform;
3028
+ onboardingReviewerId: string | null;
3029
+ onboardingReviewAt: Date | null;
3030
+ allowPendingComplianceReview: boolean;
3031
+ __entity?: string | undefined;
3032
+ } | undefined;
3033
+ } | null | undefined;
3034
+ legalEntities?: {
3035
+ id: string;
3036
+ createdAt: string | Date;
3037
+ updatedAt: string | Date;
3038
+ deletedAt: string | Date | null;
3039
+ accountId: string;
3040
+ name: string;
3041
+ state: string | null;
3042
+ thirdPartyId: string | null;
3043
+ kybStatus: import("../../..").KYBStatus;
3044
+ investorAccountId: string;
3045
+ sanctionsStatus: import("../../..").SanctionsStatus;
3046
+ setupStatus: import("../../..").SetupStatusType;
3047
+ __entity?: string | undefined;
3048
+ country?: string | null | undefined;
3049
+ kybs?: {
3050
+ id: string;
3051
+ createdAt: string | Date;
3052
+ updatedAt: string | Date;
3053
+ deletedAt: string | Date | null;
3054
+ platform: string;
3055
+ documentType: string;
3056
+ documentImage: string;
3057
+ reason: string | null;
3058
+ response: string | null;
3059
+ thirdPartyId: string;
3060
+ legalEntityId: string;
3061
+ kybStatus: import("../../..").KYBStatus;
3062
+ __entity?: string | undefined;
3063
+ }[] | undefined;
3064
+ phone?: string | null | undefined;
3065
+ city?: string | null | undefined;
3066
+ zip?: string | null | undefined;
3067
+ ein?: string | null | undefined;
3068
+ companyType?: string | null | undefined;
3069
+ streetAddress?: string | null | undefined;
3070
+ }[] | undefined;
3071
+ userId?: string | null | undefined;
3072
+ totalAmount?: number | undefined;
3073
+ statusCheck?: {
3074
+ entity?: {
3075
+ address: boolean;
3076
+ information: boolean;
3077
+ } | undefined;
3078
+ primary?: {
3079
+ account: boolean;
3080
+ personal: boolean;
3081
+ residential: boolean;
3082
+ identity: boolean;
3083
+ financial: boolean;
3084
+ investorQuestionnaire: boolean;
3085
+ accreditation: boolean;
3086
+ trustedContact: boolean;
3087
+ retirement?: boolean | undefined;
3088
+ } | undefined;
3089
+ secondary?: {
3090
+ personal: boolean;
3091
+ residential: boolean;
3092
+ identity: boolean;
3093
+ financial: boolean;
3094
+ } | undefined;
3095
+ } | undefined;
3096
+ trustedContacts?: {
3097
+ id: string;
3098
+ createdAt: string | Date;
3099
+ updatedAt: string | Date;
3100
+ deletedAt: string | Date | null;
3101
+ country: string | null;
3102
+ firstName: string | null;
3103
+ lastName: string | null;
3104
+ email: string | null;
3105
+ phone: {
3106
+ number: string;
3107
+ countryCallingCode: string;
3108
+ country: string;
3109
+ nationalNumber: string;
3110
+ formatNational: string;
3111
+ formatInternational: string;
3112
+ } | null;
3113
+ state: string | null;
3114
+ address: string | null;
3115
+ city: string | null;
3116
+ zip: string | null;
3117
+ address2: string | null;
3118
+ relationship: import("../../..").TrustedContactRelationship;
3119
+ __entity?: string | undefined;
3120
+ }[] | undefined;
3121
+ } | undefined;
3122
+ }, {
3123
+ id: string;
3124
+ createdAt: string | Date;
3125
+ updatedAt: string | Date;
3126
+ deletedAt: string | Date | null;
3127
+ country: string | null;
3128
+ firstName: string;
3129
+ lastName: string | null;
3130
+ email: string | null;
3131
+ accountId: string;
3132
+ role: import("../../..").IndividualRole;
3133
+ kycStatus: import("../../..").KYCStatus;
3134
+ tid: string | null;
3135
+ phone: string | null;
3136
+ state: string | null;
3137
+ address: string | null;
3138
+ city: string | null;
3139
+ kycFirstName: string | null;
3140
+ kycLastName: string | null;
3141
+ kycDocumentType: import("../../..").KYCDocumentType | null;
3142
+ kycDocumentIssuer: string | null;
3143
+ kycProvider: string | null;
3144
+ zip: string | null;
3145
+ address2: string | null;
3146
+ investorAccountId: string;
3147
+ currencyCode: string | null;
3148
+ setupStatus: import("../../..").SetupStatusType;
3149
+ kycDocumentNumber: string | null;
3150
+ kycIssuerDate: string | null;
3151
+ kycExpirationDate: string | null;
3152
+ liquidNetWorth: number | null;
3153
+ aicAccreditationType: import("../../..").AicAccreditationType;
3154
+ aicQuestionnaire: string | null;
3155
+ dob: Date | null;
3156
+ isUsCitizenOrGreenCardHolder: boolean;
3157
+ citizenship: string | null;
3158
+ ssn: string | null;
3159
+ lastFour: string | null;
3160
+ kycTid: string | null;
3161
+ investedInCrowdfunding: number | null;
3162
+ currentAnnualIncome: number | null;
3163
+ currentHouseholdIncome: number | null;
3164
+ householdNetWorth: number | null;
3165
+ financialAdvisor: boolean;
3166
+ occupation: string | null;
3167
+ employmentStatus: import("../../..").EmploymentStatus;
3168
+ employerName: string | null;
3169
+ employerAddressLine1: string | null;
3170
+ employerAddressLine2: string | null;
3171
+ employerCity: string | null;
3172
+ employerState: string | null;
3173
+ employerZip: string | null;
3174
+ employerCountry: string | null;
3175
+ setupStep: import("../../..").SetupStepType;
3176
+ sourceOfIncome: import("../../..").SourceOfIncome | null;
3177
+ ownership: number | null;
3178
+ retirementAccountType: import("../../..").RetirementAccountType | null;
3179
+ custodianName: string | null;
3180
+ custodianAccountNumber: string | null;
3181
+ custodianRepresentativeName: string | null;
3182
+ custodianEmail: string | null;
3183
+ accredited: boolean;
3184
+ __entity?: string | undefined;
3185
+ account?: {
3186
+ status: import("../../..").AccountStatus;
3187
+ id: string;
3188
+ createdAt: string | Date;
3189
+ updatedAt: string | Date;
3190
+ deletedAt: string | Date | null;
3191
+ name: string;
3192
+ managedBy: import("../../..").ManagedByType | null;
3193
+ platform: import("../../..").Platform;
3194
+ onboardingReviewerId: string | null;
3195
+ onboardingReviewAt: Date | null;
3196
+ allowPendingComplianceReview: boolean;
3197
+ __entity?: string | undefined;
3198
+ } | undefined;
3199
+ investorAccount?: {
3200
+ id: string;
3201
+ createdAt: string | Date;
3202
+ updatedAt: string | Date;
3203
+ deletedAt: string | Date | null;
3204
+ accountId: string;
3205
+ tid: string | null;
3206
+ investorAccountType: import("../../..").InvestorAccountType;
3207
+ regAQualified: boolean;
3208
+ regCfQualified: boolean;
3209
+ regDQualified: boolean;
3210
+ systemReviewLog: string | null;
3211
+ setupStatus: import("../../..").SetupStatusType;
3212
+ __entity?: string | undefined;
3213
+ email?: string | null | undefined;
3214
+ name?: string | null | undefined;
3215
+ account?: {
3216
+ status: import("../../..").AccountStatus;
3217
+ id: string;
3218
+ createdAt: string | Date;
3219
+ updatedAt: string | Date;
3220
+ deletedAt: string | Date | null;
3221
+ name: string;
3222
+ managedBy: import("../../..").ManagedByType | null;
3223
+ platform: import("../../..").Platform;
3224
+ onboardingReviewerId: string | null;
3225
+ onboardingReviewAt: Date | null;
3226
+ allowPendingComplianceReview: boolean;
3227
+ __entity?: string | undefined;
3228
+ } | undefined;
3229
+ individuals?: any[] | undefined;
3230
+ trades?: any[] | undefined;
3231
+ user?: {
3232
+ id: string;
3233
+ createdAt: string | Date;
3234
+ updatedAt: string | Date;
3235
+ deletedAt: string | Date | null;
3236
+ active: boolean;
3237
+ inviteId: string | null;
3238
+ accountId: string | null;
3239
+ roleId: string | null;
3240
+ userLoginId: string | null;
3241
+ locked: boolean;
3242
+ onboarding: string | null;
3243
+ userLogin: {
3244
+ id: string;
3245
+ createdAt: string | Date;
3246
+ updatedAt: string | Date;
3247
+ deletedAt: string | Date | null;
3248
+ firstName: string;
3249
+ lastName: string;
3250
+ email: string;
3251
+ provider: string;
3252
+ lastLoginAt: string | Date | null;
3253
+ loginCount: number;
3254
+ __entity?: string | undefined;
3255
+ };
3256
+ __entity?: string | undefined;
3257
+ account?: {
3258
+ status: import("../../..").AccountStatus;
3259
+ id: string;
3260
+ createdAt: string | Date;
3261
+ updatedAt: string | Date;
3262
+ deletedAt: string | Date | null;
3263
+ name: string;
3264
+ managedBy: import("../../..").ManagedByType | null;
3265
+ platform: import("../../..").Platform;
3266
+ onboardingReviewerId: string | null;
3267
+ onboardingReviewAt: Date | null;
3268
+ allowPendingComplianceReview: boolean;
3269
+ __entity?: string | undefined;
3270
+ } | undefined;
3271
+ } | null | undefined;
3272
+ legalEntities?: {
3273
+ id: string;
3274
+ createdAt: string | Date;
3275
+ updatedAt: string | Date;
3276
+ deletedAt: string | Date | null;
3277
+ accountId: string;
3278
+ name: string;
3279
+ state: string | null;
3280
+ thirdPartyId: string | null;
3281
+ kybStatus: import("../../..").KYBStatus;
3282
+ investorAccountId: string;
3283
+ sanctionsStatus: import("../../..").SanctionsStatus;
3284
+ setupStatus: import("../../..").SetupStatusType;
3285
+ __entity?: string | undefined;
3286
+ country?: string | null | undefined;
3287
+ kybs?: {
3288
+ id: string;
3289
+ createdAt: string | Date;
3290
+ updatedAt: string | Date;
3291
+ deletedAt: string | Date | null;
3292
+ platform: string;
3293
+ documentType: string;
3294
+ documentImage: string;
3295
+ reason: string | null;
3296
+ response: string | null;
3297
+ thirdPartyId: string;
3298
+ legalEntityId: string;
3299
+ kybStatus: import("../../..").KYBStatus;
3300
+ __entity?: string | undefined;
3301
+ }[] | undefined;
3302
+ phone?: string | null | undefined;
3303
+ city?: string | null | undefined;
3304
+ zip?: string | null | undefined;
3305
+ ein?: string | null | undefined;
3306
+ companyType?: string | null | undefined;
3307
+ streetAddress?: string | null | undefined;
3308
+ }[] | undefined;
3309
+ userId?: string | null | undefined;
3310
+ totalAmount?: number | undefined;
3311
+ statusCheck?: {
3312
+ entity?: {
3313
+ address?: boolean | undefined;
3314
+ information?: boolean | undefined;
3315
+ } | undefined;
3316
+ primary?: {
3317
+ account?: boolean | undefined;
3318
+ personal?: boolean | undefined;
3319
+ residential?: boolean | undefined;
3320
+ identity?: boolean | undefined;
3321
+ financial?: boolean | undefined;
3322
+ investorQuestionnaire?: boolean | undefined;
3323
+ accreditation?: boolean | undefined;
3324
+ trustedContact?: boolean | undefined;
3325
+ retirement?: boolean | undefined;
3326
+ } | undefined;
3327
+ secondary?: {
3328
+ personal?: boolean | undefined;
3329
+ residential?: boolean | undefined;
3330
+ identity?: boolean | undefined;
3331
+ financial?: boolean | undefined;
3332
+ } | undefined;
3333
+ } | undefined;
3334
+ trustedContacts?: {
3335
+ id: string;
3336
+ createdAt: string | Date;
3337
+ updatedAt: string | Date;
3338
+ deletedAt: string | Date | null;
3339
+ country: string | null;
3340
+ firstName: string | null;
3341
+ lastName: string | null;
3342
+ email: string | null;
3343
+ phone: {
3344
+ number: string;
3345
+ countryCallingCode: string;
3346
+ country: string;
3347
+ nationalNumber: string;
3348
+ formatNational: string;
3349
+ formatInternational: string;
3350
+ } | null;
3351
+ state: string | null;
3352
+ address: string | null;
3353
+ city: string | null;
3354
+ zip: string | null;
3355
+ address2: string | null;
3356
+ relationship: import("../../..").TrustedContactRelationship;
3357
+ __entity?: string | undefined;
3358
+ }[] | undefined;
3359
+ } | undefined;
3360
+ }>;
3361
+ 401: z.ZodObject<{
3362
+ status: z.ZodNumber;
3363
+ message: z.ZodString;
3364
+ errors: z.ZodArray<z.ZodString, "many">;
3365
+ }, "strip", z.ZodTypeAny, {
3366
+ message: string;
3367
+ status: number;
3368
+ errors: string[];
3369
+ }, {
3370
+ message: string;
3371
+ status: number;
3372
+ errors: string[];
3373
+ }>;
3374
+ 403: z.ZodObject<{
3375
+ status: z.ZodNumber;
3376
+ message: z.ZodString;
3377
+ errors: z.ZodArray<z.ZodString, "many">;
3378
+ }, "strip", z.ZodTypeAny, {
3379
+ message: string;
3380
+ status: number;
3381
+ errors: string[];
3382
+ }, {
3383
+ message: string;
3384
+ status: number;
3385
+ errors: string[];
3386
+ }>;
3387
+ 404: z.ZodObject<{
3388
+ status: z.ZodNumber;
3389
+ message: z.ZodString;
3390
+ errors: z.ZodArray<z.ZodString, "many">;
3391
+ }, "strip", z.ZodTypeAny, {
3392
+ message: string;
3393
+ status: number;
3394
+ errors: string[];
3395
+ }, {
3396
+ message: string;
3397
+ status: number;
3398
+ errors: string[];
3399
+ }>;
3400
+ };
3401
+ };
3402
+ getIndividual: {
3403
+ method: "GET";
3404
+ metadata: {
3405
+ auth: boolean;
3406
+ };
3407
+ pathParams: z.ZodObject<{
3408
+ id: z.ZodEffects<z.ZodString, string, string>;
3409
+ }, "strip", z.ZodTypeAny, {
3410
+ id: string;
3411
+ }, {
3412
+ id: string;
3413
+ }>;
3414
+ query: z.ZodObject<{
3415
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
3416
+ }, "strip", z.ZodTypeAny, {
3417
+ include: string[];
3418
+ }, {
3419
+ include?: string | undefined;
3420
+ }>;
3421
+ summary: "Get individual by id";
3422
+ path: "individuals/:id";
3423
+ responses: {
3424
+ 200: any;
3425
+ 401: z.ZodObject<{
3426
+ status: z.ZodNumber;
3427
+ message: z.ZodString;
3428
+ errors: z.ZodArray<z.ZodString, "many">;
3429
+ }, "strip", z.ZodTypeAny, {
3430
+ message: string;
3431
+ status: number;
3432
+ errors: string[];
3433
+ }, {
3434
+ message: string;
3435
+ status: number;
3436
+ errors: string[];
3437
+ }>;
3438
+ 403: z.ZodObject<{
3439
+ status: z.ZodNumber;
3440
+ message: z.ZodString;
3441
+ errors: z.ZodArray<z.ZodString, "many">;
3442
+ }, "strip", z.ZodTypeAny, {
3443
+ message: string;
3444
+ status: number;
3445
+ errors: string[];
3446
+ }, {
3447
+ message: string;
3448
+ status: number;
3449
+ errors: string[];
3450
+ }>;
3451
+ 404: z.ZodObject<{
3452
+ status: z.ZodNumber;
3453
+ message: z.ZodString;
3454
+ errors: z.ZodArray<z.ZodString, "many">;
3455
+ }, "strip", z.ZodTypeAny, {
3456
+ message: string;
3457
+ status: number;
3458
+ errors: string[];
3459
+ }, {
3460
+ message: string;
3461
+ status: number;
3462
+ errors: string[];
3463
+ }>;
3464
+ };
3465
+ };
3466
+ getIndividuals: {
3467
+ method: "GET";
3468
+ metadata: {
3469
+ auth: boolean;
3470
+ };
3471
+ query: z.ZodObject<{
3472
+ page: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
3473
+ limit: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
3474
+ } & {
3475
+ kycStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").KYCStatus>>;
3476
+ amlStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").AMLStatus>>;
3477
+ aicStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").AicStatus>>;
3478
+ accountId: z.ZodOptional<z.ZodString>;
3479
+ search: z.ZodOptional<z.ZodString>;
3480
+ investorAccountType: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").InvestorAccountType>>;
3481
+ } & {
3482
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
3483
+ }, "strip", z.ZodTypeAny, {
3484
+ page: number;
3485
+ limit: number;
3486
+ include: string[];
3487
+ accountId?: string | undefined;
3488
+ kycStatus?: import("../../..").KYCStatus | undefined;
3489
+ amlStatus?: import("../../..").AMLStatus | undefined;
3490
+ aicStatus?: import("../../..").AicStatus | undefined;
3491
+ search?: string | undefined;
3492
+ investorAccountType?: import("../../..").InvestorAccountType | undefined;
3493
+ }, {
3494
+ accountId?: string | undefined;
3495
+ page?: number | undefined;
3496
+ limit?: number | undefined;
3497
+ kycStatus?: import("../../..").KYCStatus | undefined;
3498
+ amlStatus?: import("../../..").AMLStatus | undefined;
3499
+ aicStatus?: import("../../..").AicStatus | undefined;
3500
+ search?: string | undefined;
3501
+ include?: string | undefined;
3502
+ investorAccountType?: import("../../..").InvestorAccountType | undefined;
3503
+ }>;
3504
+ summary: "Get individuals";
3505
+ path: "individuals";
3506
+ responses: {
3507
+ 200: z.ZodObject<{
3508
+ items: z.ZodArray<any, "many">;
3509
+ meta: z.ZodObject<{
3510
+ itemCount: z.ZodNumber;
3511
+ totalItems: z.ZodOptional<z.ZodNumber>;
3512
+ itemsPerPage: z.ZodNumber;
3513
+ totalPages: z.ZodOptional<z.ZodNumber>;
3514
+ currentPage: z.ZodNumber;
3515
+ }, "strip", z.ZodTypeAny, {
3516
+ itemCount: number;
3517
+ itemsPerPage: number;
3518
+ currentPage: number;
3519
+ totalItems?: number | undefined;
3520
+ totalPages?: number | undefined;
3521
+ }, {
3522
+ itemCount: number;
3523
+ itemsPerPage: number;
3524
+ currentPage: number;
3525
+ totalItems?: number | undefined;
3526
+ totalPages?: number | undefined;
3527
+ }>;
3528
+ }, "strip", z.ZodTypeAny, {
3529
+ items: any[];
3530
+ meta: {
3531
+ itemCount: number;
3532
+ itemsPerPage: number;
3533
+ currentPage: number;
3534
+ totalItems?: number | undefined;
3535
+ totalPages?: number | undefined;
3536
+ };
3537
+ }, {
3538
+ items: any[];
3539
+ meta: {
3540
+ itemCount: number;
3541
+ itemsPerPage: number;
3542
+ currentPage: number;
3543
+ totalItems?: number | undefined;
3544
+ totalPages?: number | undefined;
3545
+ };
3546
+ }>;
3547
+ 401: z.ZodObject<{
3548
+ status: z.ZodNumber;
3549
+ message: z.ZodString;
3550
+ errors: z.ZodArray<z.ZodString, "many">;
3551
+ }, "strip", z.ZodTypeAny, {
3552
+ message: string;
3553
+ status: number;
3554
+ errors: string[];
3555
+ }, {
3556
+ message: string;
3557
+ status: number;
3558
+ errors: string[];
3559
+ }>;
3560
+ 403: z.ZodObject<{
3561
+ status: z.ZodNumber;
3562
+ message: z.ZodString;
3563
+ errors: z.ZodArray<z.ZodString, "many">;
3564
+ }, "strip", z.ZodTypeAny, {
3565
+ message: string;
3566
+ status: number;
3567
+ errors: string[];
3568
+ }, {
3569
+ message: string;
3570
+ status: number;
3571
+ errors: string[];
3572
+ }>;
3573
+ };
3574
+ };
3575
+ };