gleap 14.8.13 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -45,6 +45,10 @@ export namespace Gleap {
45
45
  function clearCustomData(): void;
46
46
  function playSound(play: boolean): void;
47
47
  function destroy(): void;
48
+ function showAiChatbar(): void;
49
+ function hideAiChatbar(): void;
50
+ function askAI(question: string, showBackButton?: boolean): void;
51
+ function setAiChatbarQuickActions(quickActions: string[]): void;
48
52
  function isOpened(): boolean;
49
53
  function setApiUrl(apiUrl: string): void;
50
54
  function setWSApiUrl(wsApiUrl: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "14.8.13",
3
+ "version": "15.0.0",
4
4
  "main": "build/cjs/index.js",
5
5
  "module": "build/esm/index.mjs",
6
6
  "exports": {
@@ -77,4 +77,4 @@
77
77
  "@rrweb/record": "^2.0.0-alpha.18",
78
78
  "unique-selector": "^0.5.0"
79
79
  }
80
- }
80
+ }