@sprig-technologies/sprig-browser 2.15.0 → 2.15.1
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 +4 -0
- package/index.js +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -135,6 +135,10 @@ export class SprigAPI {
|
|
|
135
135
|
* @param {Number} height
|
|
136
136
|
*/
|
|
137
137
|
setWindowDimensions(width: number, height: number): void;
|
|
138
|
+
/**
|
|
139
|
+
* logs out current visitor and associated ids
|
|
140
|
+
*/
|
|
141
|
+
logoutUser(): void;
|
|
138
142
|
/**
|
|
139
143
|
* clears Sprig from window
|
|
140
144
|
*/
|