@gooddata/sdk-code-schemas 11.55.0-alpha.3 → 11.55.0-alpha.5
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 +367 -0
- package/esm/v1/metadata.d.ts +336 -0
- package/esm/v1/metadata.d.ts.map +1 -1
- package/esm/v1/metadata.json +32 -0
- package/esm/v1/schema.d.ts +31 -0
- package/esm/v1/schema.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -5323,6 +5323,37 @@ export declare const metadata_v1: {
|
|
|
5323
5323
|
};
|
|
5324
5324
|
};
|
|
5325
5325
|
};
|
|
5326
|
+
suppressed_targets: {
|
|
5327
|
+
type: string;
|
|
5328
|
+
description: string;
|
|
5329
|
+
items: {
|
|
5330
|
+
type: string;
|
|
5331
|
+
description: string;
|
|
5332
|
+
oneOf: ({
|
|
5333
|
+
type: string;
|
|
5334
|
+
additionalProperties: boolean;
|
|
5335
|
+
required: string[];
|
|
5336
|
+
properties: {
|
|
5337
|
+
attribute?: undefined;
|
|
5338
|
+
measure: {
|
|
5339
|
+
type: string;
|
|
5340
|
+
description: string;
|
|
5341
|
+
};
|
|
5342
|
+
};
|
|
5343
|
+
} | {
|
|
5344
|
+
type: string;
|
|
5345
|
+
additionalProperties: boolean;
|
|
5346
|
+
required: string[];
|
|
5347
|
+
properties: {
|
|
5348
|
+
measure?: undefined;
|
|
5349
|
+
attribute: {
|
|
5350
|
+
type: string;
|
|
5351
|
+
description: string;
|
|
5352
|
+
};
|
|
5353
|
+
};
|
|
5354
|
+
})[];
|
|
5355
|
+
};
|
|
5356
|
+
};
|
|
5326
5357
|
};
|
|
5327
5358
|
};
|
|
5328
5359
|
};
|
|
@@ -12498,6 +12529,20 @@ declare interface VisualisationConfig {
|
|
|
12498
12529
|
};
|
|
12499
12530
|
}[];
|
|
12500
12531
|
}[];
|
|
12532
|
+
/**
|
|
12533
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
12534
|
+
*/
|
|
12535
|
+
suppressed_targets?: ({
|
|
12536
|
+
/**
|
|
12537
|
+
* Local identifier of the targeted measure.
|
|
12538
|
+
*/
|
|
12539
|
+
measure: string;
|
|
12540
|
+
} | {
|
|
12541
|
+
/**
|
|
12542
|
+
* Local identifier of the targeted attribute.
|
|
12543
|
+
*/
|
|
12544
|
+
attribute: string;
|
|
12545
|
+
})[];
|
|
12501
12546
|
};
|
|
12502
12547
|
[k: string]: unknown;
|
|
12503
12548
|
}
|
|
@@ -12770,6 +12815,20 @@ declare interface VisualisationConfig1 {
|
|
|
12770
12815
|
};
|
|
12771
12816
|
}[];
|
|
12772
12817
|
}[];
|
|
12818
|
+
/**
|
|
12819
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
12820
|
+
*/
|
|
12821
|
+
suppressed_targets?: ({
|
|
12822
|
+
/**
|
|
12823
|
+
* Local identifier of the targeted measure.
|
|
12824
|
+
*/
|
|
12825
|
+
measure: string;
|
|
12826
|
+
} | {
|
|
12827
|
+
/**
|
|
12828
|
+
* Local identifier of the targeted attribute.
|
|
12829
|
+
*/
|
|
12830
|
+
attribute: string;
|
|
12831
|
+
})[];
|
|
12773
12832
|
};
|
|
12774
12833
|
[k: string]: unknown;
|
|
12775
12834
|
}
|
|
@@ -13042,6 +13101,20 @@ declare interface VisualisationConfig10 {
|
|
|
13042
13101
|
};
|
|
13043
13102
|
}[];
|
|
13044
13103
|
}[];
|
|
13104
|
+
/**
|
|
13105
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
13106
|
+
*/
|
|
13107
|
+
suppressed_targets?: ({
|
|
13108
|
+
/**
|
|
13109
|
+
* Local identifier of the targeted measure.
|
|
13110
|
+
*/
|
|
13111
|
+
measure: string;
|
|
13112
|
+
} | {
|
|
13113
|
+
/**
|
|
13114
|
+
* Local identifier of the targeted attribute.
|
|
13115
|
+
*/
|
|
13116
|
+
attribute: string;
|
|
13117
|
+
})[];
|
|
13045
13118
|
};
|
|
13046
13119
|
[k: string]: unknown;
|
|
13047
13120
|
}
|
|
@@ -13314,6 +13387,20 @@ declare interface VisualisationConfig11 {
|
|
|
13314
13387
|
};
|
|
13315
13388
|
}[];
|
|
13316
13389
|
}[];
|
|
13390
|
+
/**
|
|
13391
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
13392
|
+
*/
|
|
13393
|
+
suppressed_targets?: ({
|
|
13394
|
+
/**
|
|
13395
|
+
* Local identifier of the targeted measure.
|
|
13396
|
+
*/
|
|
13397
|
+
measure: string;
|
|
13398
|
+
} | {
|
|
13399
|
+
/**
|
|
13400
|
+
* Local identifier of the targeted attribute.
|
|
13401
|
+
*/
|
|
13402
|
+
attribute: string;
|
|
13403
|
+
})[];
|
|
13317
13404
|
};
|
|
13318
13405
|
[k: string]: unknown;
|
|
13319
13406
|
}
|
|
@@ -13586,6 +13673,20 @@ declare interface VisualisationConfig12 {
|
|
|
13586
13673
|
};
|
|
13587
13674
|
}[];
|
|
13588
13675
|
}[];
|
|
13676
|
+
/**
|
|
13677
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
13678
|
+
*/
|
|
13679
|
+
suppressed_targets?: ({
|
|
13680
|
+
/**
|
|
13681
|
+
* Local identifier of the targeted measure.
|
|
13682
|
+
*/
|
|
13683
|
+
measure: string;
|
|
13684
|
+
} | {
|
|
13685
|
+
/**
|
|
13686
|
+
* Local identifier of the targeted attribute.
|
|
13687
|
+
*/
|
|
13688
|
+
attribute: string;
|
|
13689
|
+
})[];
|
|
13589
13690
|
};
|
|
13590
13691
|
[k: string]: unknown;
|
|
13591
13692
|
}
|
|
@@ -13858,6 +13959,20 @@ declare interface VisualisationConfig13 {
|
|
|
13858
13959
|
};
|
|
13859
13960
|
}[];
|
|
13860
13961
|
}[];
|
|
13962
|
+
/**
|
|
13963
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
13964
|
+
*/
|
|
13965
|
+
suppressed_targets?: ({
|
|
13966
|
+
/**
|
|
13967
|
+
* Local identifier of the targeted measure.
|
|
13968
|
+
*/
|
|
13969
|
+
measure: string;
|
|
13970
|
+
} | {
|
|
13971
|
+
/**
|
|
13972
|
+
* Local identifier of the targeted attribute.
|
|
13973
|
+
*/
|
|
13974
|
+
attribute: string;
|
|
13975
|
+
})[];
|
|
13861
13976
|
};
|
|
13862
13977
|
[k: string]: unknown;
|
|
13863
13978
|
}
|
|
@@ -14130,6 +14245,20 @@ declare interface VisualisationConfig14 {
|
|
|
14130
14245
|
};
|
|
14131
14246
|
}[];
|
|
14132
14247
|
}[];
|
|
14248
|
+
/**
|
|
14249
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
14250
|
+
*/
|
|
14251
|
+
suppressed_targets?: ({
|
|
14252
|
+
/**
|
|
14253
|
+
* Local identifier of the targeted measure.
|
|
14254
|
+
*/
|
|
14255
|
+
measure: string;
|
|
14256
|
+
} | {
|
|
14257
|
+
/**
|
|
14258
|
+
* Local identifier of the targeted attribute.
|
|
14259
|
+
*/
|
|
14260
|
+
attribute: string;
|
|
14261
|
+
})[];
|
|
14133
14262
|
};
|
|
14134
14263
|
[k: string]: unknown;
|
|
14135
14264
|
}
|
|
@@ -14402,6 +14531,20 @@ declare interface VisualisationConfig15 {
|
|
|
14402
14531
|
};
|
|
14403
14532
|
}[];
|
|
14404
14533
|
}[];
|
|
14534
|
+
/**
|
|
14535
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
14536
|
+
*/
|
|
14537
|
+
suppressed_targets?: ({
|
|
14538
|
+
/**
|
|
14539
|
+
* Local identifier of the targeted measure.
|
|
14540
|
+
*/
|
|
14541
|
+
measure: string;
|
|
14542
|
+
} | {
|
|
14543
|
+
/**
|
|
14544
|
+
* Local identifier of the targeted attribute.
|
|
14545
|
+
*/
|
|
14546
|
+
attribute: string;
|
|
14547
|
+
})[];
|
|
14405
14548
|
};
|
|
14406
14549
|
[k: string]: unknown;
|
|
14407
14550
|
}
|
|
@@ -14674,6 +14817,20 @@ declare interface VisualisationConfig16 {
|
|
|
14674
14817
|
};
|
|
14675
14818
|
}[];
|
|
14676
14819
|
}[];
|
|
14820
|
+
/**
|
|
14821
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
14822
|
+
*/
|
|
14823
|
+
suppressed_targets?: ({
|
|
14824
|
+
/**
|
|
14825
|
+
* Local identifier of the targeted measure.
|
|
14826
|
+
*/
|
|
14827
|
+
measure: string;
|
|
14828
|
+
} | {
|
|
14829
|
+
/**
|
|
14830
|
+
* Local identifier of the targeted attribute.
|
|
14831
|
+
*/
|
|
14832
|
+
attribute: string;
|
|
14833
|
+
})[];
|
|
14677
14834
|
};
|
|
14678
14835
|
[k: string]: unknown;
|
|
14679
14836
|
}
|
|
@@ -14946,6 +15103,20 @@ declare interface VisualisationConfig17 {
|
|
|
14946
15103
|
};
|
|
14947
15104
|
}[];
|
|
14948
15105
|
}[];
|
|
15106
|
+
/**
|
|
15107
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
15108
|
+
*/
|
|
15109
|
+
suppressed_targets?: ({
|
|
15110
|
+
/**
|
|
15111
|
+
* Local identifier of the targeted measure.
|
|
15112
|
+
*/
|
|
15113
|
+
measure: string;
|
|
15114
|
+
} | {
|
|
15115
|
+
/**
|
|
15116
|
+
* Local identifier of the targeted attribute.
|
|
15117
|
+
*/
|
|
15118
|
+
attribute: string;
|
|
15119
|
+
})[];
|
|
14949
15120
|
};
|
|
14950
15121
|
[k: string]: unknown;
|
|
14951
15122
|
}
|
|
@@ -15218,6 +15389,20 @@ declare interface VisualisationConfig18 {
|
|
|
15218
15389
|
};
|
|
15219
15390
|
}[];
|
|
15220
15391
|
}[];
|
|
15392
|
+
/**
|
|
15393
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
15394
|
+
*/
|
|
15395
|
+
suppressed_targets?: ({
|
|
15396
|
+
/**
|
|
15397
|
+
* Local identifier of the targeted measure.
|
|
15398
|
+
*/
|
|
15399
|
+
measure: string;
|
|
15400
|
+
} | {
|
|
15401
|
+
/**
|
|
15402
|
+
* Local identifier of the targeted attribute.
|
|
15403
|
+
*/
|
|
15404
|
+
attribute: string;
|
|
15405
|
+
})[];
|
|
15221
15406
|
};
|
|
15222
15407
|
[k: string]: unknown;
|
|
15223
15408
|
}
|
|
@@ -15490,6 +15675,20 @@ declare interface VisualisationConfig19 {
|
|
|
15490
15675
|
};
|
|
15491
15676
|
}[];
|
|
15492
15677
|
}[];
|
|
15678
|
+
/**
|
|
15679
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
15680
|
+
*/
|
|
15681
|
+
suppressed_targets?: ({
|
|
15682
|
+
/**
|
|
15683
|
+
* Local identifier of the targeted measure.
|
|
15684
|
+
*/
|
|
15685
|
+
measure: string;
|
|
15686
|
+
} | {
|
|
15687
|
+
/**
|
|
15688
|
+
* Local identifier of the targeted attribute.
|
|
15689
|
+
*/
|
|
15690
|
+
attribute: string;
|
|
15691
|
+
})[];
|
|
15493
15692
|
};
|
|
15494
15693
|
[k: string]: unknown;
|
|
15495
15694
|
}
|
|
@@ -15762,6 +15961,20 @@ declare interface VisualisationConfig2 {
|
|
|
15762
15961
|
};
|
|
15763
15962
|
}[];
|
|
15764
15963
|
}[];
|
|
15964
|
+
/**
|
|
15965
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
15966
|
+
*/
|
|
15967
|
+
suppressed_targets?: ({
|
|
15968
|
+
/**
|
|
15969
|
+
* Local identifier of the targeted measure.
|
|
15970
|
+
*/
|
|
15971
|
+
measure: string;
|
|
15972
|
+
} | {
|
|
15973
|
+
/**
|
|
15974
|
+
* Local identifier of the targeted attribute.
|
|
15975
|
+
*/
|
|
15976
|
+
attribute: string;
|
|
15977
|
+
})[];
|
|
15765
15978
|
};
|
|
15766
15979
|
[k: string]: unknown;
|
|
15767
15980
|
}
|
|
@@ -16034,6 +16247,20 @@ declare interface VisualisationConfig20 {
|
|
|
16034
16247
|
};
|
|
16035
16248
|
}[];
|
|
16036
16249
|
}[];
|
|
16250
|
+
/**
|
|
16251
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
16252
|
+
*/
|
|
16253
|
+
suppressed_targets?: ({
|
|
16254
|
+
/**
|
|
16255
|
+
* Local identifier of the targeted measure.
|
|
16256
|
+
*/
|
|
16257
|
+
measure: string;
|
|
16258
|
+
} | {
|
|
16259
|
+
/**
|
|
16260
|
+
* Local identifier of the targeted attribute.
|
|
16261
|
+
*/
|
|
16262
|
+
attribute: string;
|
|
16263
|
+
})[];
|
|
16037
16264
|
};
|
|
16038
16265
|
[k: string]: unknown;
|
|
16039
16266
|
}
|
|
@@ -16306,6 +16533,20 @@ declare interface VisualisationConfig21 {
|
|
|
16306
16533
|
};
|
|
16307
16534
|
}[];
|
|
16308
16535
|
}[];
|
|
16536
|
+
/**
|
|
16537
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
16538
|
+
*/
|
|
16539
|
+
suppressed_targets?: ({
|
|
16540
|
+
/**
|
|
16541
|
+
* Local identifier of the targeted measure.
|
|
16542
|
+
*/
|
|
16543
|
+
measure: string;
|
|
16544
|
+
} | {
|
|
16545
|
+
/**
|
|
16546
|
+
* Local identifier of the targeted attribute.
|
|
16547
|
+
*/
|
|
16548
|
+
attribute: string;
|
|
16549
|
+
})[];
|
|
16309
16550
|
};
|
|
16310
16551
|
[k: string]: unknown;
|
|
16311
16552
|
}
|
|
@@ -16578,6 +16819,20 @@ declare interface VisualisationConfig22 {
|
|
|
16578
16819
|
};
|
|
16579
16820
|
}[];
|
|
16580
16821
|
}[];
|
|
16822
|
+
/**
|
|
16823
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
16824
|
+
*/
|
|
16825
|
+
suppressed_targets?: ({
|
|
16826
|
+
/**
|
|
16827
|
+
* Local identifier of the targeted measure.
|
|
16828
|
+
*/
|
|
16829
|
+
measure: string;
|
|
16830
|
+
} | {
|
|
16831
|
+
/**
|
|
16832
|
+
* Local identifier of the targeted attribute.
|
|
16833
|
+
*/
|
|
16834
|
+
attribute: string;
|
|
16835
|
+
})[];
|
|
16581
16836
|
};
|
|
16582
16837
|
[k: string]: unknown;
|
|
16583
16838
|
}
|
|
@@ -16850,6 +17105,20 @@ declare interface VisualisationConfig23 {
|
|
|
16850
17105
|
};
|
|
16851
17106
|
}[];
|
|
16852
17107
|
}[];
|
|
17108
|
+
/**
|
|
17109
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
17110
|
+
*/
|
|
17111
|
+
suppressed_targets?: ({
|
|
17112
|
+
/**
|
|
17113
|
+
* Local identifier of the targeted measure.
|
|
17114
|
+
*/
|
|
17115
|
+
measure: string;
|
|
17116
|
+
} | {
|
|
17117
|
+
/**
|
|
17118
|
+
* Local identifier of the targeted attribute.
|
|
17119
|
+
*/
|
|
17120
|
+
attribute: string;
|
|
17121
|
+
})[];
|
|
16853
17122
|
};
|
|
16854
17123
|
[k: string]: unknown;
|
|
16855
17124
|
}
|
|
@@ -17122,6 +17391,20 @@ declare interface VisualisationConfig3 {
|
|
|
17122
17391
|
};
|
|
17123
17392
|
}[];
|
|
17124
17393
|
}[];
|
|
17394
|
+
/**
|
|
17395
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
17396
|
+
*/
|
|
17397
|
+
suppressed_targets?: ({
|
|
17398
|
+
/**
|
|
17399
|
+
* Local identifier of the targeted measure.
|
|
17400
|
+
*/
|
|
17401
|
+
measure: string;
|
|
17402
|
+
} | {
|
|
17403
|
+
/**
|
|
17404
|
+
* Local identifier of the targeted attribute.
|
|
17405
|
+
*/
|
|
17406
|
+
attribute: string;
|
|
17407
|
+
})[];
|
|
17125
17408
|
};
|
|
17126
17409
|
[k: string]: unknown;
|
|
17127
17410
|
}
|
|
@@ -17394,6 +17677,20 @@ declare interface VisualisationConfig4 {
|
|
|
17394
17677
|
};
|
|
17395
17678
|
}[];
|
|
17396
17679
|
}[];
|
|
17680
|
+
/**
|
|
17681
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
17682
|
+
*/
|
|
17683
|
+
suppressed_targets?: ({
|
|
17684
|
+
/**
|
|
17685
|
+
* Local identifier of the targeted measure.
|
|
17686
|
+
*/
|
|
17687
|
+
measure: string;
|
|
17688
|
+
} | {
|
|
17689
|
+
/**
|
|
17690
|
+
* Local identifier of the targeted attribute.
|
|
17691
|
+
*/
|
|
17692
|
+
attribute: string;
|
|
17693
|
+
})[];
|
|
17397
17694
|
};
|
|
17398
17695
|
[k: string]: unknown;
|
|
17399
17696
|
}
|
|
@@ -17666,6 +17963,20 @@ declare interface VisualisationConfig5 {
|
|
|
17666
17963
|
};
|
|
17667
17964
|
}[];
|
|
17668
17965
|
}[];
|
|
17966
|
+
/**
|
|
17967
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
17968
|
+
*/
|
|
17969
|
+
suppressed_targets?: ({
|
|
17970
|
+
/**
|
|
17971
|
+
* Local identifier of the targeted measure.
|
|
17972
|
+
*/
|
|
17973
|
+
measure: string;
|
|
17974
|
+
} | {
|
|
17975
|
+
/**
|
|
17976
|
+
* Local identifier of the targeted attribute.
|
|
17977
|
+
*/
|
|
17978
|
+
attribute: string;
|
|
17979
|
+
})[];
|
|
17669
17980
|
};
|
|
17670
17981
|
[k: string]: unknown;
|
|
17671
17982
|
}
|
|
@@ -17938,6 +18249,20 @@ declare interface VisualisationConfig6 {
|
|
|
17938
18249
|
};
|
|
17939
18250
|
}[];
|
|
17940
18251
|
}[];
|
|
18252
|
+
/**
|
|
18253
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
18254
|
+
*/
|
|
18255
|
+
suppressed_targets?: ({
|
|
18256
|
+
/**
|
|
18257
|
+
* Local identifier of the targeted measure.
|
|
18258
|
+
*/
|
|
18259
|
+
measure: string;
|
|
18260
|
+
} | {
|
|
18261
|
+
/**
|
|
18262
|
+
* Local identifier of the targeted attribute.
|
|
18263
|
+
*/
|
|
18264
|
+
attribute: string;
|
|
18265
|
+
})[];
|
|
17941
18266
|
};
|
|
17942
18267
|
[k: string]: unknown;
|
|
17943
18268
|
}
|
|
@@ -18210,6 +18535,20 @@ declare interface VisualisationConfig7 {
|
|
|
18210
18535
|
};
|
|
18211
18536
|
}[];
|
|
18212
18537
|
}[];
|
|
18538
|
+
/**
|
|
18539
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
18540
|
+
*/
|
|
18541
|
+
suppressed_targets?: ({
|
|
18542
|
+
/**
|
|
18543
|
+
* Local identifier of the targeted measure.
|
|
18544
|
+
*/
|
|
18545
|
+
measure: string;
|
|
18546
|
+
} | {
|
|
18547
|
+
/**
|
|
18548
|
+
* Local identifier of the targeted attribute.
|
|
18549
|
+
*/
|
|
18550
|
+
attribute: string;
|
|
18551
|
+
})[];
|
|
18213
18552
|
};
|
|
18214
18553
|
[k: string]: unknown;
|
|
18215
18554
|
}
|
|
@@ -18482,6 +18821,20 @@ declare interface VisualisationConfig8 {
|
|
|
18482
18821
|
};
|
|
18483
18822
|
}[];
|
|
18484
18823
|
}[];
|
|
18824
|
+
/**
|
|
18825
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
18826
|
+
*/
|
|
18827
|
+
suppressed_targets?: ({
|
|
18828
|
+
/**
|
|
18829
|
+
* Local identifier of the targeted measure.
|
|
18830
|
+
*/
|
|
18831
|
+
measure: string;
|
|
18832
|
+
} | {
|
|
18833
|
+
/**
|
|
18834
|
+
* Local identifier of the targeted attribute.
|
|
18835
|
+
*/
|
|
18836
|
+
attribute: string;
|
|
18837
|
+
})[];
|
|
18485
18838
|
};
|
|
18486
18839
|
[k: string]: unknown;
|
|
18487
18840
|
}
|
|
@@ -18754,6 +19107,20 @@ declare interface VisualisationConfig9 {
|
|
|
18754
19107
|
};
|
|
18755
19108
|
}[];
|
|
18756
19109
|
}[];
|
|
19110
|
+
/**
|
|
19111
|
+
* Targets whose semantic-layer formatting is explicitly suppressed — an entry here with no matching rule means formatting is turned off for that target (Custom-with-zero-rules).
|
|
19112
|
+
*/
|
|
19113
|
+
suppressed_targets?: ({
|
|
19114
|
+
/**
|
|
19115
|
+
* Local identifier of the targeted measure.
|
|
19116
|
+
*/
|
|
19117
|
+
measure: string;
|
|
19118
|
+
} | {
|
|
19119
|
+
/**
|
|
19120
|
+
* Local identifier of the targeted attribute.
|
|
19121
|
+
*/
|
|
19122
|
+
attribute: string;
|
|
19123
|
+
})[];
|
|
18757
19124
|
};
|
|
18758
19125
|
[k: string]: unknown;
|
|
18759
19126
|
}
|