@bitmovin/api-sdk 1.106.0 → 1.107.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 (62) hide show
  1. package/README.md +1 -1
  2. package/dist/account/organizations/OrganizationsApi.d.ts +1 -1
  3. package/dist/account/organizations/OrganizationsApi.js +1 -1
  4. package/dist/bitmovin-api-sdk.browser.js +646 -2
  5. package/dist/bitmovin-api-sdk.browser.js.map +1 -1
  6. package/dist/bitmovin-api-sdk.browser.min.js +2 -2
  7. package/dist/common/RestClient.js +1 -1
  8. package/dist/encoding/simple/jobs/JobsApi.d.ts +2 -0
  9. package/dist/encoding/simple/jobs/JobsApi.js +2 -0
  10. package/dist/encoding/simple/jobs/JobsApi.js.map +1 -1
  11. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +27 -0
  12. package/dist/encoding/simple/jobs/live/LiveApi.js +58 -0
  13. package/dist/encoding/simple/jobs/live/LiveApi.js.map +1 -0
  14. package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +13 -0
  15. package/dist/models/SimpleEncodingLiveCloudRegion.js +18 -0
  16. package/dist/models/SimpleEncodingLiveCloudRegion.js.map +1 -0
  17. package/dist/models/SimpleEncodingLiveInputAspectRatio.d.ts +12 -0
  18. package/dist/models/SimpleEncodingLiveInputAspectRatio.js +17 -0
  19. package/dist/models/SimpleEncodingLiveInputAspectRatio.js.map +1 -0
  20. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +21 -0
  21. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +38 -0
  22. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js.map +1 -0
  23. package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +15 -0
  24. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js +37 -0
  25. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js.map +1 -0
  26. package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +8 -0
  27. package/dist/models/SimpleEncodingLiveJobCredentials.js +18 -0
  28. package/dist/models/SimpleEncodingLiveJobCredentials.js.map +1 -0
  29. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +15 -0
  30. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +37 -0
  31. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js.map +1 -0
  32. package/dist/models/SimpleEncodingLiveJobInput.d.ts +22 -0
  33. package/dist/models/SimpleEncodingLiveJobInput.js +21 -0
  34. package/dist/models/SimpleEncodingLiveJobInput.js.map +1 -0
  35. package/dist/models/SimpleEncodingLiveJobInputType.d.ts +9 -0
  36. package/dist/models/SimpleEncodingLiveJobInputType.js +14 -0
  37. package/dist/models/SimpleEncodingLiveJobInputType.js.map +1 -0
  38. package/dist/models/SimpleEncodingLiveJobRequest.d.ts +28 -0
  39. package/dist/models/SimpleEncodingLiveJobRequest.js +24 -0
  40. package/dist/models/SimpleEncodingLiveJobRequest.js.map +1 -0
  41. package/dist/models/SimpleEncodingLiveJobResponse.d.ts +83 -0
  42. package/dist/models/SimpleEncodingLiveJobResponse.js +34 -0
  43. package/dist/models/SimpleEncodingLiveJobResponse.js.map +1 -0
  44. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +21 -0
  45. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +38 -0
  46. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js.map +1 -0
  47. package/dist/models/SimpleEncodingLiveJobStatus.d.ts +15 -0
  48. package/dist/models/SimpleEncodingLiveJobStatus.js +20 -0
  49. package/dist/models/SimpleEncodingLiveJobStatus.js.map +1 -0
  50. package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +34 -0
  51. package/dist/models/SimpleEncodingLiveJobUrlOutput.js +24 -0
  52. package/dist/models/SimpleEncodingLiveJobUrlOutput.js.map +1 -0
  53. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +21 -0
  54. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +38 -0
  55. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js.map +1 -0
  56. package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +10 -0
  57. package/dist/models/SimpleEncodingLiveMaxResolution.js +15 -0
  58. package/dist/models/SimpleEncodingLiveMaxResolution.js.map +1 -0
  59. package/dist/models/index.d.ts +15 -0
  60. package/dist/models/index.js +15 -0
  61. package/dist/models/index.js.map +1 -1
  62. package/package.json +1 -1
@@ -2537,7 +2537,7 @@ var OrganizationsApi = /** @class */ (function (_super) {
2537
2537
  }
2538
2538
  /**
2539
2539
  * @summary Add Organization
2540
- * @param {Organization} organization Orgnaization Details
2540
+ * @param {Organization} organization Organization Details
2541
2541
  * @throws {BitmovinError}
2542
2542
  * @memberof OrganizationsApi
2543
2543
  */
@@ -6974,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6974
6974
  var headers = {
6975
6975
  'X-Api-Key': apiKey,
6976
6976
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6977
- 'X-Api-Client-Version': '1.106.0',
6977
+ 'X-Api-Client-Version': '1.107.0',
6978
6978
  'Content-Type': 'application/json'
6979
6979
  };
6980
6980
  if (tenantOrgId) {
@@ -51381,6 +51381,7 @@ var __extends = (this && this.__extends) || (function () {
51381
51381
  Object.defineProperty(exports, "__esModule", { value: true });
51382
51382
  var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
51383
51383
  var VodApi_1 = __webpack_require__(/*! ./vod/VodApi */ "./encoding/simple/jobs/vod/VodApi.ts");
51384
+ var LiveApi_1 = __webpack_require__(/*! ./live/LiveApi */ "./encoding/simple/jobs/live/LiveApi.ts");
51384
51385
  /**
51385
51386
  * JobsApi - object-oriented interface
51386
51387
  * @export
@@ -51392,6 +51393,7 @@ var JobsApi = /** @class */ (function (_super) {
51392
51393
  function JobsApi(configuration) {
51393
51394
  var _this = _super.call(this, configuration) || this;
51394
51395
  _this.vod = new VodApi_1.default(configuration);
51396
+ _this.live = new LiveApi_1.default(configuration);
51395
51397
  return _this;
51396
51398
  }
51397
51399
  return JobsApi;
@@ -51399,6 +51401,75 @@ var JobsApi = /** @class */ (function (_super) {
51399
51401
  exports.default = JobsApi;
51400
51402
 
51401
51403
 
51404
+ /***/ }),
51405
+
51406
+ /***/ "./encoding/simple/jobs/live/LiveApi.ts":
51407
+ /*!**********************************************!*\
51408
+ !*** ./encoding/simple/jobs/live/LiveApi.ts ***!
51409
+ \**********************************************/
51410
+ /*! no static exports found */
51411
+ /***/ (function(module, exports, __webpack_require__) {
51412
+
51413
+ "use strict";
51414
+
51415
+ var __extends = (this && this.__extends) || (function () {
51416
+ var extendStatics = function (d, b) {
51417
+ extendStatics = Object.setPrototypeOf ||
51418
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
51419
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
51420
+ return extendStatics(d, b);
51421
+ };
51422
+ return function (d, b) {
51423
+ extendStatics(d, b);
51424
+ function __() { this.constructor = d; }
51425
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
51426
+ };
51427
+ })();
51428
+ Object.defineProperty(exports, "__esModule", { value: true });
51429
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
51430
+ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
51431
+ var SimpleEncodingLiveJobResponse_1 = __webpack_require__(/*! ../../../../models/SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts");
51432
+ /**
51433
+ * LiveApi - object-oriented interface
51434
+ * @export
51435
+ * @class LiveApi
51436
+ * @extends {BaseAPI}
51437
+ */
51438
+ var LiveApi = /** @class */ (function (_super) {
51439
+ __extends(LiveApi, _super);
51440
+ function LiveApi(configuration) {
51441
+ return _super.call(this, configuration) || this;
51442
+ }
51443
+ /**
51444
+ * @summary Create a Simple Encoding Live Job
51445
+ * @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
51446
+ * @throws {BitmovinError}
51447
+ * @memberof LiveApi
51448
+ */
51449
+ LiveApi.prototype.create = function (simpleEncodingLiveJobRequest) {
51450
+ return this.restClient.post('/encoding/simple/jobs/live', {}, simpleEncodingLiveJobRequest).then(function (response) {
51451
+ return Mapper_1.map(response, SimpleEncodingLiveJobResponse_1.default);
51452
+ });
51453
+ };
51454
+ /**
51455
+ * @summary Simple Encoding Live Job details
51456
+ * @param {string} simpleEncodingJobId Id of the Simple Encoding Live Job
51457
+ * @throws {BitmovinError}
51458
+ * @memberof LiveApi
51459
+ */
51460
+ LiveApi.prototype.get = function (simpleEncodingJobId) {
51461
+ var pathParamMap = {
51462
+ simple_encoding_job_id: simpleEncodingJobId
51463
+ };
51464
+ return this.restClient.get('/encoding/simple/jobs/live/{simple_encoding_job_id}', pathParamMap).then(function (response) {
51465
+ return Mapper_1.map(response, SimpleEncodingLiveJobResponse_1.default);
51466
+ });
51467
+ };
51468
+ return LiveApi;
51469
+ }(BaseAPI_1.BaseAPI));
51470
+ exports.default = LiveApi;
51471
+
51472
+
51402
51473
  /***/ }),
51403
51474
 
51404
51475
  /***/ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts":
@@ -78659,6 +78730,564 @@ var SignatureType;
78659
78730
  exports.default = SignatureType;
78660
78731
 
78661
78732
 
78733
+ /***/ }),
78734
+
78735
+ /***/ "./models/SimpleEncodingLiveCloudRegion.ts":
78736
+ /*!*************************************************!*\
78737
+ !*** ./models/SimpleEncodingLiveCloudRegion.ts ***!
78738
+ \*************************************************/
78739
+ /*! no static exports found */
78740
+ /***/ (function(module, exports, __webpack_require__) {
78741
+
78742
+ "use strict";
78743
+
78744
+ Object.defineProperty(exports, "__esModule", { value: true });
78745
+ exports.SimpleEncodingLiveCloudRegion = void 0;
78746
+ /**
78747
+ * @export
78748
+ * @enum {string}
78749
+ */
78750
+ var SimpleEncodingLiveCloudRegion;
78751
+ (function (SimpleEncodingLiveCloudRegion) {
78752
+ SimpleEncodingLiveCloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
78753
+ SimpleEncodingLiveCloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
78754
+ SimpleEncodingLiveCloudRegion["EUROPE"] = "EUROPE";
78755
+ SimpleEncodingLiveCloudRegion["AFRICA"] = "AFRICA";
78756
+ SimpleEncodingLiveCloudRegion["ASIA"] = "ASIA";
78757
+ SimpleEncodingLiveCloudRegion["AUSTRALIA"] = "AUSTRALIA";
78758
+ })(SimpleEncodingLiveCloudRegion = exports.SimpleEncodingLiveCloudRegion || (exports.SimpleEncodingLiveCloudRegion = {}));
78759
+ exports.default = SimpleEncodingLiveCloudRegion;
78760
+
78761
+
78762
+ /***/ }),
78763
+
78764
+ /***/ "./models/SimpleEncodingLiveInputAspectRatio.ts":
78765
+ /*!******************************************************!*\
78766
+ !*** ./models/SimpleEncodingLiveInputAspectRatio.ts ***!
78767
+ \******************************************************/
78768
+ /*! no static exports found */
78769
+ /***/ (function(module, exports, __webpack_require__) {
78770
+
78771
+ "use strict";
78772
+
78773
+ Object.defineProperty(exports, "__esModule", { value: true });
78774
+ exports.SimpleEncodingLiveInputAspectRatio = void 0;
78775
+ /**
78776
+ * @export
78777
+ * @enum {string}
78778
+ */
78779
+ var SimpleEncodingLiveInputAspectRatio;
78780
+ (function (SimpleEncodingLiveInputAspectRatio) {
78781
+ SimpleEncodingLiveInputAspectRatio["WIDE_16_9"] = "WIDE_16_9";
78782
+ SimpleEncodingLiveInputAspectRatio["WIDE_16_10"] = "WIDE_16_10";
78783
+ SimpleEncodingLiveInputAspectRatio["VERTICAL_9_16"] = "VERTICAL_9_16";
78784
+ SimpleEncodingLiveInputAspectRatio["STANDARD_4_3"] = "STANDARD_4_3";
78785
+ SimpleEncodingLiveInputAspectRatio["ULTRA_WIDE_21_9"] = "ULTRA_WIDE_21_9";
78786
+ })(SimpleEncodingLiveInputAspectRatio = exports.SimpleEncodingLiveInputAspectRatio || (exports.SimpleEncodingLiveInputAspectRatio = {}));
78787
+ exports.default = SimpleEncodingLiveInputAspectRatio;
78788
+
78789
+
78790
+ /***/ }),
78791
+
78792
+ /***/ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts":
78793
+ /*!*************************************************************!*\
78794
+ !*** ./models/SimpleEncodingLiveJobAccessKeyCredentials.ts ***!
78795
+ \*************************************************************/
78796
+ /*! no static exports found */
78797
+ /***/ (function(module, exports, __webpack_require__) {
78798
+
78799
+ "use strict";
78800
+
78801
+ var __extends = (this && this.__extends) || (function () {
78802
+ var extendStatics = function (d, b) {
78803
+ extendStatics = Object.setPrototypeOf ||
78804
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78805
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
78806
+ return extendStatics(d, b);
78807
+ };
78808
+ return function (d, b) {
78809
+ extendStatics(d, b);
78810
+ function __() { this.constructor = d; }
78811
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78812
+ };
78813
+ })();
78814
+ Object.defineProperty(exports, "__esModule", { value: true });
78815
+ exports.SimpleEncodingLiveJobAccessKeyCredentials = void 0;
78816
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78817
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
78818
+ /**
78819
+ * @export
78820
+ * @class SimpleEncodingLiveJobAccessKeyCredentials
78821
+ */
78822
+ var SimpleEncodingLiveJobAccessKeyCredentials = /** @class */ (function (_super) {
78823
+ __extends(SimpleEncodingLiveJobAccessKeyCredentials, _super);
78824
+ function SimpleEncodingLiveJobAccessKeyCredentials(obj) {
78825
+ var _this = _super.call(this, obj) || this;
78826
+ if (!obj) {
78827
+ return _this;
78828
+ }
78829
+ _this.accessKey = Mapper_1.map(obj.accessKey);
78830
+ _this.secretKey = Mapper_1.map(obj.secretKey);
78831
+ return _this;
78832
+ }
78833
+ return SimpleEncodingLiveJobAccessKeyCredentials;
78834
+ }(SimpleEncodingLiveJobCredentials_1.default));
78835
+ exports.SimpleEncodingLiveJobAccessKeyCredentials = SimpleEncodingLiveJobAccessKeyCredentials;
78836
+ exports.default = SimpleEncodingLiveJobAccessKeyCredentials;
78837
+
78838
+
78839
+ /***/ }),
78840
+
78841
+ /***/ "./models/SimpleEncodingLiveJobAzureCredentials.ts":
78842
+ /*!*********************************************************!*\
78843
+ !*** ./models/SimpleEncodingLiveJobAzureCredentials.ts ***!
78844
+ \*********************************************************/
78845
+ /*! no static exports found */
78846
+ /***/ (function(module, exports, __webpack_require__) {
78847
+
78848
+ "use strict";
78849
+
78850
+ var __extends = (this && this.__extends) || (function () {
78851
+ var extendStatics = function (d, b) {
78852
+ extendStatics = Object.setPrototypeOf ||
78853
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78854
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
78855
+ return extendStatics(d, b);
78856
+ };
78857
+ return function (d, b) {
78858
+ extendStatics(d, b);
78859
+ function __() { this.constructor = d; }
78860
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78861
+ };
78862
+ })();
78863
+ Object.defineProperty(exports, "__esModule", { value: true });
78864
+ exports.SimpleEncodingLiveJobAzureCredentials = void 0;
78865
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78866
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
78867
+ /**
78868
+ * @export
78869
+ * @class SimpleEncodingLiveJobAzureCredentials
78870
+ */
78871
+ var SimpleEncodingLiveJobAzureCredentials = /** @class */ (function (_super) {
78872
+ __extends(SimpleEncodingLiveJobAzureCredentials, _super);
78873
+ function SimpleEncodingLiveJobAzureCredentials(obj) {
78874
+ var _this = _super.call(this, obj) || this;
78875
+ if (!obj) {
78876
+ return _this;
78877
+ }
78878
+ _this.key = Mapper_1.map(obj.key);
78879
+ return _this;
78880
+ }
78881
+ return SimpleEncodingLiveJobAzureCredentials;
78882
+ }(SimpleEncodingLiveJobCredentials_1.default));
78883
+ exports.SimpleEncodingLiveJobAzureCredentials = SimpleEncodingLiveJobAzureCredentials;
78884
+ exports.default = SimpleEncodingLiveJobAzureCredentials;
78885
+
78886
+
78887
+ /***/ }),
78888
+
78889
+ /***/ "./models/SimpleEncodingLiveJobCredentials.ts":
78890
+ /*!****************************************************!*\
78891
+ !*** ./models/SimpleEncodingLiveJobCredentials.ts ***!
78892
+ \****************************************************/
78893
+ /*! no static exports found */
78894
+ /***/ (function(module, exports, __webpack_require__) {
78895
+
78896
+ "use strict";
78897
+
78898
+ Object.defineProperty(exports, "__esModule", { value: true });
78899
+ exports.SimpleEncodingLiveJobCredentials = void 0;
78900
+ /**
78901
+ * @export
78902
+ * @class SimpleEncodingLiveJobCredentials
78903
+ */
78904
+ var SimpleEncodingLiveJobCredentials = /** @class */ (function () {
78905
+ function SimpleEncodingLiveJobCredentials(obj) {
78906
+ if (!obj) {
78907
+ return;
78908
+ }
78909
+ }
78910
+ return SimpleEncodingLiveJobCredentials;
78911
+ }());
78912
+ exports.SimpleEncodingLiveJobCredentials = SimpleEncodingLiveJobCredentials;
78913
+ exports.default = SimpleEncodingLiveJobCredentials;
78914
+
78915
+
78916
+ /***/ }),
78917
+
78918
+ /***/ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts":
78919
+ /*!*********************************************************************!*\
78920
+ !*** ./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts ***!
78921
+ \*********************************************************************/
78922
+ /*! no static exports found */
78923
+ /***/ (function(module, exports, __webpack_require__) {
78924
+
78925
+ "use strict";
78926
+
78927
+ var __extends = (this && this.__extends) || (function () {
78928
+ var extendStatics = function (d, b) {
78929
+ extendStatics = Object.setPrototypeOf ||
78930
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78931
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
78932
+ return extendStatics(d, b);
78933
+ };
78934
+ return function (d, b) {
78935
+ extendStatics(d, b);
78936
+ function __() { this.constructor = d; }
78937
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78938
+ };
78939
+ })();
78940
+ Object.defineProperty(exports, "__esModule", { value: true });
78941
+ exports.SimpleEncodingLiveJobGcsServiceAccountCredentials = void 0;
78942
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78943
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
78944
+ /**
78945
+ * @export
78946
+ * @class SimpleEncodingLiveJobGcsServiceAccountCredentials
78947
+ */
78948
+ var SimpleEncodingLiveJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
78949
+ __extends(SimpleEncodingLiveJobGcsServiceAccountCredentials, _super);
78950
+ function SimpleEncodingLiveJobGcsServiceAccountCredentials(obj) {
78951
+ var _this = _super.call(this, obj) || this;
78952
+ if (!obj) {
78953
+ return _this;
78954
+ }
78955
+ _this.serviceAccountCredentials = Mapper_1.map(obj.serviceAccountCredentials);
78956
+ return _this;
78957
+ }
78958
+ return SimpleEncodingLiveJobGcsServiceAccountCredentials;
78959
+ }(SimpleEncodingLiveJobCredentials_1.default));
78960
+ exports.SimpleEncodingLiveJobGcsServiceAccountCredentials = SimpleEncodingLiveJobGcsServiceAccountCredentials;
78961
+ exports.default = SimpleEncodingLiveJobGcsServiceAccountCredentials;
78962
+
78963
+
78964
+ /***/ }),
78965
+
78966
+ /***/ "./models/SimpleEncodingLiveJobInput.ts":
78967
+ /*!**********************************************!*\
78968
+ !*** ./models/SimpleEncodingLiveJobInput.ts ***!
78969
+ \**********************************************/
78970
+ /*! no static exports found */
78971
+ /***/ (function(module, exports, __webpack_require__) {
78972
+
78973
+ "use strict";
78974
+
78975
+ Object.defineProperty(exports, "__esModule", { value: true });
78976
+ exports.SimpleEncodingLiveJobInput = void 0;
78977
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78978
+ /**
78979
+ * @export
78980
+ * @class SimpleEncodingLiveJobInput
78981
+ */
78982
+ var SimpleEncodingLiveJobInput = /** @class */ (function () {
78983
+ function SimpleEncodingLiveJobInput(obj) {
78984
+ if (!obj) {
78985
+ return;
78986
+ }
78987
+ this.inputType = Mapper_1.map(obj.inputType);
78988
+ this.inputAspectRatio = Mapper_1.map(obj.inputAspectRatio);
78989
+ }
78990
+ return SimpleEncodingLiveJobInput;
78991
+ }());
78992
+ exports.SimpleEncodingLiveJobInput = SimpleEncodingLiveJobInput;
78993
+ exports.default = SimpleEncodingLiveJobInput;
78994
+
78995
+
78996
+ /***/ }),
78997
+
78998
+ /***/ "./models/SimpleEncodingLiveJobInputType.ts":
78999
+ /*!**************************************************!*\
79000
+ !*** ./models/SimpleEncodingLiveJobInputType.ts ***!
79001
+ \**************************************************/
79002
+ /*! no static exports found */
79003
+ /***/ (function(module, exports, __webpack_require__) {
79004
+
79005
+ "use strict";
79006
+
79007
+ Object.defineProperty(exports, "__esModule", { value: true });
79008
+ exports.SimpleEncodingLiveJobInputType = void 0;
79009
+ /**
79010
+ * @export
79011
+ * @enum {string}
79012
+ */
79013
+ var SimpleEncodingLiveJobInputType;
79014
+ (function (SimpleEncodingLiveJobInputType) {
79015
+ SimpleEncodingLiveJobInputType["RTMP"] = "RTMP";
79016
+ SimpleEncodingLiveJobInputType["SRT_LISTENER"] = "SRT_LISTENER";
79017
+ })(SimpleEncodingLiveJobInputType = exports.SimpleEncodingLiveJobInputType || (exports.SimpleEncodingLiveJobInputType = {}));
79018
+ exports.default = SimpleEncodingLiveJobInputType;
79019
+
79020
+
79021
+ /***/ }),
79022
+
79023
+ /***/ "./models/SimpleEncodingLiveJobRequest.ts":
79024
+ /*!************************************************!*\
79025
+ !*** ./models/SimpleEncodingLiveJobRequest.ts ***!
79026
+ \************************************************/
79027
+ /*! no static exports found */
79028
+ /***/ (function(module, exports, __webpack_require__) {
79029
+
79030
+ "use strict";
79031
+
79032
+ Object.defineProperty(exports, "__esModule", { value: true });
79033
+ exports.SimpleEncodingLiveJobRequest = void 0;
79034
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79035
+ var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
79036
+ var SimpleEncodingLiveJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts");
79037
+ /**
79038
+ * @export
79039
+ * @class SimpleEncodingLiveJobRequest
79040
+ */
79041
+ var SimpleEncodingLiveJobRequest = /** @class */ (function () {
79042
+ function SimpleEncodingLiveJobRequest(obj) {
79043
+ if (!obj) {
79044
+ return;
79045
+ }
79046
+ this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
79047
+ this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
79048
+ this.cloudRegion = Mapper_1.map(obj.cloudRegion);
79049
+ }
79050
+ return SimpleEncodingLiveJobRequest;
79051
+ }());
79052
+ exports.SimpleEncodingLiveJobRequest = SimpleEncodingLiveJobRequest;
79053
+ exports.default = SimpleEncodingLiveJobRequest;
79054
+
79055
+
79056
+ /***/ }),
79057
+
79058
+ /***/ "./models/SimpleEncodingLiveJobResponse.ts":
79059
+ /*!*************************************************!*\
79060
+ !*** ./models/SimpleEncodingLiveJobResponse.ts ***!
79061
+ \*************************************************/
79062
+ /*! no static exports found */
79063
+ /***/ (function(module, exports, __webpack_require__) {
79064
+
79065
+ "use strict";
79066
+
79067
+ Object.defineProperty(exports, "__esModule", { value: true });
79068
+ exports.SimpleEncodingLiveJobResponse = void 0;
79069
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79070
+ var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
79071
+ var SimpleEncodingLiveJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts");
79072
+ var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
79073
+ /**
79074
+ * @export
79075
+ * @class SimpleEncodingLiveJobResponse
79076
+ */
79077
+ var SimpleEncodingLiveJobResponse = /** @class */ (function () {
79078
+ function SimpleEncodingLiveJobResponse(obj) {
79079
+ if (!obj) {
79080
+ return;
79081
+ }
79082
+ this.id = Mapper_1.map(obj.id);
79083
+ this.status = Mapper_1.map(obj.status);
79084
+ this.encodingId = Mapper_1.map(obj.encodingId);
79085
+ this.encoderIp = Mapper_1.map(obj.encoderIp);
79086
+ this.streamKey = Mapper_1.map(obj.streamKey);
79087
+ this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
79088
+ this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
79089
+ this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
79090
+ this.createdAt = Mapper_1.map(obj.createdAt, Date);
79091
+ this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
79092
+ this.name = Mapper_1.map(obj.name);
79093
+ this.cloudRegion = Mapper_1.map(obj.cloudRegion);
79094
+ }
79095
+ return SimpleEncodingLiveJobResponse;
79096
+ }());
79097
+ exports.SimpleEncodingLiveJobResponse = SimpleEncodingLiveJobResponse;
79098
+ exports.default = SimpleEncodingLiveJobResponse;
79099
+
79100
+
79101
+ /***/ }),
79102
+
79103
+ /***/ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts":
79104
+ /*!***************************************************************!*\
79105
+ !*** ./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts ***!
79106
+ \***************************************************************/
79107
+ /*! no static exports found */
79108
+ /***/ (function(module, exports, __webpack_require__) {
79109
+
79110
+ "use strict";
79111
+
79112
+ var __extends = (this && this.__extends) || (function () {
79113
+ var extendStatics = function (d, b) {
79114
+ extendStatics = Object.setPrototypeOf ||
79115
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
79116
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
79117
+ return extendStatics(d, b);
79118
+ };
79119
+ return function (d, b) {
79120
+ extendStatics(d, b);
79121
+ function __() { this.constructor = d; }
79122
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
79123
+ };
79124
+ })();
79125
+ Object.defineProperty(exports, "__esModule", { value: true });
79126
+ exports.SimpleEncodingLiveJobS3RoleBasedCredentials = void 0;
79127
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79128
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79129
+ /**
79130
+ * @export
79131
+ * @class SimpleEncodingLiveJobS3RoleBasedCredentials
79132
+ */
79133
+ var SimpleEncodingLiveJobS3RoleBasedCredentials = /** @class */ (function (_super) {
79134
+ __extends(SimpleEncodingLiveJobS3RoleBasedCredentials, _super);
79135
+ function SimpleEncodingLiveJobS3RoleBasedCredentials(obj) {
79136
+ var _this = _super.call(this, obj) || this;
79137
+ if (!obj) {
79138
+ return _this;
79139
+ }
79140
+ _this.roleArn = Mapper_1.map(obj.roleArn);
79141
+ _this.useExternalId = Mapper_1.map(obj.useExternalId);
79142
+ return _this;
79143
+ }
79144
+ return SimpleEncodingLiveJobS3RoleBasedCredentials;
79145
+ }(SimpleEncodingLiveJobCredentials_1.default));
79146
+ exports.SimpleEncodingLiveJobS3RoleBasedCredentials = SimpleEncodingLiveJobS3RoleBasedCredentials;
79147
+ exports.default = SimpleEncodingLiveJobS3RoleBasedCredentials;
79148
+
79149
+
79150
+ /***/ }),
79151
+
79152
+ /***/ "./models/SimpleEncodingLiveJobStatus.ts":
79153
+ /*!***********************************************!*\
79154
+ !*** ./models/SimpleEncodingLiveJobStatus.ts ***!
79155
+ \***********************************************/
79156
+ /*! no static exports found */
79157
+ /***/ (function(module, exports, __webpack_require__) {
79158
+
79159
+ "use strict";
79160
+
79161
+ Object.defineProperty(exports, "__esModule", { value: true });
79162
+ exports.SimpleEncodingLiveJobStatus = void 0;
79163
+ /**
79164
+ * @export
79165
+ * @enum {string}
79166
+ */
79167
+ var SimpleEncodingLiveJobStatus;
79168
+ (function (SimpleEncodingLiveJobStatus) {
79169
+ SimpleEncodingLiveJobStatus["CREATED"] = "CREATED";
79170
+ SimpleEncodingLiveJobStatus["EXECUTING"] = "EXECUTING";
79171
+ SimpleEncodingLiveJobStatus["FAILURE"] = "FAILURE";
79172
+ SimpleEncodingLiveJobStatus["STARTING"] = "STARTING";
79173
+ SimpleEncodingLiveJobStatus["RUNNING"] = "RUNNING";
79174
+ SimpleEncodingLiveJobStatus["STOPPED"] = "STOPPED";
79175
+ SimpleEncodingLiveJobStatus["ERROR"] = "ERROR";
79176
+ SimpleEncodingLiveJobStatus["CANCELED"] = "CANCELED";
79177
+ })(SimpleEncodingLiveJobStatus = exports.SimpleEncodingLiveJobStatus || (exports.SimpleEncodingLiveJobStatus = {}));
79178
+ exports.default = SimpleEncodingLiveJobStatus;
79179
+
79180
+
79181
+ /***/ }),
79182
+
79183
+ /***/ "./models/SimpleEncodingLiveJobUrlOutput.ts":
79184
+ /*!**************************************************!*\
79185
+ !*** ./models/SimpleEncodingLiveJobUrlOutput.ts ***!
79186
+ \**************************************************/
79187
+ /*! no static exports found */
79188
+ /***/ (function(module, exports, __webpack_require__) {
79189
+
79190
+ "use strict";
79191
+
79192
+ Object.defineProperty(exports, "__esModule", { value: true });
79193
+ exports.SimpleEncodingLiveJobUrlOutput = void 0;
79194
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79195
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79196
+ /**
79197
+ * @export
79198
+ * @class SimpleEncodingLiveJobUrlOutput
79199
+ */
79200
+ var SimpleEncodingLiveJobUrlOutput = /** @class */ (function () {
79201
+ function SimpleEncodingLiveJobUrlOutput(obj) {
79202
+ if (!obj) {
79203
+ return;
79204
+ }
79205
+ this.url = Mapper_1.map(obj.url);
79206
+ this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingLiveJobCredentials_1.default);
79207
+ this.makePublic = Mapper_1.map(obj.makePublic);
79208
+ this.maxResolution = Mapper_1.map(obj.maxResolution);
79209
+ }
79210
+ return SimpleEncodingLiveJobUrlOutput;
79211
+ }());
79212
+ exports.SimpleEncodingLiveJobUrlOutput = SimpleEncodingLiveJobUrlOutput;
79213
+ exports.default = SimpleEncodingLiveJobUrlOutput;
79214
+
79215
+
79216
+ /***/ }),
79217
+
79218
+ /***/ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts":
79219
+ /*!********************************************************************!*\
79220
+ !*** ./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts ***!
79221
+ \********************************************************************/
79222
+ /*! no static exports found */
79223
+ /***/ (function(module, exports, __webpack_require__) {
79224
+
79225
+ "use strict";
79226
+
79227
+ var __extends = (this && this.__extends) || (function () {
79228
+ var extendStatics = function (d, b) {
79229
+ extendStatics = Object.setPrototypeOf ||
79230
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
79231
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
79232
+ return extendStatics(d, b);
79233
+ };
79234
+ return function (d, b) {
79235
+ extendStatics(d, b);
79236
+ function __() { this.constructor = d; }
79237
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
79238
+ };
79239
+ })();
79240
+ Object.defineProperty(exports, "__esModule", { value: true });
79241
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = void 0;
79242
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79243
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79244
+ /**
79245
+ * @export
79246
+ * @class SimpleEncodingLiveJobUsernamePasswordCredentials
79247
+ */
79248
+ var SimpleEncodingLiveJobUsernamePasswordCredentials = /** @class */ (function (_super) {
79249
+ __extends(SimpleEncodingLiveJobUsernamePasswordCredentials, _super);
79250
+ function SimpleEncodingLiveJobUsernamePasswordCredentials(obj) {
79251
+ var _this = _super.call(this, obj) || this;
79252
+ if (!obj) {
79253
+ return _this;
79254
+ }
79255
+ _this.username = Mapper_1.map(obj.username);
79256
+ _this.password = Mapper_1.map(obj.password);
79257
+ return _this;
79258
+ }
79259
+ return SimpleEncodingLiveJobUsernamePasswordCredentials;
79260
+ }(SimpleEncodingLiveJobCredentials_1.default));
79261
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = SimpleEncodingLiveJobUsernamePasswordCredentials;
79262
+ exports.default = SimpleEncodingLiveJobUsernamePasswordCredentials;
79263
+
79264
+
79265
+ /***/ }),
79266
+
79267
+ /***/ "./models/SimpleEncodingLiveMaxResolution.ts":
79268
+ /*!***************************************************!*\
79269
+ !*** ./models/SimpleEncodingLiveMaxResolution.ts ***!
79270
+ \***************************************************/
79271
+ /*! no static exports found */
79272
+ /***/ (function(module, exports, __webpack_require__) {
79273
+
79274
+ "use strict";
79275
+
79276
+ Object.defineProperty(exports, "__esModule", { value: true });
79277
+ exports.SimpleEncodingLiveMaxResolution = void 0;
79278
+ /**
79279
+ * @export
79280
+ * @enum {string}
79281
+ */
79282
+ var SimpleEncodingLiveMaxResolution;
79283
+ (function (SimpleEncodingLiveMaxResolution) {
79284
+ SimpleEncodingLiveMaxResolution["FULL_HD"] = "FULL_HD";
79285
+ SimpleEncodingLiveMaxResolution["HD"] = "HD";
79286
+ SimpleEncodingLiveMaxResolution["SD"] = "SD";
79287
+ })(SimpleEncodingLiveMaxResolution = exports.SimpleEncodingLiveMaxResolution || (exports.SimpleEncodingLiveMaxResolution = {}));
79288
+ exports.default = SimpleEncodingLiveMaxResolution;
79289
+
79290
+
78662
79291
  /***/ }),
78663
79292
 
78664
79293
  /***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
@@ -85083,6 +85712,21 @@ __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErro
85083
85712
  __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
85084
85713
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
85085
85714
  __exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
85715
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveCloudRegion */ "./models/SimpleEncodingLiveCloudRegion.ts"), exports);
85716
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveInputAspectRatio */ "./models/SimpleEncodingLiveInputAspectRatio.ts"), exports);
85717
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAccessKeyCredentials */ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts"), exports);
85718
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAzureCredentials */ "./models/SimpleEncodingLiveJobAzureCredentials.ts"), exports);
85719
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts"), exports);
85720
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobGcsServiceAccountCredentials */ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts"), exports);
85721
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts"), exports);
85722
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInputType */ "./models/SimpleEncodingLiveJobInputType.ts"), exports);
85723
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobRequest */ "./models/SimpleEncodingLiveJobRequest.ts"), exports);
85724
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts"), exports);
85725
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobS3RoleBasedCredentials */ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts"), exports);
85726
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobStatus */ "./models/SimpleEncodingLiveJobStatus.ts"), exports);
85727
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts"), exports);
85728
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUsernamePasswordCredentials */ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts"), exports);
85729
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveMaxResolution */ "./models/SimpleEncodingLiveMaxResolution.ts"), exports);
85086
85730
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
85087
85731
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
85088
85732
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);