@gooddata/sdk-backend-spi
Advanced tools
Comparing version 8.0.0-beta.70 to 8.0.0-beta.71
@@ -98,6 +98,5 @@ import { SortDirection, IAttributeElement, ObjRef, IAttributeFilter } from "@gooddata/sdk-model"; | ||
* | ||
* @param arrtibuteRef - corresponding attribute to the current display form (specified in forDisplayForm) | ||
* @param filters - attribute filters limiting the elements | ||
*/ | ||
withAttributeFilters(arrtibuteRef: ObjRef, filters: IElementQueryAttributeFilter[]): IElementQuery; | ||
withAttributeFilters(filters: IElementQueryAttributeFilter[]): IElementQuery; | ||
/** | ||
@@ -104,0 +103,0 @@ * Allows to specify advanced options for the elements query. |
{ | ||
"name": "@gooddata/sdk-backend-spi", | ||
"version": "8.0.0-beta.70", | ||
"version": "8.0.0-beta.71", | ||
"author": "GoodData", | ||
@@ -34,3 +34,3 @@ "description": "GoodData Backend SPI abstraction interfaces", | ||
"dependencies": { | ||
"@gooddata/sdk-model": "^8.0.0-beta.70", | ||
"@gooddata/sdk-model": "^8.0.0-beta.71", | ||
"lodash": "^4.17.19", | ||
@@ -37,0 +37,0 @@ "spark-md5": "^3.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
351530
8253