@userback/widget
Advanced tools
Comparing version
@@ -99,2 +99,7 @@ export interface UserbackAfterSendData { | ||
refresh: () => void; | ||
showLauncher: () => void; | ||
hideLauncher: () => void; | ||
startSessionReplay: (options: Object) => void; | ||
stopSessionReplay: () => void; | ||
addCustomEvent: (event: string, data: Object) => void; | ||
} | ||
@@ -101,0 +106,0 @@ export interface UserbackWidget extends UserbackOptions, UserbackFunctions { |
{ | ||
"name": "@userback/widget", | ||
"description": "Userback.io widget for Javascript and Typescript", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -110,3 +110,3 @@ // Typescript Definitions | ||
identify: (user_id: string, user_info: Object) => void, | ||
addHeader: (key: string, value: string) => void | ||
addHeader: (key: string, value: string) => void, | ||
/** | ||
@@ -121,2 +121,7 @@ * Reset custom data after JavaScript SDK is loaded. | ||
refresh: () => void, | ||
showLauncher: () => void, | ||
hideLauncher: () => void, | ||
startSessionReplay: (options: Object) => void, | ||
stopSessionReplay: () => void, | ||
addCustomEvent: (event: string, data: Object) => void | ||
} | ||
@@ -123,0 +128,0 @@ |
27137
1.53%592
1.72%