contentful-management 10.3.0 → 10.3.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 +9 -9
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +9 -9
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/es-modules/entities/app-action.js +6 -6
- package/dist/typings/create-organization-api.d.ts +6 -6
- package/dist/typings/entities/app-action.d.ts +8 -8
- package/dist/typings/export-types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -12573,7 +12573,7 @@ function createClient(params) {
|
|
|
12573
12573
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
12574
12574
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
12575
12575
|
var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
|
|
12576
|
-
"".concat(sdkMain, "/").concat("10.3.
|
|
12576
|
+
"".concat(sdkMain, "/").concat("10.3.1"), params.application, params.integration, params.feature);
|
|
12577
12577
|
var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
|
|
12578
12578
|
// https://github.com/microsoft/TypeScript/issues/26591
|
|
12579
12579
|
// @ts-expect-error
|
|
@@ -18783,12 +18783,12 @@ function wrapAppActionCall(_makeRequest, data) {
|
|
|
18783
18783
|
/*!********************************!*\
|
|
18784
18784
|
!*** ./entities/app-action.ts ***!
|
|
18785
18785
|
\********************************/
|
|
18786
|
-
/*! exports provided:
|
|
18786
|
+
/*! exports provided: AppActionCategoryType, wrapAppAction, wrapAppActionCollection */
|
|
18787
18787
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
18788
18788
|
|
|
18789
18789
|
"use strict";
|
|
18790
18790
|
__webpack_require__.r(__webpack_exports__);
|
|
18791
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
18791
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AppActionCategoryType", function() { return AppActionCategoryType; });
|
|
18792
18792
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wrapAppAction", function() { return wrapAppAction; });
|
|
18793
18793
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wrapAppActionCollection", function() { return wrapAppActionCollection; });
|
|
18794
18794
|
/* harmony import */ var contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! contentful-sdk-core */ "../node_modules/contentful-sdk-core/dist/index.es-modules.js");
|
|
@@ -18800,13 +18800,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18800
18800
|
|
|
18801
18801
|
|
|
18802
18802
|
|
|
18803
|
-
var
|
|
18803
|
+
var AppActionCategoryType;
|
|
18804
18804
|
|
|
18805
|
-
(function (
|
|
18806
|
-
|
|
18807
|
-
|
|
18808
|
-
|
|
18809
|
-
})(
|
|
18805
|
+
(function (AppActionCategoryType) {
|
|
18806
|
+
AppActionCategoryType["EntryListV1Beta"] = "EntryList.v1.0-beta";
|
|
18807
|
+
AppActionCategoryType["NotificationV1Beta"] = "Notification.v1.0-beta";
|
|
18808
|
+
AppActionCategoryType["Custom"] = "Custom";
|
|
18809
|
+
})(AppActionCategoryType || (AppActionCategoryType = {}));
|
|
18810
18810
|
|
|
18811
18811
|
/**
|
|
18812
18812
|
* @private
|