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