@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/README.md
CHANGED
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -795,6 +795,7 @@ declare class EventEmitter<ESet extends EventSet> implements EventEmitterType<Ev
|
|
|
795
795
|
}
|
|
796
796
|
declare const Helpers: {
|
|
797
797
|
getAuthHash: typeof HMAC;
|
|
798
|
+
getFunctionTools: (functionStructure: any) => FunctionTool;
|
|
798
799
|
};
|
|
799
800
|
/**
|
|
800
801
|
* Integry JS SDK
|
|
@@ -814,6 +815,7 @@ declare class IntegryJS {
|
|
|
814
815
|
static MarketplaceRenderModes: typeof MarketplaceRenderModes;
|
|
815
816
|
static Helpers: {
|
|
816
817
|
getAuthHash: (key: string, message: string) => Promise<string>;
|
|
818
|
+
getFunctionTools: (functionStructure: any) => FunctionTool;
|
|
817
819
|
};
|
|
818
820
|
private authModalId;
|
|
819
821
|
private forceRerender;
|