@bitmovin/api-sdk 1.230.0 → 1.231.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.
package/README.md CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.230.0
34
+ npm install @bitmovin/api-sdk@1.231.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -1223,7 +1223,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (nam
1223
1223
  (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
1224
1224
  __WEBPACK_AMD_DEFINE_FACTORY__),
1225
1225
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
1226
- else {}
1226
+ else // removed by dead control flow
1227
+ {}
1227
1228
  })('urljoin', this, function () {
1228
1229
 
1229
1230
  function normalize (strArray) {
@@ -7010,7 +7011,8 @@ var RestClient = /** @class */ (function () {
7010
7011
  catch (error) {
7011
7012
  throw (0, BitmovinErrorBuilder_1.buildBitmovinError)("Response body could not be parsed to JSON", request, response, bodyResponse, error);
7012
7013
  }
7013
- return [2 /*return*/];
7014
+ // removed by dead control flow
7015
+ {}
7014
7016
  }
7015
7017
  });
7016
7018
  });
@@ -7030,7 +7032,7 @@ var HeaderHandler = /** @class */ (function (_super) {
7030
7032
  var headers = {
7031
7033
  'X-Api-Key': apiKey,
7032
7034
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
7033
- 'X-Api-Client-Version': '1.230.0',
7035
+ 'X-Api-Client-Version': '1.231.0',
7034
7036
  'Content-Type': 'application/json'
7035
7037
  };
7036
7038
  if (tenantOrgId) {
@@ -79580,6 +79582,7 @@ var Organization = /** @class */ (function (_super) {
79580
79582
  _this.limitsPerResource = (0, Mapper_1.mapArray)(obj.limitsPerResource, ResourceLimitContainer_1.default);
79581
79583
  _this.signupSource = (0, Mapper_1.map)(obj.signupSource);
79582
79584
  _this.mfaRequired = (0, Mapper_1.map)(obj.mfaRequired);
79585
+ _this.ownerUserId = (0, Mapper_1.map)(obj.ownerUserId);
79583
79586
  return _this;
79584
79587
  }
79585
79588
  return Organization;