@frontegg/js 6.138.0 → 6.139.0-alpha.1
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 +100 -67
- 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": "6.
|
|
3
|
+
"version": "6.139.0-alpha.1",
|
|
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": "6.
|
|
9
|
+
"@frontegg/types": "6.139.0-alpha.1"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1320,7 +1320,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1320
1320
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1321
1321
|
/* harmony export */ });
|
|
1322
1322
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1323
|
-
cdnVersion: '6.
|
|
1323
|
+
cdnVersion: '6.139.0-alpha.1'
|
|
1324
1324
|
});
|
|
1325
1325
|
|
|
1326
1326
|
/***/ }),
|
|
@@ -13158,9 +13158,7 @@ const securityCenterState = {
|
|
|
13158
13158
|
queryParams: {
|
|
13159
13159
|
_offset: 0,
|
|
13160
13160
|
_limit: 10,
|
|
13161
|
-
|
|
13162
|
-
_maxInactiveSeconds: 7776000
|
|
13163
|
-
}
|
|
13161
|
+
_maxInactiveSeconds: 7776000
|
|
13164
13162
|
}
|
|
13165
13163
|
}
|
|
13166
13164
|
};
|
|
@@ -13433,7 +13431,7 @@ function* loadUsersTableSecurityCenter({
|
|
|
13433
13431
|
_limit: limit,
|
|
13434
13432
|
_preset,
|
|
13435
13433
|
_email,
|
|
13436
|
-
|
|
13434
|
+
_maxInactiveSeconds
|
|
13437
13435
|
}) {
|
|
13438
13436
|
var _ref3, _tableState$queryPara, _ref4, _tableState$queryPara2;
|
|
13439
13437
|
yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_5__.actions.setSecurityCenterStateError({
|
|
@@ -13451,7 +13449,7 @@ function* loadUsersTableSecurityCenter({
|
|
|
13451
13449
|
_limit,
|
|
13452
13450
|
_includeSubTenants: false,
|
|
13453
13451
|
_preset,
|
|
13454
|
-
|
|
13452
|
+
_maxInactiveSeconds
|
|
13455
13453
|
}, !!_email && {
|
|
13456
13454
|
_email
|
|
13457
13455
|
});
|
|
@@ -13470,7 +13468,7 @@ function* loadUsersTableSecurityCenter({
|
|
|
13470
13468
|
queryParams: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({
|
|
13471
13469
|
_offset,
|
|
13472
13470
|
_limit,
|
|
13473
|
-
|
|
13471
|
+
_maxInactiveSeconds
|
|
13474
13472
|
}, !!_email && {
|
|
13475
13473
|
_email
|
|
13476
13474
|
})
|
|
@@ -17571,9 +17569,7 @@ const securityCenterInactivityPasswordUsersMock = {
|
|
|
17571
17569
|
totalUsersPages: 1,
|
|
17572
17570
|
usersPageOffset: 0,
|
|
17573
17571
|
queryParams: {
|
|
17574
|
-
|
|
17575
|
-
_maxInactiveSeconds: 7776000
|
|
17576
|
-
}
|
|
17572
|
+
_maxInactiveSeconds: 7776000
|
|
17577
17573
|
}
|
|
17578
17574
|
};
|
|
17579
17575
|
const securityCenterUnenrolledMfaUsersMock = {
|
|
@@ -22749,7 +22745,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22749
22745
|
/* harmony export */ });
|
|
22750
22746
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
22751
22747
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
22752
|
-
/** @license Frontegg v6.
|
|
22748
|
+
/** @license Frontegg v6.139.0-alpha.1
|
|
22753
22749
|
*
|
|
22754
22750
|
* This source code is licensed under the MIT license found in the
|
|
22755
22751
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -23955,6 +23951,7 @@ let SecondaryAuthStrategy;
|
|
|
23955
23951
|
SecondaryAuthStrategy["WebAuthnPlatform"] = "WebAuthnPlatform";
|
|
23956
23952
|
SecondaryAuthStrategy["WebAuthnCrossPlatform"] = "WebAuthnCrossPlatform";
|
|
23957
23953
|
SecondaryAuthStrategy["SmsCode"] = "SmsCode";
|
|
23954
|
+
SecondaryAuthStrategy["SmsCodeV2"] = "SmsCodeV2";
|
|
23958
23955
|
SecondaryAuthStrategy["Passkeys"] = "Passkeys";
|
|
23959
23956
|
})(SecondaryAuthStrategy || (SecondaryAuthStrategy = {}));
|
|
23960
23957
|
|
|
@@ -24444,6 +24441,9 @@ const urls = {
|
|
|
24444
24441
|
getByIds: {
|
|
24445
24442
|
v1: '/identity/resources/groups/v1/bulkGet'
|
|
24446
24443
|
}
|
|
24444
|
+
},
|
|
24445
|
+
phoneNumbers: {
|
|
24446
|
+
v1: '/identity/resources/phoneNumbers/v1'
|
|
24447
24447
|
}
|
|
24448
24448
|
},
|
|
24449
24449
|
team: {
|
|
@@ -25193,25 +25193,25 @@ async function impersonate(body) {
|
|
|
25193
25193
|
__webpack_require__.r(__webpack_exports__);
|
|
25194
25194
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
25195
25195
|
/* harmony export */ "ADMIN_PORTAL_ENTITLEMENTS_FF": () => (/* reexport safe */ _entitlements_interfaces__WEBPACK_IMPORTED_MODULE_10__.ADMIN_PORTAL_ENTITLEMENTS_FF),
|
|
25196
|
-
/* harmony export */ "AuthStrategyEnum": () => (/* reexport safe */
|
|
25197
|
-
/* harmony export */ "ContextHolder": () => (/* reexport safe */
|
|
25196
|
+
/* harmony export */ "AuthStrategyEnum": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_34__.AuthStrategyEnum),
|
|
25197
|
+
/* harmony export */ "ContextHolder": () => (/* reexport safe */ _ContextHolder__WEBPACK_IMPORTED_MODULE_32__.ContextHolder),
|
|
25198
25198
|
/* harmony export */ "FeatureFlags": () => (/* reexport safe */ _feature_flags_index__WEBPACK_IMPORTED_MODULE_5__.FeatureFlags),
|
|
25199
|
-
/* harmony export */ "FronteggApiError": () => (/* reexport safe */
|
|
25200
|
-
/* harmony export */ "FronteggContext": () => (/* reexport safe */
|
|
25199
|
+
/* harmony export */ "FronteggApiError": () => (/* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_33__.FronteggApiError),
|
|
25200
|
+
/* harmony export */ "FronteggContext": () => (/* reexport safe */ _ContextHolder__WEBPACK_IMPORTED_MODULE_32__.FronteggContext),
|
|
25201
25201
|
/* harmony export */ "FronteggFrameworks": () => (/* reexport safe */ _interfaces__WEBPACK_IMPORTED_MODULE_0__.FronteggFrameworks),
|
|
25202
25202
|
/* harmony export */ "GetUsersFilterPreset": () => (/* reexport safe */ _users_interfaces__WEBPACK_IMPORTED_MODULE_9__.GetUsersFilterPreset),
|
|
25203
25203
|
/* harmony export */ "GroupManagedByEnum": () => (/* reexport safe */ _groups_enums__WEBPACK_IMPORTED_MODULE_8__.GroupManagedByEnum),
|
|
25204
25204
|
/* harmony export */ "GroupRelations": () => (/* reexport safe */ _groups_enums__WEBPACK_IMPORTED_MODULE_8__.GroupRelations),
|
|
25205
|
-
/* harmony export */ "ISubscriptionCancellationPolicy": () => (/* reexport safe */
|
|
25206
|
-
/* harmony export */ "ISubscriptionStatus": () => (/* reexport safe */
|
|
25205
|
+
/* harmony export */ "ISubscriptionCancellationPolicy": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_35__.ISubscriptionCancellationPolicy),
|
|
25206
|
+
/* harmony export */ "ISubscriptionStatus": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_35__.ISubscriptionStatus),
|
|
25207
25207
|
/* harmony export */ "InsightCode": () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_11__.InsightCode),
|
|
25208
25208
|
/* harmony export */ "LOAD_AUTHORIZATION_FF": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.LOAD_AUTHORIZATION_FF),
|
|
25209
25209
|
/* harmony export */ "MFAStrategyEnum": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.MFAStrategyEnum),
|
|
25210
|
-
/* harmony export */ "MachineToMachineAuthStrategy": () => (/* reexport safe */
|
|
25210
|
+
/* harmony export */ "MachineToMachineAuthStrategy": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_34__.MachineToMachineAuthStrategy),
|
|
25211
25211
|
/* harmony export */ "NotEntitledJustification": () => (/* reexport safe */ _entitlements_interfaces__WEBPACK_IMPORTED_MODULE_10__.NotEntitledJustification),
|
|
25212
25212
|
/* harmony export */ "PaginationOrderEnum": () => (/* reexport safe */ _interfaces__WEBPACK_IMPORTED_MODULE_0__.PaginationOrderEnum),
|
|
25213
|
-
/* harmony export */ "PaymentMethodType": () => (/* reexport safe */
|
|
25214
|
-
/* harmony export */ "ProviderType": () => (/* reexport safe */
|
|
25213
|
+
/* harmony export */ "PaymentMethodType": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_35__.PaymentMethodType),
|
|
25214
|
+
/* harmony export */ "ProviderType": () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_35__.ProviderType),
|
|
25215
25215
|
/* harmony export */ "RecommendationActionKey": () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_11__.RecommendationActionKey),
|
|
25216
25216
|
/* harmony export */ "RecommendationCode": () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_11__.RecommendationCode),
|
|
25217
25217
|
/* harmony export */ "RecommendationSeverity": () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_11__.RecommendationSeverity),
|
|
@@ -25220,7 +25220,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25220
25220
|
/* harmony export */ "ScimConnectionSource": () => (/* reexport safe */ _directory_interfaces__WEBPACK_IMPORTED_MODULE_7__.ScimConnectionSource),
|
|
25221
25221
|
/* harmony export */ "SecondaryAuthStrategy": () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.SecondaryAuthStrategy),
|
|
25222
25222
|
/* harmony export */ "SecurityCategory": () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_11__.SecurityCategory),
|
|
25223
|
-
/* harmony export */ "SocialLoginProviders": () => (/* reexport safe */
|
|
25223
|
+
/* harmony export */ "SocialLoginProviders": () => (/* reexport safe */ _auth__WEBPACK_IMPORTED_MODULE_34__.SocialLoginProviders),
|
|
25224
25224
|
/* harmony export */ "SortByEnum": () => (/* reexport safe */ _users_interfaces__WEBPACK_IMPORTED_MODULE_9__.SortByEnum),
|
|
25225
25225
|
/* harmony export */ "TenantSortByEnum": () => (/* reexport safe */ _tenants_interfaces__WEBPACK_IMPORTED_MODULE_3__.TenantSortByEnum),
|
|
25226
25226
|
/* harmony export */ "TenantType": () => (/* reexport safe */ _tenants_interfaces__WEBPACK_IMPORTED_MODULE_3__.TenantType),
|
|
@@ -25231,7 +25231,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25231
25231
|
/* harmony export */ "createConfiguration": () => (/* reexport safe */ _directory_index__WEBPACK_IMPORTED_MODULE_6__.createConfiguration),
|
|
25232
25232
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
25233
25233
|
/* harmony export */ "deleteConfiguration": () => (/* reexport safe */ _directory_index__WEBPACK_IMPORTED_MODULE_6__.deleteConfiguration),
|
|
25234
|
-
/* harmony export */ "fetch": () => (/* reexport module object */
|
|
25234
|
+
/* harmony export */ "fetch": () => (/* reexport module object */ _fetch__WEBPACK_IMPORTED_MODULE_31__),
|
|
25235
25235
|
/* harmony export */ "fronteggAuthApiRoutesRegex": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_4__.fronteggAuthApiRoutesRegex),
|
|
25236
25236
|
/* harmony export */ "fronteggHeaders": () => (/* reexport safe */ _interfaces__WEBPACK_IMPORTED_MODULE_0__.fronteggHeaders),
|
|
25237
25237
|
/* harmony export */ "fronteggRefreshTokenUrl": () => (/* reexport safe */ _routers__WEBPACK_IMPORTED_MODULE_4__.fronteggRefreshTokenUrl),
|
|
@@ -25245,20 +25245,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25245
25245
|
/* harmony export */ "updateConfiguration": () => (/* reexport safe */ _directory_index__WEBPACK_IMPORTED_MODULE_6__.updateConfiguration)
|
|
25246
25246
|
/* harmony export */ });
|
|
25247
25247
|
/* harmony import */ var _auth__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./auth */ "../../node_modules/@frontegg/rest-api/auth/index.js");
|
|
25248
|
-
/* harmony import */ var
|
|
25248
|
+
/* harmony import */ var _auth__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./auth */ "../../node_modules/@frontegg/rest-api/auth/enums.js");
|
|
25249
25249
|
/* harmony import */ var _teams__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./teams */ "../../node_modules/@frontegg/rest-api/teams/index.js");
|
|
25250
25250
|
/* harmony import */ var _metadata__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./metadata */ "../../node_modules/@frontegg/rest-api/metadata/index.js");
|
|
25251
25251
|
/* harmony import */ var _reports__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./reports */ "../../node_modules/@frontegg/rest-api/reports/index.js");
|
|
25252
25252
|
/* harmony import */ var _notifications__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./notifications */ "../../node_modules/@frontegg/rest-api/notifications/index.js");
|
|
25253
25253
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./audits */ "../../node_modules/@frontegg/rest-api/audits/index.js");
|
|
25254
|
-
/* harmony import */ var
|
|
25254
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
25255
25255
|
/* harmony import */ var _connectivity__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./connectivity */ "../../node_modules/@frontegg/rest-api/connectivity/index.js");
|
|
25256
25256
|
/* harmony import */ var _tenants__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./tenants */ "../../node_modules/@frontegg/rest-api/tenants/index.js");
|
|
25257
25257
|
/* harmony import */ var _account_settings__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./account-settings */ "../../node_modules/@frontegg/rest-api/account-settings/index.js");
|
|
25258
25258
|
/* harmony import */ var _roles__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./roles */ "../../node_modules/@frontegg/rest-api/roles/index.js");
|
|
25259
25259
|
/* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/index.js");
|
|
25260
|
-
/* harmony import */ var
|
|
25261
|
-
/* harmony import */ var
|
|
25260
|
+
/* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/enums.js");
|
|
25261
|
+
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./error */ "../../node_modules/@frontegg/rest-api/error.js");
|
|
25262
25262
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./vendor */ "../../node_modules/@frontegg/rest-api/vendor/index.js");
|
|
25263
25263
|
/* harmony import */ var _sub_tenants__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./sub-tenants */ "../../node_modules/@frontegg/rest-api/sub-tenants/index.js");
|
|
25264
25264
|
/* harmony import */ var _feature_flags_index__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./feature-flags/index */ "../../node_modules/@frontegg/rest-api/feature-flags/index.js");
|
|
@@ -25268,7 +25268,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25268
25268
|
/* harmony import */ var _users__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./users */ "../../node_modules/@frontegg/rest-api/users/index.js");
|
|
25269
25269
|
/* harmony import */ var _entitlements__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./entitlements */ "../../node_modules/@frontegg/rest-api/entitlements/index.js");
|
|
25270
25270
|
/* harmony import */ var _security_center__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./security-center */ "../../node_modules/@frontegg/rest-api/security-center/index.js");
|
|
25271
|
-
/* harmony import */ var
|
|
25271
|
+
/* harmony import */ var _user_phone_numbers__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./user-phone-numbers */ "../../node_modules/@frontegg/rest-api/user-phone-numbers/index.js");
|
|
25272
|
+
/* harmony import */ var _ContextHolder__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./ContextHolder */ "../../node_modules/@frontegg/rest-api/ContextHolder/index.js");
|
|
25272
25273
|
/* harmony import */ var _interfaces__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./interfaces */ "../../node_modules/@frontegg/rest-api/interfaces.js");
|
|
25273
25274
|
/* harmony import */ var _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./auth/interfaces */ "../../node_modules/@frontegg/rest-api/auth/interfaces.js");
|
|
25274
25275
|
/* harmony import */ var _teams_interfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./teams/interfaces */ "../../node_modules/@frontegg/rest-api/teams/interfaces.js");
|
|
@@ -25279,7 +25280,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25279
25280
|
/* harmony import */ var _users_interfaces__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./users/interfaces */ "../../node_modules/@frontegg/rest-api/users/interfaces.js");
|
|
25280
25281
|
/* harmony import */ var _entitlements_interfaces__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./entitlements/interfaces */ "../../node_modules/@frontegg/rest-api/entitlements/interfaces.js");
|
|
25281
25282
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./security-center/interfaces */ "../../node_modules/@frontegg/rest-api/security-center/interfaces.js");
|
|
25282
|
-
/** @license Frontegg v3.1.
|
|
25283
|
+
/** @license Frontegg v3.1.23
|
|
25283
25284
|
*
|
|
25284
25285
|
* This source code is licensed under the MIT license found in the
|
|
25285
25286
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -25331,6 +25332,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25331
25332
|
|
|
25332
25333
|
|
|
25333
25334
|
|
|
25335
|
+
|
|
25336
|
+
|
|
25334
25337
|
|
|
25335
25338
|
|
|
25336
25339
|
|
|
@@ -25354,22 +25357,23 @@ const api = {
|
|
|
25354
25357
|
groups: _groups__WEBPACK_IMPORTED_MODULE_26__,
|
|
25355
25358
|
users: _users__WEBPACK_IMPORTED_MODULE_27__,
|
|
25356
25359
|
entitlements: _entitlements__WEBPACK_IMPORTED_MODULE_28__,
|
|
25357
|
-
securityCenter: _security_center__WEBPACK_IMPORTED_MODULE_29__
|
|
25360
|
+
securityCenter: _security_center__WEBPACK_IMPORTED_MODULE_29__,
|
|
25361
|
+
userPhoneNumbers: _user_phone_numbers__WEBPACK_IMPORTED_MODULE_30__
|
|
25358
25362
|
};
|
|
25359
25363
|
|
|
25360
25364
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
25361
|
-
fetch:
|
|
25362
|
-
ContextHolder:
|
|
25363
|
-
FronteggContext:
|
|
25365
|
+
fetch: _fetch__WEBPACK_IMPORTED_MODULE_31__,
|
|
25366
|
+
ContextHolder: _ContextHolder__WEBPACK_IMPORTED_MODULE_32__.ContextHolder,
|
|
25367
|
+
FronteggContext: _ContextHolder__WEBPACK_IMPORTED_MODULE_32__.FronteggContext,
|
|
25364
25368
|
api,
|
|
25365
|
-
FronteggApiError:
|
|
25366
|
-
AuthStrategyEnum:
|
|
25367
|
-
MachineToMachineAuthStrategy:
|
|
25368
|
-
SocialLoginProviders:
|
|
25369
|
-
ISubscriptionCancellationPolicy:
|
|
25370
|
-
ISubscriptionStatus:
|
|
25371
|
-
PaymentMethodType:
|
|
25372
|
-
ProviderType:
|
|
25369
|
+
FronteggApiError: _error__WEBPACK_IMPORTED_MODULE_33__.FronteggApiError,
|
|
25370
|
+
AuthStrategyEnum: _auth__WEBPACK_IMPORTED_MODULE_34__.AuthStrategyEnum,
|
|
25371
|
+
MachineToMachineAuthStrategy: _auth__WEBPACK_IMPORTED_MODULE_34__.MachineToMachineAuthStrategy,
|
|
25372
|
+
SocialLoginProviders: _auth__WEBPACK_IMPORTED_MODULE_34__.SocialLoginProviders,
|
|
25373
|
+
ISubscriptionCancellationPolicy: _subscriptions__WEBPACK_IMPORTED_MODULE_35__.ISubscriptionCancellationPolicy,
|
|
25374
|
+
ISubscriptionStatus: _subscriptions__WEBPACK_IMPORTED_MODULE_35__.ISubscriptionStatus,
|
|
25375
|
+
PaymentMethodType: _subscriptions__WEBPACK_IMPORTED_MODULE_35__.PaymentMethodType,
|
|
25376
|
+
ProviderType: _subscriptions__WEBPACK_IMPORTED_MODULE_35__.ProviderType
|
|
25373
25377
|
});
|
|
25374
25378
|
|
|
25375
25379
|
/***/ }),
|
|
@@ -26710,6 +26714,47 @@ let TenantType;
|
|
|
26710
26714
|
|
|
26711
26715
|
/***/ }),
|
|
26712
26716
|
|
|
26717
|
+
/***/ "../../node_modules/@frontegg/rest-api/user-phone-numbers/index.js":
|
|
26718
|
+
/*!*************************************************************************!*\
|
|
26719
|
+
!*** ../../node_modules/@frontegg/rest-api/user-phone-numbers/index.js ***!
|
|
26720
|
+
\*************************************************************************/
|
|
26721
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
26722
|
+
|
|
26723
|
+
"use strict";
|
|
26724
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26725
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
26726
|
+
/* harmony export */ "createPhoneNumber": () => (/* binding */ createPhoneNumber),
|
|
26727
|
+
/* harmony export */ "deletePhoneNumber": () => (/* binding */ deletePhoneNumber),
|
|
26728
|
+
/* harmony export */ "getUserPhoneNumbers": () => (/* binding */ getUserPhoneNumbers),
|
|
26729
|
+
/* harmony export */ "updatePhoneNumber": () => (/* binding */ updatePhoneNumber),
|
|
26730
|
+
/* harmony export */ "verifyDeletePhoneNumber": () => (/* binding */ verifyDeletePhoneNumber),
|
|
26731
|
+
/* harmony export */ "verifyPhoneNumber": () => (/* binding */ verifyPhoneNumber)
|
|
26732
|
+
/* harmony export */ });
|
|
26733
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants */ "../../node_modules/@frontegg/rest-api/constants.js");
|
|
26734
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
26735
|
+
|
|
26736
|
+
|
|
26737
|
+
async function getUserPhoneNumbers(queryParams) {
|
|
26738
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Get)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.phoneNumbers.v1}`, queryParams);
|
|
26739
|
+
}
|
|
26740
|
+
async function createPhoneNumber(body) {
|
|
26741
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.phoneNumbers.v1}`, body);
|
|
26742
|
+
}
|
|
26743
|
+
async function updatePhoneNumber(phoneId, body) {
|
|
26744
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Patch)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.phoneNumbers.v1}/${phoneId}`, body);
|
|
26745
|
+
}
|
|
26746
|
+
async function deletePhoneNumber(phoneId) {
|
|
26747
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Delete)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.phoneNumbers.v1}/${phoneId}`);
|
|
26748
|
+
}
|
|
26749
|
+
async function verifyPhoneNumber(phoneId, body) {
|
|
26750
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.phoneNumbers.v1}/${phoneId}/verify`, body);
|
|
26751
|
+
}
|
|
26752
|
+
async function verifyDeletePhoneNumber(phoneId, body) {
|
|
26753
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_0__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.identity.phoneNumbers.v1}/${phoneId}/delete/verify`, body);
|
|
26754
|
+
}
|
|
26755
|
+
|
|
26756
|
+
/***/ }),
|
|
26757
|
+
|
|
26713
26758
|
/***/ "../../node_modules/@frontegg/rest-api/users/index.js":
|
|
26714
26759
|
/*!************************************************************!*\
|
|
26715
26760
|
!*** ../../node_modules/@frontegg/rest-api/users/index.js ***!
|
|
@@ -26729,60 +26774,48 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26729
26774
|
/* harmony export */ "updateUserProfileV2": () => (/* binding */ updateUserProfileV2)
|
|
26730
26775
|
/* harmony export */ });
|
|
26731
26776
|
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ "../../node_modules/@babel/runtime/helpers/esm/extends.js");
|
|
26732
|
-
/* harmony import */ var
|
|
26733
|
-
/* harmony import */ var
|
|
26734
|
-
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../constants */ "../../node_modules/@frontegg/rest-api/constants.js");
|
|
26735
|
-
|
|
26777
|
+
/* harmony import */ var _fetch__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../fetch */ "../../node_modules/@frontegg/rest-api/fetch.js");
|
|
26778
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants */ "../../node_modules/@frontegg/rest-api/constants.js");
|
|
26736
26779
|
|
|
26737
|
-
const _excluded = ["_presetParams"];
|
|
26738
26780
|
|
|
26739
26781
|
|
|
26740
26782
|
async function GetUserJwt(body) {
|
|
26741
|
-
return (0,
|
|
26783
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Post)(`${_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.v3}/me/token`, body);
|
|
26742
26784
|
}
|
|
26743
26785
|
async function getUsersV2(queryParams, options) {
|
|
26744
|
-
return (0,
|
|
26745
|
-
headers: (0,
|
|
26786
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Get)(_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.v2, queryParams, {
|
|
26787
|
+
headers: (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.extractHeadersFromOptions)(options)
|
|
26746
26788
|
});
|
|
26747
26789
|
}
|
|
26748
26790
|
async function getUsersV3(queryParams, options) {
|
|
26749
|
-
|
|
26750
|
-
|
|
26751
|
-
} = queryParams,
|
|
26752
|
-
params = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__["default"])(queryParams, _excluded);
|
|
26753
|
-
|
|
26754
|
-
const finalQueryParams = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, params, {
|
|
26755
|
-
_presetParams: _presetParams ? JSON.stringify(_presetParams) : undefined
|
|
26756
|
-
});
|
|
26757
|
-
|
|
26758
|
-
return (0,_fetch__WEBPACK_IMPORTED_MODULE_2__.Get)(_constants__WEBPACK_IMPORTED_MODULE_3__.urls.identity.users.v3, finalQueryParams, {
|
|
26759
|
-
headers: (0,_fetch__WEBPACK_IMPORTED_MODULE_2__.extractHeadersFromOptions)(options)
|
|
26791
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Get)(_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.v3, queryParams, {
|
|
26792
|
+
headers: (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.extractHeadersFromOptions)(options)
|
|
26760
26793
|
});
|
|
26761
26794
|
}
|
|
26762
26795
|
async function getUsersRoles(queryParams, options) {
|
|
26763
|
-
return (0,
|
|
26796
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Get)(_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.roles.v3, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, queryParams, {
|
|
26764
26797
|
ids: queryParams.ids.join(',')
|
|
26765
26798
|
}), {
|
|
26766
|
-
headers: (0,
|
|
26799
|
+
headers: (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.extractHeadersFromOptions)(options)
|
|
26767
26800
|
});
|
|
26768
26801
|
}
|
|
26769
26802
|
async function getUsersGroups(queryParams, options) {
|
|
26770
|
-
return (0,
|
|
26803
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Get)(_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.groups.v3, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({}, queryParams, {
|
|
26771
26804
|
ids: queryParams.ids.join(",")
|
|
26772
26805
|
}), {
|
|
26773
|
-
headers: (0,
|
|
26806
|
+
headers: (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.extractHeadersFromOptions)(options)
|
|
26774
26807
|
});
|
|
26775
26808
|
}
|
|
26776
26809
|
async function getCurrentUserTenantsV3(options) {
|
|
26777
|
-
return (0,
|
|
26778
|
-
headers: (0,
|
|
26810
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Get)(_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.tenants.me.v3, undefined, {
|
|
26811
|
+
headers: (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.extractHeadersFromOptions)(options)
|
|
26779
26812
|
});
|
|
26780
26813
|
}
|
|
26781
26814
|
async function sendResetBreachedPasswordEmails() {
|
|
26782
|
-
return (0,
|
|
26815
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Post)(_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.passwords.resetBreachedPasswords.v1);
|
|
26783
26816
|
}
|
|
26784
26817
|
async function updateUserProfileV2(body) {
|
|
26785
|
-
return (0,
|
|
26818
|
+
return (0,_fetch__WEBPACK_IMPORTED_MODULE_1__.Put)(`${_constants__WEBPACK_IMPORTED_MODULE_2__.urls.identity.users.v2}/me`, body);
|
|
26786
26819
|
}
|
|
26787
26820
|
|
|
26788
26821
|
/***/ }),
|