@be-link/pos-cli-nodejs 1.0.141 → 1.0.142

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -50,8 +50,8 @@ export declare namespace QueryByWeb {
50
50
  mobile: string;
51
51
  idCard?: string;
52
52
  };
53
- /** 实付金额 */
54
- actuallyPaidFee: number;
53
+ /** 剩余金额 */
54
+ remainFee: number;
55
55
  /** 下单时间 */
56
56
  createdAt: number;
57
57
  }
@@ -61,6 +61,8 @@ export declare namespace QueryByWeb {
61
61
  list: ISearchOrderResult[];
62
62
  /** 总数 */
63
63
  total: number;
64
+ /** ≈ */
65
+ totalRemainFee: number;
64
66
  }
65
67
  }
66
68
  }