@be-link/pos-cli-nodejs 1.0.108 → 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.108",
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 */
@@ -792,6 +794,8 @@ export declare namespace Service {
792
794
  orderCount: number;
793
795
  /** 剩余份数 */
794
796
  skuRemainQuantity: number;
797
+ /** 订单出行材料收集数量 */
798
+ orderTouristMaterialCount: number;
795
799
  }
796
800
  interface queryOrderMergeRecordByOrderId {
797
801
  /** 合并记录Id */
@@ -7,12 +7,7 @@ export declare namespace Service {
7
7
  orderId: string;
8
8
  }
9
9
  interface IQueryExists {
10
- orderIds?: string[];
11
- conditions?: {
12
- supplierIdList?: string[];
13
- fulfillAtRange?: [number, number];
14
- itemIds?: string[];
15
- };
10
+ orderIds: string[];
16
11
  }
17
12
  interface IGetTourMaterialInfo {
18
13
  orderId: string;