contentful-management 10.29.4 → 10.30.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.
@@ -9628,12 +9628,13 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
9628
9628
  var get = function get(http, params, rawData, headers) {
9629
9629
  return _raw__WEBPACK_IMPORTED_MODULE_3__["get"](http, "/spaces/".concat(params.spaceId, "/environments/").concat(params.environmentId, "/assets/").concat(params.assetId), {
9630
9630
  params: Object(_utils__WEBPACK_IMPORTED_MODULE_5__["normalizeSelect"])(params.query),
9631
- headers: _objectSpread({}, headers)
9631
+ headers: headers ? _objectSpread({}, headers) : undefined
9632
9632
  });
9633
9633
  };
9634
- var getMany = function getMany(http, params) {
9634
+ var getMany = function getMany(http, params, rawData, headers) {
9635
9635
  return _raw__WEBPACK_IMPORTED_MODULE_3__["get"](http, "/spaces/".concat(params.spaceId, "/environments/").concat(params.environmentId, "/assets"), {
9636
- params: Object(_utils__WEBPACK_IMPORTED_MODULE_5__["normalizeSelect"])(params.query)
9636
+ params: Object(_utils__WEBPACK_IMPORTED_MODULE_5__["normalizeSelect"])(params.query),
9637
+ headers: headers ? _objectSpread({}, headers) : undefined
9637
9638
  });
9638
9639
  };
9639
9640
  var update = function update(http, params, rawData, headers) {