@be-link/tfs-cli-nodejs 0.0.157 → 0.0.158

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.157",
3
+ "version": "0.0.158",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -109,7 +109,7 @@ export declare namespace Service {
109
109
  /** 实体材料进度*/
110
110
  process: {
111
111
  updatedAt: number;
112
- approvalStatus?: CommodityEnums.TouristMaterialItemStatus;
112
+ approvalStatus?: TradeEnums.TouristMateriaLogStatus;
113
113
  approvalStatusDisplay: string;
114
114
  operator: string;
115
115
  remark: string;