@bitmovin/api-sdk 1.248.1 → 1.249.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.
@@ -240,7 +240,7 @@ var HeaderHandler = /** @class */ (function (_super) {
240
240
  var headers = {
241
241
  'X-Api-Key': apiKey,
242
242
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
243
- 'X-Api-Client-Version': '1.248.1',
243
+ 'X-Api-Client-Version': '1.249.0',
244
244
  'Content-Type': 'application/json'
245
245
  };
246
246
  if (tenantOrgId) {
@@ -40,6 +40,12 @@ export declare class AnalyticsErrorDetail {
40
40
  * @memberof AnalyticsErrorDetail
41
41
  */
42
42
  errorData?: AnalyticsErrorData;
43
+ /**
44
+ * Severity of the error
45
+ * @type {string}
46
+ * @memberof AnalyticsErrorDetail
47
+ */
48
+ severity?: string;
43
49
  /**
44
50
  * @type {AnalyticsHttpRequest[]}
45
51
  * @memberof AnalyticsErrorDetail
@@ -19,6 +19,7 @@ var AnalyticsErrorDetail = /** @class */ (function () {
19
19
  this.code = (0, Mapper_1.map)(obj.code);
20
20
  this.message = (0, Mapper_1.map)(obj.message);
21
21
  this.errorData = (0, Mapper_1.map)(obj.errorData, AnalyticsErrorData_1.default);
22
+ this.severity = (0, Mapper_1.map)(obj.severity);
22
23
  this.httpRequests = (0, Mapper_1.mapArray)(obj.httpRequests, AnalyticsHttpRequest_1.default);
23
24
  }
24
25
  return AnalyticsErrorDetail;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.248.1",
3
+ "version": "1.249.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [