@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.
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +6 -6
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/streams/live/LiveApi.d.ts +1 -1
- package/dist/streams/live/LiveApi.js +1 -1
- package/dist/streams/video/VideoApi.d.ts +4 -4
- package/dist/streams/video/VideoApi.js +4 -4
- package/package.json +1 -1
|
@@ -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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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}
|