@gooddata/sdk-model 11.39.0-alpha.3 → 11.39.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.
|
@@ -411,6 +411,13 @@ export interface IDashboardMeasureValueFilter {
|
|
|
411
411
|
* OR-ed conditions (comparison or range). Empty or undefined means "All" (no filtering).
|
|
412
412
|
*/
|
|
413
413
|
conditions?: MeasureValueFilterCondition[];
|
|
414
|
+
/**
|
|
415
|
+
* Attributes or date dimensions used as the fixed granularity for this filter.
|
|
416
|
+
*
|
|
417
|
+
* @remarks
|
|
418
|
+
* When omitted, the backend derives the granularity from each affected widget.
|
|
419
|
+
*/
|
|
420
|
+
dimensionality?: ObjRef[];
|
|
414
421
|
/**
|
|
415
422
|
* Custom title of the filter. If specified has priority over the default metric title.
|
|
416
423
|
*/
|
package/esm/sdk-model.d.ts
CHANGED
|
@@ -5020,6 +5020,13 @@ export declare interface IDashboardMeasureValueFilter {
|
|
|
5020
5020
|
* OR-ed conditions (comparison or range). Empty or undefined means "All" (no filtering).
|
|
5021
5021
|
*/
|
|
5022
5022
|
conditions?: MeasureValueFilterCondition[];
|
|
5023
|
+
/**
|
|
5024
|
+
* Attributes or date dimensions used as the fixed granularity for this filter.
|
|
5025
|
+
*
|
|
5026
|
+
* @remarks
|
|
5027
|
+
* When omitted, the backend derives the granularity from each affected widget.
|
|
5028
|
+
*/
|
|
5029
|
+
dimensionality?: ObjRef[];
|
|
5023
5030
|
/**
|
|
5024
5031
|
* Custom title of the filter. If specified has priority over the default metric title.
|
|
5025
5032
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.39.0-alpha.
|
|
3
|
+
"version": "11.39.0-alpha.4",
|
|
4
4
|
"description": "GoodData Model definitions used by UI components and Backend SPI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"oxlint-tsgolint": "0.11.4",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"vitest": "4.1.0",
|
|
60
|
-
"@gooddata/eslint-config": "11.39.0-alpha.
|
|
61
|
-
"@gooddata/oxlint-config": "11.39.0-alpha.
|
|
60
|
+
"@gooddata/eslint-config": "11.39.0-alpha.4",
|
|
61
|
+
"@gooddata/oxlint-config": "11.39.0-alpha.4"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|