@integry/sdk 4.9.25 → 4.9.26
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.
- package/README.md +1 -0
- package/dist/esm/index.csm.d.ts +2 -0
- package/dist/esm/index.csm.js +1 -1
- package/dist/umd/index.umd.d.ts +1 -0
- package/dist/umd/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -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;
|