@frontegg/rest-api 3.0.79 → 3.0.80
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 -1
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +1 -1
package/auth/interfaces.d.ts
CHANGED
|
@@ -430,7 +430,7 @@ export interface IEmailWebAuthnPreLogin extends IBaseWebAuthnPreLogin {
|
|
|
430
430
|
email: string;
|
|
431
431
|
}
|
|
432
432
|
export interface IUserIDWebAuthnPreLogin extends IBaseWebAuthnPreLogin {
|
|
433
|
-
userId
|
|
433
|
+
userId?: string;
|
|
434
434
|
}
|
|
435
435
|
export declare type IWebAuthnPreLogin = IEmailWebAuthnPreLogin | IUserIDWebAuthnPreLogin;
|
|
436
436
|
interface AllowCredentials {
|
package/index.js
CHANGED
package/node/index.js
CHANGED