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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (721) hide show
  1. package/README.md +23 -19
  2. package/common/constants.d.ts +43 -0
  3. package/common/constants.js +77 -0
  4. package/common/constants.js.map +1 -0
  5. package/common/helpers/index.d.ts +58 -0
  6. package/common/helpers/index.js +151 -0
  7. package/common/helpers/index.js.map +1 -0
  8. package/common/types/account-contact.types.d.ts +485 -0
  9. package/common/types/account-contact.types.js +75 -0
  10. package/common/types/account-contact.types.js.map +1 -0
  11. package/common/types/account-detail.types.d.ts +304 -0
  12. package/common/types/account-detail.types.js +20 -0
  13. package/common/types/account-detail.types.js.map +1 -0
  14. package/common/types/account-integration.types.d.ts +242 -0
  15. package/common/types/account-integration.types.js +121 -0
  16. package/common/types/account-integration.types.js.map +1 -0
  17. package/common/types/account-manager.types.d.ts +917 -0
  18. package/common/types/account-manager.types.js +89 -0
  19. package/common/types/account-manager.types.js.map +1 -0
  20. package/common/types/account-setting.types.d.ts +140 -0
  21. package/common/types/account-setting.types.js +23 -0
  22. package/common/types/account-setting.types.js.map +1 -0
  23. package/common/types/account.types.d.ts +640 -0
  24. package/common/types/account.types.js +218 -0
  25. package/common/types/account.types.js.map +1 -0
  26. package/common/types/activity.types.d.ts +590 -0
  27. package/common/types/activity.types.js +258 -0
  28. package/common/types/activity.types.js.map +1 -0
  29. package/common/types/address.types.d.ts +89 -0
  30. package/common/types/address.types.js +36 -0
  31. package/common/types/address.types.js.map +1 -0
  32. package/common/types/aic.types.d.ts +434 -0
  33. package/common/types/aic.types.js +170 -0
  34. package/common/types/aic.types.js.map +1 -0
  35. package/common/types/aml.types.d.ts +41 -0
  36. package/common/types/aml.types.js +16 -0
  37. package/common/types/aml.types.js.map +1 -0
  38. package/common/types/api-key-logs.types.d.ts +204 -0
  39. package/common/types/api-key-logs.types.js +52 -0
  40. package/common/types/api-key-logs.types.js.map +1 -0
  41. package/common/types/api-keys.types.d.ts +192 -0
  42. package/common/types/api-keys.types.js +57 -0
  43. package/common/types/api-keys.types.js.map +1 -0
  44. package/common/types/asset.types.d.ts +1100 -0
  45. package/common/types/asset.types.js +353 -0
  46. package/common/types/asset.types.js.map +1 -0
  47. package/common/types/auth.types.d.ts +523 -0
  48. package/common/types/auth.types.js +280 -0
  49. package/common/types/auth.types.js.map +1 -0
  50. package/common/types/batch-jobs.types.d.ts +321 -0
  51. package/common/types/batch-jobs.types.js +111 -0
  52. package/common/types/batch-jobs.types.js.map +1 -0
  53. package/common/types/bonus-tier.types.d.ts +991 -0
  54. package/common/types/bonus-tier.types.js +166 -0
  55. package/common/types/bonus-tier.types.js.map +1 -0
  56. package/common/types/cap-table.types.d.ts +1248 -0
  57. package/common/types/cap-table.types.js +437 -0
  58. package/common/types/cap-table.types.js.map +1 -0
  59. package/common/types/cart.types.d.ts +28 -0
  60. package/common/types/cart.types.js +19 -0
  61. package/common/types/cart.types.js.map +1 -0
  62. package/common/types/checklist-items.types.d.ts +195 -0
  63. package/common/types/checklist-items.types.js +54 -0
  64. package/common/types/checklist-items.types.js.map +1 -0
  65. package/common/types/checklist.types.d.ts +140 -0
  66. package/common/types/checklist.types.js +71 -0
  67. package/common/types/checklist.types.js.map +1 -0
  68. package/common/types/common.types.d.ts +1861 -0
  69. package/common/types/common.types.js +1511 -0
  70. package/common/types/common.types.js.map +1 -0
  71. package/common/types/comply-advantage-api.types.d.ts +3626 -0
  72. package/common/types/comply-advantage-api.types.js +291 -0
  73. package/common/types/comply-advantage-api.types.js.map +1 -0
  74. package/common/types/comply-advantage.types.d.ts +48 -0
  75. package/common/types/comply-advantage.types.js +21 -0
  76. package/common/types/comply-advantage.types.js.map +1 -0
  77. package/common/types/contact-us.types.d.ts +126 -0
  78. package/common/types/contact-us.types.js +91 -0
  79. package/common/types/contact-us.types.js.map +1 -0
  80. package/common/types/countries.types.d.ts +77 -0
  81. package/common/types/countries.types.js +349 -0
  82. package/common/types/countries.types.js.map +1 -0
  83. package/common/types/covered-person.types.d.ts +204 -0
  84. package/common/types/covered-person.types.js +234 -0
  85. package/common/types/covered-person.types.js.map +1 -0
  86. package/common/types/csv.types.d.ts +3612 -0
  87. package/common/types/csv.types.js +290 -0
  88. package/common/types/csv.types.js.map +1 -0
  89. package/common/types/dashboard.types.d.ts +2086 -0
  90. package/common/types/dashboard.types.js +690 -0
  91. package/common/types/dashboard.types.js.map +1 -0
  92. package/common/types/data-record.types.d.ts +347 -0
  93. package/common/types/data-record.types.js +261 -0
  94. package/common/types/data-record.types.js.map +1 -0
  95. package/common/types/data-room.types.d.ts +1277 -0
  96. package/common/types/data-room.types.js +167 -0
  97. package/common/types/data-room.types.js.map +1 -0
  98. package/common/types/default-theme-config.types.d.ts +445 -0
  99. package/common/types/default-theme-config.types.js +63 -0
  100. package/common/types/default-theme-config.types.js.map +1 -0
  101. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  102. package/common/types/disbursement-adjustment.types.js +25 -0
  103. package/common/types/disbursement-adjustment.types.js.map +1 -0
  104. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  105. package/common/types/disbursement-approval-user.types.js +68 -0
  106. package/common/types/disbursement-approval-user.types.js.map +1 -0
  107. package/common/types/disbursement-review.types.d.ts +923 -0
  108. package/common/types/disbursement-review.types.js +76 -0
  109. package/common/types/disbursement-review.types.js.map +1 -0
  110. package/common/types/disbursement-transaction.types.d.ts +621 -0
  111. package/common/types/disbursement-transaction.types.js +51 -0
  112. package/common/types/disbursement-transaction.types.js.map +1 -0
  113. package/common/types/disbursements.types.d.ts +3496 -0
  114. package/common/types/disbursements.types.js +435 -0
  115. package/common/types/disbursements.types.js.map +1 -0
  116. package/common/types/domain-filter.types.d.ts +135 -0
  117. package/common/types/domain-filter.types.js +40 -0
  118. package/common/types/domain-filter.types.js.map +1 -0
  119. package/common/types/email-theme.types.d.ts +1359 -0
  120. package/common/types/email-theme.types.js +318 -0
  121. package/common/types/email-theme.types.js.map +1 -0
  122. package/common/types/entity.types.d.ts +21 -0
  123. package/common/types/entity.types.js +14 -0
  124. package/common/types/entity.types.js.map +1 -0
  125. package/common/types/error-responses.types.d.ts +144 -0
  126. package/common/types/error-responses.types.js +125 -0
  127. package/common/types/error-responses.types.js.map +1 -0
  128. package/common/types/escrow-account.types.d.ts +415 -0
  129. package/common/types/escrow-account.types.js +78 -0
  130. package/common/types/escrow-account.types.js.map +1 -0
  131. package/common/types/exchange-api-key.types.d.ts +1010 -0
  132. package/common/types/exchange-api-key.types.js +90 -0
  133. package/common/types/exchange-api-key.types.js.map +1 -0
  134. package/common/types/exchange-import.types.d.ts +23 -0
  135. package/common/types/exchange-import.types.js +23 -0
  136. package/common/types/exchange-import.types.js.map +1 -0
  137. package/common/types/exchange-provider.types.d.ts +1308 -0
  138. package/common/types/exchange-provider.types.js +268 -0
  139. package/common/types/exchange-provider.types.js.map +1 -0
  140. package/common/types/file.types.d.ts +428 -0
  141. package/common/types/file.types.js +392 -0
  142. package/common/types/file.types.js.map +1 -0
  143. package/common/types/health.types.d.ts +112 -0
  144. package/common/types/health.types.js +22 -0
  145. package/common/types/health.types.js.map +1 -0
  146. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  147. package/common/types/i-will-do-it-later.types.js +30 -0
  148. package/common/types/i-will-do-it-later.types.js.map +1 -0
  149. package/common/types/{index.ts → index.d.ts} +7 -5
  150. package/common/types/index.js +54 -0
  151. package/common/types/index.js.map +1 -0
  152. package/common/types/individuals.types.d.ts +2101 -0
  153. package/common/types/individuals.types.js +500 -0
  154. package/common/types/individuals.types.js.map +1 -0
  155. package/common/types/investor-account.types.d.ts +2996 -0
  156. package/common/types/investor-account.types.js +929 -0
  157. package/common/types/investor-account.types.js.map +1 -0
  158. package/common/types/investorAccountIdSchema.type.js +1 -0
  159. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  160. package/common/types/investors-offering.types.d.ts +399 -0
  161. package/common/types/investors-offering.types.js +50 -0
  162. package/common/types/investors-offering.types.js.map +1 -0
  163. package/common/types/invite.types.d.ts +644 -0
  164. package/common/types/invite.types.js +114 -0
  165. package/common/types/invite.types.js.map +1 -0
  166. package/common/types/issuer-bank-account.types.d.ts +113 -0
  167. package/common/types/issuer-bank-account.types.js +81 -0
  168. package/common/types/issuer-bank-account.types.js.map +1 -0
  169. package/common/types/issuer-offering.types.d.ts +2236 -0
  170. package/common/types/issuer-offering.types.js +605 -0
  171. package/common/types/issuer-offering.types.js.map +1 -0
  172. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  173. package/common/types/issuer-payment-method.types.js +311 -0
  174. package/common/types/issuer-payment-method.types.js.map +1 -0
  175. package/common/types/issuer.types.d.ts +539 -0
  176. package/common/types/issuer.types.js +275 -0
  177. package/common/types/issuer.types.js.map +1 -0
  178. package/common/types/job-item.types.d.ts +230 -0
  179. package/common/types/job-item.types.js +89 -0
  180. package/common/types/job-item.types.js.map +1 -0
  181. package/common/types/jobs.types.d.ts +296 -0
  182. package/common/types/jobs.types.js +150 -0
  183. package/common/types/jobs.types.js.map +1 -0
  184. package/common/types/kyb.types.d.ts +167 -0
  185. package/common/types/kyb.types.js +45 -0
  186. package/common/types/kyb.types.js.map +1 -0
  187. package/common/types/kyc.types.d.ts +2197 -0
  188. package/common/types/kyc.types.js +301 -0
  189. package/common/types/kyc.types.js.map +1 -0
  190. package/common/types/legal-entity.types.d.ts +676 -0
  191. package/common/types/legal-entity.types.js +151 -0
  192. package/common/types/legal-entity.types.js.map +1 -0
  193. package/common/types/login-history.types.d.ts +160 -0
  194. package/common/types/login-history.types.js +39 -0
  195. package/common/types/login-history.types.js.map +1 -0
  196. package/common/types/mail-template.types.d.ts +595 -0
  197. package/common/types/mail-template.types.js +401 -0
  198. package/common/types/mail-template.types.js.map +1 -0
  199. package/common/types/north-cap-integration.types.d.ts +1303 -0
  200. package/common/types/north-cap-integration.types.js +145 -0
  201. package/common/types/north-cap-integration.types.js.map +1 -0
  202. package/common/types/note.types.d.ts +216 -0
  203. package/common/types/note.types.js +82 -0
  204. package/common/types/note.types.js.map +1 -0
  205. package/common/types/notification.types.d.ts +2690 -0
  206. package/common/types/notification.types.js +411 -0
  207. package/common/types/notification.types.js.map +1 -0
  208. package/common/types/notion-api.types.d.ts +3626 -0
  209. package/common/types/notion-api.types.js +271 -0
  210. package/common/types/notion-api.types.js.map +1 -0
  211. package/common/types/notion-database.types.d.ts +191 -0
  212. package/common/types/notion-database.types.js +95 -0
  213. package/common/types/notion-database.types.js.map +1 -0
  214. package/common/types/notion-page.types.d.ts +3482 -0
  215. package/common/types/notion-page.types.js +208 -0
  216. package/common/types/notion-page.types.js.map +1 -0
  217. package/common/types/offering-reports.types.d.ts +525 -0
  218. package/common/types/offering-reports.types.js +111 -0
  219. package/common/types/offering-reports.types.js.map +1 -0
  220. package/common/types/offering-submission.types.d.ts +785 -0
  221. package/common/types/offering-submission.types.js +291 -0
  222. package/common/types/offering-submission.types.js.map +1 -0
  223. package/common/types/offering.types.d.ts +2859 -0
  224. package/common/types/offering.types.js +832 -0
  225. package/common/types/offering.types.js.map +1 -0
  226. package/common/types/page-revision.types.d.ts +74 -0
  227. package/common/types/page-revision.types.js +68 -0
  228. package/common/types/page-revision.types.js.map +1 -0
  229. package/common/types/page.types.d.ts +540 -0
  230. package/common/types/page.types.js +361 -0
  231. package/common/types/page.types.js.map +1 -0
  232. package/common/types/password.type.d.ts +2 -0
  233. package/common/types/password.type.js +14 -0
  234. package/common/types/password.type.js.map +1 -0
  235. package/common/types/payment-methods.types.d.ts +1165 -0
  236. package/common/types/payment-methods.types.js +381 -0
  237. package/common/types/payment-methods.types.js.map +1 -0
  238. package/common/types/phone.type.d.ts +12 -0
  239. package/common/types/phone.type.js +29 -0
  240. package/common/types/phone.type.js.map +1 -0
  241. package/common/types/portfolio.types.d.ts +185 -0
  242. package/common/types/portfolio.types.js +36 -0
  243. package/common/types/portfolio.types.js.map +1 -0
  244. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  245. package/common/types/{privacy-policy-and-tos.types.ts → privacy-policy-and-tos.types.js} +1 -1
  246. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  247. package/common/types/queue.types.d.ts +22 -0
  248. package/common/types/queue.types.js +73 -0
  249. package/common/types/queue.types.js.map +1 -0
  250. package/common/types/registered-reps.types.d.ts +6 -0
  251. package/common/types/registered-reps.types.js +21 -0
  252. package/common/types/registered-reps.types.js.map +1 -0
  253. package/common/types/rejection-reasons.types.d.ts +35 -0
  254. package/common/types/rejection-reasons.types.js +49 -0
  255. package/common/types/rejection-reasons.types.js.map +1 -0
  256. package/common/types/reports.types.d.ts +345 -0
  257. package/common/types/reports.types.js +69 -0
  258. package/common/types/reports.types.js.map +1 -0
  259. package/common/types/review.types.d.ts +419 -0
  260. package/common/types/review.types.js +101 -0
  261. package/common/types/review.types.js.map +1 -0
  262. package/common/types/role.types.d.ts +30 -0
  263. package/common/types/role.types.js +21 -0
  264. package/common/types/role.types.js.map +1 -0
  265. package/common/types/secondary-customer.types.d.ts +586 -0
  266. package/common/types/secondary-customer.types.js +39 -0
  267. package/common/types/secondary-customer.types.js.map +1 -0
  268. package/common/types/secondary-issuer.types.d.ts +283 -0
  269. package/common/types/secondary-issuer.types.js +37 -0
  270. package/common/types/secondary-issuer.types.js.map +1 -0
  271. package/common/types/secondary-order.types.d.ts +508 -0
  272. package/common/types/secondary-order.types.js +40 -0
  273. package/common/types/secondary-order.types.js.map +1 -0
  274. package/common/types/secondary-security.types.d.ts +175 -0
  275. package/common/types/secondary-security.types.js +45 -0
  276. package/common/types/secondary-security.types.js.map +1 -0
  277. package/common/types/secondary-trade.entity.d.ts +16 -0
  278. package/common/types/secondary-trade.entity.js +12 -0
  279. package/common/types/secondary-trade.entity.js.map +1 -0
  280. package/common/types/secondary-trade.types.d.ts +465 -0
  281. package/common/types/secondary-trade.types.js +61 -0
  282. package/common/types/secondary-trade.types.js.map +1 -0
  283. package/common/types/secure-request.types.d.ts +171 -0
  284. package/common/types/secure-request.types.js +51 -0
  285. package/common/types/secure-request.types.js.map +1 -0
  286. package/common/types/signer.types.d.ts +3406 -0
  287. package/common/types/signer.types.js +532 -0
  288. package/common/types/signer.types.js.map +1 -0
  289. package/common/types/site-link.types.d.ts +875 -0
  290. package/common/types/site-link.types.js +126 -0
  291. package/common/types/site-link.types.js.map +1 -0
  292. package/common/types/site-settings.types.d.ts +1673 -0
  293. package/common/types/site-settings.types.js +500 -0
  294. package/common/types/site-settings.types.js.map +1 -0
  295. package/common/types/site.types.d.ts +1481 -0
  296. package/common/types/site.types.js +213 -0
  297. package/common/types/site.types.js.map +1 -0
  298. package/common/types/sms.types.d.ts +40 -0
  299. package/common/types/sms.types.js +27 -0
  300. package/common/types/sms.types.js.map +1 -0
  301. package/common/types/state-machine.types.d.ts +591 -0
  302. package/common/types/state-machine.types.js +144 -0
  303. package/common/types/state-machine.types.js.map +1 -0
  304. package/common/types/states.types.d.ts +77 -0
  305. package/common/types/states.types.js +137 -0
  306. package/common/types/states.types.js.map +1 -0
  307. package/common/types/subdoc-preview.types.d.ts +379 -0
  308. package/common/types/subdoc-preview.types.js +24 -0
  309. package/common/types/subdoc-preview.types.js.map +1 -0
  310. package/common/types/task.types.d.ts +545 -0
  311. package/common/types/task.types.js +214 -0
  312. package/common/types/task.types.js.map +1 -0
  313. package/common/types/trade-adjustment.type.d.ts +40 -0
  314. package/common/types/trade-adjustment.type.js +26 -0
  315. package/common/types/trade-adjustment.type.js.map +1 -0
  316. package/common/types/trade-line-item.types.d.ts +353 -0
  317. package/common/types/trade-line-item.types.js +103 -0
  318. package/common/types/trade-line-item.types.js.map +1 -0
  319. package/common/types/trade.types.d.ts +2012 -0
  320. package/common/types/trade.types.js +800 -0
  321. package/common/types/trade.types.js.map +1 -0
  322. package/common/types/transaction.types.d.ts +476 -0
  323. package/common/types/transaction.types.js +199 -0
  324. package/common/types/transaction.types.js.map +1 -0
  325. package/common/types/trusted-contact.types.d.ts +440 -0
  326. package/common/types/trusted-contact.types.js +95 -0
  327. package/common/types/trusted-contact.types.js.map +1 -0
  328. package/common/types/typography.types.d.ts +52 -0
  329. package/common/types/typography.types.js +67 -0
  330. package/common/types/typography.types.js.map +1 -0
  331. package/common/types/user-manual.types.d.ts +287 -0
  332. package/common/types/user-manual.types.js +192 -0
  333. package/common/types/user-manual.types.js.map +1 -0
  334. package/common/types/user-setting.types.d.ts +273 -0
  335. package/common/types/user-setting.types.js +85 -0
  336. package/common/types/user-setting.types.js.map +1 -0
  337. package/common/types/user.types.d.ts +1977 -0
  338. package/common/types/user.types.js +225 -0
  339. package/common/types/user.types.js.map +1 -0
  340. package/common/types/webhook.types.d.ts +10829 -0
  341. package/common/types/webhook.types.js +658 -0
  342. package/common/types/webhook.types.js.map +1 -0
  343. package/common/types/zapier.types.d.ts +126 -0
  344. package/common/types/zapier.types.js +247 -0
  345. package/common/types/zapier.types.js.map +1 -0
  346. package/common/types/zip.type.d.ts +35 -0
  347. package/common/types/zip.type.js +28 -0
  348. package/common/types/zip.type.js.map +1 -0
  349. package/contracts/clients/accounts/index.d.ts +308 -0
  350. package/contracts/clients/accounts/index.js +43 -0
  351. package/contracts/clients/accounts/index.js.map +1 -0
  352. package/contracts/clients/aic/index.d.ts +280 -0
  353. package/contracts/clients/aic/index.js +47 -0
  354. package/contracts/clients/aic/index.js.map +1 -0
  355. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  356. package/contracts/clients/api-key-logs/index.js +37 -0
  357. package/contracts/clients/api-key-logs/index.js.map +1 -0
  358. package/contracts/clients/api-keys/index.d.ts +374 -0
  359. package/contracts/clients/api-keys/index.js +59 -0
  360. package/contracts/clients/api-keys/index.js.map +1 -0
  361. package/contracts/clients/assets/index.d.ts +1050 -0
  362. package/contracts/clients/assets/index.js +80 -0
  363. package/contracts/clients/assets/index.js.map +1 -0
  364. package/contracts/clients/auth/index.d.ts +236 -0
  365. package/contracts/clients/auth/index.js +38 -0
  366. package/contracts/clients/auth/index.js.map +1 -0
  367. package/contracts/clients/cart/index.d.ts +229 -0
  368. package/contracts/clients/cart/index.js +63 -0
  369. package/contracts/clients/cart/index.js.map +1 -0
  370. package/contracts/clients/csv/index.d.ts +1800 -0
  371. package/contracts/clients/csv/index.js +96 -0
  372. package/contracts/clients/csv/index.js.map +1 -0
  373. package/contracts/clients/files/index.d.ts +552 -0
  374. package/contracts/clients/files/index.js +142 -0
  375. package/contracts/clients/files/index.js.map +1 -0
  376. package/contracts/clients/files-public/index.d.ts +552 -0
  377. package/contracts/clients/files-public/index.js +142 -0
  378. package/contracts/clients/files-public/index.js.map +1 -0
  379. package/contracts/clients/index.d.ts +15114 -0
  380. package/contracts/clients/index.js +58 -0
  381. package/contracts/clients/index.js.map +1 -0
  382. package/contracts/clients/individuals/index.d.ts +3199 -0
  383. package/contracts/clients/individuals/index.js +74 -0
  384. package/contracts/clients/individuals/index.js.map +1 -0
  385. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  386. package/contracts/clients/investor-accounts/index.js +73 -0
  387. package/contracts/clients/investor-accounts/index.js.map +1 -0
  388. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  389. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  390. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  391. package/contracts/clients/issuers/index.d.ts +449 -0
  392. package/contracts/clients/issuers/index.js +75 -0
  393. package/contracts/clients/issuers/index.js.map +1 -0
  394. package/contracts/clients/kyc/index.d.ts +345 -0
  395. package/contracts/clients/kyc/index.js +49 -0
  396. package/contracts/clients/kyc/index.js.map +1 -0
  397. package/contracts/clients/legal-entities/index.d.ts +887 -0
  398. package/contracts/clients/legal-entities/index.js +74 -0
  399. package/contracts/clients/legal-entities/index.js.map +1 -0
  400. package/contracts/clients/offerings/index.d.ts +1068 -0
  401. package/contracts/clients/offerings/index.js +95 -0
  402. package/contracts/clients/offerings/index.js.map +1 -0
  403. package/contracts/clients/payment-methods/index.d.ts +456 -0
  404. package/contracts/clients/payment-methods/index.js +68 -0
  405. package/contracts/clients/payment-methods/index.js.map +1 -0
  406. package/contracts/clients/review/index.d.ts +85 -0
  407. package/contracts/clients/review/index.js +27 -0
  408. package/contracts/clients/review/index.js.map +1 -0
  409. package/contracts/clients/secure-requests/index.d.ts +100 -0
  410. package/contracts/clients/secure-requests/index.js +22 -0
  411. package/contracts/clients/secure-requests/index.js.map +1 -0
  412. package/contracts/clients/sites/index.d.ts +657 -0
  413. package/contracts/clients/sites/index.js +40 -0
  414. package/contracts/clients/sites/index.js.map +1 -0
  415. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  416. package/contracts/clients/trade-line-items/index.js +47 -0
  417. package/contracts/clients/trade-line-items/index.js.map +1 -0
  418. package/contracts/clients/trades/index.d.ts +871 -0
  419. package/contracts/clients/trades/index.js +156 -0
  420. package/contracts/clients/trades/index.js.map +1 -0
  421. package/contracts/clients/transactions/index.d.ts +88 -0
  422. package/contracts/clients/transactions/index.js +25 -0
  423. package/contracts/clients/transactions/index.js.map +1 -0
  424. package/contracts/clients/webhooks/index.d.ts +506 -0
  425. package/contracts/clients/webhooks/index.js +118 -0
  426. package/contracts/clients/webhooks/index.js.map +1 -0
  427. package/package.json +27 -36
  428. package/common/helpers/index.ts +0 -59
  429. package/common/types/account-contact.types.ts +0 -98
  430. package/common/types/account-detail.types.ts +0 -27
  431. package/common/types/account-integration.types.ts +0 -143
  432. package/common/types/account-manager.types.ts +0 -124
  433. package/common/types/account.types.ts +0 -296
  434. package/common/types/activity.types.ts +0 -274
  435. package/common/types/address.types.ts +0 -41
  436. package/common/types/aic.types.ts +0 -246
  437. package/common/types/aml.types.ts +0 -18
  438. package/common/types/api-key-logs.types.ts +0 -66
  439. package/common/types/api-keys.types.ts +0 -69
  440. package/common/types/asset.types.ts +0 -338
  441. package/common/types/auth.types.ts +0 -370
  442. package/common/types/batch-jobs.types.ts +0 -151
  443. package/common/types/bonus-tier.types.ts +0 -147
  444. package/common/types/cart.types.ts +0 -21
  445. package/common/types/checklist-items.types.ts +0 -70
  446. package/common/types/checklist.types.ts +0 -97
  447. package/common/types/common.types.ts +0 -1520
  448. package/common/types/comply-advantage-api.types.ts +0 -316
  449. package/common/types/comply-advantage.types.ts +0 -25
  450. package/common/types/contact-us.types.ts +0 -107
  451. package/common/types/countries.types.ts +0 -375
  452. package/common/types/covered-person.types.ts +0 -274
  453. package/common/types/dashboard.types.ts +0 -799
  454. package/common/types/data-record.types.ts +0 -325
  455. package/common/types/data-room.types.ts +0 -242
  456. package/common/types/default-theme-config.types.ts +0 -87
  457. package/common/types/disbursement-adjustment.types.ts +0 -32
  458. package/common/types/disbursement-approval-user.types.ts +0 -100
  459. package/common/types/disbursement-review.types.ts +0 -110
  460. package/common/types/disbursement-transaction.types.ts +0 -72
  461. package/common/types/disbursements.types.ts +0 -426
  462. package/common/types/domain-filter.types.ts +0 -55
  463. package/common/types/email-theme.types.ts +0 -442
  464. package/common/types/entity.types.ts +0 -15
  465. package/common/types/error-responses.types.ts +0 -135
  466. package/common/types/escrow-account.types.ts +0 -104
  467. package/common/types/exchange-api-key.types.ts +0 -121
  468. package/common/types/exchange-import.types.ts +0 -36
  469. package/common/types/exchange-provider.types.ts +0 -329
  470. package/common/types/file.types.ts +0 -477
  471. package/common/types/health.types.ts +0 -29
  472. package/common/types/i-will-do-it-later.types.ts +0 -68
  473. package/common/types/individuals.types.ts +0 -541
  474. package/common/types/investor-account.types.ts +0 -1239
  475. package/common/types/investors-offering.types.ts +0 -65
  476. package/common/types/invite.types.ts +0 -133
  477. package/common/types/issuer-bank-account.types.ts +0 -107
  478. package/common/types/issuer-offering.types.ts +0 -395
  479. package/common/types/issuer-payment-method.types.ts +0 -382
  480. package/common/types/issuer.types.ts +0 -321
  481. package/common/types/job-item.types.ts +0 -119
  482. package/common/types/jobs.types.ts +0 -171
  483. package/common/types/kyb.types.ts +0 -53
  484. package/common/types/kyc.types.ts +0 -188
  485. package/common/types/legal-entity.types.ts +0 -185
  486. package/common/types/login-history.types.ts +0 -46
  487. package/common/types/mail-template.types.ts +0 -436
  488. package/common/types/north-cap-integration.types.ts +0 -190
  489. package/common/types/note.types.ts +0 -109
  490. package/common/types/notification.types.ts +0 -58
  491. package/common/types/notion-api.types.ts +0 -374
  492. package/common/types/notion-database.types.ts +0 -125
  493. package/common/types/notion-page.types.ts +0 -267
  494. package/common/types/offering-reports.types.ts +0 -153
  495. package/common/types/offering-submission.types.ts +0 -314
  496. package/common/types/offering.types.ts +0 -683
  497. package/common/types/page-revision.types.ts +0 -86
  498. package/common/types/page.types.ts +0 -436
  499. package/common/types/password.type.ts +0 -15
  500. package/common/types/payment-methods.types.ts +0 -298
  501. package/common/types/phone.type.ts +0 -27
  502. package/common/types/portfolio.types.ts +0 -50
  503. package/common/types/queue.types.ts +0 -112
  504. package/common/types/registered-reps.types.ts +0 -25
  505. package/common/types/rejection-reasons.types.ts +0 -56
  506. package/common/types/reminder-config.types.ts +0 -40
  507. package/common/types/review.types.ts +0 -133
  508. package/common/types/role.types.ts +0 -26
  509. package/common/types/secondary-customer.types.ts +0 -66
  510. package/common/types/secondary-issuer.types.ts +0 -50
  511. package/common/types/secondary-order.types.ts +0 -58
  512. package/common/types/secondary-security.types.ts +0 -60
  513. package/common/types/secondary-trade.entity.ts +0 -16
  514. package/common/types/secondary-trade.types.ts +0 -95
  515. package/common/types/secure-request.types.ts +0 -68
  516. package/common/types/signer.types.ts +0 -651
  517. package/common/types/site-link.types.ts +0 -166
  518. package/common/types/site-settings.types.ts +0 -726
  519. package/common/types/site.types.ts +0 -270
  520. package/common/types/sms.types.ts +0 -30
  521. package/common/types/state-machine.types.ts +0 -177
  522. package/common/types/states.types.ts +0 -163
  523. package/common/types/subdoc-preview.types.ts +0 -35
  524. package/common/types/task.types.ts +0 -258
  525. package/common/types/trade-adjustment.type.ts +0 -33
  526. package/common/types/trade-line-item.type.ts +0 -132
  527. package/common/types/trade.types.ts +0 -999
  528. package/common/types/transaction.types.ts +0 -209
  529. package/common/types/trusted-contact.types.ts +0 -122
  530. package/common/types/typography.types.ts +0 -75
  531. package/common/types/user-manual.types.ts +0 -290
  532. package/common/types/user-setting.types.ts +0 -133
  533. package/common/types/user.types.ts +0 -320
  534. package/common/types/webhook.types.ts +0 -588
  535. package/common/types/zip.type.ts +0 -36
  536. package/contracts/clients/accounts/index.ts +0 -61
  537. package/contracts/clients/aic/index.ts +0 -59
  538. package/contracts/clients/api-key-logs/index.ts +0 -53
  539. package/contracts/clients/api-keys/index.ts +0 -73
  540. package/contracts/clients/assets/index.ts +0 -102
  541. package/contracts/clients/auth/index.ts +0 -50
  542. package/contracts/clients/cart/index.ts +0 -80
  543. package/contracts/clients/files/index.ts +0 -166
  544. package/contracts/clients/files-public/index.ts +0 -166
  545. package/contracts/clients/index.ts +0 -54
  546. package/contracts/clients/individuals/index.ts +0 -93
  547. package/contracts/clients/investor-accounts/index.ts +0 -93
  548. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  549. package/contracts/clients/issuers/index.ts +0 -94
  550. package/contracts/clients/legal-entities/index.ts +0 -93
  551. package/contracts/clients/offerings/index.ts +0 -117
  552. package/contracts/clients/payment-methods/index.ts +0 -85
  553. package/contracts/clients/secure-requests/index.ts +0 -34
  554. package/contracts/clients/sites/index.ts +0 -56
  555. package/contracts/clients/trade-line-items/index.ts +0 -66
  556. package/contracts/clients/trades/index.ts +0 -186
  557. package/contracts/clients/transactions/index.ts +0 -37
  558. package/contracts/compliance/account-contacts/index.ts +0 -82
  559. package/contracts/compliance/account-managers/index.ts +0 -142
  560. package/contracts/compliance/accounts/index.ts +0 -187
  561. package/contracts/compliance/activities/index.ts +0 -55
  562. package/contracts/compliance/aic/index.ts +0 -60
  563. package/contracts/compliance/api-keys/index.ts +0 -91
  564. package/contracts/compliance/assets/index.ts +0 -122
  565. package/contracts/compliance/auth/index.ts +0 -134
  566. package/contracts/compliance/batch-jobs/index.ts +0 -62
  567. package/contracts/compliance/bonus-tiers/index.ts +0 -55
  568. package/contracts/compliance/checklist/index.ts +0 -87
  569. package/contracts/compliance/checklist-items/index.ts +0 -86
  570. package/contracts/compliance/covered-persons/index.ts +0 -97
  571. package/contracts/compliance/dashboard/index.ts +0 -111
  572. package/contracts/compliance/data-records/index.ts +0 -116
  573. package/contracts/compliance/data-rooms/index.ts +0 -113
  574. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  575. package/contracts/compliance/disbursement/index.ts +0 -165
  576. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  577. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  578. package/contracts/compliance/domain-filters/index.ts +0 -117
  579. package/contracts/compliance/email-themes/index.ts +0 -284
  580. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  581. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  582. package/contracts/compliance/exchange-imports/index.ts +0 -137
  583. package/contracts/compliance/files/index.ts +0 -267
  584. package/contracts/compliance/files-public/index.ts +0 -188
  585. package/contracts/compliance/health/index.ts +0 -26
  586. package/contracts/compliance/index.ts +0 -147
  587. package/contracts/compliance/individuals/index.ts +0 -57
  588. package/contracts/compliance/investor-accounts/index.ts +0 -141
  589. package/contracts/compliance/invites/index.ts +0 -137
  590. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  591. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  592. package/contracts/compliance/issuers/index.ts +0 -97
  593. package/contracts/compliance/job-items/index.ts +0 -58
  594. package/contracts/compliance/jobs/index.ts +0 -59
  595. package/contracts/compliance/kyb/index.ts +0 -54
  596. package/contracts/compliance/kyc/index.ts +0 -77
  597. package/contracts/compliance/legal-entities/index.ts +0 -57
  598. package/contracts/compliance/login-histories/index.ts +0 -37
  599. package/contracts/compliance/notes/index.ts +0 -69
  600. package/contracts/compliance/notion-databases/index.ts +0 -107
  601. package/contracts/compliance/notion-pages/index.ts +0 -105
  602. package/contracts/compliance/offering-reports/index.ts +0 -149
  603. package/contracts/compliance/offerings/index.ts +0 -233
  604. package/contracts/compliance/pages/index.ts +0 -178
  605. package/contracts/compliance/payment-methods/index.ts +0 -57
  606. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  607. package/contracts/compliance/review/index.ts +0 -169
  608. package/contracts/compliance/roles/index.ts +0 -34
  609. package/contracts/compliance/secondary-customers/index.ts +0 -77
  610. package/contracts/compliance/secondary-orders/index.ts +0 -60
  611. package/contracts/compliance/secondary-trades/index.ts +0 -100
  612. package/contracts/compliance/secure-requests/index.ts +0 -54
  613. package/contracts/compliance/signer/index.ts +0 -369
  614. package/contracts/compliance/site-links/index.ts +0 -128
  615. package/contracts/compliance/site-settings/index.ts +0 -669
  616. package/contracts/compliance/sites/index.ts +0 -56
  617. package/contracts/compliance/state-machine/index.ts +0 -94
  618. package/contracts/compliance/tasks/index.ts +0 -91
  619. package/contracts/compliance/third-parties/index.ts +0 -52
  620. package/contracts/compliance/trade-line-items/index.ts +0 -59
  621. package/contracts/compliance/trades/index.ts +0 -230
  622. package/contracts/compliance/transactions/index.ts +0 -161
  623. package/contracts/compliance/user-manuals/index.ts +0 -271
  624. package/contracts/compliance/user-settings/index.ts +0 -189
  625. package/contracts/compliance/users/index.ts +0 -200
  626. package/contracts/compliance/webhooks/index.ts +0 -41
  627. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  628. package/contracts/compliance-apikey/index.ts +0 -14
  629. package/contracts/index.ts +0 -6
  630. package/contracts/investors/account-contacts/index.ts +0 -58
  631. package/contracts/investors/aic/index.ts +0 -59
  632. package/contracts/investors/assets/index.ts +0 -61
  633. package/contracts/investors/auth/index.ts +0 -116
  634. package/contracts/investors/bonus-tiers/index.ts +0 -37
  635. package/contracts/investors/cart/index.ts +0 -75
  636. package/contracts/investors/contact-us/index.ts +0 -48
  637. package/contracts/investors/data-records/index.ts +0 -113
  638. package/contracts/investors/data-rooms/index.ts +0 -96
  639. package/contracts/investors/files/index.ts +0 -167
  640. package/contracts/investors/files-public/index.ts +0 -185
  641. package/contracts/investors/index.ts +0 -72
  642. package/contracts/investors/individuals/index.ts +0 -121
  643. package/contracts/investors/investor-accounts/index.ts +0 -110
  644. package/contracts/investors/issuer-payment-methods/index.ts +0 -36
  645. package/contracts/investors/issuers/index.ts +0 -30
  646. package/contracts/investors/legal-entities/index.ts +0 -93
  647. package/contracts/investors/notes/index.ts +0 -69
  648. package/contracts/investors/offerings/index.ts +0 -93
  649. package/contracts/investors/pages/index.ts +0 -88
  650. package/contracts/investors/payment-methods/index.ts +0 -149
  651. package/contracts/investors/portfolios/index.ts +0 -53
  652. package/contracts/investors/sites/index.ts +0 -96
  653. package/contracts/investors/tasks/index.ts +0 -111
  654. package/contracts/investors/trade-line-items/index.ts +0 -75
  655. package/contracts/investors/trades/index.ts +0 -114
  656. package/contracts/investors/transactions/index.ts +0 -37
  657. package/contracts/investors/trusted-contacts/index.ts +0 -93
  658. package/contracts/investors/user-manuals/index.ts +0 -62
  659. package/contracts/investors/user-settings/index.ts +0 -170
  660. package/contracts/investors/users/index.ts +0 -45
  661. package/contracts/investors/webhooks/index.ts +0 -30
  662. package/contracts/issuers/account-contacts/index.ts +0 -76
  663. package/contracts/issuers/account-integrations/index.ts +0 -97
  664. package/contracts/issuers/accounts/index.ts +0 -97
  665. package/contracts/issuers/activities/index.ts +0 -54
  666. package/contracts/issuers/aic/index.ts +0 -39
  667. package/contracts/issuers/api-key-logs/index.ts +0 -53
  668. package/contracts/issuers/api-keys/index.ts +0 -93
  669. package/contracts/issuers/assets/index.ts +0 -122
  670. package/contracts/issuers/auth/index.ts +0 -152
  671. package/contracts/issuers/bonus-tiers/index.ts +0 -55
  672. package/contracts/issuers/contact-us/index.ts +0 -48
  673. package/contracts/issuers/covered-persons/index.ts +0 -136
  674. package/contracts/issuers/dashboard/index.ts +0 -72
  675. package/contracts/issuers/data-records/index.ts +0 -257
  676. package/contracts/issuers/data-rooms/index.ts +0 -134
  677. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  678. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  679. package/contracts/issuers/disbursements/index.ts +0 -189
  680. package/contracts/issuers/email-themes/index.ts +0 -242
  681. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  682. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  683. package/contracts/issuers/files/index.ts +0 -166
  684. package/contracts/issuers/files-public/index.ts +0 -166
  685. package/contracts/issuers/health/index.ts +0 -24
  686. package/contracts/issuers/index.ts +0 -112
  687. package/contracts/issuers/investor-accounts/index.ts +0 -148
  688. package/contracts/issuers/invites/index.ts +0 -129
  689. package/contracts/issuers/issuer/index.ts +0 -94
  690. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  691. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  692. package/contracts/issuers/kyc/index.ts +0 -38
  693. package/contracts/issuers/login-histories/index.ts +0 -51
  694. package/contracts/issuers/notes/index.ts +0 -69
  695. package/contracts/issuers/offerings/index.ts +0 -206
  696. package/contracts/issuers/pages/index.ts +0 -138
  697. package/contracts/issuers/payment-methods/index.ts +0 -61
  698. package/contracts/issuers/portfolios/index.ts +0 -36
  699. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  700. package/contracts/issuers/review/index.ts +0 -63
  701. package/contracts/issuers/secondary-customers/index.ts +0 -55
  702. package/contracts/issuers/secondary-orders/index.ts +0 -57
  703. package/contracts/issuers/secondary-trades/index.ts +0 -57
  704. package/contracts/issuers/secure-requests/index.ts +0 -34
  705. package/contracts/issuers/site-links/index.ts +0 -116
  706. package/contracts/issuers/site-settings/index.ts +0 -585
  707. package/contracts/issuers/sites/index.ts +0 -32
  708. package/contracts/issuers/tasks/index.ts +0 -111
  709. package/contracts/issuers/trades/index.ts +0 -132
  710. package/contracts/issuers/transactions/index.ts +0 -158
  711. package/contracts/issuers/user-manuals/index.ts +0 -62
  712. package/contracts/issuers/user-settings/index.ts +0 -170
  713. package/contracts/issuers/users/index.ts +0 -126
  714. package/contracts/secondaries/accounts/index.ts +0 -58
  715. package/contracts/secondaries/index.ts +0 -23
  716. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  717. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  718. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  719. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  720. package/contracts/secondaries/secondary-trades/index.ts +0 -56
  721. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,3496 @@
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.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
+ name: string;
1067
+ offeringId: string;
1068
+ issuerId: string;
1069
+ tradeIds: string[];
1070
+ requestedAmount: number;
1071
+ netAmount: number;
1072
+ disbursementAdjustments: {
1073
+ value: number;
1074
+ type: DisbursementAdjustmentType;
1075
+ description: string;
1076
+ }[];
1077
+ issuerBankAccountId: string;
1078
+ escrowAccountId?: string | undefined;
1079
+ disbursedAt?: Date | null | undefined;
1080
+ }, {
1081
+ name: string;
1082
+ offeringId: string;
1083
+ issuerId: string;
1084
+ tradeIds: string[];
1085
+ requestedAmount: number;
1086
+ netAmount: number;
1087
+ disbursementAdjustments: {
1088
+ value: number;
1089
+ type: DisbursementAdjustmentType;
1090
+ description: string;
1091
+ }[];
1092
+ issuerBankAccountId: string;
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.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
+ name: string;
1133
+ offeringId: string;
1134
+ issuerId: string;
1135
+ tradeIds: string[];
1136
+ requestedAmount: number;
1137
+ netAmount: number;
1138
+ disbursementAdjustments: {
1139
+ value: number;
1140
+ type: DisbursementAdjustmentType;
1141
+ description: string;
1142
+ }[];
1143
+ issuerBankAccountId: string;
1144
+ escrowAccountId?: string | undefined;
1145
+ disbursedAt?: Date | null | undefined;
1146
+ }, {
1147
+ accountId: string;
1148
+ name: string;
1149
+ offeringId: string;
1150
+ issuerId: string;
1151
+ tradeIds: string[];
1152
+ requestedAmount: number;
1153
+ netAmount: number;
1154
+ disbursementAdjustments: {
1155
+ value: number;
1156
+ type: DisbursementAdjustmentType;
1157
+ description: string;
1158
+ }[];
1159
+ issuerBankAccountId: string;
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 DisbursementPreviewContingencyZod: z.ZodObject<{
1528
+ contingencyPassed: z.ZodBoolean;
1529
+ contingencyMessage: z.ZodNullable<z.ZodString>;
1530
+ contingencyAmount: z.ZodNumber;
1531
+ }, "strip", z.ZodTypeAny, {
1532
+ contingencyAmount: number;
1533
+ contingencyPassed: boolean;
1534
+ contingencyMessage: string | null;
1535
+ }, {
1536
+ contingencyAmount: number;
1537
+ contingencyPassed: boolean;
1538
+ contingencyMessage: string | null;
1539
+ }>;
1540
+ export type DisbursementPreviewContingencyZod = z.infer<typeof DisbursementPreviewContingencyZod>;
1541
+ export declare const DisbursementPreviewAmountZod: z.ZodObject<{
1542
+ defaultAmount: z.ZodNumber;
1543
+ minAmount: z.ZodNumber;
1544
+ maxAmount: z.ZodNumber;
1545
+ }, "strip", z.ZodTypeAny, {
1546
+ minAmount: number;
1547
+ maxAmount: number;
1548
+ defaultAmount: number;
1549
+ }, {
1550
+ minAmount: number;
1551
+ maxAmount: number;
1552
+ defaultAmount: number;
1553
+ }>;
1554
+ export type DisbursementPreviewAmountZod = z.infer<typeof DisbursementPreviewAmountZod>;
1555
+ export declare const DisbursementPreviewZod: z.ZodObject<{
1556
+ context: z.ZodObject<{
1557
+ issuer: z.ZodNullable<z.ZodLazy<any>>;
1558
+ offering: z.ZodNullable<z.ZodLazy<any>>;
1559
+ escrowAccount: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1560
+ id: z.ZodString;
1561
+ __entity: z.ZodOptional<z.ZodString>;
1562
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1563
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1564
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1565
+ } & {
1566
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1567
+ accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1568
+ routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1569
+ accountName: z.ZodString;
1570
+ agentEmail: z.ZodString;
1571
+ agentName: z.ZodString;
1572
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1573
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1574
+ id: z.ZodString;
1575
+ __entity: z.ZodOptional<z.ZodString>;
1576
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1577
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1578
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1579
+ } & {
1580
+ name: z.ZodString;
1581
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
1582
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
1583
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
1584
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
1585
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1586
+ allowPendingComplianceReview: z.ZodBoolean;
1587
+ }, "strip", z.ZodTypeAny, {
1588
+ status: import("./common.types").AccountStatus;
1589
+ id: string;
1590
+ createdAt: string | Date;
1591
+ updatedAt: string | Date;
1592
+ deletedAt: string | Date | null;
1593
+ name: string;
1594
+ managedBy: import("./common.types").ManagedByType | null;
1595
+ platform: import("./common.types").Platform;
1596
+ onboardingReviewerId: string | null;
1597
+ onboardingReviewAt: Date | null;
1598
+ allowPendingComplianceReview: boolean;
1599
+ __entity?: string | undefined;
1600
+ }, {
1601
+ status: import("./common.types").AccountStatus;
1602
+ id: string;
1603
+ createdAt: string | Date;
1604
+ updatedAt: string | Date;
1605
+ deletedAt: string | Date | null;
1606
+ name: string;
1607
+ managedBy: import("./common.types").ManagedByType | null;
1608
+ platform: import("./common.types").Platform;
1609
+ onboardingReviewerId: string | null;
1610
+ onboardingReviewAt: Date | null;
1611
+ allowPendingComplianceReview: boolean;
1612
+ __entity?: string | undefined;
1613
+ }>>>;
1614
+ }, "strip", z.ZodTypeAny, {
1615
+ id: string;
1616
+ createdAt: string | Date;
1617
+ updatedAt: string | Date;
1618
+ deletedAt: string | Date | null;
1619
+ accountId: string;
1620
+ accountName: string;
1621
+ agentEmail: string;
1622
+ agentName: string;
1623
+ __entity?: string | undefined;
1624
+ account?: {
1625
+ status: import("./common.types").AccountStatus;
1626
+ id: string;
1627
+ createdAt: string | Date;
1628
+ updatedAt: string | Date;
1629
+ deletedAt: string | Date | null;
1630
+ name: string;
1631
+ managedBy: import("./common.types").ManagedByType | null;
1632
+ platform: import("./common.types").Platform;
1633
+ onboardingReviewerId: string | null;
1634
+ onboardingReviewAt: Date | null;
1635
+ allowPendingComplianceReview: boolean;
1636
+ __entity?: string | undefined;
1637
+ } | null | undefined;
1638
+ accountNumber?: string | null | undefined;
1639
+ routingNumber?: string | null | undefined;
1640
+ company?: string | null | undefined;
1641
+ }, {
1642
+ id: string;
1643
+ createdAt: string | Date;
1644
+ updatedAt: string | Date;
1645
+ deletedAt: string | Date | null;
1646
+ accountId: string;
1647
+ accountName: string;
1648
+ agentEmail: string;
1649
+ agentName: string;
1650
+ __entity?: string | undefined;
1651
+ account?: {
1652
+ status: import("./common.types").AccountStatus;
1653
+ id: string;
1654
+ createdAt: string | Date;
1655
+ updatedAt: string | Date;
1656
+ deletedAt: string | Date | null;
1657
+ name: string;
1658
+ managedBy: import("./common.types").ManagedByType | null;
1659
+ platform: import("./common.types").Platform;
1660
+ onboardingReviewerId: string | null;
1661
+ onboardingReviewAt: Date | null;
1662
+ allowPendingComplianceReview: boolean;
1663
+ __entity?: string | undefined;
1664
+ } | null | undefined;
1665
+ accountNumber?: string | null | undefined;
1666
+ routingNumber?: string | null | undefined;
1667
+ company?: string | null | undefined;
1668
+ }>>>;
1669
+ destinationBank: z.ZodNullable<z.ZodLazy<any>>;
1670
+ }, "strip", z.ZodTypeAny, {
1671
+ escrowAccount: {
1672
+ id: string;
1673
+ createdAt: string | Date;
1674
+ updatedAt: string | Date;
1675
+ deletedAt: string | Date | null;
1676
+ accountId: string;
1677
+ accountName: string;
1678
+ agentEmail: string;
1679
+ agentName: string;
1680
+ __entity?: string | undefined;
1681
+ account?: {
1682
+ status: import("./common.types").AccountStatus;
1683
+ id: string;
1684
+ createdAt: string | Date;
1685
+ updatedAt: string | Date;
1686
+ deletedAt: string | Date | null;
1687
+ name: string;
1688
+ managedBy: import("./common.types").ManagedByType | null;
1689
+ platform: import("./common.types").Platform;
1690
+ onboardingReviewerId: string | null;
1691
+ onboardingReviewAt: Date | null;
1692
+ allowPendingComplianceReview: boolean;
1693
+ __entity?: string | undefined;
1694
+ } | null | undefined;
1695
+ accountNumber?: string | null | undefined;
1696
+ routingNumber?: string | null | undefined;
1697
+ company?: string | null | undefined;
1698
+ } | null;
1699
+ offering?: any;
1700
+ issuer?: any;
1701
+ destinationBank?: any;
1702
+ }, {
1703
+ escrowAccount: {
1704
+ id: string;
1705
+ createdAt: string | Date;
1706
+ updatedAt: string | Date;
1707
+ deletedAt: string | Date | null;
1708
+ accountId: string;
1709
+ accountName: string;
1710
+ agentEmail: string;
1711
+ agentName: string;
1712
+ __entity?: string | undefined;
1713
+ account?: {
1714
+ status: import("./common.types").AccountStatus;
1715
+ id: string;
1716
+ createdAt: string | Date;
1717
+ updatedAt: string | Date;
1718
+ deletedAt: string | Date | null;
1719
+ name: string;
1720
+ managedBy: import("./common.types").ManagedByType | null;
1721
+ platform: import("./common.types").Platform;
1722
+ onboardingReviewerId: string | null;
1723
+ onboardingReviewAt: Date | null;
1724
+ allowPendingComplianceReview: boolean;
1725
+ __entity?: string | undefined;
1726
+ } | null | undefined;
1727
+ accountNumber?: string | null | undefined;
1728
+ routingNumber?: string | null | undefined;
1729
+ company?: string | null | undefined;
1730
+ } | null;
1731
+ offering?: any;
1732
+ issuer?: any;
1733
+ destinationBank?: any;
1734
+ }>;
1735
+ balance: z.ZodObject<{
1736
+ totalRaised: z.ZodNumber;
1737
+ totalDisbursed: z.ZodNumber;
1738
+ pending: z.ZodNumber;
1739
+ refundPool: z.ZodNumber;
1740
+ disbursementFee: z.ZodNumber;
1741
+ brokerageFee: z.ZodNumber;
1742
+ availableForDisbursement: z.ZodNumber;
1743
+ netAmount: z.ZodNumber;
1744
+ }, "strip", z.ZodTypeAny, {
1745
+ pending: number;
1746
+ netAmount: number;
1747
+ totalRaised: number;
1748
+ totalDisbursed: number;
1749
+ refundPool: number;
1750
+ brokerageFee: number;
1751
+ disbursementFee: number;
1752
+ availableForDisbursement: number;
1753
+ }, {
1754
+ pending: number;
1755
+ netAmount: number;
1756
+ totalRaised: number;
1757
+ totalDisbursed: number;
1758
+ refundPool: number;
1759
+ brokerageFee: number;
1760
+ disbursementFee: number;
1761
+ availableForDisbursement: number;
1762
+ }>;
1763
+ tradeSummary: z.ZodObject<{
1764
+ selectedTradesCount: z.ZodNumber;
1765
+ selectedTradesTotalAmount: z.ZodNumber;
1766
+ }, "strip", z.ZodTypeAny, {
1767
+ selectedTradesCount: number;
1768
+ selectedTradesTotalAmount: number;
1769
+ }, {
1770
+ selectedTradesCount: number;
1771
+ selectedTradesTotalAmount: number;
1772
+ }>;
1773
+ contingency: z.ZodObject<{
1774
+ contingencyPassed: z.ZodBoolean;
1775
+ contingencyMessage: z.ZodNullable<z.ZodString>;
1776
+ contingencyAmount: z.ZodNumber;
1777
+ }, "strip", z.ZodTypeAny, {
1778
+ contingencyAmount: number;
1779
+ contingencyPassed: boolean;
1780
+ contingencyMessage: string | null;
1781
+ }, {
1782
+ contingencyAmount: number;
1783
+ contingencyPassed: boolean;
1784
+ contingencyMessage: string | null;
1785
+ }>;
1786
+ amount: z.ZodObject<{
1787
+ defaultAmount: z.ZodNumber;
1788
+ minAmount: z.ZodNumber;
1789
+ maxAmount: z.ZodNumber;
1790
+ }, "strip", z.ZodTypeAny, {
1791
+ minAmount: number;
1792
+ maxAmount: number;
1793
+ defaultAmount: number;
1794
+ }, {
1795
+ minAmount: number;
1796
+ maxAmount: number;
1797
+ defaultAmount: number;
1798
+ }>;
1799
+ }, "strip", z.ZodTypeAny, {
1800
+ amount: {
1801
+ minAmount: number;
1802
+ maxAmount: number;
1803
+ defaultAmount: number;
1804
+ };
1805
+ context: {
1806
+ escrowAccount: {
1807
+ id: string;
1808
+ createdAt: string | Date;
1809
+ updatedAt: string | Date;
1810
+ deletedAt: string | Date | null;
1811
+ accountId: string;
1812
+ accountName: string;
1813
+ agentEmail: string;
1814
+ agentName: string;
1815
+ __entity?: string | undefined;
1816
+ account?: {
1817
+ status: import("./common.types").AccountStatus;
1818
+ id: string;
1819
+ createdAt: string | Date;
1820
+ updatedAt: string | Date;
1821
+ deletedAt: string | Date | null;
1822
+ name: string;
1823
+ managedBy: import("./common.types").ManagedByType | null;
1824
+ platform: import("./common.types").Platform;
1825
+ onboardingReviewerId: string | null;
1826
+ onboardingReviewAt: Date | null;
1827
+ allowPendingComplianceReview: boolean;
1828
+ __entity?: string | undefined;
1829
+ } | null | undefined;
1830
+ accountNumber?: string | null | undefined;
1831
+ routingNumber?: string | null | undefined;
1832
+ company?: string | null | undefined;
1833
+ } | null;
1834
+ offering?: any;
1835
+ issuer?: any;
1836
+ destinationBank?: any;
1837
+ };
1838
+ balance: {
1839
+ pending: number;
1840
+ netAmount: number;
1841
+ totalRaised: number;
1842
+ totalDisbursed: number;
1843
+ refundPool: number;
1844
+ brokerageFee: number;
1845
+ disbursementFee: number;
1846
+ availableForDisbursement: number;
1847
+ };
1848
+ tradeSummary: {
1849
+ selectedTradesCount: number;
1850
+ selectedTradesTotalAmount: number;
1851
+ };
1852
+ contingency: {
1853
+ contingencyAmount: number;
1854
+ contingencyPassed: boolean;
1855
+ contingencyMessage: string | null;
1856
+ };
1857
+ }, {
1858
+ amount: {
1859
+ minAmount: number;
1860
+ maxAmount: number;
1861
+ defaultAmount: number;
1862
+ };
1863
+ context: {
1864
+ escrowAccount: {
1865
+ id: string;
1866
+ createdAt: string | Date;
1867
+ updatedAt: string | Date;
1868
+ deletedAt: string | Date | null;
1869
+ accountId: string;
1870
+ accountName: string;
1871
+ agentEmail: string;
1872
+ agentName: string;
1873
+ __entity?: string | undefined;
1874
+ account?: {
1875
+ status: import("./common.types").AccountStatus;
1876
+ id: string;
1877
+ createdAt: string | Date;
1878
+ updatedAt: string | Date;
1879
+ deletedAt: string | Date | null;
1880
+ name: string;
1881
+ managedBy: import("./common.types").ManagedByType | null;
1882
+ platform: import("./common.types").Platform;
1883
+ onboardingReviewerId: string | null;
1884
+ onboardingReviewAt: Date | null;
1885
+ allowPendingComplianceReview: boolean;
1886
+ __entity?: string | undefined;
1887
+ } | null | undefined;
1888
+ accountNumber?: string | null | undefined;
1889
+ routingNumber?: string | null | undefined;
1890
+ company?: string | null | undefined;
1891
+ } | null;
1892
+ offering?: any;
1893
+ issuer?: any;
1894
+ destinationBank?: any;
1895
+ };
1896
+ balance: {
1897
+ pending: number;
1898
+ netAmount: number;
1899
+ totalRaised: number;
1900
+ totalDisbursed: number;
1901
+ refundPool: number;
1902
+ brokerageFee: number;
1903
+ disbursementFee: number;
1904
+ availableForDisbursement: number;
1905
+ };
1906
+ tradeSummary: {
1907
+ selectedTradesCount: number;
1908
+ selectedTradesTotalAmount: number;
1909
+ };
1910
+ contingency: {
1911
+ contingencyAmount: number;
1912
+ contingencyPassed: boolean;
1913
+ contingencyMessage: string | null;
1914
+ };
1915
+ }>;
1916
+ export type DisbursementPreviewZod = z.infer<typeof DisbursementPreviewZod>;
1917
+ export declare const EligibleOfferingZod: z.ZodObject<{
1918
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1919
+ offeringName: z.ZodString;
1920
+ availableAmount: z.ZodNumber;
1921
+ }, "strip", z.ZodTypeAny, {
1922
+ offeringId: string;
1923
+ offeringName: string;
1924
+ availableAmount: number;
1925
+ }, {
1926
+ offeringId: string;
1927
+ offeringName: string;
1928
+ availableAmount: number;
1929
+ }>;
1930
+ export type EligibleOfferingZod = z.infer<typeof EligibleOfferingZod>;
1931
+ export declare const IPaginatedEligibleOffering: z.ZodObject<{
1932
+ items: z.ZodArray<z.ZodObject<{
1933
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1934
+ offeringName: z.ZodString;
1935
+ availableAmount: z.ZodNumber;
1936
+ }, "strip", z.ZodTypeAny, {
1937
+ offeringId: string;
1938
+ offeringName: string;
1939
+ availableAmount: number;
1940
+ }, {
1941
+ offeringId: string;
1942
+ offeringName: string;
1943
+ availableAmount: number;
1944
+ }>, "many">;
1945
+ meta: z.ZodObject<{
1946
+ itemCount: z.ZodNumber;
1947
+ totalItems: z.ZodOptional<z.ZodNumber>;
1948
+ itemsPerPage: z.ZodNumber;
1949
+ totalPages: z.ZodOptional<z.ZodNumber>;
1950
+ currentPage: z.ZodNumber;
1951
+ }, "strip", z.ZodTypeAny, {
1952
+ itemCount: number;
1953
+ itemsPerPage: number;
1954
+ currentPage: number;
1955
+ totalItems?: number | undefined;
1956
+ totalPages?: number | undefined;
1957
+ }, {
1958
+ itemCount: number;
1959
+ itemsPerPage: number;
1960
+ currentPage: number;
1961
+ totalItems?: number | undefined;
1962
+ totalPages?: number | undefined;
1963
+ }>;
1964
+ }, "strip", z.ZodTypeAny, {
1965
+ items: {
1966
+ offeringId: string;
1967
+ offeringName: string;
1968
+ availableAmount: number;
1969
+ }[];
1970
+ meta: {
1971
+ itemCount: number;
1972
+ itemsPerPage: number;
1973
+ currentPage: number;
1974
+ totalItems?: number | undefined;
1975
+ totalPages?: number | undefined;
1976
+ };
1977
+ }, {
1978
+ items: {
1979
+ offeringId: string;
1980
+ offeringName: string;
1981
+ availableAmount: number;
1982
+ }[];
1983
+ meta: {
1984
+ itemCount: number;
1985
+ itemsPerPage: number;
1986
+ currentPage: number;
1987
+ totalItems?: number | undefined;
1988
+ totalPages?: number | undefined;
1989
+ };
1990
+ }>;
1991
+ export type IPaginatedEligibleOffering = z.infer<typeof IPaginatedEligibleOffering>;
1992
+ export declare const EligibleOfferingsFiltersZod: z.ZodObject<{
1993
+ search: z.ZodOptional<z.ZodString>;
1994
+ }, "strip", z.ZodTypeAny, {
1995
+ search?: string | undefined;
1996
+ }, {
1997
+ search?: string | undefined;
1998
+ }>;
1999
+ export type EligibleOfferingsFiltersZod = z.infer<typeof EligibleOfferingsFiltersZod>;
2000
+ export declare enum DisbursementLifecycleStage {
2001
+ CREATED = "CREATED",
2002
+ ISSUER_REVIEW = "ISSUER_REVIEW",
2003
+ COMPLIANCE_REVIEW = "COMPLIANCE_REVIEW",
2004
+ ESCROW_REVIEW = "ESCROW_REVIEW",
2005
+ COMPLETE = "COMPLETE"
2006
+ }
2007
+ export declare const DisbursementDetailZod: z.ZodObject<{
2008
+ id: z.ZodString;
2009
+ __entity: z.ZodOptional<z.ZodString>;
2010
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2011
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2012
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2013
+ } & {
2014
+ name: z.ZodString;
2015
+ status: z.ZodNativeEnum<typeof DisbursementStatus>;
2016
+ requestedAmount: z.ZodNumber;
2017
+ netAmount: z.ZodNumber;
2018
+ complianceReview: z.ZodNativeEnum<typeof ComplianceReview>;
2019
+ approversCount: z.ZodNumber;
2020
+ disbursedAt: z.ZodNullable<z.ZodDate>;
2021
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2022
+ account: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
2023
+ id: z.ZodString;
2024
+ __entity: z.ZodOptional<z.ZodString>;
2025
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2026
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2027
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2028
+ } & {
2029
+ name: z.ZodString;
2030
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2031
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2032
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2033
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2034
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2035
+ allowPendingComplianceReview: z.ZodBoolean;
2036
+ }, "strip", z.ZodTypeAny, {
2037
+ status: import("./common.types").AccountStatus;
2038
+ id: string;
2039
+ createdAt: string | Date;
2040
+ updatedAt: string | Date;
2041
+ deletedAt: string | Date | null;
2042
+ name: string;
2043
+ managedBy: import("./common.types").ManagedByType | null;
2044
+ platform: import("./common.types").Platform;
2045
+ onboardingReviewerId: string | null;
2046
+ onboardingReviewAt: Date | null;
2047
+ allowPendingComplianceReview: boolean;
2048
+ __entity?: string | undefined;
2049
+ }, {
2050
+ status: import("./common.types").AccountStatus;
2051
+ id: string;
2052
+ createdAt: string | Date;
2053
+ updatedAt: string | Date;
2054
+ deletedAt: string | Date | null;
2055
+ name: string;
2056
+ managedBy: import("./common.types").ManagedByType | null;
2057
+ platform: import("./common.types").Platform;
2058
+ onboardingReviewerId: string | null;
2059
+ onboardingReviewAt: Date | null;
2060
+ allowPendingComplianceReview: boolean;
2061
+ __entity?: string | undefined;
2062
+ }>>>>;
2063
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2064
+ offering: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
2065
+ createdById: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2066
+ createdBy: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2067
+ id: z.ZodString;
2068
+ __entity: z.ZodOptional<z.ZodString>;
2069
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2070
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2071
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2072
+ } & {
2073
+ userLoginId: z.ZodNullable<z.ZodString>;
2074
+ roleId: z.ZodNullable<z.ZodString>;
2075
+ inviteId: z.ZodNullable<z.ZodString>;
2076
+ accountId: z.ZodNullable<z.ZodString>;
2077
+ onboarding: z.ZodNullable<z.ZodString>;
2078
+ account: z.ZodOptional<z.ZodObject<{
2079
+ id: z.ZodString;
2080
+ __entity: z.ZodOptional<z.ZodString>;
2081
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2082
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2083
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2084
+ } & {
2085
+ name: z.ZodString;
2086
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2087
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2088
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2089
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2090
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2091
+ allowPendingComplianceReview: z.ZodBoolean;
2092
+ }, "strip", z.ZodTypeAny, {
2093
+ status: import("./common.types").AccountStatus;
2094
+ id: string;
2095
+ createdAt: string | Date;
2096
+ updatedAt: string | Date;
2097
+ deletedAt: string | Date | null;
2098
+ name: string;
2099
+ managedBy: import("./common.types").ManagedByType | null;
2100
+ platform: import("./common.types").Platform;
2101
+ onboardingReviewerId: string | null;
2102
+ onboardingReviewAt: Date | null;
2103
+ allowPendingComplianceReview: boolean;
2104
+ __entity?: string | undefined;
2105
+ }, {
2106
+ status: import("./common.types").AccountStatus;
2107
+ id: string;
2108
+ createdAt: string | Date;
2109
+ updatedAt: string | Date;
2110
+ deletedAt: string | Date | null;
2111
+ name: string;
2112
+ managedBy: import("./common.types").ManagedByType | null;
2113
+ platform: import("./common.types").Platform;
2114
+ onboardingReviewerId: string | null;
2115
+ onboardingReviewAt: Date | null;
2116
+ allowPendingComplianceReview: boolean;
2117
+ __entity?: string | undefined;
2118
+ }>>;
2119
+ active: z.ZodBoolean;
2120
+ locked: z.ZodBoolean;
2121
+ userLogin: z.ZodObject<{
2122
+ id: z.ZodString;
2123
+ __entity: z.ZodOptional<z.ZodString>;
2124
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2125
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2126
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2127
+ } & {
2128
+ firstName: z.ZodString;
2129
+ lastName: z.ZodString;
2130
+ email: z.ZodString;
2131
+ provider: z.ZodString;
2132
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2133
+ loginCount: z.ZodNumber;
2134
+ }, "strip", z.ZodTypeAny, {
2135
+ id: string;
2136
+ createdAt: string | Date;
2137
+ updatedAt: string | Date;
2138
+ deletedAt: string | Date | null;
2139
+ firstName: string;
2140
+ lastName: string;
2141
+ email: string;
2142
+ provider: string;
2143
+ lastLoginAt: string | Date | null;
2144
+ loginCount: number;
2145
+ __entity?: string | undefined;
2146
+ }, {
2147
+ id: string;
2148
+ createdAt: string | Date;
2149
+ updatedAt: string | Date;
2150
+ deletedAt: string | Date | null;
2151
+ firstName: string;
2152
+ lastName: string;
2153
+ email: string;
2154
+ provider: string;
2155
+ lastLoginAt: string | Date | null;
2156
+ loginCount: number;
2157
+ __entity?: string | undefined;
2158
+ }>;
2159
+ }, "strip", z.ZodTypeAny, {
2160
+ id: string;
2161
+ createdAt: string | Date;
2162
+ updatedAt: string | Date;
2163
+ deletedAt: string | Date | null;
2164
+ active: boolean;
2165
+ inviteId: string | null;
2166
+ accountId: string | null;
2167
+ roleId: string | null;
2168
+ userLoginId: string | null;
2169
+ locked: boolean;
2170
+ onboarding: string | null;
2171
+ userLogin: {
2172
+ id: string;
2173
+ createdAt: string | Date;
2174
+ updatedAt: string | Date;
2175
+ deletedAt: string | Date | null;
2176
+ firstName: string;
2177
+ lastName: string;
2178
+ email: string;
2179
+ provider: string;
2180
+ lastLoginAt: string | Date | null;
2181
+ loginCount: number;
2182
+ __entity?: string | undefined;
2183
+ };
2184
+ __entity?: string | undefined;
2185
+ account?: {
2186
+ status: import("./common.types").AccountStatus;
2187
+ id: string;
2188
+ createdAt: string | Date;
2189
+ updatedAt: string | Date;
2190
+ deletedAt: string | Date | null;
2191
+ name: string;
2192
+ managedBy: import("./common.types").ManagedByType | null;
2193
+ platform: import("./common.types").Platform;
2194
+ onboardingReviewerId: string | null;
2195
+ onboardingReviewAt: Date | null;
2196
+ allowPendingComplianceReview: boolean;
2197
+ __entity?: string | undefined;
2198
+ } | undefined;
2199
+ }, {
2200
+ id: string;
2201
+ createdAt: string | Date;
2202
+ updatedAt: string | Date;
2203
+ deletedAt: string | Date | null;
2204
+ active: boolean;
2205
+ inviteId: string | null;
2206
+ accountId: string | null;
2207
+ roleId: string | null;
2208
+ userLoginId: string | null;
2209
+ locked: boolean;
2210
+ onboarding: string | null;
2211
+ userLogin: {
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
+ __entity?: string | undefined;
2225
+ account?: {
2226
+ status: import("./common.types").AccountStatus;
2227
+ id: string;
2228
+ createdAt: string | Date;
2229
+ updatedAt: string | Date;
2230
+ deletedAt: string | Date | null;
2231
+ name: string;
2232
+ managedBy: import("./common.types").ManagedByType | null;
2233
+ platform: import("./common.types").Platform;
2234
+ onboardingReviewerId: string | null;
2235
+ onboardingReviewAt: Date | null;
2236
+ allowPendingComplianceReview: boolean;
2237
+ __entity?: string | undefined;
2238
+ } | undefined;
2239
+ }>>>;
2240
+ reviewedById: z.ZodNullable<z.ZodString>;
2241
+ } & {
2242
+ userCanReview: z.ZodBoolean;
2243
+ signingUrl: z.ZodNullable<z.ZodString>;
2244
+ canViewDocument: z.ZodBoolean;
2245
+ documentUrl: z.ZodNullable<z.ZodString>;
2246
+ lifecycleStage: z.ZodNativeEnum<typeof DisbursementLifecycleStage>;
2247
+ issuer: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
2248
+ issuerBankAccount: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
2249
+ escrowAccount: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
2250
+ id: z.ZodString;
2251
+ __entity: z.ZodOptional<z.ZodString>;
2252
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2253
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2254
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2255
+ } & {
2256
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2257
+ accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2258
+ routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2259
+ accountName: z.ZodString;
2260
+ agentEmail: z.ZodString;
2261
+ agentName: z.ZodString;
2262
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2263
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2264
+ id: z.ZodString;
2265
+ __entity: z.ZodOptional<z.ZodString>;
2266
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2267
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2268
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2269
+ } & {
2270
+ name: z.ZodString;
2271
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2272
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2273
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2274
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2275
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2276
+ allowPendingComplianceReview: z.ZodBoolean;
2277
+ }, "strip", z.ZodTypeAny, {
2278
+ status: import("./common.types").AccountStatus;
2279
+ id: string;
2280
+ createdAt: string | Date;
2281
+ updatedAt: string | Date;
2282
+ deletedAt: string | Date | null;
2283
+ name: string;
2284
+ managedBy: import("./common.types").ManagedByType | null;
2285
+ platform: import("./common.types").Platform;
2286
+ onboardingReviewerId: string | null;
2287
+ onboardingReviewAt: Date | null;
2288
+ allowPendingComplianceReview: boolean;
2289
+ __entity?: string | undefined;
2290
+ }, {
2291
+ status: import("./common.types").AccountStatus;
2292
+ id: string;
2293
+ createdAt: string | Date;
2294
+ updatedAt: string | Date;
2295
+ deletedAt: string | Date | null;
2296
+ name: string;
2297
+ managedBy: import("./common.types").ManagedByType | null;
2298
+ platform: import("./common.types").Platform;
2299
+ onboardingReviewerId: string | null;
2300
+ onboardingReviewAt: Date | null;
2301
+ allowPendingComplianceReview: boolean;
2302
+ __entity?: string | undefined;
2303
+ }>>>;
2304
+ }, "strip", z.ZodTypeAny, {
2305
+ id: string;
2306
+ createdAt: string | Date;
2307
+ updatedAt: string | Date;
2308
+ deletedAt: string | Date | null;
2309
+ accountId: string;
2310
+ accountName: string;
2311
+ agentEmail: string;
2312
+ agentName: string;
2313
+ __entity?: string | undefined;
2314
+ account?: {
2315
+ status: import("./common.types").AccountStatus;
2316
+ id: string;
2317
+ createdAt: string | Date;
2318
+ updatedAt: string | Date;
2319
+ deletedAt: string | Date | null;
2320
+ name: string;
2321
+ managedBy: import("./common.types").ManagedByType | null;
2322
+ platform: import("./common.types").Platform;
2323
+ onboardingReviewerId: string | null;
2324
+ onboardingReviewAt: Date | null;
2325
+ allowPendingComplianceReview: boolean;
2326
+ __entity?: string | undefined;
2327
+ } | null | undefined;
2328
+ accountNumber?: string | null | undefined;
2329
+ routingNumber?: string | null | undefined;
2330
+ company?: string | null | undefined;
2331
+ }, {
2332
+ id: string;
2333
+ createdAt: string | Date;
2334
+ updatedAt: string | Date;
2335
+ deletedAt: string | Date | null;
2336
+ accountId: string;
2337
+ accountName: string;
2338
+ agentEmail: string;
2339
+ agentName: string;
2340
+ __entity?: string | undefined;
2341
+ account?: {
2342
+ status: import("./common.types").AccountStatus;
2343
+ id: string;
2344
+ createdAt: string | Date;
2345
+ updatedAt: string | Date;
2346
+ deletedAt: string | Date | null;
2347
+ name: string;
2348
+ managedBy: import("./common.types").ManagedByType | null;
2349
+ platform: import("./common.types").Platform;
2350
+ onboardingReviewerId: string | null;
2351
+ onboardingReviewAt: Date | null;
2352
+ allowPendingComplianceReview: boolean;
2353
+ __entity?: string | undefined;
2354
+ } | null | undefined;
2355
+ accountNumber?: string | null | undefined;
2356
+ routingNumber?: string | null | undefined;
2357
+ company?: string | null | undefined;
2358
+ }>>>>;
2359
+ disbursementAdjustments: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2360
+ tradeDisbursements: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2361
+ disbursementReviews: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2362
+ disbursementTransactions: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2363
+ }, "strip", z.ZodTypeAny, {
2364
+ status: DisbursementStatus;
2365
+ id: string;
2366
+ createdAt: string | Date;
2367
+ updatedAt: string | Date;
2368
+ deletedAt: string | Date | null;
2369
+ accountId: string;
2370
+ name: string;
2371
+ complianceReview: ComplianceReview;
2372
+ approversCount: number;
2373
+ offeringId: string;
2374
+ reviewedById: string | null;
2375
+ createdById: string;
2376
+ requestedAmount: number;
2377
+ netAmount: number;
2378
+ disbursedAt: Date | null;
2379
+ userCanReview: boolean;
2380
+ signingUrl: string | null;
2381
+ canViewDocument: boolean;
2382
+ documentUrl: string | null;
2383
+ lifecycleStage: DisbursementLifecycleStage;
2384
+ __entity?: string | undefined;
2385
+ account?: {
2386
+ status: import("./common.types").AccountStatus;
2387
+ id: string;
2388
+ createdAt: string | Date;
2389
+ updatedAt: string | Date;
2390
+ deletedAt: string | Date | null;
2391
+ name: string;
2392
+ managedBy: import("./common.types").ManagedByType | null;
2393
+ platform: import("./common.types").Platform;
2394
+ onboardingReviewerId: string | null;
2395
+ onboardingReviewAt: Date | null;
2396
+ allowPendingComplianceReview: boolean;
2397
+ __entity?: string | undefined;
2398
+ } | null | undefined;
2399
+ offering?: any;
2400
+ issuer?: any;
2401
+ escrowAccount?: {
2402
+ id: string;
2403
+ createdAt: string | Date;
2404
+ updatedAt: string | Date;
2405
+ deletedAt: string | Date | null;
2406
+ accountId: string;
2407
+ accountName: string;
2408
+ agentEmail: string;
2409
+ agentName: string;
2410
+ __entity?: string | undefined;
2411
+ account?: {
2412
+ status: import("./common.types").AccountStatus;
2413
+ id: string;
2414
+ createdAt: string | Date;
2415
+ updatedAt: string | Date;
2416
+ deletedAt: string | Date | null;
2417
+ name: string;
2418
+ managedBy: import("./common.types").ManagedByType | null;
2419
+ platform: import("./common.types").Platform;
2420
+ onboardingReviewerId: string | null;
2421
+ onboardingReviewAt: Date | null;
2422
+ allowPendingComplianceReview: boolean;
2423
+ __entity?: string | undefined;
2424
+ } | null | undefined;
2425
+ accountNumber?: string | null | undefined;
2426
+ routingNumber?: string | null | undefined;
2427
+ company?: string | null | undefined;
2428
+ } | null | undefined;
2429
+ tradeDisbursements?: any[] | undefined;
2430
+ createdBy?: {
2431
+ id: string;
2432
+ createdAt: string | Date;
2433
+ updatedAt: string | Date;
2434
+ deletedAt: string | Date | null;
2435
+ active: boolean;
2436
+ inviteId: string | null;
2437
+ accountId: string | null;
2438
+ roleId: string | null;
2439
+ userLoginId: string | null;
2440
+ locked: boolean;
2441
+ onboarding: string | null;
2442
+ userLogin: {
2443
+ id: string;
2444
+ createdAt: string | Date;
2445
+ updatedAt: string | Date;
2446
+ deletedAt: string | Date | null;
2447
+ firstName: string;
2448
+ lastName: string;
2449
+ email: string;
2450
+ provider: string;
2451
+ lastLoginAt: string | Date | null;
2452
+ loginCount: number;
2453
+ __entity?: string | undefined;
2454
+ };
2455
+ __entity?: string | undefined;
2456
+ account?: {
2457
+ status: import("./common.types").AccountStatus;
2458
+ id: string;
2459
+ createdAt: string | Date;
2460
+ updatedAt: string | Date;
2461
+ deletedAt: string | Date | null;
2462
+ name: string;
2463
+ managedBy: import("./common.types").ManagedByType | null;
2464
+ platform: import("./common.types").Platform;
2465
+ onboardingReviewerId: string | null;
2466
+ onboardingReviewAt: Date | null;
2467
+ allowPendingComplianceReview: boolean;
2468
+ __entity?: string | undefined;
2469
+ } | undefined;
2470
+ } | null | undefined;
2471
+ issuerBankAccount?: any;
2472
+ disbursementAdjustments?: any[] | undefined;
2473
+ disbursementReviews?: any[] | undefined;
2474
+ disbursementTransactions?: any[] | undefined;
2475
+ }, {
2476
+ status: DisbursementStatus;
2477
+ id: string;
2478
+ createdAt: string | Date;
2479
+ updatedAt: string | Date;
2480
+ deletedAt: string | Date | null;
2481
+ accountId: string;
2482
+ name: string;
2483
+ complianceReview: ComplianceReview;
2484
+ approversCount: number;
2485
+ offeringId: string;
2486
+ reviewedById: string | null;
2487
+ createdById: string;
2488
+ requestedAmount: number;
2489
+ netAmount: number;
2490
+ disbursedAt: Date | null;
2491
+ userCanReview: boolean;
2492
+ signingUrl: string | null;
2493
+ canViewDocument: boolean;
2494
+ documentUrl: string | null;
2495
+ lifecycleStage: DisbursementLifecycleStage;
2496
+ __entity?: string | undefined;
2497
+ account?: {
2498
+ status: import("./common.types").AccountStatus;
2499
+ id: string;
2500
+ createdAt: string | Date;
2501
+ updatedAt: string | Date;
2502
+ deletedAt: string | Date | null;
2503
+ name: string;
2504
+ managedBy: import("./common.types").ManagedByType | null;
2505
+ platform: import("./common.types").Platform;
2506
+ onboardingReviewerId: string | null;
2507
+ onboardingReviewAt: Date | null;
2508
+ allowPendingComplianceReview: boolean;
2509
+ __entity?: string | undefined;
2510
+ } | null | undefined;
2511
+ offering?: any;
2512
+ issuer?: any;
2513
+ escrowAccount?: {
2514
+ id: string;
2515
+ createdAt: string | Date;
2516
+ updatedAt: string | Date;
2517
+ deletedAt: string | Date | null;
2518
+ accountId: string;
2519
+ accountName: string;
2520
+ agentEmail: string;
2521
+ agentName: string;
2522
+ __entity?: string | undefined;
2523
+ account?: {
2524
+ status: import("./common.types").AccountStatus;
2525
+ id: string;
2526
+ createdAt: string | Date;
2527
+ updatedAt: string | Date;
2528
+ deletedAt: string | Date | null;
2529
+ name: string;
2530
+ managedBy: import("./common.types").ManagedByType | null;
2531
+ platform: import("./common.types").Platform;
2532
+ onboardingReviewerId: string | null;
2533
+ onboardingReviewAt: Date | null;
2534
+ allowPendingComplianceReview: boolean;
2535
+ __entity?: string | undefined;
2536
+ } | null | undefined;
2537
+ accountNumber?: string | null | undefined;
2538
+ routingNumber?: string | null | undefined;
2539
+ company?: string | null | undefined;
2540
+ } | null | undefined;
2541
+ tradeDisbursements?: any[] | undefined;
2542
+ createdBy?: {
2543
+ id: string;
2544
+ createdAt: string | Date;
2545
+ updatedAt: string | Date;
2546
+ deletedAt: string | Date | null;
2547
+ active: boolean;
2548
+ inviteId: string | null;
2549
+ accountId: string | null;
2550
+ roleId: string | null;
2551
+ userLoginId: string | null;
2552
+ locked: boolean;
2553
+ onboarding: string | null;
2554
+ userLogin: {
2555
+ id: string;
2556
+ createdAt: string | Date;
2557
+ updatedAt: string | Date;
2558
+ deletedAt: string | Date | null;
2559
+ firstName: string;
2560
+ lastName: string;
2561
+ email: string;
2562
+ provider: string;
2563
+ lastLoginAt: string | Date | null;
2564
+ loginCount: number;
2565
+ __entity?: string | undefined;
2566
+ };
2567
+ __entity?: string | undefined;
2568
+ account?: {
2569
+ status: import("./common.types").AccountStatus;
2570
+ id: string;
2571
+ createdAt: string | Date;
2572
+ updatedAt: string | Date;
2573
+ deletedAt: string | Date | null;
2574
+ name: string;
2575
+ managedBy: import("./common.types").ManagedByType | null;
2576
+ platform: import("./common.types").Platform;
2577
+ onboardingReviewerId: string | null;
2578
+ onboardingReviewAt: Date | null;
2579
+ allowPendingComplianceReview: boolean;
2580
+ __entity?: string | undefined;
2581
+ } | undefined;
2582
+ } | null | undefined;
2583
+ issuerBankAccount?: any;
2584
+ disbursementAdjustments?: any[] | undefined;
2585
+ disbursementReviews?: any[] | undefined;
2586
+ disbursementTransactions?: any[] | undefined;
2587
+ }>;
2588
+ export type DisbursementDetailZod = z.infer<typeof DisbursementDetailZod>;
2589
+ export declare const DisbursementApproverZod: z.ZodObject<{
2590
+ name: z.ZodString;
2591
+ email: z.ZodString;
2592
+ reviewedAt: z.ZodNullable<z.ZodDate>;
2593
+ status: z.ZodNativeEnum<typeof DisbursementStatus>;
2594
+ role: z.ZodNativeEnum<typeof UserRole>;
2595
+ }, "strip", z.ZodTypeAny, {
2596
+ status: DisbursementStatus;
2597
+ email: string;
2598
+ name: string;
2599
+ role: UserRole;
2600
+ reviewedAt: Date | null;
2601
+ }, {
2602
+ status: DisbursementStatus;
2603
+ email: string;
2604
+ name: string;
2605
+ role: UserRole;
2606
+ reviewedAt: Date | null;
2607
+ }>;
2608
+ export type DisbursementApproverZod = z.infer<typeof DisbursementApproverZod>;
2609
+ export declare const DisbursementDeclinedBannerZod: z.ZodObject<{
2610
+ disbursementStatus: z.ZodNativeEnum<typeof DisbursementStatus>;
2611
+ declinedByName: z.ZodString;
2612
+ declinedByRole: z.ZodNativeEnum<typeof UserRole>;
2613
+ declinedAt: z.ZodDate;
2614
+ }, "strip", z.ZodTypeAny, {
2615
+ disbursementStatus: DisbursementStatus;
2616
+ declinedByName: string;
2617
+ declinedByRole: UserRole;
2618
+ declinedAt: Date;
2619
+ }, {
2620
+ disbursementStatus: DisbursementStatus;
2621
+ declinedByName: string;
2622
+ declinedByRole: UserRole;
2623
+ declinedAt: Date;
2624
+ }>;
2625
+ export type DisbursementDeclinedBannerZod = z.infer<typeof DisbursementDeclinedBannerZod>;
2626
+ export declare const DisbursementApprovalsTabZod: z.ZodObject<{
2627
+ disbursementId: z.ZodString;
2628
+ disbursementName: z.ZodString;
2629
+ issuerName: z.ZodString;
2630
+ offeringName: z.ZodString;
2631
+ approvers: z.ZodArray<z.ZodObject<{
2632
+ name: z.ZodString;
2633
+ email: z.ZodString;
2634
+ reviewedAt: z.ZodNullable<z.ZodDate>;
2635
+ status: z.ZodNativeEnum<typeof DisbursementStatus>;
2636
+ role: z.ZodNativeEnum<typeof UserRole>;
2637
+ }, "strip", z.ZodTypeAny, {
2638
+ status: DisbursementStatus;
2639
+ email: string;
2640
+ name: string;
2641
+ role: UserRole;
2642
+ reviewedAt: Date | null;
2643
+ }, {
2644
+ status: DisbursementStatus;
2645
+ email: string;
2646
+ name: string;
2647
+ role: UserRole;
2648
+ reviewedAt: Date | null;
2649
+ }>, "many">;
2650
+ declinedBanner: z.ZodNullable<z.ZodObject<{
2651
+ disbursementStatus: z.ZodNativeEnum<typeof DisbursementStatus>;
2652
+ declinedByName: z.ZodString;
2653
+ declinedByRole: z.ZodNativeEnum<typeof UserRole>;
2654
+ declinedAt: z.ZodDate;
2655
+ }, "strip", z.ZodTypeAny, {
2656
+ disbursementStatus: DisbursementStatus;
2657
+ declinedByName: string;
2658
+ declinedByRole: UserRole;
2659
+ declinedAt: Date;
2660
+ }, {
2661
+ disbursementStatus: DisbursementStatus;
2662
+ declinedByName: string;
2663
+ declinedByRole: UserRole;
2664
+ declinedAt: Date;
2665
+ }>>;
2666
+ }, "strip", z.ZodTypeAny, {
2667
+ issuerName: string;
2668
+ offeringName: string;
2669
+ disbursementId: string;
2670
+ disbursementName: string;
2671
+ approvers: {
2672
+ status: DisbursementStatus;
2673
+ email: string;
2674
+ name: string;
2675
+ role: UserRole;
2676
+ reviewedAt: Date | null;
2677
+ }[];
2678
+ declinedBanner: {
2679
+ disbursementStatus: DisbursementStatus;
2680
+ declinedByName: string;
2681
+ declinedByRole: UserRole;
2682
+ declinedAt: Date;
2683
+ } | null;
2684
+ }, {
2685
+ issuerName: string;
2686
+ offeringName: string;
2687
+ disbursementId: string;
2688
+ disbursementName: string;
2689
+ approvers: {
2690
+ status: DisbursementStatus;
2691
+ email: string;
2692
+ name: string;
2693
+ role: UserRole;
2694
+ reviewedAt: Date | null;
2695
+ }[];
2696
+ declinedBanner: {
2697
+ disbursementStatus: DisbursementStatus;
2698
+ declinedByName: string;
2699
+ declinedByRole: UserRole;
2700
+ declinedAt: Date;
2701
+ } | null;
2702
+ }>;
2703
+ export type DisbursementApprovalsTabZod = z.infer<typeof DisbursementApprovalsTabZod>;
2704
+ export declare const DisbursementDetailsTabHeaderZod: z.ZodObject<{
2705
+ disbursementId: z.ZodEffects<z.ZodString, string, string>;
2706
+ disbursementDate: z.ZodNullable<z.ZodDate>;
2707
+ currency: z.ZodDefault<z.ZodString>;
2708
+ }, "strip", z.ZodTypeAny, {
2709
+ currency: string;
2710
+ disbursementId: string;
2711
+ disbursementDate: Date | null;
2712
+ }, {
2713
+ disbursementId: string;
2714
+ disbursementDate: Date | null;
2715
+ currency?: string | undefined;
2716
+ }>;
2717
+ export type DisbursementDetailsTabHeaderZod = z.infer<typeof DisbursementDetailsTabHeaderZod>;
2718
+ export declare const DisbursementDetailsTabGeneralInfoZod: z.ZodObject<{
2719
+ issuerName: z.ZodString;
2720
+ offeringName: z.ZodString;
2721
+ offeringId: z.ZodString;
2722
+ from: z.ZodNullable<z.ZodLazy<z.ZodObject<{
2723
+ id: z.ZodString;
2724
+ __entity: z.ZodOptional<z.ZodString>;
2725
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2726
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2727
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2728
+ } & {
2729
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2730
+ accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2731
+ routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2732
+ accountName: z.ZodString;
2733
+ agentEmail: z.ZodString;
2734
+ agentName: z.ZodString;
2735
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2736
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2737
+ id: z.ZodString;
2738
+ __entity: z.ZodOptional<z.ZodString>;
2739
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2740
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2741
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2742
+ } & {
2743
+ name: z.ZodString;
2744
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2745
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2746
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2747
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2748
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2749
+ allowPendingComplianceReview: z.ZodBoolean;
2750
+ }, "strip", z.ZodTypeAny, {
2751
+ status: import("./common.types").AccountStatus;
2752
+ id: string;
2753
+ createdAt: string | Date;
2754
+ updatedAt: string | Date;
2755
+ deletedAt: string | Date | null;
2756
+ name: string;
2757
+ managedBy: import("./common.types").ManagedByType | null;
2758
+ platform: import("./common.types").Platform;
2759
+ onboardingReviewerId: string | null;
2760
+ onboardingReviewAt: Date | null;
2761
+ allowPendingComplianceReview: boolean;
2762
+ __entity?: string | undefined;
2763
+ }, {
2764
+ status: import("./common.types").AccountStatus;
2765
+ id: string;
2766
+ createdAt: string | Date;
2767
+ updatedAt: string | Date;
2768
+ deletedAt: string | Date | null;
2769
+ name: string;
2770
+ managedBy: import("./common.types").ManagedByType | null;
2771
+ platform: import("./common.types").Platform;
2772
+ onboardingReviewerId: string | null;
2773
+ onboardingReviewAt: Date | null;
2774
+ allowPendingComplianceReview: boolean;
2775
+ __entity?: string | undefined;
2776
+ }>>>;
2777
+ }, "strip", z.ZodTypeAny, {
2778
+ id: string;
2779
+ createdAt: string | Date;
2780
+ updatedAt: string | Date;
2781
+ deletedAt: string | Date | null;
2782
+ accountId: string;
2783
+ accountName: string;
2784
+ agentEmail: string;
2785
+ agentName: string;
2786
+ __entity?: string | undefined;
2787
+ account?: {
2788
+ status: import("./common.types").AccountStatus;
2789
+ id: string;
2790
+ createdAt: string | Date;
2791
+ updatedAt: string | Date;
2792
+ deletedAt: string | Date | null;
2793
+ name: string;
2794
+ managedBy: import("./common.types").ManagedByType | null;
2795
+ platform: import("./common.types").Platform;
2796
+ onboardingReviewerId: string | null;
2797
+ onboardingReviewAt: Date | null;
2798
+ allowPendingComplianceReview: boolean;
2799
+ __entity?: string | undefined;
2800
+ } | null | undefined;
2801
+ accountNumber?: string | null | undefined;
2802
+ routingNumber?: string | null | undefined;
2803
+ company?: string | null | undefined;
2804
+ }, {
2805
+ id: string;
2806
+ createdAt: string | Date;
2807
+ updatedAt: string | Date;
2808
+ deletedAt: string | Date | null;
2809
+ accountId: string;
2810
+ accountName: string;
2811
+ agentEmail: string;
2812
+ agentName: string;
2813
+ __entity?: string | undefined;
2814
+ account?: {
2815
+ status: import("./common.types").AccountStatus;
2816
+ id: string;
2817
+ createdAt: string | Date;
2818
+ updatedAt: string | Date;
2819
+ deletedAt: string | Date | null;
2820
+ name: string;
2821
+ managedBy: import("./common.types").ManagedByType | null;
2822
+ platform: import("./common.types").Platform;
2823
+ onboardingReviewerId: string | null;
2824
+ onboardingReviewAt: Date | null;
2825
+ allowPendingComplianceReview: boolean;
2826
+ __entity?: string | undefined;
2827
+ } | null | undefined;
2828
+ accountNumber?: string | null | undefined;
2829
+ routingNumber?: string | null | undefined;
2830
+ company?: string | null | undefined;
2831
+ }>>>;
2832
+ to: z.ZodNullable<z.ZodLazy<any>>;
2833
+ }, "strip", z.ZodTypeAny, {
2834
+ from: {
2835
+ id: string;
2836
+ createdAt: string | Date;
2837
+ updatedAt: string | Date;
2838
+ deletedAt: string | Date | null;
2839
+ accountId: string;
2840
+ accountName: string;
2841
+ agentEmail: string;
2842
+ agentName: string;
2843
+ __entity?: string | undefined;
2844
+ account?: {
2845
+ status: import("./common.types").AccountStatus;
2846
+ id: string;
2847
+ createdAt: string | Date;
2848
+ updatedAt: string | Date;
2849
+ deletedAt: string | Date | null;
2850
+ name: string;
2851
+ managedBy: import("./common.types").ManagedByType | null;
2852
+ platform: import("./common.types").Platform;
2853
+ onboardingReviewerId: string | null;
2854
+ onboardingReviewAt: Date | null;
2855
+ allowPendingComplianceReview: boolean;
2856
+ __entity?: string | undefined;
2857
+ } | null | undefined;
2858
+ accountNumber?: string | null | undefined;
2859
+ routingNumber?: string | null | undefined;
2860
+ company?: string | null | undefined;
2861
+ } | null;
2862
+ offeringId: string;
2863
+ issuerName: string;
2864
+ offeringName: string;
2865
+ to?: any;
2866
+ }, {
2867
+ from: {
2868
+ id: string;
2869
+ createdAt: string | Date;
2870
+ updatedAt: string | Date;
2871
+ deletedAt: string | Date | null;
2872
+ accountId: string;
2873
+ accountName: string;
2874
+ agentEmail: string;
2875
+ agentName: string;
2876
+ __entity?: string | undefined;
2877
+ account?: {
2878
+ status: import("./common.types").AccountStatus;
2879
+ id: string;
2880
+ createdAt: string | Date;
2881
+ updatedAt: string | Date;
2882
+ deletedAt: string | Date | null;
2883
+ name: string;
2884
+ managedBy: import("./common.types").ManagedByType | null;
2885
+ platform: import("./common.types").Platform;
2886
+ onboardingReviewerId: string | null;
2887
+ onboardingReviewAt: Date | null;
2888
+ allowPendingComplianceReview: boolean;
2889
+ __entity?: string | undefined;
2890
+ } | null | undefined;
2891
+ accountNumber?: string | null | undefined;
2892
+ routingNumber?: string | null | undefined;
2893
+ company?: string | null | undefined;
2894
+ } | null;
2895
+ offeringId: string;
2896
+ issuerName: string;
2897
+ offeringName: string;
2898
+ to?: any;
2899
+ }>;
2900
+ export type DisbursementDetailsTabGeneralInfoZod = z.infer<typeof DisbursementDetailsTabGeneralInfoZod>;
2901
+ export declare const DisbursementDetailsTabFinancialsZod: z.ZodObject<{
2902
+ amountRequested: z.ZodNumber;
2903
+ brokerDealerCommission: z.ZodNumber;
2904
+ disbursementFee: z.ZodNumber;
2905
+ refundPool: z.ZodNumber;
2906
+ amountToBeDisbursed: z.ZodNumber;
2907
+ }, "strip", z.ZodTypeAny, {
2908
+ refundPool: number;
2909
+ amountRequested: number;
2910
+ disbursementFee: number;
2911
+ brokerDealerCommission: number;
2912
+ amountToBeDisbursed: number;
2913
+ }, {
2914
+ refundPool: number;
2915
+ amountRequested: number;
2916
+ disbursementFee: number;
2917
+ brokerDealerCommission: number;
2918
+ amountToBeDisbursed: number;
2919
+ }>;
2920
+ export type DisbursementDetailsTabFinancialsZod = z.infer<typeof DisbursementDetailsTabFinancialsZod>;
2921
+ export declare const DisbursementDetailsTabTradeZod: z.ZodObject<{
2922
+ tradeNo: z.ZodString;
2923
+ investorName: z.ZodString;
2924
+ investmentName: z.ZodString;
2925
+ numberOfShares: z.ZodNumber;
2926
+ totalAmount: z.ZodNumber;
2927
+ date: z.ZodNullable<z.ZodDate>;
2928
+ status: z.ZodString;
2929
+ }, "strip", z.ZodTypeAny, {
2930
+ status: string;
2931
+ date: Date | null;
2932
+ totalAmount: number;
2933
+ investorName: string;
2934
+ numberOfShares: number;
2935
+ tradeNo: string;
2936
+ investmentName: string;
2937
+ }, {
2938
+ status: string;
2939
+ date: Date | null;
2940
+ totalAmount: number;
2941
+ investorName: string;
2942
+ numberOfShares: number;
2943
+ tradeNo: string;
2944
+ investmentName: string;
2945
+ }>;
2946
+ export type DisbursementDetailsTabTradeZod = z.infer<typeof DisbursementDetailsTabTradeZod>;
2947
+ export declare const DisbursementDetailsTabApprovalZod: z.ZodObject<{
2948
+ name: z.ZodString;
2949
+ signedAt: z.ZodNullable<z.ZodDate>;
2950
+ }, "strip", z.ZodTypeAny, {
2951
+ name: string;
2952
+ signedAt: Date | null;
2953
+ }, {
2954
+ name: string;
2955
+ signedAt: Date | null;
2956
+ }>;
2957
+ export type DisbursementDetailsTabApprovalZod = z.infer<typeof DisbursementDetailsTabApprovalZod>;
2958
+ export declare const DisbursementDetailsTabApprovalsZod: z.ZodObject<{
2959
+ issuerApprovals: z.ZodArray<z.ZodObject<{
2960
+ name: z.ZodString;
2961
+ signedAt: z.ZodNullable<z.ZodDate>;
2962
+ }, "strip", z.ZodTypeAny, {
2963
+ name: string;
2964
+ signedAt: Date | null;
2965
+ }, {
2966
+ name: string;
2967
+ signedAt: Date | null;
2968
+ }>, "many">;
2969
+ complianceApproval: z.ZodNullable<z.ZodObject<{
2970
+ name: z.ZodString;
2971
+ signedAt: z.ZodNullable<z.ZodDate>;
2972
+ }, "strip", z.ZodTypeAny, {
2973
+ name: string;
2974
+ signedAt: Date | null;
2975
+ }, {
2976
+ name: string;
2977
+ signedAt: Date | null;
2978
+ }>>;
2979
+ escrowApproval: z.ZodNullable<z.ZodObject<{
2980
+ name: z.ZodString;
2981
+ signedAt: z.ZodNullable<z.ZodDate>;
2982
+ }, "strip", z.ZodTypeAny, {
2983
+ name: string;
2984
+ signedAt: Date | null;
2985
+ }, {
2986
+ name: string;
2987
+ signedAt: Date | null;
2988
+ }>>;
2989
+ }, "strip", z.ZodTypeAny, {
2990
+ issuerApprovals: {
2991
+ name: string;
2992
+ signedAt: Date | null;
2993
+ }[];
2994
+ complianceApproval: {
2995
+ name: string;
2996
+ signedAt: Date | null;
2997
+ } | null;
2998
+ escrowApproval: {
2999
+ name: string;
3000
+ signedAt: Date | null;
3001
+ } | null;
3002
+ }, {
3003
+ issuerApprovals: {
3004
+ name: string;
3005
+ signedAt: Date | null;
3006
+ }[];
3007
+ complianceApproval: {
3008
+ name: string;
3009
+ signedAt: Date | null;
3010
+ } | null;
3011
+ escrowApproval: {
3012
+ name: string;
3013
+ signedAt: Date | null;
3014
+ } | null;
3015
+ }>;
3016
+ export type DisbursementDetailsTabApprovalsZod = z.infer<typeof DisbursementDetailsTabApprovalsZod>;
3017
+ export declare const DisbursementDetailsTabRejectionZod: z.ZodObject<{
3018
+ declinedByName: z.ZodNullable<z.ZodString>;
3019
+ declinedByRole: z.ZodNullable<z.ZodString>;
3020
+ declinedAt: z.ZodNullable<z.ZodDate>;
3021
+ }, "strip", z.ZodTypeAny, {
3022
+ declinedByName: string | null;
3023
+ declinedByRole: string | null;
3024
+ declinedAt: Date | null;
3025
+ }, {
3026
+ declinedByName: string | null;
3027
+ declinedByRole: string | null;
3028
+ declinedAt: Date | null;
3029
+ }>;
3030
+ export type DisbursementDetailsTabRejectionZod = z.infer<typeof DisbursementDetailsTabRejectionZod>;
3031
+ export declare const DisbursementDetailsTabZod: z.ZodObject<{
3032
+ header: z.ZodObject<{
3033
+ disbursementId: z.ZodEffects<z.ZodString, string, string>;
3034
+ disbursementDate: z.ZodNullable<z.ZodDate>;
3035
+ currency: z.ZodDefault<z.ZodString>;
3036
+ }, "strip", z.ZodTypeAny, {
3037
+ currency: string;
3038
+ disbursementId: string;
3039
+ disbursementDate: Date | null;
3040
+ }, {
3041
+ disbursementId: string;
3042
+ disbursementDate: Date | null;
3043
+ currency?: string | undefined;
3044
+ }>;
3045
+ generalInfo: z.ZodObject<{
3046
+ issuerName: z.ZodString;
3047
+ offeringName: z.ZodString;
3048
+ offeringId: z.ZodString;
3049
+ from: z.ZodNullable<z.ZodLazy<z.ZodObject<{
3050
+ id: z.ZodString;
3051
+ __entity: z.ZodOptional<z.ZodString>;
3052
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
3053
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
3054
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
3055
+ } & {
3056
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3057
+ accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3058
+ routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3059
+ accountName: z.ZodString;
3060
+ agentEmail: z.ZodString;
3061
+ agentName: z.ZodString;
3062
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
3063
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3064
+ id: z.ZodString;
3065
+ __entity: z.ZodOptional<z.ZodString>;
3066
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
3067
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
3068
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
3069
+ } & {
3070
+ name: z.ZodString;
3071
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
3072
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
3073
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
3074
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
3075
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
3076
+ allowPendingComplianceReview: z.ZodBoolean;
3077
+ }, "strip", z.ZodTypeAny, {
3078
+ status: import("./common.types").AccountStatus;
3079
+ id: string;
3080
+ createdAt: string | Date;
3081
+ updatedAt: string | Date;
3082
+ deletedAt: string | Date | null;
3083
+ name: string;
3084
+ managedBy: import("./common.types").ManagedByType | null;
3085
+ platform: import("./common.types").Platform;
3086
+ onboardingReviewerId: string | null;
3087
+ onboardingReviewAt: Date | null;
3088
+ allowPendingComplianceReview: boolean;
3089
+ __entity?: string | undefined;
3090
+ }, {
3091
+ status: import("./common.types").AccountStatus;
3092
+ id: string;
3093
+ createdAt: string | Date;
3094
+ updatedAt: string | Date;
3095
+ deletedAt: string | Date | null;
3096
+ name: string;
3097
+ managedBy: import("./common.types").ManagedByType | null;
3098
+ platform: import("./common.types").Platform;
3099
+ onboardingReviewerId: string | null;
3100
+ onboardingReviewAt: Date | null;
3101
+ allowPendingComplianceReview: boolean;
3102
+ __entity?: string | undefined;
3103
+ }>>>;
3104
+ }, "strip", z.ZodTypeAny, {
3105
+ id: string;
3106
+ createdAt: string | Date;
3107
+ updatedAt: string | Date;
3108
+ deletedAt: string | Date | null;
3109
+ accountId: string;
3110
+ accountName: string;
3111
+ agentEmail: string;
3112
+ agentName: string;
3113
+ __entity?: string | undefined;
3114
+ account?: {
3115
+ status: import("./common.types").AccountStatus;
3116
+ id: string;
3117
+ createdAt: string | Date;
3118
+ updatedAt: string | Date;
3119
+ deletedAt: string | Date | null;
3120
+ name: string;
3121
+ managedBy: import("./common.types").ManagedByType | null;
3122
+ platform: import("./common.types").Platform;
3123
+ onboardingReviewerId: string | null;
3124
+ onboardingReviewAt: Date | null;
3125
+ allowPendingComplianceReview: boolean;
3126
+ __entity?: string | undefined;
3127
+ } | null | undefined;
3128
+ accountNumber?: string | null | undefined;
3129
+ routingNumber?: string | null | undefined;
3130
+ company?: string | null | undefined;
3131
+ }, {
3132
+ id: string;
3133
+ createdAt: string | Date;
3134
+ updatedAt: string | Date;
3135
+ deletedAt: string | Date | null;
3136
+ accountId: string;
3137
+ accountName: string;
3138
+ agentEmail: string;
3139
+ agentName: string;
3140
+ __entity?: string | undefined;
3141
+ account?: {
3142
+ status: import("./common.types").AccountStatus;
3143
+ id: string;
3144
+ createdAt: string | Date;
3145
+ updatedAt: string | Date;
3146
+ deletedAt: string | Date | null;
3147
+ name: string;
3148
+ managedBy: import("./common.types").ManagedByType | null;
3149
+ platform: import("./common.types").Platform;
3150
+ onboardingReviewerId: string | null;
3151
+ onboardingReviewAt: Date | null;
3152
+ allowPendingComplianceReview: boolean;
3153
+ __entity?: string | undefined;
3154
+ } | null | undefined;
3155
+ accountNumber?: string | null | undefined;
3156
+ routingNumber?: string | null | undefined;
3157
+ company?: string | null | undefined;
3158
+ }>>>;
3159
+ to: z.ZodNullable<z.ZodLazy<any>>;
3160
+ }, "strip", z.ZodTypeAny, {
3161
+ from: {
3162
+ id: string;
3163
+ createdAt: string | Date;
3164
+ updatedAt: string | Date;
3165
+ deletedAt: string | Date | null;
3166
+ accountId: string;
3167
+ accountName: string;
3168
+ agentEmail: string;
3169
+ agentName: string;
3170
+ __entity?: string | undefined;
3171
+ account?: {
3172
+ status: import("./common.types").AccountStatus;
3173
+ id: string;
3174
+ createdAt: string | Date;
3175
+ updatedAt: string | Date;
3176
+ deletedAt: string | Date | null;
3177
+ name: string;
3178
+ managedBy: import("./common.types").ManagedByType | null;
3179
+ platform: import("./common.types").Platform;
3180
+ onboardingReviewerId: string | null;
3181
+ onboardingReviewAt: Date | null;
3182
+ allowPendingComplianceReview: boolean;
3183
+ __entity?: string | undefined;
3184
+ } | null | undefined;
3185
+ accountNumber?: string | null | undefined;
3186
+ routingNumber?: string | null | undefined;
3187
+ company?: string | null | undefined;
3188
+ } | null;
3189
+ offeringId: string;
3190
+ issuerName: string;
3191
+ offeringName: string;
3192
+ to?: any;
3193
+ }, {
3194
+ from: {
3195
+ id: string;
3196
+ createdAt: string | Date;
3197
+ updatedAt: string | Date;
3198
+ deletedAt: string | Date | null;
3199
+ accountId: string;
3200
+ accountName: string;
3201
+ agentEmail: string;
3202
+ agentName: string;
3203
+ __entity?: string | undefined;
3204
+ account?: {
3205
+ status: import("./common.types").AccountStatus;
3206
+ id: string;
3207
+ createdAt: string | Date;
3208
+ updatedAt: string | Date;
3209
+ deletedAt: string | Date | null;
3210
+ name: string;
3211
+ managedBy: import("./common.types").ManagedByType | null;
3212
+ platform: import("./common.types").Platform;
3213
+ onboardingReviewerId: string | null;
3214
+ onboardingReviewAt: Date | null;
3215
+ allowPendingComplianceReview: boolean;
3216
+ __entity?: string | undefined;
3217
+ } | null | undefined;
3218
+ accountNumber?: string | null | undefined;
3219
+ routingNumber?: string | null | undefined;
3220
+ company?: string | null | undefined;
3221
+ } | null;
3222
+ offeringId: string;
3223
+ issuerName: string;
3224
+ offeringName: string;
3225
+ to?: any;
3226
+ }>;
3227
+ financials: z.ZodObject<{
3228
+ amountRequested: z.ZodNumber;
3229
+ brokerDealerCommission: z.ZodNumber;
3230
+ disbursementFee: z.ZodNumber;
3231
+ refundPool: z.ZodNumber;
3232
+ amountToBeDisbursed: z.ZodNumber;
3233
+ }, "strip", z.ZodTypeAny, {
3234
+ refundPool: number;
3235
+ amountRequested: number;
3236
+ disbursementFee: number;
3237
+ brokerDealerCommission: number;
3238
+ amountToBeDisbursed: number;
3239
+ }, {
3240
+ refundPool: number;
3241
+ amountRequested: number;
3242
+ disbursementFee: number;
3243
+ brokerDealerCommission: number;
3244
+ amountToBeDisbursed: number;
3245
+ }>;
3246
+ trades: z.ZodArray<z.ZodObject<{
3247
+ tradeNo: z.ZodString;
3248
+ investorName: z.ZodString;
3249
+ investmentName: z.ZodString;
3250
+ numberOfShares: z.ZodNumber;
3251
+ totalAmount: z.ZodNumber;
3252
+ date: z.ZodNullable<z.ZodDate>;
3253
+ status: z.ZodString;
3254
+ }, "strip", z.ZodTypeAny, {
3255
+ status: string;
3256
+ date: Date | null;
3257
+ totalAmount: number;
3258
+ investorName: string;
3259
+ numberOfShares: number;
3260
+ tradeNo: string;
3261
+ investmentName: string;
3262
+ }, {
3263
+ status: string;
3264
+ date: Date | null;
3265
+ totalAmount: number;
3266
+ investorName: string;
3267
+ numberOfShares: number;
3268
+ tradeNo: string;
3269
+ investmentName: string;
3270
+ }>, "many">;
3271
+ approvals: z.ZodObject<{
3272
+ issuerApprovals: z.ZodArray<z.ZodObject<{
3273
+ name: z.ZodString;
3274
+ signedAt: z.ZodNullable<z.ZodDate>;
3275
+ }, "strip", z.ZodTypeAny, {
3276
+ name: string;
3277
+ signedAt: Date | null;
3278
+ }, {
3279
+ name: string;
3280
+ signedAt: Date | null;
3281
+ }>, "many">;
3282
+ complianceApproval: z.ZodNullable<z.ZodObject<{
3283
+ name: z.ZodString;
3284
+ signedAt: z.ZodNullable<z.ZodDate>;
3285
+ }, "strip", z.ZodTypeAny, {
3286
+ name: string;
3287
+ signedAt: Date | null;
3288
+ }, {
3289
+ name: string;
3290
+ signedAt: Date | null;
3291
+ }>>;
3292
+ escrowApproval: z.ZodNullable<z.ZodObject<{
3293
+ name: z.ZodString;
3294
+ signedAt: z.ZodNullable<z.ZodDate>;
3295
+ }, "strip", z.ZodTypeAny, {
3296
+ name: string;
3297
+ signedAt: Date | null;
3298
+ }, {
3299
+ name: string;
3300
+ signedAt: Date | null;
3301
+ }>>;
3302
+ }, "strip", z.ZodTypeAny, {
3303
+ issuerApprovals: {
3304
+ name: string;
3305
+ signedAt: Date | null;
3306
+ }[];
3307
+ complianceApproval: {
3308
+ name: string;
3309
+ signedAt: Date | null;
3310
+ } | null;
3311
+ escrowApproval: {
3312
+ name: string;
3313
+ signedAt: Date | null;
3314
+ } | null;
3315
+ }, {
3316
+ issuerApprovals: {
3317
+ name: string;
3318
+ signedAt: Date | null;
3319
+ }[];
3320
+ complianceApproval: {
3321
+ name: string;
3322
+ signedAt: Date | null;
3323
+ } | null;
3324
+ escrowApproval: {
3325
+ name: string;
3326
+ signedAt: Date | null;
3327
+ } | null;
3328
+ }>;
3329
+ status: z.ZodNativeEnum<typeof DisbursementStatus>;
3330
+ rejection: z.ZodNullable<z.ZodObject<{
3331
+ declinedByName: z.ZodNullable<z.ZodString>;
3332
+ declinedByRole: z.ZodNullable<z.ZodString>;
3333
+ declinedAt: z.ZodNullable<z.ZodDate>;
3334
+ }, "strip", z.ZodTypeAny, {
3335
+ declinedByName: string | null;
3336
+ declinedByRole: string | null;
3337
+ declinedAt: Date | null;
3338
+ }, {
3339
+ declinedByName: string | null;
3340
+ declinedByRole: string | null;
3341
+ declinedAt: Date | null;
3342
+ }>>;
3343
+ }, "strip", z.ZodTypeAny, {
3344
+ status: DisbursementStatus;
3345
+ trades: {
3346
+ status: string;
3347
+ date: Date | null;
3348
+ totalAmount: number;
3349
+ investorName: string;
3350
+ numberOfShares: number;
3351
+ tradeNo: string;
3352
+ investmentName: string;
3353
+ }[];
3354
+ header: {
3355
+ currency: string;
3356
+ disbursementId: string;
3357
+ disbursementDate: Date | null;
3358
+ };
3359
+ generalInfo: {
3360
+ from: {
3361
+ id: string;
3362
+ createdAt: string | Date;
3363
+ updatedAt: string | Date;
3364
+ deletedAt: string | Date | null;
3365
+ accountId: string;
3366
+ accountName: string;
3367
+ agentEmail: string;
3368
+ agentName: string;
3369
+ __entity?: string | undefined;
3370
+ account?: {
3371
+ status: import("./common.types").AccountStatus;
3372
+ id: string;
3373
+ createdAt: string | Date;
3374
+ updatedAt: string | Date;
3375
+ deletedAt: string | Date | null;
3376
+ name: string;
3377
+ managedBy: import("./common.types").ManagedByType | null;
3378
+ platform: import("./common.types").Platform;
3379
+ onboardingReviewerId: string | null;
3380
+ onboardingReviewAt: Date | null;
3381
+ allowPendingComplianceReview: boolean;
3382
+ __entity?: string | undefined;
3383
+ } | null | undefined;
3384
+ accountNumber?: string | null | undefined;
3385
+ routingNumber?: string | null | undefined;
3386
+ company?: string | null | undefined;
3387
+ } | null;
3388
+ offeringId: string;
3389
+ issuerName: string;
3390
+ offeringName: string;
3391
+ to?: any;
3392
+ };
3393
+ financials: {
3394
+ refundPool: number;
3395
+ amountRequested: number;
3396
+ disbursementFee: number;
3397
+ brokerDealerCommission: number;
3398
+ amountToBeDisbursed: number;
3399
+ };
3400
+ approvals: {
3401
+ issuerApprovals: {
3402
+ name: string;
3403
+ signedAt: Date | null;
3404
+ }[];
3405
+ complianceApproval: {
3406
+ name: string;
3407
+ signedAt: Date | null;
3408
+ } | null;
3409
+ escrowApproval: {
3410
+ name: string;
3411
+ signedAt: Date | null;
3412
+ } | null;
3413
+ };
3414
+ rejection: {
3415
+ declinedByName: string | null;
3416
+ declinedByRole: string | null;
3417
+ declinedAt: Date | null;
3418
+ } | null;
3419
+ }, {
3420
+ status: DisbursementStatus;
3421
+ trades: {
3422
+ status: string;
3423
+ date: Date | null;
3424
+ totalAmount: number;
3425
+ investorName: string;
3426
+ numberOfShares: number;
3427
+ tradeNo: string;
3428
+ investmentName: string;
3429
+ }[];
3430
+ header: {
3431
+ disbursementId: string;
3432
+ disbursementDate: Date | null;
3433
+ currency?: string | undefined;
3434
+ };
3435
+ generalInfo: {
3436
+ from: {
3437
+ id: string;
3438
+ createdAt: string | Date;
3439
+ updatedAt: string | Date;
3440
+ deletedAt: string | Date | null;
3441
+ accountId: string;
3442
+ accountName: string;
3443
+ agentEmail: string;
3444
+ agentName: string;
3445
+ __entity?: string | undefined;
3446
+ account?: {
3447
+ status: import("./common.types").AccountStatus;
3448
+ id: string;
3449
+ createdAt: string | Date;
3450
+ updatedAt: string | Date;
3451
+ deletedAt: string | Date | null;
3452
+ name: string;
3453
+ managedBy: import("./common.types").ManagedByType | null;
3454
+ platform: import("./common.types").Platform;
3455
+ onboardingReviewerId: string | null;
3456
+ onboardingReviewAt: Date | null;
3457
+ allowPendingComplianceReview: boolean;
3458
+ __entity?: string | undefined;
3459
+ } | null | undefined;
3460
+ accountNumber?: string | null | undefined;
3461
+ routingNumber?: string | null | undefined;
3462
+ company?: string | null | undefined;
3463
+ } | null;
3464
+ offeringId: string;
3465
+ issuerName: string;
3466
+ offeringName: string;
3467
+ to?: any;
3468
+ };
3469
+ financials: {
3470
+ refundPool: number;
3471
+ amountRequested: number;
3472
+ disbursementFee: number;
3473
+ brokerDealerCommission: number;
3474
+ amountToBeDisbursed: number;
3475
+ };
3476
+ approvals: {
3477
+ issuerApprovals: {
3478
+ name: string;
3479
+ signedAt: Date | null;
3480
+ }[];
3481
+ complianceApproval: {
3482
+ name: string;
3483
+ signedAt: Date | null;
3484
+ } | null;
3485
+ escrowApproval: {
3486
+ name: string;
3487
+ signedAt: Date | null;
3488
+ } | null;
3489
+ };
3490
+ rejection: {
3491
+ declinedByName: string | null;
3492
+ declinedByRole: string | null;
3493
+ declinedAt: Date | null;
3494
+ } | null;
3495
+ }>;
3496
+ export type DisbursementDetailsTabZod = z.infer<typeof DisbursementDetailsTabZod>;