@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.
@@ -76,6 +76,7 @@ interface SearchTestResourcesByDependencyParamsType {
76
76
  export declare function searchTestResourcesByDependency({ nodeId, ...params }: SearchTestResourcesByDependencyParamsType): Promise<any>;
77
77
  interface RulesRematchParamsType {
78
78
  nodeId: number;
79
+ isMandatoryMatch: 0 | 1;
79
80
  }
80
81
  export declare function rulesRematch({ nodeId, ...params }: RulesRematchParamsType): Promise<any>;
81
82
  interface RulesPreExecutionParamsType {