@frontegg/rest-api 3.0.55 → 3.0.56

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.
@@ -520,7 +520,8 @@ export interface IVerifyMFAWebAuthn extends IVerifyMFA {
520
520
  }
521
521
  export declare enum MFAStrategyEnum {
522
522
  AuthenticatorApp = "AuthenticatorApp",
523
- WebAuthn = "WebAuthn",
523
+ WebAuthnPlatform = "WebAuthnPlatform",
524
+ WebAuthnCrossPlatform = "WebAuthnCrossPlatform",
524
525
  SMS = "SMS"
525
526
  }
526
527
  export interface UserMFAWebAuthnDevice {
@@ -19,6 +19,7 @@ export let MFAStrategyEnum;
19
19
 
20
20
  (function (MFAStrategyEnum) {
21
21
  MFAStrategyEnum["AuthenticatorApp"] = "AuthenticatorApp";
22
- MFAStrategyEnum["WebAuthn"] = "WebAuthn";
22
+ MFAStrategyEnum["WebAuthnPlatform"] = "WebAuthnPlatform";
23
+ MFAStrategyEnum["WebAuthnCrossPlatform"] = "WebAuthnCrossPlatform";
23
24
  MFAStrategyEnum["SMS"] = "SMS";
24
25
  })(MFAStrategyEnum || (MFAStrategyEnum = {}));
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.55
1
+ /** @license Frontegg v3.0.56
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.
@@ -46,6 +46,7 @@ exports.MFAStrategyEnum = MFAStrategyEnum;
46
46
 
47
47
  (function (MFAStrategyEnum) {
48
48
  MFAStrategyEnum["AuthenticatorApp"] = "AuthenticatorApp";
49
- MFAStrategyEnum["WebAuthn"] = "WebAuthn";
49
+ MFAStrategyEnum["WebAuthnPlatform"] = "WebAuthnPlatform";
50
+ MFAStrategyEnum["WebAuthnCrossPlatform"] = "WebAuthnCrossPlatform";
50
51
  MFAStrategyEnum["SMS"] = "SMS";
51
52
  })(MFAStrategyEnum || (exports.MFAStrategyEnum = MFAStrategyEnum = {}));
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.55
1
+ /** @license Frontegg v3.0.56
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.55",
3
+ "version": "3.0.56",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {