contentful-management 11.23.0 → 11.24.0

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.
@@ -3752,6 +3752,10 @@ var getMany = function getMany(http, params) {
3752
3752
  var getSigningSecret = function getSigningSecret(http, params) {
3753
3753
  return _raw__WEBPACK_IMPORTED_MODULE_1__.get(http, getWebhookSigningSecretUrl(params));
3754
3754
  };
3755
+
3756
+ /**
3757
+ * @deprecated The EAP for this feature has ended. This method will be removed in the next major version.
3758
+ */
3755
3759
  var getRetryPolicy = function getRetryPolicy(http, params) {
3756
3760
  return _raw__WEBPACK_IMPORTED_MODULE_1__.get(http, getWebhookRetryPolicyUrl(params));
3757
3761
  };
@@ -3809,6 +3813,10 @@ var upsertSigningSecret = /*#__PURE__*/function () {
3809
3813
  return _ref2.apply(this, arguments);
3810
3814
  };
3811
3815
  }();
3816
+
3817
+ /**
3818
+ * @deprecated The EAP for this feature has ended. This method will be removed in the next major version.
3819
+ */
3812
3820
  var upsertRetryPolicy = /*#__PURE__*/function () {
3813
3821
  var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(http, params, rawData) {
3814
3822
  var data;
@@ -3846,6 +3854,10 @@ var deleteSigningSecret = /*#__PURE__*/function () {
3846
3854
  return _ref4.apply(this, arguments);
3847
3855
  };
3848
3856
  }();
3857
+
3858
+ /**
3859
+ * @deprecated The EAP for this feature has ended. This method will be removed in the next major version.
3860
+ */
3849
3861
  var deleteRetryPolicy = /*#__PURE__*/function () {
3850
3862
  var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(http, params) {
3851
3863
  return _regeneratorRuntime().wrap(function _callee5$(_context5) {
@@ -25484,7 +25496,7 @@ function createClient(params) {
25484
25496
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
25485
25497
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
25486
25498
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
25487
- "".concat(sdkMain, "/").concat("11.23.0"), params.application, params.integration, params.feature);
25499
+ "".concat(sdkMain, "/").concat("11.24.0"), params.application, params.integration, params.feature);
25488
25500
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
25489
25501
  userAgent: userAgent
25490
25502
  }));