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