chore(): Bumped version
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "3.10.11",
|
"version": "3.10.12",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "3.10.11",
|
"version": "3.10.12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.6",
|
"axios": "^1.6.6",
|
||||||
|
|||||||
@@ -582,14 +582,11 @@ export class RestClientV5 extends BaseRestClient {
|
|||||||
*
|
*
|
||||||
* Only for institutional clients!
|
* Only for institutional clients!
|
||||||
*/
|
*/
|
||||||
setDisconnectCancelAllWindowV2(
|
setDisconnectCancelAllWindowV2(params: {
|
||||||
product: 'OPTION' | 'SPOT' | 'DERIVATIVES',
|
product: 'OPTION' | 'SPOT' | 'DERIVATIVES',
|
||||||
timeWindow: number,
|
timeWindow: number,
|
||||||
): Promise<APIResponseV3<undefined>> {
|
}): Promise<APIResponseV3<undefined>> {
|
||||||
return this.postPrivate('/v5/order/disconnected-cancel-all', {
|
return this.postPrivate('/v5/order/disconnected-cancel-all', params);
|
||||||
product,
|
|
||||||
timeWindow,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user