@usherlabs/cex-broker 0.2.15 → 0.2.16
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/commands/cli.js +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +3 -2
package/dist/commands/cli.js
CHANGED
|
@@ -119803,7 +119803,7 @@ class binance extends binance_default {
|
|
|
119803
119803
|
}
|
|
119804
119804
|
if (api === "sapi" && path === "asset/dust") {
|
|
119805
119805
|
query = this.urlencodeWithArrayRepeat(extendedParams);
|
|
119806
|
-
} else if (path === "batchOrders" || path.indexOf("sub-account") >= 0 || path === "capital/withdraw/apply" || path.indexOf("staking") >= 0 || path.indexOf("simple-earn") >= 0) {
|
|
119806
|
+
} else if (path === "batchOrders" || path.indexOf("sub-account") >= 0 || path === "capital/withdraw/apply" || path === "localentity/withdraw/apply" || path.indexOf("staking") >= 0 || path.indexOf("simple-earn") >= 0) {
|
|
119807
119807
|
if (method === "DELETE" && path === "batchOrders") {
|
|
119808
119808
|
const orderidlist = this.safeList(extendedParams, "orderidlist", []);
|
|
119809
119809
|
const origclientorderidlist = this.safeList(extendedParams, "origclientorderidlist", []);
|
package/dist/index.js
CHANGED
|
@@ -78926,7 +78926,7 @@ class binance extends binance_default {
|
|
|
78926
78926
|
}
|
|
78927
78927
|
if (api === "sapi" && path === "asset/dust") {
|
|
78928
78928
|
query = this.urlencodeWithArrayRepeat(extendedParams);
|
|
78929
|
-
} else if (path === "batchOrders" || path.indexOf("sub-account") >= 0 || path === "capital/withdraw/apply" || path.indexOf("staking") >= 0 || path.indexOf("simple-earn") >= 0) {
|
|
78929
|
+
} else if (path === "batchOrders" || path.indexOf("sub-account") >= 0 || path === "capital/withdraw/apply" || path === "localentity/withdraw/apply" || path.indexOf("staking") >= 0 || path.indexOf("simple-earn") >= 0) {
|
|
78930
78930
|
if (method === "DELETE" && path === "batchOrders") {
|
|
78931
78931
|
const orderidlist = this.safeList(extendedParams, "orderidlist", []);
|
|
78932
78932
|
const origclientorderidlist = this.safeList(extendedParams, "origclientorderidlist", []);
|
|
@@ -294417,4 +294417,4 @@ export {
|
|
|
294417
294417
|
CEXBroker as default
|
|
294418
294418
|
};
|
|
294419
294419
|
|
|
294420
|
-
//# debugId=
|
|
294420
|
+
//# debugId=5C43863FE4632C1564756E2164756E21
|