@bitmovin/api-sdk 1.144.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.
@@ -240,7 +240,7 @@ var HeaderHandler = /** @class */ (function (_super) {
240
240
  var headers = {
241
241
  'X-Api-Key': apiKey,
242
242
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
243
- 'X-Api-Client-Version': '1.144.0',
243
+ 'X-Api-Client-Version': '1.146.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -31,7 +31,7 @@ export default class LiveApi extends BaseAPI {
31
31
  getStartRequest(encodingId: string): Promise<StartLiveEncodingRequest>;
32
32
  /**
33
33
  * @summary Re-Start Live Encoding
34
- * @param {string} encodingId Id of the encoding
34
+ * @param {string} encodingId Id of the encoding. **Important:** Only live encodings with the status &#x60;RUNNING&#x60;, &#x60;FINISHED&#x60;, &#x60;CANCELED&#x60; or &#x60;ERROR&#x60; can be restarted.
35
35
  * @throws {BitmovinError}
36
36
  * @memberof LiveApi
37
37
  */
@@ -66,7 +66,7 @@ var LiveApi = /** @class */ (function (_super) {
66
66
  };
67
67
  /**
68
68
  * @summary Re-Start Live Encoding
69
- * @param {string} encodingId Id of the encoding
69
+ * @param {string} encodingId Id of the encoding. **Important:** Only live encodings with the status &#x60;RUNNING&#x60;, &#x60;FINISHED&#x60;, &#x60;CANCELED&#x60; or &#x60;ERROR&#x60; can be restarted.
70
70
  * @throws {BitmovinError}
71
71
  * @memberof LiveApi
72
72
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.144.0",
3
+ "version": "1.146.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [