@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.
@@ -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 = "eoa-liquidation-protection"
143
+ EoaLiquidationProtection = "liquidation-protection-eoa"
144
144
  }
145
145
  enum IdOverrides {
146
146
  TakeProfit = "take-profit",
@@ -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"] = "eoa-liquidation-protection";
163
+ Identifiers["EoaLiquidationProtection"] = "liquidation-protection-eoa";
164
164
  })(Identifiers = Strategies.Identifiers || (Strategies.Identifiers = {}));
165
165
  let IdOverrides;
166
166
  (function (IdOverrides) {
@@ -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 = "eoa-liquidation-protection"
143
+ EoaLiquidationProtection = "liquidation-protection-eoa"
144
144
  }
145
145
  enum IdOverrides {
146
146
  TakeProfit = "take-profit",
@@ -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"] = "eoa-liquidation-protection";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/automation-sdk",
3
- "version": "3.3.15-liq-prot-1-dev",
3
+ "version": "3.3.15-liq-prot-2-dev",
4
4
  "description": "",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -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 = 'eoa-liquidation-protection',
157
+ EoaLiquidationProtection = 'liquidation-protection-eoa',
158
158
  }
159
159
  export enum IdOverrides {
160
160
  TakeProfit = 'take-profit',