@bitmovin/api-sdk 1.145.0 → 1.146.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.145.0
34
+ npm install @bitmovin/api-sdk@1.146.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -5987,7 +5987,7 @@ var HeaderHandler = /** @class */ (function (_super) {
5987
5987
  var headers = {
5988
5988
  'X-Api-Key': apiKey,
5989
5989
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
5990
- 'X-Api-Client-Version': '1.145.0',
5990
+ 'X-Api-Client-Version': '1.146.0',
5991
5991
  'Content-Type': 'application/json'
5992
5992
  };
5993
5993
  if (tenantOrgId) {
@@ -15706,7 +15706,7 @@ var LiveApi = /** @class */ (function (_super) {
15706
15706
  };
15707
15707
  /**
15708
15708
  * @summary Re-Start Live Encoding
15709
- * @param {string} encodingId Id of the encoding
15709
+ * @param {string} encodingId Id of the encoding. **Important:** Only live encodings with the status `RUNNING`, `FINISHED`, `CANCELED` or `ERROR` can be restarted.
15710
15710
  * @throws {BitmovinError}
15711
15711
  * @memberof LiveApi
15712
15712
  */