@bitmovin/api-sdk 1.269.0 → 1.271.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 +93 -195
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/encodings/EncodingsApi.d.ts +0 -2
- package/dist/encoding/encodings/EncodingsApi.js +0 -2
- package/dist/encoding/encodings/live/LiveApi.d.ts +2 -0
- package/dist/encoding/encodings/live/LiveApi.js +2 -0
- package/dist/encoding/encodings/live/heartbeatFinal/HeartbeatFinalApi.d.ts +19 -0
- package/dist/encoding/encodings/live/heartbeatFinal/HeartbeatFinalApi.js +48 -0
- package/dist/encoding/encodings/muxings/fmp4/drm/cenc/CencDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/fmp4/drm/speke/SpekeDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/mp4/drm/speke/SpekeDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/progressiveTs/drm/speke/SpekeDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/progressiveWebm/drm/speke/SpekeDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/ts/drm/speke/SpekeDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/webm/drm/cenc/CencDrmListQueryParams.d.ts +6 -6
- package/dist/encoding/encodings/muxings/webm/drm/speke/SpekeDrmListQueryParams.d.ts +6 -6
- package/dist/models/LiveEncodingHeartbeatUrlResponse.d.ts +14 -0
- package/dist/models/LiveEncodingHeartbeatUrlResponse.js +19 -0
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.js +1 -1
- package/package.json +1 -1
- package/dist/encoding/encodings/transferRetries/TransferRetriesApi.d.ts +0 -37
- package/dist/encoding/encodings/transferRetries/TransferRetriesApi.js +0 -88
- package/dist/encoding/encodings/transferRetries/TransferRetryListQueryParams.d.ts +0 -28
- package/dist/encoding/encodings/transferRetries/TransferRetryListQueryParams.js +0 -29
- package/dist/models/TransferRetry.d.ts +0 -34
- package/dist/models/TransferRetry.js +0 -41
package/README.md
CHANGED
|
@@ -6804,7 +6804,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6804
6804
|
var headers = {
|
|
6805
6805
|
'X-Api-Key': apiKey,
|
|
6806
6806
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6807
|
-
'X-Api-Client-Version': '1.
|
|
6807
|
+
'X-Api-Client-Version': '1.271.1',
|
|
6808
6808
|
'Content-Type': 'application/json'
|
|
6809
6809
|
};
|
|
6810
6810
|
if (tenantOrgId) {
|
|
@@ -13356,7 +13356,6 @@ var StreamsApi_1 = __webpack_require__(/*! ./streams/StreamsApi */ "./encoding/e
|
|
|
13356
13356
|
var InputStreamsApi_1 = __webpack_require__(/*! ./inputStreams/InputStreamsApi */ "./encoding/encodings/inputStreams/InputStreamsApi.ts");
|
|
13357
13357
|
var MuxingsApi_1 = __webpack_require__(/*! ./muxings/MuxingsApi */ "./encoding/encodings/muxings/MuxingsApi.ts");
|
|
13358
13358
|
var TemplateApi_1 = __webpack_require__(/*! ./template/TemplateApi */ "./encoding/encodings/template/TemplateApi.ts");
|
|
13359
|
-
var TransferRetriesApi_1 = __webpack_require__(/*! ./transferRetries/TransferRetriesApi */ "./encoding/encodings/transferRetries/TransferRetriesApi.ts");
|
|
13360
13359
|
var OutputPathsApi_1 = __webpack_require__(/*! ./outputPaths/OutputPathsApi */ "./encoding/encodings/outputPaths/OutputPathsApi.ts");
|
|
13361
13360
|
var CaptionsApi_1 = __webpack_require__(/*! ./captions/CaptionsApi */ "./encoding/encodings/captions/CaptionsApi.ts");
|
|
13362
13361
|
var SidecarsApi_1 = __webpack_require__(/*! ./sidecars/SidecarsApi */ "./encoding/encodings/sidecars/SidecarsApi.ts");
|
|
@@ -13385,7 +13384,6 @@ var EncodingsApi = /** @class */ (function (_super) {
|
|
|
13385
13384
|
_this.inputStreams = new InputStreamsApi_1.default(configuration);
|
|
13386
13385
|
_this.muxings = new MuxingsApi_1.default(configuration);
|
|
13387
13386
|
_this.template = new TemplateApi_1.default(configuration);
|
|
13388
|
-
_this.transferRetries = new TransferRetriesApi_1.default(configuration);
|
|
13389
13387
|
_this.outputPaths = new OutputPathsApi_1.default(configuration);
|
|
13390
13388
|
_this.captions = new CaptionsApi_1.default(configuration);
|
|
13391
13389
|
_this.sidecars = new SidecarsApi_1.default(configuration);
|
|
@@ -16586,6 +16584,7 @@ var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mappe
|
|
|
16586
16584
|
var EsamApi_1 = __webpack_require__(/*! ./esam/EsamApi */ "./encoding/encodings/live/esam/EsamApi.ts");
|
|
16587
16585
|
var ResetLiveManifestTimeshiftApi_1 = __webpack_require__(/*! ./resetLiveManifestTimeshift/ResetLiveManifestTimeshiftApi */ "./encoding/encodings/live/resetLiveManifestTimeshift/ResetLiveManifestTimeshiftApi.ts");
|
|
16588
16586
|
var HeartbeatApi_1 = __webpack_require__(/*! ./heartbeat/HeartbeatApi */ "./encoding/encodings/live/heartbeat/HeartbeatApi.ts");
|
|
16587
|
+
var HeartbeatFinalApi_1 = __webpack_require__(/*! ./heartbeatFinal/HeartbeatFinalApi */ "./encoding/encodings/live/heartbeatFinal/HeartbeatFinalApi.ts");
|
|
16589
16588
|
var HdApi_1 = __webpack_require__(/*! ./hd/HdApi */ "./encoding/encodings/live/hd/HdApi.ts");
|
|
16590
16589
|
var InsertableContentApi_1 = __webpack_require__(/*! ./insertableContent/InsertableContentApi */ "./encoding/encodings/live/insertableContent/InsertableContentApi.ts");
|
|
16591
16590
|
var Scte35CueApi_1 = __webpack_require__(/*! ./scte35Cue/Scte35CueApi */ "./encoding/encodings/live/scte35Cue/Scte35CueApi.ts");
|
|
@@ -16605,6 +16604,7 @@ var LiveApi = /** @class */ (function (_super) {
|
|
|
16605
16604
|
_this.esam = new EsamApi_1.default(configuration);
|
|
16606
16605
|
_this.resetLiveManifestTimeshift = new ResetLiveManifestTimeshiftApi_1.default(configuration);
|
|
16607
16606
|
_this.heartbeat = new HeartbeatApi_1.default(configuration);
|
|
16607
|
+
_this.heartbeatFinal = new HeartbeatFinalApi_1.default(configuration);
|
|
16608
16608
|
_this.hd = new HdApi_1.default(configuration);
|
|
16609
16609
|
_this.insertableContent = new InsertableContentApi_1.default(configuration);
|
|
16610
16610
|
_this.scte35Cue = new Scte35CueApi_1.default(configuration);
|
|
@@ -16926,6 +16926,65 @@ var HeartbeatApi = /** @class */ (function (_super) {
|
|
|
16926
16926
|
exports["default"] = HeartbeatApi;
|
|
16927
16927
|
|
|
16928
16928
|
|
|
16929
|
+
/***/ },
|
|
16930
|
+
|
|
16931
|
+
/***/ "./encoding/encodings/live/heartbeatFinal/HeartbeatFinalApi.ts"
|
|
16932
|
+
/*!*********************************************************************!*\
|
|
16933
|
+
!*** ./encoding/encodings/live/heartbeatFinal/HeartbeatFinalApi.ts ***!
|
|
16934
|
+
\*********************************************************************/
|
|
16935
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
16936
|
+
|
|
16937
|
+
"use strict";
|
|
16938
|
+
|
|
16939
|
+
var __extends = (this && this.__extends) || (function () {
|
|
16940
|
+
var extendStatics = function (d, b) {
|
|
16941
|
+
extendStatics = Object.setPrototypeOf ||
|
|
16942
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16943
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
16944
|
+
return extendStatics(d, b);
|
|
16945
|
+
};
|
|
16946
|
+
return function (d, b) {
|
|
16947
|
+
if (typeof b !== "function" && b !== null)
|
|
16948
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
16949
|
+
extendStatics(d, b);
|
|
16950
|
+
function __() { this.constructor = d; }
|
|
16951
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16952
|
+
};
|
|
16953
|
+
})();
|
|
16954
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
16955
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
16956
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
|
|
16957
|
+
var LiveEncodingHeartbeatUrlResponse_1 = __webpack_require__(/*! ../../../../models/LiveEncodingHeartbeatUrlResponse */ "./models/LiveEncodingHeartbeatUrlResponse.ts");
|
|
16958
|
+
/**
|
|
16959
|
+
* HeartbeatFinalApi - object-oriented interface
|
|
16960
|
+
* @export
|
|
16961
|
+
* @class HeartbeatFinalApi
|
|
16962
|
+
* @extends {BaseAPI}
|
|
16963
|
+
*/
|
|
16964
|
+
var HeartbeatFinalApi = /** @class */ (function (_super) {
|
|
16965
|
+
__extends(HeartbeatFinalApi, _super);
|
|
16966
|
+
function HeartbeatFinalApi(configuration) {
|
|
16967
|
+
return _super.call(this, configuration) || this;
|
|
16968
|
+
}
|
|
16969
|
+
/**
|
|
16970
|
+
* @summary Get Final Live Encoding Heartbeat Download URL
|
|
16971
|
+
* @param {string} encodingId Id of the encoding.
|
|
16972
|
+
* @throws {BitmovinError}
|
|
16973
|
+
* @memberof HeartbeatFinalApi
|
|
16974
|
+
*/
|
|
16975
|
+
HeartbeatFinalApi.prototype.get = function (encodingId) {
|
|
16976
|
+
var pathParamMap = {
|
|
16977
|
+
encoding_id: encodingId
|
|
16978
|
+
};
|
|
16979
|
+
return this.restClient.get('/encoding/encodings/{encoding_id}/live/heartbeat-final', pathParamMap).then(function (response) {
|
|
16980
|
+
return (0, Mapper_1.map)(response, LiveEncodingHeartbeatUrlResponse_1.default);
|
|
16981
|
+
});
|
|
16982
|
+
};
|
|
16983
|
+
return HeartbeatFinalApi;
|
|
16984
|
+
}(BaseAPI_1.BaseAPI));
|
|
16985
|
+
exports["default"] = HeartbeatFinalApi;
|
|
16986
|
+
|
|
16987
|
+
|
|
16929
16988
|
/***/ },
|
|
16930
16989
|
|
|
16931
16990
|
/***/ "./encoding/encodings/live/insertableContent/InsertableContentApi.ts"
|
|
@@ -32808,145 +32867,6 @@ var TemplateApi = /** @class */ (function (_super) {
|
|
|
32808
32867
|
exports["default"] = TemplateApi;
|
|
32809
32868
|
|
|
32810
32869
|
|
|
32811
|
-
/***/ },
|
|
32812
|
-
|
|
32813
|
-
/***/ "./encoding/encodings/transferRetries/TransferRetriesApi.ts"
|
|
32814
|
-
/*!******************************************************************!*\
|
|
32815
|
-
!*** ./encoding/encodings/transferRetries/TransferRetriesApi.ts ***!
|
|
32816
|
-
\******************************************************************/
|
|
32817
|
-
(__unused_webpack_module, exports, __webpack_require__) {
|
|
32818
|
-
|
|
32819
|
-
"use strict";
|
|
32820
|
-
|
|
32821
|
-
var __extends = (this && this.__extends) || (function () {
|
|
32822
|
-
var extendStatics = function (d, b) {
|
|
32823
|
-
extendStatics = Object.setPrototypeOf ||
|
|
32824
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
32825
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
32826
|
-
return extendStatics(d, b);
|
|
32827
|
-
};
|
|
32828
|
-
return function (d, b) {
|
|
32829
|
-
if (typeof b !== "function" && b !== null)
|
|
32830
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
32831
|
-
extendStatics(d, b);
|
|
32832
|
-
function __() { this.constructor = d; }
|
|
32833
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
32834
|
-
};
|
|
32835
|
-
})();
|
|
32836
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32837
|
-
var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
32838
|
-
var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
|
|
32839
|
-
var TransferRetry_1 = __webpack_require__(/*! ../../../models/TransferRetry */ "./models/TransferRetry.ts");
|
|
32840
|
-
var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
32841
|
-
var TransferRetryListQueryParams_1 = __webpack_require__(/*! ./TransferRetryListQueryParams */ "./encoding/encodings/transferRetries/TransferRetryListQueryParams.ts");
|
|
32842
|
-
/**
|
|
32843
|
-
* TransferRetriesApi - object-oriented interface
|
|
32844
|
-
* @export
|
|
32845
|
-
* @class TransferRetriesApi
|
|
32846
|
-
* @extends {BaseAPI}
|
|
32847
|
-
*/
|
|
32848
|
-
var TransferRetriesApi = /** @class */ (function (_super) {
|
|
32849
|
-
__extends(TransferRetriesApi, _super);
|
|
32850
|
-
function TransferRetriesApi(configuration) {
|
|
32851
|
-
return _super.call(this, configuration) || this;
|
|
32852
|
-
}
|
|
32853
|
-
/**
|
|
32854
|
-
* @summary Transfer retry
|
|
32855
|
-
* @param {string} encodingId Id of the encoding.
|
|
32856
|
-
* @throws {BitmovinError}
|
|
32857
|
-
* @memberof TransferRetriesApi
|
|
32858
|
-
*/
|
|
32859
|
-
TransferRetriesApi.prototype.create = function (encodingId) {
|
|
32860
|
-
var pathParamMap = {
|
|
32861
|
-
encoding_id: encodingId
|
|
32862
|
-
};
|
|
32863
|
-
return this.restClient.post('/encoding/encodings/{encoding_id}/transfer-retries', pathParamMap).then(function (response) {
|
|
32864
|
-
return (0, Mapper_1.map)(response, TransferRetry_1.default);
|
|
32865
|
-
});
|
|
32866
|
-
};
|
|
32867
|
-
/**
|
|
32868
|
-
* @summary Transfer retry Details
|
|
32869
|
-
* @param {string} encodingId Id of the encoding.
|
|
32870
|
-
* @param {string} transferRetryId Id of the transfer-retry.
|
|
32871
|
-
* @throws {BitmovinError}
|
|
32872
|
-
* @memberof TransferRetriesApi
|
|
32873
|
-
*/
|
|
32874
|
-
TransferRetriesApi.prototype.get = function (encodingId, transferRetryId) {
|
|
32875
|
-
var pathParamMap = {
|
|
32876
|
-
encoding_id: encodingId,
|
|
32877
|
-
transfer_retry_id: transferRetryId
|
|
32878
|
-
};
|
|
32879
|
-
return this.restClient.get('/encoding/encodings/{encoding_id}/transfer-retries/{transfer_retry_id}', pathParamMap).then(function (response) {
|
|
32880
|
-
return (0, Mapper_1.map)(response, TransferRetry_1.default);
|
|
32881
|
-
});
|
|
32882
|
-
};
|
|
32883
|
-
/**
|
|
32884
|
-
* @summary List transfer-retries
|
|
32885
|
-
* @param {string} encodingId Id of the encoding.
|
|
32886
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
32887
|
-
* @throws {BitmovinError}
|
|
32888
|
-
* @memberof TransferRetriesApi
|
|
32889
|
-
*/
|
|
32890
|
-
TransferRetriesApi.prototype.list = function (encodingId, queryParameters) {
|
|
32891
|
-
var pathParamMap = {
|
|
32892
|
-
encoding_id: encodingId
|
|
32893
|
-
};
|
|
32894
|
-
var queryParams = {};
|
|
32895
|
-
if (typeof queryParameters === 'function') {
|
|
32896
|
-
queryParams = queryParameters(new TransferRetryListQueryParams_1.TransferRetryListQueryParamsBuilder()).buildQueryParams();
|
|
32897
|
-
}
|
|
32898
|
-
else if (queryParameters) {
|
|
32899
|
-
queryParams = queryParameters;
|
|
32900
|
-
}
|
|
32901
|
-
return this.restClient.get('/encoding/encodings/{encoding_id}/transfer-retries', pathParamMap, queryParams).then(function (response) {
|
|
32902
|
-
return new PaginationResponse_1.default(response, TransferRetry_1.default);
|
|
32903
|
-
});
|
|
32904
|
-
};
|
|
32905
|
-
return TransferRetriesApi;
|
|
32906
|
-
}(BaseAPI_1.BaseAPI));
|
|
32907
|
-
exports["default"] = TransferRetriesApi;
|
|
32908
|
-
|
|
32909
|
-
|
|
32910
|
-
/***/ },
|
|
32911
|
-
|
|
32912
|
-
/***/ "./encoding/encodings/transferRetries/TransferRetryListQueryParams.ts"
|
|
32913
|
-
/*!****************************************************************************!*\
|
|
32914
|
-
!*** ./encoding/encodings/transferRetries/TransferRetryListQueryParams.ts ***!
|
|
32915
|
-
\****************************************************************************/
|
|
32916
|
-
(__unused_webpack_module, exports) {
|
|
32917
|
-
|
|
32918
|
-
"use strict";
|
|
32919
|
-
|
|
32920
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
32921
|
-
exports.TransferRetryListQueryParamsBuilder = void 0;
|
|
32922
|
-
var TransferRetryListQueryParamsBuilder = /** @class */ (function () {
|
|
32923
|
-
function TransferRetryListQueryParamsBuilder() {
|
|
32924
|
-
this.internalParams = {};
|
|
32925
|
-
}
|
|
32926
|
-
/**
|
|
32927
|
-
*
|
|
32928
|
-
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
32929
|
-
*/
|
|
32930
|
-
TransferRetryListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
32931
|
-
this.internalParams.offset = offset;
|
|
32932
|
-
return this;
|
|
32933
|
-
};
|
|
32934
|
-
/**
|
|
32935
|
-
*
|
|
32936
|
-
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
32937
|
-
*/
|
|
32938
|
-
TransferRetryListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
32939
|
-
this.internalParams.limit = limit;
|
|
32940
|
-
return this;
|
|
32941
|
-
};
|
|
32942
|
-
TransferRetryListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
32943
|
-
return this.internalParams;
|
|
32944
|
-
};
|
|
32945
|
-
return TransferRetryListQueryParamsBuilder;
|
|
32946
|
-
}());
|
|
32947
|
-
exports.TransferRetryListQueryParamsBuilder = TransferRetryListQueryParamsBuilder;
|
|
32948
|
-
|
|
32949
|
-
|
|
32950
32870
|
/***/ },
|
|
32951
32871
|
|
|
32952
32872
|
/***/ "./encoding/errorDefinitions/EncodingErrorDefinitionListQueryParams.ts"
|
|
@@ -78677,6 +78597,36 @@ exports.LiveEncodingHeartbeatIngestStream = LiveEncodingHeartbeatIngestStream;
|
|
|
78677
78597
|
exports["default"] = LiveEncodingHeartbeatIngestStream;
|
|
78678
78598
|
|
|
78679
78599
|
|
|
78600
|
+
/***/ },
|
|
78601
|
+
|
|
78602
|
+
/***/ "./models/LiveEncodingHeartbeatUrlResponse.ts"
|
|
78603
|
+
/*!****************************************************!*\
|
|
78604
|
+
!*** ./models/LiveEncodingHeartbeatUrlResponse.ts ***!
|
|
78605
|
+
\****************************************************/
|
|
78606
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
78607
|
+
|
|
78608
|
+
"use strict";
|
|
78609
|
+
|
|
78610
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
78611
|
+
exports.LiveEncodingHeartbeatUrlResponse = void 0;
|
|
78612
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78613
|
+
/**
|
|
78614
|
+
* @export
|
|
78615
|
+
* @class LiveEncodingHeartbeatUrlResponse
|
|
78616
|
+
*/
|
|
78617
|
+
var LiveEncodingHeartbeatUrlResponse = /** @class */ (function () {
|
|
78618
|
+
function LiveEncodingHeartbeatUrlResponse(obj) {
|
|
78619
|
+
if (!obj) {
|
|
78620
|
+
return;
|
|
78621
|
+
}
|
|
78622
|
+
this.url = (0, Mapper_1.map)(obj.url);
|
|
78623
|
+
}
|
|
78624
|
+
return LiveEncodingHeartbeatUrlResponse;
|
|
78625
|
+
}());
|
|
78626
|
+
exports.LiveEncodingHeartbeatUrlResponse = LiveEncodingHeartbeatUrlResponse;
|
|
78627
|
+
exports["default"] = LiveEncodingHeartbeatUrlResponse;
|
|
78628
|
+
|
|
78629
|
+
|
|
78680
78630
|
/***/ },
|
|
78681
78631
|
|
|
78682
78632
|
/***/ "./models/LiveEncodingHeartbeatWebhook.ts"
|
|
@@ -90425,58 +90375,6 @@ exports.TimecodeTrackTrimmingInputStream = TimecodeTrackTrimmingInputStream;
|
|
|
90425
90375
|
exports["default"] = TimecodeTrackTrimmingInputStream;
|
|
90426
90376
|
|
|
90427
90377
|
|
|
90428
|
-
/***/ },
|
|
90429
|
-
|
|
90430
|
-
/***/ "./models/TransferRetry.ts"
|
|
90431
|
-
/*!*********************************!*\
|
|
90432
|
-
!*** ./models/TransferRetry.ts ***!
|
|
90433
|
-
\*********************************/
|
|
90434
|
-
(__unused_webpack_module, exports, __webpack_require__) {
|
|
90435
|
-
|
|
90436
|
-
"use strict";
|
|
90437
|
-
|
|
90438
|
-
var __extends = (this && this.__extends) || (function () {
|
|
90439
|
-
var extendStatics = function (d, b) {
|
|
90440
|
-
extendStatics = Object.setPrototypeOf ||
|
|
90441
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
90442
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
90443
|
-
return extendStatics(d, b);
|
|
90444
|
-
};
|
|
90445
|
-
return function (d, b) {
|
|
90446
|
-
if (typeof b !== "function" && b !== null)
|
|
90447
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
90448
|
-
extendStatics(d, b);
|
|
90449
|
-
function __() { this.constructor = d; }
|
|
90450
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
90451
|
-
};
|
|
90452
|
-
})();
|
|
90453
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
90454
|
-
exports.TransferRetry = void 0;
|
|
90455
|
-
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
90456
|
-
var BitmovinResource_1 = __webpack_require__(/*! ./BitmovinResource */ "./models/BitmovinResource.ts");
|
|
90457
|
-
/**
|
|
90458
|
-
* @export
|
|
90459
|
-
* @class TransferRetry
|
|
90460
|
-
*/
|
|
90461
|
-
var TransferRetry = /** @class */ (function (_super) {
|
|
90462
|
-
__extends(TransferRetry, _super);
|
|
90463
|
-
function TransferRetry(obj) {
|
|
90464
|
-
var _this = _super.call(this, obj) || this;
|
|
90465
|
-
if (!obj) {
|
|
90466
|
-
return _this;
|
|
90467
|
-
}
|
|
90468
|
-
_this.status = (0, Mapper_1.map)(obj.status);
|
|
90469
|
-
_this.startedAt = (0, Mapper_1.map)(obj.startedAt, Date);
|
|
90470
|
-
_this.finishedAt = (0, Mapper_1.map)(obj.finishedAt, Date);
|
|
90471
|
-
_this.errorAt = (0, Mapper_1.map)(obj.errorAt, Date);
|
|
90472
|
-
return _this;
|
|
90473
|
-
}
|
|
90474
|
-
return TransferRetry;
|
|
90475
|
-
}(BitmovinResource_1.default));
|
|
90476
|
-
exports.TransferRetry = TransferRetry;
|
|
90477
|
-
exports["default"] = TransferRetry;
|
|
90478
|
-
|
|
90479
|
-
|
|
90480
90378
|
/***/ },
|
|
90481
90379
|
|
|
90482
90380
|
/***/ "./models/TransferVersion.ts"
|
|
@@ -93427,6 +93325,7 @@ __exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatEventType */ "./mode
|
|
|
93427
93325
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngest */ "./models/LiveEncodingHeartbeatIngest.ts"), exports);
|
|
93428
93326
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngestPoint */ "./models/LiveEncodingHeartbeatIngestPoint.ts"), exports);
|
|
93429
93327
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatIngestStream */ "./models/LiveEncodingHeartbeatIngestStream.ts"), exports);
|
|
93328
|
+
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatUrlResponse */ "./models/LiveEncodingHeartbeatUrlResponse.ts"), exports);
|
|
93430
93329
|
__exportStar(__webpack_require__(/*! ./LiveEncodingHeartbeatWebhook */ "./models/LiveEncodingHeartbeatWebhook.ts"), exports);
|
|
93431
93330
|
__exportStar(__webpack_require__(/*! ./LiveEncodingOptionsStatistics */ "./models/LiveEncodingOptionsStatistics.ts"), exports);
|
|
93432
93331
|
__exportStar(__webpack_require__(/*! ./LiveEncodingStats */ "./models/LiveEncodingStats.ts"), exports);
|
|
@@ -93733,7 +93632,6 @@ __exportStar(__webpack_require__(/*! ./ThumbnailUnit */ "./models/ThumbnailUnit.
|
|
|
93733
93632
|
__exportStar(__webpack_require__(/*! ./TimeBasedTrimmingInputStream */ "./models/TimeBasedTrimmingInputStream.ts"), exports);
|
|
93734
93633
|
__exportStar(__webpack_require__(/*! ./TimeSpan */ "./models/TimeSpan.ts"), exports);
|
|
93735
93634
|
__exportStar(__webpack_require__(/*! ./TimecodeTrackTrimmingInputStream */ "./models/TimecodeTrackTrimmingInputStream.ts"), exports);
|
|
93736
|
-
__exportStar(__webpack_require__(/*! ./TransferRetry */ "./models/TransferRetry.ts"), exports);
|
|
93737
93635
|
__exportStar(__webpack_require__(/*! ./TransferVersion */ "./models/TransferVersion.ts"), exports);
|
|
93738
93636
|
__exportStar(__webpack_require__(/*! ./TransformSkipMode */ "./models/TransformSkipMode.ts"), exports);
|
|
93739
93637
|
__exportStar(__webpack_require__(/*! ./Trimming */ "./models/Trimming.ts"), exports);
|