@bitmovin/api-sdk 1.114.0 → 1.117.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 (78) 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 +2 -2
  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/StartEncodingRequest.d.ts +1 -1
  42. package/dist/models/StreamInput.d.ts +5 -5
  43. package/dist/models/TextFilter.d.ts +2 -1
  44. package/dist/models/TextFilter.js.map +1 -1
  45. package/dist/models/Trimming.d.ts +2 -2
  46. package/dist/models/index.d.ts +5 -3
  47. package/dist/models/index.js +5 -3
  48. package/dist/models/index.js.map +1 -1
  49. package/package.json +1 -1
  50. package/dist/encoding/inputs/tcp/TcpApi.d.ts +0 -28
  51. package/dist/encoding/inputs/tcp/TcpApi.js +0 -69
  52. package/dist/encoding/inputs/tcp/TcpApi.js.map +0 -1
  53. package/dist/encoding/inputs/tcp/TcpInputListQueryParams.d.ts +0 -39
  54. package/dist/encoding/inputs/tcp/TcpInputListQueryParams.js +0 -38
  55. package/dist/encoding/inputs/tcp/TcpInputListQueryParams.js.map +0 -1
  56. package/dist/encoding/inputs/udp/UdpApi.d.ts +0 -28
  57. package/dist/encoding/inputs/udp/UdpApi.js +0 -69
  58. package/dist/encoding/inputs/udp/UdpApi.js.map +0 -1
  59. package/dist/encoding/inputs/udp/UdpInputListQueryParams.d.ts +0 -39
  60. package/dist/encoding/inputs/udp/UdpInputListQueryParams.js +0 -38
  61. package/dist/encoding/inputs/udp/UdpInputListQueryParams.js.map +0 -1
  62. package/dist/encoding/inputs/udpMulticast/UdpMulticastApi.d.ts +0 -44
  63. package/dist/encoding/inputs/udpMulticast/UdpMulticastApi.js +0 -97
  64. package/dist/encoding/inputs/udpMulticast/UdpMulticastApi.js.map +0 -1
  65. package/dist/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.d.ts +0 -39
  66. package/dist/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.js +0 -38
  67. package/dist/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.js.map +0 -1
  68. package/dist/encoding/inputs/udpMulticast/customdata/CustomdataApi.d.ts +0 -19
  69. package/dist/encoding/inputs/udpMulticast/customdata/CustomdataApi.js.map +0 -1
  70. package/dist/models/TcpInput.d.ts +0 -16
  71. package/dist/models/TcpInput.js +0 -44
  72. package/dist/models/TcpInput.js.map +0 -1
  73. package/dist/models/UdpInput.d.ts +0 -16
  74. package/dist/models/UdpInput.js +0 -44
  75. package/dist/models/UdpInput.js.map +0 -1
  76. package/dist/models/UdpMulticastInput.d.ts +0 -28
  77. package/dist/models/UdpMulticastInput.js +0 -47
  78. package/dist/models/UdpMulticastInput.js.map +0 -1
@@ -1,97 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- var BaseAPI_1 = require("../../../common/BaseAPI");
19
- var Mapper_1 = require("../../../common/Mapper");
20
- var CustomdataApi_1 = require("./customdata/CustomdataApi");
21
- var UdpMulticastInput_1 = require("../../../models/UdpMulticastInput");
22
- var PaginationResponse_1 = require("../../../models/PaginationResponse");
23
- var UdpMulticastInputListQueryParams_1 = require("./UdpMulticastInputListQueryParams");
24
- /**
25
- * UdpMulticastApi - object-oriented interface
26
- * @export
27
- * @class UdpMulticastApi
28
- * @extends {BaseAPI}
29
- */
30
- var UdpMulticastApi = /** @class */ (function (_super) {
31
- __extends(UdpMulticastApi, _super);
32
- function UdpMulticastApi(configuration) {
33
- var _this = _super.call(this, configuration) || this;
34
- _this.customdata = new CustomdataApi_1.default(configuration);
35
- return _this;
36
- }
37
- /**
38
- * @summary Create UDP multicast input
39
- * @param {UdpMulticastInput} udpMulticastInput The UdpMulticastInput to be created
40
- * @throws {BitmovinError}
41
- * @memberof UdpMulticastApi
42
- */
43
- UdpMulticastApi.prototype.create = function (udpMulticastInput) {
44
- return this.restClient.post('/encoding/inputs/udp-multicast', {}, udpMulticastInput).then(function (response) {
45
- return (0, Mapper_1.map)(response, UdpMulticastInput_1.default);
46
- });
47
- };
48
- /**
49
- * @summary Delete UDP multicast input
50
- * @param {string} inputId Id of the input
51
- * @throws {BitmovinError}
52
- * @memberof UdpMulticastApi
53
- */
54
- UdpMulticastApi.prototype.delete = function (inputId) {
55
- var pathParamMap = {
56
- input_id: inputId
57
- };
58
- return this.restClient.delete('/encoding/inputs/udp-multicast/{input_id}', pathParamMap).then(function (response) {
59
- return (0, Mapper_1.map)(response, UdpMulticastInput_1.default);
60
- });
61
- };
62
- /**
63
- * @summary UDP multicast Input Details
64
- * @param {string} inputId Id of the input
65
- * @throws {BitmovinError}
66
- * @memberof UdpMulticastApi
67
- */
68
- UdpMulticastApi.prototype.get = function (inputId) {
69
- var pathParamMap = {
70
- input_id: inputId
71
- };
72
- return this.restClient.get('/encoding/inputs/udp-multicast/{input_id}', pathParamMap).then(function (response) {
73
- return (0, Mapper_1.map)(response, UdpMulticastInput_1.default);
74
- });
75
- };
76
- /**
77
- * @summary List UDP multicast inputs
78
- * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
79
- * @throws {BitmovinError}
80
- * @memberof UdpMulticastApi
81
- */
82
- UdpMulticastApi.prototype.list = function (queryParameters) {
83
- var queryParams = {};
84
- if (typeof queryParameters === 'function') {
85
- queryParams = queryParameters(new UdpMulticastInputListQueryParams_1.UdpMulticastInputListQueryParamsBuilder()).buildQueryParams();
86
- }
87
- else if (queryParameters) {
88
- queryParams = queryParameters;
89
- }
90
- return this.restClient.get('/encoding/inputs/udp-multicast', {}, queryParams).then(function (response) {
91
- return new PaginationResponse_1.default(response, UdpMulticastInput_1.default);
92
- });
93
- };
94
- return UdpMulticastApi;
95
- }(BaseAPI_1.BaseAPI));
96
- exports.default = UdpMulticastApi;
97
- //# sourceMappingURL=UdpMulticastApi.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UdpMulticastApi.js","sourceRoot":"","sources":["../../../../src/encoding/inputs/udpMulticast/UdpMulticastApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mDAAgD;AAEhD,iDAAqD;AACrD,4DAAuD;AACvD,uEAAkE;AAClE,yEAAoE;AACpE,uFAA6H;AAE7H;;;;;GAKG;AACH;IAA6C,mCAAO;IAGlD,yBAAY,aAA4B;QAAxC,YACE,kBAAM,aAAa,CAAC,SAErB;QADC,KAAI,CAAC,UAAU,GAAG,IAAI,uBAAa,CAAC,aAAa,CAAC,CAAC;;IACrD,CAAC;IAED;;;;;OAKG;IACI,gCAAM,GAAb,UAAc,iBAAqC;QACjD,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAoB,gCAAgC,EAAE,EAAE,EAAE,iBAAiB,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACpH,OAAO,IAAA,YAAG,EAAC,QAAQ,EAAE,2BAAiB,CAAC,CAAC;QAC1C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,gCAAM,GAAb,UAAc,OAAe;QAC3B,IAAM,YAAY,GAAG;YACnB,QAAQ,EAAE,OAAO;SAClB,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAoB,2CAA2C,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACxH,OAAO,IAAA,YAAG,EAAC,QAAQ,EAAE,2BAAiB,CAAC,CAAC;QAC1C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,6BAAG,GAAV,UAAW,OAAe;QACxB,IAAM,YAAY,GAAG;YACnB,QAAQ,EAAE,OAAO;SAClB,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAoB,2CAA2C,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACrH,OAAO,IAAA,YAAG,EAAC,QAAQ,EAAE,2BAAiB,CAAC,CAAC;QAC1C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,8BAAI,GAAX,UAAY,eAA8I;QACxJ,IAAI,WAAW,GAAqC,EAAE,CAAC;QACvD,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE;YACzC,WAAW,GAAG,eAAe,CAAC,IAAI,0EAAuC,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;SACjG;aAAM,IAAI,eAAe,EAAE;YAC1B,WAAW,GAAG,eAAe,CAAC;SAC/B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAwC,gCAAgC,EAAE,EAAE,EAAE,WAAW,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACjI,OAAO,IAAI,4BAAkB,CAAoB,QAAQ,EAAE,2BAAiB,CAAC,CAAC;QAChF,CAAC,CAAC,CAAC;IACL,CAAC;IACH,sBAAC;AAAD,CAAC,AAnED,CAA6C,iBAAO,GAmEnD"}
@@ -1,39 +0,0 @@
1
- export interface UdpMulticastInputListQueryParams {
2
- /**
3
- * Index of the first item to return, starting at 0. Default is 0
4
- * @type {number}
5
- * @memberof UdpMulticastInputListQueryParams
6
- */
7
- offset?: number | undefined;
8
- /**
9
- * Maximum number of items to return. Default is 25, maximum is 100
10
- * @type {number}
11
- * @memberof UdpMulticastInputListQueryParams
12
- */
13
- limit?: number | undefined;
14
- /**
15
- * Filter inputs by name
16
- * @type {string}
17
- * @memberof UdpMulticastInputListQueryParams
18
- */
19
- name?: string | undefined;
20
- }
21
- export declare class UdpMulticastInputListQueryParamsBuilder {
22
- private internalParams;
23
- /**
24
- *
25
- * @param offset Index of the first item to return, starting at 0. Default is 0
26
- */
27
- offset(offset: number): this;
28
- /**
29
- *
30
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
31
- */
32
- limit(limit: number): this;
33
- /**
34
- *
35
- * @param name Filter inputs by name
36
- */
37
- name(name: string): this;
38
- buildQueryParams(): UdpMulticastInputListQueryParams;
39
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UdpMulticastInputListQueryParamsBuilder = void 0;
4
- var UdpMulticastInputListQueryParamsBuilder = /** @class */ (function () {
5
- function UdpMulticastInputListQueryParamsBuilder() {
6
- this.internalParams = {};
7
- }
8
- /**
9
- *
10
- * @param offset Index of the first item to return, starting at 0. Default is 0
11
- */
12
- UdpMulticastInputListQueryParamsBuilder.prototype.offset = function (offset) {
13
- this.internalParams.offset = offset;
14
- return this;
15
- };
16
- /**
17
- *
18
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
19
- */
20
- UdpMulticastInputListQueryParamsBuilder.prototype.limit = function (limit) {
21
- this.internalParams.limit = limit;
22
- return this;
23
- };
24
- /**
25
- *
26
- * @param name Filter inputs by name
27
- */
28
- UdpMulticastInputListQueryParamsBuilder.prototype.name = function (name) {
29
- this.internalParams.name = name;
30
- return this;
31
- };
32
- UdpMulticastInputListQueryParamsBuilder.prototype.buildQueryParams = function () {
33
- return this.internalParams;
34
- };
35
- return UdpMulticastInputListQueryParamsBuilder;
36
- }());
37
- exports.UdpMulticastInputListQueryParamsBuilder = UdpMulticastInputListQueryParamsBuilder;
38
- //# sourceMappingURL=UdpMulticastInputListQueryParams.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UdpMulticastInputListQueryParams.js","sourceRoot":"","sources":["../../../../src/encoding/inputs/udpMulticast/UdpMulticastInputListQueryParams.ts"],"names":[],"mappings":";;;AAyBA;IAAA;QACY,mBAAc,GAAqC,EAAE,CAAC;IAgClE,CAAC;IA9BG;;;OAGG;IACI,wDAAM,GAAb,UAAc,MAAc;QACxB,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;;OAGG;IACI,uDAAK,GAAZ,UAAa,KAAa;QACtB,IAAI,CAAC,cAAc,CAAC,KAAK,GAAG,KAAK,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;;OAGG;IACI,sDAAI,GAAX,UAAY,IAAY;QACpB,IAAI,CAAC,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,kEAAgB,GAAvB;QACI,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;IACL,8CAAC;AAAD,CAAC,AAjCD,IAiCC;AAjCY,0FAAuC"}
@@ -1,19 +0,0 @@
1
- import { BaseAPI } from '../../../../common/BaseAPI';
2
- import Configuration from '../../../../common/Configuration';
3
- import CustomData from '../../../../models/CustomData';
4
- /**
5
- * CustomdataApi - object-oriented interface
6
- * @export
7
- * @class CustomdataApi
8
- * @extends {BaseAPI}
9
- */
10
- export default class CustomdataApi extends BaseAPI {
11
- constructor(configuration: Configuration);
12
- /**
13
- * @summary UDP multicast input Custom Data
14
- * @param {string} inputId Id of the input
15
- * @throws {BitmovinError}
16
- * @memberof CustomdataApi
17
- */
18
- get(inputId: string): Promise<CustomData>;
19
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"CustomdataApi.js","sourceRoot":"","sources":["../../../../../src/encoding/inputs/udpMulticast/customdata/CustomdataApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sDAAmD;AAEnD,oDAAwD;AACxD,4DAAuD;AAEvD;;;;;GAKG;AACH;IAA2C,iCAAO;IAEhD,uBAAY,aAA4B;eACtC,kBAAM,aAAa,CAAC;IACtB,CAAC;IAED;;;;;OAKG;IACI,2BAAG,GAAV,UAAW,OAAe;QACxB,IAAM,YAAY,GAAG;YACnB,QAAQ,EAAE,OAAO;SAClB,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAa,sDAAsD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACzH,OAAO,IAAA,YAAG,EAAC,QAAQ,EAAE,oBAAU,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACL,CAAC;IACH,oBAAC;AAAD,CAAC,AApBD,CAA2C,iBAAO,GAoBjD"}
@@ -1,16 +0,0 @@
1
- import Input from './Input';
2
- import InputType from './InputType';
3
- /**
4
- * @export
5
- * @class TcpInput
6
- */
7
- export declare class TcpInput extends Input {
8
- /**
9
- * Discriminator property for Input
10
- * @type {string}
11
- * @memberof TcpInput
12
- */
13
- readonly type: InputType;
14
- constructor(obj?: Partial<TcpInput>);
15
- }
16
- export default TcpInput;
@@ -1,44 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.TcpInput = void 0;
19
- var Input_1 = require("./Input");
20
- var InputType_1 = require("./InputType");
21
- /**
22
- * @export
23
- * @class TcpInput
24
- */
25
- var TcpInput = /** @class */ (function (_super) {
26
- __extends(TcpInput, _super);
27
- function TcpInput(obj) {
28
- var _this = _super.call(this, obj) || this;
29
- /**
30
- * Discriminator property for Input
31
- * @type {string}
32
- * @memberof TcpInput
33
- */
34
- _this.type = InputType_1.default.TCP;
35
- if (!obj) {
36
- return _this;
37
- }
38
- return _this;
39
- }
40
- return TcpInput;
41
- }(Input_1.default));
42
- exports.TcpInput = TcpInput;
43
- exports.default = TcpInput;
44
- //# sourceMappingURL=TcpInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TcpInput.js","sourceRoot":"","sources":["../../src/models/TcpInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAA8B,4BAAK;IAQjC,kBAAY,GAAuB;QAAnC,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,UAAI,GAAc,mBAAS,CAAC,GAAG,CAAC;QAI9C,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,eAAC;AAAD,CAAC,AAdD,CAA8B,eAAK,GAclC;AAdY,4BAAQ;AAgBrB,kBAAe,QAAQ,CAAC"}
@@ -1,16 +0,0 @@
1
- import Input from './Input';
2
- import InputType from './InputType';
3
- /**
4
- * @export
5
- * @class UdpInput
6
- */
7
- export declare class UdpInput extends Input {
8
- /**
9
- * Discriminator property for Input
10
- * @type {string}
11
- * @memberof UdpInput
12
- */
13
- readonly type: InputType;
14
- constructor(obj?: Partial<UdpInput>);
15
- }
16
- export default UdpInput;
@@ -1,44 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.UdpInput = void 0;
19
- var Input_1 = require("./Input");
20
- var InputType_1 = require("./InputType");
21
- /**
22
- * @export
23
- * @class UdpInput
24
- */
25
- var UdpInput = /** @class */ (function (_super) {
26
- __extends(UdpInput, _super);
27
- function UdpInput(obj) {
28
- var _this = _super.call(this, obj) || this;
29
- /**
30
- * Discriminator property for Input
31
- * @type {string}
32
- * @memberof UdpInput
33
- */
34
- _this.type = InputType_1.default.UDP;
35
- if (!obj) {
36
- return _this;
37
- }
38
- return _this;
39
- }
40
- return UdpInput;
41
- }(Input_1.default));
42
- exports.UdpInput = UdpInput;
43
- exports.default = UdpInput;
44
- //# sourceMappingURL=UdpInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UdpInput.js","sourceRoot":"","sources":["../../src/models/UdpInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAA8B,4BAAK;IAQjC,kBAAY,GAAuB;QAAnC,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,UAAI,GAAc,mBAAS,CAAC,GAAG,CAAC;QAI9C,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,eAAC;AAAD,CAAC,AAdD,CAA8B,eAAK,GAclC;AAdY,4BAAQ;AAgBrB,kBAAe,QAAQ,CAAC"}
@@ -1,28 +0,0 @@
1
- import Input from './Input';
2
- import InputType from './InputType';
3
- /**
4
- * @export
5
- * @class UdpMulticastInput
6
- */
7
- export declare class UdpMulticastInput extends Input {
8
- /**
9
- * Discriminator property for Input
10
- * @type {string}
11
- * @memberof UdpMulticastInput
12
- */
13
- readonly type: InputType;
14
- /**
15
- * Host name or IP address to use (required)
16
- * @type {string}
17
- * @memberof UdpMulticastInput
18
- */
19
- host?: string;
20
- /**
21
- * Port to use (required)
22
- * @type {number}
23
- * @memberof UdpMulticastInput
24
- */
25
- port?: number;
26
- constructor(obj?: Partial<UdpMulticastInput>);
27
- }
28
- export default UdpMulticastInput;
@@ -1,47 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.UdpMulticastInput = void 0;
19
- var Mapper_1 = require("../common/Mapper");
20
- var Input_1 = require("./Input");
21
- var InputType_1 = require("./InputType");
22
- /**
23
- * @export
24
- * @class UdpMulticastInput
25
- */
26
- var UdpMulticastInput = /** @class */ (function (_super) {
27
- __extends(UdpMulticastInput, _super);
28
- function UdpMulticastInput(obj) {
29
- var _this = _super.call(this, obj) || this;
30
- /**
31
- * Discriminator property for Input
32
- * @type {string}
33
- * @memberof UdpMulticastInput
34
- */
35
- _this.type = InputType_1.default.UDP_MULTICAST;
36
- if (!obj) {
37
- return _this;
38
- }
39
- _this.host = (0, Mapper_1.map)(obj.host);
40
- _this.port = (0, Mapper_1.map)(obj.port);
41
- return _this;
42
- }
43
- return UdpMulticastInput;
44
- }(Input_1.default));
45
- exports.UdpMulticastInput = UdpMulticastInput;
46
- exports.default = UdpMulticastInput;
47
- //# sourceMappingURL=UdpMulticastInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UdpMulticastInput.js","sourceRoot":"","sources":["../../src/models/UdpMulticastInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAAuC,qCAAK;IAsB1C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAc,mBAAS,CAAC,aAAa,CAAC;QAkBxD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,IAAA,YAAG,EAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,IAAI,GAAG,IAAA,YAAG,EAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,wBAAC;AAAD,CAAC,AA9BD,CAAuC,eAAK,GA8B3C;AA9BY,8CAAiB;AAgC9B,kBAAe,iBAAiB,CAAC"}