@devtable/dashboard 14.21.0 → 14.22.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.
@@ -3450,6 +3450,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
3450
3450
  type: import('../../../../../model/meta-model').MericoMetricType;
3451
3451
  filters: Record<string, {
3452
3452
  eq: string;
3453
+ } | {
3454
+ in: string[];
3453
3455
  }>;
3454
3456
  groupBys: string[];
3455
3457
  timeQuery?: {
@@ -3784,6 +3786,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
3784
3786
  type: import('../../../../../model/meta-model').MericoMetricType;
3785
3787
  filters: Record<string, {
3786
3788
  eq: string;
3789
+ } | {
3790
+ in: string[];
3787
3791
  }>;
3788
3792
  groupBys: string[];
3789
3793
  timeQuery?: {
@@ -4847,6 +4851,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
4847
4851
  type: import('../../../../../model/meta-model').MericoMetricType;
4848
4852
  filters: Record<string, {
4849
4853
  eq: string;
4854
+ } | {
4855
+ in: string[];
4850
4856
  }>;
4851
4857
  groupBys: string[];
4852
4858
  timeQuery?: {
@@ -5181,6 +5187,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
5181
5187
  type: import('../../../../../model/meta-model').MericoMetricType;
5182
5188
  filters: Record<string, {
5183
5189
  eq: string;
5190
+ } | {
5191
+ in: string[];
5184
5192
  }>;
5185
5193
  groupBys: string[];
5186
5194
  timeQuery?: {
@@ -6245,6 +6253,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
6245
6253
  type: import('../../../../../model/meta-model').MericoMetricType;
6246
6254
  filters: Record<string, {
6247
6255
  eq: string;
6256
+ } | {
6257
+ in: string[];
6248
6258
  }>;
6249
6259
  groupBys: string[];
6250
6260
  timeQuery?: {
@@ -6579,6 +6589,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
6579
6589
  type: import('../../../../../model/meta-model').MericoMetricType;
6580
6590
  filters: Record<string, {
6581
6591
  eq: string;
6592
+ } | {
6593
+ in: string[];
6582
6594
  }>;
6583
6595
  groupBys: string[];
6584
6596
  timeQuery?: {
@@ -7,6 +7,8 @@ type MetricQueryPayload = {
7
7
  type: MericoMetricType;
8
8
  filters: Record<string, {
9
9
  eq: string;
10
+ } | {
11
+ in: Array<string>;
10
12
  }>;
11
13
  groupBys: string[];
12
14
  timeQuery?: {
@@ -300,6 +300,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
300
300
  type: import('../../../../../model/meta-model').MericoMetricType;
301
301
  filters: Record<string, {
302
302
  eq: string;
303
+ } | {
304
+ in: string[];
303
305
  }>;
304
306
  groupBys: string[];
305
307
  timeQuery?: {
@@ -1366,6 +1368,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
1366
1368
  type: import('../../../../../model/meta-model').MericoMetricType;
1367
1369
  filters: Record<string, {
1368
1370
  eq: string;
1371
+ } | {
1372
+ in: string[];
1369
1373
  }>;
1370
1374
  groupBys: string[];
1371
1375
  timeQuery?: {
@@ -1700,6 +1704,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
1700
1704
  type: import('../../../../../model/meta-model').MericoMetricType;
1701
1705
  filters: Record<string, {
1702
1706
  eq: string;
1707
+ } | {
1708
+ in: string[];
1703
1709
  }>;
1704
1710
  groupBys: string[];
1705
1711
  timeQuery?: {
@@ -2763,6 +2769,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
2763
2769
  type: import('../../../../../model/meta-model').MericoMetricType;
2764
2770
  filters: Record<string, {
2765
2771
  eq: string;
2772
+ } | {
2773
+ in: string[];
2766
2774
  }>;
2767
2775
  groupBys: string[];
2768
2776
  timeQuery?: {
@@ -3097,6 +3105,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
3097
3105
  type: import('../../../../../model/meta-model').MericoMetricType;
3098
3106
  filters: Record<string, {
3099
3107
  eq: string;
3108
+ } | {
3109
+ in: string[];
3100
3110
  }>;
3101
3111
  groupBys: string[];
3102
3112
  timeQuery?: {
@@ -4208,6 +4218,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
4208
4218
  type: import('../../../../../model/meta-model').MericoMetricType;
4209
4219
  filters: Record<string, {
4210
4220
  eq: string;
4221
+ } | {
4222
+ in: string[];
4211
4223
  }>;
4212
4224
  groupBys: string[];
4213
4225
  timeQuery?: {
@@ -4542,6 +4554,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
4542
4554
  type: import('../../../../../model/meta-model').MericoMetricType;
4543
4555
  filters: Record<string, {
4544
4556
  eq: string;
4557
+ } | {
4558
+ in: string[];
4545
4559
  }>;
4546
4560
  groupBys: string[];
4547
4561
  timeQuery?: {
@@ -5605,6 +5619,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
5605
5619
  type: import('../../../../../model/meta-model').MericoMetricType;
5606
5620
  filters: Record<string, {
5607
5621
  eq: string;
5622
+ } | {
5623
+ in: string[];
5608
5624
  }>;
5609
5625
  groupBys: string[];
5610
5626
  timeQuery?: {
@@ -5939,6 +5955,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
5939
5955
  type: import('../../../../../model/meta-model').MericoMetricType;
5940
5956
  filters: Record<string, {
5941
5957
  eq: string;
5958
+ } | {
5959
+ in: string[];
5942
5960
  }>;
5943
5961
  groupBys: string[];
5944
5962
  timeQuery?: {
@@ -300,6 +300,8 @@ export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
300
300
  type: import("../../../..").MericoMetricType;
301
301
  filters: Record<string, {
302
302
  eq: string;
303
+ } | {
304
+ in: string[];
303
305
  }>;
304
306
  groupBys: string[];
305
307
  timeQuery?: {