@bitmovin/api-sdk 1.105.0 → 1.106.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 CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.105.0
34
+ npm install @bitmovin/api-sdk@1.106.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -6974,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6974
6974
  var headers = {
6975
6975
  'X-Api-Key': apiKey,
6976
6976
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6977
- 'X-Api-Client-Version': '1.105.0',
6977
+ 'X-Api-Client-Version': '1.106.0',
6978
6978
  'Content-Type': 'application/json'
6979
6979
  };
6980
6980
  if (tenantOrgId) {
@@ -54197,10 +54197,8 @@ var AdAnalyticsAttribute;
54197
54197
  AdAnalyticsAttribute["STREAM_FORMAT"] = "STREAM_FORMAT";
54198
54198
  AdAnalyticsAttribute["SURVEY_URL"] = "SURVEY_URL";
54199
54199
  AdAnalyticsAttribute["TIME"] = "TIME";
54200
- AdAnalyticsAttribute["TIME_FROM_CONTENT"] = "TIME_FROM_CONTENT";
54201
54200
  AdAnalyticsAttribute["TIME_IN_VIEWPORT"] = "TIME_IN_VIEWPORT";
54202
54201
  AdAnalyticsAttribute["TIME_PLAYED"] = "TIME_PLAYED";
54203
- AdAnalyticsAttribute["TIME_TO_CONTENT"] = "TIME_TO_CONTENT";
54204
54202
  AdAnalyticsAttribute["UNIVERSAL_AD_ID_REGISTRY"] = "UNIVERSAL_AD_ID_REGISTRY";
54205
54203
  AdAnalyticsAttribute["UNIVERSAL_AD_ID_VALUE"] = "UNIVERSAL_AD_ID_VALUE";
54206
54204
  AdAnalyticsAttribute["USER_ID"] = "USER_ID";
@@ -55889,12 +55887,8 @@ var AnalyticsAdsImpressionSample = /** @class */ (function () {
55889
55887
  this.streamFormat = Mapper_1.map(obj.streamFormat);
55890
55888
  this.surveyUrl = Mapper_1.map(obj.surveyUrl);
55891
55889
  this.time = Mapper_1.map(obj.time);
55892
- this.timeFromContent = Mapper_1.map(obj.timeFromContent);
55893
- this.timeHovered = Mapper_1.map(obj.timeHovered);
55894
55890
  this.timeInViewport = Mapper_1.map(obj.timeInViewport);
55895
55891
  this.timePlayed = Mapper_1.map(obj.timePlayed);
55896
- this.timeToContent = Mapper_1.map(obj.timeToContent);
55897
- this.timeToHover = Mapper_1.map(obj.timeToHover);
55898
55892
  this.universalAdIdRegistry = Mapper_1.map(obj.universalAdIdRegistry);
55899
55893
  this.universalAdIdValue = Mapper_1.map(obj.universalAdIdValue);
55900
55894
  this.userId = Mapper_1.map(obj.userId);
@@ -65147,59 +65141,6 @@ exports.DenoiseHqdn3dFilter = DenoiseHqdn3dFilter;
65147
65141
  exports.default = DenoiseHqdn3dFilter;
65148
65142
 
65149
65143
 
65150
- /***/ }),
65151
-
65152
- /***/ "./models/DirectFileUploadInput.ts":
65153
- /*!*****************************************!*\
65154
- !*** ./models/DirectFileUploadInput.ts ***!
65155
- \*****************************************/
65156
- /*! no static exports found */
65157
- /***/ (function(module, exports, __webpack_require__) {
65158
-
65159
- "use strict";
65160
-
65161
- var __extends = (this && this.__extends) || (function () {
65162
- var extendStatics = function (d, b) {
65163
- extendStatics = Object.setPrototypeOf ||
65164
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
65165
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
65166
- return extendStatics(d, b);
65167
- };
65168
- return function (d, b) {
65169
- extendStatics(d, b);
65170
- function __() { this.constructor = d; }
65171
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
65172
- };
65173
- })();
65174
- Object.defineProperty(exports, "__esModule", { value: true });
65175
- exports.DirectFileUploadInput = void 0;
65176
- var Input_1 = __webpack_require__(/*! ./Input */ "./models/Input.ts");
65177
- var InputType_1 = __webpack_require__(/*! ./InputType */ "./models/InputType.ts");
65178
- /**
65179
- * @export
65180
- * @class DirectFileUploadInput
65181
- */
65182
- var DirectFileUploadInput = /** @class */ (function (_super) {
65183
- __extends(DirectFileUploadInput, _super);
65184
- function DirectFileUploadInput(obj) {
65185
- var _this = _super.call(this, obj) || this;
65186
- /**
65187
- * Discriminator property for Input
65188
- * @type {string}
65189
- * @memberof DirectFileUploadInput
65190
- */
65191
- _this.type = InputType_1.default.DIRECT_FILE_UPLOAD;
65192
- if (!obj) {
65193
- return _this;
65194
- }
65195
- return _this;
65196
- }
65197
- return DirectFileUploadInput;
65198
- }(Input_1.default));
65199
- exports.DirectFileUploadInput = DirectFileUploadInput;
65200
- exports.default = DirectFileUploadInput;
65201
-
65202
-
65203
65144
  /***/ }),
65204
65145
 
65205
65146
  /***/ "./models/DisplayAspectRatio.ts":
@@ -71572,8 +71513,7 @@ var Input = /** @class */ (function (_super) {
71572
71513
  UDP_MULTICAST: 'UdpMulticastInput',
71573
71514
  ZIXI: 'ZixiInput',
71574
71515
  SRT: 'SrtInput',
71575
- GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput',
71576
- DIRECT_FILE_UPLOAD: 'DirectFileUploadInput'
71516
+ GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput'
71577
71517
  };
71578
71518
  return Input;
71579
71519
  }(BitmovinResource_1.default));
@@ -71944,7 +71884,6 @@ var InputType;
71944
71884
  InputType["ZIXI"] = "ZIXI";
71945
71885
  InputType["SRT"] = "SRT";
71946
71886
  InputType["GCS_SERVICE_ACCOUNT"] = "GCS_SERVICE_ACCOUNT";
71947
- InputType["DIRECT_FILE_UPLOAD"] = "DIRECT_FILE_UPLOAD";
71948
71887
  })(InputType = exports.InputType || (exports.InputType = {}));
71949
71888
  exports.default = InputType;
71950
71889
 
@@ -84802,7 +84741,6 @@ __exportStar(__webpack_require__(/*! ./DeinterlaceFilter */ "./models/Deinterlac
84802
84741
  __exportStar(__webpack_require__(/*! ./DeinterlaceFrameSelectionMode */ "./models/DeinterlaceFrameSelectionMode.ts"), exports);
84803
84742
  __exportStar(__webpack_require__(/*! ./DeinterlaceMode */ "./models/DeinterlaceMode.ts"), exports);
84804
84743
  __exportStar(__webpack_require__(/*! ./DenoiseHqdn3dFilter */ "./models/DenoiseHqdn3dFilter.ts"), exports);
84805
- __exportStar(__webpack_require__(/*! ./DirectFileUploadInput */ "./models/DirectFileUploadInput.ts"), exports);
84806
84744
  __exportStar(__webpack_require__(/*! ./DisplayAspectRatio */ "./models/DisplayAspectRatio.ts"), exports);
84807
84745
  __exportStar(__webpack_require__(/*! ./DolbyAtmosAudioConfiguration */ "./models/DolbyAtmosAudioConfiguration.ts"), exports);
84808
84746
  __exportStar(__webpack_require__(/*! ./DolbyAtmosDialogueIntelligence */ "./models/DolbyAtmosDialogueIntelligence.ts"), exports);