@integry/sdk 4.9.25 → 4.9.27

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.
@@ -804,6 +804,7 @@ declare class IntegryJS {
804
804
  static MarketplaceRenderModes: typeof MarketplaceRenderModes;
805
805
  static Helpers: {
806
806
  getAuthHash: (key: string, message: string) => Promise<string>;
807
+ getFunctionTools: (functionStructure: any) => FunctionTool;
807
808
  };
808
809
  private authModalId;
809
810
  private forceRerender;