@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;AA6V7C,CAAC;AAID,CAAC;AAKD,CAAC;AAID,CAAC;AAKD,CAAC"}
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;AA6V7C,CAAC;AAID,CAAC;AAKD,CAAC;AAID,CAAC;AAKD,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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
3
  "libName": "FronteggRestApi",
4
- "version": "2.10.63",
4
+ "version": "2.10.64",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -173,6 +173,9 @@ export interface ILoginViaSocialLoginResponse {
173
173
  isNewUser: boolean;
174
174
  userId?: string;
175
175
  tenantId?: string;
176
+ name: string;
177
+ accessToken: string;
178
+ mfaRequired: boolean;
176
179
  }
177
180
 
178
181
  export interface ISetSocialLoginError {