gleap 16.3.3 → 16.3.4
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 +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -211,6 +211,7 @@ export namespace Gleap {
|
|
|
211
211
|
function hide(): void;
|
|
212
212
|
function setUseCookies(useCookies: boolean): void;
|
|
213
213
|
function setEnvironment(environment: "dev" | "staging" | "prod"): void;
|
|
214
|
+
function setCSPNonce(nonce: string): void;
|
|
214
215
|
function showFeedbackButton(show: boolean): void;
|
|
215
216
|
function startFeedbackFlow(
|
|
216
217
|
feedbackFlow: string,
|