@defisaver/automation-sdk 3.1.4-dev-1 → 3.1.4-dev-2

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.
@@ -176,9 +176,9 @@ export declare namespace Bundles {
176
176
  MORPHO_BLUE_EOA_BOOST = 35,
177
177
  AAVE_V3_OPEN_ORDER_FROM_COLLATERAL = 36,
178
178
  AAVE_V3_REPAY_ON_PRICE = 37,
179
- LIQUITY_V2_REPAY = 38,
180
- LIQUITY_V2_BOOST = 39,
181
- LIQUITY_V2_CLOSE = 40
179
+ LIQUITY_V2_REPAY = 39,
180
+ LIQUITY_V2_BOOST = 40,
181
+ LIQUITY_V2_CLOSE = 41
182
182
  }
183
183
  enum OptimismIds {
184
184
  AAVE_V3_REPAY = 0,
@@ -199,9 +199,9 @@ var Bundles;
199
199
  MainnetIds[MainnetIds["MORPHO_BLUE_EOA_BOOST"] = 35] = "MORPHO_BLUE_EOA_BOOST";
200
200
  MainnetIds[MainnetIds["AAVE_V3_OPEN_ORDER_FROM_COLLATERAL"] = 36] = "AAVE_V3_OPEN_ORDER_FROM_COLLATERAL";
201
201
  MainnetIds[MainnetIds["AAVE_V3_REPAY_ON_PRICE"] = 37] = "AAVE_V3_REPAY_ON_PRICE";
202
- MainnetIds[MainnetIds["LIQUITY_V2_REPAY"] = 38] = "LIQUITY_V2_REPAY";
203
- MainnetIds[MainnetIds["LIQUITY_V2_BOOST"] = 39] = "LIQUITY_V2_BOOST";
204
- MainnetIds[MainnetIds["LIQUITY_V2_CLOSE"] = 40] = "LIQUITY_V2_CLOSE";
202
+ MainnetIds[MainnetIds["LIQUITY_V2_REPAY"] = 39] = "LIQUITY_V2_REPAY";
203
+ MainnetIds[MainnetIds["LIQUITY_V2_BOOST"] = 40] = "LIQUITY_V2_BOOST";
204
+ MainnetIds[MainnetIds["LIQUITY_V2_CLOSE"] = 41] = "LIQUITY_V2_CLOSE";
205
205
  })(MainnetIds = Bundles.MainnetIds || (Bundles.MainnetIds = {}));
206
206
  let OptimismIds;
207
207
  (function (OptimismIds) {
@@ -176,9 +176,9 @@ export declare namespace Bundles {
176
176
  MORPHO_BLUE_EOA_BOOST = 35,
177
177
  AAVE_V3_OPEN_ORDER_FROM_COLLATERAL = 36,
178
178
  AAVE_V3_REPAY_ON_PRICE = 37,
179
- LIQUITY_V2_REPAY = 38,
180
- LIQUITY_V2_BOOST = 39,
181
- LIQUITY_V2_CLOSE = 40
179
+ LIQUITY_V2_REPAY = 39,
180
+ LIQUITY_V2_BOOST = 40,
181
+ LIQUITY_V2_CLOSE = 41
182
182
  }
183
183
  enum OptimismIds {
184
184
  AAVE_V3_REPAY = 0,
@@ -196,9 +196,9 @@ export var Bundles;
196
196
  MainnetIds[MainnetIds["MORPHO_BLUE_EOA_BOOST"] = 35] = "MORPHO_BLUE_EOA_BOOST";
197
197
  MainnetIds[MainnetIds["AAVE_V3_OPEN_ORDER_FROM_COLLATERAL"] = 36] = "AAVE_V3_OPEN_ORDER_FROM_COLLATERAL";
198
198
  MainnetIds[MainnetIds["AAVE_V3_REPAY_ON_PRICE"] = 37] = "AAVE_V3_REPAY_ON_PRICE";
199
- MainnetIds[MainnetIds["LIQUITY_V2_REPAY"] = 38] = "LIQUITY_V2_REPAY";
200
- MainnetIds[MainnetIds["LIQUITY_V2_BOOST"] = 39] = "LIQUITY_V2_BOOST";
201
- MainnetIds[MainnetIds["LIQUITY_V2_CLOSE"] = 40] = "LIQUITY_V2_CLOSE";
199
+ MainnetIds[MainnetIds["LIQUITY_V2_REPAY"] = 39] = "LIQUITY_V2_REPAY";
200
+ MainnetIds[MainnetIds["LIQUITY_V2_BOOST"] = 40] = "LIQUITY_V2_BOOST";
201
+ MainnetIds[MainnetIds["LIQUITY_V2_CLOSE"] = 41] = "LIQUITY_V2_CLOSE";
202
202
  })(MainnetIds = Bundles.MainnetIds || (Bundles.MainnetIds = {}));
203
203
  let OptimismIds;
204
204
  (function (OptimismIds) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/automation-sdk",
3
- "version": "3.1.4-dev-1",
3
+ "version": "3.1.4-dev-2",
4
4
  "description": "",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -191,9 +191,9 @@ export namespace Bundles {
191
191
  MORPHO_BLUE_EOA_BOOST = 35,
192
192
  AAVE_V3_OPEN_ORDER_FROM_COLLATERAL = 36,
193
193
  AAVE_V3_REPAY_ON_PRICE = 37,
194
- LIQUITY_V2_REPAY = 38,
195
- LIQUITY_V2_BOOST = 39,
196
- LIQUITY_V2_CLOSE = 40,
194
+ LIQUITY_V2_REPAY = 39,
195
+ LIQUITY_V2_BOOST = 40,
196
+ LIQUITY_V2_CLOSE = 41,
197
197
  }
198
198
 
199
199
  export enum OptimismIds {