@frontegg/js 6.47.0 → 6.48.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 +147 -58
- package/umd/frontegg.production.min.js +1 -1
- package/umd/frontegg.production.min.js.LICENSE.txt +6 -0
- 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.48.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.48.0"
|
|
9
9
|
},
|
|
10
10
|
"browserslist": {
|
|
11
11
|
"production": [
|
|
@@ -1312,7 +1312,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1312
1312
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1313
1313
|
/* harmony export */ });
|
|
1314
1314
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1315
|
-
"cdnVersion": "6.
|
|
1315
|
+
"cdnVersion": "6.48.0"
|
|
1316
1316
|
});
|
|
1317
1317
|
|
|
1318
1318
|
/***/ }),
|
|
@@ -17458,7 +17458,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17458
17458
|
/* harmony export */ });
|
|
17459
17459
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
17460
17460
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
17461
|
-
/** @license Frontegg v6.
|
|
17461
|
+
/** @license Frontegg v6.48.0
|
|
17462
17462
|
*
|
|
17463
17463
|
* This source code is licensed under the MIT license found in the
|
|
17464
17464
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -17706,8 +17706,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17706
17706
|
/* harmony export */ "disableMFASMS": () => (/* binding */ disableMFASMS),
|
|
17707
17707
|
/* harmony export */ "disableMFAWebAuthn": () => (/* binding */ disableMFAWebAuthn),
|
|
17708
17708
|
/* harmony export */ "disableMfa": () => (/* binding */ disableMfa),
|
|
17709
|
+
/* harmony export */ "enrollMFAAuthenticatorApp": () => (/* binding */ enrollMFAAuthenticatorApp),
|
|
17709
17710
|
/* harmony export */ "enrollMFAAuthenticatorAppForLogin": () => (/* binding */ enrollMFAAuthenticatorAppForLogin),
|
|
17711
|
+
/* harmony export */ "enrollMFASMS": () => (/* binding */ enrollMFASMS),
|
|
17710
17712
|
/* harmony export */ "enrollMFASMSForLogin": () => (/* binding */ enrollMFASMSForLogin),
|
|
17713
|
+
/* harmony export */ "enrollMFAWebAuthn": () => (/* binding */ enrollMFAWebAuthn),
|
|
17711
17714
|
/* harmony export */ "enrollMFAWebAuthnForLogin": () => (/* binding */ enrollMFAWebAuthnForLogin),
|
|
17712
17715
|
/* harmony export */ "enrollMfa": () => (/* binding */ enrollMfa),
|
|
17713
17716
|
/* harmony export */ "exchangeOAuthTokens": () => (/* binding */ exchangeOAuthTokens),
|
|
@@ -17726,6 +17729,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17726
17729
|
/* harmony export */ "getIPRestrictionsConfig": () => (/* reexport safe */ _secutiry_poilicy__WEBPACK_IMPORTED_MODULE_2__.getIPRestrictionsConfig),
|
|
17727
17730
|
/* harmony export */ "getLockoutPolicy": () => (/* reexport safe */ _secutiry_poilicy__WEBPACK_IMPORTED_MODULE_2__.getLockoutPolicy),
|
|
17728
17731
|
/* harmony export */ "getMFADevices": () => (/* binding */ getMFADevices),
|
|
17732
|
+
/* harmony export */ "getMFAStrategiesConfig": () => (/* binding */ getMFAStrategiesConfig),
|
|
17729
17733
|
/* harmony export */ "getMfaPolicy": () => (/* reexport safe */ _secutiry_poilicy__WEBPACK_IMPORTED_MODULE_2__.getMfaPolicy),
|
|
17730
17734
|
/* harmony export */ "getOidcConfiguration": () => (/* binding */ getOidcConfiguration),
|
|
17731
17735
|
/* harmony export */ "getPasswordConfigPolicy": () => (/* reexport safe */ _secutiry_poilicy__WEBPACK_IMPORTED_MODULE_2__.getPasswordConfigPolicy),
|
|
@@ -17759,8 +17763,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17759
17763
|
/* harmony export */ "postLogin": () => (/* binding */ postLogin),
|
|
17760
17764
|
/* harmony export */ "preDisableMFASMS": () => (/* binding */ preDisableMFASMS),
|
|
17761
17765
|
/* harmony export */ "preDisableMFAWebAuthn": () => (/* binding */ preDisableMFAWebAuthn),
|
|
17766
|
+
/* harmony export */ "preEnrollMFAAuthenticatorApp": () => (/* binding */ preEnrollMFAAuthenticatorApp),
|
|
17762
17767
|
/* harmony export */ "preEnrollMFAAuthenticatorAppForLogin": () => (/* binding */ preEnrollMFAAuthenticatorAppForLogin),
|
|
17768
|
+
/* harmony export */ "preEnrollMFASMS": () => (/* binding */ preEnrollMFASMS),
|
|
17763
17769
|
/* harmony export */ "preEnrollMFASMSForLogin": () => (/* binding */ preEnrollMFASMSForLogin),
|
|
17770
|
+
/* harmony export */ "preEnrollMFAWebAuthn": () => (/* binding */ preEnrollMFAWebAuthn),
|
|
17764
17771
|
/* harmony export */ "preEnrollMFAWebAuthnForLogin": () => (/* binding */ preEnrollMFAWebAuthnForLogin),
|
|
17765
17772
|
/* harmony export */ "preLogin": () => (/* binding */ preLogin),
|
|
17766
17773
|
/* harmony export */ "preLoginV2": () => (/* binding */ preLoginV2),
|
|
@@ -17947,6 +17954,24 @@ async function recoverMfaToken(body) {
|
|
|
17947
17954
|
async function enrollMfa() {
|
|
17948
17955
|
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/enroll`);
|
|
17949
17956
|
}
|
|
17957
|
+
async function preEnrollMFAAuthenticatorApp() {
|
|
17958
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/authenticator/enroll`);
|
|
17959
|
+
}
|
|
17960
|
+
async function enrollMFAAuthenticatorApp(body) {
|
|
17961
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/authenticator/enroll/verify`, body);
|
|
17962
|
+
}
|
|
17963
|
+
async function preEnrollMFASMS(body) {
|
|
17964
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/sms/enroll`, body);
|
|
17965
|
+
}
|
|
17966
|
+
async function enrollMFASMS(body) {
|
|
17967
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/sms/enroll/verify`, body);
|
|
17968
|
+
}
|
|
17969
|
+
async function preEnrollMFAWebAuthn() {
|
|
17970
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/webauthn/enroll`);
|
|
17971
|
+
}
|
|
17972
|
+
async function enrollMFAWebAuthn(body) {
|
|
17973
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/webauthn/enroll/verify`, body);
|
|
17974
|
+
}
|
|
17950
17975
|
async function verifyMfa(body) {
|
|
17951
17976
|
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.users.v1}/mfa/enroll/verify`, body);
|
|
17952
17977
|
}
|
|
@@ -18293,7 +18318,9 @@ async function verifyNewDeviceSession(body) {
|
|
|
18293
18318
|
async function getVendorPublicAuthStrategiesConfig() {
|
|
18294
18319
|
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Get)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.configurations.v1}/auth/strategies/public`);
|
|
18295
18320
|
}
|
|
18296
|
-
|
|
18321
|
+
async function getMFAStrategiesConfig() {
|
|
18322
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_5__.Get)(`${_constants__WEBPACK_IMPORTED_MODULE_6__.urls.identity.configurations.v1}/mfa/strategies`);
|
|
18323
|
+
}
|
|
18297
18324
|
|
|
18298
18325
|
/***/ }),
|
|
18299
18326
|
|
|
@@ -18842,11 +18869,65 @@ const urls = {
|
|
|
18842
18869
|
},
|
|
18843
18870
|
featureFlags: {
|
|
18844
18871
|
v1: '/flags'
|
|
18872
|
+
},
|
|
18873
|
+
directory: {
|
|
18874
|
+
v1: '/directory/resources/v1/configurations/scim2'
|
|
18845
18875
|
}
|
|
18846
18876
|
};
|
|
18847
18877
|
|
|
18848
18878
|
/***/ }),
|
|
18849
18879
|
|
|
18880
|
+
/***/ "../../node_modules/@frontegg/rest-api/directory/index.js":
|
|
18881
|
+
/*!****************************************************************!*\
|
|
18882
|
+
!*** ../../node_modules/@frontegg/rest-api/directory/index.js ***!
|
|
18883
|
+
\****************************************************************/
|
|
18884
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
18885
|
+
|
|
18886
|
+
"use strict";
|
|
18887
|
+
__webpack_require__.r(__webpack_exports__);
|
|
18888
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18889
|
+
/* harmony export */ "createConfiguration": () => (/* binding */ createConfiguration),
|
|
18890
|
+
/* harmony export */ "getConfigs": () => (/* binding */ getConfigs),
|
|
18891
|
+
/* harmony export */ "updateConfiguration": () => (/* binding */ updateConfiguration)
|
|
18892
|
+
/* harmony export */ });
|
|
18893
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants */ "../../node_modules/@frontegg/rest-api/constants.js");
|
|
18894
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
18895
|
+
|
|
18896
|
+
|
|
18897
|
+
async function getConfigs() {
|
|
18898
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Get)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.v1}`);
|
|
18899
|
+
}
|
|
18900
|
+
async function updateConfiguration(id, body) {
|
|
18901
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Patch)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.v1}/${id}`, body);
|
|
18902
|
+
}
|
|
18903
|
+
async function createConfiguration(id, body) {
|
|
18904
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.v1}`, body);
|
|
18905
|
+
}
|
|
18906
|
+
|
|
18907
|
+
/***/ }),
|
|
18908
|
+
|
|
18909
|
+
/***/ "../../node_modules/@frontegg/rest-api/directory/interfaces.js":
|
|
18910
|
+
/*!*********************************************************************!*\
|
|
18911
|
+
!*** ../../node_modules/@frontegg/rest-api/directory/interfaces.js ***!
|
|
18912
|
+
\*********************************************************************/
|
|
18913
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
18914
|
+
|
|
18915
|
+
"use strict";
|
|
18916
|
+
__webpack_require__.r(__webpack_exports__);
|
|
18917
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18918
|
+
/* harmony export */ "ScimConnectionSource": () => (/* binding */ ScimConnectionSource)
|
|
18919
|
+
/* harmony export */ });
|
|
18920
|
+
let ScimConnectionSource;
|
|
18921
|
+
|
|
18922
|
+
(function (ScimConnectionSource) {
|
|
18923
|
+
ScimConnectionSource["FRONTEGG"] = "frontegg";
|
|
18924
|
+
ScimConnectionSource["OKTA"] = "okta";
|
|
18925
|
+
ScimConnectionSource["AZURE_AD"] = "azure-ad";
|
|
18926
|
+
ScimConnectionSource["OTHER"] = "other";
|
|
18927
|
+
})(ScimConnectionSource || (ScimConnectionSource = {}));
|
|
18928
|
+
|
|
18929
|
+
/***/ }),
|
|
18930
|
+
|
|
18850
18931
|
/***/ "../../node_modules/@frontegg/rest-api/error.js":
|
|
18851
18932
|
/*!******************************************************!*\
|
|
18852
18933
|
!*** ../../node_modules/@frontegg/rest-api/error.js ***!
|
|
@@ -18917,7 +18998,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18917
18998
|
|
|
18918
18999
|
|
|
18919
19000
|
|
|
18920
|
-
function getBaseUrl(context, url) {
|
|
19001
|
+
function getBaseUrl(context, url, withFronteggSuffix = true) {
|
|
18921
19002
|
let baseUrl;
|
|
18922
19003
|
|
|
18923
19004
|
if (typeof context.baseUrl === 'function') {
|
|
@@ -18926,7 +19007,7 @@ function getBaseUrl(context, url) {
|
|
|
18926
19007
|
baseUrl = context.baseUrl;
|
|
18927
19008
|
}
|
|
18928
19009
|
|
|
18929
|
-
const prefix = context.urlPrefix || 'frontegg';
|
|
19010
|
+
const prefix = context.urlPrefix || withFronteggSuffix ? 'frontegg' : '';
|
|
18930
19011
|
|
|
18931
19012
|
if (!baseUrl.endsWith('/')) {
|
|
18932
19013
|
baseUrl += '/';
|
|
@@ -19129,51 +19210,57 @@ const PostDownload = async (url, body, params, opts) => sendRequest((0,_babel_ru
|
|
|
19129
19210
|
"use strict";
|
|
19130
19211
|
__webpack_require__.r(__webpack_exports__);
|
|
19131
19212
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19132
|
-
/* harmony export */ "AuthStrategyEnum": () => (/* reexport safe */
|
|
19133
|
-
/* harmony export */ "ContextHolder": () => (/* reexport safe */
|
|
19134
|
-
/* harmony export */ "FronteggApiError": () => (/* reexport safe */
|
|
19135
|
-
/* harmony export */ "FronteggContext": () => (/* reexport safe */
|
|
19136
|
-
/* harmony export */ "ISubscriptionCancellationPolicy": () => (/* reexport safe */
|
|
19137
|
-
/* harmony export */ "ISubscriptionStatus": () => (/* reexport safe */
|
|
19213
|
+
/* harmony export */ "AuthStrategyEnum": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_22__.AuthStrategyEnum),
|
|
19214
|
+
/* harmony export */ "ContextHolder": () => (/* reexport safe */ _ContextHolder__WEBPACK_IMPORTED_MODULE_20__.ContextHolder),
|
|
19215
|
+
/* harmony export */ "FronteggApiError": () => (/* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_21__.FronteggApiError),
|
|
19216
|
+
/* harmony export */ "FronteggContext": () => (/* reexport safe */ _ContextHolder__WEBPACK_IMPORTED_MODULE_20__.FronteggContext),
|
|
19217
|
+
/* harmony export */ "ISubscriptionCancellationPolicy": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_23__.ISubscriptionCancellationPolicy),
|
|
19218
|
+
/* harmony export */ "ISubscriptionStatus": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_23__.ISubscriptionStatus),
|
|
19138
19219
|
/* harmony export */ "MFAStrategyEnum": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.MFAStrategyEnum),
|
|
19139
|
-
/* harmony export */ "PaymentMethodType": () => (/* reexport safe */
|
|
19140
|
-
/* harmony export */ "ProviderType": () => (/* reexport safe */
|
|
19220
|
+
/* harmony export */ "PaymentMethodType": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_23__.PaymentMethodType),
|
|
19221
|
+
/* harmony export */ "ProviderType": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_23__.ProviderType),
|
|
19141
19222
|
/* harmony export */ "RestrictionType": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.RestrictionType),
|
|
19223
|
+
/* harmony export */ "ScimConnectionSource": () => (/* reexport safe */ _directory_interfaces__WEBPACK_IMPORTED_MODULE_5__.ScimConnectionSource),
|
|
19142
19224
|
/* harmony export */ "SecondaryAuthStrategy": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.SecondaryAuthStrategy),
|
|
19143
|
-
/* harmony export */ "SocialLoginProviders": () => (/* reexport safe */
|
|
19225
|
+
/* harmony export */ "SocialLoginProviders": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_22__.SocialLoginProviders),
|
|
19144
19226
|
/* harmony export */ "TenantType": () => (/* reexport safe */ _tenants_interfaces__WEBPACK_IMPORTED_MODULE_1__.TenantType),
|
|
19145
19227
|
/* harmony export */ "WebAuthnDeviceType": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__.WebAuthnDeviceType),
|
|
19146
19228
|
/* harmony export */ "api": () => (/* binding */ api),
|
|
19229
|
+
/* harmony export */ "createConfiguration": () => (/* reexport safe */ _directory__WEBPACK_IMPORTED_MODULE_4__.createConfiguration),
|
|
19147
19230
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
19148
|
-
/* harmony export */ "fetch": () => (/* reexport module object */
|
|
19231
|
+
/* harmony export */ "fetch": () => (/* reexport module object */ _fetch__WEBPACK_IMPORTED_MODULE_19__),
|
|
19149
19232
|
/* harmony export */ "fronteggAuthApiRoutes": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_2__.fronteggAuthApiRoutes),
|
|
19150
19233
|
/* harmony export */ "fronteggRefreshTokenUrl": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_2__.fronteggRefreshTokenUrl),
|
|
19151
19234
|
/* harmony export */ "fronteggSilentRefreshTokenUrl": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_2__.fronteggSilentRefreshTokenUrl),
|
|
19152
|
-
/* harmony export */ "
|
|
19235
|
+
/* harmony export */ "getConfigs": () => (/* reexport safe */ _directory__WEBPACK_IMPORTED_MODULE_4__.getConfigs),
|
|
19236
|
+
/* harmony export */ "loadFeatureFlags": () => (/* reexport safe */ _feature_flags__WEBPACK_IMPORTED_MODULE_3__.loadFeatureFlags),
|
|
19237
|
+
/* harmony export */ "updateConfiguration": () => (/* reexport safe */ _directory__WEBPACK_IMPORTED_MODULE_4__.updateConfiguration)
|
|
19153
19238
|
/* harmony export */ });
|
|
19154
|
-
/* harmony import */ var
|
|
19155
|
-
/* harmony import */ var
|
|
19156
|
-
/* harmony import */ var
|
|
19157
|
-
/* harmony import */ var
|
|
19158
|
-
/* harmony import */ var
|
|
19159
|
-
/* harmony import */ var
|
|
19160
|
-
/* harmony import */ var
|
|
19161
|
-
/* harmony import */ var
|
|
19162
|
-
/* harmony import */ var
|
|
19163
|
-
/* harmony import */ var
|
|
19164
|
-
/* harmony import */ var
|
|
19165
|
-
/* harmony import */ var
|
|
19166
|
-
/* harmony import */ var
|
|
19167
|
-
/* harmony import */ var
|
|
19168
|
-
/* harmony import */ var
|
|
19239
|
+
/* harmony import */ var _auth__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./auth */ "../../node_modules/@frontegg/rest-api/auth/index.js");
|
|
19240
|
+
/* harmony import */ var _teams__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./teams */ "../../node_modules/@frontegg/rest-api/teams/index.js");
|
|
19241
|
+
/* harmony import */ var _metadata__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./metadata */ "../../node_modules/@frontegg/rest-api/metadata/index.js");
|
|
19242
|
+
/* harmony import */ var _reports__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./reports */ "../../node_modules/@frontegg/rest-api/reports/index.js");
|
|
19243
|
+
/* harmony import */ var _notifications__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./notifications */ "../../node_modules/@frontegg/rest-api/notifications/index.js");
|
|
19244
|
+
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./audits */ "../../node_modules/@frontegg/rest-api/audits/index.js");
|
|
19245
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
19246
|
+
/* harmony import */ var _connectivity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./connectivity */ "../../node_modules/@frontegg/rest-api/connectivity/index.js");
|
|
19247
|
+
/* harmony import */ var _tenants__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./tenants */ "../../node_modules/@frontegg/rest-api/tenants/index.js");
|
|
19248
|
+
/* harmony import */ var _account_settings__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./account-settings */ "../../node_modules/@frontegg/rest-api/account-settings/index.js");
|
|
19249
|
+
/* harmony import */ var _roles__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./roles */ "../../node_modules/@frontegg/rest-api/roles/index.js");
|
|
19250
|
+
/* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/index.js");
|
|
19251
|
+
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./error */ "../../node_modules/@frontegg/rest-api/error.js");
|
|
19252
|
+
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./vendor */ "../../node_modules/@frontegg/rest-api/vendor/index.js");
|
|
19253
|
+
/* harmony import */ var _sub_tenants__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./sub-tenants */ "../../node_modules/@frontegg/rest-api/sub-tenants/index.js");
|
|
19169
19254
|
/* harmony import */ var _feature_flags__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./feature-flags */ "../../node_modules/@frontegg/rest-api/feature-flags/index.js");
|
|
19170
|
-
/* harmony import */ var
|
|
19255
|
+
/* harmony import */ var _ContextHolder__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./ContextHolder */ "../../node_modules/@frontegg/rest-api/ContextHolder/index.js");
|
|
19171
19256
|
/* harmony import */ var _auth_interfaces__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./auth/interfaces */ "../../node_modules/@frontegg/rest-api/auth/interfaces.js");
|
|
19172
19257
|
/* harmony import */ var _tenants_interfaces__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./tenants/interfaces */ "../../node_modules/@frontegg/rest-api/tenants/interfaces.js");
|
|
19173
19258
|
/* harmony import */ var _routers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./routers */ "../../node_modules/@frontegg/rest-api/routers.js");
|
|
19174
|
-
/* harmony import */ var
|
|
19175
|
-
/* harmony import */ var
|
|
19176
|
-
|
|
19259
|
+
/* harmony import */ var _directory__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./directory */ "../../node_modules/@frontegg/rest-api/directory/index.js");
|
|
19260
|
+
/* harmony import */ var _directory_interfaces__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./directory/interfaces */ "../../node_modules/@frontegg/rest-api/directory/interfaces.js");
|
|
19261
|
+
/* harmony import */ var _auth__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./auth */ "../../node_modules/@frontegg/rest-api/auth/enums.js");
|
|
19262
|
+
/* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/enums.js");
|
|
19263
|
+
/** @license Frontegg v3.0.43
|
|
19177
19264
|
*
|
|
19178
19265
|
* This source code is licensed under the MIT license found in the
|
|
19179
19266
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -19211,38 +19298,40 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19211
19298
|
|
|
19212
19299
|
|
|
19213
19300
|
|
|
19301
|
+
|
|
19302
|
+
|
|
19214
19303
|
|
|
19215
19304
|
|
|
19216
19305
|
|
|
19217
19306
|
const api = {
|
|
19218
|
-
auth:
|
|
19219
|
-
teams:
|
|
19220
|
-
metadata:
|
|
19221
|
-
reports:
|
|
19222
|
-
connectivity:
|
|
19223
|
-
notifications:
|
|
19224
|
-
audits:
|
|
19225
|
-
tenants:
|
|
19226
|
-
accountSettings:
|
|
19227
|
-
roles:
|
|
19228
|
-
subscriptions:
|
|
19229
|
-
vendor:
|
|
19230
|
-
subTenants:
|
|
19307
|
+
auth: _auth__WEBPACK_IMPORTED_MODULE_6__,
|
|
19308
|
+
teams: _teams__WEBPACK_IMPORTED_MODULE_7__,
|
|
19309
|
+
metadata: _metadata__WEBPACK_IMPORTED_MODULE_8__,
|
|
19310
|
+
reports: _reports__WEBPACK_IMPORTED_MODULE_9__,
|
|
19311
|
+
connectivity: _connectivity__WEBPACK_IMPORTED_MODULE_10__,
|
|
19312
|
+
notifications: _notifications__WEBPACK_IMPORTED_MODULE_11__,
|
|
19313
|
+
audits: _audits__WEBPACK_IMPORTED_MODULE_12__,
|
|
19314
|
+
tenants: _tenants__WEBPACK_IMPORTED_MODULE_13__,
|
|
19315
|
+
accountSettings: _account_settings__WEBPACK_IMPORTED_MODULE_14__,
|
|
19316
|
+
roles: _roles__WEBPACK_IMPORTED_MODULE_15__,
|
|
19317
|
+
subscriptions: _subscriptions__WEBPACK_IMPORTED_MODULE_16__,
|
|
19318
|
+
vendor: _vendor__WEBPACK_IMPORTED_MODULE_17__,
|
|
19319
|
+
subTenants: _sub_tenants__WEBPACK_IMPORTED_MODULE_18__,
|
|
19231
19320
|
featureFlags: _feature_flags__WEBPACK_IMPORTED_MODULE_3__
|
|
19232
19321
|
};
|
|
19233
19322
|
|
|
19234
19323
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
19235
|
-
fetch:
|
|
19236
|
-
ContextHolder:
|
|
19237
|
-
FronteggContext:
|
|
19324
|
+
fetch: _fetch__WEBPACK_IMPORTED_MODULE_19__,
|
|
19325
|
+
ContextHolder: _ContextHolder__WEBPACK_IMPORTED_MODULE_20__.ContextHolder,
|
|
19326
|
+
FronteggContext: _ContextHolder__WEBPACK_IMPORTED_MODULE_20__.FronteggContext,
|
|
19238
19327
|
api,
|
|
19239
|
-
FronteggApiError:
|
|
19240
|
-
AuthStrategyEnum:
|
|
19241
|
-
SocialLoginProviders:
|
|
19242
|
-
ISubscriptionCancellationPolicy:
|
|
19243
|
-
ISubscriptionStatus:
|
|
19244
|
-
PaymentMethodType:
|
|
19245
|
-
ProviderType:
|
|
19328
|
+
FronteggApiError: _error__WEBPACK_IMPORTED_MODULE_21__.FronteggApiError,
|
|
19329
|
+
AuthStrategyEnum: _auth__WEBPACK_IMPORTED_MODULE_22__.AuthStrategyEnum,
|
|
19330
|
+
SocialLoginProviders: _auth__WEBPACK_IMPORTED_MODULE_22__.SocialLoginProviders,
|
|
19331
|
+
ISubscriptionCancellationPolicy: _subscriptions__WEBPACK_IMPORTED_MODULE_23__.ISubscriptionCancellationPolicy,
|
|
19332
|
+
ISubscriptionStatus: _subscriptions__WEBPACK_IMPORTED_MODULE_23__.ISubscriptionStatus,
|
|
19333
|
+
PaymentMethodType: _subscriptions__WEBPACK_IMPORTED_MODULE_23__.PaymentMethodType,
|
|
19334
|
+
ProviderType: _subscriptions__WEBPACK_IMPORTED_MODULE_23__.ProviderType
|
|
19246
19335
|
});
|
|
19247
19336
|
|
|
19248
19337
|
/***/ }),
|