@nightlylabs/dex-sdk 0.3.20 → 0.3.22

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.cts CHANGED
@@ -4420,12 +4420,14 @@ interface HistoricalLiquidatedBorrow {
4420
4420
  token: string;
4421
4421
  shares: string;
4422
4422
  liqPenaltyInUsd: string;
4423
+ historicalSharePrice: string;
4423
4424
  }
4424
4425
  interface HistoricalLiquidatedLend {
4425
4426
  token: string;
4426
4427
  shares: string;
4427
4428
  debtReductionInUsd: string;
4428
4429
  liqPenaltyInUsd: string;
4430
+ historicalSharePrice: string;
4429
4431
  }
4430
4432
  interface HistoricalLiquidatedCollateral {
4431
4433
  token: string;
@@ -4714,12 +4716,14 @@ interface WsLiquidatedBorrow {
4714
4716
  token: string;
4715
4717
  shares: string;
4716
4718
  liqPenaltyInUsd: string;
4719
+ historicalSharePrice: string;
4717
4720
  }
4718
4721
  interface WsLiquidatedLend {
4719
4722
  token: string;
4720
4723
  shares: string;
4721
4724
  debtReductionInUsd: string;
4722
4725
  liqPenaltyInUsd: string;
4726
+ historicalSharePrice: string;
4723
4727
  }
4724
4728
  interface WsLiquidatedCollateral {
4725
4729
  token: string;
package/dist/index.d.ts CHANGED
@@ -4420,12 +4420,14 @@ interface HistoricalLiquidatedBorrow {
4420
4420
  token: string;
4421
4421
  shares: string;
4422
4422
  liqPenaltyInUsd: string;
4423
+ historicalSharePrice: string;
4423
4424
  }
4424
4425
  interface HistoricalLiquidatedLend {
4425
4426
  token: string;
4426
4427
  shares: string;
4427
4428
  debtReductionInUsd: string;
4428
4429
  liqPenaltyInUsd: string;
4430
+ historicalSharePrice: string;
4429
4431
  }
4430
4432
  interface HistoricalLiquidatedCollateral {
4431
4433
  token: string;
@@ -4714,12 +4716,14 @@ interface WsLiquidatedBorrow {
4714
4716
  token: string;
4715
4717
  shares: string;
4716
4718
  liqPenaltyInUsd: string;
4719
+ historicalSharePrice: string;
4717
4720
  }
4718
4721
  interface WsLiquidatedLend {
4719
4722
  token: string;
4720
4723
  shares: string;
4721
4724
  debtReductionInUsd: string;
4722
4725
  liqPenaltyInUsd: string;
4726
+ historicalSharePrice: string;
4723
4727
  }
4724
4728
  interface WsLiquidatedCollateral {
4725
4729
  token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {