@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
|
@@ -210,7 +210,7 @@ export function rulesRematch({nodeId, ...params}: RulesRematchParamsType) {
|
|
|
210
210
|
// 批量获取测试资源授权结果
|
|
211
211
|
interface BatchGetAuthsParamsType {
|
|
212
212
|
nodeId: number;
|
|
213
|
-
|
|
213
|
+
exhibitIds: string;
|
|
214
214
|
authType: 1 | 2 | 3; //授权类型 1:节点侧授权 2:资源侧授权 3:节点+资源侧授权
|
|
215
215
|
}
|
|
216
216
|
|