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