@bitmovin/api-sdk 1.143.0 → 1.145.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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +2 -5
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/LiveEncodingStatsEventDetails.d.ts +1 -19
- package/dist/models/LiveEncodingStatsEventDetails.js +1 -4
- package/package.json +1 -1
package/LICENSE
CHANGED
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.145.0',
|
|
5991
5991
|
'Content-Type': 'application/json'
|
|
5992
5992
|
};
|
|
5993
5993
|
if (tenantOrgId) {
|
|
@@ -71981,10 +71981,7 @@ var LiveEncodingStatsEventDetails = /** @class */ (function () {
|
|
|
71981
71981
|
if (!obj) {
|
|
71982
71982
|
return;
|
|
71983
71983
|
}
|
|
71984
|
-
this.
|
|
71985
|
-
this.avDriftInSeconds = (0, Mapper_1.map)(obj.avDriftInSeconds);
|
|
71986
|
-
this.idleDurationInSeconds = (0, Mapper_1.map)(obj.idleDurationInSeconds);
|
|
71987
|
-
this.errorMessage = (0, Mapper_1.map)(obj.errorMessage);
|
|
71984
|
+
this.eventType = (0, Mapper_1.map)(obj.eventType);
|
|
71988
71985
|
}
|
|
71989
71986
|
return LiveEncodingStatsEventDetails;
|
|
71990
71987
|
}());
|