@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.
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.242.0
34
+ npm install @bitmovin/api-sdk@1.244.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -7218,7 +7218,7 @@ var HeaderHandler = /** @class */ (function (_super) {
7218
7218
  var headers = {
7219
7219
  'X-Api-Key': apiKey,
7220
7220
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
7221
- 'X-Api-Client-Version': '1.242.0',
7221
+ 'X-Api-Client-Version': '1.244.0',
7222
7222
  'Content-Type': 'application/json'
7223
7223
  };
7224
7224
  if (tenantOrgId) {
@@ -60671,6 +60671,7 @@ var AnalyticsLicense = /** @class */ (function () {
60671
60671
  this.retentionTime = (0, Mapper_1.map)(obj.retentionTime);
60672
60672
  this.compressedRetentionTime = (0, Mapper_1.map)(obj.compressedRetentionTime);
60673
60673
  this.domains = (0, Mapper_1.mapArray)(obj.domains, AnalyticsLicenseDomain_1.default);
60674
+ this.playerDomains = (0, Mapper_1.mapArray)(obj.playerDomains);
60674
60675
  this.includeInInsights = (0, Mapper_1.map)(obj.includeInInsights);
60675
60676
  this.customDataFieldLabels = (0, Mapper_1.map)(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
60676
60677
  this.customDataFieldsCount = (0, Mapper_1.map)(obj.customDataFieldsCount);
@@ -83896,7 +83897,6 @@ var Scene = /** @class */ (function () {
83896
83897
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
83897
83898
  this.iab = (0, Mapper_1.map)(obj.iab, IABTaxonomy_1.default);
83898
83899
  this.type = (0, Mapper_1.map)(obj.type);
83899
- this.typeConfidence = (0, Mapper_1.map)(obj.typeConfidence);
83900
83900
  }
83901
83901
  return Scene;
83902
83902
  }());