@dalmore/api-contracts 0.0.0-dev.5e42638 → 0.0.0-dev.685c0b3

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