@kong-ui-public/analytics-utilities 10.1.6-pr.2346.32c222100.0 → 10.1.6-pr.2346.5bc4acfaa.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/dashboardSchemaZod.v2.d.ts +132 -132
- package/dist/vitals-utilities.cjs +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js +10 -10
- 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
|
@@ -3061,7 +3061,7 @@ const Hf = [
|
|
|
3061
3061
|
time_range: "1h"
|
|
3062
3062
|
}), Xt = $({
|
|
3063
3063
|
granularity: L(jt).optional(),
|
|
3064
|
-
time_range: Dl,
|
|
3064
|
+
time_range: Dl.optional(),
|
|
3065
3065
|
limit: V().optional(),
|
|
3066
3066
|
meta: $().optional()
|
|
3067
3067
|
}), Qt = (e) => ce(L(e)).optional(), Kt = (e) => ce(L(e)).max(2).optional(), ht = (e) => {
|
|
@@ -3076,19 +3076,19 @@ const Hf = [
|
|
|
3076
3076
|
return ce(le([t, n])).optional();
|
|
3077
3077
|
}, Ol = Xt.extend({
|
|
3078
3078
|
datasource: q("api_usage"),
|
|
3079
|
-
metrics: Qt(Sr),
|
|
3080
|
-
dimensions: Kt(Ut),
|
|
3081
|
-
filters: ht(Oe)
|
|
3079
|
+
metrics: Qt(Sr).optional(),
|
|
3080
|
+
dimensions: Kt(Ut).optional(),
|
|
3081
|
+
filters: ht(Oe).optional()
|
|
3082
3082
|
}).strict(), Sl = Xt.extend({
|
|
3083
3083
|
datasource: q("basic"),
|
|
3084
|
-
metrics: Qt(Ft),
|
|
3085
|
-
dimensions: Kt(ct),
|
|
3086
|
-
filters: ht(De)
|
|
3084
|
+
metrics: Qt(Ft).optional(),
|
|
3085
|
+
dimensions: Kt(ct).optional(),
|
|
3086
|
+
filters: ht(De).optional()
|
|
3087
3087
|
}).strict(), El = Xt.extend({
|
|
3088
3088
|
datasource: q("llm_usage"),
|
|
3089
|
-
metrics: Qt(Er),
|
|
3090
|
-
dimensions: Kt(Yt),
|
|
3091
|
-
filters: ht(Se)
|
|
3089
|
+
metrics: Qt(Er).optional(),
|
|
3090
|
+
dimensions: Kt(Yt).optional(),
|
|
3091
|
+
filters: ht(Se).optional()
|
|
3092
3092
|
}).strict(), Ml = le([Ol, Sl, El]), Il = $({
|
|
3093
3093
|
query: Ml,
|
|
3094
3094
|
chart: le([
|