@integry/sdk 3.2.5-beta.6 → 3.2.5-beta.7

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
  app_user: number;
246
246
  id: number;
247
247
  value: string | number;
248
+ is_changed: boolean;
248
249
  }[];
249
250
  added_in_mapping?: boolean;
250
251
  field_mapping_source?: string;