@bitmovin/api-sdk 1.136.0 → 1.138.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 +1 -1
- package/dist/bitmovin-api-sdk.browser.js +28 -1
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/SimpleEncodingLiveJobRequest.d.ts +7 -0
- package/dist/models/SimpleEncodingLiveJobRequest.js +1 -0
- package/dist/models/SimpleEncodingLiveJobResponse.d.ts +7 -0
- package/dist/models/SimpleEncodingLiveJobResponse.js +1 -0
- package/dist/models/SimpleEncodingLiveProfile.d.ts +9 -0
- package/dist/models/SimpleEncodingLiveProfile.js +13 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5987,7 +5987,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
5987
5987
|
var headers = {
|
|
5988
5988
|
'X-Api-Key': apiKey,
|
|
5989
5989
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
5990
|
-
'X-Api-Client-Version': '1.
|
|
5990
|
+
'X-Api-Client-Version': '1.138.0',
|
|
5991
5991
|
'Content-Type': 'application/json'
|
|
5992
5992
|
};
|
|
5993
5993
|
if (tenantOrgId) {
|
|
@@ -78275,6 +78275,7 @@ var SimpleEncodingLiveJobRequest = /** @class */ (function () {
|
|
|
78275
78275
|
if (!obj) {
|
|
78276
78276
|
return;
|
|
78277
78277
|
}
|
|
78278
|
+
this.encodingProfile = (0, Mapper_1.map)(obj.encodingProfile);
|
|
78278
78279
|
this.input = (0, Mapper_1.map)(obj.input, SimpleEncodingLiveJobInput_1.default);
|
|
78279
78280
|
this.outputs = (0, Mapper_1.mapArray)(obj.outputs, SimpleEncodingLiveJobOutput_1.default);
|
|
78280
78281
|
this.cloudRegion = (0, Mapper_1.map)(obj.cloudRegion);
|
|
@@ -78323,6 +78324,7 @@ var SimpleEncodingLiveJobResponse = /** @class */ (function () {
|
|
|
78323
78324
|
this.modifiedAt = (0, Mapper_1.map)(obj.modifiedAt, Date);
|
|
78324
78325
|
this.name = (0, Mapper_1.map)(obj.name);
|
|
78325
78326
|
this.cloudRegion = (0, Mapper_1.map)(obj.cloudRegion);
|
|
78327
|
+
this.encodingProfile = (0, Mapper_1.map)(obj.encodingProfile);
|
|
78326
78328
|
}
|
|
78327
78329
|
return SimpleEncodingLiveJobResponse;
|
|
78328
78330
|
}());
|
|
@@ -78544,6 +78546,30 @@ var SimpleEncodingLiveMaxResolution;
|
|
|
78544
78546
|
exports["default"] = SimpleEncodingLiveMaxResolution;
|
|
78545
78547
|
|
|
78546
78548
|
|
|
78549
|
+
/***/ }),
|
|
78550
|
+
|
|
78551
|
+
/***/ "./models/SimpleEncodingLiveProfile.ts":
|
|
78552
|
+
/*!*********************************************!*\
|
|
78553
|
+
!*** ./models/SimpleEncodingLiveProfile.ts ***!
|
|
78554
|
+
\*********************************************/
|
|
78555
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
78556
|
+
|
|
78557
|
+
"use strict";
|
|
78558
|
+
|
|
78559
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
78560
|
+
exports.SimpleEncodingLiveProfile = void 0;
|
|
78561
|
+
/**
|
|
78562
|
+
* @export
|
|
78563
|
+
* @enum {string}
|
|
78564
|
+
*/
|
|
78565
|
+
var SimpleEncodingLiveProfile;
|
|
78566
|
+
(function (SimpleEncodingLiveProfile) {
|
|
78567
|
+
SimpleEncodingLiveProfile["INCREASED_QUALITY"] = "INCREASED_QUALITY";
|
|
78568
|
+
SimpleEncodingLiveProfile["LOWER_LATENCY"] = "LOWER_LATENCY";
|
|
78569
|
+
})(SimpleEncodingLiveProfile = exports.SimpleEncodingLiveProfile || (exports.SimpleEncodingLiveProfile = {}));
|
|
78570
|
+
exports["default"] = SimpleEncodingLiveProfile;
|
|
78571
|
+
|
|
78572
|
+
|
|
78547
78573
|
/***/ }),
|
|
78548
78574
|
|
|
78549
78575
|
/***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
|
|
@@ -85125,6 +85151,7 @@ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobStatus */ "./models/
|
|
|
85125
85151
|
__exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts"), exports);
|
|
85126
85152
|
__exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUsernamePasswordCredentials */ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts"), exports);
|
|
85127
85153
|
__exportStar(__webpack_require__(/*! ./SimpleEncodingLiveMaxResolution */ "./models/SimpleEncodingLiveMaxResolution.ts"), exports);
|
|
85154
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingLiveProfile */ "./models/SimpleEncodingLiveProfile.ts"), exports);
|
|
85128
85155
|
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
|
|
85129
85156
|
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
|
|
85130
85157
|
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCdnOutput */ "./models/SimpleEncodingVodJobCdnOutput.ts"), exports);
|