@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
|
-
|
|
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
|
-
|
|
310
|
+
code: string;
|
|
311
311
|
}
|
|
312
312
|
export interface IVerifyResetPhoneNumberResponse {
|
|
313
313
|
changePhoneNumberToken: string;
|
package/package.json
CHANGED
package/src/auth/interfaces.ts
CHANGED