@gooddata/sdk-backend-spi
Advanced tools
Comparing version 8.0.0-beta.83 to 8.0.0-beta.84
@@ -48,3 +48,7 @@ /** | ||
*/ | ||
ADMeasureValueFilterNullAsZeroOption = "ADMeasureValueFilterNullAsZeroOption" | ||
ADMeasureValueFilterNullAsZeroOption = "ADMeasureValueFilterNullAsZeroOption", | ||
/** | ||
* Indicates whether data point visibility configuration is available in AD | ||
*/ | ||
enableHidingOfDataPoints = "enableHidingOfDataPoints" | ||
} | ||
@@ -51,0 +55,0 @@ /** |
@@ -54,3 +54,7 @@ "use strict"; | ||
SettingCatalog["ADMeasureValueFilterNullAsZeroOption"] = "ADMeasureValueFilterNullAsZeroOption"; | ||
/** | ||
* Indicates whether data point visibility configuration is available in AD | ||
*/ | ||
SettingCatalog["enableHidingOfDataPoints"] = "enableHidingOfDataPoints"; | ||
})(SettingCatalog = exports.SettingCatalog || (exports.SettingCatalog = {})); | ||
//# sourceMappingURL=settings.js.map |
{ | ||
"name": "@gooddata/sdk-backend-spi", | ||
"version": "8.0.0-beta.83", | ||
"version": "8.0.0-beta.84", | ||
"author": "GoodData", | ||
@@ -35,3 +35,3 @@ "description": "GoodData Backend SPI abstraction interfaces", | ||
"dependencies": { | ||
"@gooddata/sdk-model": "^8.0.0-beta.83", | ||
"@gooddata/sdk-model": "^8.0.0-beta.84", | ||
"lodash": "^4.17.19", | ||
@@ -38,0 +38,0 @@ "spark-md5": "^3.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
354680
8429