@integry/sdk 3.10.0-beta.1 → 3.10.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.
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -322,12 +322,7 @@ interface TemplateField {
|
|
|
322
322
|
app_user: number;
|
|
323
323
|
id: number;
|
|
324
324
|
value: string | number;
|
|
325
|
-
is_changed:
|
|
326
|
-
/**
|
|
327
|
-
* Render the template form we ship
|
|
328
|
-
* @param data
|
|
329
|
-
*/
|
|
330
|
-
boolean;
|
|
325
|
+
is_changed: boolean;
|
|
331
326
|
changed_dynamic_fields: string;
|
|
332
327
|
}[];
|
|
333
328
|
added_in_mapping?: boolean;
|