@isettingkit/business-rules 3.2.5 → 3.2.6

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.
@@ -266,7 +266,7 @@ declare interface IBusinessRules_3 {
266
266
  handleOpenModal?: (decision?: IRuleDecisionNew) => void;
267
267
  handleCloseModal?: () => void;
268
268
  handleSubmitForm?: (dataDecision: IRuleDecisionNew) => void;
269
- handleOpenRulesModal?: (checkedItems?: IOption[], decision?: IRuleDecisionNew | null) => void;
269
+ handleOpenRulesModal?: (checkedItems?: IOption[]) => void;
270
270
  handleDelete?: (id: string) => void;
271
271
  terms?: boolean;
272
272
  onRemoveCondition?: (conditionName: string) => void;