@integry/sdk 4.8.77 → 4.8.78
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/README.md +20 -0
- package/dist/esm/index.csm.d.ts +4 -7
- package/dist/esm/index.csm.js +1 -1
- package/dist/umd/index.umd.d.ts +3 -0
- package/dist/umd/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -299,6 +299,9 @@ type RenderFunctionFormOptions = {
|
|
|
299
299
|
containerId: string;
|
|
300
300
|
functionName: string | null;
|
|
301
301
|
activity_id?: number | string | null;
|
|
302
|
+
/**
|
|
303
|
+
* When true, the saved json_schema.meta mirrors the activity details meta shape.
|
|
304
|
+
*/
|
|
302
305
|
is_activity?: boolean;
|
|
303
306
|
onChange?: (val: any) => void;
|
|
304
307
|
value?: any;
|