@integry/sdk 3.2.28 → 3.3.1-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
|
@@ -267,13 +267,7 @@ interface TemplateField {
|
|
|
267
267
|
app_user: number;
|
|
268
268
|
id: number;
|
|
269
269
|
value: string | number;
|
|
270
|
-
is_changed: boolean
|
|
271
|
-
* Render the template form we ship
|
|
272
|
-
* @param data
|
|
273
|
-
*/; /**
|
|
274
|
-
* Render the template form we ship
|
|
275
|
-
* @param data
|
|
276
|
-
*/
|
|
270
|
+
is_changed: boolean;
|
|
277
271
|
changed_dynamic_fields: string;
|
|
278
272
|
}[];
|
|
279
273
|
added_in_mapping?: boolean;
|