@be-link/pos-cli-nodejs 0.0.49 → 0.0.51

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.49",
3
+ "version": "0.0.51",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,6 +40,8 @@ export declare namespace Service {
40
40
  categoryTwoList?: string[];
41
41
  /** 是否是会员订单 */
42
42
  isMemberOrder?: boolean;
43
+ /** 是否是主单 */
44
+ isRootOrder?: boolean;
43
45
  };
44
46
  /** 排序规则 */
45
47
  sort: {
@@ -105,7 +107,7 @@ export declare namespace Service {
105
107
  /** 二级类目列表 */
106
108
  categoryTwoList?: string[];
107
109
  /** 商品id */
108
- itemIdList: string[];
110
+ itemIdList?: string[];
109
111
  /** 查询块 */
110
112
  needBlocks: K;
111
113
  }
@@ -312,8 +314,8 @@ export declare namespace Service {
312
314
  pageIndex?: number;
313
315
  /** 条目数 */
314
316
  pageSize?: number;
315
- /** 商品名称 */
316
- commodityName?: string;
317
+ /** 商品id */
318
+ itemId?: string;
317
319
  /** 下单起始时间 */
318
320
  startTime?: number;
319
321
  /** 下单结束时间 */