gleap 17.0.2 → 17.0.3
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/browser/index.js +1 -1
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.js +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.mjs +1 -1
- package/build/esm/index.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -56,6 +56,8 @@ export namespace Gleap {
|
|
|
56
56
|
function isOpened(): boolean;
|
|
57
57
|
function setApiUrl(apiUrl: string): void;
|
|
58
58
|
function setWSApiUrl(wsApiUrl: string): void;
|
|
59
|
+
/** Messenger realtime hostname, without protocol or path. Set before initialize. */
|
|
60
|
+
function setRealtimeHost(realtimeHost: string): void;
|
|
59
61
|
function setFrameUrl(frameUrl: string): void;
|
|
60
62
|
function closeBanner(): void;
|
|
61
63
|
function closeModal(): void;
|