@dalmore/api-contracts 0.0.0-dev.fc1b175 → 0.0.0-dev.fef3ec8

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