@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.
@@ -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.233.0',
243
+ 'X-Api-Client-Version': '1.234.1',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -4,13 +4,13 @@
4
4
  */
5
5
  export declare class AutomaticAdPlacementPosition {
6
6
  /**
7
- * Position of the ad placement in seconds.
7
+ * Position of the ad placement in seconds. (required)
8
8
  * @type {number}
9
9
  * @memberof AutomaticAdPlacementPosition
10
10
  */
11
11
  position?: number;
12
12
  /**
13
- * Maximum deviation in seconds to the ad placement position.
13
+ * Maximum deviation in seconds to the ad placement position. (required)
14
14
  * @type {number}
15
15
  * @memberof AutomaticAdPlacementPosition
16
16
  */
@@ -4,12 +4,6 @@ import BitmovinResponse from './BitmovinResponse';
4
4
  * @class Scte35Trigger
5
5
  */
6
6
  export declare class Scte35Trigger extends BitmovinResponse {
7
- /**
8
- * Time in seconds where the SCTE 35 trigger should be inserted (required)
9
- * @type {number}
10
- * @memberof Scte35Trigger
11
- */
12
- time?: number;
13
7
  /**
14
8
  * The base 64 encoded data for the SCTE trigger (required)
15
9
  * @type {string}
@@ -29,7 +29,6 @@ var Scte35Trigger = /** @class */ (function (_super) {
29
29
  if (!obj) {
30
30
  return _this;
31
31
  }
32
- _this.time = (0, Mapper_1.map)(obj.time);
33
32
  _this.base64EncodedMetadata = (0, Mapper_1.map)(obj.base64EncodedMetadata);
34
33
  return _this;
35
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.233.0",
3
+ "version": "1.234.1",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [