@be-link/pos-cli-nodejs 0.0.39 → 0.0.40

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.39",
3
+ "version": "0.0.40",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -319,7 +319,7 @@ export declare namespace Service {
319
319
  }
320
320
  interface getStoreOrderCount {
321
321
  /** 状态 */
322
- status?: string;
322
+ statusList?: string[];
323
323
  /** 购买人姓名 */
324
324
  contactName?: string;
325
325
  /** 购买人手机号 */
@@ -331,7 +331,7 @@ export declare namespace Service {
331
331
  /** 订单创建时间筛选 */
332
332
  createdAtRange?: [number, number];
333
333
  /** 门店列表 */
334
- storeIdList?: string[];
334
+ storeIdList: string[];
335
335
  }
336
336
  interface getOrderCount {
337
337
  /** 状态 */