@amplitude/analytics-types
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -42,3 +42,3 @@ import { Logger } from './logger'; | ||
*/ | ||
shouldTrackEventResolver?: (actionType: ActionType, element: Element) => boolean; | ||
shouldTrackEventResolver?: (actionType: ActionType, element: DomElement) => boolean; | ||
/** | ||
@@ -70,7 +70,6 @@ * Prefix for data attributes to allow auto collecting. | ||
} | ||
interface Element { | ||
id: string; | ||
className: string; | ||
} | ||
type DomElement = typeof globalThis extends { | ||
Element: infer T extends abstract new (...args: any) => any; | ||
} ? InstanceType<T> : never; | ||
export {}; | ||
//# sourceMappingURL=element-interactions.d.ts.map |
@@ -42,3 +42,3 @@ import { Logger } from './logger'; | ||
*/ | ||
shouldTrackEventResolver?: (actionType: ActionType, element: Element) => boolean; | ||
shouldTrackEventResolver?: (actionType: ActionType, element: DomElement) => boolean; | ||
/** | ||
@@ -70,7 +70,6 @@ * Prefix for data attributes to allow auto collecting. | ||
} | ||
interface Element { | ||
id: string; | ||
className: string; | ||
} | ||
type DomElement = typeof globalThis extends { | ||
Element: infer T extends abstract new (...args: any) => any; | ||
} ? InstanceType<T> : never; | ||
export {}; | ||
//# sourceMappingURL=element-interactions.d.ts.map |
{ | ||
"name": "@amplitude/analytics-types", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -38,3 +38,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "812713c51b0b69909897d8ee0b1d72032266e2a1" | ||
"gitHead": "811bd12a8692e2eb3476ebd0f32bd4a5178c18c0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
270573
2953