@integry/sdk 4.8.77 → 4.8.79

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.
@@ -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;