@bitmovin/api-sdk 1.261.0 → 1.262.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.261.0
34
+ npm install @bitmovin/api-sdk@1.262.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -6657,7 +6657,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6657
6657
  var headers = {
6658
6658
  'X-Api-Key': apiKey,
6659
6659
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6660
- 'X-Api-Client-Version': '1.261.0',
6660
+ 'X-Api-Client-Version': '1.262.0',
6661
6661
  'Content-Type': 'application/json'
6662
6662
  };
6663
6663
  if (tenantOrgId) {