@bitmovin/api-sdk 1.147.0 → 1.149.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.147.0
34
+ npm install @bitmovin/api-sdk@1.149.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.147.0',
5990
+ 'X-Api-Client-Version': '1.149.0',
5991
5991
  'Content-Type': 'application/json'
5992
5992
  };
5993
5993
  if (tenantOrgId) {
@@ -89116,7 +89116,7 @@ var LiveApi = /** @class */ (function (_super) {
89116
89116
  return _super.call(this, configuration) || this;
89117
89117
  }
89118
89118
  /**
89119
- * @summary Update stream by id
89119
+ * @summary Update live stream by id
89120
89120
  * @param {string} streamId Id of the stream.
89121
89121
  * @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest Stream fields to update.
89122
89122
  * @throws {BitmovinError}
@@ -89226,7 +89226,7 @@ var VideoApi = /** @class */ (function (_super) {
89226
89226
  return _super.call(this, configuration) || this;
89227
89227
  }
89228
89228
  /**
89229
- * @summary Create new Stream
89229
+ * @summary Create new Streams video
89230
89230
  * @param {StreamsVideoCreateRequest} streamsVideoCreateRequest Create a new stream.
89231
89231
  * @throws {BitmovinError}
89232
89232
  * @memberof VideoApi
@@ -89237,7 +89237,7 @@ var VideoApi = /** @class */ (function (_super) {
89237
89237
  });
89238
89238
  };
89239
89239
  /**
89240
- * @summary Get stream by id
89240
+ * @summary Get Streams video by id
89241
89241
  * @param {string} streamId Id of the stream.
89242
89242
  * @throws {BitmovinError}
89243
89243
  * @memberof VideoApi
@@ -89251,7 +89251,7 @@ var VideoApi = /** @class */ (function (_super) {
89251
89251
  });
89252
89252
  };
89253
89253
  /**
89254
- * @summary Get paginated list of streams
89254
+ * @summary Get paginated list of Streams videos
89255
89255
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
89256
89256
  * @throws {BitmovinError}
89257
89257
  * @memberof VideoApi
@@ -89269,7 +89269,7 @@ var VideoApi = /** @class */ (function (_super) {
89269
89269
  });
89270
89270
  };
89271
89271
  /**
89272
- * @summary Update stream by id
89272
+ * @summary Update Streams video by id
89273
89273
  * @param {string} streamId Id of the stream.
89274
89274
  * @param {StreamsVideoUpdateRequest} streamsVideoUpdateRequest Stream fields to update.
89275
89275
  * @throws {BitmovinError}