@frontegg/js 7.117.0 → 7.119.0
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/index.js +1 -1
- package/node/index.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg.development.js +56 -46
- package/umd/frontegg.production.min.js +1 -1
- package/umd/frontegg.production.min.js.LICENSE.txt +1 -1
- package/version.js +1 -1
package/index.js
CHANGED
package/node/index.js
CHANGED
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.119.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Frontegg LTD",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/types": "7.
|
|
9
|
+
"@frontegg/types": "7.119.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1924,7 +1924,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1924
1924
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1925
1925
|
/* harmony export */ });
|
|
1926
1926
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1927
|
-
cdnVersion: '7.
|
|
1927
|
+
cdnVersion: '7.119.0'
|
|
1928
1928
|
});
|
|
1929
1929
|
|
|
1930
1930
|
/***/ }),
|
|
@@ -6154,26 +6154,26 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6154
6154
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../helpers */ "../../dist/@frontegg/redux-store/helpers/refreshTokenRetry.js");
|
|
6155
6155
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../helpers */ "../../dist/@frontegg/redux-store/helpers/common.js");
|
|
6156
6156
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../helpers */ "../../dist/@frontegg/redux-store/helpers/handlers.js");
|
|
6157
|
-
/* harmony import */ var
|
|
6158
|
-
/* harmony import */ var
|
|
6159
|
-
/* harmony import */ var
|
|
6157
|
+
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../../helpers */ "../../dist/@frontegg/redux-store/helpers/gtm.js");
|
|
6158
|
+
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../../helpers */ "../../dist/@frontegg/redux-store/helpers/encoders.js");
|
|
6159
|
+
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../../helpers */ "../../dist/@frontegg/redux-store/helpers/converters.js");
|
|
6160
6160
|
/* harmony import */ var _state__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../state */ "../../dist/@frontegg/redux-store/auth/LoginState/state.js");
|
|
6161
6161
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../helpers */ "../../dist/@frontegg/redux-store/auth/LoginState/helpers.js");
|
|
6162
6162
|
/* harmony import */ var _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @frontegg/rest-api */ "../../dist/@frontegg/rest-api/ContextHolder/index.js");
|
|
6163
6163
|
/* harmony import */ var _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @frontegg/rest-api */ "../../dist/@frontegg/rest-api/auth/utils.js");
|
|
6164
6164
|
/* harmony import */ var _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @frontegg/rest-api */ "../../dist/@frontegg/rest-api/feature-flags/index.js");
|
|
6165
6165
|
/* harmony import */ var _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @frontegg/rest-api */ "../../dist/@frontegg/rest-api/auth/enums.js");
|
|
6166
|
-
/* harmony import */ var
|
|
6166
|
+
/* harmony import */ var _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! @frontegg/rest-api */ "../../dist/@frontegg/rest-api/auth/interfaces.js");
|
|
6167
6167
|
/* harmony import */ var _hostedLoginAuthorize_actions__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./hostedLoginAuthorize.actions */ "../../dist/@frontegg/redux-store/auth/LoginState/actions/hostedLoginAuthorize.actions.js");
|
|
6168
|
-
/* harmony import */ var
|
|
6169
|
-
/* harmony import */ var
|
|
6168
|
+
/* harmony import */ var _oauthStorage__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../oauthStorage */ "../../dist/@frontegg/redux-store/auth/LoginState/oauthStorage.js");
|
|
6169
|
+
/* harmony import */ var _StepUpState_consts__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../StepUpState/consts */ "../../dist/@frontegg/redux-store/auth/StepUpState/consts.js");
|
|
6170
6170
|
/* harmony import */ var _toolkit__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../toolkit */ "../../dist/@frontegg/redux-store/toolkit/FronteggNativeModule.js");
|
|
6171
6171
|
/* harmony import */ var _toolkit__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../toolkit */ "../../dist/@frontegg/redux-store/auth/Entitlements/helpers.js");
|
|
6172
6172
|
/* harmony import */ var _interfaces__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../interfaces */ "../../dist/@frontegg/redux-store/auth/interfaces.js");
|
|
6173
|
-
/* harmony import */ var
|
|
6173
|
+
/* harmony import */ var _consts__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../consts */ "../../dist/@frontegg/redux-store/auth/LoginState/consts.js");
|
|
6174
6174
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../helpers */ "../../dist/@frontegg/redux-store/auth/helpers.js");
|
|
6175
6175
|
/* harmony import */ var _MfaState_interfaces__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../../MfaState/interfaces */ "../../dist/@frontegg/redux-store/auth/MfaState/interfaces.js");
|
|
6176
|
-
/* harmony import */ var
|
|
6176
|
+
/* harmony import */ var _SSOState_interfaces__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../SSOState/interfaces */ "../../dist/@frontegg/redux-store/auth/SSOState/interfaces.js");
|
|
6177
6177
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../constants */ "../../dist/@frontegg/redux-store/constants.js");
|
|
6178
6178
|
|
|
6179
6179
|
|
|
@@ -6587,11 +6587,23 @@ const _excluded = ["callback", "error"],
|
|
|
6587
6587
|
}));
|
|
6588
6588
|
const {
|
|
6589
6589
|
address,
|
|
6590
|
-
idpType
|
|
6590
|
+
idpType,
|
|
6591
|
+
addressType
|
|
6591
6592
|
} = preLoginResult != null ? preLoginResult : {};
|
|
6592
6593
|
if (address) {
|
|
6594
|
+
if (addressType === _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_17__.PreLoginAddressType.External) {
|
|
6595
|
+
// Domain-based routing: navigate to the vendor legacy login URL immediately,
|
|
6596
|
+
// skipping the SSO interstitial and the SSO/OIDC-specific handling.
|
|
6597
|
+
setLoginState({
|
|
6598
|
+
loading: false
|
|
6599
|
+
});
|
|
6600
|
+
onRedirectTo(address, {
|
|
6601
|
+
refresh: true
|
|
6602
|
+
});
|
|
6603
|
+
return;
|
|
6604
|
+
}
|
|
6593
6605
|
let ssoRedirectUrl = address;
|
|
6594
|
-
if (idpType ===
|
|
6606
|
+
if (idpType === _SSOState_interfaces__WEBPACK_IMPORTED_MODULE_18__.SamlVendors.Oidc && !ssoRedirectUrl.includes('redirect_uri')) {
|
|
6595
6607
|
const {
|
|
6596
6608
|
oidcRedirectUrl
|
|
6597
6609
|
} = store.auth.routes;
|
|
@@ -6665,7 +6677,7 @@ const _excluded = ["callback", "error"],
|
|
|
6665
6677
|
email: user.email,
|
|
6666
6678
|
name: user.name
|
|
6667
6679
|
};
|
|
6668
|
-
(0,
|
|
6680
|
+
(0,_helpers__WEBPACK_IMPORTED_MODULE_19__.reportGTMEvent)(_helpers__WEBPACK_IMPORTED_MODULE_19__.GTMEventAction.LOGIN_COMPLETED, loginCompletedPayload);
|
|
6669
6681
|
}
|
|
6670
6682
|
await actions.afterAuthNavigation();
|
|
6671
6683
|
} catch (e) {
|
|
@@ -6758,7 +6770,7 @@ const _excluded = ["callback", "error"],
|
|
|
6758
6770
|
email,
|
|
6759
6771
|
name: user.name
|
|
6760
6772
|
};
|
|
6761
|
-
(0,
|
|
6773
|
+
(0,_helpers__WEBPACK_IMPORTED_MODULE_19__.reportGTMEvent)(_helpers__WEBPACK_IMPORTED_MODULE_19__.GTMEventAction.LOGIN_COMPLETED, loginCompletedPayload);
|
|
6762
6774
|
}
|
|
6763
6775
|
if (loginState.flow === _interfaces__WEBPACK_IMPORTED_MODULE_6__.LoginFlow.Login) {
|
|
6764
6776
|
if (securityCenterLoginFlows && user.isBreachedPassword && !isAuthenticated) {
|
|
@@ -6819,7 +6831,7 @@ const _excluded = ["callback", "error"],
|
|
|
6819
6831
|
}
|
|
6820
6832
|
// Step-up re-login goes through silentLogout but still needs the hosted OAuth state to finish the client flow.
|
|
6821
6833
|
if (!keepHostedOAuthState) {
|
|
6822
|
-
(0,
|
|
6834
|
+
(0,_oauthStorage__WEBPACK_IMPORTED_MODULE_20__.clearHostedOAuthState)();
|
|
6823
6835
|
}
|
|
6824
6836
|
};
|
|
6825
6837
|
const logout = async payload => {
|
|
@@ -6848,7 +6860,7 @@ const _excluded = ["callback", "error"],
|
|
|
6848
6860
|
} catch {
|
|
6849
6861
|
/* empty */
|
|
6850
6862
|
}
|
|
6851
|
-
const isStepUpInProgress = !!((_window2 = window) != null && _window2.localStorage.getItem(
|
|
6863
|
+
const isStepUpInProgress = !!((_window2 = window) != null && _window2.localStorage.getItem(_StepUpState_consts__WEBPACK_IMPORTED_MODULE_21__.SHOULD_STEP_UP_KEY));
|
|
6852
6864
|
clearLogoutLocalState({
|
|
6853
6865
|
keepHostedOAuthState: isStepUpInProgress
|
|
6854
6866
|
});
|
|
@@ -6984,7 +6996,7 @@ const _excluded = ["callback", "error"],
|
|
|
6984
6996
|
username: (_username = username) != null ? _username : ''
|
|
6985
6997
|
}));
|
|
6986
6998
|
// @ts-ignore
|
|
6987
|
-
const step =
|
|
6999
|
+
const step = _consts__WEBPACK_IMPORTED_MODULE_22__.authStrategyLoginStepMap[payload.type];
|
|
6988
7000
|
setLoginState({
|
|
6989
7001
|
step,
|
|
6990
7002
|
loading: false,
|
|
@@ -7041,7 +7053,7 @@ const _excluded = ["callback", "error"],
|
|
|
7041
7053
|
name: user.name
|
|
7042
7054
|
};
|
|
7043
7055
|
events == null ? void 0 : (_events$userVerified = events.userVerified) == null ? void 0 : _events$userVerified.call(events, userVerifiedPayload);
|
|
7044
|
-
(0,
|
|
7056
|
+
(0,_helpers__WEBPACK_IMPORTED_MODULE_19__.reportGTMEvent)(_helpers__WEBPACK_IMPORTED_MODULE_19__.GTMEventAction.USER_VERIFIED, userVerifiedPayload);
|
|
7045
7057
|
}
|
|
7046
7058
|
const loginCompletedPayload = {
|
|
7047
7059
|
tenantId: user.tenantId,
|
|
@@ -7051,7 +7063,7 @@ const _excluded = ["callback", "error"],
|
|
|
7051
7063
|
email: user.email,
|
|
7052
7064
|
name: user.name
|
|
7053
7065
|
};
|
|
7054
|
-
(0,
|
|
7066
|
+
(0,_helpers__WEBPACK_IMPORTED_MODULE_19__.reportGTMEvent)(_helpers__WEBPACK_IMPORTED_MODULE_19__.GTMEventAction.LOGIN_COMPLETED, loginCompletedPayload);
|
|
7055
7067
|
if (user.id) {
|
|
7056
7068
|
localStorage.setItem('userId', user.id);
|
|
7057
7069
|
}
|
|
@@ -7149,9 +7161,9 @@ const _excluded = ["callback", "error"],
|
|
|
7149
7161
|
const {
|
|
7150
7162
|
options
|
|
7151
7163
|
} = await api.auth.webAuthnPreLogin(body);
|
|
7152
|
-
options.challenge = (0,
|
|
7164
|
+
options.challenge = (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(options.challenge);
|
|
7153
7165
|
options.allowCredentials = (_options$allowCredent = options.allowCredentials) == null ? void 0 : _options$allowCredent.map(credentials => (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, credentials, {
|
|
7154
|
-
id: (0,
|
|
7166
|
+
id: (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(credentials.id)
|
|
7155
7167
|
}));
|
|
7156
7168
|
setLoginState({
|
|
7157
7169
|
error: undefined
|
|
@@ -7184,7 +7196,7 @@ const _excluded = ["callback", "error"],
|
|
|
7184
7196
|
setLoginState({
|
|
7185
7197
|
loading: true
|
|
7186
7198
|
});
|
|
7187
|
-
const publicKey = (0,
|
|
7199
|
+
const publicKey = (0,_helpers__WEBPACK_IMPORTED_MODULE_24__.publicKeyCredentialToJSON)(body.publicKey);
|
|
7188
7200
|
const _await$api$auth$webAu = await api.auth.webAuthnPostLoginV2((0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, publicKey, {
|
|
7189
7201
|
response: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, publicKey.response, {
|
|
7190
7202
|
userHandle: (_publicKey$response$u = publicKey.response.userHandle) != null ? _publicKey$response$u : undefined
|
|
@@ -7227,7 +7239,7 @@ const _excluded = ["callback", "error"],
|
|
|
7227
7239
|
email: user.email,
|
|
7228
7240
|
name: user.name
|
|
7229
7241
|
};
|
|
7230
|
-
(0,
|
|
7242
|
+
(0,_helpers__WEBPACK_IMPORTED_MODULE_19__.reportGTMEvent)(_helpers__WEBPACK_IMPORTED_MODULE_19__.GTMEventAction.LOGIN_COMPLETED, loginCompletedPayload);
|
|
7231
7243
|
await actions.afterAuthNavigation();
|
|
7232
7244
|
// TODO: Itamar why moving callback to inside the else block
|
|
7233
7245
|
callback == null ? void 0 : callback(true);
|
|
@@ -7260,8 +7272,8 @@ const _excluded = ["callback", "error"],
|
|
|
7260
7272
|
const {
|
|
7261
7273
|
options
|
|
7262
7274
|
} = await api.auth.webAuthnCreateNewDeviceSession();
|
|
7263
|
-
options.user.id = (0,
|
|
7264
|
-
options.challenge = (0,
|
|
7275
|
+
options.user.id = (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(options.user.id);
|
|
7276
|
+
options.challenge = (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(options.challenge);
|
|
7265
7277
|
options.excludeCredentials = [];
|
|
7266
7278
|
callback == null ? void 0 : callback(options);
|
|
7267
7279
|
} catch (e) {
|
|
@@ -7284,8 +7296,8 @@ const _excluded = ["callback", "error"],
|
|
|
7284
7296
|
setLoginState({
|
|
7285
7297
|
loading: true
|
|
7286
7298
|
});
|
|
7287
|
-
const publicKey = (0,
|
|
7288
|
-
const deviceType = (publicKey == null ? void 0 : publicKey.authenticatorAttachment) === 'platform' ?
|
|
7299
|
+
const publicKey = (0,_helpers__WEBPACK_IMPORTED_MODULE_24__.publicKeyCredentialToJSON)(body.publicKey);
|
|
7300
|
+
const deviceType = (publicKey == null ? void 0 : publicKey.authenticatorAttachment) === 'platform' ? _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_17__.WebAuthnDeviceType.Platform : _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_17__.WebAuthnDeviceType.CrossPlatform;
|
|
7289
7301
|
await api.auth.verifyNewDeviceSession({
|
|
7290
7302
|
id: publicKey.id,
|
|
7291
7303
|
response: publicKey.response,
|
|
@@ -7352,12 +7364,12 @@ const _excluded = ["callback", "error"],
|
|
|
7352
7364
|
var _data$options$exclude;
|
|
7353
7365
|
const data = await api.auth.preEnrollMFAWebAuthnForLogin(payload);
|
|
7354
7366
|
const options = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, data.options, {
|
|
7355
|
-
challenge: (0,
|
|
7367
|
+
challenge: (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(data.options.challenge),
|
|
7356
7368
|
user: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, data.options.user, {
|
|
7357
|
-
id: (0,
|
|
7369
|
+
id: (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(data.options.user.id)
|
|
7358
7370
|
}),
|
|
7359
7371
|
excludeCredentials: (_data$options$exclude = data.options.excludeCredentials) == null ? void 0 : _data$options$exclude.map(credentials => (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, credentials, {
|
|
7360
|
-
id: (0,
|
|
7372
|
+
id: (0,_helpers__WEBPACK_IMPORTED_MODULE_23__.base64urlDecode)(credentials.id)
|
|
7361
7373
|
}))
|
|
7362
7374
|
});
|
|
7363
7375
|
setLoginState({
|
|
@@ -7384,7 +7396,7 @@ const _excluded = ["callback", "error"],
|
|
|
7384
7396
|
loading: true
|
|
7385
7397
|
});
|
|
7386
7398
|
try {
|
|
7387
|
-
const publicKey = (0,
|
|
7399
|
+
const publicKey = (0,_helpers__WEBPACK_IMPORTED_MODULE_24__.publicKeyCredentialToJSON)(payload.publicKey);
|
|
7388
7400
|
const data = await api.auth.enrollMFAWebAuthnForLoginV2((0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, payload, {
|
|
7389
7401
|
options: publicKey
|
|
7390
7402
|
}));
|
|
@@ -16348,19 +16360,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16348
16360
|
inviteTokenState
|
|
16349
16361
|
} = store.auth.teamState;
|
|
16350
16362
|
try {
|
|
16351
|
-
const
|
|
16352
|
-
|
|
16353
|
-
|
|
16354
|
-
|
|
16355
|
-
|
|
16356
|
-
shouldSendEmail: shouldSendEmail != null ? shouldSendEmail : true,
|
|
16357
|
-
roleIds: roleIds != null ? roleIds : []
|
|
16358
|
-
});
|
|
16359
|
-
} else {
|
|
16360
|
-
data = await api.teams.createInviteUserLink({
|
|
16361
|
-
expiresInMinutes: 43200
|
|
16362
|
-
});
|
|
16363
|
-
}
|
|
16363
|
+
const data = await api.teams.createInviteUserLinkV2({
|
|
16364
|
+
expiresInMinutes: expiresInMinutes != null ? expiresInMinutes : 43200,
|
|
16365
|
+
shouldSendEmail: shouldSendEmail != null ? shouldSendEmail : true,
|
|
16366
|
+
roleIds: roleIds != null ? roleIds : []
|
|
16367
|
+
});
|
|
16364
16368
|
actions.setTeamState({
|
|
16365
16369
|
inviteTokenState: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, inviteTokenState, data)
|
|
16366
16370
|
});
|
|
@@ -20590,7 +20594,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20590
20594
|
/* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
|
|
20591
20595
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
|
|
20592
20596
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
|
|
20593
|
-
/** @license Frontegg v7.
|
|
20597
|
+
/** @license Frontegg v7.119.0
|
|
20594
20598
|
*
|
|
20595
20599
|
* This source code is licensed under the MIT license found in the
|
|
20596
20600
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -29986,6 +29990,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29986
29990
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
29987
29991
|
/* harmony export */ LOAD_AUTHORIZATION_FF: () => (/* binding */ LOAD_AUTHORIZATION_FF),
|
|
29988
29992
|
/* harmony export */ MFAStrategyEnum: () => (/* binding */ MFAStrategyEnum),
|
|
29993
|
+
/* harmony export */ PreLoginAddressType: () => (/* binding */ PreLoginAddressType),
|
|
29989
29994
|
/* harmony export */ RestrictionType: () => (/* reexport safe */ _secutiry_poilicy_interfaces__WEBPACK_IMPORTED_MODULE_1__.RestrictionType),
|
|
29990
29995
|
/* harmony export */ SecondaryAuthStrategy: () => (/* binding */ SecondaryAuthStrategy),
|
|
29991
29996
|
/* harmony export */ WebAuthnDeviceType: () => (/* binding */ WebAuthnDeviceType)
|
|
@@ -29995,6 +30000,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29995
30000
|
_enums__WEBPACK_IMPORTED_MODULE_0__.EIdentifierType;
|
|
29996
30001
|
|
|
29997
30002
|
|
|
30003
|
+
const PreLoginAddressType = {
|
|
30004
|
+
Sso: 'sso',
|
|
30005
|
+
External: 'external'
|
|
30006
|
+
};
|
|
29998
30007
|
// SmsCode is for speedy login, SmsCodeV2 is for login with SMS
|
|
29999
30008
|
let SecondaryAuthStrategy;
|
|
30000
30009
|
(function (SecondaryAuthStrategy) {
|
|
@@ -31164,6 +31173,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31164
31173
|
/* harmony export */ PasswordRecoveryStrategyEnum: () => (/* reexport safe */ _auth_enums__WEBPACK_IMPORTED_MODULE_2__.PasswordRecoveryStrategyEnum),
|
|
31165
31174
|
/* harmony export */ PaymentMethodType: () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_47__.PaymentMethodType),
|
|
31166
31175
|
/* harmony export */ PermissionAssignmentTypeEnum: () => (/* reexport safe */ _roles_interfaces__WEBPACK_IMPORTED_MODULE_7__.PermissionAssignmentTypeEnum),
|
|
31176
|
+
/* harmony export */ PreLoginAddressType: () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.PreLoginAddressType),
|
|
31167
31177
|
/* harmony export */ ProviderType: () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_47__.ProviderType),
|
|
31168
31178
|
/* harmony export */ RecommendationActionKey: () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__.RecommendationActionKey),
|
|
31169
31179
|
/* harmony export */ RecommendationCode: () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__.RecommendationCode),
|
|
@@ -31247,7 +31257,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31247
31257
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
|
|
31248
31258
|
/* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
|
|
31249
31259
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
|
|
31250
|
-
/** @license Frontegg v7.
|
|
31260
|
+
/** @license Frontegg v7.119.0
|
|
31251
31261
|
*
|
|
31252
31262
|
* This source code is licensed under the MIT license found in the
|
|
31253
31263
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -34044,7 +34054,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34044
34054
|
/* harmony export */ });
|
|
34045
34055
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
34046
34056
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
34047
|
-
/** @license Frontegg v7.
|
|
34057
|
+
/** @license Frontegg v7.119.0
|
|
34048
34058
|
*
|
|
34049
34059
|
* This source code is licensed under the MIT license found in the
|
|
34050
34060
|
* LICENSE file in the root directory of this source tree.
|