@dalmore/api-contracts 0.0.0-dev.eb820f7 → 0.0.0-dev.f0b9301

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