Comparing version 2.2.0 to 2.3.0
@@ -59,4 +59,6 @@ declare type TourEventKind = "tour_started" | "tour_completed" | "tour_advanced" | "tour_cancelled" | "tour_interrupted" | "error"; | ||
startChecklist: (id: string) => void; | ||
showBeacon: () => void; | ||
hideBeacon: () => void; | ||
}; | ||
export default function initHelpHero(appId: string): HelpHero; | ||
export {}; |
@@ -87,5 +87,7 @@ /** | ||
closeChecklist: () => void, | ||
startChecklist: (id: string) => void | ||
startChecklist: (id: string) => void, | ||
showBeacon: () => void, | ||
hideBeacon: () => void | ||
}; | ||
declare export default function initHelpHero(appId: string): HelpHero; | ||
declare export {}; |
@@ -18,3 +18,5 @@ (function (global, factory) { | ||
"closeChecklist", | ||
"startChecklist" | ||
"startChecklist", | ||
"showBeacon", | ||
"hideBeacon" | ||
]; | ||
@@ -21,0 +23,0 @@ var initializedAppId; |
{ | ||
"name": "helphero", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"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
9437
215