@gbozee/ultimate 0.0.2-next.6 → 0.0.2-next.7

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.cjs CHANGED
@@ -59324,7 +59324,7 @@ class ExchangeAccount {
59324
59324
  kind: "short"
59325
59325
  });
59326
59326
  const long_config = await long_position.getConfig();
59327
- const short_config = short_position.getInstance().expand.b_config;
59327
+ const short_config = await short_position.getConfig();
59328
59328
  const config2 = build_reduce_config({
59329
59329
  account: this.instance,
59330
59330
  symbol: payload.symbol,
package/dist/index.d.ts CHANGED
@@ -3053,7 +3053,7 @@ declare class ExchangeAccount$1 {
3053
3053
  not_reduce: boolean;
3054
3054
  ratio: any;
3055
3055
  use_full: boolean;
3056
- sell_ratio: number;
3056
+ sell_ratio: any;
3057
3057
  };
3058
3058
  trigger: {
3059
3059
  long: boolean;
package/dist/index.js CHANGED
@@ -59261,7 +59261,7 @@ class ExchangeAccount {
59261
59261
  kind: "short"
59262
59262
  });
59263
59263
  const long_config = await long_position.getConfig();
59264
- const short_config = short_position.getInstance().expand.b_config;
59264
+ const short_config = await short_position.getConfig();
59265
59265
  const config2 = build_reduce_config({
59266
59266
  account: this.instance,
59267
59267
  symbol: payload.symbol,
@@ -72304,7 +72304,7 @@ class ExchangeAccount {
72304
72304
  kind: "short"
72305
72305
  });
72306
72306
  const long_config = await long_position.getConfig();
72307
- const short_config = short_position.getInstance().expand.b_config;
72307
+ const short_config = await short_position.getConfig();
72308
72308
  const config2 = build_reduce_config({
72309
72309
  account: this.instance,
72310
72310
  symbol: payload.symbol,
@@ -72277,7 +72277,7 @@ class ExchangeAccount {
72277
72277
  kind: "short"
72278
72278
  });
72279
72279
  const long_config = await long_position.getConfig();
72280
- const short_config = short_position.getInstance().expand.b_config;
72280
+ const short_config = await short_position.getConfig();
72281
72281
  const config2 = build_reduce_config({
72282
72282
  account: this.instance,
72283
72283
  symbol: payload.symbol,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-next.6",
4
+ "version": "0.0.2-next.7",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",