@pionex/pionex-ai-kit 0.2.48 → 0.2.50

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.
@@ -2664,7 +2664,7 @@ function registerBotTools() {
2664
2664
  },
2665
2665
  // ── Signal ────────────────────────────────────────────────────────────────
2666
2666
  {
2667
- name: "pionex_bot_signal_add_listener",
2667
+ name: "pionex_bot_signal_listener",
2668
2668
  module: "bot",
2669
2669
  isWrite: true,
2670
2670
  description: "Push a trading signal to the Pionex signal platform (signal provider use). The platform forwards the signal to all smart copy bots subscribed to the given signalType. Use action='buy' to open a position and action='sell' to close it. Endpoint: POST /api/v1/bot/signal/listener",
@@ -2694,7 +2694,7 @@ function registerBotTools() {
2694
2694
  },
2695
2695
  async handler(args, { client, config }) {
2696
2696
  if (config.readOnly) {
2697
- throw new Error("Server is running in --read-only mode; bot signal add_listener is disabled.");
2697
+ throw new Error("Server is running in --read-only mode; bot signal listener is disabled.");
2698
2698
  }
2699
2699
  const signalType = asNonEmptyString3(args.signalType, "signalType");
2700
2700
  const signalParam = asNonEmptyString3(args.signalParam, "signalParam");
@@ -3105,4 +3105,4 @@ smol-toml/dist/index.js:
3105
3105
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3106
3106
  *)
3107
3107
  */
3108
- //# sourceMappingURL=chunk-NAOQJBW5.js.map
3108
+ //# sourceMappingURL=chunk-NGPWUQ2A.js.map