@kong-ui-public/analytics-utilities 12.16.3 → 12.16.4-pr.3409.0804e7f5a.0
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/dist/types/dashboardSchema.v2.d.ts +49 -25
- package/dist/types/dashboardSchema.v2.d.ts.map +1 -1
- package/dist/vitals-utilities.cjs +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js +365 -359
- package/dist/vitals-utilities.es.js.map +1 -1
- package/dist/vitals-utilities.umd.js +1 -1
- package/dist/vitals-utilities.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -198,6 +198,12 @@ export declare const topNTableSchema: {
|
|
|
198
198
|
readonly entity_link: {
|
|
199
199
|
readonly type: "string";
|
|
200
200
|
};
|
|
201
|
+
readonly entity_links: {
|
|
202
|
+
readonly type: "object";
|
|
203
|
+
readonly additionalProperties: {
|
|
204
|
+
readonly type: "string";
|
|
205
|
+
};
|
|
206
|
+
};
|
|
201
207
|
};
|
|
202
208
|
readonly required: readonly ["type"];
|
|
203
209
|
readonly additionalProperties: false;
|
|
@@ -364,7 +370,7 @@ export declare const apiUsageQuerySchema: {
|
|
|
364
370
|
readonly type: "array";
|
|
365
371
|
readonly description: "List of attributes or entity types to group by.";
|
|
366
372
|
readonly minItems: 0;
|
|
367
|
-
readonly maxItems:
|
|
373
|
+
readonly maxItems: 3;
|
|
368
374
|
readonly items: {
|
|
369
375
|
readonly enum?: readonly string[] | undefined;
|
|
370
376
|
readonly type: "string";
|
|
@@ -494,7 +500,7 @@ export declare const basicQuerySchema: {
|
|
|
494
500
|
readonly type: "array";
|
|
495
501
|
readonly description: "List of attributes or entity types to group by.";
|
|
496
502
|
readonly minItems: 0;
|
|
497
|
-
readonly maxItems:
|
|
503
|
+
readonly maxItems: 3;
|
|
498
504
|
readonly items: {
|
|
499
505
|
readonly enum?: readonly string[] | undefined;
|
|
500
506
|
readonly type: "string";
|
|
@@ -624,7 +630,7 @@ export declare const llmUsageSchema: {
|
|
|
624
630
|
readonly type: "array";
|
|
625
631
|
readonly description: "List of attributes or entity types to group by.";
|
|
626
632
|
readonly minItems: 0;
|
|
627
|
-
readonly maxItems:
|
|
633
|
+
readonly maxItems: 3;
|
|
628
634
|
readonly items: {
|
|
629
635
|
readonly enum?: readonly string[] | undefined;
|
|
630
636
|
readonly type: "string";
|
|
@@ -754,7 +760,7 @@ export declare const agenticUsageSchema: {
|
|
|
754
760
|
readonly type: "array";
|
|
755
761
|
readonly description: "List of attributes or entity types to group by.";
|
|
756
762
|
readonly minItems: 0;
|
|
757
|
-
readonly maxItems:
|
|
763
|
+
readonly maxItems: 3;
|
|
758
764
|
readonly items: {
|
|
759
765
|
readonly enum?: readonly string[] | undefined;
|
|
760
766
|
readonly type: "string";
|
|
@@ -884,7 +890,7 @@ export declare const platformQuerySchema: {
|
|
|
884
890
|
readonly type: "array";
|
|
885
891
|
readonly description: "List of attributes or entity types to group by.";
|
|
886
892
|
readonly minItems: 0;
|
|
887
|
-
readonly maxItems:
|
|
893
|
+
readonly maxItems: 3;
|
|
888
894
|
readonly items: {
|
|
889
895
|
readonly enum?: readonly string[] | undefined;
|
|
890
896
|
readonly type: "string";
|
|
@@ -1011,7 +1017,7 @@ export declare const validDashboardQuery: {
|
|
|
1011
1017
|
readonly type: "array";
|
|
1012
1018
|
readonly description: "List of attributes or entity types to group by.";
|
|
1013
1019
|
readonly minItems: 0;
|
|
1014
|
-
readonly maxItems:
|
|
1020
|
+
readonly maxItems: 3;
|
|
1015
1021
|
readonly items: {
|
|
1016
1022
|
readonly enum?: readonly string[] | undefined;
|
|
1017
1023
|
readonly type: "string";
|
|
@@ -1140,7 +1146,7 @@ export declare const validDashboardQuery: {
|
|
|
1140
1146
|
readonly type: "array";
|
|
1141
1147
|
readonly description: "List of attributes or entity types to group by.";
|
|
1142
1148
|
readonly minItems: 0;
|
|
1143
|
-
readonly maxItems:
|
|
1149
|
+
readonly maxItems: 3;
|
|
1144
1150
|
readonly items: {
|
|
1145
1151
|
readonly enum?: readonly string[] | undefined;
|
|
1146
1152
|
readonly type: "string";
|
|
@@ -1269,7 +1275,7 @@ export declare const validDashboardQuery: {
|
|
|
1269
1275
|
readonly type: "array";
|
|
1270
1276
|
readonly description: "List of attributes or entity types to group by.";
|
|
1271
1277
|
readonly minItems: 0;
|
|
1272
|
-
readonly maxItems:
|
|
1278
|
+
readonly maxItems: 3;
|
|
1273
1279
|
readonly items: {
|
|
1274
1280
|
readonly enum?: readonly string[] | undefined;
|
|
1275
1281
|
readonly type: "string";
|
|
@@ -1398,7 +1404,7 @@ export declare const validDashboardQuery: {
|
|
|
1398
1404
|
readonly type: "array";
|
|
1399
1405
|
readonly description: "List of attributes or entity types to group by.";
|
|
1400
1406
|
readonly minItems: 0;
|
|
1401
|
-
readonly maxItems:
|
|
1407
|
+
readonly maxItems: 3;
|
|
1402
1408
|
readonly items: {
|
|
1403
1409
|
readonly enum?: readonly string[] | undefined;
|
|
1404
1410
|
readonly type: "string";
|
|
@@ -1527,7 +1533,7 @@ export declare const validDashboardQuery: {
|
|
|
1527
1533
|
readonly type: "array";
|
|
1528
1534
|
readonly description: "List of attributes or entity types to group by.";
|
|
1529
1535
|
readonly minItems: 0;
|
|
1530
|
-
readonly maxItems:
|
|
1536
|
+
readonly maxItems: 3;
|
|
1531
1537
|
readonly items: {
|
|
1532
1538
|
readonly enum?: readonly string[] | undefined;
|
|
1533
1539
|
readonly type: "string";
|
|
@@ -1659,7 +1665,7 @@ export declare const tileDefinitionSchema: {
|
|
|
1659
1665
|
readonly type: "array";
|
|
1660
1666
|
readonly description: "List of attributes or entity types to group by.";
|
|
1661
1667
|
readonly minItems: 0;
|
|
1662
|
-
readonly maxItems:
|
|
1668
|
+
readonly maxItems: 3;
|
|
1663
1669
|
readonly items: {
|
|
1664
1670
|
readonly enum?: readonly string[] | undefined;
|
|
1665
1671
|
readonly type: "string";
|
|
@@ -1788,7 +1794,7 @@ export declare const tileDefinitionSchema: {
|
|
|
1788
1794
|
readonly type: "array";
|
|
1789
1795
|
readonly description: "List of attributes or entity types to group by.";
|
|
1790
1796
|
readonly minItems: 0;
|
|
1791
|
-
readonly maxItems:
|
|
1797
|
+
readonly maxItems: 3;
|
|
1792
1798
|
readonly items: {
|
|
1793
1799
|
readonly enum?: readonly string[] | undefined;
|
|
1794
1800
|
readonly type: "string";
|
|
@@ -1917,7 +1923,7 @@ export declare const tileDefinitionSchema: {
|
|
|
1917
1923
|
readonly type: "array";
|
|
1918
1924
|
readonly description: "List of attributes or entity types to group by.";
|
|
1919
1925
|
readonly minItems: 0;
|
|
1920
|
-
readonly maxItems:
|
|
1926
|
+
readonly maxItems: 3;
|
|
1921
1927
|
readonly items: {
|
|
1922
1928
|
readonly enum?: readonly string[] | undefined;
|
|
1923
1929
|
readonly type: "string";
|
|
@@ -2046,7 +2052,7 @@ export declare const tileDefinitionSchema: {
|
|
|
2046
2052
|
readonly type: "array";
|
|
2047
2053
|
readonly description: "List of attributes or entity types to group by.";
|
|
2048
2054
|
readonly minItems: 0;
|
|
2049
|
-
readonly maxItems:
|
|
2055
|
+
readonly maxItems: 3;
|
|
2050
2056
|
readonly items: {
|
|
2051
2057
|
readonly enum?: readonly string[] | undefined;
|
|
2052
2058
|
readonly type: "string";
|
|
@@ -2175,7 +2181,7 @@ export declare const tileDefinitionSchema: {
|
|
|
2175
2181
|
readonly type: "array";
|
|
2176
2182
|
readonly description: "List of attributes or entity types to group by.";
|
|
2177
2183
|
readonly minItems: 0;
|
|
2178
|
-
readonly maxItems:
|
|
2184
|
+
readonly maxItems: 3;
|
|
2179
2185
|
readonly items: {
|
|
2180
2186
|
readonly enum?: readonly string[] | undefined;
|
|
2181
2187
|
readonly type: "string";
|
|
@@ -2398,6 +2404,12 @@ export declare const tileDefinitionSchema: {
|
|
|
2398
2404
|
readonly entity_link: {
|
|
2399
2405
|
readonly type: "string";
|
|
2400
2406
|
};
|
|
2407
|
+
readonly entity_links: {
|
|
2408
|
+
readonly type: "object";
|
|
2409
|
+
readonly additionalProperties: {
|
|
2410
|
+
readonly type: "string";
|
|
2411
|
+
};
|
|
2412
|
+
};
|
|
2401
2413
|
};
|
|
2402
2414
|
readonly required: readonly ["type"];
|
|
2403
2415
|
readonly additionalProperties: false;
|
|
@@ -2604,7 +2616,7 @@ export declare const tileConfigSchema: {
|
|
|
2604
2616
|
readonly type: "array";
|
|
2605
2617
|
readonly description: "List of attributes or entity types to group by.";
|
|
2606
2618
|
readonly minItems: 0;
|
|
2607
|
-
readonly maxItems:
|
|
2619
|
+
readonly maxItems: 3;
|
|
2608
2620
|
readonly items: {
|
|
2609
2621
|
readonly enum?: readonly string[] | undefined;
|
|
2610
2622
|
readonly type: "string";
|
|
@@ -2733,7 +2745,7 @@ export declare const tileConfigSchema: {
|
|
|
2733
2745
|
readonly type: "array";
|
|
2734
2746
|
readonly description: "List of attributes or entity types to group by.";
|
|
2735
2747
|
readonly minItems: 0;
|
|
2736
|
-
readonly maxItems:
|
|
2748
|
+
readonly maxItems: 3;
|
|
2737
2749
|
readonly items: {
|
|
2738
2750
|
readonly enum?: readonly string[] | undefined;
|
|
2739
2751
|
readonly type: "string";
|
|
@@ -2862,7 +2874,7 @@ export declare const tileConfigSchema: {
|
|
|
2862
2874
|
readonly type: "array";
|
|
2863
2875
|
readonly description: "List of attributes or entity types to group by.";
|
|
2864
2876
|
readonly minItems: 0;
|
|
2865
|
-
readonly maxItems:
|
|
2877
|
+
readonly maxItems: 3;
|
|
2866
2878
|
readonly items: {
|
|
2867
2879
|
readonly enum?: readonly string[] | undefined;
|
|
2868
2880
|
readonly type: "string";
|
|
@@ -2991,7 +3003,7 @@ export declare const tileConfigSchema: {
|
|
|
2991
3003
|
readonly type: "array";
|
|
2992
3004
|
readonly description: "List of attributes or entity types to group by.";
|
|
2993
3005
|
readonly minItems: 0;
|
|
2994
|
-
readonly maxItems:
|
|
3006
|
+
readonly maxItems: 3;
|
|
2995
3007
|
readonly items: {
|
|
2996
3008
|
readonly enum?: readonly string[] | undefined;
|
|
2997
3009
|
readonly type: "string";
|
|
@@ -3120,7 +3132,7 @@ export declare const tileConfigSchema: {
|
|
|
3120
3132
|
readonly type: "array";
|
|
3121
3133
|
readonly description: "List of attributes or entity types to group by.";
|
|
3122
3134
|
readonly minItems: 0;
|
|
3123
|
-
readonly maxItems:
|
|
3135
|
+
readonly maxItems: 3;
|
|
3124
3136
|
readonly items: {
|
|
3125
3137
|
readonly enum?: readonly string[] | undefined;
|
|
3126
3138
|
readonly type: "string";
|
|
@@ -3343,6 +3355,12 @@ export declare const tileConfigSchema: {
|
|
|
3343
3355
|
readonly entity_link: {
|
|
3344
3356
|
readonly type: "string";
|
|
3345
3357
|
};
|
|
3358
|
+
readonly entity_links: {
|
|
3359
|
+
readonly type: "object";
|
|
3360
|
+
readonly additionalProperties: {
|
|
3361
|
+
readonly type: "string";
|
|
3362
|
+
};
|
|
3363
|
+
};
|
|
3346
3364
|
};
|
|
3347
3365
|
readonly required: readonly ["type"];
|
|
3348
3366
|
readonly additionalProperties: false;
|
|
@@ -3561,7 +3579,7 @@ export declare const dashboardConfigSchema: {
|
|
|
3561
3579
|
readonly type: "array";
|
|
3562
3580
|
readonly description: "List of attributes or entity types to group by.";
|
|
3563
3581
|
readonly minItems: 0;
|
|
3564
|
-
readonly maxItems:
|
|
3582
|
+
readonly maxItems: 3;
|
|
3565
3583
|
readonly items: {
|
|
3566
3584
|
readonly enum?: readonly string[] | undefined;
|
|
3567
3585
|
readonly type: "string";
|
|
@@ -3690,7 +3708,7 @@ export declare const dashboardConfigSchema: {
|
|
|
3690
3708
|
readonly type: "array";
|
|
3691
3709
|
readonly description: "List of attributes or entity types to group by.";
|
|
3692
3710
|
readonly minItems: 0;
|
|
3693
|
-
readonly maxItems:
|
|
3711
|
+
readonly maxItems: 3;
|
|
3694
3712
|
readonly items: {
|
|
3695
3713
|
readonly enum?: readonly string[] | undefined;
|
|
3696
3714
|
readonly type: "string";
|
|
@@ -3819,7 +3837,7 @@ export declare const dashboardConfigSchema: {
|
|
|
3819
3837
|
readonly type: "array";
|
|
3820
3838
|
readonly description: "List of attributes or entity types to group by.";
|
|
3821
3839
|
readonly minItems: 0;
|
|
3822
|
-
readonly maxItems:
|
|
3840
|
+
readonly maxItems: 3;
|
|
3823
3841
|
readonly items: {
|
|
3824
3842
|
readonly enum?: readonly string[] | undefined;
|
|
3825
3843
|
readonly type: "string";
|
|
@@ -3948,7 +3966,7 @@ export declare const dashboardConfigSchema: {
|
|
|
3948
3966
|
readonly type: "array";
|
|
3949
3967
|
readonly description: "List of attributes or entity types to group by.";
|
|
3950
3968
|
readonly minItems: 0;
|
|
3951
|
-
readonly maxItems:
|
|
3969
|
+
readonly maxItems: 3;
|
|
3952
3970
|
readonly items: {
|
|
3953
3971
|
readonly enum?: readonly string[] | undefined;
|
|
3954
3972
|
readonly type: "string";
|
|
@@ -4077,7 +4095,7 @@ export declare const dashboardConfigSchema: {
|
|
|
4077
4095
|
readonly type: "array";
|
|
4078
4096
|
readonly description: "List of attributes or entity types to group by.";
|
|
4079
4097
|
readonly minItems: 0;
|
|
4080
|
-
readonly maxItems:
|
|
4098
|
+
readonly maxItems: 3;
|
|
4081
4099
|
readonly items: {
|
|
4082
4100
|
readonly enum?: readonly string[] | undefined;
|
|
4083
4101
|
readonly type: "string";
|
|
@@ -4300,6 +4318,12 @@ export declare const dashboardConfigSchema: {
|
|
|
4300
4318
|
readonly entity_link: {
|
|
4301
4319
|
readonly type: "string";
|
|
4302
4320
|
};
|
|
4321
|
+
readonly entity_links: {
|
|
4322
|
+
readonly type: "object";
|
|
4323
|
+
readonly additionalProperties: {
|
|
4324
|
+
readonly type: "string";
|
|
4325
|
+
};
|
|
4326
|
+
};
|
|
4303
4327
|
};
|
|
4304
4328
|
readonly required: readonly ["type"];
|
|
4305
4329
|
readonly additionalProperties: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboardSchema.v2.d.ts","sourceRoot":"","sources":["../../src/dashboardSchema.v2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAoB/D,KAAK,qBAAqB,CAAC,CAAC,SAAS,UAAU,IAAI,UAAU,CAAC,CAAC,EAAE;IAAE,+BAA+B,EAAE,IAAI,CAAA;CAAE,CAAC,CAAA;AAI3G,eAAO,MAAM,kBAAkB,8KAYrB,CAAA;AACV,MAAM,MAAM,iBAAiB,GAAG,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"dashboardSchema.v2.d.ts","sourceRoot":"","sources":["../../src/dashboardSchema.v2.ts"],"names":[],"mappings":"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"}
|