contentful-management 10.24.0 → 10.25.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.
@@ -9093,17 +9093,21 @@ var del = function del(http, params) {
9093
9093
  /*!****************************************************!*\
9094
9094
  !*** ./adapters/REST/endpoints/app-action-call.ts ***!
9095
9095
  \****************************************************/
9096
- /*! exports provided: create */
9096
+ /*! exports provided: create, getCallDetails */
9097
9097
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9098
9098
 
9099
9099
  "use strict";
9100
9100
  __webpack_require__.r(__webpack_exports__);
9101
9101
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "create", function() { return create; });
9102
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getCallDetails", function() { return getCallDetails; });
9102
9103
  /* harmony import */ var _raw__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./raw */ "./adapters/REST/endpoints/raw.ts");
9103
9104
 
9104
9105
  var create = function create(http, params, data) {
9105
9106
  return _raw__WEBPACK_IMPORTED_MODULE_0__["post"](http, "/spaces/".concat(params.spaceId, "/environments/").concat(params.environmentId, "/app_installations/").concat(params.appDefinitionId, "/actions/").concat(params.appActionId, "/calls"), data);
9106
9107
  };
9108
+ var getCallDetails = function getCallDetails(http, params) {
9109
+ return _raw__WEBPACK_IMPORTED_MODULE_0__["get"](http, "/spaces/".concat(params.spaceId, "/environments/").concat(params.environmentId, "/actions/").concat(params.appActionId, "/calls/").concat(params.callId));
9110
+ };
9107
9111
 
9108
9112
  /***/ }),
9109
9113
 
@@ -13100,7 +13104,7 @@ function createClient(params) {
13100
13104
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
13101
13105
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
13102
13106
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
13103
- "".concat(sdkMain, "/").concat("10.24.0"), params.application, params.integration, params.feature);
13107
+ "".concat(sdkMain, "/").concat("10.25.0"), params.application, params.integration, params.feature);
13104
13108
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params);
13105
13109
 
13106
13110
  // Parameters<?> and ReturnType<?> only return the types of the last overload
@@ -23942,7 +23946,8 @@ var createPlainClient = function createPlainClient(makeRequest, defaults, alphaF
23942
23946
  update: Object(_wrappers_wrap__WEBPACK_IMPORTED_MODULE_2__["wrap"])(wrapParams, 'AppAction', 'update')
23943
23947
  },
23944
23948
  appActionCall: {
23945
- create: Object(_wrappers_wrap__WEBPACK_IMPORTED_MODULE_2__["wrap"])(wrapParams, 'AppActionCall', 'create')
23949
+ create: Object(_wrappers_wrap__WEBPACK_IMPORTED_MODULE_2__["wrap"])(wrapParams, 'AppActionCall', 'create'),
23950
+ getCallDetails: Object(_wrappers_wrap__WEBPACK_IMPORTED_MODULE_2__["wrap"])(wrapParams, 'AppActionCall', 'getCallDetails')
23946
23951
  },
23947
23952
  appBundle: {
23948
23953
  get: Object(_wrappers_wrap__WEBPACK_IMPORTED_MODULE_2__["wrap"])(wrapParams, 'AppBundle', 'get'),