@integry/sdk 4.9.6 → 4.9.8

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;