@gooddata/sdk-model
Advanced tools
Comparing version 10.20.0-alpha.30 to 10.20.0-alpha.31
@@ -0,1 +1,2 @@ | ||
import { IDateFilterConfig } from "../dateFilterConfig/index.js"; | ||
/** | ||
@@ -475,2 +476,7 @@ * Settings are obtained from backend and are effectively a collection of feature flags or settings with | ||
enableSlideshowExports?: boolean; | ||
/** | ||
* Date filter configuration. | ||
* @alpha | ||
*/ | ||
dateFilterConfig?: IDateFilterConfig; | ||
[key: string]: number | boolean | string | object | undefined; | ||
@@ -477,0 +483,0 @@ } |
@@ -1,3 +0,2 @@ | ||
// (C) 2020-2025 GoodData Corporation | ||
export {}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@gooddata/sdk-model", | ||
"version": "10.20.0-alpha.30", | ||
"version": "10.20.0-alpha.31", | ||
"author": "GoodData", | ||
@@ -5,0 +5,0 @@ "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1276389
29722