@freelog/tools-lib 0.1.69 → 0.1.70
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
|
@@ -196,6 +196,7 @@ export function searchTestResourcesByDependency({nodeId, ...params}: SearchTestR
|
|
|
196
196
|
// 重新匹配节点测试规则
|
|
197
197
|
interface RulesRematchParamsType {
|
|
198
198
|
nodeId: number;
|
|
199
|
+
isMandatoryMatch: 0 | 1; // 0:否 1:是 默认1
|
|
199
200
|
}
|
|
200
201
|
|
|
201
202
|
export function rulesRematch({nodeId, ...params}: RulesRematchParamsType) {
|