@defisaver/automation-sdk 3.3.15-liq-prot-1-dev → 3.3.15-liq-prot-2-dev
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/cjs/types/enums.d.ts +1 -1
- package/cjs/types/enums.js +1 -1
- package/esm/types/enums.d.ts +1 -1
- package/esm/types/enums.js +1 -1
- package/package.json +1 -1
- package/src/types/enums.ts +1 -1
package/cjs/types/enums.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ export declare namespace Strategies {
|
|
|
140
140
|
CollateralSwitch = "collateral-switch",
|
|
141
141
|
EoaCollateralSwitch = "eoa-collateral-switch",
|
|
142
142
|
LiquidationProtection = "liquidation-protection",
|
|
143
|
-
EoaLiquidationProtection = "
|
|
143
|
+
EoaLiquidationProtection = "liquidation-protection-eoa"
|
|
144
144
|
}
|
|
145
145
|
enum IdOverrides {
|
|
146
146
|
TakeProfit = "take-profit",
|
package/cjs/types/enums.js
CHANGED
|
@@ -160,7 +160,7 @@ var Strategies;
|
|
|
160
160
|
Identifiers["CollateralSwitch"] = "collateral-switch";
|
|
161
161
|
Identifiers["EoaCollateralSwitch"] = "eoa-collateral-switch";
|
|
162
162
|
Identifiers["LiquidationProtection"] = "liquidation-protection";
|
|
163
|
-
Identifiers["EoaLiquidationProtection"] = "
|
|
163
|
+
Identifiers["EoaLiquidationProtection"] = "liquidation-protection-eoa";
|
|
164
164
|
})(Identifiers = Strategies.Identifiers || (Strategies.Identifiers = {}));
|
|
165
165
|
let IdOverrides;
|
|
166
166
|
(function (IdOverrides) {
|
package/esm/types/enums.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ export declare namespace Strategies {
|
|
|
140
140
|
CollateralSwitch = "collateral-switch",
|
|
141
141
|
EoaCollateralSwitch = "eoa-collateral-switch",
|
|
142
142
|
LiquidationProtection = "liquidation-protection",
|
|
143
|
-
EoaLiquidationProtection = "
|
|
143
|
+
EoaLiquidationProtection = "liquidation-protection-eoa"
|
|
144
144
|
}
|
|
145
145
|
enum IdOverrides {
|
|
146
146
|
TakeProfit = "take-profit",
|
package/esm/types/enums.js
CHANGED
|
@@ -157,7 +157,7 @@ export var Strategies;
|
|
|
157
157
|
Identifiers["CollateralSwitch"] = "collateral-switch";
|
|
158
158
|
Identifiers["EoaCollateralSwitch"] = "eoa-collateral-switch";
|
|
159
159
|
Identifiers["LiquidationProtection"] = "liquidation-protection";
|
|
160
|
-
Identifiers["EoaLiquidationProtection"] = "
|
|
160
|
+
Identifiers["EoaLiquidationProtection"] = "liquidation-protection-eoa";
|
|
161
161
|
})(Identifiers = Strategies.Identifiers || (Strategies.Identifiers = {}));
|
|
162
162
|
let IdOverrides;
|
|
163
163
|
(function (IdOverrides) {
|
package/package.json
CHANGED
package/src/types/enums.ts
CHANGED
|
@@ -154,7 +154,7 @@ export namespace Strategies {
|
|
|
154
154
|
CollateralSwitch = 'collateral-switch',
|
|
155
155
|
EoaCollateralSwitch = 'eoa-collateral-switch',
|
|
156
156
|
LiquidationProtection = 'liquidation-protection',
|
|
157
|
-
EoaLiquidationProtection = '
|
|
157
|
+
EoaLiquidationProtection = 'liquidation-protection-eoa',
|
|
158
158
|
}
|
|
159
159
|
export enum IdOverrides {
|
|
160
160
|
TakeProfit = 'take-profit',
|