@nightlylabs/dex-sdk 0.3.21 → 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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4716,12 +4716,14 @@ interface WsLiquidatedBorrow {
|
|
|
4716
4716
|
token: string;
|
|
4717
4717
|
shares: string;
|
|
4718
4718
|
liqPenaltyInUsd: string;
|
|
4719
|
+
historicalSharePrice: string;
|
|
4719
4720
|
}
|
|
4720
4721
|
interface WsLiquidatedLend {
|
|
4721
4722
|
token: string;
|
|
4722
4723
|
shares: string;
|
|
4723
4724
|
debtReductionInUsd: string;
|
|
4724
4725
|
liqPenaltyInUsd: string;
|
|
4726
|
+
historicalSharePrice: string;
|
|
4725
4727
|
}
|
|
4726
4728
|
interface WsLiquidatedCollateral {
|
|
4727
4729
|
token: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -4716,12 +4716,14 @@ interface WsLiquidatedBorrow {
|
|
|
4716
4716
|
token: string;
|
|
4717
4717
|
shares: string;
|
|
4718
4718
|
liqPenaltyInUsd: string;
|
|
4719
|
+
historicalSharePrice: string;
|
|
4719
4720
|
}
|
|
4720
4721
|
interface WsLiquidatedLend {
|
|
4721
4722
|
token: string;
|
|
4722
4723
|
shares: string;
|
|
4723
4724
|
debtReductionInUsd: string;
|
|
4724
4725
|
liqPenaltyInUsd: string;
|
|
4726
|
+
historicalSharePrice: string;
|
|
4725
4727
|
}
|
|
4726
4728
|
interface WsLiquidatedCollateral {
|
|
4727
4729
|
token: string;
|