@evergonlabs/tmi-protocol-api 0.9.0 → 0.10.0-rc.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 (878) hide show
  1. package/dist/app.d.ts +108 -27
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/client.d.ts +114 -27
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/common/models/base/date.d.ts +6 -0
  6. package/dist/common/models/base/date.d.ts.map +1 -0
  7. package/dist/common/models/base/date.js +13 -0
  8. package/dist/common/models/date.d.ts +1 -5
  9. package/dist/common/models/date.d.ts.map +1 -1
  10. package/dist/common/models/date.js +4 -13
  11. package/dist/common/models/exports.d.ts +1 -0
  12. package/dist/common/models/exports.d.ts.map +1 -1
  13. package/dist/common/models/exports.js +1 -0
  14. package/dist/common/models/index.d.ts +1 -0
  15. package/dist/common/models/index.d.ts.map +1 -1
  16. package/dist/common/models/index.js +1 -0
  17. package/dist/fractions/markets/common/platform.d.ts.map +1 -1
  18. package/dist/fractions/markets/common/platform.js +2 -1
  19. package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -1
  20. package/dist/fractions/sales/common/fractionsSale.js +2 -1
  21. package/dist/fractions/sales/createFractions.schema.js +1 -1
  22. package/dist/fractions/sales/vesting/editCliff.route.js +1 -1
  23. package/dist/issuance/common/factories.base.d.ts +12 -12
  24. package/dist/next/fractions/index.d.ts +108 -27
  25. package/dist/next/fractions/index.d.ts.map +1 -1
  26. package/dist/next/fractions/lending/index.d.ts +26 -25
  27. package/dist/next/fractions/lending/index.d.ts.map +1 -1
  28. package/dist/next/fractions/lending/index.js +2 -2
  29. package/dist/next/fractions/platforms/default/deployNftFractionsMarket.routes.d.ts +38 -0
  30. package/dist/next/fractions/platforms/default/deployNftFractionsMarket.routes.d.ts.map +1 -0
  31. package/dist/next/fractions/platforms/default/deployNftFractionsMarket.routes.js +39 -0
  32. package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts +25 -0
  33. package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts.map +1 -0
  34. package/dist/{fractions/nftfractions/v0 → next/fractions/platforms/default}/deployNftFractionsMarket.schema.js +7 -12
  35. package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts +39 -0
  36. package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts.map +1 -0
  37. package/dist/{fractions/platforms → next/fractions/platforms/gated}/deployNftFractionsMarket.routes.js +11 -23
  38. package/dist/{fractions/platforms → next/fractions/platforms/gated}/deployNftFractionsMarket.schema.d.ts +4 -8
  39. package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts.map +1 -0
  40. package/dist/{fractions/platforms → next/fractions/platforms/gated}/deployNftFractionsMarket.schema.js +6 -11
  41. package/dist/next/fractions/platforms/index.d.ts +34 -1
  42. package/dist/next/fractions/platforms/index.d.ts.map +1 -1
  43. package/dist/next/fractions/platforms/index.js +6 -2
  44. package/dist/next/fractions/sales/createNftFractions.schema.js +1 -1
  45. package/dist/next/fractions/sales/index.d.ts +48 -1
  46. package/dist/next/fractions/sales/index.d.ts.map +1 -1
  47. package/dist/next/fractions/sales/index.js +7 -1
  48. package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts +23 -0
  49. package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -0
  50. package/dist/{src/fractions/createFractions/v0 → next/fractions/sales}/parseFractionsCreatedEvent.js +27 -19
  51. package/dist/next/fractions/sales/purchase.routes.d.ts +27 -0
  52. package/dist/next/fractions/sales/purchase.routes.d.ts.map +1 -0
  53. package/dist/next/fractions/sales/purchase.routes.js +37 -0
  54. package/dist/staking/platforms/common/platform.d.ts.map +1 -1
  55. package/dist/staking/platforms/common/platform.js +2 -1
  56. package/dist/staking/pools/common/pool.d.ts.map +1 -1
  57. package/dist/staking/pools/common/pool.js +2 -1
  58. package/dist/staking/roles/searchRoles/v0/searchRoles.js +1 -1
  59. package/dist/staking/stakes/common/stake.d.ts.map +1 -1
  60. package/dist/staking/stakes/common/stake.js +2 -1
  61. package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +1 -1
  62. package/dist/stakingTemplates/templates/common/time.js +1 -1
  63. package/package.json +13 -12
  64. package/dist/common/abis/erc20Whitelisted.d.ts +0 -316
  65. package/dist/common/abis/erc20Whitelisted.d.ts.map +0 -1
  66. package/dist/common/abis/erc20Whitelisted.js +0 -1139
  67. package/dist/common/indexer/index.d.ts +0 -4044
  68. package/dist/common/indexer/index.d.ts.map +0 -1
  69. package/dist/common/indexer/index.js +0 -3
  70. package/dist/common/models/numOrStr.d.ts +0 -7
  71. package/dist/common/models/numOrStr.d.ts.map +0 -1
  72. package/dist/common/models/numOrStr.js +0 -11
  73. package/dist/common/zod.d.ts +0 -3
  74. package/dist/common/zod.d.ts.map +0 -1
  75. package/dist/common/zod.js +0 -2
  76. package/dist/fractions/activity/searchActivity.route.d.ts +0 -198
  77. package/dist/fractions/activity/searchActivity.route.d.ts.map +0 -1
  78. package/dist/fractions/activity/searchActivity.route.js +0 -53
  79. package/dist/fractions/activity/utils.d.ts +0 -228
  80. package/dist/fractions/activity/utils.d.ts.map +0 -1
  81. package/dist/fractions/activity/utils.js +0 -68
  82. package/dist/fractions/approveSale/v0/approveSale.route.d.ts +0 -68
  83. package/dist/fractions/approveSale/v0/approveSale.route.d.ts.map +0 -1
  84. package/dist/fractions/approveSale/v0/approveSale.route.js +0 -31
  85. package/dist/fractions/approveWrapper/v0/approveWrapper.route.d.ts +0 -203
  86. package/dist/fractions/approveWrapper/v0/approveWrapper.route.d.ts.map +0 -1
  87. package/dist/fractions/approveWrapper/v0/approveWrapper.route.js +0 -84
  88. package/dist/fractions/completeSale/v0/completeSale.route.d.ts +0 -68
  89. package/dist/fractions/completeSale/v0/completeSale.route.d.ts.map +0 -1
  90. package/dist/fractions/completeSale/v0/completeSale.route.js +0 -31
  91. package/dist/fractions/createFractions/v0/createFractions.route.d.ts +0 -305
  92. package/dist/fractions/createFractions/v0/createFractions.route.d.ts.map +0 -1
  93. package/dist/fractions/createFractions/v0/createFractions.route.js +0 -48
  94. package/dist/fractions/createFractions/v0/createFractions.schema.d.ts +0 -427
  95. package/dist/fractions/createFractions/v0/createFractions.schema.d.ts.map +0 -1
  96. package/dist/fractions/createFractions/v0/createFractions.schema.js +0 -78
  97. package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts +0 -51
  98. package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts.map +0 -1
  99. package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.js +0 -58
  100. package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts +0 -374
  101. package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts.map +0 -1
  102. package/dist/fractions/deployMarket/v0/deployMarket.routes.js +0 -138
  103. package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts +0 -86
  104. package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts.map +0 -1
  105. package/dist/fractions/deployMarket/v0/deployMarket.schema.js +0 -24
  106. package/dist/fractions/deployMarket/v0/index.d.ts +0 -3
  107. package/dist/fractions/deployMarket/v0/index.d.ts.map +0 -1
  108. package/dist/fractions/deployMarket/v0/index.js +0 -2
  109. package/dist/fractions/deployMarket/v0/initNid.route.d.ts +0 -61
  110. package/dist/fractions/deployMarket/v0/initNid.route.d.ts.map +0 -1
  111. package/dist/fractions/deployMarket/v0/initNid.route.js +0 -31
  112. package/dist/fractions/gating/v0/getAuthData.d.ts +0 -86
  113. package/dist/fractions/gating/v0/getAuthData.d.ts.map +0 -1
  114. package/dist/fractions/gating/v0/getAuthData.js +0 -48
  115. package/dist/fractions/gating/v0/getNonce.route.d.ts +0 -54
  116. package/dist/fractions/gating/v0/getNonce.route.d.ts.map +0 -1
  117. package/dist/fractions/gating/v0/getNonce.route.js +0 -40
  118. package/dist/fractions/grantRole/v0/grantRole.route.d.ts +0 -65
  119. package/dist/fractions/grantRole/v0/grantRole.route.d.ts.map +0 -1
  120. package/dist/fractions/grantRole/v0/grantRole.route.js +0 -31
  121. package/dist/fractions/grantRole/v0/grantRole.schema.d.ts +0 -26
  122. package/dist/fractions/grantRole/v0/grantRole.schema.d.ts.map +0 -1
  123. package/dist/fractions/grantRole/v0/grantRole.schema.js +0 -14
  124. package/dist/fractions/markets/getMarket/v0/getMarket.d.ts +0 -103
  125. package/dist/fractions/markets/getMarket/v0/getMarket.d.ts.map +0 -1
  126. package/dist/fractions/markets/getMarket/v0/getMarket.js +0 -62
  127. package/dist/fractions/markets/searchMarkets/v0/searchMarkets.d.ts +0 -115
  128. package/dist/fractions/markets/searchMarkets/v0/searchMarkets.d.ts.map +0 -1
  129. package/dist/fractions/markets/searchMarkets/v0/searchMarkets.js +0 -42
  130. package/dist/fractions/nftfractions/index.d.ts +0 -6
  131. package/dist/fractions/nftfractions/index.d.ts.map +0 -1
  132. package/dist/fractions/nftfractions/index.js +0 -5
  133. package/dist/fractions/nftfractions/v0/createNftFractions.routes.d.ts +0 -192
  134. package/dist/fractions/nftfractions/v0/createNftFractions.routes.d.ts.map +0 -1
  135. package/dist/fractions/nftfractions/v0/createNftFractions.routes.js +0 -58
  136. package/dist/fractions/nftfractions/v0/createNftFractions.schema.d.ts +0 -245
  137. package/dist/fractions/nftfractions/v0/createNftFractions.schema.d.ts.map +0 -1
  138. package/dist/fractions/nftfractions/v0/createNftFractions.schema.js +0 -65
  139. package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.d.ts +0 -96
  140. package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.d.ts.map +0 -1
  141. package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.js +0 -52
  142. package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.d.ts +0 -70
  143. package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.d.ts.map +0 -1
  144. package/dist/fractions/nftfractions/v0/initCompilot.routes.d.ts +0 -74
  145. package/dist/fractions/nftfractions/v0/initCompilot.routes.d.ts.map +0 -1
  146. package/dist/fractions/nftfractions/v0/initCompilot.routes.js +0 -41
  147. package/dist/fractions/platforms/deployNftFractionsMarket.routes.d.ts +0 -96
  148. package/dist/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +0 -1
  149. package/dist/fractions/platforms/deployNftFractionsMarket.schema.d.ts.map +0 -1
  150. package/dist/fractions/purchase/v0/purchase.route.d.ts +0 -89
  151. package/dist/fractions/purchase/v0/purchase.route.d.ts.map +0 -1
  152. package/dist/fractions/purchase/v0/purchase.route.js +0 -41
  153. package/dist/fractions/purchase/v0/statistics.route.d.ts +0 -65
  154. package/dist/fractions/purchase/v0/statistics.route.d.ts.map +0 -1
  155. package/dist/fractions/purchase/v0/statistics.route.js +0 -52
  156. package/dist/fractions/roles/getRoles/v0/getRoles.d.ts +0 -28
  157. package/dist/fractions/roles/getRoles/v0/getRoles.d.ts.map +0 -1
  158. package/dist/fractions/roles/getRoles/v0/getRoles.js +0 -41
  159. package/dist/fractions/sales/createNftFractions.routes.d.ts +0 -180
  160. package/dist/fractions/sales/createNftFractions.routes.d.ts.map +0 -1
  161. package/dist/fractions/sales/createNftFractions.routes.js +0 -58
  162. package/dist/fractions/sales/createNftFractions.schema.d.ts +0 -85
  163. package/dist/fractions/sales/createNftFractions.schema.d.ts.map +0 -1
  164. package/dist/fractions/sales/createNftFractions.schema.js +0 -67
  165. package/dist/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts +0 -89
  166. package/dist/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts.map +0 -1
  167. package/dist/fractions/sales/searchSaleEvents/v0/searchSaleEvents.js +0 -82
  168. package/dist/fractions/sales/searchSales/v0/searchSales.d.ts +0 -257
  169. package/dist/fractions/sales/searchSales/v0/searchSales.d.ts.map +0 -1
  170. package/dist/fractions/sales/searchSales/v0/searchSales.js +0 -49
  171. package/dist/fractions/sales/vesting/v0/claimStatistics.route.d.ts +0 -92
  172. package/dist/fractions/sales/vesting/v0/claimStatistics.route.d.ts.map +0 -1
  173. package/dist/fractions/sales/vesting/v0/claimStatistics.route.js +0 -90
  174. package/dist/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts +0 -94
  175. package/dist/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts.map +0 -1
  176. package/dist/fractions/sales/vesting/v0/claimVestedTokens.route.js +0 -41
  177. package/dist/fractions/sales/vesting/v0/editCliff.route.d.ts +0 -87
  178. package/dist/fractions/sales/vesting/v0/editCliff.route.d.ts.map +0 -1
  179. package/dist/fractions/sales/vesting/v0/editCliff.route.js +0 -40
  180. package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts +0 -48
  181. package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts.map +0 -1
  182. package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.js +0 -57
  183. package/dist/fractions/withdraw/v0/withdraw.route.d.ts +0 -68
  184. package/dist/fractions/withdraw/v0/withdraw.route.d.ts.map +0 -1
  185. package/dist/fractions/withdraw/v0/withdraw.route.js +0 -31
  186. package/dist/general/balance-client.d.ts +0 -13
  187. package/dist/general/balance-client.d.ts.map +0 -1
  188. package/dist/general/balance-client.js +0 -26
  189. package/dist/issuance/approve.d.ts +0 -75
  190. package/dist/issuance/approve.d.ts.map +0 -1
  191. package/dist/issuance/approve.js +0 -36
  192. package/dist/issuance/burn.d.ts +0 -75
  193. package/dist/issuance/burn.d.ts.map +0 -1
  194. package/dist/issuance/burn.js +0 -36
  195. package/dist/issuance/common.d.ts +0 -2
  196. package/dist/issuance/common.d.ts.map +0 -1
  197. package/dist/issuance/common.js +0 -1
  198. package/dist/issuance/deploy.d.ts +0 -158
  199. package/dist/issuance/deploy.d.ts.map +0 -1
  200. package/dist/issuance/deploy.js +0 -227
  201. package/dist/issuance/erc20/deploy.d.ts +0 -38
  202. package/dist/issuance/erc20/deploy.d.ts.map +0 -1
  203. package/dist/issuance/erc20/deploy.js +0 -52
  204. package/dist/issuance/erc20/deployGated.d.ts +0 -40
  205. package/dist/issuance/erc20/deployGated.d.ts.map +0 -1
  206. package/dist/issuance/erc20/deployGated.js +0 -58
  207. package/dist/issuance/erc20/getInitData.d.ts +0 -59
  208. package/dist/issuance/erc20/getInitData.d.ts.map +0 -1
  209. package/dist/issuance/erc20/getInitData.js +0 -49
  210. package/dist/issuance/erc20/initialize.d.ts +0 -40
  211. package/dist/issuance/erc20/initialize.d.ts.map +0 -1
  212. package/dist/issuance/erc20/initialize.js +0 -45
  213. package/dist/issuance/erc20/parseErc20DeployEvent.d.ts +0 -23
  214. package/dist/issuance/erc20/parseErc20DeployEvent.d.ts.map +0 -1
  215. package/dist/issuance/erc20/parseErc20DeployEvent.js +0 -79
  216. package/dist/issuance/erc721/deploy.d.ts +0 -38
  217. package/dist/issuance/erc721/deploy.d.ts.map +0 -1
  218. package/dist/issuance/erc721/deploy.js +0 -51
  219. package/dist/issuance/erc721/deployGated.d.ts +0 -40
  220. package/dist/issuance/erc721/deployGated.d.ts.map +0 -1
  221. package/dist/issuance/erc721/deployGated.js +0 -58
  222. package/dist/issuance/erc721/getInitData.d.ts +0 -49
  223. package/dist/issuance/erc721/getInitData.d.ts.map +0 -1
  224. package/dist/issuance/erc721/getInitData.js +0 -51
  225. package/dist/issuance/erc721/initialize.d.ts +0 -38
  226. package/dist/issuance/erc721/initialize.d.ts.map +0 -1
  227. package/dist/issuance/erc721/initialize.js +0 -40
  228. package/dist/issuance/erc721/parseErc721DeployEvent.d.ts +0 -23
  229. package/dist/issuance/erc721/parseErc721DeployEvent.d.ts.map +0 -1
  230. package/dist/issuance/erc721/parseErc721DeployEvent.js +0 -78
  231. package/dist/issuance/getInitData.d.ts +0 -132
  232. package/dist/issuance/getInitData.d.ts.map +0 -1
  233. package/dist/issuance/getInitData.js +0 -104
  234. package/dist/issuance/grantRole.d.ts +0 -76
  235. package/dist/issuance/grantRole.d.ts.map +0 -1
  236. package/dist/issuance/grantRole.js +0 -42
  237. package/dist/issuance/mint.d.ts +0 -75
  238. package/dist/issuance/mint.d.ts.map +0 -1
  239. package/dist/issuance/mint.js +0 -36
  240. package/dist/issuance/recover.d.ts +0 -82
  241. package/dist/issuance/recover.d.ts.map +0 -1
  242. package/dist/issuance/recover.js +0 -38
  243. package/dist/issuance/renounceRole.d.ts +0 -76
  244. package/dist/issuance/renounceRole.d.ts.map +0 -1
  245. package/dist/issuance/renounceRole.js +0 -42
  246. package/dist/issuance/transfer.d.ts +0 -75
  247. package/dist/issuance/transfer.d.ts.map +0 -1
  248. package/dist/issuance/transfer.js +0 -36
  249. package/dist/issuance/upgrade.d.ts +0 -82
  250. package/dist/issuance/upgrade.d.ts.map +0 -1
  251. package/dist/issuance/upgrade.js +0 -45
  252. package/dist/package.json +0 -78
  253. package/dist/src/app.d.ts +0 -2194
  254. package/dist/src/app.d.ts.map +0 -1
  255. package/dist/src/app.js +0 -18
  256. package/dist/src/client.d.ts +0 -2690
  257. package/dist/src/client.d.ts.map +0 -1
  258. package/dist/src/client.js +0 -4
  259. package/dist/src/common/abis/erc20Whitelisted.d.ts +0 -4
  260. package/dist/src/common/abis/erc20Whitelisted.d.ts.map +0 -1
  261. package/dist/src/common/abis/erc20Whitelisted.js +0 -4
  262. package/dist/src/common/app.d.ts +0 -9
  263. package/dist/src/common/app.d.ts.map +0 -1
  264. package/dist/src/common/app.js +0 -3
  265. package/dist/src/common/blockchain.d.ts +0 -9528
  266. package/dist/src/common/blockchain.d.ts.map +0 -1
  267. package/dist/src/common/blockchain.js +0 -40
  268. package/dist/src/common/config.d.ts +0 -21
  269. package/dist/src/common/config.d.ts.map +0 -1
  270. package/dist/src/common/config.js +0 -33
  271. package/dist/src/common/http-error.d.ts +0 -7
  272. package/dist/src/common/http-error.d.ts.map +0 -1
  273. package/dist/src/common/http-error.js +0 -7
  274. package/dist/src/common/index.d.ts +0 -2
  275. package/dist/src/common/index.d.ts.map +0 -1
  276. package/dist/src/common/index.js +0 -1
  277. package/dist/src/common/indexer/client.d.ts +0 -1191
  278. package/dist/src/common/indexer/client.d.ts.map +0 -1
  279. package/dist/src/common/indexer/client.js +0 -7
  280. package/dist/src/common/indexer/index.d.ts +0 -1191
  281. package/dist/src/common/indexer/index.d.ts.map +0 -1
  282. package/dist/src/common/indexer/index.js +0 -3
  283. package/dist/src/common/indexer/schemas.d.ts +0 -1191
  284. package/dist/src/common/indexer/schemas.d.ts.map +0 -1
  285. package/dist/src/common/indexer/schemas.js +0 -14
  286. package/dist/src/common/models/chainId.d.ts +0 -5
  287. package/dist/src/common/models/chainId.d.ts.map +0 -1
  288. package/dist/src/common/models/chainId.js +0 -23
  289. package/dist/src/common/models/date.d.ts +0 -3
  290. package/dist/src/common/models/date.d.ts.map +0 -1
  291. package/dist/src/common/models/date.js +0 -5
  292. package/dist/src/common/models/erc721.d.ts +0 -15
  293. package/dist/src/common/models/erc721.d.ts.map +0 -1
  294. package/dist/src/common/models/erc721.js +0 -21
  295. package/dist/src/common/models/index.d.ts +0 -7
  296. package/dist/src/common/models/index.d.ts.map +0 -1
  297. package/dist/src/common/models/index.js +0 -6
  298. package/dist/src/common/models/page.d.ts +0 -12
  299. package/dist/src/common/models/page.d.ts.map +0 -1
  300. package/dist/src/common/models/page.js +0 -15
  301. package/dist/src/common/models/percent.d.ts +0 -3
  302. package/dist/src/common/models/percent.d.ts.map +0 -1
  303. package/dist/src/common/models/percent.js +0 -6
  304. package/dist/src/common/models/platform.d.ts +0 -4
  305. package/dist/src/common/models/platform.d.ts.map +0 -1
  306. package/dist/src/common/models/platform.js +0 -13
  307. package/dist/src/common/models/routes.d.ts +0 -16
  308. package/dist/src/common/models/routes.d.ts.map +0 -1
  309. package/dist/src/common/models/routes.js +0 -13
  310. package/dist/src/common/models/saleId.d.ts +0 -12
  311. package/dist/src/common/models/saleId.d.ts.map +0 -1
  312. package/dist/src/common/models/saleId.js +0 -6
  313. package/dist/src/common/models/transaction.d.ts +0 -90
  314. package/dist/src/common/models/transaction.d.ts.map +0 -1
  315. package/dist/src/common/models/transaction.js +0 -57
  316. package/dist/src/common/models/viem.d.ts +0 -4
  317. package/dist/src/common/models/viem.d.ts.map +0 -1
  318. package/dist/src/common/models/viem.js +0 -15
  319. package/dist/src/common/openapi.d.ts +0 -4
  320. package/dist/src/common/openapi.d.ts.map +0 -1
  321. package/dist/src/common/openapi.js +0 -40
  322. package/dist/src/common/tag.d.ts +0 -7
  323. package/dist/src/common/tag.d.ts.map +0 -1
  324. package/dist/src/common/tag.js +0 -5
  325. package/dist/src/common/version.d.ts +0 -2
  326. package/dist/src/common/version.d.ts.map +0 -1
  327. package/dist/src/common/version.js +0 -2
  328. package/dist/src/common/zod.d.ts +0 -3
  329. package/dist/src/common/zod.d.ts.map +0 -1
  330. package/dist/src/common/zod.js +0 -2
  331. package/dist/src/error.d.ts +0 -3
  332. package/dist/src/error.d.ts.map +0 -1
  333. package/dist/src/error.js +0 -16
  334. package/dist/src/fractions/approveSale/v0/approveSale.route.d.ts +0 -68
  335. package/dist/src/fractions/approveSale/v0/approveSale.route.d.ts.map +0 -1
  336. package/dist/src/fractions/approveSale/v0/approveSale.route.js +0 -31
  337. package/dist/src/fractions/approveWrapper/v0/approveWrapper.route.d.ts +0 -203
  338. package/dist/src/fractions/approveWrapper/v0/approveWrapper.route.d.ts.map +0 -1
  339. package/dist/src/fractions/approveWrapper/v0/approveWrapper.route.js +0 -84
  340. package/dist/src/fractions/completeSale/v0/completeSale.route.d.ts +0 -68
  341. package/dist/src/fractions/completeSale/v0/completeSale.route.d.ts.map +0 -1
  342. package/dist/src/fractions/completeSale/v0/completeSale.route.js +0 -31
  343. package/dist/src/fractions/createFractions/v0/createFractions.route.d.ts +0 -305
  344. package/dist/src/fractions/createFractions/v0/createFractions.route.d.ts.map +0 -1
  345. package/dist/src/fractions/createFractions/v0/createFractions.route.js +0 -61
  346. package/dist/src/fractions/createFractions/v0/createFractions.schema.d.ts +0 -416
  347. package/dist/src/fractions/createFractions/v0/createFractions.schema.d.ts.map +0 -1
  348. package/dist/src/fractions/createFractions/v0/createFractions.schema.js +0 -67
  349. package/dist/src/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts +0 -51
  350. package/dist/src/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts.map +0 -1
  351. package/dist/src/fractions/deployMarket/v0/deployMarket.routes.d.ts +0 -297
  352. package/dist/src/fractions/deployMarket/v0/deployMarket.routes.d.ts.map +0 -1
  353. package/dist/src/fractions/deployMarket/v0/deployMarket.routes.js +0 -98
  354. package/dist/src/fractions/deployMarket/v0/deployMarket.schema.d.ts +0 -96
  355. package/dist/src/fractions/deployMarket/v0/deployMarket.schema.d.ts.map +0 -1
  356. package/dist/src/fractions/deployMarket/v0/deployMarket.schema.js +0 -21
  357. package/dist/src/fractions/gating/index.d.ts +0 -2
  358. package/dist/src/fractions/gating/index.d.ts.map +0 -1
  359. package/dist/src/fractions/gating/index.js +0 -0
  360. package/dist/src/fractions/gating/v0/getAuthData.d.ts +0 -86
  361. package/dist/src/fractions/gating/v0/getAuthData.d.ts.map +0 -1
  362. package/dist/src/fractions/gating/v0/getAuthData.js +0 -48
  363. package/dist/src/fractions/gating/v0/getNonce.route.d.ts +0 -54
  364. package/dist/src/fractions/gating/v0/getNonce.route.d.ts.map +0 -1
  365. package/dist/src/fractions/gating/v0/getNonce.route.js +0 -40
  366. package/dist/src/fractions/grantRole/v0/grantRole.route.d.ts +0 -65
  367. package/dist/src/fractions/grantRole/v0/grantRole.route.d.ts.map +0 -1
  368. package/dist/src/fractions/grantRole/v0/grantRole.route.js +0 -31
  369. package/dist/src/fractions/grantRole/v0/grantRole.schema.d.ts +0 -26
  370. package/dist/src/fractions/grantRole/v0/grantRole.schema.d.ts.map +0 -1
  371. package/dist/src/fractions/grantRole/v0/grantRole.schema.js +0 -14
  372. package/dist/src/fractions/index.d.ts +0 -968
  373. package/dist/src/fractions/index.d.ts.map +0 -1
  374. package/dist/src/fractions/index.js +0 -91
  375. package/dist/src/fractions/markets/common/platform.d.ts +0 -26
  376. package/dist/src/fractions/markets/common/platform.d.ts.map +0 -1
  377. package/dist/src/fractions/markets/common/platform.js +0 -26
  378. package/dist/src/fractions/markets/getDeployEvent.d.ts +0 -42
  379. package/dist/src/fractions/markets/getDeployEvent.d.ts.map +0 -1
  380. package/dist/src/fractions/markets/getDeployEvent.js +0 -47
  381. package/dist/src/fractions/markets/getMarket/index.d.ts +0 -40
  382. package/dist/src/fractions/markets/getMarket/index.d.ts.map +0 -1
  383. package/dist/src/fractions/markets/getMarket/index.js +0 -4
  384. package/dist/src/fractions/markets/getMarket/v0/getMarket.d.ts +0 -64
  385. package/dist/src/fractions/markets/getMarket/v0/getMarket.d.ts.map +0 -1
  386. package/dist/src/fractions/markets/getMarket/v0/getMarket.js +0 -63
  387. package/dist/src/fractions/markets/index.d.ts +0 -84
  388. package/dist/src/fractions/markets/index.d.ts.map +0 -1
  389. package/dist/src/fractions/markets/index.js +0 -12
  390. package/dist/src/fractions/markets/searchMarkets/index.d.ts +0 -32
  391. package/dist/src/fractions/markets/searchMarkets/index.d.ts.map +0 -1
  392. package/dist/src/fractions/markets/searchMarkets/index.js +0 -4
  393. package/dist/src/fractions/markets/searchMarkets/v0/searchMarkets.d.ts +0 -76
  394. package/dist/src/fractions/markets/searchMarkets/v0/searchMarkets.d.ts.map +0 -1
  395. package/dist/src/fractions/markets/searchMarkets/v0/searchMarkets.js +0 -42
  396. package/dist/src/fractions/purchase/v0/purchase.route.d.ts +0 -89
  397. package/dist/src/fractions/purchase/v0/purchase.route.d.ts.map +0 -1
  398. package/dist/src/fractions/purchase/v0/purchase.route.js +0 -41
  399. package/dist/src/fractions/roles/getRoles/v0/getRoles.d.ts +0 -28
  400. package/dist/src/fractions/roles/getRoles/v0/getRoles.d.ts.map +0 -1
  401. package/dist/src/fractions/roles/getRoles/v0/getRoles.js +0 -41
  402. package/dist/src/fractions/sales/getVaultAddress.d.ts +0 -52
  403. package/dist/src/fractions/sales/getVaultAddress.d.ts.map +0 -1
  404. package/dist/src/fractions/sales/getVaultAddress.js +0 -61
  405. package/dist/src/fractions/sales/getWithdrawEvent.d.ts +0 -42
  406. package/dist/src/fractions/sales/getWithdrawEvent.d.ts.map +0 -1
  407. package/dist/src/fractions/sales/getWithdrawEvent.js +0 -52
  408. package/dist/src/fractions/sales/index.d.ts +0 -10
  409. package/dist/src/fractions/sales/index.d.ts.map +0 -1
  410. package/dist/src/fractions/sales/index.js +0 -10
  411. package/dist/src/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +0 -144
  412. package/dist/src/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +0 -1
  413. package/dist/src/fractions/sales/receiveFundsAfterNonFunded.route.js +0 -59
  414. package/dist/src/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +0 -57
  415. package/dist/src/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +0 -1
  416. package/dist/src/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +0 -27
  417. package/dist/src/fractions/sales/recoverFractions.d.ts +0 -108
  418. package/dist/src/fractions/sales/recoverFractions.d.ts.map +0 -1
  419. package/dist/src/fractions/sales/recoverFractions.js +0 -45
  420. package/dist/src/fractions/sales/rejectFractions.d.ts +0 -80
  421. package/dist/src/fractions/sales/rejectFractions.d.ts.map +0 -1
  422. package/dist/src/fractions/sales/rejectFractions.js +0 -39
  423. package/dist/src/fractions/sales/searchSaleEvents/index.d.ts +0 -2
  424. package/dist/src/fractions/sales/searchSaleEvents/index.d.ts.map +0 -1
  425. package/dist/src/fractions/sales/searchSaleEvents/index.js +0 -0
  426. package/dist/src/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts +0 -89
  427. package/dist/src/fractions/sales/searchSaleEvents/v0/searchSaleEvents.d.ts.map +0 -1
  428. package/dist/src/fractions/sales/searchSaleEvents/v0/searchSaleEvents.js +0 -82
  429. package/dist/src/fractions/sales/setFeeCapLimit.d.ts +0 -75
  430. package/dist/src/fractions/sales/setFeeCapLimit.d.ts.map +0 -1
  431. package/dist/src/fractions/sales/setFeeCapLimit.js +0 -32
  432. package/dist/src/fractions/sales/unlockWrappedAssets.route.d.ts +0 -68
  433. package/dist/src/fractions/sales/unlockWrappedAssets.route.d.ts.map +0 -1
  434. package/dist/src/fractions/sales/unlockWrappedAssets.route.js +0 -31
  435. package/dist/src/fractions/sales/vesting/index.d.ts +0 -2
  436. package/dist/src/fractions/sales/vesting/index.d.ts.map +0 -1
  437. package/dist/src/fractions/sales/vesting/index.js +0 -0
  438. package/dist/src/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts +0 -94
  439. package/dist/src/fractions/sales/vesting/v0/claimVestedTokens.route.d.ts.map +0 -1
  440. package/dist/src/fractions/sales/vesting/v0/claimVestedTokens.route.js +0 -41
  441. package/dist/src/fractions/sales/vesting/v0/editCliff.route.d.ts +0 -87
  442. package/dist/src/fractions/sales/vesting/v0/editCliff.route.d.ts.map +0 -1
  443. package/dist/src/fractions/sales/vesting/v0/editCliff.route.js +0 -40
  444. package/dist/src/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts +0 -48
  445. package/dist/src/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts.map +0 -1
  446. package/dist/src/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.js +0 -58
  447. package/dist/src/fractions/withdraw/v0/withdraw.route.d.ts +0 -68
  448. package/dist/src/fractions/withdraw/v0/withdraw.route.d.ts.map +0 -1
  449. package/dist/src/fractions/withdraw/v0/withdraw.route.js +0 -31
  450. package/dist/src/general/balance-client.d.ts +0 -13
  451. package/dist/src/general/balance-client.d.ts.map +0 -1
  452. package/dist/src/general/balance-client.js +0 -26
  453. package/dist/src/general/common.d.ts +0 -94
  454. package/dist/src/general/common.d.ts.map +0 -1
  455. package/dist/src/general/common.js +0 -35
  456. package/dist/src/general/estimateGas.d.ts +0 -52
  457. package/dist/src/general/estimateGas.d.ts.map +0 -1
  458. package/dist/src/general/estimateGas.js +0 -64
  459. package/dist/src/general/getBalance.d.ts +0 -44
  460. package/dist/src/general/getBalance.d.ts.map +0 -1
  461. package/dist/src/general/getBalance.js +0 -43
  462. package/dist/src/general/getBalancesBatch.d.ts +0 -59
  463. package/dist/src/general/getBalancesBatch.d.ts.map +0 -1
  464. package/dist/src/general/getBalancesBatch.js +0 -34
  465. package/dist/src/general/index.d.ts +0 -100
  466. package/dist/src/general/index.d.ts.map +0 -1
  467. package/dist/src/general/index.js +0 -20
  468. package/dist/src/general/searchBalances.d.ts +0 -78
  469. package/dist/src/general/searchBalances.d.ts.map +0 -1
  470. package/dist/src/general/searchBalances.js +0 -49
  471. package/dist/src/issuance/approve.d.ts +0 -75
  472. package/dist/src/issuance/approve.d.ts.map +0 -1
  473. package/dist/src/issuance/approve.js +0 -36
  474. package/dist/src/issuance/burn.d.ts +0 -75
  475. package/dist/src/issuance/burn.d.ts.map +0 -1
  476. package/dist/src/issuance/burn.js +0 -36
  477. package/dist/src/issuance/deploy.d.ts +0 -88
  478. package/dist/src/issuance/deploy.d.ts.map +0 -1
  479. package/dist/src/issuance/deploy.js +0 -91
  480. package/dist/src/issuance/grantRole.d.ts +0 -78
  481. package/dist/src/issuance/grantRole.d.ts.map +0 -1
  482. package/dist/src/issuance/grantRole.js +0 -50
  483. package/dist/src/issuance/index.d.ts +0 -165
  484. package/dist/src/issuance/index.d.ts.map +0 -1
  485. package/dist/src/issuance/index.js +0 -23
  486. package/dist/src/issuance/mint.d.ts +0 -75
  487. package/dist/src/issuance/mint.d.ts.map +0 -1
  488. package/dist/src/issuance/mint.js +0 -36
  489. package/dist/src/issuance/transfer.d.ts +0 -75
  490. package/dist/src/issuance/transfer.d.ts.map +0 -1
  491. package/dist/src/issuance/transfer.js +0 -36
  492. package/dist/src/serve.d.ts +0 -2
  493. package/dist/src/serve.d.ts.map +0 -1
  494. package/dist/src/serve.js +0 -33
  495. package/dist/src/staking/index.d.ts +0 -242
  496. package/dist/src/staking/index.d.ts.map +0 -1
  497. package/dist/src/staking/index.js +0 -20
  498. package/dist/src/staking/platforms/common/platform.d.ts +0 -26
  499. package/dist/src/staking/platforms/common/platform.d.ts.map +0 -1
  500. package/dist/src/staking/platforms/common/platform.js +0 -26
  501. package/dist/src/staking/platforms/common/platformNotFound.d.ts +0 -9
  502. package/dist/src/staking/platforms/common/platformNotFound.d.ts.map +0 -1
  503. package/dist/src/staking/platforms/common/platformNotFound.js +0 -13
  504. package/dist/src/staking/platforms/getPlatform/index.d.ts +0 -26
  505. package/dist/src/staking/platforms/getPlatform/index.d.ts.map +0 -1
  506. package/dist/src/staking/platforms/getPlatform/index.js +0 -4
  507. package/dist/src/staking/platforms/getPlatform/v0/getPlatform.d.ts +0 -52
  508. package/dist/src/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +0 -1
  509. package/dist/src/staking/platforms/getPlatform/v0/getPlatform.js +0 -58
  510. package/dist/src/staking/platforms/index.d.ts +0 -52
  511. package/dist/src/staking/platforms/index.d.ts.map +0 -1
  512. package/dist/src/staking/platforms/index.js +0 -10
  513. package/dist/src/staking/platforms/searchPlatforms/index.d.ts +0 -32
  514. package/dist/src/staking/platforms/searchPlatforms/index.d.ts.map +0 -1
  515. package/dist/src/staking/platforms/searchPlatforms/index.js +0 -4
  516. package/dist/src/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +0 -76
  517. package/dist/src/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +0 -1
  518. package/dist/src/staking/platforms/searchPlatforms/v0/searchPlatforms.js +0 -42
  519. package/dist/src/staking/pools/common/pool.d.ts +0 -29
  520. package/dist/src/staking/pools/common/pool.d.ts.map +0 -1
  521. package/dist/src/staking/pools/common/pool.js +0 -28
  522. package/dist/src/staking/pools/common/poolNotFound.d.ts +0 -10
  523. package/dist/src/staking/pools/common/poolNotFound.d.ts.map +0 -1
  524. package/dist/src/staking/pools/common/poolNotFound.js +0 -14
  525. package/dist/src/staking/pools/getPool/index.d.ts +0 -20
  526. package/dist/src/staking/pools/getPool/index.d.ts.map +0 -1
  527. package/dist/src/staking/pools/getPool/index.js +0 -4
  528. package/dist/src/staking/pools/getPool/v0/getPool.d.ts +0 -35
  529. package/dist/src/staking/pools/getPool/v0/getPool.d.ts.map +0 -1
  530. package/dist/src/staking/pools/getPool/v0/getPool.js +0 -64
  531. package/dist/src/staking/pools/index.d.ts +0 -39
  532. package/dist/src/staking/pools/index.d.ts.map +0 -1
  533. package/dist/src/staking/pools/index.js +0 -10
  534. package/dist/src/staking/pools/searchPools/index.d.ts +0 -25
  535. package/dist/src/staking/pools/searchPools/index.d.ts.map +0 -1
  536. package/dist/src/staking/pools/searchPools/index.js +0 -4
  537. package/dist/src/staking/pools/searchPools/v0/searchPools.d.ts +0 -55
  538. package/dist/src/staking/pools/searchPools/v0/searchPools.d.ts.map +0 -1
  539. package/dist/src/staking/pools/searchPools/v0/searchPools.js +0 -42
  540. package/dist/src/staking/roles/common/role.d.ts +0 -13
  541. package/dist/src/staking/roles/common/role.d.ts.map +0 -1
  542. package/dist/src/staking/roles/common/role.js +0 -18
  543. package/dist/src/staking/roles/common/roleAssignment.d.ts +0 -27
  544. package/dist/src/staking/roles/common/roleAssignment.d.ts.map +0 -1
  545. package/dist/src/staking/roles/common/roleAssignment.js +0 -21
  546. package/dist/src/staking/roles/common/roleEvent.d.ts +0 -30
  547. package/dist/src/staking/roles/common/roleEvent.d.ts.map +0 -1
  548. package/dist/src/staking/roles/common/roleEvent.js +0 -23
  549. package/dist/src/staking/roles/getRoles/index.d.ts +0 -26
  550. package/dist/src/staking/roles/getRoles/index.d.ts.map +0 -1
  551. package/dist/src/staking/roles/getRoles/index.js +0 -4
  552. package/dist/src/staking/roles/getRoles/v0/getRoles.d.ts +0 -29
  553. package/dist/src/staking/roles/getRoles/v0/getRoles.d.ts.map +0 -1
  554. package/dist/src/staking/roles/getRoles/v0/getRoles.js +0 -41
  555. package/dist/src/staking/roles/grantRole/index.d.ts +0 -29
  556. package/dist/src/staking/roles/grantRole/index.d.ts.map +0 -1
  557. package/dist/src/staking/roles/grantRole/index.js +0 -4
  558. package/dist/src/staking/roles/grantRole/v0/grantRole.d.ts +0 -63
  559. package/dist/src/staking/roles/grantRole/v0/grantRole.d.ts.map +0 -1
  560. package/dist/src/staking/roles/grantRole/v0/grantRole.js +0 -40
  561. package/dist/src/staking/roles/index.d.ts +0 -93
  562. package/dist/src/staking/roles/index.d.ts.map +0 -1
  563. package/dist/src/staking/roles/index.js +0 -14
  564. package/dist/src/staking/roles/searchRoleEvents/index.d.ts +0 -27
  565. package/dist/src/staking/roles/searchRoleEvents/index.d.ts.map +0 -1
  566. package/dist/src/staking/roles/searchRoleEvents/index.js +0 -4
  567. package/dist/src/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +0 -63
  568. package/dist/src/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +0 -1
  569. package/dist/src/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +0 -58
  570. package/dist/src/staking/roles/searchRoles/index.d.ts +0 -27
  571. package/dist/src/staking/roles/searchRoles/index.d.ts.map +0 -1
  572. package/dist/src/staking/roles/searchRoles/index.js +0 -4
  573. package/dist/src/staking/roles/searchRoles/v0/searchRoles.d.ts +0 -63
  574. package/dist/src/staking/roles/searchRoles/v0/searchRoles.d.ts.map +0 -1
  575. package/dist/src/staking/roles/searchRoles/v0/searchRoles.js +0 -56
  576. package/dist/src/staking/stakes/common/stake.d.ts +0 -44
  577. package/dist/src/staking/stakes/common/stake.d.ts.map +0 -1
  578. package/dist/src/staking/stakes/common/stake.js +0 -45
  579. package/dist/src/staking/stakes/common/stakeEvent.d.ts +0 -30
  580. package/dist/src/staking/stakes/common/stakeEvent.d.ts.map +0 -1
  581. package/dist/src/staking/stakes/common/stakeEvent.js +0 -24
  582. package/dist/src/staking/stakes/common/stakeNotFound.d.ts +0 -9
  583. package/dist/src/staking/stakes/common/stakeNotFound.d.ts.map +0 -1
  584. package/dist/src/staking/stakes/common/stakeNotFound.js +0 -13
  585. package/dist/src/staking/stakes/getStake/index.d.ts +0 -20
  586. package/dist/src/staking/stakes/getStake/index.d.ts.map +0 -1
  587. package/dist/src/staking/stakes/getStake/index.js +0 -4
  588. package/dist/src/staking/stakes/getStake/v0/getStake.d.ts +0 -35
  589. package/dist/src/staking/stakes/getStake/v0/getStake.d.ts.map +0 -1
  590. package/dist/src/staking/stakes/getStake/v0/getStake.js +0 -64
  591. package/dist/src/staking/stakes/index.d.ts +0 -63
  592. package/dist/src/staking/stakes/index.d.ts.map +0 -1
  593. package/dist/src/staking/stakes/index.js +0 -12
  594. package/dist/src/staking/stakes/searchStakeEvents/index.d.ts +0 -27
  595. package/dist/src/staking/stakes/searchStakeEvents/index.d.ts.map +0 -1
  596. package/dist/src/staking/stakes/searchStakeEvents/index.js +0 -4
  597. package/dist/src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +0 -63
  598. package/dist/src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +0 -1
  599. package/dist/src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +0 -59
  600. package/dist/src/staking/stakes/searchStakes/index.d.ts +0 -27
  601. package/dist/src/staking/stakes/searchStakes/index.d.ts.map +0 -1
  602. package/dist/src/staking/stakes/searchStakes/index.js +0 -4
  603. package/dist/src/staking/stakes/searchStakes/v0/searchStakes.d.ts +0 -63
  604. package/dist/src/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +0 -1
  605. package/dist/src/staking/stakes/searchStakes/v0/searchStakes.js +0 -61
  606. package/dist/src/staking-templates/index.d.ts +0 -732
  607. package/dist/src/staking-templates/index.d.ts.map +0 -1
  608. package/dist/src/staking-templates/index.js +0 -18
  609. package/dist/src/staking-templates/templates/common/amount.d.ts +0 -13
  610. package/dist/src/staking-templates/templates/common/amount.d.ts.map +0 -1
  611. package/dist/src/staking-templates/templates/common/amount.js +0 -17
  612. package/dist/src/staking-templates/templates/common/amountMult.d.ts +0 -3
  613. package/dist/src/staking-templates/templates/common/amountMult.d.ts.map +0 -1
  614. package/dist/src/staking-templates/templates/common/amountMult.js +0 -23
  615. package/dist/src/staking-templates/templates/common/erc20Input.d.ts +0 -12
  616. package/dist/src/staking-templates/templates/common/erc20Input.d.ts.map +0 -1
  617. package/dist/src/staking-templates/templates/common/erc20Input.js +0 -16
  618. package/dist/src/staking-templates/templates/common/erc20Reward.d.ts +0 -12
  619. package/dist/src/staking-templates/templates/common/erc20Reward.d.ts.map +0 -1
  620. package/dist/src/staking-templates/templates/common/erc20Reward.js +0 -16
  621. package/dist/src/staking-templates/templates/common/getCreatePoolEvent.d.ts +0 -31
  622. package/dist/src/staking-templates/templates/common/getCreatePoolEvent.d.ts.map +0 -1
  623. package/dist/src/staking-templates/templates/common/getCreatePoolEvent.js +0 -47
  624. package/dist/src/staking-templates/templates/common/getPlatformDeployEvent.d.ts +0 -40
  625. package/dist/src/staking-templates/templates/common/getPlatformDeployEvent.d.ts.map +0 -1
  626. package/dist/src/staking-templates/templates/common/getPlatformDeployEvent.js +0 -46
  627. package/dist/src/staking-templates/templates/common/getReward.d.ts +0 -58
  628. package/dist/src/staking-templates/templates/common/getReward.d.ts.map +0 -1
  629. package/dist/src/staking-templates/templates/common/getReward.js +0 -34
  630. package/dist/src/staking-templates/templates/common/getStakeEvent.d.ts +0 -31
  631. package/dist/src/staking-templates/templates/common/getStakeEvent.d.ts.map +0 -1
  632. package/dist/src/staking-templates/templates/common/getStakeEvent.js +0 -51
  633. package/dist/src/staking-templates/templates/common/lock.d.ts +0 -12
  634. package/dist/src/staking-templates/templates/common/lock.d.ts.map +0 -1
  635. package/dist/src/staking-templates/templates/common/lock.js +0 -20
  636. package/dist/src/staking-templates/templates/common/lockMult.d.ts +0 -3
  637. package/dist/src/staking-templates/templates/common/lockMult.d.ts.map +0 -1
  638. package/dist/src/staking-templates/templates/common/lockMult.js +0 -15
  639. package/dist/src/staking-templates/templates/common/partialUnstake.d.ts +0 -62
  640. package/dist/src/staking-templates/templates/common/partialUnstake.d.ts.map +0 -1
  641. package/dist/src/staking-templates/templates/common/partialUnstake.js +0 -39
  642. package/dist/src/staking-templates/templates/common/rewardDistribution.d.ts +0 -13
  643. package/dist/src/staking-templates/templates/common/rewardDistribution.d.ts.map +0 -1
  644. package/dist/src/staking-templates/templates/common/rewardDistribution.js +0 -19
  645. package/dist/src/staking-templates/templates/common/templates.d.ts +0 -61
  646. package/dist/src/staking-templates/templates/common/templates.d.ts.map +0 -1
  647. package/dist/src/staking-templates/templates/common/templates.js +0 -8
  648. package/dist/src/staking-templates/templates/common/time.d.ts +0 -2
  649. package/dist/src/staking-templates/templates/common/time.d.ts.map +0 -1
  650. package/dist/src/staking-templates/templates/common/time.js +0 -4
  651. package/dist/src/staking-templates/templates/common/unstake.d.ts +0 -58
  652. package/dist/src/staking-templates/templates/common/unstake.d.ts.map +0 -1
  653. package/dist/src/staking-templates/templates/common/unstake.js +0 -34
  654. package/dist/src/staking-templates/templates/reputation/common.d.ts +0 -23
  655. package/dist/src/staking-templates/templates/reputation/common.d.ts.map +0 -1
  656. package/dist/src/staking-templates/templates/reputation/common.js +0 -3
  657. package/dist/src/staking-templates/templates/reputation/index.d.ts +0 -233
  658. package/dist/src/staking-templates/templates/reputation/index.d.ts.map +0 -1
  659. package/dist/src/staking-templates/templates/reputation/index.js +0 -4
  660. package/dist/src/staking-templates/templates/reputation/v0/createPlatform.d.ts +0 -81
  661. package/dist/src/staking-templates/templates/reputation/v0/createPlatform.d.ts.map +0 -1
  662. package/dist/src/staking-templates/templates/reputation/v0/createPlatform.js +0 -56
  663. package/dist/src/staking-templates/templates/reputation/v0/createPool.d.ts +0 -113
  664. package/dist/src/staking-templates/templates/reputation/v0/createPool.d.ts.map +0 -1
  665. package/dist/src/staking-templates/templates/reputation/v0/createPool.js +0 -85
  666. package/dist/src/staking-templates/templates/reputation/v0/index.d.ts +0 -233
  667. package/dist/src/staking-templates/templates/reputation/v0/index.d.ts.map +0 -1
  668. package/dist/src/staking-templates/templates/reputation/v0/index.js +0 -25
  669. package/dist/src/staking-templates/templates/reputation/v0/restake.d.ts +0 -61
  670. package/dist/src/staking-templates/templates/reputation/v0/restake.d.ts.map +0 -1
  671. package/dist/src/staking-templates/templates/reputation/v0/restake.js +0 -40
  672. package/dist/src/staking-templates/templates/reputation/v0/stake.d.ts +0 -61
  673. package/dist/src/staking-templates/templates/reputation/v0/stake.d.ts.map +0 -1
  674. package/dist/src/staking-templates/templates/reputation/v0/stake.js +0 -45
  675. package/dist/src/staking-templates/templates/reputationLock/common.d.ts +0 -23
  676. package/dist/src/staking-templates/templates/reputationLock/common.d.ts.map +0 -1
  677. package/dist/src/staking-templates/templates/reputationLock/common.js +0 -3
  678. package/dist/src/staking-templates/templates/reputationLock/index.d.ts +0 -244
  679. package/dist/src/staking-templates/templates/reputationLock/index.d.ts.map +0 -1
  680. package/dist/src/staking-templates/templates/reputationLock/index.js +0 -4
  681. package/dist/src/staking-templates/templates/reputationLock/v0/createPlatform.d.ts +0 -81
  682. package/dist/src/staking-templates/templates/reputationLock/v0/createPlatform.d.ts.map +0 -1
  683. package/dist/src/staking-templates/templates/reputationLock/v0/createPlatform.js +0 -56
  684. package/dist/src/staking-templates/templates/reputationLock/v0/createPool.d.ts +0 -149
  685. package/dist/src/staking-templates/templates/reputationLock/v0/createPool.d.ts.map +0 -1
  686. package/dist/src/staking-templates/templates/reputationLock/v0/createPool.js +0 -99
  687. package/dist/src/staking-templates/templates/reputationLock/v0/index.d.ts +0 -244
  688. package/dist/src/staking-templates/templates/reputationLock/v0/index.d.ts.map +0 -1
  689. package/dist/src/staking-templates/templates/reputationLock/v0/index.js +0 -25
  690. package/dist/src/staking-templates/templates/reputationLock/v0/restake.d.ts +0 -65
  691. package/dist/src/staking-templates/templates/reputationLock/v0/restake.d.ts.map +0 -1
  692. package/dist/src/staking-templates/templates/reputationLock/v0/restake.js +0 -44
  693. package/dist/src/staking-templates/templates/reputationLock/v0/stake.d.ts +0 -65
  694. package/dist/src/staking-templates/templates/reputationLock/v0/stake.d.ts.map +0 -1
  695. package/dist/src/staking-templates/templates/reputationLock/v0/stake.js +0 -46
  696. package/dist/src/staking-templates/templates/rwa/common.d.ts +0 -23
  697. package/dist/src/staking-templates/templates/rwa/common.d.ts.map +0 -1
  698. package/dist/src/staking-templates/templates/rwa/common.js +0 -3
  699. package/dist/src/staking-templates/templates/rwa/index.d.ts +0 -256
  700. package/dist/src/staking-templates/templates/rwa/index.d.ts.map +0 -1
  701. package/dist/src/staking-templates/templates/rwa/index.js +0 -4
  702. package/dist/src/staking-templates/templates/rwa/v0/createPlatform.d.ts +0 -81
  703. package/dist/src/staking-templates/templates/rwa/v0/createPlatform.d.ts.map +0 -1
  704. package/dist/src/staking-templates/templates/rwa/v0/createPlatform.js +0 -56
  705. package/dist/src/staking-templates/templates/rwa/v0/createPool.d.ts +0 -109
  706. package/dist/src/staking-templates/templates/rwa/v0/createPool.d.ts.map +0 -1
  707. package/dist/src/staking-templates/templates/rwa/v0/createPool.js +0 -79
  708. package/dist/src/staking-templates/templates/rwa/v0/index.d.ts +0 -256
  709. package/dist/src/staking-templates/templates/rwa/v0/index.d.ts.map +0 -1
  710. package/dist/src/staking-templates/templates/rwa/v0/index.js +0 -27
  711. package/dist/src/staking-templates/templates/rwa/v0/notifyRewards.d.ts +0 -61
  712. package/dist/src/staking-templates/templates/rwa/v0/notifyRewards.d.ts.map +0 -1
  713. package/dist/src/staking-templates/templates/rwa/v0/notifyRewards.js +0 -41
  714. package/dist/src/staking-templates/templates/rwa/v0/restake.d.ts +0 -61
  715. package/dist/src/staking-templates/templates/rwa/v0/restake.d.ts.map +0 -1
  716. package/dist/src/staking-templates/templates/rwa/v0/restake.js +0 -40
  717. package/dist/src/staking-templates/templates/rwa/v0/stake.d.ts +0 -61
  718. package/dist/src/staking-templates/templates/rwa/v0/stake.d.ts.map +0 -1
  719. package/dist/src/staking-templates/templates/rwa/v0/stake.js +0 -45
  720. package/dist/staking/platforms/common/platformNotFound.d.ts +0 -9
  721. package/dist/staking/platforms/common/platformNotFound.d.ts.map +0 -1
  722. package/dist/staking/platforms/common/platformNotFound.js +0 -13
  723. package/dist/staking/pools/common/poolNotFound.d.ts +0 -10
  724. package/dist/staking/pools/common/poolNotFound.d.ts.map +0 -1
  725. package/dist/staking/pools/common/poolNotFound.js +0 -14
  726. package/dist/staking/stakes/common/stakeNotFound.d.ts +0 -9
  727. package/dist/staking/stakes/common/stakeNotFound.d.ts.map +0 -1
  728. package/dist/staking/stakes/common/stakeNotFound.js +0 -13
  729. package/dist/staking-templates/index.d.ts +0 -732
  730. package/dist/staking-templates/index.d.ts.map +0 -1
  731. package/dist/staking-templates/index.js +0 -18
  732. package/dist/staking-templates/templates/common/amount.d.ts +0 -7
  733. package/dist/staking-templates/templates/common/amount.d.ts.map +0 -1
  734. package/dist/staking-templates/templates/common/amount.js +0 -15
  735. package/dist/staking-templates/templates/common/amountMult.d.ts +0 -3
  736. package/dist/staking-templates/templates/common/amountMult.d.ts.map +0 -1
  737. package/dist/staking-templates/templates/common/amountMult.js +0 -22
  738. package/dist/staking-templates/templates/common/erc20Input.d.ts +0 -6
  739. package/dist/staking-templates/templates/common/erc20Input.d.ts.map +0 -1
  740. package/dist/staking-templates/templates/common/erc20Input.js +0 -14
  741. package/dist/staking-templates/templates/common/erc20Reward.d.ts +0 -6
  742. package/dist/staking-templates/templates/common/erc20Reward.d.ts.map +0 -1
  743. package/dist/staking-templates/templates/common/erc20Reward.js +0 -13
  744. package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts +0 -31
  745. package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts.map +0 -1
  746. package/dist/staking-templates/templates/common/getCreatePoolEvent.js +0 -47
  747. package/dist/staking-templates/templates/common/getPlatformDeployEvent.d.ts +0 -40
  748. package/dist/staking-templates/templates/common/getPlatformDeployEvent.d.ts.map +0 -1
  749. package/dist/staking-templates/templates/common/getPlatformDeployEvent.js +0 -46
  750. package/dist/staking-templates/templates/common/getReward.d.ts +0 -58
  751. package/dist/staking-templates/templates/common/getReward.d.ts.map +0 -1
  752. package/dist/staking-templates/templates/common/getReward.js +0 -34
  753. package/dist/staking-templates/templates/common/getStakeEvent.d.ts +0 -31
  754. package/dist/staking-templates/templates/common/getStakeEvent.d.ts.map +0 -1
  755. package/dist/staking-templates/templates/common/getStakeEvent.js +0 -51
  756. package/dist/staking-templates/templates/common/lock.d.ts +0 -6
  757. package/dist/staking-templates/templates/common/lock.d.ts.map +0 -1
  758. package/dist/staking-templates/templates/common/lock.js +0 -18
  759. package/dist/staking-templates/templates/common/lockMult.d.ts +0 -3
  760. package/dist/staking-templates/templates/common/lockMult.d.ts.map +0 -1
  761. package/dist/staking-templates/templates/common/lockMult.js +0 -14
  762. package/dist/staking-templates/templates/common/partialUnstake.d.ts +0 -62
  763. package/dist/staking-templates/templates/common/partialUnstake.d.ts.map +0 -1
  764. package/dist/staking-templates/templates/common/partialUnstake.js +0 -39
  765. package/dist/staking-templates/templates/common/rewardDistribution.d.ts +0 -7
  766. package/dist/staking-templates/templates/common/rewardDistribution.d.ts.map +0 -1
  767. package/dist/staking-templates/templates/common/rewardDistribution.js +0 -16
  768. package/dist/staking-templates/templates/common/templates.d.ts +0 -61
  769. package/dist/staking-templates/templates/common/templates.d.ts.map +0 -1
  770. package/dist/staking-templates/templates/common/templates.js +0 -8
  771. package/dist/staking-templates/templates/common/time.d.ts +0 -2
  772. package/dist/staking-templates/templates/common/time.d.ts.map +0 -1
  773. package/dist/staking-templates/templates/common/time.js +0 -4
  774. package/dist/staking-templates/templates/common/unstake.d.ts +0 -58
  775. package/dist/staking-templates/templates/common/unstake.d.ts.map +0 -1
  776. package/dist/staking-templates/templates/common/unstake.js +0 -34
  777. package/dist/staking-templates/templates/reputation/common.d.ts +0 -23
  778. package/dist/staking-templates/templates/reputation/common.d.ts.map +0 -1
  779. package/dist/staking-templates/templates/reputation/common.js +0 -3
  780. package/dist/staking-templates/templates/reputation/index.d.ts +0 -233
  781. package/dist/staking-templates/templates/reputation/index.d.ts.map +0 -1
  782. package/dist/staking-templates/templates/reputation/index.js +0 -4
  783. package/dist/staking-templates/templates/reputation/v0/createPlatform.d.ts +0 -81
  784. package/dist/staking-templates/templates/reputation/v0/createPlatform.d.ts.map +0 -1
  785. package/dist/staking-templates/templates/reputation/v0/createPlatform.js +0 -56
  786. package/dist/staking-templates/templates/reputation/v0/createPool.d.ts +0 -113
  787. package/dist/staking-templates/templates/reputation/v0/createPool.d.ts.map +0 -1
  788. package/dist/staking-templates/templates/reputation/v0/createPool.js +0 -85
  789. package/dist/staking-templates/templates/reputation/v0/index.d.ts +0 -233
  790. package/dist/staking-templates/templates/reputation/v0/index.d.ts.map +0 -1
  791. package/dist/staking-templates/templates/reputation/v0/index.js +0 -25
  792. package/dist/staking-templates/templates/reputation/v0/restake.d.ts +0 -61
  793. package/dist/staking-templates/templates/reputation/v0/restake.d.ts.map +0 -1
  794. package/dist/staking-templates/templates/reputation/v0/restake.js +0 -40
  795. package/dist/staking-templates/templates/reputation/v0/stake.d.ts +0 -61
  796. package/dist/staking-templates/templates/reputation/v0/stake.d.ts.map +0 -1
  797. package/dist/staking-templates/templates/reputation/v0/stake.js +0 -45
  798. package/dist/staking-templates/templates/reputationLock/common.d.ts +0 -23
  799. package/dist/staking-templates/templates/reputationLock/common.d.ts.map +0 -1
  800. package/dist/staking-templates/templates/reputationLock/common.js +0 -3
  801. package/dist/staking-templates/templates/reputationLock/index.d.ts +0 -244
  802. package/dist/staking-templates/templates/reputationLock/index.d.ts.map +0 -1
  803. package/dist/staking-templates/templates/reputationLock/index.js +0 -4
  804. package/dist/staking-templates/templates/reputationLock/v0/createPlatform.d.ts +0 -81
  805. package/dist/staking-templates/templates/reputationLock/v0/createPlatform.d.ts.map +0 -1
  806. package/dist/staking-templates/templates/reputationLock/v0/createPlatform.js +0 -56
  807. package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts +0 -149
  808. package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts.map +0 -1
  809. package/dist/staking-templates/templates/reputationLock/v0/createPool.js +0 -99
  810. package/dist/staking-templates/templates/reputationLock/v0/index.d.ts +0 -244
  811. package/dist/staking-templates/templates/reputationLock/v0/index.d.ts.map +0 -1
  812. package/dist/staking-templates/templates/reputationLock/v0/index.js +0 -25
  813. package/dist/staking-templates/templates/reputationLock/v0/restake.d.ts +0 -65
  814. package/dist/staking-templates/templates/reputationLock/v0/restake.d.ts.map +0 -1
  815. package/dist/staking-templates/templates/reputationLock/v0/restake.js +0 -44
  816. package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts +0 -65
  817. package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts.map +0 -1
  818. package/dist/staking-templates/templates/reputationLock/v0/stake.js +0 -46
  819. package/dist/staking-templates/templates/rwa/common.d.ts +0 -23
  820. package/dist/staking-templates/templates/rwa/common.d.ts.map +0 -1
  821. package/dist/staking-templates/templates/rwa/common.js +0 -3
  822. package/dist/staking-templates/templates/rwa/index.d.ts +0 -256
  823. package/dist/staking-templates/templates/rwa/index.d.ts.map +0 -1
  824. package/dist/staking-templates/templates/rwa/index.js +0 -4
  825. package/dist/staking-templates/templates/rwa/v0/createPlatform.d.ts +0 -81
  826. package/dist/staking-templates/templates/rwa/v0/createPlatform.d.ts.map +0 -1
  827. package/dist/staking-templates/templates/rwa/v0/createPlatform.js +0 -56
  828. package/dist/staking-templates/templates/rwa/v0/createPool.d.ts +0 -109
  829. package/dist/staking-templates/templates/rwa/v0/createPool.d.ts.map +0 -1
  830. package/dist/staking-templates/templates/rwa/v0/createPool.js +0 -79
  831. package/dist/staking-templates/templates/rwa/v0/distributeRewards.d.ts +0 -61
  832. package/dist/staking-templates/templates/rwa/v0/distributeRewards.d.ts.map +0 -1
  833. package/dist/staking-templates/templates/rwa/v0/distributeRewards.js +0 -41
  834. package/dist/staking-templates/templates/rwa/v0/index.d.ts +0 -256
  835. package/dist/staking-templates/templates/rwa/v0/index.d.ts.map +0 -1
  836. package/dist/staking-templates/templates/rwa/v0/index.js +0 -27
  837. package/dist/staking-templates/templates/rwa/v0/notifyRewards.d.ts +0 -61
  838. package/dist/staking-templates/templates/rwa/v0/notifyRewards.d.ts.map +0 -1
  839. package/dist/staking-templates/templates/rwa/v0/notifyRewards.js +0 -41
  840. package/dist/staking-templates/templates/rwa/v0/restake.d.ts +0 -61
  841. package/dist/staking-templates/templates/rwa/v0/restake.d.ts.map +0 -1
  842. package/dist/staking-templates/templates/rwa/v0/restake.js +0 -40
  843. package/dist/staking-templates/templates/rwa/v0/stake.d.ts +0 -61
  844. package/dist/staking-templates/templates/rwa/v0/stake.d.ts.map +0 -1
  845. package/dist/staking-templates/templates/rwa/v0/stake.js +0 -45
  846. package/dist/v0/fractions/index.d.ts +0 -129
  847. package/dist/v0/fractions/index.d.ts.map +0 -1
  848. package/dist/v0/fractions/index.js +0 -9
  849. package/dist/v0/fractions/networkStatistics.route.d.ts +0 -297
  850. package/dist/v0/fractions/networkStatistics.route.d.ts.map +0 -1
  851. package/dist/v0/fractions/networkStatistics.route.js +0 -225
  852. package/dist/v1/fractions/lending/buyback/buyback.routes.d.ts +0 -65
  853. package/dist/v1/fractions/lending/buyback/buyback.routes.d.ts.map +0 -1
  854. package/dist/v1/fractions/lending/buyback/buyback.routes.js +0 -27
  855. package/dist/v1/fractions/lending/buyback/buyback.schema.d.ts +0 -8
  856. package/dist/v1/fractions/lending/buyback/buyback.schema.d.ts.map +0 -1
  857. package/dist/v1/fractions/lending/buyback/buyback.schema.js +0 -13
  858. package/dist/v1/fractions/lending/createLendingSale.d.ts +0 -303
  859. package/dist/v1/fractions/lending/createLendingSale.d.ts.map +0 -1
  860. package/dist/v1/fractions/lending/createLendingSale.js +0 -79
  861. package/dist/v1/fractions/lending/deployMarket/lending.routes.d.ts +0 -113
  862. package/dist/v1/fractions/lending/deployMarket/lending.routes.d.ts.map +0 -1
  863. package/dist/v1/fractions/lending/deployMarket/lending.routes.js +0 -41
  864. package/dist/v1/fractions/lending/index.d.ts +0 -192
  865. package/dist/v1/fractions/lending/index.d.ts.map +0 -1
  866. package/dist/v1/fractions/lending/index.js +0 -22
  867. package/dist/v1/fractions/lending/purchase/directPurchase.route.d.ts +0 -71
  868. package/dist/v1/fractions/lending/purchase/directPurchase.route.d.ts.map +0 -1
  869. package/dist/v1/fractions/lending/purchase/directPurchase.route.js +0 -31
  870. package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +0 -61
  871. package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +0 -1
  872. package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.js +0 -27
  873. package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +0 -7
  874. package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +0 -1
  875. package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +0 -11
  876. package/dist/v1/fractions/schemas.d.ts +0 -20
  877. package/dist/v1/fractions/schemas.d.ts.map +0 -1
  878. package/dist/v1/fractions/schemas.js +0 -20
@@ -1,4 +1,37 @@
1
1
  export declare const NextFractionsApi: import("../../common/controller.js").IApi<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<{
2
+ "/": {
3
+ $post: {
4
+ input: {
5
+ json: {
6
+ chainId: unknown;
7
+ adminAddress: string;
8
+ acceptedFundingTokens: string[];
9
+ ownerAddress?: string | undefined;
10
+ cap?: {
11
+ maxHardCap: string;
12
+ } | undefined;
13
+ fee?: {
14
+ percent: number;
15
+ collectorAddress: string;
16
+ feeAdmin: string;
17
+ } | undefined;
18
+ };
19
+ };
20
+ output: {
21
+ data: `0x${string}`;
22
+ to: `0x${string}`;
23
+ details: {
24
+ functionName: string;
25
+ address: `0x${string}`;
26
+ abi: any[];
27
+ args: any[];
28
+ };
29
+ };
30
+ outputFormat: "json";
31
+ status: import("hono/utils/http-status").ContentfulStatusCode;
32
+ };
33
+ };
34
+ }, "/deployNftFractions"> | import("hono/types").MergeSchemaPath<{
2
35
  "/": {
3
36
  $post: {
4
37
  input: {
@@ -32,7 +65,33 @@ export declare const NextFractionsApi: import("../../common/controller.js").IApi
32
65
  status: import("hono/utils/http-status").ContentfulStatusCode;
33
66
  };
34
67
  };
35
- }, "/deployNftFractions">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
68
+ }, "/deployNftFractionsGated">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
69
+ "/": {
70
+ $post: {
71
+ input: {
72
+ json: {
73
+ market: string;
74
+ campaignId: string;
75
+ chainId: unknown;
76
+ amountToBuy: string;
77
+ applyDiscount: boolean;
78
+ };
79
+ };
80
+ output: {
81
+ data: `0x${string}`;
82
+ to: `0x${string}`;
83
+ details: {
84
+ functionName: string;
85
+ address: `0x${string}`;
86
+ abi: any[];
87
+ args: any[];
88
+ };
89
+ };
90
+ outputFormat: "json";
91
+ status: import("hono/utils/http-status").ContentfulStatusCode;
92
+ };
93
+ };
94
+ }, "/purchase"> | import("hono/types").MergeSchemaPath<{
36
95
  "/": {
37
96
  $post: {
38
97
  input: {
@@ -85,7 +144,54 @@ export declare const NextFractionsApi: import("../../common/controller.js").IApi
85
144
  status: import("hono/utils/http-status").ContentfulStatusCode;
86
145
  };
87
146
  };
88
- }, "/nftFractions">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
147
+ }, "/nftFractions"> | import("hono/types").MergeSchemaPath<{
148
+ "/": {
149
+ $get: {
150
+ input: {
151
+ query: {
152
+ chainId: string | string[];
153
+ hash: string | string[];
154
+ };
155
+ };
156
+ output: {
157
+ campaignId: string;
158
+ creator: `0x${string}`;
159
+ nftId: string;
160
+ fractionsCreated: string;
161
+ fractionsAddress: `0x${string}`;
162
+ vaultAddress: `0x${string}` | undefined;
163
+ };
164
+ outputFormat: "json";
165
+ status: 200;
166
+ };
167
+ };
168
+ }, "/getFractionsCreatedEvent">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
169
+ "/": {
170
+ $post: {
171
+ input: {
172
+ json: {
173
+ market: string;
174
+ campaignId: string;
175
+ chainId: unknown;
176
+ amountToBuy: string;
177
+ applyDiscount: boolean;
178
+ };
179
+ };
180
+ output: {
181
+ data: `0x${string}`;
182
+ to: `0x${string}`;
183
+ details: {
184
+ functionName: string;
185
+ address: `0x${string}`;
186
+ abi: any[];
187
+ args: any[];
188
+ };
189
+ };
190
+ outputFormat: "json";
191
+ status: import("hono/utils/http-status").ContentfulStatusCode;
192
+ };
193
+ };
194
+ }, "/purchase"> | import("hono/types").MergeSchemaPath<{
89
195
  "/": {
90
196
  $post: {
91
197
  input: {
@@ -198,31 +304,6 @@ export declare const NextFractionsApi: import("../../common/controller.js").IApi
198
304
  };
199
305
  };
200
306
  }, "/createSale"> | import("hono/types").MergeSchemaPath<{
201
- "/": {
202
- $post: {
203
- input: {
204
- json: {
205
- market: string;
206
- campaignId: string;
207
- chainId: unknown;
208
- amountToBuy: string;
209
- };
210
- };
211
- output: {
212
- data: `0x${string}`;
213
- to: `0x${string}`;
214
- details: {
215
- functionName: string;
216
- address: `0x${string}`;
217
- abi: any[];
218
- args: any[];
219
- };
220
- };
221
- outputFormat: "json";
222
- status: import("hono/utils/http-status").ContentfulStatusCode;
223
- };
224
- };
225
- }, "/purchase"> | import("hono/types").MergeSchemaPath<{
226
307
  "/": {
227
308
  $post: {
228
309
  input: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/next/fractions/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAS3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/next/fractions/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAS3B,CAAC"}
@@ -1,4 +1,30 @@
1
1
  export declare const LendingController: import("../../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../../common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
2
+ "/": {
3
+ $post: {
4
+ input: {
5
+ json: {
6
+ market: string;
7
+ campaignId: string;
8
+ chainId: unknown;
9
+ amountToBuy: string;
10
+ applyDiscount: boolean;
11
+ };
12
+ };
13
+ output: {
14
+ data: `0x${string}`;
15
+ to: `0x${string}`;
16
+ details: {
17
+ functionName: string;
18
+ address: `0x${string}`;
19
+ abi: any[];
20
+ args: any[];
21
+ };
22
+ };
23
+ outputFormat: "json";
24
+ status: import("hono/utils/http-status").ContentfulStatusCode;
25
+ };
26
+ };
27
+ }, "/purchase"> | import("hono/types").MergeSchemaPath<{
2
28
  "/": {
3
29
  $post: {
4
30
  input: {
@@ -111,31 +137,6 @@ export declare const LendingController: import("../../../common/controller.js").
111
137
  };
112
138
  };
113
139
  }, "/createSale"> | import("hono/types").MergeSchemaPath<{
114
- "/": {
115
- $post: {
116
- input: {
117
- json: {
118
- market: string;
119
- campaignId: string;
120
- chainId: unknown;
121
- amountToBuy: string;
122
- };
123
- };
124
- output: {
125
- data: `0x${string}`;
126
- to: `0x${string}`;
127
- details: {
128
- functionName: string;
129
- address: `0x${string}`;
130
- abi: any[];
131
- args: any[];
132
- };
133
- };
134
- outputFormat: "json";
135
- status: import("hono/utils/http-status").ContentfulStatusCode;
136
- };
137
- };
138
- }, "/purchase"> | import("hono/types").MergeSchemaPath<{
139
140
  "/": {
140
141
  $post: {
141
142
  input: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/next/fractions/lending/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAS5B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/next/fractions/lending/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAS5B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { createController } from "../../../common/controller.js";
2
+ import { PurchaseV0 } from "../../../fractions/sales/purchase.route.js";
2
3
  import { BuybackV0 } from "./buyback/buyback.routes.js";
3
4
  import { DeployLendingMarketV0 } from "./deployMarket/lending.routes.js";
4
- import { DirectPurchaseV0 } from "./purchase/directPurchase.route.js";
5
5
  import { SetCollateralPriceV0 } from "./setCollateralPrice/setCollateralPrice.routes.js";
6
6
  import { CreateLendingSaleController } from "./createLendingSale.js";
7
7
  export const LendingController = createController({
@@ -9,7 +9,7 @@ export const LendingController = createController({
9
9
  .createApp()
10
10
  .route("/deploy", DeployLendingMarketV0.build(factory))
11
11
  .route("/createSale", CreateLendingSaleController.build(factory))
12
- .route("/purchase", DirectPurchaseV0.build(factory))
12
+ .route("/purchase", PurchaseV0.build(factory))
13
13
  .route("/setCollateralPrice", SetCollateralPriceV0.build(factory))
14
14
  .route("/buyback", BuybackV0.build(factory)),
15
15
  });
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Controller for deploying an NFT Fractions market (non-gated)
3
+ */
4
+ export declare const DeployNftFractionsMarketDefaultV0: import("../../../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../../../common/context.js").AppContext, {
5
+ "/": {
6
+ $post: {
7
+ input: {
8
+ json: {
9
+ chainId: unknown;
10
+ adminAddress: string;
11
+ acceptedFundingTokens: string[];
12
+ ownerAddress?: string | undefined;
13
+ cap?: {
14
+ maxHardCap: string;
15
+ } | undefined;
16
+ fee?: {
17
+ percent: number;
18
+ collectorAddress: string;
19
+ feeAdmin: string;
20
+ } | undefined;
21
+ };
22
+ };
23
+ output: {
24
+ data: `0x${string}`;
25
+ to: `0x${string}`;
26
+ details: {
27
+ functionName: string;
28
+ address: `0x${string}`;
29
+ abi: any[];
30
+ args: any[];
31
+ };
32
+ };
33
+ outputFormat: "json";
34
+ status: import("hono/utils/http-status").ContentfulStatusCode;
35
+ };
36
+ };
37
+ }, "/", "/">>;
38
+ //# sourceMappingURL=deployNftFractionsMarket.routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployNftFractionsMarket.routes.d.ts","sourceRoot":"","sources":["../../../../../src/next/fractions/platforms/default/deployNftFractionsMarket.routes.ts"],"names":[],"mappings":"AAyBA;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAgB5C,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { describeRoute } from "hono-openapi";
2
+ import { resolver, validator } from "hono-openapi";
3
+ import { createNftFractionsPlatformNoNid } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
4
+ import { createController } from "../../../../common/controller.js";
5
+ import { toTransaction, TransactionSchema } from "../../../../common/index.js";
6
+ import { DeployNftFractionsMarketDefaultRequestSchema } from "./deployNftFractionsMarket.schema.js";
7
+ const route = describeRoute({
8
+ summary: "Deploy an NFT Fractions market",
9
+ description: "Returns transaction data for deploying an NFT Fractions market (non-gated). " +
10
+ "This market type supports wrapping ERC-721 tokens and fractionalizing them into ERC-20 compatible tokens.",
11
+ tags: ["NFT Fractions"],
12
+ responses: {
13
+ 200: {
14
+ description: "Returns transaction data for deploying an NFT Fractions market",
15
+ content: {
16
+ "application/json": {
17
+ schema: resolver(TransactionSchema),
18
+ },
19
+ },
20
+ },
21
+ },
22
+ });
23
+ /**
24
+ * Controller for deploying an NFT Fractions market (non-gated)
25
+ */
26
+ export const DeployNftFractionsMarketDefaultV0 = createController({
27
+ build: (factory) => factory.createApp().post("/", route, validator("json", DeployNftFractionsMarketDefaultRequestSchema), async (c) => {
28
+ const { chainId, adminAddress, ownerAddress, cap, fee, acceptedFundingTokens } = c.req.valid("json");
29
+ const tx = createNftFractionsPlatformNoNid({
30
+ chainId: chainId,
31
+ adminAddress: adminAddress,
32
+ ownerAddress: ownerAddress ?? adminAddress,
33
+ fee: fee ?? undefined,
34
+ maxHardCap: cap ? cap.maxHardCap : null,
35
+ acceptedFundingTokens: acceptedFundingTokens,
36
+ });
37
+ return c.json(toTransaction(tx));
38
+ }),
39
+ });
@@ -0,0 +1,25 @@
1
+ import { z } from "zod";
2
+ /**
3
+ * Cap configuration schema for market limits
4
+ */
5
+ export declare const CapConfigSchema: z.ZodObject<{
6
+ maxHardCap: z.ZodPipe<z.core.$ZodBranded<z.ZodString, "Int256", "out">, z.ZodTransform<bigint, string & z.core.$brand<"Int256">>>;
7
+ }, z.core.$strip>;
8
+ /**
9
+ * Request schema for deploying an NFT Fractions market (non-gated)
10
+ */
11
+ export declare const DeployNftFractionsMarketDefaultRequestSchema: z.ZodObject<{
12
+ chainId: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUnion<[z.ZodLiteral<11155111 | 31337 | 72080>, z.ZodLiteral<11155111 | 31337 | 72080>, ...z.ZodLiteral<11155111 | 31337 | 72080>[]]>>;
13
+ adminAddress: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
14
+ ownerAddress: z.ZodOptional<z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>>;
15
+ cap: z.ZodOptional<z.ZodObject<{
16
+ maxHardCap: z.ZodPipe<z.core.$ZodBranded<z.ZodString, "Int256", "out">, z.ZodTransform<bigint, string & z.core.$brand<"Int256">>>;
17
+ }, z.core.$strip>>;
18
+ fee: z.ZodOptional<z.ZodObject<{
19
+ percent: z.ZodNumber;
20
+ collectorAddress: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
21
+ feeAdmin: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
22
+ }, z.core.$strip>>;
23
+ acceptedFundingTokens: z.ZodArray<z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>>;
24
+ }, z.core.$strip>;
25
+ //# sourceMappingURL=deployNftFractionsMarket.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployNftFractionsMarket.schema.d.ts","sourceRoot":"","sources":["../../../../../src/next/fractions/platforms/default/deployNftFractionsMarket.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB;;GAEG;AACH,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;iBAWC,CAAC"}
@@ -1,28 +1,23 @@
1
1
  import { z } from "zod";
2
- import { AddressSchema, NextFractionsChainId, PercentageSchema } from "../../../common/index.js";
2
+ import { AddressSchema, NextFractionsChainId } from "../../../../common/index.js";
3
+ import { Int256BigInt } from "../../../../common/int256.js";
4
+ import { FeeConfigSchema } from "../../../../fractions/platforms/deployMarket.schema.js";
3
5
  /**
4
6
  * Cap configuration schema for market limits
5
7
  */
6
8
  export const CapConfigSchema = z.object({
7
- maxHardCap: z.coerce.bigint().min(BigInt(1)).describe("Maximum hard cap for the market"),
9
+ maxHardCap: Int256BigInt(z.bigint().min(BigInt(1))).describe("Maximum hard cap for the market"),
8
10
  });
9
11
  /**
10
- * Fee configuration schema for market fees
12
+ * Request schema for deploying an NFT Fractions market (non-gated)
11
13
  */
12
- export const FeeConfigSchema = z.object({
13
- percent: PercentageSchema.describe("Fee percentage in basis points"),
14
- });
15
- /**
16
- * Request schema for deploying an NFT Fractions market
17
- */
18
- export const DeployNftFractionsMarketRequestSchema = z
14
+ export const DeployNftFractionsMarketDefaultRequestSchema = z
19
15
  .object({
20
16
  chainId: NextFractionsChainId.describe("Chain ID where the market will be deployed"),
21
17
  adminAddress: AddressSchema.describe("Address of the market administrator"),
22
18
  ownerAddress: AddressSchema.optional().describe("Address of the market owner. Defaults to adminAddress if not provided"),
23
- compilotSignerAddress: AddressSchema.optional().describe("ComPilot signer address. Uses platform default if not provided"),
24
19
  cap: CapConfigSchema.optional().describe("Optional cap configuration"),
25
20
  fee: FeeConfigSchema.optional().describe("Optional fee configuration"),
26
21
  acceptedFundingTokens: z.array(AddressSchema).describe("Accepted funding token addresses"),
27
22
  })
28
- .openapi({ ref: "DeployNftFractionsMarketRequestSchema" });
23
+ .openapi("DeployNftFractionsMarketDefaultRequestSchema");
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Controller for deploying a gated NFT Fractions market (with ComPilot gating)
3
+ */
4
+ export declare const DeployNftFractionsMarketGatedV0: import("../../../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../../../common/context.js").AppContext, {
5
+ "/": {
6
+ $post: {
7
+ input: {
8
+ json: {
9
+ chainId: unknown;
10
+ adminAddress: string;
11
+ acceptedFundingTokens: string[];
12
+ ownerAddress?: string | undefined;
13
+ compilotSignerAddress?: string | undefined;
14
+ cap?: {
15
+ maxHardCap: string;
16
+ } | undefined;
17
+ fee?: {
18
+ percent: number;
19
+ collectorAddress: string;
20
+ feeAdmin: string;
21
+ } | undefined;
22
+ };
23
+ };
24
+ output: {
25
+ data: `0x${string}`;
26
+ to: `0x${string}`;
27
+ details: {
28
+ functionName: string;
29
+ address: `0x${string}`;
30
+ abi: any[];
31
+ args: any[];
32
+ };
33
+ };
34
+ outputFormat: "json";
35
+ status: import("hono/utils/http-status").ContentfulStatusCode;
36
+ };
37
+ };
38
+ }, "/", "/">>;
39
+ //# sourceMappingURL=deployNftFractionsMarket.routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployNftFractionsMarket.routes.d.ts","sourceRoot":"","sources":["../../../../../src/next/fractions/platforms/gated/deployNftFractionsMarket.routes.ts"],"names":[],"mappings":"AAyBA;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAkB1C,CAAC"}
@@ -1,18 +1,17 @@
1
1
  import { describeRoute } from "hono-openapi";
2
2
  import { resolver, validator } from "hono-openapi";
3
- import { zeroAddress } from "viem";
4
- import { getEnv, getEnvNumber } from "@evergonlabs/internal/node/getEnv";
5
3
  import { createNftFractionsPlatform } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
6
- import { DEFAULT_COMPILOT_SIGNER, toTransaction, TransactionSchema } from "../../common/index.js";
7
- import { DeployNftFractionsMarketRequestSchema } from "./deployNftFractionsMarket.schema.js";
4
+ import { createController } from "../../../../common/controller.js";
5
+ import { DEFAULT_COMPILOT_SIGNER, toTransaction, TransactionSchema } from "../../../../common/index.js";
6
+ import { DeployNftFractionsMarketGatedRequestSchema } from "./deployNftFractionsMarket.schema.js";
8
7
  const route = describeRoute({
9
- summary: "Deploy an NFT Fractions market",
8
+ summary: "Deploy a gated NFT Fractions market",
10
9
  description: "Returns transaction data for deploying an NFT Fractions market with ComPilot gating. " +
11
10
  "This market type supports wrapping ERC-721 tokens and fractionalizing them into ERC-20 compatible tokens.",
12
11
  tags: ["NFT Fractions"],
13
12
  responses: {
14
13
  200: {
15
- description: "Returns transaction data for deploying an NFT Fractions market",
14
+ description: "Returns transaction data for deploying a gated NFT Fractions market",
16
15
  content: {
17
16
  "application/json": {
18
17
  schema: resolver(TransactionSchema),
@@ -22,31 +21,20 @@ const route = describeRoute({
22
21
  },
23
22
  });
24
23
  /**
25
- * Creates handlers for deploying an NFT Fractions market
24
+ * Controller for deploying a gated NFT Fractions market (with ComPilot gating)
26
25
  */
27
- export function createDeployNftFractionsMarketTransactionV0(factory) {
28
- return factory.createHandlers(route, validator("json", DeployNftFractionsMarketRequestSchema), async (c) => {
26
+ export const DeployNftFractionsMarketGatedV0 = createController({
27
+ build: (factory) => factory.createApp().post("/", route, validator("json", DeployNftFractionsMarketGatedRequestSchema), async (c) => {
29
28
  const { chainId, adminAddress, ownerAddress, compilotSignerAddress, cap, fee, acceptedFundingTokens } = c.req.valid("json");
30
- const platformFee = getFeeConfig();
31
29
  const tx = createNftFractionsPlatform({
32
30
  chainId: chainId,
33
31
  adminAddress: adminAddress,
34
32
  ownerAddress: ownerAddress ?? adminAddress,
35
33
  compilotSignerAddress: compilotSignerAddress ?? DEFAULT_COMPILOT_SIGNER,
36
- fee: { ...platformFee, ...fee },
34
+ fee: fee ?? null,
37
35
  maxHardCap: cap ? cap.maxHardCap : null,
38
36
  acceptedFundingTokens: acceptedFundingTokens,
39
37
  });
40
38
  return c.json(toTransaction(tx));
41
- });
42
- }
43
- /**
44
- * Gets the default fee configuration from environment variables
45
- */
46
- function getFeeConfig() {
47
- return {
48
- percent: getEnvNumber("PLATFORM_FEE_SIZE_BP", 0),
49
- collectorAddress: getEnv("PLATFORM_FEE_COLLECTOR_ADDRESS", zeroAddress),
50
- feeAdmin: getEnv("PLATFORM_FEE_ADMIN", zeroAddress),
51
- };
52
- }
39
+ }),
40
+ });
@@ -6,15 +6,9 @@ export declare const CapConfigSchema: z.ZodObject<{
6
6
  maxHardCap: z.ZodPipe<z.core.$ZodBranded<z.ZodString, "Int256", "out">, z.ZodTransform<bigint, string & z.core.$brand<"Int256">>>;
7
7
  }, z.core.$strip>;
8
8
  /**
9
- * Fee configuration schema for market fees
9
+ * Request schema for deploying a gated NFT Fractions market (with ComPilot gating)
10
10
  */
11
- export declare const FeeConfigSchema: z.ZodObject<{
12
- percent: z.ZodNumber;
13
- }, z.core.$strip>;
14
- /**
15
- * Request schema for deploying an NFT Fractions market
16
- */
17
- export declare const DeployNftFractionsMarketRequestSchema: z.ZodObject<{
11
+ export declare const DeployNftFractionsMarketGatedRequestSchema: z.ZodObject<{
18
12
  chainId: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUnion<[z.ZodLiteral<11155111 | 31337 | 72080>, z.ZodLiteral<11155111 | 31337 | 72080>, ...z.ZodLiteral<11155111 | 31337 | 72080>[]]>>;
19
13
  adminAddress: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
20
14
  ownerAddress: z.ZodOptional<z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>>;
@@ -24,6 +18,8 @@ export declare const DeployNftFractionsMarketRequestSchema: z.ZodObject<{
24
18
  }, z.core.$strip>>;
25
19
  fee: z.ZodOptional<z.ZodObject<{
26
20
  percent: z.ZodNumber;
21
+ collectorAddress: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
22
+ feeAdmin: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
27
23
  }, z.core.$strip>>;
28
24
  acceptedFundingTokens: z.ZodArray<z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>>;
29
25
  }, z.core.$strip>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployNftFractionsMarket.schema.d.ts","sourceRoot":"","sources":["../../../../../src/next/fractions/platforms/gated/deployNftFractionsMarket.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB;;GAEG;AACH,eAAO,MAAM,eAAe;;iBAE1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;iBAcC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { z } from "zod";
2
- import { AddressSchema, NextFractionsChainId, PercentageSchema } from "../../common/index.js";
3
- import { Int256BigInt } from "../../common/int256.js";
2
+ import { AddressSchema, NextFractionsChainId } from "../../../../common/index.js";
3
+ import { Int256BigInt } from "../../../../common/int256.js";
4
+ import { FeeConfigSchema } from "../../../../fractions/platforms/deployMarket.schema.js";
4
5
  /**
5
6
  * Cap configuration schema for market limits
6
7
  */
@@ -8,15 +9,9 @@ export const CapConfigSchema = z.object({
8
9
  maxHardCap: Int256BigInt(z.bigint().min(BigInt(1))).describe("Maximum hard cap for the market"),
9
10
  });
10
11
  /**
11
- * Fee configuration schema for market fees
12
+ * Request schema for deploying a gated NFT Fractions market (with ComPilot gating)
12
13
  */
13
- export const FeeConfigSchema = z.object({
14
- percent: PercentageSchema.describe("Fee percentage in basis points"),
15
- });
16
- /**
17
- * Request schema for deploying an NFT Fractions market
18
- */
19
- export const DeployNftFractionsMarketRequestSchema = z
14
+ export const DeployNftFractionsMarketGatedRequestSchema = z
20
15
  .object({
21
16
  chainId: NextFractionsChainId.describe("Chain ID where the market will be deployed"),
22
17
  adminAddress: AddressSchema.describe("Address of the market administrator"),
@@ -26,4 +21,4 @@ export const DeployNftFractionsMarketRequestSchema = z
26
21
  fee: FeeConfigSchema.optional().describe("Optional fee configuration"),
27
22
  acceptedFundingTokens: z.array(AddressSchema).describe("Accepted funding token addresses"),
28
23
  })
29
- .openapi("DeployNftFractionsMarketRequestSchema");
24
+ .openapi("DeployNftFractionsMarketGatedRequestSchema");
@@ -1,4 +1,37 @@
1
1
  export declare const PlatformsController: import("../../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../../common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
2
+ "/": {
3
+ $post: {
4
+ input: {
5
+ json: {
6
+ chainId: unknown;
7
+ adminAddress: string;
8
+ acceptedFundingTokens: string[];
9
+ ownerAddress?: string | undefined;
10
+ cap?: {
11
+ maxHardCap: string;
12
+ } | undefined;
13
+ fee?: {
14
+ percent: number;
15
+ collectorAddress: string;
16
+ feeAdmin: string;
17
+ } | undefined;
18
+ };
19
+ };
20
+ output: {
21
+ data: `0x${string}`;
22
+ to: `0x${string}`;
23
+ details: {
24
+ functionName: string;
25
+ address: `0x${string}`;
26
+ abi: any[];
27
+ args: any[];
28
+ };
29
+ };
30
+ outputFormat: "json";
31
+ status: import("hono/utils/http-status").ContentfulStatusCode;
32
+ };
33
+ };
34
+ }, "/deployNftFractions"> | import("hono/types").MergeSchemaPath<{
2
35
  "/": {
3
36
  $post: {
4
37
  input: {
@@ -32,5 +65,5 @@ export declare const PlatformsController: import("../../../common/controller.js"
32
65
  status: import("hono/utils/http-status").ContentfulStatusCode;
33
66
  };
34
67
  };
35
- }, "/deployNftFractions">, "/", "/">>;
68
+ }, "/deployNftFractionsGated">, "/", "/">>;
36
69
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/next/fractions/platforms/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/next/fractions/platforms/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAM9B,CAAC"}
@@ -1,5 +1,9 @@
1
1
  import { createController } from "../../../common/controller.js";
2
- import { DeployNftFractionsMarketV0 } from "./deployNftFractionsMarket.routes.js";
2
+ import { DeployNftFractionsMarketDefaultV0 } from "./default/deployNftFractionsMarket.routes.js";
3
+ import { DeployNftFractionsMarketGatedV0 } from "./gated/deployNftFractionsMarket.routes.js";
3
4
  export const PlatformsController = createController({
4
- build: (factory) => factory.createApp().route("/deployNftFractions", DeployNftFractionsMarketV0.build(factory)),
5
+ build: (factory) => factory
6
+ .createApp()
7
+ .route("/deployNftFractions", DeployNftFractionsMarketDefaultV0.build(factory))
8
+ .route("/deployNftFractionsGated", DeployNftFractionsMarketGatedV0.build(factory)),
5
9
  });
@@ -1,7 +1,7 @@
1
1
  import { z } from "zod";
2
2
  import { AddressSchema, FractionsChainId } from "../../../common/index.js";
3
3
  import { Int256BigInt } from "../../../common/int256.js";
4
- import { ISODate } from "../../../common/models/date.js";
4
+ import { ISODate } from "../../../common/models/base/date.js";
5
5
  /**
6
6
  * Time boundary schema for sale period
7
7
  */