@incognia/web-sdk 1.16.0 → 1.17.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/dist/index.d.ts CHANGED
@@ -13,7 +13,8 @@ export type GetSessionTokenParams = {
13
13
  askForGeolocation: boolean;
14
14
  };
15
15
  export type GenerateRequestTokenParams = {
16
- askForGeolocation: boolean;
16
+ askForGeolocation?: boolean;
17
+ maxLength?: number;
17
18
  };
18
19
  export type EventProperties = Record<string, string | number | boolean>;
19
20
  export type EventAddress = {