@gooddata/sdk-backend-spi 10.41.0 → 10.42.0-alpha.2

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.
@@ -2,6 +2,11 @@
2
2
  * @beta
3
3
  */
4
4
  export interface IFilterBaseOptions {
5
+ /**
6
+ * Resource id, case sensitive
7
+ * @beta
8
+ */
9
+ id?: string[];
5
10
  /**
6
11
  * Resource contains title case insensitive
7
12
  * @beta
@@ -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,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,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"}
@@ -2484,6 +2484,11 @@ export declare type IFactsQueryResult = IPagedResource<IFactMetadataObject>;
2484
2484
  * @beta
2485
2485
  */
2486
2486
  export declare interface IFilterBaseOptions {
2487
+ /**
2488
+ * Resource id, case sensitive
2489
+ * @beta
2490
+ */
2491
+ id?: string[];
2487
2492
  /**
2488
2493
  * Resource contains title case insensitive
2489
2494
  * @beta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-spi",
3
- "version": "10.41.0",
3
+ "version": "10.42.0-alpha.2",
4
4
  "description": "GoodData Backend SPI abstraction interfaces",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "lodash": "^4.17.21",
25
25
  "ts-invariant": "^0.7.5",
26
26
  "tslib": "2.8.1",
27
- "@gooddata/sdk-model": "10.41.0"
27
+ "@gooddata/sdk-model": "10.42.0-alpha.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gooddata/eslint-config": "^4.1.1",