@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 +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
package/README.md
CHANGED
|
@@ -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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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}
|