@myx-trade/sdk 0.1.148 → 0.1.149

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.
package/dist/index.d.mts CHANGED
@@ -1398,6 +1398,9 @@ declare class Utils {
1398
1398
  longSize: bigint;
1399
1399
  shortSize: bigint;
1400
1400
  poolEntryPrice: bigint;
1401
+ }, [bigint, bigint] & {
1402
+ windowCaps: bigint;
1403
+ openInterest: bigint;
1401
1404
  }] & {
1402
1405
  basePool: [string, bigint, bigint, bigint] & {
1403
1406
  poolToken: string;
@@ -1428,6 +1431,10 @@ declare class Utils {
1428
1431
  shortSize: bigint;
1429
1432
  poolEntryPrice: bigint;
1430
1433
  };
1434
+ liquidityInfo: [bigint, bigint] & {
1435
+ windowCaps: bigint;
1436
+ openInterest: bigint;
1437
+ };
1431
1438
  };
1432
1439
  message?: undefined;
1433
1440
  } | {
package/dist/index.d.ts CHANGED
@@ -1398,6 +1398,9 @@ declare class Utils {
1398
1398
  longSize: bigint;
1399
1399
  shortSize: bigint;
1400
1400
  poolEntryPrice: bigint;
1401
+ }, [bigint, bigint] & {
1402
+ windowCaps: bigint;
1403
+ openInterest: bigint;
1401
1404
  }] & {
1402
1405
  basePool: [string, bigint, bigint, bigint] & {
1403
1406
  poolToken: string;
@@ -1428,6 +1431,10 @@ declare class Utils {
1428
1431
  shortSize: bigint;
1429
1432
  poolEntryPrice: bigint;
1430
1433
  };
1434
+ liquidityInfo: [bigint, bigint] & {
1435
+ windowCaps: bigint;
1436
+ openInterest: bigint;
1437
+ };
1431
1438
  };
1432
1439
  message?: undefined;
1433
1440
  } | {
package/dist/index.js CHANGED
@@ -1821,7 +1821,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
1821
1821
  // package.json
1822
1822
  var package_default = {
1823
1823
  name: "@myx-trade/sdk",
1824
- version: "0.1.148",
1824
+ version: "0.1.149",
1825
1825
  private: false,
1826
1826
  publishConfig: {
1827
1827
  access: "public"
package/dist/index.mjs CHANGED
@@ -1731,7 +1731,7 @@ var RotationProvider = class extends BaseProvider {
1731
1731
  // package.json
1732
1732
  var package_default = {
1733
1733
  name: "@myx-trade/sdk",
1734
- version: "0.1.148",
1734
+ version: "0.1.149",
1735
1735
  private: false,
1736
1736
  publishConfig: {
1737
1737
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myx-trade/sdk",
3
- "version": "0.1.148",
3
+ "version": "0.1.149",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"