@gooddata/sdk-backend-spi 11.1.0-alpha.1 → 11.1.0-alpha.3
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.
|
@@ -3,22 +3,27 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface IFilterBaseOptions {
|
|
5
5
|
/**
|
|
6
|
-
* Resource
|
|
6
|
+
* Resource contains the search string in any of several properties (case insensitive logical OR).
|
|
7
|
+
* @beta
|
|
8
|
+
*/
|
|
9
|
+
search?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Resource id (case sensitive).
|
|
7
12
|
* @beta
|
|
8
13
|
*/
|
|
9
14
|
id?: string[];
|
|
10
15
|
/**
|
|
11
|
-
* Resource contains title case insensitive
|
|
16
|
+
* Resource contains title (case insensitive).
|
|
12
17
|
* @beta
|
|
13
18
|
*/
|
|
14
19
|
title?: string;
|
|
15
20
|
/**
|
|
16
|
-
* Resource was created by user
|
|
21
|
+
* Resource was created by user (case sensitive).
|
|
17
22
|
* @beta
|
|
18
23
|
*/
|
|
19
24
|
createdBy?: string[];
|
|
20
25
|
/**
|
|
21
|
-
* Resource contains tags
|
|
26
|
+
* Resource contains tags (case sensitive).
|
|
22
27
|
* @beta
|
|
23
28
|
*/
|
|
24
29
|
tags?: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../src/common/filtering.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../src/common/filtering.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
|
package/esm/sdk-backend-spi.d.ts
CHANGED
|
@@ -2588,22 +2588,27 @@ export declare type IFactsQueryResult = IPagedResource<IFactMetadataObject>;
|
|
|
2588
2588
|
*/
|
|
2589
2589
|
export declare interface IFilterBaseOptions {
|
|
2590
2590
|
/**
|
|
2591
|
-
* Resource
|
|
2591
|
+
* Resource contains the search string in any of several properties (case insensitive logical OR).
|
|
2592
|
+
* @beta
|
|
2593
|
+
*/
|
|
2594
|
+
search?: string;
|
|
2595
|
+
/**
|
|
2596
|
+
* Resource id (case sensitive).
|
|
2592
2597
|
* @beta
|
|
2593
2598
|
*/
|
|
2594
2599
|
id?: string[];
|
|
2595
2600
|
/**
|
|
2596
|
-
* Resource contains title case insensitive
|
|
2601
|
+
* Resource contains title (case insensitive).
|
|
2597
2602
|
* @beta
|
|
2598
2603
|
*/
|
|
2599
2604
|
title?: string;
|
|
2600
2605
|
/**
|
|
2601
|
-
* Resource was created by user
|
|
2606
|
+
* Resource was created by user (case sensitive).
|
|
2602
2607
|
* @beta
|
|
2603
2608
|
*/
|
|
2604
2609
|
createdBy?: string[];
|
|
2605
2610
|
/**
|
|
2606
|
-
* Resource contains tags
|
|
2611
|
+
* Resource contains tags (case sensitive).
|
|
2607
2612
|
* @beta
|
|
2608
2613
|
*/
|
|
2609
2614
|
tags?: string[];
|
package/esm/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "11.1.0-alpha.
|
|
3
|
+
"version": "11.1.0-alpha.3",
|
|
4
4
|
"description": "GoodData Backend SPI abstraction interfaces",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
25
|
"ts-invariant": "^0.7.5",
|
|
26
26
|
"tslib": "2.8.1",
|
|
27
|
-
"@gooddata/sdk-model": "11.1.0-alpha.
|
|
27
|
+
"@gooddata/sdk-model": "11.1.0-alpha.3"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.1",
|