@bitmovin/api-sdk 1.108.0 → 1.109.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.
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +2 -1
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +2 -2
- package/dist/common/RestClient.js +1 -1
- package/dist/models/SimpleEncodingLiveJobRequest.d.ts +6 -0
- package/dist/models/SimpleEncodingLiveJobRequest.js +1 -0
- package/dist/models/SimpleEncodingLiveJobRequest.js.map +1 -1
- package/dist/models/SimpleEncodingLiveJobResponse.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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.
|
|
6977
|
+
'X-Api-Client-Version': '1.109.0',
|
|
6978
6978
|
'Content-Type': 'application/json'
|
|
6979
6979
|
};
|
|
6980
6980
|
if (tenantOrgId) {
|
|
@@ -79071,6 +79071,7 @@ var SimpleEncodingLiveJobRequest = /** @class */ (function () {
|
|
|
79071
79071
|
this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
|
|
79072
79072
|
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
|
|
79073
79073
|
this.cloudRegion = Mapper_1.map(obj.cloudRegion);
|
|
79074
|
+
this.name = Mapper_1.map(obj.name);
|
|
79074
79075
|
}
|
|
79075
79076
|
return SimpleEncodingLiveJobRequest;
|
|
79076
79077
|
}());
|