@integry/sdk 3.2.25 → 3.3.0

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.
@@ -270,10 +270,7 @@ interface TemplateField {
270
270
  is_changed: boolean /**
271
271
  * Render the template form we ship
272
272
  * @param data
273
- */; /**
274
- * Render the template form we ship
275
- * @param data
276
- */
273
+ */;
277
274
  changed_dynamic_fields: string;
278
275
  }[];
279
276
  added_in_mapping?: boolean;