@tellescope/types-models 1.255.1 → 1.255.2

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.
@@ -2010,6 +2010,8 @@ export interface FormField extends FormField_readonly, FormField_required, FormF
2010
2010
  prepopulateFromFields?: boolean;
2011
2011
  disabledWhenPrepopulated?: boolean;
2012
2012
  calloutConditions?: FormFieldCalloutCondition[];
2013
+ mdiImportantValues?: string[];
2014
+ mdiCriticalValues?: string[];
2013
2015
  feedback?: FormFieldFeedback[];
2014
2016
  highlightOnTimeline?: boolean;
2015
2017
  prepopulateFromDatabase?: {