contentful-management 11.13.1 → 11.13.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.
@@ -16450,8 +16450,8 @@ var createPlainClient = function createPlainClient(makeRequest, defaults) {
16450
16450
  get: (0,_wrappers_wrap__WEBPACK_IMPORTED_MODULE_1__.wrap)(wrapParams, 'AppSigningSecret', 'get'),
16451
16451
  delete: (0,_wrappers_wrap__WEBPACK_IMPORTED_MODULE_1__.wrap)(wrapParams, 'AppSigningSecret', 'delete')
16452
16452
  },
16453
- deliveryFunction: {
16454
- getMany: (0,_wrappers_wrap__WEBPACK_IMPORTED_MODULE_1__.wrap)(wrapParams, 'DeliveryFunction', 'getMany')
16453
+ function: {
16454
+ getMany: (0,_wrappers_wrap__WEBPACK_IMPORTED_MODULE_1__.wrap)(wrapParams, 'Function', 'getMany')
16455
16455
  },
16456
16456
  editorInterface: {
16457
16457
  get: (0,_wrappers_wrap__WEBPACK_IMPORTED_MODULE_1__.wrap)(wrapParams, 'EditorInterface', 'get'),
@@ -25401,7 +25401,7 @@ function createClient(params) {
25401
25401
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
25402
25402
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
25403
25403
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
25404
- "".concat(sdkMain, "/").concat("11.13.1"), params.application, params.integration, params.feature);
25404
+ "".concat(sdkMain, "/").concat("11.13.3"), params.application, params.integration, params.feature);
25405
25405
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(params);
25406
25406
 
25407
25407
  // Parameters<?> and ReturnType<?> only return the types of the last overload