@bitmovin/api-sdk 1.242.0 → 1.243.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
|
@@ -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.
|
|
7221
|
+
'X-Api-Client-Version': '1.243.0',
|
|
7222
7222
|
'Content-Type': 'application/json'
|
|
7223
7223
|
};
|
|
7224
7224
|
if (tenantOrgId) {
|
|
@@ -83896,7 +83896,6 @@ var Scene = /** @class */ (function () {
|
|
|
83896
83896
|
this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
|
|
83897
83897
|
this.iab = (0, Mapper_1.map)(obj.iab, IABTaxonomy_1.default);
|
|
83898
83898
|
this.type = (0, Mapper_1.map)(obj.type);
|
|
83899
|
-
this.typeConfidence = (0, Mapper_1.map)(obj.typeConfidence);
|
|
83900
83899
|
}
|
|
83901
83900
|
return Scene;
|
|
83902
83901
|
}());
|