@frontegg/js
Advanced tools
Comparing version 7.55.0 to 7.56.0
@@ -68,2 +68,7 @@ import { EntitledToOptions, Entitlement, FronteggStore, IsSteppedUpOptions, StepUpOptions } from '@frontegg/redux-store'; | ||
loginWithRedirect(additionalParams?: Record<string, any>): void; | ||
loginWithRedirectV2(payload?: { | ||
additionalParams: Record<string, string>; | ||
shouldRedirectToLogin?: boolean; | ||
firstTime?: boolean; | ||
}): void; | ||
logout(): void; | ||
@@ -70,0 +75,0 @@ loadScript(component: string): Promise<unknown>; |
@@ -360,2 +360,10 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray"; | ||
}, { | ||
key: "loginWithRedirectV2", | ||
value: function loginWithRedirectV2(payload) { | ||
this.store.dispatch({ | ||
type: 'auth/requestHostedLoginAuthorizeV2', | ||
payload: payload | ||
}); | ||
} | ||
}, { | ||
key: "logout", | ||
@@ -362,0 +370,0 @@ value: function logout() { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -367,2 +367,10 @@ "use strict"; | ||
}, { | ||
key: "loginWithRedirectV2", | ||
value: function loginWithRedirectV2(payload) { | ||
this.store.dispatch({ | ||
type: 'auth/requestHostedLoginAuthorizeV2', | ||
payload: payload | ||
}); | ||
} | ||
}, { | ||
key: "logout", | ||
@@ -369,0 +377,0 @@ value: function logout() { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -8,4 +8,4 @@ "use strict"; | ||
var _default = { | ||
cdnVersion: '7.55.0' | ||
cdnVersion: '7.56.0' | ||
}; | ||
exports["default"] = _default; |
{ | ||
"name": "@frontegg/js", | ||
"version": "7.55.0", | ||
"version": "7.56.0", | ||
"main": "./node/index.js", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"@babel/runtime": "^7.18.6", | ||
"@frontegg/types": "7.55.0" | ||
"@frontegg/types": "7.56.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "browserslist": { |
@@ -38,3 +38,3 @@ /*! | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0 | ||
* | ||
@@ -41,0 +41,0 @@ * This source code is licensed under the MIT license found in the |
export default { | ||
cdnVersion: '7.55.0' | ||
cdnVersion: '7.56.0' | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2123810
35911
+ Added@frontegg/redux-store@7.56.0(transitive)
+ Added@frontegg/rest-api@7.56.0(transitive)
+ Added@frontegg/types@7.56.0(transitive)
- Removed@frontegg/redux-store@7.55.0(transitive)
- Removed@frontegg/rest-api@7.55.0(transitive)
- Removed@frontegg/types@7.55.0(transitive)
Updated@frontegg/types@7.56.0