@frontegg/rest-api 2.10.53 → 2.10.54

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.54](https://github.com/frontegg/typescript-rest-api/compare/v2.10.53...v2.10.54) (2022-02-07)
6
+
5
7
  ### [2.10.53](https://github.com/frontegg/typescript-rest-api/compare/v2.10.52...v2.10.53) (2022-02-07)
6
8
 
7
9
  ### [2.10.52](https://github.com/frontegg/typescript-rest-api/compare/v2.10.51...v2.10.52) (2022-02-06)
@@ -307,7 +307,7 @@ export interface IResetPhoneNumberResponse {
307
307
  }
308
308
  export interface IVerifyResetPhoneNumber {
309
309
  resetPhoneNumberToken: string;
310
- email: string;
310
+ code: string;
311
311
  }
312
312
  export interface IVerifyResetPhoneNumberResponse {
313
313
  changePhoneNumberToken: string;
@@ -307,7 +307,7 @@ export interface IResetPhoneNumberResponse {
307
307
  }
308
308
  export interface IVerifyResetPhoneNumber {
309
309
  resetPhoneNumberToken: string;
310
- email: string;
310
+ code: string;
311
311
  }
312
312
  export interface IVerifyResetPhoneNumberResponse {
313
313
  changePhoneNumberToken: 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.53",
4
+ "version": "2.10.54",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -355,7 +355,7 @@ export interface IResetPhoneNumberResponse {
355
355
 
356
356
  export interface IVerifyResetPhoneNumber {
357
357
  resetPhoneNumberToken: string;
358
- email: string
358
+ code: string
359
359
  };
360
360
 
361
361
  export interface IVerifyResetPhoneNumberResponse {