@bitmovin/api-sdk 1.125.0 → 1.126.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.125.0
34
+ npm install @bitmovin/api-sdk@1.126.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -5985,7 +5985,7 @@ var HeaderHandler = /** @class */ (function (_super) {
5985
5985
  var headers = {
5986
5986
  'X-Api-Key': apiKey,
5987
5987
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
5988
- 'X-Api-Client-Version': '1.125.0',
5988
+ 'X-Api-Client-Version': '1.126.0',
5989
5989
  'Content-Type': 'application/json'
5990
5990
  };
5991
5991
  if (tenantOrgId) {
@@ -36337,6 +36337,14 @@ var InputListQueryParamsBuilder = /** @class */ (function () {
36337
36337
  this.internalParams.name = name;
36338
36338
  return this;
36339
36339
  };
36340
+ /**
36341
+ *
36342
+ * @param type Filter inputs by type
36343
+ */
36344
+ InputListQueryParamsBuilder.prototype.type = function (type) {
36345
+ this.internalParams.type = type;
36346
+ return this;
36347
+ };
36340
36348
  /**
36341
36349
  *
36342
36350
  * @param sort Order list result according an input resource attribute. The fields that can be used for sorting are: + `id` + `createdAt` + `modifiedAt` + `type` + `name`