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.
@@ -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.2"), params.application, params.integration, params.feature);
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
  }));