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/build/cjs/index.js +1 -1
- package/build/esm/index.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
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;
|