@frontegg/rest-api 3.0.57 → 3.0.58

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.
@@ -480,9 +480,8 @@ export interface IEnrollMFASMS extends IEnrollMFA {
480
480
  code: string;
481
481
  }
482
482
  export declare enum WebAuthnDeviceType {
483
- Android = "Android",
484
- USBKey = "USBKey",
485
- TouchID = "TouchID"
483
+ Platform = "Platform",
484
+ CrossPlatform = "CrossPlatform"
486
485
  }
487
486
  export interface IEnrollMFAWebAuthn extends IEnrollMFA {
488
487
  deviceType: WebAuthnDeviceType;
@@ -10,9 +10,8 @@ export let SecondaryAuthStrategy;
10
10
  export let WebAuthnDeviceType;
11
11
 
12
12
  (function (WebAuthnDeviceType) {
13
- WebAuthnDeviceType["Android"] = "Android";
14
- WebAuthnDeviceType["USBKey"] = "USBKey";
15
- WebAuthnDeviceType["TouchID"] = "TouchID";
13
+ WebAuthnDeviceType["Platform"] = "Platform";
14
+ WebAuthnDeviceType["CrossPlatform"] = "CrossPlatform";
16
15
  })(WebAuthnDeviceType || (WebAuthnDeviceType = {}));
17
16
 
18
17
  export let MFAStrategyEnum;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.57
1
+ /** @license Frontegg v3.0.58
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -36,9 +36,8 @@ let WebAuthnDeviceType;
36
36
  exports.WebAuthnDeviceType = WebAuthnDeviceType;
37
37
 
38
38
  (function (WebAuthnDeviceType) {
39
- WebAuthnDeviceType["Android"] = "Android";
40
- WebAuthnDeviceType["USBKey"] = "USBKey";
41
- WebAuthnDeviceType["TouchID"] = "TouchID";
39
+ WebAuthnDeviceType["Platform"] = "Platform";
40
+ WebAuthnDeviceType["CrossPlatform"] = "CrossPlatform";
42
41
  })(WebAuthnDeviceType || (exports.WebAuthnDeviceType = WebAuthnDeviceType = {}));
43
42
 
44
43
  let MFAStrategyEnum;
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.57
1
+ /** @license Frontegg v3.0.58
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
- "version": "3.0.57",
3
+ "version": "3.0.58",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {