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