@bitmovin/api-sdk 1.238.0 → 1.240.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.238.0
34
+ npm install @bitmovin/api-sdk@1.240.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -7137,7 +7137,7 @@ var RestClient = /** @class */ (function () {
7137
7137
  throw (0, BitmovinErrorBuilder_1.buildBitmovinError)("Response body could not be parsed to JSON", request, response, bodyResponse, error);
7138
7138
  }
7139
7139
  // removed by dead control flow
7140
- {}
7140
+
7141
7141
  }
7142
7142
  });
7143
7143
  });
@@ -7157,7 +7157,7 @@ var HeaderHandler = /** @class */ (function (_super) {
7157
7157
  var headers = {
7158
7158
  'X-Api-Key': apiKey,
7159
7159
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
7160
- 'X-Api-Client-Version': '1.238.0',
7160
+ 'X-Api-Client-Version': '1.240.0',
7161
7161
  'Content-Type': 'application/json'
7162
7162
  };
7163
7163
  if (tenantOrgId) {