@bitmovin/api-sdk 1.242.0 → 1.244.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.242.0',
243
+ 'X-Api-Client-Version': '1.244.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -92,6 +92,12 @@ export declare class AnalyticsLicense {
92
92
  * @memberof AnalyticsLicense
93
93
  */
94
94
  domains?: AnalyticsLicenseDomain[];
95
+ /**
96
+ * Allowlisted player domains
97
+ * @type {string[]}
98
+ * @memberof AnalyticsLicense
99
+ */
100
+ playerDomains?: string[];
95
101
  /**
96
102
  * Whether the data of this license should be included in the industry insights or not
97
103
  * @type {boolean}
@@ -28,6 +28,7 @@ var AnalyticsLicense = /** @class */ (function () {
28
28
  this.retentionTime = (0, Mapper_1.map)(obj.retentionTime);
29
29
  this.compressedRetentionTime = (0, Mapper_1.map)(obj.compressedRetentionTime);
30
30
  this.domains = (0, Mapper_1.mapArray)(obj.domains, AnalyticsLicenseDomain_1.default);
31
+ this.playerDomains = (0, Mapper_1.mapArray)(obj.playerDomains);
31
32
  this.includeInInsights = (0, Mapper_1.map)(obj.includeInInsights);
32
33
  this.customDataFieldLabels = (0, Mapper_1.map)(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
33
34
  this.customDataFieldsCount = (0, Mapper_1.map)(obj.customDataFieldsCount);
@@ -62,12 +62,6 @@ export declare class Scene {
62
62
  * @memberof Scene
63
63
  */
64
64
  type?: SceneType;
65
- /**
66
- * Confidence score for the detected scene type (0.0 to 1.0)
67
- * @type {number}
68
- * @memberof Scene
69
- */
70
- typeConfidence?: number;
71
65
  constructor(obj?: Partial<Scene>);
72
66
  }
73
67
  export default Scene;
@@ -24,7 +24,6 @@ var Scene = /** @class */ (function () {
24
24
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
25
25
  this.iab = (0, Mapper_1.map)(obj.iab, IABTaxonomy_1.default);
26
26
  this.type = (0, Mapper_1.map)(obj.type);
27
- this.typeConfidence = (0, Mapper_1.map)(obj.typeConfidence);
28
27
  }
29
28
  return Scene;
30
29
  }());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.242.0",
3
+ "version": "1.244.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [