@bitmovin/api-sdk 1.105.0 → 1.108.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 (87) 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 +672 -65
  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/AdAnalyticsAttribute.d.ts +5 -2
  15. package/dist/models/AdAnalyticsAttribute.js +5 -2
  16. package/dist/models/AdAnalyticsAttribute.js.map +1 -1
  17. package/dist/models/AnalyticsAdsImpressionSample.d.ts +30 -24
  18. package/dist/models/AnalyticsAdsImpressionSample.js +5 -4
  19. package/dist/models/AnalyticsAdsImpressionSample.js.map +1 -1
  20. package/dist/models/AnalyticsAttribute.d.ts +5 -0
  21. package/dist/models/AnalyticsAttribute.js +5 -0
  22. package/dist/models/AnalyticsAttribute.js.map +1 -1
  23. package/dist/models/AnalyticsImpressionSample.d.ts +30 -0
  24. package/dist/models/AnalyticsImpressionSample.js +5 -0
  25. package/dist/models/AnalyticsImpressionSample.js.map +1 -1
  26. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +30 -0
  27. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +5 -0
  28. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
  29. package/dist/models/Input.d.ts +1 -2
  30. package/dist/models/Input.js +1 -2
  31. package/dist/models/Input.js.map +1 -1
  32. package/dist/models/InputType.d.ts +1 -2
  33. package/dist/models/InputType.js +0 -1
  34. package/dist/models/InputType.js.map +1 -1
  35. package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +13 -0
  36. package/dist/models/SimpleEncodingLiveCloudRegion.js +18 -0
  37. package/dist/models/SimpleEncodingLiveCloudRegion.js.map +1 -0
  38. package/dist/models/SimpleEncodingLiveInputAspectRatio.d.ts +12 -0
  39. package/dist/models/SimpleEncodingLiveInputAspectRatio.js +17 -0
  40. package/dist/models/SimpleEncodingLiveInputAspectRatio.js.map +1 -0
  41. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +21 -0
  42. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +38 -0
  43. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js.map +1 -0
  44. package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +15 -0
  45. package/dist/models/{DirectFileUploadInput.js → SimpleEncodingLiveJobAzureCredentials.js} +13 -18
  46. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js.map +1 -0
  47. package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +8 -0
  48. package/dist/models/SimpleEncodingLiveJobCredentials.js +18 -0
  49. package/dist/models/SimpleEncodingLiveJobCredentials.js.map +1 -0
  50. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +15 -0
  51. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +37 -0
  52. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js.map +1 -0
  53. package/dist/models/SimpleEncodingLiveJobInput.d.ts +22 -0
  54. package/dist/models/SimpleEncodingLiveJobInput.js +21 -0
  55. package/dist/models/SimpleEncodingLiveJobInput.js.map +1 -0
  56. package/dist/models/SimpleEncodingLiveJobInputType.d.ts +9 -0
  57. package/dist/models/SimpleEncodingLiveJobInputType.js +14 -0
  58. package/dist/models/SimpleEncodingLiveJobInputType.js.map +1 -0
  59. package/dist/models/SimpleEncodingLiveJobRequest.d.ts +28 -0
  60. package/dist/models/SimpleEncodingLiveJobRequest.js +24 -0
  61. package/dist/models/SimpleEncodingLiveJobRequest.js.map +1 -0
  62. package/dist/models/SimpleEncodingLiveJobResponse.d.ts +83 -0
  63. package/dist/models/SimpleEncodingLiveJobResponse.js +34 -0
  64. package/dist/models/SimpleEncodingLiveJobResponse.js.map +1 -0
  65. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +21 -0
  66. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +38 -0
  67. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js.map +1 -0
  68. package/dist/models/SimpleEncodingLiveJobStatus.d.ts +15 -0
  69. package/dist/models/SimpleEncodingLiveJobStatus.js +20 -0
  70. package/dist/models/SimpleEncodingLiveJobStatus.js.map +1 -0
  71. package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +34 -0
  72. package/dist/models/SimpleEncodingLiveJobUrlOutput.js +24 -0
  73. package/dist/models/SimpleEncodingLiveJobUrlOutput.js.map +1 -0
  74. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +21 -0
  75. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +38 -0
  76. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js.map +1 -0
  77. package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +10 -0
  78. package/dist/models/SimpleEncodingLiveMaxResolution.js +15 -0
  79. package/dist/models/SimpleEncodingLiveMaxResolution.js.map +1 -0
  80. package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +1 -1
  81. package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +2 -2
  82. package/dist/models/index.d.ts +15 -1
  83. package/dist/models/index.js +15 -1
  84. package/dist/models/index.js.map +1 -1
  85. package/package.json +1 -1
  86. package/dist/models/DirectFileUploadInput.d.ts +0 -16
  87. package/dist/models/DirectFileUploadInput.js.map +0 -1
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SimpleEncodingLiveJobStatus = void 0;
4
+ /**
5
+ * @export
6
+ * @enum {string}
7
+ */
8
+ var SimpleEncodingLiveJobStatus;
9
+ (function (SimpleEncodingLiveJobStatus) {
10
+ SimpleEncodingLiveJobStatus["CREATED"] = "CREATED";
11
+ SimpleEncodingLiveJobStatus["EXECUTING"] = "EXECUTING";
12
+ SimpleEncodingLiveJobStatus["FAILURE"] = "FAILURE";
13
+ SimpleEncodingLiveJobStatus["STARTING"] = "STARTING";
14
+ SimpleEncodingLiveJobStatus["RUNNING"] = "RUNNING";
15
+ SimpleEncodingLiveJobStatus["STOPPED"] = "STOPPED";
16
+ SimpleEncodingLiveJobStatus["ERROR"] = "ERROR";
17
+ SimpleEncodingLiveJobStatus["CANCELED"] = "CANCELED";
18
+ })(SimpleEncodingLiveJobStatus = exports.SimpleEncodingLiveJobStatus || (exports.SimpleEncodingLiveJobStatus = {}));
19
+ exports.default = SimpleEncodingLiveJobStatus;
20
+ //# sourceMappingURL=SimpleEncodingLiveJobStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleEncodingLiveJobStatus.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingLiveJobStatus.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,kDAAmB,CAAA;IACnB,sDAAuB,CAAA;IACvB,kDAAmB,CAAA;IACnB,oDAAqB,CAAA;IACrB,kDAAmB,CAAA;IACnB,kDAAmB,CAAA;IACnB,8CAAe,CAAA;IACf,oDAAqB,CAAA;AACvB,CAAC,EATW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAStC;AAED,kBAAe,2BAA2B,CAAC"}
@@ -0,0 +1,34 @@
1
+ import SimpleEncodingLiveJobCredentials from './SimpleEncodingLiveJobCredentials';
2
+ import SimpleEncodingLiveMaxResolution from './SimpleEncodingLiveMaxResolution';
3
+ /**
4
+ * @export
5
+ * @class SimpleEncodingLiveJobUrlOutput
6
+ */
7
+ export declare class SimpleEncodingLiveJobUrlOutput {
8
+ /**
9
+ * Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way: <br><br> `http://host/my-folder` <ul> <li> `/video` <ul> <li>`/{width}x{height}/` (multiple subfolders containing different output renditions)</li> </ul> </li> <li>`/audio` </li> <li>`/index.m3u8` (HLS manifest file) </li> <li>`/stream.mpd` (DASH manifest file) </li> </ul> Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require `credentials` to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocals/storage systems. **S3**: * `s3://<my-bucket>/path/` Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. **GCS**: * `gcs://<my-bucket>/path/` Authentication can be done via accesskey/secretkey or a service account **Azure Blob Storage (ABS)**: * `https://<account>.blob.core.windows.net/<container>/path/` It is required to provide the Azure key credentials for authentication. **Akamai NetStorage**: * `https://<host>-nsu.akamaihd.net/<CP-code>/path/` It is required to provide username/password credentials for authentication. (required)
10
+ * @type {string}
11
+ * @memberof SimpleEncodingLiveJobUrlOutput
12
+ */
13
+ url?: string;
14
+ /**
15
+ * Credentials to be used for authentication and accessing the folder.
16
+ * @type {SimpleEncodingLiveJobCredentials}
17
+ * @memberof SimpleEncodingLiveJobUrlOutput
18
+ */
19
+ credentials?: SimpleEncodingLiveJobCredentials;
20
+ /**
21
+ * Indicates if the output should be publically available so that playback immediately works over the internet. Note that not every storage provider supports public output, in this case the flag will be ignored (e.g., Akamai NetStorage). It might forbidden by some storage configuration to make files public, for example an S3 buckets can be configured to disallow public access. In this case set it to false.
22
+ * @type {boolean}
23
+ * @memberof SimpleEncodingLiveJobUrlOutput
24
+ */
25
+ makePublic?: boolean;
26
+ /**
27
+ * This sets the maximum output resolution that will be generated.
28
+ * @type {SimpleEncodingLiveMaxResolution}
29
+ * @memberof SimpleEncodingLiveJobUrlOutput
30
+ */
31
+ maxResolution?: SimpleEncodingLiveMaxResolution;
32
+ constructor(obj?: Partial<SimpleEncodingLiveJobUrlOutput>);
33
+ }
34
+ export default SimpleEncodingLiveJobUrlOutput;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SimpleEncodingLiveJobUrlOutput = void 0;
4
+ var Mapper_1 = require("../common/Mapper");
5
+ var SimpleEncodingLiveJobCredentials_1 = require("./SimpleEncodingLiveJobCredentials");
6
+ /**
7
+ * @export
8
+ * @class SimpleEncodingLiveJobUrlOutput
9
+ */
10
+ var SimpleEncodingLiveJobUrlOutput = /** @class */ (function () {
11
+ function SimpleEncodingLiveJobUrlOutput(obj) {
12
+ if (!obj) {
13
+ return;
14
+ }
15
+ this.url = Mapper_1.map(obj.url);
16
+ this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingLiveJobCredentials_1.default);
17
+ this.makePublic = Mapper_1.map(obj.makePublic);
18
+ this.maxResolution = Mapper_1.map(obj.maxResolution);
19
+ }
20
+ return SimpleEncodingLiveJobUrlOutput;
21
+ }());
22
+ exports.SimpleEncodingLiveJobUrlOutput = SimpleEncodingLiveJobUrlOutput;
23
+ exports.default = SimpleEncodingLiveJobUrlOutput;
24
+ //# sourceMappingURL=SimpleEncodingLiveJobUrlOutput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleEncodingLiveJobUrlOutput.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingLiveJobUrlOutput.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,uFAAkF;AAGlF;;;GAGG;AACH;IA6BE,wCAAY,GAA6C;QACvD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,EAAE,0CAAgC,CAAC,CAAC;QAC1E,IAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,IAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;IAC9C,CAAC;IACH,qCAAC;AAAD,CAAC,AAtCD,IAsCC;AAtCY,wEAA8B;AAwC3C,kBAAe,8BAA8B,CAAC"}
@@ -0,0 +1,21 @@
1
+ import SimpleEncodingLiveJobCredentials from './SimpleEncodingLiveJobCredentials';
2
+ /**
3
+ * @export
4
+ * @class SimpleEncodingLiveJobUsernamePasswordCredentials
5
+ */
6
+ export declare class SimpleEncodingLiveJobUsernamePasswordCredentials extends SimpleEncodingLiveJobCredentials {
7
+ /**
8
+ * The username to be used for authentication. (required)
9
+ * @type {string}
10
+ * @memberof SimpleEncodingLiveJobUsernamePasswordCredentials
11
+ */
12
+ username?: string;
13
+ /**
14
+ * The password to be used for authentication (required)
15
+ * @type {string}
16
+ * @memberof SimpleEncodingLiveJobUsernamePasswordCredentials
17
+ */
18
+ password?: string;
19
+ constructor(obj?: Partial<SimpleEncodingLiveJobUsernamePasswordCredentials>);
20
+ }
21
+ export default SimpleEncodingLiveJobUsernamePasswordCredentials;
@@ -0,0 +1,38 @@
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 (b.hasOwnProperty(p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ extendStatics(d, b);
11
+ function __() { this.constructor = d; }
12
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
+ };
14
+ })();
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = void 0;
17
+ var Mapper_1 = require("../common/Mapper");
18
+ var SimpleEncodingLiveJobCredentials_1 = require("./SimpleEncodingLiveJobCredentials");
19
+ /**
20
+ * @export
21
+ * @class SimpleEncodingLiveJobUsernamePasswordCredentials
22
+ */
23
+ var SimpleEncodingLiveJobUsernamePasswordCredentials = /** @class */ (function (_super) {
24
+ __extends(SimpleEncodingLiveJobUsernamePasswordCredentials, _super);
25
+ function SimpleEncodingLiveJobUsernamePasswordCredentials(obj) {
26
+ var _this = _super.call(this, obj) || this;
27
+ if (!obj) {
28
+ return _this;
29
+ }
30
+ _this.username = Mapper_1.map(obj.username);
31
+ _this.password = Mapper_1.map(obj.password);
32
+ return _this;
33
+ }
34
+ return SimpleEncodingLiveJobUsernamePasswordCredentials;
35
+ }(SimpleEncodingLiveJobCredentials_1.default));
36
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = SimpleEncodingLiveJobUsernamePasswordCredentials;
37
+ exports.default = SimpleEncodingLiveJobUsernamePasswordCredentials;
38
+ //# sourceMappingURL=SimpleEncodingLiveJobUsernamePasswordCredentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleEncodingLiveJobUsernamePasswordCredentials.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,uFAAkF;AAElF;;;GAGG;AACH;IAAsE,oEAAgC;IAepG,0DAAY,GAA+D;QAA3E,YACE,kBAAM,GAAG,CAAC,SAMX;QALC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;IACpC,CAAC;IACH,uDAAC;AAAD,CAAC,AAvBD,CAAsE,0CAAgC,GAuBrG;AAvBY,4GAAgD;AAyB7D,kBAAe,gDAAgD,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @export
3
+ * @enum {string}
4
+ */
5
+ export declare enum SimpleEncodingLiveMaxResolution {
6
+ FULL_HD = "FULL_HD",
7
+ HD = "HD",
8
+ SD = "SD"
9
+ }
10
+ export default SimpleEncodingLiveMaxResolution;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SimpleEncodingLiveMaxResolution = void 0;
4
+ /**
5
+ * @export
6
+ * @enum {string}
7
+ */
8
+ var SimpleEncodingLiveMaxResolution;
9
+ (function (SimpleEncodingLiveMaxResolution) {
10
+ SimpleEncodingLiveMaxResolution["FULL_HD"] = "FULL_HD";
11
+ SimpleEncodingLiveMaxResolution["HD"] = "HD";
12
+ SimpleEncodingLiveMaxResolution["SD"] = "SD";
13
+ })(SimpleEncodingLiveMaxResolution = exports.SimpleEncodingLiveMaxResolution || (exports.SimpleEncodingLiveMaxResolution = {}));
14
+ exports.default = SimpleEncodingLiveMaxResolution;
15
+ //# sourceMappingURL=SimpleEncodingLiveMaxResolution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleEncodingLiveMaxResolution.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingLiveMaxResolution.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACzC,sDAAmB,CAAA;IACnB,4CAAS,CAAA;IACT,4CAAS,CAAA;AACX,CAAC,EAJW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAI1C;AAED,kBAAe,+BAA+B,CAAC"}
@@ -6,7 +6,7 @@ import SimpleEncodingVodJobInputType from './SimpleEncodingVodJobInputType';
6
6
  */
7
7
  export declare class SimpleEncodingVodJobUrlInput {
8
8
  /**
9
- * Define a URL pointing to the asset that should be encoded. The URL has to point to a file. Currently the following protocols/storages systems are supported: HTTP(S), (S)FTP, S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require `credentials` to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocals/storage systems. --- **HTTP** and **HTTPS**: * `http://<host>[:<port>]/path/file.mp4` * `https://<host>[:<port>]/path/file.mp4` The port is defaulted to 80 if it's not provided. If the content is secured by Basic Authentication please provide corresponding credentials. **FTP** and **SFTP**: * `ftp://<host>[:<port>]/path/file.mp4` * `sftp://<host>[:<port>]/path/file.mp4` The port is defaulted to 21 (ftp) or 22 (sftp) if it's not provided. If the content is secured please provide corresponding credentials. **S3**: * `s3://<my-bucket>/path/file.mp4` Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. **GCS**: * `gcs://<my-bucket>/path/file.mp4` Authentication can be done via accesskey/secretkey or a service account **Azure Blob Storage (ABS)**: * `https://<account>.blob.core.windows.net/<container>/path/file.mp4` It is required to provide the Azure key credentials for authentication. **Akamai NetStorage**: * `https://<host>-nsu.akamaihd.net/<CP-code>/path/file.mp4` It is required to provider username/password credentials for authentication. (required)
9
+ * Define a URL pointing to the asset that should be encoded. The URL has to point to a file. Currently the following protocols/storages systems are supported: HTTP(S), (S)FTP, S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require `credentials` to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocols/storage systems. --- **HTTP** and **HTTPS**: * `http://<host>[:<port>]/path/file.mp4` * `https://<host>[:<port>]/path/file.mp4` The port is defaulted to 80 if it's not provided. If the content is secured by Basic Authentication please provide corresponding credentials. **FTP** and **SFTP**: * `ftp://<host>[:<port>]/path/file.mp4` * `sftp://<host>[:<port>]/path/file.mp4` The port is defaulted to 21 (ftp) or 22 (sftp) if it's not provided. If the content is secured please provide corresponding credentials. **S3**: * `s3://<my-bucket>/path/file.mp4` Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. **GCS**: * `gcs://<my-bucket>/path/file.mp4` Authentication can be done via accesskey/secretkey or a service account **Azure Blob Storage (ABS)**: * `https://<account>.blob.core.windows.net/<container>/path/file.mp4` It is required to provide the Azure key credentials for authentication. **Akamai NetStorage**: * `https://<host>-nsu.akamaihd.net/<CP-code>/path/file.mp4` It is required to provide username/password credentials for authentication. (required)
10
10
  * @type {string}
11
11
  * @memberof SimpleEncodingVodJobUrlInput
12
12
  */
@@ -5,13 +5,13 @@ import SimpleEncodingVodJobCredentials from './SimpleEncodingVodJobCredentials';
5
5
  */
6
6
  export declare class SimpleEncodingVodJobUrlOutput {
7
7
  /**
8
- * Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way: <br><br> `http://host/my-folder` <ul> <li> `/video` <ul> <li>`/h264/{width}x{height}_{bitrate}/` (multiple subfolders containing different output renditions)</li> </ul> </li> <li>`/audio` <ul> <li>`/aac/{language}/` - if language is unique (subfolder containing audio output files)</li> <li>`/aac/{language}_{index}/` - if language is not unique (subfolder containing audio output files)</li> </ul> </li> <li>`/subtitles` (subfolder containing subtitles files)</li> <li>`/captions` (subfolder containing subtitles files)</li> <li>`/sprites` (subfolder containing generated sprites)</li> <li>`/thumbnails` (subfolder containing generated thumbnails)</li> <li>`/index.m3u8` (HLS manifest file) </li> <li>`/stream.mpd` (DASH manifest file) </li> </ul> Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require `credentials` to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocals/storage systems. --- **Recommended:** In order to ensure the uniques of the output paths, the use of placeholders in the output's is URL recommended. The following placeholders are supported: {uuid} - will be replace with a random UUID {asset} - will be replaced with the asset file name (only for the input type VIDEO or DEFAULT) Example: * using an `{uuid}` placeholder: The output URL provided `s3://<my-bucket>/{uuid}/path/` will be transformed to `s3://<my-bucket>/<random-uuid-value>/path/`. * using an `{asset}` placeholder: Given the following input URL `s3://my-bucket/path/filename.mp4`, of input type VIDEO or DEFAULT, the following output URL `s3://<my-bucket>/{asset}/path/` will be transformed to `s3://<my-bucket>/filename/path/` Note: the placeholders can be combined or used multiple times in the same URL. --- **S3**: * `s3://<my-bucket>/path/` Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. **GCS**: * `gcs://<my-bucket>/path/` Authentication can be done via accesskey/secretkey or a service account **Azure Blob Storage (ABS)**: * `https://<account>.blob.core.windows.net/<container>/path/` It is required to provide the Azure key credentials for authentication. **Akamai NetStorage**: * `https://<host>-nsu.akamaihd.net/<CP-code>/path/` It is required to provider username/password credentials for authentication. (required)
8
+ * Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way: <br><br> `http://host/my-folder` <ul> <li> `/video` <ul> <li>`/h264/{width}x{height}_{bitrate}/` (multiple subfolders containing different output renditions)</li> </ul> </li> <li>`/audio` <ul> <li>`/aac/{language}/` - if language is unique (subfolder containing audio output files)</li> <li>`/aac/{language}_{index}/` - if language is not unique (subfolder containing audio output files)</li> </ul> </li> <li>`/subtitles` (subfolder containing subtitles files)</li> <li>`/captions` (subfolder containing subtitles files)</li> <li>`/sprites` (subfolder containing generated sprites)</li> <li>`/thumbnails` (subfolder containing generated thumbnails)</li> <li>`/index.m3u8` (HLS manifest file) </li> <li>`/stream.mpd` (DASH manifest file) </li> </ul> Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require `credentials` to access the asset. Check in the descriptions below which properties can or need to be provided within the `credentials` key. See below how to construct the URLs for the individual protocols/storage systems. ___ **Recommendation** To ensure uniqueness of output paths accross multiple encodings, make use of the following placeholders in the output's URL: {uuid} - will be replaced with a random UUID {asset} - will be replaced with the asset file name (only for the input type VIDEO or DEFAULT) Examples: * using the `{uuid}` placeholder: The output URL `s3://<my-bucket>/{uuid}/path/` will be transformed to e.g. `s3://<my-bucket>/d59295f3-1548-4bd9-843d-6ac6896dbdb6/path/`. * using the `{asset}` placeholder: Given an input `s3://my-bucket/path/filename.mp4` of type VIDEO or DEFAULT, the output URL `s3://<my-bucket>/{asset}/path/` will be transformed to `s3://<my-bucket>/filename/path/` Note: the placeholders can be combined or used multiple times in the same URL. ___ **S3**: * `s3://<my-bucket>/path/` Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. **GCS**: * `gcs://<my-bucket>/path/` Authentication can be done via accesskey/secretkey or a service account **Azure Blob Storage (ABS)**: * `https://<account>.blob.core.windows.net/<container>/path/` It is required to provide the Azure key credentials for authentication. **Akamai NetStorage**: * `https://<host>-nsu.akamaihd.net/<CP-code>/path/` It is required to provide username/password credentials for authentication. (required)
9
9
  * @type {string}
10
10
  * @memberof SimpleEncodingVodJobUrlOutput
11
11
  */
12
12
  url?: string;
13
13
  /**
14
- * Credentials to be used for authentication and accessing the folder.
14
+ * Credentials to be used for authentication and accessing the folder
15
15
  * @type {SimpleEncodingVodJobCredentials}
16
16
  * @memberof SimpleEncodingVodJobUrlOutput
17
17
  */
@@ -252,7 +252,6 @@ export * from './DeinterlaceFilter';
252
252
  export * from './DeinterlaceFrameSelectionMode';
253
253
  export * from './DeinterlaceMode';
254
254
  export * from './DenoiseHqdn3dFilter';
255
- export * from './DirectFileUploadInput';
256
255
  export * from './DisplayAspectRatio';
257
256
  export * from './DolbyAtmosAudioConfiguration';
258
257
  export * from './DolbyAtmosDialogueIntelligence';
@@ -595,6 +594,21 @@ export * from './SidecarErrorMode';
595
594
  export * from './SidecarFile';
596
595
  export * from './SidecarFileType';
597
596
  export * from './SignatureType';
597
+ export * from './SimpleEncodingLiveCloudRegion';
598
+ export * from './SimpleEncodingLiveInputAspectRatio';
599
+ export * from './SimpleEncodingLiveJobAccessKeyCredentials';
600
+ export * from './SimpleEncodingLiveJobAzureCredentials';
601
+ export * from './SimpleEncodingLiveJobCredentials';
602
+ export * from './SimpleEncodingLiveJobGcsServiceAccountCredentials';
603
+ export * from './SimpleEncodingLiveJobInput';
604
+ export * from './SimpleEncodingLiveJobInputType';
605
+ export * from './SimpleEncodingLiveJobRequest';
606
+ export * from './SimpleEncodingLiveJobResponse';
607
+ export * from './SimpleEncodingLiveJobS3RoleBasedCredentials';
608
+ export * from './SimpleEncodingLiveJobStatus';
609
+ export * from './SimpleEncodingLiveJobUrlOutput';
610
+ export * from './SimpleEncodingLiveJobUsernamePasswordCredentials';
611
+ export * from './SimpleEncodingLiveMaxResolution';
598
612
  export * from './SimpleEncodingVodJobAccessKeyCredentials';
599
613
  export * from './SimpleEncodingVodJobAzureCredentials';
600
614
  export * from './SimpleEncodingVodJobCredentials';
@@ -264,7 +264,6 @@ __exportStar(require("./DeinterlaceFilter"), exports);
264
264
  __exportStar(require("./DeinterlaceFrameSelectionMode"), exports);
265
265
  __exportStar(require("./DeinterlaceMode"), exports);
266
266
  __exportStar(require("./DenoiseHqdn3dFilter"), exports);
267
- __exportStar(require("./DirectFileUploadInput"), exports);
268
267
  __exportStar(require("./DisplayAspectRatio"), exports);
269
268
  __exportStar(require("./DolbyAtmosAudioConfiguration"), exports);
270
269
  __exportStar(require("./DolbyAtmosDialogueIntelligence"), exports);
@@ -607,6 +606,21 @@ __exportStar(require("./SidecarErrorMode"), exports);
607
606
  __exportStar(require("./SidecarFile"), exports);
608
607
  __exportStar(require("./SidecarFileType"), exports);
609
608
  __exportStar(require("./SignatureType"), exports);
609
+ __exportStar(require("./SimpleEncodingLiveCloudRegion"), exports);
610
+ __exportStar(require("./SimpleEncodingLiveInputAspectRatio"), exports);
611
+ __exportStar(require("./SimpleEncodingLiveJobAccessKeyCredentials"), exports);
612
+ __exportStar(require("./SimpleEncodingLiveJobAzureCredentials"), exports);
613
+ __exportStar(require("./SimpleEncodingLiveJobCredentials"), exports);
614
+ __exportStar(require("./SimpleEncodingLiveJobGcsServiceAccountCredentials"), exports);
615
+ __exportStar(require("./SimpleEncodingLiveJobInput"), exports);
616
+ __exportStar(require("./SimpleEncodingLiveJobInputType"), exports);
617
+ __exportStar(require("./SimpleEncodingLiveJobRequest"), exports);
618
+ __exportStar(require("./SimpleEncodingLiveJobResponse"), exports);
619
+ __exportStar(require("./SimpleEncodingLiveJobS3RoleBasedCredentials"), exports);
620
+ __exportStar(require("./SimpleEncodingLiveJobStatus"), exports);
621
+ __exportStar(require("./SimpleEncodingLiveJobUrlOutput"), exports);
622
+ __exportStar(require("./SimpleEncodingLiveJobUsernamePasswordCredentials"), exports);
623
+ __exportStar(require("./SimpleEncodingLiveMaxResolution"), exports);
610
624
  __exportStar(require("./SimpleEncodingVodJobAccessKeyCredentials"), exports);
611
625
  __exportStar(require("./SimpleEncodingVodJobAzureCredentials"), exports);
612
626
  __exportStar(require("./SimpleEncodingVodJobCredentials"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.105.0",
3
+ "version": "1.108.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [
@@ -1,16 +0,0 @@
1
- import Input from './Input';
2
- import InputType from './InputType';
3
- /**
4
- * @export
5
- * @class DirectFileUploadInput
6
- */
7
- export declare class DirectFileUploadInput extends Input {
8
- /**
9
- * Discriminator property for Input
10
- * @type {string}
11
- * @memberof DirectFileUploadInput
12
- */
13
- readonly type: InputType;
14
- constructor(obj?: Partial<DirectFileUploadInput>);
15
- }
16
- export default DirectFileUploadInput;
@@ -1 +0,0 @@
1
- {"version":3,"file":"DirectFileUploadInput.js","sourceRoot":"","sources":["../../src/models/DirectFileUploadInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAA2C,yCAAK;IAQ9C,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,UAAI,GAAc,mBAAS,CAAC,kBAAkB,CAAC;QAI7D,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,4BAAC;AAAD,CAAC,AAdD,CAA2C,eAAK,GAc/C;AAdY,sDAAqB;AAgBlC,kBAAe,qBAAqB,CAAC"}