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

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.109",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -792,6 +792,8 @@ export declare namespace Service {
792
792
  orderCount: number;
793
793
  /** 剩余份数 */
794
794
  skuRemainQuantity: number;
795
+ /** 订单出行材料收集数量 */
796
+ orderTouristMaterialCount: number;
795
797
  }
796
798
  interface queryOrderMergeRecordByOrderId {
797
799
  /** 合并记录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;