@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.
- package/dist/frontend-index.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/frontend-index.d.ts
CHANGED
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
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;
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -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;
|
package/dist/mcp-server.js
CHANGED
|
@@ -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;
|