@bitmovin/api-sdk 1.199.0 → 1.200.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
|
@@ -6091,7 +6091,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6091
6091
|
var headers = {
|
|
6092
6092
|
'X-Api-Key': apiKey,
|
|
6093
6093
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6094
|
-
'X-Api-Client-Version': '1.
|
|
6094
|
+
'X-Api-Client-Version': '1.200.0',
|
|
6095
6095
|
'Content-Type': 'application/json'
|
|
6096
6096
|
};
|
|
6097
6097
|
if (tenantOrgId) {
|
|
@@ -67324,6 +67324,7 @@ var DolbyVisionProfile;
|
|
|
67324
67324
|
DolbyVisionProfile["DVHE_04"] = "DVHE_04";
|
|
67325
67325
|
DolbyVisionProfile["DVHE_05"] = "DVHE_05";
|
|
67326
67326
|
DolbyVisionProfile["DVHE_07"] = "DVHE_07";
|
|
67327
|
+
DolbyVisionProfile["DVHE_08_1"] = "DVHE_08_1";
|
|
67327
67328
|
DolbyVisionProfile["HEV1_08"] = "HEV1_08";
|
|
67328
67329
|
DolbyVisionProfile["AVC3_09"] = "AVC3_09";
|
|
67329
67330
|
})(DolbyVisionProfile || (exports.DolbyVisionProfile = DolbyVisionProfile = {}));
|