@incognia/web-sdk-types 1.15.0 → 1.15.2

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -37,6 +37,7 @@ type IncogniaOptions = {
37
37
  customDomain?: string
38
38
  logEnabled?: boolean
39
39
  trackUserInteraction?: boolean
40
+ requestTokenMaxLength?: number
40
41
  }
41
42
  type IncogniaWebSdk = {
42
43
  init(appIdOrOptions: string | IncogniaOptions): Promise<void>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@incognia/web-sdk-types",
3
3
  "description": "Incognia SDK type definitions",
4
4
  "author": "",
5
- "version": "1.15.0",
5
+ "version": "1.15.2",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "incognia",