@integry/sdk 3.1.4-beta.5 → 3.1.4-beta.8

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.
@@ -196,6 +196,7 @@ interface TemplateField {
196
196
  regex: string | null;
197
197
  regex_error_message?: string | null;
198
198
  is_searchable: boolean;
199
+ conditional_fields?: string | null;
199
200
  } | null;
200
201
  title: string | null;
201
202
  type: string;