@bitmovin/api-sdk 1.179.0 → 1.180.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
CHANGED
|
@@ -6048,7 +6048,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6048
6048
|
var headers = {
|
|
6049
6049
|
'X-Api-Key': apiKey,
|
|
6050
6050
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6051
|
-
'X-Api-Client-Version': '1.
|
|
6051
|
+
'X-Api-Client-Version': '1.180.0',
|
|
6052
6052
|
'Content-Type': 'application/json'
|
|
6053
6053
|
};
|
|
6054
6054
|
if (tenantOrgId) {
|
|
@@ -53456,6 +53456,7 @@ var AccountInformation = /** @class */ (function (_super) {
|
|
|
53456
53456
|
_this.verified = (0, Mapper_1.map)(obj.verified);
|
|
53457
53457
|
_this.marketplace = (0, Mapper_1.map)(obj.marketplace);
|
|
53458
53458
|
_this.mfaEnabled = (0, Mapper_1.map)(obj.mfaEnabled);
|
|
53459
|
+
_this.intercomIdVerification = (0, Mapper_1.map)(obj.intercomIdVerification);
|
|
53459
53460
|
return _this;
|
|
53460
53461
|
}
|
|
53461
53462
|
return AccountInformation;
|