@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi_funsdata/js-sdk",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "The JavaScript browser client library for DataEye",
5
5
  "main": "dist/cjs.min.js",
6
6
  "module": "dist/esm.min.js",
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;