From e033c61aab6bb571b7e7064254cc9690f52704be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:38:49 +0300 Subject: [PATCH] chore(update): bump openapi schema (2024-06-12) (#79) Co-authored-by: GitHub --- handler/billinggroup/billinggroup.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handler/billinggroup/billinggroup.go b/handler/billinggroup/billinggroup.go index 2681bdc..af05eda 100644 --- a/handler/billinggroup/billinggroup.go +++ b/handler/billinggroup/billinggroup.go @@ -602,12 +602,13 @@ const ( ServiceTypeThanosquery ServiceType = "thanosquery" ServiceTypeThanosreceiver ServiceType = "thanosreceiver" ServiceTypeThanosstore ServiceType = "thanosstore" + ServiceTypeValkey ServiceType = "valkey" ServiceTypeVector ServiceType = "vector" ServiceTypeVmalert ServiceType = "vmalert" ) func ServiceTypeChoices() []string { - return []string{"alertmanager", "cassandra", "clickhouse", "dragonfly", "elasticsearch", "flink", "grafana", "influxdb", "kafka", "kafka_connect", "kafka_mirrormaker", "m3aggregator", "m3db", "mysql", "opensearch", "parca", "pg", "redis", "stresstester", "sw", "thanos", "thanoscompactor", "thanosquery", "thanosreceiver", "thanosstore", "vector", "vmalert"} + return []string{"alertmanager", "cassandra", "clickhouse", "dragonfly", "elasticsearch", "flink", "grafana", "influxdb", "kafka", "kafka_connect", "kafka_mirrormaker", "m3aggregator", "m3db", "mysql", "opensearch", "parca", "pg", "redis", "stresstester", "sw", "thanos", "thanoscompactor", "thanosquery", "thanosreceiver", "thanosstore", "valkey", "vector", "vmalert"} } type billingGroupCreateOut struct {