contentful-management 11.47.2 → 11.47.3
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 +10 -1
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +10 -1
- 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 +9 -0
- package/dist/typings/create-organization-api.d.ts +264 -6
- package/dist/typings/entities/app-action.d.ts +59 -14
- package/dist/typings/plain/entities/app-action.d.ts +46 -0
- package/package.json +7 -2
|
@@ -13563,6 +13563,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13563
13563
|
|
|
13564
13564
|
|
|
13565
13565
|
|
|
13566
|
+
|
|
13567
|
+
/**
|
|
13568
|
+
* 'function' is deprecated, use 'function-invocation' instead
|
|
13569
|
+
*/
|
|
13570
|
+
|
|
13571
|
+
/**
|
|
13572
|
+
* @deprecated Use FunctionAppActionProps instead
|
|
13573
|
+
*/
|
|
13574
|
+
|
|
13566
13575
|
/**
|
|
13567
13576
|
* @private
|
|
13568
13577
|
*/
|
|
@@ -28678,7 +28687,7 @@ function createClient(params) {
|
|
|
28678
28687
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
28679
28688
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
28680
28689
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(// @ts-expect-error
|
|
28681
|
-
"".concat(sdkMain, "/").concat("11.47.
|
|
28690
|
+
"".concat(sdkMain, "/").concat("11.47.3"), params.application, params.integration, params.feature);
|
|
28682
28691
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
28683
28692
|
userAgent: userAgent
|
|
28684
28693
|
}));
|