@compass-labs/api-sdk 0.5.56 → 0.5.58

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 (214) hide show
  1. package/bin/mcp-server.js +482 -123
  2. package/bin/mcp-server.js.map +27 -27
  3. package/dist/commonjs/lib/config.d.ts +3 -3
  4. package/dist/commonjs/lib/config.js +3 -3
  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/pendleaddliquidityparams.d.ts +47 -17
  8. package/dist/commonjs/models/components/pendleaddliquidityparams.d.ts.map +1 -1
  9. package/dist/commonjs/models/components/pendleaddliquidityparams.js +48 -18
  10. package/dist/commonjs/models/components/pendleaddliquidityparams.js.map +1 -1
  11. package/dist/commonjs/models/components/pendleaddliquidityrequest.d.ts +47 -17
  12. package/dist/commonjs/models/components/pendleaddliquidityrequest.d.ts.map +1 -1
  13. package/dist/commonjs/models/components/pendleaddliquidityrequest.js +48 -18
  14. package/dist/commonjs/models/components/pendleaddliquidityrequest.js.map +1 -1
  15. package/dist/commonjs/models/components/pendleremoveliquidityparams.d.ts +47 -17
  16. package/dist/commonjs/models/components/pendleremoveliquidityparams.d.ts.map +1 -1
  17. package/dist/commonjs/models/components/pendleremoveliquidityparams.js +48 -18
  18. package/dist/commonjs/models/components/pendleremoveliquidityparams.js.map +1 -1
  19. package/dist/commonjs/models/components/pendleremoveliquidityrequest.d.ts +47 -17
  20. package/dist/commonjs/models/components/pendleremoveliquidityrequest.d.ts.map +1 -1
  21. package/dist/commonjs/models/components/pendleremoveliquidityrequest.js +48 -18
  22. package/dist/commonjs/models/components/pendleremoveliquidityrequest.js.map +1 -1
  23. package/dist/commonjs/models/components/pendlesellptparams.d.ts +47 -17
  24. package/dist/commonjs/models/components/pendlesellptparams.d.ts.map +1 -1
  25. package/dist/commonjs/models/components/pendlesellptparams.js +48 -18
  26. package/dist/commonjs/models/components/pendlesellptparams.js.map +1 -1
  27. package/dist/commonjs/models/components/pendlesellptrequest.d.ts +47 -17
  28. package/dist/commonjs/models/components/pendlesellptrequest.d.ts.map +1 -1
  29. package/dist/commonjs/models/components/pendlesellptrequest.js +48 -18
  30. package/dist/commonjs/models/components/pendlesellptrequest.js.map +1 -1
  31. package/dist/commonjs/models/components/pendlesellytparams.d.ts +47 -17
  32. package/dist/commonjs/models/components/pendlesellytparams.d.ts.map +1 -1
  33. package/dist/commonjs/models/components/pendlesellytparams.js +48 -18
  34. package/dist/commonjs/models/components/pendlesellytparams.js.map +1 -1
  35. package/dist/commonjs/models/components/pendlesellytrequest.d.ts +47 -17
  36. package/dist/commonjs/models/components/pendlesellytrequest.d.ts.map +1 -1
  37. package/dist/commonjs/models/components/pendlesellytrequest.js +48 -18
  38. package/dist/commonjs/models/components/pendlesellytrequest.js.map +1 -1
  39. package/dist/commonjs/models/components/tokenenum.d.ts +45 -0
  40. package/dist/commonjs/models/components/tokenenum.d.ts.map +1 -1
  41. package/dist/commonjs/models/components/tokenenum.js +15 -0
  42. package/dist/commonjs/models/components/tokenenum.js.map +1 -1
  43. package/dist/commonjs/models/components/useroperation.d.ts +32 -32
  44. package/dist/commonjs/models/components/useroperation.d.ts.map +1 -1
  45. package/dist/commonjs/models/components/useroperation.js +28 -28
  46. package/dist/commonjs/models/components/useroperation.js.map +1 -1
  47. package/dist/commonjs/models/operations/aaveavgrate.d.ts +45 -0
  48. package/dist/commonjs/models/operations/aaveavgrate.d.ts.map +1 -1
  49. package/dist/commonjs/models/operations/aaveavgrate.js +15 -0
  50. package/dist/commonjs/models/operations/aaveavgrate.js.map +1 -1
  51. package/dist/commonjs/models/operations/aaveliquiditychange.d.ts +45 -0
  52. package/dist/commonjs/models/operations/aaveliquiditychange.d.ts.map +1 -1
  53. package/dist/commonjs/models/operations/aaveliquiditychange.js +15 -0
  54. package/dist/commonjs/models/operations/aaveliquiditychange.js.map +1 -1
  55. package/dist/commonjs/models/operations/aaverate.d.ts +45 -0
  56. package/dist/commonjs/models/operations/aaverate.d.ts.map +1 -1
  57. package/dist/commonjs/models/operations/aaverate.js +15 -0
  58. package/dist/commonjs/models/operations/aaverate.js.map +1 -1
  59. package/dist/commonjs/models/operations/aavereserveoverview.d.ts +45 -0
  60. package/dist/commonjs/models/operations/aavereserveoverview.d.ts.map +1 -1
  61. package/dist/commonjs/models/operations/aavereserveoverview.js +15 -0
  62. package/dist/commonjs/models/operations/aavereserveoverview.js.map +1 -1
  63. package/dist/commonjs/models/operations/aavestdrate.d.ts +45 -0
  64. package/dist/commonjs/models/operations/aavestdrate.d.ts.map +1 -1
  65. package/dist/commonjs/models/operations/aavestdrate.js +15 -0
  66. package/dist/commonjs/models/operations/aavestdrate.js.map +1 -1
  67. package/dist/commonjs/models/operations/aavetokenprice.d.ts +45 -0
  68. package/dist/commonjs/models/operations/aavetokenprice.d.ts.map +1 -1
  69. package/dist/commonjs/models/operations/aavetokenprice.js +15 -0
  70. package/dist/commonjs/models/operations/aavetokenprice.js.map +1 -1
  71. package/dist/commonjs/models/operations/aaveuserpositionpertoken.d.ts +45 -0
  72. package/dist/commonjs/models/operations/aaveuserpositionpertoken.d.ts.map +1 -1
  73. package/dist/commonjs/models/operations/aaveuserpositionpertoken.js +15 -0
  74. package/dist/commonjs/models/operations/aaveuserpositionpertoken.js.map +1 -1
  75. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.d.ts +90 -0
  76. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.d.ts.map +1 -1
  77. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.js +30 -0
  78. package/dist/commonjs/models/operations/aerodromeslipstreampoolprice.js.map +1 -1
  79. package/dist/commonjs/models/operations/tokenaddress.d.ts +45 -0
  80. package/dist/commonjs/models/operations/tokenaddress.d.ts.map +1 -1
  81. package/dist/commonjs/models/operations/tokenaddress.js +15 -0
  82. package/dist/commonjs/models/operations/tokenaddress.js.map +1 -1
  83. package/dist/commonjs/models/operations/uniswappoolprice.d.ts +90 -0
  84. package/dist/commonjs/models/operations/uniswappoolprice.d.ts.map +1 -1
  85. package/dist/commonjs/models/operations/uniswappoolprice.js +30 -0
  86. package/dist/commonjs/models/operations/uniswappoolprice.js.map +1 -1
  87. package/dist/commonjs/models/operations/uniswapquotebuyexactly.d.ts +90 -0
  88. package/dist/commonjs/models/operations/uniswapquotebuyexactly.d.ts.map +1 -1
  89. package/dist/commonjs/models/operations/uniswapquotebuyexactly.js +30 -0
  90. package/dist/commonjs/models/operations/uniswapquotebuyexactly.js.map +1 -1
  91. package/dist/commonjs/models/operations/uniswapquotesellexactly.d.ts +90 -0
  92. package/dist/commonjs/models/operations/uniswapquotesellexactly.d.ts.map +1 -1
  93. package/dist/commonjs/models/operations/uniswapquotesellexactly.js +30 -0
  94. package/dist/commonjs/models/operations/uniswapquotesellexactly.js.map +1 -1
  95. package/dist/esm/lib/config.d.ts +3 -3
  96. package/dist/esm/lib/config.js +3 -3
  97. package/dist/esm/mcp-server/mcp-server.js +1 -1
  98. package/dist/esm/mcp-server/server.js +1 -1
  99. package/dist/esm/models/components/pendleaddliquidityparams.d.ts +47 -17
  100. package/dist/esm/models/components/pendleaddliquidityparams.d.ts.map +1 -1
  101. package/dist/esm/models/components/pendleaddliquidityparams.js +43 -15
  102. package/dist/esm/models/components/pendleaddliquidityparams.js.map +1 -1
  103. package/dist/esm/models/components/pendleaddliquidityrequest.d.ts +47 -17
  104. package/dist/esm/models/components/pendleaddliquidityrequest.d.ts.map +1 -1
  105. package/dist/esm/models/components/pendleaddliquidityrequest.js +43 -15
  106. package/dist/esm/models/components/pendleaddliquidityrequest.js.map +1 -1
  107. package/dist/esm/models/components/pendleremoveliquidityparams.d.ts +47 -17
  108. package/dist/esm/models/components/pendleremoveliquidityparams.d.ts.map +1 -1
  109. package/dist/esm/models/components/pendleremoveliquidityparams.js +43 -15
  110. package/dist/esm/models/components/pendleremoveliquidityparams.js.map +1 -1
  111. package/dist/esm/models/components/pendleremoveliquidityrequest.d.ts +47 -17
  112. package/dist/esm/models/components/pendleremoveliquidityrequest.d.ts.map +1 -1
  113. package/dist/esm/models/components/pendleremoveliquidityrequest.js +43 -15
  114. package/dist/esm/models/components/pendleremoveliquidityrequest.js.map +1 -1
  115. package/dist/esm/models/components/pendlesellptparams.d.ts +47 -17
  116. package/dist/esm/models/components/pendlesellptparams.d.ts.map +1 -1
  117. package/dist/esm/models/components/pendlesellptparams.js +43 -15
  118. package/dist/esm/models/components/pendlesellptparams.js.map +1 -1
  119. package/dist/esm/models/components/pendlesellptrequest.d.ts +47 -17
  120. package/dist/esm/models/components/pendlesellptrequest.d.ts.map +1 -1
  121. package/dist/esm/models/components/pendlesellptrequest.js +43 -15
  122. package/dist/esm/models/components/pendlesellptrequest.js.map +1 -1
  123. package/dist/esm/models/components/pendlesellytparams.d.ts +47 -17
  124. package/dist/esm/models/components/pendlesellytparams.d.ts.map +1 -1
  125. package/dist/esm/models/components/pendlesellytparams.js +43 -15
  126. package/dist/esm/models/components/pendlesellytparams.js.map +1 -1
  127. package/dist/esm/models/components/pendlesellytrequest.d.ts +47 -17
  128. package/dist/esm/models/components/pendlesellytrequest.d.ts.map +1 -1
  129. package/dist/esm/models/components/pendlesellytrequest.js +43 -15
  130. package/dist/esm/models/components/pendlesellytrequest.js.map +1 -1
  131. package/dist/esm/models/components/tokenenum.d.ts +45 -0
  132. package/dist/esm/models/components/tokenenum.d.ts.map +1 -1
  133. package/dist/esm/models/components/tokenenum.js +15 -0
  134. package/dist/esm/models/components/tokenenum.js.map +1 -1
  135. package/dist/esm/models/components/useroperation.d.ts +32 -32
  136. package/dist/esm/models/components/useroperation.d.ts.map +1 -1
  137. package/dist/esm/models/components/useroperation.js +28 -28
  138. package/dist/esm/models/components/useroperation.js.map +1 -1
  139. package/dist/esm/models/operations/aaveavgrate.d.ts +45 -0
  140. package/dist/esm/models/operations/aaveavgrate.d.ts.map +1 -1
  141. package/dist/esm/models/operations/aaveavgrate.js +15 -0
  142. package/dist/esm/models/operations/aaveavgrate.js.map +1 -1
  143. package/dist/esm/models/operations/aaveliquiditychange.d.ts +45 -0
  144. package/dist/esm/models/operations/aaveliquiditychange.d.ts.map +1 -1
  145. package/dist/esm/models/operations/aaveliquiditychange.js +15 -0
  146. package/dist/esm/models/operations/aaveliquiditychange.js.map +1 -1
  147. package/dist/esm/models/operations/aaverate.d.ts +45 -0
  148. package/dist/esm/models/operations/aaverate.d.ts.map +1 -1
  149. package/dist/esm/models/operations/aaverate.js +15 -0
  150. package/dist/esm/models/operations/aaverate.js.map +1 -1
  151. package/dist/esm/models/operations/aavereserveoverview.d.ts +45 -0
  152. package/dist/esm/models/operations/aavereserveoverview.d.ts.map +1 -1
  153. package/dist/esm/models/operations/aavereserveoverview.js +15 -0
  154. package/dist/esm/models/operations/aavereserveoverview.js.map +1 -1
  155. package/dist/esm/models/operations/aavestdrate.d.ts +45 -0
  156. package/dist/esm/models/operations/aavestdrate.d.ts.map +1 -1
  157. package/dist/esm/models/operations/aavestdrate.js +15 -0
  158. package/dist/esm/models/operations/aavestdrate.js.map +1 -1
  159. package/dist/esm/models/operations/aavetokenprice.d.ts +45 -0
  160. package/dist/esm/models/operations/aavetokenprice.d.ts.map +1 -1
  161. package/dist/esm/models/operations/aavetokenprice.js +15 -0
  162. package/dist/esm/models/operations/aavetokenprice.js.map +1 -1
  163. package/dist/esm/models/operations/aaveuserpositionpertoken.d.ts +45 -0
  164. package/dist/esm/models/operations/aaveuserpositionpertoken.d.ts.map +1 -1
  165. package/dist/esm/models/operations/aaveuserpositionpertoken.js +15 -0
  166. package/dist/esm/models/operations/aaveuserpositionpertoken.js.map +1 -1
  167. package/dist/esm/models/operations/aerodromeslipstreampoolprice.d.ts +90 -0
  168. package/dist/esm/models/operations/aerodromeslipstreampoolprice.d.ts.map +1 -1
  169. package/dist/esm/models/operations/aerodromeslipstreampoolprice.js +30 -0
  170. package/dist/esm/models/operations/aerodromeslipstreampoolprice.js.map +1 -1
  171. package/dist/esm/models/operations/tokenaddress.d.ts +45 -0
  172. package/dist/esm/models/operations/tokenaddress.d.ts.map +1 -1
  173. package/dist/esm/models/operations/tokenaddress.js +15 -0
  174. package/dist/esm/models/operations/tokenaddress.js.map +1 -1
  175. package/dist/esm/models/operations/uniswappoolprice.d.ts +90 -0
  176. package/dist/esm/models/operations/uniswappoolprice.d.ts.map +1 -1
  177. package/dist/esm/models/operations/uniswappoolprice.js +30 -0
  178. package/dist/esm/models/operations/uniswappoolprice.js.map +1 -1
  179. package/dist/esm/models/operations/uniswapquotebuyexactly.d.ts +90 -0
  180. package/dist/esm/models/operations/uniswapquotebuyexactly.d.ts.map +1 -1
  181. package/dist/esm/models/operations/uniswapquotebuyexactly.js +30 -0
  182. package/dist/esm/models/operations/uniswapquotebuyexactly.js.map +1 -1
  183. package/dist/esm/models/operations/uniswapquotesellexactly.d.ts +90 -0
  184. package/dist/esm/models/operations/uniswapquotesellexactly.d.ts.map +1 -1
  185. package/dist/esm/models/operations/uniswapquotesellexactly.js +30 -0
  186. package/dist/esm/models/operations/uniswapquotesellexactly.js.map +1 -1
  187. package/docs/sdks/pendle/README.md +16 -8
  188. package/jsr.json +1 -1
  189. package/package.json +1 -1
  190. package/src/lib/config.ts +3 -3
  191. package/src/mcp-server/mcp-server.ts +1 -1
  192. package/src/mcp-server/server.ts +1 -1
  193. package/src/models/components/pendleaddliquidityparams.ts +99 -28
  194. package/src/models/components/pendleaddliquidityrequest.ts +100 -28
  195. package/src/models/components/pendleremoveliquidityparams.ts +104 -28
  196. package/src/models/components/pendleremoveliquidityrequest.ts +103 -28
  197. package/src/models/components/pendlesellptparams.ts +96 -27
  198. package/src/models/components/pendlesellptrequest.ts +100 -27
  199. package/src/models/components/pendlesellytparams.ts +96 -27
  200. package/src/models/components/pendlesellytrequest.ts +100 -27
  201. package/src/models/components/tokenenum.ts +15 -0
  202. package/src/models/components/useroperation.ts +98 -98
  203. package/src/models/operations/aaveavgrate.ts +15 -0
  204. package/src/models/operations/aaveliquiditychange.ts +15 -0
  205. package/src/models/operations/aaverate.ts +15 -0
  206. package/src/models/operations/aavereserveoverview.ts +15 -0
  207. package/src/models/operations/aavestdrate.ts +15 -0
  208. package/src/models/operations/aavetokenprice.ts +15 -0
  209. package/src/models/operations/aaveuserpositionpertoken.ts +15 -0
  210. package/src/models/operations/aerodromeslipstreampoolprice.ts +30 -0
  211. package/src/models/operations/tokenaddress.ts +15 -0
  212. package/src/models/operations/uniswappoolprice.ts +30 -0
  213. package/src/models/operations/uniswapquotebuyexactly.ts +30 -0
  214. package/src/models/operations/uniswapquotesellexactly.ts +30 -0
package/bin/mcp-server.js CHANGED
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
34264
34264
  SDK_METADATA = {
34265
34265
  language: "typescript",
34266
34266
  openapiDocVersion: "0.0.1",
34267
- sdkVersion: "0.5.56",
34268
- genVersion: "2.662.0",
34269
- userAgent: "speakeasy-sdk/typescript 0.5.56 2.662.0 0.0.1 @compass-labs/api-sdk"
34267
+ sdkVersion: "0.5.58",
34268
+ genVersion: "2.664.0",
34269
+ userAgent: "speakeasy-sdk/typescript 0.5.58 2.664.0 0.0.1 @compass-labs/api-sdk"
34270
34270
  };
34271
34271
  });
34272
34272
 
@@ -35778,7 +35778,22 @@ var init_tokenenum = __esm(() => {
35778
35778
  Eur: "EUR",
35779
35779
  Virtual: "VIRTUAL",
35780
35780
  EzETH: "ezETH",
35781
- Cyber: "CYBER"
35781
+ Cyber: "CYBER",
35782
+ WrsETH: "wrsETH",
35783
+ EBTC: "eBTC",
35784
+ Eurc: "EURC",
35785
+ EUSDe: "eUSDe",
35786
+ Fbtc: "FBTC",
35787
+ Lbtc: "LBTC",
35788
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
35789
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
35790
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
35791
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
35792
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
35793
+ Rlusd: "RLUSD",
35794
+ Usd0: "USD₮0",
35795
+ USDbC: "USDbC",
35796
+ USDtb: "USDtb"
35782
35797
  };
35783
35798
  TokenEnum$inboundSchema = nativeEnumType(TokenEnum);
35784
35799
  TokenEnum$outboundSchema = TokenEnum$inboundSchema;
@@ -38192,37 +38207,50 @@ var init_odosswapparams = __esm(() => {
38192
38207
  });
38193
38208
 
38194
38209
  // src/models/components/pendleaddliquidityparams.ts
38195
- var PendleAddLiquidityParamsAmount$inboundSchema, PendleAddLiquidityParamsAmount$outboundSchema, PendleAddLiquidityParamsAmount$, PendleAddLiquidityParams$inboundSchema, PendleAddLiquidityParams$outboundSchema, PendleAddLiquidityParams$;
38210
+ var PendleAddLiquidityParamsTokenIn$inboundSchema, PendleAddLiquidityParamsTokenIn$outboundSchema, PendleAddLiquidityParamsTokenIn$, PendleAddLiquidityParamsAmountIn$inboundSchema, PendleAddLiquidityParamsAmountIn$outboundSchema, PendleAddLiquidityParamsAmountIn$, PendleAddLiquidityParams$inboundSchema, PendleAddLiquidityParams$outboundSchema, PendleAddLiquidityParams$;
38196
38211
  var init_pendleaddliquidityparams = __esm(() => {
38197
38212
  init_zod();
38198
38213
  init_primitives();
38199
- PendleAddLiquidityParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38200
- PendleAddLiquidityParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38201
- ((PendleAddLiquidityParamsAmount$) => {
38202
- PendleAddLiquidityParamsAmount$.inboundSchema = PendleAddLiquidityParamsAmount$inboundSchema;
38203
- PendleAddLiquidityParamsAmount$.outboundSchema = PendleAddLiquidityParamsAmount$outboundSchema;
38204
- })(PendleAddLiquidityParamsAmount$ ||= {});
38214
+ init_tokenenum();
38215
+ PendleAddLiquidityParamsTokenIn$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
38216
+ PendleAddLiquidityParamsTokenIn$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
38217
+ ((PendleAddLiquidityParamsTokenIn$) => {
38218
+ PendleAddLiquidityParamsTokenIn$.inboundSchema = PendleAddLiquidityParamsTokenIn$inboundSchema;
38219
+ PendleAddLiquidityParamsTokenIn$.outboundSchema = PendleAddLiquidityParamsTokenIn$outboundSchema;
38220
+ })(PendleAddLiquidityParamsTokenIn$ ||= {});
38221
+ PendleAddLiquidityParamsAmountIn$inboundSchema = unionType([numberType(), stringType()]);
38222
+ PendleAddLiquidityParamsAmountIn$outboundSchema = unionType([numberType(), stringType()]);
38223
+ ((PendleAddLiquidityParamsAmountIn$) => {
38224
+ PendleAddLiquidityParamsAmountIn$.inboundSchema = PendleAddLiquidityParamsAmountIn$inboundSchema;
38225
+ PendleAddLiquidityParamsAmountIn$.outboundSchema = PendleAddLiquidityParamsAmountIn$outboundSchema;
38226
+ })(PendleAddLiquidityParamsAmountIn$ ||= {});
38205
38227
  PendleAddLiquidityParams$inboundSchema = objectType({
38206
38228
  action_type: literalType("PENDLE_ADD_LIQUIDITY").default("PENDLE_ADD_LIQUIDITY"),
38207
38229
  market_address: stringType(),
38208
- amount: unionType([numberType(), stringType()]),
38230
+ token_in: unionType([TokenEnum$inboundSchema, stringType()]),
38231
+ amount_in: unionType([numberType(), stringType()]),
38209
38232
  max_slippage_percent: numberType()
38210
38233
  }).transform((v2) => {
38211
38234
  return remap(v2, {
38212
38235
  action_type: "actionType",
38213
38236
  market_address: "marketAddress",
38237
+ token_in: "tokenIn",
38238
+ amount_in: "amountIn",
38214
38239
  max_slippage_percent: "maxSlippagePercent"
38215
38240
  });
38216
38241
  });
38217
38242
  PendleAddLiquidityParams$outboundSchema = objectType({
38218
38243
  actionType: literalType("PENDLE_ADD_LIQUIDITY").default("PENDLE_ADD_LIQUIDITY"),
38219
38244
  marketAddress: stringType(),
38220
- amount: unionType([numberType(), stringType()]),
38245
+ tokenIn: unionType([TokenEnum$outboundSchema, stringType()]),
38246
+ amountIn: unionType([numberType(), stringType()]),
38221
38247
  maxSlippagePercent: numberType()
38222
38248
  }).transform((v2) => {
38223
38249
  return remap(v2, {
38224
38250
  actionType: "action_type",
38225
38251
  marketAddress: "market_address",
38252
+ tokenIn: "token_in",
38253
+ amountIn: "amount_in",
38226
38254
  maxSlippagePercent: "max_slippage_percent"
38227
38255
  });
38228
38256
  });
@@ -38370,37 +38398,50 @@ var init_pendleredeemyieldparams = __esm(() => {
38370
38398
  });
38371
38399
 
38372
38400
  // src/models/components/pendleremoveliquidityparams.ts
38373
- var PendleRemoveLiquidityParamsAmount$inboundSchema, PendleRemoveLiquidityParamsAmount$outboundSchema, PendleRemoveLiquidityParamsAmount$, PendleRemoveLiquidityParams$inboundSchema, PendleRemoveLiquidityParams$outboundSchema, PendleRemoveLiquidityParams$;
38401
+ var PendleRemoveLiquidityParamsTokenOut$inboundSchema, PendleRemoveLiquidityParamsTokenOut$outboundSchema, PendleRemoveLiquidityParamsTokenOut$, PendleRemoveLiquidityParamsAmountIn$inboundSchema, PendleRemoveLiquidityParamsAmountIn$outboundSchema, PendleRemoveLiquidityParamsAmountIn$, PendleRemoveLiquidityParams$inboundSchema, PendleRemoveLiquidityParams$outboundSchema, PendleRemoveLiquidityParams$;
38374
38402
  var init_pendleremoveliquidityparams = __esm(() => {
38375
38403
  init_zod();
38376
38404
  init_primitives();
38377
- PendleRemoveLiquidityParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38378
- PendleRemoveLiquidityParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38379
- ((PendleRemoveLiquidityParamsAmount$) => {
38380
- PendleRemoveLiquidityParamsAmount$.inboundSchema = PendleRemoveLiquidityParamsAmount$inboundSchema;
38381
- PendleRemoveLiquidityParamsAmount$.outboundSchema = PendleRemoveLiquidityParamsAmount$outboundSchema;
38382
- })(PendleRemoveLiquidityParamsAmount$ ||= {});
38405
+ init_tokenenum();
38406
+ PendleRemoveLiquidityParamsTokenOut$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
38407
+ PendleRemoveLiquidityParamsTokenOut$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
38408
+ ((PendleRemoveLiquidityParamsTokenOut$) => {
38409
+ PendleRemoveLiquidityParamsTokenOut$.inboundSchema = PendleRemoveLiquidityParamsTokenOut$inboundSchema;
38410
+ PendleRemoveLiquidityParamsTokenOut$.outboundSchema = PendleRemoveLiquidityParamsTokenOut$outboundSchema;
38411
+ })(PendleRemoveLiquidityParamsTokenOut$ ||= {});
38412
+ PendleRemoveLiquidityParamsAmountIn$inboundSchema = unionType([numberType(), stringType()]);
38413
+ PendleRemoveLiquidityParamsAmountIn$outboundSchema = unionType([numberType(), stringType()]);
38414
+ ((PendleRemoveLiquidityParamsAmountIn$) => {
38415
+ PendleRemoveLiquidityParamsAmountIn$.inboundSchema = PendleRemoveLiquidityParamsAmountIn$inboundSchema;
38416
+ PendleRemoveLiquidityParamsAmountIn$.outboundSchema = PendleRemoveLiquidityParamsAmountIn$outboundSchema;
38417
+ })(PendleRemoveLiquidityParamsAmountIn$ ||= {});
38383
38418
  PendleRemoveLiquidityParams$inboundSchema = objectType({
38384
38419
  action_type: literalType("PENDLE_REMOVE_LIQUIDITY").default("PENDLE_REMOVE_LIQUIDITY"),
38385
38420
  market_address: stringType(),
38386
- amount: unionType([numberType(), stringType()]),
38421
+ token_out: unionType([TokenEnum$inboundSchema, stringType()]),
38422
+ amount_in: unionType([numberType(), stringType()]),
38387
38423
  max_slippage_percent: numberType()
38388
38424
  }).transform((v2) => {
38389
38425
  return remap(v2, {
38390
38426
  action_type: "actionType",
38391
38427
  market_address: "marketAddress",
38428
+ token_out: "tokenOut",
38429
+ amount_in: "amountIn",
38392
38430
  max_slippage_percent: "maxSlippagePercent"
38393
38431
  });
38394
38432
  });
38395
38433
  PendleRemoveLiquidityParams$outboundSchema = objectType({
38396
38434
  actionType: literalType("PENDLE_REMOVE_LIQUIDITY").default("PENDLE_REMOVE_LIQUIDITY"),
38397
38435
  marketAddress: stringType(),
38398
- amount: unionType([numberType(), stringType()]),
38436
+ tokenOut: unionType([TokenEnum$outboundSchema, stringType()]),
38437
+ amountIn: unionType([numberType(), stringType()]),
38399
38438
  maxSlippagePercent: numberType()
38400
38439
  }).transform((v2) => {
38401
38440
  return remap(v2, {
38402
38441
  actionType: "action_type",
38403
38442
  marketAddress: "market_address",
38443
+ tokenOut: "token_out",
38444
+ amountIn: "amount_in",
38404
38445
  maxSlippagePercent: "max_slippage_percent"
38405
38446
  });
38406
38447
  });
@@ -38411,37 +38452,50 @@ var init_pendleremoveliquidityparams = __esm(() => {
38411
38452
  });
38412
38453
 
38413
38454
  // src/models/components/pendlesellptparams.ts
38414
- var PendleSellPtParamsAmount$inboundSchema, PendleSellPtParamsAmount$outboundSchema, PendleSellPtParamsAmount$, PendleSellPtParams$inboundSchema, PendleSellPtParams$outboundSchema, PendleSellPtParams$;
38455
+ var PendleSellPtParamsTokenOut$inboundSchema, PendleSellPtParamsTokenOut$outboundSchema, PendleSellPtParamsTokenOut$, PendleSellPtParamsAmountIn$inboundSchema, PendleSellPtParamsAmountIn$outboundSchema, PendleSellPtParamsAmountIn$, PendleSellPtParams$inboundSchema, PendleSellPtParams$outboundSchema, PendleSellPtParams$;
38415
38456
  var init_pendlesellptparams = __esm(() => {
38416
38457
  init_zod();
38417
38458
  init_primitives();
38418
- PendleSellPtParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38419
- PendleSellPtParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38420
- ((PendleSellPtParamsAmount$) => {
38421
- PendleSellPtParamsAmount$.inboundSchema = PendleSellPtParamsAmount$inboundSchema;
38422
- PendleSellPtParamsAmount$.outboundSchema = PendleSellPtParamsAmount$outboundSchema;
38423
- })(PendleSellPtParamsAmount$ ||= {});
38459
+ init_tokenenum();
38460
+ PendleSellPtParamsTokenOut$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
38461
+ PendleSellPtParamsTokenOut$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
38462
+ ((PendleSellPtParamsTokenOut$) => {
38463
+ PendleSellPtParamsTokenOut$.inboundSchema = PendleSellPtParamsTokenOut$inboundSchema;
38464
+ PendleSellPtParamsTokenOut$.outboundSchema = PendleSellPtParamsTokenOut$outboundSchema;
38465
+ })(PendleSellPtParamsTokenOut$ ||= {});
38466
+ PendleSellPtParamsAmountIn$inboundSchema = unionType([numberType(), stringType()]);
38467
+ PendleSellPtParamsAmountIn$outboundSchema = unionType([numberType(), stringType()]);
38468
+ ((PendleSellPtParamsAmountIn$) => {
38469
+ PendleSellPtParamsAmountIn$.inboundSchema = PendleSellPtParamsAmountIn$inboundSchema;
38470
+ PendleSellPtParamsAmountIn$.outboundSchema = PendleSellPtParamsAmountIn$outboundSchema;
38471
+ })(PendleSellPtParamsAmountIn$ ||= {});
38424
38472
  PendleSellPtParams$inboundSchema = objectType({
38425
38473
  action_type: literalType("PENDLE_SELL_PT").default("PENDLE_SELL_PT"),
38426
38474
  market_address: stringType(),
38427
- amount: unionType([numberType(), stringType()]),
38475
+ token_out: unionType([TokenEnum$inboundSchema, stringType()]),
38476
+ amount_in: unionType([numberType(), stringType()]),
38428
38477
  max_slippage_percent: numberType()
38429
38478
  }).transform((v2) => {
38430
38479
  return remap(v2, {
38431
38480
  action_type: "actionType",
38432
38481
  market_address: "marketAddress",
38482
+ token_out: "tokenOut",
38483
+ amount_in: "amountIn",
38433
38484
  max_slippage_percent: "maxSlippagePercent"
38434
38485
  });
38435
38486
  });
38436
38487
  PendleSellPtParams$outboundSchema = objectType({
38437
38488
  actionType: literalType("PENDLE_SELL_PT").default("PENDLE_SELL_PT"),
38438
38489
  marketAddress: stringType(),
38439
- amount: unionType([numberType(), stringType()]),
38490
+ tokenOut: unionType([TokenEnum$outboundSchema, stringType()]),
38491
+ amountIn: unionType([numberType(), stringType()]),
38440
38492
  maxSlippagePercent: numberType()
38441
38493
  }).transform((v2) => {
38442
38494
  return remap(v2, {
38443
38495
  actionType: "action_type",
38444
38496
  marketAddress: "market_address",
38497
+ tokenOut: "token_out",
38498
+ amountIn: "amount_in",
38445
38499
  maxSlippagePercent: "max_slippage_percent"
38446
38500
  });
38447
38501
  });
@@ -38452,37 +38506,50 @@ var init_pendlesellptparams = __esm(() => {
38452
38506
  });
38453
38507
 
38454
38508
  // src/models/components/pendlesellytparams.ts
38455
- var PendleSellYtParamsAmount$inboundSchema, PendleSellYtParamsAmount$outboundSchema, PendleSellYtParamsAmount$, PendleSellYtParams$inboundSchema, PendleSellYtParams$outboundSchema, PendleSellYtParams$;
38509
+ var PendleSellYtParamsTokenOut$inboundSchema, PendleSellYtParamsTokenOut$outboundSchema, PendleSellYtParamsTokenOut$, PendleSellYtParamsAmountIn$inboundSchema, PendleSellYtParamsAmountIn$outboundSchema, PendleSellYtParamsAmountIn$, PendleSellYtParams$inboundSchema, PendleSellYtParams$outboundSchema, PendleSellYtParams$;
38456
38510
  var init_pendlesellytparams = __esm(() => {
38457
38511
  init_zod();
38458
38512
  init_primitives();
38459
- PendleSellYtParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
38460
- PendleSellYtParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
38461
- ((PendleSellYtParamsAmount$) => {
38462
- PendleSellYtParamsAmount$.inboundSchema = PendleSellYtParamsAmount$inboundSchema;
38463
- PendleSellYtParamsAmount$.outboundSchema = PendleSellYtParamsAmount$outboundSchema;
38464
- })(PendleSellYtParamsAmount$ ||= {});
38513
+ init_tokenenum();
38514
+ PendleSellYtParamsTokenOut$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
38515
+ PendleSellYtParamsTokenOut$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
38516
+ ((PendleSellYtParamsTokenOut$) => {
38517
+ PendleSellYtParamsTokenOut$.inboundSchema = PendleSellYtParamsTokenOut$inboundSchema;
38518
+ PendleSellYtParamsTokenOut$.outboundSchema = PendleSellYtParamsTokenOut$outboundSchema;
38519
+ })(PendleSellYtParamsTokenOut$ ||= {});
38520
+ PendleSellYtParamsAmountIn$inboundSchema = unionType([numberType(), stringType()]);
38521
+ PendleSellYtParamsAmountIn$outboundSchema = unionType([numberType(), stringType()]);
38522
+ ((PendleSellYtParamsAmountIn$) => {
38523
+ PendleSellYtParamsAmountIn$.inboundSchema = PendleSellYtParamsAmountIn$inboundSchema;
38524
+ PendleSellYtParamsAmountIn$.outboundSchema = PendleSellYtParamsAmountIn$outboundSchema;
38525
+ })(PendleSellYtParamsAmountIn$ ||= {});
38465
38526
  PendleSellYtParams$inboundSchema = objectType({
38466
38527
  action_type: literalType("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
38467
38528
  market_address: stringType(),
38468
- amount: unionType([numberType(), stringType()]),
38529
+ token_out: unionType([TokenEnum$inboundSchema, stringType()]),
38530
+ amount_in: unionType([numberType(), stringType()]),
38469
38531
  max_slippage_percent: numberType()
38470
38532
  }).transform((v2) => {
38471
38533
  return remap(v2, {
38472
38534
  action_type: "actionType",
38473
38535
  market_address: "marketAddress",
38536
+ token_out: "tokenOut",
38537
+ amount_in: "amountIn",
38474
38538
  max_slippage_percent: "maxSlippagePercent"
38475
38539
  });
38476
38540
  });
38477
38541
  PendleSellYtParams$outboundSchema = objectType({
38478
38542
  actionType: literalType("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
38479
38543
  marketAddress: stringType(),
38480
- amount: unionType([numberType(), stringType()]),
38544
+ tokenOut: unionType([TokenEnum$outboundSchema, stringType()]),
38545
+ amountIn: unionType([numberType(), stringType()]),
38481
38546
  maxSlippagePercent: numberType()
38482
38547
  }).transform((v2) => {
38483
38548
  return remap(v2, {
38484
38549
  actionType: "action_type",
38485
38550
  marketAddress: "market_address",
38551
+ tokenOut: "token_out",
38552
+ amountIn: "amount_in",
38486
38553
  maxSlippagePercent: "max_slippage_percent"
38487
38554
  });
38488
38555
  });
@@ -39336,27 +39403,27 @@ var init_useroperation = __esm(() => {
39336
39403
  OdosSwapParams$inboundSchema.and(objectType({ action_type: literalType("ODOS_SWAP") }).transform((v2) => ({
39337
39404
  actionType: v2.action_type
39338
39405
  }))),
39406
+ PendleAddLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39339
39407
  PendleBuyPtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_BUY_PT") }).transform((v2) => ({
39340
39408
  actionType: v2.action_type
39341
39409
  }))),
39342
39410
  PendleBuyYtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_BUY_YT") }).transform((v2) => ({
39343
39411
  actionType: v2.action_type
39344
39412
  }))),
39345
- AaveBorrowParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_BORROW") }).transform((v2) => ({
39413
+ PendleRemoveLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39414
+ PendleSellPtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39346
39415
  actionType: v2.action_type
39347
39416
  }))),
39348
- AaveRepayParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_REPAY") }).transform((v2) => ({
39417
+ PendleSellYtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39349
39418
  actionType: v2.action_type
39350
39419
  }))),
39351
- AaveWithdrawParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39420
+ AaveBorrowParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_BORROW") }).transform((v2) => ({
39352
39421
  actionType: v2.action_type
39353
39422
  }))),
39354
- PendleAddLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39355
- PendleRemoveLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39356
- PendleSellPtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39423
+ AaveRepayParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_REPAY") }).transform((v2) => ({
39357
39424
  actionType: v2.action_type
39358
39425
  }))),
39359
- PendleSellYtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39426
+ AaveWithdrawParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39360
39427
  actionType: v2.action_type
39361
39428
  }))),
39362
39429
  SetAllowanceParams$inboundSchema.and(objectType({ action_type: literalType("SET_ALLOWANCE") }).transform((v2) => ({
@@ -39424,27 +39491,27 @@ var init_useroperation = __esm(() => {
39424
39491
  OdosSwapParams$outboundSchema.and(objectType({ actionType: literalType("ODOS_SWAP") }).transform((v2) => ({
39425
39492
  action_type: v2.actionType
39426
39493
  }))),
39494
+ PendleAddLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39427
39495
  PendleBuyPtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_BUY_PT") }).transform((v2) => ({
39428
39496
  action_type: v2.actionType
39429
39497
  }))),
39430
39498
  PendleBuyYtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_BUY_YT") }).transform((v2) => ({
39431
39499
  action_type: v2.actionType
39432
39500
  }))),
39433
- AaveBorrowParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_BORROW") }).transform((v2) => ({
39501
+ PendleRemoveLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39502
+ PendleSellPtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39434
39503
  action_type: v2.actionType
39435
39504
  }))),
39436
- AaveRepayParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_REPAY") }).transform((v2) => ({
39505
+ PendleSellYtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39437
39506
  action_type: v2.actionType
39438
39507
  }))),
39439
- AaveWithdrawParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39508
+ AaveBorrowParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_BORROW") }).transform((v2) => ({
39440
39509
  action_type: v2.actionType
39441
39510
  }))),
39442
- PendleAddLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39443
- PendleRemoveLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39444
- PendleSellPtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39511
+ AaveRepayParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_REPAY") }).transform((v2) => ({
39445
39512
  action_type: v2.actionType
39446
39513
  }))),
39447
- PendleSellYtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39514
+ AaveWithdrawParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39448
39515
  action_type: v2.actionType
39449
39516
  }))),
39450
39517
  SetAllowanceParams$outboundSchema.and(objectType({ actionType: literalType("SET_ALLOWANCE") }).transform((v2) => ({
@@ -39519,27 +39586,27 @@ var init_useroperation = __esm(() => {
39519
39586
  OdosSwapParams$inboundSchema.and(objectType({ action_type: literalType("ODOS_SWAP") }).transform((v2) => ({
39520
39587
  actionType: v2.action_type
39521
39588
  }))),
39589
+ PendleAddLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39522
39590
  PendleBuyPtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_BUY_PT") }).transform((v2) => ({
39523
39591
  actionType: v2.action_type
39524
39592
  }))),
39525
39593
  PendleBuyYtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_BUY_YT") }).transform((v2) => ({
39526
39594
  actionType: v2.action_type
39527
39595
  }))),
39528
- AaveBorrowParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_BORROW") }).transform((v2) => ({
39596
+ PendleRemoveLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39597
+ PendleSellPtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39529
39598
  actionType: v2.action_type
39530
39599
  }))),
39531
- AaveRepayParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_REPAY") }).transform((v2) => ({
39600
+ PendleSellYtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39532
39601
  actionType: v2.action_type
39533
39602
  }))),
39534
- AaveWithdrawParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39603
+ AaveBorrowParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_BORROW") }).transform((v2) => ({
39535
39604
  actionType: v2.action_type
39536
39605
  }))),
39537
- PendleAddLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39538
- PendleRemoveLiquidityParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
39539
- PendleSellPtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39606
+ AaveRepayParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_REPAY") }).transform((v2) => ({
39540
39607
  actionType: v2.action_type
39541
39608
  }))),
39542
- PendleSellYtParams$inboundSchema.and(objectType({ action_type: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39609
+ AaveWithdrawParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39543
39610
  actionType: v2.action_type
39544
39611
  }))),
39545
39612
  SetAllowanceParams$inboundSchema.and(objectType({ action_type: literalType("SET_ALLOWANCE") }).transform((v2) => ({
@@ -39609,27 +39676,27 @@ var init_useroperation = __esm(() => {
39609
39676
  OdosSwapParams$outboundSchema.and(objectType({ actionType: literalType("ODOS_SWAP") }).transform((v2) => ({
39610
39677
  action_type: v2.actionType
39611
39678
  }))),
39679
+ PendleAddLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39612
39680
  PendleBuyPtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_BUY_PT") }).transform((v2) => ({
39613
39681
  action_type: v2.actionType
39614
39682
  }))),
39615
39683
  PendleBuyYtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_BUY_YT") }).transform((v2) => ({
39616
39684
  action_type: v2.actionType
39617
39685
  }))),
39618
- AaveBorrowParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_BORROW") }).transform((v2) => ({
39686
+ PendleRemoveLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39687
+ PendleSellPtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39619
39688
  action_type: v2.actionType
39620
39689
  }))),
39621
- AaveRepayParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_REPAY") }).transform((v2) => ({
39690
+ PendleSellYtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39622
39691
  action_type: v2.actionType
39623
39692
  }))),
39624
- AaveWithdrawParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39693
+ AaveBorrowParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_BORROW") }).transform((v2) => ({
39625
39694
  action_type: v2.actionType
39626
39695
  }))),
39627
- PendleAddLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39628
- PendleRemoveLiquidityParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_REMOVE_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
39629
- PendleSellPtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_PT") }).transform((v2) => ({
39696
+ AaveRepayParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_REPAY") }).transform((v2) => ({
39630
39697
  action_type: v2.actionType
39631
39698
  }))),
39632
- PendleSellYtParams$outboundSchema.and(objectType({ actionType: literalType("PENDLE_SELL_YT") }).transform((v2) => ({
39699
+ AaveWithdrawParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_WITHDRAW") }).transform((v2) => ({
39633
39700
  action_type: v2.actionType
39634
39701
  }))),
39635
39702
  SetAllowanceParams$outboundSchema.and(objectType({ actionType: literalType("SET_ALLOWANCE") }).transform((v2) => ({
@@ -41286,21 +41353,28 @@ var init_openposition = __esm(() => {
41286
41353
  });
41287
41354
 
41288
41355
  // src/models/components/pendleaddliquidityrequest.ts
41289
- var PendleAddLiquidityRequestChain, PendleAddLiquidityRequestAmount$inboundSchema, PendleAddLiquidityRequestAmount$outboundSchema, PendleAddLiquidityRequestAmount$, PendleAddLiquidityRequestChain$inboundSchema, PendleAddLiquidityRequestChain$outboundSchema, PendleAddLiquidityRequestChain$, PendleAddLiquidityRequest$inboundSchema, PendleAddLiquidityRequest$outboundSchema, PendleAddLiquidityRequest$;
41356
+ var PendleAddLiquidityRequestChain, PendleAddLiquidityRequestTokenIn$inboundSchema, PendleAddLiquidityRequestTokenIn$outboundSchema, PendleAddLiquidityRequestTokenIn$, PendleAddLiquidityRequestAmountIn$inboundSchema, PendleAddLiquidityRequestAmountIn$outboundSchema, PendleAddLiquidityRequestAmountIn$, PendleAddLiquidityRequestChain$inboundSchema, PendleAddLiquidityRequestChain$outboundSchema, PendleAddLiquidityRequestChain$, PendleAddLiquidityRequest$inboundSchema, PendleAddLiquidityRequest$outboundSchema, PendleAddLiquidityRequest$;
41290
41357
  var init_pendleaddliquidityrequest = __esm(() => {
41291
41358
  init_zod();
41292
41359
  init_primitives();
41360
+ init_tokenenum();
41293
41361
  PendleAddLiquidityRequestChain = {
41294
41362
  ArbitrumMainnet: "arbitrum:mainnet",
41295
41363
  BaseMainnet: "base:mainnet",
41296
41364
  EthereumMainnet: "ethereum:mainnet"
41297
41365
  };
41298
- PendleAddLiquidityRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
41299
- PendleAddLiquidityRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
41300
- ((PendleAddLiquidityRequestAmount$) => {
41301
- PendleAddLiquidityRequestAmount$.inboundSchema = PendleAddLiquidityRequestAmount$inboundSchema;
41302
- PendleAddLiquidityRequestAmount$.outboundSchema = PendleAddLiquidityRequestAmount$outboundSchema;
41303
- })(PendleAddLiquidityRequestAmount$ ||= {});
41366
+ PendleAddLiquidityRequestTokenIn$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
41367
+ PendleAddLiquidityRequestTokenIn$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
41368
+ ((PendleAddLiquidityRequestTokenIn$) => {
41369
+ PendleAddLiquidityRequestTokenIn$.inboundSchema = PendleAddLiquidityRequestTokenIn$inboundSchema;
41370
+ PendleAddLiquidityRequestTokenIn$.outboundSchema = PendleAddLiquidityRequestTokenIn$outboundSchema;
41371
+ })(PendleAddLiquidityRequestTokenIn$ ||= {});
41372
+ PendleAddLiquidityRequestAmountIn$inboundSchema = unionType([numberType(), stringType()]);
41373
+ PendleAddLiquidityRequestAmountIn$outboundSchema = unionType([numberType(), stringType()]);
41374
+ ((PendleAddLiquidityRequestAmountIn$) => {
41375
+ PendleAddLiquidityRequestAmountIn$.inboundSchema = PendleAddLiquidityRequestAmountIn$inboundSchema;
41376
+ PendleAddLiquidityRequestAmountIn$.outboundSchema = PendleAddLiquidityRequestAmountIn$outboundSchema;
41377
+ })(PendleAddLiquidityRequestAmountIn$ ||= {});
41304
41378
  PendleAddLiquidityRequestChain$inboundSchema = nativeEnumType(PendleAddLiquidityRequestChain);
41305
41379
  PendleAddLiquidityRequestChain$outboundSchema = PendleAddLiquidityRequestChain$inboundSchema;
41306
41380
  ((PendleAddLiquidityRequestChain$) => {
@@ -41310,7 +41384,8 @@ var init_pendleaddliquidityrequest = __esm(() => {
41310
41384
  PendleAddLiquidityRequest$inboundSchema = objectType({
41311
41385
  action_type: literalType("PENDLE_ADD_LIQUIDITY").default("PENDLE_ADD_LIQUIDITY"),
41312
41386
  market_address: stringType(),
41313
- amount: unionType([numberType(), stringType()]),
41387
+ token_in: unionType([TokenEnum$inboundSchema, stringType()]),
41388
+ amount_in: unionType([numberType(), stringType()]),
41314
41389
  max_slippage_percent: numberType(),
41315
41390
  chain: PendleAddLiquidityRequestChain$inboundSchema,
41316
41391
  sender: stringType()
@@ -41318,13 +41393,16 @@ var init_pendleaddliquidityrequest = __esm(() => {
41318
41393
  return remap(v2, {
41319
41394
  action_type: "actionType",
41320
41395
  market_address: "marketAddress",
41396
+ token_in: "tokenIn",
41397
+ amount_in: "amountIn",
41321
41398
  max_slippage_percent: "maxSlippagePercent"
41322
41399
  });
41323
41400
  });
41324
41401
  PendleAddLiquidityRequest$outboundSchema = objectType({
41325
41402
  actionType: literalType("PENDLE_ADD_LIQUIDITY").default("PENDLE_ADD_LIQUIDITY"),
41326
41403
  marketAddress: stringType(),
41327
- amount: unionType([numberType(), stringType()]),
41404
+ tokenIn: unionType([TokenEnum$outboundSchema, stringType()]),
41405
+ amountIn: unionType([numberType(), stringType()]),
41328
41406
  maxSlippagePercent: numberType(),
41329
41407
  chain: PendleAddLiquidityRequestChain$outboundSchema,
41330
41408
  sender: stringType()
@@ -41332,6 +41410,8 @@ var init_pendleaddliquidityrequest = __esm(() => {
41332
41410
  return remap(v2, {
41333
41411
  actionType: "action_type",
41334
41412
  marketAddress: "market_address",
41413
+ tokenIn: "token_in",
41414
+ amountIn: "amount_in",
41335
41415
  maxSlippagePercent: "max_slippage_percent"
41336
41416
  });
41337
41417
  });
@@ -41702,21 +41782,28 @@ var init_pendleredeemyieldrequest = __esm(() => {
41702
41782
  });
41703
41783
 
41704
41784
  // src/models/components/pendleremoveliquidityrequest.ts
41705
- var PendleRemoveLiquidityRequestChain, PendleRemoveLiquidityRequestAmount$inboundSchema, PendleRemoveLiquidityRequestAmount$outboundSchema, PendleRemoveLiquidityRequestAmount$, PendleRemoveLiquidityRequestChain$inboundSchema, PendleRemoveLiquidityRequestChain$outboundSchema, PendleRemoveLiquidityRequestChain$, PendleRemoveLiquidityRequest$inboundSchema, PendleRemoveLiquidityRequest$outboundSchema, PendleRemoveLiquidityRequest$;
41785
+ var PendleRemoveLiquidityRequestChain, PendleRemoveLiquidityRequestTokenOut$inboundSchema, PendleRemoveLiquidityRequestTokenOut$outboundSchema, PendleRemoveLiquidityRequestTokenOut$, PendleRemoveLiquidityRequestAmountIn$inboundSchema, PendleRemoveLiquidityRequestAmountIn$outboundSchema, PendleRemoveLiquidityRequestAmountIn$, PendleRemoveLiquidityRequestChain$inboundSchema, PendleRemoveLiquidityRequestChain$outboundSchema, PendleRemoveLiquidityRequestChain$, PendleRemoveLiquidityRequest$inboundSchema, PendleRemoveLiquidityRequest$outboundSchema, PendleRemoveLiquidityRequest$;
41706
41786
  var init_pendleremoveliquidityrequest = __esm(() => {
41707
41787
  init_zod();
41708
41788
  init_primitives();
41789
+ init_tokenenum();
41709
41790
  PendleRemoveLiquidityRequestChain = {
41710
41791
  ArbitrumMainnet: "arbitrum:mainnet",
41711
41792
  BaseMainnet: "base:mainnet",
41712
41793
  EthereumMainnet: "ethereum:mainnet"
41713
41794
  };
41714
- PendleRemoveLiquidityRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
41715
- PendleRemoveLiquidityRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
41716
- ((PendleRemoveLiquidityRequestAmount$) => {
41717
- PendleRemoveLiquidityRequestAmount$.inboundSchema = PendleRemoveLiquidityRequestAmount$inboundSchema;
41718
- PendleRemoveLiquidityRequestAmount$.outboundSchema = PendleRemoveLiquidityRequestAmount$outboundSchema;
41719
- })(PendleRemoveLiquidityRequestAmount$ ||= {});
41795
+ PendleRemoveLiquidityRequestTokenOut$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
41796
+ PendleRemoveLiquidityRequestTokenOut$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
41797
+ ((PendleRemoveLiquidityRequestTokenOut$) => {
41798
+ PendleRemoveLiquidityRequestTokenOut$.inboundSchema = PendleRemoveLiquidityRequestTokenOut$inboundSchema;
41799
+ PendleRemoveLiquidityRequestTokenOut$.outboundSchema = PendleRemoveLiquidityRequestTokenOut$outboundSchema;
41800
+ })(PendleRemoveLiquidityRequestTokenOut$ ||= {});
41801
+ PendleRemoveLiquidityRequestAmountIn$inboundSchema = unionType([numberType(), stringType()]);
41802
+ PendleRemoveLiquidityRequestAmountIn$outboundSchema = unionType([numberType(), stringType()]);
41803
+ ((PendleRemoveLiquidityRequestAmountIn$) => {
41804
+ PendleRemoveLiquidityRequestAmountIn$.inboundSchema = PendleRemoveLiquidityRequestAmountIn$inboundSchema;
41805
+ PendleRemoveLiquidityRequestAmountIn$.outboundSchema = PendleRemoveLiquidityRequestAmountIn$outboundSchema;
41806
+ })(PendleRemoveLiquidityRequestAmountIn$ ||= {});
41720
41807
  PendleRemoveLiquidityRequestChain$inboundSchema = nativeEnumType(PendleRemoveLiquidityRequestChain);
41721
41808
  PendleRemoveLiquidityRequestChain$outboundSchema = PendleRemoveLiquidityRequestChain$inboundSchema;
41722
41809
  ((PendleRemoveLiquidityRequestChain$) => {
@@ -41726,7 +41813,8 @@ var init_pendleremoveliquidityrequest = __esm(() => {
41726
41813
  PendleRemoveLiquidityRequest$inboundSchema = objectType({
41727
41814
  action_type: literalType("PENDLE_REMOVE_LIQUIDITY").default("PENDLE_REMOVE_LIQUIDITY"),
41728
41815
  market_address: stringType(),
41729
- amount: unionType([numberType(), stringType()]),
41816
+ token_out: unionType([TokenEnum$inboundSchema, stringType()]),
41817
+ amount_in: unionType([numberType(), stringType()]),
41730
41818
  max_slippage_percent: numberType(),
41731
41819
  chain: PendleRemoveLiquidityRequestChain$inboundSchema,
41732
41820
  sender: stringType()
@@ -41734,13 +41822,16 @@ var init_pendleremoveliquidityrequest = __esm(() => {
41734
41822
  return remap(v2, {
41735
41823
  action_type: "actionType",
41736
41824
  market_address: "marketAddress",
41825
+ token_out: "tokenOut",
41826
+ amount_in: "amountIn",
41737
41827
  max_slippage_percent: "maxSlippagePercent"
41738
41828
  });
41739
41829
  });
41740
41830
  PendleRemoveLiquidityRequest$outboundSchema = objectType({
41741
41831
  actionType: literalType("PENDLE_REMOVE_LIQUIDITY").default("PENDLE_REMOVE_LIQUIDITY"),
41742
41832
  marketAddress: stringType(),
41743
- amount: unionType([numberType(), stringType()]),
41833
+ tokenOut: unionType([TokenEnum$outboundSchema, stringType()]),
41834
+ amountIn: unionType([numberType(), stringType()]),
41744
41835
  maxSlippagePercent: numberType(),
41745
41836
  chain: PendleRemoveLiquidityRequestChain$outboundSchema,
41746
41837
  sender: stringType()
@@ -41748,6 +41839,8 @@ var init_pendleremoveliquidityrequest = __esm(() => {
41748
41839
  return remap(v2, {
41749
41840
  actionType: "action_type",
41750
41841
  marketAddress: "market_address",
41842
+ tokenOut: "token_out",
41843
+ amountIn: "amount_in",
41751
41844
  maxSlippagePercent: "max_slippage_percent"
41752
41845
  });
41753
41846
  });
@@ -41758,21 +41851,28 @@ var init_pendleremoveliquidityrequest = __esm(() => {
41758
41851
  });
41759
41852
 
41760
41853
  // src/models/components/pendlesellptrequest.ts
41761
- var PendleSellPtRequestChain, PendleSellPtRequestAmount$inboundSchema, PendleSellPtRequestAmount$outboundSchema, PendleSellPtRequestAmount$, PendleSellPtRequestChain$inboundSchema, PendleSellPtRequestChain$outboundSchema, PendleSellPtRequestChain$, PendleSellPtRequest$inboundSchema, PendleSellPtRequest$outboundSchema, PendleSellPtRequest$;
41854
+ var PendleSellPtRequestChain, PendleSellPtRequestTokenOut$inboundSchema, PendleSellPtRequestTokenOut$outboundSchema, PendleSellPtRequestTokenOut$, PendleSellPtRequestAmountIn$inboundSchema, PendleSellPtRequestAmountIn$outboundSchema, PendleSellPtRequestAmountIn$, PendleSellPtRequestChain$inboundSchema, PendleSellPtRequestChain$outboundSchema, PendleSellPtRequestChain$, PendleSellPtRequest$inboundSchema, PendleSellPtRequest$outboundSchema, PendleSellPtRequest$;
41762
41855
  var init_pendlesellptrequest = __esm(() => {
41763
41856
  init_zod();
41764
41857
  init_primitives();
41858
+ init_tokenenum();
41765
41859
  PendleSellPtRequestChain = {
41766
41860
  ArbitrumMainnet: "arbitrum:mainnet",
41767
41861
  BaseMainnet: "base:mainnet",
41768
41862
  EthereumMainnet: "ethereum:mainnet"
41769
41863
  };
41770
- PendleSellPtRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
41771
- PendleSellPtRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
41772
- ((PendleSellPtRequestAmount$) => {
41773
- PendleSellPtRequestAmount$.inboundSchema = PendleSellPtRequestAmount$inboundSchema;
41774
- PendleSellPtRequestAmount$.outboundSchema = PendleSellPtRequestAmount$outboundSchema;
41775
- })(PendleSellPtRequestAmount$ ||= {});
41864
+ PendleSellPtRequestTokenOut$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
41865
+ PendleSellPtRequestTokenOut$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
41866
+ ((PendleSellPtRequestTokenOut$) => {
41867
+ PendleSellPtRequestTokenOut$.inboundSchema = PendleSellPtRequestTokenOut$inboundSchema;
41868
+ PendleSellPtRequestTokenOut$.outboundSchema = PendleSellPtRequestTokenOut$outboundSchema;
41869
+ })(PendleSellPtRequestTokenOut$ ||= {});
41870
+ PendleSellPtRequestAmountIn$inboundSchema = unionType([numberType(), stringType()]);
41871
+ PendleSellPtRequestAmountIn$outboundSchema = unionType([numberType(), stringType()]);
41872
+ ((PendleSellPtRequestAmountIn$) => {
41873
+ PendleSellPtRequestAmountIn$.inboundSchema = PendleSellPtRequestAmountIn$inboundSchema;
41874
+ PendleSellPtRequestAmountIn$.outboundSchema = PendleSellPtRequestAmountIn$outboundSchema;
41875
+ })(PendleSellPtRequestAmountIn$ ||= {});
41776
41876
  PendleSellPtRequestChain$inboundSchema = nativeEnumType(PendleSellPtRequestChain);
41777
41877
  PendleSellPtRequestChain$outboundSchema = PendleSellPtRequestChain$inboundSchema;
41778
41878
  ((PendleSellPtRequestChain$) => {
@@ -41782,7 +41882,8 @@ var init_pendlesellptrequest = __esm(() => {
41782
41882
  PendleSellPtRequest$inboundSchema = objectType({
41783
41883
  action_type: literalType("PENDLE_SELL_PT").default("PENDLE_SELL_PT"),
41784
41884
  market_address: stringType(),
41785
- amount: unionType([numberType(), stringType()]),
41885
+ token_out: unionType([TokenEnum$inboundSchema, stringType()]),
41886
+ amount_in: unionType([numberType(), stringType()]),
41786
41887
  max_slippage_percent: numberType(),
41787
41888
  chain: PendleSellPtRequestChain$inboundSchema,
41788
41889
  sender: stringType()
@@ -41790,13 +41891,16 @@ var init_pendlesellptrequest = __esm(() => {
41790
41891
  return remap(v2, {
41791
41892
  action_type: "actionType",
41792
41893
  market_address: "marketAddress",
41894
+ token_out: "tokenOut",
41895
+ amount_in: "amountIn",
41793
41896
  max_slippage_percent: "maxSlippagePercent"
41794
41897
  });
41795
41898
  });
41796
41899
  PendleSellPtRequest$outboundSchema = objectType({
41797
41900
  actionType: literalType("PENDLE_SELL_PT").default("PENDLE_SELL_PT"),
41798
41901
  marketAddress: stringType(),
41799
- amount: unionType([numberType(), stringType()]),
41902
+ tokenOut: unionType([TokenEnum$outboundSchema, stringType()]),
41903
+ amountIn: unionType([numberType(), stringType()]),
41800
41904
  maxSlippagePercent: numberType(),
41801
41905
  chain: PendleSellPtRequestChain$outboundSchema,
41802
41906
  sender: stringType()
@@ -41804,6 +41908,8 @@ var init_pendlesellptrequest = __esm(() => {
41804
41908
  return remap(v2, {
41805
41909
  actionType: "action_type",
41806
41910
  marketAddress: "market_address",
41911
+ tokenOut: "token_out",
41912
+ amountIn: "amount_in",
41807
41913
  maxSlippagePercent: "max_slippage_percent"
41808
41914
  });
41809
41915
  });
@@ -41814,21 +41920,28 @@ var init_pendlesellptrequest = __esm(() => {
41814
41920
  });
41815
41921
 
41816
41922
  // src/models/components/pendlesellytrequest.ts
41817
- var PendleSellYtRequestChain, PendleSellYtRequestAmount$inboundSchema, PendleSellYtRequestAmount$outboundSchema, PendleSellYtRequestAmount$, PendleSellYtRequestChain$inboundSchema, PendleSellYtRequestChain$outboundSchema, PendleSellYtRequestChain$, PendleSellYtRequest$inboundSchema, PendleSellYtRequest$outboundSchema, PendleSellYtRequest$;
41923
+ var PendleSellYtRequestChain, PendleSellYtRequestTokenOut$inboundSchema, PendleSellYtRequestTokenOut$outboundSchema, PendleSellYtRequestTokenOut$, PendleSellYtRequestAmountIn$inboundSchema, PendleSellYtRequestAmountIn$outboundSchema, PendleSellYtRequestAmountIn$, PendleSellYtRequestChain$inboundSchema, PendleSellYtRequestChain$outboundSchema, PendleSellYtRequestChain$, PendleSellYtRequest$inboundSchema, PendleSellYtRequest$outboundSchema, PendleSellYtRequest$;
41818
41924
  var init_pendlesellytrequest = __esm(() => {
41819
41925
  init_zod();
41820
41926
  init_primitives();
41927
+ init_tokenenum();
41821
41928
  PendleSellYtRequestChain = {
41822
41929
  ArbitrumMainnet: "arbitrum:mainnet",
41823
41930
  BaseMainnet: "base:mainnet",
41824
41931
  EthereumMainnet: "ethereum:mainnet"
41825
41932
  };
41826
- PendleSellYtRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
41827
- PendleSellYtRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
41828
- ((PendleSellYtRequestAmount$) => {
41829
- PendleSellYtRequestAmount$.inboundSchema = PendleSellYtRequestAmount$inboundSchema;
41830
- PendleSellYtRequestAmount$.outboundSchema = PendleSellYtRequestAmount$outboundSchema;
41831
- })(PendleSellYtRequestAmount$ ||= {});
41933
+ PendleSellYtRequestTokenOut$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
41934
+ PendleSellYtRequestTokenOut$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
41935
+ ((PendleSellYtRequestTokenOut$) => {
41936
+ PendleSellYtRequestTokenOut$.inboundSchema = PendleSellYtRequestTokenOut$inboundSchema;
41937
+ PendleSellYtRequestTokenOut$.outboundSchema = PendleSellYtRequestTokenOut$outboundSchema;
41938
+ })(PendleSellYtRequestTokenOut$ ||= {});
41939
+ PendleSellYtRequestAmountIn$inboundSchema = unionType([numberType(), stringType()]);
41940
+ PendleSellYtRequestAmountIn$outboundSchema = unionType([numberType(), stringType()]);
41941
+ ((PendleSellYtRequestAmountIn$) => {
41942
+ PendleSellYtRequestAmountIn$.inboundSchema = PendleSellYtRequestAmountIn$inboundSchema;
41943
+ PendleSellYtRequestAmountIn$.outboundSchema = PendleSellYtRequestAmountIn$outboundSchema;
41944
+ })(PendleSellYtRequestAmountIn$ ||= {});
41832
41945
  PendleSellYtRequestChain$inboundSchema = nativeEnumType(PendleSellYtRequestChain);
41833
41946
  PendleSellYtRequestChain$outboundSchema = PendleSellYtRequestChain$inboundSchema;
41834
41947
  ((PendleSellYtRequestChain$) => {
@@ -41838,7 +41951,8 @@ var init_pendlesellytrequest = __esm(() => {
41838
41951
  PendleSellYtRequest$inboundSchema = objectType({
41839
41952
  action_type: literalType("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
41840
41953
  market_address: stringType(),
41841
- amount: unionType([numberType(), stringType()]),
41954
+ token_out: unionType([TokenEnum$inboundSchema, stringType()]),
41955
+ amount_in: unionType([numberType(), stringType()]),
41842
41956
  max_slippage_percent: numberType(),
41843
41957
  chain: PendleSellYtRequestChain$inboundSchema,
41844
41958
  sender: stringType()
@@ -41846,13 +41960,16 @@ var init_pendlesellytrequest = __esm(() => {
41846
41960
  return remap(v2, {
41847
41961
  action_type: "actionType",
41848
41962
  market_address: "marketAddress",
41963
+ token_out: "tokenOut",
41964
+ amount_in: "amountIn",
41849
41965
  max_slippage_percent: "maxSlippagePercent"
41850
41966
  });
41851
41967
  });
41852
41968
  PendleSellYtRequest$outboundSchema = objectType({
41853
41969
  actionType: literalType("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
41854
41970
  marketAddress: stringType(),
41855
- amount: unionType([numberType(), stringType()]),
41971
+ tokenOut: unionType([TokenEnum$outboundSchema, stringType()]),
41972
+ amountIn: unionType([numberType(), stringType()]),
41856
41973
  maxSlippagePercent: numberType(),
41857
41974
  chain: PendleSellYtRequestChain$outboundSchema,
41858
41975
  sender: stringType()
@@ -41860,6 +41977,8 @@ var init_pendlesellytrequest = __esm(() => {
41860
41977
  return remap(v2, {
41861
41978
  actionType: "action_type",
41862
41979
  marketAddress: "market_address",
41980
+ tokenOut: "token_out",
41981
+ amountIn: "amount_in",
41863
41982
  maxSlippagePercent: "max_slippage_percent"
41864
41983
  });
41865
41984
  });
@@ -43713,7 +43832,22 @@ var init_aaveavgrate = __esm(() => {
43713
43832
  Eur: "EUR",
43714
43833
  Virtual: "VIRTUAL",
43715
43834
  EzETH: "ezETH",
43716
- Cyber: "CYBER"
43835
+ Cyber: "CYBER",
43836
+ WrsETH: "wrsETH",
43837
+ EBTC: "eBTC",
43838
+ Eurc: "EURC",
43839
+ EUSDe: "eUSDe",
43840
+ Fbtc: "FBTC",
43841
+ Lbtc: "LBTC",
43842
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
43843
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
43844
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
43845
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
43846
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
43847
+ Rlusd: "RLUSD",
43848
+ Usd0: "USD₮0",
43849
+ USDbC: "USDbC",
43850
+ USDtb: "USDtb"
43717
43851
  };
43718
43852
  AaveAvgRateChain$inboundSchema = nativeEnumType(AaveAvgRateChain);
43719
43853
  AaveAvgRateChain$outboundSchema = AaveAvgRateChain$inboundSchema;
@@ -43844,7 +43978,22 @@ var init_aaveliquiditychange = __esm(() => {
43844
43978
  Eur: "EUR",
43845
43979
  Virtual: "VIRTUAL",
43846
43980
  EzETH: "ezETH",
43847
- Cyber: "CYBER"
43981
+ Cyber: "CYBER",
43982
+ WrsETH: "wrsETH",
43983
+ EBTC: "eBTC",
43984
+ Eurc: "EURC",
43985
+ EUSDe: "eUSDe",
43986
+ Fbtc: "FBTC",
43987
+ Lbtc: "LBTC",
43988
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
43989
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
43990
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
43991
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
43992
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
43993
+ Rlusd: "RLUSD",
43994
+ Usd0: "USD₮0",
43995
+ USDbC: "USDbC",
43996
+ USDtb: "USDtb"
43848
43997
  };
43849
43998
  AaveLiquidityChangeChain$inboundSchema = nativeEnumType(AaveLiquidityChangeChain);
43850
43999
  AaveLiquidityChangeChain$outboundSchema = AaveLiquidityChangeChain$inboundSchema;
@@ -43942,7 +44091,22 @@ var init_aaverate = __esm(() => {
43942
44091
  Eur: "EUR",
43943
44092
  Virtual: "VIRTUAL",
43944
44093
  EzETH: "ezETH",
43945
- Cyber: "CYBER"
44094
+ Cyber: "CYBER",
44095
+ WrsETH: "wrsETH",
44096
+ EBTC: "eBTC",
44097
+ Eurc: "EURC",
44098
+ EUSDe: "eUSDe",
44099
+ Fbtc: "FBTC",
44100
+ Lbtc: "LBTC",
44101
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44102
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44103
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44104
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44105
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44106
+ Rlusd: "RLUSD",
44107
+ Usd0: "USD₮0",
44108
+ USDbC: "USDbC",
44109
+ USDtb: "USDtb"
43946
44110
  };
43947
44111
  AaveRateChain$inboundSchema = nativeEnumType(AaveRateChain);
43948
44112
  AaveRateChain$outboundSchema = AaveRateChain$inboundSchema;
@@ -44028,7 +44192,22 @@ var init_aavereserveoverview = __esm(() => {
44028
44192
  Eur: "EUR",
44029
44193
  Virtual: "VIRTUAL",
44030
44194
  EzETH: "ezETH",
44031
- Cyber: "CYBER"
44195
+ Cyber: "CYBER",
44196
+ WrsETH: "wrsETH",
44197
+ EBTC: "eBTC",
44198
+ Eurc: "EURC",
44199
+ EUSDe: "eUSDe",
44200
+ Fbtc: "FBTC",
44201
+ Lbtc: "LBTC",
44202
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44203
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44204
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44205
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44206
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44207
+ Rlusd: "RLUSD",
44208
+ Usd0: "USD₮0",
44209
+ USDbC: "USDbC",
44210
+ USDtb: "USDtb"
44032
44211
  };
44033
44212
  AaveReserveOverviewChain$inboundSchema = nativeEnumType(AaveReserveOverviewChain);
44034
44213
  AaveReserveOverviewChain$outboundSchema = AaveReserveOverviewChain$inboundSchema;
@@ -44114,7 +44293,22 @@ var init_aavestdrate = __esm(() => {
44114
44293
  Eur: "EUR",
44115
44294
  Virtual: "VIRTUAL",
44116
44295
  EzETH: "ezETH",
44117
- Cyber: "CYBER"
44296
+ Cyber: "CYBER",
44297
+ WrsETH: "wrsETH",
44298
+ EBTC: "eBTC",
44299
+ Eurc: "EURC",
44300
+ EUSDe: "eUSDe",
44301
+ Fbtc: "FBTC",
44302
+ Lbtc: "LBTC",
44303
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44304
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44305
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44306
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44307
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44308
+ Rlusd: "RLUSD",
44309
+ Usd0: "USD₮0",
44310
+ USDbC: "USDbC",
44311
+ USDtb: "USDtb"
44118
44312
  };
44119
44313
  AaveStdRateChain$inboundSchema = nativeEnumType(AaveStdRateChain);
44120
44314
  AaveStdRateChain$outboundSchema = AaveStdRateChain$inboundSchema;
@@ -44202,7 +44396,22 @@ var init_aavetokenprice = __esm(() => {
44202
44396
  Eur: "EUR",
44203
44397
  Virtual: "VIRTUAL",
44204
44398
  EzETH: "ezETH",
44205
- Cyber: "CYBER"
44399
+ Cyber: "CYBER",
44400
+ WrsETH: "wrsETH",
44401
+ EBTC: "eBTC",
44402
+ Eurc: "EURC",
44403
+ EUSDe: "eUSDe",
44404
+ Fbtc: "FBTC",
44405
+ Lbtc: "LBTC",
44406
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44407
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44408
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44409
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44410
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44411
+ Rlusd: "RLUSD",
44412
+ Usd0: "USD₮0",
44413
+ USDbC: "USDbC",
44414
+ USDtb: "USDtb"
44206
44415
  };
44207
44416
  AaveTokenPriceChain$inboundSchema = nativeEnumType(AaveTokenPriceChain);
44208
44417
  AaveTokenPriceChain$outboundSchema = AaveTokenPriceChain$inboundSchema;
@@ -44288,7 +44497,22 @@ var init_aaveuserpositionpertoken = __esm(() => {
44288
44497
  Eur: "EUR",
44289
44498
  Virtual: "VIRTUAL",
44290
44499
  EzETH: "ezETH",
44291
- Cyber: "CYBER"
44500
+ Cyber: "CYBER",
44501
+ WrsETH: "wrsETH",
44502
+ EBTC: "eBTC",
44503
+ Eurc: "EURC",
44504
+ EUSDe: "eUSDe",
44505
+ Fbtc: "FBTC",
44506
+ Lbtc: "LBTC",
44507
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44508
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44509
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44510
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44511
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44512
+ Rlusd: "RLUSD",
44513
+ Usd0: "USD₮0",
44514
+ USDbC: "USDbC",
44515
+ USDtb: "USDtb"
44292
44516
  };
44293
44517
  AaveUserPositionPerTokenChain$inboundSchema = nativeEnumType(AaveUserPositionPerTokenChain);
44294
44518
  AaveUserPositionPerTokenChain$outboundSchema = AaveUserPositionPerTokenChain$inboundSchema;
@@ -44433,7 +44657,22 @@ var init_aerodromeslipstreampoolprice = __esm(() => {
44433
44657
  Eur: "EUR",
44434
44658
  Virtual: "VIRTUAL",
44435
44659
  EzETH: "ezETH",
44436
- Cyber: "CYBER"
44660
+ Cyber: "CYBER",
44661
+ WrsETH: "wrsETH",
44662
+ EBTC: "eBTC",
44663
+ Eurc: "EURC",
44664
+ EUSDe: "eUSDe",
44665
+ Fbtc: "FBTC",
44666
+ Lbtc: "LBTC",
44667
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44668
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44669
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44670
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44671
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44672
+ Rlusd: "RLUSD",
44673
+ Usd0: "USD₮0",
44674
+ USDbC: "USDbC",
44675
+ USDtb: "USDtb"
44437
44676
  };
44438
44677
  AerodromeSlipstreamPoolPriceTokenOutToken = {
44439
44678
  OneINCH: "1INCH",
@@ -44482,7 +44721,22 @@ var init_aerodromeslipstreampoolprice = __esm(() => {
44482
44721
  Eur: "EUR",
44483
44722
  Virtual: "VIRTUAL",
44484
44723
  EzETH: "ezETH",
44485
- Cyber: "CYBER"
44724
+ Cyber: "CYBER",
44725
+ WrsETH: "wrsETH",
44726
+ EBTC: "eBTC",
44727
+ Eurc: "EURC",
44728
+ EUSDe: "eUSDe",
44729
+ Fbtc: "FBTC",
44730
+ Lbtc: "LBTC",
44731
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
44732
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
44733
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
44734
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
44735
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
44736
+ Rlusd: "RLUSD",
44737
+ Usd0: "USD₮0",
44738
+ USDbC: "USDbC",
44739
+ USDtb: "USDtb"
44486
44740
  };
44487
44741
  AerodromeSlipstreamPoolPriceChain$inboundSchema = nativeEnumType(AerodromeSlipstreamPoolPriceChain);
44488
44742
  AerodromeSlipstreamPoolPriceChain$outboundSchema = AerodromeSlipstreamPoolPriceChain$inboundSchema;
@@ -45271,7 +45525,22 @@ var init_tokenaddress = __esm(() => {
45271
45525
  Eur: "EUR",
45272
45526
  Virtual: "VIRTUAL",
45273
45527
  EzETH: "ezETH",
45274
- Cyber: "CYBER"
45528
+ Cyber: "CYBER",
45529
+ WrsETH: "wrsETH",
45530
+ EBTC: "eBTC",
45531
+ Eurc: "EURC",
45532
+ EUSDe: "eUSDe",
45533
+ Fbtc: "FBTC",
45534
+ Lbtc: "LBTC",
45535
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
45536
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
45537
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
45538
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
45539
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
45540
+ Rlusd: "RLUSD",
45541
+ Usd0: "USD₮0",
45542
+ USDbC: "USDbC",
45543
+ USDtb: "USDtb"
45275
45544
  };
45276
45545
  TokenAddressChain$inboundSchema = nativeEnumType(TokenAddressChain);
45277
45546
  TokenAddressChain$outboundSchema = TokenAddressChain$inboundSchema;
@@ -45499,7 +45768,22 @@ var init_uniswappoolprice = __esm(() => {
45499
45768
  Eur: "EUR",
45500
45769
  Virtual: "VIRTUAL",
45501
45770
  EzETH: "ezETH",
45502
- Cyber: "CYBER"
45771
+ Cyber: "CYBER",
45772
+ WrsETH: "wrsETH",
45773
+ EBTC: "eBTC",
45774
+ Eurc: "EURC",
45775
+ EUSDe: "eUSDe",
45776
+ Fbtc: "FBTC",
45777
+ Lbtc: "LBTC",
45778
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
45779
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
45780
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
45781
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
45782
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
45783
+ Rlusd: "RLUSD",
45784
+ Usd0: "USD₮0",
45785
+ USDbC: "USDbC",
45786
+ USDtb: "USDtb"
45503
45787
  };
45504
45788
  UniswapPoolPriceTokenOutToken = {
45505
45789
  OneINCH: "1INCH",
@@ -45548,7 +45832,22 @@ var init_uniswappoolprice = __esm(() => {
45548
45832
  Eur: "EUR",
45549
45833
  Virtual: "VIRTUAL",
45550
45834
  EzETH: "ezETH",
45551
- Cyber: "CYBER"
45835
+ Cyber: "CYBER",
45836
+ WrsETH: "wrsETH",
45837
+ EBTC: "eBTC",
45838
+ Eurc: "EURC",
45839
+ EUSDe: "eUSDe",
45840
+ Fbtc: "FBTC",
45841
+ Lbtc: "LBTC",
45842
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
45843
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
45844
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
45845
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
45846
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
45847
+ Rlusd: "RLUSD",
45848
+ Usd0: "USD₮0",
45849
+ USDbC: "USDbC",
45850
+ USDtb: "USDtb"
45552
45851
  };
45553
45852
  UniswapPoolPriceFeeEnum = {
45554
45853
  ZeroDot01: "0.01",
@@ -45665,7 +45964,22 @@ var init_uniswapquotebuyexactly = __esm(() => {
45665
45964
  Eur: "EUR",
45666
45965
  Virtual: "VIRTUAL",
45667
45966
  EzETH: "ezETH",
45668
- Cyber: "CYBER"
45967
+ Cyber: "CYBER",
45968
+ WrsETH: "wrsETH",
45969
+ EBTC: "eBTC",
45970
+ Eurc: "EURC",
45971
+ EUSDe: "eUSDe",
45972
+ Fbtc: "FBTC",
45973
+ Lbtc: "LBTC",
45974
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
45975
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
45976
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
45977
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
45978
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
45979
+ Rlusd: "RLUSD",
45980
+ Usd0: "USD₮0",
45981
+ USDbC: "USDbC",
45982
+ USDtb: "USDtb"
45669
45983
  };
45670
45984
  UniswapQuoteBuyExactlyTokenOutToken = {
45671
45985
  OneINCH: "1INCH",
@@ -45714,7 +46028,22 @@ var init_uniswapquotebuyexactly = __esm(() => {
45714
46028
  Eur: "EUR",
45715
46029
  Virtual: "VIRTUAL",
45716
46030
  EzETH: "ezETH",
45717
- Cyber: "CYBER"
46031
+ Cyber: "CYBER",
46032
+ WrsETH: "wrsETH",
46033
+ EBTC: "eBTC",
46034
+ Eurc: "EURC",
46035
+ EUSDe: "eUSDe",
46036
+ Fbtc: "FBTC",
46037
+ Lbtc: "LBTC",
46038
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
46039
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
46040
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
46041
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
46042
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
46043
+ Rlusd: "RLUSD",
46044
+ Usd0: "USD₮0",
46045
+ USDbC: "USDbC",
46046
+ USDtb: "USDtb"
45718
46047
  };
45719
46048
  UniswapQuoteBuyExactlyFeeEnum = {
45720
46049
  ZeroDot01: "0.01",
@@ -45841,7 +46170,22 @@ var init_uniswapquotesellexactly = __esm(() => {
45841
46170
  Eur: "EUR",
45842
46171
  Virtual: "VIRTUAL",
45843
46172
  EzETH: "ezETH",
45844
- Cyber: "CYBER"
46173
+ Cyber: "CYBER",
46174
+ WrsETH: "wrsETH",
46175
+ EBTC: "eBTC",
46176
+ Eurc: "EURC",
46177
+ EUSDe: "eUSDe",
46178
+ Fbtc: "FBTC",
46179
+ Lbtc: "LBTC",
46180
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
46181
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
46182
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
46183
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
46184
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
46185
+ Rlusd: "RLUSD",
46186
+ Usd0: "USD₮0",
46187
+ USDbC: "USDbC",
46188
+ USDtb: "USDtb"
45845
46189
  };
45846
46190
  UniswapQuoteSellExactlyTokenOutToken = {
45847
46191
  OneINCH: "1INCH",
@@ -45890,7 +46234,22 @@ var init_uniswapquotesellexactly = __esm(() => {
45890
46234
  Eur: "EUR",
45891
46235
  Virtual: "VIRTUAL",
45892
46236
  EzETH: "ezETH",
45893
- Cyber: "CYBER"
46237
+ Cyber: "CYBER",
46238
+ WrsETH: "wrsETH",
46239
+ EBTC: "eBTC",
46240
+ Eurc: "EURC",
46241
+ EUSDe: "eUSDe",
46242
+ Fbtc: "FBTC",
46243
+ Lbtc: "LBTC",
46244
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
46245
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
46246
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
46247
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
46248
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
46249
+ Rlusd: "RLUSD",
46250
+ Usd0: "USD₮0",
46251
+ USDbC: "USDbC",
46252
+ USDtb: "USDtb"
45894
46253
  };
45895
46254
  UniswapQuoteSellExactlyFeeEnum = {
45896
46255
  ZeroDot01: "0.01",
@@ -55296,7 +55655,7 @@ it to be traded on DeFi protocols.`,
55296
55655
  function createMCPServer(deps) {
55297
55656
  const server = new McpServer({
55298
55657
  name: "CompassApiSDK",
55299
- version: "0.5.56"
55658
+ version: "0.5.58"
55300
55659
  });
55301
55660
  const client = new CompassApiSDKCore({
55302
55661
  apiKeyAuth: deps.apiKeyAuth,
@@ -56674,7 +57033,7 @@ var routes = ln({
56674
57033
  var app = _e(routes, {
56675
57034
  name: "mcp",
56676
57035
  versionInfo: {
56677
- currentVersion: "0.5.56"
57036
+ currentVersion: "0.5.58"
56678
57037
  }
56679
57038
  });
56680
57039
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -56682,5 +57041,5 @@ export {
56682
57041
  app
56683
57042
  };
56684
57043
 
56685
- //# debugId=1BAB19CC5500F84F64756E2164756E21
57044
+ //# debugId=4BBD3E358F53347164756E2164756E21
56686
57045
  //# sourceMappingURL=mcp-server.js.map