@compass-labs/api-sdk 0.4.1 → 0.4.3

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 (609) hide show
  1. package/bin/mcp-server.js +896 -452
  2. package/bin/mcp-server.js.map +71 -71
  3. package/dist/commonjs/lib/config.d.ts +2 -2
  4. package/dist/commonjs/lib/config.js +2 -2
  5. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  6. package/dist/commonjs/mcp-server/server.js +1 -1
  7. package/dist/commonjs/models/components/aaveborrowparams.d.ts +4 -0
  8. package/dist/commonjs/models/components/aaveborrowparams.d.ts.map +1 -1
  9. package/dist/commonjs/models/components/aaveborrowparams.js +11 -6
  10. package/dist/commonjs/models/components/aaveborrowparams.js.map +1 -1
  11. package/dist/commonjs/models/components/aaveborrowrequest.d.ts +4 -0
  12. package/dist/commonjs/models/components/aaveborrowrequest.d.ts.map +1 -1
  13. package/dist/commonjs/models/components/aaveborrowrequest.js +11 -6
  14. package/dist/commonjs/models/components/aaveborrowrequest.js.map +1 -1
  15. package/dist/commonjs/models/components/aaverepayparams.d.ts +4 -0
  16. package/dist/commonjs/models/components/aaverepayparams.d.ts.map +1 -1
  17. package/dist/commonjs/models/components/aaverepayparams.js +11 -6
  18. package/dist/commonjs/models/components/aaverepayparams.js.map +1 -1
  19. package/dist/commonjs/models/components/aaverepayrequest.d.ts +4 -0
  20. package/dist/commonjs/models/components/aaverepayrequest.d.ts.map +1 -1
  21. package/dist/commonjs/models/components/aaverepayrequest.js +11 -6
  22. package/dist/commonjs/models/components/aaverepayrequest.js.map +1 -1
  23. package/dist/commonjs/models/components/aavesupplyparams.d.ts +4 -0
  24. package/dist/commonjs/models/components/aavesupplyparams.d.ts.map +1 -1
  25. package/dist/commonjs/models/components/aavesupplyparams.js +10 -5
  26. package/dist/commonjs/models/components/aavesupplyparams.js.map +1 -1
  27. package/dist/commonjs/models/components/aavesupplyrequest.d.ts +4 -0
  28. package/dist/commonjs/models/components/aavesupplyrequest.d.ts.map +1 -1
  29. package/dist/commonjs/models/components/aavesupplyrequest.js +10 -5
  30. package/dist/commonjs/models/components/aavesupplyrequest.js.map +1 -1
  31. package/dist/commonjs/models/components/aavewithdrawparams.d.ts +4 -0
  32. package/dist/commonjs/models/components/aavewithdrawparams.d.ts.map +1 -1
  33. package/dist/commonjs/models/components/aavewithdrawparams.js +11 -2
  34. package/dist/commonjs/models/components/aavewithdrawparams.js.map +1 -1
  35. package/dist/commonjs/models/components/aavewithdrawrequest.d.ts +4 -0
  36. package/dist/commonjs/models/components/aavewithdrawrequest.d.ts.map +1 -1
  37. package/dist/commonjs/models/components/aavewithdrawrequest.js +11 -2
  38. package/dist/commonjs/models/components/aavewithdrawrequest.js.map +1 -1
  39. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyparams.d.ts +4 -0
  40. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyparams.d.ts.map +1 -1
  41. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyparams.js +14 -9
  42. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyparams.js.map +1 -1
  43. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyrequest.d.ts +4 -0
  44. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyrequest.d.ts.map +1 -1
  45. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyrequest.js +14 -9
  46. package/dist/commonjs/models/components/aerodromeslipstreambuyexactlyrequest.js.map +1 -1
  47. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.d.ts +4 -0
  48. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.d.ts.map +1 -1
  49. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.js +14 -9
  50. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.js.map +1 -1
  51. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.d.ts +4 -0
  52. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.d.ts.map +1 -1
  53. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.js +14 -9
  54. package/dist/commonjs/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.js.map +1 -1
  55. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionparams.d.ts +4 -0
  56. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionparams.d.ts.map +1 -1
  57. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionparams.js +16 -11
  58. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionparams.js.map +1 -1
  59. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionrequest.d.ts +4 -0
  60. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionrequest.d.ts.map +1 -1
  61. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionrequest.js +16 -11
  62. package/dist/commonjs/models/components/aerodromeslipstreammintliquidityprovisionrequest.js.map +1 -1
  63. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyparams.d.ts +4 -0
  64. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyparams.d.ts.map +1 -1
  65. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyparams.js +14 -9
  66. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyparams.js.map +1 -1
  67. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyrequest.d.ts +4 -0
  68. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyrequest.d.ts.map +1 -1
  69. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyrequest.js +14 -9
  70. package/dist/commonjs/models/components/aerodromeslipstreamsellexactlyrequest.js.map +1 -1
  71. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.d.ts +4 -0
  72. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.d.ts.map +1 -1
  73. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.js +11 -6
  74. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.js.map +1 -1
  75. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.d.ts +4 -0
  76. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.d.ts.map +1 -1
  77. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.js +11 -6
  78. package/dist/commonjs/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.js.map +1 -1
  79. package/dist/commonjs/models/components/increaseallowanceparams.d.ts +4 -0
  80. package/dist/commonjs/models/components/increaseallowanceparams.d.ts.map +1 -1
  81. package/dist/commonjs/models/components/increaseallowanceparams.js +10 -5
  82. package/dist/commonjs/models/components/increaseallowanceparams.js.map +1 -1
  83. package/dist/commonjs/models/components/increaseallowancerequest.d.ts +4 -0
  84. package/dist/commonjs/models/components/increaseallowancerequest.d.ts.map +1 -1
  85. package/dist/commonjs/models/components/increaseallowancerequest.js +10 -5
  86. package/dist/commonjs/models/components/increaseallowancerequest.js.map +1 -1
  87. package/dist/commonjs/models/components/morphoborrowparams.d.ts +4 -0
  88. package/dist/commonjs/models/components/morphoborrowparams.d.ts.map +1 -1
  89. package/dist/commonjs/models/components/morphoborrowparams.js +11 -6
  90. package/dist/commonjs/models/components/morphoborrowparams.js.map +1 -1
  91. package/dist/commonjs/models/components/morphoborrowrequest.d.ts +4 -0
  92. package/dist/commonjs/models/components/morphoborrowrequest.d.ts.map +1 -1
  93. package/dist/commonjs/models/components/morphoborrowrequest.js +11 -6
  94. package/dist/commonjs/models/components/morphoborrowrequest.js.map +1 -1
  95. package/dist/commonjs/models/components/morphodepositparams.d.ts +4 -0
  96. package/dist/commonjs/models/components/morphodepositparams.d.ts.map +1 -1
  97. package/dist/commonjs/models/components/morphodepositparams.js +10 -5
  98. package/dist/commonjs/models/components/morphodepositparams.js.map +1 -1
  99. package/dist/commonjs/models/components/morphodepositrequest.d.ts +4 -0
  100. package/dist/commonjs/models/components/morphodepositrequest.d.ts.map +1 -1
  101. package/dist/commonjs/models/components/morphodepositrequest.js +10 -5
  102. package/dist/commonjs/models/components/morphodepositrequest.js.map +1 -1
  103. package/dist/commonjs/models/components/morphorepayparams.d.ts +4 -0
  104. package/dist/commonjs/models/components/morphorepayparams.d.ts.map +1 -1
  105. package/dist/commonjs/models/components/morphorepayparams.js +12 -7
  106. package/dist/commonjs/models/components/morphorepayparams.js.map +1 -1
  107. package/dist/commonjs/models/components/morphorepayrequest.d.ts +4 -0
  108. package/dist/commonjs/models/components/morphorepayrequest.d.ts.map +1 -1
  109. package/dist/commonjs/models/components/morphorepayrequest.js +12 -7
  110. package/dist/commonjs/models/components/morphorepayrequest.js.map +1 -1
  111. package/dist/commonjs/models/components/morphosetvaultallowanceparams.d.ts +4 -0
  112. package/dist/commonjs/models/components/morphosetvaultallowanceparams.d.ts.map +1 -1
  113. package/dist/commonjs/models/components/morphosetvaultallowanceparams.js +10 -5
  114. package/dist/commonjs/models/components/morphosetvaultallowanceparams.js.map +1 -1
  115. package/dist/commonjs/models/components/morphosetvaultallowancerequest.d.ts +4 -0
  116. package/dist/commonjs/models/components/morphosetvaultallowancerequest.d.ts.map +1 -1
  117. package/dist/commonjs/models/components/morphosetvaultallowancerequest.js +10 -5
  118. package/dist/commonjs/models/components/morphosetvaultallowancerequest.js.map +1 -1
  119. package/dist/commonjs/models/components/morphosupplycollateralparams.d.ts +4 -0
  120. package/dist/commonjs/models/components/morphosupplycollateralparams.d.ts.map +1 -1
  121. package/dist/commonjs/models/components/morphosupplycollateralparams.js +12 -7
  122. package/dist/commonjs/models/components/morphosupplycollateralparams.js.map +1 -1
  123. package/dist/commonjs/models/components/morphosupplycollateralrequest.d.ts +4 -0
  124. package/dist/commonjs/models/components/morphosupplycollateralrequest.d.ts.map +1 -1
  125. package/dist/commonjs/models/components/morphosupplycollateralrequest.js +12 -7
  126. package/dist/commonjs/models/components/morphosupplycollateralrequest.js.map +1 -1
  127. package/dist/commonjs/models/components/morphowithdrawcollateralparams.d.ts +4 -0
  128. package/dist/commonjs/models/components/morphowithdrawcollateralparams.d.ts.map +1 -1
  129. package/dist/commonjs/models/components/morphowithdrawcollateralparams.js +11 -6
  130. package/dist/commonjs/models/components/morphowithdrawcollateralparams.js.map +1 -1
  131. package/dist/commonjs/models/components/morphowithdrawcollateralrequest.d.ts +4 -0
  132. package/dist/commonjs/models/components/morphowithdrawcollateralrequest.d.ts.map +1 -1
  133. package/dist/commonjs/models/components/morphowithdrawcollateralrequest.js +11 -6
  134. package/dist/commonjs/models/components/morphowithdrawcollateralrequest.js.map +1 -1
  135. package/dist/commonjs/models/components/morphowithdrawparams.d.ts +4 -0
  136. package/dist/commonjs/models/components/morphowithdrawparams.d.ts.map +1 -1
  137. package/dist/commonjs/models/components/morphowithdrawparams.js +10 -5
  138. package/dist/commonjs/models/components/morphowithdrawparams.js.map +1 -1
  139. package/dist/commonjs/models/components/morphowithdrawrequest.d.ts +4 -0
  140. package/dist/commonjs/models/components/morphowithdrawrequest.d.ts.map +1 -1
  141. package/dist/commonjs/models/components/morphowithdrawrequest.js +10 -5
  142. package/dist/commonjs/models/components/morphowithdrawrequest.js.map +1 -1
  143. package/dist/commonjs/models/components/pendlebuyptparams.d.ts +4 -0
  144. package/dist/commonjs/models/components/pendlebuyptparams.d.ts.map +1 -1
  145. package/dist/commonjs/models/components/pendlebuyptparams.js +10 -5
  146. package/dist/commonjs/models/components/pendlebuyptparams.js.map +1 -1
  147. package/dist/commonjs/models/components/pendlebuyptrequest.d.ts +4 -0
  148. package/dist/commonjs/models/components/pendlebuyptrequest.d.ts.map +1 -1
  149. package/dist/commonjs/models/components/pendlebuyptrequest.js +10 -5
  150. package/dist/commonjs/models/components/pendlebuyptrequest.js.map +1 -1
  151. package/dist/commonjs/models/components/pendlebuyytparams.d.ts +4 -0
  152. package/dist/commonjs/models/components/pendlebuyytparams.d.ts.map +1 -1
  153. package/dist/commonjs/models/components/pendlebuyytparams.js +10 -5
  154. package/dist/commonjs/models/components/pendlebuyytparams.js.map +1 -1
  155. package/dist/commonjs/models/components/pendlebuyytrequest.d.ts +4 -0
  156. package/dist/commonjs/models/components/pendlebuyytrequest.d.ts.map +1 -1
  157. package/dist/commonjs/models/components/pendlebuyytrequest.js +10 -5
  158. package/dist/commonjs/models/components/pendlebuyytrequest.js.map +1 -1
  159. package/dist/commonjs/models/components/pendlesellptparams.d.ts +4 -0
  160. package/dist/commonjs/models/components/pendlesellptparams.d.ts.map +1 -1
  161. package/dist/commonjs/models/components/pendlesellptparams.js +10 -5
  162. package/dist/commonjs/models/components/pendlesellptparams.js.map +1 -1
  163. package/dist/commonjs/models/components/pendlesellptrequest.d.ts +4 -0
  164. package/dist/commonjs/models/components/pendlesellptrequest.d.ts.map +1 -1
  165. package/dist/commonjs/models/components/pendlesellptrequest.js +10 -5
  166. package/dist/commonjs/models/components/pendlesellptrequest.js.map +1 -1
  167. package/dist/commonjs/models/components/pendlesellytparams.d.ts +4 -0
  168. package/dist/commonjs/models/components/pendlesellytparams.d.ts.map +1 -1
  169. package/dist/commonjs/models/components/pendlesellytparams.js +10 -5
  170. package/dist/commonjs/models/components/pendlesellytparams.js.map +1 -1
  171. package/dist/commonjs/models/components/pendlesellytrequest.d.ts +4 -0
  172. package/dist/commonjs/models/components/pendlesellytrequest.d.ts.map +1 -1
  173. package/dist/commonjs/models/components/pendlesellytrequest.js +10 -5
  174. package/dist/commonjs/models/components/pendlesellytrequest.js.map +1 -1
  175. package/dist/commonjs/models/components/skybuyparams.d.ts +4 -0
  176. package/dist/commonjs/models/components/skybuyparams.d.ts.map +1 -1
  177. package/dist/commonjs/models/components/skybuyparams.js +10 -5
  178. package/dist/commonjs/models/components/skybuyparams.js.map +1 -1
  179. package/dist/commonjs/models/components/skybuyrequest.d.ts +4 -0
  180. package/dist/commonjs/models/components/skybuyrequest.d.ts.map +1 -1
  181. package/dist/commonjs/models/components/skybuyrequest.js +10 -5
  182. package/dist/commonjs/models/components/skybuyrequest.js.map +1 -1
  183. package/dist/commonjs/models/components/skydepositparams.d.ts +4 -0
  184. package/dist/commonjs/models/components/skydepositparams.d.ts.map +1 -1
  185. package/dist/commonjs/models/components/skydepositparams.js +11 -2
  186. package/dist/commonjs/models/components/skydepositparams.js.map +1 -1
  187. package/dist/commonjs/models/components/skydepositrequest.d.ts +4 -0
  188. package/dist/commonjs/models/components/skydepositrequest.d.ts.map +1 -1
  189. package/dist/commonjs/models/components/skydepositrequest.js +11 -2
  190. package/dist/commonjs/models/components/skydepositrequest.js.map +1 -1
  191. package/dist/commonjs/models/components/skysellparams.d.ts +4 -0
  192. package/dist/commonjs/models/components/skysellparams.d.ts.map +1 -1
  193. package/dist/commonjs/models/components/skysellparams.js +10 -5
  194. package/dist/commonjs/models/components/skysellparams.js.map +1 -1
  195. package/dist/commonjs/models/components/skysellrequest.d.ts +4 -0
  196. package/dist/commonjs/models/components/skysellrequest.d.ts.map +1 -1
  197. package/dist/commonjs/models/components/skysellrequest.js +10 -5
  198. package/dist/commonjs/models/components/skysellrequest.js.map +1 -1
  199. package/dist/commonjs/models/components/skywithdrawparams.d.ts +4 -0
  200. package/dist/commonjs/models/components/skywithdrawparams.d.ts.map +1 -1
  201. package/dist/commonjs/models/components/skywithdrawparams.js +11 -2
  202. package/dist/commonjs/models/components/skywithdrawparams.js.map +1 -1
  203. package/dist/commonjs/models/components/skywithdrawrequest.d.ts +4 -0
  204. package/dist/commonjs/models/components/skywithdrawrequest.d.ts.map +1 -1
  205. package/dist/commonjs/models/components/skywithdrawrequest.js +11 -2
  206. package/dist/commonjs/models/components/skywithdrawrequest.js.map +1 -1
  207. package/dist/commonjs/models/components/tokentransfererc20params.d.ts +4 -0
  208. package/dist/commonjs/models/components/tokentransfererc20params.d.ts.map +1 -1
  209. package/dist/commonjs/models/components/tokentransfererc20params.js +11 -2
  210. package/dist/commonjs/models/components/tokentransfererc20params.js.map +1 -1
  211. package/dist/commonjs/models/components/tokentransferrequest.d.ts +4 -0
  212. package/dist/commonjs/models/components/tokentransferrequest.d.ts.map +1 -1
  213. package/dist/commonjs/models/components/tokentransferrequest.js +11 -2
  214. package/dist/commonjs/models/components/tokentransferrequest.js.map +1 -1
  215. package/dist/commonjs/models/components/uniswapbuyexactlyparams.d.ts +4 -0
  216. package/dist/commonjs/models/components/uniswapbuyexactlyparams.d.ts.map +1 -1
  217. package/dist/commonjs/models/components/uniswapbuyexactlyparams.js +13 -8
  218. package/dist/commonjs/models/components/uniswapbuyexactlyparams.js.map +1 -1
  219. package/dist/commonjs/models/components/uniswapbuyexactlyrequest.d.ts +4 -0
  220. package/dist/commonjs/models/components/uniswapbuyexactlyrequest.d.ts.map +1 -1
  221. package/dist/commonjs/models/components/uniswapbuyexactlyrequest.js +13 -8
  222. package/dist/commonjs/models/components/uniswapbuyexactlyrequest.js.map +1 -1
  223. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionparams.d.ts +4 -0
  224. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionparams.d.ts.map +1 -1
  225. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionparams.js +14 -9
  226. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionparams.js.map +1 -1
  227. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionrequest.d.ts +4 -0
  228. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionrequest.d.ts.map +1 -1
  229. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionrequest.js +14 -9
  230. package/dist/commonjs/models/components/uniswapincreaseliquidityprovisionrequest.js.map +1 -1
  231. package/dist/commonjs/models/components/uniswapmintliquidityprovisionparams.d.ts +4 -0
  232. package/dist/commonjs/models/components/uniswapmintliquidityprovisionparams.d.ts.map +1 -1
  233. package/dist/commonjs/models/components/uniswapmintliquidityprovisionparams.js +15 -10
  234. package/dist/commonjs/models/components/uniswapmintliquidityprovisionparams.js.map +1 -1
  235. package/dist/commonjs/models/components/uniswapmintliquidityprovisionrequest.d.ts +4 -0
  236. package/dist/commonjs/models/components/uniswapmintliquidityprovisionrequest.d.ts.map +1 -1
  237. package/dist/commonjs/models/components/uniswapmintliquidityprovisionrequest.js +15 -10
  238. package/dist/commonjs/models/components/uniswapmintliquidityprovisionrequest.js.map +1 -1
  239. package/dist/commonjs/models/components/uniswapsellexactlyparams.d.ts +4 -0
  240. package/dist/commonjs/models/components/uniswapsellexactlyparams.d.ts.map +1 -1
  241. package/dist/commonjs/models/components/uniswapsellexactlyparams.js +13 -8
  242. package/dist/commonjs/models/components/uniswapsellexactlyparams.js.map +1 -1
  243. package/dist/commonjs/models/components/uniswapsellexactlyrequest.d.ts +4 -0
  244. package/dist/commonjs/models/components/uniswapsellexactlyrequest.d.ts.map +1 -1
  245. package/dist/commonjs/models/components/uniswapsellexactlyrequest.js +13 -8
  246. package/dist/commonjs/models/components/uniswapsellexactlyrequest.js.map +1 -1
  247. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionparams.d.ts +4 -0
  248. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionparams.d.ts.map +1 -1
  249. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionparams.js +11 -6
  250. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionparams.js.map +1 -1
  251. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionrequest.d.ts +4 -0
  252. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionrequest.d.ts.map +1 -1
  253. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionrequest.js +11 -6
  254. package/dist/commonjs/models/components/uniswapwithdrawliquidityprovisionrequest.js.map +1 -1
  255. package/dist/commonjs/models/components/unwrapwethparams.d.ts +4 -0
  256. package/dist/commonjs/models/components/unwrapwethparams.d.ts.map +1 -1
  257. package/dist/commonjs/models/components/unwrapwethparams.js +11 -2
  258. package/dist/commonjs/models/components/unwrapwethparams.js.map +1 -1
  259. package/dist/commonjs/models/components/unwrapwethrequest.d.ts +4 -0
  260. package/dist/commonjs/models/components/unwrapwethrequest.d.ts.map +1 -1
  261. package/dist/commonjs/models/components/unwrapwethrequest.js +11 -2
  262. package/dist/commonjs/models/components/unwrapwethrequest.js.map +1 -1
  263. package/dist/commonjs/models/components/wrapethparams.d.ts +4 -0
  264. package/dist/commonjs/models/components/wrapethparams.d.ts.map +1 -1
  265. package/dist/commonjs/models/components/wrapethparams.js +11 -2
  266. package/dist/commonjs/models/components/wrapethparams.js.map +1 -1
  267. package/dist/commonjs/models/components/wrapethrequest.d.ts +4 -0
  268. package/dist/commonjs/models/components/wrapethrequest.d.ts.map +1 -1
  269. package/dist/commonjs/models/components/wrapethrequest.js +11 -2
  270. package/dist/commonjs/models/components/wrapethrequest.js.map +1 -1
  271. package/dist/esm/lib/config.d.ts +2 -2
  272. package/dist/esm/lib/config.js +2 -2
  273. package/dist/esm/mcp-server/mcp-server.js +1 -1
  274. package/dist/esm/mcp-server/server.js +1 -1
  275. package/dist/esm/models/components/aaveborrowparams.d.ts +4 -0
  276. package/dist/esm/models/components/aaveborrowparams.d.ts.map +1 -1
  277. package/dist/esm/models/components/aaveborrowparams.js +12 -7
  278. package/dist/esm/models/components/aaveborrowparams.js.map +1 -1
  279. package/dist/esm/models/components/aaveborrowrequest.d.ts +4 -0
  280. package/dist/esm/models/components/aaveborrowrequest.d.ts.map +1 -1
  281. package/dist/esm/models/components/aaveborrowrequest.js +12 -7
  282. package/dist/esm/models/components/aaveborrowrequest.js.map +1 -1
  283. package/dist/esm/models/components/aaverepayparams.d.ts +4 -0
  284. package/dist/esm/models/components/aaverepayparams.d.ts.map +1 -1
  285. package/dist/esm/models/components/aaverepayparams.js +12 -7
  286. package/dist/esm/models/components/aaverepayparams.js.map +1 -1
  287. package/dist/esm/models/components/aaverepayrequest.d.ts +4 -0
  288. package/dist/esm/models/components/aaverepayrequest.d.ts.map +1 -1
  289. package/dist/esm/models/components/aaverepayrequest.js +12 -7
  290. package/dist/esm/models/components/aaverepayrequest.js.map +1 -1
  291. package/dist/esm/models/components/aavesupplyparams.d.ts +4 -0
  292. package/dist/esm/models/components/aavesupplyparams.d.ts.map +1 -1
  293. package/dist/esm/models/components/aavesupplyparams.js +11 -6
  294. package/dist/esm/models/components/aavesupplyparams.js.map +1 -1
  295. package/dist/esm/models/components/aavesupplyrequest.d.ts +4 -0
  296. package/dist/esm/models/components/aavesupplyrequest.d.ts.map +1 -1
  297. package/dist/esm/models/components/aavesupplyrequest.js +11 -6
  298. package/dist/esm/models/components/aavesupplyrequest.js.map +1 -1
  299. package/dist/esm/models/components/aavewithdrawparams.d.ts +4 -0
  300. package/dist/esm/models/components/aavewithdrawparams.d.ts.map +1 -1
  301. package/dist/esm/models/components/aavewithdrawparams.js +12 -3
  302. package/dist/esm/models/components/aavewithdrawparams.js.map +1 -1
  303. package/dist/esm/models/components/aavewithdrawrequest.d.ts +4 -0
  304. package/dist/esm/models/components/aavewithdrawrequest.d.ts.map +1 -1
  305. package/dist/esm/models/components/aavewithdrawrequest.js +12 -3
  306. package/dist/esm/models/components/aavewithdrawrequest.js.map +1 -1
  307. package/dist/esm/models/components/aerodromeslipstreambuyexactlyparams.d.ts +4 -0
  308. package/dist/esm/models/components/aerodromeslipstreambuyexactlyparams.d.ts.map +1 -1
  309. package/dist/esm/models/components/aerodromeslipstreambuyexactlyparams.js +15 -10
  310. package/dist/esm/models/components/aerodromeslipstreambuyexactlyparams.js.map +1 -1
  311. package/dist/esm/models/components/aerodromeslipstreambuyexactlyrequest.d.ts +4 -0
  312. package/dist/esm/models/components/aerodromeslipstreambuyexactlyrequest.d.ts.map +1 -1
  313. package/dist/esm/models/components/aerodromeslipstreambuyexactlyrequest.js +15 -10
  314. package/dist/esm/models/components/aerodromeslipstreambuyexactlyrequest.js.map +1 -1
  315. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.d.ts +4 -0
  316. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.d.ts.map +1 -1
  317. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.js +15 -10
  318. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.js.map +1 -1
  319. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.d.ts +4 -0
  320. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.d.ts.map +1 -1
  321. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.js +15 -10
  322. package/dist/esm/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.js.map +1 -1
  323. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionparams.d.ts +4 -0
  324. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionparams.d.ts.map +1 -1
  325. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionparams.js +17 -12
  326. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionparams.js.map +1 -1
  327. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionrequest.d.ts +4 -0
  328. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionrequest.d.ts.map +1 -1
  329. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionrequest.js +17 -12
  330. package/dist/esm/models/components/aerodromeslipstreammintliquidityprovisionrequest.js.map +1 -1
  331. package/dist/esm/models/components/aerodromeslipstreamsellexactlyparams.d.ts +4 -0
  332. package/dist/esm/models/components/aerodromeslipstreamsellexactlyparams.d.ts.map +1 -1
  333. package/dist/esm/models/components/aerodromeslipstreamsellexactlyparams.js +15 -10
  334. package/dist/esm/models/components/aerodromeslipstreamsellexactlyparams.js.map +1 -1
  335. package/dist/esm/models/components/aerodromeslipstreamsellexactlyrequest.d.ts +4 -0
  336. package/dist/esm/models/components/aerodromeslipstreamsellexactlyrequest.d.ts.map +1 -1
  337. package/dist/esm/models/components/aerodromeslipstreamsellexactlyrequest.js +15 -10
  338. package/dist/esm/models/components/aerodromeslipstreamsellexactlyrequest.js.map +1 -1
  339. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.d.ts +4 -0
  340. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.d.ts.map +1 -1
  341. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.js +12 -7
  342. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.js.map +1 -1
  343. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.d.ts +4 -0
  344. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.d.ts.map +1 -1
  345. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.js +12 -7
  346. package/dist/esm/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.js.map +1 -1
  347. package/dist/esm/models/components/increaseallowanceparams.d.ts +4 -0
  348. package/dist/esm/models/components/increaseallowanceparams.d.ts.map +1 -1
  349. package/dist/esm/models/components/increaseallowanceparams.js +11 -6
  350. package/dist/esm/models/components/increaseallowanceparams.js.map +1 -1
  351. package/dist/esm/models/components/increaseallowancerequest.d.ts +4 -0
  352. package/dist/esm/models/components/increaseallowancerequest.d.ts.map +1 -1
  353. package/dist/esm/models/components/increaseallowancerequest.js +11 -6
  354. package/dist/esm/models/components/increaseallowancerequest.js.map +1 -1
  355. package/dist/esm/models/components/morphoborrowparams.d.ts +4 -0
  356. package/dist/esm/models/components/morphoborrowparams.d.ts.map +1 -1
  357. package/dist/esm/models/components/morphoborrowparams.js +12 -7
  358. package/dist/esm/models/components/morphoborrowparams.js.map +1 -1
  359. package/dist/esm/models/components/morphoborrowrequest.d.ts +4 -0
  360. package/dist/esm/models/components/morphoborrowrequest.d.ts.map +1 -1
  361. package/dist/esm/models/components/morphoborrowrequest.js +12 -7
  362. package/dist/esm/models/components/morphoborrowrequest.js.map +1 -1
  363. package/dist/esm/models/components/morphodepositparams.d.ts +4 -0
  364. package/dist/esm/models/components/morphodepositparams.d.ts.map +1 -1
  365. package/dist/esm/models/components/morphodepositparams.js +11 -6
  366. package/dist/esm/models/components/morphodepositparams.js.map +1 -1
  367. package/dist/esm/models/components/morphodepositrequest.d.ts +4 -0
  368. package/dist/esm/models/components/morphodepositrequest.d.ts.map +1 -1
  369. package/dist/esm/models/components/morphodepositrequest.js +11 -6
  370. package/dist/esm/models/components/morphodepositrequest.js.map +1 -1
  371. package/dist/esm/models/components/morphorepayparams.d.ts +4 -0
  372. package/dist/esm/models/components/morphorepayparams.d.ts.map +1 -1
  373. package/dist/esm/models/components/morphorepayparams.js +13 -8
  374. package/dist/esm/models/components/morphorepayparams.js.map +1 -1
  375. package/dist/esm/models/components/morphorepayrequest.d.ts +4 -0
  376. package/dist/esm/models/components/morphorepayrequest.d.ts.map +1 -1
  377. package/dist/esm/models/components/morphorepayrequest.js +13 -8
  378. package/dist/esm/models/components/morphorepayrequest.js.map +1 -1
  379. package/dist/esm/models/components/morphosetvaultallowanceparams.d.ts +4 -0
  380. package/dist/esm/models/components/morphosetvaultallowanceparams.d.ts.map +1 -1
  381. package/dist/esm/models/components/morphosetvaultallowanceparams.js +11 -6
  382. package/dist/esm/models/components/morphosetvaultallowanceparams.js.map +1 -1
  383. package/dist/esm/models/components/morphosetvaultallowancerequest.d.ts +4 -0
  384. package/dist/esm/models/components/morphosetvaultallowancerequest.d.ts.map +1 -1
  385. package/dist/esm/models/components/morphosetvaultallowancerequest.js +11 -6
  386. package/dist/esm/models/components/morphosetvaultallowancerequest.js.map +1 -1
  387. package/dist/esm/models/components/morphosupplycollateralparams.d.ts +4 -0
  388. package/dist/esm/models/components/morphosupplycollateralparams.d.ts.map +1 -1
  389. package/dist/esm/models/components/morphosupplycollateralparams.js +13 -8
  390. package/dist/esm/models/components/morphosupplycollateralparams.js.map +1 -1
  391. package/dist/esm/models/components/morphosupplycollateralrequest.d.ts +4 -0
  392. package/dist/esm/models/components/morphosupplycollateralrequest.d.ts.map +1 -1
  393. package/dist/esm/models/components/morphosupplycollateralrequest.js +13 -8
  394. package/dist/esm/models/components/morphosupplycollateralrequest.js.map +1 -1
  395. package/dist/esm/models/components/morphowithdrawcollateralparams.d.ts +4 -0
  396. package/dist/esm/models/components/morphowithdrawcollateralparams.d.ts.map +1 -1
  397. package/dist/esm/models/components/morphowithdrawcollateralparams.js +12 -7
  398. package/dist/esm/models/components/morphowithdrawcollateralparams.js.map +1 -1
  399. package/dist/esm/models/components/morphowithdrawcollateralrequest.d.ts +4 -0
  400. package/dist/esm/models/components/morphowithdrawcollateralrequest.d.ts.map +1 -1
  401. package/dist/esm/models/components/morphowithdrawcollateralrequest.js +12 -7
  402. package/dist/esm/models/components/morphowithdrawcollateralrequest.js.map +1 -1
  403. package/dist/esm/models/components/morphowithdrawparams.d.ts +4 -0
  404. package/dist/esm/models/components/morphowithdrawparams.d.ts.map +1 -1
  405. package/dist/esm/models/components/morphowithdrawparams.js +11 -6
  406. package/dist/esm/models/components/morphowithdrawparams.js.map +1 -1
  407. package/dist/esm/models/components/morphowithdrawrequest.d.ts +4 -0
  408. package/dist/esm/models/components/morphowithdrawrequest.d.ts.map +1 -1
  409. package/dist/esm/models/components/morphowithdrawrequest.js +11 -6
  410. package/dist/esm/models/components/morphowithdrawrequest.js.map +1 -1
  411. package/dist/esm/models/components/pendlebuyptparams.d.ts +4 -0
  412. package/dist/esm/models/components/pendlebuyptparams.d.ts.map +1 -1
  413. package/dist/esm/models/components/pendlebuyptparams.js +11 -6
  414. package/dist/esm/models/components/pendlebuyptparams.js.map +1 -1
  415. package/dist/esm/models/components/pendlebuyptrequest.d.ts +4 -0
  416. package/dist/esm/models/components/pendlebuyptrequest.d.ts.map +1 -1
  417. package/dist/esm/models/components/pendlebuyptrequest.js +11 -6
  418. package/dist/esm/models/components/pendlebuyptrequest.js.map +1 -1
  419. package/dist/esm/models/components/pendlebuyytparams.d.ts +4 -0
  420. package/dist/esm/models/components/pendlebuyytparams.d.ts.map +1 -1
  421. package/dist/esm/models/components/pendlebuyytparams.js +11 -6
  422. package/dist/esm/models/components/pendlebuyytparams.js.map +1 -1
  423. package/dist/esm/models/components/pendlebuyytrequest.d.ts +4 -0
  424. package/dist/esm/models/components/pendlebuyytrequest.d.ts.map +1 -1
  425. package/dist/esm/models/components/pendlebuyytrequest.js +11 -6
  426. package/dist/esm/models/components/pendlebuyytrequest.js.map +1 -1
  427. package/dist/esm/models/components/pendlesellptparams.d.ts +4 -0
  428. package/dist/esm/models/components/pendlesellptparams.d.ts.map +1 -1
  429. package/dist/esm/models/components/pendlesellptparams.js +11 -6
  430. package/dist/esm/models/components/pendlesellptparams.js.map +1 -1
  431. package/dist/esm/models/components/pendlesellptrequest.d.ts +4 -0
  432. package/dist/esm/models/components/pendlesellptrequest.d.ts.map +1 -1
  433. package/dist/esm/models/components/pendlesellptrequest.js +11 -6
  434. package/dist/esm/models/components/pendlesellptrequest.js.map +1 -1
  435. package/dist/esm/models/components/pendlesellytparams.d.ts +4 -0
  436. package/dist/esm/models/components/pendlesellytparams.d.ts.map +1 -1
  437. package/dist/esm/models/components/pendlesellytparams.js +11 -6
  438. package/dist/esm/models/components/pendlesellytparams.js.map +1 -1
  439. package/dist/esm/models/components/pendlesellytrequest.d.ts +4 -0
  440. package/dist/esm/models/components/pendlesellytrequest.d.ts.map +1 -1
  441. package/dist/esm/models/components/pendlesellytrequest.js +11 -6
  442. package/dist/esm/models/components/pendlesellytrequest.js.map +1 -1
  443. package/dist/esm/models/components/skybuyparams.d.ts +4 -0
  444. package/dist/esm/models/components/skybuyparams.d.ts.map +1 -1
  445. package/dist/esm/models/components/skybuyparams.js +11 -6
  446. package/dist/esm/models/components/skybuyparams.js.map +1 -1
  447. package/dist/esm/models/components/skybuyrequest.d.ts +4 -0
  448. package/dist/esm/models/components/skybuyrequest.d.ts.map +1 -1
  449. package/dist/esm/models/components/skybuyrequest.js +11 -6
  450. package/dist/esm/models/components/skybuyrequest.js.map +1 -1
  451. package/dist/esm/models/components/skydepositparams.d.ts +4 -0
  452. package/dist/esm/models/components/skydepositparams.d.ts.map +1 -1
  453. package/dist/esm/models/components/skydepositparams.js +12 -3
  454. package/dist/esm/models/components/skydepositparams.js.map +1 -1
  455. package/dist/esm/models/components/skydepositrequest.d.ts +4 -0
  456. package/dist/esm/models/components/skydepositrequest.d.ts.map +1 -1
  457. package/dist/esm/models/components/skydepositrequest.js +12 -3
  458. package/dist/esm/models/components/skydepositrequest.js.map +1 -1
  459. package/dist/esm/models/components/skysellparams.d.ts +4 -0
  460. package/dist/esm/models/components/skysellparams.d.ts.map +1 -1
  461. package/dist/esm/models/components/skysellparams.js +11 -6
  462. package/dist/esm/models/components/skysellparams.js.map +1 -1
  463. package/dist/esm/models/components/skysellrequest.d.ts +4 -0
  464. package/dist/esm/models/components/skysellrequest.d.ts.map +1 -1
  465. package/dist/esm/models/components/skysellrequest.js +11 -6
  466. package/dist/esm/models/components/skysellrequest.js.map +1 -1
  467. package/dist/esm/models/components/skywithdrawparams.d.ts +4 -0
  468. package/dist/esm/models/components/skywithdrawparams.d.ts.map +1 -1
  469. package/dist/esm/models/components/skywithdrawparams.js +12 -3
  470. package/dist/esm/models/components/skywithdrawparams.js.map +1 -1
  471. package/dist/esm/models/components/skywithdrawrequest.d.ts +4 -0
  472. package/dist/esm/models/components/skywithdrawrequest.d.ts.map +1 -1
  473. package/dist/esm/models/components/skywithdrawrequest.js +12 -3
  474. package/dist/esm/models/components/skywithdrawrequest.js.map +1 -1
  475. package/dist/esm/models/components/tokentransfererc20params.d.ts +4 -0
  476. package/dist/esm/models/components/tokentransfererc20params.d.ts.map +1 -1
  477. package/dist/esm/models/components/tokentransfererc20params.js +12 -3
  478. package/dist/esm/models/components/tokentransfererc20params.js.map +1 -1
  479. package/dist/esm/models/components/tokentransferrequest.d.ts +4 -0
  480. package/dist/esm/models/components/tokentransferrequest.d.ts.map +1 -1
  481. package/dist/esm/models/components/tokentransferrequest.js +12 -3
  482. package/dist/esm/models/components/tokentransferrequest.js.map +1 -1
  483. package/dist/esm/models/components/uniswapbuyexactlyparams.d.ts +4 -0
  484. package/dist/esm/models/components/uniswapbuyexactlyparams.d.ts.map +1 -1
  485. package/dist/esm/models/components/uniswapbuyexactlyparams.js +14 -9
  486. package/dist/esm/models/components/uniswapbuyexactlyparams.js.map +1 -1
  487. package/dist/esm/models/components/uniswapbuyexactlyrequest.d.ts +4 -0
  488. package/dist/esm/models/components/uniswapbuyexactlyrequest.d.ts.map +1 -1
  489. package/dist/esm/models/components/uniswapbuyexactlyrequest.js +14 -9
  490. package/dist/esm/models/components/uniswapbuyexactlyrequest.js.map +1 -1
  491. package/dist/esm/models/components/uniswapincreaseliquidityprovisionparams.d.ts +4 -0
  492. package/dist/esm/models/components/uniswapincreaseliquidityprovisionparams.d.ts.map +1 -1
  493. package/dist/esm/models/components/uniswapincreaseliquidityprovisionparams.js +15 -10
  494. package/dist/esm/models/components/uniswapincreaseliquidityprovisionparams.js.map +1 -1
  495. package/dist/esm/models/components/uniswapincreaseliquidityprovisionrequest.d.ts +4 -0
  496. package/dist/esm/models/components/uniswapincreaseliquidityprovisionrequest.d.ts.map +1 -1
  497. package/dist/esm/models/components/uniswapincreaseliquidityprovisionrequest.js +15 -10
  498. package/dist/esm/models/components/uniswapincreaseliquidityprovisionrequest.js.map +1 -1
  499. package/dist/esm/models/components/uniswapmintliquidityprovisionparams.d.ts +4 -0
  500. package/dist/esm/models/components/uniswapmintliquidityprovisionparams.d.ts.map +1 -1
  501. package/dist/esm/models/components/uniswapmintliquidityprovisionparams.js +16 -11
  502. package/dist/esm/models/components/uniswapmintliquidityprovisionparams.js.map +1 -1
  503. package/dist/esm/models/components/uniswapmintliquidityprovisionrequest.d.ts +4 -0
  504. package/dist/esm/models/components/uniswapmintliquidityprovisionrequest.d.ts.map +1 -1
  505. package/dist/esm/models/components/uniswapmintliquidityprovisionrequest.js +16 -11
  506. package/dist/esm/models/components/uniswapmintliquidityprovisionrequest.js.map +1 -1
  507. package/dist/esm/models/components/uniswapsellexactlyparams.d.ts +4 -0
  508. package/dist/esm/models/components/uniswapsellexactlyparams.d.ts.map +1 -1
  509. package/dist/esm/models/components/uniswapsellexactlyparams.js +14 -9
  510. package/dist/esm/models/components/uniswapsellexactlyparams.js.map +1 -1
  511. package/dist/esm/models/components/uniswapsellexactlyrequest.d.ts +4 -0
  512. package/dist/esm/models/components/uniswapsellexactlyrequest.d.ts.map +1 -1
  513. package/dist/esm/models/components/uniswapsellexactlyrequest.js +14 -9
  514. package/dist/esm/models/components/uniswapsellexactlyrequest.js.map +1 -1
  515. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionparams.d.ts +4 -0
  516. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionparams.d.ts.map +1 -1
  517. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionparams.js +12 -7
  518. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionparams.js.map +1 -1
  519. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionrequest.d.ts +4 -0
  520. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionrequest.d.ts.map +1 -1
  521. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionrequest.js +12 -7
  522. package/dist/esm/models/components/uniswapwithdrawliquidityprovisionrequest.js.map +1 -1
  523. package/dist/esm/models/components/unwrapwethparams.d.ts +4 -0
  524. package/dist/esm/models/components/unwrapwethparams.d.ts.map +1 -1
  525. package/dist/esm/models/components/unwrapwethparams.js +12 -3
  526. package/dist/esm/models/components/unwrapwethparams.js.map +1 -1
  527. package/dist/esm/models/components/unwrapwethrequest.d.ts +4 -0
  528. package/dist/esm/models/components/unwrapwethrequest.d.ts.map +1 -1
  529. package/dist/esm/models/components/unwrapwethrequest.js +12 -3
  530. package/dist/esm/models/components/unwrapwethrequest.js.map +1 -1
  531. package/dist/esm/models/components/wrapethparams.d.ts +4 -0
  532. package/dist/esm/models/components/wrapethparams.d.ts.map +1 -1
  533. package/dist/esm/models/components/wrapethparams.js +12 -3
  534. package/dist/esm/models/components/wrapethparams.js.map +1 -1
  535. package/dist/esm/models/components/wrapethrequest.d.ts +4 -0
  536. package/dist/esm/models/components/wrapethrequest.d.ts.map +1 -1
  537. package/dist/esm/models/components/wrapethrequest.js +12 -3
  538. package/dist/esm/models/components/wrapethrequest.js.map +1 -1
  539. package/jsr.json +1 -1
  540. package/package.json +1 -1
  541. package/src/lib/config.ts +2 -2
  542. package/src/mcp-server/mcp-server.ts +1 -1
  543. package/src/mcp-server/server.ts +1 -1
  544. package/src/models/components/aaveborrowparams.ts +25 -11
  545. package/src/models/components/aaveborrowrequest.ts +27 -13
  546. package/src/models/components/aaverepayparams.ts +25 -11
  547. package/src/models/components/aaverepayrequest.ts +27 -13
  548. package/src/models/components/aavesupplyparams.ts +23 -9
  549. package/src/models/components/aavesupplyrequest.ts +25 -11
  550. package/src/models/components/aavewithdrawparams.ts +24 -6
  551. package/src/models/components/aavewithdrawrequest.ts +26 -8
  552. package/src/models/components/aerodromeslipstreambuyexactlyparams.ts +29 -15
  553. package/src/models/components/aerodromeslipstreambuyexactlyrequest.ts +31 -17
  554. package/src/models/components/aerodromeslipstreamincreaseliquidityprovisionparams.ts +29 -15
  555. package/src/models/components/aerodromeslipstreamincreaseliquidityprovisionrequest.ts +31 -17
  556. package/src/models/components/aerodromeslipstreammintliquidityprovisionparams.ts +36 -22
  557. package/src/models/components/aerodromeslipstreammintliquidityprovisionrequest.ts +38 -24
  558. package/src/models/components/aerodromeslipstreamsellexactlyparams.ts +29 -15
  559. package/src/models/components/aerodromeslipstreamsellexactlyrequest.ts +31 -17
  560. package/src/models/components/aerodromeslipstreamwithdrawliquidityprovisionparams.ts +23 -9
  561. package/src/models/components/aerodromeslipstreamwithdrawliquidityprovisionrequest.ts +25 -11
  562. package/src/models/components/increaseallowanceparams.ts +23 -9
  563. package/src/models/components/increaseallowancerequest.ts +25 -11
  564. package/src/models/components/morphoborrowparams.ts +25 -11
  565. package/src/models/components/morphoborrowrequest.ts +27 -13
  566. package/src/models/components/morphodepositparams.ts +23 -9
  567. package/src/models/components/morphodepositrequest.ts +25 -11
  568. package/src/models/components/morphorepayparams.ts +26 -12
  569. package/src/models/components/morphorepayrequest.ts +28 -14
  570. package/src/models/components/morphosetvaultallowanceparams.ts +22 -8
  571. package/src/models/components/morphosetvaultallowancerequest.ts +24 -10
  572. package/src/models/components/morphosupplycollateralparams.ts +26 -12
  573. package/src/models/components/morphosupplycollateralrequest.ts +28 -14
  574. package/src/models/components/morphowithdrawcollateralparams.ts +25 -11
  575. package/src/models/components/morphowithdrawcollateralrequest.ts +27 -13
  576. package/src/models/components/morphowithdrawparams.ts +23 -9
  577. package/src/models/components/morphowithdrawrequest.ts +25 -11
  578. package/src/models/components/pendlebuyptparams.ts +22 -8
  579. package/src/models/components/pendlebuyptrequest.ts +24 -10
  580. package/src/models/components/pendlebuyytparams.ts +22 -8
  581. package/src/models/components/pendlebuyytrequest.ts +24 -10
  582. package/src/models/components/pendlesellptparams.ts +22 -8
  583. package/src/models/components/pendlesellptrequest.ts +24 -10
  584. package/src/models/components/pendlesellytparams.ts +22 -8
  585. package/src/models/components/pendlesellytrequest.ts +24 -10
  586. package/src/models/components/skybuyparams.ts +22 -8
  587. package/src/models/components/skybuyrequest.ts +24 -10
  588. package/src/models/components/skydepositparams.ts +23 -5
  589. package/src/models/components/skydepositrequest.ts +25 -7
  590. package/src/models/components/skysellparams.ts +22 -8
  591. package/src/models/components/skysellrequest.ts +24 -10
  592. package/src/models/components/skywithdrawparams.ts +23 -5
  593. package/src/models/components/skywithdrawrequest.ts +25 -7
  594. package/src/models/components/tokentransfererc20params.ts +24 -6
  595. package/src/models/components/tokentransferrequest.ts +26 -8
  596. package/src/models/components/uniswapbuyexactlyparams.ts +29 -15
  597. package/src/models/components/uniswapbuyexactlyrequest.ts +31 -17
  598. package/src/models/components/uniswapincreaseliquidityprovisionparams.ts +29 -15
  599. package/src/models/components/uniswapincreaseliquidityprovisionrequest.ts +31 -17
  600. package/src/models/components/uniswapmintliquidityprovisionparams.ts +35 -21
  601. package/src/models/components/uniswapmintliquidityprovisionrequest.ts +37 -23
  602. package/src/models/components/uniswapsellexactlyparams.ts +29 -15
  603. package/src/models/components/uniswapsellexactlyrequest.ts +31 -17
  604. package/src/models/components/uniswapwithdrawliquidityprovisionparams.ts +23 -9
  605. package/src/models/components/uniswapwithdrawliquidityprovisionrequest.ts +25 -11
  606. package/src/models/components/unwrapwethparams.ts +22 -4
  607. package/src/models/components/unwrapwethrequest.ts +24 -6
  608. package/src/models/components/wrapethparams.ts +22 -4
  609. package/src/models/components/wrapethrequest.ts +24 -6
package/bin/mcp-server.js CHANGED
@@ -34205,9 +34205,9 @@ var init_config = __esm(() => {
34205
34205
  SDK_METADATA = {
34206
34206
  language: "typescript",
34207
34207
  openapiDocVersion: "0.0.1",
34208
- sdkVersion: "0.4.1",
34208
+ sdkVersion: "0.4.3",
34209
34209
  genVersion: "2.616.1",
34210
- userAgent: "speakeasy-sdk/typescript 0.4.1 2.616.1 0.0.1 @compass-labs/api-sdk"
34210
+ userAgent: "speakeasy-sdk/typescript 0.4.3 2.616.1 0.0.1 @compass-labs/api-sdk"
34211
34211
  };
34212
34212
  });
34213
34213
 
@@ -35675,6 +35675,7 @@ var AaveBorrowParamsAmount$inboundSchema, AaveBorrowParamsAmount$outboundSchema,
35675
35675
  var init_aaveborrowparams = __esm(() => {
35676
35676
  init_esm();
35677
35677
  init_primitives();
35678
+ init_schemas();
35678
35679
  init_interestratemode();
35679
35680
  init_tokenenum();
35680
35681
  AaveBorrowParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -35683,12 +35684,12 @@ var init_aaveborrowparams = __esm(() => {
35683
35684
  AaveBorrowParamsAmount$.inboundSchema = AaveBorrowParamsAmount$inboundSchema;
35684
35685
  AaveBorrowParamsAmount$.outboundSchema = AaveBorrowParamsAmount$outboundSchema;
35685
35686
  })(AaveBorrowParamsAmount$ ||= {});
35686
- AaveBorrowParams$inboundSchema = objectType({
35687
+ AaveBorrowParams$inboundSchema = collectExtraKeys(objectType({
35687
35688
  token: TokenEnum$inboundSchema,
35688
35689
  amount: unionType([numberType(), stringType()]),
35689
35690
  interest_rate_mode: InterestRateMode$inboundSchema,
35690
35691
  on_behalf_of: nullableType(stringType()).optional()
35691
- }).transform((v2) => {
35692
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
35692
35693
  return remap(v2, {
35693
35694
  interest_rate_mode: "interestRateMode",
35694
35695
  on_behalf_of: "onBehalfOf"
@@ -35698,12 +35699,17 @@ var init_aaveborrowparams = __esm(() => {
35698
35699
  token: TokenEnum$outboundSchema,
35699
35700
  amount: unionType([numberType(), stringType()]),
35700
35701
  interestRateMode: InterestRateMode$outboundSchema,
35701
- onBehalfOf: nullableType(stringType()).optional()
35702
+ onBehalfOf: nullableType(stringType()).optional(),
35703
+ additionalProperties: recordType(anyType())
35702
35704
  }).transform((v2) => {
35703
- return remap(v2, {
35704
- interestRateMode: "interest_rate_mode",
35705
- onBehalfOf: "on_behalf_of"
35706
- });
35705
+ return {
35706
+ ...v2.additionalProperties,
35707
+ ...remap(v2, {
35708
+ interestRateMode: "interest_rate_mode",
35709
+ onBehalfOf: "on_behalf_of",
35710
+ additionalProperties: null
35711
+ })
35712
+ };
35707
35713
  });
35708
35714
  ((AaveBorrowParams$) => {
35709
35715
  AaveBorrowParams$.inboundSchema = AaveBorrowParams$inboundSchema;
@@ -35733,6 +35739,7 @@ var AaveBorrowRequestAmount$inboundSchema, AaveBorrowRequestAmount$outboundSchem
35733
35739
  var init_aaveborrowrequest = __esm(() => {
35734
35740
  init_esm();
35735
35741
  init_primitives();
35742
+ init_schemas();
35736
35743
  init_chain();
35737
35744
  init_interestratemode();
35738
35745
  init_tokenenum();
@@ -35742,14 +35749,14 @@ var init_aaveborrowrequest = __esm(() => {
35742
35749
  AaveBorrowRequestAmount$.inboundSchema = AaveBorrowRequestAmount$inboundSchema;
35743
35750
  AaveBorrowRequestAmount$.outboundSchema = AaveBorrowRequestAmount$outboundSchema;
35744
35751
  })(AaveBorrowRequestAmount$ ||= {});
35745
- AaveBorrowRequest$inboundSchema = objectType({
35752
+ AaveBorrowRequest$inboundSchema = collectExtraKeys(objectType({
35746
35753
  token: TokenEnum$inboundSchema,
35747
35754
  amount: unionType([numberType(), stringType()]),
35748
35755
  interest_rate_mode: InterestRateMode$inboundSchema,
35749
35756
  on_behalf_of: nullableType(stringType()).optional(),
35750
35757
  chain: Chain$inboundSchema,
35751
35758
  sender: stringType()
35752
- }).transform((v2) => {
35759
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
35753
35760
  return remap(v2, {
35754
35761
  interest_rate_mode: "interestRateMode",
35755
35762
  on_behalf_of: "onBehalfOf"
@@ -35761,12 +35768,17 @@ var init_aaveborrowrequest = __esm(() => {
35761
35768
  interestRateMode: InterestRateMode$outboundSchema,
35762
35769
  onBehalfOf: nullableType(stringType()).optional(),
35763
35770
  chain: Chain$outboundSchema,
35764
- sender: stringType()
35771
+ sender: stringType(),
35772
+ additionalProperties: recordType(anyType())
35765
35773
  }).transform((v2) => {
35766
- return remap(v2, {
35767
- interestRateMode: "interest_rate_mode",
35768
- onBehalfOf: "on_behalf_of"
35769
- });
35774
+ return {
35775
+ ...v2.additionalProperties,
35776
+ ...remap(v2, {
35777
+ interestRateMode: "interest_rate_mode",
35778
+ onBehalfOf: "on_behalf_of",
35779
+ additionalProperties: null
35780
+ })
35781
+ };
35770
35782
  });
35771
35783
  ((AaveBorrowRequest$) => {
35772
35784
  AaveBorrowRequest$.inboundSchema = AaveBorrowRequest$inboundSchema;
@@ -36346,6 +36358,7 @@ var AaveRepayParamsAmount$inboundSchema, AaveRepayParamsAmount$outboundSchema, A
36346
36358
  var init_aaverepayparams = __esm(() => {
36347
36359
  init_esm();
36348
36360
  init_primitives();
36361
+ init_schemas();
36349
36362
  init_interestratemode();
36350
36363
  init_tokenenum();
36351
36364
  AaveRepayParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -36354,12 +36367,12 @@ var init_aaverepayparams = __esm(() => {
36354
36367
  AaveRepayParamsAmount$.inboundSchema = AaveRepayParamsAmount$inboundSchema;
36355
36368
  AaveRepayParamsAmount$.outboundSchema = AaveRepayParamsAmount$outboundSchema;
36356
36369
  })(AaveRepayParamsAmount$ ||= {});
36357
- AaveRepayParams$inboundSchema = objectType({
36370
+ AaveRepayParams$inboundSchema = collectExtraKeys(objectType({
36358
36371
  token: TokenEnum$inboundSchema,
36359
36372
  amount: unionType([numberType(), stringType()]),
36360
36373
  interest_rate_mode: InterestRateMode$inboundSchema,
36361
36374
  on_behalf_of: nullableType(stringType()).optional()
36362
- }).transform((v2) => {
36375
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36363
36376
  return remap(v2, {
36364
36377
  interest_rate_mode: "interestRateMode",
36365
36378
  on_behalf_of: "onBehalfOf"
@@ -36369,12 +36382,17 @@ var init_aaverepayparams = __esm(() => {
36369
36382
  token: TokenEnum$outboundSchema,
36370
36383
  amount: unionType([numberType(), stringType()]),
36371
36384
  interestRateMode: InterestRateMode$outboundSchema,
36372
- onBehalfOf: nullableType(stringType()).optional()
36385
+ onBehalfOf: nullableType(stringType()).optional(),
36386
+ additionalProperties: recordType(anyType())
36373
36387
  }).transform((v2) => {
36374
- return remap(v2, {
36375
- interestRateMode: "interest_rate_mode",
36376
- onBehalfOf: "on_behalf_of"
36377
- });
36388
+ return {
36389
+ ...v2.additionalProperties,
36390
+ ...remap(v2, {
36391
+ interestRateMode: "interest_rate_mode",
36392
+ onBehalfOf: "on_behalf_of",
36393
+ additionalProperties: null
36394
+ })
36395
+ };
36378
36396
  });
36379
36397
  ((AaveRepayParams$) => {
36380
36398
  AaveRepayParams$.inboundSchema = AaveRepayParams$inboundSchema;
@@ -36387,6 +36405,7 @@ var AaveRepayRequestAmount$inboundSchema, AaveRepayRequestAmount$outboundSchema,
36387
36405
  var init_aaverepayrequest = __esm(() => {
36388
36406
  init_esm();
36389
36407
  init_primitives();
36408
+ init_schemas();
36390
36409
  init_chain();
36391
36410
  init_interestratemode();
36392
36411
  init_tokenenum();
@@ -36396,14 +36415,14 @@ var init_aaverepayrequest = __esm(() => {
36396
36415
  AaveRepayRequestAmount$.inboundSchema = AaveRepayRequestAmount$inboundSchema;
36397
36416
  AaveRepayRequestAmount$.outboundSchema = AaveRepayRequestAmount$outboundSchema;
36398
36417
  })(AaveRepayRequestAmount$ ||= {});
36399
- AaveRepayRequest$inboundSchema = objectType({
36418
+ AaveRepayRequest$inboundSchema = collectExtraKeys(objectType({
36400
36419
  token: TokenEnum$inboundSchema,
36401
36420
  amount: unionType([numberType(), stringType()]),
36402
36421
  interest_rate_mode: InterestRateMode$inboundSchema,
36403
36422
  on_behalf_of: nullableType(stringType()).optional(),
36404
36423
  chain: Chain$inboundSchema,
36405
36424
  sender: stringType()
36406
- }).transform((v2) => {
36425
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36407
36426
  return remap(v2, {
36408
36427
  interest_rate_mode: "interestRateMode",
36409
36428
  on_behalf_of: "onBehalfOf"
@@ -36415,12 +36434,17 @@ var init_aaverepayrequest = __esm(() => {
36415
36434
  interestRateMode: InterestRateMode$outboundSchema,
36416
36435
  onBehalfOf: nullableType(stringType()).optional(),
36417
36436
  chain: Chain$outboundSchema,
36418
- sender: stringType()
36437
+ sender: stringType(),
36438
+ additionalProperties: recordType(anyType())
36419
36439
  }).transform((v2) => {
36420
- return remap(v2, {
36421
- interestRateMode: "interest_rate_mode",
36422
- onBehalfOf: "on_behalf_of"
36423
- });
36440
+ return {
36441
+ ...v2.additionalProperties,
36442
+ ...remap(v2, {
36443
+ interestRateMode: "interest_rate_mode",
36444
+ onBehalfOf: "on_behalf_of",
36445
+ additionalProperties: null
36446
+ })
36447
+ };
36424
36448
  });
36425
36449
  ((AaveRepayRequest$) => {
36426
36450
  AaveRepayRequest$.inboundSchema = AaveRepayRequest$inboundSchema;
@@ -36509,6 +36533,7 @@ var AaveSupplyParamsAmount$inboundSchema, AaveSupplyParamsAmount$outboundSchema,
36509
36533
  var init_aavesupplyparams = __esm(() => {
36510
36534
  init_esm();
36511
36535
  init_primitives();
36536
+ init_schemas();
36512
36537
  init_tokenenum();
36513
36538
  AaveSupplyParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
36514
36539
  AaveSupplyParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -36516,11 +36541,11 @@ var init_aavesupplyparams = __esm(() => {
36516
36541
  AaveSupplyParamsAmount$.inboundSchema = AaveSupplyParamsAmount$inboundSchema;
36517
36542
  AaveSupplyParamsAmount$.outboundSchema = AaveSupplyParamsAmount$outboundSchema;
36518
36543
  })(AaveSupplyParamsAmount$ ||= {});
36519
- AaveSupplyParams$inboundSchema = objectType({
36544
+ AaveSupplyParams$inboundSchema = collectExtraKeys(objectType({
36520
36545
  token: TokenEnum$inboundSchema,
36521
36546
  amount: unionType([numberType(), stringType()]),
36522
36547
  on_behalf_of: nullableType(stringType()).optional()
36523
- }).transform((v2) => {
36548
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36524
36549
  return remap(v2, {
36525
36550
  on_behalf_of: "onBehalfOf"
36526
36551
  });
@@ -36528,11 +36553,16 @@ var init_aavesupplyparams = __esm(() => {
36528
36553
  AaveSupplyParams$outboundSchema = objectType({
36529
36554
  token: TokenEnum$outboundSchema,
36530
36555
  amount: unionType([numberType(), stringType()]),
36531
- onBehalfOf: nullableType(stringType()).optional()
36556
+ onBehalfOf: nullableType(stringType()).optional(),
36557
+ additionalProperties: recordType(anyType())
36532
36558
  }).transform((v2) => {
36533
- return remap(v2, {
36534
- onBehalfOf: "on_behalf_of"
36535
- });
36559
+ return {
36560
+ ...v2.additionalProperties,
36561
+ ...remap(v2, {
36562
+ onBehalfOf: "on_behalf_of",
36563
+ additionalProperties: null
36564
+ })
36565
+ };
36536
36566
  });
36537
36567
  ((AaveSupplyParams$) => {
36538
36568
  AaveSupplyParams$.inboundSchema = AaveSupplyParams$inboundSchema;
@@ -36545,6 +36575,7 @@ var AaveSupplyRequestAmount$inboundSchema, AaveSupplyRequestAmount$outboundSchem
36545
36575
  var init_aavesupplyrequest = __esm(() => {
36546
36576
  init_esm();
36547
36577
  init_primitives();
36578
+ init_schemas();
36548
36579
  init_chain();
36549
36580
  init_tokenenum();
36550
36581
  AaveSupplyRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -36553,13 +36584,13 @@ var init_aavesupplyrequest = __esm(() => {
36553
36584
  AaveSupplyRequestAmount$.inboundSchema = AaveSupplyRequestAmount$inboundSchema;
36554
36585
  AaveSupplyRequestAmount$.outboundSchema = AaveSupplyRequestAmount$outboundSchema;
36555
36586
  })(AaveSupplyRequestAmount$ ||= {});
36556
- AaveSupplyRequest$inboundSchema = objectType({
36587
+ AaveSupplyRequest$inboundSchema = collectExtraKeys(objectType({
36557
36588
  token: TokenEnum$inboundSchema,
36558
36589
  amount: unionType([numberType(), stringType()]),
36559
36590
  on_behalf_of: nullableType(stringType()).optional(),
36560
36591
  chain: Chain$inboundSchema,
36561
36592
  sender: stringType()
36562
- }).transform((v2) => {
36593
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36563
36594
  return remap(v2, {
36564
36595
  on_behalf_of: "onBehalfOf"
36565
36596
  });
@@ -36569,11 +36600,16 @@ var init_aavesupplyrequest = __esm(() => {
36569
36600
  amount: unionType([numberType(), stringType()]),
36570
36601
  onBehalfOf: nullableType(stringType()).optional(),
36571
36602
  chain: Chain$outboundSchema,
36572
- sender: stringType()
36603
+ sender: stringType(),
36604
+ additionalProperties: recordType(anyType())
36573
36605
  }).transform((v2) => {
36574
- return remap(v2, {
36575
- onBehalfOf: "on_behalf_of"
36576
- });
36606
+ return {
36607
+ ...v2.additionalProperties,
36608
+ ...remap(v2, {
36609
+ onBehalfOf: "on_behalf_of",
36610
+ additionalProperties: null
36611
+ })
36612
+ };
36577
36613
  });
36578
36614
  ((AaveSupplyRequest$) => {
36579
36615
  AaveSupplyRequest$.inboundSchema = AaveSupplyRequest$inboundSchema;
@@ -36703,6 +36739,8 @@ var init_aaveuserpositionsummaryresponse = __esm(() => {
36703
36739
  var AaveWithdrawParamsAmount$inboundSchema, AaveWithdrawParamsAmount$outboundSchema, AaveWithdrawParamsAmount$, AaveWithdrawParams$inboundSchema, AaveWithdrawParams$outboundSchema, AaveWithdrawParams$;
36704
36740
  var init_aavewithdrawparams = __esm(() => {
36705
36741
  init_esm();
36742
+ init_primitives();
36743
+ init_schemas();
36706
36744
  init_tokenenum();
36707
36745
  AaveWithdrawParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
36708
36746
  AaveWithdrawParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -36710,15 +36748,23 @@ var init_aavewithdrawparams = __esm(() => {
36710
36748
  AaveWithdrawParamsAmount$.inboundSchema = AaveWithdrawParamsAmount$inboundSchema;
36711
36749
  AaveWithdrawParamsAmount$.outboundSchema = AaveWithdrawParamsAmount$outboundSchema;
36712
36750
  })(AaveWithdrawParamsAmount$ ||= {});
36713
- AaveWithdrawParams$inboundSchema = objectType({
36751
+ AaveWithdrawParams$inboundSchema = collectExtraKeys(objectType({
36714
36752
  token: TokenEnum$inboundSchema,
36715
36753
  amount: unionType([numberType(), stringType()]),
36716
36754
  recipient: stringType()
36717
- });
36755
+ }).catchall(anyType()), "additionalProperties", true);
36718
36756
  AaveWithdrawParams$outboundSchema = objectType({
36719
36757
  token: TokenEnum$outboundSchema,
36720
36758
  amount: unionType([numberType(), stringType()]),
36721
- recipient: stringType()
36759
+ recipient: stringType(),
36760
+ additionalProperties: recordType(anyType())
36761
+ }).transform((v2) => {
36762
+ return {
36763
+ ...v2.additionalProperties,
36764
+ ...remap(v2, {
36765
+ additionalProperties: null
36766
+ })
36767
+ };
36722
36768
  });
36723
36769
  ((AaveWithdrawParams$) => {
36724
36770
  AaveWithdrawParams$.inboundSchema = AaveWithdrawParams$inboundSchema;
@@ -36730,6 +36776,8 @@ var init_aavewithdrawparams = __esm(() => {
36730
36776
  var AaveWithdrawRequestAmount$inboundSchema, AaveWithdrawRequestAmount$outboundSchema, AaveWithdrawRequestAmount$, AaveWithdrawRequest$inboundSchema, AaveWithdrawRequest$outboundSchema, AaveWithdrawRequest$;
36731
36777
  var init_aavewithdrawrequest = __esm(() => {
36732
36778
  init_esm();
36779
+ init_primitives();
36780
+ init_schemas();
36733
36781
  init_chain();
36734
36782
  init_tokenenum();
36735
36783
  AaveWithdrawRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -36738,19 +36786,27 @@ var init_aavewithdrawrequest = __esm(() => {
36738
36786
  AaveWithdrawRequestAmount$.inboundSchema = AaveWithdrawRequestAmount$inboundSchema;
36739
36787
  AaveWithdrawRequestAmount$.outboundSchema = AaveWithdrawRequestAmount$outboundSchema;
36740
36788
  })(AaveWithdrawRequestAmount$ ||= {});
36741
- AaveWithdrawRequest$inboundSchema = objectType({
36789
+ AaveWithdrawRequest$inboundSchema = collectExtraKeys(objectType({
36742
36790
  token: TokenEnum$inboundSchema,
36743
36791
  amount: unionType([numberType(), stringType()]),
36744
36792
  recipient: stringType(),
36745
36793
  chain: Chain$inboundSchema,
36746
36794
  sender: stringType()
36747
- });
36795
+ }).catchall(anyType()), "additionalProperties", true);
36748
36796
  AaveWithdrawRequest$outboundSchema = objectType({
36749
36797
  token: TokenEnum$outboundSchema,
36750
36798
  amount: unionType([numberType(), stringType()]),
36751
36799
  recipient: stringType(),
36752
36800
  chain: Chain$outboundSchema,
36753
- sender: stringType()
36801
+ sender: stringType(),
36802
+ additionalProperties: recordType(anyType())
36803
+ }).transform((v2) => {
36804
+ return {
36805
+ ...v2.additionalProperties,
36806
+ ...remap(v2, {
36807
+ additionalProperties: null
36808
+ })
36809
+ };
36754
36810
  });
36755
36811
  ((AaveWithdrawRequest$) => {
36756
36812
  AaveWithdrawRequest$.inboundSchema = AaveWithdrawRequest$inboundSchema;
@@ -36844,6 +36900,7 @@ var AerodromeSlipstreamBuyExactlyParamsAmountOut$inboundSchema, AerodromeSlipstr
36844
36900
  var init_aerodromeslipstreambuyexactlyparams = __esm(() => {
36845
36901
  init_esm();
36846
36902
  init_primitives();
36903
+ init_schemas();
36847
36904
  init_tokenenum();
36848
36905
  AerodromeSlipstreamBuyExactlyParamsAmountOut$inboundSchema = unionType([numberType(), stringType()]);
36849
36906
  AerodromeSlipstreamBuyExactlyParamsAmountOut$outboundSchema = unionType([numberType(), stringType()]);
@@ -36857,13 +36914,13 @@ var init_aerodromeslipstreambuyexactlyparams = __esm(() => {
36857
36914
  AerodromeSlipstreamBuyExactlyParamsAmountInMaximum$.inboundSchema = AerodromeSlipstreamBuyExactlyParamsAmountInMaximum$inboundSchema;
36858
36915
  AerodromeSlipstreamBuyExactlyParamsAmountInMaximum$.outboundSchema = AerodromeSlipstreamBuyExactlyParamsAmountInMaximum$outboundSchema;
36859
36916
  })(AerodromeSlipstreamBuyExactlyParamsAmountInMaximum$ ||= {});
36860
- AerodromeSlipstreamBuyExactlyParams$inboundSchema = objectType({
36917
+ AerodromeSlipstreamBuyExactlyParams$inboundSchema = collectExtraKeys(objectType({
36861
36918
  token_in: TokenEnum$inboundSchema,
36862
36919
  token_out: TokenEnum$inboundSchema,
36863
36920
  tick_spacing: numberType().int(),
36864
36921
  amount_out: unionType([numberType(), stringType()]),
36865
36922
  amount_in_maximum: unionType([numberType(), stringType()])
36866
- }).transform((v2) => {
36923
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36867
36924
  return remap(v2, {
36868
36925
  token_in: "tokenIn",
36869
36926
  token_out: "tokenOut",
@@ -36877,15 +36934,20 @@ var init_aerodromeslipstreambuyexactlyparams = __esm(() => {
36877
36934
  tokenOut: TokenEnum$outboundSchema,
36878
36935
  tickSpacing: numberType().int(),
36879
36936
  amountOut: unionType([numberType(), stringType()]),
36880
- amountInMaximum: unionType([numberType(), stringType()])
36937
+ amountInMaximum: unionType([numberType(), stringType()]),
36938
+ additionalProperties: recordType(anyType())
36881
36939
  }).transform((v2) => {
36882
- return remap(v2, {
36883
- tokenIn: "token_in",
36884
- tokenOut: "token_out",
36885
- tickSpacing: "tick_spacing",
36886
- amountOut: "amount_out",
36887
- amountInMaximum: "amount_in_maximum"
36888
- });
36940
+ return {
36941
+ ...v2.additionalProperties,
36942
+ ...remap(v2, {
36943
+ tokenIn: "token_in",
36944
+ tokenOut: "token_out",
36945
+ tickSpacing: "tick_spacing",
36946
+ amountOut: "amount_out",
36947
+ amountInMaximum: "amount_in_maximum",
36948
+ additionalProperties: null
36949
+ })
36950
+ };
36889
36951
  });
36890
36952
  ((AerodromeSlipstreamBuyExactlyParams$) => {
36891
36953
  AerodromeSlipstreamBuyExactlyParams$.inboundSchema = AerodromeSlipstreamBuyExactlyParams$inboundSchema;
@@ -36898,6 +36960,7 @@ var AerodromeSlipstreamBuyExactlyRequestAmountOut$inboundSchema, AerodromeSlipst
36898
36960
  var init_aerodromeslipstreambuyexactlyrequest = __esm(() => {
36899
36961
  init_esm();
36900
36962
  init_primitives();
36963
+ init_schemas();
36901
36964
  init_chain();
36902
36965
  init_tokenenum();
36903
36966
  AerodromeSlipstreamBuyExactlyRequestAmountOut$inboundSchema = unionType([numberType(), stringType()]);
@@ -36912,7 +36975,7 @@ var init_aerodromeslipstreambuyexactlyrequest = __esm(() => {
36912
36975
  AerodromeSlipstreamBuyExactlyRequestAmountInMaximum$.inboundSchema = AerodromeSlipstreamBuyExactlyRequestAmountInMaximum$inboundSchema;
36913
36976
  AerodromeSlipstreamBuyExactlyRequestAmountInMaximum$.outboundSchema = AerodromeSlipstreamBuyExactlyRequestAmountInMaximum$outboundSchema;
36914
36977
  })(AerodromeSlipstreamBuyExactlyRequestAmountInMaximum$ ||= {});
36915
- AerodromeSlipstreamBuyExactlyRequest$inboundSchema = objectType({
36978
+ AerodromeSlipstreamBuyExactlyRequest$inboundSchema = collectExtraKeys(objectType({
36916
36979
  token_in: TokenEnum$inboundSchema,
36917
36980
  token_out: TokenEnum$inboundSchema,
36918
36981
  tick_spacing: numberType().int(),
@@ -36920,7 +36983,7 @@ var init_aerodromeslipstreambuyexactlyrequest = __esm(() => {
36920
36983
  amount_in_maximum: unionType([numberType(), stringType()]),
36921
36984
  chain: Chain$inboundSchema,
36922
36985
  sender: stringType()
36923
- }).transform((v2) => {
36986
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36924
36987
  return remap(v2, {
36925
36988
  token_in: "tokenIn",
36926
36989
  token_out: "tokenOut",
@@ -36936,15 +36999,20 @@ var init_aerodromeslipstreambuyexactlyrequest = __esm(() => {
36936
36999
  amountOut: unionType([numberType(), stringType()]),
36937
37000
  amountInMaximum: unionType([numberType(), stringType()]),
36938
37001
  chain: Chain$outboundSchema,
36939
- sender: stringType()
37002
+ sender: stringType(),
37003
+ additionalProperties: recordType(anyType())
36940
37004
  }).transform((v2) => {
36941
- return remap(v2, {
36942
- tokenIn: "token_in",
36943
- tokenOut: "token_out",
36944
- tickSpacing: "tick_spacing",
36945
- amountOut: "amount_out",
36946
- amountInMaximum: "amount_in_maximum"
36947
- });
37005
+ return {
37006
+ ...v2.additionalProperties,
37007
+ ...remap(v2, {
37008
+ tokenIn: "token_in",
37009
+ tokenOut: "token_out",
37010
+ tickSpacing: "tick_spacing",
37011
+ amountOut: "amount_out",
37012
+ amountInMaximum: "amount_in_maximum",
37013
+ additionalProperties: null
37014
+ })
37015
+ };
36948
37016
  });
36949
37017
  ((AerodromeSlipstreamBuyExactlyRequest$) => {
36950
37018
  AerodromeSlipstreamBuyExactlyRequest$.inboundSchema = AerodromeSlipstreamBuyExactlyRequest$inboundSchema;
@@ -36957,6 +37025,7 @@ var AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired$inboundSch
36957
37025
  var init_aerodromeslipstreamincreaseliquidityprovisionparams = __esm(() => {
36958
37026
  init_esm();
36959
37027
  init_primitives();
37028
+ init_schemas();
36960
37029
  AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
36961
37030
  AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired$outboundSchema = unionType([numberType(), stringType()]);
36962
37031
  ((AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount0Desired$) => {
@@ -36981,13 +37050,13 @@ var init_aerodromeslipstreamincreaseliquidityprovisionparams = __esm(() => {
36981
37050
  AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min$.inboundSchema = AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min$inboundSchema;
36982
37051
  AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min$.outboundSchema = AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min$outboundSchema;
36983
37052
  })(AerodromeSlipstreamIncreaseLiquidityProvisionParamsAmount1Min$ ||= {});
36984
- AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema = objectType({
37053
+ AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema = collectExtraKeys(objectType({
36985
37054
  token_id: numberType().int(),
36986
37055
  amount0_desired: unionType([numberType(), stringType()]),
36987
37056
  amount1_desired: unionType([numberType(), stringType()]),
36988
37057
  amount0_min: unionType([numberType(), stringType()]),
36989
37058
  amount1_min: unionType([numberType(), stringType()])
36990
- }).transform((v2) => {
37059
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
36991
37060
  return remap(v2, {
36992
37061
  token_id: "tokenId",
36993
37062
  amount0_desired: "amount0Desired",
@@ -37001,15 +37070,20 @@ var init_aerodromeslipstreamincreaseliquidityprovisionparams = __esm(() => {
37001
37070
  amount0Desired: unionType([numberType(), stringType()]),
37002
37071
  amount1Desired: unionType([numberType(), stringType()]),
37003
37072
  amount0Min: unionType([numberType(), stringType()]),
37004
- amount1Min: unionType([numberType(), stringType()])
37073
+ amount1Min: unionType([numberType(), stringType()]),
37074
+ additionalProperties: recordType(anyType())
37005
37075
  }).transform((v2) => {
37006
- return remap(v2, {
37007
- tokenId: "token_id",
37008
- amount0Desired: "amount0_desired",
37009
- amount1Desired: "amount1_desired",
37010
- amount0Min: "amount0_min",
37011
- amount1Min: "amount1_min"
37012
- });
37076
+ return {
37077
+ ...v2.additionalProperties,
37078
+ ...remap(v2, {
37079
+ tokenId: "token_id",
37080
+ amount0Desired: "amount0_desired",
37081
+ amount1Desired: "amount1_desired",
37082
+ amount0Min: "amount0_min",
37083
+ amount1Min: "amount1_min",
37084
+ additionalProperties: null
37085
+ })
37086
+ };
37013
37087
  });
37014
37088
  ((AerodromeSlipstreamIncreaseLiquidityProvisionParams$) => {
37015
37089
  AerodromeSlipstreamIncreaseLiquidityProvisionParams$.inboundSchema = AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema;
@@ -37022,6 +37096,7 @@ var AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired$inboundSc
37022
37096
  var init_aerodromeslipstreamincreaseliquidityprovisionrequest = __esm(() => {
37023
37097
  init_esm();
37024
37098
  init_primitives();
37099
+ init_schemas();
37025
37100
  init_chain();
37026
37101
  AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
37027
37102
  AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount0Desired$outboundSchema = unionType([numberType(), stringType()]);
@@ -37047,7 +37122,7 @@ var init_aerodromeslipstreamincreaseliquidityprovisionrequest = __esm(() => {
37047
37122
  AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min$.inboundSchema = AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min$inboundSchema;
37048
37123
  AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min$.outboundSchema = AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min$outboundSchema;
37049
37124
  })(AerodromeSlipstreamIncreaseLiquidityProvisionRequestAmount1Min$ ||= {});
37050
- AerodromeSlipstreamIncreaseLiquidityProvisionRequest$inboundSchema = objectType({
37125
+ AerodromeSlipstreamIncreaseLiquidityProvisionRequest$inboundSchema = collectExtraKeys(objectType({
37051
37126
  token_id: numberType().int(),
37052
37127
  amount0_desired: unionType([numberType(), stringType()]),
37053
37128
  amount1_desired: unionType([numberType(), stringType()]),
@@ -37055,7 +37130,7 @@ var init_aerodromeslipstreamincreaseliquidityprovisionrequest = __esm(() => {
37055
37130
  amount1_min: unionType([numberType(), stringType()]),
37056
37131
  chain: Chain$inboundSchema,
37057
37132
  sender: stringType()
37058
- }).transform((v2) => {
37133
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37059
37134
  return remap(v2, {
37060
37135
  token_id: "tokenId",
37061
37136
  amount0_desired: "amount0Desired",
@@ -37071,15 +37146,20 @@ var init_aerodromeslipstreamincreaseliquidityprovisionrequest = __esm(() => {
37071
37146
  amount0Min: unionType([numberType(), stringType()]),
37072
37147
  amount1Min: unionType([numberType(), stringType()]),
37073
37148
  chain: Chain$outboundSchema,
37074
- sender: stringType()
37149
+ sender: stringType(),
37150
+ additionalProperties: recordType(anyType())
37075
37151
  }).transform((v2) => {
37076
- return remap(v2, {
37077
- tokenId: "token_id",
37078
- amount0Desired: "amount0_desired",
37079
- amount1Desired: "amount1_desired",
37080
- amount0Min: "amount0_min",
37081
- amount1Min: "amount1_min"
37082
- });
37152
+ return {
37153
+ ...v2.additionalProperties,
37154
+ ...remap(v2, {
37155
+ tokenId: "token_id",
37156
+ amount0Desired: "amount0_desired",
37157
+ amount1Desired: "amount1_desired",
37158
+ amount0Min: "amount0_min",
37159
+ amount1Min: "amount1_min",
37160
+ additionalProperties: null
37161
+ })
37162
+ };
37083
37163
  });
37084
37164
  ((AerodromeSlipstreamIncreaseLiquidityProvisionRequest$) => {
37085
37165
  AerodromeSlipstreamIncreaseLiquidityProvisionRequest$.inboundSchema = AerodromeSlipstreamIncreaseLiquidityProvisionRequest$inboundSchema;
@@ -37092,6 +37172,7 @@ var AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired$inboundSchema,
37092
37172
  var init_aerodromeslipstreammintliquidityprovisionparams = __esm(() => {
37093
37173
  init_esm();
37094
37174
  init_primitives();
37175
+ init_schemas();
37095
37176
  init_tokenenum();
37096
37177
  AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
37097
37178
  AerodromeSlipstreamMintLiquidityProvisionParamsAmount0Desired$outboundSchema = unionType([numberType(), stringType()]);
@@ -37117,7 +37198,7 @@ var init_aerodromeslipstreammintliquidityprovisionparams = __esm(() => {
37117
37198
  AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min$.inboundSchema = AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min$inboundSchema;
37118
37199
  AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min$.outboundSchema = AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min$outboundSchema;
37119
37200
  })(AerodromeSlipstreamMintLiquidityProvisionParamsAmount1Min$ ||= {});
37120
- AerodromeSlipstreamMintLiquidityProvisionParams$inboundSchema = objectType({
37201
+ AerodromeSlipstreamMintLiquidityProvisionParams$inboundSchema = collectExtraKeys(objectType({
37121
37202
  token0: TokenEnum$inboundSchema,
37122
37203
  token1: TokenEnum$inboundSchema,
37123
37204
  tick_spacing: numberType().int(),
@@ -37128,7 +37209,7 @@ var init_aerodromeslipstreammintliquidityprovisionparams = __esm(() => {
37128
37209
  amount0_min: unionType([numberType(), stringType()]),
37129
37210
  amount1_min: unionType([numberType(), stringType()]),
37130
37211
  recipient: nullableType(stringType()).optional()
37131
- }).transform((v2) => {
37212
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37132
37213
  return remap(v2, {
37133
37214
  tick_spacing: "tickSpacing",
37134
37215
  tick_lower: "tickLower",
@@ -37149,17 +37230,22 @@ var init_aerodromeslipstreammintliquidityprovisionparams = __esm(() => {
37149
37230
  amount1Desired: unionType([numberType(), stringType()]),
37150
37231
  amount0Min: unionType([numberType(), stringType()]),
37151
37232
  amount1Min: unionType([numberType(), stringType()]),
37152
- recipient: nullableType(stringType()).optional()
37233
+ recipient: nullableType(stringType()).optional(),
37234
+ additionalProperties: recordType(anyType())
37153
37235
  }).transform((v2) => {
37154
- return remap(v2, {
37155
- tickSpacing: "tick_spacing",
37156
- tickLower: "tick_lower",
37157
- tickUpper: "tick_upper",
37158
- amount0Desired: "amount0_desired",
37159
- amount1Desired: "amount1_desired",
37160
- amount0Min: "amount0_min",
37161
- amount1Min: "amount1_min"
37162
- });
37236
+ return {
37237
+ ...v2.additionalProperties,
37238
+ ...remap(v2, {
37239
+ tickSpacing: "tick_spacing",
37240
+ tickLower: "tick_lower",
37241
+ tickUpper: "tick_upper",
37242
+ amount0Desired: "amount0_desired",
37243
+ amount1Desired: "amount1_desired",
37244
+ amount0Min: "amount0_min",
37245
+ amount1Min: "amount1_min",
37246
+ additionalProperties: null
37247
+ })
37248
+ };
37163
37249
  });
37164
37250
  ((AerodromeSlipstreamMintLiquidityProvisionParams$) => {
37165
37251
  AerodromeSlipstreamMintLiquidityProvisionParams$.inboundSchema = AerodromeSlipstreamMintLiquidityProvisionParams$inboundSchema;
@@ -37172,6 +37258,7 @@ var AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired$inboundSchema
37172
37258
  var init_aerodromeslipstreammintliquidityprovisionrequest = __esm(() => {
37173
37259
  init_esm();
37174
37260
  init_primitives();
37261
+ init_schemas();
37175
37262
  init_chain();
37176
37263
  init_tokenenum();
37177
37264
  AerodromeSlipstreamMintLiquidityProvisionRequestAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
@@ -37198,7 +37285,7 @@ var init_aerodromeslipstreammintliquidityprovisionrequest = __esm(() => {
37198
37285
  AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min$.inboundSchema = AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min$inboundSchema;
37199
37286
  AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min$.outboundSchema = AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min$outboundSchema;
37200
37287
  })(AerodromeSlipstreamMintLiquidityProvisionRequestAmount1Min$ ||= {});
37201
- AerodromeSlipstreamMintLiquidityProvisionRequest$inboundSchema = objectType({
37288
+ AerodromeSlipstreamMintLiquidityProvisionRequest$inboundSchema = collectExtraKeys(objectType({
37202
37289
  token0: TokenEnum$inboundSchema,
37203
37290
  token1: TokenEnum$inboundSchema,
37204
37291
  tick_spacing: numberType().int(),
@@ -37211,7 +37298,7 @@ var init_aerodromeslipstreammintliquidityprovisionrequest = __esm(() => {
37211
37298
  recipient: nullableType(stringType()).optional(),
37212
37299
  chain: Chain$inboundSchema,
37213
37300
  sender: stringType()
37214
- }).transform((v2) => {
37301
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37215
37302
  return remap(v2, {
37216
37303
  tick_spacing: "tickSpacing",
37217
37304
  tick_lower: "tickLower",
@@ -37234,17 +37321,22 @@ var init_aerodromeslipstreammintliquidityprovisionrequest = __esm(() => {
37234
37321
  amount1Min: unionType([numberType(), stringType()]),
37235
37322
  recipient: nullableType(stringType()).optional(),
37236
37323
  chain: Chain$outboundSchema,
37237
- sender: stringType()
37324
+ sender: stringType(),
37325
+ additionalProperties: recordType(anyType())
37238
37326
  }).transform((v2) => {
37239
- return remap(v2, {
37240
- tickSpacing: "tick_spacing",
37241
- tickLower: "tick_lower",
37242
- tickUpper: "tick_upper",
37243
- amount0Desired: "amount0_desired",
37244
- amount1Desired: "amount1_desired",
37245
- amount0Min: "amount0_min",
37246
- amount1Min: "amount1_min"
37247
- });
37327
+ return {
37328
+ ...v2.additionalProperties,
37329
+ ...remap(v2, {
37330
+ tickSpacing: "tick_spacing",
37331
+ tickLower: "tick_lower",
37332
+ tickUpper: "tick_upper",
37333
+ amount0Desired: "amount0_desired",
37334
+ amount1Desired: "amount1_desired",
37335
+ amount0Min: "amount0_min",
37336
+ amount1Min: "amount1_min",
37337
+ additionalProperties: null
37338
+ })
37339
+ };
37248
37340
  });
37249
37341
  ((AerodromeSlipstreamMintLiquidityProvisionRequest$) => {
37250
37342
  AerodromeSlipstreamMintLiquidityProvisionRequest$.inboundSchema = AerodromeSlipstreamMintLiquidityProvisionRequest$inboundSchema;
@@ -37291,6 +37383,7 @@ var AerodromeSlipstreamSellExactlyParamsAmountIn$inboundSchema, AerodromeSlipstr
37291
37383
  var init_aerodromeslipstreamsellexactlyparams = __esm(() => {
37292
37384
  init_esm();
37293
37385
  init_primitives();
37386
+ init_schemas();
37294
37387
  init_tokenenum();
37295
37388
  AerodromeSlipstreamSellExactlyParamsAmountIn$inboundSchema = unionType([numberType(), stringType()]);
37296
37389
  AerodromeSlipstreamSellExactlyParamsAmountIn$outboundSchema = unionType([numberType(), stringType()]);
@@ -37304,13 +37397,13 @@ var init_aerodromeslipstreamsellexactlyparams = __esm(() => {
37304
37397
  AerodromeSlipstreamSellExactlyParamsAmountOutMinimum$.inboundSchema = AerodromeSlipstreamSellExactlyParamsAmountOutMinimum$inboundSchema;
37305
37398
  AerodromeSlipstreamSellExactlyParamsAmountOutMinimum$.outboundSchema = AerodromeSlipstreamSellExactlyParamsAmountOutMinimum$outboundSchema;
37306
37399
  })(AerodromeSlipstreamSellExactlyParamsAmountOutMinimum$ ||= {});
37307
- AerodromeSlipstreamSellExactlyParams$inboundSchema = objectType({
37400
+ AerodromeSlipstreamSellExactlyParams$inboundSchema = collectExtraKeys(objectType({
37308
37401
  token_in: TokenEnum$inboundSchema,
37309
37402
  token_out: TokenEnum$inboundSchema,
37310
37403
  tick_spacing: numberType().int(),
37311
37404
  amount_in: unionType([numberType(), stringType()]),
37312
37405
  amount_out_minimum: unionType([numberType(), stringType()]).optional()
37313
- }).transform((v2) => {
37406
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37314
37407
  return remap(v2, {
37315
37408
  token_in: "tokenIn",
37316
37409
  token_out: "tokenOut",
@@ -37324,15 +37417,20 @@ var init_aerodromeslipstreamsellexactlyparams = __esm(() => {
37324
37417
  tokenOut: TokenEnum$outboundSchema,
37325
37418
  tickSpacing: numberType().int(),
37326
37419
  amountIn: unionType([numberType(), stringType()]),
37327
- amountOutMinimum: unionType([numberType(), stringType()]).optional()
37420
+ amountOutMinimum: unionType([numberType(), stringType()]).optional(),
37421
+ additionalProperties: recordType(anyType())
37328
37422
  }).transform((v2) => {
37329
- return remap(v2, {
37330
- tokenIn: "token_in",
37331
- tokenOut: "token_out",
37332
- tickSpacing: "tick_spacing",
37333
- amountIn: "amount_in",
37334
- amountOutMinimum: "amount_out_minimum"
37335
- });
37423
+ return {
37424
+ ...v2.additionalProperties,
37425
+ ...remap(v2, {
37426
+ tokenIn: "token_in",
37427
+ tokenOut: "token_out",
37428
+ tickSpacing: "tick_spacing",
37429
+ amountIn: "amount_in",
37430
+ amountOutMinimum: "amount_out_minimum",
37431
+ additionalProperties: null
37432
+ })
37433
+ };
37336
37434
  });
37337
37435
  ((AerodromeSlipstreamSellExactlyParams$) => {
37338
37436
  AerodromeSlipstreamSellExactlyParams$.inboundSchema = AerodromeSlipstreamSellExactlyParams$inboundSchema;
@@ -37345,6 +37443,7 @@ var AerodromeSlipstreamSellExactlyRequestAmountIn$inboundSchema, AerodromeSlipst
37345
37443
  var init_aerodromeslipstreamsellexactlyrequest = __esm(() => {
37346
37444
  init_esm();
37347
37445
  init_primitives();
37446
+ init_schemas();
37348
37447
  init_chain();
37349
37448
  init_tokenenum();
37350
37449
  AerodromeSlipstreamSellExactlyRequestAmountIn$inboundSchema = unionType([numberType(), stringType()]);
@@ -37359,7 +37458,7 @@ var init_aerodromeslipstreamsellexactlyrequest = __esm(() => {
37359
37458
  AerodromeSlipstreamSellExactlyRequestAmountOutMinimum$.inboundSchema = AerodromeSlipstreamSellExactlyRequestAmountOutMinimum$inboundSchema;
37360
37459
  AerodromeSlipstreamSellExactlyRequestAmountOutMinimum$.outboundSchema = AerodromeSlipstreamSellExactlyRequestAmountOutMinimum$outboundSchema;
37361
37460
  })(AerodromeSlipstreamSellExactlyRequestAmountOutMinimum$ ||= {});
37362
- AerodromeSlipstreamSellExactlyRequest$inboundSchema = objectType({
37461
+ AerodromeSlipstreamSellExactlyRequest$inboundSchema = collectExtraKeys(objectType({
37363
37462
  token_in: TokenEnum$inboundSchema,
37364
37463
  token_out: TokenEnum$inboundSchema,
37365
37464
  tick_spacing: numberType().int(),
@@ -37367,7 +37466,7 @@ var init_aerodromeslipstreamsellexactlyrequest = __esm(() => {
37367
37466
  amount_out_minimum: unionType([numberType(), stringType()]).optional(),
37368
37467
  chain: Chain$inboundSchema,
37369
37468
  sender: stringType()
37370
- }).transform((v2) => {
37469
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37371
37470
  return remap(v2, {
37372
37471
  token_in: "tokenIn",
37373
37472
  token_out: "tokenOut",
@@ -37383,15 +37482,20 @@ var init_aerodromeslipstreamsellexactlyrequest = __esm(() => {
37383
37482
  amountIn: unionType([numberType(), stringType()]),
37384
37483
  amountOutMinimum: unionType([numberType(), stringType()]).optional(),
37385
37484
  chain: Chain$outboundSchema,
37386
- sender: stringType()
37485
+ sender: stringType(),
37486
+ additionalProperties: recordType(anyType())
37387
37487
  }).transform((v2) => {
37388
- return remap(v2, {
37389
- tokenIn: "token_in",
37390
- tokenOut: "token_out",
37391
- tickSpacing: "tick_spacing",
37392
- amountIn: "amount_in",
37393
- amountOutMinimum: "amount_out_minimum"
37394
- });
37488
+ return {
37489
+ ...v2.additionalProperties,
37490
+ ...remap(v2, {
37491
+ tokenIn: "token_in",
37492
+ tokenOut: "token_out",
37493
+ tickSpacing: "tick_spacing",
37494
+ amountIn: "amount_in",
37495
+ amountOutMinimum: "amount_out_minimum",
37496
+ additionalProperties: null
37497
+ })
37498
+ };
37395
37499
  });
37396
37500
  ((AerodromeSlipstreamSellExactlyRequest$) => {
37397
37501
  AerodromeSlipstreamSellExactlyRequest$.inboundSchema = AerodromeSlipstreamSellExactlyRequest$inboundSchema;
@@ -37404,16 +37508,17 @@ var AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$i
37404
37508
  var init_aerodromeslipstreamwithdrawliquidityprovisionparams = __esm(() => {
37405
37509
  init_esm();
37406
37510
  init_primitives();
37511
+ init_schemas();
37407
37512
  AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$inboundSchema = unionType([numberType(), stringType()]);
37408
37513
  AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$outboundSchema = unionType([numberType(), stringType()]);
37409
37514
  ((AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$) => {
37410
37515
  AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$.inboundSchema = AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$inboundSchema;
37411
37516
  AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$.outboundSchema = AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$outboundSchema;
37412
37517
  })(AerodromeSlipstreamWithdrawLiquidityProvisionParamsPercentageForWithdrawal$ ||= {});
37413
- AerodromeSlipstreamWithdrawLiquidityProvisionParams$inboundSchema = objectType({
37518
+ AerodromeSlipstreamWithdrawLiquidityProvisionParams$inboundSchema = collectExtraKeys(objectType({
37414
37519
  token_id: numberType().int(),
37415
37520
  percentage_for_withdrawal: unionType([numberType(), stringType()])
37416
- }).transform((v2) => {
37521
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37417
37522
  return remap(v2, {
37418
37523
  token_id: "tokenId",
37419
37524
  percentage_for_withdrawal: "percentageForWithdrawal"
@@ -37421,12 +37526,17 @@ var init_aerodromeslipstreamwithdrawliquidityprovisionparams = __esm(() => {
37421
37526
  });
37422
37527
  AerodromeSlipstreamWithdrawLiquidityProvisionParams$outboundSchema = objectType({
37423
37528
  tokenId: numberType().int(),
37424
- percentageForWithdrawal: unionType([numberType(), stringType()])
37529
+ percentageForWithdrawal: unionType([numberType(), stringType()]),
37530
+ additionalProperties: recordType(anyType())
37425
37531
  }).transform((v2) => {
37426
- return remap(v2, {
37427
- tokenId: "token_id",
37428
- percentageForWithdrawal: "percentage_for_withdrawal"
37429
- });
37532
+ return {
37533
+ ...v2.additionalProperties,
37534
+ ...remap(v2, {
37535
+ tokenId: "token_id",
37536
+ percentageForWithdrawal: "percentage_for_withdrawal",
37537
+ additionalProperties: null
37538
+ })
37539
+ };
37430
37540
  });
37431
37541
  ((AerodromeSlipstreamWithdrawLiquidityProvisionParams$) => {
37432
37542
  AerodromeSlipstreamWithdrawLiquidityProvisionParams$.inboundSchema = AerodromeSlipstreamWithdrawLiquidityProvisionParams$inboundSchema;
@@ -37439,6 +37549,7 @@ var AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$
37439
37549
  var init_aerodromeslipstreamwithdrawliquidityprovisionrequest = __esm(() => {
37440
37550
  init_esm();
37441
37551
  init_primitives();
37552
+ init_schemas();
37442
37553
  init_chain();
37443
37554
  AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$inboundSchema = unionType([numberType(), stringType()]);
37444
37555
  AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$outboundSchema = unionType([numberType(), stringType()]);
@@ -37446,12 +37557,12 @@ var init_aerodromeslipstreamwithdrawliquidityprovisionrequest = __esm(() => {
37446
37557
  AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$.inboundSchema = AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$inboundSchema;
37447
37558
  AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$.outboundSchema = AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$outboundSchema;
37448
37559
  })(AerodromeSlipstreamWithdrawLiquidityProvisionRequestPercentageForWithdrawal$ ||= {});
37449
- AerodromeSlipstreamWithdrawLiquidityProvisionRequest$inboundSchema = objectType({
37560
+ AerodromeSlipstreamWithdrawLiquidityProvisionRequest$inboundSchema = collectExtraKeys(objectType({
37450
37561
  token_id: numberType().int(),
37451
37562
  percentage_for_withdrawal: unionType([numberType(), stringType()]),
37452
37563
  chain: Chain$inboundSchema,
37453
37564
  sender: stringType()
37454
- }).transform((v2) => {
37565
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37455
37566
  return remap(v2, {
37456
37567
  token_id: "tokenId",
37457
37568
  percentage_for_withdrawal: "percentageForWithdrawal"
@@ -37461,12 +37572,17 @@ var init_aerodromeslipstreamwithdrawliquidityprovisionrequest = __esm(() => {
37461
37572
  tokenId: numberType().int(),
37462
37573
  percentageForWithdrawal: unionType([numberType(), stringType()]),
37463
37574
  chain: Chain$outboundSchema,
37464
- sender: stringType()
37465
- }).transform((v2) => {
37466
- return remap(v2, {
37467
- tokenId: "token_id",
37468
- percentageForWithdrawal: "percentage_for_withdrawal"
37469
- });
37575
+ sender: stringType(),
37576
+ additionalProperties: recordType(anyType())
37577
+ }).transform((v2) => {
37578
+ return {
37579
+ ...v2.additionalProperties,
37580
+ ...remap(v2, {
37581
+ tokenId: "token_id",
37582
+ percentageForWithdrawal: "percentage_for_withdrawal",
37583
+ additionalProperties: null
37584
+ })
37585
+ };
37470
37586
  });
37471
37587
  ((AerodromeSlipstreamWithdrawLiquidityProvisionRequest$) => {
37472
37588
  AerodromeSlipstreamWithdrawLiquidityProvisionRequest$.inboundSchema = AerodromeSlipstreamWithdrawLiquidityProvisionRequest$inboundSchema;
@@ -37517,6 +37633,7 @@ var IncreaseAllowanceParamsContractName, IncreaseAllowanceParamsToken$inboundSch
37517
37633
  var init_increaseallowanceparams = __esm(() => {
37518
37634
  init_esm();
37519
37635
  init_primitives();
37636
+ init_schemas();
37520
37637
  init_tokenenum();
37521
37638
  IncreaseAllowanceParamsContractName = {
37522
37639
  AaveV3Pool: "AaveV3Pool",
@@ -37549,11 +37666,11 @@ var init_increaseallowanceparams = __esm(() => {
37549
37666
  IncreaseAllowanceParamsAmount$.inboundSchema = IncreaseAllowanceParamsAmount$inboundSchema;
37550
37667
  IncreaseAllowanceParamsAmount$.outboundSchema = IncreaseAllowanceParamsAmount$outboundSchema;
37551
37668
  })(IncreaseAllowanceParamsAmount$ ||= {});
37552
- IncreaseAllowanceParams$inboundSchema = objectType({
37669
+ IncreaseAllowanceParams$inboundSchema = collectExtraKeys(objectType({
37553
37670
  token: unionType([TokenEnum$inboundSchema, stringType()]),
37554
37671
  contract_name: IncreaseAllowanceParamsContractName$inboundSchema,
37555
37672
  amount: unionType([numberType(), stringType()])
37556
- }).transform((v2) => {
37673
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37557
37674
  return remap(v2, {
37558
37675
  contract_name: "contractName"
37559
37676
  });
@@ -37561,11 +37678,16 @@ var init_increaseallowanceparams = __esm(() => {
37561
37678
  IncreaseAllowanceParams$outboundSchema = objectType({
37562
37679
  token: unionType([TokenEnum$outboundSchema, stringType()]),
37563
37680
  contractName: IncreaseAllowanceParamsContractName$outboundSchema,
37564
- amount: unionType([numberType(), stringType()])
37681
+ amount: unionType([numberType(), stringType()]),
37682
+ additionalProperties: recordType(anyType())
37565
37683
  }).transform((v2) => {
37566
- return remap(v2, {
37567
- contractName: "contract_name"
37568
- });
37684
+ return {
37685
+ ...v2.additionalProperties,
37686
+ ...remap(v2, {
37687
+ contractName: "contract_name",
37688
+ additionalProperties: null
37689
+ })
37690
+ };
37569
37691
  });
37570
37692
  ((IncreaseAllowanceParams$) => {
37571
37693
  IncreaseAllowanceParams$.inboundSchema = IncreaseAllowanceParams$inboundSchema;
@@ -37578,18 +37700,19 @@ var MorphoBorrowParamsAmount$inboundSchema, MorphoBorrowParamsAmount$outboundSch
37578
37700
  var init_morphoborrowparams = __esm(() => {
37579
37701
  init_esm();
37580
37702
  init_primitives();
37703
+ init_schemas();
37581
37704
  MorphoBorrowParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37582
37705
  MorphoBorrowParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37583
37706
  ((MorphoBorrowParamsAmount$) => {
37584
37707
  MorphoBorrowParamsAmount$.inboundSchema = MorphoBorrowParamsAmount$inboundSchema;
37585
37708
  MorphoBorrowParamsAmount$.outboundSchema = MorphoBorrowParamsAmount$outboundSchema;
37586
37709
  })(MorphoBorrowParamsAmount$ ||= {});
37587
- MorphoBorrowParams$inboundSchema = objectType({
37710
+ MorphoBorrowParams$inboundSchema = collectExtraKeys(objectType({
37588
37711
  amount: unionType([numberType(), stringType()]),
37589
37712
  unique_market_key: stringType(),
37590
37713
  on_behalf_of: nullableType(stringType()).optional(),
37591
37714
  receiver: nullableType(stringType()).optional()
37592
- }).transform((v2) => {
37715
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37593
37716
  return remap(v2, {
37594
37717
  unique_market_key: "uniqueMarketKey",
37595
37718
  on_behalf_of: "onBehalfOf"
@@ -37599,12 +37722,17 @@ var init_morphoborrowparams = __esm(() => {
37599
37722
  amount: unionType([numberType(), stringType()]),
37600
37723
  uniqueMarketKey: stringType(),
37601
37724
  onBehalfOf: nullableType(stringType()).optional(),
37602
- receiver: nullableType(stringType()).optional()
37725
+ receiver: nullableType(stringType()).optional(),
37726
+ additionalProperties: recordType(anyType())
37603
37727
  }).transform((v2) => {
37604
- return remap(v2, {
37605
- uniqueMarketKey: "unique_market_key",
37606
- onBehalfOf: "on_behalf_of"
37607
- });
37728
+ return {
37729
+ ...v2.additionalProperties,
37730
+ ...remap(v2, {
37731
+ uniqueMarketKey: "unique_market_key",
37732
+ onBehalfOf: "on_behalf_of",
37733
+ additionalProperties: null
37734
+ })
37735
+ };
37608
37736
  });
37609
37737
  ((MorphoBorrowParams$) => {
37610
37738
  MorphoBorrowParams$.inboundSchema = MorphoBorrowParams$inboundSchema;
@@ -37617,17 +37745,18 @@ var MorphoDepositParamsAmount$inboundSchema, MorphoDepositParamsAmount$outboundS
37617
37745
  var init_morphodepositparams = __esm(() => {
37618
37746
  init_esm();
37619
37747
  init_primitives();
37748
+ init_schemas();
37620
37749
  MorphoDepositParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37621
37750
  MorphoDepositParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37622
37751
  ((MorphoDepositParamsAmount$) => {
37623
37752
  MorphoDepositParamsAmount$.inboundSchema = MorphoDepositParamsAmount$inboundSchema;
37624
37753
  MorphoDepositParamsAmount$.outboundSchema = MorphoDepositParamsAmount$outboundSchema;
37625
37754
  })(MorphoDepositParamsAmount$ ||= {});
37626
- MorphoDepositParams$inboundSchema = objectType({
37755
+ MorphoDepositParams$inboundSchema = collectExtraKeys(objectType({
37627
37756
  vault_address: stringType(),
37628
37757
  amount: unionType([numberType(), stringType()]),
37629
37758
  receiver: nullableType(stringType()).optional()
37630
- }).transform((v2) => {
37759
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37631
37760
  return remap(v2, {
37632
37761
  vault_address: "vaultAddress"
37633
37762
  });
@@ -37635,11 +37764,16 @@ var init_morphodepositparams = __esm(() => {
37635
37764
  MorphoDepositParams$outboundSchema = objectType({
37636
37765
  vaultAddress: stringType(),
37637
37766
  amount: unionType([numberType(), stringType()]),
37638
- receiver: nullableType(stringType()).optional()
37767
+ receiver: nullableType(stringType()).optional(),
37768
+ additionalProperties: recordType(anyType())
37639
37769
  }).transform((v2) => {
37640
- return remap(v2, {
37641
- vaultAddress: "vault_address"
37642
- });
37770
+ return {
37771
+ ...v2.additionalProperties,
37772
+ ...remap(v2, {
37773
+ vaultAddress: "vault_address",
37774
+ additionalProperties: null
37775
+ })
37776
+ };
37643
37777
  });
37644
37778
  ((MorphoDepositParams$) => {
37645
37779
  MorphoDepositParams$.inboundSchema = MorphoDepositParams$inboundSchema;
@@ -37653,12 +37787,13 @@ var init_morphorepayparams = __esm(() => {
37653
37787
  init_esm();
37654
37788
  init_base64();
37655
37789
  init_primitives();
37656
- MorphoRepayParams$inboundSchema = objectType({
37790
+ init_schemas();
37791
+ MorphoRepayParams$inboundSchema = collectExtraKeys(objectType({
37657
37792
  amount: anyType().optional(),
37658
37793
  unique_market_key: stringType(),
37659
37794
  on_behalf_of: nullableType(stringType()).optional(),
37660
37795
  callback_data: nullableType(zodInbound).optional()
37661
- }).transform((v2) => {
37796
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37662
37797
  return remap(v2, {
37663
37798
  unique_market_key: "uniqueMarketKey",
37664
37799
  on_behalf_of: "onBehalfOf",
@@ -37669,13 +37804,18 @@ var init_morphorepayparams = __esm(() => {
37669
37804
  amount: anyType().optional(),
37670
37805
  uniqueMarketKey: stringType(),
37671
37806
  onBehalfOf: nullableType(stringType()).optional(),
37672
- callbackData: nullableType(zodOutbound).optional()
37807
+ callbackData: nullableType(zodOutbound).optional(),
37808
+ additionalProperties: recordType(anyType())
37673
37809
  }).transform((v2) => {
37674
- return remap(v2, {
37675
- uniqueMarketKey: "unique_market_key",
37676
- onBehalfOf: "on_behalf_of",
37677
- callbackData: "callback_data"
37678
- });
37810
+ return {
37811
+ ...v2.additionalProperties,
37812
+ ...remap(v2, {
37813
+ uniqueMarketKey: "unique_market_key",
37814
+ onBehalfOf: "on_behalf_of",
37815
+ callbackData: "callback_data",
37816
+ additionalProperties: null
37817
+ })
37818
+ };
37679
37819
  });
37680
37820
  ((MorphoRepayParams$) => {
37681
37821
  MorphoRepayParams$.inboundSchema = MorphoRepayParams$inboundSchema;
@@ -37688,27 +37828,33 @@ var MorphoSetVaultAllowanceParamsAmount$inboundSchema, MorphoSetVaultAllowancePa
37688
37828
  var init_morphosetvaultallowanceparams = __esm(() => {
37689
37829
  init_esm();
37690
37830
  init_primitives();
37831
+ init_schemas();
37691
37832
  MorphoSetVaultAllowanceParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37692
37833
  MorphoSetVaultAllowanceParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37693
37834
  ((MorphoSetVaultAllowanceParamsAmount$) => {
37694
37835
  MorphoSetVaultAllowanceParamsAmount$.inboundSchema = MorphoSetVaultAllowanceParamsAmount$inboundSchema;
37695
37836
  MorphoSetVaultAllowanceParamsAmount$.outboundSchema = MorphoSetVaultAllowanceParamsAmount$outboundSchema;
37696
37837
  })(MorphoSetVaultAllowanceParamsAmount$ ||= {});
37697
- MorphoSetVaultAllowanceParams$inboundSchema = objectType({
37838
+ MorphoSetVaultAllowanceParams$inboundSchema = collectExtraKeys(objectType({
37698
37839
  vault_address: stringType(),
37699
37840
  amount: unionType([numberType(), stringType()])
37700
- }).transform((v2) => {
37841
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37701
37842
  return remap(v2, {
37702
37843
  vault_address: "vaultAddress"
37703
37844
  });
37704
37845
  });
37705
37846
  MorphoSetVaultAllowanceParams$outboundSchema = objectType({
37706
37847
  vaultAddress: stringType(),
37707
- amount: unionType([numberType(), stringType()])
37848
+ amount: unionType([numberType(), stringType()]),
37849
+ additionalProperties: recordType(anyType())
37708
37850
  }).transform((v2) => {
37709
- return remap(v2, {
37710
- vaultAddress: "vault_address"
37711
- });
37851
+ return {
37852
+ ...v2.additionalProperties,
37853
+ ...remap(v2, {
37854
+ vaultAddress: "vault_address",
37855
+ additionalProperties: null
37856
+ })
37857
+ };
37712
37858
  });
37713
37859
  ((MorphoSetVaultAllowanceParams$) => {
37714
37860
  MorphoSetVaultAllowanceParams$.inboundSchema = MorphoSetVaultAllowanceParams$inboundSchema;
@@ -37722,18 +37868,19 @@ var init_morphosupplycollateralparams = __esm(() => {
37722
37868
  init_esm();
37723
37869
  init_base64();
37724
37870
  init_primitives();
37871
+ init_schemas();
37725
37872
  MorphoSupplyCollateralParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37726
37873
  MorphoSupplyCollateralParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37727
37874
  ((MorphoSupplyCollateralParamsAmount$) => {
37728
37875
  MorphoSupplyCollateralParamsAmount$.inboundSchema = MorphoSupplyCollateralParamsAmount$inboundSchema;
37729
37876
  MorphoSupplyCollateralParamsAmount$.outboundSchema = MorphoSupplyCollateralParamsAmount$outboundSchema;
37730
37877
  })(MorphoSupplyCollateralParamsAmount$ ||= {});
37731
- MorphoSupplyCollateralParams$inboundSchema = objectType({
37878
+ MorphoSupplyCollateralParams$inboundSchema = collectExtraKeys(objectType({
37732
37879
  amount: unionType([numberType(), stringType()]),
37733
37880
  unique_market_key: stringType(),
37734
37881
  on_behalf_of: nullableType(stringType()).optional(),
37735
37882
  callback_data: nullableType(zodInbound).optional()
37736
- }).transform((v2) => {
37883
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37737
37884
  return remap(v2, {
37738
37885
  unique_market_key: "uniqueMarketKey",
37739
37886
  on_behalf_of: "onBehalfOf",
@@ -37744,13 +37891,18 @@ var init_morphosupplycollateralparams = __esm(() => {
37744
37891
  amount: unionType([numberType(), stringType()]),
37745
37892
  uniqueMarketKey: stringType(),
37746
37893
  onBehalfOf: nullableType(stringType()).optional(),
37747
- callbackData: nullableType(zodOutbound).optional()
37894
+ callbackData: nullableType(zodOutbound).optional(),
37895
+ additionalProperties: recordType(anyType())
37748
37896
  }).transform((v2) => {
37749
- return remap(v2, {
37750
- uniqueMarketKey: "unique_market_key",
37751
- onBehalfOf: "on_behalf_of",
37752
- callbackData: "callback_data"
37753
- });
37897
+ return {
37898
+ ...v2.additionalProperties,
37899
+ ...remap(v2, {
37900
+ uniqueMarketKey: "unique_market_key",
37901
+ onBehalfOf: "on_behalf_of",
37902
+ callbackData: "callback_data",
37903
+ additionalProperties: null
37904
+ })
37905
+ };
37754
37906
  });
37755
37907
  ((MorphoSupplyCollateralParams$) => {
37756
37908
  MorphoSupplyCollateralParams$.inboundSchema = MorphoSupplyCollateralParams$inboundSchema;
@@ -37763,18 +37915,19 @@ var MorphoWithdrawCollateralParamsAmount$inboundSchema, MorphoWithdrawCollateral
37763
37915
  var init_morphowithdrawcollateralparams = __esm(() => {
37764
37916
  init_esm();
37765
37917
  init_primitives();
37918
+ init_schemas();
37766
37919
  MorphoWithdrawCollateralParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37767
37920
  MorphoWithdrawCollateralParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37768
37921
  ((MorphoWithdrawCollateralParamsAmount$) => {
37769
37922
  MorphoWithdrawCollateralParamsAmount$.inboundSchema = MorphoWithdrawCollateralParamsAmount$inboundSchema;
37770
37923
  MorphoWithdrawCollateralParamsAmount$.outboundSchema = MorphoWithdrawCollateralParamsAmount$outboundSchema;
37771
37924
  })(MorphoWithdrawCollateralParamsAmount$ ||= {});
37772
- MorphoWithdrawCollateralParams$inboundSchema = objectType({
37925
+ MorphoWithdrawCollateralParams$inboundSchema = collectExtraKeys(objectType({
37773
37926
  amount: unionType([numberType(), stringType()]),
37774
37927
  unique_market_key: stringType(),
37775
37928
  on_behalf_of: nullableType(stringType()).optional(),
37776
37929
  receiver: nullableType(stringType()).optional()
37777
- }).transform((v2) => {
37930
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37778
37931
  return remap(v2, {
37779
37932
  unique_market_key: "uniqueMarketKey",
37780
37933
  on_behalf_of: "onBehalfOf"
@@ -37784,12 +37937,17 @@ var init_morphowithdrawcollateralparams = __esm(() => {
37784
37937
  amount: unionType([numberType(), stringType()]),
37785
37938
  uniqueMarketKey: stringType(),
37786
37939
  onBehalfOf: nullableType(stringType()).optional(),
37787
- receiver: nullableType(stringType()).optional()
37940
+ receiver: nullableType(stringType()).optional(),
37941
+ additionalProperties: recordType(anyType())
37788
37942
  }).transform((v2) => {
37789
- return remap(v2, {
37790
- uniqueMarketKey: "unique_market_key",
37791
- onBehalfOf: "on_behalf_of"
37792
- });
37943
+ return {
37944
+ ...v2.additionalProperties,
37945
+ ...remap(v2, {
37946
+ uniqueMarketKey: "unique_market_key",
37947
+ onBehalfOf: "on_behalf_of",
37948
+ additionalProperties: null
37949
+ })
37950
+ };
37793
37951
  });
37794
37952
  ((MorphoWithdrawCollateralParams$) => {
37795
37953
  MorphoWithdrawCollateralParams$.inboundSchema = MorphoWithdrawCollateralParams$inboundSchema;
@@ -37802,11 +37960,12 @@ var MorphoWithdrawParams$inboundSchema, MorphoWithdrawParams$outboundSchema, Mor
37802
37960
  var init_morphowithdrawparams = __esm(() => {
37803
37961
  init_esm();
37804
37962
  init_primitives();
37805
- MorphoWithdrawParams$inboundSchema = objectType({
37963
+ init_schemas();
37964
+ MorphoWithdrawParams$inboundSchema = collectExtraKeys(objectType({
37806
37965
  vault_address: stringType(),
37807
37966
  amount: anyType().optional(),
37808
37967
  receiver: nullableType(stringType()).optional()
37809
- }).transform((v2) => {
37968
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37810
37969
  return remap(v2, {
37811
37970
  vault_address: "vaultAddress"
37812
37971
  });
@@ -37814,11 +37973,16 @@ var init_morphowithdrawparams = __esm(() => {
37814
37973
  MorphoWithdrawParams$outboundSchema = objectType({
37815
37974
  vaultAddress: stringType(),
37816
37975
  amount: anyType().optional(),
37817
- receiver: nullableType(stringType()).optional()
37976
+ receiver: nullableType(stringType()).optional(),
37977
+ additionalProperties: recordType(anyType())
37818
37978
  }).transform((v2) => {
37819
- return remap(v2, {
37820
- vaultAddress: "vault_address"
37821
- });
37979
+ return {
37980
+ ...v2.additionalProperties,
37981
+ ...remap(v2, {
37982
+ vaultAddress: "vault_address",
37983
+ additionalProperties: null
37984
+ })
37985
+ };
37822
37986
  });
37823
37987
  ((MorphoWithdrawParams$) => {
37824
37988
  MorphoWithdrawParams$.inboundSchema = MorphoWithdrawParams$inboundSchema;
@@ -37878,27 +38042,33 @@ var PendleBuyPtParamsAmount$inboundSchema, PendleBuyPtParamsAmount$outboundSchem
37878
38042
  var init_pendlebuyptparams = __esm(() => {
37879
38043
  init_esm();
37880
38044
  init_primitives();
38045
+ init_schemas();
37881
38046
  PendleBuyPtParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37882
38047
  PendleBuyPtParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37883
38048
  ((PendleBuyPtParamsAmount$) => {
37884
38049
  PendleBuyPtParamsAmount$.inboundSchema = PendleBuyPtParamsAmount$inboundSchema;
37885
38050
  PendleBuyPtParamsAmount$.outboundSchema = PendleBuyPtParamsAmount$outboundSchema;
37886
38051
  })(PendleBuyPtParamsAmount$ ||= {});
37887
- PendleBuyPtParams$inboundSchema = objectType({
38052
+ PendleBuyPtParams$inboundSchema = collectExtraKeys(objectType({
37888
38053
  market_address: stringType(),
37889
38054
  amount: unionType([numberType(), stringType()])
37890
- }).transform((v2) => {
38055
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37891
38056
  return remap(v2, {
37892
38057
  market_address: "marketAddress"
37893
38058
  });
37894
38059
  });
37895
38060
  PendleBuyPtParams$outboundSchema = objectType({
37896
38061
  marketAddress: stringType(),
37897
- amount: unionType([numberType(), stringType()])
38062
+ amount: unionType([numberType(), stringType()]),
38063
+ additionalProperties: recordType(anyType())
37898
38064
  }).transform((v2) => {
37899
- return remap(v2, {
37900
- marketAddress: "market_address"
37901
- });
38065
+ return {
38066
+ ...v2.additionalProperties,
38067
+ ...remap(v2, {
38068
+ marketAddress: "market_address",
38069
+ additionalProperties: null
38070
+ })
38071
+ };
37902
38072
  });
37903
38073
  ((PendleBuyPtParams$) => {
37904
38074
  PendleBuyPtParams$.inboundSchema = PendleBuyPtParams$inboundSchema;
@@ -37911,27 +38081,33 @@ var PendleBuyYtParamsAmount$inboundSchema, PendleBuyYtParamsAmount$outboundSchem
37911
38081
  var init_pendlebuyytparams = __esm(() => {
37912
38082
  init_esm();
37913
38083
  init_primitives();
38084
+ init_schemas();
37914
38085
  PendleBuyYtParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37915
38086
  PendleBuyYtParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37916
38087
  ((PendleBuyYtParamsAmount$) => {
37917
38088
  PendleBuyYtParamsAmount$.inboundSchema = PendleBuyYtParamsAmount$inboundSchema;
37918
38089
  PendleBuyYtParamsAmount$.outboundSchema = PendleBuyYtParamsAmount$outboundSchema;
37919
38090
  })(PendleBuyYtParamsAmount$ ||= {});
37920
- PendleBuyYtParams$inboundSchema = objectType({
38091
+ PendleBuyYtParams$inboundSchema = collectExtraKeys(objectType({
37921
38092
  market_address: stringType(),
37922
38093
  amount: unionType([numberType(), stringType()])
37923
- }).transform((v2) => {
38094
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37924
38095
  return remap(v2, {
37925
38096
  market_address: "marketAddress"
37926
38097
  });
37927
38098
  });
37928
38099
  PendleBuyYtParams$outboundSchema = objectType({
37929
38100
  marketAddress: stringType(),
37930
- amount: unionType([numberType(), stringType()])
38101
+ amount: unionType([numberType(), stringType()]),
38102
+ additionalProperties: recordType(anyType())
37931
38103
  }).transform((v2) => {
37932
- return remap(v2, {
37933
- marketAddress: "market_address"
37934
- });
38104
+ return {
38105
+ ...v2.additionalProperties,
38106
+ ...remap(v2, {
38107
+ marketAddress: "market_address",
38108
+ additionalProperties: null
38109
+ })
38110
+ };
37935
38111
  });
37936
38112
  ((PendleBuyYtParams$) => {
37937
38113
  PendleBuyYtParams$.inboundSchema = PendleBuyYtParams$inboundSchema;
@@ -37944,27 +38120,33 @@ var PendleSellPtParamsAmount$inboundSchema, PendleSellPtParamsAmount$outboundSch
37944
38120
  var init_pendlesellptparams = __esm(() => {
37945
38121
  init_esm();
37946
38122
  init_primitives();
38123
+ init_schemas();
37947
38124
  PendleSellPtParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37948
38125
  PendleSellPtParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37949
38126
  ((PendleSellPtParamsAmount$) => {
37950
38127
  PendleSellPtParamsAmount$.inboundSchema = PendleSellPtParamsAmount$inboundSchema;
37951
38128
  PendleSellPtParamsAmount$.outboundSchema = PendleSellPtParamsAmount$outboundSchema;
37952
38129
  })(PendleSellPtParamsAmount$ ||= {});
37953
- PendleSellPtParams$inboundSchema = objectType({
38130
+ PendleSellPtParams$inboundSchema = collectExtraKeys(objectType({
37954
38131
  market_address: stringType(),
37955
38132
  amount: unionType([numberType(), stringType()])
37956
- }).transform((v2) => {
38133
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37957
38134
  return remap(v2, {
37958
38135
  market_address: "marketAddress"
37959
38136
  });
37960
38137
  });
37961
38138
  PendleSellPtParams$outboundSchema = objectType({
37962
38139
  marketAddress: stringType(),
37963
- amount: unionType([numberType(), stringType()])
38140
+ amount: unionType([numberType(), stringType()]),
38141
+ additionalProperties: recordType(anyType())
37964
38142
  }).transform((v2) => {
37965
- return remap(v2, {
37966
- marketAddress: "market_address"
37967
- });
38143
+ return {
38144
+ ...v2.additionalProperties,
38145
+ ...remap(v2, {
38146
+ marketAddress: "market_address",
38147
+ additionalProperties: null
38148
+ })
38149
+ };
37968
38150
  });
37969
38151
  ((PendleSellPtParams$) => {
37970
38152
  PendleSellPtParams$.inboundSchema = PendleSellPtParams$inboundSchema;
@@ -37977,27 +38159,33 @@ var PendleSellYtParamsAmount$inboundSchema, PendleSellYtParamsAmount$outboundSch
37977
38159
  var init_pendlesellytparams = __esm(() => {
37978
38160
  init_esm();
37979
38161
  init_primitives();
38162
+ init_schemas();
37980
38163
  PendleSellYtParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
37981
38164
  PendleSellYtParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
37982
38165
  ((PendleSellYtParamsAmount$) => {
37983
38166
  PendleSellYtParamsAmount$.inboundSchema = PendleSellYtParamsAmount$inboundSchema;
37984
38167
  PendleSellYtParamsAmount$.outboundSchema = PendleSellYtParamsAmount$outboundSchema;
37985
38168
  })(PendleSellYtParamsAmount$ ||= {});
37986
- PendleSellYtParams$inboundSchema = objectType({
38169
+ PendleSellYtParams$inboundSchema = collectExtraKeys(objectType({
37987
38170
  market_address: stringType(),
37988
38171
  amount: unionType([numberType(), stringType()])
37989
- }).transform((v2) => {
38172
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
37990
38173
  return remap(v2, {
37991
38174
  market_address: "marketAddress"
37992
38175
  });
37993
38176
  });
37994
38177
  PendleSellYtParams$outboundSchema = objectType({
37995
38178
  marketAddress: stringType(),
37996
- amount: unionType([numberType(), stringType()])
38179
+ amount: unionType([numberType(), stringType()]),
38180
+ additionalProperties: recordType(anyType())
37997
38181
  }).transform((v2) => {
37998
- return remap(v2, {
37999
- marketAddress: "market_address"
38000
- });
38182
+ return {
38183
+ ...v2.additionalProperties,
38184
+ ...remap(v2, {
38185
+ marketAddress: "market_address",
38186
+ additionalProperties: null
38187
+ })
38188
+ };
38001
38189
  });
38002
38190
  ((PendleSellYtParams$) => {
38003
38191
  PendleSellYtParams$.inboundSchema = PendleSellYtParams$inboundSchema;
@@ -38010,6 +38198,7 @@ var SkyBuyParamsTokenIn, SkyBuyParamsTokenIn$inboundSchema, SkyBuyParamsTokenIn$
38010
38198
  var init_skybuyparams = __esm(() => {
38011
38199
  init_esm();
38012
38200
  init_primitives();
38201
+ init_schemas();
38013
38202
  SkyBuyParamsTokenIn = {
38014
38203
  Dai: "DAI",
38015
38204
  Usdc: "USDC"
@@ -38026,21 +38215,26 @@ var init_skybuyparams = __esm(() => {
38026
38215
  SkyBuyParamsAmount$.inboundSchema = SkyBuyParamsAmount$inboundSchema;
38027
38216
  SkyBuyParamsAmount$.outboundSchema = SkyBuyParamsAmount$outboundSchema;
38028
38217
  })(SkyBuyParamsAmount$ ||= {});
38029
- SkyBuyParams$inboundSchema = objectType({
38218
+ SkyBuyParams$inboundSchema = collectExtraKeys(objectType({
38030
38219
  token_in: SkyBuyParamsTokenIn$inboundSchema,
38031
38220
  amount: unionType([numberType(), stringType()])
38032
- }).transform((v2) => {
38221
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38033
38222
  return remap(v2, {
38034
38223
  token_in: "tokenIn"
38035
38224
  });
38036
38225
  });
38037
38226
  SkyBuyParams$outboundSchema = objectType({
38038
38227
  tokenIn: SkyBuyParamsTokenIn$outboundSchema,
38039
- amount: unionType([numberType(), stringType()])
38228
+ amount: unionType([numberType(), stringType()]),
38229
+ additionalProperties: recordType(anyType())
38040
38230
  }).transform((v2) => {
38041
- return remap(v2, {
38042
- tokenIn: "token_in"
38043
- });
38231
+ return {
38232
+ ...v2.additionalProperties,
38233
+ ...remap(v2, {
38234
+ tokenIn: "token_in",
38235
+ additionalProperties: null
38236
+ })
38237
+ };
38044
38238
  });
38045
38239
  ((SkyBuyParams$) => {
38046
38240
  SkyBuyParams$.inboundSchema = SkyBuyParams$inboundSchema;
@@ -38052,19 +38246,29 @@ var init_skybuyparams = __esm(() => {
38052
38246
  var SkyDepositParamsAmount$inboundSchema, SkyDepositParamsAmount$outboundSchema, SkyDepositParamsAmount$, SkyDepositParams$inboundSchema, SkyDepositParams$outboundSchema, SkyDepositParams$;
38053
38247
  var init_skydepositparams = __esm(() => {
38054
38248
  init_esm();
38249
+ init_primitives();
38250
+ init_schemas();
38055
38251
  SkyDepositParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38056
38252
  SkyDepositParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38057
38253
  ((SkyDepositParamsAmount$) => {
38058
38254
  SkyDepositParamsAmount$.inboundSchema = SkyDepositParamsAmount$inboundSchema;
38059
38255
  SkyDepositParamsAmount$.outboundSchema = SkyDepositParamsAmount$outboundSchema;
38060
38256
  })(SkyDepositParamsAmount$ ||= {});
38061
- SkyDepositParams$inboundSchema = objectType({
38257
+ SkyDepositParams$inboundSchema = collectExtraKeys(objectType({
38062
38258
  amount: unionType([numberType(), stringType()]),
38063
38259
  receiver: nullableType(stringType()).optional()
38064
- });
38260
+ }).catchall(anyType()), "additionalProperties", true);
38065
38261
  SkyDepositParams$outboundSchema = objectType({
38066
38262
  amount: unionType([numberType(), stringType()]),
38067
- receiver: nullableType(stringType()).optional()
38263
+ receiver: nullableType(stringType()).optional(),
38264
+ additionalProperties: recordType(anyType())
38265
+ }).transform((v2) => {
38266
+ return {
38267
+ ...v2.additionalProperties,
38268
+ ...remap(v2, {
38269
+ additionalProperties: null
38270
+ })
38271
+ };
38068
38272
  });
38069
38273
  ((SkyDepositParams$) => {
38070
38274
  SkyDepositParams$.inboundSchema = SkyDepositParams$inboundSchema;
@@ -38077,6 +38281,7 @@ var SkySellParamsTokenOut, SkySellParamsTokenOut$inboundSchema, SkySellParamsTok
38077
38281
  var init_skysellparams = __esm(() => {
38078
38282
  init_esm();
38079
38283
  init_primitives();
38284
+ init_schemas();
38080
38285
  SkySellParamsTokenOut = {
38081
38286
  Dai: "DAI",
38082
38287
  Usdc: "USDC"
@@ -38093,21 +38298,26 @@ var init_skysellparams = __esm(() => {
38093
38298
  SkySellParamsAmount$.inboundSchema = SkySellParamsAmount$inboundSchema;
38094
38299
  SkySellParamsAmount$.outboundSchema = SkySellParamsAmount$outboundSchema;
38095
38300
  })(SkySellParamsAmount$ ||= {});
38096
- SkySellParams$inboundSchema = objectType({
38301
+ SkySellParams$inboundSchema = collectExtraKeys(objectType({
38097
38302
  token_out: SkySellParamsTokenOut$inboundSchema,
38098
38303
  amount: unionType([numberType(), stringType()])
38099
- }).transform((v2) => {
38304
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38100
38305
  return remap(v2, {
38101
38306
  token_out: "tokenOut"
38102
38307
  });
38103
38308
  });
38104
38309
  SkySellParams$outboundSchema = objectType({
38105
38310
  tokenOut: SkySellParamsTokenOut$outboundSchema,
38106
- amount: unionType([numberType(), stringType()])
38311
+ amount: unionType([numberType(), stringType()]),
38312
+ additionalProperties: recordType(anyType())
38107
38313
  }).transform((v2) => {
38108
- return remap(v2, {
38109
- tokenOut: "token_out"
38110
- });
38314
+ return {
38315
+ ...v2.additionalProperties,
38316
+ ...remap(v2, {
38317
+ tokenOut: "token_out",
38318
+ additionalProperties: null
38319
+ })
38320
+ };
38111
38321
  });
38112
38322
  ((SkySellParams$) => {
38113
38323
  SkySellParams$.inboundSchema = SkySellParams$inboundSchema;
@@ -38119,13 +38329,23 @@ var init_skysellparams = __esm(() => {
38119
38329
  var SkyWithdrawParams$inboundSchema, SkyWithdrawParams$outboundSchema, SkyWithdrawParams$;
38120
38330
  var init_skywithdrawparams = __esm(() => {
38121
38331
  init_esm();
38122
- SkyWithdrawParams$inboundSchema = objectType({
38332
+ init_primitives();
38333
+ init_schemas();
38334
+ SkyWithdrawParams$inboundSchema = collectExtraKeys(objectType({
38123
38335
  amount: anyType().optional(),
38124
38336
  receiver: nullableType(stringType()).optional()
38125
- });
38337
+ }).catchall(anyType()), "additionalProperties", true);
38126
38338
  SkyWithdrawParams$outboundSchema = objectType({
38127
38339
  amount: anyType().optional(),
38128
- receiver: nullableType(stringType()).optional()
38340
+ receiver: nullableType(stringType()).optional(),
38341
+ additionalProperties: recordType(anyType())
38342
+ }).transform((v2) => {
38343
+ return {
38344
+ ...v2.additionalProperties,
38345
+ ...remap(v2, {
38346
+ additionalProperties: null
38347
+ })
38348
+ };
38129
38349
  });
38130
38350
  ((SkyWithdrawParams$) => {
38131
38351
  SkyWithdrawParams$.inboundSchema = SkyWithdrawParams$inboundSchema;
@@ -38137,6 +38357,8 @@ var init_skywithdrawparams = __esm(() => {
38137
38357
  var TokenTransferErc20ParamsAmount$inboundSchema, TokenTransferErc20ParamsAmount$outboundSchema, TokenTransferErc20ParamsAmount$, TokenTransferErc20Params$inboundSchema, TokenTransferErc20Params$outboundSchema, TokenTransferErc20Params$;
38138
38358
  var init_tokentransfererc20params = __esm(() => {
38139
38359
  init_esm();
38360
+ init_primitives();
38361
+ init_schemas();
38140
38362
  init_tokenenum();
38141
38363
  TokenTransferErc20ParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38142
38364
  TokenTransferErc20ParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -38144,15 +38366,23 @@ var init_tokentransfererc20params = __esm(() => {
38144
38366
  TokenTransferErc20ParamsAmount$.inboundSchema = TokenTransferErc20ParamsAmount$inboundSchema;
38145
38367
  TokenTransferErc20ParamsAmount$.outboundSchema = TokenTransferErc20ParamsAmount$outboundSchema;
38146
38368
  })(TokenTransferErc20ParamsAmount$ ||= {});
38147
- TokenTransferErc20Params$inboundSchema = objectType({
38369
+ TokenTransferErc20Params$inboundSchema = collectExtraKeys(objectType({
38148
38370
  amount: unionType([numberType(), stringType()]),
38149
38371
  token: TokenEnum$inboundSchema,
38150
38372
  to: stringType()
38151
- });
38373
+ }).catchall(anyType()), "additionalProperties", true);
38152
38374
  TokenTransferErc20Params$outboundSchema = objectType({
38153
38375
  amount: unionType([numberType(), stringType()]),
38154
38376
  token: TokenEnum$outboundSchema,
38155
- to: stringType()
38377
+ to: stringType(),
38378
+ additionalProperties: recordType(anyType())
38379
+ }).transform((v2) => {
38380
+ return {
38381
+ ...v2.additionalProperties,
38382
+ ...remap(v2, {
38383
+ additionalProperties: null
38384
+ })
38385
+ };
38156
38386
  });
38157
38387
  ((TokenTransferErc20Params$) => {
38158
38388
  TokenTransferErc20Params$.inboundSchema = TokenTransferErc20Params$inboundSchema;
@@ -38183,6 +38413,7 @@ var UniswapBuyExactlyParamsAmount$inboundSchema, UniswapBuyExactlyParamsAmount$o
38183
38413
  var init_uniswapbuyexactlyparams = __esm(() => {
38184
38414
  init_esm();
38185
38415
  init_primitives();
38416
+ init_schemas();
38186
38417
  init_feeenum();
38187
38418
  init_tokenenum();
38188
38419
  UniswapBuyExactlyParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -38191,14 +38422,14 @@ var init_uniswapbuyexactlyparams = __esm(() => {
38191
38422
  UniswapBuyExactlyParamsAmount$.inboundSchema = UniswapBuyExactlyParamsAmount$inboundSchema;
38192
38423
  UniswapBuyExactlyParamsAmount$.outboundSchema = UniswapBuyExactlyParamsAmount$outboundSchema;
38193
38424
  })(UniswapBuyExactlyParamsAmount$ ||= {});
38194
- UniswapBuyExactlyParams$inboundSchema = objectType({
38425
+ UniswapBuyExactlyParams$inboundSchema = collectExtraKeys(objectType({
38195
38426
  token_in: TokenEnum$inboundSchema,
38196
38427
  token_out: TokenEnum$inboundSchema,
38197
38428
  fee: FeeEnum$inboundSchema,
38198
38429
  amount: unionType([numberType(), stringType()]),
38199
38430
  max_slippage_percent: numberType(),
38200
38431
  wrap_eth: booleanType().default(false)
38201
- }).transform((v2) => {
38432
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38202
38433
  return remap(v2, {
38203
38434
  token_in: "tokenIn",
38204
38435
  token_out: "tokenOut",
@@ -38212,14 +38443,19 @@ var init_uniswapbuyexactlyparams = __esm(() => {
38212
38443
  fee: FeeEnum$outboundSchema,
38213
38444
  amount: unionType([numberType(), stringType()]),
38214
38445
  maxSlippagePercent: numberType(),
38215
- wrapEth: booleanType().default(false)
38446
+ wrapEth: booleanType().default(false),
38447
+ additionalProperties: recordType(anyType())
38216
38448
  }).transform((v2) => {
38217
- return remap(v2, {
38218
- tokenIn: "token_in",
38219
- tokenOut: "token_out",
38220
- maxSlippagePercent: "max_slippage_percent",
38221
- wrapEth: "wrap_eth"
38222
- });
38449
+ return {
38450
+ ...v2.additionalProperties,
38451
+ ...remap(v2, {
38452
+ tokenIn: "token_in",
38453
+ tokenOut: "token_out",
38454
+ maxSlippagePercent: "max_slippage_percent",
38455
+ wrapEth: "wrap_eth",
38456
+ additionalProperties: null
38457
+ })
38458
+ };
38223
38459
  });
38224
38460
  ((UniswapBuyExactlyParams$) => {
38225
38461
  UniswapBuyExactlyParams$.inboundSchema = UniswapBuyExactlyParams$inboundSchema;
@@ -38232,6 +38468,7 @@ var UniswapIncreaseLiquidityProvisionParamsAmount0Desired$inboundSchema, Uniswap
38232
38468
  var init_uniswapincreaseliquidityprovisionparams = __esm(() => {
38233
38469
  init_esm();
38234
38470
  init_primitives();
38471
+ init_schemas();
38235
38472
  UniswapIncreaseLiquidityProvisionParamsAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
38236
38473
  UniswapIncreaseLiquidityProvisionParamsAmount0Desired$outboundSchema = unionType([numberType(), stringType()]);
38237
38474
  ((UniswapIncreaseLiquidityProvisionParamsAmount0Desired$) => {
@@ -38256,13 +38493,13 @@ var init_uniswapincreaseliquidityprovisionparams = __esm(() => {
38256
38493
  UniswapIncreaseLiquidityProvisionParamsAmount1Min$.inboundSchema = UniswapIncreaseLiquidityProvisionParamsAmount1Min$inboundSchema;
38257
38494
  UniswapIncreaseLiquidityProvisionParamsAmount1Min$.outboundSchema = UniswapIncreaseLiquidityProvisionParamsAmount1Min$outboundSchema;
38258
38495
  })(UniswapIncreaseLiquidityProvisionParamsAmount1Min$ ||= {});
38259
- UniswapIncreaseLiquidityProvisionParams$inboundSchema = objectType({
38496
+ UniswapIncreaseLiquidityProvisionParams$inboundSchema = collectExtraKeys(objectType({
38260
38497
  token_id: numberType().int(),
38261
38498
  amount0_desired: unionType([numberType(), stringType()]),
38262
38499
  amount1_desired: unionType([numberType(), stringType()]),
38263
38500
  amount0_min: unionType([numberType(), stringType()]),
38264
38501
  amount1_min: unionType([numberType(), stringType()])
38265
- }).transform((v2) => {
38502
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38266
38503
  return remap(v2, {
38267
38504
  token_id: "tokenId",
38268
38505
  amount0_desired: "amount0Desired",
@@ -38276,15 +38513,20 @@ var init_uniswapincreaseliquidityprovisionparams = __esm(() => {
38276
38513
  amount0Desired: unionType([numberType(), stringType()]),
38277
38514
  amount1Desired: unionType([numberType(), stringType()]),
38278
38515
  amount0Min: unionType([numberType(), stringType()]),
38279
- amount1Min: unionType([numberType(), stringType()])
38516
+ amount1Min: unionType([numberType(), stringType()]),
38517
+ additionalProperties: recordType(anyType())
38280
38518
  }).transform((v2) => {
38281
- return remap(v2, {
38282
- tokenId: "token_id",
38283
- amount0Desired: "amount0_desired",
38284
- amount1Desired: "amount1_desired",
38285
- amount0Min: "amount0_min",
38286
- amount1Min: "amount1_min"
38287
- });
38519
+ return {
38520
+ ...v2.additionalProperties,
38521
+ ...remap(v2, {
38522
+ tokenId: "token_id",
38523
+ amount0Desired: "amount0_desired",
38524
+ amount1Desired: "amount1_desired",
38525
+ amount0Min: "amount0_min",
38526
+ amount1Min: "amount1_min",
38527
+ additionalProperties: null
38528
+ })
38529
+ };
38288
38530
  });
38289
38531
  ((UniswapIncreaseLiquidityProvisionParams$) => {
38290
38532
  UniswapIncreaseLiquidityProvisionParams$.inboundSchema = UniswapIncreaseLiquidityProvisionParams$inboundSchema;
@@ -38297,6 +38539,7 @@ var UniswapMintLiquidityProvisionParamsAmount0Desired$inboundSchema, UniswapMint
38297
38539
  var init_uniswapmintliquidityprovisionparams = __esm(() => {
38298
38540
  init_esm();
38299
38541
  init_primitives();
38542
+ init_schemas();
38300
38543
  init_feeenum();
38301
38544
  init_tokenenum();
38302
38545
  UniswapMintLiquidityProvisionParamsAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
@@ -38323,7 +38566,7 @@ var init_uniswapmintliquidityprovisionparams = __esm(() => {
38323
38566
  UniswapMintLiquidityProvisionParamsAmount1Min$.inboundSchema = UniswapMintLiquidityProvisionParamsAmount1Min$inboundSchema;
38324
38567
  UniswapMintLiquidityProvisionParamsAmount1Min$.outboundSchema = UniswapMintLiquidityProvisionParamsAmount1Min$outboundSchema;
38325
38568
  })(UniswapMintLiquidityProvisionParamsAmount1Min$ ||= {});
38326
- UniswapMintLiquidityProvisionParams$inboundSchema = objectType({
38569
+ UniswapMintLiquidityProvisionParams$inboundSchema = collectExtraKeys(objectType({
38327
38570
  token0: TokenEnum$inboundSchema,
38328
38571
  token1: TokenEnum$inboundSchema,
38329
38572
  fee: FeeEnum$inboundSchema,
@@ -38334,7 +38577,7 @@ var init_uniswapmintliquidityprovisionparams = __esm(() => {
38334
38577
  amount0_min: unionType([numberType(), stringType()]),
38335
38578
  amount1_min: unionType([numberType(), stringType()]),
38336
38579
  recipient: nullableType(stringType()).optional()
38337
- }).transform((v2) => {
38580
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38338
38581
  return remap(v2, {
38339
38582
  tick_lower: "tickLower",
38340
38583
  tick_upper: "tickUpper",
@@ -38354,16 +38597,21 @@ var init_uniswapmintliquidityprovisionparams = __esm(() => {
38354
38597
  amount1Desired: unionType([numberType(), stringType()]),
38355
38598
  amount0Min: unionType([numberType(), stringType()]),
38356
38599
  amount1Min: unionType([numberType(), stringType()]),
38357
- recipient: nullableType(stringType()).optional()
38600
+ recipient: nullableType(stringType()).optional(),
38601
+ additionalProperties: recordType(anyType())
38358
38602
  }).transform((v2) => {
38359
- return remap(v2, {
38360
- tickLower: "tick_lower",
38361
- tickUpper: "tick_upper",
38362
- amount0Desired: "amount0_desired",
38363
- amount1Desired: "amount1_desired",
38364
- amount0Min: "amount0_min",
38365
- amount1Min: "amount1_min"
38366
- });
38603
+ return {
38604
+ ...v2.additionalProperties,
38605
+ ...remap(v2, {
38606
+ tickLower: "tick_lower",
38607
+ tickUpper: "tick_upper",
38608
+ amount0Desired: "amount0_desired",
38609
+ amount1Desired: "amount1_desired",
38610
+ amount0Min: "amount0_min",
38611
+ amount1Min: "amount1_min",
38612
+ additionalProperties: null
38613
+ })
38614
+ };
38367
38615
  });
38368
38616
  ((UniswapMintLiquidityProvisionParams$) => {
38369
38617
  UniswapMintLiquidityProvisionParams$.inboundSchema = UniswapMintLiquidityProvisionParams$inboundSchema;
@@ -38376,6 +38624,7 @@ var UniswapSellExactlyParamsAmount$inboundSchema, UniswapSellExactlyParamsAmount
38376
38624
  var init_uniswapsellexactlyparams = __esm(() => {
38377
38625
  init_esm();
38378
38626
  init_primitives();
38627
+ init_schemas();
38379
38628
  init_feeenum();
38380
38629
  init_tokenenum();
38381
38630
  UniswapSellExactlyParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -38384,14 +38633,14 @@ var init_uniswapsellexactlyparams = __esm(() => {
38384
38633
  UniswapSellExactlyParamsAmount$.inboundSchema = UniswapSellExactlyParamsAmount$inboundSchema;
38385
38634
  UniswapSellExactlyParamsAmount$.outboundSchema = UniswapSellExactlyParamsAmount$outboundSchema;
38386
38635
  })(UniswapSellExactlyParamsAmount$ ||= {});
38387
- UniswapSellExactlyParams$inboundSchema = objectType({
38636
+ UniswapSellExactlyParams$inboundSchema = collectExtraKeys(objectType({
38388
38637
  token_in: TokenEnum$inboundSchema,
38389
38638
  token_out: TokenEnum$inboundSchema,
38390
38639
  fee: FeeEnum$inboundSchema,
38391
38640
  amount: unionType([numberType(), stringType()]),
38392
38641
  max_slippage_percent: numberType(),
38393
38642
  wrap_eth: booleanType().default(false)
38394
- }).transform((v2) => {
38643
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38395
38644
  return remap(v2, {
38396
38645
  token_in: "tokenIn",
38397
38646
  token_out: "tokenOut",
@@ -38405,14 +38654,19 @@ var init_uniswapsellexactlyparams = __esm(() => {
38405
38654
  fee: FeeEnum$outboundSchema,
38406
38655
  amount: unionType([numberType(), stringType()]),
38407
38656
  maxSlippagePercent: numberType(),
38408
- wrapEth: booleanType().default(false)
38657
+ wrapEth: booleanType().default(false),
38658
+ additionalProperties: recordType(anyType())
38409
38659
  }).transform((v2) => {
38410
- return remap(v2, {
38411
- tokenIn: "token_in",
38412
- tokenOut: "token_out",
38413
- maxSlippagePercent: "max_slippage_percent",
38414
- wrapEth: "wrap_eth"
38415
- });
38660
+ return {
38661
+ ...v2.additionalProperties,
38662
+ ...remap(v2, {
38663
+ tokenIn: "token_in",
38664
+ tokenOut: "token_out",
38665
+ maxSlippagePercent: "max_slippage_percent",
38666
+ wrapEth: "wrap_eth",
38667
+ additionalProperties: null
38668
+ })
38669
+ };
38416
38670
  });
38417
38671
  ((UniswapSellExactlyParams$) => {
38418
38672
  UniswapSellExactlyParams$.inboundSchema = UniswapSellExactlyParams$inboundSchema;
@@ -38425,16 +38679,17 @@ var UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$inboundSchema
38425
38679
  var init_uniswapwithdrawliquidityprovisionparams = __esm(() => {
38426
38680
  init_esm();
38427
38681
  init_primitives();
38682
+ init_schemas();
38428
38683
  UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$inboundSchema = unionType([numberType(), stringType()]);
38429
38684
  UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$outboundSchema = unionType([numberType(), stringType()]);
38430
38685
  ((UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$) => {
38431
38686
  UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$.inboundSchema = UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$inboundSchema;
38432
38687
  UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$.outboundSchema = UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$outboundSchema;
38433
38688
  })(UniswapWithdrawLiquidityProvisionParamsPercentageForWithdrawal$ ||= {});
38434
- UniswapWithdrawLiquidityProvisionParams$inboundSchema = objectType({
38689
+ UniswapWithdrawLiquidityProvisionParams$inboundSchema = collectExtraKeys(objectType({
38435
38690
  token_id: numberType().int(),
38436
38691
  percentage_for_withdrawal: unionType([numberType(), stringType()])
38437
- }).transform((v2) => {
38692
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
38438
38693
  return remap(v2, {
38439
38694
  token_id: "tokenId",
38440
38695
  percentage_for_withdrawal: "percentageForWithdrawal"
@@ -38442,12 +38697,17 @@ var init_uniswapwithdrawliquidityprovisionparams = __esm(() => {
38442
38697
  });
38443
38698
  UniswapWithdrawLiquidityProvisionParams$outboundSchema = objectType({
38444
38699
  tokenId: numberType().int(),
38445
- percentageForWithdrawal: unionType([numberType(), stringType()])
38700
+ percentageForWithdrawal: unionType([numberType(), stringType()]),
38701
+ additionalProperties: recordType(anyType())
38446
38702
  }).transform((v2) => {
38447
- return remap(v2, {
38448
- tokenId: "token_id",
38449
- percentageForWithdrawal: "percentage_for_withdrawal"
38450
- });
38703
+ return {
38704
+ ...v2.additionalProperties,
38705
+ ...remap(v2, {
38706
+ tokenId: "token_id",
38707
+ percentageForWithdrawal: "percentage_for_withdrawal",
38708
+ additionalProperties: null
38709
+ })
38710
+ };
38451
38711
  });
38452
38712
  ((UniswapWithdrawLiquidityProvisionParams$) => {
38453
38713
  UniswapWithdrawLiquidityProvisionParams$.inboundSchema = UniswapWithdrawLiquidityProvisionParams$inboundSchema;
@@ -38459,17 +38719,27 @@ var init_uniswapwithdrawliquidityprovisionparams = __esm(() => {
38459
38719
  var UnwrapWethParamsAmount$inboundSchema, UnwrapWethParamsAmount$outboundSchema, UnwrapWethParamsAmount$, UnwrapWethParams$inboundSchema, UnwrapWethParams$outboundSchema, UnwrapWethParams$;
38460
38720
  var init_unwrapwethparams = __esm(() => {
38461
38721
  init_esm();
38722
+ init_primitives();
38723
+ init_schemas();
38462
38724
  UnwrapWethParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38463
38725
  UnwrapWethParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38464
38726
  ((UnwrapWethParamsAmount$) => {
38465
38727
  UnwrapWethParamsAmount$.inboundSchema = UnwrapWethParamsAmount$inboundSchema;
38466
38728
  UnwrapWethParamsAmount$.outboundSchema = UnwrapWethParamsAmount$outboundSchema;
38467
38729
  })(UnwrapWethParamsAmount$ ||= {});
38468
- UnwrapWethParams$inboundSchema = objectType({
38730
+ UnwrapWethParams$inboundSchema = collectExtraKeys(objectType({
38469
38731
  amount: unionType([numberType(), stringType()])
38470
- });
38732
+ }).catchall(anyType()), "additionalProperties", true);
38471
38733
  UnwrapWethParams$outboundSchema = objectType({
38472
- amount: unionType([numberType(), stringType()])
38734
+ amount: unionType([numberType(), stringType()]),
38735
+ additionalProperties: recordType(anyType())
38736
+ }).transform((v2) => {
38737
+ return {
38738
+ ...v2.additionalProperties,
38739
+ ...remap(v2, {
38740
+ additionalProperties: null
38741
+ })
38742
+ };
38473
38743
  });
38474
38744
  ((UnwrapWethParams$) => {
38475
38745
  UnwrapWethParams$.inboundSchema = UnwrapWethParams$inboundSchema;
@@ -38481,17 +38751,27 @@ var init_unwrapwethparams = __esm(() => {
38481
38751
  var WrapEthParamsAmount$inboundSchema, WrapEthParamsAmount$outboundSchema, WrapEthParamsAmount$, WrapEthParams$inboundSchema, WrapEthParams$outboundSchema, WrapEthParams$;
38482
38752
  var init_wrapethparams = __esm(() => {
38483
38753
  init_esm();
38754
+ init_primitives();
38755
+ init_schemas();
38484
38756
  WrapEthParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38485
38757
  WrapEthParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38486
38758
  ((WrapEthParamsAmount$) => {
38487
38759
  WrapEthParamsAmount$.inboundSchema = WrapEthParamsAmount$inboundSchema;
38488
38760
  WrapEthParamsAmount$.outboundSchema = WrapEthParamsAmount$outboundSchema;
38489
38761
  })(WrapEthParamsAmount$ ||= {});
38490
- WrapEthParams$inboundSchema = objectType({
38762
+ WrapEthParams$inboundSchema = collectExtraKeys(objectType({
38491
38763
  amount: unionType([numberType(), stringType()])
38492
- });
38764
+ }).catchall(anyType()), "additionalProperties", true);
38493
38765
  WrapEthParams$outboundSchema = objectType({
38494
- amount: unionType([numberType(), stringType()])
38766
+ amount: unionType([numberType(), stringType()]),
38767
+ additionalProperties: recordType(anyType())
38768
+ }).transform((v2) => {
38769
+ return {
38770
+ ...v2.additionalProperties,
38771
+ ...remap(v2, {
38772
+ additionalProperties: null
38773
+ })
38774
+ };
38495
38775
  });
38496
38776
  ((WrapEthParams$) => {
38497
38777
  WrapEthParams$.inboundSchema = WrapEthParams$inboundSchema;
@@ -39352,6 +39632,7 @@ var IncreaseAllowanceRequestContractName, IncreaseAllowanceRequestToken$inboundS
39352
39632
  var init_increaseallowancerequest = __esm(() => {
39353
39633
  init_esm();
39354
39634
  init_primitives();
39635
+ init_schemas();
39355
39636
  init_chain();
39356
39637
  init_tokenenum();
39357
39638
  IncreaseAllowanceRequestContractName = {
@@ -39385,13 +39666,13 @@ var init_increaseallowancerequest = __esm(() => {
39385
39666
  IncreaseAllowanceRequestAmount$.inboundSchema = IncreaseAllowanceRequestAmount$inboundSchema;
39386
39667
  IncreaseAllowanceRequestAmount$.outboundSchema = IncreaseAllowanceRequestAmount$outboundSchema;
39387
39668
  })(IncreaseAllowanceRequestAmount$ ||= {});
39388
- IncreaseAllowanceRequest$inboundSchema = objectType({
39669
+ IncreaseAllowanceRequest$inboundSchema = collectExtraKeys(objectType({
39389
39670
  token: unionType([TokenEnum$inboundSchema, stringType()]),
39390
39671
  contract_name: IncreaseAllowanceRequestContractName$inboundSchema,
39391
39672
  amount: unionType([numberType(), stringType()]),
39392
39673
  chain: Chain$inboundSchema,
39393
39674
  sender: stringType()
39394
- }).transform((v2) => {
39675
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
39395
39676
  return remap(v2, {
39396
39677
  contract_name: "contractName"
39397
39678
  });
@@ -39401,11 +39682,16 @@ var init_increaseallowancerequest = __esm(() => {
39401
39682
  contractName: IncreaseAllowanceRequestContractName$outboundSchema,
39402
39683
  amount: unionType([numberType(), stringType()]),
39403
39684
  chain: Chain$outboundSchema,
39404
- sender: stringType()
39685
+ sender: stringType(),
39686
+ additionalProperties: recordType(anyType())
39405
39687
  }).transform((v2) => {
39406
- return remap(v2, {
39407
- contractName: "contract_name"
39408
- });
39688
+ return {
39689
+ ...v2.additionalProperties,
39690
+ ...remap(v2, {
39691
+ contractName: "contract_name",
39692
+ additionalProperties: null
39693
+ })
39694
+ };
39409
39695
  });
39410
39696
  ((IncreaseAllowanceRequest$) => {
39411
39697
  IncreaseAllowanceRequest$.inboundSchema = IncreaseAllowanceRequest$inboundSchema;
@@ -39519,6 +39805,7 @@ var MorphoBorrowRequestChain, MorphoBorrowRequestAmount$inboundSchema, MorphoBor
39519
39805
  var init_morphoborrowrequest = __esm(() => {
39520
39806
  init_esm();
39521
39807
  init_primitives();
39808
+ init_schemas();
39522
39809
  MorphoBorrowRequestChain = {
39523
39810
  EthereumMainnet: "ethereum:mainnet",
39524
39811
  BaseMainnet: "base:mainnet"
@@ -39535,14 +39822,14 @@ var init_morphoborrowrequest = __esm(() => {
39535
39822
  MorphoBorrowRequestChain$.inboundSchema = MorphoBorrowRequestChain$inboundSchema;
39536
39823
  MorphoBorrowRequestChain$.outboundSchema = MorphoBorrowRequestChain$outboundSchema;
39537
39824
  })(MorphoBorrowRequestChain$ ||= {});
39538
- MorphoBorrowRequest$inboundSchema = objectType({
39825
+ MorphoBorrowRequest$inboundSchema = collectExtraKeys(objectType({
39539
39826
  amount: unionType([numberType(), stringType()]),
39540
39827
  unique_market_key: stringType(),
39541
39828
  on_behalf_of: nullableType(stringType()).optional(),
39542
39829
  receiver: nullableType(stringType()).optional(),
39543
39830
  chain: MorphoBorrowRequestChain$inboundSchema,
39544
39831
  sender: stringType()
39545
- }).transform((v2) => {
39832
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
39546
39833
  return remap(v2, {
39547
39834
  unique_market_key: "uniqueMarketKey",
39548
39835
  on_behalf_of: "onBehalfOf"
@@ -39554,12 +39841,17 @@ var init_morphoborrowrequest = __esm(() => {
39554
39841
  onBehalfOf: nullableType(stringType()).optional(),
39555
39842
  receiver: nullableType(stringType()).optional(),
39556
39843
  chain: MorphoBorrowRequestChain$outboundSchema,
39557
- sender: stringType()
39844
+ sender: stringType(),
39845
+ additionalProperties: recordType(anyType())
39558
39846
  }).transform((v2) => {
39559
- return remap(v2, {
39560
- uniqueMarketKey: "unique_market_key",
39561
- onBehalfOf: "on_behalf_of"
39562
- });
39847
+ return {
39848
+ ...v2.additionalProperties,
39849
+ ...remap(v2, {
39850
+ uniqueMarketKey: "unique_market_key",
39851
+ onBehalfOf: "on_behalf_of",
39852
+ additionalProperties: null
39853
+ })
39854
+ };
39563
39855
  });
39564
39856
  ((MorphoBorrowRequest$) => {
39565
39857
  MorphoBorrowRequest$.inboundSchema = MorphoBorrowRequest$inboundSchema;
@@ -39743,6 +40035,7 @@ var MorphoDepositRequestChain, MorphoDepositRequestAmount$inboundSchema, MorphoD
39743
40035
  var init_morphodepositrequest = __esm(() => {
39744
40036
  init_esm();
39745
40037
  init_primitives();
40038
+ init_schemas();
39746
40039
  MorphoDepositRequestChain = {
39747
40040
  EthereumMainnet: "ethereum:mainnet",
39748
40041
  BaseMainnet: "base:mainnet"
@@ -39759,13 +40052,13 @@ var init_morphodepositrequest = __esm(() => {
39759
40052
  MorphoDepositRequestChain$.inboundSchema = MorphoDepositRequestChain$inboundSchema;
39760
40053
  MorphoDepositRequestChain$.outboundSchema = MorphoDepositRequestChain$outboundSchema;
39761
40054
  })(MorphoDepositRequestChain$ ||= {});
39762
- MorphoDepositRequest$inboundSchema = objectType({
40055
+ MorphoDepositRequest$inboundSchema = collectExtraKeys(objectType({
39763
40056
  vault_address: stringType(),
39764
40057
  amount: unionType([numberType(), stringType()]),
39765
40058
  receiver: nullableType(stringType()).optional(),
39766
40059
  chain: MorphoDepositRequestChain$inboundSchema,
39767
40060
  sender: stringType()
39768
- }).transform((v2) => {
40061
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
39769
40062
  return remap(v2, {
39770
40063
  vault_address: "vaultAddress"
39771
40064
  });
@@ -39775,11 +40068,16 @@ var init_morphodepositrequest = __esm(() => {
39775
40068
  amount: unionType([numberType(), stringType()]),
39776
40069
  receiver: nullableType(stringType()).optional(),
39777
40070
  chain: MorphoDepositRequestChain$outboundSchema,
39778
- sender: stringType()
40071
+ sender: stringType(),
40072
+ additionalProperties: recordType(anyType())
39779
40073
  }).transform((v2) => {
39780
- return remap(v2, {
39781
- vaultAddress: "vault_address"
39782
- });
40074
+ return {
40075
+ ...v2.additionalProperties,
40076
+ ...remap(v2, {
40077
+ vaultAddress: "vault_address",
40078
+ additionalProperties: null
40079
+ })
40080
+ };
39783
40081
  });
39784
40082
  ((MorphoDepositRequest$) => {
39785
40083
  MorphoDepositRequest$.inboundSchema = MorphoDepositRequest$inboundSchema;
@@ -39988,6 +40286,7 @@ var init_morphorepayrequest = __esm(() => {
39988
40286
  init_esm();
39989
40287
  init_base64();
39990
40288
  init_primitives();
40289
+ init_schemas();
39991
40290
  MorphoRepayRequestChain = {
39992
40291
  EthereumMainnet: "ethereum:mainnet",
39993
40292
  BaseMainnet: "base:mainnet"
@@ -39998,14 +40297,14 @@ var init_morphorepayrequest = __esm(() => {
39998
40297
  MorphoRepayRequestChain$.inboundSchema = MorphoRepayRequestChain$inboundSchema;
39999
40298
  MorphoRepayRequestChain$.outboundSchema = MorphoRepayRequestChain$outboundSchema;
40000
40299
  })(MorphoRepayRequestChain$ ||= {});
40001
- MorphoRepayRequest$inboundSchema = objectType({
40300
+ MorphoRepayRequest$inboundSchema = collectExtraKeys(objectType({
40002
40301
  amount: anyType().optional(),
40003
40302
  unique_market_key: stringType(),
40004
40303
  on_behalf_of: nullableType(stringType()).optional(),
40005
40304
  callback_data: nullableType(zodInbound).optional(),
40006
40305
  chain: MorphoRepayRequestChain$inboundSchema,
40007
40306
  sender: stringType()
40008
- }).transform((v2) => {
40307
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40009
40308
  return remap(v2, {
40010
40309
  unique_market_key: "uniqueMarketKey",
40011
40310
  on_behalf_of: "onBehalfOf",
@@ -40018,13 +40317,18 @@ var init_morphorepayrequest = __esm(() => {
40018
40317
  onBehalfOf: nullableType(stringType()).optional(),
40019
40318
  callbackData: nullableType(zodOutbound).optional(),
40020
40319
  chain: MorphoRepayRequestChain$outboundSchema,
40021
- sender: stringType()
40320
+ sender: stringType(),
40321
+ additionalProperties: recordType(anyType())
40022
40322
  }).transform((v2) => {
40023
- return remap(v2, {
40024
- uniqueMarketKey: "unique_market_key",
40025
- onBehalfOf: "on_behalf_of",
40026
- callbackData: "callback_data"
40027
- });
40323
+ return {
40324
+ ...v2.additionalProperties,
40325
+ ...remap(v2, {
40326
+ uniqueMarketKey: "unique_market_key",
40327
+ onBehalfOf: "on_behalf_of",
40328
+ callbackData: "callback_data",
40329
+ additionalProperties: null
40330
+ })
40331
+ };
40028
40332
  });
40029
40333
  ((MorphoRepayRequest$) => {
40030
40334
  MorphoRepayRequest$.inboundSchema = MorphoRepayRequest$inboundSchema;
@@ -40037,6 +40341,7 @@ var MorphoSetVaultAllowanceRequestChain, MorphoSetVaultAllowanceRequestAmount$in
40037
40341
  var init_morphosetvaultallowancerequest = __esm(() => {
40038
40342
  init_esm();
40039
40343
  init_primitives();
40344
+ init_schemas();
40040
40345
  MorphoSetVaultAllowanceRequestChain = {
40041
40346
  EthereumMainnet: "ethereum:mainnet",
40042
40347
  BaseMainnet: "base:mainnet"
@@ -40053,12 +40358,12 @@ var init_morphosetvaultallowancerequest = __esm(() => {
40053
40358
  MorphoSetVaultAllowanceRequestChain$.inboundSchema = MorphoSetVaultAllowanceRequestChain$inboundSchema;
40054
40359
  MorphoSetVaultAllowanceRequestChain$.outboundSchema = MorphoSetVaultAllowanceRequestChain$outboundSchema;
40055
40360
  })(MorphoSetVaultAllowanceRequestChain$ ||= {});
40056
- MorphoSetVaultAllowanceRequest$inboundSchema = objectType({
40361
+ MorphoSetVaultAllowanceRequest$inboundSchema = collectExtraKeys(objectType({
40057
40362
  vault_address: stringType(),
40058
40363
  amount: unionType([numberType(), stringType()]),
40059
40364
  chain: MorphoSetVaultAllowanceRequestChain$inboundSchema,
40060
40365
  sender: stringType()
40061
- }).transform((v2) => {
40366
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40062
40367
  return remap(v2, {
40063
40368
  vault_address: "vaultAddress"
40064
40369
  });
@@ -40067,11 +40372,16 @@ var init_morphosetvaultallowancerequest = __esm(() => {
40067
40372
  vaultAddress: stringType(),
40068
40373
  amount: unionType([numberType(), stringType()]),
40069
40374
  chain: MorphoSetVaultAllowanceRequestChain$outboundSchema,
40070
- sender: stringType()
40375
+ sender: stringType(),
40376
+ additionalProperties: recordType(anyType())
40071
40377
  }).transform((v2) => {
40072
- return remap(v2, {
40073
- vaultAddress: "vault_address"
40074
- });
40378
+ return {
40379
+ ...v2.additionalProperties,
40380
+ ...remap(v2, {
40381
+ vaultAddress: "vault_address",
40382
+ additionalProperties: null
40383
+ })
40384
+ };
40075
40385
  });
40076
40386
  ((MorphoSetVaultAllowanceRequest$) => {
40077
40387
  MorphoSetVaultAllowanceRequest$.inboundSchema = MorphoSetVaultAllowanceRequest$inboundSchema;
@@ -40085,6 +40395,7 @@ var init_morphosupplycollateralrequest = __esm(() => {
40085
40395
  init_esm();
40086
40396
  init_base64();
40087
40397
  init_primitives();
40398
+ init_schemas();
40088
40399
  MorphoSupplyCollateralRequestChain = {
40089
40400
  EthereumMainnet: "ethereum:mainnet",
40090
40401
  BaseMainnet: "base:mainnet"
@@ -40101,14 +40412,14 @@ var init_morphosupplycollateralrequest = __esm(() => {
40101
40412
  MorphoSupplyCollateralRequestChain$.inboundSchema = MorphoSupplyCollateralRequestChain$inboundSchema;
40102
40413
  MorphoSupplyCollateralRequestChain$.outboundSchema = MorphoSupplyCollateralRequestChain$outboundSchema;
40103
40414
  })(MorphoSupplyCollateralRequestChain$ ||= {});
40104
- MorphoSupplyCollateralRequest$inboundSchema = objectType({
40415
+ MorphoSupplyCollateralRequest$inboundSchema = collectExtraKeys(objectType({
40105
40416
  amount: unionType([numberType(), stringType()]),
40106
40417
  unique_market_key: stringType(),
40107
40418
  on_behalf_of: nullableType(stringType()).optional(),
40108
40419
  callback_data: nullableType(zodInbound).optional(),
40109
40420
  chain: MorphoSupplyCollateralRequestChain$inboundSchema,
40110
40421
  sender: stringType()
40111
- }).transform((v2) => {
40422
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40112
40423
  return remap(v2, {
40113
40424
  unique_market_key: "uniqueMarketKey",
40114
40425
  on_behalf_of: "onBehalfOf",
@@ -40121,13 +40432,18 @@ var init_morphosupplycollateralrequest = __esm(() => {
40121
40432
  onBehalfOf: nullableType(stringType()).optional(),
40122
40433
  callbackData: nullableType(zodOutbound).optional(),
40123
40434
  chain: MorphoSupplyCollateralRequestChain$outboundSchema,
40124
- sender: stringType()
40435
+ sender: stringType(),
40436
+ additionalProperties: recordType(anyType())
40125
40437
  }).transform((v2) => {
40126
- return remap(v2, {
40127
- uniqueMarketKey: "unique_market_key",
40128
- onBehalfOf: "on_behalf_of",
40129
- callbackData: "callback_data"
40130
- });
40438
+ return {
40439
+ ...v2.additionalProperties,
40440
+ ...remap(v2, {
40441
+ uniqueMarketKey: "unique_market_key",
40442
+ onBehalfOf: "on_behalf_of",
40443
+ callbackData: "callback_data",
40444
+ additionalProperties: null
40445
+ })
40446
+ };
40131
40447
  });
40132
40448
  ((MorphoSupplyCollateralRequest$) => {
40133
40449
  MorphoSupplyCollateralRequest$.inboundSchema = MorphoSupplyCollateralRequest$inboundSchema;
@@ -40140,6 +40456,7 @@ var MorphoWithdrawCollateralRequestChain, MorphoWithdrawCollateralRequestAmount$
40140
40456
  var init_morphowithdrawcollateralrequest = __esm(() => {
40141
40457
  init_esm();
40142
40458
  init_primitives();
40459
+ init_schemas();
40143
40460
  MorphoWithdrawCollateralRequestChain = {
40144
40461
  EthereumMainnet: "ethereum:mainnet",
40145
40462
  BaseMainnet: "base:mainnet"
@@ -40156,14 +40473,14 @@ var init_morphowithdrawcollateralrequest = __esm(() => {
40156
40473
  MorphoWithdrawCollateralRequestChain$.inboundSchema = MorphoWithdrawCollateralRequestChain$inboundSchema;
40157
40474
  MorphoWithdrawCollateralRequestChain$.outboundSchema = MorphoWithdrawCollateralRequestChain$outboundSchema;
40158
40475
  })(MorphoWithdrawCollateralRequestChain$ ||= {});
40159
- MorphoWithdrawCollateralRequest$inboundSchema = objectType({
40476
+ MorphoWithdrawCollateralRequest$inboundSchema = collectExtraKeys(objectType({
40160
40477
  amount: unionType([numberType(), stringType()]),
40161
40478
  unique_market_key: stringType(),
40162
40479
  on_behalf_of: nullableType(stringType()).optional(),
40163
40480
  receiver: nullableType(stringType()).optional(),
40164
40481
  chain: MorphoWithdrawCollateralRequestChain$inboundSchema,
40165
40482
  sender: stringType()
40166
- }).transform((v2) => {
40483
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40167
40484
  return remap(v2, {
40168
40485
  unique_market_key: "uniqueMarketKey",
40169
40486
  on_behalf_of: "onBehalfOf"
@@ -40175,12 +40492,17 @@ var init_morphowithdrawcollateralrequest = __esm(() => {
40175
40492
  onBehalfOf: nullableType(stringType()).optional(),
40176
40493
  receiver: nullableType(stringType()).optional(),
40177
40494
  chain: MorphoWithdrawCollateralRequestChain$outboundSchema,
40178
- sender: stringType()
40495
+ sender: stringType(),
40496
+ additionalProperties: recordType(anyType())
40179
40497
  }).transform((v2) => {
40180
- return remap(v2, {
40181
- uniqueMarketKey: "unique_market_key",
40182
- onBehalfOf: "on_behalf_of"
40183
- });
40498
+ return {
40499
+ ...v2.additionalProperties,
40500
+ ...remap(v2, {
40501
+ uniqueMarketKey: "unique_market_key",
40502
+ onBehalfOf: "on_behalf_of",
40503
+ additionalProperties: null
40504
+ })
40505
+ };
40184
40506
  });
40185
40507
  ((MorphoWithdrawCollateralRequest$) => {
40186
40508
  MorphoWithdrawCollateralRequest$.inboundSchema = MorphoWithdrawCollateralRequest$inboundSchema;
@@ -40193,6 +40515,7 @@ var MorphoWithdrawRequestChain, MorphoWithdrawRequestChain$inboundSchema, Morpho
40193
40515
  var init_morphowithdrawrequest = __esm(() => {
40194
40516
  init_esm();
40195
40517
  init_primitives();
40518
+ init_schemas();
40196
40519
  MorphoWithdrawRequestChain = {
40197
40520
  EthereumMainnet: "ethereum:mainnet",
40198
40521
  BaseMainnet: "base:mainnet"
@@ -40203,13 +40526,13 @@ var init_morphowithdrawrequest = __esm(() => {
40203
40526
  MorphoWithdrawRequestChain$.inboundSchema = MorphoWithdrawRequestChain$inboundSchema;
40204
40527
  MorphoWithdrawRequestChain$.outboundSchema = MorphoWithdrawRequestChain$outboundSchema;
40205
40528
  })(MorphoWithdrawRequestChain$ ||= {});
40206
- MorphoWithdrawRequest$inboundSchema = objectType({
40529
+ MorphoWithdrawRequest$inboundSchema = collectExtraKeys(objectType({
40207
40530
  vault_address: stringType(),
40208
40531
  amount: anyType().optional(),
40209
40532
  receiver: nullableType(stringType()).optional(),
40210
40533
  chain: MorphoWithdrawRequestChain$inboundSchema,
40211
40534
  sender: stringType()
40212
- }).transform((v2) => {
40535
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40213
40536
  return remap(v2, {
40214
40537
  vault_address: "vaultAddress"
40215
40538
  });
@@ -40219,11 +40542,16 @@ var init_morphowithdrawrequest = __esm(() => {
40219
40542
  amount: anyType().optional(),
40220
40543
  receiver: nullableType(stringType()).optional(),
40221
40544
  chain: MorphoWithdrawRequestChain$outboundSchema,
40222
- sender: stringType()
40545
+ sender: stringType(),
40546
+ additionalProperties: recordType(anyType())
40223
40547
  }).transform((v2) => {
40224
- return remap(v2, {
40225
- vaultAddress: "vault_address"
40226
- });
40548
+ return {
40549
+ ...v2.additionalProperties,
40550
+ ...remap(v2, {
40551
+ vaultAddress: "vault_address",
40552
+ additionalProperties: null
40553
+ })
40554
+ };
40227
40555
  });
40228
40556
  ((MorphoWithdrawRequest$) => {
40229
40557
  MorphoWithdrawRequest$.inboundSchema = MorphoWithdrawRequest$inboundSchema;
@@ -40333,6 +40661,7 @@ var PendleBuyPtRequestAmount$inboundSchema, PendleBuyPtRequestAmount$outboundSch
40333
40661
  var init_pendlebuyptrequest = __esm(() => {
40334
40662
  init_esm();
40335
40663
  init_primitives();
40664
+ init_schemas();
40336
40665
  init_chain();
40337
40666
  PendleBuyPtRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
40338
40667
  PendleBuyPtRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -40340,12 +40669,12 @@ var init_pendlebuyptrequest = __esm(() => {
40340
40669
  PendleBuyPtRequestAmount$.inboundSchema = PendleBuyPtRequestAmount$inboundSchema;
40341
40670
  PendleBuyPtRequestAmount$.outboundSchema = PendleBuyPtRequestAmount$outboundSchema;
40342
40671
  })(PendleBuyPtRequestAmount$ ||= {});
40343
- PendleBuyPtRequest$inboundSchema = objectType({
40672
+ PendleBuyPtRequest$inboundSchema = collectExtraKeys(objectType({
40344
40673
  market_address: stringType(),
40345
40674
  amount: unionType([numberType(), stringType()]),
40346
40675
  chain: Chain$inboundSchema,
40347
40676
  sender: stringType()
40348
- }).transform((v2) => {
40677
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40349
40678
  return remap(v2, {
40350
40679
  market_address: "marketAddress"
40351
40680
  });
@@ -40354,11 +40683,16 @@ var init_pendlebuyptrequest = __esm(() => {
40354
40683
  marketAddress: stringType(),
40355
40684
  amount: unionType([numberType(), stringType()]),
40356
40685
  chain: Chain$outboundSchema,
40357
- sender: stringType()
40686
+ sender: stringType(),
40687
+ additionalProperties: recordType(anyType())
40358
40688
  }).transform((v2) => {
40359
- return remap(v2, {
40360
- marketAddress: "market_address"
40361
- });
40689
+ return {
40690
+ ...v2.additionalProperties,
40691
+ ...remap(v2, {
40692
+ marketAddress: "market_address",
40693
+ additionalProperties: null
40694
+ })
40695
+ };
40362
40696
  });
40363
40697
  ((PendleBuyPtRequest$) => {
40364
40698
  PendleBuyPtRequest$.inboundSchema = PendleBuyPtRequest$inboundSchema;
@@ -40371,6 +40705,7 @@ var PendleBuyYtRequestAmount$inboundSchema, PendleBuyYtRequestAmount$outboundSch
40371
40705
  var init_pendlebuyytrequest = __esm(() => {
40372
40706
  init_esm();
40373
40707
  init_primitives();
40708
+ init_schemas();
40374
40709
  init_chain();
40375
40710
  PendleBuyYtRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
40376
40711
  PendleBuyYtRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -40378,12 +40713,12 @@ var init_pendlebuyytrequest = __esm(() => {
40378
40713
  PendleBuyYtRequestAmount$.inboundSchema = PendleBuyYtRequestAmount$inboundSchema;
40379
40714
  PendleBuyYtRequestAmount$.outboundSchema = PendleBuyYtRequestAmount$outboundSchema;
40380
40715
  })(PendleBuyYtRequestAmount$ ||= {});
40381
- PendleBuyYtRequest$inboundSchema = objectType({
40716
+ PendleBuyYtRequest$inboundSchema = collectExtraKeys(objectType({
40382
40717
  market_address: stringType(),
40383
40718
  amount: unionType([numberType(), stringType()]),
40384
40719
  chain: Chain$inboundSchema,
40385
40720
  sender: stringType()
40386
- }).transform((v2) => {
40721
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40387
40722
  return remap(v2, {
40388
40723
  market_address: "marketAddress"
40389
40724
  });
@@ -40392,11 +40727,16 @@ var init_pendlebuyytrequest = __esm(() => {
40392
40727
  marketAddress: stringType(),
40393
40728
  amount: unionType([numberType(), stringType()]),
40394
40729
  chain: Chain$outboundSchema,
40395
- sender: stringType()
40730
+ sender: stringType(),
40731
+ additionalProperties: recordType(anyType())
40396
40732
  }).transform((v2) => {
40397
- return remap(v2, {
40398
- marketAddress: "market_address"
40399
- });
40733
+ return {
40734
+ ...v2.additionalProperties,
40735
+ ...remap(v2, {
40736
+ marketAddress: "market_address",
40737
+ additionalProperties: null
40738
+ })
40739
+ };
40400
40740
  });
40401
40741
  ((PendleBuyYtRequest$) => {
40402
40742
  PendleBuyYtRequest$.inboundSchema = PendleBuyYtRequest$inboundSchema;
@@ -40623,6 +40963,7 @@ var PendleSellPtRequestAmount$inboundSchema, PendleSellPtRequestAmount$outboundS
40623
40963
  var init_pendlesellptrequest = __esm(() => {
40624
40964
  init_esm();
40625
40965
  init_primitives();
40966
+ init_schemas();
40626
40967
  init_chain();
40627
40968
  PendleSellPtRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
40628
40969
  PendleSellPtRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -40630,12 +40971,12 @@ var init_pendlesellptrequest = __esm(() => {
40630
40971
  PendleSellPtRequestAmount$.inboundSchema = PendleSellPtRequestAmount$inboundSchema;
40631
40972
  PendleSellPtRequestAmount$.outboundSchema = PendleSellPtRequestAmount$outboundSchema;
40632
40973
  })(PendleSellPtRequestAmount$ ||= {});
40633
- PendleSellPtRequest$inboundSchema = objectType({
40974
+ PendleSellPtRequest$inboundSchema = collectExtraKeys(objectType({
40634
40975
  market_address: stringType(),
40635
40976
  amount: unionType([numberType(), stringType()]),
40636
40977
  chain: Chain$inboundSchema,
40637
40978
  sender: stringType()
40638
- }).transform((v2) => {
40979
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40639
40980
  return remap(v2, {
40640
40981
  market_address: "marketAddress"
40641
40982
  });
@@ -40644,11 +40985,16 @@ var init_pendlesellptrequest = __esm(() => {
40644
40985
  marketAddress: stringType(),
40645
40986
  amount: unionType([numberType(), stringType()]),
40646
40987
  chain: Chain$outboundSchema,
40647
- sender: stringType()
40988
+ sender: stringType(),
40989
+ additionalProperties: recordType(anyType())
40648
40990
  }).transform((v2) => {
40649
- return remap(v2, {
40650
- marketAddress: "market_address"
40651
- });
40991
+ return {
40992
+ ...v2.additionalProperties,
40993
+ ...remap(v2, {
40994
+ marketAddress: "market_address",
40995
+ additionalProperties: null
40996
+ })
40997
+ };
40652
40998
  });
40653
40999
  ((PendleSellPtRequest$) => {
40654
41000
  PendleSellPtRequest$.inboundSchema = PendleSellPtRequest$inboundSchema;
@@ -40661,6 +41007,7 @@ var PendleSellYtRequestAmount$inboundSchema, PendleSellYtRequestAmount$outboundS
40661
41007
  var init_pendlesellytrequest = __esm(() => {
40662
41008
  init_esm();
40663
41009
  init_primitives();
41010
+ init_schemas();
40664
41011
  init_chain();
40665
41012
  PendleSellYtRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
40666
41013
  PendleSellYtRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -40668,12 +41015,12 @@ var init_pendlesellytrequest = __esm(() => {
40668
41015
  PendleSellYtRequestAmount$.inboundSchema = PendleSellYtRequestAmount$inboundSchema;
40669
41016
  PendleSellYtRequestAmount$.outboundSchema = PendleSellYtRequestAmount$outboundSchema;
40670
41017
  })(PendleSellYtRequestAmount$ ||= {});
40671
- PendleSellYtRequest$inboundSchema = objectType({
41018
+ PendleSellYtRequest$inboundSchema = collectExtraKeys(objectType({
40672
41019
  market_address: stringType(),
40673
41020
  amount: unionType([numberType(), stringType()]),
40674
41021
  chain: Chain$inboundSchema,
40675
41022
  sender: stringType()
40676
- }).transform((v2) => {
41023
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40677
41024
  return remap(v2, {
40678
41025
  market_address: "marketAddress"
40679
41026
  });
@@ -40682,11 +41029,16 @@ var init_pendlesellytrequest = __esm(() => {
40682
41029
  marketAddress: stringType(),
40683
41030
  amount: unionType([numberType(), stringType()]),
40684
41031
  chain: Chain$outboundSchema,
40685
- sender: stringType()
41032
+ sender: stringType(),
41033
+ additionalProperties: recordType(anyType())
40686
41034
  }).transform((v2) => {
40687
- return remap(v2, {
40688
- marketAddress: "market_address"
40689
- });
41035
+ return {
41036
+ ...v2.additionalProperties,
41037
+ ...remap(v2, {
41038
+ marketAddress: "market_address",
41039
+ additionalProperties: null
41040
+ })
41041
+ };
40690
41042
  });
40691
41043
  ((PendleSellYtRequest$) => {
40692
41044
  PendleSellYtRequest$.inboundSchema = PendleSellYtRequest$inboundSchema;
@@ -40754,6 +41106,7 @@ var SkyBuyRequestTokenIn, SkyBuyRequestTokenIn$inboundSchema, SkyBuyRequestToken
40754
41106
  var init_skybuyrequest = __esm(() => {
40755
41107
  init_esm();
40756
41108
  init_primitives();
41109
+ init_schemas();
40757
41110
  SkyBuyRequestTokenIn = {
40758
41111
  Dai: "DAI",
40759
41112
  Usdc: "USDC"
@@ -40770,12 +41123,12 @@ var init_skybuyrequest = __esm(() => {
40770
41123
  SkyBuyRequestAmount$.inboundSchema = SkyBuyRequestAmount$inboundSchema;
40771
41124
  SkyBuyRequestAmount$.outboundSchema = SkyBuyRequestAmount$outboundSchema;
40772
41125
  })(SkyBuyRequestAmount$ ||= {});
40773
- SkyBuyRequest$inboundSchema = objectType({
41126
+ SkyBuyRequest$inboundSchema = collectExtraKeys(objectType({
40774
41127
  token_in: SkyBuyRequestTokenIn$inboundSchema,
40775
41128
  amount: unionType([numberType(), stringType()]),
40776
41129
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40777
41130
  sender: stringType()
40778
- }).transform((v2) => {
41131
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40779
41132
  return remap(v2, {
40780
41133
  token_in: "tokenIn"
40781
41134
  });
@@ -40784,11 +41137,16 @@ var init_skybuyrequest = __esm(() => {
40784
41137
  tokenIn: SkyBuyRequestTokenIn$outboundSchema,
40785
41138
  amount: unionType([numberType(), stringType()]),
40786
41139
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40787
- sender: stringType()
41140
+ sender: stringType(),
41141
+ additionalProperties: recordType(anyType())
40788
41142
  }).transform((v2) => {
40789
- return remap(v2, {
40790
- tokenIn: "token_in"
40791
- });
41143
+ return {
41144
+ ...v2.additionalProperties,
41145
+ ...remap(v2, {
41146
+ tokenIn: "token_in",
41147
+ additionalProperties: null
41148
+ })
41149
+ };
40792
41150
  });
40793
41151
  ((SkyBuyRequest$) => {
40794
41152
  SkyBuyRequest$.inboundSchema = SkyBuyRequest$inboundSchema;
@@ -40827,23 +41185,33 @@ var init_skycheckpositionresponse = __esm(() => {
40827
41185
  var SkyDepositRequestAmount$inboundSchema, SkyDepositRequestAmount$outboundSchema, SkyDepositRequestAmount$, SkyDepositRequest$inboundSchema, SkyDepositRequest$outboundSchema, SkyDepositRequest$;
40828
41186
  var init_skydepositrequest = __esm(() => {
40829
41187
  init_esm();
41188
+ init_primitives();
41189
+ init_schemas();
40830
41190
  SkyDepositRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
40831
41191
  SkyDepositRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
40832
41192
  ((SkyDepositRequestAmount$) => {
40833
41193
  SkyDepositRequestAmount$.inboundSchema = SkyDepositRequestAmount$inboundSchema;
40834
41194
  SkyDepositRequestAmount$.outboundSchema = SkyDepositRequestAmount$outboundSchema;
40835
41195
  })(SkyDepositRequestAmount$ ||= {});
40836
- SkyDepositRequest$inboundSchema = objectType({
41196
+ SkyDepositRequest$inboundSchema = collectExtraKeys(objectType({
40837
41197
  amount: unionType([numberType(), stringType()]),
40838
41198
  receiver: nullableType(stringType()).optional(),
40839
41199
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40840
41200
  sender: stringType()
40841
- });
41201
+ }).catchall(anyType()), "additionalProperties", true);
40842
41202
  SkyDepositRequest$outboundSchema = objectType({
40843
41203
  amount: unionType([numberType(), stringType()]),
40844
41204
  receiver: nullableType(stringType()).optional(),
40845
41205
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40846
- sender: stringType()
41206
+ sender: stringType(),
41207
+ additionalProperties: recordType(anyType())
41208
+ }).transform((v2) => {
41209
+ return {
41210
+ ...v2.additionalProperties,
41211
+ ...remap(v2, {
41212
+ additionalProperties: null
41213
+ })
41214
+ };
40847
41215
  });
40848
41216
  ((SkyDepositRequest$) => {
40849
41217
  SkyDepositRequest$.inboundSchema = SkyDepositRequest$inboundSchema;
@@ -40856,6 +41224,7 @@ var SkySellRequestTokenOut, SkySellRequestTokenOut$inboundSchema, SkySellRequest
40856
41224
  var init_skysellrequest = __esm(() => {
40857
41225
  init_esm();
40858
41226
  init_primitives();
41227
+ init_schemas();
40859
41228
  SkySellRequestTokenOut = {
40860
41229
  Dai: "DAI",
40861
41230
  Usdc: "USDC"
@@ -40872,12 +41241,12 @@ var init_skysellrequest = __esm(() => {
40872
41241
  SkySellRequestAmount$.inboundSchema = SkySellRequestAmount$inboundSchema;
40873
41242
  SkySellRequestAmount$.outboundSchema = SkySellRequestAmount$outboundSchema;
40874
41243
  })(SkySellRequestAmount$ ||= {});
40875
- SkySellRequest$inboundSchema = objectType({
41244
+ SkySellRequest$inboundSchema = collectExtraKeys(objectType({
40876
41245
  token_out: SkySellRequestTokenOut$inboundSchema,
40877
41246
  amount: unionType([numberType(), stringType()]),
40878
41247
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40879
41248
  sender: stringType()
40880
- }).transform((v2) => {
41249
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
40881
41250
  return remap(v2, {
40882
41251
  token_out: "tokenOut"
40883
41252
  });
@@ -40886,11 +41255,16 @@ var init_skysellrequest = __esm(() => {
40886
41255
  tokenOut: SkySellRequestTokenOut$outboundSchema,
40887
41256
  amount: unionType([numberType(), stringType()]),
40888
41257
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40889
- sender: stringType()
41258
+ sender: stringType(),
41259
+ additionalProperties: recordType(anyType())
40890
41260
  }).transform((v2) => {
40891
- return remap(v2, {
40892
- tokenOut: "token_out"
40893
- });
41261
+ return {
41262
+ ...v2.additionalProperties,
41263
+ ...remap(v2, {
41264
+ tokenOut: "token_out",
41265
+ additionalProperties: null
41266
+ })
41267
+ };
40894
41268
  });
40895
41269
  ((SkySellRequest$) => {
40896
41270
  SkySellRequest$.inboundSchema = SkySellRequest$inboundSchema;
@@ -40902,17 +41276,27 @@ var init_skysellrequest = __esm(() => {
40902
41276
  var SkyWithdrawRequest$inboundSchema, SkyWithdrawRequest$outboundSchema, SkyWithdrawRequest$;
40903
41277
  var init_skywithdrawrequest = __esm(() => {
40904
41278
  init_esm();
40905
- SkyWithdrawRequest$inboundSchema = objectType({
41279
+ init_primitives();
41280
+ init_schemas();
41281
+ SkyWithdrawRequest$inboundSchema = collectExtraKeys(objectType({
40906
41282
  amount: anyType().optional(),
40907
41283
  receiver: nullableType(stringType()).optional(),
40908
41284
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40909
41285
  sender: stringType()
40910
- });
41286
+ }).catchall(anyType()), "additionalProperties", true);
40911
41287
  SkyWithdrawRequest$outboundSchema = objectType({
40912
41288
  amount: anyType().optional(),
40913
41289
  receiver: nullableType(stringType()).optional(),
40914
41290
  chain: literalType("ethereum:mainnet").default("ethereum:mainnet"),
40915
- sender: stringType()
41291
+ sender: stringType(),
41292
+ additionalProperties: recordType(anyType())
41293
+ }).transform((v2) => {
41294
+ return {
41295
+ ...v2.additionalProperties,
41296
+ ...remap(v2, {
41297
+ additionalProperties: null
41298
+ })
41299
+ };
40916
41300
  });
40917
41301
  ((SkyWithdrawRequest$) => {
40918
41302
  SkyWithdrawRequest$.inboundSchema = SkyWithdrawRequest$inboundSchema;
@@ -41013,6 +41397,8 @@ var init_tokenpriceresponse = __esm(() => {
41013
41397
  var TokenTransferRequestAmount$inboundSchema, TokenTransferRequestAmount$outboundSchema, TokenTransferRequestAmount$, TokenTransferRequestToken$inboundSchema, TokenTransferRequestToken$outboundSchema, TokenTransferRequestToken$, TokenTransferRequest$inboundSchema, TokenTransferRequest$outboundSchema, TokenTransferRequest$;
41014
41398
  var init_tokentransferrequest = __esm(() => {
41015
41399
  init_esm();
41400
+ init_primitives();
41401
+ init_schemas();
41016
41402
  init_chain();
41017
41403
  init_tokenenum();
41018
41404
  TokenTransferRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
@@ -41027,19 +41413,27 @@ var init_tokentransferrequest = __esm(() => {
41027
41413
  TokenTransferRequestToken$.inboundSchema = TokenTransferRequestToken$inboundSchema;
41028
41414
  TokenTransferRequestToken$.outboundSchema = TokenTransferRequestToken$outboundSchema;
41029
41415
  })(TokenTransferRequestToken$ ||= {});
41030
- TokenTransferRequest$inboundSchema = objectType({
41416
+ TokenTransferRequest$inboundSchema = collectExtraKeys(objectType({
41031
41417
  amount: unionType([numberType(), stringType()]),
41032
41418
  token: unionType([TokenEnum$inboundSchema, stringType()]),
41033
41419
  to: stringType(),
41034
41420
  chain: Chain$inboundSchema,
41035
41421
  sender: stringType()
41036
- });
41422
+ }).catchall(anyType()), "additionalProperties", true);
41037
41423
  TokenTransferRequest$outboundSchema = objectType({
41038
41424
  amount: unionType([numberType(), stringType()]),
41039
41425
  token: unionType([TokenEnum$outboundSchema, stringType()]),
41040
41426
  to: stringType(),
41041
41427
  chain: Chain$outboundSchema,
41042
- sender: stringType()
41428
+ sender: stringType(),
41429
+ additionalProperties: recordType(anyType())
41430
+ }).transform((v2) => {
41431
+ return {
41432
+ ...v2.additionalProperties,
41433
+ ...remap(v2, {
41434
+ additionalProperties: null
41435
+ })
41436
+ };
41043
41437
  });
41044
41438
  ((TokenTransferRequest$) => {
41045
41439
  TokenTransferRequest$.inboundSchema = TokenTransferRequest$inboundSchema;
@@ -41142,6 +41536,7 @@ var UniswapBuyExactlyRequestAmount$inboundSchema, UniswapBuyExactlyRequestAmount
41142
41536
  var init_uniswapbuyexactlyrequest = __esm(() => {
41143
41537
  init_esm();
41144
41538
  init_primitives();
41539
+ init_schemas();
41145
41540
  init_chain();
41146
41541
  init_feeenum();
41147
41542
  init_tokenenum();
@@ -41151,7 +41546,7 @@ var init_uniswapbuyexactlyrequest = __esm(() => {
41151
41546
  UniswapBuyExactlyRequestAmount$.inboundSchema = UniswapBuyExactlyRequestAmount$inboundSchema;
41152
41547
  UniswapBuyExactlyRequestAmount$.outboundSchema = UniswapBuyExactlyRequestAmount$outboundSchema;
41153
41548
  })(UniswapBuyExactlyRequestAmount$ ||= {});
41154
- UniswapBuyExactlyRequest$inboundSchema = objectType({
41549
+ UniswapBuyExactlyRequest$inboundSchema = collectExtraKeys(objectType({
41155
41550
  token_in: TokenEnum$inboundSchema,
41156
41551
  token_out: TokenEnum$inboundSchema,
41157
41552
  fee: FeeEnum$inboundSchema,
@@ -41160,7 +41555,7 @@ var init_uniswapbuyexactlyrequest = __esm(() => {
41160
41555
  wrap_eth: booleanType().default(false),
41161
41556
  chain: Chain$inboundSchema,
41162
41557
  sender: stringType()
41163
- }).transform((v2) => {
41558
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
41164
41559
  return remap(v2, {
41165
41560
  token_in: "tokenIn",
41166
41561
  token_out: "tokenOut",
@@ -41176,14 +41571,19 @@ var init_uniswapbuyexactlyrequest = __esm(() => {
41176
41571
  maxSlippagePercent: numberType(),
41177
41572
  wrapEth: booleanType().default(false),
41178
41573
  chain: Chain$outboundSchema,
41179
- sender: stringType()
41574
+ sender: stringType(),
41575
+ additionalProperties: recordType(anyType())
41180
41576
  }).transform((v2) => {
41181
- return remap(v2, {
41182
- tokenIn: "token_in",
41183
- tokenOut: "token_out",
41184
- maxSlippagePercent: "max_slippage_percent",
41185
- wrapEth: "wrap_eth"
41186
- });
41577
+ return {
41578
+ ...v2.additionalProperties,
41579
+ ...remap(v2, {
41580
+ tokenIn: "token_in",
41581
+ tokenOut: "token_out",
41582
+ maxSlippagePercent: "max_slippage_percent",
41583
+ wrapEth: "wrap_eth",
41584
+ additionalProperties: null
41585
+ })
41586
+ };
41187
41587
  });
41188
41588
  ((UniswapBuyExactlyRequest$) => {
41189
41589
  UniswapBuyExactlyRequest$.inboundSchema = UniswapBuyExactlyRequest$inboundSchema;
@@ -41250,6 +41650,7 @@ var UniswapIncreaseLiquidityProvisionRequestAmount0Desired$inboundSchema, Uniswa
41250
41650
  var init_uniswapincreaseliquidityprovisionrequest = __esm(() => {
41251
41651
  init_esm();
41252
41652
  init_primitives();
41653
+ init_schemas();
41253
41654
  init_chain();
41254
41655
  UniswapIncreaseLiquidityProvisionRequestAmount0Desired$inboundSchema = unionType([numberType(), stringType()]);
41255
41656
  UniswapIncreaseLiquidityProvisionRequestAmount0Desired$outboundSchema = unionType([numberType(), stringType()]);
@@ -41275,7 +41676,7 @@ var init_uniswapincreaseliquidityprovisionrequest = __esm(() => {
41275
41676
  UniswapIncreaseLiquidityProvisionRequestAmount1Min$.inboundSchema = UniswapIncreaseLiquidityProvisionRequestAmount1Min$inboundSchema;
41276
41677
  UniswapIncreaseLiquidityProvisionRequestAmount1Min$.outboundSchema = UniswapIncreaseLiquidityProvisionRequestAmount1Min$outboundSchema;
41277
41678
  })(UniswapIncreaseLiquidityProvisionRequestAmount1Min$ ||= {});
41278
- UniswapIncreaseLiquidityProvisionRequest$inboundSchema = objectType({
41679
+ UniswapIncreaseLiquidityProvisionRequest$inboundSchema = collectExtraKeys(objectType({
41279
41680
  token_id: numberType().int(),
41280
41681
  amount0_desired: unionType([numberType(), stringType()]),
41281
41682
  amount1_desired: unionType([numberType(), stringType()]),
@@ -41283,7 +41684,7 @@ var init_uniswapincreaseliquidityprovisionrequest = __esm(() => {
41283
41684
  amount1_min: unionType([numberType(), stringType()]),
41284
41685
  chain: Chain$inboundSchema,
41285
41686
  sender: stringType()
41286
- }).transform((v2) => {
41687
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
41287
41688
  return remap(v2, {
41288
41689
  token_id: "tokenId",
41289
41690
  amount0_desired: "amount0Desired",
@@ -41299,15 +41700,20 @@ var init_uniswapincreaseliquidityprovisionrequest = __esm(() => {
41299
41700
  amount0Min: unionType([numberType(), stringType()]),
41300
41701
  amount1Min: unionType([numberType(), stringType()]),
41301
41702
  chain: Chain$outboundSchema,
41302
- sender: stringType()
41703
+ sender: stringType(),
41704
+ additionalProperties: recordType(anyType())
41303
41705
  }).transform((v2) => {
41304
- return remap(v2, {
41305
- tokenId: "token_id",
41306
- amount0Desired: "amount0_desired",
41307
- amount1Desired: "amount1_desired",
41308
- amount0Min: "amount0_min",
41309
- amount1Min: "amount1_min"
41310
- });
41706
+ return {
41707
+ ...v2.additionalProperties,
41708
+ ...remap(v2, {
41709
+ tokenId: "token_id",
41710
+ amount0Desired: "amount0_desired",
41711
+ amount1Desired: "amount1_desired",
41712
+ amount0Min: "amount0_min",
41713
+ amount1Min: "amount1_min",
41714
+ additionalProperties: null
41715
+ })
41716
+ };
41311
41717
  });
41312
41718
  ((UniswapIncreaseLiquidityProvisionRequest$) => {
41313
41719
  UniswapIncreaseLiquidityProvisionRequest$.inboundSchema = UniswapIncreaseLiquidityProvisionRequest$inboundSchema;
@@ -41394,6 +41800,7 @@ var UniswapMintLiquidityProvisionRequestAmount0Desired$inboundSchema, UniswapMin
41394
41800
  var init_uniswapmintliquidityprovisionrequest = __esm(() => {
41395
41801
  init_esm();
41396
41802
  init_primitives();
41803
+ init_schemas();
41397
41804
  init_chain();
41398
41805
  init_feeenum();
41399
41806
  init_tokenenum();
@@ -41421,7 +41828,7 @@ var init_uniswapmintliquidityprovisionrequest = __esm(() => {
41421
41828
  UniswapMintLiquidityProvisionRequestAmount1Min$.inboundSchema = UniswapMintLiquidityProvisionRequestAmount1Min$inboundSchema;
41422
41829
  UniswapMintLiquidityProvisionRequestAmount1Min$.outboundSchema = UniswapMintLiquidityProvisionRequestAmount1Min$outboundSchema;
41423
41830
  })(UniswapMintLiquidityProvisionRequestAmount1Min$ ||= {});
41424
- UniswapMintLiquidityProvisionRequest$inboundSchema = objectType({
41831
+ UniswapMintLiquidityProvisionRequest$inboundSchema = collectExtraKeys(objectType({
41425
41832
  token0: TokenEnum$inboundSchema,
41426
41833
  token1: TokenEnum$inboundSchema,
41427
41834
  fee: FeeEnum$inboundSchema,
@@ -41434,7 +41841,7 @@ var init_uniswapmintliquidityprovisionrequest = __esm(() => {
41434
41841
  recipient: nullableType(stringType()).optional(),
41435
41842
  chain: Chain$inboundSchema,
41436
41843
  sender: stringType()
41437
- }).transform((v2) => {
41844
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
41438
41845
  return remap(v2, {
41439
41846
  tick_lower: "tickLower",
41440
41847
  tick_upper: "tickUpper",
@@ -41456,16 +41863,21 @@ var init_uniswapmintliquidityprovisionrequest = __esm(() => {
41456
41863
  amount1Min: unionType([numberType(), stringType()]),
41457
41864
  recipient: nullableType(stringType()).optional(),
41458
41865
  chain: Chain$outboundSchema,
41459
- sender: stringType()
41866
+ sender: stringType(),
41867
+ additionalProperties: recordType(anyType())
41460
41868
  }).transform((v2) => {
41461
- return remap(v2, {
41462
- tickLower: "tick_lower",
41463
- tickUpper: "tick_upper",
41464
- amount0Desired: "amount0_desired",
41465
- amount1Desired: "amount1_desired",
41466
- amount0Min: "amount0_min",
41467
- amount1Min: "amount1_min"
41468
- });
41869
+ return {
41870
+ ...v2.additionalProperties,
41871
+ ...remap(v2, {
41872
+ tickLower: "tick_lower",
41873
+ tickUpper: "tick_upper",
41874
+ amount0Desired: "amount0_desired",
41875
+ amount1Desired: "amount1_desired",
41876
+ amount0Min: "amount0_min",
41877
+ amount1Min: "amount1_min",
41878
+ additionalProperties: null
41879
+ })
41880
+ };
41469
41881
  });
41470
41882
  ((UniswapMintLiquidityProvisionRequest$) => {
41471
41883
  UniswapMintLiquidityProvisionRequest$.inboundSchema = UniswapMintLiquidityProvisionRequest$inboundSchema;
@@ -41512,6 +41924,7 @@ var UniswapSellExactlyRequestAmount$inboundSchema, UniswapSellExactlyRequestAmou
41512
41924
  var init_uniswapsellexactlyrequest = __esm(() => {
41513
41925
  init_esm();
41514
41926
  init_primitives();
41927
+ init_schemas();
41515
41928
  init_chain();
41516
41929
  init_feeenum();
41517
41930
  init_tokenenum();
@@ -41521,7 +41934,7 @@ var init_uniswapsellexactlyrequest = __esm(() => {
41521
41934
  UniswapSellExactlyRequestAmount$.inboundSchema = UniswapSellExactlyRequestAmount$inboundSchema;
41522
41935
  UniswapSellExactlyRequestAmount$.outboundSchema = UniswapSellExactlyRequestAmount$outboundSchema;
41523
41936
  })(UniswapSellExactlyRequestAmount$ ||= {});
41524
- UniswapSellExactlyRequest$inboundSchema = objectType({
41937
+ UniswapSellExactlyRequest$inboundSchema = collectExtraKeys(objectType({
41525
41938
  token_in: TokenEnum$inboundSchema,
41526
41939
  token_out: TokenEnum$inboundSchema,
41527
41940
  fee: FeeEnum$inboundSchema,
@@ -41530,7 +41943,7 @@ var init_uniswapsellexactlyrequest = __esm(() => {
41530
41943
  wrap_eth: booleanType().default(false),
41531
41944
  chain: Chain$inboundSchema,
41532
41945
  sender: stringType()
41533
- }).transform((v2) => {
41946
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
41534
41947
  return remap(v2, {
41535
41948
  token_in: "tokenIn",
41536
41949
  token_out: "tokenOut",
@@ -41546,14 +41959,19 @@ var init_uniswapsellexactlyrequest = __esm(() => {
41546
41959
  maxSlippagePercent: numberType(),
41547
41960
  wrapEth: booleanType().default(false),
41548
41961
  chain: Chain$outboundSchema,
41549
- sender: stringType()
41962
+ sender: stringType(),
41963
+ additionalProperties: recordType(anyType())
41550
41964
  }).transform((v2) => {
41551
- return remap(v2, {
41552
- tokenIn: "token_in",
41553
- tokenOut: "token_out",
41554
- maxSlippagePercent: "max_slippage_percent",
41555
- wrapEth: "wrap_eth"
41556
- });
41965
+ return {
41966
+ ...v2.additionalProperties,
41967
+ ...remap(v2, {
41968
+ tokenIn: "token_in",
41969
+ tokenOut: "token_out",
41970
+ maxSlippagePercent: "max_slippage_percent",
41971
+ wrapEth: "wrap_eth",
41972
+ additionalProperties: null
41973
+ })
41974
+ };
41557
41975
  });
41558
41976
  ((UniswapSellExactlyRequest$) => {
41559
41977
  UniswapSellExactlyRequest$.inboundSchema = UniswapSellExactlyRequest$inboundSchema;
@@ -41595,6 +42013,7 @@ var UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$inboundSchem
41595
42013
  var init_uniswapwithdrawliquidityprovisionrequest = __esm(() => {
41596
42014
  init_esm();
41597
42015
  init_primitives();
42016
+ init_schemas();
41598
42017
  init_chain();
41599
42018
  UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$inboundSchema = unionType([numberType(), stringType()]);
41600
42019
  UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$outboundSchema = unionType([numberType(), stringType()]);
@@ -41602,12 +42021,12 @@ var init_uniswapwithdrawliquidityprovisionrequest = __esm(() => {
41602
42021
  UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$.inboundSchema = UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$inboundSchema;
41603
42022
  UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$.outboundSchema = UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$outboundSchema;
41604
42023
  })(UniswapWithdrawLiquidityProvisionRequestPercentageForWithdrawal$ ||= {});
41605
- UniswapWithdrawLiquidityProvisionRequest$inboundSchema = objectType({
42024
+ UniswapWithdrawLiquidityProvisionRequest$inboundSchema = collectExtraKeys(objectType({
41606
42025
  token_id: numberType().int(),
41607
42026
  percentage_for_withdrawal: unionType([numberType(), stringType()]),
41608
42027
  chain: Chain$inboundSchema,
41609
42028
  sender: stringType()
41610
- }).transform((v2) => {
42029
+ }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
41611
42030
  return remap(v2, {
41612
42031
  token_id: "tokenId",
41613
42032
  percentage_for_withdrawal: "percentageForWithdrawal"
@@ -41617,12 +42036,17 @@ var init_uniswapwithdrawliquidityprovisionrequest = __esm(() => {
41617
42036
  tokenId: numberType().int(),
41618
42037
  percentageForWithdrawal: unionType([numberType(), stringType()]),
41619
42038
  chain: Chain$outboundSchema,
41620
- sender: stringType()
42039
+ sender: stringType(),
42040
+ additionalProperties: recordType(anyType())
41621
42041
  }).transform((v2) => {
41622
- return remap(v2, {
41623
- tokenId: "token_id",
41624
- percentageForWithdrawal: "percentage_for_withdrawal"
41625
- });
42042
+ return {
42043
+ ...v2.additionalProperties,
42044
+ ...remap(v2, {
42045
+ tokenId: "token_id",
42046
+ percentageForWithdrawal: "percentage_for_withdrawal",
42047
+ additionalProperties: null
42048
+ })
42049
+ };
41626
42050
  });
41627
42051
  ((UniswapWithdrawLiquidityProvisionRequest$) => {
41628
42052
  UniswapWithdrawLiquidityProvisionRequest$.inboundSchema = UniswapWithdrawLiquidityProvisionRequest$inboundSchema;
@@ -41634,6 +42058,8 @@ var init_uniswapwithdrawliquidityprovisionrequest = __esm(() => {
41634
42058
  var UnwrapWethRequestAmount$inboundSchema, UnwrapWethRequestAmount$outboundSchema, UnwrapWethRequestAmount$, UnwrapWethRequest$inboundSchema, UnwrapWethRequest$outboundSchema, UnwrapWethRequest$;
41635
42059
  var init_unwrapwethrequest = __esm(() => {
41636
42060
  init_esm();
42061
+ init_primitives();
42062
+ init_schemas();
41637
42063
  init_chain();
41638
42064
  UnwrapWethRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
41639
42065
  UnwrapWethRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -41641,15 +42067,23 @@ var init_unwrapwethrequest = __esm(() => {
41641
42067
  UnwrapWethRequestAmount$.inboundSchema = UnwrapWethRequestAmount$inboundSchema;
41642
42068
  UnwrapWethRequestAmount$.outboundSchema = UnwrapWethRequestAmount$outboundSchema;
41643
42069
  })(UnwrapWethRequestAmount$ ||= {});
41644
- UnwrapWethRequest$inboundSchema = objectType({
42070
+ UnwrapWethRequest$inboundSchema = collectExtraKeys(objectType({
41645
42071
  amount: unionType([numberType(), stringType()]),
41646
42072
  chain: Chain$inboundSchema,
41647
42073
  sender: stringType()
41648
- });
42074
+ }).catchall(anyType()), "additionalProperties", true);
41649
42075
  UnwrapWethRequest$outboundSchema = objectType({
41650
42076
  amount: unionType([numberType(), stringType()]),
41651
42077
  chain: Chain$outboundSchema,
41652
- sender: stringType()
42078
+ sender: stringType(),
42079
+ additionalProperties: recordType(anyType())
42080
+ }).transform((v2) => {
42081
+ return {
42082
+ ...v2.additionalProperties,
42083
+ ...remap(v2, {
42084
+ additionalProperties: null
42085
+ })
42086
+ };
41653
42087
  });
41654
42088
  ((UnwrapWethRequest$) => {
41655
42089
  UnwrapWethRequest$.inboundSchema = UnwrapWethRequest$inboundSchema;
@@ -41687,6 +42121,8 @@ var init_validationerror = __esm(() => {
41687
42121
  var WrapEthRequestAmount$inboundSchema, WrapEthRequestAmount$outboundSchema, WrapEthRequestAmount$, WrapEthRequest$inboundSchema, WrapEthRequest$outboundSchema, WrapEthRequest$;
41688
42122
  var init_wrapethrequest = __esm(() => {
41689
42123
  init_esm();
42124
+ init_primitives();
42125
+ init_schemas();
41690
42126
  init_chain();
41691
42127
  WrapEthRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
41692
42128
  WrapEthRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
@@ -41694,15 +42130,23 @@ var init_wrapethrequest = __esm(() => {
41694
42130
  WrapEthRequestAmount$.inboundSchema = WrapEthRequestAmount$inboundSchema;
41695
42131
  WrapEthRequestAmount$.outboundSchema = WrapEthRequestAmount$outboundSchema;
41696
42132
  })(WrapEthRequestAmount$ ||= {});
41697
- WrapEthRequest$inboundSchema = objectType({
42133
+ WrapEthRequest$inboundSchema = collectExtraKeys(objectType({
41698
42134
  amount: unionType([numberType(), stringType()]),
41699
42135
  chain: Chain$inboundSchema,
41700
42136
  sender: stringType()
41701
- });
42137
+ }).catchall(anyType()), "additionalProperties", true);
41702
42138
  WrapEthRequest$outboundSchema = objectType({
41703
42139
  amount: unionType([numberType(), stringType()]),
41704
42140
  chain: Chain$outboundSchema,
41705
- sender: stringType()
42141
+ sender: stringType(),
42142
+ additionalProperties: recordType(anyType())
42143
+ }).transform((v2) => {
42144
+ return {
42145
+ ...v2.additionalProperties,
42146
+ ...remap(v2, {
42147
+ additionalProperties: null
42148
+ })
42149
+ };
41706
42150
  });
41707
42151
  ((WrapEthRequest$) => {
41708
42152
  WrapEthRequest$.inboundSchema = WrapEthRequest$inboundSchema;
@@ -52437,7 +52881,7 @@ it to be traded on DeFi protocols.`,
52437
52881
  function createMCPServer(deps) {
52438
52882
  const server = new McpServer({
52439
52883
  name: "CompassApiSDK",
52440
- version: "0.4.1"
52884
+ version: "0.4.3"
52441
52885
  });
52442
52886
  const client = new CompassApiSDKCore({
52443
52887
  apiKeyAuth: deps.apiKeyAuth,
@@ -53794,7 +54238,7 @@ var routes = an({
53794
54238
  var app = He(routes, {
53795
54239
  name: "mcp",
53796
54240
  versionInfo: {
53797
- currentVersion: "0.4.1"
54241
+ currentVersion: "0.4.3"
53798
54242
  }
53799
54243
  });
53800
54244
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -53802,5 +54246,5 @@ export {
53802
54246
  app
53803
54247
  };
53804
54248
 
53805
- //# debugId=67B1D996E92A0B6064756E2164756E21
54249
+ //# debugId=C528D49354379C9064756E2164756E21
53806
54250
  //# sourceMappingURL=mcp-server.js.map