@isettingkit/business-rules 2.2.5 → 2.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.
@@ -180,6 +180,7 @@ declare interface IBusinessRules_3 {
180
180
  onRemoveCondition?: (conditionName: string) => void;
181
181
  onRestoreConditions?: (conditionNames: string[]) => void;
182
182
  baseDecisionTemplate?: IRuleDecision;
183
+ shouldRenderEmptyMessage?: boolean;
183
184
  }
184
185
 
185
186
  export declare interface IBusinessRuleView {