@bitmovin/api-sdk 1.261.0 → 1.263.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.261.0',
243
+ 'X-Api-Client-Version': '1.263.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -11,6 +11,11 @@ export declare class SceneAnalysisDetailsResponse {
11
11
  * @memberof SceneAnalysisDetailsResponse
12
12
  */
13
13
  scenes?: Scene[];
14
+ /**
15
+ * @type {number}
16
+ * @memberof SceneAnalysisDetailsResponse
17
+ */
18
+ duration?: number;
14
19
  /**
15
20
  * @type {string}
16
21
  * @memberof SceneAnalysisDetailsResponse
@@ -36,6 +41,11 @@ export declare class SceneAnalysisDetailsResponse {
36
41
  * @memberof SceneAnalysisDetailsResponse
37
42
  */
38
43
  iabSensitiveTopicTaxonomies?: string[];
44
+ /**
45
+ * @type {string[]}
46
+ * @memberof SceneAnalysisDetailsResponse
47
+ */
48
+ inputLanguageCodes?: string[];
39
49
  /**
40
50
  * @type {Metadata}
41
51
  * @memberof SceneAnalysisDetailsResponse
@@ -15,11 +15,13 @@ var SceneAnalysisDetailsResponse = /** @class */ (function () {
15
15
  return;
16
16
  }
17
17
  this.scenes = (0, Mapper_1.mapArray)(obj.scenes, Scene_1.default);
18
+ this.duration = (0, Mapper_1.map)(obj.duration);
18
19
  this.description = (0, Mapper_1.map)(obj.description);
19
20
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
20
21
  this.ratings = (0, Mapper_1.mapArray)(obj.ratings, Rating_1.default);
21
22
  this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
22
23
  this.iabSensitiveTopicTaxonomies = (0, Mapper_1.mapArray)(obj.iabSensitiveTopicTaxonomies);
24
+ this.inputLanguageCodes = (0, Mapper_1.mapArray)(obj.inputLanguageCodes);
23
25
  this.metadata = (0, Mapper_1.map)(obj.metadata, Metadata_1.default);
24
26
  }
25
27
  return SceneAnalysisDetailsResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.261.0",
3
+ "version": "1.263.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [