@gooddata/sdk-code-schemas 11.55.0-alpha.3 → 11.55.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.
- 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
package/esm/v1/metadata.d.ts
CHANGED
|
@@ -3028,6 +3028,20 @@ export interface VisualisationConfig {
|
|
|
3028
3028
|
};
|
|
3029
3029
|
}[];
|
|
3030
3030
|
}[];
|
|
3031
|
+
/**
|
|
3032
|
+
* 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).
|
|
3033
|
+
*/
|
|
3034
|
+
suppressed_targets?: ({
|
|
3035
|
+
/**
|
|
3036
|
+
* Local identifier of the targeted measure.
|
|
3037
|
+
*/
|
|
3038
|
+
measure: string;
|
|
3039
|
+
} | {
|
|
3040
|
+
/**
|
|
3041
|
+
* Local identifier of the targeted attribute.
|
|
3042
|
+
*/
|
|
3043
|
+
attribute: string;
|
|
3044
|
+
})[];
|
|
3031
3045
|
};
|
|
3032
3046
|
[k: string]: unknown;
|
|
3033
3047
|
}
|
|
@@ -3429,6 +3443,20 @@ export interface VisualisationConfig1 {
|
|
|
3429
3443
|
};
|
|
3430
3444
|
}[];
|
|
3431
3445
|
}[];
|
|
3446
|
+
/**
|
|
3447
|
+
* 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).
|
|
3448
|
+
*/
|
|
3449
|
+
suppressed_targets?: ({
|
|
3450
|
+
/**
|
|
3451
|
+
* Local identifier of the targeted measure.
|
|
3452
|
+
*/
|
|
3453
|
+
measure: string;
|
|
3454
|
+
} | {
|
|
3455
|
+
/**
|
|
3456
|
+
* Local identifier of the targeted attribute.
|
|
3457
|
+
*/
|
|
3458
|
+
attribute: string;
|
|
3459
|
+
})[];
|
|
3432
3460
|
};
|
|
3433
3461
|
[k: string]: unknown;
|
|
3434
3462
|
}
|
|
@@ -3751,6 +3779,20 @@ export interface VisualisationConfig2 {
|
|
|
3751
3779
|
};
|
|
3752
3780
|
}[];
|
|
3753
3781
|
}[];
|
|
3782
|
+
/**
|
|
3783
|
+
* 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).
|
|
3784
|
+
*/
|
|
3785
|
+
suppressed_targets?: ({
|
|
3786
|
+
/**
|
|
3787
|
+
* Local identifier of the targeted measure.
|
|
3788
|
+
*/
|
|
3789
|
+
measure: string;
|
|
3790
|
+
} | {
|
|
3791
|
+
/**
|
|
3792
|
+
* Local identifier of the targeted attribute.
|
|
3793
|
+
*/
|
|
3794
|
+
attribute: string;
|
|
3795
|
+
})[];
|
|
3754
3796
|
};
|
|
3755
3797
|
[k: string]: unknown;
|
|
3756
3798
|
}
|
|
@@ -4073,6 +4115,20 @@ export interface VisualisationConfig3 {
|
|
|
4073
4115
|
};
|
|
4074
4116
|
}[];
|
|
4075
4117
|
}[];
|
|
4118
|
+
/**
|
|
4119
|
+
* 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).
|
|
4120
|
+
*/
|
|
4121
|
+
suppressed_targets?: ({
|
|
4122
|
+
/**
|
|
4123
|
+
* Local identifier of the targeted measure.
|
|
4124
|
+
*/
|
|
4125
|
+
measure: string;
|
|
4126
|
+
} | {
|
|
4127
|
+
/**
|
|
4128
|
+
* Local identifier of the targeted attribute.
|
|
4129
|
+
*/
|
|
4130
|
+
attribute: string;
|
|
4131
|
+
})[];
|
|
4076
4132
|
};
|
|
4077
4133
|
[k: string]: unknown;
|
|
4078
4134
|
}
|
|
@@ -4395,6 +4451,20 @@ export interface VisualisationConfig4 {
|
|
|
4395
4451
|
};
|
|
4396
4452
|
}[];
|
|
4397
4453
|
}[];
|
|
4454
|
+
/**
|
|
4455
|
+
* 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).
|
|
4456
|
+
*/
|
|
4457
|
+
suppressed_targets?: ({
|
|
4458
|
+
/**
|
|
4459
|
+
* Local identifier of the targeted measure.
|
|
4460
|
+
*/
|
|
4461
|
+
measure: string;
|
|
4462
|
+
} | {
|
|
4463
|
+
/**
|
|
4464
|
+
* Local identifier of the targeted attribute.
|
|
4465
|
+
*/
|
|
4466
|
+
attribute: string;
|
|
4467
|
+
})[];
|
|
4398
4468
|
};
|
|
4399
4469
|
[k: string]: unknown;
|
|
4400
4470
|
}
|
|
@@ -4717,6 +4787,20 @@ export interface VisualisationConfig5 {
|
|
|
4717
4787
|
};
|
|
4718
4788
|
}[];
|
|
4719
4789
|
}[];
|
|
4790
|
+
/**
|
|
4791
|
+
* 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).
|
|
4792
|
+
*/
|
|
4793
|
+
suppressed_targets?: ({
|
|
4794
|
+
/**
|
|
4795
|
+
* Local identifier of the targeted measure.
|
|
4796
|
+
*/
|
|
4797
|
+
measure: string;
|
|
4798
|
+
} | {
|
|
4799
|
+
/**
|
|
4800
|
+
* Local identifier of the targeted attribute.
|
|
4801
|
+
*/
|
|
4802
|
+
attribute: string;
|
|
4803
|
+
})[];
|
|
4720
4804
|
};
|
|
4721
4805
|
[k: string]: unknown;
|
|
4722
4806
|
}
|
|
@@ -5039,6 +5123,20 @@ export interface VisualisationConfig6 {
|
|
|
5039
5123
|
};
|
|
5040
5124
|
}[];
|
|
5041
5125
|
}[];
|
|
5126
|
+
/**
|
|
5127
|
+
* 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).
|
|
5128
|
+
*/
|
|
5129
|
+
suppressed_targets?: ({
|
|
5130
|
+
/**
|
|
5131
|
+
* Local identifier of the targeted measure.
|
|
5132
|
+
*/
|
|
5133
|
+
measure: string;
|
|
5134
|
+
} | {
|
|
5135
|
+
/**
|
|
5136
|
+
* Local identifier of the targeted attribute.
|
|
5137
|
+
*/
|
|
5138
|
+
attribute: string;
|
|
5139
|
+
})[];
|
|
5042
5140
|
};
|
|
5043
5141
|
[k: string]: unknown;
|
|
5044
5142
|
}
|
|
@@ -5357,6 +5455,20 @@ export interface VisualisationConfig7 {
|
|
|
5357
5455
|
};
|
|
5358
5456
|
}[];
|
|
5359
5457
|
}[];
|
|
5458
|
+
/**
|
|
5459
|
+
* 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).
|
|
5460
|
+
*/
|
|
5461
|
+
suppressed_targets?: ({
|
|
5462
|
+
/**
|
|
5463
|
+
* Local identifier of the targeted measure.
|
|
5464
|
+
*/
|
|
5465
|
+
measure: string;
|
|
5466
|
+
} | {
|
|
5467
|
+
/**
|
|
5468
|
+
* Local identifier of the targeted attribute.
|
|
5469
|
+
*/
|
|
5470
|
+
attribute: string;
|
|
5471
|
+
})[];
|
|
5360
5472
|
};
|
|
5361
5473
|
[k: string]: unknown;
|
|
5362
5474
|
}
|
|
@@ -5675,6 +5787,20 @@ export interface VisualisationConfig8 {
|
|
|
5675
5787
|
};
|
|
5676
5788
|
}[];
|
|
5677
5789
|
}[];
|
|
5790
|
+
/**
|
|
5791
|
+
* 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).
|
|
5792
|
+
*/
|
|
5793
|
+
suppressed_targets?: ({
|
|
5794
|
+
/**
|
|
5795
|
+
* Local identifier of the targeted measure.
|
|
5796
|
+
*/
|
|
5797
|
+
measure: string;
|
|
5798
|
+
} | {
|
|
5799
|
+
/**
|
|
5800
|
+
* Local identifier of the targeted attribute.
|
|
5801
|
+
*/
|
|
5802
|
+
attribute: string;
|
|
5803
|
+
})[];
|
|
5678
5804
|
};
|
|
5679
5805
|
[k: string]: unknown;
|
|
5680
5806
|
}
|
|
@@ -5993,6 +6119,20 @@ export interface VisualisationConfig9 {
|
|
|
5993
6119
|
};
|
|
5994
6120
|
}[];
|
|
5995
6121
|
}[];
|
|
6122
|
+
/**
|
|
6123
|
+
* 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).
|
|
6124
|
+
*/
|
|
6125
|
+
suppressed_targets?: ({
|
|
6126
|
+
/**
|
|
6127
|
+
* Local identifier of the targeted measure.
|
|
6128
|
+
*/
|
|
6129
|
+
measure: string;
|
|
6130
|
+
} | {
|
|
6131
|
+
/**
|
|
6132
|
+
* Local identifier of the targeted attribute.
|
|
6133
|
+
*/
|
|
6134
|
+
attribute: string;
|
|
6135
|
+
})[];
|
|
5996
6136
|
};
|
|
5997
6137
|
[k: string]: unknown;
|
|
5998
6138
|
}
|
|
@@ -6311,6 +6451,20 @@ export interface VisualisationConfig10 {
|
|
|
6311
6451
|
};
|
|
6312
6452
|
}[];
|
|
6313
6453
|
}[];
|
|
6454
|
+
/**
|
|
6455
|
+
* 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).
|
|
6456
|
+
*/
|
|
6457
|
+
suppressed_targets?: ({
|
|
6458
|
+
/**
|
|
6459
|
+
* Local identifier of the targeted measure.
|
|
6460
|
+
*/
|
|
6461
|
+
measure: string;
|
|
6462
|
+
} | {
|
|
6463
|
+
/**
|
|
6464
|
+
* Local identifier of the targeted attribute.
|
|
6465
|
+
*/
|
|
6466
|
+
attribute: string;
|
|
6467
|
+
})[];
|
|
6314
6468
|
};
|
|
6315
6469
|
[k: string]: unknown;
|
|
6316
6470
|
}
|
|
@@ -6629,6 +6783,20 @@ export interface VisualisationConfig11 {
|
|
|
6629
6783
|
};
|
|
6630
6784
|
}[];
|
|
6631
6785
|
}[];
|
|
6786
|
+
/**
|
|
6787
|
+
* 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).
|
|
6788
|
+
*/
|
|
6789
|
+
suppressed_targets?: ({
|
|
6790
|
+
/**
|
|
6791
|
+
* Local identifier of the targeted measure.
|
|
6792
|
+
*/
|
|
6793
|
+
measure: string;
|
|
6794
|
+
} | {
|
|
6795
|
+
/**
|
|
6796
|
+
* Local identifier of the targeted attribute.
|
|
6797
|
+
*/
|
|
6798
|
+
attribute: string;
|
|
6799
|
+
})[];
|
|
6632
6800
|
};
|
|
6633
6801
|
[k: string]: unknown;
|
|
6634
6802
|
}
|
|
@@ -6955,6 +7123,20 @@ export interface VisualisationConfig12 {
|
|
|
6955
7123
|
};
|
|
6956
7124
|
}[];
|
|
6957
7125
|
}[];
|
|
7126
|
+
/**
|
|
7127
|
+
* 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).
|
|
7128
|
+
*/
|
|
7129
|
+
suppressed_targets?: ({
|
|
7130
|
+
/**
|
|
7131
|
+
* Local identifier of the targeted measure.
|
|
7132
|
+
*/
|
|
7133
|
+
measure: string;
|
|
7134
|
+
} | {
|
|
7135
|
+
/**
|
|
7136
|
+
* Local identifier of the targeted attribute.
|
|
7137
|
+
*/
|
|
7138
|
+
attribute: string;
|
|
7139
|
+
})[];
|
|
6958
7140
|
};
|
|
6959
7141
|
[k: string]: unknown;
|
|
6960
7142
|
}
|
|
@@ -7273,6 +7455,20 @@ export interface VisualisationConfig13 {
|
|
|
7273
7455
|
};
|
|
7274
7456
|
}[];
|
|
7275
7457
|
}[];
|
|
7458
|
+
/**
|
|
7459
|
+
* 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).
|
|
7460
|
+
*/
|
|
7461
|
+
suppressed_targets?: ({
|
|
7462
|
+
/**
|
|
7463
|
+
* Local identifier of the targeted measure.
|
|
7464
|
+
*/
|
|
7465
|
+
measure: string;
|
|
7466
|
+
} | {
|
|
7467
|
+
/**
|
|
7468
|
+
* Local identifier of the targeted attribute.
|
|
7469
|
+
*/
|
|
7470
|
+
attribute: string;
|
|
7471
|
+
})[];
|
|
7276
7472
|
};
|
|
7277
7473
|
[k: string]: unknown;
|
|
7278
7474
|
}
|
|
@@ -7591,6 +7787,20 @@ export interface VisualisationConfig14 {
|
|
|
7591
7787
|
};
|
|
7592
7788
|
}[];
|
|
7593
7789
|
}[];
|
|
7790
|
+
/**
|
|
7791
|
+
* 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).
|
|
7792
|
+
*/
|
|
7793
|
+
suppressed_targets?: ({
|
|
7794
|
+
/**
|
|
7795
|
+
* Local identifier of the targeted measure.
|
|
7796
|
+
*/
|
|
7797
|
+
measure: string;
|
|
7798
|
+
} | {
|
|
7799
|
+
/**
|
|
7800
|
+
* Local identifier of the targeted attribute.
|
|
7801
|
+
*/
|
|
7802
|
+
attribute: string;
|
|
7803
|
+
})[];
|
|
7594
7804
|
};
|
|
7595
7805
|
[k: string]: unknown;
|
|
7596
7806
|
}
|
|
@@ -7911,6 +8121,20 @@ export interface VisualisationConfig15 {
|
|
|
7911
8121
|
};
|
|
7912
8122
|
}[];
|
|
7913
8123
|
}[];
|
|
8124
|
+
/**
|
|
8125
|
+
* 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).
|
|
8126
|
+
*/
|
|
8127
|
+
suppressed_targets?: ({
|
|
8128
|
+
/**
|
|
8129
|
+
* Local identifier of the targeted measure.
|
|
8130
|
+
*/
|
|
8131
|
+
measure: string;
|
|
8132
|
+
} | {
|
|
8133
|
+
/**
|
|
8134
|
+
* Local identifier of the targeted attribute.
|
|
8135
|
+
*/
|
|
8136
|
+
attribute: string;
|
|
8137
|
+
})[];
|
|
7914
8138
|
};
|
|
7915
8139
|
[k: string]: unknown;
|
|
7916
8140
|
}
|
|
@@ -8231,6 +8455,20 @@ export interface VisualisationConfig16 {
|
|
|
8231
8455
|
};
|
|
8232
8456
|
}[];
|
|
8233
8457
|
}[];
|
|
8458
|
+
/**
|
|
8459
|
+
* 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).
|
|
8460
|
+
*/
|
|
8461
|
+
suppressed_targets?: ({
|
|
8462
|
+
/**
|
|
8463
|
+
* Local identifier of the targeted measure.
|
|
8464
|
+
*/
|
|
8465
|
+
measure: string;
|
|
8466
|
+
} | {
|
|
8467
|
+
/**
|
|
8468
|
+
* Local identifier of the targeted attribute.
|
|
8469
|
+
*/
|
|
8470
|
+
attribute: string;
|
|
8471
|
+
})[];
|
|
8234
8472
|
};
|
|
8235
8473
|
[k: string]: unknown;
|
|
8236
8474
|
}
|
|
@@ -8549,6 +8787,20 @@ export interface VisualisationConfig17 {
|
|
|
8549
8787
|
};
|
|
8550
8788
|
}[];
|
|
8551
8789
|
}[];
|
|
8790
|
+
/**
|
|
8791
|
+
* 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).
|
|
8792
|
+
*/
|
|
8793
|
+
suppressed_targets?: ({
|
|
8794
|
+
/**
|
|
8795
|
+
* Local identifier of the targeted measure.
|
|
8796
|
+
*/
|
|
8797
|
+
measure: string;
|
|
8798
|
+
} | {
|
|
8799
|
+
/**
|
|
8800
|
+
* Local identifier of the targeted attribute.
|
|
8801
|
+
*/
|
|
8802
|
+
attribute: string;
|
|
8803
|
+
})[];
|
|
8552
8804
|
};
|
|
8553
8805
|
[k: string]: unknown;
|
|
8554
8806
|
}
|
|
@@ -8867,6 +9119,20 @@ export interface VisualisationConfig18 {
|
|
|
8867
9119
|
};
|
|
8868
9120
|
}[];
|
|
8869
9121
|
}[];
|
|
9122
|
+
/**
|
|
9123
|
+
* 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).
|
|
9124
|
+
*/
|
|
9125
|
+
suppressed_targets?: ({
|
|
9126
|
+
/**
|
|
9127
|
+
* Local identifier of the targeted measure.
|
|
9128
|
+
*/
|
|
9129
|
+
measure: string;
|
|
9130
|
+
} | {
|
|
9131
|
+
/**
|
|
9132
|
+
* Local identifier of the targeted attribute.
|
|
9133
|
+
*/
|
|
9134
|
+
attribute: string;
|
|
9135
|
+
})[];
|
|
8870
9136
|
};
|
|
8871
9137
|
[k: string]: unknown;
|
|
8872
9138
|
}
|
|
@@ -9189,6 +9455,20 @@ export interface VisualisationConfig19 {
|
|
|
9189
9455
|
};
|
|
9190
9456
|
}[];
|
|
9191
9457
|
}[];
|
|
9458
|
+
/**
|
|
9459
|
+
* 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).
|
|
9460
|
+
*/
|
|
9461
|
+
suppressed_targets?: ({
|
|
9462
|
+
/**
|
|
9463
|
+
* Local identifier of the targeted measure.
|
|
9464
|
+
*/
|
|
9465
|
+
measure: string;
|
|
9466
|
+
} | {
|
|
9467
|
+
/**
|
|
9468
|
+
* Local identifier of the targeted attribute.
|
|
9469
|
+
*/
|
|
9470
|
+
attribute: string;
|
|
9471
|
+
})[];
|
|
9192
9472
|
};
|
|
9193
9473
|
[k: string]: unknown;
|
|
9194
9474
|
}
|
|
@@ -9484,6 +9764,20 @@ export interface VisualisationConfig20 {
|
|
|
9484
9764
|
};
|
|
9485
9765
|
}[];
|
|
9486
9766
|
}[];
|
|
9767
|
+
/**
|
|
9768
|
+
* 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).
|
|
9769
|
+
*/
|
|
9770
|
+
suppressed_targets?: ({
|
|
9771
|
+
/**
|
|
9772
|
+
* Local identifier of the targeted measure.
|
|
9773
|
+
*/
|
|
9774
|
+
measure: string;
|
|
9775
|
+
} | {
|
|
9776
|
+
/**
|
|
9777
|
+
* Local identifier of the targeted attribute.
|
|
9778
|
+
*/
|
|
9779
|
+
attribute: string;
|
|
9780
|
+
})[];
|
|
9487
9781
|
};
|
|
9488
9782
|
[k: string]: unknown;
|
|
9489
9783
|
}
|
|
@@ -9806,6 +10100,20 @@ export interface VisualisationConfig21 {
|
|
|
9806
10100
|
};
|
|
9807
10101
|
}[];
|
|
9808
10102
|
}[];
|
|
10103
|
+
/**
|
|
10104
|
+
* 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).
|
|
10105
|
+
*/
|
|
10106
|
+
suppressed_targets?: ({
|
|
10107
|
+
/**
|
|
10108
|
+
* Local identifier of the targeted measure.
|
|
10109
|
+
*/
|
|
10110
|
+
measure: string;
|
|
10111
|
+
} | {
|
|
10112
|
+
/**
|
|
10113
|
+
* Local identifier of the targeted attribute.
|
|
10114
|
+
*/
|
|
10115
|
+
attribute: string;
|
|
10116
|
+
})[];
|
|
9809
10117
|
};
|
|
9810
10118
|
[k: string]: unknown;
|
|
9811
10119
|
}
|
|
@@ -10132,6 +10440,20 @@ export interface VisualisationConfig22 {
|
|
|
10132
10440
|
};
|
|
10133
10441
|
}[];
|
|
10134
10442
|
}[];
|
|
10443
|
+
/**
|
|
10444
|
+
* 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).
|
|
10445
|
+
*/
|
|
10446
|
+
suppressed_targets?: ({
|
|
10447
|
+
/**
|
|
10448
|
+
* Local identifier of the targeted measure.
|
|
10449
|
+
*/
|
|
10450
|
+
measure: string;
|
|
10451
|
+
} | {
|
|
10452
|
+
/**
|
|
10453
|
+
* Local identifier of the targeted attribute.
|
|
10454
|
+
*/
|
|
10455
|
+
attribute: string;
|
|
10456
|
+
})[];
|
|
10135
10457
|
};
|
|
10136
10458
|
[k: string]: unknown;
|
|
10137
10459
|
}
|
|
@@ -10450,6 +10772,20 @@ export interface VisualisationConfig23 {
|
|
|
10450
10772
|
};
|
|
10451
10773
|
}[];
|
|
10452
10774
|
}[];
|
|
10775
|
+
/**
|
|
10776
|
+
* 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).
|
|
10777
|
+
*/
|
|
10778
|
+
suppressed_targets?: ({
|
|
10779
|
+
/**
|
|
10780
|
+
* Local identifier of the targeted measure.
|
|
10781
|
+
*/
|
|
10782
|
+
measure: string;
|
|
10783
|
+
} | {
|
|
10784
|
+
/**
|
|
10785
|
+
* Local identifier of the targeted attribute.
|
|
10786
|
+
*/
|
|
10787
|
+
attribute: string;
|
|
10788
|
+
})[];
|
|
10453
10789
|
};
|
|
10454
10790
|
[k: string]: unknown;
|
|
10455
10791
|
}
|