@frontegg/rest-api 3.0.86 → 3.0.87

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.
@@ -505,8 +505,12 @@ export interface IAuthStrategyConfig {
505
505
  strategy: SecondaryAuthStrategy;
506
506
  isActive: boolean;
507
507
  }
508
+ export interface MainAuthStrategy {
509
+ strategy: AuthStrategyEnum;
510
+ }
508
511
  export interface IAuthStrategiesConfig {
509
512
  secondaryAuthStrategies: IAuthStrategyConfig[];
513
+ mainAuthStrategies: MainAuthStrategy[];
510
514
  }
511
515
  export interface IPreEnrollMFA {
512
516
  mfaToken: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.86
1
+ /** @license Frontegg v3.0.87
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/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.86
1
+ /** @license Frontegg v3.0.87
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.86",
3
+ "version": "3.0.87",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {