@ref-finance/ref-sdk 1.3.6 → 1.3.8

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.
@@ -9,8 +9,4 @@ export declare const getStablePools: (stablePools: Pool[]) => Promise<any[]>;
9
9
  export declare const getPool: (id: number) => Promise<Pool>;
10
10
  export declare const getPoolByIds: (ids: number[]) => Promise<Pool[]>;
11
11
  export declare const getRefPools: (page?: number, perPage?: number) => Promise<Pool[]>;
12
- export declare const fetchAllPools: (perPage?: number | undefined) => Promise<{
13
- simplePools: Pool[];
14
- unRatedPools: Pool[];
15
- ratedPools: Pool[];
16
- }>;
12
+ export declare const fetchAllPools: (perPage?: number | undefined) => Promise<any>;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.6",
2
+ "version": "1.3.8",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",