@bitmovin/api-sdk 1.142.0 → 1.144.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Bitmovin Inc
3
+ Copyright (c) 2023 Bitmovin Inc
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.142.0
34
+ npm install @bitmovin/api-sdk@1.144.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.142.0',
5990
+ 'X-Api-Client-Version': '1.144.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.eventName = (0, Mapper_1.map)(obj.eventName);
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
  }());