Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iapps/dhis2-program-rule-engine

Package Overview
Dependencies
Maintainers
15
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iapps/dhis2-program-rule-engine - npm Package Compare versions

Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8

2

lib/src/services/execution.service.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc