@bitmovin/api-sdk 1.212.0 → 1.213.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.212.0',
243
+ 'X-Api-Client-Version': '1.213.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -9,6 +9,24 @@ export declare class LiveEncodingStatsEventDetails {
9
9
  * @memberof LiveEncodingStatsEventDetails
10
10
  */
11
11
  eventType?: LiveEncodingEventName;
12
+ /**
13
+ * Short description of the event
14
+ * @type {string}
15
+ * @memberof LiveEncodingStatsEventDetails
16
+ */
17
+ message?: string;
18
+ /**
19
+ * Name of the mid roll asset name
20
+ * @type {string[]}
21
+ * @memberof LiveEncodingStatsEventDetails
22
+ */
23
+ midRollAssetNames?: string[];
24
+ /**
25
+ * Duration in seconds
26
+ * @type {number}
27
+ * @memberof LiveEncodingStatsEventDetails
28
+ */
29
+ durationInSeconds?: number;
12
30
  constructor(obj?: Partial<LiveEncodingStatsEventDetails>);
13
31
  }
14
32
  export default LiveEncodingStatsEventDetails;
@@ -12,6 +12,9 @@ var LiveEncodingStatsEventDetails = /** @class */ (function () {
12
12
  return;
13
13
  }
14
14
  this.eventType = (0, Mapper_1.map)(obj.eventType);
15
+ this.message = (0, Mapper_1.map)(obj.message);
16
+ this.midRollAssetNames = (0, Mapper_1.mapArray)(obj.midRollAssetNames);
17
+ this.durationInSeconds = (0, Mapper_1.map)(obj.durationInSeconds);
15
18
  }
16
19
  return LiveEncodingStatsEventDetails;
17
20
  }());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.212.0",
3
+ "version": "1.213.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [