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

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