@frontegg/rest-api 3.0.77 → 3.0.79
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.
- package/auth/interfaces.d.ts +1 -0
- package/groups/interfaces.d.ts +1 -0
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +1 -1
package/auth/interfaces.d.ts
CHANGED
|
@@ -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",
|
package/groups/interfaces.d.ts
CHANGED
package/index.js
CHANGED
package/node/index.js
CHANGED