@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 CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.229.0
34
+ npm install @bitmovin/api-sdk@1.230.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -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.229.0',
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 BETA: Start an Encoding defined with an Encoding Template
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;