@frontegg/js 7.124.0-alpha.0 → 7.124.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 +14 -4
- 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.124.0
|
|
3
|
+
"version": "7.124.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.124.0
|
|
9
|
+
"@frontegg/types": "7.124.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1927,7 +1927,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1927
1927
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1928
1928
|
/* harmony export */ });
|
|
1929
1929
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1930
|
-
cdnVersion: '7.124.0
|
|
1930
|
+
cdnVersion: '7.124.0'
|
|
1931
1931
|
});
|
|
1932
1932
|
|
|
1933
1933
|
/***/ }),
|
|
@@ -21092,7 +21092,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21092
21092
|
/* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
|
|
21093
21093
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
|
|
21094
21094
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
|
|
21095
|
-
/** @license Frontegg v7.124.0
|
|
21095
|
+
/** @license Frontegg v7.124.0
|
|
21096
21096
|
*
|
|
21097
21097
|
* This source code is licensed under the MIT license found in the
|
|
21098
21098
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -30939,8 +30939,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30939
30939
|
/* harmony export */ FRONTEGG_TRACE_ID: () => (/* binding */ FRONTEGG_TRACE_ID),
|
|
30940
30940
|
/* harmony export */ GENERIC_ERROR_CODE: () => (/* binding */ GENERIC_ERROR_CODE),
|
|
30941
30941
|
/* harmony export */ GENERIC_ERROR_MESSAGE: () => (/* binding */ GENERIC_ERROR_MESSAGE),
|
|
30942
|
+
/* harmony export */ INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE: () => (/* binding */ INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE),
|
|
30942
30943
|
/* harmony export */ INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE: () => (/* binding */ INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE),
|
|
30943
30944
|
/* harmony export */ INVITATION_TENANT_LOCKED_ERROR_CODE: () => (/* binding */ INVITATION_TENANT_LOCKED_ERROR_CODE),
|
|
30945
|
+
/* harmony export */ SSO_EMAIL_MISMATCH_ERROR_CODE: () => (/* binding */ SSO_EMAIL_MISMATCH_ERROR_CODE),
|
|
30944
30946
|
/* harmony export */ urls: () => (/* binding */ urls)
|
|
30945
30947
|
/* harmony export */ });
|
|
30946
30948
|
const urls = {
|
|
@@ -31266,6 +31268,12 @@ const INVITATION_TENANT_LOCKED_ERROR_CODE = 'ER-01239';
|
|
|
31266
31268
|
// locked tenant (HTTP 400 Bad Request, IdentityErrorCodes.InvitationLinkCreationTenantLockedException).
|
|
31267
31269
|
const INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE = 'ER-01240';
|
|
31268
31270
|
|
|
31271
|
+
// Returned on the SAML callback when the email domain returned by the IdP is not configured for SSO.
|
|
31272
|
+
const INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE = 'ER-01248';
|
|
31273
|
+
|
|
31274
|
+
// Returned on the SAML callback when the email returned by the IdP differs from the one that started the login.
|
|
31275
|
+
const SSO_EMAIL_MISMATCH_ERROR_CODE = 'ER-01249';
|
|
31276
|
+
|
|
31269
31277
|
/***/ }),
|
|
31270
31278
|
|
|
31271
31279
|
/***/ "../../dist/@frontegg/rest-api/directory/index.js":
|
|
@@ -31680,6 +31688,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31680
31688
|
/* harmony export */ GetUsersFilterPreset: () => (/* reexport safe */ _users_interfaces__WEBPACK_IMPORTED_MODULE_14__.GetUsersFilterPreset),
|
|
31681
31689
|
/* harmony export */ GroupManagedByEnum: () => (/* reexport safe */ _groups_enums__WEBPACK_IMPORTED_MODULE_13__.GroupManagedByEnum),
|
|
31682
31690
|
/* harmony export */ GroupRelations: () => (/* reexport safe */ _groups_enums__WEBPACK_IMPORTED_MODULE_13__.GroupRelations),
|
|
31691
|
+
/* harmony export */ INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE),
|
|
31683
31692
|
/* harmony export */ INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE),
|
|
31684
31693
|
/* harmony export */ INVITATION_TENANT_LOCKED_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.INVITATION_TENANT_LOCKED_ERROR_CODE),
|
|
31685
31694
|
/* harmony export */ ISubscriptionCancellationPolicy: () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_48__.ISubscriptionCancellationPolicy),
|
|
@@ -31700,6 +31709,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31700
31709
|
/* harmony export */ RecommendationSeverity: () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__.RecommendationSeverity),
|
|
31701
31710
|
/* harmony export */ RequestSource: () => (/* reexport safe */ _interfaces__WEBPACK_IMPORTED_MODULE_0__.RequestSource),
|
|
31702
31711
|
/* harmony export */ RestrictionType: () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.RestrictionType),
|
|
31712
|
+
/* harmony export */ SSO_EMAIL_MISMATCH_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.SSO_EMAIL_MISMATCH_ERROR_CODE),
|
|
31703
31713
|
/* harmony export */ ScimConnectionSource: () => (/* reexport safe */ _directory_interfaces__WEBPACK_IMPORTED_MODULE_12__.ScimConnectionSource),
|
|
31704
31714
|
/* harmony export */ SecondaryAuthStrategy: () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.SecondaryAuthStrategy),
|
|
31705
31715
|
/* harmony export */ SecurityCategory: () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__.SecurityCategory),
|
|
@@ -31778,7 +31788,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31778
31788
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
|
|
31779
31789
|
/* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
|
|
31780
31790
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
|
|
31781
|
-
/** @license Frontegg v7.124.0
|
|
31791
|
+
/** @license Frontegg v7.124.0
|
|
31782
31792
|
*
|
|
31783
31793
|
* This source code is licensed under the MIT license found in the
|
|
31784
31794
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -34620,7 +34630,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34620
34630
|
/* harmony export */ });
|
|
34621
34631
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
34622
34632
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
34623
|
-
/** @license Frontegg v7.124.0
|
|
34633
|
+
/** @license Frontegg v7.124.0
|
|
34624
34634
|
*
|
|
34625
34635
|
* This source code is licensed under the MIT license found in the
|
|
34626
34636
|
* LICENSE file in the root directory of this source tree.
|