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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (562) hide show
  1. package/common/constants.d.ts +43 -0
  2. package/common/constants.js +77 -0
  3. package/common/constants.js.map +1 -0
  4. package/common/helpers/index.d.ts +77 -0
  5. package/common/helpers/index.js +179 -0
  6. package/common/helpers/index.js.map +1 -0
  7. package/common/types/account-contact.types.d.ts +485 -0
  8. package/common/types/account-contact.types.js +75 -0
  9. package/common/types/account-contact.types.js.map +1 -0
  10. package/common/types/account-detail.types.d.ts +304 -0
  11. package/common/types/account-detail.types.js +20 -0
  12. package/common/types/account-detail.types.js.map +1 -0
  13. package/common/types/account-integration.types.d.ts +242 -0
  14. package/common/types/account-integration.types.js +121 -0
  15. package/common/types/account-integration.types.js.map +1 -0
  16. package/common/types/account-manager.types.d.ts +917 -0
  17. package/common/types/account-manager.types.js +89 -0
  18. package/common/types/account-manager.types.js.map +1 -0
  19. package/common/types/account-setting.types.d.ts +140 -0
  20. package/common/types/account-setting.types.js +23 -0
  21. package/common/types/account-setting.types.js.map +1 -0
  22. package/common/types/account.types.d.ts +640 -0
  23. package/common/types/account.types.js +218 -0
  24. package/common/types/account.types.js.map +1 -0
  25. package/common/types/activity.types.d.ts +591 -0
  26. package/common/types/activity.types.js +259 -0
  27. package/common/types/activity.types.js.map +1 -0
  28. package/common/types/address.types.d.ts +89 -0
  29. package/common/types/address.types.js +36 -0
  30. package/common/types/address.types.js.map +1 -0
  31. package/common/types/aic.types.d.ts +434 -0
  32. package/common/types/aic.types.js +170 -0
  33. package/common/types/aic.types.js.map +1 -0
  34. package/common/types/aml.types.d.ts +41 -0
  35. package/common/types/aml.types.js +16 -0
  36. package/common/types/aml.types.js.map +1 -0
  37. package/common/types/api-key-logs.types.d.ts +204 -0
  38. package/common/types/api-key-logs.types.js +52 -0
  39. package/common/types/api-key-logs.types.js.map +1 -0
  40. package/common/types/api-keys.types.d.ts +192 -0
  41. package/common/types/api-keys.types.js +57 -0
  42. package/common/types/api-keys.types.js.map +1 -0
  43. package/common/types/asset.types.d.ts +1100 -0
  44. package/common/types/asset.types.js +353 -0
  45. package/common/types/asset.types.js.map +1 -0
  46. package/common/types/attribution.types.d.ts +582 -0
  47. package/common/types/attribution.types.js +126 -0
  48. package/common/types/attribution.types.js.map +1 -0
  49. package/common/types/auth.types.d.ts +523 -0
  50. package/common/types/auth.types.js +280 -0
  51. package/common/types/auth.types.js.map +1 -0
  52. package/common/types/batch-jobs.types.d.ts +321 -0
  53. package/common/types/batch-jobs.types.js +111 -0
  54. package/common/types/batch-jobs.types.js.map +1 -0
  55. package/common/types/bonus-tier.types.d.ts +991 -0
  56. package/common/types/bonus-tier.types.js +166 -0
  57. package/common/types/bonus-tier.types.js.map +1 -0
  58. package/common/types/cap-table.types.d.ts +1319 -0
  59. package/common/types/cap-table.types.js +458 -0
  60. package/common/types/cap-table.types.js.map +1 -0
  61. package/common/types/cart.types.d.ts +31 -0
  62. package/common/types/cart.types.js +20 -0
  63. package/common/types/cart.types.js.map +1 -0
  64. package/common/types/checklist-items.types.d.ts +195 -0
  65. package/common/types/checklist-items.types.js +54 -0
  66. package/common/types/checklist-items.types.js.map +1 -0
  67. package/common/types/checklist.types.d.ts +140 -0
  68. package/common/types/checklist.types.js +71 -0
  69. package/common/types/checklist.types.js.map +1 -0
  70. package/common/types/common.types.d.ts +1861 -0
  71. package/common/types/common.types.js +1511 -0
  72. package/common/types/common.types.js.map +1 -0
  73. package/common/types/comply-advantage-api.types.d.ts +3626 -0
  74. package/common/types/comply-advantage-api.types.js +291 -0
  75. package/common/types/comply-advantage-api.types.js.map +1 -0
  76. package/common/types/comply-advantage.types.d.ts +48 -0
  77. package/common/types/comply-advantage.types.js +21 -0
  78. package/common/types/comply-advantage.types.js.map +1 -0
  79. package/common/types/contact-us.types.d.ts +126 -0
  80. package/common/types/contact-us.types.js +91 -0
  81. package/common/types/contact-us.types.js.map +1 -0
  82. package/common/types/countries.types.d.ts +77 -0
  83. package/common/types/countries.types.js +349 -0
  84. package/common/types/countries.types.js.map +1 -0
  85. package/common/types/covered-person.types.d.ts +204 -0
  86. package/common/types/covered-person.types.js +234 -0
  87. package/common/types/covered-person.types.js.map +1 -0
  88. package/common/types/csv.types.d.ts +3612 -0
  89. package/common/types/csv.types.js +290 -0
  90. package/common/types/csv.types.js.map +1 -0
  91. package/common/types/dashboard.types.d.ts +2086 -0
  92. package/common/types/dashboard.types.js +690 -0
  93. package/common/types/dashboard.types.js.map +1 -0
  94. package/common/types/data-record.types.d.ts +347 -0
  95. package/common/types/data-record.types.js +261 -0
  96. package/common/types/data-record.types.js.map +1 -0
  97. package/common/types/data-room.types.d.ts +1277 -0
  98. package/common/types/data-room.types.js +167 -0
  99. package/common/types/data-room.types.js.map +1 -0
  100. package/common/types/default-theme-config.types.d.ts +445 -0
  101. package/common/types/default-theme-config.types.js +63 -0
  102. package/common/types/default-theme-config.types.js.map +1 -0
  103. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  104. package/common/types/disbursement-adjustment.types.js +25 -0
  105. package/common/types/disbursement-adjustment.types.js.map +1 -0
  106. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  107. package/common/types/disbursement-approval-user.types.js +68 -0
  108. package/common/types/disbursement-approval-user.types.js.map +1 -0
  109. package/common/types/disbursement-review.types.d.ts +923 -0
  110. package/common/types/disbursement-review.types.js +76 -0
  111. package/common/types/disbursement-review.types.js.map +1 -0
  112. package/common/types/disbursement-transaction.types.d.ts +621 -0
  113. package/common/types/disbursement-transaction.types.js +51 -0
  114. package/common/types/disbursement-transaction.types.js.map +1 -0
  115. package/common/types/disbursements.types.d.ts +3573 -0
  116. package/common/types/disbursements.types.js +447 -0
  117. package/common/types/disbursements.types.js.map +1 -0
  118. package/common/types/domain-filter.types.d.ts +135 -0
  119. package/common/types/domain-filter.types.js +40 -0
  120. package/common/types/domain-filter.types.js.map +1 -0
  121. package/common/types/email-theme.types.d.ts +1359 -0
  122. package/common/types/email-theme.types.js +318 -0
  123. package/common/types/email-theme.types.js.map +1 -0
  124. package/common/types/entity.types.d.ts +21 -0
  125. package/common/types/entity.types.js +14 -0
  126. package/common/types/entity.types.js.map +1 -0
  127. package/common/types/error-responses.types.d.ts +144 -0
  128. package/common/types/error-responses.types.js +125 -0
  129. package/common/types/error-responses.types.js.map +1 -0
  130. package/common/types/escrow-account.types.d.ts +415 -0
  131. package/common/types/escrow-account.types.js +78 -0
  132. package/common/types/escrow-account.types.js.map +1 -0
  133. package/common/types/exchange-api-key.types.d.ts +1010 -0
  134. package/common/types/exchange-api-key.types.js +90 -0
  135. package/common/types/exchange-api-key.types.js.map +1 -0
  136. package/common/types/exchange-import.types.d.ts +23 -0
  137. package/common/types/exchange-import.types.js +23 -0
  138. package/common/types/exchange-import.types.js.map +1 -0
  139. package/common/types/exchange-provider.types.d.ts +1308 -0
  140. package/common/types/exchange-provider.types.js +268 -0
  141. package/common/types/exchange-provider.types.js.map +1 -0
  142. package/common/types/file.types.d.ts +428 -0
  143. package/common/types/file.types.js +392 -0
  144. package/common/types/file.types.js.map +1 -0
  145. package/common/types/health.types.d.ts +112 -0
  146. package/common/types/health.types.js +22 -0
  147. package/common/types/health.types.js.map +1 -0
  148. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  149. package/common/types/i-will-do-it-later.types.js +30 -0
  150. package/common/types/i-will-do-it-later.types.js.map +1 -0
  151. package/common/types/{index.ts → index.d.ts} +8 -5
  152. package/common/types/index.js +55 -0
  153. package/common/types/index.js.map +1 -0
  154. package/common/types/individuals.types.d.ts +2289 -0
  155. package/common/types/individuals.types.js +500 -0
  156. package/common/types/individuals.types.js.map +1 -0
  157. package/common/types/investor-account.types.d.ts +2996 -0
  158. package/common/types/investor-account.types.js +931 -0
  159. package/common/types/investor-account.types.js.map +1 -0
  160. package/common/types/investorAccountIdSchema.type.js +1 -0
  161. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  162. package/common/types/investors-offering.types.d.ts +399 -0
  163. package/common/types/investors-offering.types.js +50 -0
  164. package/common/types/investors-offering.types.js.map +1 -0
  165. package/common/types/invite.types.d.ts +644 -0
  166. package/common/types/invite.types.js +114 -0
  167. package/common/types/invite.types.js.map +1 -0
  168. package/common/types/issuer-bank-account.types.d.ts +113 -0
  169. package/common/types/issuer-bank-account.types.js +81 -0
  170. package/common/types/issuer-bank-account.types.js.map +1 -0
  171. package/common/types/issuer-offering.types.d.ts +2236 -0
  172. package/common/types/issuer-offering.types.js +605 -0
  173. package/common/types/issuer-offering.types.js.map +1 -0
  174. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  175. package/common/types/issuer-payment-method.types.js +311 -0
  176. package/common/types/issuer-payment-method.types.js.map +1 -0
  177. package/common/types/issuer.types.d.ts +539 -0
  178. package/common/types/issuer.types.js +275 -0
  179. package/common/types/issuer.types.js.map +1 -0
  180. package/common/types/job-item.types.d.ts +230 -0
  181. package/common/types/job-item.types.js +89 -0
  182. package/common/types/job-item.types.js.map +1 -0
  183. package/common/types/jobs.types.d.ts +296 -0
  184. package/common/types/jobs.types.js +150 -0
  185. package/common/types/jobs.types.js.map +1 -0
  186. package/common/types/kyb.types.d.ts +167 -0
  187. package/common/types/kyb.types.js +45 -0
  188. package/common/types/kyb.types.js.map +1 -0
  189. package/common/types/kyc.types.d.ts +2197 -0
  190. package/common/types/kyc.types.js +301 -0
  191. package/common/types/kyc.types.js.map +1 -0
  192. package/common/types/legal-entity.types.d.ts +676 -0
  193. package/common/types/legal-entity.types.js +151 -0
  194. package/common/types/legal-entity.types.js.map +1 -0
  195. package/common/types/login-history.types.d.ts +160 -0
  196. package/common/types/login-history.types.js +39 -0
  197. package/common/types/login-history.types.js.map +1 -0
  198. package/common/types/mail-template.types.d.ts +676 -0
  199. package/common/types/mail-template.types.js +531 -0
  200. package/common/types/mail-template.types.js.map +1 -0
  201. package/common/types/north-cap-integration.types.d.ts +1303 -0
  202. package/common/types/north-cap-integration.types.js +145 -0
  203. package/common/types/north-cap-integration.types.js.map +1 -0
  204. package/common/types/note.types.d.ts +216 -0
  205. package/common/types/note.types.js +82 -0
  206. package/common/types/note.types.js.map +1 -0
  207. package/common/types/notification.types.d.ts +2690 -0
  208. package/common/types/notification.types.js +411 -0
  209. package/common/types/notification.types.js.map +1 -0
  210. package/common/types/notion-api.types.d.ts +3626 -0
  211. package/common/types/notion-api.types.js +271 -0
  212. package/common/types/notion-api.types.js.map +1 -0
  213. package/common/types/notion-database.types.d.ts +191 -0
  214. package/common/types/notion-database.types.js +95 -0
  215. package/common/types/notion-database.types.js.map +1 -0
  216. package/common/types/notion-page.types.d.ts +3482 -0
  217. package/common/types/notion-page.types.js +208 -0
  218. package/common/types/notion-page.types.js.map +1 -0
  219. package/common/types/offering-reports.types.d.ts +525 -0
  220. package/common/types/offering-reports.types.js +111 -0
  221. package/common/types/offering-reports.types.js.map +1 -0
  222. package/common/types/offering-submission.types.d.ts +785 -0
  223. package/common/types/offering-submission.types.js +291 -0
  224. package/common/types/offering-submission.types.js.map +1 -0
  225. package/common/types/offering.types.d.ts +2859 -0
  226. package/common/types/offering.types.js +832 -0
  227. package/common/types/offering.types.js.map +1 -0
  228. package/common/types/page-revision.types.d.ts +74 -0
  229. package/common/types/page-revision.types.js +68 -0
  230. package/common/types/page-revision.types.js.map +1 -0
  231. package/common/types/page.types.d.ts +540 -0
  232. package/common/types/page.types.js +361 -0
  233. package/common/types/page.types.js.map +1 -0
  234. package/common/types/password.type.d.ts +2 -0
  235. package/common/types/password.type.js +14 -0
  236. package/common/types/password.type.js.map +1 -0
  237. package/common/types/payment-methods.types.d.ts +1165 -0
  238. package/common/types/payment-methods.types.js +381 -0
  239. package/common/types/payment-methods.types.js.map +1 -0
  240. package/common/types/phone.type.d.ts +12 -0
  241. package/common/types/phone.type.js +29 -0
  242. package/common/types/phone.type.js.map +1 -0
  243. package/common/types/portfolio.types.d.ts +185 -0
  244. package/common/types/portfolio.types.js +36 -0
  245. package/common/types/portfolio.types.js.map +1 -0
  246. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  247. package/common/types/{privacy-policy-and-tos.types.ts → privacy-policy-and-tos.types.js} +1 -1
  248. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  249. package/common/types/queue.types.d.ts +22 -0
  250. package/common/types/queue.types.js +73 -0
  251. package/common/types/queue.types.js.map +1 -0
  252. package/common/types/registered-reps.types.d.ts +6 -0
  253. package/common/types/registered-reps.types.js +21 -0
  254. package/common/types/registered-reps.types.js.map +1 -0
  255. package/common/types/rejection-reasons.types.d.ts +35 -0
  256. package/common/types/rejection-reasons.types.js +49 -0
  257. package/common/types/rejection-reasons.types.js.map +1 -0
  258. package/common/types/reports.types.d.ts +345 -0
  259. package/common/types/reports.types.js +69 -0
  260. package/common/types/reports.types.js.map +1 -0
  261. package/common/types/review.types.d.ts +419 -0
  262. package/common/types/review.types.js +101 -0
  263. package/common/types/review.types.js.map +1 -0
  264. package/common/types/role.types.d.ts +30 -0
  265. package/common/types/role.types.js +21 -0
  266. package/common/types/role.types.js.map +1 -0
  267. package/common/types/secondary-customer.types.d.ts +586 -0
  268. package/common/types/secondary-customer.types.js +39 -0
  269. package/common/types/secondary-customer.types.js.map +1 -0
  270. package/common/types/secondary-issuer.types.d.ts +283 -0
  271. package/common/types/secondary-issuer.types.js +37 -0
  272. package/common/types/secondary-issuer.types.js.map +1 -0
  273. package/common/types/secondary-order.types.d.ts +508 -0
  274. package/common/types/secondary-order.types.js +40 -0
  275. package/common/types/secondary-order.types.js.map +1 -0
  276. package/common/types/secondary-security.types.d.ts +175 -0
  277. package/common/types/secondary-security.types.js +45 -0
  278. package/common/types/secondary-security.types.js.map +1 -0
  279. package/common/types/secondary-trade.entity.d.ts +16 -0
  280. package/common/types/secondary-trade.entity.js +12 -0
  281. package/common/types/secondary-trade.entity.js.map +1 -0
  282. package/common/types/secondary-trade.types.d.ts +465 -0
  283. package/common/types/secondary-trade.types.js +61 -0
  284. package/common/types/secondary-trade.types.js.map +1 -0
  285. package/common/types/secure-request.types.d.ts +171 -0
  286. package/common/types/secure-request.types.js +51 -0
  287. package/common/types/secure-request.types.js.map +1 -0
  288. package/common/types/signer.types.d.ts +3406 -0
  289. package/common/types/signer.types.js +532 -0
  290. package/common/types/signer.types.js.map +1 -0
  291. package/common/types/site-link.types.d.ts +875 -0
  292. package/common/types/site-link.types.js +126 -0
  293. package/common/types/site-link.types.js.map +1 -0
  294. package/common/types/site-settings.types.d.ts +1673 -0
  295. package/common/types/site-settings.types.js +500 -0
  296. package/common/types/site-settings.types.js.map +1 -0
  297. package/common/types/site.types.d.ts +1481 -0
  298. package/common/types/site.types.js +213 -0
  299. package/common/types/site.types.js.map +1 -0
  300. package/common/types/sms.types.d.ts +40 -0
  301. package/common/types/sms.types.js +27 -0
  302. package/common/types/sms.types.js.map +1 -0
  303. package/common/types/state-machine.types.d.ts +591 -0
  304. package/common/types/state-machine.types.js +144 -0
  305. package/common/types/state-machine.types.js.map +1 -0
  306. package/common/types/states.types.d.ts +77 -0
  307. package/common/types/states.types.js +137 -0
  308. package/common/types/states.types.js.map +1 -0
  309. package/common/types/subdoc-preview.types.d.ts +379 -0
  310. package/common/types/subdoc-preview.types.js +24 -0
  311. package/common/types/subdoc-preview.types.js.map +1 -0
  312. package/common/types/task.types.d.ts +545 -0
  313. package/common/types/task.types.js +214 -0
  314. package/common/types/task.types.js.map +1 -0
  315. package/common/types/trade-adjustment.type.d.ts +40 -0
  316. package/common/types/trade-adjustment.type.js +26 -0
  317. package/common/types/trade-adjustment.type.js.map +1 -0
  318. package/common/types/trade-line-item.types.d.ts +353 -0
  319. package/common/types/trade-line-item.types.js +103 -0
  320. package/common/types/trade-line-item.types.js.map +1 -0
  321. package/common/types/trade.types.d.ts +2012 -0
  322. package/common/types/trade.types.js +800 -0
  323. package/common/types/trade.types.js.map +1 -0
  324. package/common/types/transaction.types.d.ts +476 -0
  325. package/common/types/transaction.types.js +199 -0
  326. package/common/types/transaction.types.js.map +1 -0
  327. package/common/types/trusted-contact.types.d.ts +440 -0
  328. package/common/types/trusted-contact.types.js +95 -0
  329. package/common/types/trusted-contact.types.js.map +1 -0
  330. package/common/types/typography.types.d.ts +52 -0
  331. package/common/types/typography.types.js +67 -0
  332. package/common/types/typography.types.js.map +1 -0
  333. package/common/types/user-manual.types.d.ts +287 -0
  334. package/common/types/user-manual.types.js +192 -0
  335. package/common/types/user-manual.types.js.map +1 -0
  336. package/common/types/user-setting.types.d.ts +273 -0
  337. package/common/types/user-setting.types.js +85 -0
  338. package/common/types/user-setting.types.js.map +1 -0
  339. package/common/types/user.types.d.ts +1977 -0
  340. package/common/types/user.types.js +225 -0
  341. package/common/types/user.types.js.map +1 -0
  342. package/common/types/webhook.types.d.ts +10829 -0
  343. package/common/types/webhook.types.js +658 -0
  344. package/common/types/webhook.types.js.map +1 -0
  345. package/common/types/zapier.types.d.ts +126 -0
  346. package/common/types/zapier.types.js +247 -0
  347. package/common/types/zapier.types.js.map +1 -0
  348. package/common/types/zip.type.d.ts +35 -0
  349. package/common/types/zip.type.js +28 -0
  350. package/common/types/zip.type.js.map +1 -0
  351. package/contracts/clients/accounts/index.d.ts +308 -0
  352. package/contracts/clients/accounts/index.js +43 -0
  353. package/contracts/clients/accounts/index.js.map +1 -0
  354. package/contracts/clients/aic/index.d.ts +280 -0
  355. package/contracts/clients/aic/index.js +47 -0
  356. package/contracts/clients/aic/index.js.map +1 -0
  357. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  358. package/contracts/clients/api-key-logs/index.js +37 -0
  359. package/contracts/clients/api-key-logs/index.js.map +1 -0
  360. package/contracts/clients/api-keys/index.d.ts +374 -0
  361. package/contracts/clients/api-keys/index.js +59 -0
  362. package/contracts/clients/api-keys/index.js.map +1 -0
  363. package/contracts/clients/assets/index.d.ts +1050 -0
  364. package/contracts/clients/assets/index.js +80 -0
  365. package/contracts/clients/assets/index.js.map +1 -0
  366. package/contracts/clients/auth/index.d.ts +236 -0
  367. package/contracts/clients/auth/index.js +38 -0
  368. package/contracts/clients/auth/index.js.map +1 -0
  369. package/contracts/clients/cart/index.d.ts +232 -0
  370. package/contracts/clients/cart/index.js +63 -0
  371. package/contracts/clients/cart/index.js.map +1 -0
  372. package/contracts/clients/csv/index.d.ts +1988 -0
  373. package/contracts/clients/csv/index.js +96 -0
  374. package/contracts/clients/csv/index.js.map +1 -0
  375. package/contracts/clients/files/index.d.ts +552 -0
  376. package/contracts/clients/files/index.js +142 -0
  377. package/contracts/clients/files/index.js.map +1 -0
  378. package/contracts/clients/files-public/index.d.ts +552 -0
  379. package/contracts/clients/files-public/index.js +142 -0
  380. package/contracts/clients/files-public/index.js.map +1 -0
  381. package/contracts/clients/index.d.ts +15681 -0
  382. package/contracts/clients/index.js +58 -0
  383. package/contracts/clients/index.js.map +1 -0
  384. package/contracts/clients/individuals/index.d.ts +3575 -0
  385. package/contracts/clients/individuals/index.js +74 -0
  386. package/contracts/clients/individuals/index.js.map +1 -0
  387. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  388. package/contracts/clients/investor-accounts/index.js +73 -0
  389. package/contracts/clients/investor-accounts/index.js.map +1 -0
  390. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  391. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  392. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  393. package/contracts/clients/issuers/index.d.ts +449 -0
  394. package/contracts/clients/issuers/index.js +75 -0
  395. package/contracts/clients/issuers/index.js.map +1 -0
  396. package/contracts/clients/kyc/index.d.ts +345 -0
  397. package/contracts/clients/kyc/index.js +49 -0
  398. package/contracts/clients/kyc/index.js.map +1 -0
  399. package/contracts/clients/legal-entities/index.d.ts +887 -0
  400. package/contracts/clients/legal-entities/index.js +74 -0
  401. package/contracts/clients/legal-entities/index.js.map +1 -0
  402. package/contracts/clients/offerings/index.d.ts +1068 -0
  403. package/contracts/clients/offerings/index.js +95 -0
  404. package/contracts/clients/offerings/index.js.map +1 -0
  405. package/contracts/clients/payment-methods/index.d.ts +456 -0
  406. package/contracts/clients/payment-methods/index.js +68 -0
  407. package/contracts/clients/payment-methods/index.js.map +1 -0
  408. package/contracts/clients/review/index.d.ts +85 -0
  409. package/contracts/clients/review/index.js +27 -0
  410. package/contracts/clients/review/index.js.map +1 -0
  411. package/contracts/clients/secure-requests/index.d.ts +100 -0
  412. package/contracts/clients/secure-requests/index.js +22 -0
  413. package/contracts/clients/secure-requests/index.js.map +1 -0
  414. package/contracts/clients/sites/index.d.ts +657 -0
  415. package/contracts/clients/sites/index.js +40 -0
  416. package/contracts/clients/sites/index.js.map +1 -0
  417. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  418. package/contracts/clients/trade-line-items/index.js +47 -0
  419. package/contracts/clients/trade-line-items/index.js.map +1 -0
  420. package/contracts/clients/trades/index.d.ts +871 -0
  421. package/contracts/clients/trades/index.js +156 -0
  422. package/contracts/clients/trades/index.js.map +1 -0
  423. package/contracts/clients/transactions/index.d.ts +88 -0
  424. package/contracts/clients/transactions/index.js +25 -0
  425. package/contracts/clients/transactions/index.js.map +1 -0
  426. package/contracts/clients/webhooks/index.d.ts +506 -0
  427. package/contracts/clients/webhooks/index.js +118 -0
  428. package/contracts/clients/webhooks/index.js.map +1 -0
  429. package/package.json +15 -15
  430. package/common/helpers/index.ts +0 -59
  431. package/common/types/account-contact.types.ts +0 -99
  432. package/common/types/account-detail.types.ts +0 -27
  433. package/common/types/account-integration.types.ts +0 -143
  434. package/common/types/account-manager.types.ts +0 -120
  435. package/common/types/account-setting.types.ts +0 -65
  436. package/common/types/account.types.ts +0 -297
  437. package/common/types/activity.types.ts +0 -274
  438. package/common/types/address.types.ts +0 -41
  439. package/common/types/aic.types.ts +0 -246
  440. package/common/types/aml.types.ts +0 -18
  441. package/common/types/api-key-logs.types.ts +0 -66
  442. package/common/types/api-keys.types.ts +0 -69
  443. package/common/types/asset.types.ts +0 -338
  444. package/common/types/auth.types.ts +0 -359
  445. package/common/types/batch-jobs.types.ts +0 -151
  446. package/common/types/bonus-tier.types.ts +0 -180
  447. package/common/types/cart.types.ts +0 -21
  448. package/common/types/checklist-items.types.ts +0 -70
  449. package/common/types/checklist.types.ts +0 -97
  450. package/common/types/common.types.ts +0 -1552
  451. package/common/types/comply-advantage-api.types.ts +0 -316
  452. package/common/types/comply-advantage.types.ts +0 -25
  453. package/common/types/contact-us.types.ts +0 -111
  454. package/common/types/countries.types.ts +0 -375
  455. package/common/types/covered-person.types.ts +0 -275
  456. package/common/types/dashboard.types.ts +0 -792
  457. package/common/types/data-record.types.ts +0 -325
  458. package/common/types/data-room.types.ts +0 -242
  459. package/common/types/default-theme-config.types.ts +0 -87
  460. package/common/types/disbursement-adjustment.types.ts +0 -32
  461. package/common/types/disbursement-approval-user.types.ts +0 -100
  462. package/common/types/disbursement-review.types.ts +0 -110
  463. package/common/types/disbursement-transaction.types.ts +0 -72
  464. package/common/types/disbursements.types.ts +0 -426
  465. package/common/types/domain-filter.types.ts +0 -55
  466. package/common/types/email-theme.types.ts +0 -442
  467. package/common/types/entity.types.ts +0 -15
  468. package/common/types/error-responses.types.ts +0 -135
  469. package/common/types/escrow-account.types.ts +0 -104
  470. package/common/types/exchange-api-key.types.ts +0 -121
  471. package/common/types/exchange-import.types.ts +0 -36
  472. package/common/types/exchange-provider.types.ts +0 -329
  473. package/common/types/file.types.ts +0 -477
  474. package/common/types/health.types.ts +0 -29
  475. package/common/types/i-will-do-it-later.types.ts +0 -68
  476. package/common/types/individuals.types.ts +0 -542
  477. package/common/types/investor-account.types.ts +0 -1240
  478. package/common/types/investors-offering.types.ts +0 -65
  479. package/common/types/invite.types.ts +0 -159
  480. package/common/types/issuer-bank-account.types.ts +0 -107
  481. package/common/types/issuer-offering.types.ts +0 -389
  482. package/common/types/issuer-payment-method.types.ts +0 -382
  483. package/common/types/issuer.types.ts +0 -321
  484. package/common/types/job-item.types.ts +0 -119
  485. package/common/types/jobs.types.ts +0 -171
  486. package/common/types/kyb.types.ts +0 -53
  487. package/common/types/kyc.types.ts +0 -188
  488. package/common/types/legal-entity.types.ts +0 -186
  489. package/common/types/login-history.types.ts +0 -46
  490. package/common/types/mail-template.types.ts +0 -470
  491. package/common/types/north-cap-integration.types.ts +0 -190
  492. package/common/types/note.types.ts +0 -109
  493. package/common/types/notification.types.ts +0 -544
  494. package/common/types/notion-api.types.ts +0 -374
  495. package/common/types/notion-database.types.ts +0 -125
  496. package/common/types/notion-page.types.ts +0 -267
  497. package/common/types/offering-reports.types.ts +0 -153
  498. package/common/types/offering-submission.types.ts +0 -314
  499. package/common/types/offering.types.ts +0 -676
  500. package/common/types/page-revision.types.ts +0 -86
  501. package/common/types/page.types.ts +0 -436
  502. package/common/types/password.type.ts +0 -15
  503. package/common/types/payment-methods.types.ts +0 -298
  504. package/common/types/phone.type.ts +0 -27
  505. package/common/types/portfolio.types.ts +0 -50
  506. package/common/types/queue.types.ts +0 -112
  507. package/common/types/registered-reps.types.ts +0 -25
  508. package/common/types/rejection-reasons.types.ts +0 -56
  509. package/common/types/reminder-config.types.ts +0 -40
  510. package/common/types/review.types.ts +0 -133
  511. package/common/types/role.types.ts +0 -26
  512. package/common/types/secondary-customer.types.ts +0 -66
  513. package/common/types/secondary-issuer.types.ts +0 -50
  514. package/common/types/secondary-order.types.ts +0 -58
  515. package/common/types/secondary-security.types.ts +0 -60
  516. package/common/types/secondary-trade.entity.ts +0 -16
  517. package/common/types/secondary-trade.types.ts +0 -95
  518. package/common/types/secure-request.types.ts +0 -68
  519. package/common/types/signer.types.ts +0 -651
  520. package/common/types/site-link.types.ts +0 -166
  521. package/common/types/site-settings.types.ts +0 -727
  522. package/common/types/site.types.ts +0 -263
  523. package/common/types/sms.types.ts +0 -30
  524. package/common/types/state-machine.types.ts +0 -177
  525. package/common/types/states.types.ts +0 -163
  526. package/common/types/subdoc-preview.types.ts +0 -35
  527. package/common/types/task.types.ts +0 -258
  528. package/common/types/trade-adjustment.type.ts +0 -33
  529. package/common/types/trade-line-item.types.ts +0 -125
  530. package/common/types/trade.types.ts +0 -1045
  531. package/common/types/transaction.types.ts +0 -209
  532. package/common/types/trusted-contact.types.ts +0 -122
  533. package/common/types/typography.types.ts +0 -75
  534. package/common/types/user-manual.types.ts +0 -290
  535. package/common/types/user-setting.types.ts +0 -133
  536. package/common/types/user.types.ts +0 -304
  537. package/common/types/webhook.types.ts +0 -588
  538. package/common/types/zip.type.ts +0 -36
  539. package/contracts/clients/accounts/index.ts +0 -61
  540. package/contracts/clients/aic/index.ts +0 -59
  541. package/contracts/clients/api-key-logs/index.ts +0 -53
  542. package/contracts/clients/api-keys/index.ts +0 -73
  543. package/contracts/clients/assets/index.ts +0 -102
  544. package/contracts/clients/auth/index.ts +0 -50
  545. package/contracts/clients/cart/index.ts +0 -80
  546. package/contracts/clients/files/index.ts +0 -166
  547. package/contracts/clients/files-public/index.ts +0 -166
  548. package/contracts/clients/index.ts +0 -54
  549. package/contracts/clients/individuals/index.ts +0 -93
  550. package/contracts/clients/investor-accounts/index.ts +0 -93
  551. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  552. package/contracts/clients/issuers/index.ts +0 -94
  553. package/contracts/clients/legal-entities/index.ts +0 -93
  554. package/contracts/clients/offerings/index.ts +0 -117
  555. package/contracts/clients/payment-methods/index.ts +0 -85
  556. package/contracts/clients/secure-requests/index.ts +0 -34
  557. package/contracts/clients/sites/index.ts +0 -56
  558. package/contracts/clients/trade-line-items/index.ts +0 -66
  559. package/contracts/clients/trades/index.ts +0 -186
  560. package/contracts/clients/transactions/index.ts +0 -37
  561. package/index.ts +0 -10
  562. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,2289 @@
1
+ import { z } from 'zod';
2
+ import { KYCStatus, SanctionsStatus, AMLStatus, AicAccreditationType, KYCDocumentType, AicStatus, InvestorAccountType, SetupStatusType, SetupStepType, RetirementAccountType, EmploymentStatus, SourceOfIncome } from './common.types';
3
+ export declare const individualIdSchema: z.ZodEffects<z.ZodString, string, string>;
4
+ export declare enum IndividualRole {
5
+ PRIMARY = "PRIMARY",
6
+ JOINT = "JOINT"
7
+ }
8
+ export declare enum aicQuestionnaireQuestionType {
9
+ BOOLEAN = "BOOLEAN",
10
+ SELECT_ONE = "SELECT_ONE",
11
+ SELECT_MULTIPLE = "SELECT_MULTIPLE",
12
+ NUMBER = "NUMBER",
13
+ TEXT = "TEXT"
14
+ }
15
+ export declare enum FilterBy {
16
+ ALL = "ALL",
17
+ PENDING_TRADES = "PENDING_TRADES"
18
+ }
19
+ export declare const aicQuestionnaireQuestion: z.ZodObject<{
20
+ id: z.ZodString;
21
+ question: z.ZodString;
22
+ choices: z.ZodArray<z.ZodString, "many">;
23
+ type: z.ZodNativeEnum<typeof aicQuestionnaireQuestionType>;
24
+ key: z.ZodString;
25
+ answer: z.ZodString;
26
+ }, "strip", z.ZodTypeAny, {
27
+ type: aicQuestionnaireQuestionType;
28
+ id: string;
29
+ key: string;
30
+ question: string;
31
+ choices: string[];
32
+ answer: string;
33
+ }, {
34
+ type: aicQuestionnaireQuestionType;
35
+ id: string;
36
+ key: string;
37
+ question: string;
38
+ choices: string[];
39
+ answer: string;
40
+ }>;
41
+ export type aicQuestionnaireQuestion = z.infer<typeof aicQuestionnaireQuestion>;
42
+ export declare const aicQuestionnaire: z.ZodObject<{
43
+ AIC_Questionnaire: z.ZodObject<{
44
+ investment_objective: z.ZodOptional<z.ZodString>;
45
+ investment_experience: z.ZodOptional<z.ZodString>;
46
+ risk_willingness: z.ZodOptional<z.ZodString>;
47
+ equities_allocation: z.ZodOptional<z.ZodString>;
48
+ bonds_allocation: z.ZodOptional<z.ZodString>;
49
+ other_investments_allocation: z.ZodOptional<z.ZodString>;
50
+ overall_portfolio_percentage: z.ZodOptional<z.ZodString>;
51
+ annual_living_expenses: z.ZodOptional<z.ZodString>;
52
+ marginal_tax_rate: z.ZodOptional<z.ZodString>;
53
+ significant_liquid_net_worth: z.ZodOptional<z.ZodString>;
54
+ risky_investment_understanding: z.ZodOptional<z.ZodString>;
55
+ investment_time_horizon: z.ZodOptional<z.ZodString>;
56
+ }, "strip", z.ZodTypeAny, {
57
+ investment_objective?: string | undefined;
58
+ investment_experience?: string | undefined;
59
+ risk_willingness?: string | undefined;
60
+ equities_allocation?: string | undefined;
61
+ bonds_allocation?: string | undefined;
62
+ other_investments_allocation?: string | undefined;
63
+ overall_portfolio_percentage?: string | undefined;
64
+ annual_living_expenses?: string | undefined;
65
+ marginal_tax_rate?: string | undefined;
66
+ significant_liquid_net_worth?: string | undefined;
67
+ risky_investment_understanding?: string | undefined;
68
+ investment_time_horizon?: string | undefined;
69
+ }, {
70
+ investment_objective?: string | undefined;
71
+ investment_experience?: string | undefined;
72
+ risk_willingness?: string | undefined;
73
+ equities_allocation?: string | undefined;
74
+ bonds_allocation?: string | undefined;
75
+ other_investments_allocation?: string | undefined;
76
+ overall_portfolio_percentage?: string | undefined;
77
+ annual_living_expenses?: string | undefined;
78
+ marginal_tax_rate?: string | undefined;
79
+ significant_liquid_net_worth?: string | undefined;
80
+ risky_investment_understanding?: string | undefined;
81
+ investment_time_horizon?: string | undefined;
82
+ }>;
83
+ }, "strip", z.ZodTypeAny, {
84
+ AIC_Questionnaire: {
85
+ investment_objective?: string | undefined;
86
+ investment_experience?: string | undefined;
87
+ risk_willingness?: string | undefined;
88
+ equities_allocation?: string | undefined;
89
+ bonds_allocation?: string | undefined;
90
+ other_investments_allocation?: string | undefined;
91
+ overall_portfolio_percentage?: string | undefined;
92
+ annual_living_expenses?: string | undefined;
93
+ marginal_tax_rate?: string | undefined;
94
+ significant_liquid_net_worth?: string | undefined;
95
+ risky_investment_understanding?: string | undefined;
96
+ investment_time_horizon?: string | undefined;
97
+ };
98
+ }, {
99
+ AIC_Questionnaire: {
100
+ investment_objective?: string | undefined;
101
+ investment_experience?: string | undefined;
102
+ risk_willingness?: string | undefined;
103
+ equities_allocation?: string | undefined;
104
+ bonds_allocation?: string | undefined;
105
+ other_investments_allocation?: string | undefined;
106
+ overall_portfolio_percentage?: string | undefined;
107
+ annual_living_expenses?: string | undefined;
108
+ marginal_tax_rate?: string | undefined;
109
+ significant_liquid_net_worth?: string | undefined;
110
+ risky_investment_understanding?: string | undefined;
111
+ investment_time_horizon?: string | undefined;
112
+ };
113
+ }>;
114
+ export type aicQuestionnaire = z.infer<typeof aicQuestionnaire>;
115
+ export declare const iraQuestionnaireQuestion: z.ZodObject<{
116
+ id: z.ZodString;
117
+ hasIraAccounts: z.ZodBoolean;
118
+ inSelfDirectedIra: z.ZodBoolean;
119
+ custodian: z.ZodString;
120
+ hasOtherQualifiedFunds: z.ZodBoolean;
121
+ }, "strip", z.ZodTypeAny, {
122
+ id: string;
123
+ hasIraAccounts: boolean;
124
+ inSelfDirectedIra: boolean;
125
+ custodian: string;
126
+ hasOtherQualifiedFunds: boolean;
127
+ }, {
128
+ id: string;
129
+ hasIraAccounts: boolean;
130
+ inSelfDirectedIra: boolean;
131
+ custodian: string;
132
+ hasOtherQualifiedFunds: boolean;
133
+ }>;
134
+ export type iraQuestionnaireQuestion = z.infer<typeof iraQuestionnaireQuestion>;
135
+ export declare const iraQuestionnaire: z.ZodArray<z.ZodObject<{
136
+ id: z.ZodString;
137
+ hasIraAccounts: z.ZodBoolean;
138
+ inSelfDirectedIra: z.ZodBoolean;
139
+ custodian: z.ZodString;
140
+ hasOtherQualifiedFunds: z.ZodBoolean;
141
+ }, "strip", z.ZodTypeAny, {
142
+ id: string;
143
+ hasIraAccounts: boolean;
144
+ inSelfDirectedIra: boolean;
145
+ custodian: string;
146
+ hasOtherQualifiedFunds: boolean;
147
+ }, {
148
+ id: string;
149
+ hasIraAccounts: boolean;
150
+ inSelfDirectedIra: boolean;
151
+ custodian: string;
152
+ hasOtherQualifiedFunds: boolean;
153
+ }>, "many">;
154
+ export type iraQuestionnaire = z.infer<typeof iraQuestionnaire>;
155
+ export declare const IIndividualZod: any;
156
+ export type IIndividualZod = z.infer<typeof IIndividualZod>;
157
+ export declare const IPaginatedIndividual: z.ZodObject<{
158
+ items: z.ZodArray<any, "many">;
159
+ meta: z.ZodObject<{
160
+ itemCount: z.ZodNumber;
161
+ totalItems: z.ZodOptional<z.ZodNumber>;
162
+ itemsPerPage: z.ZodNumber;
163
+ totalPages: z.ZodOptional<z.ZodNumber>;
164
+ currentPage: z.ZodNumber;
165
+ }, "strip", z.ZodTypeAny, {
166
+ itemCount: number;
167
+ itemsPerPage: number;
168
+ currentPage: number;
169
+ totalItems?: number | undefined;
170
+ totalPages?: number | undefined;
171
+ }, {
172
+ itemCount: number;
173
+ itemsPerPage: number;
174
+ currentPage: number;
175
+ totalItems?: number | undefined;
176
+ totalPages?: number | undefined;
177
+ }>;
178
+ }, "strip", z.ZodTypeAny, {
179
+ items: any[];
180
+ meta: {
181
+ itemCount: number;
182
+ itemsPerPage: number;
183
+ currentPage: number;
184
+ totalItems?: number | undefined;
185
+ totalPages?: number | undefined;
186
+ };
187
+ }, {
188
+ items: any[];
189
+ meta: {
190
+ itemCount: number;
191
+ itemsPerPage: number;
192
+ currentPage: number;
193
+ totalItems?: number | undefined;
194
+ totalPages?: number | undefined;
195
+ };
196
+ }>;
197
+ export type IPaginatedIndividual = z.infer<typeof IPaginatedIndividual>;
198
+ export declare const individualsInclude: z.ZodEnum<["account", "investorAccount", "kycs", "amls", "kycReviewedBy", "amlReviewedBy", "aicReviewedBy", "iraReviewedBy"]>;
199
+ export declare const IndividualFiltersZod: z.ZodObject<{
200
+ kycStatus: z.ZodOptional<z.ZodNativeEnum<typeof KYCStatus>>;
201
+ amlStatus: z.ZodOptional<z.ZodNativeEnum<typeof AMLStatus>>;
202
+ aicStatus: z.ZodOptional<z.ZodNativeEnum<typeof AicStatus>>;
203
+ accountId: z.ZodOptional<z.ZodString>;
204
+ search: z.ZodOptional<z.ZodString>;
205
+ investorAccountType: z.ZodOptional<z.ZodNativeEnum<typeof InvestorAccountType>>;
206
+ }, "strip", z.ZodTypeAny, {
207
+ accountId?: string | undefined;
208
+ kycStatus?: KYCStatus | undefined;
209
+ amlStatus?: AMLStatus | undefined;
210
+ aicStatus?: AicStatus | undefined;
211
+ search?: string | undefined;
212
+ investorAccountType?: InvestorAccountType | undefined;
213
+ }, {
214
+ accountId?: string | undefined;
215
+ kycStatus?: KYCStatus | undefined;
216
+ amlStatus?: AMLStatus | undefined;
217
+ aicStatus?: AicStatus | undefined;
218
+ search?: string | undefined;
219
+ investorAccountType?: InvestorAccountType | undefined;
220
+ }>;
221
+ export declare const ComplianceIndividualFiltersZod: z.ZodObject<{
222
+ kycStatus: z.ZodOptional<z.ZodNativeEnum<typeof KYCStatus>>;
223
+ amlStatus: z.ZodOptional<z.ZodNativeEnum<typeof AMLStatus>>;
224
+ aicStatus: z.ZodOptional<z.ZodNativeEnum<typeof AicStatus>>;
225
+ accountId: z.ZodOptional<z.ZodString>;
226
+ search: z.ZodOptional<z.ZodString>;
227
+ investorAccountType: z.ZodOptional<z.ZodNativeEnum<typeof InvestorAccountType>>;
228
+ } & {
229
+ filterBy: z.ZodOptional<z.ZodNativeEnum<typeof FilterBy>>;
230
+ }, "strip", z.ZodTypeAny, {
231
+ accountId?: string | undefined;
232
+ kycStatus?: KYCStatus | undefined;
233
+ amlStatus?: AMLStatus | undefined;
234
+ aicStatus?: AicStatus | undefined;
235
+ search?: string | undefined;
236
+ investorAccountType?: InvestorAccountType | undefined;
237
+ filterBy?: FilterBy | undefined;
238
+ }, {
239
+ accountId?: string | undefined;
240
+ kycStatus?: KYCStatus | undefined;
241
+ amlStatus?: AMLStatus | undefined;
242
+ aicStatus?: AicStatus | undefined;
243
+ search?: string | undefined;
244
+ investorAccountType?: InvestorAccountType | undefined;
245
+ filterBy?: FilterBy | undefined;
246
+ }>;
247
+ /**
248
+ * @description Query parameters for including related entities
249
+ * @example in contract us as -> query: z.object({}).merge(UsersIncludeQuery),
250
+ */
251
+ export declare const IndividualsIncludeQuery: z.ZodObject<{
252
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
253
+ }, "strip", z.ZodTypeAny, {
254
+ include: string[];
255
+ }, {
256
+ include?: string | undefined;
257
+ }>;
258
+ export interface IndividualsIncludeQuery extends z.infer<typeof IndividualsIncludeQuery> {
259
+ }
260
+ export declare const PostIndividualBaseObject: z.ZodObject<{
261
+ lastName: z.ZodOptional<z.ZodString>;
262
+ investorAccountId: z.ZodString;
263
+ firstName: z.ZodOptional<z.ZodString>;
264
+ dob: z.ZodOptional<z.ZodDate>;
265
+ isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
266
+ citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
267
+ ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
268
+ currencyCode: z.ZodOptional<z.ZodString>;
269
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
270
+ role: z.ZodNativeEnum<typeof IndividualRole>;
271
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
272
+ isOk: () => boolean;
273
+ isErr: () => boolean;
274
+ value?: any;
275
+ error?: any;
276
+ } | import("neverthrow").Ok<null, never>, string | null>, {
277
+ isOk: () => boolean;
278
+ isErr: () => boolean;
279
+ value?: any;
280
+ error?: any;
281
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
282
+ ownership: z.ZodOptional<z.ZodNumber>;
283
+ setupStep: z.ZodOptional<z.ZodNativeEnum<typeof SetupStepType>>;
284
+ liquidNetWorth: z.ZodOptional<z.ZodNumber>;
285
+ currentAnnualIncome: z.ZodOptional<z.ZodNumber>;
286
+ sourceOfIncome: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof SourceOfIncome>>>;
287
+ employerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
288
+ investedInCrowdfunding: z.ZodOptional<z.ZodNumber>;
289
+ retirementAccountType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof RetirementAccountType>>>;
290
+ custodianName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
291
+ custodianAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
292
+ custodianRepresentativeName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
293
+ custodianEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
294
+ tid: z.ZodOptional<z.ZodString>;
295
+ }, "strip", z.ZodTypeAny, {
296
+ role: IndividualRole;
297
+ investorAccountId: string;
298
+ firstName?: string | undefined;
299
+ lastName?: string | undefined;
300
+ email?: string | undefined;
301
+ tid?: string | undefined;
302
+ phone?: any;
303
+ currencyCode?: string | undefined;
304
+ liquidNetWorth?: number | undefined;
305
+ dob?: Date | undefined;
306
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
307
+ citizenship?: string | undefined;
308
+ ssn?: string | null | undefined;
309
+ investedInCrowdfunding?: number | undefined;
310
+ currentAnnualIncome?: number | undefined;
311
+ employerName?: string | null | undefined;
312
+ setupStep?: SetupStepType | undefined;
313
+ sourceOfIncome?: SourceOfIncome | null | undefined;
314
+ ownership?: number | undefined;
315
+ retirementAccountType?: RetirementAccountType | null | undefined;
316
+ custodianName?: string | null | undefined;
317
+ custodianAccountNumber?: string | null | undefined;
318
+ custodianRepresentativeName?: string | null | undefined;
319
+ custodianEmail?: string | null | undefined;
320
+ }, {
321
+ role: IndividualRole;
322
+ investorAccountId: string;
323
+ firstName?: string | undefined;
324
+ lastName?: string | undefined;
325
+ email?: string | undefined;
326
+ tid?: string | undefined;
327
+ phone?: string | null | undefined;
328
+ currencyCode?: string | undefined;
329
+ liquidNetWorth?: number | undefined;
330
+ dob?: Date | undefined;
331
+ isUsCitizenOrGreenCardHolder?: unknown;
332
+ citizenship?: string | undefined;
333
+ ssn?: string | null | undefined;
334
+ investedInCrowdfunding?: number | undefined;
335
+ currentAnnualIncome?: number | undefined;
336
+ employerName?: string | null | undefined;
337
+ setupStep?: SetupStepType | undefined;
338
+ sourceOfIncome?: SourceOfIncome | null | undefined;
339
+ ownership?: number | undefined;
340
+ retirementAccountType?: RetirementAccountType | null | undefined;
341
+ custodianName?: string | null | undefined;
342
+ custodianAccountNumber?: string | null | undefined;
343
+ custodianRepresentativeName?: string | null | undefined;
344
+ custodianEmail?: string | null | undefined;
345
+ }>;
346
+ export declare const PostIndividualBodySchema: z.ZodEffects<z.ZodIntersection<z.ZodObject<{
347
+ lastName: z.ZodOptional<z.ZodString>;
348
+ investorAccountId: z.ZodString;
349
+ firstName: z.ZodOptional<z.ZodString>;
350
+ dob: z.ZodOptional<z.ZodDate>;
351
+ isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
352
+ citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
353
+ ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
354
+ currencyCode: z.ZodOptional<z.ZodString>;
355
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
356
+ role: z.ZodNativeEnum<typeof IndividualRole>;
357
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
358
+ isOk: () => boolean;
359
+ isErr: () => boolean;
360
+ value?: any;
361
+ error?: any;
362
+ } | import("neverthrow").Ok<null, never>, string | null>, {
363
+ isOk: () => boolean;
364
+ isErr: () => boolean;
365
+ value?: any;
366
+ error?: any;
367
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
368
+ ownership: z.ZodOptional<z.ZodNumber>;
369
+ setupStep: z.ZodOptional<z.ZodNativeEnum<typeof SetupStepType>>;
370
+ liquidNetWorth: z.ZodOptional<z.ZodNumber>;
371
+ currentAnnualIncome: z.ZodOptional<z.ZodNumber>;
372
+ sourceOfIncome: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof SourceOfIncome>>>;
373
+ employerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
374
+ investedInCrowdfunding: z.ZodOptional<z.ZodNumber>;
375
+ retirementAccountType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof RetirementAccountType>>>;
376
+ custodianName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
377
+ custodianAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
378
+ custodianRepresentativeName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
379
+ custodianEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
380
+ tid: z.ZodOptional<z.ZodString>;
381
+ }, "strip", z.ZodTypeAny, {
382
+ role: IndividualRole;
383
+ investorAccountId: string;
384
+ firstName?: string | undefined;
385
+ lastName?: string | undefined;
386
+ email?: string | undefined;
387
+ tid?: string | undefined;
388
+ phone?: any;
389
+ currencyCode?: string | undefined;
390
+ liquidNetWorth?: number | undefined;
391
+ dob?: Date | undefined;
392
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
393
+ citizenship?: string | undefined;
394
+ ssn?: string | null | undefined;
395
+ investedInCrowdfunding?: number | undefined;
396
+ currentAnnualIncome?: number | undefined;
397
+ employerName?: string | null | undefined;
398
+ setupStep?: SetupStepType | undefined;
399
+ sourceOfIncome?: SourceOfIncome | null | undefined;
400
+ ownership?: number | undefined;
401
+ retirementAccountType?: RetirementAccountType | null | undefined;
402
+ custodianName?: string | null | undefined;
403
+ custodianAccountNumber?: string | null | undefined;
404
+ custodianRepresentativeName?: string | null | undefined;
405
+ custodianEmail?: string | null | undefined;
406
+ }, {
407
+ role: IndividualRole;
408
+ investorAccountId: string;
409
+ firstName?: string | undefined;
410
+ lastName?: string | undefined;
411
+ email?: string | undefined;
412
+ tid?: string | undefined;
413
+ phone?: string | null | undefined;
414
+ currencyCode?: string | undefined;
415
+ liquidNetWorth?: number | undefined;
416
+ dob?: Date | undefined;
417
+ isUsCitizenOrGreenCardHolder?: unknown;
418
+ citizenship?: string | undefined;
419
+ ssn?: string | null | undefined;
420
+ investedInCrowdfunding?: number | undefined;
421
+ currentAnnualIncome?: number | undefined;
422
+ employerName?: string | null | undefined;
423
+ setupStep?: SetupStepType | undefined;
424
+ sourceOfIncome?: SourceOfIncome | null | undefined;
425
+ ownership?: number | undefined;
426
+ retirementAccountType?: RetirementAccountType | null | undefined;
427
+ custodianName?: string | null | undefined;
428
+ custodianAccountNumber?: string | null | undefined;
429
+ custodianRepresentativeName?: string | null | undefined;
430
+ custodianEmail?: string | null | undefined;
431
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
432
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
433
+ address2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
434
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
435
+ }, "strip", z.ZodTypeAny, {
436
+ address?: string | null | undefined;
437
+ city?: string | null | undefined;
438
+ address2?: string | null | undefined;
439
+ }, {
440
+ address?: string | null | undefined;
441
+ city?: string | null | undefined;
442
+ address2?: string | null | undefined;
443
+ }>, z.ZodEffects<z.ZodObject<{
444
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
445
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
446
+ }, "strip", z.ZodTypeAny, {
447
+ country?: string | null | undefined;
448
+ state?: string | null | undefined;
449
+ }, {
450
+ country?: string | null | undefined;
451
+ state?: string | null | undefined;
452
+ }>, {
453
+ country?: string | null | undefined;
454
+ state?: string | null | undefined;
455
+ }, {
456
+ country?: string | null | undefined;
457
+ state?: string | null | undefined;
458
+ }>>, z.ZodEffects<z.ZodObject<{
459
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
460
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
461
+ }, "strip", z.ZodTypeAny, {
462
+ country?: string | null | undefined;
463
+ zip?: string | null | undefined;
464
+ }, {
465
+ country?: string | null | undefined;
466
+ zip?: string | null | undefined;
467
+ }>, {
468
+ country?: string | null | undefined;
469
+ zip?: string | null | undefined;
470
+ }, {
471
+ country?: string | null | undefined;
472
+ zip?: string | null | undefined;
473
+ }>>>, {
474
+ role: IndividualRole;
475
+ investorAccountId: string;
476
+ firstName?: string | undefined;
477
+ lastName?: string | undefined;
478
+ email?: string | undefined;
479
+ tid?: string | undefined;
480
+ phone?: any;
481
+ currencyCode?: string | undefined;
482
+ liquidNetWorth?: number | undefined;
483
+ dob?: Date | undefined;
484
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
485
+ citizenship?: string | undefined;
486
+ ssn?: string | null | undefined;
487
+ investedInCrowdfunding?: number | undefined;
488
+ currentAnnualIncome?: number | undefined;
489
+ employerName?: string | null | undefined;
490
+ setupStep?: SetupStepType | undefined;
491
+ sourceOfIncome?: SourceOfIncome | null | undefined;
492
+ ownership?: number | undefined;
493
+ retirementAccountType?: RetirementAccountType | null | undefined;
494
+ custodianName?: string | null | undefined;
495
+ custodianAccountNumber?: string | null | undefined;
496
+ custodianRepresentativeName?: string | null | undefined;
497
+ custodianEmail?: string | null | undefined;
498
+ } & {
499
+ address?: string | null | undefined;
500
+ city?: string | null | undefined;
501
+ address2?: string | null | undefined;
502
+ } & {
503
+ country?: string | null | undefined;
504
+ state?: string | null | undefined;
505
+ } & {
506
+ country?: string | null | undefined;
507
+ zip?: string | null | undefined;
508
+ }, {
509
+ role: IndividualRole;
510
+ investorAccountId: string;
511
+ firstName?: string | undefined;
512
+ lastName?: string | undefined;
513
+ email?: string | undefined;
514
+ tid?: string | undefined;
515
+ phone?: string | null | undefined;
516
+ currencyCode?: string | undefined;
517
+ liquidNetWorth?: number | undefined;
518
+ dob?: Date | undefined;
519
+ isUsCitizenOrGreenCardHolder?: unknown;
520
+ citizenship?: string | undefined;
521
+ ssn?: string | null | undefined;
522
+ investedInCrowdfunding?: number | undefined;
523
+ currentAnnualIncome?: number | undefined;
524
+ employerName?: string | null | undefined;
525
+ setupStep?: SetupStepType | undefined;
526
+ sourceOfIncome?: SourceOfIncome | null | undefined;
527
+ ownership?: number | undefined;
528
+ retirementAccountType?: RetirementAccountType | null | undefined;
529
+ custodianName?: string | null | undefined;
530
+ custodianAccountNumber?: string | null | undefined;
531
+ custodianRepresentativeName?: string | null | undefined;
532
+ custodianEmail?: string | null | undefined;
533
+ } & {
534
+ address?: string | null | undefined;
535
+ city?: string | null | undefined;
536
+ address2?: string | null | undefined;
537
+ } & {
538
+ country?: string | null | undefined;
539
+ state?: string | null | undefined;
540
+ } & {
541
+ country?: string | null | undefined;
542
+ zip?: string | null | undefined;
543
+ }>;
544
+ export type PostIndividualBodyType = z.infer<typeof PostIndividualBodySchema>;
545
+ export declare const UpdateIndividualBaseObject: z.ZodObject<{
546
+ lastName: z.ZodOptional<z.ZodString>;
547
+ firstName: z.ZodOptional<z.ZodString>;
548
+ kycFirstName: z.ZodOptional<z.ZodString>;
549
+ kycLastName: z.ZodOptional<z.ZodString>;
550
+ dob: z.ZodOptional<z.ZodDate>;
551
+ currencyCode: z.ZodOptional<z.ZodString>;
552
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
553
+ isOk: () => boolean;
554
+ isErr: () => boolean;
555
+ value?: any;
556
+ error?: any;
557
+ } | import("neverthrow").Ok<null, never>, string | null>, {
558
+ isOk: () => boolean;
559
+ isErr: () => boolean;
560
+ value?: any;
561
+ error?: any;
562
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
563
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
564
+ ownership: z.ZodOptional<z.ZodNumber>;
565
+ isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
566
+ citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
567
+ ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
568
+ kycDocumentType: z.ZodOptional<z.ZodNativeEnum<typeof KYCDocumentType>>;
569
+ kycDocumentIssuer: z.ZodOptional<z.ZodString>;
570
+ kycExpirationDate: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
571
+ kycIssuerDate: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
572
+ kycDocumentNumber: z.ZodOptional<z.ZodString>;
573
+ householdNetWorth: z.ZodOptional<z.ZodNumber>;
574
+ liquidNetWorth: z.ZodOptional<z.ZodNumber>;
575
+ currentHouseholdIncome: z.ZodOptional<z.ZodNumber>;
576
+ currentAnnualIncome: z.ZodOptional<z.ZodNumber>;
577
+ investedInCrowdfunding: z.ZodOptional<z.ZodNumber>;
578
+ setupStep: z.ZodOptional<z.ZodNativeEnum<typeof SetupStepType>>;
579
+ employerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
580
+ sourceOfIncome: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof SourceOfIncome>>>;
581
+ aicQuestionnaire: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
582
+ kycProvider: z.ZodOptional<z.ZodString>;
583
+ aicAccreditationType: z.ZodOptional<z.ZodNativeEnum<typeof AicAccreditationType>>;
584
+ accredited: z.ZodOptional<z.ZodBoolean>;
585
+ retirementAccountType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof RetirementAccountType>>>;
586
+ custodianName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
587
+ custodianAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
588
+ custodianRepresentativeName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
589
+ custodianEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
590
+ }, "strip", z.ZodTypeAny, {
591
+ firstName?: string | undefined;
592
+ lastName?: string | undefined;
593
+ email?: string | undefined;
594
+ phone?: any;
595
+ kycFirstName?: string | undefined;
596
+ kycLastName?: string | undefined;
597
+ kycDocumentType?: KYCDocumentType | undefined;
598
+ kycDocumentIssuer?: string | undefined;
599
+ kycProvider?: string | undefined;
600
+ currencyCode?: string | undefined;
601
+ kycDocumentNumber?: string | undefined;
602
+ kycIssuerDate?: string | undefined;
603
+ kycExpirationDate?: string | undefined;
604
+ liquidNetWorth?: number | undefined;
605
+ aicAccreditationType?: AicAccreditationType | undefined;
606
+ aicQuestionnaire?: string | undefined;
607
+ dob?: Date | undefined;
608
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
609
+ citizenship?: string | undefined;
610
+ ssn?: string | null | undefined;
611
+ investedInCrowdfunding?: number | undefined;
612
+ currentAnnualIncome?: number | undefined;
613
+ currentHouseholdIncome?: number | undefined;
614
+ householdNetWorth?: number | undefined;
615
+ employerName?: string | null | undefined;
616
+ setupStep?: SetupStepType | undefined;
617
+ sourceOfIncome?: SourceOfIncome | null | undefined;
618
+ ownership?: number | undefined;
619
+ retirementAccountType?: RetirementAccountType | null | undefined;
620
+ custodianName?: string | null | undefined;
621
+ custodianAccountNumber?: string | null | undefined;
622
+ custodianRepresentativeName?: string | null | undefined;
623
+ custodianEmail?: string | null | undefined;
624
+ accredited?: boolean | undefined;
625
+ }, {
626
+ firstName?: string | undefined;
627
+ lastName?: string | undefined;
628
+ email?: string | undefined;
629
+ phone?: string | null | undefined;
630
+ kycFirstName?: string | undefined;
631
+ kycLastName?: string | undefined;
632
+ kycDocumentType?: KYCDocumentType | undefined;
633
+ kycDocumentIssuer?: string | undefined;
634
+ kycProvider?: string | undefined;
635
+ currencyCode?: string | undefined;
636
+ kycDocumentNumber?: string | undefined;
637
+ kycIssuerDate?: Date | undefined;
638
+ kycExpirationDate?: Date | undefined;
639
+ liquidNetWorth?: number | undefined;
640
+ aicAccreditationType?: AicAccreditationType | undefined;
641
+ aicQuestionnaire?: string | undefined;
642
+ dob?: Date | undefined;
643
+ isUsCitizenOrGreenCardHolder?: unknown;
644
+ citizenship?: string | undefined;
645
+ ssn?: string | null | undefined;
646
+ investedInCrowdfunding?: number | undefined;
647
+ currentAnnualIncome?: number | undefined;
648
+ currentHouseholdIncome?: number | undefined;
649
+ householdNetWorth?: number | undefined;
650
+ employerName?: string | null | undefined;
651
+ setupStep?: SetupStepType | undefined;
652
+ sourceOfIncome?: SourceOfIncome | null | undefined;
653
+ ownership?: number | undefined;
654
+ retirementAccountType?: RetirementAccountType | null | undefined;
655
+ custodianName?: string | null | undefined;
656
+ custodianAccountNumber?: string | null | undefined;
657
+ custodianRepresentativeName?: string | null | undefined;
658
+ custodianEmail?: string | null | undefined;
659
+ accredited?: boolean | undefined;
660
+ }>;
661
+ export declare const UpdateIndividualBodySchema: z.ZodIntersection<z.ZodObject<{
662
+ lastName: z.ZodOptional<z.ZodString>;
663
+ firstName: z.ZodOptional<z.ZodString>;
664
+ kycFirstName: z.ZodOptional<z.ZodString>;
665
+ kycLastName: z.ZodOptional<z.ZodString>;
666
+ dob: z.ZodOptional<z.ZodDate>;
667
+ currencyCode: z.ZodOptional<z.ZodString>;
668
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
669
+ isOk: () => boolean;
670
+ isErr: () => boolean;
671
+ value?: any;
672
+ error?: any;
673
+ } | import("neverthrow").Ok<null, never>, string | null>, {
674
+ isOk: () => boolean;
675
+ isErr: () => boolean;
676
+ value?: any;
677
+ error?: any;
678
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
679
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
680
+ ownership: z.ZodOptional<z.ZodNumber>;
681
+ isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
682
+ citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
683
+ ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
684
+ kycDocumentType: z.ZodOptional<z.ZodNativeEnum<typeof KYCDocumentType>>;
685
+ kycDocumentIssuer: z.ZodOptional<z.ZodString>;
686
+ kycExpirationDate: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
687
+ kycIssuerDate: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
688
+ kycDocumentNumber: z.ZodOptional<z.ZodString>;
689
+ householdNetWorth: z.ZodOptional<z.ZodNumber>;
690
+ liquidNetWorth: z.ZodOptional<z.ZodNumber>;
691
+ currentHouseholdIncome: z.ZodOptional<z.ZodNumber>;
692
+ currentAnnualIncome: z.ZodOptional<z.ZodNumber>;
693
+ investedInCrowdfunding: z.ZodOptional<z.ZodNumber>;
694
+ setupStep: z.ZodOptional<z.ZodNativeEnum<typeof SetupStepType>>;
695
+ employerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
696
+ sourceOfIncome: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof SourceOfIncome>>>;
697
+ aicQuestionnaire: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
698
+ kycProvider: z.ZodOptional<z.ZodString>;
699
+ aicAccreditationType: z.ZodOptional<z.ZodNativeEnum<typeof AicAccreditationType>>;
700
+ accredited: z.ZodOptional<z.ZodBoolean>;
701
+ retirementAccountType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof RetirementAccountType>>>;
702
+ custodianName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
703
+ custodianAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
704
+ custodianRepresentativeName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
705
+ custodianEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
706
+ }, "strip", z.ZodTypeAny, {
707
+ firstName?: string | undefined;
708
+ lastName?: string | undefined;
709
+ email?: string | undefined;
710
+ phone?: any;
711
+ kycFirstName?: string | undefined;
712
+ kycLastName?: string | undefined;
713
+ kycDocumentType?: KYCDocumentType | undefined;
714
+ kycDocumentIssuer?: string | undefined;
715
+ kycProvider?: string | undefined;
716
+ currencyCode?: string | undefined;
717
+ kycDocumentNumber?: string | undefined;
718
+ kycIssuerDate?: string | undefined;
719
+ kycExpirationDate?: string | undefined;
720
+ liquidNetWorth?: number | undefined;
721
+ aicAccreditationType?: AicAccreditationType | undefined;
722
+ aicQuestionnaire?: string | undefined;
723
+ dob?: Date | undefined;
724
+ isUsCitizenOrGreenCardHolder?: boolean | undefined;
725
+ citizenship?: string | undefined;
726
+ ssn?: string | null | undefined;
727
+ investedInCrowdfunding?: number | undefined;
728
+ currentAnnualIncome?: number | undefined;
729
+ currentHouseholdIncome?: number | undefined;
730
+ householdNetWorth?: number | undefined;
731
+ employerName?: string | null | undefined;
732
+ setupStep?: SetupStepType | undefined;
733
+ sourceOfIncome?: SourceOfIncome | null | undefined;
734
+ ownership?: number | undefined;
735
+ retirementAccountType?: RetirementAccountType | null | undefined;
736
+ custodianName?: string | null | undefined;
737
+ custodianAccountNumber?: string | null | undefined;
738
+ custodianRepresentativeName?: string | null | undefined;
739
+ custodianEmail?: string | null | undefined;
740
+ accredited?: boolean | undefined;
741
+ }, {
742
+ firstName?: string | undefined;
743
+ lastName?: string | undefined;
744
+ email?: string | undefined;
745
+ phone?: string | null | undefined;
746
+ kycFirstName?: string | undefined;
747
+ kycLastName?: string | undefined;
748
+ kycDocumentType?: KYCDocumentType | undefined;
749
+ kycDocumentIssuer?: string | undefined;
750
+ kycProvider?: string | undefined;
751
+ currencyCode?: string | undefined;
752
+ kycDocumentNumber?: string | undefined;
753
+ kycIssuerDate?: Date | undefined;
754
+ kycExpirationDate?: Date | undefined;
755
+ liquidNetWorth?: number | undefined;
756
+ aicAccreditationType?: AicAccreditationType | undefined;
757
+ aicQuestionnaire?: string | undefined;
758
+ dob?: Date | undefined;
759
+ isUsCitizenOrGreenCardHolder?: unknown;
760
+ citizenship?: string | undefined;
761
+ ssn?: string | null | undefined;
762
+ investedInCrowdfunding?: number | undefined;
763
+ currentAnnualIncome?: number | undefined;
764
+ currentHouseholdIncome?: number | undefined;
765
+ householdNetWorth?: number | undefined;
766
+ employerName?: string | null | undefined;
767
+ setupStep?: SetupStepType | undefined;
768
+ sourceOfIncome?: SourceOfIncome | null | undefined;
769
+ ownership?: number | undefined;
770
+ retirementAccountType?: RetirementAccountType | null | undefined;
771
+ custodianName?: string | null | undefined;
772
+ custodianAccountNumber?: string | null | undefined;
773
+ custodianRepresentativeName?: string | null | undefined;
774
+ custodianEmail?: string | null | undefined;
775
+ accredited?: boolean | undefined;
776
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
777
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
778
+ address2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
779
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
780
+ }, "strip", z.ZodTypeAny, {
781
+ address?: string | null | undefined;
782
+ city?: string | null | undefined;
783
+ address2?: string | null | undefined;
784
+ }, {
785
+ address?: string | null | undefined;
786
+ city?: string | null | undefined;
787
+ address2?: string | null | undefined;
788
+ }>, z.ZodEffects<z.ZodObject<{
789
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
790
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ country?: string | null | undefined;
793
+ state?: string | null | undefined;
794
+ }, {
795
+ country?: string | null | undefined;
796
+ state?: string | null | undefined;
797
+ }>, {
798
+ country?: string | null | undefined;
799
+ state?: string | null | undefined;
800
+ }, {
801
+ country?: string | null | undefined;
802
+ state?: string | null | undefined;
803
+ }>>, z.ZodEffects<z.ZodObject<{
804
+ country: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<Readonly<Record<string, string>>>>>;
805
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
806
+ }, "strip", z.ZodTypeAny, {
807
+ country?: string | null | undefined;
808
+ zip?: string | null | undefined;
809
+ }, {
810
+ country?: string | null | undefined;
811
+ zip?: string | null | undefined;
812
+ }>, {
813
+ country?: string | null | undefined;
814
+ zip?: string | null | undefined;
815
+ }, {
816
+ country?: string | null | undefined;
817
+ zip?: string | null | undefined;
818
+ }>>>;
819
+ export type UpdateIndividualBodyType = z.infer<typeof UpdateIndividualBodySchema>;
820
+ export declare const IndividualResponseSchema: z.ZodObject<{
821
+ id: z.ZodString;
822
+ __entity: z.ZodOptional<z.ZodString>;
823
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
824
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
825
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
826
+ } & {
827
+ tid: z.ZodNullable<z.ZodString>;
828
+ accountId: z.ZodString;
829
+ account: z.ZodOptional<z.ZodLazy<z.ZodObject<{
830
+ id: z.ZodString;
831
+ __entity: z.ZodOptional<z.ZodString>;
832
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
833
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
834
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
835
+ } & {
836
+ name: z.ZodString;
837
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
838
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
839
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
840
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
841
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
842
+ allowPendingComplianceReview: z.ZodBoolean;
843
+ }, "strip", z.ZodTypeAny, {
844
+ status: import("./common.types").AccountStatus;
845
+ id: string;
846
+ createdAt: string | Date;
847
+ updatedAt: string | Date;
848
+ deletedAt: string | Date | null;
849
+ name: string;
850
+ managedBy: import("./common.types").ManagedByType | null;
851
+ platform: import("./common.types").Platform;
852
+ onboardingReviewerId: string | null;
853
+ onboardingReviewAt: Date | null;
854
+ allowPendingComplianceReview: boolean;
855
+ __entity?: string | undefined;
856
+ }, {
857
+ status: import("./common.types").AccountStatus;
858
+ id: string;
859
+ createdAt: string | Date;
860
+ updatedAt: string | Date;
861
+ deletedAt: string | Date | null;
862
+ name: string;
863
+ managedBy: import("./common.types").ManagedByType | null;
864
+ platform: import("./common.types").Platform;
865
+ onboardingReviewerId: string | null;
866
+ onboardingReviewAt: Date | null;
867
+ allowPendingComplianceReview: boolean;
868
+ __entity?: string | undefined;
869
+ }>>>;
870
+ investorAccountId: z.ZodString;
871
+ investorAccount: z.ZodOptional<z.ZodLazy<z.ZodObject<{
872
+ id: z.ZodString;
873
+ __entity: z.ZodOptional<z.ZodString>;
874
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
875
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
876
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
877
+ } & {
878
+ tid: z.ZodNullable<z.ZodString>;
879
+ investorAccountType: z.ZodNativeEnum<typeof InvestorAccountType>;
880
+ user: z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
881
+ id: z.ZodString;
882
+ __entity: z.ZodOptional<z.ZodString>;
883
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
884
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
885
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
886
+ } & {
887
+ userLoginId: z.ZodNullable<z.ZodString>;
888
+ roleId: z.ZodNullable<z.ZodString>;
889
+ inviteId: z.ZodNullable<z.ZodString>;
890
+ accountId: z.ZodNullable<z.ZodString>;
891
+ onboarding: z.ZodNullable<z.ZodString>;
892
+ account: z.ZodOptional<z.ZodObject<{
893
+ id: z.ZodString;
894
+ __entity: z.ZodOptional<z.ZodString>;
895
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
896
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
897
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
898
+ } & {
899
+ name: z.ZodString;
900
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
901
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
902
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
903
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
904
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
905
+ allowPendingComplianceReview: z.ZodBoolean;
906
+ }, "strip", z.ZodTypeAny, {
907
+ status: import("./common.types").AccountStatus;
908
+ id: string;
909
+ createdAt: string | Date;
910
+ updatedAt: string | Date;
911
+ deletedAt: string | Date | null;
912
+ name: string;
913
+ managedBy: import("./common.types").ManagedByType | null;
914
+ platform: import("./common.types").Platform;
915
+ onboardingReviewerId: string | null;
916
+ onboardingReviewAt: Date | null;
917
+ allowPendingComplianceReview: boolean;
918
+ __entity?: string | undefined;
919
+ }, {
920
+ status: import("./common.types").AccountStatus;
921
+ id: string;
922
+ createdAt: string | Date;
923
+ updatedAt: string | Date;
924
+ deletedAt: string | Date | null;
925
+ name: string;
926
+ managedBy: import("./common.types").ManagedByType | null;
927
+ platform: import("./common.types").Platform;
928
+ onboardingReviewerId: string | null;
929
+ onboardingReviewAt: Date | null;
930
+ allowPendingComplianceReview: boolean;
931
+ __entity?: string | undefined;
932
+ }>>;
933
+ active: z.ZodBoolean;
934
+ locked: z.ZodBoolean;
935
+ userLogin: z.ZodObject<{
936
+ id: z.ZodString;
937
+ __entity: z.ZodOptional<z.ZodString>;
938
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
939
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
940
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
941
+ } & {
942
+ firstName: z.ZodString;
943
+ lastName: z.ZodString;
944
+ email: z.ZodString;
945
+ provider: z.ZodString;
946
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
947
+ loginCount: z.ZodNumber;
948
+ }, "strip", z.ZodTypeAny, {
949
+ id: string;
950
+ createdAt: string | Date;
951
+ updatedAt: string | Date;
952
+ deletedAt: string | Date | null;
953
+ firstName: string;
954
+ lastName: string;
955
+ email: string;
956
+ provider: string;
957
+ lastLoginAt: string | Date | null;
958
+ loginCount: number;
959
+ __entity?: string | undefined;
960
+ }, {
961
+ id: string;
962
+ createdAt: string | Date;
963
+ updatedAt: string | Date;
964
+ deletedAt: string | Date | null;
965
+ firstName: string;
966
+ lastName: string;
967
+ email: string;
968
+ provider: string;
969
+ lastLoginAt: string | Date | null;
970
+ loginCount: number;
971
+ __entity?: string | undefined;
972
+ }>;
973
+ }, "strip", z.ZodTypeAny, {
974
+ id: string;
975
+ createdAt: string | Date;
976
+ updatedAt: string | Date;
977
+ deletedAt: string | Date | null;
978
+ active: boolean;
979
+ inviteId: string | null;
980
+ accountId: string | null;
981
+ roleId: string | null;
982
+ userLoginId: string | null;
983
+ locked: boolean;
984
+ onboarding: string | null;
985
+ userLogin: {
986
+ id: string;
987
+ createdAt: string | Date;
988
+ updatedAt: string | Date;
989
+ deletedAt: string | Date | null;
990
+ firstName: string;
991
+ lastName: string;
992
+ email: string;
993
+ provider: string;
994
+ lastLoginAt: string | Date | null;
995
+ loginCount: number;
996
+ __entity?: string | undefined;
997
+ };
998
+ __entity?: string | undefined;
999
+ account?: {
1000
+ status: import("./common.types").AccountStatus;
1001
+ id: string;
1002
+ createdAt: string | Date;
1003
+ updatedAt: string | Date;
1004
+ deletedAt: string | Date | null;
1005
+ name: string;
1006
+ managedBy: import("./common.types").ManagedByType | null;
1007
+ platform: import("./common.types").Platform;
1008
+ onboardingReviewerId: string | null;
1009
+ onboardingReviewAt: Date | null;
1010
+ allowPendingComplianceReview: boolean;
1011
+ __entity?: string | undefined;
1012
+ } | undefined;
1013
+ }, {
1014
+ id: string;
1015
+ createdAt: string | Date;
1016
+ updatedAt: string | Date;
1017
+ deletedAt: string | Date | null;
1018
+ active: boolean;
1019
+ inviteId: string | null;
1020
+ accountId: string | null;
1021
+ roleId: string | null;
1022
+ userLoginId: string | null;
1023
+ locked: boolean;
1024
+ onboarding: string | null;
1025
+ userLogin: {
1026
+ id: string;
1027
+ createdAt: string | Date;
1028
+ updatedAt: string | Date;
1029
+ deletedAt: string | Date | null;
1030
+ firstName: string;
1031
+ lastName: string;
1032
+ email: string;
1033
+ provider: string;
1034
+ lastLoginAt: string | Date | null;
1035
+ loginCount: number;
1036
+ __entity?: string | undefined;
1037
+ };
1038
+ __entity?: string | undefined;
1039
+ account?: {
1040
+ status: import("./common.types").AccountStatus;
1041
+ id: string;
1042
+ createdAt: string | Date;
1043
+ updatedAt: string | Date;
1044
+ deletedAt: string | Date | null;
1045
+ name: string;
1046
+ managedBy: import("./common.types").ManagedByType | null;
1047
+ platform: import("./common.types").Platform;
1048
+ onboardingReviewerId: string | null;
1049
+ onboardingReviewAt: Date | null;
1050
+ allowPendingComplianceReview: boolean;
1051
+ __entity?: string | undefined;
1052
+ } | undefined;
1053
+ }>>>>;
1054
+ userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1055
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1056
+ name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1057
+ regAQualified: z.ZodBoolean;
1058
+ regCfQualified: z.ZodBoolean;
1059
+ regDQualified: z.ZodBoolean;
1060
+ accountId: z.ZodString;
1061
+ account: z.ZodOptional<z.ZodLazy<z.ZodObject<{
1062
+ id: z.ZodString;
1063
+ __entity: z.ZodOptional<z.ZodString>;
1064
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1065
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1066
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1067
+ } & {
1068
+ name: z.ZodString;
1069
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
1070
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
1071
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
1072
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
1073
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1074
+ allowPendingComplianceReview: z.ZodBoolean;
1075
+ }, "strip", z.ZodTypeAny, {
1076
+ status: import("./common.types").AccountStatus;
1077
+ id: string;
1078
+ createdAt: string | Date;
1079
+ updatedAt: string | Date;
1080
+ deletedAt: string | Date | null;
1081
+ name: string;
1082
+ managedBy: import("./common.types").ManagedByType | null;
1083
+ platform: import("./common.types").Platform;
1084
+ onboardingReviewerId: string | null;
1085
+ onboardingReviewAt: Date | null;
1086
+ allowPendingComplianceReview: boolean;
1087
+ __entity?: string | undefined;
1088
+ }, {
1089
+ status: import("./common.types").AccountStatus;
1090
+ id: string;
1091
+ createdAt: string | Date;
1092
+ updatedAt: string | Date;
1093
+ deletedAt: string | Date | null;
1094
+ name: string;
1095
+ managedBy: import("./common.types").ManagedByType | null;
1096
+ platform: import("./common.types").Platform;
1097
+ onboardingReviewerId: string | null;
1098
+ onboardingReviewAt: Date | null;
1099
+ allowPendingComplianceReview: boolean;
1100
+ __entity?: string | undefined;
1101
+ }>>>;
1102
+ trades: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
1103
+ individuals: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
1104
+ legalEntities: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
1105
+ id: z.ZodString;
1106
+ __entity: z.ZodOptional<z.ZodString>;
1107
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1108
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1109
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1110
+ } & {
1111
+ thirdPartyId: z.ZodNullable<z.ZodString>;
1112
+ accountId: z.ZodString;
1113
+ investorAccountId: z.ZodString;
1114
+ kybStatus: z.ZodLazy<z.ZodNativeEnum<typeof import("./common.types").KYBStatus>>;
1115
+ sanctionsStatus: z.ZodLazy<z.ZodNativeEnum<typeof SanctionsStatus>>;
1116
+ kybs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1117
+ id: z.ZodString;
1118
+ __entity: z.ZodOptional<z.ZodString>;
1119
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1120
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1121
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1122
+ } & {
1123
+ thirdPartyId: z.ZodString;
1124
+ platform: z.ZodString;
1125
+ legalEntityId: z.ZodString;
1126
+ documentType: z.ZodString;
1127
+ documentImage: z.ZodString;
1128
+ kybStatus: z.ZodNativeEnum<typeof import("./common.types").KYBStatus>;
1129
+ reason: z.ZodNullable<z.ZodString>;
1130
+ response: z.ZodNullable<z.ZodString>;
1131
+ }, "strip", z.ZodTypeAny, {
1132
+ id: string;
1133
+ createdAt: string | Date;
1134
+ updatedAt: string | Date;
1135
+ deletedAt: string | Date | null;
1136
+ platform: string;
1137
+ documentType: string;
1138
+ documentImage: string;
1139
+ reason: string | null;
1140
+ response: string | null;
1141
+ thirdPartyId: string;
1142
+ legalEntityId: string;
1143
+ kybStatus: import("./common.types").KYBStatus;
1144
+ __entity?: string | undefined;
1145
+ }, {
1146
+ id: string;
1147
+ createdAt: string | Date;
1148
+ updatedAt: string | Date;
1149
+ deletedAt: string | Date | null;
1150
+ platform: string;
1151
+ documentType: string;
1152
+ documentImage: string;
1153
+ reason: string | null;
1154
+ response: string | null;
1155
+ thirdPartyId: string;
1156
+ legalEntityId: string;
1157
+ kybStatus: import("./common.types").KYBStatus;
1158
+ __entity?: string | undefined;
1159
+ }>, "many">>;
1160
+ name: z.ZodString;
1161
+ ein: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1162
+ companyType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1163
+ streetAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1164
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1165
+ state: z.ZodNullable<z.ZodString>;
1166
+ zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1167
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1168
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1169
+ setupStatus: z.ZodNativeEnum<typeof SetupStatusType>;
1170
+ }, "strip", z.ZodTypeAny, {
1171
+ id: string;
1172
+ createdAt: string | Date;
1173
+ updatedAt: string | Date;
1174
+ deletedAt: string | Date | null;
1175
+ accountId: string;
1176
+ name: string;
1177
+ state: string | null;
1178
+ thirdPartyId: string | null;
1179
+ kybStatus: import("./common.types").KYBStatus;
1180
+ investorAccountId: string;
1181
+ sanctionsStatus: SanctionsStatus;
1182
+ setupStatus: SetupStatusType;
1183
+ __entity?: string | undefined;
1184
+ country?: string | null | undefined;
1185
+ kybs?: {
1186
+ id: string;
1187
+ createdAt: string | Date;
1188
+ updatedAt: string | Date;
1189
+ deletedAt: string | Date | null;
1190
+ platform: string;
1191
+ documentType: string;
1192
+ documentImage: string;
1193
+ reason: string | null;
1194
+ response: string | null;
1195
+ thirdPartyId: string;
1196
+ legalEntityId: string;
1197
+ kybStatus: import("./common.types").KYBStatus;
1198
+ __entity?: string | undefined;
1199
+ }[] | undefined;
1200
+ phone?: string | null | undefined;
1201
+ city?: string | null | undefined;
1202
+ zip?: string | null | undefined;
1203
+ ein?: string | null | undefined;
1204
+ companyType?: string | null | undefined;
1205
+ streetAddress?: string | null | undefined;
1206
+ }, {
1207
+ id: string;
1208
+ createdAt: string | Date;
1209
+ updatedAt: string | Date;
1210
+ deletedAt: string | Date | null;
1211
+ accountId: string;
1212
+ name: string;
1213
+ state: string | null;
1214
+ thirdPartyId: string | null;
1215
+ kybStatus: import("./common.types").KYBStatus;
1216
+ investorAccountId: string;
1217
+ sanctionsStatus: SanctionsStatus;
1218
+ setupStatus: SetupStatusType;
1219
+ __entity?: string | undefined;
1220
+ country?: string | null | undefined;
1221
+ kybs?: {
1222
+ id: string;
1223
+ createdAt: string | Date;
1224
+ updatedAt: string | Date;
1225
+ deletedAt: string | Date | null;
1226
+ platform: string;
1227
+ documentType: string;
1228
+ documentImage: string;
1229
+ reason: string | null;
1230
+ response: string | null;
1231
+ thirdPartyId: string;
1232
+ legalEntityId: string;
1233
+ kybStatus: import("./common.types").KYBStatus;
1234
+ __entity?: string | undefined;
1235
+ }[] | undefined;
1236
+ phone?: string | null | undefined;
1237
+ city?: string | null | undefined;
1238
+ zip?: string | null | undefined;
1239
+ ein?: string | null | undefined;
1240
+ companyType?: string | null | undefined;
1241
+ streetAddress?: string | null | undefined;
1242
+ }>>, "many">>;
1243
+ setupStatus: z.ZodNativeEnum<typeof SetupStatusType>;
1244
+ systemReviewLog: z.ZodNullable<z.ZodString>;
1245
+ totalAmount: z.ZodOptional<z.ZodNumber>;
1246
+ statusCheck: z.ZodOptional<z.ZodLazy<z.ZodObject<{
1247
+ entity: z.ZodOptional<z.ZodObject<{
1248
+ information: z.ZodDefault<z.ZodBoolean>;
1249
+ address: z.ZodDefault<z.ZodBoolean>;
1250
+ }, "strip", z.ZodTypeAny, {
1251
+ address: boolean;
1252
+ information: boolean;
1253
+ }, {
1254
+ address?: boolean | undefined;
1255
+ information?: boolean | undefined;
1256
+ }>>;
1257
+ primary: z.ZodOptional<z.ZodObject<{
1258
+ account: z.ZodDefault<z.ZodBoolean>;
1259
+ personal: z.ZodDefault<z.ZodBoolean>;
1260
+ residential: z.ZodDefault<z.ZodBoolean>;
1261
+ identity: z.ZodDefault<z.ZodBoolean>;
1262
+ financial: z.ZodDefault<z.ZodBoolean>;
1263
+ investorQuestionnaire: z.ZodDefault<z.ZodBoolean>;
1264
+ accreditation: z.ZodDefault<z.ZodBoolean>;
1265
+ trustedContact: z.ZodDefault<z.ZodBoolean>;
1266
+ retirement: z.ZodOptional<z.ZodBoolean>;
1267
+ }, "strip", z.ZodTypeAny, {
1268
+ account: boolean;
1269
+ personal: boolean;
1270
+ residential: boolean;
1271
+ identity: boolean;
1272
+ financial: boolean;
1273
+ investorQuestionnaire: boolean;
1274
+ accreditation: boolean;
1275
+ trustedContact: boolean;
1276
+ retirement?: boolean | undefined;
1277
+ }, {
1278
+ account?: boolean | undefined;
1279
+ personal?: boolean | undefined;
1280
+ residential?: boolean | undefined;
1281
+ identity?: boolean | undefined;
1282
+ financial?: boolean | undefined;
1283
+ investorQuestionnaire?: boolean | undefined;
1284
+ accreditation?: boolean | undefined;
1285
+ trustedContact?: boolean | undefined;
1286
+ retirement?: boolean | undefined;
1287
+ }>>;
1288
+ secondary: z.ZodOptional<z.ZodObject<{
1289
+ personal: z.ZodDefault<z.ZodBoolean>;
1290
+ residential: z.ZodDefault<z.ZodBoolean>;
1291
+ identity: z.ZodDefault<z.ZodBoolean>;
1292
+ financial: z.ZodDefault<z.ZodBoolean>;
1293
+ }, "strip", z.ZodTypeAny, {
1294
+ personal: boolean;
1295
+ residential: boolean;
1296
+ identity: boolean;
1297
+ financial: boolean;
1298
+ }, {
1299
+ personal?: boolean | undefined;
1300
+ residential?: boolean | undefined;
1301
+ identity?: boolean | undefined;
1302
+ financial?: boolean | undefined;
1303
+ }>>;
1304
+ }, "strip", z.ZodTypeAny, {
1305
+ entity?: {
1306
+ address: boolean;
1307
+ information: boolean;
1308
+ } | undefined;
1309
+ primary?: {
1310
+ account: boolean;
1311
+ personal: boolean;
1312
+ residential: boolean;
1313
+ identity: boolean;
1314
+ financial: boolean;
1315
+ investorQuestionnaire: boolean;
1316
+ accreditation: boolean;
1317
+ trustedContact: boolean;
1318
+ retirement?: boolean | undefined;
1319
+ } | undefined;
1320
+ secondary?: {
1321
+ personal: boolean;
1322
+ residential: boolean;
1323
+ identity: boolean;
1324
+ financial: boolean;
1325
+ } | undefined;
1326
+ }, {
1327
+ entity?: {
1328
+ address?: boolean | undefined;
1329
+ information?: boolean | undefined;
1330
+ } | undefined;
1331
+ primary?: {
1332
+ account?: boolean | undefined;
1333
+ personal?: boolean | undefined;
1334
+ residential?: boolean | undefined;
1335
+ identity?: boolean | undefined;
1336
+ financial?: boolean | undefined;
1337
+ investorQuestionnaire?: boolean | undefined;
1338
+ accreditation?: boolean | undefined;
1339
+ trustedContact?: boolean | undefined;
1340
+ retirement?: boolean | undefined;
1341
+ } | undefined;
1342
+ secondary?: {
1343
+ personal?: boolean | undefined;
1344
+ residential?: boolean | undefined;
1345
+ identity?: boolean | undefined;
1346
+ financial?: boolean | undefined;
1347
+ } | undefined;
1348
+ }>>>;
1349
+ trustedContacts: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
1350
+ id: z.ZodString;
1351
+ __entity: z.ZodOptional<z.ZodString>;
1352
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1353
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1354
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1355
+ } & {
1356
+ firstName: z.ZodNullable<z.ZodString>;
1357
+ lastName: z.ZodNullable<z.ZodString>;
1358
+ email: z.ZodNullable<z.ZodString>;
1359
+ phone: z.ZodNullable<z.ZodObject<{
1360
+ countryCallingCode: z.ZodString;
1361
+ country: z.ZodString;
1362
+ nationalNumber: z.ZodString;
1363
+ number: z.ZodString;
1364
+ formatNational: z.ZodString;
1365
+ formatInternational: z.ZodString;
1366
+ }, "strip", z.ZodTypeAny, {
1367
+ number: string;
1368
+ countryCallingCode: string;
1369
+ country: string;
1370
+ nationalNumber: string;
1371
+ formatNational: string;
1372
+ formatInternational: string;
1373
+ }, {
1374
+ number: string;
1375
+ countryCallingCode: string;
1376
+ country: string;
1377
+ nationalNumber: string;
1378
+ formatNational: string;
1379
+ formatInternational: string;
1380
+ }>>;
1381
+ address: z.ZodNullable<z.ZodString>;
1382
+ address2: z.ZodNullable<z.ZodString>;
1383
+ city: z.ZodNullable<z.ZodString>;
1384
+ state: z.ZodNullable<z.ZodString>;
1385
+ zip: z.ZodNullable<z.ZodString>;
1386
+ country: z.ZodNullable<z.ZodString>;
1387
+ relationship: z.ZodNativeEnum<typeof import("./common.types").TrustedContactRelationship>;
1388
+ }, "strip", z.ZodTypeAny, {
1389
+ id: string;
1390
+ createdAt: string | Date;
1391
+ updatedAt: string | Date;
1392
+ deletedAt: string | Date | null;
1393
+ country: string | null;
1394
+ firstName: string | null;
1395
+ lastName: string | null;
1396
+ email: string | null;
1397
+ phone: {
1398
+ number: string;
1399
+ countryCallingCode: string;
1400
+ country: string;
1401
+ nationalNumber: string;
1402
+ formatNational: string;
1403
+ formatInternational: string;
1404
+ } | null;
1405
+ state: string | null;
1406
+ address: string | null;
1407
+ city: string | null;
1408
+ zip: string | null;
1409
+ address2: string | null;
1410
+ relationship: import("./common.types").TrustedContactRelationship;
1411
+ __entity?: string | undefined;
1412
+ }, {
1413
+ id: string;
1414
+ createdAt: string | Date;
1415
+ updatedAt: string | Date;
1416
+ deletedAt: string | Date | null;
1417
+ country: string | null;
1418
+ firstName: string | null;
1419
+ lastName: string | null;
1420
+ email: string | null;
1421
+ phone: {
1422
+ number: string;
1423
+ countryCallingCode: string;
1424
+ country: string;
1425
+ nationalNumber: string;
1426
+ formatNational: string;
1427
+ formatInternational: string;
1428
+ } | null;
1429
+ state: string | null;
1430
+ address: string | null;
1431
+ city: string | null;
1432
+ zip: string | null;
1433
+ address2: string | null;
1434
+ relationship: import("./common.types").TrustedContactRelationship;
1435
+ __entity?: string | undefined;
1436
+ }>>, "many">>;
1437
+ }, "strip", z.ZodTypeAny, {
1438
+ id: string;
1439
+ createdAt: string | Date;
1440
+ updatedAt: string | Date;
1441
+ deletedAt: string | Date | null;
1442
+ accountId: string;
1443
+ tid: string | null;
1444
+ investorAccountType: InvestorAccountType;
1445
+ regAQualified: boolean;
1446
+ regCfQualified: boolean;
1447
+ regDQualified: boolean;
1448
+ systemReviewLog: string | null;
1449
+ setupStatus: SetupStatusType;
1450
+ __entity?: string | undefined;
1451
+ email?: string | null | undefined;
1452
+ name?: string | null | undefined;
1453
+ account?: {
1454
+ status: import("./common.types").AccountStatus;
1455
+ id: string;
1456
+ createdAt: string | Date;
1457
+ updatedAt: string | Date;
1458
+ deletedAt: string | Date | null;
1459
+ name: string;
1460
+ managedBy: import("./common.types").ManagedByType | null;
1461
+ platform: import("./common.types").Platform;
1462
+ onboardingReviewerId: string | null;
1463
+ onboardingReviewAt: Date | null;
1464
+ allowPendingComplianceReview: boolean;
1465
+ __entity?: string | undefined;
1466
+ } | undefined;
1467
+ individuals?: any[] | undefined;
1468
+ trades?: any[] | undefined;
1469
+ user?: {
1470
+ id: string;
1471
+ createdAt: string | Date;
1472
+ updatedAt: string | Date;
1473
+ deletedAt: string | Date | null;
1474
+ active: boolean;
1475
+ inviteId: string | null;
1476
+ accountId: string | null;
1477
+ roleId: string | null;
1478
+ userLoginId: string | null;
1479
+ locked: boolean;
1480
+ onboarding: string | null;
1481
+ userLogin: {
1482
+ id: string;
1483
+ createdAt: string | Date;
1484
+ updatedAt: string | Date;
1485
+ deletedAt: string | Date | null;
1486
+ firstName: string;
1487
+ lastName: string;
1488
+ email: string;
1489
+ provider: string;
1490
+ lastLoginAt: string | Date | null;
1491
+ loginCount: number;
1492
+ __entity?: string | undefined;
1493
+ };
1494
+ __entity?: string | undefined;
1495
+ account?: {
1496
+ status: import("./common.types").AccountStatus;
1497
+ id: string;
1498
+ createdAt: string | Date;
1499
+ updatedAt: string | Date;
1500
+ deletedAt: string | Date | null;
1501
+ name: string;
1502
+ managedBy: import("./common.types").ManagedByType | null;
1503
+ platform: import("./common.types").Platform;
1504
+ onboardingReviewerId: string | null;
1505
+ onboardingReviewAt: Date | null;
1506
+ allowPendingComplianceReview: boolean;
1507
+ __entity?: string | undefined;
1508
+ } | undefined;
1509
+ } | null | undefined;
1510
+ legalEntities?: {
1511
+ id: string;
1512
+ createdAt: string | Date;
1513
+ updatedAt: string | Date;
1514
+ deletedAt: string | Date | null;
1515
+ accountId: string;
1516
+ name: string;
1517
+ state: string | null;
1518
+ thirdPartyId: string | null;
1519
+ kybStatus: import("./common.types").KYBStatus;
1520
+ investorAccountId: string;
1521
+ sanctionsStatus: SanctionsStatus;
1522
+ setupStatus: SetupStatusType;
1523
+ __entity?: string | undefined;
1524
+ country?: string | null | undefined;
1525
+ kybs?: {
1526
+ id: string;
1527
+ createdAt: string | Date;
1528
+ updatedAt: string | Date;
1529
+ deletedAt: string | Date | null;
1530
+ platform: string;
1531
+ documentType: string;
1532
+ documentImage: string;
1533
+ reason: string | null;
1534
+ response: string | null;
1535
+ thirdPartyId: string;
1536
+ legalEntityId: string;
1537
+ kybStatus: import("./common.types").KYBStatus;
1538
+ __entity?: string | undefined;
1539
+ }[] | undefined;
1540
+ phone?: string | null | undefined;
1541
+ city?: string | null | undefined;
1542
+ zip?: string | null | undefined;
1543
+ ein?: string | null | undefined;
1544
+ companyType?: string | null | undefined;
1545
+ streetAddress?: string | null | undefined;
1546
+ }[] | undefined;
1547
+ userId?: string | null | undefined;
1548
+ totalAmount?: number | undefined;
1549
+ statusCheck?: {
1550
+ entity?: {
1551
+ address: boolean;
1552
+ information: boolean;
1553
+ } | undefined;
1554
+ primary?: {
1555
+ account: boolean;
1556
+ personal: boolean;
1557
+ residential: boolean;
1558
+ identity: boolean;
1559
+ financial: boolean;
1560
+ investorQuestionnaire: boolean;
1561
+ accreditation: boolean;
1562
+ trustedContact: boolean;
1563
+ retirement?: boolean | undefined;
1564
+ } | undefined;
1565
+ secondary?: {
1566
+ personal: boolean;
1567
+ residential: boolean;
1568
+ identity: boolean;
1569
+ financial: boolean;
1570
+ } | undefined;
1571
+ } | undefined;
1572
+ trustedContacts?: {
1573
+ id: string;
1574
+ createdAt: string | Date;
1575
+ updatedAt: string | Date;
1576
+ deletedAt: string | Date | null;
1577
+ country: string | null;
1578
+ firstName: string | null;
1579
+ lastName: string | null;
1580
+ email: string | null;
1581
+ phone: {
1582
+ number: string;
1583
+ countryCallingCode: string;
1584
+ country: string;
1585
+ nationalNumber: string;
1586
+ formatNational: string;
1587
+ formatInternational: string;
1588
+ } | null;
1589
+ state: string | null;
1590
+ address: string | null;
1591
+ city: string | null;
1592
+ zip: string | null;
1593
+ address2: string | null;
1594
+ relationship: import("./common.types").TrustedContactRelationship;
1595
+ __entity?: string | undefined;
1596
+ }[] | undefined;
1597
+ }, {
1598
+ id: string;
1599
+ createdAt: string | Date;
1600
+ updatedAt: string | Date;
1601
+ deletedAt: string | Date | null;
1602
+ accountId: string;
1603
+ tid: string | null;
1604
+ investorAccountType: InvestorAccountType;
1605
+ regAQualified: boolean;
1606
+ regCfQualified: boolean;
1607
+ regDQualified: boolean;
1608
+ systemReviewLog: string | null;
1609
+ setupStatus: SetupStatusType;
1610
+ __entity?: string | undefined;
1611
+ email?: string | null | undefined;
1612
+ name?: string | null | undefined;
1613
+ account?: {
1614
+ status: import("./common.types").AccountStatus;
1615
+ id: string;
1616
+ createdAt: string | Date;
1617
+ updatedAt: string | Date;
1618
+ deletedAt: string | Date | null;
1619
+ name: string;
1620
+ managedBy: import("./common.types").ManagedByType | null;
1621
+ platform: import("./common.types").Platform;
1622
+ onboardingReviewerId: string | null;
1623
+ onboardingReviewAt: Date | null;
1624
+ allowPendingComplianceReview: boolean;
1625
+ __entity?: string | undefined;
1626
+ } | undefined;
1627
+ individuals?: any[] | undefined;
1628
+ trades?: any[] | undefined;
1629
+ user?: {
1630
+ id: string;
1631
+ createdAt: string | Date;
1632
+ updatedAt: string | Date;
1633
+ deletedAt: string | Date | null;
1634
+ active: boolean;
1635
+ inviteId: string | null;
1636
+ accountId: string | null;
1637
+ roleId: string | null;
1638
+ userLoginId: string | null;
1639
+ locked: boolean;
1640
+ onboarding: string | null;
1641
+ userLogin: {
1642
+ id: string;
1643
+ createdAt: string | Date;
1644
+ updatedAt: string | Date;
1645
+ deletedAt: string | Date | null;
1646
+ firstName: string;
1647
+ lastName: string;
1648
+ email: string;
1649
+ provider: string;
1650
+ lastLoginAt: string | Date | null;
1651
+ loginCount: number;
1652
+ __entity?: string | undefined;
1653
+ };
1654
+ __entity?: string | undefined;
1655
+ account?: {
1656
+ status: import("./common.types").AccountStatus;
1657
+ id: string;
1658
+ createdAt: string | Date;
1659
+ updatedAt: string | Date;
1660
+ deletedAt: string | Date | null;
1661
+ name: string;
1662
+ managedBy: import("./common.types").ManagedByType | null;
1663
+ platform: import("./common.types").Platform;
1664
+ onboardingReviewerId: string | null;
1665
+ onboardingReviewAt: Date | null;
1666
+ allowPendingComplianceReview: boolean;
1667
+ __entity?: string | undefined;
1668
+ } | undefined;
1669
+ } | null | undefined;
1670
+ legalEntities?: {
1671
+ id: string;
1672
+ createdAt: string | Date;
1673
+ updatedAt: string | Date;
1674
+ deletedAt: string | Date | null;
1675
+ accountId: string;
1676
+ name: string;
1677
+ state: string | null;
1678
+ thirdPartyId: string | null;
1679
+ kybStatus: import("./common.types").KYBStatus;
1680
+ investorAccountId: string;
1681
+ sanctionsStatus: SanctionsStatus;
1682
+ setupStatus: SetupStatusType;
1683
+ __entity?: string | undefined;
1684
+ country?: string | null | undefined;
1685
+ kybs?: {
1686
+ id: string;
1687
+ createdAt: string | Date;
1688
+ updatedAt: string | Date;
1689
+ deletedAt: string | Date | null;
1690
+ platform: string;
1691
+ documentType: string;
1692
+ documentImage: string;
1693
+ reason: string | null;
1694
+ response: string | null;
1695
+ thirdPartyId: string;
1696
+ legalEntityId: string;
1697
+ kybStatus: import("./common.types").KYBStatus;
1698
+ __entity?: string | undefined;
1699
+ }[] | undefined;
1700
+ phone?: string | null | undefined;
1701
+ city?: string | null | undefined;
1702
+ zip?: string | null | undefined;
1703
+ ein?: string | null | undefined;
1704
+ companyType?: string | null | undefined;
1705
+ streetAddress?: string | null | undefined;
1706
+ }[] | undefined;
1707
+ userId?: string | null | undefined;
1708
+ totalAmount?: number | undefined;
1709
+ statusCheck?: {
1710
+ entity?: {
1711
+ address?: boolean | undefined;
1712
+ information?: boolean | undefined;
1713
+ } | undefined;
1714
+ primary?: {
1715
+ account?: boolean | undefined;
1716
+ personal?: boolean | undefined;
1717
+ residential?: boolean | undefined;
1718
+ identity?: boolean | undefined;
1719
+ financial?: boolean | undefined;
1720
+ investorQuestionnaire?: boolean | undefined;
1721
+ accreditation?: boolean | undefined;
1722
+ trustedContact?: boolean | undefined;
1723
+ retirement?: boolean | undefined;
1724
+ } | undefined;
1725
+ secondary?: {
1726
+ personal?: boolean | undefined;
1727
+ residential?: boolean | undefined;
1728
+ identity?: boolean | undefined;
1729
+ financial?: boolean | undefined;
1730
+ } | undefined;
1731
+ } | undefined;
1732
+ trustedContacts?: {
1733
+ id: string;
1734
+ createdAt: string | Date;
1735
+ updatedAt: string | Date;
1736
+ deletedAt: string | Date | null;
1737
+ country: string | null;
1738
+ firstName: string | null;
1739
+ lastName: string | null;
1740
+ email: string | null;
1741
+ phone: {
1742
+ number: string;
1743
+ countryCallingCode: string;
1744
+ country: string;
1745
+ nationalNumber: string;
1746
+ formatNational: string;
1747
+ formatInternational: string;
1748
+ } | null;
1749
+ state: string | null;
1750
+ address: string | null;
1751
+ city: string | null;
1752
+ zip: string | null;
1753
+ address2: string | null;
1754
+ relationship: import("./common.types").TrustedContactRelationship;
1755
+ __entity?: string | undefined;
1756
+ }[] | undefined;
1757
+ }>>>;
1758
+ role: z.ZodNativeEnum<typeof IndividualRole>;
1759
+ firstName: z.ZodString;
1760
+ lastName: z.ZodNullable<z.ZodString>;
1761
+ dob: z.ZodNullable<z.ZodDate>;
1762
+ isUsCitizenOrGreenCardHolder: z.ZodBoolean;
1763
+ ssn: z.ZodNullable<z.ZodString>;
1764
+ lastFour: z.ZodNullable<z.ZodString>;
1765
+ address: z.ZodNullable<z.ZodString>;
1766
+ address2: z.ZodNullable<z.ZodString>;
1767
+ email: z.ZodNullable<z.ZodString>;
1768
+ phone: z.ZodNullable<z.ZodString>;
1769
+ city: z.ZodNullable<z.ZodString>;
1770
+ country: z.ZodNullable<z.ZodString>;
1771
+ citizenship: z.ZodNullable<z.ZodString>;
1772
+ state: z.ZodNullable<z.ZodString>;
1773
+ zip: z.ZodNullable<z.ZodString>;
1774
+ currencyCode: z.ZodNullable<z.ZodString>;
1775
+ financialAdvisor: z.ZodBoolean;
1776
+ occupation: z.ZodNullable<z.ZodString>;
1777
+ employmentStatus: z.ZodNativeEnum<typeof EmploymentStatus>;
1778
+ employerName: z.ZodNullable<z.ZodString>;
1779
+ employerAddressLine1: z.ZodNullable<z.ZodString>;
1780
+ employerAddressLine2: z.ZodNullable<z.ZodString>;
1781
+ employerCity: z.ZodNullable<z.ZodString>;
1782
+ employerState: z.ZodNullable<z.ZodString>;
1783
+ employerZip: z.ZodNullable<z.ZodString>;
1784
+ employerCountry: z.ZodNullable<z.ZodString>;
1785
+ kycDocumentType: z.ZodNullable<z.ZodNativeEnum<typeof KYCDocumentType>>;
1786
+ kycDocumentIssuer: z.ZodNullable<z.ZodString>;
1787
+ kycExpirationDate: z.ZodNullable<z.ZodString>;
1788
+ kycIssuerDate: z.ZodNullable<z.ZodString>;
1789
+ kycDocumentNumber: z.ZodNullable<z.ZodString>;
1790
+ kycFirstName: z.ZodNullable<z.ZodString>;
1791
+ kycLastName: z.ZodNullable<z.ZodString>;
1792
+ ownership: z.ZodNullable<z.ZodNumber>;
1793
+ householdNetWorth: z.ZodNullable<z.ZodNumber>;
1794
+ liquidNetWorth: z.ZodNullable<z.ZodNumber>;
1795
+ currentHouseholdIncome: z.ZodNullable<z.ZodNumber>;
1796
+ currentAnnualIncome: z.ZodNullable<z.ZodNumber>;
1797
+ investedInCrowdfunding: z.ZodNullable<z.ZodNumber>;
1798
+ setupStatus: z.ZodNativeEnum<typeof SetupStatusType>;
1799
+ setupStep: z.ZodNativeEnum<typeof SetupStepType>;
1800
+ sourceOfIncome: z.ZodNullable<z.ZodNativeEnum<typeof SourceOfIncome>>;
1801
+ aicQuestionnaire: z.ZodNullable<z.ZodString>;
1802
+ kycStatus: z.ZodNativeEnum<typeof KYCStatus>;
1803
+ kycProvider: z.ZodNullable<z.ZodString>;
1804
+ kycTid: z.ZodNullable<z.ZodString>;
1805
+ aicAccreditationType: z.ZodNativeEnum<typeof AicAccreditationType>;
1806
+ accredited: z.ZodBoolean;
1807
+ retirementAccountType: z.ZodNullable<z.ZodNativeEnum<typeof RetirementAccountType>>;
1808
+ custodianName: z.ZodNullable<z.ZodString>;
1809
+ custodianAccountNumber: z.ZodNullable<z.ZodString>;
1810
+ custodianRepresentativeName: z.ZodNullable<z.ZodString>;
1811
+ custodianEmail: z.ZodNullable<z.ZodString>;
1812
+ }, "strip", z.ZodTypeAny, {
1813
+ id: string;
1814
+ createdAt: string | Date;
1815
+ updatedAt: string | Date;
1816
+ deletedAt: string | Date | null;
1817
+ country: string | null;
1818
+ firstName: string;
1819
+ lastName: string | null;
1820
+ email: string | null;
1821
+ accountId: string;
1822
+ role: IndividualRole;
1823
+ kycStatus: KYCStatus;
1824
+ tid: string | null;
1825
+ phone: string | null;
1826
+ state: string | null;
1827
+ address: string | null;
1828
+ city: string | null;
1829
+ kycFirstName: string | null;
1830
+ kycLastName: string | null;
1831
+ kycDocumentType: KYCDocumentType | null;
1832
+ kycDocumentIssuer: string | null;
1833
+ kycProvider: string | null;
1834
+ zip: string | null;
1835
+ address2: string | null;
1836
+ investorAccountId: string;
1837
+ currencyCode: string | null;
1838
+ setupStatus: SetupStatusType;
1839
+ kycDocumentNumber: string | null;
1840
+ kycIssuerDate: string | null;
1841
+ kycExpirationDate: string | null;
1842
+ liquidNetWorth: number | null;
1843
+ aicAccreditationType: AicAccreditationType;
1844
+ aicQuestionnaire: string | null;
1845
+ dob: Date | null;
1846
+ isUsCitizenOrGreenCardHolder: boolean;
1847
+ citizenship: string | null;
1848
+ ssn: string | null;
1849
+ lastFour: string | null;
1850
+ kycTid: string | null;
1851
+ investedInCrowdfunding: number | null;
1852
+ currentAnnualIncome: number | null;
1853
+ currentHouseholdIncome: number | null;
1854
+ householdNetWorth: number | null;
1855
+ financialAdvisor: boolean;
1856
+ occupation: string | null;
1857
+ employmentStatus: EmploymentStatus;
1858
+ employerName: string | null;
1859
+ employerAddressLine1: string | null;
1860
+ employerAddressLine2: string | null;
1861
+ employerCity: string | null;
1862
+ employerState: string | null;
1863
+ employerZip: string | null;
1864
+ employerCountry: string | null;
1865
+ setupStep: SetupStepType;
1866
+ sourceOfIncome: SourceOfIncome | null;
1867
+ ownership: number | null;
1868
+ retirementAccountType: RetirementAccountType | null;
1869
+ custodianName: string | null;
1870
+ custodianAccountNumber: string | null;
1871
+ custodianRepresentativeName: string | null;
1872
+ custodianEmail: string | null;
1873
+ accredited: boolean;
1874
+ __entity?: string | undefined;
1875
+ account?: {
1876
+ status: import("./common.types").AccountStatus;
1877
+ id: string;
1878
+ createdAt: string | Date;
1879
+ updatedAt: string | Date;
1880
+ deletedAt: string | Date | null;
1881
+ name: string;
1882
+ managedBy: import("./common.types").ManagedByType | null;
1883
+ platform: import("./common.types").Platform;
1884
+ onboardingReviewerId: string | null;
1885
+ onboardingReviewAt: Date | null;
1886
+ allowPendingComplianceReview: boolean;
1887
+ __entity?: string | undefined;
1888
+ } | undefined;
1889
+ investorAccount?: {
1890
+ id: string;
1891
+ createdAt: string | Date;
1892
+ updatedAt: string | Date;
1893
+ deletedAt: string | Date | null;
1894
+ accountId: string;
1895
+ tid: string | null;
1896
+ investorAccountType: InvestorAccountType;
1897
+ regAQualified: boolean;
1898
+ regCfQualified: boolean;
1899
+ regDQualified: boolean;
1900
+ systemReviewLog: string | null;
1901
+ setupStatus: SetupStatusType;
1902
+ __entity?: string | undefined;
1903
+ email?: string | null | undefined;
1904
+ name?: string | null | undefined;
1905
+ account?: {
1906
+ status: import("./common.types").AccountStatus;
1907
+ id: string;
1908
+ createdAt: string | Date;
1909
+ updatedAt: string | Date;
1910
+ deletedAt: string | Date | null;
1911
+ name: string;
1912
+ managedBy: import("./common.types").ManagedByType | null;
1913
+ platform: import("./common.types").Platform;
1914
+ onboardingReviewerId: string | null;
1915
+ onboardingReviewAt: Date | null;
1916
+ allowPendingComplianceReview: boolean;
1917
+ __entity?: string | undefined;
1918
+ } | undefined;
1919
+ individuals?: any[] | undefined;
1920
+ trades?: any[] | undefined;
1921
+ user?: {
1922
+ id: string;
1923
+ createdAt: string | Date;
1924
+ updatedAt: string | Date;
1925
+ deletedAt: string | Date | null;
1926
+ active: boolean;
1927
+ inviteId: string | null;
1928
+ accountId: string | null;
1929
+ roleId: string | null;
1930
+ userLoginId: string | null;
1931
+ locked: boolean;
1932
+ onboarding: string | null;
1933
+ userLogin: {
1934
+ id: string;
1935
+ createdAt: string | Date;
1936
+ updatedAt: string | Date;
1937
+ deletedAt: string | Date | null;
1938
+ firstName: string;
1939
+ lastName: string;
1940
+ email: string;
1941
+ provider: string;
1942
+ lastLoginAt: string | Date | null;
1943
+ loginCount: number;
1944
+ __entity?: string | undefined;
1945
+ };
1946
+ __entity?: string | undefined;
1947
+ account?: {
1948
+ status: import("./common.types").AccountStatus;
1949
+ id: string;
1950
+ createdAt: string | Date;
1951
+ updatedAt: string | Date;
1952
+ deletedAt: string | Date | null;
1953
+ name: string;
1954
+ managedBy: import("./common.types").ManagedByType | null;
1955
+ platform: import("./common.types").Platform;
1956
+ onboardingReviewerId: string | null;
1957
+ onboardingReviewAt: Date | null;
1958
+ allowPendingComplianceReview: boolean;
1959
+ __entity?: string | undefined;
1960
+ } | undefined;
1961
+ } | null | undefined;
1962
+ legalEntities?: {
1963
+ id: string;
1964
+ createdAt: string | Date;
1965
+ updatedAt: string | Date;
1966
+ deletedAt: string | Date | null;
1967
+ accountId: string;
1968
+ name: string;
1969
+ state: string | null;
1970
+ thirdPartyId: string | null;
1971
+ kybStatus: import("./common.types").KYBStatus;
1972
+ investorAccountId: string;
1973
+ sanctionsStatus: SanctionsStatus;
1974
+ setupStatus: SetupStatusType;
1975
+ __entity?: string | undefined;
1976
+ country?: string | null | undefined;
1977
+ kybs?: {
1978
+ id: string;
1979
+ createdAt: string | Date;
1980
+ updatedAt: string | Date;
1981
+ deletedAt: string | Date | null;
1982
+ platform: string;
1983
+ documentType: string;
1984
+ documentImage: string;
1985
+ reason: string | null;
1986
+ response: string | null;
1987
+ thirdPartyId: string;
1988
+ legalEntityId: string;
1989
+ kybStatus: import("./common.types").KYBStatus;
1990
+ __entity?: string | undefined;
1991
+ }[] | undefined;
1992
+ phone?: string | null | undefined;
1993
+ city?: string | null | undefined;
1994
+ zip?: string | null | undefined;
1995
+ ein?: string | null | undefined;
1996
+ companyType?: string | null | undefined;
1997
+ streetAddress?: string | null | undefined;
1998
+ }[] | undefined;
1999
+ userId?: string | null | undefined;
2000
+ totalAmount?: number | undefined;
2001
+ statusCheck?: {
2002
+ entity?: {
2003
+ address: boolean;
2004
+ information: boolean;
2005
+ } | undefined;
2006
+ primary?: {
2007
+ account: boolean;
2008
+ personal: boolean;
2009
+ residential: boolean;
2010
+ identity: boolean;
2011
+ financial: boolean;
2012
+ investorQuestionnaire: boolean;
2013
+ accreditation: boolean;
2014
+ trustedContact: boolean;
2015
+ retirement?: boolean | undefined;
2016
+ } | undefined;
2017
+ secondary?: {
2018
+ personal: boolean;
2019
+ residential: boolean;
2020
+ identity: boolean;
2021
+ financial: boolean;
2022
+ } | undefined;
2023
+ } | undefined;
2024
+ trustedContacts?: {
2025
+ id: string;
2026
+ createdAt: string | Date;
2027
+ updatedAt: string | Date;
2028
+ deletedAt: string | Date | null;
2029
+ country: string | null;
2030
+ firstName: string | null;
2031
+ lastName: string | null;
2032
+ email: string | null;
2033
+ phone: {
2034
+ number: string;
2035
+ countryCallingCode: string;
2036
+ country: string;
2037
+ nationalNumber: string;
2038
+ formatNational: string;
2039
+ formatInternational: string;
2040
+ } | null;
2041
+ state: string | null;
2042
+ address: string | null;
2043
+ city: string | null;
2044
+ zip: string | null;
2045
+ address2: string | null;
2046
+ relationship: import("./common.types").TrustedContactRelationship;
2047
+ __entity?: string | undefined;
2048
+ }[] | undefined;
2049
+ } | undefined;
2050
+ }, {
2051
+ id: string;
2052
+ createdAt: string | Date;
2053
+ updatedAt: string | Date;
2054
+ deletedAt: string | Date | null;
2055
+ country: string | null;
2056
+ firstName: string;
2057
+ lastName: string | null;
2058
+ email: string | null;
2059
+ accountId: string;
2060
+ role: IndividualRole;
2061
+ kycStatus: KYCStatus;
2062
+ tid: string | null;
2063
+ phone: string | null;
2064
+ state: string | null;
2065
+ address: string | null;
2066
+ city: string | null;
2067
+ kycFirstName: string | null;
2068
+ kycLastName: string | null;
2069
+ kycDocumentType: KYCDocumentType | null;
2070
+ kycDocumentIssuer: string | null;
2071
+ kycProvider: string | null;
2072
+ zip: string | null;
2073
+ address2: string | null;
2074
+ investorAccountId: string;
2075
+ currencyCode: string | null;
2076
+ setupStatus: SetupStatusType;
2077
+ kycDocumentNumber: string | null;
2078
+ kycIssuerDate: string | null;
2079
+ kycExpirationDate: string | null;
2080
+ liquidNetWorth: number | null;
2081
+ aicAccreditationType: AicAccreditationType;
2082
+ aicQuestionnaire: string | null;
2083
+ dob: Date | null;
2084
+ isUsCitizenOrGreenCardHolder: boolean;
2085
+ citizenship: string | null;
2086
+ ssn: string | null;
2087
+ lastFour: string | null;
2088
+ kycTid: string | null;
2089
+ investedInCrowdfunding: number | null;
2090
+ currentAnnualIncome: number | null;
2091
+ currentHouseholdIncome: number | null;
2092
+ householdNetWorth: number | null;
2093
+ financialAdvisor: boolean;
2094
+ occupation: string | null;
2095
+ employmentStatus: EmploymentStatus;
2096
+ employerName: string | null;
2097
+ employerAddressLine1: string | null;
2098
+ employerAddressLine2: string | null;
2099
+ employerCity: string | null;
2100
+ employerState: string | null;
2101
+ employerZip: string | null;
2102
+ employerCountry: string | null;
2103
+ setupStep: SetupStepType;
2104
+ sourceOfIncome: SourceOfIncome | null;
2105
+ ownership: number | null;
2106
+ retirementAccountType: RetirementAccountType | null;
2107
+ custodianName: string | null;
2108
+ custodianAccountNumber: string | null;
2109
+ custodianRepresentativeName: string | null;
2110
+ custodianEmail: string | null;
2111
+ accredited: boolean;
2112
+ __entity?: string | undefined;
2113
+ account?: {
2114
+ status: import("./common.types").AccountStatus;
2115
+ id: string;
2116
+ createdAt: string | Date;
2117
+ updatedAt: string | Date;
2118
+ deletedAt: string | Date | null;
2119
+ name: string;
2120
+ managedBy: import("./common.types").ManagedByType | null;
2121
+ platform: import("./common.types").Platform;
2122
+ onboardingReviewerId: string | null;
2123
+ onboardingReviewAt: Date | null;
2124
+ allowPendingComplianceReview: boolean;
2125
+ __entity?: string | undefined;
2126
+ } | undefined;
2127
+ investorAccount?: {
2128
+ id: string;
2129
+ createdAt: string | Date;
2130
+ updatedAt: string | Date;
2131
+ deletedAt: string | Date | null;
2132
+ accountId: string;
2133
+ tid: string | null;
2134
+ investorAccountType: InvestorAccountType;
2135
+ regAQualified: boolean;
2136
+ regCfQualified: boolean;
2137
+ regDQualified: boolean;
2138
+ systemReviewLog: string | null;
2139
+ setupStatus: SetupStatusType;
2140
+ __entity?: string | undefined;
2141
+ email?: string | null | undefined;
2142
+ name?: string | null | undefined;
2143
+ account?: {
2144
+ status: import("./common.types").AccountStatus;
2145
+ id: string;
2146
+ createdAt: string | Date;
2147
+ updatedAt: string | Date;
2148
+ deletedAt: string | Date | null;
2149
+ name: string;
2150
+ managedBy: import("./common.types").ManagedByType | null;
2151
+ platform: import("./common.types").Platform;
2152
+ onboardingReviewerId: string | null;
2153
+ onboardingReviewAt: Date | null;
2154
+ allowPendingComplianceReview: boolean;
2155
+ __entity?: string | undefined;
2156
+ } | undefined;
2157
+ individuals?: any[] | undefined;
2158
+ trades?: any[] | undefined;
2159
+ user?: {
2160
+ id: string;
2161
+ createdAt: string | Date;
2162
+ updatedAt: string | Date;
2163
+ deletedAt: string | Date | null;
2164
+ active: boolean;
2165
+ inviteId: string | null;
2166
+ accountId: string | null;
2167
+ roleId: string | null;
2168
+ userLoginId: string | null;
2169
+ locked: boolean;
2170
+ onboarding: string | null;
2171
+ userLogin: {
2172
+ id: string;
2173
+ createdAt: string | Date;
2174
+ updatedAt: string | Date;
2175
+ deletedAt: string | Date | null;
2176
+ firstName: string;
2177
+ lastName: string;
2178
+ email: string;
2179
+ provider: string;
2180
+ lastLoginAt: string | Date | null;
2181
+ loginCount: number;
2182
+ __entity?: string | undefined;
2183
+ };
2184
+ __entity?: string | undefined;
2185
+ account?: {
2186
+ status: import("./common.types").AccountStatus;
2187
+ id: string;
2188
+ createdAt: string | Date;
2189
+ updatedAt: string | Date;
2190
+ deletedAt: string | Date | null;
2191
+ name: string;
2192
+ managedBy: import("./common.types").ManagedByType | null;
2193
+ platform: import("./common.types").Platform;
2194
+ onboardingReviewerId: string | null;
2195
+ onboardingReviewAt: Date | null;
2196
+ allowPendingComplianceReview: boolean;
2197
+ __entity?: string | undefined;
2198
+ } | undefined;
2199
+ } | null | undefined;
2200
+ legalEntities?: {
2201
+ id: string;
2202
+ createdAt: string | Date;
2203
+ updatedAt: string | Date;
2204
+ deletedAt: string | Date | null;
2205
+ accountId: string;
2206
+ name: string;
2207
+ state: string | null;
2208
+ thirdPartyId: string | null;
2209
+ kybStatus: import("./common.types").KYBStatus;
2210
+ investorAccountId: string;
2211
+ sanctionsStatus: SanctionsStatus;
2212
+ setupStatus: SetupStatusType;
2213
+ __entity?: string | undefined;
2214
+ country?: string | null | undefined;
2215
+ kybs?: {
2216
+ id: string;
2217
+ createdAt: string | Date;
2218
+ updatedAt: string | Date;
2219
+ deletedAt: string | Date | null;
2220
+ platform: string;
2221
+ documentType: string;
2222
+ documentImage: string;
2223
+ reason: string | null;
2224
+ response: string | null;
2225
+ thirdPartyId: string;
2226
+ legalEntityId: string;
2227
+ kybStatus: import("./common.types").KYBStatus;
2228
+ __entity?: string | undefined;
2229
+ }[] | undefined;
2230
+ phone?: string | null | undefined;
2231
+ city?: string | null | undefined;
2232
+ zip?: string | null | undefined;
2233
+ ein?: string | null | undefined;
2234
+ companyType?: string | null | undefined;
2235
+ streetAddress?: string | null | undefined;
2236
+ }[] | undefined;
2237
+ userId?: string | null | undefined;
2238
+ totalAmount?: number | undefined;
2239
+ statusCheck?: {
2240
+ entity?: {
2241
+ address?: boolean | undefined;
2242
+ information?: boolean | undefined;
2243
+ } | undefined;
2244
+ primary?: {
2245
+ account?: boolean | undefined;
2246
+ personal?: boolean | undefined;
2247
+ residential?: boolean | undefined;
2248
+ identity?: boolean | undefined;
2249
+ financial?: boolean | undefined;
2250
+ investorQuestionnaire?: boolean | undefined;
2251
+ accreditation?: boolean | undefined;
2252
+ trustedContact?: boolean | undefined;
2253
+ retirement?: boolean | undefined;
2254
+ } | undefined;
2255
+ secondary?: {
2256
+ personal?: boolean | undefined;
2257
+ residential?: boolean | undefined;
2258
+ identity?: boolean | undefined;
2259
+ financial?: boolean | undefined;
2260
+ } | undefined;
2261
+ } | undefined;
2262
+ trustedContacts?: {
2263
+ id: string;
2264
+ createdAt: string | Date;
2265
+ updatedAt: string | Date;
2266
+ deletedAt: string | Date | null;
2267
+ country: string | null;
2268
+ firstName: string | null;
2269
+ lastName: string | null;
2270
+ email: string | null;
2271
+ phone: {
2272
+ number: string;
2273
+ countryCallingCode: string;
2274
+ country: string;
2275
+ nationalNumber: string;
2276
+ formatNational: string;
2277
+ formatInternational: string;
2278
+ } | null;
2279
+ state: string | null;
2280
+ address: string | null;
2281
+ city: string | null;
2282
+ zip: string | null;
2283
+ address2: string | null;
2284
+ relationship: import("./common.types").TrustedContactRelationship;
2285
+ __entity?: string | undefined;
2286
+ }[] | undefined;
2287
+ } | undefined;
2288
+ }>;
2289
+ export type IndividualResponseType = z.infer<typeof IndividualResponseSchema>;