@integry/sdk 3.2.5-beta.9 → 3.2.6-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.
@@ -246,6 +246,7 @@ interface TemplateField {
246
246
  id: number;
247
247
  value: string | number;
248
248
  is_changed: boolean;
249
+ changed_dynamic_fields: string;
249
250
  }[];
250
251
  added_in_mapping?: boolean;
251
252
  field_mapping_source?: string;