@integry/sdk 4.0.0-beta.1 → 4.0.0-beta.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: string /**
325
+ value: string
326
+ /**
326
327
  * Render the template form we ship
327
328
  * @param data
328
- */ | /**
329
+ */
330
+ | /**
329
331
  * Render the template form we ship
330
332
  * @param data
331
333
  */ number;