@bitmovin/api-sdk 1.229.0 → 1.230.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 +3 -2
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/templates/TemplatesApi.d.ts +1 -1
- package/dist/encoding/templates/TemplatesApi.js +1 -1
- package/dist/models/AccountInformation.d.ts +6 -0
- package/dist/models/AccountInformation.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7030,7 +7030,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
7030
7030
|
var headers = {
|
|
7031
7031
|
'X-Api-Key': apiKey,
|
|
7032
7032
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
7033
|
-
'X-Api-Client-Version': '1.
|
|
7033
|
+
'X-Api-Client-Version': '1.230.0',
|
|
7034
7034
|
'Content-Type': 'application/json'
|
|
7035
7035
|
};
|
|
7036
7036
|
if (tenantOrgId) {
|
|
@@ -55822,7 +55822,7 @@ var TemplatesApi = /** @class */ (function (_super) {
|
|
|
55822
55822
|
});
|
|
55823
55823
|
};
|
|
55824
55824
|
/**
|
|
55825
|
-
* @summary
|
|
55825
|
+
* @summary Start an Encoding defined with an Encoding Template
|
|
55826
55826
|
* @param {any} encodingTemplateRequest The Encoding Template to start an Encoding from
|
|
55827
55827
|
* @throws {BitmovinError}
|
|
55828
55828
|
* @memberof TemplatesApi
|
|
@@ -56586,6 +56586,7 @@ var AccountInformation = /** @class */ (function (_super) {
|
|
|
56586
56586
|
_this.marketplace = (0, Mapper_1.map)(obj.marketplace);
|
|
56587
56587
|
_this.mfaEnabled = (0, Mapper_1.map)(obj.mfaEnabled);
|
|
56588
56588
|
_this.intercomIdVerification = (0, Mapper_1.map)(obj.intercomIdVerification);
|
|
56589
|
+
_this.samlDomain = (0, Mapper_1.map)(obj.samlDomain);
|
|
56589
56590
|
return _this;
|
|
56590
56591
|
}
|
|
56591
56592
|
return AccountInformation;
|