@integry/sdk 3.2.16-beta.1 → 3.2.17

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.
@@ -258,10 +258,17 @@ interface TemplateField {
258
258
  app_user_data?: {
259
259
  app_user: number;
260
260
  id: number;
261
- value: string | number; /**
261
+ value: string
262
+ /**
262
263
  * Render the template form we ship
263
264
  * @param data
264
265
  */
266
+ |
267
+ /**
268
+ * Render the template form we ship
269
+ * @param data
270
+ */
271
+ number;
265
272
  is_changed: boolean;
266
273
  changed_dynamic_fields: string;
267
274
  }[];