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.
@@ -13105,6 +13105,15 @@ __webpack_require__.r(__webpack_exports__);
13105
13105
 
13106
13106
 
13107
13107
 
13108
+
13109
+ /**
13110
+ * 'function' is deprecated, use 'function-invocation' instead
13111
+ */
13112
+
13113
+ /**
13114
+ * @deprecated Use FunctionAppActionProps instead
13115
+ */
13116
+
13108
13117
  /**
13109
13118
  * @private
13110
13119
  */
@@ -31982,7 +31991,7 @@ function createClient(params, opts = {}) {
31982
31991
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
31983
31992
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
31984
31993
  // @ts-expect-error
31985
- `${sdkMain}/${"11.47.2"}`, params.application, params.integration, params.feature);
31994
+ `${sdkMain}/${"11.47.3"}`, params.application, params.integration, params.feature);
31986
31995
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
31987
31996
  userAgent
31988
31997
  }));