@be-link/pos-cli-nodejs 0.0.160 → 0.0.161

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.160",
3
+ "version": "0.0.161",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -545,7 +545,7 @@ export declare namespace Service {
545
545
  }
546
546
  interface IQueryItemOrderCountAndRejectCount {
547
547
  /** 商品ID */
548
- itemId: string[];
548
+ itemIdList: string[];
549
549
  /** 履约起始时间 */
550
550
  startTime: number;
551
551
  /** 履约结束时间 */