@bitmovin/api-sdk 1.233.0 → 1.234.1
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 +1 -1
- package/dist/bitmovin-api-sdk.browser.js +1 -2
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/AutomaticAdPlacementPosition.d.ts +2 -2
- package/dist/models/Scte35Trigger.d.ts +0 -6
- package/dist/models/Scte35Trigger.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7032,7 +7032,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
7032
7032
|
var headers = {
|
|
7033
7033
|
'X-Api-Key': apiKey,
|
|
7034
7034
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
7035
|
-
'X-Api-Client-Version': '1.
|
|
7035
|
+
'X-Api-Client-Version': '1.234.1',
|
|
7036
7036
|
'Content-Type': 'application/json'
|
|
7037
7037
|
};
|
|
7038
7038
|
if (tenantOrgId) {
|
|
@@ -83655,7 +83655,6 @@ var Scte35Trigger = /** @class */ (function (_super) {
|
|
|
83655
83655
|
if (!obj) {
|
|
83656
83656
|
return _this;
|
|
83657
83657
|
}
|
|
83658
|
-
_this.time = (0, Mapper_1.map)(obj.time);
|
|
83659
83658
|
_this.base64EncodedMetadata = (0, Mapper_1.map)(obj.base64EncodedMetadata);
|
|
83660
83659
|
return _this;
|
|
83661
83660
|
}
|