@be-link/tfs-cli-nodejs 0.0.145 → 0.0.146

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.145",
3
+ "version": "0.0.146",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -99,7 +99,9 @@ export declare namespace Service {
99
99
  operator: string;
100
100
  remark: string;
101
101
  }[];
102
- };
102
+ /** 审核状态 */
103
+ approvalStatus: string;
104
+ }[];
103
105
  }
104
106
  }
105
107
  interface Controller {