contentful-management 7.54.0 → 7.54.1

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.
@@ -9334,7 +9334,7 @@ __webpack_require__.r(__webpack_exports__);
9334
9334
 
9335
9335
 
9336
9336
  var getBaseUrl = function getBaseUrl(params) {
9337
- return "/spaces/".concat(params.spaceId, "/environments/").concat(params.environmentId, "/workflows-changelog");
9337
+ return "/spaces/".concat(params.spaceId, "/environments/").concat(params.environmentId, "/workflows_changelog");
9338
9338
  };
9339
9339
 
9340
9340
  var getMany = function getMany(http, params, headers) {
@@ -10041,7 +10041,7 @@ function createClient(params) {
10041
10041
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
10042
10042
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
10043
10043
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
10044
- "".concat(sdkMain, "/").concat("7.54.0"), params.application, params.integration, params.feature);
10044
+ "".concat(sdkMain, "/").concat("7.54.1"), params.application, params.integration, params.feature);
10045
10045
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
10046
10046
  // https://github.com/microsoft/TypeScript/issues/26591
10047
10047
  // @ts-expect-error