@bitmovin/api-sdk 1.122.0 → 1.125.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.122.0
34
+ npm install @bitmovin/api-sdk@1.125.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -5985,7 +5985,7 @@ var HeaderHandler = /** @class */ (function (_super) {
5985
5985
  var headers = {
5986
5986
  'X-Api-Key': apiKey,
5987
5987
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
5988
- 'X-Api-Client-Version': '1.122.0',
5988
+ 'X-Api-Client-Version': '1.125.0',
5989
5989
  'Content-Type': 'application/json'
5990
5990
  };
5991
5991
  if (tenantOrgId) {
@@ -36337,6 +36337,14 @@ var InputListQueryParamsBuilder = /** @class */ (function () {
36337
36337
  this.internalParams.name = name;
36338
36338
  return this;
36339
36339
  };
36340
+ /**
36341
+ *
36342
+ * @param sort Order list result according an input resource attribute. The fields that can be used for sorting are: + `id` + `createdAt` + `modifiedAt` + `type` + `name`
36343
+ */
36344
+ InputListQueryParamsBuilder.prototype.sort = function (sort) {
36345
+ this.internalParams.sort = sort;
36346
+ return this;
36347
+ };
36340
36348
  InputListQueryParamsBuilder.prototype.buildQueryParams = function () {
36341
36349
  return this.internalParams;
36342
36350
  };
@@ -62108,6 +62116,8 @@ var ColorConfig = /** @class */ (function () {
62108
62116
  this.colorTransfer = (0, Mapper_1.map)(obj.colorTransfer);
62109
62117
  this.inputColorSpace = (0, Mapper_1.map)(obj.inputColorSpace);
62110
62118
  this.inputColorRange = (0, Mapper_1.map)(obj.inputColorRange);
62119
+ this.inputColorPrimaries = (0, Mapper_1.map)(obj.inputColorPrimaries);
62120
+ this.inputColorTransfer = (0, Mapper_1.map)(obj.inputColorTransfer);
62111
62121
  }
62112
62122
  return ColorConfig;
62113
62123
  }());
@@ -71195,6 +71205,41 @@ exports.Input = Input;
71195
71205
  exports["default"] = Input;
71196
71206
 
71197
71207
 
71208
+ /***/ }),
71209
+
71210
+ /***/ "./models/InputColorPrimaries.ts":
71211
+ /*!***************************************!*\
71212
+ !*** ./models/InputColorPrimaries.ts ***!
71213
+ \***************************************/
71214
+ /***/ ((__unused_webpack_module, exports) => {
71215
+
71216
+ "use strict";
71217
+
71218
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
71219
+ exports.InputColorPrimaries = void 0;
71220
+ /**
71221
+ * @export
71222
+ * @enum {string}
71223
+ */
71224
+ var InputColorPrimaries;
71225
+ (function (InputColorPrimaries) {
71226
+ InputColorPrimaries["UNSPECIFIED"] = "UNSPECIFIED";
71227
+ InputColorPrimaries["BT709"] = "BT709";
71228
+ InputColorPrimaries["BT470M"] = "BT470M";
71229
+ InputColorPrimaries["BT470BG"] = "BT470BG";
71230
+ InputColorPrimaries["SMPTE170M"] = "SMPTE170M";
71231
+ InputColorPrimaries["SMPTE240M"] = "SMPTE240M";
71232
+ InputColorPrimaries["FILM"] = "FILM";
71233
+ InputColorPrimaries["BT2020"] = "BT2020";
71234
+ InputColorPrimaries["SMPTE428"] = "SMPTE428";
71235
+ InputColorPrimaries["SMPTEST428_1"] = "SMPTEST428_1";
71236
+ InputColorPrimaries["SMPTE431"] = "SMPTE431";
71237
+ InputColorPrimaries["SMPTE432"] = "SMPTE432";
71238
+ InputColorPrimaries["JEDEC_P22"] = "JEDEC_P22";
71239
+ })(InputColorPrimaries = exports.InputColorPrimaries || (exports.InputColorPrimaries = {}));
71240
+ exports["default"] = InputColorPrimaries;
71241
+
71242
+
71198
71243
  /***/ }),
71199
71244
 
71200
71245
  /***/ "./models/InputColorRange.ts":
@@ -71256,6 +71301,45 @@ var InputColorSpace;
71256
71301
  exports["default"] = InputColorSpace;
71257
71302
 
71258
71303
 
71304
+ /***/ }),
71305
+
71306
+ /***/ "./models/InputColorTransfer.ts":
71307
+ /*!**************************************!*\
71308
+ !*** ./models/InputColorTransfer.ts ***!
71309
+ \**************************************/
71310
+ /***/ ((__unused_webpack_module, exports) => {
71311
+
71312
+ "use strict";
71313
+
71314
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
71315
+ exports.InputColorTransfer = void 0;
71316
+ /**
71317
+ * @export
71318
+ * @enum {string}
71319
+ */
71320
+ var InputColorTransfer;
71321
+ (function (InputColorTransfer) {
71322
+ InputColorTransfer["UNSPECIFIED"] = "UNSPECIFIED";
71323
+ InputColorTransfer["BT709"] = "BT709";
71324
+ InputColorTransfer["GAMMA22"] = "GAMMA22";
71325
+ InputColorTransfer["GAMMA28"] = "GAMMA28";
71326
+ InputColorTransfer["SMPTE170M"] = "SMPTE170M";
71327
+ InputColorTransfer["SMPTE240M"] = "SMPTE240M";
71328
+ InputColorTransfer["LINEAR"] = "LINEAR";
71329
+ InputColorTransfer["LOG"] = "LOG";
71330
+ InputColorTransfer["LOG_SQRT"] = "LOG_SQRT";
71331
+ InputColorTransfer["IEC61966_2_4"] = "IEC61966_2_4";
71332
+ InputColorTransfer["BT1361_ECG"] = "BT1361_ECG";
71333
+ InputColorTransfer["IEC61966_2_1"] = "IEC61966_2_1";
71334
+ InputColorTransfer["BT2020_10"] = "BT2020_10";
71335
+ InputColorTransfer["BT2020_12"] = "BT2020_12";
71336
+ InputColorTransfer["SMPTE2084"] = "SMPTE2084";
71337
+ InputColorTransfer["SMPTE428"] = "SMPTE428";
71338
+ InputColorTransfer["ARIB_STD_B67"] = "ARIB_STD_B67";
71339
+ })(InputColorTransfer = exports.InputColorTransfer || (exports.InputColorTransfer = {}));
71340
+ exports["default"] = InputColorTransfer;
71341
+
71342
+
71259
71343
  /***/ }),
71260
71344
 
71261
71345
  /***/ "./models/InputFactor.ts":
@@ -85288,8 +85372,10 @@ __exportStar(__webpack_require__(/*! ./ImscStylingMode */ "./models/ImscStylingM
85288
85372
  __exportStar(__webpack_require__(/*! ./InfrastructureSettings */ "./models/InfrastructureSettings.ts"), exports);
85289
85373
  __exportStar(__webpack_require__(/*! ./IngestInputStream */ "./models/IngestInputStream.ts"), exports);
85290
85374
  __exportStar(__webpack_require__(/*! ./Input */ "./models/Input.ts"), exports);
85375
+ __exportStar(__webpack_require__(/*! ./InputColorPrimaries */ "./models/InputColorPrimaries.ts"), exports);
85291
85376
  __exportStar(__webpack_require__(/*! ./InputColorRange */ "./models/InputColorRange.ts"), exports);
85292
85377
  __exportStar(__webpack_require__(/*! ./InputColorSpace */ "./models/InputColorSpace.ts"), exports);
85378
+ __exportStar(__webpack_require__(/*! ./InputColorTransfer */ "./models/InputColorTransfer.ts"), exports);
85293
85379
  __exportStar(__webpack_require__(/*! ./InputFactor */ "./models/InputFactor.ts"), exports);
85294
85380
  __exportStar(__webpack_require__(/*! ./InputFactorBitrate */ "./models/InputFactorBitrate.ts"), exports);
85295
85381
  __exportStar(__webpack_require__(/*! ./InputFactorCodec */ "./models/InputFactorCodec.ts"), exports);