@aircall/tracker
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -28,3 +28,3 @@ declare enum TRACKER { | ||
} | ||
declare interface TrackerIdentification { | ||
interface TrackerIdentification { | ||
user_id: number; | ||
@@ -80,3 +80,3 @@ aircall_employee_signed_in_as?: boolean; | ||
init(): void; | ||
identify(identification: TrackerIdentification): void; | ||
identify<T extends TrackerIdentification>(identification: T): void; | ||
/** | ||
@@ -83,0 +83,0 @@ * Store the context into the class |
{ | ||
"name": "@aircall/tracker", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
19728