@minswap/noodles-sdk 0.0.32 → 0.0.34

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 (2) hide show
  1. package/dist/index.d.ts +10 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -217,6 +217,16 @@ export declare class AggregatorModule implements IModule {
217
217
  } | null>;
218
218
  }
219
219
 
220
+ export declare type AggregatorTradeRoute<T extends SupportedAggregator> = AllAggregatorTradeRoute[T];
221
+
222
+ export declare type AllAggregatorTradeRoute = {
223
+ [SupportedAggregator.FLOWX]: GetRoutesResult<Coin, Coin>;
224
+ [SupportedAggregator.CETUS]: RouterDataV3;
225
+ [SupportedAggregator.ASTROS]: Quote;
226
+ [SupportedAggregator.AFTERMATH]: RouterCompleteTradeRoute;
227
+ [SupportedAggregator.SEVENK]: QuoteResponse;
228
+ };
229
+
220
230
  /**
221
231
  * Astros DEX aggregator client for routing trades across multiple pools
222
232
  * Provides access to liquidity aggregation from various DEX protocols
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minswap/noodles-sdk",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -28,7 +28,7 @@
28
28
  "@biomejs/biome": "2.3.10",
29
29
  "@changesets/cli": "2.29.8",
30
30
  "@microsoft/api-extractor": "7.55.2",
31
- "@rslib/core": "0.18.5",
31
+ "@rslib/core": "0.18.6",
32
32
  "@types/bn.js": "5.2.0",
33
33
  "@types/node": "24",
34
34
  "tsx": "4.21.0",
@@ -44,7 +44,7 @@
44
44
  "@interest-protocol/sui-core-sdk": "1.0.0",
45
45
  "@minswap/tiny-invariant": "1.2.0",
46
46
  "@mysten/sui": "1.44.0",
47
- "@naviprotocol/astros-aggregator-sdk": "1.13.0",
47
+ "@naviprotocol/astros-aggregator-sdk": "1.13.1",
48
48
  "@scallop-io/sui-scallop-sdk": "2.3.9",
49
49
  "@suilend/sdk": "1.1.98",
50
50
  "aftermath-ts-sdk": "1.3.25",