@bitmovin/api-sdk 1.148.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.
@@ -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.148.0',
243
+ 'X-Api-Client-Version': '1.149.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -10,7 +10,7 @@ import StreamsLiveUpdateRequest from '../../models/StreamsLiveUpdateRequest';
10
10
  export default class LiveApi extends BaseAPI {
11
11
  constructor(configuration: Configuration);
12
12
  /**
13
- * @summary Update stream by id
13
+ * @summary Update live stream by id
14
14
  * @param {string} streamId Id of the stream.
15
15
  * @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest Stream fields to update.
16
16
  * @throws {BitmovinError}
@@ -30,7 +30,7 @@ var LiveApi = /** @class */ (function (_super) {
30
30
  return _super.call(this, configuration) || this;
31
31
  }
32
32
  /**
33
- * @summary Update stream by id
33
+ * @summary Update live stream by id
34
34
  * @param {string} streamId Id of the stream.
35
35
  * @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest Stream fields to update.
36
36
  * @throws {BitmovinError}
@@ -14,28 +14,28 @@ import { StreamsVideoResponseListQueryParams, StreamsVideoResponseListQueryParam
14
14
  export default class VideoApi extends BaseAPI {
15
15
  constructor(configuration: Configuration);
16
16
  /**
17
- * @summary Create new Stream
17
+ * @summary Create new Streams video
18
18
  * @param {StreamsVideoCreateRequest} streamsVideoCreateRequest Create a new stream.
19
19
  * @throws {BitmovinError}
20
20
  * @memberof VideoApi
21
21
  */
22
22
  create(streamsVideoCreateRequest?: StreamsVideoCreateRequest): Promise<StreamsVideoResponse>;
23
23
  /**
24
- * @summary Get stream by id
24
+ * @summary Get Streams video by id
25
25
  * @param {string} streamId Id of the stream.
26
26
  * @throws {BitmovinError}
27
27
  * @memberof VideoApi
28
28
  */
29
29
  get(streamId: string): Promise<StreamsVideoResponse>;
30
30
  /**
31
- * @summary Get paginated list of streams
31
+ * @summary Get paginated list of Streams videos
32
32
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
33
33
  * @throws {BitmovinError}
34
34
  * @memberof VideoApi
35
35
  */
36
36
  list(queryParameters?: StreamsVideoResponseListQueryParams | ((q: StreamsVideoResponseListQueryParamsBuilder) => StreamsVideoResponseListQueryParamsBuilder)): Promise<PaginationResponse<StreamsVideoResponse>>;
37
37
  /**
38
- * @summary Update stream by id
38
+ * @summary Update Streams video by id
39
39
  * @param {string} streamId Id of the stream.
40
40
  * @param {StreamsVideoUpdateRequest} streamsVideoUpdateRequest Stream fields to update.
41
41
  * @throws {BitmovinError}
@@ -32,7 +32,7 @@ var VideoApi = /** @class */ (function (_super) {
32
32
  return _super.call(this, configuration) || this;
33
33
  }
34
34
  /**
35
- * @summary Create new Stream
35
+ * @summary Create new Streams video
36
36
  * @param {StreamsVideoCreateRequest} streamsVideoCreateRequest Create a new stream.
37
37
  * @throws {BitmovinError}
38
38
  * @memberof VideoApi
@@ -43,7 +43,7 @@ var VideoApi = /** @class */ (function (_super) {
43
43
  });
44
44
  };
45
45
  /**
46
- * @summary Get stream by id
46
+ * @summary Get Streams video by id
47
47
  * @param {string} streamId Id of the stream.
48
48
  * @throws {BitmovinError}
49
49
  * @memberof VideoApi
@@ -57,7 +57,7 @@ var VideoApi = /** @class */ (function (_super) {
57
57
  });
58
58
  };
59
59
  /**
60
- * @summary Get paginated list of streams
60
+ * @summary Get paginated list of Streams videos
61
61
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
62
62
  * @throws {BitmovinError}
63
63
  * @memberof VideoApi
@@ -75,7 +75,7 @@ var VideoApi = /** @class */ (function (_super) {
75
75
  });
76
76
  };
77
77
  /**
78
- * @summary Update stream by id
78
+ * @summary Update Streams video by id
79
79
  * @param {string} streamId Id of the stream.
80
80
  * @param {StreamsVideoUpdateRequest} streamsVideoUpdateRequest Stream fields to update.
81
81
  * @throws {BitmovinError}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.148.0",
3
+ "version": "1.149.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [