@frontegg/js 6.59.0 → 6.61.0-alpha.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 +57 -29
- 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,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.61.0-alpha.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@babel/runtime": "^7.18.6",
|
|
8
|
-
"@frontegg/types": "6.
|
|
8
|
+
"@frontegg/types": "6.61.0-alpha.0"
|
|
9
9
|
},
|
|
10
10
|
"browserslist": {
|
|
11
11
|
"production": [
|
|
@@ -1315,7 +1315,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1315
1315
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1316
1316
|
/* harmony export */ });
|
|
1317
1317
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1318
|
-
"cdnVersion": "6.
|
|
1318
|
+
"cdnVersion": "6.61.0-alpha.0"
|
|
1319
1319
|
});
|
|
1320
1320
|
|
|
1321
1321
|
/***/ }),
|
|
@@ -18255,7 +18255,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18255
18255
|
/* harmony export */ });
|
|
18256
18256
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
18257
18257
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
18258
|
-
/** @license Frontegg v6.
|
|
18258
|
+
/** @license Frontegg v6.61.0-alpha.0
|
|
18259
18259
|
*
|
|
18260
18260
|
* This source code is licensed under the MIT license found in the
|
|
18261
18261
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -19565,6 +19565,9 @@ const urls = {
|
|
|
19565
19565
|
},
|
|
19566
19566
|
subTenants: {
|
|
19567
19567
|
v1: '/identity/resources/sub-tenants/users/v1'
|
|
19568
|
+
},
|
|
19569
|
+
impersonate: {
|
|
19570
|
+
v1: '/resources/impersonation/v1/impersonate'
|
|
19568
19571
|
}
|
|
19569
19572
|
},
|
|
19570
19573
|
team: {
|
|
@@ -20021,6 +20024,27 @@ const PostDownload = async (url, body, params, opts) => sendRequest((0,_babel_ru
|
|
|
20021
20024
|
|
|
20022
20025
|
/***/ }),
|
|
20023
20026
|
|
|
20027
|
+
/***/ "../../node_modules/@frontegg/rest-api/impersonate/index.js":
|
|
20028
|
+
/*!******************************************************************!*\
|
|
20029
|
+
!*** ../../node_modules/@frontegg/rest-api/impersonate/index.js ***!
|
|
20030
|
+
\******************************************************************/
|
|
20031
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
20032
|
+
|
|
20033
|
+
"use strict";
|
|
20034
|
+
__webpack_require__.r(__webpack_exports__);
|
|
20035
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20036
|
+
/* harmony export */ "impersonate": () => (/* binding */ impersonate)
|
|
20037
|
+
/* harmony export */ });
|
|
20038
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants */ "../../node_modules/@frontegg/rest-api/constants.js");
|
|
20039
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
20040
|
+
|
|
20041
|
+
|
|
20042
|
+
async function impersonate(body) {
|
|
20043
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.impersonate.v1}`, body);
|
|
20044
|
+
}
|
|
20045
|
+
|
|
20046
|
+
/***/ }),
|
|
20047
|
+
|
|
20024
20048
|
/***/ "../../node_modules/@frontegg/rest-api/index.js":
|
|
20025
20049
|
/*!******************************************************!*\
|
|
20026
20050
|
!*** ../../node_modules/@frontegg/rest-api/index.js ***!
|
|
@@ -20030,19 +20054,19 @@ const PostDownload = async (url, body, params, opts) => sendRequest((0,_babel_ru
|
|
|
20030
20054
|
"use strict";
|
|
20031
20055
|
__webpack_require__.r(__webpack_exports__);
|
|
20032
20056
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20033
|
-
/* harmony export */ "AuthStrategyEnum": () => (/* reexport safe */
|
|
20034
|
-
/* harmony export */ "ContextHolder": () => (/* reexport safe */
|
|
20035
|
-
/* harmony export */ "FronteggApiError": () => (/* reexport safe */
|
|
20036
|
-
/* harmony export */ "FronteggContext": () => (/* reexport safe */
|
|
20037
|
-
/* harmony export */ "ISubscriptionCancellationPolicy": () => (/* reexport safe */
|
|
20038
|
-
/* harmony export */ "ISubscriptionStatus": () => (/* reexport safe */
|
|
20057
|
+
/* harmony export */ "AuthStrategyEnum": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_24__.AuthStrategyEnum),
|
|
20058
|
+
/* harmony export */ "ContextHolder": () => (/* reexport safe */ _ContextHolder__WEBPACK_IMPORTED_MODULE_22__.ContextHolder),
|
|
20059
|
+
/* harmony export */ "FronteggApiError": () => (/* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_23__.FronteggApiError),
|
|
20060
|
+
/* harmony export */ "FronteggContext": () => (/* reexport safe */ _ContextHolder__WEBPACK_IMPORTED_MODULE_22__.FronteggContext),
|
|
20061
|
+
/* harmony export */ "ISubscriptionCancellationPolicy": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_25__.ISubscriptionCancellationPolicy),
|
|
20062
|
+
/* harmony export */ "ISubscriptionStatus": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_25__.ISubscriptionStatus),
|
|
20039
20063
|
/* harmony export */ "MFAStrategyEnum": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.MFAStrategyEnum),
|
|
20040
|
-
/* harmony export */ "PaymentMethodType": () => (/* reexport safe */
|
|
20041
|
-
/* harmony export */ "ProviderType": () => (/* reexport safe */
|
|
20064
|
+
/* harmony export */ "PaymentMethodType": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_25__.PaymentMethodType),
|
|
20065
|
+
/* harmony export */ "ProviderType": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_25__.ProviderType),
|
|
20042
20066
|
/* harmony export */ "RestrictionType": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.RestrictionType),
|
|
20043
20067
|
/* harmony export */ "ScimConnectionSource": () => (/* reexport safe */ _directory_interfaces__WEBPACK_IMPORTED_MODULE_6__.ScimConnectionSource),
|
|
20044
20068
|
/* harmony export */ "SecondaryAuthStrategy": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.SecondaryAuthStrategy),
|
|
20045
|
-
/* harmony export */ "SocialLoginProviders": () => (/* reexport safe */
|
|
20069
|
+
/* harmony export */ "SocialLoginProviders": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_24__.SocialLoginProviders),
|
|
20046
20070
|
/* harmony export */ "TenantType": () => (/* reexport safe */ _tenants_interfaces__WEBPACK_IMPORTED_MODULE_2__.TenantType),
|
|
20047
20071
|
/* harmony export */ "UserManagedByEnum": () => (/* reexport safe */ _teams_interfaces__WEBPACK_IMPORTED_MODULE_1__.UserManagedByEnum),
|
|
20048
20072
|
/* harmony export */ "WebAuthnDeviceType": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.WebAuthnDeviceType),
|
|
@@ -20051,7 +20075,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20051
20075
|
/* harmony export */ "createConfiguration": () => (/* reexport safe */ _directory__WEBPACK_IMPORTED_MODULE_5__.createConfiguration),
|
|
20052
20076
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
20053
20077
|
/* harmony export */ "deleteConfiguration": () => (/* reexport safe */ _directory__WEBPACK_IMPORTED_MODULE_5__.deleteConfiguration),
|
|
20054
|
-
/* harmony export */ "fetch": () => (/* reexport module object */
|
|
20078
|
+
/* harmony export */ "fetch": () => (/* reexport module object */ _fetch__WEBPACK_IMPORTED_MODULE_21__),
|
|
20055
20079
|
/* harmony export */ "fronteggAuthApiRoutes": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_3__.fronteggAuthApiRoutes),
|
|
20056
20080
|
/* harmony export */ "fronteggRefreshTokenUrl": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_3__.fronteggRefreshTokenUrl),
|
|
20057
20081
|
/* harmony export */ "fronteggSilentRefreshTokenUrl": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_3__.fronteggSilentRefreshTokenUrl),
|
|
@@ -20067,26 +20091,27 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20067
20091
|
/* harmony import */ var _reports__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./reports */ "../../node_modules/@frontegg/rest-api/reports/index.js");
|
|
20068
20092
|
/* harmony import */ var _notifications__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./notifications */ "../../node_modules/@frontegg/rest-api/notifications/index.js");
|
|
20069
20093
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./audits */ "../../node_modules/@frontegg/rest-api/audits/index.js");
|
|
20070
|
-
/* harmony import */ var
|
|
20094
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
20071
20095
|
/* harmony import */ var _connectivity__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./connectivity */ "../../node_modules/@frontegg/rest-api/connectivity/index.js");
|
|
20072
20096
|
/* harmony import */ var _tenants__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./tenants */ "../../node_modules/@frontegg/rest-api/tenants/index.js");
|
|
20073
20097
|
/* harmony import */ var _account_settings__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./account-settings */ "../../node_modules/@frontegg/rest-api/account-settings/index.js");
|
|
20074
20098
|
/* harmony import */ var _roles__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./roles */ "../../node_modules/@frontegg/rest-api/roles/index.js");
|
|
20075
20099
|
/* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/index.js");
|
|
20076
|
-
/* harmony import */ var
|
|
20100
|
+
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./error */ "../../node_modules/@frontegg/rest-api/error.js");
|
|
20077
20101
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./vendor */ "../../node_modules/@frontegg/rest-api/vendor/index.js");
|
|
20078
20102
|
/* harmony import */ var _sub_tenants__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./sub-tenants */ "../../node_modules/@frontegg/rest-api/sub-tenants/index.js");
|
|
20079
20103
|
/* harmony import */ var _feature_flags__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./feature-flags */ "../../node_modules/@frontegg/rest-api/feature-flags/index.js");
|
|
20080
20104
|
/* harmony import */ var _directory__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./directory */ "../../node_modules/@frontegg/rest-api/directory/index.js");
|
|
20081
|
-
/* harmony import */ var
|
|
20105
|
+
/* harmony import */ var _impersonate__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./impersonate */ "../../node_modules/@frontegg/rest-api/impersonate/index.js");
|
|
20106
|
+
/* harmony import */ var _ContextHolder__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./ContextHolder */ "../../node_modules/@frontegg/rest-api/ContextHolder/index.js");
|
|
20082
20107
|
/* harmony import */ var _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./auth/interfaces */ "../../node_modules/@frontegg/rest-api/auth/interfaces.js");
|
|
20083
20108
|
/* harmony import */ var _teams_interfaces__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./teams/interfaces */ "../../node_modules/@frontegg/rest-api/teams/interfaces.js");
|
|
20084
20109
|
/* harmony import */ var _tenants_interfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./tenants/interfaces */ "../../node_modules/@frontegg/rest-api/tenants/interfaces.js");
|
|
20085
20110
|
/* harmony import */ var _routers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./routers */ "../../node_modules/@frontegg/rest-api/routers.js");
|
|
20086
20111
|
/* harmony import */ var _directory_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./directory/interfaces */ "../../node_modules/@frontegg/rest-api/directory/interfaces.js");
|
|
20087
|
-
/* harmony import */ var
|
|
20088
|
-
/* harmony import */ var
|
|
20089
|
-
/** @license Frontegg v3.0.
|
|
20112
|
+
/* harmony import */ var _auth__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./auth */ "../../node_modules/@frontegg/rest-api/auth/enums.js");
|
|
20113
|
+
/* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/enums.js");
|
|
20114
|
+
/** @license Frontegg v3.0.61
|
|
20090
20115
|
*
|
|
20091
20116
|
* This source code is licensed under the MIT license found in the
|
|
20092
20117
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -20127,6 +20152,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
20127
20152
|
|
|
20128
20153
|
|
|
20129
20154
|
|
|
20155
|
+
|
|
20156
|
+
|
|
20130
20157
|
|
|
20131
20158
|
|
|
20132
20159
|
|
|
@@ -20145,21 +20172,22 @@ const api = {
|
|
|
20145
20172
|
vendor: _vendor__WEBPACK_IMPORTED_MODULE_18__,
|
|
20146
20173
|
subTenants: _sub_tenants__WEBPACK_IMPORTED_MODULE_19__,
|
|
20147
20174
|
featureFlags: _feature_flags__WEBPACK_IMPORTED_MODULE_4__,
|
|
20148
|
-
directory: _directory__WEBPACK_IMPORTED_MODULE_5__
|
|
20175
|
+
directory: _directory__WEBPACK_IMPORTED_MODULE_5__,
|
|
20176
|
+
impersonate: _impersonate__WEBPACK_IMPORTED_MODULE_20__
|
|
20149
20177
|
};
|
|
20150
20178
|
|
|
20151
20179
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
20152
|
-
fetch:
|
|
20153
|
-
ContextHolder:
|
|
20154
|
-
FronteggContext:
|
|
20180
|
+
fetch: _fetch__WEBPACK_IMPORTED_MODULE_21__,
|
|
20181
|
+
ContextHolder: _ContextHolder__WEBPACK_IMPORTED_MODULE_22__.ContextHolder,
|
|
20182
|
+
FronteggContext: _ContextHolder__WEBPACK_IMPORTED_MODULE_22__.FronteggContext,
|
|
20155
20183
|
api,
|
|
20156
|
-
FronteggApiError:
|
|
20157
|
-
AuthStrategyEnum:
|
|
20158
|
-
SocialLoginProviders:
|
|
20159
|
-
ISubscriptionCancellationPolicy:
|
|
20160
|
-
ISubscriptionStatus:
|
|
20161
|
-
PaymentMethodType:
|
|
20162
|
-
ProviderType:
|
|
20184
|
+
FronteggApiError: _error__WEBPACK_IMPORTED_MODULE_23__.FronteggApiError,
|
|
20185
|
+
AuthStrategyEnum: _auth__WEBPACK_IMPORTED_MODULE_24__.AuthStrategyEnum,
|
|
20186
|
+
SocialLoginProviders: _auth__WEBPACK_IMPORTED_MODULE_24__.SocialLoginProviders,
|
|
20187
|
+
ISubscriptionCancellationPolicy: _subscriptions__WEBPACK_IMPORTED_MODULE_25__.ISubscriptionCancellationPolicy,
|
|
20188
|
+
ISubscriptionStatus: _subscriptions__WEBPACK_IMPORTED_MODULE_25__.ISubscriptionStatus,
|
|
20189
|
+
PaymentMethodType: _subscriptions__WEBPACK_IMPORTED_MODULE_25__.PaymentMethodType,
|
|
20190
|
+
ProviderType: _subscriptions__WEBPACK_IMPORTED_MODULE_25__.ProviderType
|
|
20163
20191
|
});
|
|
20164
20192
|
|
|
20165
20193
|
/***/ }),
|