@isettingkit/business-rules 3.2.11 → 3.2.12

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.
@@ -272,7 +272,6 @@ declare interface IBusinessRules_3 {
272
272
  onRemoveCondition?: (conditionName: string) => void;
273
273
  onRestoreConditions?: (conditionNames: string[]) => void;
274
274
  baseDecisionTemplate?: IRuleDecisionNew;
275
- shouldRenderEmptyMessage?: boolean;
276
275
  withEditOption?: boolean;
277
276
  configurateDecisionOptions?: IOption[];
278
277
  withTerm?: boolean;