@frontegg/js 7.67.0 → 7.68.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 +10 -7
- 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.68.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": "7.
|
|
9
|
+
"@frontegg/types": "7.68.0-alpha.1"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1631,7 +1631,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1631
1631
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1632
1632
|
/* harmony export */ });
|
|
1633
1633
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1634
|
-
cdnVersion: '7.
|
|
1634
|
+
cdnVersion: '7.68.0-alpha.1'
|
|
1635
1635
|
});
|
|
1636
1636
|
|
|
1637
1637
|
/***/ }),
|
|
@@ -10143,7 +10143,7 @@ const _excluded = ["callback"],
|
|
|
10143
10143
|
error: null
|
|
10144
10144
|
});
|
|
10145
10145
|
try {
|
|
10146
|
-
await api.directory.deleteConfiguration(id);
|
|
10146
|
+
await api.directory.deleteConfiguration(id, payload.deleteAll);
|
|
10147
10147
|
const connections = await api.directory.getConfigs();
|
|
10148
10148
|
const connectionsWithCount = await Promise.all(connections.map(connection => __loadCountForConnection(connection)));
|
|
10149
10149
|
setProvisioningState({
|
|
@@ -18420,7 +18420,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18420
18420
|
/* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
|
|
18421
18421
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
|
|
18422
18422
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
|
|
18423
|
-
/** @license Frontegg v7.
|
|
18423
|
+
/** @license Frontegg v7.68.0-alpha.1
|
|
18424
18424
|
*
|
|
18425
18425
|
* This source code is licensed under the MIT license found in the
|
|
18426
18426
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -28112,8 +28112,10 @@ class DirectoryApi extends _BaseApiClient__WEBPACK_IMPORTED_MODULE_0__.BaseApiCl
|
|
|
28112
28112
|
this.createConfiguration = async body => {
|
|
28113
28113
|
return this.post(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.v1}`, body);
|
|
28114
28114
|
};
|
|
28115
|
-
this.deleteConfiguration = async id => {
|
|
28116
|
-
return this.delete(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.v1}/${id}
|
|
28115
|
+
this.deleteConfiguration = async (id, deleteAll) => {
|
|
28116
|
+
return this.delete(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.v1}/${id}`, {
|
|
28117
|
+
deleteAll
|
|
28118
|
+
});
|
|
28117
28119
|
};
|
|
28118
28120
|
this.countConfigurationUsers = async id => {
|
|
28119
28121
|
return this.get(`${_constants__WEBPACK_IMPORTED_MODULE_1__.urls.directory.temp}/${id}/Users/count`);
|
|
@@ -28573,7 +28575,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28573
28575
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
|
|
28574
28576
|
/* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
|
|
28575
28577
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
|
|
28576
|
-
/** @license Frontegg v7.
|
|
28578
|
+
/** @license Frontegg v7.68.0-alpha.1
|
|
28577
28579
|
*
|
|
28578
28580
|
* This source code is licensed under the MIT license found in the
|
|
28579
28581
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -31035,6 +31037,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31035
31037
|
|
|
31036
31038
|
|
|
31037
31039
|
|
|
31040
|
+
|
|
31038
31041
|
/***/ }),
|
|
31039
31042
|
|
|
31040
31043
|
/***/ "../../dist/@frontegg/types/ThemeOptions/fieldsAppearanceConsts.js":
|
|
@@ -31206,7 +31209,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31206
31209
|
/* harmony export */ });
|
|
31207
31210
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
31208
31211
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
31209
|
-
/** @license Frontegg v7.
|
|
31212
|
+
/** @license Frontegg v7.68.0-alpha.1
|
|
31210
31213
|
*
|
|
31211
31214
|
* This source code is licensed under the MIT license found in the
|
|
31212
31215
|
* LICENSE file in the root directory of this source tree.
|