@integry/sdk 3.2.19 → 3.2.20-beta.1

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.
@@ -257,7 +257,12 @@ interface TemplateField {
257
257
  regex_msg: string | null;
258
258
  is_visible: boolean;
259
259
  app_user_data?: {
260
- app_user: number;
260
+ app_user:
261
+ /**
262
+ * Render the template form we ship
263
+ * @param data
264
+ */
265
+ number;
261
266
  id: number;
262
267
  value: string | number;
263
268
  is_changed: boolean;