@integry/sdk 3.2.5-beta.8 → 3.2.6

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.
@@ -245,6 +245,7 @@ interface TemplateField {
245
245
  id: number;
246
246
  value: string | number;
247
247
  is_changed: boolean;
248
+ changed_dynamic_fields: string;
248
249
  }[];
249
250
  added_in_mapping?: boolean;
250
251
  field_mapping_source?: string;