@iapps/dhis2-program-rule-engine
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
import { ProgramRule, ProgramRuleVariable, ProgramRuleAction, EventData, DataElements, OptionSets } from '../interfaces/rules-engine.types'; | ||
export declare const ruleExcutionService: (eventData: EventData, dataElements: DataElements, programRules: ProgramRule[], programRuleVariables: ProgramRuleVariable[], optionSets: OptionSets) => EventData; | ||
export declare const ruleExcutionWithActionService: (eventData: EventData, dataElements: DataElements, programRules: ProgramRule[], programRuleVariables: ProgramRuleVariable[], allProgramRuleActions: ProgramRuleAction[], optionSets: OptionSets) => ProgramRuleAction[]; | ||
export declare const ruleExecutionWithActionService: (eventData: EventData, dataElements: DataElements, programRules: ProgramRule[], programRuleVariables: ProgramRuleVariable[], allProgramRuleActions: ProgramRuleAction[], optionSets: OptionSets) => ProgramRuleAction[]; |
{ | ||
"name": "@iapps/dhis2-program-rule-engine", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
2
383806
23
1402