@frontegg/rest-api 2.10.63 → 2.10.64
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.64](https://github.com/frontegg/typescript-rest-api/compare/v2.10.63...v2.10.64) (2022-04-21)
|
|
6
|
+
|
|
5
7
|
### [2.10.63](https://github.com/frontegg/typescript-rest-api/compare/v2.10.62...v2.10.63) (2022-04-20)
|
|
6
8
|
|
|
7
9
|
### [2.10.62](https://github.com/frontegg/typescript-rest-api/compare/v2.10.61...v2.10.62) (2022-04-19)
|
|
@@ -155,6 +155,9 @@ export interface ILoginViaSocialLoginResponse {
|
|
|
155
155
|
isNewUser: boolean;
|
|
156
156
|
userId?: string;
|
|
157
157
|
tenantId?: string;
|
|
158
|
+
name: string;
|
|
159
|
+
accessToken: string;
|
|
160
|
+
mfaRequired: boolean;
|
|
158
161
|
}
|
|
159
162
|
export interface ISetSocialLoginError {
|
|
160
163
|
error: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../src/auth/interfaces.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,gEAA8C;
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../src/auth/interfaces.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,gEAA8C;AAgW7C,CAAC;AAID,CAAC;AAKD,CAAC;AAID,CAAC;AAKD,CAAC"}
|
|
@@ -155,6 +155,9 @@ export interface ILoginViaSocialLoginResponse {
|
|
|
155
155
|
isNewUser: boolean;
|
|
156
156
|
userId?: string;
|
|
157
157
|
tenantId?: string;
|
|
158
|
+
name: string;
|
|
159
|
+
accessToken: string;
|
|
160
|
+
mfaRequired: boolean;
|
|
158
161
|
}
|
|
159
162
|
export interface ISetSocialLoginError {
|
|
160
163
|
error: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/auth/interfaces.ts"],"names":[],"mappings":"AAIA,cAAc,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/auth/interfaces.ts"],"names":[],"mappings":"AAIA,cAAc,+BAA+B,CAAC;AAgW7C,CAAC;AAID,CAAC;AAKD,CAAC;AAID,CAAC;AAKD,CAAC"}
|
package/package.json
CHANGED
package/src/auth/interfaces.ts
CHANGED