@bitmovin/api-sdk 1.186.0 → 1.187.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.
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +20 -16
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/configurations/audio/eac3/customdata/CustomdataApi.d.ts +1 -1
- package/dist/encoding/configurations/audio/eac3/customdata/CustomdataApi.js +1 -1
- package/dist/models/AkamaiMslOutput.d.ts +1 -1
- package/dist/models/StreamsDomainRestrictionResponse.d.ts +32 -0
- package/dist/models/{StreamsContentProtectionResponse.js → StreamsDomainRestrictionResponse.js} +7 -7
- package/dist/models/StreamsLiveCreateRequest.d.ts +6 -0
- package/dist/models/StreamsLiveCreateRequest.js +1 -0
- package/dist/models/StreamsLiveResponse.d.ts +3 -3
- package/dist/models/StreamsLiveResponse.js +2 -2
- package/dist/models/StreamsLiveUpdateRequest.d.ts +6 -0
- package/dist/models/StreamsLiveUpdateRequest.js +1 -0
- package/dist/models/StreamsVideoCreateRequest.d.ts +6 -0
- package/dist/models/StreamsVideoCreateRequest.js +1 -0
- package/dist/models/StreamsVideoResponse.d.ts +3 -3
- package/dist/models/StreamsVideoResponse.js +2 -2
- package/dist/models/StreamsVideoUpdateRequest.d.ts +6 -0
- package/dist/models/StreamsVideoUpdateRequest.js +1 -0
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.js +1 -1
- package/package.json +1 -1
- package/dist/models/StreamsContentProtectionResponse.d.ts +0 -32
package/README.md
CHANGED
|
@@ -6109,7 +6109,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6109
6109
|
var headers = {
|
|
6110
6110
|
'X-Api-Key': apiKey,
|
|
6111
6111
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6112
|
-
'X-Api-Client-Version': '1.
|
|
6112
|
+
'X-Api-Client-Version': '1.187.1',
|
|
6113
6113
|
'Content-Type': 'application/json'
|
|
6114
6114
|
};
|
|
6115
6115
|
if (tenantOrgId) {
|
|
@@ -8467,7 +8467,7 @@ var CustomdataApi = /** @class */ (function (_super) {
|
|
|
8467
8467
|
return _super.call(this, configuration) || this;
|
|
8468
8468
|
}
|
|
8469
8469
|
/**
|
|
8470
|
-
* @summary E-AC3 Codec Configuration Custom Data
|
|
8470
|
+
* @summary E-AC3 Codec Configuration Custom Data
|
|
8471
8471
|
* @param {string} configurationId Id of the codec configuration
|
|
8472
8472
|
* @throws {BitmovinError}
|
|
8473
8473
|
* @memberof CustomdataApi
|
|
@@ -82993,23 +82993,23 @@ exports["default"] = StreamsAdConfigResponse;
|
|
|
82993
82993
|
|
|
82994
82994
|
/***/ }),
|
|
82995
82995
|
|
|
82996
|
-
/***/ "./models/
|
|
82996
|
+
/***/ "./models/StreamsDomainRestrictionResponse.ts":
|
|
82997
82997
|
/*!****************************************************!*\
|
|
82998
|
-
!*** ./models/
|
|
82998
|
+
!*** ./models/StreamsDomainRestrictionResponse.ts ***!
|
|
82999
82999
|
\****************************************************/
|
|
83000
83000
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
83001
83001
|
|
|
83002
83002
|
"use strict";
|
|
83003
83003
|
|
|
83004
83004
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
83005
|
-
exports.
|
|
83005
|
+
exports.StreamsDomainRestrictionResponse = void 0;
|
|
83006
83006
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
83007
83007
|
/**
|
|
83008
83008
|
* @export
|
|
83009
|
-
* @class
|
|
83009
|
+
* @class StreamsDomainRestrictionResponse
|
|
83010
83010
|
*/
|
|
83011
|
-
var
|
|
83012
|
-
function
|
|
83011
|
+
var StreamsDomainRestrictionResponse = /** @class */ (function () {
|
|
83012
|
+
function StreamsDomainRestrictionResponse(obj) {
|
|
83013
83013
|
if (!obj) {
|
|
83014
83014
|
return;
|
|
83015
83015
|
}
|
|
@@ -83018,10 +83018,10 @@ var StreamsContentProtectionResponse = /** @class */ (function () {
|
|
|
83018
83018
|
this.allowNoReferer = (0, Mapper_1.map)(obj.allowNoReferer);
|
|
83019
83019
|
this.allowShare = (0, Mapper_1.map)(obj.allowShare);
|
|
83020
83020
|
}
|
|
83021
|
-
return
|
|
83021
|
+
return StreamsDomainRestrictionResponse;
|
|
83022
83022
|
}());
|
|
83023
|
-
exports.
|
|
83024
|
-
exports["default"] =
|
|
83023
|
+
exports.StreamsDomainRestrictionResponse = StreamsDomainRestrictionResponse;
|
|
83024
|
+
exports["default"] = StreamsDomainRestrictionResponse;
|
|
83025
83025
|
|
|
83026
83026
|
|
|
83027
83027
|
/***/ }),
|
|
@@ -83072,6 +83072,7 @@ var StreamsLiveCreateRequest = /** @class */ (function () {
|
|
|
83072
83072
|
}
|
|
83073
83073
|
this.title = (0, Mapper_1.map)(obj.title);
|
|
83074
83074
|
this.description = (0, Mapper_1.map)(obj.description);
|
|
83075
|
+
this.domainRestrictionId = (0, Mapper_1.map)(obj.domainRestrictionId);
|
|
83075
83076
|
}
|
|
83076
83077
|
return StreamsLiveCreateRequest;
|
|
83077
83078
|
}());
|
|
@@ -83134,7 +83135,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
83134
83135
|
exports.StreamsLiveResponse = void 0;
|
|
83135
83136
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
83136
83137
|
var StreamsAdConfigResponse_1 = __webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts");
|
|
83137
|
-
var
|
|
83138
|
+
var StreamsDomainRestrictionResponse_1 = __webpack_require__(/*! ./StreamsDomainRestrictionResponse */ "./models/StreamsDomainRestrictionResponse.ts");
|
|
83138
83139
|
var StreamsResponse_1 = __webpack_require__(/*! ./StreamsResponse */ "./models/StreamsResponse.ts");
|
|
83139
83140
|
var StreamsStyleConfigResponse_1 = __webpack_require__(/*! ./StreamsStyleConfigResponse */ "./models/StreamsStyleConfigResponse.ts");
|
|
83140
83141
|
var StreamsType_1 = __webpack_require__(/*! ./StreamsType */ "./models/StreamsType.ts");
|
|
@@ -83160,7 +83161,7 @@ var StreamsLiveResponse = /** @class */ (function (_super) {
|
|
|
83160
83161
|
_this.styleConfig = (0, Mapper_1.map)(obj.styleConfig, StreamsStyleConfigResponse_1.default);
|
|
83161
83162
|
_this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
83162
83163
|
_this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
|
|
83163
|
-
_this.
|
|
83164
|
+
_this.domainRestriction = (0, Mapper_1.map)(obj.domainRestriction, StreamsDomainRestrictionResponse_1.default);
|
|
83164
83165
|
_this.trimming = (0, Mapper_1.map)(obj.trimming);
|
|
83165
83166
|
return _this;
|
|
83166
83167
|
}
|
|
@@ -83195,6 +83196,7 @@ var StreamsLiveUpdateRequest = /** @class */ (function () {
|
|
|
83195
83196
|
this.title = (0, Mapper_1.map)(obj.title);
|
|
83196
83197
|
this.description = (0, Mapper_1.map)(obj.description);
|
|
83197
83198
|
this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
83199
|
+
this.domainRestrictionId = (0, Mapper_1.map)(obj.domainRestrictionId);
|
|
83198
83200
|
}
|
|
83199
83201
|
return StreamsLiveUpdateRequest;
|
|
83200
83202
|
}());
|
|
@@ -83483,6 +83485,7 @@ var StreamsVideoCreateRequest = /** @class */ (function () {
|
|
|
83483
83485
|
this.assetUrl = (0, Mapper_1.map)(obj.assetUrl);
|
|
83484
83486
|
this.title = (0, Mapper_1.map)(obj.title);
|
|
83485
83487
|
this.description = (0, Mapper_1.map)(obj.description);
|
|
83488
|
+
this.domainRestrictionId = (0, Mapper_1.map)(obj.domainRestrictionId);
|
|
83486
83489
|
this.encodingProfile = (0, Mapper_1.map)(obj.encodingProfile);
|
|
83487
83490
|
this.signed = (0, Mapper_1.map)(obj.signed);
|
|
83488
83491
|
}
|
|
@@ -83602,7 +83605,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
83602
83605
|
exports.StreamsVideoResponse = void 0;
|
|
83603
83606
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
83604
83607
|
var StreamsAdConfigResponse_1 = __webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts");
|
|
83605
|
-
var
|
|
83608
|
+
var StreamsDomainRestrictionResponse_1 = __webpack_require__(/*! ./StreamsDomainRestrictionResponse */ "./models/StreamsDomainRestrictionResponse.ts");
|
|
83606
83609
|
var StreamsResponse_1 = __webpack_require__(/*! ./StreamsResponse */ "./models/StreamsResponse.ts");
|
|
83607
83610
|
var StreamsStyleConfigResponse_1 = __webpack_require__(/*! ./StreamsStyleConfigResponse */ "./models/StreamsStyleConfigResponse.ts");
|
|
83608
83611
|
var StreamsType_1 = __webpack_require__(/*! ./StreamsType */ "./models/StreamsType.ts");
|
|
@@ -83630,7 +83633,7 @@ var StreamsVideoResponse = /** @class */ (function (_super) {
|
|
|
83630
83633
|
_this.encodingTasks = (0, Mapper_1.mapArray)(obj.encodingTasks, StreamsVideoEncodingTask_1.default);
|
|
83631
83634
|
_this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
83632
83635
|
_this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
|
|
83633
|
-
_this.
|
|
83636
|
+
_this.domainRestriction = (0, Mapper_1.map)(obj.domainRestriction, StreamsDomainRestrictionResponse_1.default);
|
|
83634
83637
|
_this.trimming = (0, Mapper_1.map)(obj.trimming);
|
|
83635
83638
|
_this.downloadUrl = (0, Mapper_1.map)(obj.downloadUrl);
|
|
83636
83639
|
_this.signed = (0, Mapper_1.map)(obj.signed);
|
|
@@ -83692,6 +83695,7 @@ var StreamsVideoUpdateRequest = /** @class */ (function () {
|
|
|
83692
83695
|
this.title = (0, Mapper_1.map)(obj.title);
|
|
83693
83696
|
this.description = (0, Mapper_1.map)(obj.description);
|
|
83694
83697
|
this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
83698
|
+
this.domainRestrictionId = (0, Mapper_1.map)(obj.domainRestrictionId);
|
|
83695
83699
|
}
|
|
83696
83700
|
return StreamsVideoUpdateRequest;
|
|
83697
83701
|
}());
|
|
@@ -87717,7 +87721,7 @@ __exportStar(__webpack_require__(/*! ./StreamPerTitleSettings */ "./models/Strea
|
|
|
87717
87721
|
__exportStar(__webpack_require__(/*! ./StreamSelectionMode */ "./models/StreamSelectionMode.ts"), exports);
|
|
87718
87722
|
__exportStar(__webpack_require__(/*! ./StreamsAdConfigAd */ "./models/StreamsAdConfigAd.ts"), exports);
|
|
87719
87723
|
__exportStar(__webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts"), exports);
|
|
87720
|
-
__exportStar(__webpack_require__(/*! ./
|
|
87724
|
+
__exportStar(__webpack_require__(/*! ./StreamsDomainRestrictionResponse */ "./models/StreamsDomainRestrictionResponse.ts"), exports);
|
|
87721
87725
|
__exportStar(__webpack_require__(/*! ./StreamsEncodingProfile */ "./models/StreamsEncodingProfile.ts"), exports);
|
|
87722
87726
|
__exportStar(__webpack_require__(/*! ./StreamsLiveCreateRequest */ "./models/StreamsLiveCreateRequest.ts"), exports);
|
|
87723
87727
|
__exportStar(__webpack_require__(/*! ./StreamsLiveLifeCycle */ "./models/StreamsLiveLifeCycle.ts"), exports);
|