Comparing version 2.5.0 to 3.0.1
@@ -15,3 +15,2 @@ declare type TourEventKind = "tour_started" | "tour_completed" | "tour_advanced" | "tour_cancelled" | "tour_interrupted" | "error"; | ||
name: string; | ||
steps: Step[]; | ||
}; | ||
@@ -60,6 +59,7 @@ declare type TourEventInfo = { | ||
startChecklist: (id: string) => void; | ||
showBeacon: () => void; | ||
hideBeacon: () => void; | ||
setOptions: (options: { | ||
showBeacon?: boolean; | ||
}) => void; | ||
}; | ||
declare function init(appId: string): HelpHero; | ||
export default init; |
@@ -26,4 +26,3 @@ /** | ||
id: string, | ||
name: string, | ||
steps: Step[] | ||
name: string | ||
}; | ||
@@ -89,6 +88,7 @@ declare type TourEventInfo = { | ||
startChecklist: (id: string) => void, | ||
showBeacon: () => void, | ||
hideBeacon: () => void | ||
setOptions: (options: { | ||
showBeacon?: boolean | ||
}) => void | ||
}; | ||
declare function init(appId: string): HelpHero; | ||
declare export default typeof init; |
@@ -19,4 +19,3 @@ (function (global, factory) { | ||
"startChecklist", | ||
"showBeacon", | ||
"hideBeacon" | ||
"setOptions" | ||
]; | ||
@@ -23,0 +22,0 @@ var initializedAppId; |
{ | ||
"name": "helphero", | ||
"version": "2.5.0", | ||
"version": "3.0.1", | ||
"description": "Offical HelpHero SDK for browsers", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/HelpHero/helphero-javascript.git", |
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
9333
215