starti.app 2.0.33 → 2.0.35

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.
@@ -37,7 +37,7 @@ export declare class Biometrics extends EventTarget {
37
37
  /**
38
38
  * Checks if there's a saved username and password.
39
39
  */
40
- hasUsernameAndPassword(): Promise<BiometricsResultReponse<boolean>>;
40
+ hasUsernameAndPassword(): Promise<boolean>;
41
41
  /**
42
42
  * Removes the saved username and password.
43
43
  */
@@ -54,7 +54,7 @@ export declare class Biometrics extends EventTarget {
54
54
  * Checks if there's secured content.
55
55
  * @returns Returns true if the secured content exists, false otherwise.
56
56
  */
57
- hasSecuredContent(): Promise<BiometricsResultReponse<boolean>>;
57
+ hasSecuredContent(): Promise<boolean>;
58
58
  /**
59
59
  * Removes secured content.
60
60
  *
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "starti.app",
3
3
  "author": "starti.app",
4
4
  "license": "MIT",
5
- "version": "2.0.33",
5
+ "version": "2.0.35",
6
6
  "description": "Use this package for easy communication with the starti.app API.",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",