@illalabs/interfaces 0.24.0 → 0.24.1-canary-beta-60a2dc6d

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.
@@ -1,27 +1,27 @@
1
1
  import { z } from "zod";
2
2
  export declare const DeFiConfigSchema: z.ZodUnion<[z.ZodObject<{
3
- lending: z.ZodEnum<["aave"]>;
3
+ lending: z.ZodEnum<["aave", "morpho"]>;
4
4
  supply: z.ZodOptional<z.ZodNever>;
5
5
  withdraw: z.ZodOptional<z.ZodNever>;
6
6
  }, "strict", z.ZodTypeAny, {
7
- lending: "aave";
7
+ lending: "aave" | "morpho";
8
8
  supply?: undefined;
9
9
  withdraw?: undefined;
10
10
  }, {
11
- lending: "aave";
11
+ lending: "aave" | "morpho";
12
12
  supply?: undefined;
13
13
  withdraw?: undefined;
14
14
  }>, z.ZodObject<{
15
15
  lending: z.ZodOptional<z.ZodNever>;
16
- supply: z.ZodEnum<["aave"]>;
17
- withdraw: z.ZodEnum<["aave"]>;
16
+ supply: z.ZodEnum<["aave", "morpho"]>;
17
+ withdraw: z.ZodEnum<["aave", "morpho"]>;
18
18
  }, "strict", z.ZodTypeAny, {
19
- supply: "aave";
20
- withdraw: "aave";
19
+ supply: "aave" | "morpho";
20
+ withdraw: "aave" | "morpho";
21
21
  lending?: undefined;
22
22
  }, {
23
- supply: "aave";
24
- withdraw: "aave";
23
+ supply: "aave" | "morpho";
24
+ withdraw: "aave" | "morpho";
25
25
  lending?: undefined;
26
26
  }>]>;
27
27
  export declare const SwapBridgeProviderSchema: z.ZodEnum<["lifi", "aerodrome"]>;
@@ -53,17 +53,17 @@ export declare const ToolsAllowlistSchema: z.ZodObject<{
53
53
  provider?: "lifi" | undefined;
54
54
  }>]>>;
55
55
  lend: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodObject<{
56
- provider: z.ZodOptional<z.ZodEnum<["aave"]>>;
56
+ provider: z.ZodOptional<z.ZodEnum<["aave", "morpho"]>>;
57
57
  supply: z.ZodOptional<z.ZodBoolean>;
58
58
  withdraw: z.ZodOptional<z.ZodBoolean>;
59
59
  }, "strict", z.ZodTypeAny, {
60
60
  supply?: boolean | undefined;
61
61
  withdraw?: boolean | undefined;
62
- provider?: "aave" | undefined;
62
+ provider?: "aave" | "morpho" | undefined;
63
63
  }, {
64
64
  supply?: boolean | undefined;
65
65
  withdraw?: boolean | undefined;
66
- provider?: "aave" | undefined;
66
+ provider?: "aave" | "morpho" | undefined;
67
67
  }>]>>;
68
68
  predictionMarkets: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodObject<{
69
69
  provider: z.ZodOptional<z.ZodEnum<["polymarket"]>>;
@@ -88,7 +88,7 @@ export declare const ToolsAllowlistSchema: z.ZodObject<{
88
88
  lend?: true | {
89
89
  supply?: boolean | undefined;
90
90
  withdraw?: boolean | undefined;
91
- provider?: "aave" | undefined;
91
+ provider?: "aave" | "morpho" | undefined;
92
92
  } | undefined;
93
93
  predictionMarkets?: true | {
94
94
  provider?: "polymarket" | undefined;
@@ -107,7 +107,7 @@ export declare const ToolsAllowlistSchema: z.ZodObject<{
107
107
  lend?: true | {
108
108
  supply?: boolean | undefined;
109
109
  withdraw?: boolean | undefined;
110
- provider?: "aave" | undefined;
110
+ provider?: "aave" | "morpho" | undefined;
111
111
  } | undefined;
112
112
  predictionMarkets?: true | {
113
113
  provider?: "polymarket" | undefined;
@@ -116,28 +116,28 @@ export declare const ToolsAllowlistSchema: z.ZodObject<{
116
116
  }>;
117
117
  export declare const AutoRouterConfigSchema: z.ZodObject<{
118
118
  defi: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
119
- lending: z.ZodEnum<["aave"]>;
119
+ lending: z.ZodEnum<["aave", "morpho"]>;
120
120
  supply: z.ZodOptional<z.ZodNever>;
121
121
  withdraw: z.ZodOptional<z.ZodNever>;
122
122
  }, "strict", z.ZodTypeAny, {
123
- lending: "aave";
123
+ lending: "aave" | "morpho";
124
124
  supply?: undefined;
125
125
  withdraw?: undefined;
126
126
  }, {
127
- lending: "aave";
127
+ lending: "aave" | "morpho";
128
128
  supply?: undefined;
129
129
  withdraw?: undefined;
130
130
  }>, z.ZodObject<{
131
131
  lending: z.ZodOptional<z.ZodNever>;
132
- supply: z.ZodEnum<["aave"]>;
133
- withdraw: z.ZodEnum<["aave"]>;
132
+ supply: z.ZodEnum<["aave", "morpho"]>;
133
+ withdraw: z.ZodEnum<["aave", "morpho"]>;
134
134
  }, "strict", z.ZodTypeAny, {
135
- supply: "aave";
136
- withdraw: "aave";
135
+ supply: "aave" | "morpho";
136
+ withdraw: "aave" | "morpho";
137
137
  lending?: undefined;
138
138
  }, {
139
- supply: "aave";
140
- withdraw: "aave";
139
+ supply: "aave" | "morpho";
140
+ withdraw: "aave" | "morpho";
141
141
  lending?: undefined;
142
142
  }>]>>;
143
143
  swapOrBridge: z.ZodOptional<z.ZodEnum<["lifi", "aerodrome"]>>;
@@ -158,17 +158,17 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
158
158
  provider?: "lifi" | undefined;
159
159
  }>]>>;
160
160
  lend: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodObject<{
161
- provider: z.ZodOptional<z.ZodEnum<["aave"]>>;
161
+ provider: z.ZodOptional<z.ZodEnum<["aave", "morpho"]>>;
162
162
  supply: z.ZodOptional<z.ZodBoolean>;
163
163
  withdraw: z.ZodOptional<z.ZodBoolean>;
164
164
  }, "strict", z.ZodTypeAny, {
165
165
  supply?: boolean | undefined;
166
166
  withdraw?: boolean | undefined;
167
- provider?: "aave" | undefined;
167
+ provider?: "aave" | "morpho" | undefined;
168
168
  }, {
169
169
  supply?: boolean | undefined;
170
170
  withdraw?: boolean | undefined;
171
- provider?: "aave" | undefined;
171
+ provider?: "aave" | "morpho" | undefined;
172
172
  }>]>>;
173
173
  predictionMarkets: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodObject<{
174
174
  provider: z.ZodOptional<z.ZodEnum<["polymarket"]>>;
@@ -193,7 +193,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
193
193
  lend?: true | {
194
194
  supply?: boolean | undefined;
195
195
  withdraw?: boolean | undefined;
196
- provider?: "aave" | undefined;
196
+ provider?: "aave" | "morpho" | undefined;
197
197
  } | undefined;
198
198
  predictionMarkets?: true | {
199
199
  provider?: "polymarket" | undefined;
@@ -212,7 +212,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
212
212
  lend?: true | {
213
213
  supply?: boolean | undefined;
214
214
  withdraw?: boolean | undefined;
215
- provider?: "aave" | undefined;
215
+ provider?: "aave" | "morpho" | undefined;
216
216
  } | undefined;
217
217
  predictionMarkets?: true | {
218
218
  provider?: "polymarket" | undefined;
@@ -222,12 +222,12 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
222
222
  chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
223
223
  }, "strict", z.ZodTypeAny, {
224
224
  defi?: {
225
- lending: "aave";
225
+ lending: "aave" | "morpho";
226
226
  supply?: undefined;
227
227
  withdraw?: undefined;
228
228
  } | {
229
- supply: "aave";
230
- withdraw: "aave";
229
+ supply: "aave" | "morpho";
230
+ withdraw: "aave" | "morpho";
231
231
  lending?: undefined;
232
232
  } | undefined;
233
233
  swapOrBridge?: "lifi" | "aerodrome" | undefined;
@@ -244,7 +244,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
244
244
  lend?: true | {
245
245
  supply?: boolean | undefined;
246
246
  withdraw?: boolean | undefined;
247
- provider?: "aave" | undefined;
247
+ provider?: "aave" | "morpho" | undefined;
248
248
  } | undefined;
249
249
  predictionMarkets?: true | {
250
250
  provider?: "polymarket" | undefined;
@@ -254,12 +254,12 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
254
254
  chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
255
255
  }, {
256
256
  defi?: {
257
- lending: "aave";
257
+ lending: "aave" | "morpho";
258
258
  supply?: undefined;
259
259
  withdraw?: undefined;
260
260
  } | {
261
- supply: "aave";
262
- withdraw: "aave";
261
+ supply: "aave" | "morpho";
262
+ withdraw: "aave" | "morpho";
263
263
  lending?: undefined;
264
264
  } | undefined;
265
265
  swapOrBridge?: "lifi" | "aerodrome" | undefined;
@@ -276,7 +276,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
276
276
  lend?: true | {
277
277
  supply?: boolean | undefined;
278
278
  withdraw?: boolean | undefined;
279
- provider?: "aave" | undefined;
279
+ provider?: "aave" | "morpho" | undefined;
280
280
  } | undefined;
281
281
  predictionMarkets?: true | {
282
282
  provider?: "polymarket" | undefined;
@@ -288,28 +288,28 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
288
288
  export declare const ToolAutorouterSchema: z.ZodObject<{
289
289
  autoRouter: z.ZodOptional<z.ZodObject<{
290
290
  defi: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
291
- lending: z.ZodEnum<["aave"]>;
291
+ lending: z.ZodEnum<["aave", "morpho"]>;
292
292
  supply: z.ZodOptional<z.ZodNever>;
293
293
  withdraw: z.ZodOptional<z.ZodNever>;
294
294
  }, "strict", z.ZodTypeAny, {
295
- lending: "aave";
295
+ lending: "aave" | "morpho";
296
296
  supply?: undefined;
297
297
  withdraw?: undefined;
298
298
  }, {
299
- lending: "aave";
299
+ lending: "aave" | "morpho";
300
300
  supply?: undefined;
301
301
  withdraw?: undefined;
302
302
  }>, z.ZodObject<{
303
303
  lending: z.ZodOptional<z.ZodNever>;
304
- supply: z.ZodEnum<["aave"]>;
305
- withdraw: z.ZodEnum<["aave"]>;
304
+ supply: z.ZodEnum<["aave", "morpho"]>;
305
+ withdraw: z.ZodEnum<["aave", "morpho"]>;
306
306
  }, "strict", z.ZodTypeAny, {
307
- supply: "aave";
308
- withdraw: "aave";
307
+ supply: "aave" | "morpho";
308
+ withdraw: "aave" | "morpho";
309
309
  lending?: undefined;
310
310
  }, {
311
- supply: "aave";
312
- withdraw: "aave";
311
+ supply: "aave" | "morpho";
312
+ withdraw: "aave" | "morpho";
313
313
  lending?: undefined;
314
314
  }>]>>;
315
315
  swapOrBridge: z.ZodOptional<z.ZodEnum<["lifi", "aerodrome"]>>;
@@ -330,17 +330,17 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
330
330
  provider?: "lifi" | undefined;
331
331
  }>]>>;
332
332
  lend: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodObject<{
333
- provider: z.ZodOptional<z.ZodEnum<["aave"]>>;
333
+ provider: z.ZodOptional<z.ZodEnum<["aave", "morpho"]>>;
334
334
  supply: z.ZodOptional<z.ZodBoolean>;
335
335
  withdraw: z.ZodOptional<z.ZodBoolean>;
336
336
  }, "strict", z.ZodTypeAny, {
337
337
  supply?: boolean | undefined;
338
338
  withdraw?: boolean | undefined;
339
- provider?: "aave" | undefined;
339
+ provider?: "aave" | "morpho" | undefined;
340
340
  }, {
341
341
  supply?: boolean | undefined;
342
342
  withdraw?: boolean | undefined;
343
- provider?: "aave" | undefined;
343
+ provider?: "aave" | "morpho" | undefined;
344
344
  }>]>>;
345
345
  predictionMarkets: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodObject<{
346
346
  provider: z.ZodOptional<z.ZodEnum<["polymarket"]>>;
@@ -365,7 +365,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
365
365
  lend?: true | {
366
366
  supply?: boolean | undefined;
367
367
  withdraw?: boolean | undefined;
368
- provider?: "aave" | undefined;
368
+ provider?: "aave" | "morpho" | undefined;
369
369
  } | undefined;
370
370
  predictionMarkets?: true | {
371
371
  provider?: "polymarket" | undefined;
@@ -384,7 +384,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
384
384
  lend?: true | {
385
385
  supply?: boolean | undefined;
386
386
  withdraw?: boolean | undefined;
387
- provider?: "aave" | undefined;
387
+ provider?: "aave" | "morpho" | undefined;
388
388
  } | undefined;
389
389
  predictionMarkets?: true | {
390
390
  provider?: "polymarket" | undefined;
@@ -394,12 +394,12 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
394
394
  chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
395
395
  }, "strict", z.ZodTypeAny, {
396
396
  defi?: {
397
- lending: "aave";
397
+ lending: "aave" | "morpho";
398
398
  supply?: undefined;
399
399
  withdraw?: undefined;
400
400
  } | {
401
- supply: "aave";
402
- withdraw: "aave";
401
+ supply: "aave" | "morpho";
402
+ withdraw: "aave" | "morpho";
403
403
  lending?: undefined;
404
404
  } | undefined;
405
405
  swapOrBridge?: "lifi" | "aerodrome" | undefined;
@@ -416,7 +416,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
416
416
  lend?: true | {
417
417
  supply?: boolean | undefined;
418
418
  withdraw?: boolean | undefined;
419
- provider?: "aave" | undefined;
419
+ provider?: "aave" | "morpho" | undefined;
420
420
  } | undefined;
421
421
  predictionMarkets?: true | {
422
422
  provider?: "polymarket" | undefined;
@@ -426,12 +426,12 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
426
426
  chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
427
427
  }, {
428
428
  defi?: {
429
- lending: "aave";
429
+ lending: "aave" | "morpho";
430
430
  supply?: undefined;
431
431
  withdraw?: undefined;
432
432
  } | {
433
- supply: "aave";
434
- withdraw: "aave";
433
+ supply: "aave" | "morpho";
434
+ withdraw: "aave" | "morpho";
435
435
  lending?: undefined;
436
436
  } | undefined;
437
437
  swapOrBridge?: "lifi" | "aerodrome" | undefined;
@@ -448,7 +448,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
448
448
  lend?: true | {
449
449
  supply?: boolean | undefined;
450
450
  withdraw?: boolean | undefined;
451
- provider?: "aave" | undefined;
451
+ provider?: "aave" | "morpho" | undefined;
452
452
  } | undefined;
453
453
  predictionMarkets?: true | {
454
454
  provider?: "polymarket" | undefined;
@@ -460,12 +460,12 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
460
460
  }, "strict", z.ZodTypeAny, {
461
461
  autoRouter?: {
462
462
  defi?: {
463
- lending: "aave";
463
+ lending: "aave" | "morpho";
464
464
  supply?: undefined;
465
465
  withdraw?: undefined;
466
466
  } | {
467
- supply: "aave";
468
- withdraw: "aave";
467
+ supply: "aave" | "morpho";
468
+ withdraw: "aave" | "morpho";
469
469
  lending?: undefined;
470
470
  } | undefined;
471
471
  swapOrBridge?: "lifi" | "aerodrome" | undefined;
@@ -482,7 +482,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
482
482
  lend?: true | {
483
483
  supply?: boolean | undefined;
484
484
  withdraw?: boolean | undefined;
485
- provider?: "aave" | undefined;
485
+ provider?: "aave" | "morpho" | undefined;
486
486
  } | undefined;
487
487
  predictionMarkets?: true | {
488
488
  provider?: "polymarket" | undefined;
@@ -494,12 +494,12 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
494
494
  }, {
495
495
  autoRouter?: {
496
496
  defi?: {
497
- lending: "aave";
497
+ lending: "aave" | "morpho";
498
498
  supply?: undefined;
499
499
  withdraw?: undefined;
500
500
  } | {
501
- supply: "aave";
502
- withdraw: "aave";
501
+ supply: "aave" | "morpho";
502
+ withdraw: "aave" | "morpho";
503
503
  lending?: undefined;
504
504
  } | undefined;
505
505
  swapOrBridge?: "lifi" | "aerodrome" | undefined;
@@ -516,7 +516,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
516
516
  lend?: true | {
517
517
  supply?: boolean | undefined;
518
518
  withdraw?: boolean | undefined;
519
- provider?: "aave" | undefined;
519
+ provider?: "aave" | "morpho" | undefined;
520
520
  } | undefined;
521
521
  predictionMarkets?: true | {
522
522
  provider?: "polymarket" | undefined;
@@ -5,7 +5,7 @@ export type DefiFetchListingsActionInputSchema = z.ZodObject<{
5
5
  tokens: z.ZodOptional<z.ZodArray<z.ZodString>>;
6
6
  criteria: z.ZodOptional<z.ZodEnum<["supplyAPY", "totalLiquidityUSD"]>>;
7
7
  limit: z.ZodOptional<z.ZodNumber>;
8
- protocol: z.ZodEnum<[SupportedLendingProvider, ...SupportedLendingProvider[]]>;
8
+ protocol: z.ZodOptional<z.ZodEnum<[SupportedLendingProvider, ...SupportedLendingProvider[]]>>;
9
9
  }>;
10
10
  export type DefiFetchListingsActionInput = TypeOf<DefiFetchListingsActionInputSchema>;
11
11
  //# sourceMappingURL=defiFetchListingsAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defiFetchListingsAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/defiFetchListingsAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAErF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,SAAS,CAAC;IACzD,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,GAAG,cAAc,EAAE,CAAC,CAAC,CAAC;IACxD,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/C,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IACvE,KAAK,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,wBAAwB,EAAE,GAAG,wBAAwB,EAAE,CAAC,CAAC,CAAC;CAClF,CAAC,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAC,kCAAkC,CAAC,CAAC"}
1
+ {"version":3,"file":"defiFetchListingsAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/defiFetchListingsAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAErF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,SAAS,CAAC;IACzD,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,GAAG,cAAc,EAAE,CAAC,CAAC,CAAC;IACxD,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/C,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IACvE,KAAK,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,wBAAwB,EAAE,GAAG,wBAAwB,EAAE,CAAC,CAAC,CAAC,CAAC;CACjG,CAAC,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAC,kCAAkC,CAAC,CAAC"}
@@ -4,9 +4,36 @@ export type DefiPositionsActionInputSchema = z.ZodObject<{
4
4
  userAddress: z.ZodString;
5
5
  chain: z.ZodEnum<[SupportedChain, ...SupportedChain[]]>;
6
6
  tokens: z.ZodOptional<z.ZodArray<z.ZodString>>;
7
- protocol: z.ZodEnum<[SupportedLendingProvider, ...SupportedLendingProvider[]]>;
7
+ protocol: z.ZodOptional<z.ZodEnum<[SupportedLendingProvider, ...SupportedLendingProvider[]]>>;
8
8
  }>;
9
9
  export type DefiPositionsActionInput = TypeOf<DefiPositionsActionInputSchema>;
10
+ /**
11
+ * Generic descriptor for an ERC-4626-style curated vault. Present on listings
12
+ * and positions sourced from vault-shaped lending protocols (Morpho today;
13
+ * other curated-vault protocols later); undefined for pool-shaped protocols
14
+ * like Aave.
15
+ *
16
+ * `curator` is optional because not every vault protocol exposes a curator
17
+ * identity (Morpho does; other future integrations may not).
18
+ */
19
+ export type LendingVaultMetadata = {
20
+ /** Vault contract address. */
21
+ address: `0x${string}`;
22
+ /** Display name of the vault (e.g. "Gauntlet USDC Prime"). */
23
+ name: string;
24
+ /** Curator / strategist display name, when the protocol exposes one. */
25
+ curator?: string;
26
+ };
27
+ /**
28
+ * Surfaces partial failures from multi-provider fan-out (e.g. Morpho API down
29
+ * while Aave succeeds). Consumers can show a hint to the user without losing
30
+ * the available results.
31
+ */
32
+ export type LendingProviderError = {
33
+ protocol: SupportedLendingProvider;
34
+ chain?: string;
35
+ message: string;
36
+ };
10
37
  export type DefiFetchOutput = {
11
38
  type: "DefiFetchListings";
12
39
  value: {
@@ -17,7 +44,9 @@ export type DefiFetchOutput = {
17
44
  url: string;
18
45
  protocol: string;
19
46
  chain: string | undefined;
47
+ vault?: LendingVaultMetadata;
20
48
  }[];
49
+ providerErrors?: ReadonlyArray<LendingProviderError>;
21
50
  };
22
51
  };
23
52
  //# sourceMappingURL=defiPositionsAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defiPositionsAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/defiPositionsAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAErF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,SAAS,CAAC;IACrD,WAAW,EAAE,CAAC,CAAC,SAAS,CAAC;IACzB,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,GAAG,cAAc,EAAE,CAAC,CAAC,CAAC;IACxD,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/C,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,wBAAwB,EAAE,GAAG,wBAAwB,EAAE,CAAC,CAAC,CAAC;CAClF,CAAC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAE9E,MAAM,MAAM,eAAe,GAAG;IAC1B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,EAAE;QACH,OAAO,EAAE;YACL,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,GAAG,EAAE,MAAM,CAAC;YACZ,QAAQ,EAAE,MAAM,CAAC;YACjB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;SAC7B,EAAE,CAAC;KACP,CAAC;CACL,CAAC"}
1
+ {"version":3,"file":"defiPositionsAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/defiPositionsAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAErF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,SAAS,CAAC;IACrD,WAAW,EAAE,CAAC,CAAC,SAAS,CAAC;IACzB,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,GAAG,cAAc,EAAE,CAAC,CAAC,CAAC;IACxD,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/C,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,wBAAwB,EAAE,GAAG,wBAAwB,EAAE,CAAC,CAAC,CAAC,CAAC;CACjG,CAAC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAE9E;;;;;;;;GAQG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAC/B,8BAA8B;IAC9B,OAAO,EAAE,KAAK,MAAM,EAAE,CAAC;IACvB,8DAA8D;IAC9D,IAAI,EAAE,MAAM,CAAC;IACb,wEAAwE;IACxE,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAC/B,QAAQ,EAAE,wBAAwB,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC1B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,EAAE;QACH,OAAO,EAAE;YACL,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,GAAG,EAAE,MAAM,CAAC;YACZ,QAAQ,EAAE,MAAM,CAAC;YACjB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;YAC1B,KAAK,CAAC,EAAE,oBAAoB,CAAC;SAChC,EAAE,CAAC;QACJ,cAAc,CAAC,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;KACxD,CAAC;CACL,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare const LENDING_PROVIDERS: readonly ["aave"];
1
+ export declare const LENDING_PROVIDERS: readonly ["aave", "morpho"];
2
2
  export declare const SUPPORTED_SWAP_PROVIDERS: readonly ["lifi", "aerodrome"];
3
3
  export declare const SUPPORTED_BRIDGE_PROVIDERS: readonly ["lifi"];
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- export const LENDING_PROVIDERS = Object.freeze(["aave"]);
1
+ export const LENDING_PROVIDERS = Object.freeze(["aave", "morpho"]);
2
2
  export const SUPPORTED_SWAP_PROVIDERS = Object.freeze(["lifi", "aerodrome"]);
3
3
  export const SUPPORTED_BRIDGE_PROVIDERS = Object.freeze(["lifi"]);
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@illalabs/interfaces",
3
- "version": "0.24.0",
3
+ "version": "0.24.1-canary-beta-60a2dc6d",
4
4
  "description": "ILLA interfaces and types",
5
5
  "repository": {
6
6
  "type": "git",