@bi_funsdata/js-sdk 1.0.3 → 1.0.4
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/dist/esm.min.js +1 -1
- package/dist/umd.min.js +9 -2
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ declare namespace Funsdata {
|
|
|
49
49
|
function optOutTracking(): void;
|
|
50
50
|
function optInTracking(): void;
|
|
51
51
|
function setTrackStatus(config: any): void;
|
|
52
|
+
function getLinkerUrl(url: string): string;
|
|
52
53
|
function startHeartbeat(interval?: number): void;
|
|
53
54
|
function clearHeartbeat(): void;
|
|
54
55
|
function setHeartbeatProps(props: object): void;
|