@integry/sdk 4.9.7 → 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.
@@ -296,6 +296,7 @@ type RenderFlowStepOptions = {
296
296
  onFieldChangeCallback: (fieldId: string, value: any) => void;
297
297
  tagsTree: any;
298
298
  variables?: Record<string, any>;
299
+ queryParams?: Record<string, any>;
299
300
  showMappingMenu?: boolean;
300
301
  hideMappingMenu?: boolean;
301
302
  isReadOnly?: boolean;
@@ -334,6 +335,7 @@ type RenderFunctionFormOptions = {
334
335
  description?: string;
335
336
  enableExpandedTextarea?: boolean;
336
337
  variables?: Record<string, any>;
338
+ queryParams?: Record<string, any>;
337
339
  };
338
340
  type RenderMappingMenuOptions = {
339
341
  containerId: string;