@integry/sdk 4.9.8 → 4.9.9

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.
@@ -336,6 +336,7 @@ type RenderFunctionFormOptions = {
336
336
  description?: string;
337
337
  enableExpandedTextarea?: boolean;
338
338
  variables?: Record<string, any>;
339
+ queryParams?: Record<string, any>;
339
340
  };
340
341
  type RenderMappingMenuOptions = {
341
342
  containerId: string;