@be-link/pos-cli-nodejs 1.0.35 → 1.0.37

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.35",
3
+ "version": "1.0.37",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -376,6 +376,8 @@ export declare namespace Service {
376
376
  isExcludeMerged?: boolean;
377
377
  /** 是否仅查询主单 */
378
378
  isRootOrder?: boolean;
379
+ /** 拼团类型 */
380
+ groupType?: number[];
379
381
  /** 页面条数 */
380
382
  pageSize: number;
381
383
  /** 页面下标 */