@bitmovin/api-sdk 1.182.0 → 1.183.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.
@@ -240,7 +240,7 @@ var HeaderHandler = /** @class */ (function (_super) {
240
240
  var headers = {
241
241
  'X-Api-Key': apiKey,
242
242
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
243
- 'X-Api-Client-Version': '1.182.0',
243
+ 'X-Api-Client-Version': '1.183.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -5,7 +5,7 @@ import HlsManifestAdMarkerType from './HlsManifestAdMarkerType';
5
5
  */
6
6
  export declare class HlsManifestAdMarkerSettings {
7
7
  /**
8
- * Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using `#EXT-X-CUE-OUT` and `#EXT-X-CUE-IN` tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using `#EXT-OATCLS-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using `#EXT-X-SPLICEPOINT-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.
8
+ * Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using `#EXT-X-CUE-OUT` and `#EXT-X-CUE-IN` tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using `#EXT-OATCLS-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using `#EXT-X-SPLICEPOINT-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using `#EXT-X-DATERANGE` tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using `#EXT-X-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.
9
9
  * @type {HlsManifestAdMarkerType[]}
10
10
  * @memberof HlsManifestAdMarkerSettings
11
11
  */
@@ -6,6 +6,8 @@
6
6
  export declare enum HlsManifestAdMarkerType {
7
7
  EXT_X_CUE_OUT_IN = "EXT_X_CUE_OUT_IN",
8
8
  EXT_OATCLS_SCTE35 = "EXT_OATCLS_SCTE35",
9
- EXT_X_SPLICEPOINT_SCTE35 = "EXT_X_SPLICEPOINT_SCTE35"
9
+ EXT_X_SPLICEPOINT_SCTE35 = "EXT_X_SPLICEPOINT_SCTE35",
10
+ EXT_X_DATERANGE = "EXT_X_DATERANGE",
11
+ EXT_X_SCTE35 = "EXT_X_SCTE35"
10
12
  }
11
13
  export default HlsManifestAdMarkerType;
@@ -11,5 +11,7 @@ var HlsManifestAdMarkerType;
11
11
  HlsManifestAdMarkerType["EXT_X_CUE_OUT_IN"] = "EXT_X_CUE_OUT_IN";
12
12
  HlsManifestAdMarkerType["EXT_OATCLS_SCTE35"] = "EXT_OATCLS_SCTE35";
13
13
  HlsManifestAdMarkerType["EXT_X_SPLICEPOINT_SCTE35"] = "EXT_X_SPLICEPOINT_SCTE35";
14
+ HlsManifestAdMarkerType["EXT_X_DATERANGE"] = "EXT_X_DATERANGE";
15
+ HlsManifestAdMarkerType["EXT_X_SCTE35"] = "EXT_X_SCTE35";
14
16
  })(HlsManifestAdMarkerType || (exports.HlsManifestAdMarkerType = HlsManifestAdMarkerType = {}));
15
17
  exports.default = HlsManifestAdMarkerType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.182.0",
3
+ "version": "1.183.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [