gleap 14.5.2 → 14.5.5

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
@@ -137,7 +137,7 @@ export namespace Gleap {
137
137
  function open(): void;
138
138
  function openChecklists(showBackButton?: boolean): void;
139
139
  function openChecklist(checklistId: string, showBackButton?: boolean): void;
140
- function startChecklist(outboundId: string, showBackButton?: boolean): void;
140
+ function startChecklist(outboundId: string, showBackButton?: boolean, sharedKey?: string): void;
141
141
  function openNews(showBackButton?: boolean): void;
142
142
  function openNewsArticle(id: string, showBackButton?: boolean): void;
143
143
  function openConversations(showBackButton?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "14.5.2",
3
+ "version": "14.5.5",
4
4
  "main": "build/cjs/index.js",
5
5
  "module": "build/esm/index.mjs",
6
6
  "exports": {