@frontegg/rest-api 2.10.76 → 2.10.77

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.10.77](https://github.com/frontegg/typescript-rest-api/compare/v2.10.76...v2.10.77) (2022-06-21)
6
+
5
7
  ### [2.10.76](https://github.com/frontegg/typescript-rest-api/compare/v2.10.75...v2.10.76) (2022-06-20)
6
8
 
7
9
  ### [2.10.75](https://github.com/frontegg/typescript-rest-api/compare/v2.10.74...v2.10.75) (2022-06-19)
@@ -327,6 +327,7 @@ interface WebAuthnLoginResponse {
327
327
  clientDataJSON: string;
328
328
  authenticatorData: string;
329
329
  signature: string;
330
+ userHandle?: string;
330
331
  }
331
332
  export interface IWebAuthnPreLogin {
332
333
  email: string;
@@ -327,6 +327,7 @@ interface WebAuthnLoginResponse {
327
327
  clientDataJSON: string;
328
328
  authenticatorData: string;
329
329
  signature: string;
330
+ userHandle?: string;
330
331
  }
331
332
  export interface IWebAuthnPreLogin {
332
333
  email: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
3
  "libName": "FronteggRestApi",
4
- "version": "2.10.76",
4
+ "version": "2.10.77",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -378,7 +378,7 @@ interface WebAuthnLoginResponse {
378
378
  clientDataJSON: string;
379
379
  authenticatorData: string;
380
380
  signature: string;
381
-
381
+ userHandle?: string;
382
382
  }
383
383
 
384
384
  export interface IWebAuthnPreLogin {