@be-link/pos-cli-nodejs 1.0.109 → 1.0.110

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.109",
3
+ "version": "1.0.110",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -276,6 +276,8 @@ export declare namespace Service {
276
276
  itemIdList?: string[];
277
277
  /** 二级类目列表 */
278
278
  categoryTwoList?: string[];
279
+ /** 是否有出行材料 */
280
+ tourMaterial?: boolean;
279
281
  }
280
282
  interface queryOrderMergeRecordByOrderId {
281
283
  /** 订单id */