@be-link/pos-cli-nodejs 0.0.41 → 0.0.42

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.41",
3
+ "version": "0.0.42",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -163,7 +163,9 @@ export declare namespace Service {
163
163
  }
164
164
  interface getItineraryCount {
165
165
  /** 商品id列表 */
166
- itemIdList: string[];
166
+ itemIdList?: string[];
167
+ /** 二级类目列表 */
168
+ categoryTwoList?: string[];
167
169
  }
168
170
  interface queryOrderMergeRecordByOrderId {
169
171
  /** 订单id */