@bitmovin/api-sdk 1.113.0 → 1.116.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.
Files changed (74) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +282 -702
  3. package/dist/bitmovin-api-sdk.browser.js.map +1 -1
  4. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  5. package/dist/common/RestClient.js +1 -1
  6. package/dist/encoding/encodings/EncodingsApi.d.ts +2 -0
  7. package/dist/encoding/encodings/EncodingsApi.js +2 -0
  8. package/dist/encoding/encodings/EncodingsApi.js.map +1 -1
  9. package/dist/encoding/encodings/outputPaths/OutputPathsApi.d.ts +19 -0
  10. package/dist/encoding/{inputs/udpMulticast/customdata/CustomdataApi.js → encodings/outputPaths/OutputPathsApi.js} +18 -18
  11. package/dist/encoding/encodings/outputPaths/OutputPathsApi.js.map +1 -0
  12. package/dist/encoding/inputs/InputsApi.d.ts +0 -6
  13. package/dist/encoding/inputs/InputsApi.js +0 -6
  14. package/dist/encoding/inputs/InputsApi.js.map +1 -1
  15. package/dist/models/AnalyticsImpressionListItem.d.ts +1 -1
  16. package/dist/models/AnalyticsImpressionSample.d.ts +1 -1
  17. package/dist/models/DvbSubtitleInputStream.d.ts +4 -4
  18. package/dist/models/DvbTeletextInputStream.d.ts +4 -4
  19. package/dist/models/EncodingOutputPaths.d.ts +20 -0
  20. package/dist/models/EncodingOutputPaths.js +23 -0
  21. package/dist/models/EncodingOutputPaths.js.map +1 -0
  22. package/dist/models/EncodingOutputPathsDashManifest.d.ts +20 -0
  23. package/dist/models/EncodingOutputPathsDashManifest.js +21 -0
  24. package/dist/models/EncodingOutputPathsDashManifest.js.map +1 -0
  25. package/dist/models/EncodingOutputPathsForOutput.d.ts +29 -0
  26. package/dist/models/EncodingOutputPathsForOutput.js +25 -0
  27. package/dist/models/EncodingOutputPathsForOutput.js.map +1 -0
  28. package/dist/models/EncodingOutputPathsHlsManifest.d.ts +20 -0
  29. package/dist/models/EncodingOutputPathsHlsManifest.js +21 -0
  30. package/dist/models/EncodingOutputPathsHlsManifest.js.map +1 -0
  31. package/dist/models/EncodingOutputPathsSmoothManifest.d.ts +26 -0
  32. package/dist/models/EncodingOutputPathsSmoothManifest.js +22 -0
  33. package/dist/models/EncodingOutputPathsSmoothManifest.js.map +1 -0
  34. package/dist/models/IngestInputStream.d.ts +4 -4
  35. package/dist/models/Input.d.ts +1 -4
  36. package/dist/models/Input.js +0 -3
  37. package/dist/models/Input.js.map +1 -1
  38. package/dist/models/InputType.d.ts +0 -3
  39. package/dist/models/InputType.js +0 -3
  40. package/dist/models/InputType.js.map +1 -1
  41. package/dist/models/StreamInput.d.ts +5 -5
  42. package/dist/models/index.d.ts +5 -3
  43. package/dist/models/index.js +5 -3
  44. package/dist/models/index.js.map +1 -1
  45. package/package.json +2 -2
  46. package/dist/encoding/inputs/tcp/TcpApi.d.ts +0 -28
  47. package/dist/encoding/inputs/tcp/TcpApi.js +0 -69
  48. package/dist/encoding/inputs/tcp/TcpApi.js.map +0 -1
  49. package/dist/encoding/inputs/tcp/TcpInputListQueryParams.d.ts +0 -39
  50. package/dist/encoding/inputs/tcp/TcpInputListQueryParams.js +0 -38
  51. package/dist/encoding/inputs/tcp/TcpInputListQueryParams.js.map +0 -1
  52. package/dist/encoding/inputs/udp/UdpApi.d.ts +0 -28
  53. package/dist/encoding/inputs/udp/UdpApi.js +0 -69
  54. package/dist/encoding/inputs/udp/UdpApi.js.map +0 -1
  55. package/dist/encoding/inputs/udp/UdpInputListQueryParams.d.ts +0 -39
  56. package/dist/encoding/inputs/udp/UdpInputListQueryParams.js +0 -38
  57. package/dist/encoding/inputs/udp/UdpInputListQueryParams.js.map +0 -1
  58. package/dist/encoding/inputs/udpMulticast/UdpMulticastApi.d.ts +0 -44
  59. package/dist/encoding/inputs/udpMulticast/UdpMulticastApi.js +0 -97
  60. package/dist/encoding/inputs/udpMulticast/UdpMulticastApi.js.map +0 -1
  61. package/dist/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.d.ts +0 -39
  62. package/dist/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.js +0 -38
  63. package/dist/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.js.map +0 -1
  64. package/dist/encoding/inputs/udpMulticast/customdata/CustomdataApi.d.ts +0 -19
  65. package/dist/encoding/inputs/udpMulticast/customdata/CustomdataApi.js.map +0 -1
  66. package/dist/models/TcpInput.d.ts +0 -16
  67. package/dist/models/TcpInput.js +0 -44
  68. package/dist/models/TcpInput.js.map +0 -1
  69. package/dist/models/UdpInput.d.ts +0 -16
  70. package/dist/models/UdpInput.js +0 -44
  71. package/dist/models/UdpInput.js.map +0 -1
  72. package/dist/models/UdpMulticastInput.d.ts +0 -28
  73. package/dist/models/UdpMulticastInput.js +0 -47
  74. package/dist/models/UdpMulticastInput.js.map +0 -1
@@ -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.113.0',
5988
+ 'X-Api-Client-Version': '1.116.0',
5989
5989
  'Content-Type': 'application/json'
5990
5990
  };
5991
5991
  if (tenantOrgId) {
@@ -12365,6 +12365,7 @@ var StreamsApi_1 = __webpack_require__(/*! ./streams/StreamsApi */ "./encoding/e
12365
12365
  var InputStreamsApi_1 = __webpack_require__(/*! ./inputStreams/InputStreamsApi */ "./encoding/encodings/inputStreams/InputStreamsApi.ts");
12366
12366
  var MuxingsApi_1 = __webpack_require__(/*! ./muxings/MuxingsApi */ "./encoding/encodings/muxings/MuxingsApi.ts");
12367
12367
  var TransferRetriesApi_1 = __webpack_require__(/*! ./transferRetries/TransferRetriesApi */ "./encoding/encodings/transferRetries/TransferRetriesApi.ts");
12368
+ var OutputPathsApi_1 = __webpack_require__(/*! ./outputPaths/OutputPathsApi */ "./encoding/encodings/outputPaths/OutputPathsApi.ts");
12368
12369
  var CaptionsApi_1 = __webpack_require__(/*! ./captions/CaptionsApi */ "./encoding/encodings/captions/CaptionsApi.ts");
12369
12370
  var SidecarsApi_1 = __webpack_require__(/*! ./sidecars/SidecarsApi */ "./encoding/encodings/sidecars/SidecarsApi.ts");
12370
12371
  var KeyframesApi_1 = __webpack_require__(/*! ./keyframes/KeyframesApi */ "./encoding/encodings/keyframes/KeyframesApi.ts");
@@ -12391,6 +12392,7 @@ var EncodingsApi = /** @class */ (function (_super) {
12391
12392
  _this.inputStreams = new InputStreamsApi_1.default(configuration);
12392
12393
  _this.muxings = new MuxingsApi_1.default(configuration);
12393
12394
  _this.transferRetries = new TransferRetriesApi_1.default(configuration);
12395
+ _this.outputPaths = new OutputPathsApi_1.default(configuration);
12394
12396
  _this.captions = new CaptionsApi_1.default(configuration);
12395
12397
  _this.sidecars = new SidecarsApi_1.default(configuration);
12396
12398
  _this.keyframes = new KeyframesApi_1.default(configuration);
@@ -28139,6 +28141,65 @@ var CustomdataApi = /** @class */ (function (_super) {
28139
28141
  exports["default"] = CustomdataApi;
28140
28142
 
28141
28143
 
28144
+ /***/ }),
28145
+
28146
+ /***/ "./encoding/encodings/outputPaths/OutputPathsApi.ts":
28147
+ /*!**********************************************************!*\
28148
+ !*** ./encoding/encodings/outputPaths/OutputPathsApi.ts ***!
28149
+ \**********************************************************/
28150
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
28151
+
28152
+ "use strict";
28153
+
28154
+ var __extends = (this && this.__extends) || (function () {
28155
+ var extendStatics = function (d, b) {
28156
+ extendStatics = Object.setPrototypeOf ||
28157
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
28158
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
28159
+ return extendStatics(d, b);
28160
+ };
28161
+ return function (d, b) {
28162
+ if (typeof b !== "function" && b !== null)
28163
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
28164
+ extendStatics(d, b);
28165
+ function __() { this.constructor = d; }
28166
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28167
+ };
28168
+ })();
28169
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
28170
+ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
28171
+ var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
28172
+ var EncodingOutputPaths_1 = __webpack_require__(/*! ../../../models/EncodingOutputPaths */ "./models/EncodingOutputPaths.ts");
28173
+ /**
28174
+ * OutputPathsApi - object-oriented interface
28175
+ * @export
28176
+ * @class OutputPathsApi
28177
+ * @extends {BaseAPI}
28178
+ */
28179
+ var OutputPathsApi = /** @class */ (function (_super) {
28180
+ __extends(OutputPathsApi, _super);
28181
+ function OutputPathsApi(configuration) {
28182
+ return _super.call(this, configuration) || this;
28183
+ }
28184
+ /**
28185
+ * @summary Encoding Output Paths Retrieval
28186
+ * @param {string} encodingId Id of the encoding
28187
+ * @throws {BitmovinError}
28188
+ * @memberof OutputPathsApi
28189
+ */
28190
+ OutputPathsApi.prototype.get = function (encodingId) {
28191
+ var pathParamMap = {
28192
+ encoding_id: encodingId
28193
+ };
28194
+ return this.restClient.get('/encoding/encodings/{encoding_id}/output-paths', pathParamMap).then(function (response) {
28195
+ return (0, Mapper_1.mapArray)(response, EncodingOutputPaths_1.default);
28196
+ });
28197
+ };
28198
+ return OutputPathsApi;
28199
+ }(BaseAPI_1.BaseAPI));
28200
+ exports["default"] = OutputPathsApi;
28201
+
28202
+
28142
28203
  /***/ }),
28143
28204
 
28144
28205
  /***/ "./encoding/encodings/sidecars/SidecarFileListQueryParams.ts":
@@ -36329,9 +36390,6 @@ var HttpsApi_1 = __webpack_require__(/*! ./https/HttpsApi */ "./encoding/inputs/
36329
36390
  var AsperaApi_1 = __webpack_require__(/*! ./aspera/AsperaApi */ "./encoding/inputs/aspera/AsperaApi.ts");
36330
36391
  var AkamaiNetstorageApi_1 = __webpack_require__(/*! ./akamaiNetstorage/AkamaiNetstorageApi */ "./encoding/inputs/akamaiNetstorage/AkamaiNetstorageApi.ts");
36331
36392
  var SrtApi_1 = __webpack_require__(/*! ./srt/SrtApi */ "./encoding/inputs/srt/SrtApi.ts");
36332
- var TcpApi_1 = __webpack_require__(/*! ./tcp/TcpApi */ "./encoding/inputs/tcp/TcpApi.ts");
36333
- var UdpApi_1 = __webpack_require__(/*! ./udp/UdpApi */ "./encoding/inputs/udp/UdpApi.ts");
36334
- var UdpMulticastApi_1 = __webpack_require__(/*! ./udpMulticast/UdpMulticastApi */ "./encoding/inputs/udpMulticast/UdpMulticastApi.ts");
36335
36393
  var ZixiApi_1 = __webpack_require__(/*! ./zixi/ZixiApi */ "./encoding/inputs/zixi/ZixiApi.ts");
36336
36394
  var Input_1 = __webpack_require__(/*! ../../models/Input */ "./models/Input.ts");
36337
36395
  var PaginationResponse_1 = __webpack_require__(/*! ../../models/PaginationResponse */ "./models/PaginationResponse.ts");
@@ -36363,9 +36421,6 @@ var InputsApi = /** @class */ (function (_super) {
36363
36421
  _this.aspera = new AsperaApi_1.default(configuration);
36364
36422
  _this.akamaiNetstorage = new AkamaiNetstorageApi_1.default(configuration);
36365
36423
  _this.srt = new SrtApi_1.default(configuration);
36366
- _this.tcp = new TcpApi_1.default(configuration);
36367
- _this.udp = new UdpApi_1.default(configuration);
36368
- _this.udpMulticast = new UdpMulticastApi_1.default(configuration);
36369
36424
  _this.zixi = new ZixiApi_1.default(configuration);
36370
36425
  return _this;
36371
36426
  }
@@ -39684,133 +39739,6 @@ var CustomdataApi = /** @class */ (function (_super) {
39684
39739
  exports["default"] = CustomdataApi;
39685
39740
 
39686
39741
 
39687
- /***/ }),
39688
-
39689
- /***/ "./encoding/inputs/tcp/TcpApi.ts":
39690
- /*!***************************************!*\
39691
- !*** ./encoding/inputs/tcp/TcpApi.ts ***!
39692
- \***************************************/
39693
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
39694
-
39695
- "use strict";
39696
-
39697
- var __extends = (this && this.__extends) || (function () {
39698
- var extendStatics = function (d, b) {
39699
- extendStatics = Object.setPrototypeOf ||
39700
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
39701
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
39702
- return extendStatics(d, b);
39703
- };
39704
- return function (d, b) {
39705
- if (typeof b !== "function" && b !== null)
39706
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
39707
- extendStatics(d, b);
39708
- function __() { this.constructor = d; }
39709
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
39710
- };
39711
- })();
39712
- Object.defineProperty(exports, "__esModule", ({ value: true }));
39713
- var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
39714
- var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
39715
- var TcpInput_1 = __webpack_require__(/*! ../../../models/TcpInput */ "./models/TcpInput.ts");
39716
- var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
39717
- var TcpInputListQueryParams_1 = __webpack_require__(/*! ./TcpInputListQueryParams */ "./encoding/inputs/tcp/TcpInputListQueryParams.ts");
39718
- /**
39719
- * TcpApi - object-oriented interface
39720
- * @export
39721
- * @class TcpApi
39722
- * @extends {BaseAPI}
39723
- */
39724
- var TcpApi = /** @class */ (function (_super) {
39725
- __extends(TcpApi, _super);
39726
- function TcpApi(configuration) {
39727
- return _super.call(this, configuration) || this;
39728
- }
39729
- /**
39730
- * @summary TCP Input Details
39731
- * @param {string} inputId Id of the input
39732
- * @throws {BitmovinError}
39733
- * @memberof TcpApi
39734
- */
39735
- TcpApi.prototype.get = function (inputId) {
39736
- var pathParamMap = {
39737
- input_id: inputId
39738
- };
39739
- return this.restClient.get('/encoding/inputs/tcp/{input_id}', pathParamMap).then(function (response) {
39740
- return (0, Mapper_1.map)(response, TcpInput_1.default);
39741
- });
39742
- };
39743
- /**
39744
- * @summary List TCP inputs
39745
- * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
39746
- * @throws {BitmovinError}
39747
- * @memberof TcpApi
39748
- */
39749
- TcpApi.prototype.list = function (queryParameters) {
39750
- var queryParams = {};
39751
- if (typeof queryParameters === 'function') {
39752
- queryParams = queryParameters(new TcpInputListQueryParams_1.TcpInputListQueryParamsBuilder()).buildQueryParams();
39753
- }
39754
- else if (queryParameters) {
39755
- queryParams = queryParameters;
39756
- }
39757
- return this.restClient.get('/encoding/inputs/tcp', {}, queryParams).then(function (response) {
39758
- return new PaginationResponse_1.default(response, TcpInput_1.default);
39759
- });
39760
- };
39761
- return TcpApi;
39762
- }(BaseAPI_1.BaseAPI));
39763
- exports["default"] = TcpApi;
39764
-
39765
-
39766
- /***/ }),
39767
-
39768
- /***/ "./encoding/inputs/tcp/TcpInputListQueryParams.ts":
39769
- /*!********************************************************!*\
39770
- !*** ./encoding/inputs/tcp/TcpInputListQueryParams.ts ***!
39771
- \********************************************************/
39772
- /***/ ((__unused_webpack_module, exports) => {
39773
-
39774
- "use strict";
39775
-
39776
- Object.defineProperty(exports, "__esModule", ({ value: true }));
39777
- exports.TcpInputListQueryParamsBuilder = void 0;
39778
- var TcpInputListQueryParamsBuilder = /** @class */ (function () {
39779
- function TcpInputListQueryParamsBuilder() {
39780
- this.internalParams = {};
39781
- }
39782
- /**
39783
- *
39784
- * @param offset Index of the first item to return, starting at 0. Default is 0
39785
- */
39786
- TcpInputListQueryParamsBuilder.prototype.offset = function (offset) {
39787
- this.internalParams.offset = offset;
39788
- return this;
39789
- };
39790
- /**
39791
- *
39792
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
39793
- */
39794
- TcpInputListQueryParamsBuilder.prototype.limit = function (limit) {
39795
- this.internalParams.limit = limit;
39796
- return this;
39797
- };
39798
- /**
39799
- *
39800
- * @param name Filter inputs by name
39801
- */
39802
- TcpInputListQueryParamsBuilder.prototype.name = function (name) {
39803
- this.internalParams.name = name;
39804
- return this;
39805
- };
39806
- TcpInputListQueryParamsBuilder.prototype.buildQueryParams = function () {
39807
- return this.internalParams;
39808
- };
39809
- return TcpInputListQueryParamsBuilder;
39810
- }());
39811
- exports.TcpInputListQueryParamsBuilder = TcpInputListQueryParamsBuilder;
39812
-
39813
-
39814
39742
  /***/ }),
39815
39743
 
39816
39744
  /***/ "./encoding/inputs/type/TypeApi.ts":
@@ -39872,137 +39800,10 @@ exports["default"] = TypeApi;
39872
39800
 
39873
39801
  /***/ }),
39874
39802
 
39875
- /***/ "./encoding/inputs/udp/UdpApi.ts":
39876
- /*!***************************************!*\
39877
- !*** ./encoding/inputs/udp/UdpApi.ts ***!
39878
- \***************************************/
39879
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
39880
-
39881
- "use strict";
39882
-
39883
- var __extends = (this && this.__extends) || (function () {
39884
- var extendStatics = function (d, b) {
39885
- extendStatics = Object.setPrototypeOf ||
39886
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
39887
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
39888
- return extendStatics(d, b);
39889
- };
39890
- return function (d, b) {
39891
- if (typeof b !== "function" && b !== null)
39892
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
39893
- extendStatics(d, b);
39894
- function __() { this.constructor = d; }
39895
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
39896
- };
39897
- })();
39898
- Object.defineProperty(exports, "__esModule", ({ value: true }));
39899
- var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
39900
- var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
39901
- var UdpInput_1 = __webpack_require__(/*! ../../../models/UdpInput */ "./models/UdpInput.ts");
39902
- var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
39903
- var UdpInputListQueryParams_1 = __webpack_require__(/*! ./UdpInputListQueryParams */ "./encoding/inputs/udp/UdpInputListQueryParams.ts");
39904
- /**
39905
- * UdpApi - object-oriented interface
39906
- * @export
39907
- * @class UdpApi
39908
- * @extends {BaseAPI}
39909
- */
39910
- var UdpApi = /** @class */ (function (_super) {
39911
- __extends(UdpApi, _super);
39912
- function UdpApi(configuration) {
39913
- return _super.call(this, configuration) || this;
39914
- }
39915
- /**
39916
- * @summary UDP Input Details
39917
- * @param {string} inputId Id of the input
39918
- * @throws {BitmovinError}
39919
- * @memberof UdpApi
39920
- */
39921
- UdpApi.prototype.get = function (inputId) {
39922
- var pathParamMap = {
39923
- input_id: inputId
39924
- };
39925
- return this.restClient.get('/encoding/inputs/udp/{input_id}', pathParamMap).then(function (response) {
39926
- return (0, Mapper_1.map)(response, UdpInput_1.default);
39927
- });
39928
- };
39929
- /**
39930
- * @summary List UDP inputs
39931
- * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
39932
- * @throws {BitmovinError}
39933
- * @memberof UdpApi
39934
- */
39935
- UdpApi.prototype.list = function (queryParameters) {
39936
- var queryParams = {};
39937
- if (typeof queryParameters === 'function') {
39938
- queryParams = queryParameters(new UdpInputListQueryParams_1.UdpInputListQueryParamsBuilder()).buildQueryParams();
39939
- }
39940
- else if (queryParameters) {
39941
- queryParams = queryParameters;
39942
- }
39943
- return this.restClient.get('/encoding/inputs/udp', {}, queryParams).then(function (response) {
39944
- return new PaginationResponse_1.default(response, UdpInput_1.default);
39945
- });
39946
- };
39947
- return UdpApi;
39948
- }(BaseAPI_1.BaseAPI));
39949
- exports["default"] = UdpApi;
39950
-
39951
-
39952
- /***/ }),
39953
-
39954
- /***/ "./encoding/inputs/udp/UdpInputListQueryParams.ts":
39955
- /*!********************************************************!*\
39956
- !*** ./encoding/inputs/udp/UdpInputListQueryParams.ts ***!
39957
- \********************************************************/
39958
- /***/ ((__unused_webpack_module, exports) => {
39959
-
39960
- "use strict";
39961
-
39962
- Object.defineProperty(exports, "__esModule", ({ value: true }));
39963
- exports.UdpInputListQueryParamsBuilder = void 0;
39964
- var UdpInputListQueryParamsBuilder = /** @class */ (function () {
39965
- function UdpInputListQueryParamsBuilder() {
39966
- this.internalParams = {};
39967
- }
39968
- /**
39969
- *
39970
- * @param offset Index of the first item to return, starting at 0. Default is 0
39971
- */
39972
- UdpInputListQueryParamsBuilder.prototype.offset = function (offset) {
39973
- this.internalParams.offset = offset;
39974
- return this;
39975
- };
39976
- /**
39977
- *
39978
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
39979
- */
39980
- UdpInputListQueryParamsBuilder.prototype.limit = function (limit) {
39981
- this.internalParams.limit = limit;
39982
- return this;
39983
- };
39984
- /**
39985
- *
39986
- * @param name Filter inputs by name
39987
- */
39988
- UdpInputListQueryParamsBuilder.prototype.name = function (name) {
39989
- this.internalParams.name = name;
39990
- return this;
39991
- };
39992
- UdpInputListQueryParamsBuilder.prototype.buildQueryParams = function () {
39993
- return this.internalParams;
39994
- };
39995
- return UdpInputListQueryParamsBuilder;
39996
- }());
39997
- exports.UdpInputListQueryParamsBuilder = UdpInputListQueryParamsBuilder;
39998
-
39999
-
40000
- /***/ }),
40001
-
40002
- /***/ "./encoding/inputs/udpMulticast/UdpMulticastApi.ts":
40003
- /*!*********************************************************!*\
40004
- !*** ./encoding/inputs/udpMulticast/UdpMulticastApi.ts ***!
40005
- \*********************************************************/
39803
+ /***/ "./encoding/inputs/zixi/ZixiApi.ts":
39804
+ /*!*****************************************!*\
39805
+ !*** ./encoding/inputs/zixi/ZixiApi.ts ***!
39806
+ \*****************************************/
40006
39807
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
40007
39808
 
40008
39809
  "use strict";
@@ -40025,106 +39826,106 @@ var __extends = (this && this.__extends) || (function () {
40025
39826
  Object.defineProperty(exports, "__esModule", ({ value: true }));
40026
39827
  var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
40027
39828
  var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
40028
- var CustomdataApi_1 = __webpack_require__(/*! ./customdata/CustomdataApi */ "./encoding/inputs/udpMulticast/customdata/CustomdataApi.ts");
40029
- var UdpMulticastInput_1 = __webpack_require__(/*! ../../../models/UdpMulticastInput */ "./models/UdpMulticastInput.ts");
39829
+ var CustomdataApi_1 = __webpack_require__(/*! ./customdata/CustomdataApi */ "./encoding/inputs/zixi/customdata/CustomdataApi.ts");
39830
+ var ZixiInput_1 = __webpack_require__(/*! ../../../models/ZixiInput */ "./models/ZixiInput.ts");
40030
39831
  var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
40031
- var UdpMulticastInputListQueryParams_1 = __webpack_require__(/*! ./UdpMulticastInputListQueryParams */ "./encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.ts");
39832
+ var ZixiInputListQueryParams_1 = __webpack_require__(/*! ./ZixiInputListQueryParams */ "./encoding/inputs/zixi/ZixiInputListQueryParams.ts");
40032
39833
  /**
40033
- * UdpMulticastApi - object-oriented interface
39834
+ * ZixiApi - object-oriented interface
40034
39835
  * @export
40035
- * @class UdpMulticastApi
39836
+ * @class ZixiApi
40036
39837
  * @extends {BaseAPI}
40037
39838
  */
40038
- var UdpMulticastApi = /** @class */ (function (_super) {
40039
- __extends(UdpMulticastApi, _super);
40040
- function UdpMulticastApi(configuration) {
39839
+ var ZixiApi = /** @class */ (function (_super) {
39840
+ __extends(ZixiApi, _super);
39841
+ function ZixiApi(configuration) {
40041
39842
  var _this = _super.call(this, configuration) || this;
40042
39843
  _this.customdata = new CustomdataApi_1.default(configuration);
40043
39844
  return _this;
40044
39845
  }
40045
39846
  /**
40046
- * @summary Create UDP multicast input
40047
- * @param {UdpMulticastInput} udpMulticastInput The UdpMulticastInput to be created
39847
+ * @summary Create Zixi input
39848
+ * @param {ZixiInput} zixiInput The ZixiInput to be created
40048
39849
  * @throws {BitmovinError}
40049
- * @memberof UdpMulticastApi
39850
+ * @memberof ZixiApi
40050
39851
  */
40051
- UdpMulticastApi.prototype.create = function (udpMulticastInput) {
40052
- return this.restClient.post('/encoding/inputs/udp-multicast', {}, udpMulticastInput).then(function (response) {
40053
- return (0, Mapper_1.map)(response, UdpMulticastInput_1.default);
39852
+ ZixiApi.prototype.create = function (zixiInput) {
39853
+ return this.restClient.post('/encoding/inputs/zixi', {}, zixiInput).then(function (response) {
39854
+ return (0, Mapper_1.map)(response, ZixiInput_1.default);
40054
39855
  });
40055
39856
  };
40056
39857
  /**
40057
- * @summary Delete UDP multicast input
39858
+ * @summary Delete Zixi input
40058
39859
  * @param {string} inputId Id of the input
40059
39860
  * @throws {BitmovinError}
40060
- * @memberof UdpMulticastApi
39861
+ * @memberof ZixiApi
40061
39862
  */
40062
- UdpMulticastApi.prototype.delete = function (inputId) {
39863
+ ZixiApi.prototype.delete = function (inputId) {
40063
39864
  var pathParamMap = {
40064
39865
  input_id: inputId
40065
39866
  };
40066
- return this.restClient.delete('/encoding/inputs/udp-multicast/{input_id}', pathParamMap).then(function (response) {
40067
- return (0, Mapper_1.map)(response, UdpMulticastInput_1.default);
39867
+ return this.restClient.delete('/encoding/inputs/zixi/{input_id}', pathParamMap).then(function (response) {
39868
+ return (0, Mapper_1.map)(response, ZixiInput_1.default);
40068
39869
  });
40069
39870
  };
40070
39871
  /**
40071
- * @summary UDP multicast Input Details
39872
+ * @summary Zixi Input Details
40072
39873
  * @param {string} inputId Id of the input
40073
39874
  * @throws {BitmovinError}
40074
- * @memberof UdpMulticastApi
39875
+ * @memberof ZixiApi
40075
39876
  */
40076
- UdpMulticastApi.prototype.get = function (inputId) {
39877
+ ZixiApi.prototype.get = function (inputId) {
40077
39878
  var pathParamMap = {
40078
39879
  input_id: inputId
40079
39880
  };
40080
- return this.restClient.get('/encoding/inputs/udp-multicast/{input_id}', pathParamMap).then(function (response) {
40081
- return (0, Mapper_1.map)(response, UdpMulticastInput_1.default);
39881
+ return this.restClient.get('/encoding/inputs/zixi/{input_id}', pathParamMap).then(function (response) {
39882
+ return (0, Mapper_1.map)(response, ZixiInput_1.default);
40082
39883
  });
40083
39884
  };
40084
39885
  /**
40085
- * @summary List UDP multicast inputs
39886
+ * @summary List Zixi inputs
40086
39887
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
40087
39888
  * @throws {BitmovinError}
40088
- * @memberof UdpMulticastApi
39889
+ * @memberof ZixiApi
40089
39890
  */
40090
- UdpMulticastApi.prototype.list = function (queryParameters) {
39891
+ ZixiApi.prototype.list = function (queryParameters) {
40091
39892
  var queryParams = {};
40092
39893
  if (typeof queryParameters === 'function') {
40093
- queryParams = queryParameters(new UdpMulticastInputListQueryParams_1.UdpMulticastInputListQueryParamsBuilder()).buildQueryParams();
39894
+ queryParams = queryParameters(new ZixiInputListQueryParams_1.ZixiInputListQueryParamsBuilder()).buildQueryParams();
40094
39895
  }
40095
39896
  else if (queryParameters) {
40096
39897
  queryParams = queryParameters;
40097
39898
  }
40098
- return this.restClient.get('/encoding/inputs/udp-multicast', {}, queryParams).then(function (response) {
40099
- return new PaginationResponse_1.default(response, UdpMulticastInput_1.default);
39899
+ return this.restClient.get('/encoding/inputs/zixi', {}, queryParams).then(function (response) {
39900
+ return new PaginationResponse_1.default(response, ZixiInput_1.default);
40100
39901
  });
40101
39902
  };
40102
- return UdpMulticastApi;
39903
+ return ZixiApi;
40103
39904
  }(BaseAPI_1.BaseAPI));
40104
- exports["default"] = UdpMulticastApi;
39905
+ exports["default"] = ZixiApi;
40105
39906
 
40106
39907
 
40107
39908
  /***/ }),
40108
39909
 
40109
- /***/ "./encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.ts":
40110
- /*!**************************************************************************!*\
40111
- !*** ./encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.ts ***!
40112
- \**************************************************************************/
39910
+ /***/ "./encoding/inputs/zixi/ZixiInputListQueryParams.ts":
39911
+ /*!**********************************************************!*\
39912
+ !*** ./encoding/inputs/zixi/ZixiInputListQueryParams.ts ***!
39913
+ \**********************************************************/
40113
39914
  /***/ ((__unused_webpack_module, exports) => {
40114
39915
 
40115
39916
  "use strict";
40116
39917
 
40117
39918
  Object.defineProperty(exports, "__esModule", ({ value: true }));
40118
- exports.UdpMulticastInputListQueryParamsBuilder = void 0;
40119
- var UdpMulticastInputListQueryParamsBuilder = /** @class */ (function () {
40120
- function UdpMulticastInputListQueryParamsBuilder() {
39919
+ exports.ZixiInputListQueryParamsBuilder = void 0;
39920
+ var ZixiInputListQueryParamsBuilder = /** @class */ (function () {
39921
+ function ZixiInputListQueryParamsBuilder() {
40121
39922
  this.internalParams = {};
40122
39923
  }
40123
39924
  /**
40124
39925
  *
40125
39926
  * @param offset Index of the first item to return, starting at 0. Default is 0
40126
39927
  */
40127
- UdpMulticastInputListQueryParamsBuilder.prototype.offset = function (offset) {
39928
+ ZixiInputListQueryParamsBuilder.prototype.offset = function (offset) {
40128
39929
  this.internalParams.offset = offset;
40129
39930
  return this;
40130
39931
  };
@@ -40132,7 +39933,7 @@ var UdpMulticastInputListQueryParamsBuilder = /** @class */ (function () {
40132
39933
  *
40133
39934
  * @param limit Maximum number of items to return. Default is 25, maximum is 100
40134
39935
  */
40135
- UdpMulticastInputListQueryParamsBuilder.prototype.limit = function (limit) {
39936
+ ZixiInputListQueryParamsBuilder.prototype.limit = function (limit) {
40136
39937
  this.internalParams.limit = limit;
40137
39938
  return this;
40138
39939
  };
@@ -40140,238 +39941,24 @@ var UdpMulticastInputListQueryParamsBuilder = /** @class */ (function () {
40140
39941
  *
40141
39942
  * @param name Filter inputs by name
40142
39943
  */
40143
- UdpMulticastInputListQueryParamsBuilder.prototype.name = function (name) {
39944
+ ZixiInputListQueryParamsBuilder.prototype.name = function (name) {
40144
39945
  this.internalParams.name = name;
40145
39946
  return this;
40146
39947
  };
40147
- UdpMulticastInputListQueryParamsBuilder.prototype.buildQueryParams = function () {
39948
+ ZixiInputListQueryParamsBuilder.prototype.buildQueryParams = function () {
40148
39949
  return this.internalParams;
40149
39950
  };
40150
- return UdpMulticastInputListQueryParamsBuilder;
39951
+ return ZixiInputListQueryParamsBuilder;
40151
39952
  }());
40152
- exports.UdpMulticastInputListQueryParamsBuilder = UdpMulticastInputListQueryParamsBuilder;
39953
+ exports.ZixiInputListQueryParamsBuilder = ZixiInputListQueryParamsBuilder;
40153
39954
 
40154
39955
 
40155
39956
  /***/ }),
40156
39957
 
40157
- /***/ "./encoding/inputs/udpMulticast/customdata/CustomdataApi.ts":
40158
- /*!******************************************************************!*\
40159
- !*** ./encoding/inputs/udpMulticast/customdata/CustomdataApi.ts ***!
40160
- \******************************************************************/
40161
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
40162
-
40163
- "use strict";
40164
-
40165
- var __extends = (this && this.__extends) || (function () {
40166
- var extendStatics = function (d, b) {
40167
- extendStatics = Object.setPrototypeOf ||
40168
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
40169
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
40170
- return extendStatics(d, b);
40171
- };
40172
- return function (d, b) {
40173
- if (typeof b !== "function" && b !== null)
40174
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
40175
- extendStatics(d, b);
40176
- function __() { this.constructor = d; }
40177
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
40178
- };
40179
- })();
40180
- Object.defineProperty(exports, "__esModule", ({ value: true }));
40181
- var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
40182
- var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
40183
- var CustomData_1 = __webpack_require__(/*! ../../../../models/CustomData */ "./models/CustomData.ts");
40184
- /**
40185
- * CustomdataApi - object-oriented interface
40186
- * @export
40187
- * @class CustomdataApi
40188
- * @extends {BaseAPI}
40189
- */
40190
- var CustomdataApi = /** @class */ (function (_super) {
40191
- __extends(CustomdataApi, _super);
40192
- function CustomdataApi(configuration) {
40193
- return _super.call(this, configuration) || this;
40194
- }
40195
- /**
40196
- * @summary UDP multicast input Custom Data
40197
- * @param {string} inputId Id of the input
40198
- * @throws {BitmovinError}
40199
- * @memberof CustomdataApi
40200
- */
40201
- CustomdataApi.prototype.get = function (inputId) {
40202
- var pathParamMap = {
40203
- input_id: inputId
40204
- };
40205
- return this.restClient.get('/encoding/inputs/udp-multicast/{input_id}/customData', pathParamMap).then(function (response) {
40206
- return (0, Mapper_1.map)(response, CustomData_1.default);
40207
- });
40208
- };
40209
- return CustomdataApi;
40210
- }(BaseAPI_1.BaseAPI));
40211
- exports["default"] = CustomdataApi;
40212
-
40213
-
40214
- /***/ }),
40215
-
40216
- /***/ "./encoding/inputs/zixi/ZixiApi.ts":
40217
- /*!*****************************************!*\
40218
- !*** ./encoding/inputs/zixi/ZixiApi.ts ***!
40219
- \*****************************************/
40220
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
40221
-
40222
- "use strict";
40223
-
40224
- var __extends = (this && this.__extends) || (function () {
40225
- var extendStatics = function (d, b) {
40226
- extendStatics = Object.setPrototypeOf ||
40227
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
40228
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
40229
- return extendStatics(d, b);
40230
- };
40231
- return function (d, b) {
40232
- if (typeof b !== "function" && b !== null)
40233
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
40234
- extendStatics(d, b);
40235
- function __() { this.constructor = d; }
40236
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
40237
- };
40238
- })();
40239
- Object.defineProperty(exports, "__esModule", ({ value: true }));
40240
- var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
40241
- var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
40242
- var CustomdataApi_1 = __webpack_require__(/*! ./customdata/CustomdataApi */ "./encoding/inputs/zixi/customdata/CustomdataApi.ts");
40243
- var ZixiInput_1 = __webpack_require__(/*! ../../../models/ZixiInput */ "./models/ZixiInput.ts");
40244
- var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
40245
- var ZixiInputListQueryParams_1 = __webpack_require__(/*! ./ZixiInputListQueryParams */ "./encoding/inputs/zixi/ZixiInputListQueryParams.ts");
40246
- /**
40247
- * ZixiApi - object-oriented interface
40248
- * @export
40249
- * @class ZixiApi
40250
- * @extends {BaseAPI}
40251
- */
40252
- var ZixiApi = /** @class */ (function (_super) {
40253
- __extends(ZixiApi, _super);
40254
- function ZixiApi(configuration) {
40255
- var _this = _super.call(this, configuration) || this;
40256
- _this.customdata = new CustomdataApi_1.default(configuration);
40257
- return _this;
40258
- }
40259
- /**
40260
- * @summary Create Zixi input
40261
- * @param {ZixiInput} zixiInput The ZixiInput to be created
40262
- * @throws {BitmovinError}
40263
- * @memberof ZixiApi
40264
- */
40265
- ZixiApi.prototype.create = function (zixiInput) {
40266
- return this.restClient.post('/encoding/inputs/zixi', {}, zixiInput).then(function (response) {
40267
- return (0, Mapper_1.map)(response, ZixiInput_1.default);
40268
- });
40269
- };
40270
- /**
40271
- * @summary Delete Zixi input
40272
- * @param {string} inputId Id of the input
40273
- * @throws {BitmovinError}
40274
- * @memberof ZixiApi
40275
- */
40276
- ZixiApi.prototype.delete = function (inputId) {
40277
- var pathParamMap = {
40278
- input_id: inputId
40279
- };
40280
- return this.restClient.delete('/encoding/inputs/zixi/{input_id}', pathParamMap).then(function (response) {
40281
- return (0, Mapper_1.map)(response, ZixiInput_1.default);
40282
- });
40283
- };
40284
- /**
40285
- * @summary Zixi Input Details
40286
- * @param {string} inputId Id of the input
40287
- * @throws {BitmovinError}
40288
- * @memberof ZixiApi
40289
- */
40290
- ZixiApi.prototype.get = function (inputId) {
40291
- var pathParamMap = {
40292
- input_id: inputId
40293
- };
40294
- return this.restClient.get('/encoding/inputs/zixi/{input_id}', pathParamMap).then(function (response) {
40295
- return (0, Mapper_1.map)(response, ZixiInput_1.default);
40296
- });
40297
- };
40298
- /**
40299
- * @summary List Zixi inputs
40300
- * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
40301
- * @throws {BitmovinError}
40302
- * @memberof ZixiApi
40303
- */
40304
- ZixiApi.prototype.list = function (queryParameters) {
40305
- var queryParams = {};
40306
- if (typeof queryParameters === 'function') {
40307
- queryParams = queryParameters(new ZixiInputListQueryParams_1.ZixiInputListQueryParamsBuilder()).buildQueryParams();
40308
- }
40309
- else if (queryParameters) {
40310
- queryParams = queryParameters;
40311
- }
40312
- return this.restClient.get('/encoding/inputs/zixi', {}, queryParams).then(function (response) {
40313
- return new PaginationResponse_1.default(response, ZixiInput_1.default);
40314
- });
40315
- };
40316
- return ZixiApi;
40317
- }(BaseAPI_1.BaseAPI));
40318
- exports["default"] = ZixiApi;
40319
-
40320
-
40321
- /***/ }),
40322
-
40323
- /***/ "./encoding/inputs/zixi/ZixiInputListQueryParams.ts":
40324
- /*!**********************************************************!*\
40325
- !*** ./encoding/inputs/zixi/ZixiInputListQueryParams.ts ***!
40326
- \**********************************************************/
40327
- /***/ ((__unused_webpack_module, exports) => {
40328
-
40329
- "use strict";
40330
-
40331
- Object.defineProperty(exports, "__esModule", ({ value: true }));
40332
- exports.ZixiInputListQueryParamsBuilder = void 0;
40333
- var ZixiInputListQueryParamsBuilder = /** @class */ (function () {
40334
- function ZixiInputListQueryParamsBuilder() {
40335
- this.internalParams = {};
40336
- }
40337
- /**
40338
- *
40339
- * @param offset Index of the first item to return, starting at 0. Default is 0
40340
- */
40341
- ZixiInputListQueryParamsBuilder.prototype.offset = function (offset) {
40342
- this.internalParams.offset = offset;
40343
- return this;
40344
- };
40345
- /**
40346
- *
40347
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
40348
- */
40349
- ZixiInputListQueryParamsBuilder.prototype.limit = function (limit) {
40350
- this.internalParams.limit = limit;
40351
- return this;
40352
- };
40353
- /**
40354
- *
40355
- * @param name Filter inputs by name
40356
- */
40357
- ZixiInputListQueryParamsBuilder.prototype.name = function (name) {
40358
- this.internalParams.name = name;
40359
- return this;
40360
- };
40361
- ZixiInputListQueryParamsBuilder.prototype.buildQueryParams = function () {
40362
- return this.internalParams;
40363
- };
40364
- return ZixiInputListQueryParamsBuilder;
40365
- }());
40366
- exports.ZixiInputListQueryParamsBuilder = ZixiInputListQueryParamsBuilder;
40367
-
40368
-
40369
- /***/ }),
40370
-
40371
- /***/ "./encoding/inputs/zixi/customdata/CustomdataApi.ts":
40372
- /*!**********************************************************!*\
40373
- !*** ./encoding/inputs/zixi/customdata/CustomdataApi.ts ***!
40374
- \**********************************************************/
39958
+ /***/ "./encoding/inputs/zixi/customdata/CustomdataApi.ts":
39959
+ /*!**********************************************************!*\
39960
+ !*** ./encoding/inputs/zixi/customdata/CustomdataApi.ts ***!
39961
+ \**********************************************************/
40375
39962
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
40376
39963
 
40377
39964
  "use strict";
@@ -67395,6 +66982,168 @@ exports.EncodingOutput = EncodingOutput;
67395
66982
  exports["default"] = EncodingOutput;
67396
66983
 
67397
66984
 
66985
+ /***/ }),
66986
+
66987
+ /***/ "./models/EncodingOutputPaths.ts":
66988
+ /*!***************************************!*\
66989
+ !*** ./models/EncodingOutputPaths.ts ***!
66990
+ \***************************************/
66991
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
66992
+
66993
+ "use strict";
66994
+
66995
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
66996
+ exports.EncodingOutputPaths = void 0;
66997
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
66998
+ var EncodingOutputPathsForOutput_1 = __webpack_require__(/*! ./EncodingOutputPathsForOutput */ "./models/EncodingOutputPathsForOutput.ts");
66999
+ var Output_1 = __webpack_require__(/*! ./Output */ "./models/Output.ts");
67000
+ /**
67001
+ * @export
67002
+ * @class EncodingOutputPaths
67003
+ */
67004
+ var EncodingOutputPaths = /** @class */ (function () {
67005
+ function EncodingOutputPaths(obj) {
67006
+ if (!obj) {
67007
+ return;
67008
+ }
67009
+ this.output = (0, Mapper_1.map)(obj.output, Output_1.default);
67010
+ this.paths = (0, Mapper_1.map)(obj.paths, EncodingOutputPathsForOutput_1.default);
67011
+ }
67012
+ return EncodingOutputPaths;
67013
+ }());
67014
+ exports.EncodingOutputPaths = EncodingOutputPaths;
67015
+ exports["default"] = EncodingOutputPaths;
67016
+
67017
+
67018
+ /***/ }),
67019
+
67020
+ /***/ "./models/EncodingOutputPathsDashManifest.ts":
67021
+ /*!***************************************************!*\
67022
+ !*** ./models/EncodingOutputPathsDashManifest.ts ***!
67023
+ \***************************************************/
67024
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
67025
+
67026
+ "use strict";
67027
+
67028
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
67029
+ exports.EncodingOutputPathsDashManifest = void 0;
67030
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
67031
+ /**
67032
+ * @export
67033
+ * @class EncodingOutputPathsDashManifest
67034
+ */
67035
+ var EncodingOutputPathsDashManifest = /** @class */ (function () {
67036
+ function EncodingOutputPathsDashManifest(obj) {
67037
+ if (!obj) {
67038
+ return;
67039
+ }
67040
+ this.id = (0, Mapper_1.map)(obj.id);
67041
+ this.path = (0, Mapper_1.map)(obj.path);
67042
+ }
67043
+ return EncodingOutputPathsDashManifest;
67044
+ }());
67045
+ exports.EncodingOutputPathsDashManifest = EncodingOutputPathsDashManifest;
67046
+ exports["default"] = EncodingOutputPathsDashManifest;
67047
+
67048
+
67049
+ /***/ }),
67050
+
67051
+ /***/ "./models/EncodingOutputPathsForOutput.ts":
67052
+ /*!************************************************!*\
67053
+ !*** ./models/EncodingOutputPathsForOutput.ts ***!
67054
+ \************************************************/
67055
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
67056
+
67057
+ "use strict";
67058
+
67059
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
67060
+ exports.EncodingOutputPathsForOutput = void 0;
67061
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
67062
+ var EncodingOutputPathsDashManifest_1 = __webpack_require__(/*! ./EncodingOutputPathsDashManifest */ "./models/EncodingOutputPathsDashManifest.ts");
67063
+ var EncodingOutputPathsHlsManifest_1 = __webpack_require__(/*! ./EncodingOutputPathsHlsManifest */ "./models/EncodingOutputPathsHlsManifest.ts");
67064
+ var EncodingOutputPathsSmoothManifest_1 = __webpack_require__(/*! ./EncodingOutputPathsSmoothManifest */ "./models/EncodingOutputPathsSmoothManifest.ts");
67065
+ /**
67066
+ * @export
67067
+ * @class EncodingOutputPathsForOutput
67068
+ */
67069
+ var EncodingOutputPathsForOutput = /** @class */ (function () {
67070
+ function EncodingOutputPathsForOutput(obj) {
67071
+ if (!obj) {
67072
+ return;
67073
+ }
67074
+ this.dashManifests = (0, Mapper_1.mapArray)(obj.dashManifests, EncodingOutputPathsDashManifest_1.default);
67075
+ this.hlsManifests = (0, Mapper_1.mapArray)(obj.hlsManifests, EncodingOutputPathsHlsManifest_1.default);
67076
+ this.smoothManifests = (0, Mapper_1.mapArray)(obj.smoothManifests, EncodingOutputPathsSmoothManifest_1.default);
67077
+ }
67078
+ return EncodingOutputPathsForOutput;
67079
+ }());
67080
+ exports.EncodingOutputPathsForOutput = EncodingOutputPathsForOutput;
67081
+ exports["default"] = EncodingOutputPathsForOutput;
67082
+
67083
+
67084
+ /***/ }),
67085
+
67086
+ /***/ "./models/EncodingOutputPathsHlsManifest.ts":
67087
+ /*!**************************************************!*\
67088
+ !*** ./models/EncodingOutputPathsHlsManifest.ts ***!
67089
+ \**************************************************/
67090
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
67091
+
67092
+ "use strict";
67093
+
67094
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
67095
+ exports.EncodingOutputPathsHlsManifest = void 0;
67096
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
67097
+ /**
67098
+ * @export
67099
+ * @class EncodingOutputPathsHlsManifest
67100
+ */
67101
+ var EncodingOutputPathsHlsManifest = /** @class */ (function () {
67102
+ function EncodingOutputPathsHlsManifest(obj) {
67103
+ if (!obj) {
67104
+ return;
67105
+ }
67106
+ this.id = (0, Mapper_1.map)(obj.id);
67107
+ this.path = (0, Mapper_1.map)(obj.path);
67108
+ }
67109
+ return EncodingOutputPathsHlsManifest;
67110
+ }());
67111
+ exports.EncodingOutputPathsHlsManifest = EncodingOutputPathsHlsManifest;
67112
+ exports["default"] = EncodingOutputPathsHlsManifest;
67113
+
67114
+
67115
+ /***/ }),
67116
+
67117
+ /***/ "./models/EncodingOutputPathsSmoothManifest.ts":
67118
+ /*!*****************************************************!*\
67119
+ !*** ./models/EncodingOutputPathsSmoothManifest.ts ***!
67120
+ \*****************************************************/
67121
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
67122
+
67123
+ "use strict";
67124
+
67125
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
67126
+ exports.EncodingOutputPathsSmoothManifest = void 0;
67127
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
67128
+ /**
67129
+ * @export
67130
+ * @class EncodingOutputPathsSmoothManifest
67131
+ */
67132
+ var EncodingOutputPathsSmoothManifest = /** @class */ (function () {
67133
+ function EncodingOutputPathsSmoothManifest(obj) {
67134
+ if (!obj) {
67135
+ return;
67136
+ }
67137
+ this.id = (0, Mapper_1.map)(obj.id);
67138
+ this.clientManifestPath = (0, Mapper_1.map)(obj.clientManifestPath);
67139
+ this.serverManifestPath = (0, Mapper_1.map)(obj.serverManifestPath);
67140
+ }
67141
+ return EncodingOutputPathsSmoothManifest;
67142
+ }());
67143
+ exports.EncodingOutputPathsSmoothManifest = EncodingOutputPathsSmoothManifest;
67144
+ exports["default"] = EncodingOutputPathsSmoothManifest;
67145
+
67146
+
67398
67147
  /***/ }),
67399
67148
 
67400
67149
  /***/ "./models/EncodingStatistics.ts":
@@ -70942,9 +70691,6 @@ var Input = /** @class */ (function (_super) {
70942
70691
  S3: 'S3Input',
70943
70692
  S3_ROLE_BASED: 'S3RoleBasedInput',
70944
70693
  SFTP: 'SftpInput',
70945
- TCP: 'TcpInput',
70946
- UDP: 'UdpInput',
70947
- UDP_MULTICAST: 'UdpMulticastInput',
70948
70694
  ZIXI: 'ZixiInput',
70949
70695
  SRT: 'SrtInput',
70950
70696
  GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput'
@@ -71304,9 +71050,6 @@ var InputType;
71304
71050
  InputType["S3"] = "S3";
71305
71051
  InputType["S3_ROLE_BASED"] = "S3_ROLE_BASED";
71306
71052
  InputType["SFTP"] = "SFTP";
71307
- InputType["TCP"] = "TCP";
71308
- InputType["UDP"] = "UDP";
71309
- InputType["UDP_MULTICAST"] = "UDP_MULTICAST";
71310
71053
  InputType["ZIXI"] = "ZIXI";
71311
71054
  InputType["SRT"] = "SRT";
71312
71055
  InputType["GCS_SERVICE_ACCOUNT"] = "GCS_SERVICE_ACCOUNT";
@@ -81582,60 +81325,6 @@ exports.Task = Task;
81582
81325
  exports["default"] = Task;
81583
81326
 
81584
81327
 
81585
- /***/ }),
81586
-
81587
- /***/ "./models/TcpInput.ts":
81588
- /*!****************************!*\
81589
- !*** ./models/TcpInput.ts ***!
81590
- \****************************/
81591
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
81592
-
81593
- "use strict";
81594
-
81595
- var __extends = (this && this.__extends) || (function () {
81596
- var extendStatics = function (d, b) {
81597
- extendStatics = Object.setPrototypeOf ||
81598
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
81599
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
81600
- return extendStatics(d, b);
81601
- };
81602
- return function (d, b) {
81603
- if (typeof b !== "function" && b !== null)
81604
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
81605
- extendStatics(d, b);
81606
- function __() { this.constructor = d; }
81607
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
81608
- };
81609
- })();
81610
- Object.defineProperty(exports, "__esModule", ({ value: true }));
81611
- exports.TcpInput = void 0;
81612
- var Input_1 = __webpack_require__(/*! ./Input */ "./models/Input.ts");
81613
- var InputType_1 = __webpack_require__(/*! ./InputType */ "./models/InputType.ts");
81614
- /**
81615
- * @export
81616
- * @class TcpInput
81617
- */
81618
- var TcpInput = /** @class */ (function (_super) {
81619
- __extends(TcpInput, _super);
81620
- function TcpInput(obj) {
81621
- var _this = _super.call(this, obj) || this;
81622
- /**
81623
- * Discriminator property for Input
81624
- * @type {string}
81625
- * @memberof TcpInput
81626
- */
81627
- _this.type = InputType_1.default.TCP;
81628
- if (!obj) {
81629
- return _this;
81630
- }
81631
- return _this;
81632
- }
81633
- return TcpInput;
81634
- }(Input_1.default));
81635
- exports.TcpInput = TcpInput;
81636
- exports["default"] = TcpInput;
81637
-
81638
-
81639
81328
  /***/ }),
81640
81329
 
81641
81330
  /***/ "./models/Tenant.ts":
@@ -82635,117 +82324,6 @@ exports.Tweaks = Tweaks;
82635
82324
  exports["default"] = Tweaks;
82636
82325
 
82637
82326
 
82638
- /***/ }),
82639
-
82640
- /***/ "./models/UdpInput.ts":
82641
- /*!****************************!*\
82642
- !*** ./models/UdpInput.ts ***!
82643
- \****************************/
82644
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
82645
-
82646
- "use strict";
82647
-
82648
- var __extends = (this && this.__extends) || (function () {
82649
- var extendStatics = function (d, b) {
82650
- extendStatics = Object.setPrototypeOf ||
82651
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
82652
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
82653
- return extendStatics(d, b);
82654
- };
82655
- return function (d, b) {
82656
- if (typeof b !== "function" && b !== null)
82657
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
82658
- extendStatics(d, b);
82659
- function __() { this.constructor = d; }
82660
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
82661
- };
82662
- })();
82663
- Object.defineProperty(exports, "__esModule", ({ value: true }));
82664
- exports.UdpInput = void 0;
82665
- var Input_1 = __webpack_require__(/*! ./Input */ "./models/Input.ts");
82666
- var InputType_1 = __webpack_require__(/*! ./InputType */ "./models/InputType.ts");
82667
- /**
82668
- * @export
82669
- * @class UdpInput
82670
- */
82671
- var UdpInput = /** @class */ (function (_super) {
82672
- __extends(UdpInput, _super);
82673
- function UdpInput(obj) {
82674
- var _this = _super.call(this, obj) || this;
82675
- /**
82676
- * Discriminator property for Input
82677
- * @type {string}
82678
- * @memberof UdpInput
82679
- */
82680
- _this.type = InputType_1.default.UDP;
82681
- if (!obj) {
82682
- return _this;
82683
- }
82684
- return _this;
82685
- }
82686
- return UdpInput;
82687
- }(Input_1.default));
82688
- exports.UdpInput = UdpInput;
82689
- exports["default"] = UdpInput;
82690
-
82691
-
82692
- /***/ }),
82693
-
82694
- /***/ "./models/UdpMulticastInput.ts":
82695
- /*!*************************************!*\
82696
- !*** ./models/UdpMulticastInput.ts ***!
82697
- \*************************************/
82698
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
82699
-
82700
- "use strict";
82701
-
82702
- var __extends = (this && this.__extends) || (function () {
82703
- var extendStatics = function (d, b) {
82704
- extendStatics = Object.setPrototypeOf ||
82705
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
82706
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
82707
- return extendStatics(d, b);
82708
- };
82709
- return function (d, b) {
82710
- if (typeof b !== "function" && b !== null)
82711
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
82712
- extendStatics(d, b);
82713
- function __() { this.constructor = d; }
82714
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
82715
- };
82716
- })();
82717
- Object.defineProperty(exports, "__esModule", ({ value: true }));
82718
- exports.UdpMulticastInput = void 0;
82719
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82720
- var Input_1 = __webpack_require__(/*! ./Input */ "./models/Input.ts");
82721
- var InputType_1 = __webpack_require__(/*! ./InputType */ "./models/InputType.ts");
82722
- /**
82723
- * @export
82724
- * @class UdpMulticastInput
82725
- */
82726
- var UdpMulticastInput = /** @class */ (function (_super) {
82727
- __extends(UdpMulticastInput, _super);
82728
- function UdpMulticastInput(obj) {
82729
- var _this = _super.call(this, obj) || this;
82730
- /**
82731
- * Discriminator property for Input
82732
- * @type {string}
82733
- * @memberof UdpMulticastInput
82734
- */
82735
- _this.type = InputType_1.default.UDP_MULTICAST;
82736
- if (!obj) {
82737
- return _this;
82738
- }
82739
- _this.host = (0, Mapper_1.map)(obj.host);
82740
- _this.port = (0, Mapper_1.map)(obj.port);
82741
- return _this;
82742
- }
82743
- return UdpMulticastInput;
82744
- }(Input_1.default));
82745
- exports.UdpMulticastInput = UdpMulticastInput;
82746
- exports["default"] = UdpMulticastInput;
82747
-
82748
-
82749
82327
  /***/ }),
82750
82328
 
82751
82329
  /***/ "./models/UnsharpFilter.ts":
@@ -84984,6 +84562,11 @@ __exportStar(__webpack_require__(/*! ./EncodingErrorDefinition */ "./models/Enco
84984
84562
  __exportStar(__webpack_require__(/*! ./EncodingErrorEmailNotification */ "./models/EncodingErrorEmailNotification.ts"), exports);
84985
84563
  __exportStar(__webpack_require__(/*! ./EncodingMode */ "./models/EncodingMode.ts"), exports);
84986
84564
  __exportStar(__webpack_require__(/*! ./EncodingOutput */ "./models/EncodingOutput.ts"), exports);
84565
+ __exportStar(__webpack_require__(/*! ./EncodingOutputPaths */ "./models/EncodingOutputPaths.ts"), exports);
84566
+ __exportStar(__webpack_require__(/*! ./EncodingOutputPathsDashManifest */ "./models/EncodingOutputPathsDashManifest.ts"), exports);
84567
+ __exportStar(__webpack_require__(/*! ./EncodingOutputPathsForOutput */ "./models/EncodingOutputPathsForOutput.ts"), exports);
84568
+ __exportStar(__webpack_require__(/*! ./EncodingOutputPathsHlsManifest */ "./models/EncodingOutputPathsHlsManifest.ts"), exports);
84569
+ __exportStar(__webpack_require__(/*! ./EncodingOutputPathsSmoothManifest */ "./models/EncodingOutputPathsSmoothManifest.ts"), exports);
84987
84570
  __exportStar(__webpack_require__(/*! ./EncodingStatistics */ "./models/EncodingStatistics.ts"), exports);
84988
84571
  __exportStar(__webpack_require__(/*! ./EncodingStatisticsLive */ "./models/EncodingStatisticsLive.ts"), exports);
84989
84572
  __exportStar(__webpack_require__(/*! ./EncodingStatisticsVod */ "./models/EncodingStatisticsVod.ts"), exports);
@@ -85337,7 +84920,6 @@ __exportStar(__webpack_require__(/*! ./SubtitleConfiguration */ "./models/Subtit
85337
84920
  __exportStar(__webpack_require__(/*! ./SubtitleStream */ "./models/SubtitleStream.ts"), exports);
85338
84921
  __exportStar(__webpack_require__(/*! ./SubtitlesMediaInfo */ "./models/SubtitlesMediaInfo.ts"), exports);
85339
84922
  __exportStar(__webpack_require__(/*! ./Task */ "./models/Task.ts"), exports);
85340
- __exportStar(__webpack_require__(/*! ./TcpInput */ "./models/TcpInput.ts"), exports);
85341
84923
  __exportStar(__webpack_require__(/*! ./Tenant */ "./models/Tenant.ts"), exports);
85342
84924
  __exportStar(__webpack_require__(/*! ./TextFilter */ "./models/TextFilter.ts"), exports);
85343
84925
  __exportStar(__webpack_require__(/*! ./TextFilterFont */ "./models/TextFilterFont.ts"), exports);
@@ -85363,8 +84945,6 @@ __exportStar(__webpack_require__(/*! ./TsVideoStreamConfiguration */ "./models/T
85363
84945
  __exportStar(__webpack_require__(/*! ./TuInterDepth */ "./models/TuInterDepth.ts"), exports);
85364
84946
  __exportStar(__webpack_require__(/*! ./TuIntraDepth */ "./models/TuIntraDepth.ts"), exports);
85365
84947
  __exportStar(__webpack_require__(/*! ./Tweaks */ "./models/Tweaks.ts"), exports);
85366
- __exportStar(__webpack_require__(/*! ./UdpInput */ "./models/UdpInput.ts"), exports);
85367
- __exportStar(__webpack_require__(/*! ./UdpMulticastInput */ "./models/UdpMulticastInput.ts"), exports);
85368
84948
  __exportStar(__webpack_require__(/*! ./UnsharpFilter */ "./models/UnsharpFilter.ts"), exports);
85369
84949
  __exportStar(__webpack_require__(/*! ./UpdateOrganizationRequest */ "./models/UpdateOrganizationRequest.ts"), exports);
85370
84950
  __exportStar(__webpack_require__(/*! ./UtcTiming */ "./models/UtcTiming.ts"), exports);