@integry/sdk 4.8.75 → 4.8.76

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.
@@ -280,7 +280,9 @@ type RenderFlowStepOptions = {
280
280
  };
281
281
  type RenderFunctionFormOptions = {
282
282
  containerId: string;
283
- functionName: string;
283
+ functionName: string | null;
284
+ activity_id?: number | string | null;
285
+ is_activity?: boolean;
284
286
  onChange?: (val: any) => void;
285
287
  value?: any;
286
288
  tagsTree?: any;