@dalmore/api-contracts 0.0.0-dev.0800e07

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 (410) hide show
  1. package/README.md +83 -0
  2. package/common/helpers/index.d.ts +50 -0
  3. package/common/helpers/index.js +136 -0
  4. package/common/helpers/index.js.map +1 -0
  5. package/common/types/account-contact.types.d.ts +485 -0
  6. package/common/types/account-contact.types.js +75 -0
  7. package/common/types/account-contact.types.js.map +1 -0
  8. package/common/types/account-detail.types.d.ts +304 -0
  9. package/common/types/account-detail.types.js +20 -0
  10. package/common/types/account-detail.types.js.map +1 -0
  11. package/common/types/account-integration.types.d.ts +242 -0
  12. package/common/types/account-integration.types.js +121 -0
  13. package/common/types/account-integration.types.js.map +1 -0
  14. package/common/types/account-manager.types.d.ts +917 -0
  15. package/common/types/account-manager.types.js +89 -0
  16. package/common/types/account-manager.types.js.map +1 -0
  17. package/common/types/account-setting.types.d.ts +184 -0
  18. package/common/types/account-setting.types.js +52 -0
  19. package/common/types/account-setting.types.js.map +1 -0
  20. package/common/types/account.types.d.ts +631 -0
  21. package/common/types/account.types.js +217 -0
  22. package/common/types/account.types.js.map +1 -0
  23. package/common/types/activity.types.d.ts +583 -0
  24. package/common/types/activity.types.js +251 -0
  25. package/common/types/activity.types.js.map +1 -0
  26. package/common/types/address.types.d.ts +89 -0
  27. package/common/types/address.types.js +36 -0
  28. package/common/types/address.types.js.map +1 -0
  29. package/common/types/aic.types.d.ts +434 -0
  30. package/common/types/aic.types.js +170 -0
  31. package/common/types/aic.types.js.map +1 -0
  32. package/common/types/aml.types.d.ts +41 -0
  33. package/common/types/aml.types.js +16 -0
  34. package/common/types/aml.types.js.map +1 -0
  35. package/common/types/api-key-logs.types.d.ts +204 -0
  36. package/common/types/api-key-logs.types.js +52 -0
  37. package/common/types/api-key-logs.types.js.map +1 -0
  38. package/common/types/api-keys.types.d.ts +192 -0
  39. package/common/types/api-keys.types.js +57 -0
  40. package/common/types/api-keys.types.js.map +1 -0
  41. package/common/types/asset.types.d.ts +1100 -0
  42. package/common/types/asset.types.js +353 -0
  43. package/common/types/asset.types.js.map +1 -0
  44. package/common/types/auth.types.d.ts +487 -0
  45. package/common/types/auth.types.js +279 -0
  46. package/common/types/auth.types.js.map +1 -0
  47. package/common/types/batch-jobs.types.d.ts +321 -0
  48. package/common/types/batch-jobs.types.js +111 -0
  49. package/common/types/batch-jobs.types.js.map +1 -0
  50. package/common/types/bonus-tier.types.d.ts +991 -0
  51. package/common/types/bonus-tier.types.js +166 -0
  52. package/common/types/bonus-tier.types.js.map +1 -0
  53. package/common/types/cap-table.types.d.ts +1139 -0
  54. package/common/types/cap-table.types.js +423 -0
  55. package/common/types/cap-table.types.js.map +1 -0
  56. package/common/types/cart.types.d.ts +28 -0
  57. package/common/types/cart.types.js +19 -0
  58. package/common/types/cart.types.js.map +1 -0
  59. package/common/types/checklist-items.types.d.ts +195 -0
  60. package/common/types/checklist-items.types.js +54 -0
  61. package/common/types/checklist-items.types.js.map +1 -0
  62. package/common/types/checklist.types.d.ts +140 -0
  63. package/common/types/checklist.types.js +71 -0
  64. package/common/types/checklist.types.js.map +1 -0
  65. package/common/types/common.types.d.ts +1524 -0
  66. package/common/types/common.types.js +1449 -0
  67. package/common/types/common.types.js.map +1 -0
  68. package/common/types/comply-advantage-api.types.d.ts +3626 -0
  69. package/common/types/comply-advantage-api.types.js +291 -0
  70. package/common/types/comply-advantage-api.types.js.map +1 -0
  71. package/common/types/comply-advantage.types.d.ts +48 -0
  72. package/common/types/comply-advantage.types.js +21 -0
  73. package/common/types/comply-advantage.types.js.map +1 -0
  74. package/common/types/contact-us.types.d.ts +126 -0
  75. package/common/types/contact-us.types.js +91 -0
  76. package/common/types/contact-us.types.js.map +1 -0
  77. package/common/types/countries.types.d.ts +77 -0
  78. package/common/types/countries.types.js +349 -0
  79. package/common/types/countries.types.js.map +1 -0
  80. package/common/types/covered-person.types.d.ts +204 -0
  81. package/common/types/covered-person.types.js +234 -0
  82. package/common/types/covered-person.types.js.map +1 -0
  83. package/common/types/dashboard.types.d.ts +2086 -0
  84. package/common/types/dashboard.types.js +690 -0
  85. package/common/types/dashboard.types.js.map +1 -0
  86. package/common/types/data-record.types.d.ts +347 -0
  87. package/common/types/data-record.types.js +261 -0
  88. package/common/types/data-record.types.js.map +1 -0
  89. package/common/types/data-room.types.d.ts +1277 -0
  90. package/common/types/data-room.types.js +167 -0
  91. package/common/types/data-room.types.js.map +1 -0
  92. package/common/types/default-theme-config.types.d.ts +445 -0
  93. package/common/types/default-theme-config.types.js +63 -0
  94. package/common/types/default-theme-config.types.js.map +1 -0
  95. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  96. package/common/types/disbursement-adjustment.types.js +25 -0
  97. package/common/types/disbursement-adjustment.types.js.map +1 -0
  98. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  99. package/common/types/disbursement-approval-user.types.js +68 -0
  100. package/common/types/disbursement-approval-user.types.js.map +1 -0
  101. package/common/types/disbursement-review.types.d.ts +923 -0
  102. package/common/types/disbursement-review.types.js +76 -0
  103. package/common/types/disbursement-review.types.js.map +1 -0
  104. package/common/types/disbursement-transaction.types.d.ts +621 -0
  105. package/common/types/disbursement-transaction.types.js +51 -0
  106. package/common/types/disbursement-transaction.types.js.map +1 -0
  107. package/common/types/disbursements.types.d.ts +2564 -0
  108. package/common/types/disbursements.types.js +345 -0
  109. package/common/types/disbursements.types.js.map +1 -0
  110. package/common/types/domain-filter.types.d.ts +135 -0
  111. package/common/types/domain-filter.types.js +40 -0
  112. package/common/types/domain-filter.types.js.map +1 -0
  113. package/common/types/email-theme.types.d.ts +1359 -0
  114. package/common/types/email-theme.types.js +318 -0
  115. package/common/types/email-theme.types.js.map +1 -0
  116. package/common/types/entity.types.d.ts +21 -0
  117. package/common/types/entity.types.js +14 -0
  118. package/common/types/entity.types.js.map +1 -0
  119. package/common/types/error-responses.types.d.ts +144 -0
  120. package/common/types/error-responses.types.js +125 -0
  121. package/common/types/error-responses.types.js.map +1 -0
  122. package/common/types/escrow-account.types.d.ts +415 -0
  123. package/common/types/escrow-account.types.js +78 -0
  124. package/common/types/escrow-account.types.js.map +1 -0
  125. package/common/types/exchange-api-key.types.d.ts +1010 -0
  126. package/common/types/exchange-api-key.types.js +90 -0
  127. package/common/types/exchange-api-key.types.js.map +1 -0
  128. package/common/types/exchange-import.types.d.ts +23 -0
  129. package/common/types/exchange-import.types.js +23 -0
  130. package/common/types/exchange-import.types.js.map +1 -0
  131. package/common/types/exchange-provider.types.d.ts +1308 -0
  132. package/common/types/exchange-provider.types.js +268 -0
  133. package/common/types/exchange-provider.types.js.map +1 -0
  134. package/common/types/file.types.d.ts +405 -0
  135. package/common/types/file.types.js +380 -0
  136. package/common/types/file.types.js.map +1 -0
  137. package/common/types/health.types.d.ts +112 -0
  138. package/common/types/health.types.js +22 -0
  139. package/common/types/health.types.js.map +1 -0
  140. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  141. package/common/types/i-will-do-it-later.types.js +30 -0
  142. package/common/types/i-will-do-it-later.types.js.map +1 -0
  143. package/common/types/index.d.ts +51 -0
  144. package/common/types/index.js +53 -0
  145. package/common/types/index.js.map +1 -0
  146. package/common/types/individuals.types.d.ts +1899 -0
  147. package/common/types/individuals.types.js +503 -0
  148. package/common/types/individuals.types.js.map +1 -0
  149. package/common/types/investor-account.types.d.ts +2996 -0
  150. package/common/types/investor-account.types.js +930 -0
  151. package/common/types/investor-account.types.js.map +1 -0
  152. package/common/types/investorAccountIdSchema.type.d.ts +0 -0
  153. package/common/types/investorAccountIdSchema.type.js +1 -0
  154. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  155. package/common/types/investors-offering.types.d.ts +391 -0
  156. package/common/types/investors-offering.types.js +49 -0
  157. package/common/types/investors-offering.types.js.map +1 -0
  158. package/common/types/invite.types.d.ts +641 -0
  159. package/common/types/invite.types.js +113 -0
  160. package/common/types/invite.types.js.map +1 -0
  161. package/common/types/issuer-bank-account.types.d.ts +113 -0
  162. package/common/types/issuer-bank-account.types.js +81 -0
  163. package/common/types/issuer-bank-account.types.js.map +1 -0
  164. package/common/types/issuer-offering.types.d.ts +1904 -0
  165. package/common/types/issuer-offering.types.js +455 -0
  166. package/common/types/issuer-offering.types.js.map +1 -0
  167. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  168. package/common/types/issuer-payment-method.types.js +311 -0
  169. package/common/types/issuer-payment-method.types.js.map +1 -0
  170. package/common/types/issuer.types.d.ts +539 -0
  171. package/common/types/issuer.types.js +275 -0
  172. package/common/types/issuer.types.js.map +1 -0
  173. package/common/types/job-item.types.d.ts +230 -0
  174. package/common/types/job-item.types.js +89 -0
  175. package/common/types/job-item.types.js.map +1 -0
  176. package/common/types/jobs.types.d.ts +296 -0
  177. package/common/types/jobs.types.js +150 -0
  178. package/common/types/jobs.types.js.map +1 -0
  179. package/common/types/kyb.types.d.ts +167 -0
  180. package/common/types/kyb.types.js +45 -0
  181. package/common/types/kyb.types.js.map +1 -0
  182. package/common/types/kyc.types.d.ts +2197 -0
  183. package/common/types/kyc.types.js +301 -0
  184. package/common/types/kyc.types.js.map +1 -0
  185. package/common/types/legal-entity.types.d.ts +638 -0
  186. package/common/types/legal-entity.types.js +148 -0
  187. package/common/types/legal-entity.types.js.map +1 -0
  188. package/common/types/login-history.types.d.ts +160 -0
  189. package/common/types/login-history.types.js +39 -0
  190. package/common/types/login-history.types.js.map +1 -0
  191. package/common/types/mail-template.types.d.ts +595 -0
  192. package/common/types/mail-template.types.js +401 -0
  193. package/common/types/mail-template.types.js.map +1 -0
  194. package/common/types/north-cap-integration.types.d.ts +1303 -0
  195. package/common/types/north-cap-integration.types.js +145 -0
  196. package/common/types/north-cap-integration.types.js.map +1 -0
  197. package/common/types/note.types.d.ts +216 -0
  198. package/common/types/note.types.js +82 -0
  199. package/common/types/note.types.js.map +1 -0
  200. package/common/types/notification.types.d.ts +2689 -0
  201. package/common/types/notification.types.js +408 -0
  202. package/common/types/notification.types.js.map +1 -0
  203. package/common/types/notion-api.types.d.ts +3626 -0
  204. package/common/types/notion-api.types.js +271 -0
  205. package/common/types/notion-api.types.js.map +1 -0
  206. package/common/types/notion-database.types.d.ts +191 -0
  207. package/common/types/notion-database.types.js +95 -0
  208. package/common/types/notion-database.types.js.map +1 -0
  209. package/common/types/notion-page.types.d.ts +3482 -0
  210. package/common/types/notion-page.types.js +208 -0
  211. package/common/types/notion-page.types.js.map +1 -0
  212. package/common/types/offering-reports.types.d.ts +525 -0
  213. package/common/types/offering-reports.types.js +111 -0
  214. package/common/types/offering-reports.types.js.map +1 -0
  215. package/common/types/offering-submission.types.d.ts +785 -0
  216. package/common/types/offering-submission.types.js +291 -0
  217. package/common/types/offering-submission.types.js.map +1 -0
  218. package/common/types/offering.types.d.ts +2615 -0
  219. package/common/types/offering.types.js +602 -0
  220. package/common/types/offering.types.js.map +1 -0
  221. package/common/types/page-revision.types.d.ts +74 -0
  222. package/common/types/page-revision.types.js +68 -0
  223. package/common/types/page-revision.types.js.map +1 -0
  224. package/common/types/page.types.d.ts +540 -0
  225. package/common/types/page.types.js +361 -0
  226. package/common/types/page.types.js.map +1 -0
  227. package/common/types/password.type.d.ts +2 -0
  228. package/common/types/password.type.js +14 -0
  229. package/common/types/password.type.js.map +1 -0
  230. package/common/types/payment-methods.types.d.ts +800 -0
  231. package/common/types/payment-methods.types.js +260 -0
  232. package/common/types/payment-methods.types.js.map +1 -0
  233. package/common/types/phone.type.d.ts +12 -0
  234. package/common/types/phone.type.js +29 -0
  235. package/common/types/phone.type.js.map +1 -0
  236. package/common/types/portfolio.types.d.ts +185 -0
  237. package/common/types/portfolio.types.js +36 -0
  238. package/common/types/portfolio.types.js.map +1 -0
  239. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  240. package/common/types/privacy-policy-and-tos.types.js +231 -0
  241. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  242. package/common/types/queue.types.d.ts +22 -0
  243. package/common/types/queue.types.js +73 -0
  244. package/common/types/queue.types.js.map +1 -0
  245. package/common/types/registered-reps.types.d.ts +6 -0
  246. package/common/types/registered-reps.types.js +21 -0
  247. package/common/types/registered-reps.types.js.map +1 -0
  248. package/common/types/rejection-reasons.types.d.ts +35 -0
  249. package/common/types/rejection-reasons.types.js +49 -0
  250. package/common/types/rejection-reasons.types.js.map +1 -0
  251. package/common/types/reports.types.d.ts +345 -0
  252. package/common/types/reports.types.js +69 -0
  253. package/common/types/reports.types.js.map +1 -0
  254. package/common/types/review.types.d.ts +419 -0
  255. package/common/types/review.types.js +101 -0
  256. package/common/types/review.types.js.map +1 -0
  257. package/common/types/role.types.d.ts +30 -0
  258. package/common/types/role.types.js +21 -0
  259. package/common/types/role.types.js.map +1 -0
  260. package/common/types/secondary-customer.types.d.ts +586 -0
  261. package/common/types/secondary-customer.types.js +39 -0
  262. package/common/types/secondary-customer.types.js.map +1 -0
  263. package/common/types/secondary-issuer.types.d.ts +283 -0
  264. package/common/types/secondary-issuer.types.js +37 -0
  265. package/common/types/secondary-issuer.types.js.map +1 -0
  266. package/common/types/secondary-order.types.d.ts +508 -0
  267. package/common/types/secondary-order.types.js +40 -0
  268. package/common/types/secondary-order.types.js.map +1 -0
  269. package/common/types/secondary-security.types.d.ts +175 -0
  270. package/common/types/secondary-security.types.js +45 -0
  271. package/common/types/secondary-security.types.js.map +1 -0
  272. package/common/types/secondary-trade.entity.d.ts +16 -0
  273. package/common/types/secondary-trade.entity.js +12 -0
  274. package/common/types/secondary-trade.entity.js.map +1 -0
  275. package/common/types/secondary-trade.types.d.ts +465 -0
  276. package/common/types/secondary-trade.types.js +61 -0
  277. package/common/types/secondary-trade.types.js.map +1 -0
  278. package/common/types/secure-request.types.d.ts +171 -0
  279. package/common/types/secure-request.types.js +51 -0
  280. package/common/types/secure-request.types.js.map +1 -0
  281. package/common/types/signer.types.d.ts +3406 -0
  282. package/common/types/signer.types.js +532 -0
  283. package/common/types/signer.types.js.map +1 -0
  284. package/common/types/site-link.types.d.ts +875 -0
  285. package/common/types/site-link.types.js +126 -0
  286. package/common/types/site-link.types.js.map +1 -0
  287. package/common/types/site-settings.types.d.ts +1673 -0
  288. package/common/types/site-settings.types.js +500 -0
  289. package/common/types/site-settings.types.js.map +1 -0
  290. package/common/types/site.types.d.ts +1481 -0
  291. package/common/types/site.types.js +213 -0
  292. package/common/types/site.types.js.map +1 -0
  293. package/common/types/sms.types.d.ts +40 -0
  294. package/common/types/sms.types.js +27 -0
  295. package/common/types/sms.types.js.map +1 -0
  296. package/common/types/state-machine.types.d.ts +591 -0
  297. package/common/types/state-machine.types.js +144 -0
  298. package/common/types/state-machine.types.js.map +1 -0
  299. package/common/types/states.types.d.ts +77 -0
  300. package/common/types/states.types.js +137 -0
  301. package/common/types/states.types.js.map +1 -0
  302. package/common/types/subdoc-preview.types.d.ts +379 -0
  303. package/common/types/subdoc-preview.types.js +24 -0
  304. package/common/types/subdoc-preview.types.js.map +1 -0
  305. package/common/types/task.types.d.ts +537 -0
  306. package/common/types/task.types.js +211 -0
  307. package/common/types/task.types.js.map +1 -0
  308. package/common/types/trade-adjustment.type.d.ts +40 -0
  309. package/common/types/trade-adjustment.type.js +26 -0
  310. package/common/types/trade-adjustment.type.js.map +1 -0
  311. package/common/types/trade-line-item.types.d.ts +329 -0
  312. package/common/types/trade-line-item.types.js +100 -0
  313. package/common/types/trade-line-item.types.js.map +1 -0
  314. package/common/types/trade.types.d.ts +2006 -0
  315. package/common/types/trade.types.js +789 -0
  316. package/common/types/trade.types.js.map +1 -0
  317. package/common/types/transaction.types.d.ts +454 -0
  318. package/common/types/transaction.types.js +174 -0
  319. package/common/types/transaction.types.js.map +1 -0
  320. package/common/types/trusted-contact.types.d.ts +440 -0
  321. package/common/types/trusted-contact.types.js +95 -0
  322. package/common/types/trusted-contact.types.js.map +1 -0
  323. package/common/types/typography.types.d.ts +52 -0
  324. package/common/types/typography.types.js +67 -0
  325. package/common/types/typography.types.js.map +1 -0
  326. package/common/types/user-manual.types.d.ts +287 -0
  327. package/common/types/user-manual.types.js +192 -0
  328. package/common/types/user-manual.types.js.map +1 -0
  329. package/common/types/user-setting.types.d.ts +273 -0
  330. package/common/types/user-setting.types.js +85 -0
  331. package/common/types/user-setting.types.js.map +1 -0
  332. package/common/types/user.types.d.ts +1980 -0
  333. package/common/types/user.types.js +241 -0
  334. package/common/types/user.types.js.map +1 -0
  335. package/common/types/webhook.types.d.ts +10829 -0
  336. package/common/types/webhook.types.js +658 -0
  337. package/common/types/webhook.types.js.map +1 -0
  338. package/common/types/zip.type.d.ts +35 -0
  339. package/common/types/zip.type.js +28 -0
  340. package/common/types/zip.type.js.map +1 -0
  341. package/contracts/clients/accounts/index.d.ts +308 -0
  342. package/contracts/clients/accounts/index.js +43 -0
  343. package/contracts/clients/accounts/index.js.map +1 -0
  344. package/contracts/clients/aic/index.d.ts +280 -0
  345. package/contracts/clients/aic/index.js +47 -0
  346. package/contracts/clients/aic/index.js.map +1 -0
  347. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  348. package/contracts/clients/api-key-logs/index.js +37 -0
  349. package/contracts/clients/api-key-logs/index.js.map +1 -0
  350. package/contracts/clients/api-keys/index.d.ts +374 -0
  351. package/contracts/clients/api-keys/index.js +59 -0
  352. package/contracts/clients/api-keys/index.js.map +1 -0
  353. package/contracts/clients/assets/index.d.ts +1050 -0
  354. package/contracts/clients/assets/index.js +80 -0
  355. package/contracts/clients/assets/index.js.map +1 -0
  356. package/contracts/clients/auth/index.d.ts +236 -0
  357. package/contracts/clients/auth/index.js +38 -0
  358. package/contracts/clients/auth/index.js.map +1 -0
  359. package/contracts/clients/cart/index.d.ts +229 -0
  360. package/contracts/clients/cart/index.js +63 -0
  361. package/contracts/clients/cart/index.js.map +1 -0
  362. package/contracts/clients/files/index.d.ts +552 -0
  363. package/contracts/clients/files/index.js +142 -0
  364. package/contracts/clients/files/index.js.map +1 -0
  365. package/contracts/clients/files-public/index.d.ts +552 -0
  366. package/contracts/clients/files-public/index.js +142 -0
  367. package/contracts/clients/files-public/index.js.map +1 -0
  368. package/contracts/clients/index.d.ts +12720 -0
  369. package/contracts/clients/index.js +52 -0
  370. package/contracts/clients/index.js.map +1 -0
  371. package/contracts/clients/individuals/index.d.ts +3199 -0
  372. package/contracts/clients/individuals/index.js +74 -0
  373. package/contracts/clients/individuals/index.js.map +1 -0
  374. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  375. package/contracts/clients/investor-accounts/index.js +73 -0
  376. package/contracts/clients/investor-accounts/index.js.map +1 -0
  377. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  378. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  379. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  380. package/contracts/clients/issuers/index.d.ts +449 -0
  381. package/contracts/clients/issuers/index.js +75 -0
  382. package/contracts/clients/issuers/index.js.map +1 -0
  383. package/contracts/clients/kyc/index.d.ts +345 -0
  384. package/contracts/clients/kyc/index.js +49 -0
  385. package/contracts/clients/kyc/index.js.map +1 -0
  386. package/contracts/clients/legal-entities/index.d.ts +887 -0
  387. package/contracts/clients/legal-entities/index.js +74 -0
  388. package/contracts/clients/legal-entities/index.js.map +1 -0
  389. package/contracts/clients/offerings/index.d.ts +983 -0
  390. package/contracts/clients/offerings/index.js +95 -0
  391. package/contracts/clients/offerings/index.js.map +1 -0
  392. package/contracts/clients/payment-methods/index.d.ts +456 -0
  393. package/contracts/clients/payment-methods/index.js +68 -0
  394. package/contracts/clients/payment-methods/index.js.map +1 -0
  395. package/contracts/clients/secure-requests/index.d.ts +100 -0
  396. package/contracts/clients/secure-requests/index.js +22 -0
  397. package/contracts/clients/secure-requests/index.js.map +1 -0
  398. package/contracts/clients/sites/index.d.ts +657 -0
  399. package/contracts/clients/sites/index.js +40 -0
  400. package/contracts/clients/sites/index.js.map +1 -0
  401. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  402. package/contracts/clients/trade-line-items/index.js +47 -0
  403. package/contracts/clients/trade-line-items/index.js.map +1 -0
  404. package/contracts/clients/trades/index.d.ts +871 -0
  405. package/contracts/clients/trades/index.js +156 -0
  406. package/contracts/clients/trades/index.js.map +1 -0
  407. package/contracts/clients/transactions/index.d.ts +88 -0
  408. package/contracts/clients/transactions/index.js +25 -0
  409. package/contracts/clients/transactions/index.js.map +1 -0
  410. package/package.json +68 -0
@@ -0,0 +1,1100 @@
1
+ import { z } from 'zod';
2
+ import { AssetType, DurationType, SortBy, SortOrder } from './common.types';
3
+ export declare const assetIdSchema: z.ZodEffects<z.ZodString, string, string>;
4
+ export declare enum AssetTemplateType {
5
+ STANDARD = "STANDARD",
6
+ TIERED = "TIERED"
7
+ }
8
+ export declare const IAsset: z.ZodObject<{
9
+ __entity: z.ZodOptional<z.ZodString>;
10
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
11
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
12
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
13
+ } & {
14
+ id: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
15
+ name: z.ZodString;
16
+ type: z.ZodNullable<z.ZodNativeEnum<typeof AssetType>>;
17
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
18
+ totalUnits: z.ZodNullable<z.ZodNumber>;
19
+ totalAmount: z.ZodNullable<z.ZodNumber>;
20
+ yield: z.ZodNullable<z.ZodNumber>;
21
+ duration: z.ZodNullable<z.ZodNumber>;
22
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
23
+ accountId: z.ZodString;
24
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
25
+ id: z.ZodString;
26
+ __entity: z.ZodOptional<z.ZodString>;
27
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
28
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
29
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
30
+ } & {
31
+ name: z.ZodString;
32
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
33
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
34
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
35
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
36
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
37
+ allowPendingComplianceReview: z.ZodBoolean;
38
+ }, "strip", z.ZodTypeAny, {
39
+ status: import("./common.types").AccountStatus;
40
+ id: string;
41
+ createdAt: string | Date;
42
+ updatedAt: string | Date;
43
+ deletedAt: string | Date | null;
44
+ name: string;
45
+ managedBy: import("./common.types").ManagedByType | null;
46
+ platform: import("./common.types").Platform;
47
+ onboardingReviewerId: string | null;
48
+ onboardingReviewAt: Date | null;
49
+ allowPendingComplianceReview: boolean;
50
+ __entity?: string | undefined;
51
+ }, {
52
+ status: import("./common.types").AccountStatus;
53
+ id: string;
54
+ createdAt: string | Date;
55
+ updatedAt: string | Date;
56
+ deletedAt: string | Date | null;
57
+ name: string;
58
+ managedBy: import("./common.types").ManagedByType | null;
59
+ platform: import("./common.types").Platform;
60
+ onboardingReviewerId: string | null;
61
+ onboardingReviewAt: Date | null;
62
+ allowPendingComplianceReview: boolean;
63
+ __entity?: string | undefined;
64
+ }>>>;
65
+ offeringId: z.ZodString;
66
+ offering: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
67
+ template: z.ZodNativeEnum<typeof AssetTemplateType>;
68
+ tiers: z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>;
69
+ enableBonus: z.ZodBoolean;
70
+ interestRate: z.ZodNullable<z.ZodNumber>;
71
+ }, "strip", z.ZodTypeAny, {
72
+ type: AssetType | null;
73
+ id: string;
74
+ createdAt: string | Date;
75
+ updatedAt: string | Date;
76
+ deletedAt: string | Date | null;
77
+ accountId: string;
78
+ name: string;
79
+ offeringId: string;
80
+ template: AssetTemplateType;
81
+ totalAmount: number | null;
82
+ pricePerUnit: number | null;
83
+ totalUnits: number | null;
84
+ yield: number | null;
85
+ duration: number | null;
86
+ durationType: DurationType | null;
87
+ tiers: number[] | null;
88
+ enableBonus: boolean;
89
+ interestRate: number | null;
90
+ __entity?: string | undefined;
91
+ account?: {
92
+ status: import("./common.types").AccountStatus;
93
+ id: string;
94
+ createdAt: string | Date;
95
+ updatedAt: string | Date;
96
+ deletedAt: string | Date | null;
97
+ name: string;
98
+ managedBy: import("./common.types").ManagedByType | null;
99
+ platform: import("./common.types").Platform;
100
+ onboardingReviewerId: string | null;
101
+ onboardingReviewAt: Date | null;
102
+ allowPendingComplianceReview: boolean;
103
+ __entity?: string | undefined;
104
+ } | null | undefined;
105
+ offering?: any;
106
+ }, {
107
+ type: AssetType | null;
108
+ id: string;
109
+ createdAt: string | Date;
110
+ updatedAt: string | Date;
111
+ deletedAt: string | Date | null;
112
+ accountId: string;
113
+ name: string;
114
+ offeringId: string;
115
+ template: AssetTemplateType;
116
+ totalAmount: number | null;
117
+ pricePerUnit: number | null;
118
+ totalUnits: number | null;
119
+ yield: number | null;
120
+ duration: number | null;
121
+ durationType: DurationType | null;
122
+ tiers: number[] | null;
123
+ enableBonus: boolean;
124
+ interestRate: number | null;
125
+ __entity?: string | undefined;
126
+ account?: {
127
+ status: import("./common.types").AccountStatus;
128
+ id: string;
129
+ createdAt: string | Date;
130
+ updatedAt: string | Date;
131
+ deletedAt: string | Date | null;
132
+ name: string;
133
+ managedBy: import("./common.types").ManagedByType | null;
134
+ platform: import("./common.types").Platform;
135
+ onboardingReviewerId: string | null;
136
+ onboardingReviewAt: Date | null;
137
+ allowPendingComplianceReview: boolean;
138
+ __entity?: string | undefined;
139
+ } | null | undefined;
140
+ offering?: any;
141
+ }>;
142
+ export type IAsset = z.infer<typeof IAsset>;
143
+ export declare const IPaginatedAsset: z.ZodObject<{
144
+ items: z.ZodArray<z.ZodObject<{
145
+ __entity: z.ZodOptional<z.ZodString>;
146
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
147
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
148
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
149
+ } & {
150
+ id: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
151
+ name: z.ZodString;
152
+ type: z.ZodNullable<z.ZodNativeEnum<typeof AssetType>>;
153
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
154
+ totalUnits: z.ZodNullable<z.ZodNumber>;
155
+ totalAmount: z.ZodNullable<z.ZodNumber>;
156
+ yield: z.ZodNullable<z.ZodNumber>;
157
+ duration: z.ZodNullable<z.ZodNumber>;
158
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
159
+ accountId: z.ZodString;
160
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
161
+ id: z.ZodString;
162
+ __entity: z.ZodOptional<z.ZodString>;
163
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
164
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
165
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
166
+ } & {
167
+ name: z.ZodString;
168
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
169
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
170
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
171
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
172
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
173
+ allowPendingComplianceReview: z.ZodBoolean;
174
+ }, "strip", z.ZodTypeAny, {
175
+ status: import("./common.types").AccountStatus;
176
+ id: string;
177
+ createdAt: string | Date;
178
+ updatedAt: string | Date;
179
+ deletedAt: string | Date | null;
180
+ name: string;
181
+ managedBy: import("./common.types").ManagedByType | null;
182
+ platform: import("./common.types").Platform;
183
+ onboardingReviewerId: string | null;
184
+ onboardingReviewAt: Date | null;
185
+ allowPendingComplianceReview: boolean;
186
+ __entity?: string | undefined;
187
+ }, {
188
+ status: import("./common.types").AccountStatus;
189
+ id: string;
190
+ createdAt: string | Date;
191
+ updatedAt: string | Date;
192
+ deletedAt: string | Date | null;
193
+ name: string;
194
+ managedBy: import("./common.types").ManagedByType | null;
195
+ platform: import("./common.types").Platform;
196
+ onboardingReviewerId: string | null;
197
+ onboardingReviewAt: Date | null;
198
+ allowPendingComplianceReview: boolean;
199
+ __entity?: string | undefined;
200
+ }>>>;
201
+ offeringId: z.ZodString;
202
+ offering: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
203
+ template: z.ZodNativeEnum<typeof AssetTemplateType>;
204
+ tiers: z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>;
205
+ enableBonus: z.ZodBoolean;
206
+ interestRate: z.ZodNullable<z.ZodNumber>;
207
+ }, "strip", z.ZodTypeAny, {
208
+ type: AssetType | null;
209
+ id: string;
210
+ createdAt: string | Date;
211
+ updatedAt: string | Date;
212
+ deletedAt: string | Date | null;
213
+ accountId: string;
214
+ name: string;
215
+ offeringId: string;
216
+ template: AssetTemplateType;
217
+ totalAmount: number | null;
218
+ pricePerUnit: number | null;
219
+ totalUnits: number | null;
220
+ yield: number | null;
221
+ duration: number | null;
222
+ durationType: DurationType | null;
223
+ tiers: number[] | null;
224
+ enableBonus: boolean;
225
+ interestRate: number | null;
226
+ __entity?: string | undefined;
227
+ account?: {
228
+ status: import("./common.types").AccountStatus;
229
+ id: string;
230
+ createdAt: string | Date;
231
+ updatedAt: string | Date;
232
+ deletedAt: string | Date | null;
233
+ name: string;
234
+ managedBy: import("./common.types").ManagedByType | null;
235
+ platform: import("./common.types").Platform;
236
+ onboardingReviewerId: string | null;
237
+ onboardingReviewAt: Date | null;
238
+ allowPendingComplianceReview: boolean;
239
+ __entity?: string | undefined;
240
+ } | null | undefined;
241
+ offering?: any;
242
+ }, {
243
+ type: AssetType | null;
244
+ id: string;
245
+ createdAt: string | Date;
246
+ updatedAt: string | Date;
247
+ deletedAt: string | Date | null;
248
+ accountId: string;
249
+ name: string;
250
+ offeringId: string;
251
+ template: AssetTemplateType;
252
+ totalAmount: number | null;
253
+ pricePerUnit: number | null;
254
+ totalUnits: number | null;
255
+ yield: number | null;
256
+ duration: number | null;
257
+ durationType: DurationType | null;
258
+ tiers: number[] | null;
259
+ enableBonus: boolean;
260
+ interestRate: number | null;
261
+ __entity?: string | undefined;
262
+ account?: {
263
+ status: import("./common.types").AccountStatus;
264
+ id: string;
265
+ createdAt: string | Date;
266
+ updatedAt: string | Date;
267
+ deletedAt: string | Date | null;
268
+ name: string;
269
+ managedBy: import("./common.types").ManagedByType | null;
270
+ platform: import("./common.types").Platform;
271
+ onboardingReviewerId: string | null;
272
+ onboardingReviewAt: Date | null;
273
+ allowPendingComplianceReview: boolean;
274
+ __entity?: string | undefined;
275
+ } | null | undefined;
276
+ offering?: any;
277
+ }>, "many">;
278
+ meta: z.ZodObject<{
279
+ itemCount: z.ZodNumber;
280
+ totalItems: z.ZodOptional<z.ZodNumber>;
281
+ itemsPerPage: z.ZodNumber;
282
+ totalPages: z.ZodOptional<z.ZodNumber>;
283
+ currentPage: z.ZodNumber;
284
+ }, "strip", z.ZodTypeAny, {
285
+ itemCount: number;
286
+ itemsPerPage: number;
287
+ currentPage: number;
288
+ totalItems?: number | undefined;
289
+ totalPages?: number | undefined;
290
+ }, {
291
+ itemCount: number;
292
+ itemsPerPage: number;
293
+ currentPage: number;
294
+ totalItems?: number | undefined;
295
+ totalPages?: number | undefined;
296
+ }>;
297
+ }, "strip", z.ZodTypeAny, {
298
+ items: {
299
+ type: AssetType | null;
300
+ id: string;
301
+ createdAt: string | Date;
302
+ updatedAt: string | Date;
303
+ deletedAt: string | Date | null;
304
+ accountId: string;
305
+ name: string;
306
+ offeringId: string;
307
+ template: AssetTemplateType;
308
+ totalAmount: number | null;
309
+ pricePerUnit: number | null;
310
+ totalUnits: number | null;
311
+ yield: number | null;
312
+ duration: number | null;
313
+ durationType: DurationType | null;
314
+ tiers: number[] | null;
315
+ enableBonus: boolean;
316
+ interestRate: number | null;
317
+ __entity?: string | undefined;
318
+ account?: {
319
+ status: import("./common.types").AccountStatus;
320
+ id: string;
321
+ createdAt: string | Date;
322
+ updatedAt: string | Date;
323
+ deletedAt: string | Date | null;
324
+ name: string;
325
+ managedBy: import("./common.types").ManagedByType | null;
326
+ platform: import("./common.types").Platform;
327
+ onboardingReviewerId: string | null;
328
+ onboardingReviewAt: Date | null;
329
+ allowPendingComplianceReview: boolean;
330
+ __entity?: string | undefined;
331
+ } | null | undefined;
332
+ offering?: any;
333
+ }[];
334
+ meta: {
335
+ itemCount: number;
336
+ itemsPerPage: number;
337
+ currentPage: number;
338
+ totalItems?: number | undefined;
339
+ totalPages?: number | undefined;
340
+ };
341
+ }, {
342
+ items: {
343
+ type: AssetType | null;
344
+ id: string;
345
+ createdAt: string | Date;
346
+ updatedAt: string | Date;
347
+ deletedAt: string | Date | null;
348
+ accountId: string;
349
+ name: string;
350
+ offeringId: string;
351
+ template: AssetTemplateType;
352
+ totalAmount: number | null;
353
+ pricePerUnit: number | null;
354
+ totalUnits: number | null;
355
+ yield: number | null;
356
+ duration: number | null;
357
+ durationType: DurationType | null;
358
+ tiers: number[] | null;
359
+ enableBonus: boolean;
360
+ interestRate: number | null;
361
+ __entity?: string | undefined;
362
+ account?: {
363
+ status: import("./common.types").AccountStatus;
364
+ id: string;
365
+ createdAt: string | Date;
366
+ updatedAt: string | Date;
367
+ deletedAt: string | Date | null;
368
+ name: string;
369
+ managedBy: import("./common.types").ManagedByType | null;
370
+ platform: import("./common.types").Platform;
371
+ onboardingReviewerId: string | null;
372
+ onboardingReviewAt: Date | null;
373
+ allowPendingComplianceReview: boolean;
374
+ __entity?: string | undefined;
375
+ } | null | undefined;
376
+ offering?: any;
377
+ }[];
378
+ meta: {
379
+ itemCount: number;
380
+ itemsPerPage: number;
381
+ currentPage: number;
382
+ totalItems?: number | undefined;
383
+ totalPages?: number | undefined;
384
+ };
385
+ }>;
386
+ export type IPaginatedAsset = z.infer<typeof IPaginatedAsset>;
387
+ export declare const postAssetRefinement: (data: any, ctx: any) => void;
388
+ export declare const PostAsset: z.ZodEffects<z.ZodObject<{
389
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
390
+ name: z.ZodString;
391
+ type: z.ZodNativeEnum<typeof AssetType>;
392
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
393
+ totalUnits: z.ZodNullable<z.ZodNumber>;
394
+ yield: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
395
+ duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
396
+ durationType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>>;
397
+ template: z.ZodDefault<z.ZodNativeEnum<typeof AssetTemplateType>>;
398
+ tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
399
+ enableBonus: z.ZodDefault<z.ZodBoolean>;
400
+ interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
401
+ }, "strip", z.ZodTypeAny, {
402
+ type: AssetType;
403
+ name: string;
404
+ offeringId: string;
405
+ template: AssetTemplateType;
406
+ pricePerUnit: number | null;
407
+ totalUnits: number | null;
408
+ enableBonus: boolean;
409
+ yield?: number | null | undefined;
410
+ duration?: number | null | undefined;
411
+ durationType?: DurationType | null | undefined;
412
+ tiers?: number[] | null | undefined;
413
+ interestRate?: number | null | undefined;
414
+ }, {
415
+ type: AssetType;
416
+ name: string;
417
+ offeringId: string;
418
+ pricePerUnit: number | null;
419
+ totalUnits: number | null;
420
+ template?: AssetTemplateType | undefined;
421
+ yield?: number | null | undefined;
422
+ duration?: number | null | undefined;
423
+ durationType?: DurationType | null | undefined;
424
+ tiers?: number[] | null | undefined;
425
+ enableBonus?: boolean | undefined;
426
+ interestRate?: number | null | undefined;
427
+ }>, {
428
+ type: AssetType;
429
+ name: string;
430
+ offeringId: string;
431
+ template: AssetTemplateType;
432
+ pricePerUnit: number | null;
433
+ totalUnits: number | null;
434
+ enableBonus: boolean;
435
+ yield?: number | null | undefined;
436
+ duration?: number | null | undefined;
437
+ durationType?: DurationType | null | undefined;
438
+ tiers?: number[] | null | undefined;
439
+ interestRate?: number | null | undefined;
440
+ }, {
441
+ type: AssetType;
442
+ name: string;
443
+ offeringId: string;
444
+ pricePerUnit: number | null;
445
+ totalUnits: number | null;
446
+ template?: AssetTemplateType | undefined;
447
+ yield?: number | null | undefined;
448
+ duration?: number | null | undefined;
449
+ durationType?: DurationType | null | undefined;
450
+ tiers?: number[] | null | undefined;
451
+ enableBonus?: boolean | undefined;
452
+ interestRate?: number | null | undefined;
453
+ }>;
454
+ export type PostAsset = z.infer<typeof PostAsset>;
455
+ export declare const CompliancePostAsset: z.ZodEffects<z.ZodObject<{
456
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
457
+ name: z.ZodString;
458
+ type: z.ZodNativeEnum<typeof AssetType>;
459
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
460
+ totalUnits: z.ZodNullable<z.ZodNumber>;
461
+ yield: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
462
+ duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
463
+ durationType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>>;
464
+ template: z.ZodDefault<z.ZodNativeEnum<typeof AssetTemplateType>>;
465
+ tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
466
+ enableBonus: z.ZodDefault<z.ZodBoolean>;
467
+ interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
468
+ } & {
469
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
470
+ }, "strip", z.ZodTypeAny, {
471
+ type: AssetType;
472
+ accountId: string;
473
+ name: string;
474
+ offeringId: string;
475
+ template: AssetTemplateType;
476
+ pricePerUnit: number | null;
477
+ totalUnits: number | null;
478
+ enableBonus: boolean;
479
+ yield?: number | null | undefined;
480
+ duration?: number | null | undefined;
481
+ durationType?: DurationType | null | undefined;
482
+ tiers?: number[] | null | undefined;
483
+ interestRate?: number | null | undefined;
484
+ }, {
485
+ type: AssetType;
486
+ accountId: string;
487
+ name: string;
488
+ offeringId: string;
489
+ pricePerUnit: number | null;
490
+ totalUnits: number | null;
491
+ template?: AssetTemplateType | undefined;
492
+ yield?: number | null | undefined;
493
+ duration?: number | null | undefined;
494
+ durationType?: DurationType | null | undefined;
495
+ tiers?: number[] | null | undefined;
496
+ enableBonus?: boolean | undefined;
497
+ interestRate?: number | null | undefined;
498
+ }>, {
499
+ type: AssetType;
500
+ accountId: string;
501
+ name: string;
502
+ offeringId: string;
503
+ template: AssetTemplateType;
504
+ pricePerUnit: number | null;
505
+ totalUnits: number | null;
506
+ enableBonus: boolean;
507
+ yield?: number | null | undefined;
508
+ duration?: number | null | undefined;
509
+ durationType?: DurationType | null | undefined;
510
+ tiers?: number[] | null | undefined;
511
+ interestRate?: number | null | undefined;
512
+ }, {
513
+ type: AssetType;
514
+ accountId: string;
515
+ name: string;
516
+ offeringId: string;
517
+ pricePerUnit: number | null;
518
+ totalUnits: number | null;
519
+ template?: AssetTemplateType | undefined;
520
+ yield?: number | null | undefined;
521
+ duration?: number | null | undefined;
522
+ durationType?: DurationType | null | undefined;
523
+ tiers?: number[] | null | undefined;
524
+ enableBonus?: boolean | undefined;
525
+ interestRate?: number | null | undefined;
526
+ }>;
527
+ export type CompliancePostAsset = z.infer<typeof CompliancePostAsset>;
528
+ export declare const PutAsset: z.ZodObject<{
529
+ name: z.ZodOptional<z.ZodString>;
530
+ type: z.ZodOptional<z.ZodNativeEnum<typeof AssetType>>;
531
+ pricePerUnit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
532
+ totalUnits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
533
+ yield: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
534
+ duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
535
+ durationType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>>;
536
+ template: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNativeEnum<typeof AssetTemplateType>>>>;
537
+ tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
538
+ enableBonus: z.ZodOptional<z.ZodBoolean>;
539
+ interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
540
+ }, "strip", z.ZodTypeAny, {
541
+ type?: AssetType | undefined;
542
+ name?: string | undefined;
543
+ template?: AssetTemplateType | null | undefined;
544
+ pricePerUnit?: number | null | undefined;
545
+ totalUnits?: number | null | undefined;
546
+ yield?: number | null | undefined;
547
+ duration?: number | null | undefined;
548
+ durationType?: DurationType | null | undefined;
549
+ tiers?: number[] | null | undefined;
550
+ enableBonus?: boolean | undefined;
551
+ interestRate?: number | null | undefined;
552
+ }, {
553
+ type?: AssetType | undefined;
554
+ name?: string | undefined;
555
+ template?: AssetTemplateType | null | undefined;
556
+ pricePerUnit?: number | null | undefined;
557
+ totalUnits?: number | null | undefined;
558
+ yield?: number | null | undefined;
559
+ duration?: number | null | undefined;
560
+ durationType?: DurationType | null | undefined;
561
+ tiers?: number[] | null | undefined;
562
+ enableBonus?: boolean | undefined;
563
+ interestRate?: number | null | undefined;
564
+ }>;
565
+ export type PutAsset = z.infer<typeof PutAsset>;
566
+ export declare const CompliancePutAsset: z.ZodObject<{
567
+ name: z.ZodOptional<z.ZodString>;
568
+ type: z.ZodOptional<z.ZodNativeEnum<typeof AssetType>>;
569
+ pricePerUnit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
570
+ totalUnits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
571
+ yield: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
572
+ duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
573
+ durationType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>>;
574
+ template: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNativeEnum<typeof AssetTemplateType>>>>;
575
+ tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
576
+ enableBonus: z.ZodOptional<z.ZodBoolean>;
577
+ interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
578
+ } & {
579
+ accountId: z.ZodEffects<z.ZodString, string, string>;
580
+ }, "strip", z.ZodTypeAny, {
581
+ accountId: string;
582
+ type?: AssetType | undefined;
583
+ name?: string | undefined;
584
+ template?: AssetTemplateType | null | undefined;
585
+ pricePerUnit?: number | null | undefined;
586
+ totalUnits?: number | null | undefined;
587
+ yield?: number | null | undefined;
588
+ duration?: number | null | undefined;
589
+ durationType?: DurationType | null | undefined;
590
+ tiers?: number[] | null | undefined;
591
+ enableBonus?: boolean | undefined;
592
+ interestRate?: number | null | undefined;
593
+ }, {
594
+ accountId: string;
595
+ type?: AssetType | undefined;
596
+ name?: string | undefined;
597
+ template?: AssetTemplateType | null | undefined;
598
+ pricePerUnit?: number | null | undefined;
599
+ totalUnits?: number | null | undefined;
600
+ yield?: number | null | undefined;
601
+ duration?: number | null | undefined;
602
+ durationType?: DurationType | null | undefined;
603
+ tiers?: number[] | null | undefined;
604
+ enableBonus?: boolean | undefined;
605
+ interestRate?: number | null | undefined;
606
+ }>;
607
+ export type CompliancePutAsset = z.infer<typeof CompliancePutAsset>;
608
+ export declare const AssetsIncludeQuery: z.ZodObject<{
609
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
610
+ }, "strip", z.ZodTypeAny, {
611
+ include: string[];
612
+ }, {
613
+ include?: string | undefined;
614
+ }>;
615
+ export interface AssetsIncludeQuery extends z.infer<typeof AssetsIncludeQuery> {
616
+ }
617
+ export declare const AssetFiltersZod: z.ZodObject<{
618
+ name: z.ZodOptional<z.ZodString>;
619
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
620
+ offeringId: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
621
+ issuerId: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
622
+ type: z.ZodOptional<z.ZodNativeEnum<typeof AssetType>>;
623
+ }, "strip", z.ZodTypeAny, {
624
+ type?: AssetType | undefined;
625
+ accountId?: string | undefined;
626
+ name?: string | undefined;
627
+ offeringId?: string | undefined;
628
+ issuerId?: string | undefined;
629
+ }, {
630
+ type?: AssetType | undefined;
631
+ accountId?: string | undefined;
632
+ name?: string | undefined;
633
+ offeringId?: string | undefined;
634
+ issuerId?: string | undefined;
635
+ }>;
636
+ export type AssetFiltersZod = z.infer<typeof AssetFiltersZod>;
637
+ export declare const AssetSortZod: z.ZodObject<{
638
+ sort: z.ZodOptional<z.ZodEnum<[SortBy.NAME, SortBy.CREATED_AT, SortBy.UPDATED_AT]>>;
639
+ dir: z.ZodOptional<z.ZodNativeEnum<typeof SortOrder>>;
640
+ }, "strip", z.ZodTypeAny, {
641
+ sort?: SortBy.CREATED_AT | SortBy.UPDATED_AT | SortBy.NAME | undefined;
642
+ dir?: SortOrder | undefined;
643
+ }, {
644
+ sort?: SortBy.CREATED_AT | SortBy.UPDATED_AT | SortBy.NAME | undefined;
645
+ dir?: SortOrder | undefined;
646
+ }>;
647
+ export type AssetSortZod = z.infer<typeof AssetSortZod>;
648
+ export declare const StockAssetSchema: z.ZodObject<{
649
+ id: z.ZodString;
650
+ name: z.ZodString;
651
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
652
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
653
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
654
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
655
+ totalUnits: z.ZodNullable<z.ZodNumber>;
656
+ } & {
657
+ type: z.ZodLiteral<AssetType.STOCK>;
658
+ }, "strip", z.ZodTypeAny, {
659
+ type: AssetType.STOCK;
660
+ id: string;
661
+ accountId: string;
662
+ name: string;
663
+ offeringId: string;
664
+ issuerId: string | null;
665
+ pricePerUnit: number | null;
666
+ totalUnits: number | null;
667
+ }, {
668
+ type: AssetType.STOCK;
669
+ id: string;
670
+ accountId: string;
671
+ name: string;
672
+ offeringId: string;
673
+ issuerId: string | null;
674
+ pricePerUnit: number | null;
675
+ totalUnits: number | null;
676
+ }>;
677
+ export type StockAssetSchema = z.infer<typeof StockAssetSchema>;
678
+ export declare const PromissoryNoteAssetSchema: z.ZodObject<{
679
+ id: z.ZodString;
680
+ name: z.ZodString;
681
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
682
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
683
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
684
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
685
+ totalUnits: z.ZodNullable<z.ZodNumber>;
686
+ } & {
687
+ type: z.ZodLiteral<AssetType.PROMISSORY_NOTE>;
688
+ interestRate: z.ZodNullable<z.ZodNumber>;
689
+ duration: z.ZodNullable<z.ZodNumber>;
690
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
691
+ }, "strip", z.ZodTypeAny, {
692
+ type: AssetType.PROMISSORY_NOTE;
693
+ id: string;
694
+ accountId: string;
695
+ name: string;
696
+ offeringId: string;
697
+ issuerId: string | null;
698
+ pricePerUnit: number | null;
699
+ totalUnits: number | null;
700
+ duration: number | null;
701
+ durationType: DurationType | null;
702
+ interestRate: number | null;
703
+ }, {
704
+ type: AssetType.PROMISSORY_NOTE;
705
+ id: string;
706
+ accountId: string;
707
+ name: string;
708
+ offeringId: string;
709
+ issuerId: string | null;
710
+ pricePerUnit: number | null;
711
+ totalUnits: number | null;
712
+ duration: number | null;
713
+ durationType: DurationType | null;
714
+ interestRate: number | null;
715
+ }>;
716
+ export type PromissoryNoteAssetSchema = z.infer<typeof PromissoryNoteAssetSchema>;
717
+ declare const BondAssetSchema: z.ZodObject<{
718
+ id: z.ZodString;
719
+ name: z.ZodString;
720
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
721
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
722
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
723
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
724
+ totalUnits: z.ZodNullable<z.ZodNumber>;
725
+ } & {
726
+ type: z.ZodNullable<z.ZodLiteral<AssetType.BOND>>;
727
+ yield: z.ZodNullable<z.ZodNumber>;
728
+ duration: z.ZodNullable<z.ZodNumber>;
729
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
730
+ }, "strip", z.ZodTypeAny, {
731
+ type: AssetType.BOND | null;
732
+ id: string;
733
+ accountId: string;
734
+ name: string;
735
+ offeringId: string;
736
+ issuerId: string | null;
737
+ pricePerUnit: number | null;
738
+ totalUnits: number | null;
739
+ yield: number | null;
740
+ duration: number | null;
741
+ durationType: DurationType | null;
742
+ }, {
743
+ type: AssetType.BOND | null;
744
+ id: string;
745
+ accountId: string;
746
+ name: string;
747
+ offeringId: string;
748
+ issuerId: string | null;
749
+ pricePerUnit: number | null;
750
+ totalUnits: number | null;
751
+ yield: number | null;
752
+ duration: number | null;
753
+ durationType: DurationType | null;
754
+ }>;
755
+ export type BondAssetSchema = z.infer<typeof BondAssetSchema>;
756
+ export declare const AssetSummarySchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
757
+ id: z.ZodString;
758
+ name: z.ZodString;
759
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
760
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
761
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
762
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
763
+ totalUnits: z.ZodNullable<z.ZodNumber>;
764
+ } & {
765
+ type: z.ZodLiteral<AssetType.STOCK>;
766
+ }, "strip", z.ZodTypeAny, {
767
+ type: AssetType.STOCK;
768
+ id: string;
769
+ accountId: string;
770
+ name: string;
771
+ offeringId: string;
772
+ issuerId: string | null;
773
+ pricePerUnit: number | null;
774
+ totalUnits: number | null;
775
+ }, {
776
+ type: AssetType.STOCK;
777
+ id: string;
778
+ accountId: string;
779
+ name: string;
780
+ offeringId: string;
781
+ issuerId: string | null;
782
+ pricePerUnit: number | null;
783
+ totalUnits: number | null;
784
+ }>, z.ZodObject<{
785
+ id: z.ZodString;
786
+ name: z.ZodString;
787
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
788
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
789
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
790
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
791
+ totalUnits: z.ZodNullable<z.ZodNumber>;
792
+ } & {
793
+ type: z.ZodNullable<z.ZodLiteral<AssetType.BOND>>;
794
+ yield: z.ZodNullable<z.ZodNumber>;
795
+ duration: z.ZodNullable<z.ZodNumber>;
796
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
797
+ }, "strip", z.ZodTypeAny, {
798
+ type: AssetType.BOND | null;
799
+ id: string;
800
+ accountId: string;
801
+ name: string;
802
+ offeringId: string;
803
+ issuerId: string | null;
804
+ pricePerUnit: number | null;
805
+ totalUnits: number | null;
806
+ yield: number | null;
807
+ duration: number | null;
808
+ durationType: DurationType | null;
809
+ }, {
810
+ type: AssetType.BOND | null;
811
+ id: string;
812
+ accountId: string;
813
+ name: string;
814
+ offeringId: string;
815
+ issuerId: string | null;
816
+ pricePerUnit: number | null;
817
+ totalUnits: number | null;
818
+ yield: number | null;
819
+ duration: number | null;
820
+ durationType: DurationType | null;
821
+ }>, z.ZodObject<{
822
+ id: z.ZodString;
823
+ name: z.ZodString;
824
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
825
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
826
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
827
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
828
+ totalUnits: z.ZodNullable<z.ZodNumber>;
829
+ } & {
830
+ type: z.ZodLiteral<AssetType.PROMISSORY_NOTE>;
831
+ interestRate: z.ZodNullable<z.ZodNumber>;
832
+ duration: z.ZodNullable<z.ZodNumber>;
833
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
834
+ }, "strip", z.ZodTypeAny, {
835
+ type: AssetType.PROMISSORY_NOTE;
836
+ id: string;
837
+ accountId: string;
838
+ name: string;
839
+ offeringId: string;
840
+ issuerId: string | null;
841
+ pricePerUnit: number | null;
842
+ totalUnits: number | null;
843
+ duration: number | null;
844
+ durationType: DurationType | null;
845
+ interestRate: number | null;
846
+ }, {
847
+ type: AssetType.PROMISSORY_NOTE;
848
+ id: string;
849
+ accountId: string;
850
+ name: string;
851
+ offeringId: string;
852
+ issuerId: string | null;
853
+ pricePerUnit: number | null;
854
+ totalUnits: number | null;
855
+ duration: number | null;
856
+ durationType: DurationType | null;
857
+ interestRate: number | null;
858
+ }>]>;
859
+ export type AssetSummarySchema = z.infer<typeof AssetSummarySchema>;
860
+ export declare const IPaginatedAssetSummary: z.ZodObject<{
861
+ items: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
862
+ id: z.ZodString;
863
+ name: z.ZodString;
864
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
865
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
866
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
867
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
868
+ totalUnits: z.ZodNullable<z.ZodNumber>;
869
+ } & {
870
+ type: z.ZodLiteral<AssetType.STOCK>;
871
+ }, "strip", z.ZodTypeAny, {
872
+ type: AssetType.STOCK;
873
+ id: string;
874
+ accountId: string;
875
+ name: string;
876
+ offeringId: string;
877
+ issuerId: string | null;
878
+ pricePerUnit: number | null;
879
+ totalUnits: number | null;
880
+ }, {
881
+ type: AssetType.STOCK;
882
+ id: string;
883
+ accountId: string;
884
+ name: string;
885
+ offeringId: string;
886
+ issuerId: string | null;
887
+ pricePerUnit: number | null;
888
+ totalUnits: number | null;
889
+ }>, z.ZodObject<{
890
+ id: z.ZodString;
891
+ name: z.ZodString;
892
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
893
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
894
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
895
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
896
+ totalUnits: z.ZodNullable<z.ZodNumber>;
897
+ } & {
898
+ type: z.ZodNullable<z.ZodLiteral<AssetType.BOND>>;
899
+ yield: z.ZodNullable<z.ZodNumber>;
900
+ duration: z.ZodNullable<z.ZodNumber>;
901
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
902
+ }, "strip", z.ZodTypeAny, {
903
+ type: AssetType.BOND | null;
904
+ id: string;
905
+ accountId: string;
906
+ name: string;
907
+ offeringId: string;
908
+ issuerId: string | null;
909
+ pricePerUnit: number | null;
910
+ totalUnits: number | null;
911
+ yield: number | null;
912
+ duration: number | null;
913
+ durationType: DurationType | null;
914
+ }, {
915
+ type: AssetType.BOND | null;
916
+ id: string;
917
+ accountId: string;
918
+ name: string;
919
+ offeringId: string;
920
+ issuerId: string | null;
921
+ pricePerUnit: number | null;
922
+ totalUnits: number | null;
923
+ yield: number | null;
924
+ duration: number | null;
925
+ durationType: DurationType | null;
926
+ }>, z.ZodObject<{
927
+ id: z.ZodString;
928
+ name: z.ZodString;
929
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
930
+ offeringId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
931
+ issuerId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
932
+ pricePerUnit: z.ZodNullable<z.ZodNumber>;
933
+ totalUnits: z.ZodNullable<z.ZodNumber>;
934
+ } & {
935
+ type: z.ZodLiteral<AssetType.PROMISSORY_NOTE>;
936
+ interestRate: z.ZodNullable<z.ZodNumber>;
937
+ duration: z.ZodNullable<z.ZodNumber>;
938
+ durationType: z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>;
939
+ }, "strip", z.ZodTypeAny, {
940
+ type: AssetType.PROMISSORY_NOTE;
941
+ id: string;
942
+ accountId: string;
943
+ name: string;
944
+ offeringId: string;
945
+ issuerId: string | null;
946
+ pricePerUnit: number | null;
947
+ totalUnits: number | null;
948
+ duration: number | null;
949
+ durationType: DurationType | null;
950
+ interestRate: number | null;
951
+ }, {
952
+ type: AssetType.PROMISSORY_NOTE;
953
+ id: string;
954
+ accountId: string;
955
+ name: string;
956
+ offeringId: string;
957
+ issuerId: string | null;
958
+ pricePerUnit: number | null;
959
+ totalUnits: number | null;
960
+ duration: number | null;
961
+ durationType: DurationType | null;
962
+ interestRate: number | null;
963
+ }>]>, "many">;
964
+ meta: z.ZodObject<{
965
+ itemCount: z.ZodNumber;
966
+ totalItems: z.ZodOptional<z.ZodNumber>;
967
+ itemsPerPage: z.ZodNumber;
968
+ totalPages: z.ZodOptional<z.ZodNumber>;
969
+ currentPage: z.ZodNumber;
970
+ }, "strip", z.ZodTypeAny, {
971
+ itemCount: number;
972
+ itemsPerPage: number;
973
+ currentPage: number;
974
+ totalItems?: number | undefined;
975
+ totalPages?: number | undefined;
976
+ }, {
977
+ itemCount: number;
978
+ itemsPerPage: number;
979
+ currentPage: number;
980
+ totalItems?: number | undefined;
981
+ totalPages?: number | undefined;
982
+ }>;
983
+ }, "strip", z.ZodTypeAny, {
984
+ items: ({
985
+ type: AssetType.STOCK;
986
+ id: string;
987
+ accountId: string;
988
+ name: string;
989
+ offeringId: string;
990
+ issuerId: string | null;
991
+ pricePerUnit: number | null;
992
+ totalUnits: number | null;
993
+ } | {
994
+ type: AssetType.PROMISSORY_NOTE;
995
+ id: string;
996
+ accountId: string;
997
+ name: string;
998
+ offeringId: string;
999
+ issuerId: string | null;
1000
+ pricePerUnit: number | null;
1001
+ totalUnits: number | null;
1002
+ duration: number | null;
1003
+ durationType: DurationType | null;
1004
+ interestRate: number | null;
1005
+ } | {
1006
+ type: AssetType.BOND | null;
1007
+ id: string;
1008
+ accountId: string;
1009
+ name: string;
1010
+ offeringId: string;
1011
+ issuerId: string | null;
1012
+ pricePerUnit: number | null;
1013
+ totalUnits: number | null;
1014
+ yield: number | null;
1015
+ duration: number | null;
1016
+ durationType: DurationType | null;
1017
+ })[];
1018
+ meta: {
1019
+ itemCount: number;
1020
+ itemsPerPage: number;
1021
+ currentPage: number;
1022
+ totalItems?: number | undefined;
1023
+ totalPages?: number | undefined;
1024
+ };
1025
+ }, {
1026
+ items: ({
1027
+ type: AssetType.STOCK;
1028
+ id: string;
1029
+ accountId: string;
1030
+ name: string;
1031
+ offeringId: string;
1032
+ issuerId: string | null;
1033
+ pricePerUnit: number | null;
1034
+ totalUnits: number | null;
1035
+ } | {
1036
+ type: AssetType.PROMISSORY_NOTE;
1037
+ id: string;
1038
+ accountId: string;
1039
+ name: string;
1040
+ offeringId: string;
1041
+ issuerId: string | null;
1042
+ pricePerUnit: number | null;
1043
+ totalUnits: number | null;
1044
+ duration: number | null;
1045
+ durationType: DurationType | null;
1046
+ interestRate: number | null;
1047
+ } | {
1048
+ type: AssetType.BOND | null;
1049
+ id: string;
1050
+ accountId: string;
1051
+ name: string;
1052
+ offeringId: string;
1053
+ issuerId: string | null;
1054
+ pricePerUnit: number | null;
1055
+ totalUnits: number | null;
1056
+ yield: number | null;
1057
+ duration: number | null;
1058
+ durationType: DurationType | null;
1059
+ })[];
1060
+ meta: {
1061
+ itemCount: number;
1062
+ itemsPerPage: number;
1063
+ currentPage: number;
1064
+ totalItems?: number | undefined;
1065
+ totalPages?: number | undefined;
1066
+ };
1067
+ }>;
1068
+ export type IPaginatedAssetSummary = z.infer<typeof IPaginatedAssetSummary>;
1069
+ export declare const AssetSummaryFiltersZod: z.ZodObject<{
1070
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1071
+ issuerId: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
1072
+ offeringId: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
1073
+ type: z.ZodNativeEnum<typeof AssetType>;
1074
+ name: z.ZodOptional<z.ZodString>;
1075
+ }, "strip", z.ZodTypeAny, {
1076
+ type: AssetType;
1077
+ accountId?: string | undefined;
1078
+ name?: string | undefined;
1079
+ offeringId?: string | undefined;
1080
+ issuerId?: string | undefined;
1081
+ }, {
1082
+ type: AssetType;
1083
+ accountId?: string | undefined;
1084
+ name?: string | undefined;
1085
+ offeringId?: string | undefined;
1086
+ issuerId?: string | undefined;
1087
+ }>;
1088
+ export type AssetSummaryFiltersZod = z.infer<typeof AssetSummaryFiltersZod>;
1089
+ /**
1090
+ * Maps asset types to fields that should be reset (nullified) when converting
1091
+ * from one asset type to another. Derived from disjoint sets so required
1092
+ * fields for a type are never reset when converting to that type.
1093
+ */
1094
+ export declare const ASSET_TYPE_FIELD_RESETS: Record<AssetType, Partial<IAsset>>;
1095
+ /**
1096
+ * Maps asset types to their required fields when converting TO that asset type.
1097
+ * Derived from disjoint field sets for single source of truth.
1098
+ */
1099
+ export declare const ASSET_TYPE_REQUIRED_FIELDS: Record<AssetType, Array<keyof IAsset>>;
1100
+ export {};