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