@myx-trade/sdk 0.1.43 → 0.1.45

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/index.d.mts CHANGED
@@ -1493,10 +1493,15 @@ declare class Order {
1493
1493
  code: number;
1494
1494
  message: any;
1495
1495
  }>;
1496
- updateOrderTpSl(params: UpdateOrderParams): Promise<ethers$1.ContractTransactionReceipt | {
1496
+ updateOrderTpSl(params: UpdateOrderParams): Promise<{
1497
1497
  code: number;
1498
+ data: ethers$1.ContractTransactionReceipt | null;
1498
1499
  message: string;
1499
- } | null>;
1500
+ } | {
1501
+ code: number;
1502
+ message: string;
1503
+ data?: undefined;
1504
+ }>;
1500
1505
  getOrders(): Promise<{
1501
1506
  code: number;
1502
1507
  message: string;
package/dist/index.d.ts CHANGED
@@ -1493,10 +1493,15 @@ declare class Order {
1493
1493
  code: number;
1494
1494
  message: any;
1495
1495
  }>;
1496
- updateOrderTpSl(params: UpdateOrderParams): Promise<ethers$1.ContractTransactionReceipt | {
1496
+ updateOrderTpSl(params: UpdateOrderParams): Promise<{
1497
1497
  code: number;
1498
+ data: ethers$1.ContractTransactionReceipt | null;
1498
1499
  message: string;
1499
- } | null>;
1500
+ } | {
1501
+ code: number;
1502
+ message: string;
1503
+ data?: undefined;
1504
+ }>;
1500
1505
  getOrders(): Promise<{
1501
1506
  code: number;
1502
1507
  message: string;