@bitmovin/api-sdk 1.275.0 → 1.276.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.275.0
34
+ npm install @bitmovin/api-sdk@1.276.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -4319,7 +4319,7 @@ class HeaderHandler extends DelegatingHandler {
4319
4319
  const headers = {
4320
4320
  'X-Api-Key': apiKey,
4321
4321
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
4322
- 'X-Api-Client-Version': '1.275.0',
4322
+ 'X-Api-Client-Version': '1.276.0',
4323
4323
  'Content-Type': 'application/json'
4324
4324
  };
4325
4325
  if (tenantOrgId) {