@dalmore/api-contracts 0.0.0-dev.4bb6b7a → 0.0.0-dev.4db6454

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