@bitmovin/api-sdk 1.182.0 → 1.183.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 +3 -1
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/HlsManifestAdMarkerSettings.d.ts +1 -1
- package/dist/models/HlsManifestAdMarkerType.d.ts +3 -1
- package/dist/models/HlsManifestAdMarkerType.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6109,7 +6109,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6109
6109
|
var headers = {
|
|
6110
6110
|
'X-Api-Key': apiKey,
|
|
6111
6111
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6112
|
-
'X-Api-Client-Version': '1.
|
|
6112
|
+
'X-Api-Client-Version': '1.183.1',
|
|
6113
6113
|
'Content-Type': 'application/json'
|
|
6114
6114
|
};
|
|
6115
6115
|
if (tenantOrgId) {
|
|
@@ -71072,6 +71072,8 @@ var HlsManifestAdMarkerType;
|
|
|
71072
71072
|
HlsManifestAdMarkerType["EXT_X_CUE_OUT_IN"] = "EXT_X_CUE_OUT_IN";
|
|
71073
71073
|
HlsManifestAdMarkerType["EXT_OATCLS_SCTE35"] = "EXT_OATCLS_SCTE35";
|
|
71074
71074
|
HlsManifestAdMarkerType["EXT_X_SPLICEPOINT_SCTE35"] = "EXT_X_SPLICEPOINT_SCTE35";
|
|
71075
|
+
HlsManifestAdMarkerType["EXT_X_DATERANGE"] = "EXT_X_DATERANGE";
|
|
71076
|
+
HlsManifestAdMarkerType["EXT_X_SCTE35"] = "EXT_X_SCTE35";
|
|
71075
71077
|
})(HlsManifestAdMarkerType || (exports.HlsManifestAdMarkerType = HlsManifestAdMarkerType = {}));
|
|
71076
71078
|
exports["default"] = HlsManifestAdMarkerType;
|
|
71077
71079
|
|