@gooddata/sdk-code-schemas 11.47.0 → 11.48.0-alpha.1
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.
- package/esm/sdk-code-schemas.d.ts +389 -10
- package/esm/v1/metadata.d.ts +369 -10
- package/esm/v1/metadata.d.ts.map +1 -1
- package/esm/v1/metadata.json +82 -2
- package/esm/v1/schema.d.ts +8 -0
- package/esm/v1/schema.d.ts.map +1 -1
- package/package.json +3 -3
package/esm/v1/metadata.d.ts
CHANGED
|
@@ -429,7 +429,7 @@ export type Metadata23 = Visualisation;
|
|
|
429
429
|
/**
|
|
430
430
|
* JSON schema for Gooddata Analytics Visualisation
|
|
431
431
|
*/
|
|
432
|
-
export type Visualisation = Visualisation1 | Visualisation2 | Visualisation3 | Visualisation4 | Visualisation5 | Visualisation6 | Visualisation7 | Visualisation8 | Visualisation9 | Visualisation10 | Visualisation11 | Visualisation12 | Visualisation13 | Visualisation14 | Visualisation15 | Visualisation16 | Visualisation17 | Visualisation18 | Visualisation19 | Visualisation20 | Visualisation21 | Visualisation22;
|
|
432
|
+
export type Visualisation = Visualisation1 | Visualisation2 | Visualisation3 | Visualisation4 | Visualisation5 | Visualisation6 | Visualisation7 | Visualisation8 | Visualisation9 | Visualisation10 | Visualisation11 | Visualisation12 | Visualisation13 | Visualisation14 | Visualisation15 | Visualisation16 | Visualisation17 | Visualisation18 | Visualisation19 | Visualisation20 | Visualisation21 | Visualisation22 | Visualisation23;
|
|
433
433
|
/**
|
|
434
434
|
* JSON schema for Gooddata Analytics Visualisation
|
|
435
435
|
*/
|
|
@@ -988,6 +988,18 @@ export type Id41 = string;
|
|
|
988
988
|
* A list of strings - metadata tags of this visualisation.
|
|
989
989
|
*/
|
|
990
990
|
export type Tags33 = string[];
|
|
991
|
+
/**
|
|
992
|
+
* JSON schema for Gooddata Analytics Visualisation
|
|
993
|
+
*/
|
|
994
|
+
export type Visualisation23 = RadarChart;
|
|
995
|
+
/**
|
|
996
|
+
* A unique identifier of the visualisation.
|
|
997
|
+
*/
|
|
998
|
+
export type Id42 = string;
|
|
999
|
+
/**
|
|
1000
|
+
* A list of strings - metadata tags of this visualisation.
|
|
1001
|
+
*/
|
|
1002
|
+
export type Tags34 = string[];
|
|
991
1003
|
/**
|
|
992
1004
|
* JSON schema for Gooddata Analytics
|
|
993
1005
|
*/
|
|
@@ -996,11 +1008,11 @@ export type Metadata26 = {
|
|
|
996
1008
|
[k: string]: unknown;
|
|
997
1009
|
};
|
|
998
1010
|
export interface Metadata1 {
|
|
999
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1011
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1000
1012
|
[k: string]: unknown;
|
|
1001
1013
|
}
|
|
1002
1014
|
export interface Metadata4 {
|
|
1003
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1015
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1004
1016
|
[k: string]: unknown;
|
|
1005
1017
|
}
|
|
1006
1018
|
export interface NormalDataset {
|
|
@@ -1412,7 +1424,7 @@ export interface Fields2 {
|
|
|
1412
1424
|
};
|
|
1413
1425
|
}
|
|
1414
1426
|
export interface Metadata7 {
|
|
1415
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1427
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1416
1428
|
[k: string]: unknown;
|
|
1417
1429
|
}
|
|
1418
1430
|
export interface DateDataset {
|
|
@@ -1438,7 +1450,7 @@ export interface DateDataset {
|
|
|
1438
1450
|
granularities?: ("MINUTE" | "HOUR" | "DAY" | "WEEK" | "WEEK_US" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_WEEK_EU" | "DAY_OF_MONTH" | "DAY_OF_YEAR" | "DAY_OF_QUARTER" | "WEEK_OF_YEAR" | "WEEK_OF_YEAR_EU" | "WEEK_OF_QUARTER_EU" | "WEEK_OF_QUARTER" | "MONTH_OF_YEAR" | "MONTH_OF_QUARTER" | "QUARTER_OF_YEAR" | "FISCAL_YEAR" | "FISCAL_QUARTER" | "FISCAL_MONTH")[];
|
|
1439
1451
|
}
|
|
1440
1452
|
export interface Metadata10 {
|
|
1441
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1453
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1442
1454
|
[k: string]: unknown;
|
|
1443
1455
|
}
|
|
1444
1456
|
export interface Metric {
|
|
@@ -1472,7 +1484,7 @@ export interface Metric {
|
|
|
1472
1484
|
is_hidden?: boolean;
|
|
1473
1485
|
}
|
|
1474
1486
|
export interface Metadata13 {
|
|
1475
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1487
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1476
1488
|
[k: string]: unknown;
|
|
1477
1489
|
}
|
|
1478
1490
|
export interface Dashboard {
|
|
@@ -1949,7 +1961,7 @@ export interface Permission {
|
|
|
1949
1961
|
[k: string]: unknown;
|
|
1950
1962
|
}
|
|
1951
1963
|
export interface Metadata16 {
|
|
1952
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1964
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1953
1965
|
[k: string]: unknown;
|
|
1954
1966
|
}
|
|
1955
1967
|
export interface Plugin {
|
|
@@ -1970,7 +1982,7 @@ export interface Plugin {
|
|
|
1970
1982
|
url: string;
|
|
1971
1983
|
}
|
|
1972
1984
|
export interface Metadata19 {
|
|
1973
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
1985
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1974
1986
|
[k: string]: unknown;
|
|
1975
1987
|
}
|
|
1976
1988
|
export interface AttributeHierarchy {
|
|
@@ -1991,7 +2003,7 @@ export interface AttributeHierarchy {
|
|
|
1991
2003
|
attributes: [AttributeIdentifier6, ...AttributeIdentifier6[]];
|
|
1992
2004
|
}
|
|
1993
2005
|
export interface Metadata22 {
|
|
1994
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2006
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
1995
2007
|
[k: string]: unknown;
|
|
1996
2008
|
}
|
|
1997
2009
|
export interface Table {
|
|
@@ -2657,6 +2669,8 @@ export interface VisualisationConfig {
|
|
|
2657
2669
|
stack_measures_to_100?: boolean;
|
|
2658
2670
|
stack_measures?: boolean;
|
|
2659
2671
|
continuous_line?: boolean;
|
|
2672
|
+
render_as?: "filled" | "outline";
|
|
2673
|
+
grid_line_shape?: "polygon" | "circle";
|
|
2660
2674
|
distinct_point_shapes?: {
|
|
2661
2675
|
enabled?: boolean;
|
|
2662
2676
|
point_shape_mapping?: {
|
|
@@ -3039,6 +3053,8 @@ export interface VisualisationConfig1 {
|
|
|
3039
3053
|
stack_measures_to_100?: boolean;
|
|
3040
3054
|
stack_measures?: boolean;
|
|
3041
3055
|
continuous_line?: boolean;
|
|
3056
|
+
render_as?: "filled" | "outline";
|
|
3057
|
+
grid_line_shape?: "polygon" | "circle";
|
|
3042
3058
|
distinct_point_shapes?: {
|
|
3043
3059
|
enabled?: boolean;
|
|
3044
3060
|
point_shape_mapping?: {
|
|
@@ -3342,6 +3358,8 @@ export interface VisualisationConfig2 {
|
|
|
3342
3358
|
stack_measures_to_100?: boolean;
|
|
3343
3359
|
stack_measures?: boolean;
|
|
3344
3360
|
continuous_line?: boolean;
|
|
3361
|
+
render_as?: "filled" | "outline";
|
|
3362
|
+
grid_line_shape?: "polygon" | "circle";
|
|
3345
3363
|
distinct_point_shapes?: {
|
|
3346
3364
|
enabled?: boolean;
|
|
3347
3365
|
point_shape_mapping?: {
|
|
@@ -3645,6 +3663,8 @@ export interface VisualisationConfig3 {
|
|
|
3645
3663
|
stack_measures_to_100?: boolean;
|
|
3646
3664
|
stack_measures?: boolean;
|
|
3647
3665
|
continuous_line?: boolean;
|
|
3666
|
+
render_as?: "filled" | "outline";
|
|
3667
|
+
grid_line_shape?: "polygon" | "circle";
|
|
3648
3668
|
distinct_point_shapes?: {
|
|
3649
3669
|
enabled?: boolean;
|
|
3650
3670
|
point_shape_mapping?: {
|
|
@@ -3948,6 +3968,8 @@ export interface VisualisationConfig4 {
|
|
|
3948
3968
|
stack_measures_to_100?: boolean;
|
|
3949
3969
|
stack_measures?: boolean;
|
|
3950
3970
|
continuous_line?: boolean;
|
|
3971
|
+
render_as?: "filled" | "outline";
|
|
3972
|
+
grid_line_shape?: "polygon" | "circle";
|
|
3951
3973
|
distinct_point_shapes?: {
|
|
3952
3974
|
enabled?: boolean;
|
|
3953
3975
|
point_shape_mapping?: {
|
|
@@ -4251,6 +4273,8 @@ export interface VisualisationConfig5 {
|
|
|
4251
4273
|
stack_measures_to_100?: boolean;
|
|
4252
4274
|
stack_measures?: boolean;
|
|
4253
4275
|
continuous_line?: boolean;
|
|
4276
|
+
render_as?: "filled" | "outline";
|
|
4277
|
+
grid_line_shape?: "polygon" | "circle";
|
|
4254
4278
|
distinct_point_shapes?: {
|
|
4255
4279
|
enabled?: boolean;
|
|
4256
4280
|
point_shape_mapping?: {
|
|
@@ -4554,6 +4578,8 @@ export interface VisualisationConfig6 {
|
|
|
4554
4578
|
stack_measures_to_100?: boolean;
|
|
4555
4579
|
stack_measures?: boolean;
|
|
4556
4580
|
continuous_line?: boolean;
|
|
4581
|
+
render_as?: "filled" | "outline";
|
|
4582
|
+
grid_line_shape?: "polygon" | "circle";
|
|
4557
4583
|
distinct_point_shapes?: {
|
|
4558
4584
|
enabled?: boolean;
|
|
4559
4585
|
point_shape_mapping?: {
|
|
@@ -4853,6 +4879,8 @@ export interface VisualisationConfig7 {
|
|
|
4853
4879
|
stack_measures_to_100?: boolean;
|
|
4854
4880
|
stack_measures?: boolean;
|
|
4855
4881
|
continuous_line?: boolean;
|
|
4882
|
+
render_as?: "filled" | "outline";
|
|
4883
|
+
grid_line_shape?: "polygon" | "circle";
|
|
4856
4884
|
distinct_point_shapes?: {
|
|
4857
4885
|
enabled?: boolean;
|
|
4858
4886
|
point_shape_mapping?: {
|
|
@@ -5152,6 +5180,8 @@ export interface VisualisationConfig8 {
|
|
|
5152
5180
|
stack_measures_to_100?: boolean;
|
|
5153
5181
|
stack_measures?: boolean;
|
|
5154
5182
|
continuous_line?: boolean;
|
|
5183
|
+
render_as?: "filled" | "outline";
|
|
5184
|
+
grid_line_shape?: "polygon" | "circle";
|
|
5155
5185
|
distinct_point_shapes?: {
|
|
5156
5186
|
enabled?: boolean;
|
|
5157
5187
|
point_shape_mapping?: {
|
|
@@ -5451,6 +5481,8 @@ export interface VisualisationConfig9 {
|
|
|
5451
5481
|
stack_measures_to_100?: boolean;
|
|
5452
5482
|
stack_measures?: boolean;
|
|
5453
5483
|
continuous_line?: boolean;
|
|
5484
|
+
render_as?: "filled" | "outline";
|
|
5485
|
+
grid_line_shape?: "polygon" | "circle";
|
|
5454
5486
|
distinct_point_shapes?: {
|
|
5455
5487
|
enabled?: boolean;
|
|
5456
5488
|
point_shape_mapping?: {
|
|
@@ -5750,6 +5782,8 @@ export interface VisualisationConfig10 {
|
|
|
5750
5782
|
stack_measures_to_100?: boolean;
|
|
5751
5783
|
stack_measures?: boolean;
|
|
5752
5784
|
continuous_line?: boolean;
|
|
5785
|
+
render_as?: "filled" | "outline";
|
|
5786
|
+
grid_line_shape?: "polygon" | "circle";
|
|
5753
5787
|
distinct_point_shapes?: {
|
|
5754
5788
|
enabled?: boolean;
|
|
5755
5789
|
point_shape_mapping?: {
|
|
@@ -6049,6 +6083,8 @@ export interface VisualisationConfig11 {
|
|
|
6049
6083
|
stack_measures_to_100?: boolean;
|
|
6050
6084
|
stack_measures?: boolean;
|
|
6051
6085
|
continuous_line?: boolean;
|
|
6086
|
+
render_as?: "filled" | "outline";
|
|
6087
|
+
grid_line_shape?: "polygon" | "circle";
|
|
6052
6088
|
distinct_point_shapes?: {
|
|
6053
6089
|
enabled?: boolean;
|
|
6054
6090
|
point_shape_mapping?: {
|
|
@@ -6356,6 +6392,8 @@ export interface VisualisationConfig12 {
|
|
|
6356
6392
|
stack_measures_to_100?: boolean;
|
|
6357
6393
|
stack_measures?: boolean;
|
|
6358
6394
|
continuous_line?: boolean;
|
|
6395
|
+
render_as?: "filled" | "outline";
|
|
6396
|
+
grid_line_shape?: "polygon" | "circle";
|
|
6359
6397
|
distinct_point_shapes?: {
|
|
6360
6398
|
enabled?: boolean;
|
|
6361
6399
|
point_shape_mapping?: {
|
|
@@ -6655,6 +6693,8 @@ export interface VisualisationConfig13 {
|
|
|
6655
6693
|
stack_measures_to_100?: boolean;
|
|
6656
6694
|
stack_measures?: boolean;
|
|
6657
6695
|
continuous_line?: boolean;
|
|
6696
|
+
render_as?: "filled" | "outline";
|
|
6697
|
+
grid_line_shape?: "polygon" | "circle";
|
|
6658
6698
|
distinct_point_shapes?: {
|
|
6659
6699
|
enabled?: boolean;
|
|
6660
6700
|
point_shape_mapping?: {
|
|
@@ -6954,6 +6994,8 @@ export interface VisualisationConfig14 {
|
|
|
6954
6994
|
stack_measures_to_100?: boolean;
|
|
6955
6995
|
stack_measures?: boolean;
|
|
6956
6996
|
continuous_line?: boolean;
|
|
6997
|
+
render_as?: "filled" | "outline";
|
|
6998
|
+
grid_line_shape?: "polygon" | "circle";
|
|
6957
6999
|
distinct_point_shapes?: {
|
|
6958
7000
|
enabled?: boolean;
|
|
6959
7001
|
point_shape_mapping?: {
|
|
@@ -7255,6 +7297,8 @@ export interface VisualisationConfig15 {
|
|
|
7255
7297
|
stack_measures_to_100?: boolean;
|
|
7256
7298
|
stack_measures?: boolean;
|
|
7257
7299
|
continuous_line?: boolean;
|
|
7300
|
+
render_as?: "filled" | "outline";
|
|
7301
|
+
grid_line_shape?: "polygon" | "circle";
|
|
7258
7302
|
distinct_point_shapes?: {
|
|
7259
7303
|
enabled?: boolean;
|
|
7260
7304
|
point_shape_mapping?: {
|
|
@@ -7556,6 +7600,8 @@ export interface VisualisationConfig16 {
|
|
|
7556
7600
|
stack_measures_to_100?: boolean;
|
|
7557
7601
|
stack_measures?: boolean;
|
|
7558
7602
|
continuous_line?: boolean;
|
|
7603
|
+
render_as?: "filled" | "outline";
|
|
7604
|
+
grid_line_shape?: "polygon" | "circle";
|
|
7559
7605
|
distinct_point_shapes?: {
|
|
7560
7606
|
enabled?: boolean;
|
|
7561
7607
|
point_shape_mapping?: {
|
|
@@ -7855,6 +7901,8 @@ export interface VisualisationConfig17 {
|
|
|
7855
7901
|
stack_measures_to_100?: boolean;
|
|
7856
7902
|
stack_measures?: boolean;
|
|
7857
7903
|
continuous_line?: boolean;
|
|
7904
|
+
render_as?: "filled" | "outline";
|
|
7905
|
+
grid_line_shape?: "polygon" | "circle";
|
|
7858
7906
|
distinct_point_shapes?: {
|
|
7859
7907
|
enabled?: boolean;
|
|
7860
7908
|
point_shape_mapping?: {
|
|
@@ -8154,6 +8202,8 @@ export interface VisualisationConfig18 {
|
|
|
8154
8202
|
stack_measures_to_100?: boolean;
|
|
8155
8203
|
stack_measures?: boolean;
|
|
8156
8204
|
continuous_line?: boolean;
|
|
8205
|
+
render_as?: "filled" | "outline";
|
|
8206
|
+
grid_line_shape?: "polygon" | "circle";
|
|
8157
8207
|
distinct_point_shapes?: {
|
|
8158
8208
|
enabled?: boolean;
|
|
8159
8209
|
point_shape_mapping?: {
|
|
@@ -8457,6 +8507,8 @@ export interface VisualisationConfig19 {
|
|
|
8457
8507
|
stack_measures_to_100?: boolean;
|
|
8458
8508
|
stack_measures?: boolean;
|
|
8459
8509
|
continuous_line?: boolean;
|
|
8510
|
+
render_as?: "filled" | "outline";
|
|
8511
|
+
grid_line_shape?: "polygon" | "circle";
|
|
8460
8512
|
distinct_point_shapes?: {
|
|
8461
8513
|
enabled?: boolean;
|
|
8462
8514
|
point_shape_mapping?: {
|
|
@@ -8733,6 +8785,8 @@ export interface VisualisationConfig20 {
|
|
|
8733
8785
|
stack_measures_to_100?: boolean;
|
|
8734
8786
|
stack_measures?: boolean;
|
|
8735
8787
|
continuous_line?: boolean;
|
|
8788
|
+
render_as?: "filled" | "outline";
|
|
8789
|
+
grid_line_shape?: "polygon" | "circle";
|
|
8736
8790
|
distinct_point_shapes?: {
|
|
8737
8791
|
enabled?: boolean;
|
|
8738
8792
|
point_shape_mapping?: {
|
|
@@ -9036,6 +9090,8 @@ export interface VisualisationConfig21 {
|
|
|
9036
9090
|
stack_measures_to_100?: boolean;
|
|
9037
9091
|
stack_measures?: boolean;
|
|
9038
9092
|
continuous_line?: boolean;
|
|
9093
|
+
render_as?: "filled" | "outline";
|
|
9094
|
+
grid_line_shape?: "polygon" | "circle";
|
|
9039
9095
|
distinct_point_shapes?: {
|
|
9040
9096
|
enabled?: boolean;
|
|
9041
9097
|
point_shape_mapping?: {
|
|
@@ -9343,6 +9399,309 @@ export interface VisualisationConfig22 {
|
|
|
9343
9399
|
stack_measures_to_100?: boolean;
|
|
9344
9400
|
stack_measures?: boolean;
|
|
9345
9401
|
continuous_line?: boolean;
|
|
9402
|
+
render_as?: "filled" | "outline";
|
|
9403
|
+
grid_line_shape?: "polygon" | "circle";
|
|
9404
|
+
distinct_point_shapes?: {
|
|
9405
|
+
enabled?: boolean;
|
|
9406
|
+
point_shape_mapping?: {
|
|
9407
|
+
[k: string]: "circle" | "square" | "diamond" | "triangle" | "triangle-down";
|
|
9408
|
+
};
|
|
9409
|
+
[k: string]: unknown;
|
|
9410
|
+
};
|
|
9411
|
+
total_enabled?: boolean;
|
|
9412
|
+
total_name?: string;
|
|
9413
|
+
comparison_enabled?: boolean;
|
|
9414
|
+
comparison_type?: string;
|
|
9415
|
+
format?: string;
|
|
9416
|
+
position?: string;
|
|
9417
|
+
indicator_arrow?: boolean;
|
|
9418
|
+
indicator_colors?: boolean;
|
|
9419
|
+
indicator_color_equals?: Color3;
|
|
9420
|
+
indicator_color_negative?: Color3;
|
|
9421
|
+
indicator_color_positive?: Color3;
|
|
9422
|
+
label_default?: string;
|
|
9423
|
+
label_conditional?: boolean;
|
|
9424
|
+
label_equals?: string;
|
|
9425
|
+
label_negative?: string;
|
|
9426
|
+
label_positive?: string;
|
|
9427
|
+
yaxis_primary_type?: "column" | "area" | "line";
|
|
9428
|
+
yaxis_primary_format?: string;
|
|
9429
|
+
yaxis_primary_max?: number;
|
|
9430
|
+
yaxis_primary_min?: number;
|
|
9431
|
+
yaxis_primary_name_position?: string;
|
|
9432
|
+
yaxis_primary_name_visible?: boolean;
|
|
9433
|
+
yaxis_primary_rotation?: string;
|
|
9434
|
+
yaxis_primary_visible?: boolean;
|
|
9435
|
+
yaxis_primary_labels?: boolean;
|
|
9436
|
+
yaxis_secondary_type?: "column" | "area" | "line";
|
|
9437
|
+
yaxis_secondary_format?: string;
|
|
9438
|
+
yaxis_secondary_max?: number;
|
|
9439
|
+
yaxis_secondary_min?: number;
|
|
9440
|
+
yaxis_secondary_name_position?: string;
|
|
9441
|
+
yaxis_secondary_name_visible?: boolean;
|
|
9442
|
+
yaxis_secondary_rotation?: string;
|
|
9443
|
+
yaxis_secondary_visible?: boolean;
|
|
9444
|
+
yaxis_secondary_labels?: boolean;
|
|
9445
|
+
yaxis_secondary_show_on_right?: boolean;
|
|
9446
|
+
tooltip_text?: string;
|
|
9447
|
+
viewport?: "auto" | "continent_af" | "continent_as" | "continent_au" | "continent_eu" | "continent_na" | "continent_sa" | "world" | "custom";
|
|
9448
|
+
basemap?: string;
|
|
9449
|
+
viewport_pan?: boolean;
|
|
9450
|
+
viewport_zoom?: boolean;
|
|
9451
|
+
center_lat?: number;
|
|
9452
|
+
center_lng?: number;
|
|
9453
|
+
zoom_level?: number;
|
|
9454
|
+
group_nearby_points?: boolean;
|
|
9455
|
+
min_size?: "0.5x" | "0.75x" | "normal" | "1.25x" | "1.5x" | "default";
|
|
9456
|
+
max_size?: "0.5x" | "0.75x" | "normal" | "1.25x" | "1.5x" | "default";
|
|
9457
|
+
shape_type?: "circle" | "iconByValue" | "oneIcon";
|
|
9458
|
+
icon?: string;
|
|
9459
|
+
viewport_bounds_ne_lat?: number;
|
|
9460
|
+
viewport_bounds_ne_lng?: number;
|
|
9461
|
+
viewport_bounds_sw_lat?: number;
|
|
9462
|
+
viewport_bounds_sw_lng?: number;
|
|
9463
|
+
row_height?: "small" | "medium" | "large";
|
|
9464
|
+
cell_vertical_align?: "top" | "middle" | "bottom";
|
|
9465
|
+
cell_text_wrapping?: "clip" | "wrap";
|
|
9466
|
+
cell_image_sizing?: "fit" | "fill";
|
|
9467
|
+
forecast_enabled?: boolean;
|
|
9468
|
+
forecast_confidence?: number;
|
|
9469
|
+
forecast_period?: number;
|
|
9470
|
+
forecast_seasonal?: boolean;
|
|
9471
|
+
anomaly_detection_enabled?: boolean;
|
|
9472
|
+
anomaly_detection_sensitivity?: "low" | "medium" | "high";
|
|
9473
|
+
anomaly_detection_size?: "small" | "medium" | "big";
|
|
9474
|
+
anomaly_detection_color?: Color3;
|
|
9475
|
+
clustering_enabled?: boolean;
|
|
9476
|
+
clustering_amount?: number;
|
|
9477
|
+
clustering_threshold?: number;
|
|
9478
|
+
disable_drill_down?: boolean;
|
|
9479
|
+
disable_drill_into_url?: boolean;
|
|
9480
|
+
disable_alerts?: boolean;
|
|
9481
|
+
disable_scheduled_exports?: boolean;
|
|
9482
|
+
disable_key_drive_analysis?: {
|
|
9483
|
+
[k: string]: boolean;
|
|
9484
|
+
};
|
|
9485
|
+
/**
|
|
9486
|
+
* Text wrapping settings for table cells and headers.
|
|
9487
|
+
*/
|
|
9488
|
+
text_wrapping?: {
|
|
9489
|
+
/**
|
|
9490
|
+
* Enable text wrapping for cell content.
|
|
9491
|
+
*/
|
|
9492
|
+
wrap_text?: boolean;
|
|
9493
|
+
/**
|
|
9494
|
+
* Enable text wrapping for header content.
|
|
9495
|
+
*/
|
|
9496
|
+
wrap_header_text?: boolean;
|
|
9497
|
+
/**
|
|
9498
|
+
* Per-column text wrapping overrides.
|
|
9499
|
+
*/
|
|
9500
|
+
column_overrides?: {
|
|
9501
|
+
locators?: {
|
|
9502
|
+
[k: string]: unknown;
|
|
9503
|
+
}[];
|
|
9504
|
+
wrap_text?: boolean;
|
|
9505
|
+
wrap_header_text?: boolean;
|
|
9506
|
+
match_type?: "column" | "pivotGroup";
|
|
9507
|
+
[k: string]: unknown;
|
|
9508
|
+
}[];
|
|
9509
|
+
[k: string]: unknown;
|
|
9510
|
+
};
|
|
9511
|
+
/**
|
|
9512
|
+
* Enable pagination for tables.
|
|
9513
|
+
*/
|
|
9514
|
+
pagination?: boolean;
|
|
9515
|
+
/**
|
|
9516
|
+
* Number of rows per page when pagination is enabled.
|
|
9517
|
+
*/
|
|
9518
|
+
page_size?: number;
|
|
9519
|
+
/**
|
|
9520
|
+
* Position of grand totals in the table.
|
|
9521
|
+
*/
|
|
9522
|
+
grand_totals_position?: "pinnedBottom" | "pinnedTop" | "bottom" | "top";
|
|
9523
|
+
/**
|
|
9524
|
+
* Enable accessibility features for tables.
|
|
9525
|
+
*/
|
|
9526
|
+
enable_accessibility?: boolean;
|
|
9527
|
+
line_style_control_metrics?: string[];
|
|
9528
|
+
line_style_excluded_metrics?: string[];
|
|
9529
|
+
/**
|
|
9530
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
9531
|
+
*/
|
|
9532
|
+
custom_tooltip?: {
|
|
9533
|
+
/**
|
|
9534
|
+
* Whether the custom tooltip section is rendered.
|
|
9535
|
+
*/
|
|
9536
|
+
enabled?: boolean;
|
|
9537
|
+
/**
|
|
9538
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
9539
|
+
*/
|
|
9540
|
+
content?: string;
|
|
9541
|
+
/**
|
|
9542
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
9543
|
+
*/
|
|
9544
|
+
placement?: "above" | "below" | "replace";
|
|
9545
|
+
};
|
|
9546
|
+
line_style_mapping?: LineStyleMapping;
|
|
9547
|
+
/**
|
|
9548
|
+
* Conditional formatting rules that color cells or rows based on their values.
|
|
9549
|
+
*/
|
|
9550
|
+
conditional_formatting?: {
|
|
9551
|
+
/**
|
|
9552
|
+
* Conditional-formatting model version. "1" (default if omitted) — initial shape: discrete rules, one column per rule with stacked conditions. Readers must tolerate omission (treat as "1") and evolve under the same backward-compat contract as the dashboard model version, so server-side consumers (e.g. XLSX export) stay forward-compatible.
|
|
9553
|
+
*/
|
|
9554
|
+
version?: string;
|
|
9555
|
+
/**
|
|
9556
|
+
* Master toggle for all conditional formatting rules.
|
|
9557
|
+
*/
|
|
9558
|
+
enabled?: boolean;
|
|
9559
|
+
/**
|
|
9560
|
+
* Ordered list of rules; the first matching rule wins.
|
|
9561
|
+
*/
|
|
9562
|
+
rules?: {
|
|
9563
|
+
/**
|
|
9564
|
+
* Stable, table-unique rule id.
|
|
9565
|
+
*/
|
|
9566
|
+
id: string;
|
|
9567
|
+
/**
|
|
9568
|
+
* The measure or attribute the rule targets — exactly one of measure/attribute.
|
|
9569
|
+
*/
|
|
9570
|
+
target: {
|
|
9571
|
+
/**
|
|
9572
|
+
* Local identifier of the targeted measure.
|
|
9573
|
+
*/
|
|
9574
|
+
measure: string;
|
|
9575
|
+
} | {
|
|
9576
|
+
/**
|
|
9577
|
+
* Local identifier of the targeted attribute.
|
|
9578
|
+
*/
|
|
9579
|
+
attribute: string;
|
|
9580
|
+
};
|
|
9581
|
+
/**
|
|
9582
|
+
* Stacked conditions; the first matching condition wins.
|
|
9583
|
+
*/
|
|
9584
|
+
conditions: {
|
|
9585
|
+
id: string;
|
|
9586
|
+
operator: "all" | "equal_to" | "not_equal_to" | "less_than" | "less_than_or_equal_to" | "greater_than" | "greater_than_or_equal_to" | "between" | "not_between" | "contains" | "not_contains" | "starts_with" | "not_starts_with" | "ends_with" | "not_ends_with" | "is_empty" | "is_not_empty";
|
|
9587
|
+
/**
|
|
9588
|
+
* Literal (number or string); a \{from,to\} range for between/not_between; omitted for all/is_empty/is_not_empty.
|
|
9589
|
+
*/
|
|
9590
|
+
value?: number | string | {
|
|
9591
|
+
from: number;
|
|
9592
|
+
to: number;
|
|
9593
|
+
};
|
|
9594
|
+
format: {
|
|
9595
|
+
/**
|
|
9596
|
+
* Text color as hex (e.g. #FFFFFF).
|
|
9597
|
+
*/
|
|
9598
|
+
text?: string;
|
|
9599
|
+
/**
|
|
9600
|
+
* Background color as hex (e.g. #E54D40).
|
|
9601
|
+
*/
|
|
9602
|
+
fill?: string;
|
|
9603
|
+
scope: "cell" | "row";
|
|
9604
|
+
};
|
|
9605
|
+
}[];
|
|
9606
|
+
}[];
|
|
9607
|
+
};
|
|
9608
|
+
[k: string]: unknown;
|
|
9609
|
+
}
|
|
9610
|
+
export interface RadarChart {
|
|
9611
|
+
/**
|
|
9612
|
+
* Type of visualisation.
|
|
9613
|
+
*/
|
|
9614
|
+
type: "radar_chart";
|
|
9615
|
+
id: Id42;
|
|
9616
|
+
/**
|
|
9617
|
+
* An optional human readable title for the visualisation. Will be derived from id if not provided explicitly.
|
|
9618
|
+
*/
|
|
9619
|
+
title?: string;
|
|
9620
|
+
/**
|
|
9621
|
+
* An optional description of the visualisation.
|
|
9622
|
+
*/
|
|
9623
|
+
description?: string;
|
|
9624
|
+
tags?: Tags34;
|
|
9625
|
+
/**
|
|
9626
|
+
* Optional flag to indicate if the visualisation should be shown in AI results. When omitted, the visualisation is visible.
|
|
9627
|
+
*/
|
|
9628
|
+
show_in_ai_results?: boolean;
|
|
9629
|
+
/**
|
|
9630
|
+
* @deprecated
|
|
9631
|
+
* Deprecated. Use 'show_in_ai_results' instead.
|
|
9632
|
+
*/
|
|
9633
|
+
is_hidden?: boolean;
|
|
9634
|
+
query: Query22;
|
|
9635
|
+
config?: VisualisationConfig23;
|
|
9636
|
+
/**
|
|
9637
|
+
* A list of metrics in this visualisation.
|
|
9638
|
+
*/
|
|
9639
|
+
metrics?: Bucket[];
|
|
9640
|
+
/**
|
|
9641
|
+
* A list of view by attributes in this visualisation.
|
|
9642
|
+
*/
|
|
9643
|
+
view_by?: Bucket[];
|
|
9644
|
+
/**
|
|
9645
|
+
* A list of segment by attributes in this visualisation.
|
|
9646
|
+
*/
|
|
9647
|
+
segment_by?: Bucket[];
|
|
9648
|
+
}
|
|
9649
|
+
/**
|
|
9650
|
+
* Query definition of visualisation.
|
|
9651
|
+
*/
|
|
9652
|
+
export interface Query22 {
|
|
9653
|
+
fields: Fields3;
|
|
9654
|
+
filter_by?: QueryFilters2;
|
|
9655
|
+
sort_by?: Sorts;
|
|
9656
|
+
}
|
|
9657
|
+
/**
|
|
9658
|
+
* Configuration of visualisation of defined type.
|
|
9659
|
+
*/
|
|
9660
|
+
export interface VisualisationConfig23 {
|
|
9661
|
+
/**
|
|
9662
|
+
* A list of widths in this visualisation.
|
|
9663
|
+
*/
|
|
9664
|
+
widths?: Width[];
|
|
9665
|
+
colors?: ListOfColors;
|
|
9666
|
+
color?: ColorDefinition;
|
|
9667
|
+
column_header?: string;
|
|
9668
|
+
metrics_in?: string;
|
|
9669
|
+
data_labels?: boolean | "auto";
|
|
9670
|
+
data_labels_style?: "auto" | "backplate";
|
|
9671
|
+
chart_fill?: {
|
|
9672
|
+
type?: "solid" | "pattern" | "outline";
|
|
9673
|
+
pattern_name_mapping?: {
|
|
9674
|
+
[k: string]: "diagonal_grid_small" | "vertical_lines_small" | "grid_small" | "horizontal_lines_small" | "circle_small" | "flag_small" | "waffle_small" | "dot_small" | "pyramid_small" | "needle_small" | "diamond_small" | "pizza_small" | "diagonal_grid_medium" | "vertical_lines_medium" | "grid_large" | "horizontal_lines_medium" | "circle_medium" | "flag_medium" | "waffle_medium" | "dot_medium" | "pyramid_medium" | "needle_medium" | "diamond_medium" | "pizza_medium";
|
|
9675
|
+
};
|
|
9676
|
+
[k: string]: unknown;
|
|
9677
|
+
};
|
|
9678
|
+
data_points?: boolean | "auto";
|
|
9679
|
+
data_totals?: boolean | "auto";
|
|
9680
|
+
orientation?: string;
|
|
9681
|
+
legend_enabled?: boolean;
|
|
9682
|
+
legend_position?: string;
|
|
9683
|
+
xaxis_format?: string;
|
|
9684
|
+
xaxis_max?: number;
|
|
9685
|
+
xaxis_min?: number;
|
|
9686
|
+
xaxis_name_position?: string;
|
|
9687
|
+
xaxis_name_visible?: boolean;
|
|
9688
|
+
xaxis_rotation?: string;
|
|
9689
|
+
xaxis_visible?: boolean;
|
|
9690
|
+
xaxis_labels?: boolean;
|
|
9691
|
+
yaxis_name_position?: string;
|
|
9692
|
+
yaxis_name_visible?: boolean;
|
|
9693
|
+
yaxis_rotation?: string;
|
|
9694
|
+
yaxis_visible?: boolean;
|
|
9695
|
+
yaxis_labels?: boolean;
|
|
9696
|
+
yaxis_format?: string;
|
|
9697
|
+
yaxis_max?: number;
|
|
9698
|
+
yaxis_min?: number;
|
|
9699
|
+
grid_enabled?: boolean;
|
|
9700
|
+
stack_measures_to_100?: boolean;
|
|
9701
|
+
stack_measures?: boolean;
|
|
9702
|
+
continuous_line?: boolean;
|
|
9703
|
+
render_as?: "filled" | "outline";
|
|
9704
|
+
grid_line_shape?: "polygon" | "circle";
|
|
9346
9705
|
distinct_point_shapes?: {
|
|
9347
9706
|
enabled?: boolean;
|
|
9348
9707
|
point_shape_mapping?: {
|
|
@@ -9550,7 +9909,7 @@ export interface VisualisationConfig22 {
|
|
|
9550
9909
|
[k: string]: unknown;
|
|
9551
9910
|
}
|
|
9552
9911
|
export interface Metadata25 {
|
|
9553
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
9912
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
9554
9913
|
[k: string]: unknown;
|
|
9555
9914
|
}
|
|
9556
9915
|
//# sourceMappingURL=metadata.d.ts.map
|