@gooddata/sdk-backend-spi 10.41.0-alpha.3 → 10.41.0-alpha.4

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.
@@ -11,7 +11,7 @@ export interface IFilterBaseOptions {
11
11
  * Resource was created by user, case sensitive
12
12
  * @beta
13
13
  */
14
- createdBy?: string;
14
+ createdBy?: string[];
15
15
  /**
16
16
  * Resource contains tags, case sensitive
17
17
  * @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,CAAC;IACnB;;;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,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
@@ -2493,7 +2493,7 @@ export declare interface IFilterBaseOptions {
2493
2493
  * Resource was created by user, case sensitive
2494
2494
  * @beta
2495
2495
  */
2496
- createdBy?: string;
2496
+ createdBy?: string[];
2497
2497
  /**
2498
2498
  * Resource contains tags, case sensitive
2499
2499
  * @beta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-spi",
3
- "version": "10.41.0-alpha.3",
3
+ "version": "10.41.0-alpha.4",
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-alpha.3"
27
+ "@gooddata/sdk-model": "10.41.0-alpha.4"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gooddata/eslint-config": "^4.1.1",