@isettingkit/business-rules 3.2.3 → 3.2.5

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.
@@ -263,7 +263,7 @@ declare interface IBusinessRules_3 {
263
263
  selectedDecision: IRuleDecisionNew | null;
264
264
  loading: boolean;
265
265
  configureDecisionModal: boolean;
266
- handleOpenModal?: () => void;
266
+ handleOpenModal?: (decision?: IRuleDecisionNew) => void;
267
267
  handleCloseModal?: () => void;
268
268
  handleSubmitForm?: (dataDecision: IRuleDecisionNew) => void;
269
269
  handleOpenRulesModal?: (checkedItems?: IOption[], decision?: IRuleDecisionNew | null) => void;