@usermaven/sdk-js 1.5.10-rc.112 → 1.5.10-rc.116

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.
@@ -1,3 +1,4 @@
1
+ import { Properties } from '../core/types';
1
2
  export declare function getClassName(el: Element): string;
2
3
  export declare function getSafeText(el: Element): string;
3
4
  export declare function isElementNode(el: Element | undefined | null): el is HTMLElement;
@@ -10,4 +11,5 @@ export declare function shouldCaptureElement(el: Element): boolean;
10
11
  export declare function isSensitiveElement(el: Element): boolean;
11
12
  export declare function shouldCaptureValue(value: string): boolean;
12
13
  export declare function isAngularStyleAttr(attributeName: string): boolean;
14
+ export declare function hasAutocaptureIdentifier(elementProps: Properties | null | undefined): boolean;
13
15
  export declare function loadScript(scriptUrlToLoad: string, callback: (event: Event) => void): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermaven/sdk-js",
3
- "version": "1.5.10-rc.112",
3
+ "version": "1.5.10-rc.116",
4
4
  "description": "Usermaven JavaScript SDK",
5
5
  "main": "dist/lib.js",
6
6
  "module": "dist/usermaven.es.js",