@freelog/tools-lib 0.1.63 → 0.1.64

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": "@freelog/tools-lib",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -210,7 +210,7 @@ export function rulesRematch({nodeId, ...params}: RulesRematchParamsType) {
210
210
  // 批量获取测试资源授权结果
211
211
  interface BatchGetAuthsParamsType {
212
212
  nodeId: number;
213
- testResourceIds: string;
213
+ exhibitIds: string;
214
214
  authType: 1 | 2 | 3; //授权类型 1:节点侧授权 2:资源侧授权 3:节点+资源侧授权
215
215
  }
216
216