@bitmovin/api-sdk 1.210.0 → 1.212.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 (75) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +1582 -34
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/encoding/infrastructure/InfrastructureApi.d.ts +2 -0
  6. package/dist/encoding/infrastructure/InfrastructureApi.js +2 -0
  7. package/dist/encoding/infrastructure/akamai/AkamaiAccountListQueryParams.d.ts +28 -0
  8. package/dist/encoding/infrastructure/akamai/AkamaiAccountListQueryParams.js +29 -0
  9. package/dist/encoding/infrastructure/akamai/AkamaiApi.d.ts +44 -0
  10. package/dist/encoding/infrastructure/akamai/AkamaiApi.js +96 -0
  11. package/dist/encoding/infrastructure/akamai/regions/AkamaiAccountRegionSettingsListQueryParams.d.ts +28 -0
  12. package/dist/encoding/infrastructure/akamai/regions/AkamaiAccountRegionSettingsListQueryParams.js +29 -0
  13. package/dist/encoding/infrastructure/akamai/regions/RegionsApi.d.ts +48 -0
  14. package/dist/encoding/infrastructure/akamai/regions/RegionsApi.js +107 -0
  15. package/dist/encoding/live/LiveApi.d.ts +2 -0
  16. package/dist/encoding/live/LiveApi.js +2 -0
  17. package/dist/encoding/live/standbyPools/StandbyPoolsApi.d.ts +58 -0
  18. package/dist/encoding/live/standbyPools/StandbyPoolsApi.js +108 -0
  19. package/dist/encoding/live/standbyPools/actions/ActionsApi.d.ts +26 -0
  20. package/dist/encoding/live/standbyPools/actions/ActionsApi.js +62 -0
  21. package/dist/encoding/live/standbyPools/encodings/EncodingsApi.d.ts +31 -0
  22. package/dist/encoding/live/standbyPools/encodings/EncodingsApi.js +75 -0
  23. package/dist/encoding/live/standbyPools/encodings/LiveStandbyPoolEncodingListQueryParams.d.ts +50 -0
  24. package/dist/encoding/live/standbyPools/encodings/LiveStandbyPoolEncodingListQueryParams.js +45 -0
  25. package/dist/encoding/live/standbyPools/logs/LiveStandbyPoolEventLogListQueryParams.d.ts +50 -0
  26. package/dist/encoding/live/standbyPools/logs/LiveStandbyPoolEventLogListQueryParams.js +45 -0
  27. package/dist/encoding/live/standbyPools/logs/LogsApi.d.ts +22 -0
  28. package/dist/encoding/live/standbyPools/logs/LogsApi.js +57 -0
  29. package/dist/encoding/templates/EncodingTemplateResponseListQueryParams.d.ts +40 -0
  30. package/dist/encoding/templates/EncodingTemplateResponseListQueryParams.js +37 -0
  31. package/dist/encoding/templates/TemplatesApi.d.ts +33 -0
  32. package/dist/encoding/templates/TemplatesApi.js +62 -0
  33. package/dist/models/AkamaiAccount.d.ts +15 -0
  34. package/dist/models/AkamaiAccount.js +38 -0
  35. package/dist/models/AkamaiAccountRegionSettings.d.ts +27 -0
  36. package/dist/models/AkamaiAccountRegionSettings.js +40 -0
  37. package/dist/models/AkamaiCloudRegion.d.ts +20 -0
  38. package/dist/models/AkamaiCloudRegion.js +24 -0
  39. package/dist/models/EncodingTemplateDetails.d.ts +15 -0
  40. package/dist/models/EncodingTemplateDetails.js +38 -0
  41. package/dist/models/EncodingTemplateResponse.d.ts +15 -0
  42. package/dist/models/EncodingTemplateResponse.js +38 -0
  43. package/dist/models/EncodingTemplateType.d.ts +10 -0
  44. package/dist/models/EncodingTemplateType.js +14 -0
  45. package/dist/models/LiveStandbyPoolDetails.d.ts +15 -0
  46. package/dist/models/LiveStandbyPoolDetails.js +38 -0
  47. package/dist/models/LiveStandbyPoolEncoding.d.ts +47 -0
  48. package/dist/models/LiveStandbyPoolEncoding.js +27 -0
  49. package/dist/models/LiveStandbyPoolEncodingIngestPoint.d.ts +20 -0
  50. package/dist/models/LiveStandbyPoolEncodingIngestPoint.js +20 -0
  51. package/dist/models/LiveStandbyPoolEncodingManifest.d.ts +26 -0
  52. package/dist/models/LiveStandbyPoolEncodingManifest.js +21 -0
  53. package/dist/models/LiveStandbyPoolEncodingManifestType.d.ts +10 -0
  54. package/dist/models/LiveStandbyPoolEncodingManifestType.js +14 -0
  55. package/dist/models/LiveStandbyPoolEncodingStatus.d.ts +16 -0
  56. package/dist/models/LiveStandbyPoolEncodingStatus.js +20 -0
  57. package/dist/models/LiveStandbyPoolEventLog.d.ts +50 -0
  58. package/dist/models/LiveStandbyPoolEventLog.js +25 -0
  59. package/dist/models/LiveStandbyPoolEventLogType.d.ts +11 -0
  60. package/dist/models/LiveStandbyPoolEventLogType.js +15 -0
  61. package/dist/models/LiveStandbyPoolRequest.d.ts +21 -0
  62. package/dist/models/LiveStandbyPoolRequest.js +39 -0
  63. package/dist/models/LiveStandbyPoolResponse.d.ts +45 -0
  64. package/dist/models/LiveStandbyPoolResponse.js +43 -0
  65. package/dist/models/LiveStandbyPoolStatus.d.ts +10 -0
  66. package/dist/models/LiveStandbyPoolStatus.js +14 -0
  67. package/dist/models/LiveStandbyPoolUpdate.d.ts +20 -0
  68. package/dist/models/LiveStandbyPoolUpdate.js +20 -0
  69. package/dist/models/Mp4Muxing.d.ts +0 -6
  70. package/dist/models/Mp4Muxing.js +0 -2
  71. package/dist/models/index.d.ts +18 -1
  72. package/dist/models/index.js +18 -1
  73. package/package.json +1 -1
  74. package/dist/models/TimeCode.d.ts +0 -14
  75. package/dist/models/TimeCode.js +0 -19
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LiveStandbyPoolEncodingStatus = void 0;
4
+ /**
5
+ * Status of the standby pool encoding
6
+ * @export
7
+ * @enum {string}
8
+ */
9
+ var LiveStandbyPoolEncodingStatus;
10
+ (function (LiveStandbyPoolEncodingStatus) {
11
+ LiveStandbyPoolEncodingStatus["TO_BE_CREATED"] = "TO_BE_CREATED";
12
+ LiveStandbyPoolEncodingStatus["CREATING"] = "CREATING";
13
+ LiveStandbyPoolEncodingStatus["PREPARING"] = "PREPARING";
14
+ LiveStandbyPoolEncodingStatus["READY"] = "READY";
15
+ LiveStandbyPoolEncodingStatus["TO_BE_DELETED"] = "TO_BE_DELETED";
16
+ LiveStandbyPoolEncodingStatus["DELETING"] = "DELETING";
17
+ LiveStandbyPoolEncodingStatus["ACQUIRED"] = "ACQUIRED";
18
+ LiveStandbyPoolEncodingStatus["ERROR"] = "ERROR";
19
+ })(LiveStandbyPoolEncodingStatus || (exports.LiveStandbyPoolEncodingStatus = LiveStandbyPoolEncodingStatus = {}));
20
+ exports.default = LiveStandbyPoolEncodingStatus;
@@ -0,0 +1,50 @@
1
+ import LiveStandbyPoolEventLogType from './LiveStandbyPoolEventLogType';
2
+ /**
3
+ * @export
4
+ * @class LiveStandbyPoolEventLog
5
+ */
6
+ export declare class LiveStandbyPoolEventLog {
7
+ /**
8
+ * UUID of the entry
9
+ * @type {string}
10
+ * @memberof LiveStandbyPoolEventLog
11
+ */
12
+ id?: string;
13
+ /**
14
+ * Id of the standby_pool associated with the event log
15
+ * @type {string}
16
+ * @memberof LiveStandbyPoolEventLog
17
+ */
18
+ standbyPoolId?: string;
19
+ /**
20
+ * (Optional) Id of the standby pool encoding associated with the event
21
+ * @type {string}
22
+ * @memberof LiveStandbyPoolEventLog
23
+ */
24
+ standbyPoolEncodingId?: string;
25
+ /**
26
+ * Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
27
+ * @type {string}
28
+ * @memberof LiveStandbyPoolEventLog
29
+ */
30
+ createdAt?: string;
31
+ /**
32
+ * Short description of the event
33
+ * @type {string}
34
+ * @memberof LiveStandbyPoolEventLog
35
+ */
36
+ message?: string;
37
+ /**
38
+ * Detailed description, payloads, hints on how to resolve errors, etc
39
+ * @type {string}
40
+ * @memberof LiveStandbyPoolEventLog
41
+ */
42
+ details?: string;
43
+ /**
44
+ * @type {LiveStandbyPoolEventLogType}
45
+ * @memberof LiveStandbyPoolEventLog
46
+ */
47
+ eventType?: LiveStandbyPoolEventLogType;
48
+ constructor(obj?: Partial<LiveStandbyPoolEventLog>);
49
+ }
50
+ export default LiveStandbyPoolEventLog;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LiveStandbyPoolEventLog = void 0;
4
+ var Mapper_1 = require("../common/Mapper");
5
+ /**
6
+ * @export
7
+ * @class LiveStandbyPoolEventLog
8
+ */
9
+ var LiveStandbyPoolEventLog = /** @class */ (function () {
10
+ function LiveStandbyPoolEventLog(obj) {
11
+ if (!obj) {
12
+ return;
13
+ }
14
+ this.id = (0, Mapper_1.map)(obj.id);
15
+ this.standbyPoolId = (0, Mapper_1.map)(obj.standbyPoolId);
16
+ this.standbyPoolEncodingId = (0, Mapper_1.map)(obj.standbyPoolEncodingId);
17
+ this.createdAt = (0, Mapper_1.map)(obj.createdAt);
18
+ this.message = (0, Mapper_1.map)(obj.message);
19
+ this.details = (0, Mapper_1.map)(obj.details);
20
+ this.eventType = (0, Mapper_1.map)(obj.eventType);
21
+ }
22
+ return LiveStandbyPoolEventLog;
23
+ }());
24
+ exports.LiveStandbyPoolEventLog = LiveStandbyPoolEventLog;
25
+ exports.default = LiveStandbyPoolEventLog;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Event log type of the standby pool
3
+ * @export
4
+ * @enum {string}
5
+ */
6
+ export declare enum LiveStandbyPoolEventLogType {
7
+ INFO = "INFO",
8
+ WARN = "WARN",
9
+ ERROR = "ERROR"
10
+ }
11
+ export default LiveStandbyPoolEventLogType;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LiveStandbyPoolEventLogType = void 0;
4
+ /**
5
+ * Event log type of the standby pool
6
+ * @export
7
+ * @enum {string}
8
+ */
9
+ var LiveStandbyPoolEventLogType;
10
+ (function (LiveStandbyPoolEventLogType) {
11
+ LiveStandbyPoolEventLogType["INFO"] = "INFO";
12
+ LiveStandbyPoolEventLogType["WARN"] = "WARN";
13
+ LiveStandbyPoolEventLogType["ERROR"] = "ERROR";
14
+ })(LiveStandbyPoolEventLogType || (exports.LiveStandbyPoolEventLogType = LiveStandbyPoolEventLogType = {}));
15
+ exports.default = LiveStandbyPoolEventLogType;
@@ -0,0 +1,21 @@
1
+ import BitmovinResource from './BitmovinResource';
2
+ /**
3
+ * @export
4
+ * @class LiveStandbyPoolRequest
5
+ */
6
+ export declare class LiveStandbyPoolRequest extends BitmovinResource {
7
+ /**
8
+ * Number of instances to keep ready for streaming while the pool is running (required)
9
+ * @type {number}
10
+ * @memberof LiveStandbyPoolRequest
11
+ */
12
+ targetPoolSize?: number;
13
+ /**
14
+ * Base64 encoded template used to start the encodings in the pool (required)
15
+ * @type {string}
16
+ * @memberof LiveStandbyPoolRequest
17
+ */
18
+ encodingTemplate?: string;
19
+ constructor(obj?: Partial<LiveStandbyPoolRequest>);
20
+ }
21
+ export default LiveStandbyPoolRequest;
@@ -0,0 +1,39 @@
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.LiveStandbyPoolRequest = void 0;
19
+ var Mapper_1 = require("../common/Mapper");
20
+ var BitmovinResource_1 = require("./BitmovinResource");
21
+ /**
22
+ * @export
23
+ * @class LiveStandbyPoolRequest
24
+ */
25
+ var LiveStandbyPoolRequest = /** @class */ (function (_super) {
26
+ __extends(LiveStandbyPoolRequest, _super);
27
+ function LiveStandbyPoolRequest(obj) {
28
+ var _this = _super.call(this, obj) || this;
29
+ if (!obj) {
30
+ return _this;
31
+ }
32
+ _this.targetPoolSize = (0, Mapper_1.map)(obj.targetPoolSize);
33
+ _this.encodingTemplate = (0, Mapper_1.map)(obj.encodingTemplate);
34
+ return _this;
35
+ }
36
+ return LiveStandbyPoolRequest;
37
+ }(BitmovinResource_1.default));
38
+ exports.LiveStandbyPoolRequest = LiveStandbyPoolRequest;
39
+ exports.default = LiveStandbyPoolRequest;
@@ -0,0 +1,45 @@
1
+ import BitmovinResource from './BitmovinResource';
2
+ import LiveStandbyPoolStatus from './LiveStandbyPoolStatus';
3
+ /**
4
+ * @export
5
+ * @class LiveStandbyPoolResponse
6
+ */
7
+ export declare class LiveStandbyPoolResponse extends BitmovinResource {
8
+ /**
9
+ * Number of instances to keep ready for streaming while the pool is running (required)
10
+ * @type {number}
11
+ * @memberof LiveStandbyPoolResponse
12
+ */
13
+ targetPoolSize?: number;
14
+ /**
15
+ * Number of instances currently in ready state in the pool
16
+ * @type {number}
17
+ * @memberof LiveStandbyPoolResponse
18
+ */
19
+ readyEncodings?: number;
20
+ /**
21
+ * Number of instances currently being prepared in the pool
22
+ * @type {number}
23
+ * @memberof LiveStandbyPoolResponse
24
+ */
25
+ preparingEncodings?: number;
26
+ /**
27
+ * Number of instances currently in error state in the pool
28
+ * @type {number}
29
+ * @memberof LiveStandbyPoolResponse
30
+ */
31
+ errorEncodings?: number;
32
+ /**
33
+ * The name of the encoding template used with this Standby Pool
34
+ * @type {string}
35
+ * @memberof LiveStandbyPoolResponse
36
+ */
37
+ encodingTemplateName?: string;
38
+ /**
39
+ * @type {LiveStandbyPoolStatus}
40
+ * @memberof LiveStandbyPoolResponse
41
+ */
42
+ poolStatus?: LiveStandbyPoolStatus;
43
+ constructor(obj?: Partial<LiveStandbyPoolResponse>);
44
+ }
45
+ export default LiveStandbyPoolResponse;
@@ -0,0 +1,43 @@
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.LiveStandbyPoolResponse = void 0;
19
+ var Mapper_1 = require("../common/Mapper");
20
+ var BitmovinResource_1 = require("./BitmovinResource");
21
+ /**
22
+ * @export
23
+ * @class LiveStandbyPoolResponse
24
+ */
25
+ var LiveStandbyPoolResponse = /** @class */ (function (_super) {
26
+ __extends(LiveStandbyPoolResponse, _super);
27
+ function LiveStandbyPoolResponse(obj) {
28
+ var _this = _super.call(this, obj) || this;
29
+ if (!obj) {
30
+ return _this;
31
+ }
32
+ _this.targetPoolSize = (0, Mapper_1.map)(obj.targetPoolSize);
33
+ _this.readyEncodings = (0, Mapper_1.map)(obj.readyEncodings);
34
+ _this.preparingEncodings = (0, Mapper_1.map)(obj.preparingEncodings);
35
+ _this.errorEncodings = (0, Mapper_1.map)(obj.errorEncodings);
36
+ _this.encodingTemplateName = (0, Mapper_1.map)(obj.encodingTemplateName);
37
+ _this.poolStatus = (0, Mapper_1.map)(obj.poolStatus);
38
+ return _this;
39
+ }
40
+ return LiveStandbyPoolResponse;
41
+ }(BitmovinResource_1.default));
42
+ exports.LiveStandbyPoolResponse = LiveStandbyPoolResponse;
43
+ exports.default = LiveStandbyPoolResponse;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Status of the live standby pool
3
+ * @export
4
+ * @enum {string}
5
+ */
6
+ export declare enum LiveStandbyPoolStatus {
7
+ HEALTHY = "HEALTHY",
8
+ ERROR = "ERROR"
9
+ }
10
+ export default LiveStandbyPoolStatus;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LiveStandbyPoolStatus = void 0;
4
+ /**
5
+ * Status of the live standby pool
6
+ * @export
7
+ * @enum {string}
8
+ */
9
+ var LiveStandbyPoolStatus;
10
+ (function (LiveStandbyPoolStatus) {
11
+ LiveStandbyPoolStatus["HEALTHY"] = "HEALTHY";
12
+ LiveStandbyPoolStatus["ERROR"] = "ERROR";
13
+ })(LiveStandbyPoolStatus || (exports.LiveStandbyPoolStatus = LiveStandbyPoolStatus = {}));
14
+ exports.default = LiveStandbyPoolStatus;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @export
3
+ * @class LiveStandbyPoolUpdate
4
+ */
5
+ export declare class LiveStandbyPoolUpdate {
6
+ /**
7
+ * Number of instances to keep ready for streaming while the pool is running
8
+ * @type {number}
9
+ * @memberof LiveStandbyPoolUpdate
10
+ */
11
+ targetPoolSize?: number;
12
+ /**
13
+ * Base64 encoded template used to start the encodings in the pool
14
+ * @type {string}
15
+ * @memberof LiveStandbyPoolUpdate
16
+ */
17
+ encodingTemplate?: string;
18
+ constructor(obj?: Partial<LiveStandbyPoolUpdate>);
19
+ }
20
+ export default LiveStandbyPoolUpdate;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LiveStandbyPoolUpdate = void 0;
4
+ var Mapper_1 = require("../common/Mapper");
5
+ /**
6
+ * @export
7
+ * @class LiveStandbyPoolUpdate
8
+ */
9
+ var LiveStandbyPoolUpdate = /** @class */ (function () {
10
+ function LiveStandbyPoolUpdate(obj) {
11
+ if (!obj) {
12
+ return;
13
+ }
14
+ this.targetPoolSize = (0, Mapper_1.map)(obj.targetPoolSize);
15
+ this.encodingTemplate = (0, Mapper_1.map)(obj.encodingTemplate);
16
+ }
17
+ return LiveStandbyPoolUpdate;
18
+ }());
19
+ exports.LiveStandbyPoolUpdate = LiveStandbyPoolUpdate;
20
+ exports.default = LiveStandbyPoolUpdate;
@@ -2,7 +2,6 @@ import DolbyVisionMuxingConfiguration from './DolbyVisionMuxingConfiguration';
2
2
  import FragmentedMp4MuxingManifestType from './FragmentedMp4MuxingManifestType';
3
3
  import Muxing from './Muxing';
4
4
  import MuxingType from './MuxingType';
5
- import TimeCode from './TimeCode';
6
5
  /**
7
6
  * @export
8
7
  * @class Mp4Muxing
@@ -26,11 +25,6 @@ export declare class Mp4Muxing extends Muxing {
26
25
  * @memberof Mp4Muxing
27
26
  */
28
27
  fragmentDuration?: number;
29
- /**
30
- * @type {TimeCode}
31
- * @memberof Mp4Muxing
32
- */
33
- timeCode?: TimeCode;
34
28
  /**
35
29
  * @type {FragmentedMp4MuxingManifestType}
36
30
  * @memberof Mp4Muxing
@@ -20,7 +20,6 @@ var Mapper_1 = require("../common/Mapper");
20
20
  var DolbyVisionMuxingConfiguration_1 = require("./DolbyVisionMuxingConfiguration");
21
21
  var Muxing_1 = require("./Muxing");
22
22
  var MuxingType_1 = require("./MuxingType");
23
- var TimeCode_1 = require("./TimeCode");
24
23
  /**
25
24
  * @export
26
25
  * @class Mp4Muxing
@@ -40,7 +39,6 @@ var Mp4Muxing = /** @class */ (function (_super) {
40
39
  }
41
40
  _this.filename = (0, Mapper_1.map)(obj.filename);
42
41
  _this.fragmentDuration = (0, Mapper_1.map)(obj.fragmentDuration);
43
- _this.timeCode = (0, Mapper_1.map)(obj.timeCode, TimeCode_1.default);
44
42
  _this.fragmentedMP4MuxingManifestType = (0, Mapper_1.map)(obj.fragmentedMP4MuxingManifestType);
45
43
  _this.dolbyVisionConfiguration = (0, Mapper_1.map)(obj.dolbyVisionConfiguration, DolbyVisionMuxingConfiguration_1.default);
46
44
  return _this;
@@ -39,6 +39,9 @@ export * from './AdaptationSetTypeResponse';
39
39
  export * from './AdaptiveQuantMode';
40
40
  export * from './AesEncryptionDrm';
41
41
  export * from './AesEncryptionMethod';
42
+ export * from './AkamaiAccount';
43
+ export * from './AkamaiAccountRegionSettings';
44
+ export * from './AkamaiCloudRegion';
42
45
  export * from './AkamaiMslOutput';
43
46
  export * from './AkamaiMslStreamFormat';
44
47
  export * from './AkamaiMslVersion';
@@ -347,8 +350,11 @@ export * from './EncodingStats';
347
350
  export * from './EncodingStreamInput';
348
351
  export * from './EncodingStreamInputDetails';
349
352
  export * from './EncodingTemplate';
353
+ export * from './EncodingTemplateDetails';
350
354
  export * from './EncodingTemplateRequest';
355
+ export * from './EncodingTemplateResponse';
351
356
  export * from './EncodingTemplateStartResponse';
357
+ export * from './EncodingTemplateType';
352
358
  export * from './EncodingType';
353
359
  export * from './EncryptionMode';
354
360
  export * from './EnhancedDeinterlaceAutoEnable';
@@ -472,6 +478,18 @@ export * from './LiveOptionsEntry';
472
478
  export * from './LiveOptionsStatistics';
473
479
  export * from './LiveOptionsSummary';
474
480
  export * from './LiveOptionsType';
481
+ export * from './LiveStandbyPoolDetails';
482
+ export * from './LiveStandbyPoolEncoding';
483
+ export * from './LiveStandbyPoolEncodingIngestPoint';
484
+ export * from './LiveStandbyPoolEncodingManifest';
485
+ export * from './LiveStandbyPoolEncodingManifestType';
486
+ export * from './LiveStandbyPoolEncodingStatus';
487
+ export * from './LiveStandbyPoolEventLog';
488
+ export * from './LiveStandbyPoolEventLogType';
489
+ export * from './LiveStandbyPoolRequest';
490
+ export * from './LiveStandbyPoolResponse';
491
+ export * from './LiveStandbyPoolStatus';
492
+ export * from './LiveStandbyPoolUpdate';
475
493
  export * from './LocalInput';
476
494
  export * from './LocalOutput';
477
495
  export * from './Manifest';
@@ -762,7 +780,6 @@ export * from './Thumbnail';
762
780
  export * from './ThumbnailAspectMode';
763
781
  export * from './ThumbnailUnit';
764
782
  export * from './TimeBasedTrimmingInputStream';
765
- export * from './TimeCode';
766
783
  export * from './TimeSpan';
767
784
  export * from './TimecodeTrackTrimmingInputStream';
768
785
  export * from './TransferRetry';
@@ -55,6 +55,9 @@ __exportStar(require("./AdaptationSetTypeResponse"), exports);
55
55
  __exportStar(require("./AdaptiveQuantMode"), exports);
56
56
  __exportStar(require("./AesEncryptionDrm"), exports);
57
57
  __exportStar(require("./AesEncryptionMethod"), exports);
58
+ __exportStar(require("./AkamaiAccount"), exports);
59
+ __exportStar(require("./AkamaiAccountRegionSettings"), exports);
60
+ __exportStar(require("./AkamaiCloudRegion"), exports);
58
61
  __exportStar(require("./AkamaiMslOutput"), exports);
59
62
  __exportStar(require("./AkamaiMslStreamFormat"), exports);
60
63
  __exportStar(require("./AkamaiMslVersion"), exports);
@@ -363,8 +366,11 @@ __exportStar(require("./EncodingStats"), exports);
363
366
  __exportStar(require("./EncodingStreamInput"), exports);
364
367
  __exportStar(require("./EncodingStreamInputDetails"), exports);
365
368
  __exportStar(require("./EncodingTemplate"), exports);
369
+ __exportStar(require("./EncodingTemplateDetails"), exports);
366
370
  __exportStar(require("./EncodingTemplateRequest"), exports);
371
+ __exportStar(require("./EncodingTemplateResponse"), exports);
367
372
  __exportStar(require("./EncodingTemplateStartResponse"), exports);
373
+ __exportStar(require("./EncodingTemplateType"), exports);
368
374
  __exportStar(require("./EncodingType"), exports);
369
375
  __exportStar(require("./EncryptionMode"), exports);
370
376
  __exportStar(require("./EnhancedDeinterlaceAutoEnable"), exports);
@@ -488,6 +494,18 @@ __exportStar(require("./LiveOptionsEntry"), exports);
488
494
  __exportStar(require("./LiveOptionsStatistics"), exports);
489
495
  __exportStar(require("./LiveOptionsSummary"), exports);
490
496
  __exportStar(require("./LiveOptionsType"), exports);
497
+ __exportStar(require("./LiveStandbyPoolDetails"), exports);
498
+ __exportStar(require("./LiveStandbyPoolEncoding"), exports);
499
+ __exportStar(require("./LiveStandbyPoolEncodingIngestPoint"), exports);
500
+ __exportStar(require("./LiveStandbyPoolEncodingManifest"), exports);
501
+ __exportStar(require("./LiveStandbyPoolEncodingManifestType"), exports);
502
+ __exportStar(require("./LiveStandbyPoolEncodingStatus"), exports);
503
+ __exportStar(require("./LiveStandbyPoolEventLog"), exports);
504
+ __exportStar(require("./LiveStandbyPoolEventLogType"), exports);
505
+ __exportStar(require("./LiveStandbyPoolRequest"), exports);
506
+ __exportStar(require("./LiveStandbyPoolResponse"), exports);
507
+ __exportStar(require("./LiveStandbyPoolStatus"), exports);
508
+ __exportStar(require("./LiveStandbyPoolUpdate"), exports);
491
509
  __exportStar(require("./LocalInput"), exports);
492
510
  __exportStar(require("./LocalOutput"), exports);
493
511
  __exportStar(require("./Manifest"), exports);
@@ -778,7 +796,6 @@ __exportStar(require("./Thumbnail"), exports);
778
796
  __exportStar(require("./ThumbnailAspectMode"), exports);
779
797
  __exportStar(require("./ThumbnailUnit"), exports);
780
798
  __exportStar(require("./TimeBasedTrimmingInputStream"), exports);
781
- __exportStar(require("./TimeCode"), exports);
782
799
  __exportStar(require("./TimeSpan"), exports);
783
800
  __exportStar(require("./TimecodeTrackTrimmingInputStream"), exports);
784
801
  __exportStar(require("./TransferRetry"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.210.0",
3
+ "version": "1.212.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [
@@ -1,14 +0,0 @@
1
- /**
2
- * @export
3
- * @class TimeCode
4
- */
5
- export declare class TimeCode {
6
- /**
7
- * Specify start timecode for writing.
8
- * @type {string}
9
- * @memberof TimeCode
10
- */
11
- timeCodeStart?: string;
12
- constructor(obj?: Partial<TimeCode>);
13
- }
14
- export default TimeCode;
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TimeCode = void 0;
4
- var Mapper_1 = require("../common/Mapper");
5
- /**
6
- * @export
7
- * @class TimeCode
8
- */
9
- var TimeCode = /** @class */ (function () {
10
- function TimeCode(obj) {
11
- if (!obj) {
12
- return;
13
- }
14
- this.timeCodeStart = (0, Mapper_1.map)(obj.timeCodeStart);
15
- }
16
- return TimeCode;
17
- }());
18
- exports.TimeCode = TimeCode;
19
- exports.default = TimeCode;