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