@be-link/tfs-cli-nodejs 0.0.150 → 0.0.151

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/tfs-cli-nodejs",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,13 +11,13 @@ export declare namespace Service {
11
11
  }
12
12
  interface ICheckOrderTouristMaterialDone {
13
13
  orderIds: string[];
14
- visaType?: CommodityEnums.TourMaterialVisaType;
15
- approvalStatus?: CommodityEnums.TouristMaterialStatus;
16
- isVisaInterviewKnown?: boolean;
17
14
  }
18
15
  /** 查询出行人材料记录 */
19
16
  interface IQueryOrderTouristMaterialInfo {
20
17
  orderIds: string[];
18
+ visaType?: CommodityEnums.TourMaterialVisaType;
19
+ approvalStatus?: CommodityEnums.TouristMaterialStatus;
20
+ isVisaInterviewKnown?: boolean;
21
21
  }
22
22
  /** 查看电子材料详情 */
23
23
  interface IGetTouristMaterialItemDetail {