@be-link/pos-cli-nodejs 0.0.16 → 0.0.17

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": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -114,7 +114,7 @@ export declare namespace Service {
114
114
  interface querySubOrderList<K> {
115
115
  condition: {
116
116
  /** 主单id */
117
- rootOrderId: string;
117
+ rootOrderIdList: string[];
118
118
  /** 订单状态列表 */
119
119
  statusList?: POS.Constants.TradeOrderStatusEnum[];
120
120
  /** 是否合并 */