@integry/sdk 3.9.9 → 3.9.11

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.
@@ -322,10 +322,12 @@ interface TemplateField {
322
322
  app_user_data?: {
323
323
  app_user: number;
324
324
  id: number;
325
- value: /**
325
+ value:
326
+ /**
326
327
  * Render the template form we ship
327
328
  * @param data
328
- */ string | number;
329
+ */
330
+ string | number;
329
331
  is_changed: boolean;
330
332
  changed_dynamic_fields: string;
331
333
  }[];