@integry/sdk 3.1.2 → 3.1.3-beta.3

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.
@@ -191,6 +191,7 @@ interface TemplateField {
191
191
  auto_machine_name: string;
192
192
  dynamic_field_src_endpoint: number | null;
193
193
  regex: string | null;
194
+ regex_error_message?: string | null;
194
195
  is_searchable: boolean;
195
196
  } | null;
196
197
  title: string | null;