@evergonlabs/tmi-protocol-api 0.11.0-rc.2 → 0.11.0-rc.4

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 (595) hide show
  1. package/dist/app.d.ts +474 -233
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/apps.d.ts +1 -1
  4. package/dist/apps.js +1 -1
  5. package/dist/client.d.ts +1262 -1105
  6. package/dist/client.d.ts.map +1 -1
  7. package/dist/fractions/index.d.ts +85 -101
  8. package/dist/fractions/index.d.ts.map +1 -1
  9. package/dist/fractions/markets/deployMarket.d.ts +1 -1
  10. package/dist/fractions/markets/deployMarket.d.ts.map +1 -1
  11. package/dist/fractions/markets/deployMarket.js +5 -5
  12. package/dist/fractions/markets/getDeployEvent.d.ts +6 -0
  13. package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
  14. package/dist/fractions/markets/getDeployEvent.js +8 -5
  15. package/dist/fractions/markets/getMarket.d.ts +5 -0
  16. package/dist/fractions/markets/getMarket.d.ts.map +1 -1
  17. package/dist/fractions/markets/getMarket.js +7 -14
  18. package/dist/fractions/markets/index.d.ts +7 -11
  19. package/dist/fractions/markets/index.d.ts.map +1 -1
  20. package/dist/fractions/markets/initCompilot.d.ts +4 -0
  21. package/dist/fractions/markets/initCompilot.d.ts.map +1 -1
  22. package/dist/fractions/markets/initCompilot.js +6 -4
  23. package/dist/fractions/markets/searchMarkets.d.ts +42 -11
  24. package/dist/fractions/markets/searchMarkets.d.ts.map +1 -1
  25. package/dist/fractions/markets/searchMarkets.js +16 -11
  26. package/dist/fractions/roles/grantRole.d.ts +1 -1
  27. package/dist/fractions/roles/grantRole.js +1 -1
  28. package/dist/fractions/sales/{approveSale.route.d.ts → approveSale.d.ts} +2 -2
  29. package/dist/fractions/sales/approveSale.d.ts.map +1 -0
  30. package/dist/fractions/sales/{approveSale.route.js → approveSale.js} +1 -1
  31. package/dist/fractions/sales/{approveWrapper.route.d.ts → approveWrapper.d.ts} +2 -2
  32. package/dist/fractions/sales/approveWrapper.d.ts.map +1 -0
  33. package/dist/fractions/sales/{approveWrapper.route.js → approveWrapper.js} +1 -1
  34. package/dist/fractions/sales/{completeSale.route.d.ts → completeSale.d.ts} +2 -2
  35. package/dist/fractions/sales/completeSale.d.ts.map +1 -0
  36. package/dist/fractions/sales/{completeSale.route.js → completeSale.js} +1 -1
  37. package/dist/fractions/sales/{createFractions.route.d.ts → createFractions.d.ts} +3 -3
  38. package/dist/fractions/sales/createFractions.d.ts.map +1 -0
  39. package/dist/fractions/sales/{createFractions.route.js → createFractions.js} +1 -1
  40. package/dist/fractions/sales/getFractionSaleStatistics.d.ts +47 -0
  41. package/dist/fractions/sales/getFractionSaleStatistics.d.ts.map +1 -0
  42. package/dist/fractions/sales/{getFractionSaleStatistics.route.js → getFractionSaleStatistics.js} +32 -18
  43. package/dist/fractions/sales/getVaultAddress.d.ts +10 -1
  44. package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
  45. package/dist/fractions/sales/getVaultAddress.js +11 -7
  46. package/dist/fractions/sales/getWithdrawEvent.d.ts +4 -3
  47. package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
  48. package/dist/fractions/sales/getWithdrawEvent.js +8 -13
  49. package/dist/fractions/sales/index.d.ts +51 -63
  50. package/dist/fractions/sales/index.d.ts.map +1 -1
  51. package/dist/fractions/sales/index.js +16 -16
  52. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +13 -4
  53. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
  54. package/dist/fractions/sales/parseFractionsCreatedEvent.js +20 -22
  55. package/dist/fractions/sales/{purchase.route.d.ts → purchase.d.ts} +2 -2
  56. package/dist/fractions/sales/purchase.d.ts.map +1 -0
  57. package/dist/fractions/sales/{purchase.route.js → purchase.js} +1 -1
  58. package/dist/fractions/sales/{purchaseStatistics.route.d.ts → purchaseStatistics.d.ts} +8 -7
  59. package/dist/fractions/sales/purchaseStatistics.d.ts.map +1 -0
  60. package/dist/fractions/sales/{purchaseStatistics.route.js → purchaseStatistics.js} +12 -10
  61. package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.d.ts → receiveFundsAfterNonFunded.d.ts} +4 -4
  62. package/dist/fractions/sales/receiveFundsAfterNonFunded.d.ts.map +1 -0
  63. package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.js → receiveFundsAfterNonFunded.js} +1 -1
  64. package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.d.ts → receiveNonPurchasedWrappedAssets.d.ts} +1 -1
  65. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.d.ts.map +1 -0
  66. package/dist/fractions/sales/recoverFractions.d.ts +1 -1
  67. package/dist/fractions/sales/recoverFractions.js +1 -1
  68. package/dist/fractions/sales/rejectFractions.d.ts +1 -1
  69. package/dist/fractions/sales/rejectFractions.js +1 -1
  70. package/dist/fractions/sales/searchActivity.d.ts +121 -0
  71. package/dist/fractions/sales/searchActivity.d.ts.map +1 -0
  72. package/dist/fractions/sales/{searchActivity.route.js → searchActivity.js} +23 -15
  73. package/dist/fractions/sales/searchSales/searchSales.d.ts +89 -12
  74. package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
  75. package/dist/fractions/sales/searchSales/searchSales.js +17 -12
  76. package/dist/fractions/sales/searchWithdrawal.d.ts +132 -0
  77. package/dist/fractions/sales/searchWithdrawal.d.ts.map +1 -0
  78. package/dist/fractions/sales/{searchWithdrawal.route.js → searchWithdrawal.js} +16 -11
  79. package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
  80. package/dist/fractions/sales/setFeeCapLimit.js +1 -1
  81. package/dist/fractions/sales/{unlockWrappedAssets.route.d.ts → unlockWrappedAssets.d.ts} +2 -2
  82. package/dist/fractions/sales/unlockWrappedAssets.d.ts.map +1 -0
  83. package/dist/fractions/sales/{unlockWrappedAssets.route.js → unlockWrappedAssets.js} +1 -1
  84. package/dist/fractions/sales/vesting/{claimStatistics.route.d.ts → claimStatistics.d.ts} +5 -5
  85. package/dist/fractions/sales/vesting/claimStatistics.d.ts.map +1 -0
  86. package/dist/fractions/sales/vesting/{claimStatistics.route.js → claimStatistics.js} +6 -6
  87. package/dist/fractions/sales/vesting/{claimVestedTokens.route.d.ts → claimVestedTokens.d.ts} +1 -1
  88. package/dist/fractions/sales/vesting/claimVestedTokens.d.ts.map +1 -0
  89. package/dist/fractions/sales/vesting/{editCliff.route.d.ts → editCliff.d.ts} +1 -1
  90. package/dist/fractions/sales/vesting/editCliff.d.ts.map +1 -0
  91. package/dist/fractions/sales/vesting/{editCliff.route.js → editCliff.js} +1 -1
  92. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +6 -5
  93. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
  94. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +11 -16
  95. package/dist/fractions/sales/{withdraw.route.d.ts → withdraw.d.ts} +2 -2
  96. package/dist/fractions/sales/withdraw.d.ts.map +1 -0
  97. package/dist/fractions/sales/{withdraw.route.js → withdraw.js} +1 -1
  98. package/dist/fractions/schemas.d.ts +16 -5
  99. package/dist/fractions/schemas.d.ts.map +1 -1
  100. package/dist/fractions/schemas.js +20 -6
  101. package/dist/fractions/sig/getAuthData.d.ts +5 -9
  102. package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
  103. package/dist/fractions/sig/getAuthData.js +7 -11
  104. package/dist/fractions/sig/{getNonce.route.d.ts → getNonce.d.ts} +6 -3
  105. package/dist/fractions/sig/getNonce.d.ts.map +1 -0
  106. package/dist/fractions/sig/{getNonce.route.js → getNonce.js} +10 -6
  107. package/dist/fractions/sig/index.d.ts +1 -1
  108. package/dist/fractions/sig/index.js +1 -1
  109. package/dist/fractions/statistics/index.d.ts +26 -26
  110. package/dist/fractions/statistics/index.js +1 -1
  111. package/dist/fractions/statistics/{networkStatistics.route.d.ts → networkStatistics.d.ts} +27 -27
  112. package/dist/fractions/statistics/networkStatistics.d.ts.map +1 -0
  113. package/dist/fractions/statistics/{networkStatistics.route.js → networkStatistics.js} +13 -13
  114. package/dist/general/common.d.ts +1 -1
  115. package/dist/general/common.d.ts.map +1 -1
  116. package/dist/general/common.js +2 -2
  117. package/dist/general/estimateGas.d.ts +14 -9
  118. package/dist/general/estimateGas.d.ts.map +1 -1
  119. package/dist/general/estimateGas.js +26 -27
  120. package/dist/general/getBalance.d.ts +10 -1
  121. package/dist/general/getBalance.d.ts.map +1 -1
  122. package/dist/general/getBalance.js +33 -24
  123. package/dist/general/getBalancesBatch.d.ts +18 -2
  124. package/dist/general/getBalancesBatch.d.ts.map +1 -1
  125. package/dist/general/getBalancesBatch.js +28 -21
  126. package/dist/general/index.d.ts +9 -10
  127. package/dist/general/index.d.ts.map +1 -1
  128. package/dist/general/searchBalances.d.ts +18 -3
  129. package/dist/general/searchBalances.d.ts.map +1 -1
  130. package/dist/general/searchBalances.js +24 -4
  131. package/dist/issuance/erc1155/burn.d.ts +1 -1
  132. package/dist/issuance/erc1155/burn.d.ts.map +1 -1
  133. package/dist/issuance/erc1155/burn.js +5 -3
  134. package/dist/issuance/erc1155/default/deploy.d.ts +1 -1
  135. package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
  136. package/dist/issuance/erc1155/default/deploy.js +5 -3
  137. package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
  138. package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
  139. package/dist/issuance/erc1155/default/initialize.js +5 -3
  140. package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +11 -0
  141. package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
  142. package/dist/issuance/erc1155/default/parseDeployEvent.js +14 -9
  143. package/dist/issuance/erc1155/gated/deploy.d.ts +1 -1
  144. package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
  145. package/dist/issuance/erc1155/gated/deploy.js +5 -5
  146. package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
  147. package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
  148. package/dist/issuance/erc1155/gated/initialize.js +5 -5
  149. package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +11 -0
  150. package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
  151. package/dist/issuance/erc1155/gated/parseDeployEvent.js +14 -9
  152. package/dist/issuance/erc1155/getMintedTokenId.d.ts +9 -1
  153. package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -1
  154. package/dist/issuance/erc1155/getMintedTokenId.js +16 -8
  155. package/dist/issuance/erc1155/grantRole.d.ts +1 -1
  156. package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
  157. package/dist/issuance/erc1155/grantRole.js +6 -4
  158. package/dist/issuance/erc1155/index.d.ts +1 -1
  159. package/dist/issuance/erc1155/mint.d.ts +1 -1
  160. package/dist/issuance/erc1155/mint.d.ts.map +1 -1
  161. package/dist/issuance/erc1155/mint.js +5 -3
  162. package/dist/issuance/erc1155/recover.d.ts +1 -1
  163. package/dist/issuance/erc1155/recover.d.ts.map +1 -1
  164. package/dist/issuance/erc1155/recover.js +5 -3
  165. package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
  166. package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
  167. package/dist/issuance/erc1155/renounceRole.js +6 -4
  168. package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
  169. package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
  170. package/dist/issuance/erc1155/revokeRole.js +6 -4
  171. package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
  172. package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
  173. package/dist/issuance/erc1155/setApprovalForAll.js +5 -3
  174. package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
  175. package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
  176. package/dist/issuance/erc1155/setBaseURI.js +5 -3
  177. package/dist/issuance/erc1155/setTokenURI.d.ts +1 -1
  178. package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
  179. package/dist/issuance/erc1155/setTokenURI.js +5 -3
  180. package/dist/issuance/erc20/approve.d.ts +1 -1
  181. package/dist/issuance/erc20/approve.d.ts.map +1 -1
  182. package/dist/issuance/erc20/approve.js +5 -3
  183. package/dist/issuance/erc20/burn.d.ts +1 -1
  184. package/dist/issuance/erc20/burn.d.ts.map +1 -1
  185. package/dist/issuance/erc20/burn.js +5 -3
  186. package/dist/issuance/erc20/default/deploy.d.ts +1 -1
  187. package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
  188. package/dist/issuance/erc20/default/deploy.js +5 -3
  189. package/dist/issuance/erc20/default/initialize.d.ts +1 -1
  190. package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
  191. package/dist/issuance/erc20/default/initialize.js +5 -5
  192. package/dist/issuance/erc20/default/parseDeployEvent.d.ts +14 -1
  193. package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
  194. package/dist/issuance/erc20/default/parseDeployEvent.js +22 -22
  195. package/dist/issuance/erc20/gated/deploy.d.ts +1 -1
  196. package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
  197. package/dist/issuance/erc20/gated/deploy.js +5 -5
  198. package/dist/issuance/erc20/gated/initialize.d.ts +1 -1
  199. package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
  200. package/dist/issuance/erc20/gated/initialize.js +5 -3
  201. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +14 -1
  202. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
  203. package/dist/issuance/erc20/gated/parseDeployEvent.js +28 -24
  204. package/dist/issuance/erc20/gatedSimple/deploy.d.ts +285 -3
  205. package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
  206. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +3 -3
  207. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
  208. package/dist/issuance/erc20/gatedSimple/getInitData.js +15 -9
  209. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +8 -0
  210. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
  211. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +11 -6
  212. package/dist/issuance/erc20/grantRole.d.ts +1 -1
  213. package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
  214. package/dist/issuance/erc20/grantRole.js +6 -4
  215. package/dist/issuance/erc20/index.d.ts +289 -7
  216. package/dist/issuance/erc20/index.d.ts.map +1 -1
  217. package/dist/issuance/erc20/mint.d.ts +1 -1
  218. package/dist/issuance/erc20/mint.d.ts.map +1 -1
  219. package/dist/issuance/erc20/mint.js +5 -3
  220. package/dist/issuance/erc20/recover.d.ts +1 -1
  221. package/dist/issuance/erc20/recover.d.ts.map +1 -1
  222. package/dist/issuance/erc20/recover.js +5 -3
  223. package/dist/issuance/erc20/renounceRole.d.ts +1 -1
  224. package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
  225. package/dist/issuance/erc20/renounceRole.js +6 -4
  226. package/dist/issuance/erc20/revokeRole.d.ts +1 -1
  227. package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
  228. package/dist/issuance/erc20/revokeRole.js +6 -4
  229. package/dist/issuance/erc20/transfer.d.ts +1 -1
  230. package/dist/issuance/erc20/transfer.d.ts.map +1 -1
  231. package/dist/issuance/erc20/transfer.js +5 -3
  232. package/dist/issuance/erc20/transferFrom.d.ts +1 -1
  233. package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
  234. package/dist/issuance/erc20/transferFrom.js +5 -3
  235. package/dist/issuance/erc721/approve.d.ts +1 -1
  236. package/dist/issuance/erc721/approve.d.ts.map +1 -1
  237. package/dist/issuance/erc721/approve.js +5 -3
  238. package/dist/issuance/erc721/burn.d.ts +1 -1
  239. package/dist/issuance/erc721/burn.d.ts.map +1 -1
  240. package/dist/issuance/erc721/burn.js +5 -3
  241. package/dist/issuance/erc721/default/deploy.d.ts +1 -1
  242. package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
  243. package/dist/issuance/erc721/default/deploy.js +5 -3
  244. package/dist/issuance/erc721/default/initialize.d.ts +1 -1
  245. package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
  246. package/dist/issuance/erc721/default/initialize.js +5 -3
  247. package/dist/issuance/erc721/default/parseDeployEvent.d.ts +13 -0
  248. package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
  249. package/dist/issuance/erc721/default/parseDeployEvent.js +16 -11
  250. package/dist/issuance/erc721/gated/deploy.d.ts +1 -1
  251. package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
  252. package/dist/issuance/erc721/gated/deploy.js +5 -5
  253. package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
  254. package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
  255. package/dist/issuance/erc721/gated/initialize.js +5 -3
  256. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +13 -0
  257. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
  258. package/dist/issuance/erc721/gated/parseDeployEvent.js +16 -11
  259. package/dist/issuance/erc721/getMintedTokenId.d.ts +8 -0
  260. package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -1
  261. package/dist/issuance/erc721/getMintedTokenId.js +11 -6
  262. package/dist/issuance/erc721/grantRole.d.ts +1 -1
  263. package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
  264. package/dist/issuance/erc721/grantRole.js +6 -4
  265. package/dist/issuance/erc721/mint.d.ts +1 -1
  266. package/dist/issuance/erc721/mint.d.ts.map +1 -1
  267. package/dist/issuance/erc721/mint.js +5 -3
  268. package/dist/issuance/erc721/recover.d.ts +1 -1
  269. package/dist/issuance/erc721/recover.d.ts.map +1 -1
  270. package/dist/issuance/erc721/recover.js +5 -3
  271. package/dist/issuance/erc721/renounceRole.d.ts +1 -1
  272. package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
  273. package/dist/issuance/erc721/renounceRole.js +6 -4
  274. package/dist/issuance/erc721/revokeRole.d.ts +1 -1
  275. package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
  276. package/dist/issuance/erc721/revokeRole.js +6 -4
  277. package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
  278. package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
  279. package/dist/issuance/erc721/setBaseURI.js +5 -3
  280. package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
  281. package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
  282. package/dist/issuance/erc721/setTokenURI.js +5 -3
  283. package/dist/issuance/erc721/transferFrom.d.ts +1 -1
  284. package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
  285. package/dist/issuance/erc721/transferFrom.js +5 -3
  286. package/dist/issuance/index.d.ts +292 -10
  287. package/dist/issuance/index.d.ts.map +1 -1
  288. package/dist/issuance/proxy/deploy.d.ts +3 -3
  289. package/dist/issuance/proxy/deploy.d.ts.map +1 -1
  290. package/dist/issuance/proxy/deploy.js +5 -3
  291. package/dist/issuance/proxy/index.d.ts +2 -2
  292. package/dist/issuance/proxy/upgrade.d.ts +1 -1
  293. package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
  294. package/dist/issuance/proxy/upgrade.js +5 -3
  295. package/dist/issuance/schemas.d.ts +52 -42
  296. package/dist/issuance/schemas.d.ts.map +1 -1
  297. package/dist/issuance/schemas.js +52 -42
  298. package/dist/next/app.d.ts +21 -25
  299. package/dist/next/app.d.ts.map +1 -1
  300. package/dist/next/client.d.ts +21 -25
  301. package/dist/next/client.d.ts.map +1 -1
  302. package/dist/next/lending/buyback.d.ts.map +1 -1
  303. package/dist/next/lending/buyback.js +1 -1
  304. package/dist/next/lending/createSale.d.ts.map +1 -1
  305. package/dist/next/lending/createSale.js +1 -1
  306. package/dist/next/lending/deployMarket.d.ts.map +1 -1
  307. package/dist/next/lending/deployMarket.js +1 -1
  308. package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts +7 -0
  309. package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts.map +1 -0
  310. package/dist/next/lending/forcefullyUnlockWrappersNft.js +39 -0
  311. package/dist/next/lending/index.js +1 -1
  312. package/dist/next/lending/schemas.d.ts +5 -1
  313. package/dist/next/lending/schemas.d.ts.map +1 -1
  314. package/dist/next/lending/schemas.js +5 -3
  315. package/dist/next/lending/setCollateralPrice.d.ts.map +1 -1
  316. package/dist/next/lending/setCollateralPrice.js +1 -1
  317. package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -1
  318. package/dist/next/nftFractions/createNftFractions.js +4 -2
  319. package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -1
  320. package/dist/next/nftFractions/deployNftFractionsMarket.js +4 -2
  321. package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -1
  322. package/dist/next/nftFractions/deployNftFractionsMarketGated.js +4 -2
  323. package/dist/next/nftFractions/index.d.ts +5 -5
  324. package/dist/next/nftFractions/index.js +1 -1
  325. package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +18 -5
  326. package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -1
  327. package/dist/next/nftFractions/parseNftFractionsCreatedEvent.js +32 -28
  328. package/dist/next/nftFractions/schemas.d.ts +4 -1
  329. package/dist/next/nftFractions/schemas.d.ts.map +1 -1
  330. package/dist/next/nftFractions/schemas.js +4 -1
  331. package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -1
  332. package/dist/next/vestingRedemptionDynamic/approveCampaign.js +1 -1
  333. package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -1
  334. package/dist/next/vestingRedemptionDynamic/createCampaign.js +1 -1
  335. package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -1
  336. package/dist/next/vestingRedemptionDynamic/deployMarket.js +1 -1
  337. package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -1
  338. package/dist/next/vestingRedemptionDynamic/epochPurchase.js +1 -1
  339. package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -1
  340. package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +1 -1
  341. package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +14 -7
  342. package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -1
  343. package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.js +18 -11
  344. package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +6 -2
  345. package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -1
  346. package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.js +5 -5
  347. package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +17 -9
  348. package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -1
  349. package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +25 -16
  350. package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +6 -2
  351. package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -1
  352. package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.js +5 -5
  353. package/dist/next/vestingRedemptionDynamic/index.d.ts +16 -20
  354. package/dist/next/vestingRedemptionDynamic/index.d.ts.map +1 -1
  355. package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -1
  356. package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +1 -1
  357. package/dist/next/vestingRedemptionDynamic/schemas.d.ts +13 -1
  358. package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -1
  359. package/dist/next/vestingRedemptionDynamic/schemas.js +15 -1
  360. package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -1
  361. package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +1 -1
  362. package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -1
  363. package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +1 -1
  364. package/dist/schemas.d.ts +50 -0
  365. package/dist/schemas.d.ts.map +1 -1
  366. package/dist/schemas.js +62 -0
  367. package/dist/staking/index.d.ts +60 -84
  368. package/dist/staking/index.d.ts.map +1 -1
  369. package/dist/staking/platforms/getPlatform.d.ts +36 -0
  370. package/dist/staking/platforms/getPlatform.d.ts.map +1 -0
  371. package/dist/staking/platforms/{getPlatform/v0/getPlatform.js → getPlatform.js} +26 -22
  372. package/dist/staking/platforms/index.d.ts +10 -14
  373. package/dist/staking/platforms/index.d.ts.map +1 -1
  374. package/dist/staking/platforms/index.js +3 -6
  375. package/dist/staking/platforms/searchPlatforms.d.ts +40 -0
  376. package/dist/staking/platforms/searchPlatforms.d.ts.map +1 -0
  377. package/dist/staking/platforms/searchPlatforms.js +50 -0
  378. package/dist/staking/pools/getPool.d.ts +40 -0
  379. package/dist/staking/pools/getPool.d.ts.map +1 -0
  380. package/dist/staking/pools/{getPool/v0/getPool.js → getPool.js} +32 -28
  381. package/dist/staking/pools/index.d.ts +9 -13
  382. package/dist/staking/pools/index.d.ts.map +1 -1
  383. package/dist/staking/pools/index.js +3 -6
  384. package/dist/staking/pools/searchPools.d.ts +42 -0
  385. package/dist/staking/pools/searchPools.d.ts.map +1 -0
  386. package/dist/staking/pools/searchPools.js +50 -0
  387. package/dist/staking/roles/getRoles.d.ts +28 -0
  388. package/dist/staking/roles/getRoles.d.ts.map +1 -0
  389. package/dist/staking/roles/{getRoles/v0/getRoles.js → getRoles.js} +6 -5
  390. package/dist/staking/roles/grantRole.d.ts +33 -0
  391. package/dist/staking/roles/grantRole.d.ts.map +1 -0
  392. package/dist/staking/roles/{grantRole/v0/grantRole.js → grantRole.js} +19 -16
  393. package/dist/staking/roles/index.d.ts +23 -31
  394. package/dist/staking/roles/index.d.ts.map +1 -1
  395. package/dist/staking/roles/index.js +8 -8
  396. package/dist/staking/roles/searchRoleEvents.d.ts +48 -0
  397. package/dist/staking/roles/searchRoleEvents.d.ts.map +1 -0
  398. package/dist/staking/roles/{searchRoleEvents/v0/searchRoleEvents.js → searchRoleEvents.js} +25 -20
  399. package/dist/staking/roles/searchRoles.d.ts +46 -0
  400. package/dist/staking/roles/searchRoles.d.ts.map +1 -0
  401. package/dist/staking/roles/{searchRoles/v0/searchRoles.js → searchRoles.js} +24 -19
  402. package/dist/staking/stakes/getStake.d.ts +50 -0
  403. package/dist/staking/stakes/getStake.d.ts.map +1 -0
  404. package/dist/staking/stakes/{getStake/v0/getStake.js → getStake.js} +32 -28
  405. package/dist/staking/stakes/index.d.ts +21 -29
  406. package/dist/staking/stakes/index.d.ts.map +1 -1
  407. package/dist/staking/stakes/index.js +6 -6
  408. package/dist/staking/stakes/searchStakeEvents.d.ts +48 -0
  409. package/dist/staking/stakes/searchStakeEvents.d.ts.map +1 -0
  410. package/dist/staking/stakes/{searchStakeEvents/v0/searchStakeEvents.js → searchStakeEvents.js} +25 -20
  411. package/dist/staking/stakes/searchStakes.d.ts +56 -0
  412. package/dist/staking/stakes/searchStakes.d.ts.map +1 -0
  413. package/dist/staking/stakes/searchStakes.js +52 -0
  414. package/dist/stakingTemplates/index.d.ts +28 -28
  415. package/dist/stakingTemplates/index.d.ts.map +1 -1
  416. package/dist/stakingTemplates/index.js +6 -6
  417. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +8 -2
  418. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
  419. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +18 -16
  420. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +6 -1
  421. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
  422. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +8 -5
  423. package/dist/stakingTemplates/templates/common/getReward.d.ts +5 -0
  424. package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
  425. package/dist/stakingTemplates/templates/common/getReward.js +7 -4
  426. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +15 -5
  427. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
  428. package/dist/stakingTemplates/templates/common/getStakeEvent.js +21 -10
  429. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +6 -0
  430. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
  431. package/dist/stakingTemplates/templates/common/partialUnstake.js +10 -7
  432. package/dist/stakingTemplates/templates/common/unstake.d.ts +5 -0
  433. package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
  434. package/dist/stakingTemplates/templates/common/unstake.js +7 -4
  435. package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.d.ts → createPlatform.d.ts} +12 -1
  436. package/dist/stakingTemplates/templates/reputation/createPlatform.d.ts.map +1 -0
  437. package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.js → createPlatform.js} +22 -19
  438. package/dist/stakingTemplates/templates/reputation/createPool.d.ts +58 -0
  439. package/dist/stakingTemplates/templates/reputation/createPool.d.ts.map +1 -0
  440. package/dist/stakingTemplates/templates/reputation/{v0/createPool.js → createPool.js} +23 -20
  441. package/dist/stakingTemplates/templates/reputation/index.d.ts +10 -10
  442. package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
  443. package/dist/stakingTemplates/templates/reputation/index.js +24 -3
  444. package/dist/stakingTemplates/templates/reputation/restake.d.ts +32 -0
  445. package/dist/stakingTemplates/templates/reputation/restake.d.ts.map +1 -0
  446. package/dist/stakingTemplates/templates/reputation/{v0/restake.js → restake.js} +14 -11
  447. package/dist/stakingTemplates/templates/{rwa/v0/restake.d.ts → reputation/stake.d.ts} +8 -2
  448. package/dist/stakingTemplates/templates/reputation/stake.d.ts.map +1 -0
  449. package/dist/stakingTemplates/templates/reputation/{v0/stake.js → stake.js} +15 -16
  450. package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts +42 -0
  451. package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts.map +1 -0
  452. package/dist/stakingTemplates/templates/reputationLock/{v0/createPlatform.js → createPlatform.js} +22 -19
  453. package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts +76 -0
  454. package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts.map +1 -0
  455. package/dist/stakingTemplates/templates/reputationLock/{v0/createPool.js → createPool.js} +28 -25
  456. package/dist/stakingTemplates/templates/reputationLock/index.d.ts +10 -10
  457. package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
  458. package/dist/stakingTemplates/templates/reputationLock/index.js +24 -3
  459. package/dist/stakingTemplates/templates/reputationLock/restake.d.ts +34 -0
  460. package/dist/stakingTemplates/templates/reputationLock/restake.d.ts.map +1 -0
  461. package/dist/stakingTemplates/templates/reputationLock/{v0/restake.js → restake.js} +17 -14
  462. package/dist/stakingTemplates/templates/reputationLock/stake.d.ts +34 -0
  463. package/dist/stakingTemplates/templates/reputationLock/stake.d.ts.map +1 -0
  464. package/dist/stakingTemplates/templates/reputationLock/{v0/stake.js → stake.js} +19 -16
  465. package/dist/stakingTemplates/templates/{reputationLock/v0 → rwa}/createPlatform.d.ts +12 -1
  466. package/dist/stakingTemplates/templates/rwa/createPlatform.d.ts.map +1 -0
  467. package/dist/stakingTemplates/templates/rwa/{v0/createPlatform.js → createPlatform.js} +22 -19
  468. package/dist/stakingTemplates/templates/rwa/createPool.d.ts +56 -0
  469. package/dist/stakingTemplates/templates/rwa/createPool.d.ts.map +1 -0
  470. package/dist/stakingTemplates/templates/rwa/{v0/createPool.js → createPool.js} +21 -18
  471. package/dist/stakingTemplates/templates/{reputation/v0/stake.d.ts → rwa/distributeRewards.d.ts} +8 -2
  472. package/dist/stakingTemplates/templates/rwa/distributeRewards.d.ts.map +1 -0
  473. package/dist/stakingTemplates/templates/rwa/{v0/distributeRewards.js → distributeRewards.js} +15 -12
  474. package/dist/stakingTemplates/templates/rwa/index.d.ts +10 -10
  475. package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
  476. package/dist/stakingTemplates/templates/rwa/index.js +26 -3
  477. package/dist/stakingTemplates/templates/rwa/restake.d.ts +32 -0
  478. package/dist/stakingTemplates/templates/rwa/restake.d.ts.map +1 -0
  479. package/dist/stakingTemplates/templates/rwa/{v0/restake.js → restake.js} +14 -11
  480. package/dist/stakingTemplates/templates/rwa/stake.d.ts +32 -0
  481. package/dist/stakingTemplates/templates/rwa/stake.d.ts.map +1 -0
  482. package/dist/stakingTemplates/templates/rwa/{v0/stake.js → stake.js} +15 -16
  483. package/package.json +12 -12
  484. package/dist/fractions/sales/approveSale.route.d.ts.map +0 -1
  485. package/dist/fractions/sales/approveWrapper.route.d.ts.map +0 -1
  486. package/dist/fractions/sales/completeSale.route.d.ts.map +0 -1
  487. package/dist/fractions/sales/createFractions.route.d.ts.map +0 -1
  488. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +0 -37
  489. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +0 -1
  490. package/dist/fractions/sales/purchase.route.d.ts.map +0 -1
  491. package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +0 -1
  492. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +0 -1
  493. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +0 -1
  494. package/dist/fractions/sales/searchActivity.route.d.ts +0 -71
  495. package/dist/fractions/sales/searchActivity.route.d.ts.map +0 -1
  496. package/dist/fractions/sales/searchWithdrawal.route.d.ts +0 -56
  497. package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +0 -1
  498. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +0 -1
  499. package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +0 -1
  500. package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +0 -1
  501. package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +0 -1
  502. package/dist/fractions/sales/withdraw.route.d.ts.map +0 -1
  503. package/dist/fractions/sig/getNonce.route.d.ts.map +0 -1
  504. package/dist/fractions/statistics/networkStatistics.route.d.ts.map +0 -1
  505. package/dist/staking/platforms/getPlatform/index.d.ts +0 -23
  506. package/dist/staking/platforms/getPlatform/index.d.ts.map +0 -1
  507. package/dist/staking/platforms/getPlatform/index.js +0 -5
  508. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +0 -24
  509. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +0 -1
  510. package/dist/staking/platforms/searchPlatforms/index.d.ts +0 -29
  511. package/dist/staking/platforms/searchPlatforms/index.d.ts.map +0 -1
  512. package/dist/staking/platforms/searchPlatforms/index.js +0 -5
  513. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +0 -30
  514. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +0 -1
  515. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +0 -45
  516. package/dist/staking/pools/getPool/index.d.ts +0 -25
  517. package/dist/staking/pools/getPool/index.d.ts.map +0 -1
  518. package/dist/staking/pools/getPool/index.js +0 -5
  519. package/dist/staking/pools/getPool/v0/getPool.d.ts +0 -26
  520. package/dist/staking/pools/getPool/v0/getPool.d.ts.map +0 -1
  521. package/dist/staking/pools/searchPools/index.d.ts +0 -30
  522. package/dist/staking/pools/searchPools/index.d.ts.map +0 -1
  523. package/dist/staking/pools/searchPools/index.js +0 -5
  524. package/dist/staking/pools/searchPools/v0/searchPools.d.ts +0 -31
  525. package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +0 -1
  526. package/dist/staking/pools/searchPools/v0/searchPools.js +0 -45
  527. package/dist/staking/roles/getRoles/index.d.ts +0 -23
  528. package/dist/staking/roles/getRoles/index.d.ts.map +0 -1
  529. package/dist/staking/roles/getRoles/index.js +0 -5
  530. package/dist/staking/roles/getRoles/v0/getRoles.d.ts +0 -23
  531. package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +0 -1
  532. package/dist/staking/roles/grantRole/index.d.ts +0 -26
  533. package/dist/staking/roles/grantRole/index.d.ts.map +0 -1
  534. package/dist/staking/roles/grantRole/index.js +0 -5
  535. package/dist/staking/roles/grantRole/v0/grantRole.d.ts +0 -26
  536. package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +0 -1
  537. package/dist/staking/roles/searchRoleEvents/index.d.ts +0 -33
  538. package/dist/staking/roles/searchRoleEvents/index.d.ts.map +0 -1
  539. package/dist/staking/roles/searchRoleEvents/index.js +0 -5
  540. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +0 -34
  541. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +0 -1
  542. package/dist/staking/roles/searchRoles/index.d.ts +0 -32
  543. package/dist/staking/roles/searchRoles/index.d.ts.map +0 -1
  544. package/dist/staking/roles/searchRoles/index.js +0 -5
  545. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +0 -33
  546. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +0 -1
  547. package/dist/staking/stakes/getStake/index.d.ts +0 -30
  548. package/dist/staking/stakes/getStake/index.d.ts.map +0 -1
  549. package/dist/staking/stakes/getStake/index.js +0 -5
  550. package/dist/staking/stakes/getStake/v0/getStake.d.ts +0 -30
  551. package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +0 -1
  552. package/dist/staking/stakes/searchStakeEvents/index.d.ts +0 -33
  553. package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +0 -1
  554. package/dist/staking/stakes/searchStakeEvents/index.js +0 -5
  555. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +0 -34
  556. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +0 -1
  557. package/dist/staking/stakes/searchStakes/index.d.ts +0 -37
  558. package/dist/staking/stakes/searchStakes/index.d.ts.map +0 -1
  559. package/dist/staking/stakes/searchStakes/index.js +0 -5
  560. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +0 -37
  561. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +0 -1
  562. package/dist/staking/stakes/searchStakes/v0/searchStakes.js +0 -47
  563. package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +0 -1
  564. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +0 -39
  565. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +0 -1
  566. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +0 -243
  567. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +0 -1
  568. package/dist/stakingTemplates/templates/reputation/v0/index.js +0 -26
  569. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +0 -26
  570. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +0 -1
  571. package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +0 -1
  572. package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +0 -1
  573. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +0 -48
  574. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +0 -1
  575. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +0 -254
  576. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +0 -1
  577. package/dist/stakingTemplates/templates/reputationLock/v0/index.js +0 -26
  578. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +0 -27
  579. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +0 -1
  580. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +0 -27
  581. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +0 -1
  582. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +0 -31
  583. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +0 -1
  584. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +0 -38
  585. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +0 -1
  586. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +0 -26
  587. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +0 -1
  588. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +0 -266
  589. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +0 -1
  590. package/dist/stakingTemplates/templates/rwa/v0/index.js +0 -28
  591. package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +0 -1
  592. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +0 -26
  593. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +0 -1
  594. /package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.js → receiveNonPurchasedWrappedAssets.js} +0 -0
  595. /package/dist/fractions/sales/vesting/{claimVestedTokens.route.js → claimVestedTokens.js} +0 -0
package/dist/app.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { IAppConfig } from "./common/config.js";
2
2
  export declare function buildApps(config?: IAppConfig): {
3
3
  apps: {
4
- staking: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
4
+ staking: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
5
5
  "/": {
6
6
  $get: {
7
7
  input: {
@@ -22,19 +22,15 @@ export declare function buildApps(config?: IAppConfig): {
22
22
  status: 200;
23
23
  };
24
24
  };
25
- }, "/v0">, "/get"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
25
+ }, "/get"> | import("hono/types").MergeSchemaPath<{
26
26
  "/": {
27
- $post: {
27
+ $get: {
28
28
  input: {
29
- json: {
30
- page: {
31
- skip: number;
32
- limit: number;
33
- };
34
- filter: {
35
- chainId?: "31337" | "11155111" | "84532" | undefined;
36
- owner?: string | undefined;
37
- };
29
+ query: {
30
+ skip: string | string[];
31
+ limit: string | string[];
32
+ chainId?: string | string[] | undefined;
33
+ owner?: string | string[] | undefined;
38
34
  };
39
35
  };
40
36
  output: {
@@ -46,22 +42,18 @@ export declare function buildApps(config?: IAppConfig): {
46
42
  updatedAt: string & import("zod").$brand<"IsoDateString">;
47
43
  }[];
48
44
  outputFormat: "json";
49
- status: 200;
45
+ status: import("hono/utils/http-status").ContentfulStatusCode;
50
46
  };
51
47
  };
52
- }, "/v0">, "/search">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
48
+ }, "/search">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
53
49
  "/": {
54
- $post: {
50
+ $get: {
55
51
  input: {
56
- json: {
57
- page: {
58
- skip: number;
59
- limit: number;
60
- };
61
- filter: {
62
- chainId?: "31337" | "11155111" | "84532" | undefined;
63
- platform?: string | undefined;
64
- };
52
+ query: {
53
+ skip: string | string[];
54
+ limit: string | string[];
55
+ chainId?: string | string[] | undefined;
56
+ platform?: string | string[] | undefined;
65
57
  };
66
58
  };
67
59
  output: {
@@ -77,7 +69,7 @@ export declare function buildApps(config?: IAppConfig): {
77
69
  status: 200;
78
70
  };
79
71
  };
80
- }, "/v0">, "/searchPools"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
72
+ }, "/searchPools"> | import("hono/types").MergeSchemaPath<{
81
73
  "/": {
82
74
  $get: {
83
75
  input: {
@@ -100,21 +92,17 @@ export declare function buildApps(config?: IAppConfig): {
100
92
  status: 200;
101
93
  };
102
94
  };
103
- }, "/v0">, "/getPool">, "/pools"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
95
+ }, "/getPool">, "/pools"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
104
96
  "/": {
105
- $post: {
97
+ $get: {
106
98
  input: {
107
- json: {
108
- page: {
109
- skip: number;
110
- limit: number;
111
- };
112
- filter: {
113
- chainId?: "31337" | "11155111" | "84532" | undefined;
114
- owner?: string | undefined;
115
- platform?: string | undefined;
116
- poolId?: string | undefined;
117
- };
99
+ query: {
100
+ skip: string | string[];
101
+ limit: string | string[];
102
+ chainId?: string | string[] | undefined;
103
+ owner?: string | string[] | undefined;
104
+ platform?: string | string[] | undefined;
105
+ poolId?: string | string[] | undefined;
118
106
  };
119
107
  };
120
108
  output: {
@@ -135,21 +123,17 @@ export declare function buildApps(config?: IAppConfig): {
135
123
  status: 200;
136
124
  };
137
125
  };
138
- }, "/v0">, "/searchStakes"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
126
+ }, "/searchStakes"> | import("hono/types").MergeSchemaPath<{
139
127
  "/": {
140
- $post: {
128
+ $get: {
141
129
  input: {
142
- json: {
143
- page: {
144
- skip: number;
145
- limit: number;
146
- };
147
- filter: {
148
- chainId?: "31337" | "11155111" | "84532" | undefined;
149
- owner?: string | undefined;
150
- platform?: string | undefined;
151
- poolId?: string | undefined;
152
- };
130
+ query: {
131
+ skip: string | string[];
132
+ limit: string | string[];
133
+ chainId?: string | string[] | undefined;
134
+ owner?: string | string[] | undefined;
135
+ platform?: string | string[] | undefined;
136
+ poolId?: string | string[] | undefined;
153
137
  };
154
138
  };
155
139
  output: {
@@ -163,10 +147,10 @@ export declare function buildApps(config?: IAppConfig): {
163
147
  poolId?: (string & import("zod").$brand<"Int256">) | undefined;
164
148
  }[];
165
149
  outputFormat: "json";
166
- status: 200;
150
+ status: import("hono/utils/http-status").ContentfulStatusCode;
167
151
  };
168
152
  };
169
- }, "/v0">, "/searchStakeEvents"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
153
+ }, "/searchStakeEvents"> | import("hono/types").MergeSchemaPath<{
170
154
  "/": {
171
155
  $get: {
172
156
  input: {
@@ -194,7 +178,7 @@ export declare function buildApps(config?: IAppConfig): {
194
178
  status: 200;
195
179
  };
196
180
  };
197
- }, "/v0">, "/getStake">, "/stakes"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
181
+ }, "/getStake">, "/stakes"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
198
182
  "/": {
199
183
  $get: {
200
184
  input: {};
@@ -215,7 +199,7 @@ export declare function buildApps(config?: IAppConfig): {
215
199
  status: 200;
216
200
  };
217
201
  };
218
- }, "/v0">, "/getRoles"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
202
+ }, "/getRoles"> | import("hono/types").MergeSchemaPath<{
219
203
  "/": {
220
204
  $post: {
221
205
  input: {
@@ -236,24 +220,20 @@ export declare function buildApps(config?: IAppConfig): {
236
220
  };
237
221
  };
238
222
  outputFormat: "json";
239
- status: 200;
223
+ status: import("hono/utils/http-status").ContentfulStatusCode;
240
224
  };
241
225
  };
242
- }, "/v0">, "/grantRole"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
226
+ }, "/grantRole"> | import("hono/types").MergeSchemaPath<{
243
227
  "/": {
244
- $post: {
228
+ $get: {
245
229
  input: {
246
- json: {
247
- page: {
248
- skip: number;
249
- limit: number;
250
- };
251
- filter: {
252
- chainId?: "31337" | "11155111" | "84532" | undefined;
253
- owner?: string | undefined;
254
- platform?: string | undefined;
255
- poolId?: string | undefined;
256
- };
230
+ query: {
231
+ skip: string | string[];
232
+ limit: string | string[];
233
+ chainId?: string | string[] | undefined;
234
+ owner?: string | string[] | undefined;
235
+ platform?: string | string[] | undefined;
236
+ poolId?: string | string[] | undefined;
257
237
  };
258
238
  };
259
239
  output: {
@@ -269,21 +249,17 @@ export declare function buildApps(config?: IAppConfig): {
269
249
  status: 200;
270
250
  };
271
251
  };
272
- }, "/v0">, "/searchRoles"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
252
+ }, "/searchRoles"> | import("hono/types").MergeSchemaPath<{
273
253
  "/": {
274
- $post: {
254
+ $get: {
275
255
  input: {
276
- json: {
277
- page: {
278
- skip: number;
279
- limit: number;
280
- };
281
- filter: {
282
- chainId?: "31337" | "11155111" | "84532" | undefined;
283
- owner?: string | undefined;
284
- platform?: string | undefined;
285
- poolId?: string | undefined;
286
- };
256
+ query: {
257
+ skip: string | string[];
258
+ limit: string | string[];
259
+ chainId?: string | string[] | undefined;
260
+ owner?: string | string[] | undefined;
261
+ platform?: string | string[] | undefined;
262
+ poolId?: string | string[] | undefined;
287
263
  };
288
264
  };
289
265
  output: {
@@ -297,11 +273,11 @@ export declare function buildApps(config?: IAppConfig): {
297
273
  poolId?: (string & import("zod").$brand<"Int256">) | undefined;
298
274
  }[];
299
275
  outputFormat: "json";
300
- status: 200;
276
+ status: import("hono/utils/http-status").ContentfulStatusCode;
301
277
  };
302
278
  };
303
- }, "/v0">, "/searchRoleEvents">, "/roles">, "/", "/">;
304
- stakingTemplates: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
279
+ }, "/searchRoleEvents">, "/roles">, "/", "/">;
280
+ stakingTemplates: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
305
281
  "/": {
306
282
  $get: {
307
283
  input: {
@@ -315,7 +291,7 @@ export declare function buildApps(config?: IAppConfig): {
315
291
  admin: `0x${string}`;
316
292
  };
317
293
  outputFormat: "json";
318
- status: import("hono/utils/http-status").ContentfulStatusCode;
294
+ status: 200;
319
295
  };
320
296
  };
321
297
  }, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
@@ -328,13 +304,13 @@ export declare function buildApps(config?: IAppConfig): {
328
304
  };
329
305
  };
330
306
  output: {
331
- poolId: never;
332
- stakeId: never;
307
+ poolId: string;
308
+ stakeId: string;
333
309
  operator: `0x${string}`;
334
310
  owner: `0x${string}`;
335
- inputPacketsStaked: never;
336
- stakeStartActiveTimestamp: never;
337
- unlockTimestamp: never;
311
+ inputPacketsStaked: string;
312
+ stakeStartActiveTimestamp: string;
313
+ unlockTimestamp: string;
338
314
  };
339
315
  outputFormat: "json";
340
316
  status: 200;
@@ -350,9 +326,9 @@ export declare function buildApps(config?: IAppConfig): {
350
326
  };
351
327
  };
352
328
  output: {
353
- poolId: never;
354
- inputAssetKeeper: `0x${string}`;
329
+ poolId: string & import("zod").$brand<"Int256">;
355
330
  rewardAssetHandler: `0x${string}`;
331
+ inputAssetKeeper: `0x${string}`;
356
332
  };
357
333
  outputFormat: "json";
358
334
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -542,7 +518,7 @@ export declare function buildApps(config?: IAppConfig): {
542
518
  status: 200;
543
519
  };
544
520
  };
545
- }, "/createPlatform">, "/v0">, "/reputation"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
521
+ }, "/createPlatform">, "/reputation"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
546
522
  "/": {
547
523
  $get: {
548
524
  input: {
@@ -556,7 +532,7 @@ export declare function buildApps(config?: IAppConfig): {
556
532
  admin: `0x${string}`;
557
533
  };
558
534
  outputFormat: "json";
559
- status: import("hono/utils/http-status").ContentfulStatusCode;
535
+ status: 200;
560
536
  };
561
537
  };
562
538
  }, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
@@ -569,13 +545,13 @@ export declare function buildApps(config?: IAppConfig): {
569
545
  };
570
546
  };
571
547
  output: {
572
- poolId: never;
573
- stakeId: never;
548
+ poolId: string;
549
+ stakeId: string;
574
550
  operator: `0x${string}`;
575
551
  owner: `0x${string}`;
576
- inputPacketsStaked: never;
577
- stakeStartActiveTimestamp: never;
578
- unlockTimestamp: never;
552
+ inputPacketsStaked: string;
553
+ stakeStartActiveTimestamp: string;
554
+ unlockTimestamp: string;
579
555
  };
580
556
  outputFormat: "json";
581
557
  status: 200;
@@ -591,9 +567,9 @@ export declare function buildApps(config?: IAppConfig): {
591
567
  };
592
568
  };
593
569
  output: {
594
- poolId: never;
595
- inputAssetKeeper: `0x${string}`;
570
+ poolId: string & import("zod").$brand<"Int256">;
596
571
  rewardAssetHandler: `0x${string}`;
572
+ inputAssetKeeper: `0x${string}`;
597
573
  };
598
574
  outputFormat: "json";
599
575
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -794,7 +770,7 @@ export declare function buildApps(config?: IAppConfig): {
794
770
  status: 200;
795
771
  };
796
772
  };
797
- }, "/createPlatform">, "/v0">, "/reputationLock"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
773
+ }, "/createPlatform">, "/reputationLock"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
798
774
  "/": {
799
775
  $get: {
800
776
  input: {
@@ -808,7 +784,7 @@ export declare function buildApps(config?: IAppConfig): {
808
784
  admin: `0x${string}`;
809
785
  };
810
786
  outputFormat: "json";
811
- status: import("hono/utils/http-status").ContentfulStatusCode;
787
+ status: 200;
812
788
  };
813
789
  };
814
790
  }, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
@@ -821,13 +797,13 @@ export declare function buildApps(config?: IAppConfig): {
821
797
  };
822
798
  };
823
799
  output: {
824
- poolId: never;
825
- stakeId: never;
800
+ poolId: string;
801
+ stakeId: string;
826
802
  operator: `0x${string}`;
827
803
  owner: `0x${string}`;
828
- inputPacketsStaked: never;
829
- stakeStartActiveTimestamp: never;
830
- unlockTimestamp: never;
804
+ inputPacketsStaked: string;
805
+ stakeStartActiveTimestamp: string;
806
+ unlockTimestamp: string;
831
807
  };
832
808
  outputFormat: "json";
833
809
  status: 200;
@@ -843,9 +819,9 @@ export declare function buildApps(config?: IAppConfig): {
843
819
  };
844
820
  };
845
821
  output: {
846
- poolId: never;
847
- inputAssetKeeper: `0x${string}`;
822
+ poolId: string & import("zod").$brand<"Int256">;
848
823
  rewardAssetHandler: `0x${string}`;
824
+ inputAssetKeeper: `0x${string}`;
849
825
  };
850
826
  outputFormat: "json";
851
827
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -1058,7 +1034,7 @@ export declare function buildApps(config?: IAppConfig): {
1058
1034
  status: 200;
1059
1035
  };
1060
1036
  };
1061
- }, "/distributeRewards">, "/v0">, "/rwa">, "/", "/">;
1037
+ }, "/distributeRewards">, "/rwa">, "/", "/">;
1062
1038
  fractions: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
1063
1039
  "/": {
1064
1040
  $get: {
@@ -1109,17 +1085,13 @@ export declare function buildApps(config?: IAppConfig): {
1109
1085
  };
1110
1086
  }, "/get"> | import("hono/types").MergeSchemaPath<{
1111
1087
  "/": {
1112
- $post: {
1088
+ $get: {
1113
1089
  input: {
1114
- json: {
1115
- page: {
1116
- skip: number;
1117
- limit: number;
1118
- };
1119
- filter: {
1120
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
1121
- owner?: string | undefined;
1122
- };
1090
+ query: {
1091
+ skip: string | string[];
1092
+ limit: string | string[];
1093
+ chainId?: string | string[] | undefined;
1094
+ owner?: string | string[] | undefined;
1123
1095
  };
1124
1096
  };
1125
1097
  output: {
@@ -1144,7 +1116,7 @@ export declare function buildApps(config?: IAppConfig): {
1144
1116
  updatedAt: string;
1145
1117
  }[];
1146
1118
  outputFormat: "json";
1147
- status: 200;
1119
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1148
1120
  };
1149
1121
  };
1150
1122
  }, "/search"> | import("hono/types").MergeSchemaPath<{
@@ -1386,7 +1358,7 @@ export declare function buildApps(config?: IAppConfig): {
1386
1358
  $post: {
1387
1359
  input: {
1388
1360
  json: {
1389
- chainId: number;
1361
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1390
1362
  market: string;
1391
1363
  fractions: {
1392
1364
  symbol: string;
@@ -1459,15 +1431,15 @@ export declare function buildApps(config?: IAppConfig): {
1459
1431
  };
1460
1432
  };
1461
1433
  output: {
1462
- campaignId: string;
1434
+ campaignId: string & import("zod").$brand<"Int256">;
1463
1435
  creator: `0x${string}`;
1464
- nftId: string;
1465
- fractionsCreated: string;
1436
+ nftId: string & import("zod").$brand<"Int256">;
1437
+ fractionsCreated: string & import("zod").$brand<"Int256">;
1466
1438
  fractionsAddress: `0x${string}`;
1467
1439
  vaultAddress: `0x${string}` | undefined;
1468
1440
  };
1469
1441
  outputFormat: "json";
1470
- status: 200;
1442
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1471
1443
  };
1472
1444
  };
1473
1445
  }, "/getFractionsCreatedEvent"> | import("hono/types").MergeSchemaPath<{
@@ -1688,22 +1660,22 @@ export declare function buildApps(config?: IAppConfig): {
1688
1660
  };
1689
1661
  }, "/purchase"> | import("hono/types").MergeSchemaPath<{
1690
1662
  "/": {
1691
- $post: {
1663
+ $get: {
1692
1664
  input: {
1693
- json: {
1665
+ query: {
1666
+ chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1694
1667
  platform: string;
1695
1668
  campaignId: string;
1696
1669
  walletAddress: string;
1697
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
1698
1670
  };
1699
1671
  };
1700
1672
  output: {
1701
1673
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
1702
1674
  platform: `0x${string}`;
1703
- campaignId: string;
1675
+ campaignId: string & import("zod").$brand<"Int256">;
1704
1676
  statistics: {
1705
- priceId: string;
1706
- fractionsSold: string;
1677
+ priceId: string & import("zod").$brand<"Int256">;
1678
+ fractionsSold: string & import("zod").$brand<"Int256">;
1707
1679
  purchases: number;
1708
1680
  }[];
1709
1681
  };
@@ -1713,18 +1685,14 @@ export declare function buildApps(config?: IAppConfig): {
1713
1685
  };
1714
1686
  }, "/purchase/statistics"> | import("hono/types").MergeSchemaPath<{
1715
1687
  "/": {
1716
- $post: {
1688
+ $get: {
1717
1689
  input: {
1718
- json: {
1719
- page: {
1720
- skip: number;
1721
- limit: number;
1722
- };
1723
- filter: {
1724
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
1725
- platform?: string | undefined;
1726
- campaignId?: string | undefined;
1727
- };
1690
+ query: {
1691
+ skip: string | string[];
1692
+ limit: string | string[];
1693
+ chainId?: string | string[] | undefined;
1694
+ platform?: string | string[] | undefined;
1695
+ campaignId?: string | string[] | undefined;
1728
1696
  };
1729
1697
  };
1730
1698
  output: {
@@ -1998,9 +1966,9 @@ export declare function buildApps(config?: IAppConfig): {
1998
1966
  };
1999
1967
  }, "/vesting/claim"> | import("hono/types").MergeSchemaPath<{
2000
1968
  "/": {
2001
- $post: {
1969
+ $get: {
2002
1970
  input: {
2003
- json: {
1971
+ query: {
2004
1972
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2005
1973
  platform: string;
2006
1974
  campaignId: string;
@@ -2032,31 +2000,27 @@ export declare function buildApps(config?: IAppConfig): {
2032
2000
  };
2033
2001
  };
2034
2002
  output: {
2035
- campaignId: string;
2003
+ campaignId: string & import("zod").$brand<"Int256">;
2036
2004
  receiver: `0x${string}`;
2037
- burnId: string;
2038
- nextBurnId: string | null;
2039
- amountOfFractionsBurnt: string;
2005
+ burnId: string & import("zod").$brand<"Int256">;
2006
+ nextBurnId: (string & import("zod").$brand<"Int256">) | null;
2007
+ amountOfFractionsBurnt: string & import("zod").$brand<"Int256">;
2040
2008
  };
2041
2009
  outputFormat: "json";
2042
- status: 200;
2010
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2043
2011
  };
2044
2012
  };
2045
2013
  }, "/vesting/getClaimVestedTokensEvent"> | import("hono/types").MergeSchemaPath<{
2046
2014
  "/": {
2047
- $post: {
2015
+ $get: {
2048
2016
  input: {
2049
- json: {
2050
- page: {
2051
- skip: number;
2052
- limit: number;
2053
- };
2054
- filter: {
2055
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2056
- owner?: string | undefined;
2057
- platform?: string | undefined;
2058
- campaignId?: string | undefined;
2059
- };
2017
+ query: {
2018
+ skip: string | string[];
2019
+ limit: string | string[];
2020
+ chainId?: string | string[] | undefined;
2021
+ owner?: string | string[] | undefined;
2022
+ platform?: string | string[] | undefined;
2023
+ campaignId?: string | string[] | undefined;
2060
2024
  };
2061
2025
  };
2062
2026
  output: {
@@ -2131,19 +2095,15 @@ export declare function buildApps(config?: IAppConfig): {
2131
2095
  };
2132
2096
  }, "/search"> | import("hono/types").MergeSchemaPath<{
2133
2097
  "/": {
2134
- $post: {
2098
+ $get: {
2135
2099
  input: {
2136
- json: {
2137
- page: {
2138
- skip: number;
2139
- limit: number;
2140
- };
2141
- filter: {
2142
- chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2143
- platform?: string | undefined;
2144
- campaignId?: string | undefined;
2145
- operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
2146
- };
2100
+ query: {
2101
+ skip: string | string[];
2102
+ limit: string | string[];
2103
+ chainId?: string | string[] | undefined;
2104
+ platform?: string | string[] | undefined;
2105
+ campaignId?: string | string[] | undefined;
2106
+ operationType?: string | string[] | undefined;
2147
2107
  };
2148
2108
  };
2149
2109
  output: {
@@ -2198,9 +2158,9 @@ export declare function buildApps(config?: IAppConfig): {
2198
2158
  };
2199
2159
  }, "/activity"> | import("hono/types").MergeSchemaPath<{
2200
2160
  "/": {
2201
- $post: {
2161
+ $get: {
2202
2162
  input: {
2203
- json: {
2163
+ query: {
2204
2164
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2205
2165
  platform: string;
2206
2166
  campaignId: string;
@@ -2209,15 +2169,15 @@ export declare function buildApps(config?: IAppConfig): {
2209
2169
  output: {
2210
2170
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2211
2171
  platform: `0x${string}`;
2212
- campaignId: string;
2172
+ campaignId: string & import("zod").$brand<"Int256">;
2213
2173
  statistics: {
2214
- priceId: string;
2215
- fractionsSold: string;
2174
+ priceId: string & import("zod").$brand<"Int256">;
2175
+ fractionsSold: string & import("zod").$brand<"Int256">;
2216
2176
  purchases: number;
2217
2177
  }[];
2218
2178
  };
2219
2179
  outputFormat: "json";
2220
- status: 200;
2180
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2221
2181
  };
2222
2182
  };
2223
2183
  }, "/statistics"> | import("hono/types").MergeSchemaPath<{
@@ -2256,12 +2216,12 @@ export declare function buildApps(config?: IAppConfig): {
2256
2216
  };
2257
2217
  };
2258
2218
  output: {
2259
- campaignId: string;
2219
+ campaignId: string & import("zod").$brand<"Int256">;
2260
2220
  receiver: `0x${string}`;
2261
- packetsReceived: string;
2221
+ packetsReceived: string & import("zod").$brand<"Int256">;
2262
2222
  };
2263
2223
  outputFormat: "json";
2264
- status: 200;
2224
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2265
2225
  };
2266
2226
  };
2267
2227
  }, "/getWithdrawEvent"> | import("hono/types").MergeSchemaPath<{
@@ -2293,7 +2253,7 @@ export declare function buildApps(config?: IAppConfig): {
2293
2253
  vaultAddress: `0x${string}`;
2294
2254
  };
2295
2255
  outputFormat: "json";
2296
- status: 200;
2256
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2297
2257
  };
2298
2258
  };
2299
2259
  }, "/getVaultAddress"> | import("hono/types").MergeSchemaPath<{
@@ -2330,7 +2290,7 @@ export declare function buildApps(config?: IAppConfig): {
2330
2290
  };
2331
2291
  };
2332
2292
  output: {
2333
- nonce: string;
2293
+ nonce: string & import("zod").$brand<"Int256">;
2334
2294
  };
2335
2295
  outputFormat: "json";
2336
2296
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2359,9 +2319,9 @@ export declare function buildApps(config?: IAppConfig): {
2359
2319
  };
2360
2320
  }, "/authData">, "/sig"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
2361
2321
  "/": {
2362
- $post: {
2322
+ $get: {
2363
2323
  input: {
2364
- json: {
2324
+ query: {
2365
2325
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2366
2326
  };
2367
2327
  };
@@ -2382,9 +2342,9 @@ export declare function buildApps(config?: IAppConfig): {
2382
2342
  };
2383
2343
  }, "/holders"> | import("hono/types").MergeSchemaPath<{
2384
2344
  "/": {
2385
- $post: {
2345
+ $get: {
2386
2346
  input: {
2387
- json: {
2347
+ query: {
2388
2348
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2389
2349
  };
2390
2350
  };
@@ -2405,9 +2365,9 @@ export declare function buildApps(config?: IAppConfig): {
2405
2365
  };
2406
2366
  }, "/sales"> | import("hono/types").MergeSchemaPath<{
2407
2367
  "/": {
2408
- $post: {
2368
+ $get: {
2409
2369
  input: {
2410
- json: {
2370
+ query: {
2411
2371
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2412
2372
  };
2413
2373
  };
@@ -2428,42 +2388,42 @@ export declare function buildApps(config?: IAppConfig): {
2428
2388
  };
2429
2389
  }, "/ttv"> | import("hono/types").MergeSchemaPath<{
2430
2390
  "/": {
2431
- $post: {
2391
+ $get: {
2432
2392
  input: {
2433
- json: {
2393
+ query: {
2434
2394
  chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
2435
2395
  };
2436
2396
  };
2437
2397
  output: {
2438
2398
  total: {
2439
- holders: string & import("zod").$brand<"Int256">;
2440
- sales: string & import("zod").$brand<"Int256">;
2441
- ttv: string & import("zod").$brand<"Int256">;
2399
+ holders: string;
2400
+ sales: string;
2401
+ ttv: string;
2442
2402
  };
2443
2403
  1: {
2444
- holders: string & import("zod").$brand<"Int256">;
2445
- sales: string & import("zod").$brand<"Int256">;
2446
- ttv: string & import("zod").$brand<"Int256">;
2404
+ holders: string;
2405
+ sales: string;
2406
+ ttv: string;
2447
2407
  };
2448
2408
  31337: {
2449
- holders: string & import("zod").$brand<"Int256">;
2450
- sales: string & import("zod").$brand<"Int256">;
2451
- ttv: string & import("zod").$brand<"Int256">;
2409
+ holders: string;
2410
+ sales: string;
2411
+ ttv: string;
2452
2412
  };
2453
2413
  11155111: {
2454
- holders: string & import("zod").$brand<"Int256">;
2455
- sales: string & import("zod").$brand<"Int256">;
2456
- ttv: string & import("zod").$brand<"Int256">;
2414
+ holders: string;
2415
+ sales: string;
2416
+ ttv: string;
2457
2417
  };
2458
2418
  84532: {
2459
- holders: string & import("zod").$brand<"Int256">;
2460
- sales: string & import("zod").$brand<"Int256">;
2461
- ttv: string & import("zod").$brand<"Int256">;
2419
+ holders: string;
2420
+ sales: string;
2421
+ ttv: string;
2462
2422
  };
2463
2423
  72080: {
2464
- holders: string & import("zod").$brand<"Int256">;
2465
- sales: string & import("zod").$brand<"Int256">;
2466
- ttv: string & import("zod").$brand<"Int256">;
2424
+ holders: string;
2425
+ sales: string;
2426
+ ttv: string;
2467
2427
  };
2468
2428
  };
2469
2429
  outputFormat: "json";
@@ -2473,9 +2433,9 @@ export declare function buildApps(config?: IAppConfig): {
2473
2433
  }, "/">, "/statistics">, "/", "/">;
2474
2434
  general: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
2475
2435
  "/": {
2476
- $post: {
2436
+ $get: {
2477
2437
  input: {
2478
- json: {
2438
+ query: {
2479
2439
  chainId: "31337" | "11155111" | "84532";
2480
2440
  data: string;
2481
2441
  from: string;
@@ -2483,11 +2443,10 @@ export declare function buildApps(config?: IAppConfig): {
2483
2443
  };
2484
2444
  };
2485
2445
  output: {
2486
- readonly success: true;
2487
- readonly value: string;
2446
+ value: string & import("zod").$brand<"Int256">;
2488
2447
  };
2489
2448
  outputFormat: "json";
2490
- status: 200;
2449
+ status: import("hono/utils/http-status").ContentfulStatusCode;
2491
2450
  };
2492
2451
  };
2493
2452
  }, "/estimateGas"> | import("hono/types").MergeSchemaPath<{
@@ -2501,7 +2460,7 @@ export declare function buildApps(config?: IAppConfig): {
2501
2460
  };
2502
2461
  output: {
2503
2462
  address: `0x${string}`;
2504
- balance: string;
2463
+ balance: string & import("zod").$brand<"Int256">;
2505
2464
  };
2506
2465
  outputFormat: "json";
2507
2466
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2509,9 +2468,9 @@ export declare function buildApps(config?: IAppConfig): {
2509
2468
  };
2510
2469
  }, "/balance"> | import("hono/types").MergeSchemaPath<{
2511
2470
  "/": {
2512
- $post: {
2471
+ $get: {
2513
2472
  input: {
2514
- json: {
2473
+ query: {
2515
2474
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2516
2475
  address: string;
2517
2476
  contracts: string[];
@@ -2532,9 +2491,9 @@ export declare function buildApps(config?: IAppConfig): {
2532
2491
  };
2533
2492
  }, "/balances"> | import("hono/types").MergeSchemaPath<{
2534
2493
  "/": {
2535
- $post: {
2494
+ $get: {
2536
2495
  input: {
2537
- json: {
2496
+ query: {
2538
2497
  chainId: "1" | "31337" | "11155111" | "84532" | "72080";
2539
2498
  address: string;
2540
2499
  };
@@ -2625,7 +2584,7 @@ export declare function buildApps(config?: IAppConfig): {
2625
2584
  proxy: `0x${string}`;
2626
2585
  admin: `0x${string}`;
2627
2586
  minter: `0x${string}`;
2628
- supplyCap: string;
2587
+ supplyCap: string & import("zod").$brand<"Int256">;
2629
2588
  name: string;
2630
2589
  symbol: string;
2631
2590
  };
@@ -2702,7 +2661,7 @@ export declare function buildApps(config?: IAppConfig): {
2702
2661
  proxy: `0x${string}`;
2703
2662
  admin: `0x${string}`;
2704
2663
  minter: `0x${string}`;
2705
- supplyCap: string;
2664
+ supplyCap: string & import("zod").$brand<"Int256">;
2706
2665
  name: string;
2707
2666
  symbol: string;
2708
2667
  };
@@ -2715,9 +2674,291 @@ export declare function buildApps(config?: IAppConfig): {
2715
2674
  $get: {
2716
2675
  input: {};
2717
2676
  output: {
2718
- bytecode: `0x${string}`;
2719
- abi: any[];
2720
- args?: any[] | undefined;
2677
+ bytecode: string;
2678
+ abi: ({
2679
+ inputs: never[];
2680
+ stateMutability: "nonpayable";
2681
+ type: "constructor";
2682
+ } | {
2683
+ inputs: ({
2684
+ internalType: string;
2685
+ name: string;
2686
+ type: "address";
2687
+ } | {
2688
+ internalType: string;
2689
+ name: string;
2690
+ type: "bytes32";
2691
+ })[];
2692
+ name: string;
2693
+ type: "error";
2694
+ } | {
2695
+ inputs: ({
2696
+ internalType: string;
2697
+ name: string;
2698
+ type: "address";
2699
+ } | {
2700
+ internalType: string;
2701
+ name: string;
2702
+ type: "uint256";
2703
+ })[];
2704
+ name: string;
2705
+ type: "error";
2706
+ } | {
2707
+ anonymous: false;
2708
+ inputs: ({
2709
+ indexed: true;
2710
+ internalType: string;
2711
+ name: string;
2712
+ type: "address";
2713
+ } | {
2714
+ indexed: false;
2715
+ internalType: string;
2716
+ name: string;
2717
+ type: "uint256";
2718
+ })[];
2719
+ name: string;
2720
+ type: "event";
2721
+ } | {
2722
+ anonymous: false;
2723
+ inputs: {
2724
+ indexed: false;
2725
+ internalType: string;
2726
+ name: string;
2727
+ type: "uint64";
2728
+ }[];
2729
+ name: string;
2730
+ type: "event";
2731
+ } | {
2732
+ anonymous: false;
2733
+ inputs: ({
2734
+ indexed: false;
2735
+ internalType: string;
2736
+ name: string;
2737
+ type: "uint256";
2738
+ } | {
2739
+ indexed: false;
2740
+ internalType: string;
2741
+ name: string;
2742
+ type: "address";
2743
+ } | {
2744
+ indexed: false;
2745
+ internalType: string;
2746
+ name: string;
2747
+ type: "bytes";
2748
+ })[];
2749
+ name: string;
2750
+ type: "event";
2751
+ } | {
2752
+ anonymous: false;
2753
+ inputs: ({
2754
+ indexed: true;
2755
+ internalType: string;
2756
+ name: string;
2757
+ type: "bytes32";
2758
+ } | {
2759
+ indexed: true;
2760
+ internalType: string;
2761
+ name: string;
2762
+ type: "address";
2763
+ })[];
2764
+ name: string;
2765
+ type: "event";
2766
+ } | {
2767
+ inputs: never[];
2768
+ name: string;
2769
+ outputs: {
2770
+ internalType: string;
2771
+ name: string;
2772
+ type: "string";
2773
+ }[];
2774
+ stateMutability: "view";
2775
+ type: "function";
2776
+ } | {
2777
+ inputs: {
2778
+ internalType: string;
2779
+ name: string;
2780
+ type: "address";
2781
+ }[];
2782
+ name: string;
2783
+ outputs: {
2784
+ internalType: string;
2785
+ name: string;
2786
+ type: "uint256";
2787
+ }[];
2788
+ stateMutability: "view";
2789
+ type: "function";
2790
+ } | {
2791
+ inputs: ({
2792
+ internalType: string;
2793
+ name: string;
2794
+ type: "address";
2795
+ } | {
2796
+ internalType: string;
2797
+ name: string;
2798
+ type: "uint256";
2799
+ })[];
2800
+ name: string;
2801
+ outputs: {
2802
+ internalType: string;
2803
+ name: string;
2804
+ type: "bool";
2805
+ }[];
2806
+ stateMutability: "nonpayable";
2807
+ type: "function";
2808
+ } | {
2809
+ inputs: ({
2810
+ internalType: string;
2811
+ name: string;
2812
+ type: "address[]";
2813
+ } | {
2814
+ internalType: string;
2815
+ name: string;
2816
+ type: "uint256[]";
2817
+ })[];
2818
+ name: string;
2819
+ outputs: never[];
2820
+ stateMutability: "nonpayable";
2821
+ type: "function";
2822
+ } | {
2823
+ inputs: never[];
2824
+ name: string;
2825
+ outputs: {
2826
+ internalType: string;
2827
+ name: string;
2828
+ type: "uint8";
2829
+ }[];
2830
+ stateMutability: "view";
2831
+ type: "function";
2832
+ } | {
2833
+ inputs: {
2834
+ components: ({
2835
+ internalType: string;
2836
+ name: string;
2837
+ type: "uint256";
2838
+ } | {
2839
+ internalType: string;
2840
+ name: string;
2841
+ type: "address";
2842
+ } | {
2843
+ internalType: string;
2844
+ name: string;
2845
+ type: "bytes";
2846
+ })[];
2847
+ internalType: string;
2848
+ name: string;
2849
+ type: "tuple";
2850
+ }[];
2851
+ name: string;
2852
+ outputs: {
2853
+ internalType: string;
2854
+ name: string;
2855
+ type: "bytes32";
2856
+ }[];
2857
+ stateMutability: "pure";
2858
+ type: "function";
2859
+ } | {
2860
+ inputs: {
2861
+ internalType: string;
2862
+ name: string;
2863
+ type: "bytes32";
2864
+ }[];
2865
+ name: string;
2866
+ outputs: {
2867
+ internalType: string;
2868
+ name: string;
2869
+ type: "bytes32";
2870
+ }[];
2871
+ stateMutability: "view";
2872
+ type: "function";
2873
+ } | {
2874
+ inputs: ({
2875
+ internalType: string;
2876
+ name: string;
2877
+ type: "bytes32";
2878
+ } | {
2879
+ internalType: string;
2880
+ name: string;
2881
+ type: "address";
2882
+ })[];
2883
+ name: string;
2884
+ outputs: never[];
2885
+ stateMutability: "nonpayable";
2886
+ type: "function";
2887
+ } | {
2888
+ inputs: ({
2889
+ internalType: string;
2890
+ name: string;
2891
+ type: "bytes32";
2892
+ } | {
2893
+ internalType: string;
2894
+ name: string;
2895
+ type: "address";
2896
+ })[];
2897
+ name: string;
2898
+ outputs: {
2899
+ internalType: string;
2900
+ name: string;
2901
+ type: "bool";
2902
+ }[];
2903
+ stateMutability: "view";
2904
+ type: "function";
2905
+ } | {
2906
+ inputs: ({
2907
+ internalType: string;
2908
+ name: string;
2909
+ type: "string";
2910
+ } | {
2911
+ internalType: string;
2912
+ name: string;
2913
+ type: "uint256";
2914
+ } | {
2915
+ internalType: string;
2916
+ name: string;
2917
+ type: "address";
2918
+ })[];
2919
+ name: string;
2920
+ outputs: never[];
2921
+ stateMutability: "nonpayable";
2922
+ type: "function";
2923
+ } | {
2924
+ inputs: {
2925
+ internalType: string;
2926
+ name: string;
2927
+ type: "bytes4";
2928
+ }[];
2929
+ name: string;
2930
+ outputs: {
2931
+ internalType: string;
2932
+ name: string;
2933
+ type: "bool";
2934
+ }[];
2935
+ stateMutability: "view";
2936
+ type: "function";
2937
+ } | {
2938
+ inputs: never[];
2939
+ name: string;
2940
+ outputs: {
2941
+ internalType: string;
2942
+ name: string;
2943
+ type: "address";
2944
+ }[];
2945
+ stateMutability: "view";
2946
+ type: "function";
2947
+ } | {
2948
+ inputs: ({
2949
+ internalType: string;
2950
+ name: string;
2951
+ type: "address";
2952
+ } | {
2953
+ internalType: string;
2954
+ name: string;
2955
+ type: "bytes";
2956
+ })[];
2957
+ name: string;
2958
+ outputs: never[];
2959
+ stateMutability: "payable";
2960
+ type: "function";
2961
+ })[];
2721
2962
  };
2722
2963
  outputFormat: "json";
2723
2964
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2725,9 +2966,9 @@ export declare function buildApps(config?: IAppConfig): {
2725
2966
  };
2726
2967
  }, "/deployGatedSimple"> | import("hono/types").MergeSchemaPath<{
2727
2968
  "/": {
2728
- $post: {
2969
+ $get: {
2729
2970
  input: {
2730
- json: {
2971
+ query: {
2731
2972
  tokenName: string;
2732
2973
  tokenSymbol: string;
2733
2974
  cap: string;
@@ -3752,7 +3993,7 @@ export declare function buildApps(config?: IAppConfig): {
3752
3993
  };
3753
3994
  };
3754
3995
  output: {
3755
- tokenId: string;
3996
+ tokenId: string & import("zod").$brand<"Int256">;
3756
3997
  };
3757
3998
  outputFormat: "json";
3758
3999
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -3763,7 +4004,7 @@ export declare function buildApps(config?: IAppConfig): {
3763
4004
  $get: {
3764
4005
  input: {};
3765
4006
  output: {
3766
- bytecode: `0x${string}`;
4007
+ bytecode: string;
3767
4008
  abi: any[];
3768
4009
  args?: any[] | undefined;
3769
4010
  };
@@ -3782,7 +4023,7 @@ export declare function buildApps(config?: IAppConfig): {
3782
4023
  };
3783
4024
  };
3784
4025
  output: {
3785
- bytecode: `0x${string}`;
4026
+ bytecode: string;
3786
4027
  abi: any[];
3787
4028
  args?: any[] | undefined;
3788
4029
  };