contentful-management 11.56.0 → 11.57.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.
@@ -5089,6 +5089,8 @@ __webpack_require__.r(__webpack_exports__);
5089
5089
 
5090
5090
  /** Base interface for all Payload interfaces. Used as part of the MakeRequestOptions to simplify payload definitions. */
5091
5091
 
5092
+ // Retry options used by createWithResponse and createWithResult. Kept separate for clarity.
5093
+
5092
5094
  // New route params for fetching structured call or raw response
5093
5095
 
5094
5096
  var ScheduledActionReferenceFilters = /*#__PURE__*/function (ScheduledActionReferenceFilters) {
@@ -29375,7 +29377,7 @@ function createClient(params) {
29375
29377
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
29376
29378
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
29377
29379
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(// @ts-expect-error
29378
- "".concat(sdkMain, "/").concat("11.56.0"), params.application, params.integration, params.feature);
29380
+ "".concat(sdkMain, "/").concat("11.57.0"), params.application, params.integration, params.feature);
29379
29381
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
29380
29382
  userAgent: userAgent
29381
29383
  }));