@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 +1 -1
- package/dist/bitmovin-api-sdk.browser.js +9 -1
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/inputs/InputListQueryParams.d.ts +11 -0
- package/dist/encoding/inputs/InputListQueryParams.js +8 -0
- package/dist/encoding/inputs/InputListQueryParams.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
243
|
+
'X-Api-Client-Version': '1.126.0',
|
|
244
244
|
'Content-Type': 'application/json'
|
|
245
245
|
};
|
|
246
246
|
if (tenantOrgId) {
|
|
@@ -17,6 +17,12 @@ export interface InputListQueryParams {
|
|
|
17
17
|
* @memberof InputListQueryParams
|
|
18
18
|
*/
|
|
19
19
|
name?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Filter inputs by type
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof InputListQueryParams
|
|
24
|
+
*/
|
|
25
|
+
type?: string | undefined;
|
|
20
26
|
/**
|
|
21
27
|
* Order list result according an input resource attribute. The fields that can be used for sorting are: + `id` + `createdAt` + `modifiedAt` + `type` + `name`
|
|
22
28
|
* @type {string}
|
|
@@ -41,6 +47,11 @@ export declare class InputListQueryParamsBuilder {
|
|
|
41
47
|
* @param name Filter inputs by name
|
|
42
48
|
*/
|
|
43
49
|
name(name: string): this;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @param type Filter inputs by type
|
|
53
|
+
*/
|
|
54
|
+
type(type: string): this;
|
|
44
55
|
/**
|
|
45
56
|
*
|
|
46
57
|
* @param sort Order list result according an input resource attribute. The fields that can be used for sorting are: + `id` + `createdAt` + `modifiedAt` + `type` + `name`
|
|
@@ -29,6 +29,14 @@ var InputListQueryParamsBuilder = /** @class */ (function () {
|
|
|
29
29
|
this.internalParams.name = name;
|
|
30
30
|
return this;
|
|
31
31
|
};
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @param type Filter inputs by type
|
|
35
|
+
*/
|
|
36
|
+
InputListQueryParamsBuilder.prototype.type = function (type) {
|
|
37
|
+
this.internalParams.type = type;
|
|
38
|
+
return this;
|
|
39
|
+
};
|
|
32
40
|
/**
|
|
33
41
|
*
|
|
34
42
|
* @param sort Order list result according an input resource attribute. The fields that can be used for sorting are: + `id` + `createdAt` + `modifiedAt` + `type` + `name`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputListQueryParams.js","sourceRoot":"","sources":["../../../src/encoding/inputs/InputListQueryParams.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"InputListQueryParams.js","sourceRoot":"","sources":["../../../src/encoding/inputs/InputListQueryParams.ts"],"names":[],"mappings":";;;AAuCA;IAAA;QACY,mBAAc,GAAyB,EAAE,CAAC;IAkDtD,CAAC;IAhDG;;;OAGG;IACI,4CAAM,GAAb,UAAc,MAAc;QACxB,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;;OAGG;IACI,2CAAK,GAAZ,UAAa,KAAa;QACtB,IAAI,CAAC,cAAc,CAAC,KAAK,GAAG,KAAK,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;;OAGG;IACI,0CAAI,GAAX,UAAY,IAAY;QACpB,IAAI,CAAC,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;;OAGG;IACI,0CAAI,GAAX,UAAY,IAAY;QACpB,IAAI,CAAC,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;;OAGG;IACI,0CAAI,GAAX,UAAY,IAAY;QACpB,IAAI,CAAC,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,sDAAgB,GAAvB;QACI,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;IACL,kCAAC;AAAD,CAAC,AAnDD,IAmDC;AAnDY,kEAA2B"}
|