contentful-management 10.44.0 → 10.44.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/dist/contentful-management.browser.js +0 -5
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +0 -5
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/entities/app-details.js +0 -4
- package/dist/es-modules/plain/entities/app-action-call.js +1 -0
- package/dist/es-modules/plain/entities/app-action.js +1 -0
- package/dist/es-modules/plain/entities/editor-interface.js +1 -0
- package/dist/es-modules/plain/entities/ui-config.js +1 -0
- package/dist/es-modules/plain/entities/user-ui-config.js +1 -0
- package/dist/typings/entities/app-details.d.ts +1 -3
- package/dist/typings/plain/common-types.d.ts +11 -32
- package/dist/typings/plain/entities/app-action-call.d.ts +65 -0
- package/dist/typings/plain/entities/app-action.d.ts +111 -0
- package/dist/typings/plain/entities/editor-interface.d.ts +67 -0
- package/dist/typings/plain/entities/ui-config.d.ts +44 -0
- package/dist/typings/plain/entities/user-ui-config.d.ts +44 -0
- package/package.json +1 -1
|
@@ -11380,7 +11380,6 @@ var wrapAppDefinitionCollection = (0,_common_utils__WEBPACK_IMPORTED_MODULE_3__.
|
|
|
11380
11380
|
"use strict";
|
|
11381
11381
|
__webpack_require__.r(__webpack_exports__);
|
|
11382
11382
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11383
|
-
/* harmony export */ IconType: () => (/* binding */ IconType),
|
|
11384
11383
|
/* harmony export */ wrapAppDetails: () => (/* binding */ wrapAppDetails)
|
|
11385
11384
|
/* harmony export */ });
|
|
11386
11385
|
/* harmony import */ var fast_copy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! fast-copy */ "../node_modules/fast-copy/dist/esm/index.mjs");
|
|
@@ -11389,10 +11388,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11389
11388
|
|
|
11390
11389
|
|
|
11391
11390
|
|
|
11392
|
-
var IconType = /*#__PURE__*/function (IconType) {
|
|
11393
|
-
IconType["Base64"] = "base64";
|
|
11394
|
-
return IconType;
|
|
11395
|
-
}({});
|
|
11396
11391
|
/**
|
|
11397
11392
|
* @private
|
|
11398
11393
|
* @param makeRequest - function to make requests via an adapter
|