@gooddata/sdk-model 11.41.0-alpha.1 → 11.41.0-alpha.2

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.
@@ -146,9 +146,16 @@ export interface IGenAIWidgetDescriptor {
146
146
  */
147
147
  widgetType: string;
148
148
  /**
149
- * Insight reference (required for insight widgets).
149
+ * Insight reference (required for insight widgets). For a visualization switcher this is
150
+ * the active (rendered) child's insight reference.
150
151
  */
151
152
  insightRef?: ObjRef;
153
+ /**
154
+ * All child insight references of a visualization switcher (set only for switcher widgets).
155
+ * Lets the backend summarize the whole switcher by executing the non-active children, which
156
+ * carry no cached result.
157
+ */
158
+ visualizationRefs?: ObjRef[];
152
159
  /**
153
160
  * Signed result ID for this widget's cached execution result.
154
161
  */
@@ -7622,9 +7622,16 @@ export declare interface IGenAIWidgetDescriptor {
7622
7622
  */
7623
7623
  widgetType: string;
7624
7624
  /**
7625
- * Insight reference (required for insight widgets).
7625
+ * Insight reference (required for insight widgets). For a visualization switcher this is
7626
+ * the active (rendered) child's insight reference.
7626
7627
  */
7627
7628
  insightRef?: ObjRef;
7629
+ /**
7630
+ * All child insight references of a visualization switcher (set only for switcher widgets).
7631
+ * Lets the backend summarize the whole switcher by executing the non-active children, which
7632
+ * carry no cached result.
7633
+ */
7634
+ visualizationRefs?: ObjRef[];
7628
7635
  /**
7629
7636
  * Signed result ID for this widget's cached execution result.
7630
7637
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-model",
3
- "version": "11.41.0-alpha.1",
3
+ "version": "11.41.0-alpha.2",
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.15.0",
58
58
  "typescript": "5.9.3",
59
59
  "vitest": "4.1.8",
60
- "@gooddata/eslint-config": "11.41.0-alpha.1",
61
- "@gooddata/oxlint-config": "11.41.0-alpha.1"
60
+ "@gooddata/eslint-config": "11.41.0-alpha.2",
61
+ "@gooddata/oxlint-config": "11.41.0-alpha.2"
62
62
  },
63
63
  "scripts": {
64
64
  "_phase:build": "npm run build",