@integry/sdk 4.6.91 → 4.6.92

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.
@@ -239,6 +239,11 @@ type RenderMappingMenuOptions = {
239
239
  containerId: string;
240
240
  tagsTree: any;
241
241
  onTagSelect: (tag: any) => void;
242
+ renderValuesTab?: boolean;
243
+ options?: {
244
+ [key: string]: any;
245
+ };
246
+ onOptionClick?: (option: any) => void;
242
247
  };
243
248
  type ShowFunctionOptions = {
244
249
  params?: Record<string, any>;