@isettingkit/business-rules 2.0.0 → 2.0.1

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.
@@ -124,6 +124,8 @@ declare interface IBusinessRules_2 {
124
124
  handleDelete?: (id: string) => void;
125
125
  terms?: boolean;
126
126
  onRemoveCondition?: (conditionName: string) => void;
127
+ onRestoreConditions?: (conditionNames: string[]) => void;
128
+ baseDecisionTemplate?: IRuleDecision;
127
129
  }
128
130
 
129
131
  export declare interface IBusinessRuleView {