@be-link/pos-cli-nodejs 1.0.44 → 1.0.45

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.44",
3
+ "version": "1.0.45",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -636,7 +636,7 @@ export declare namespace Service {
636
636
  /** 是否排除已合并子单 */
637
637
  isExcludeMerged?: boolean;
638
638
  /** 套餐 */
639
- combo: string;
639
+ combo?: string;
640
640
  /** 拼团类型 */
641
641
  groupType?: number[];
642
642
  }