@be-link/tfs-cli-nodejs 0.0.209 → 0.0.211

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,17 +1,8 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.209",
3
+ "version": "0.0.211",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
8
- "test": "npx jest",
9
- "gen-doc": "npx typedoc --options typedoc.json",
10
- "update:major": "standard-version --release-as major",
11
- "update:minor": "standard-version --release-as minor",
12
- "update:patch": "standard-version --release-as patch",
13
- "update:beta": "standard-version --prerelease beta"
14
- },
15
6
  "author": "dev@8848top.com",
16
7
  "license": "ISC",
17
8
  "publishConfig": {
@@ -43,5 +34,14 @@
43
34
  },
44
35
  "engines": {
45
36
  "node": ">18"
37
+ },
38
+ "scripts": {
39
+ "build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
40
+ "test": "npx jest",
41
+ "gen-doc": "npx typedoc --options typedoc.json",
42
+ "update:major": "standard-version --release-as major",
43
+ "update:minor": "standard-version --release-as minor",
44
+ "update:patch": "standard-version --release-as patch",
45
+ "update:beta": "standard-version --prerelease beta"
46
46
  }
47
- }
47
+ }
@@ -198,7 +198,7 @@ export declare namespace Service {
198
198
  remark: string;
199
199
  }[];
200
200
  /** 审核状态 */
201
- approvalStatus: CommodityEnums.TouristMaterialStatus;
201
+ approvalStatus: CommodityEnums.TouristMaterialItemStatus;
202
202
  }
203
203
  }
204
204
  interface Controller {