@gbozee/ultimate 0.0.2-182 → 0.0.2-183

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.
@@ -435,6 +435,7 @@ export interface PositionsView {
435
435
  compound_instance?: CompoundInstance;
436
436
  support?: SupportTable;
437
437
  symbol_config: SymbolConfig;
438
+ resistance?: SupportTable;
438
439
  };
439
440
  pnl?: number;
440
441
  support_price?: number;
package/dist/index.cjs CHANGED
@@ -54702,7 +54702,7 @@ class AppDatabase {
54702
54702
  return result;
54703
54703
  }
54704
54704
  get positionExpand() {
54705
- return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,symbol_config";
54705
+ return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,resistance,symbol_config";
54706
54706
  }
54707
54707
  async fetchCentralPositions(payload) {
54708
54708
  const { asset: assetName, symbol, customFilter = "" } = payload;
package/dist/index.d.ts CHANGED
@@ -161,6 +161,7 @@ export interface PositionsView {
161
161
  compound_instance?: CompoundInstance;
162
162
  support?: SupportTable;
163
163
  symbol_config: SymbolConfig;
164
+ resistance?: SupportTable;
164
165
  };
165
166
  pnl?: number;
166
167
  support_price?: number;
package/dist/index.js CHANGED
@@ -54640,7 +54640,7 @@ class AppDatabase {
54640
54640
  return result;
54641
54641
  }
54642
54642
  get positionExpand() {
54643
- return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,symbol_config";
54643
+ return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,resistance,symbol_config";
54644
54644
  }
54645
54645
  async fetchCentralPositions(payload) {
54646
54646
  const { asset: assetName, symbol, customFilter = "" } = payload;
@@ -61396,7 +61396,7 @@ class AppDatabase {
61396
61396
  return result;
61397
61397
  }
61398
61398
  get positionExpand() {
61399
- return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,symbol_config";
61399
+ return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,resistance,symbol_config";
61400
61400
  }
61401
61401
  async fetchCentralPositions(payload) {
61402
61402
  const { asset: assetName, symbol, customFilter = "" } = payload;
@@ -61369,7 +61369,7 @@ class AppDatabase {
61369
61369
  return result;
61370
61370
  }
61371
61371
  get positionExpand() {
61372
- return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,symbol_config";
61372
+ return "b_config, account_strategy, p_account, proxy, compound_instance.ref,support,resistance,symbol_config";
61373
61373
  }
61374
61374
  async fetchCentralPositions(payload) {
61375
61375
  const { asset: assetName, symbol, customFilter = "" } = payload;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-182",
4
+ "version": "0.0.2-183",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",