@evergonlabs/tmi-protocol-api 0.8.1 → 0.9.0

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 (343) hide show
  1. package/dist/app.d.ts +462 -67
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/client.d.ts +591 -180
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/common/middleware/indexer.d.ts +1 -1
  6. package/dist/common/middleware/indexer.d.ts.map +1 -1
  7. package/dist/factory.d.ts +1 -3
  8. package/dist/factory.d.ts.map +1 -1
  9. package/dist/fractions/fractions/approveWrapper.route.d.ts +3 -3
  10. package/dist/fractions/fractions/approveWrapper.route.d.ts.map +1 -1
  11. package/dist/fractions/fractions/index.d.ts +1 -1
  12. package/dist/fractions/fractions/index.d.ts.map +1 -1
  13. package/dist/fractions/index.d.ts +154 -6
  14. package/dist/fractions/index.d.ts.map +1 -1
  15. package/dist/fractions/markets/getDeployEvent.d.ts +1 -1
  16. package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
  17. package/dist/fractions/markets/getMarket/getMarket.d.ts +22 -2
  18. package/dist/fractions/markets/getMarket/getMarket.d.ts.map +1 -1
  19. package/dist/fractions/markets/getMarket/index.d.ts +22 -2
  20. package/dist/fractions/markets/getMarket/index.d.ts.map +1 -1
  21. package/dist/fractions/markets/index.d.ts +43 -3
  22. package/dist/fractions/markets/index.d.ts.map +1 -1
  23. package/dist/fractions/markets/searchMarkets/index.d.ts +22 -2
  24. package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -1
  25. package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts +22 -2
  26. package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +1 -1
  27. package/dist/fractions/platforms/deployMarket.routes.d.ts +4 -4
  28. package/dist/fractions/platforms/deployMarket.routes.d.ts.map +1 -1
  29. package/dist/fractions/platforms/index.d.ts +1 -1
  30. package/dist/fractions/platforms/index.d.ts.map +1 -1
  31. package/dist/fractions/platforms/initCompilot.routes.d.ts +1 -1
  32. package/dist/fractions/platforms/initCompilot.routes.d.ts.map +1 -1
  33. package/dist/fractions/platforms/initNid.route.d.ts +1 -1
  34. package/dist/fractions/platforms/initNid.route.d.ts.map +1 -1
  35. package/dist/fractions/roles/getRoles.d.ts +1 -1
  36. package/dist/fractions/roles/getRoles.d.ts.map +1 -1
  37. package/dist/fractions/roles/grantRole.route.d.ts +1 -1
  38. package/dist/fractions/roles/grantRole.route.d.ts.map +1 -1
  39. package/dist/fractions/roles/index.d.ts +1 -1
  40. package/dist/fractions/roles/index.d.ts.map +1 -1
  41. package/dist/fractions/sales/approveSale.route.d.ts +1 -1
  42. package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
  43. package/dist/fractions/sales/completeSale.route.d.ts +1 -1
  44. package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
  45. package/dist/fractions/sales/createFractions.route.d.ts +1 -1
  46. package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
  47. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +1 -1
  48. package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
  49. package/dist/fractions/sales/getVaultAddress.d.ts +1 -1
  50. package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
  51. package/dist/fractions/sales/getWithdrawEvent.d.ts +1 -1
  52. package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
  53. package/dist/fractions/sales/index.d.ts +112 -4
  54. package/dist/fractions/sales/index.d.ts.map +1 -1
  55. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +1 -1
  56. package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
  57. package/dist/fractions/sales/purchase.route.d.ts +1 -1
  58. package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
  59. package/dist/fractions/sales/purchaseStatistics.route.d.ts +1 -1
  60. package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
  61. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +2 -2
  62. package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
  63. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +1 -1
  64. package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
  65. package/dist/fractions/sales/recoverFractions.d.ts +1 -1
  66. package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
  67. package/dist/fractions/sales/rejectFractions.d.ts +1 -1
  68. package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
  69. package/dist/fractions/sales/searchActivity.route.d.ts +1 -1
  70. package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
  71. package/dist/fractions/sales/searchSales/searchSales.d.ts +67 -2
  72. package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
  73. package/dist/fractions/sales/searchWithdrawal.route.d.ts +35 -2
  74. package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
  75. package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
  76. package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
  77. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +1 -1
  78. package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
  79. package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +12 -2
  80. package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
  81. package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -1
  82. package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
  83. package/dist/fractions/sales/vesting/editCliff.route.d.ts +1 -1
  84. package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
  85. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +1 -1
  86. package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
  87. package/dist/fractions/sales/withdraw.route.d.ts +1 -1
  88. package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
  89. package/dist/fractions/sig/getAuthData.d.ts +1 -1
  90. package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
  91. package/dist/fractions/sig/getNonce.route.d.ts +1 -1
  92. package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
  93. package/dist/fractions/sig/index.d.ts +1 -1
  94. package/dist/fractions/sig/index.d.ts.map +1 -1
  95. package/dist/fractions/statistics/index.d.ts +1 -1
  96. package/dist/fractions/statistics/index.d.ts.map +1 -1
  97. package/dist/fractions/statistics/networkStatistics.route.d.ts +4 -4
  98. package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
  99. package/dist/general/estimateGas.d.ts +1 -1
  100. package/dist/general/estimateGas.d.ts.map +1 -1
  101. package/dist/general/getBalance.d.ts +1 -1
  102. package/dist/general/getBalance.d.ts.map +1 -1
  103. package/dist/general/getBalancesBatch.d.ts +1 -1
  104. package/dist/general/getBalancesBatch.d.ts.map +1 -1
  105. package/dist/general/index.d.ts +1 -1
  106. package/dist/general/index.d.ts.map +1 -1
  107. package/dist/general/searchBalances.d.ts +1 -1
  108. package/dist/general/searchBalances.d.ts.map +1 -1
  109. package/dist/issuance/common/exports.d.ts +1 -1
  110. package/dist/issuance/common/exports.d.ts.map +1 -1
  111. package/dist/issuance/common/exports.js +1 -1
  112. package/dist/issuance/common/factories.base.d.ts +167 -0
  113. package/dist/issuance/common/factories.base.d.ts.map +1 -0
  114. package/dist/issuance/common/factories.base.js +15 -0
  115. package/dist/issuance/common/factories.d.ts +1 -166
  116. package/dist/issuance/common/factories.d.ts.map +1 -1
  117. package/dist/issuance/common/factories.js +2 -15
  118. package/dist/issuance/erc20/approve.d.ts +1 -1
  119. package/dist/issuance/erc20/approve.d.ts.map +1 -1
  120. package/dist/issuance/erc20/burn.d.ts +1 -1
  121. package/dist/issuance/erc20/burn.d.ts.map +1 -1
  122. package/dist/issuance/erc20/default/deploy.d.ts +38 -0
  123. package/dist/issuance/erc20/default/deploy.d.ts.map +1 -0
  124. package/dist/issuance/erc20/default/deploy.js +54 -0
  125. package/dist/issuance/erc20/default/initialize.d.ts +38 -0
  126. package/dist/issuance/erc20/default/initialize.d.ts.map +1 -0
  127. package/dist/issuance/erc20/default/initialize.js +43 -0
  128. package/dist/issuance/erc20/default/parseDeployEvent.d.ts +23 -0
  129. package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -0
  130. package/dist/issuance/erc20/default/parseDeployEvent.js +79 -0
  131. package/dist/issuance/erc20/gated/deploy.d.ts +40 -0
  132. package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -0
  133. package/dist/issuance/erc20/gated/deploy.js +60 -0
  134. package/dist/issuance/erc20/gated/initialize.d.ts +40 -0
  135. package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -0
  136. package/dist/issuance/erc20/gated/initialize.js +45 -0
  137. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +23 -0
  138. package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -0
  139. package/dist/issuance/erc20/gated/parseDeployEvent.js +79 -0
  140. package/dist/issuance/erc20/gatedSimple/deploy.d.ts +15 -0
  141. package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -0
  142. package/dist/issuance/erc20/gatedSimple/deploy.js +28 -0
  143. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +32 -0
  144. package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -0
  145. package/dist/issuance/erc20/gatedSimple/getInitData.js +51 -0
  146. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +18 -0
  147. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -0
  148. package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +63 -0
  149. package/dist/issuance/erc20/grantRole.d.ts +1 -1
  150. package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
  151. package/dist/issuance/erc20/index.d.ts +126 -30
  152. package/dist/issuance/erc20/index.d.ts.map +1 -1
  153. package/dist/issuance/erc20/index.js +21 -7
  154. package/dist/issuance/erc20/mint.d.ts +1 -1
  155. package/dist/issuance/erc20/mint.d.ts.map +1 -1
  156. package/dist/issuance/erc20/recover.d.ts +1 -1
  157. package/dist/issuance/erc20/recover.d.ts.map +1 -1
  158. package/dist/issuance/erc20/renounceRole.d.ts +1 -1
  159. package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
  160. package/dist/issuance/erc20/revokeRole.d.ts +1 -1
  161. package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
  162. package/dist/issuance/erc20/transfer.d.ts +1 -1
  163. package/dist/issuance/erc20/transfer.d.ts.map +1 -1
  164. package/dist/issuance/erc20/transferFrom.d.ts +1 -1
  165. package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
  166. package/dist/issuance/erc721/approve.d.ts +1 -1
  167. package/dist/issuance/erc721/approve.d.ts.map +1 -1
  168. package/dist/issuance/erc721/burn.d.ts +1 -1
  169. package/dist/issuance/erc721/burn.d.ts.map +1 -1
  170. package/dist/issuance/erc721/default/deploy.d.ts +38 -0
  171. package/dist/issuance/erc721/default/deploy.d.ts.map +1 -0
  172. package/dist/issuance/erc721/default/deploy.js +53 -0
  173. package/dist/issuance/erc721/default/initialize.d.ts +38 -0
  174. package/dist/issuance/erc721/default/initialize.d.ts.map +1 -0
  175. package/dist/issuance/erc721/default/initialize.js +40 -0
  176. package/dist/issuance/erc721/default/parseDeployEvent.d.ts +23 -0
  177. package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -0
  178. package/dist/issuance/erc721/default/parseDeployEvent.js +78 -0
  179. package/dist/issuance/erc721/gated/deploy.d.ts +40 -0
  180. package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -0
  181. package/dist/issuance/erc721/gated/deploy.js +60 -0
  182. package/dist/issuance/erc721/gated/initialize.d.ts +40 -0
  183. package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -0
  184. package/dist/issuance/erc721/gated/initialize.js +44 -0
  185. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +23 -0
  186. package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -0
  187. package/dist/issuance/erc721/gated/parseDeployEvent.js +78 -0
  188. package/dist/issuance/erc721/grantRole.d.ts +1 -1
  189. package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
  190. package/dist/issuance/erc721/index.d.ts +78 -29
  191. package/dist/issuance/erc721/index.d.ts.map +1 -1
  192. package/dist/issuance/erc721/index.js +14 -7
  193. package/dist/issuance/erc721/mint.d.ts +1 -1
  194. package/dist/issuance/erc721/mint.d.ts.map +1 -1
  195. package/dist/issuance/erc721/recover.d.ts +1 -1
  196. package/dist/issuance/erc721/recover.d.ts.map +1 -1
  197. package/dist/issuance/erc721/renounceRole.d.ts +1 -1
  198. package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
  199. package/dist/issuance/erc721/revokeRole.d.ts +1 -1
  200. package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
  201. package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
  202. package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
  203. package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
  204. package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
  205. package/dist/issuance/erc721/transferFrom.d.ts +1 -1
  206. package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
  207. package/dist/issuance/index.d.ts +186 -41
  208. package/dist/issuance/index.d.ts.map +1 -1
  209. package/dist/issuance/proxy/deploy.d.ts +2 -2
  210. package/dist/issuance/proxy/deploy.d.ts.map +1 -1
  211. package/dist/issuance/proxy/index.d.ts +1 -1
  212. package/dist/issuance/proxy/index.d.ts.map +1 -1
  213. package/dist/issuance/proxy/upgrade.d.ts +1 -1
  214. package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
  215. package/dist/next/fractions/index.d.ts +1 -1
  216. package/dist/next/fractions/index.d.ts.map +1 -1
  217. package/dist/next/fractions/lending/buyback/buyback.routes.d.ts +1 -1
  218. package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +1 -1
  219. package/dist/next/fractions/lending/createLendingSale.d.ts +1 -1
  220. package/dist/next/fractions/lending/createLendingSale.d.ts.map +1 -1
  221. package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts +1 -1
  222. package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -1
  223. package/dist/next/fractions/lending/index.d.ts +1 -1
  224. package/dist/next/fractions/lending/index.d.ts.map +1 -1
  225. package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts +1 -1
  226. package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -1
  227. package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +1 -1
  228. package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +1 -1
  229. package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts +1 -1
  230. package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -1
  231. package/dist/next/fractions/platforms/index.d.ts +1 -1
  232. package/dist/next/fractions/platforms/index.d.ts.map +1 -1
  233. package/dist/next/fractions/sales/createNftFractions.routes.d.ts +1 -1
  234. package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -1
  235. package/dist/next/fractions/sales/index.d.ts +1 -1
  236. package/dist/next/fractions/sales/index.d.ts.map +1 -1
  237. package/dist/staking/index.d.ts +76 -8
  238. package/dist/staking/index.d.ts.map +1 -1
  239. package/dist/staking/platforms/getPlatform/index.d.ts +1 -1
  240. package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
  241. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +1 -1
  242. package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
  243. package/dist/staking/platforms/index.d.ts +1 -1
  244. package/dist/staking/platforms/index.d.ts.map +1 -1
  245. package/dist/staking/platforms/searchPlatforms/index.d.ts +1 -1
  246. package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
  247. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +1 -1
  248. package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
  249. package/dist/staking/pools/getPool/index.d.ts +10 -2
  250. package/dist/staking/pools/getPool/index.d.ts.map +1 -1
  251. package/dist/staking/pools/getPool/v0/getPool.d.ts +11 -2
  252. package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
  253. package/dist/staking/pools/index.d.ts +19 -3
  254. package/dist/staking/pools/index.d.ts.map +1 -1
  255. package/dist/staking/pools/searchPools/index.d.ts +10 -2
  256. package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
  257. package/dist/staking/pools/searchPools/v0/searchPools.d.ts +11 -2
  258. package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
  259. package/dist/staking/roles/getRoles/index.d.ts +1 -1
  260. package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
  261. package/dist/staking/roles/getRoles/v0/getRoles.d.ts +1 -1
  262. package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
  263. package/dist/staking/roles/grantRole/index.d.ts +1 -1
  264. package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
  265. package/dist/staking/roles/grantRole/v0/grantRole.d.ts +1 -1
  266. package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
  267. package/dist/staking/roles/index.d.ts +20 -3
  268. package/dist/staking/roles/index.d.ts.map +1 -1
  269. package/dist/staking/roles/searchRoleEvents/index.d.ts +11 -2
  270. package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
  271. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +11 -2
  272. package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
  273. package/dist/staking/roles/searchRoles/index.d.ts +10 -2
  274. package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
  275. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +11 -2
  276. package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
  277. package/dist/staking/stakes/getStake/index.d.ts +15 -2
  278. package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
  279. package/dist/staking/stakes/getStake/v0/getStake.d.ts +15 -2
  280. package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
  281. package/dist/staking/stakes/index.d.ts +39 -4
  282. package/dist/staking/stakes/index.d.ts.map +1 -1
  283. package/dist/staking/stakes/searchStakeEvents/index.d.ts +11 -2
  284. package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
  285. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +12 -2
  286. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
  287. package/dist/staking/stakes/searchStakes/index.d.ts +15 -2
  288. package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
  289. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +15 -2
  290. package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
  291. package/dist/stakingTemplates/index.d.ts +43 -7
  292. package/dist/stakingTemplates/index.d.ts.map +1 -1
  293. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +6 -2
  294. package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
  295. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +1 -1
  296. package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
  297. package/dist/stakingTemplates/templates/common/getReward.d.ts +1 -1
  298. package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
  299. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +10 -2
  300. package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
  301. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +1 -1
  302. package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
  303. package/dist/stakingTemplates/templates/common/unstake.d.ts +1 -1
  304. package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
  305. package/dist/stakingTemplates/templates/reputation/index.d.ts +15 -3
  306. package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
  307. package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +1 -1
  308. package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -1
  309. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +1 -1
  310. package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
  311. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +15 -3
  312. package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
  313. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +1 -1
  314. package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
  315. package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts +1 -1
  316. package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
  317. package/dist/stakingTemplates/templates/reputationLock/index.d.ts +15 -3
  318. package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
  319. package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +1 -1
  320. package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -1
  321. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +1 -1
  322. package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
  323. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +15 -3
  324. package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
  325. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +1 -1
  326. package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
  327. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +1 -1
  328. package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
  329. package/dist/stakingTemplates/templates/rwa/index.d.ts +15 -3
  330. package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
  331. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +1 -1
  332. package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -1
  333. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +1 -1
  334. package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
  335. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +1 -1
  336. package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
  337. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +15 -3
  338. package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
  339. package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts +1 -1
  340. package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
  341. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +1 -1
  342. package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
  343. package/package.json +12 -12
@@ -19,5 +19,5 @@ export declare const GetFractionsRolesV0: import("../../common/controller.js").I
19
19
  status: 200;
20
20
  };
21
21
  };
22
- }, "/">>;
22
+ }, "/", "/">>;
23
23
  //# sourceMappingURL=getRoles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getRoles.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/getRoles.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;QAqB9B,CAAC"}
1
+ {"version":3,"file":"getRoles.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/getRoles.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;aAqB9B,CAAC"}
@@ -23,5 +23,5 @@ export declare const GrantFractionsRoleV0: import("../../common/controller.js").
23
23
  status: import("hono/utils/http-status").ContentfulStatusCode;
24
24
  };
25
25
  };
26
- }, "/">>;
26
+ }, "/", "/">>;
27
27
  //# sourceMappingURL=grantRole.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grantRole.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/grantRole.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;QAmB/B,CAAC"}
1
+ {"version":3,"file":"grantRole.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/grantRole.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;aAmB/B,CAAC"}
@@ -44,5 +44,5 @@ export declare const RolesController: import("../../common/controller.js").ICont
44
44
  status: import("hono/utils/http-status").ContentfulStatusCode;
45
45
  };
46
46
  };
47
- }, "/grant">, "/">>;
47
+ }, "/grant">, "/", "/">>;
48
48
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAM1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAM1B,CAAC"}
@@ -26,5 +26,5 @@ export declare const ApproveSaleV0: import("../../common/controller.js").IContro
26
26
  status: import("hono/utils/http-status").ContentfulStatusCode;
27
27
  };
28
28
  };
29
- }, "/">>;
29
+ }, "/", "/">>;
30
30
  //# sourceMappingURL=approveSale.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"approveSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/approveSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAkBH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;QASxB,CAAC"}
1
+ {"version":3,"file":"approveSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/approveSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAkBH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;aASxB,CAAC"}
@@ -26,5 +26,5 @@ export declare const CompleteSaleV0: import("../../common/controller.js").IContr
26
26
  status: import("hono/utils/http-status").ContentfulStatusCode;
27
27
  };
28
28
  };
29
- }, "/">>;
29
+ }, "/", "/">>;
30
30
  //# sourceMappingURL=completeSale.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"completeSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/completeSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAC;AAkBH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;QAgBzB,CAAC"}
1
+ {"version":3,"file":"completeSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/completeSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAC;AAkBH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;aAgBzB,CAAC"}
@@ -67,5 +67,5 @@ export declare const CreateFractionsV0: import("../../common/controller.js").ICo
67
67
  status: import("hono/utils/http-status").ContentfulStatusCode;
68
68
  };
69
69
  };
70
- }, "/">>;
70
+ }, "/", "/">>;
71
71
  //# sourceMappingURL=createFractions.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createFractions.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/createFractions.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmD5B,CAAC"}
1
+ {"version":3,"file":"createFractions.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/createFractions.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAmD5B,CAAC"}
@@ -33,5 +33,5 @@ export declare const GetFractionSaleStatisticsV0: import("../../common/controlle
33
33
  status: 200;
34
34
  };
35
35
  };
36
- }, "/">>;
36
+ }, "/", "/">>;
37
37
  //# sourceMappingURL=getFractionSaleStatistics.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getFractionSaleStatistics.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/getFractionSaleStatistics.route.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,4BAA4B;;;;;;;;;iBAaJ,CAAC;AAEtC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;QAkEtC,CAAC"}
1
+ {"version":3,"file":"getFractionSaleStatistics.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/getFractionSaleStatistics.route.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,4BAA4B;;;;;;;;;iBAaJ,CAAC;AAEtC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;aAkEtC,CAAC"}
@@ -30,5 +30,5 @@ export declare const GetVaultAddressV0: import("../../common/controller.js").ICo
30
30
  status: 200;
31
31
  };
32
32
  };
33
- }, "/">>;
33
+ }, "/", "/">>;
34
34
  //# sourceMappingURL=getVaultAddress.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getVaultAddress.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/getVaultAddress.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAyE5B,CAAC"}
1
+ {"version":3,"file":"getVaultAddress.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/getVaultAddress.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAyE5B,CAAC"}
@@ -16,5 +16,5 @@ export declare const GetWithdrawEventV0: import("../../common/controller.js").IC
16
16
  status: 200;
17
17
  };
18
18
  };
19
- }, "/">>;
19
+ }, "/", "/">>;
20
20
  //# sourceMappingURL=getWithdrawEvent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getWithdrawEvent.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/getWithdrawEvent.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;QA8C7B,CAAC"}
1
+ {"version":3,"file":"getWithdrawEvent.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/getWithdrawEvent.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;aA8C7B,CAAC"}
@@ -330,7 +330,40 @@ export declare const SalesController: import("../../common/controller.js").ICont
330
330
  };
331
331
  };
332
332
  };
333
- output: never;
333
+ output: {
334
+ chainId: number;
335
+ diamondAddress: `0x${string}`;
336
+ createdAt: string;
337
+ updatedAt: string;
338
+ transactionHash: `0x${string}`;
339
+ saleId: never;
340
+ amount: never;
341
+ fractionSale: {
342
+ chainId: number;
343
+ diamondAddress: `0x${string}`;
344
+ createdAt: string;
345
+ updatedAt: string;
346
+ transactionHash: `0x${string}`;
347
+ saleId: never;
348
+ nftId: never;
349
+ creator: `0x${string}`;
350
+ status: string;
351
+ fractionPrice: never;
352
+ otcPrice: never;
353
+ discountBp: never;
354
+ softCap: null;
355
+ hardCap: null;
356
+ softCapPerAccount: null;
357
+ hardCapPerAccount: null;
358
+ cliffDate: string | null;
359
+ totalVestingPeriod: null;
360
+ portionPeriod: null;
361
+ startDate: string | null;
362
+ endDate: string | null;
363
+ fractionsCreated: never;
364
+ fractionsAddress: `0x${string}`;
365
+ };
366
+ }[];
334
367
  outputFormat: "json";
335
368
  status: 200;
336
369
  };
@@ -544,7 +577,17 @@ export declare const SalesController: import("../../common/controller.js").ICont
544
577
  walletAddress: string;
545
578
  };
546
579
  };
547
- output: never;
580
+ output: {
581
+ chainId: 1 | 11155111 | 31337 | 72080;
582
+ platform: `0x${string}`;
583
+ campaignId: never;
584
+ totalClaims: number;
585
+ lastClaimId: null;
586
+ totalClaimed: {
587
+ amount: `0x${string}`;
588
+ tokenAddress: `0x${string}`;
589
+ }[];
590
+ };
548
591
  outputFormat: "json";
549
592
  status: 200;
550
593
  };
@@ -586,7 +629,72 @@ export declare const SalesController: import("../../common/controller.js").ICont
586
629
  };
587
630
  };
588
631
  };
589
- output: never;
632
+ output: {
633
+ chainId: import("hono/utils/types").JSONValue;
634
+ platform: string;
635
+ campaignId: string;
636
+ nftId: string;
637
+ status: "finalized" | "created" | "approved" | "rejected" | "refunded";
638
+ owner: string;
639
+ fractions: {
640
+ asset: {
641
+ chainId: import("hono/utils/types").JSONValue;
642
+ address: string;
643
+ type: string;
644
+ symbol: string;
645
+ name: string;
646
+ tokenId: string | null;
647
+ decimals?: number | undefined;
648
+ burnable?: boolean | undefined;
649
+ };
650
+ totalFractions: string;
651
+ price: string;
652
+ };
653
+ capitalization: {
654
+ hardCap: string | null;
655
+ hardCapPerAccount: string | null;
656
+ softCap: string | null;
657
+ softCapPerAccount: string | null;
658
+ } | null;
659
+ timeline: {
660
+ startDate: string;
661
+ endDate: string | null;
662
+ } | null;
663
+ vesting: {
664
+ cliffDate: string;
665
+ totalVestingPeriod: number;
666
+ portionPeriod: number;
667
+ } | null;
668
+ wrappedAssets: {
669
+ asset: {
670
+ chainId: import("hono/utils/types").JSONValue;
671
+ address: string;
672
+ type: string;
673
+ symbol: string;
674
+ name: string;
675
+ tokenId: string | null;
676
+ decimals?: number | undefined;
677
+ burnable?: boolean | undefined;
678
+ };
679
+ wrappedAmount: string;
680
+ }[];
681
+ fundingAssets: {
682
+ asset: {
683
+ chainId: import("hono/utils/types").JSONValue;
684
+ address: string;
685
+ type: string;
686
+ symbol: string;
687
+ name: string;
688
+ tokenId: string | null;
689
+ decimals?: number | undefined;
690
+ burnable?: boolean | undefined;
691
+ };
692
+ amountPerPacket: string;
693
+ }[];
694
+ transactionHash: string;
695
+ createdAt: string;
696
+ updatedAt: string;
697
+ }[];
590
698
  outputFormat: "json";
591
699
  status: 200;
592
700
  };
@@ -756,5 +864,5 @@ export declare const SalesController: import("../../common/controller.js").ICont
756
864
  status: 200;
757
865
  };
758
866
  };
759
- }, "/getVaultAddress">, "/">>;
867
+ }, "/getVaultAddress">, "/", "/">>;
760
868
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/index.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA4B1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/index.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCA4B1B,CAAC"}
@@ -19,5 +19,5 @@ export declare const ParseFractionsCreatedEventV0: import("../../common/controll
19
19
  status: 200;
20
20
  };
21
21
  };
22
- }, "/">>;
22
+ }, "/", "/">>;
23
23
  //# sourceMappingURL=parseFractionsCreatedEvent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"parseFractionsCreatedEvent.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/parseFractionsCreatedEvent.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;QAmDvC,CAAC"}
1
+ {"version":3,"file":"parseFractionsCreatedEvent.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/parseFractionsCreatedEvent.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;aAmDvC,CAAC"}
@@ -32,5 +32,5 @@ export declare const PurchaseV0: import("../../common/controller.js").IControlle
32
32
  status: import("hono/utils/http-status").ContentfulStatusCode;
33
33
  };
34
34
  };
35
- }, "/">>;
35
+ }, "/", "/">>;
36
36
  //# sourceMappingURL=purchase.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"purchase.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/purchase.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qBAAqB;;;;;;iBAIhC,CAAC;AAkBH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;QAgBrB,CAAC"}
1
+ {"version":3,"file":"purchase.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/purchase.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qBAAqB;;;;;;iBAIhC,CAAC;AAkBH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;aAgBrB,CAAC"}
@@ -23,5 +23,5 @@ export declare const PurchaseStatisticsV0: import("../../common/controller.js").
23
23
  status: 200;
24
24
  };
25
25
  };
26
- }, "/">>;
26
+ }, "/", "/">>;
27
27
  //# sourceMappingURL=purchaseStatistics.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"purchaseStatistics.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/purchaseStatistics.route.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;QAqE/B,CAAC"}
1
+ {"version":3,"file":"purchaseStatistics.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/purchaseStatistics.route.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;aAqE/B,CAAC"}
@@ -32,7 +32,7 @@ export declare const ReceiveFundsAfterNonFundedV0: import("../../common/controll
32
32
  status: import("hono/utils/http-status").ContentfulStatusCode;
33
33
  };
34
34
  };
35
- }, "/">>;
35
+ }, "/", "/">>;
36
36
  export declare const CheckAndJumpToNonFundedV0: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context.js").AppContext, {
37
37
  "/": {
38
38
  $post: {
@@ -56,5 +56,5 @@ export declare const CheckAndJumpToNonFundedV0: import("../../common/controller.
56
56
  status: import("hono/utils/http-status").ContentfulStatusCode;
57
57
  };
58
58
  };
59
- }, "/">>;
59
+ }, "/", "/">>;
60
60
  //# sourceMappingURL=receiveFundsAfterNonFunded.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"receiveFundsAfterNonFunded.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/receiveFundsAfterNonFunded.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,uCAAuC;;;;;;iBAMvB,CAAC;AAkB9B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;QAgBvC,CAAC;AAkBH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;QAOpC,CAAC"}
1
+ {"version":3,"file":"receiveFundsAfterNonFunded.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/receiveFundsAfterNonFunded.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,uCAAuC;;;;;;iBAMvB,CAAC;AAkB9B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;aAgBvC,CAAC;AAkBH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;aAOpC,CAAC"}
@@ -21,5 +21,5 @@ export declare const ReceiveNonPurchasedWrappedAssetsV0: import("../../common/co
21
21
  status: import("hono/utils/http-status").ContentfulStatusCode;
22
22
  };
23
23
  };
24
- }, "/">>;
24
+ }, "/", "/">>;
25
25
  //# sourceMappingURL=receiveNonPurchasedWrappedAssets.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"receiveNonPurchasedWrappedAssets.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/receiveNonPurchasedWrappedAssets.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;QAO7C,CAAC"}
1
+ {"version":3,"file":"receiveNonPurchasedWrappedAssets.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/receiveNonPurchasedWrappedAssets.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;aAO7C,CAAC"}
@@ -66,5 +66,5 @@ export declare const RecoverFractionsV0: import("../../common/controller.js").IC
66
66
  status: 500;
67
67
  };
68
68
  };
69
- }, "/">>;
69
+ }, "/", "/">>;
70
70
  //# sourceMappingURL=recoverFractions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"recoverFractions.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/recoverFractions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,6BAA6B;;;;;;;iBASC,CAAC;AAkB5C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAuB7B,CAAC"}
1
+ {"version":3,"file":"recoverFractions.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/recoverFractions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,6BAA6B;;;;;;;iBASC,CAAC;AAkB5C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAuB7B,CAAC"}
@@ -50,5 +50,5 @@ export declare const RejectFractionsV0: import("../../common/controller.js").ICo
50
50
  status: 500;
51
51
  };
52
52
  };
53
- }, "/">>;
53
+ }, "/", "/">>;
54
54
  //# sourceMappingURL=rejectFractions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rejectFractions.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/rejectFractions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,4BAA4B;;;iBAGvC,CAAC;AAkBH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAsB5B,CAAC"}
1
+ {"version":3,"file":"rejectFractions.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/rejectFractions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,4BAA4B;;;iBAGvC,CAAC;AAkBH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAsB5B,CAAC"}
@@ -67,5 +67,5 @@ export declare const SearchActivityV0: import("../../common/controller.js").ICon
67
67
  status: import("hono/utils/http-status").ContentfulStatusCode;
68
68
  };
69
69
  };
70
- }, "/">>;
70
+ }, "/", "/">>;
71
71
  //# sourceMappingURL=searchActivity.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchActivity.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/searchActivity.route.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AAQjF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmE3B,CAAC"}
1
+ {"version":3,"file":"searchActivity.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/searchActivity.route.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AAQjF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAmE3B,CAAC"}
@@ -15,10 +15,75 @@ export declare const SearchSalesV0: import("../../../common/controller.js").ICon
15
15
  };
16
16
  };
17
17
  };
18
- output: never;
18
+ output: {
19
+ chainId: import("hono/utils/types").JSONValue;
20
+ platform: string;
21
+ campaignId: string;
22
+ nftId: string;
23
+ status: "finalized" | "created" | "approved" | "rejected" | "refunded";
24
+ owner: string;
25
+ fractions: {
26
+ asset: {
27
+ chainId: import("hono/utils/types").JSONValue;
28
+ address: string;
29
+ type: string;
30
+ symbol: string;
31
+ name: string;
32
+ tokenId: string | null;
33
+ decimals?: number | undefined;
34
+ burnable?: boolean | undefined;
35
+ };
36
+ totalFractions: string;
37
+ price: string;
38
+ };
39
+ capitalization: {
40
+ hardCap: string | null;
41
+ hardCapPerAccount: string | null;
42
+ softCap: string | null;
43
+ softCapPerAccount: string | null;
44
+ } | null;
45
+ timeline: {
46
+ startDate: string;
47
+ endDate: string | null;
48
+ } | null;
49
+ vesting: {
50
+ cliffDate: string;
51
+ totalVestingPeriod: number;
52
+ portionPeriod: number;
53
+ } | null;
54
+ wrappedAssets: {
55
+ asset: {
56
+ chainId: import("hono/utils/types").JSONValue;
57
+ address: string;
58
+ type: string;
59
+ symbol: string;
60
+ name: string;
61
+ tokenId: string | null;
62
+ decimals?: number | undefined;
63
+ burnable?: boolean | undefined;
64
+ };
65
+ wrappedAmount: string;
66
+ }[];
67
+ fundingAssets: {
68
+ asset: {
69
+ chainId: import("hono/utils/types").JSONValue;
70
+ address: string;
71
+ type: string;
72
+ symbol: string;
73
+ name: string;
74
+ tokenId: string | null;
75
+ decimals?: number | undefined;
76
+ burnable?: boolean | undefined;
77
+ };
78
+ amountPerPacket: string;
79
+ }[];
80
+ transactionHash: string;
81
+ createdAt: string;
82
+ updatedAt: string;
83
+ }[];
19
84
  outputFormat: "json";
20
85
  status: 200;
21
86
  };
22
87
  };
23
- }, "/">>;
88
+ }, "/", "/">>;
24
89
  //# sourceMappingURL=searchSales.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchSales.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/searchSales/searchSales.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;QA0DxB,CAAC"}
1
+ {"version":3,"file":"searchSales.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/searchSales/searchSales.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA0DxB,CAAC"}
@@ -14,10 +14,43 @@ export declare const SearchWithdrawalV0: import("../../common/controller.js").IC
14
14
  };
15
15
  };
16
16
  };
17
- output: never;
17
+ output: {
18
+ chainId: number;
19
+ diamondAddress: `0x${string}`;
20
+ createdAt: string;
21
+ updatedAt: string;
22
+ transactionHash: `0x${string}`;
23
+ saleId: never;
24
+ amount: never;
25
+ fractionSale: {
26
+ chainId: number;
27
+ diamondAddress: `0x${string}`;
28
+ createdAt: string;
29
+ updatedAt: string;
30
+ transactionHash: `0x${string}`;
31
+ saleId: never;
32
+ nftId: never;
33
+ creator: `0x${string}`;
34
+ status: string;
35
+ fractionPrice: never;
36
+ otcPrice: never;
37
+ discountBp: never;
38
+ softCap: null;
39
+ hardCap: null;
40
+ softCapPerAccount: null;
41
+ hardCapPerAccount: null;
42
+ cliffDate: string | null;
43
+ totalVestingPeriod: null;
44
+ portionPeriod: null;
45
+ startDate: string | null;
46
+ endDate: string | null;
47
+ fractionsCreated: never;
48
+ fractionsAddress: `0x${string}`;
49
+ };
50
+ }[];
18
51
  outputFormat: "json";
19
52
  status: 200;
20
53
  };
21
54
  };
22
- }, "/">>;
55
+ }, "/", "/">>;
23
56
  //# sourceMappingURL=searchWithdrawal.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchWithdrawal.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/searchWithdrawal.route.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;QAuD7B,CAAC"}
1
+ {"version":3,"file":"searchWithdrawal.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/searchWithdrawal.route.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAuD7B,CAAC"}
@@ -28,5 +28,5 @@ export declare const SetFeeCapLimitV0: import("../../common/controller.js").ICon
28
28
  status: import("hono/utils/http-status").ContentfulStatusCode;
29
29
  };
30
30
  };
31
- }, "/">>;
31
+ }, "/", "/">>;
32
32
  //# sourceMappingURL=setFeeCapLimit.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"setFeeCapLimit.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/setFeeCapLimit.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2BAA2B;;;;iBAItC,CAAC;AAkBH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;QAc3B,CAAC"}
1
+ {"version":3,"file":"setFeeCapLimit.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/setFeeCapLimit.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2BAA2B;;;;iBAItC,CAAC;AAkBH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;aAc3B,CAAC"}
@@ -25,5 +25,5 @@ export declare const UnlockWrappedAssetsV0: import("../../common/controller.js")
25
25
  status: import("hono/utils/http-status").ContentfulStatusCode;
26
26
  };
27
27
  };
28
- }, "/">>;
28
+ }, "/", "/">>;
29
29
  //# sourceMappingURL=unlockWrappedAssets.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"unlockWrappedAssets.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/unlockWrappedAssets.route.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gCAAgC;;;gCAAe,CAAC;AAkB7D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;QAchC,CAAC"}
1
+ {"version":3,"file":"unlockWrappedAssets.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/unlockWrappedAssets.route.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gCAAgC;;;gCAAe,CAAC;AAkB7D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;aAchC,CAAC"}
@@ -27,10 +27,20 @@ export declare const ClaimStatisticsV0: import("../../../common/controller.js").
27
27
  walletAddress: string;
28
28
  };
29
29
  };
30
- output: never;
30
+ output: {
31
+ chainId: 1 | 11155111 | 31337 | 72080;
32
+ platform: `0x${string}`;
33
+ campaignId: never;
34
+ totalClaims: number;
35
+ lastClaimId: null;
36
+ totalClaimed: {
37
+ amount: `0x${string}`;
38
+ tokenAddress: `0x${string}`;
39
+ }[];
40
+ };
31
41
  outputFormat: "json";
32
42
  status: 200;
33
43
  };
34
44
  };
35
- }, "/">>;
45
+ }, "/", "/">>;
36
46
  //# sourceMappingURL=claimStatistics.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"claimStatistics.route.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/vesting/claimStatistics.route.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,4BAA4B;;;;;iBAOL,CAAC;AAErC,eAAO,MAAM,6BAA6B;;;;;;;;;;iBAcL,CAAC;AAEtC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;QAyF5B,CAAC"}
1
+ {"version":3,"file":"claimStatistics.route.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/vesting/claimStatistics.route.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,4BAA4B;;;;;iBAOL,CAAC;AAErC,eAAO,MAAM,6BAA6B;;;;;;;;;;iBAcL,CAAC;AAEtC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;aAyF5B,CAAC"}
@@ -58,5 +58,5 @@ export declare const ClaimVestedTokensV0: import("../../../common/controller.js"
58
58
  status: 500;
59
59
  };
60
60
  };
61
- }, "/">>;
61
+ }, "/", "/">>;
62
62
  //# sourceMappingURL=claimVestedTokens.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"claimVestedTokens.route.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/vesting/claimVestedTokens.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,8BAA8B;;;;;iBAKzC,CAAC;AAkBH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAsB9B,CAAC"}
1
+ {"version":3,"file":"claimVestedTokens.route.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/vesting/claimVestedTokens.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,8BAA8B;;;;;iBAKzC,CAAC;AAkBH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAsB9B,CAAC"}
@@ -54,5 +54,5 @@ export declare const EditCliffV0: import("../../../common/controller.js").IContr
54
54
  status: 500;
55
55
  };
56
56
  };
57
- }, "/">>;
57
+ }, "/", "/">>;
58
58
  //# sourceMappingURL=editCliff.route.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editCliff.route.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/vesting/editCliff.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,sBAAsB;;;;iBAIjC,CAAC;AAkBH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAiBtB,CAAC"}
1
+ {"version":3,"file":"editCliff.route.d.ts","sourceRoot":"","sources":["../../../../src/fractions/sales/vesting/editCliff.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,sBAAsB;;;;iBAIjC,CAAC;AAkBH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAiBtB,CAAC"}
@@ -18,5 +18,5 @@ export declare const ParseClaimVestedTokensEventV0: import("../../../common/cont
18
18
  status: 200;
19
19
  };
20
20
  };
21
- }, "/">>;
21
+ }, "/", "/">>;
22
22
  //# sourceMappingURL=parseClaimVestedTokensEvent.d.ts.map