@frontegg/rest-api 3.0.76 → 3.0.78

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.
@@ -478,6 +478,7 @@ interface IWebAuthnRegisterResponse {
478
478
  export interface IVerifyNewWebAuthnDevice {
479
479
  id: string;
480
480
  response: IWebAuthnRegisterResponse;
481
+ deviceType?: WebAuthnDeviceType;
481
482
  }
482
483
  export declare enum SecondaryAuthStrategy {
483
484
  WebAuthnPlatform = "WebAuthnPlatform",
@@ -1,7 +1,7 @@
1
1
  export declare type IImpersonate = {
2
2
  impersonatedUserId: string;
3
3
  actorToken: string;
4
- redirectUrl: string;
4
+ redirectUrl?: string;
5
5
  };
6
6
  export declare type IImpersonateResponse = {
7
7
  accessToken: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.76
1
+ /** @license Frontegg v3.0.78
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.76
1
+ /** @license Frontegg v3.0.78
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.76",
3
+ "version": "3.0.78",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {