@be-link/pos-cli-nodejs 0.0.65 → 0.0.66

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.65",
3
+ "version": "0.0.66",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -367,7 +367,7 @@ export declare namespace Service {
367
367
  /** 商品列表 */
368
368
  itemIdList?: string[];
369
369
  /** skuIdList */
370
- skuIdList: string[];
370
+ skuIdList?: string[];
371
371
  /** 来源人 */
372
372
  fromUnionId?: string;
373
373
  /** 二级类目 */