@bitmovin/api-sdk 1.204.0 → 1.206.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 +1 -1
- package/dist/bitmovin-api-sdk.browser.js +2 -1
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/ResetLiveManifestTimeShift.d.ts +6 -0
- package/dist/models/ResetLiveManifestTimeShift.js +1 -0
- package/package.json +1 -1
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.206.0',
|
|
6095
6095
|
'Content-Type': 'application/json'
|
|
6096
6096
|
};
|
|
6097
6097
|
if (tenantOrgId) {
|
|
@@ -78407,6 +78407,7 @@ var ResetLiveManifestTimeShift = /** @class */ (function (_super) {
|
|
|
78407
78407
|
return _this;
|
|
78408
78408
|
}
|
|
78409
78409
|
_this.residualPeriodInSeconds = (0, Mapper_1.map)(obj.residualPeriodInSeconds);
|
|
78410
|
+
_this.offsetInSeconds = (0, Mapper_1.map)(obj.offsetInSeconds);
|
|
78410
78411
|
_this.manifestIds = (0, Mapper_1.mapArray)(obj.manifestIds);
|
|
78411
78412
|
_this.shiftProgressiveMuxingStartPosition = (0, Mapper_1.map)(obj.shiftProgressiveMuxingStartPosition);
|
|
78412
78413
|
return _this;
|