@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
@@ -36,45 +36,72 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.PendleSellYtParams$ = exports.PendleSellYtParams$outboundSchema = exports.PendleSellYtParams$inboundSchema = exports.PendleSellYtParamsAmount$ = exports.PendleSellYtParamsAmount$outboundSchema = exports.PendleSellYtParamsAmount$inboundSchema = void 0;
40
- exports.pendleSellYtParamsAmountToJSON = pendleSellYtParamsAmountToJSON;
41
- exports.pendleSellYtParamsAmountFromJSON = pendleSellYtParamsAmountFromJSON;
39
+ exports.PendleSellYtParams$ = exports.PendleSellYtParams$outboundSchema = exports.PendleSellYtParams$inboundSchema = exports.PendleSellYtParamsAmountIn$ = exports.PendleSellYtParamsAmountIn$outboundSchema = exports.PendleSellYtParamsAmountIn$inboundSchema = exports.PendleSellYtParamsTokenOut$ = exports.PendleSellYtParamsTokenOut$outboundSchema = exports.PendleSellYtParamsTokenOut$inboundSchema = void 0;
40
+ exports.pendleSellYtParamsTokenOutToJSON = pendleSellYtParamsTokenOutToJSON;
41
+ exports.pendleSellYtParamsTokenOutFromJSON = pendleSellYtParamsTokenOutFromJSON;
42
+ exports.pendleSellYtParamsAmountInToJSON = pendleSellYtParamsAmountInToJSON;
43
+ exports.pendleSellYtParamsAmountInFromJSON = pendleSellYtParamsAmountInFromJSON;
42
44
  exports.pendleSellYtParamsToJSON = pendleSellYtParamsToJSON;
43
45
  exports.pendleSellYtParamsFromJSON = pendleSellYtParamsFromJSON;
44
46
  const z = __importStar(require("zod"));
45
47
  const primitives_js_1 = require("../../lib/primitives.js");
46
48
  const schemas_js_1 = require("../../lib/schemas.js");
49
+ const tokenenum_js_1 = require("./tokenenum.js");
47
50
  /** @internal */
48
- exports.PendleSellYtParamsAmount$inboundSchema = z.union([z.number(), z.string()]);
51
+ exports.PendleSellYtParamsTokenOut$inboundSchema = z.union([tokenenum_js_1.TokenEnum$inboundSchema, z.string()]);
49
52
  /** @internal */
50
- exports.PendleSellYtParamsAmount$outboundSchema = z.union([z.number(), z.string()]);
53
+ exports.PendleSellYtParamsTokenOut$outboundSchema = z.union([tokenenum_js_1.TokenEnum$outboundSchema, z.string()]);
51
54
  /**
52
55
  * @internal
53
56
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
54
57
  */
55
- var PendleSellYtParamsAmount$;
56
- (function (PendleSellYtParamsAmount$) {
57
- /** @deprecated use `PendleSellYtParamsAmount$inboundSchema` instead. */
58
- PendleSellYtParamsAmount$.inboundSchema = exports.PendleSellYtParamsAmount$inboundSchema;
59
- /** @deprecated use `PendleSellYtParamsAmount$outboundSchema` instead. */
60
- PendleSellYtParamsAmount$.outboundSchema = exports.PendleSellYtParamsAmount$outboundSchema;
61
- })(PendleSellYtParamsAmount$ || (exports.PendleSellYtParamsAmount$ = PendleSellYtParamsAmount$ = {}));
62
- function pendleSellYtParamsAmountToJSON(pendleSellYtParamsAmount) {
63
- return JSON.stringify(exports.PendleSellYtParamsAmount$outboundSchema.parse(pendleSellYtParamsAmount));
58
+ var PendleSellYtParamsTokenOut$;
59
+ (function (PendleSellYtParamsTokenOut$) {
60
+ /** @deprecated use `PendleSellYtParamsTokenOut$inboundSchema` instead. */
61
+ PendleSellYtParamsTokenOut$.inboundSchema = exports.PendleSellYtParamsTokenOut$inboundSchema;
62
+ /** @deprecated use `PendleSellYtParamsTokenOut$outboundSchema` instead. */
63
+ PendleSellYtParamsTokenOut$.outboundSchema = exports.PendleSellYtParamsTokenOut$outboundSchema;
64
+ })(PendleSellYtParamsTokenOut$ || (exports.PendleSellYtParamsTokenOut$ = PendleSellYtParamsTokenOut$ = {}));
65
+ function pendleSellYtParamsTokenOutToJSON(pendleSellYtParamsTokenOut) {
66
+ return JSON.stringify(exports.PendleSellYtParamsTokenOut$outboundSchema.parse(pendleSellYtParamsTokenOut));
64
67
  }
65
- function pendleSellYtParamsAmountFromJSON(jsonString) {
66
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PendleSellYtParamsAmount$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PendleSellYtParamsAmount' from JSON`);
68
+ function pendleSellYtParamsTokenOutFromJSON(jsonString) {
69
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PendleSellYtParamsTokenOut$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PendleSellYtParamsTokenOut' from JSON`);
70
+ }
71
+ /** @internal */
72
+ exports.PendleSellYtParamsAmountIn$inboundSchema = z.union([z.number(), z.string()]);
73
+ /** @internal */
74
+ exports.PendleSellYtParamsAmountIn$outboundSchema = z.union([z.number(), z.string()]);
75
+ /**
76
+ * @internal
77
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
78
+ */
79
+ var PendleSellYtParamsAmountIn$;
80
+ (function (PendleSellYtParamsAmountIn$) {
81
+ /** @deprecated use `PendleSellYtParamsAmountIn$inboundSchema` instead. */
82
+ PendleSellYtParamsAmountIn$.inboundSchema = exports.PendleSellYtParamsAmountIn$inboundSchema;
83
+ /** @deprecated use `PendleSellYtParamsAmountIn$outboundSchema` instead. */
84
+ PendleSellYtParamsAmountIn$.outboundSchema = exports.PendleSellYtParamsAmountIn$outboundSchema;
85
+ })(PendleSellYtParamsAmountIn$ || (exports.PendleSellYtParamsAmountIn$ = PendleSellYtParamsAmountIn$ = {}));
86
+ function pendleSellYtParamsAmountInToJSON(pendleSellYtParamsAmountIn) {
87
+ return JSON.stringify(exports.PendleSellYtParamsAmountIn$outboundSchema.parse(pendleSellYtParamsAmountIn));
88
+ }
89
+ function pendleSellYtParamsAmountInFromJSON(jsonString) {
90
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PendleSellYtParamsAmountIn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PendleSellYtParamsAmountIn' from JSON`);
67
91
  }
68
92
  /** @internal */
69
93
  exports.PendleSellYtParams$inboundSchema = z.object({
70
94
  action_type: z.literal("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
71
95
  market_address: z.string(),
72
- amount: z.union([z.number(), z.string()]),
96
+ token_out: z.union([tokenenum_js_1.TokenEnum$inboundSchema, z.string()]),
97
+ amount_in: z.union([z.number(), z.string()]),
73
98
  max_slippage_percent: z.number(),
74
99
  }).transform((v) => {
75
100
  return (0, primitives_js_1.remap)(v, {
76
101
  "action_type": "actionType",
77
102
  "market_address": "marketAddress",
103
+ "token_out": "tokenOut",
104
+ "amount_in": "amountIn",
78
105
  "max_slippage_percent": "maxSlippagePercent",
79
106
  });
80
107
  });
@@ -82,12 +109,15 @@ exports.PendleSellYtParams$inboundSchema = z.object({
82
109
  exports.PendleSellYtParams$outboundSchema = z.object({
83
110
  actionType: z.literal("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
84
111
  marketAddress: z.string(),
85
- amount: z.union([z.number(), z.string()]),
112
+ tokenOut: z.union([tokenenum_js_1.TokenEnum$outboundSchema, z.string()]),
113
+ amountIn: z.union([z.number(), z.string()]),
86
114
  maxSlippagePercent: z.number(),
87
115
  }).transform((v) => {
88
116
  return (0, primitives_js_1.remap)(v, {
89
117
  actionType: "action_type",
90
118
  marketAddress: "market_address",
119
+ tokenOut: "token_out",
120
+ amountIn: "amount_in",
91
121
  maxSlippagePercent: "max_slippage_percent",
92
122
  });
93
123
  });
@@ -1 +1 @@
1
- {"version":3,"file":"pendlesellytparams.js","sourceRoot":"","sources":["../../../../src/models/components/pendlesellytparams.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pendlesellytparams.js","sourceRoot":"","sources":["../../../../src/models/components/pendlesellytparams.ts"],"names":[],"mappings":"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"}
@@ -2,10 +2,15 @@ import * as z from "zod";
2
2
  import { ClosedEnum } from "../../types/enums.js";
3
3
  import { Result as SafeParseResult } from "../../types/fp.js";
4
4
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ import { TokenEnum } from "./tokenenum.js";
5
6
  /**
6
- * The amount of market's Yield Token (YT) you would like to sell for market's Underlying Token.
7
+ * The symbol or address of the token to buy with market's Yield Token (YT).
7
8
  */
8
- export type PendleSellYtRequestAmount = number | string;
9
+ export type PendleSellYtRequestTokenOut = TokenEnum | string;
10
+ /**
11
+ * The amount of market's Yield Token (YT) you would like to sell for 'token_out'.
12
+ */
13
+ export type PendleSellYtRequestAmountIn = number | string;
9
14
  export declare const PendleSellYtRequestChain: {
10
15
  readonly ArbitrumMainnet: "arbitrum:mainnet";
11
16
  readonly BaseMainnet: "base:mainnet";
@@ -19,9 +24,13 @@ export type PendleSellYtRequest = {
19
24
  */
20
25
  marketAddress: string;
21
26
  /**
22
- * The amount of market's Yield Token (YT) you would like to sell for market's Underlying Token.
27
+ * The symbol or address of the token to buy with market's Yield Token (YT).
28
+ */
29
+ tokenOut: TokenEnum | string;
30
+ /**
31
+ * The amount of market's Yield Token (YT) you would like to sell for 'token_out'.
23
32
  */
24
- amount: number | string;
33
+ amountIn: number | string;
25
34
  /**
26
35
  * The maximum slippage allowed in percent. e.g. `1` means `1%` slippage allowed.
27
36
  */
@@ -33,25 +42,45 @@ export type PendleSellYtRequest = {
33
42
  sender: string;
34
43
  };
35
44
  /** @internal */
36
- export declare const PendleSellYtRequestAmount$inboundSchema: z.ZodType<PendleSellYtRequestAmount, z.ZodTypeDef, unknown>;
45
+ export declare const PendleSellYtRequestTokenOut$inboundSchema: z.ZodType<PendleSellYtRequestTokenOut, z.ZodTypeDef, unknown>;
46
+ /** @internal */
47
+ export type PendleSellYtRequestTokenOut$Outbound = string | string;
48
+ /** @internal */
49
+ export declare const PendleSellYtRequestTokenOut$outboundSchema: z.ZodType<PendleSellYtRequestTokenOut$Outbound, z.ZodTypeDef, PendleSellYtRequestTokenOut>;
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ export declare namespace PendleSellYtRequestTokenOut$ {
55
+ /** @deprecated use `PendleSellYtRequestTokenOut$inboundSchema` instead. */
56
+ const inboundSchema: z.ZodType<string, z.ZodTypeDef, unknown>;
57
+ /** @deprecated use `PendleSellYtRequestTokenOut$outboundSchema` instead. */
58
+ const outboundSchema: z.ZodType<string, z.ZodTypeDef, string>;
59
+ /** @deprecated use `PendleSellYtRequestTokenOut$Outbound` instead. */
60
+ type Outbound = PendleSellYtRequestTokenOut$Outbound;
61
+ }
62
+ export declare function pendleSellYtRequestTokenOutToJSON(pendleSellYtRequestTokenOut: PendleSellYtRequestTokenOut): string;
63
+ export declare function pendleSellYtRequestTokenOutFromJSON(jsonString: string): SafeParseResult<PendleSellYtRequestTokenOut, SDKValidationError>;
64
+ /** @internal */
65
+ export declare const PendleSellYtRequestAmountIn$inboundSchema: z.ZodType<PendleSellYtRequestAmountIn, z.ZodTypeDef, unknown>;
37
66
  /** @internal */
38
- export type PendleSellYtRequestAmount$Outbound = number | string;
67
+ export type PendleSellYtRequestAmountIn$Outbound = number | string;
39
68
  /** @internal */
40
- export declare const PendleSellYtRequestAmount$outboundSchema: z.ZodType<PendleSellYtRequestAmount$Outbound, z.ZodTypeDef, PendleSellYtRequestAmount>;
69
+ export declare const PendleSellYtRequestAmountIn$outboundSchema: z.ZodType<PendleSellYtRequestAmountIn$Outbound, z.ZodTypeDef, PendleSellYtRequestAmountIn>;
41
70
  /**
42
71
  * @internal
43
72
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
44
73
  */
45
- export declare namespace PendleSellYtRequestAmount$ {
46
- /** @deprecated use `PendleSellYtRequestAmount$inboundSchema` instead. */
47
- const inboundSchema: z.ZodType<PendleSellYtRequestAmount, z.ZodTypeDef, unknown>;
48
- /** @deprecated use `PendleSellYtRequestAmount$outboundSchema` instead. */
49
- const outboundSchema: z.ZodType<PendleSellYtRequestAmount$Outbound, z.ZodTypeDef, PendleSellYtRequestAmount>;
50
- /** @deprecated use `PendleSellYtRequestAmount$Outbound` instead. */
51
- type Outbound = PendleSellYtRequestAmount$Outbound;
74
+ export declare namespace PendleSellYtRequestAmountIn$ {
75
+ /** @deprecated use `PendleSellYtRequestAmountIn$inboundSchema` instead. */
76
+ const inboundSchema: z.ZodType<PendleSellYtRequestAmountIn, z.ZodTypeDef, unknown>;
77
+ /** @deprecated use `PendleSellYtRequestAmountIn$outboundSchema` instead. */
78
+ const outboundSchema: z.ZodType<PendleSellYtRequestAmountIn$Outbound, z.ZodTypeDef, PendleSellYtRequestAmountIn>;
79
+ /** @deprecated use `PendleSellYtRequestAmountIn$Outbound` instead. */
80
+ type Outbound = PendleSellYtRequestAmountIn$Outbound;
52
81
  }
53
- export declare function pendleSellYtRequestAmountToJSON(pendleSellYtRequestAmount: PendleSellYtRequestAmount): string;
54
- export declare function pendleSellYtRequestAmountFromJSON(jsonString: string): SafeParseResult<PendleSellYtRequestAmount, SDKValidationError>;
82
+ export declare function pendleSellYtRequestAmountInToJSON(pendleSellYtRequestAmountIn: PendleSellYtRequestAmountIn): string;
83
+ export declare function pendleSellYtRequestAmountInFromJSON(jsonString: string): SafeParseResult<PendleSellYtRequestAmountIn, SDKValidationError>;
55
84
  /** @internal */
56
85
  export declare const PendleSellYtRequestChain$inboundSchema: z.ZodNativeEnum<typeof PendleSellYtRequestChain>;
57
86
  /** @internal */
@@ -80,7 +109,8 @@ export declare const PendleSellYtRequest$inboundSchema: z.ZodType<PendleSellYtRe
80
109
  export type PendleSellYtRequest$Outbound = {
81
110
  action_type: "PENDLE_SELL_YT";
82
111
  market_address: string;
83
- amount: number | string;
112
+ token_out: string | string;
113
+ amount_in: number | string;
84
114
  max_slippage_percent: number;
85
115
  chain: string;
86
116
  sender: string;
@@ -1 +1 @@
1
- {"version":3,"file":"pendlesellytrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/pendlesellytrequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pendlesellytrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/pendlesellytrequest.ts"],"names":[],"mappings":"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"}
@@ -36,39 +36,63 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.PendleSellYtRequest$ = exports.PendleSellYtRequest$outboundSchema = exports.PendleSellYtRequest$inboundSchema = exports.PendleSellYtRequestChain$ = exports.PendleSellYtRequestChain$outboundSchema = exports.PendleSellYtRequestChain$inboundSchema = exports.PendleSellYtRequestAmount$ = exports.PendleSellYtRequestAmount$outboundSchema = exports.PendleSellYtRequestAmount$inboundSchema = exports.PendleSellYtRequestChain = void 0;
40
- exports.pendleSellYtRequestAmountToJSON = pendleSellYtRequestAmountToJSON;
41
- exports.pendleSellYtRequestAmountFromJSON = pendleSellYtRequestAmountFromJSON;
39
+ exports.PendleSellYtRequest$ = exports.PendleSellYtRequest$outboundSchema = exports.PendleSellYtRequest$inboundSchema = exports.PendleSellYtRequestChain$ = exports.PendleSellYtRequestChain$outboundSchema = exports.PendleSellYtRequestChain$inboundSchema = exports.PendleSellYtRequestAmountIn$ = exports.PendleSellYtRequestAmountIn$outboundSchema = exports.PendleSellYtRequestAmountIn$inboundSchema = exports.PendleSellYtRequestTokenOut$ = exports.PendleSellYtRequestTokenOut$outboundSchema = exports.PendleSellYtRequestTokenOut$inboundSchema = exports.PendleSellYtRequestChain = void 0;
40
+ exports.pendleSellYtRequestTokenOutToJSON = pendleSellYtRequestTokenOutToJSON;
41
+ exports.pendleSellYtRequestTokenOutFromJSON = pendleSellYtRequestTokenOutFromJSON;
42
+ exports.pendleSellYtRequestAmountInToJSON = pendleSellYtRequestAmountInToJSON;
43
+ exports.pendleSellYtRequestAmountInFromJSON = pendleSellYtRequestAmountInFromJSON;
42
44
  exports.pendleSellYtRequestToJSON = pendleSellYtRequestToJSON;
43
45
  exports.pendleSellYtRequestFromJSON = pendleSellYtRequestFromJSON;
44
46
  const z = __importStar(require("zod"));
45
47
  const primitives_js_1 = require("../../lib/primitives.js");
46
48
  const schemas_js_1 = require("../../lib/schemas.js");
49
+ const tokenenum_js_1 = require("./tokenenum.js");
47
50
  exports.PendleSellYtRequestChain = {
48
51
  ArbitrumMainnet: "arbitrum:mainnet",
49
52
  BaseMainnet: "base:mainnet",
50
53
  EthereumMainnet: "ethereum:mainnet",
51
54
  };
52
55
  /** @internal */
53
- exports.PendleSellYtRequestAmount$inboundSchema = z.union([z.number(), z.string()]);
56
+ exports.PendleSellYtRequestTokenOut$inboundSchema = z.union([tokenenum_js_1.TokenEnum$inboundSchema, z.string()]);
54
57
  /** @internal */
55
- exports.PendleSellYtRequestAmount$outboundSchema = z.union([z.number(), z.string()]);
58
+ exports.PendleSellYtRequestTokenOut$outboundSchema = z.union([tokenenum_js_1.TokenEnum$outboundSchema, z.string()]);
56
59
  /**
57
60
  * @internal
58
61
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
59
62
  */
60
- var PendleSellYtRequestAmount$;
61
- (function (PendleSellYtRequestAmount$) {
62
- /** @deprecated use `PendleSellYtRequestAmount$inboundSchema` instead. */
63
- PendleSellYtRequestAmount$.inboundSchema = exports.PendleSellYtRequestAmount$inboundSchema;
64
- /** @deprecated use `PendleSellYtRequestAmount$outboundSchema` instead. */
65
- PendleSellYtRequestAmount$.outboundSchema = exports.PendleSellYtRequestAmount$outboundSchema;
66
- })(PendleSellYtRequestAmount$ || (exports.PendleSellYtRequestAmount$ = PendleSellYtRequestAmount$ = {}));
67
- function pendleSellYtRequestAmountToJSON(pendleSellYtRequestAmount) {
68
- return JSON.stringify(exports.PendleSellYtRequestAmount$outboundSchema.parse(pendleSellYtRequestAmount));
63
+ var PendleSellYtRequestTokenOut$;
64
+ (function (PendleSellYtRequestTokenOut$) {
65
+ /** @deprecated use `PendleSellYtRequestTokenOut$inboundSchema` instead. */
66
+ PendleSellYtRequestTokenOut$.inboundSchema = exports.PendleSellYtRequestTokenOut$inboundSchema;
67
+ /** @deprecated use `PendleSellYtRequestTokenOut$outboundSchema` instead. */
68
+ PendleSellYtRequestTokenOut$.outboundSchema = exports.PendleSellYtRequestTokenOut$outboundSchema;
69
+ })(PendleSellYtRequestTokenOut$ || (exports.PendleSellYtRequestTokenOut$ = PendleSellYtRequestTokenOut$ = {}));
70
+ function pendleSellYtRequestTokenOutToJSON(pendleSellYtRequestTokenOut) {
71
+ return JSON.stringify(exports.PendleSellYtRequestTokenOut$outboundSchema.parse(pendleSellYtRequestTokenOut));
69
72
  }
70
- function pendleSellYtRequestAmountFromJSON(jsonString) {
71
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PendleSellYtRequestAmount$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PendleSellYtRequestAmount' from JSON`);
73
+ function pendleSellYtRequestTokenOutFromJSON(jsonString) {
74
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PendleSellYtRequestTokenOut$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PendleSellYtRequestTokenOut' from JSON`);
75
+ }
76
+ /** @internal */
77
+ exports.PendleSellYtRequestAmountIn$inboundSchema = z.union([z.number(), z.string()]);
78
+ /** @internal */
79
+ exports.PendleSellYtRequestAmountIn$outboundSchema = z.union([z.number(), z.string()]);
80
+ /**
81
+ * @internal
82
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
83
+ */
84
+ var PendleSellYtRequestAmountIn$;
85
+ (function (PendleSellYtRequestAmountIn$) {
86
+ /** @deprecated use `PendleSellYtRequestAmountIn$inboundSchema` instead. */
87
+ PendleSellYtRequestAmountIn$.inboundSchema = exports.PendleSellYtRequestAmountIn$inboundSchema;
88
+ /** @deprecated use `PendleSellYtRequestAmountIn$outboundSchema` instead. */
89
+ PendleSellYtRequestAmountIn$.outboundSchema = exports.PendleSellYtRequestAmountIn$outboundSchema;
90
+ })(PendleSellYtRequestAmountIn$ || (exports.PendleSellYtRequestAmountIn$ = PendleSellYtRequestAmountIn$ = {}));
91
+ function pendleSellYtRequestAmountInToJSON(pendleSellYtRequestAmountIn) {
92
+ return JSON.stringify(exports.PendleSellYtRequestAmountIn$outboundSchema.parse(pendleSellYtRequestAmountIn));
93
+ }
94
+ function pendleSellYtRequestAmountInFromJSON(jsonString) {
95
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PendleSellYtRequestAmountIn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PendleSellYtRequestAmountIn' from JSON`);
72
96
  }
73
97
  /** @internal */
74
98
  exports.PendleSellYtRequestChain$inboundSchema = z.nativeEnum(exports.PendleSellYtRequestChain);
@@ -89,7 +113,8 @@ var PendleSellYtRequestChain$;
89
113
  exports.PendleSellYtRequest$inboundSchema = z.object({
90
114
  action_type: z.literal("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
91
115
  market_address: z.string(),
92
- amount: z.union([z.number(), z.string()]),
116
+ token_out: z.union([tokenenum_js_1.TokenEnum$inboundSchema, z.string()]),
117
+ amount_in: z.union([z.number(), z.string()]),
93
118
  max_slippage_percent: z.number(),
94
119
  chain: exports.PendleSellYtRequestChain$inboundSchema,
95
120
  sender: z.string(),
@@ -97,6 +122,8 @@ exports.PendleSellYtRequest$inboundSchema = z.object({
97
122
  return (0, primitives_js_1.remap)(v, {
98
123
  "action_type": "actionType",
99
124
  "market_address": "marketAddress",
125
+ "token_out": "tokenOut",
126
+ "amount_in": "amountIn",
100
127
  "max_slippage_percent": "maxSlippagePercent",
101
128
  });
102
129
  });
@@ -104,7 +131,8 @@ exports.PendleSellYtRequest$inboundSchema = z.object({
104
131
  exports.PendleSellYtRequest$outboundSchema = z.object({
105
132
  actionType: z.literal("PENDLE_SELL_YT").default("PENDLE_SELL_YT"),
106
133
  marketAddress: z.string(),
107
- amount: z.union([z.number(), z.string()]),
134
+ tokenOut: z.union([tokenenum_js_1.TokenEnum$outboundSchema, z.string()]),
135
+ amountIn: z.union([z.number(), z.string()]),
108
136
  maxSlippagePercent: z.number(),
109
137
  chain: exports.PendleSellYtRequestChain$outboundSchema,
110
138
  sender: z.string(),
@@ -112,6 +140,8 @@ exports.PendleSellYtRequest$outboundSchema = z.object({
112
140
  return (0, primitives_js_1.remap)(v, {
113
141
  actionType: "action_type",
114
142
  marketAddress: "market_address",
143
+ tokenOut: "token_out",
144
+ amountIn: "amount_in",
115
145
  maxSlippagePercent: "max_slippage_percent",
116
146
  });
117
147
  });
@@ -1 +1 @@
1
- {"version":3,"file":"pendlesellytrequest.js","sourceRoot":"","sources":["../../../../src/models/components/pendlesellytrequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pendlesellytrequest.js","sourceRoot":"","sources":["../../../../src/models/components/pendlesellytrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwFH,8EAQC;AAED,kFAQC;AAgCD,8EAQC;AAED,kFAQC;AA6FD,8DAMC;AAED,kEAQC;AAvQD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAIjD,iDAIwB;AAYX,QAAA,wBAAwB,GAAG;IACtC,eAAe,EAAE,kBAAkB;IACnC,WAAW,EAAE,cAAc;IAC3B,eAAe,EAAE,kBAAkB;CAC3B,CAAC;AA8BX,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,KAAK,CAAC,CAAC,sCAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAKnD,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,KAAK,CAAC,CAAC,uCAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAEpD;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,kDAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAKtC,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAEtC;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,kDAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,sCAAsC,GAE/C,CAAC,CAAC,UAAU,CAAC,gCAAwB,CAAC,CAAC;AAE3C,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,8CAAsC,CAAC;AAE3C;;;GAGG;AACH,IAAiB,yBAAyB,CAKzC;AALD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AACxE,CAAC,EALgB,yBAAyB,yCAAzB,yBAAyB,QAKzC;AAED,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAClE,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,sCAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACzD,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAC5C,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE;IAChC,KAAK,EAAE,8CAAsC;IAC7C,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,YAAY;QAC3B,gBAAgB,EAAE,eAAe;QACjC,WAAW,EAAE,UAAU;QACvB,WAAW,EAAE,UAAU;QACvB,sBAAsB,EAAE,oBAAoB;KAC7C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAaH,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC,gBAAyB,CAAC;IAC1E,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,uCAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACzD,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3C,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,KAAK,EAAE,+CAAuC;IAC9C,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,aAAa;QACzB,aAAa,EAAE,gBAAgB;QAC/B,QAAQ,EAAE,WAAW;QACrB,QAAQ,EAAE,WAAW;QACrB,kBAAkB,EAAE,sBAAsB;KAC3C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,oBAAoB,CAOpC;AAPD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AAGnE,CAAC,EAPgB,oBAAoB,oCAApB,oBAAoB,QAOpC;AAED,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AAED,SAAgB,2BAA2B,CACzC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAiC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC7D,iDAAiD,CAClD,CAAC;AACJ,CAAC"}
@@ -56,6 +56,21 @@ export declare const TokenEnum: {
56
56
  readonly Virtual: "VIRTUAL";
57
57
  readonly EzETH: "ezETH";
58
58
  readonly Cyber: "CYBER";
59
+ readonly WrsETH: "wrsETH";
60
+ readonly EBTC: "eBTC";
61
+ readonly Eurc: "EURC";
62
+ readonly EUSDe: "eUSDe";
63
+ readonly Fbtc: "FBTC";
64
+ readonly Lbtc: "LBTC";
65
+ readonly PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025";
66
+ readonly PTEUSDE29May2025: "PT-eUSDE-29MAY2025";
67
+ readonly PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025";
68
+ readonly PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025";
69
+ readonly PTUSDe31Jul2025: "PT-USDe-31JUL2025";
70
+ readonly Rlusd: "RLUSD";
71
+ readonly Usd0: "USD₮0";
72
+ readonly USDbC: "USDbC";
73
+ readonly USDtb: "USDtb";
59
74
  };
60
75
  /**
61
76
  * A class representing the token.
@@ -124,6 +139,21 @@ export declare namespace TokenEnum$ {
124
139
  readonly Virtual: "VIRTUAL";
125
140
  readonly EzETH: "ezETH";
126
141
  readonly Cyber: "CYBER";
142
+ readonly WrsETH: "wrsETH";
143
+ readonly EBTC: "eBTC";
144
+ readonly Eurc: "EURC";
145
+ readonly EUSDe: "eUSDe";
146
+ readonly Fbtc: "FBTC";
147
+ readonly Lbtc: "LBTC";
148
+ readonly PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025";
149
+ readonly PTEUSDE29May2025: "PT-eUSDE-29MAY2025";
150
+ readonly PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025";
151
+ readonly PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025";
152
+ readonly PTUSDe31Jul2025: "PT-USDe-31JUL2025";
153
+ readonly Rlusd: "RLUSD";
154
+ readonly Usd0: "USD₮0";
155
+ readonly USDbC: "USDbC";
156
+ readonly USDtb: "USDtb";
127
157
  }>;
128
158
  /** @deprecated use `TokenEnum$outboundSchema` instead. */
129
159
  const outboundSchema: z.ZodNativeEnum<{
@@ -174,6 +204,21 @@ export declare namespace TokenEnum$ {
174
204
  readonly Virtual: "VIRTUAL";
175
205
  readonly EzETH: "ezETH";
176
206
  readonly Cyber: "CYBER";
207
+ readonly WrsETH: "wrsETH";
208
+ readonly EBTC: "eBTC";
209
+ readonly Eurc: "EURC";
210
+ readonly EUSDe: "eUSDe";
211
+ readonly Fbtc: "FBTC";
212
+ readonly Lbtc: "LBTC";
213
+ readonly PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025";
214
+ readonly PTEUSDE29May2025: "PT-eUSDE-29MAY2025";
215
+ readonly PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025";
216
+ readonly PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025";
217
+ readonly PTUSDe31Jul2025: "PT-USDe-31JUL2025";
218
+ readonly Rlusd: "RLUSD";
219
+ readonly Usd0: "USD₮0";
220
+ readonly USDbC: "USDbC";
221
+ readonly USDtb: "USDtb";
177
222
  }>;
178
223
  }
179
224
  //# sourceMappingURL=tokenenum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tokenenum.d.ts","sourceRoot":"","sources":["../../../../src/models/components/tokenenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDZ,CAAC;AACX;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAE1B;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2B,CAAC;CACxD"}
1
+ {"version":3,"file":"tokenenum.d.ts","sourceRoot":"","sources":["../../../../src/models/components/tokenenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DZ,CAAC;AACX;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAE1B;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2B,CAAC;CACxD"}
@@ -94,6 +94,21 @@ exports.TokenEnum = {
94
94
  Virtual: "VIRTUAL",
95
95
  EzETH: "ezETH",
96
96
  Cyber: "CYBER",
97
+ WrsETH: "wrsETH",
98
+ EBTC: "eBTC",
99
+ Eurc: "EURC",
100
+ EUSDe: "eUSDe",
101
+ Fbtc: "FBTC",
102
+ Lbtc: "LBTC",
103
+ PTEUSDE14Aug2025: "PT-eUSDE-14AUG2025",
104
+ PTEUSDE29May2025: "PT-eUSDE-29MAY2025",
105
+ PTSUSDE25Sep2025: "PT-sUSDE-25SEP2025",
106
+ PTSUSDE31Jul2025: "PT-sUSDE-31JUL2025",
107
+ PTUSDe31Jul2025: "PT-USDe-31JUL2025",
108
+ Rlusd: "RLUSD",
109
+ Usd0: "USD₮0",
110
+ USDbC: "USDbC",
111
+ USDtb: "USDtb",
97
112
  };
98
113
  /** @internal */
99
114
  exports.TokenEnum$inboundSchema = z
@@ -1 +1 @@
1
- {"version":3,"file":"tokenenum.js","sourceRoot":"","sources":["../../../../src/models/components/tokenenum.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;;;;;;GAOG;AACU,QAAA,SAAS,GAAG;IACvB,OAAO,EAAE,OAAO;IAChB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACN,CAAC;AAWX,gBAAgB;AACH,QAAA,uBAAuB,GAAsC,CAAC;KACxE,UAAU,CAAC,iBAAS,CAAC,CAAC;AAEzB,gBAAgB;AACH,QAAA,wBAAwB,GACnC,+BAAuB,CAAC;AAE1B;;;GAGG;AACH,IAAiB,UAAU,CAK1B;AALD,WAAiB,UAAU;IACzB,yDAAyD;IAC5C,wBAAa,GAAG,+BAAuB,CAAC;IACrD,0DAA0D;IAC7C,yBAAc,GAAG,gCAAwB,CAAC;AACzD,CAAC,EALgB,UAAU,0BAAV,UAAU,QAK1B"}
1
+ {"version":3,"file":"tokenenum.js","sourceRoot":"","sources":["../../../../src/models/components/tokenenum.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;;;;;;GAOG;AACU,QAAA,SAAS,GAAG;IACvB,OAAO,EAAE,OAAO;IAChB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,oBAAoB;IACtC,gBAAgB,EAAE,oBAAoB;IACtC,gBAAgB,EAAE,oBAAoB;IACtC,gBAAgB,EAAE,oBAAoB;IACtC,eAAe,EAAE,mBAAmB;IACpC,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACN,CAAC;AAWX,gBAAgB;AACH,QAAA,uBAAuB,GAAsC,CAAC;KACxE,UAAU,CAAC,iBAAS,CAAC,CAAC;AAEzB,gBAAgB;AACH,QAAA,wBAAwB,GACnC,+BAAuB,CAAC;AAE1B;;;GAGG;AACH,IAAiB,UAAU,CAK1B;AALD,WAAiB,UAAU;IACzB,yDAAyD;IAC5C,wBAAa,GAAG,+BAAuB,CAAC;IACrD,0DAA0D;IAC7C,yBAAc,GAAG,gCAAwB,CAAC;AACzD,CAAC,EALgB,UAAU,0BAAV,UAAU,QAK1B"}
@@ -61,24 +61,24 @@ export type Body = (AerodromeSlipstreamMintLiquidityProvisionParams & {
61
61
  actionType: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
62
62
  }) | (OdosSwapParams & {
63
63
  actionType: "ODOS_SWAP";
64
+ }) | (PendleAddLiquidityParams & {
65
+ actionType: "PENDLE_ADD_LIQUIDITY";
64
66
  }) | (PendleBuyPtParams & {
65
67
  actionType: "PENDLE_BUY_PT";
66
68
  }) | (PendleBuyYtParams & {
67
69
  actionType: "PENDLE_BUY_YT";
68
- }) | (AaveBorrowParams & {
69
- actionType: "AAVE_BORROW";
70
- }) | (AaveRepayParams & {
71
- actionType: "AAVE_REPAY";
72
- }) | (AaveWithdrawParams & {
73
- actionType: "AAVE_WITHDRAW";
74
- }) | (PendleAddLiquidityParams & {
75
- actionType: "PENDLE_ADD_LIQUIDITY";
76
70
  }) | (PendleRemoveLiquidityParams & {
77
71
  actionType: "PENDLE_REMOVE_LIQUIDITY";
78
72
  }) | (PendleSellPtParams & {
79
73
  actionType: "PENDLE_SELL_PT";
80
74
  }) | (PendleSellYtParams & {
81
75
  actionType: "PENDLE_SELL_YT";
76
+ }) | (AaveBorrowParams & {
77
+ actionType: "AAVE_BORROW";
78
+ }) | (AaveRepayParams & {
79
+ actionType: "AAVE_REPAY";
80
+ }) | (AaveWithdrawParams & {
81
+ actionType: "AAVE_WITHDRAW";
82
82
  }) | (SetAllowanceParams & {
83
83
  actionType: "SET_ALLOWANCE";
84
84
  }) | (TokenTransferErc20Params & {
@@ -139,24 +139,24 @@ export type UserOperation = {
139
139
  actionType: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
140
140
  }) | (OdosSwapParams & {
141
141
  actionType: "ODOS_SWAP";
142
+ }) | (PendleAddLiquidityParams & {
143
+ actionType: "PENDLE_ADD_LIQUIDITY";
142
144
  }) | (PendleBuyPtParams & {
143
145
  actionType: "PENDLE_BUY_PT";
144
146
  }) | (PendleBuyYtParams & {
145
147
  actionType: "PENDLE_BUY_YT";
146
- }) | (AaveBorrowParams & {
147
- actionType: "AAVE_BORROW";
148
- }) | (AaveRepayParams & {
149
- actionType: "AAVE_REPAY";
150
- }) | (AaveWithdrawParams & {
151
- actionType: "AAVE_WITHDRAW";
152
- }) | (PendleAddLiquidityParams & {
153
- actionType: "PENDLE_ADD_LIQUIDITY";
154
148
  }) | (PendleRemoveLiquidityParams & {
155
149
  actionType: "PENDLE_REMOVE_LIQUIDITY";
156
150
  }) | (PendleSellPtParams & {
157
151
  actionType: "PENDLE_SELL_PT";
158
152
  }) | (PendleSellYtParams & {
159
153
  actionType: "PENDLE_SELL_YT";
154
+ }) | (AaveBorrowParams & {
155
+ actionType: "AAVE_BORROW";
156
+ }) | (AaveRepayParams & {
157
+ actionType: "AAVE_REPAY";
158
+ }) | (AaveWithdrawParams & {
159
+ actionType: "AAVE_WITHDRAW";
160
160
  }) | (SetAllowanceParams & {
161
161
  actionType: "SET_ALLOWANCE";
162
162
  }) | (TokenTransferErc20Params & {
@@ -220,24 +220,24 @@ export type Body$Outbound = (AerodromeSlipstreamMintLiquidityProvisionParams$Out
220
220
  action_type: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
221
221
  }) | (OdosSwapParams$Outbound & {
222
222
  action_type: "ODOS_SWAP";
223
+ }) | (PendleAddLiquidityParams$Outbound & {
224
+ action_type: "PENDLE_ADD_LIQUIDITY";
223
225
  }) | (PendleBuyPtParams$Outbound & {
224
226
  action_type: "PENDLE_BUY_PT";
225
227
  }) | (PendleBuyYtParams$Outbound & {
226
228
  action_type: "PENDLE_BUY_YT";
227
- }) | (AaveBorrowParams$Outbound & {
228
- action_type: "AAVE_BORROW";
229
- }) | (AaveRepayParams$Outbound & {
230
- action_type: "AAVE_REPAY";
231
- }) | (AaveWithdrawParams$Outbound & {
232
- action_type: "AAVE_WITHDRAW";
233
- }) | (PendleAddLiquidityParams$Outbound & {
234
- action_type: "PENDLE_ADD_LIQUIDITY";
235
229
  }) | (PendleRemoveLiquidityParams$Outbound & {
236
230
  action_type: "PENDLE_REMOVE_LIQUIDITY";
237
231
  }) | (PendleSellPtParams$Outbound & {
238
232
  action_type: "PENDLE_SELL_PT";
239
233
  }) | (PendleSellYtParams$Outbound & {
240
234
  action_type: "PENDLE_SELL_YT";
235
+ }) | (AaveBorrowParams$Outbound & {
236
+ action_type: "AAVE_BORROW";
237
+ }) | (AaveRepayParams$Outbound & {
238
+ action_type: "AAVE_REPAY";
239
+ }) | (AaveWithdrawParams$Outbound & {
240
+ action_type: "AAVE_WITHDRAW";
241
241
  }) | (SetAllowanceParams$Outbound & {
242
242
  action_type: "SET_ALLOWANCE";
243
243
  }) | (TokenTransferErc20Params$Outbound & {
@@ -317,24 +317,24 @@ export type UserOperation$Outbound = {
317
317
  action_type: "AERODROME_SLIPSTREAM_SELL_EXACTLY";
318
318
  }) | (OdosSwapParams$Outbound & {
319
319
  action_type: "ODOS_SWAP";
320
+ }) | (PendleAddLiquidityParams$Outbound & {
321
+ action_type: "PENDLE_ADD_LIQUIDITY";
320
322
  }) | (PendleBuyPtParams$Outbound & {
321
323
  action_type: "PENDLE_BUY_PT";
322
324
  }) | (PendleBuyYtParams$Outbound & {
323
325
  action_type: "PENDLE_BUY_YT";
324
- }) | (AaveBorrowParams$Outbound & {
325
- action_type: "AAVE_BORROW";
326
- }) | (AaveRepayParams$Outbound & {
327
- action_type: "AAVE_REPAY";
328
- }) | (AaveWithdrawParams$Outbound & {
329
- action_type: "AAVE_WITHDRAW";
330
- }) | (PendleAddLiquidityParams$Outbound & {
331
- action_type: "PENDLE_ADD_LIQUIDITY";
332
326
  }) | (PendleRemoveLiquidityParams$Outbound & {
333
327
  action_type: "PENDLE_REMOVE_LIQUIDITY";
334
328
  }) | (PendleSellPtParams$Outbound & {
335
329
  action_type: "PENDLE_SELL_PT";
336
330
  }) | (PendleSellYtParams$Outbound & {
337
331
  action_type: "PENDLE_SELL_YT";
332
+ }) | (AaveBorrowParams$Outbound & {
333
+ action_type: "AAVE_BORROW";
334
+ }) | (AaveRepayParams$Outbound & {
335
+ action_type: "AAVE_REPAY";
336
+ }) | (AaveWithdrawParams$Outbound & {
337
+ action_type: "AAVE_WITHDRAW";
338
338
  }) | (SetAllowanceParams$Outbound & {
339
339
  action_type: "SET_ALLOWANCE";
340
340
  }) | (TokenTransferErc20Params$Outbound & {