@integry/sdk 4.9.7 → 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.
@@ -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;