From 5d87689029670f7bdf0d7d4d481a9a9dd2757fe5 Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Sat, 25 Apr 2026 01:48:19 +0000 Subject: [PATCH] feat(ziti-management): add token counting type --- proto/agynio/api/ziti_management/v1/ziti_management.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/agynio/api/ziti_management/v1/ziti_management.proto b/proto/agynio/api/ziti_management/v1/ziti_management.proto index 3d968e2..68efe2c 100644 --- a/proto/agynio/api/ziti_management/v1/ziti_management.proto +++ b/proto/agynio/api/ziti_management/v1/ziti_management.proto @@ -75,6 +75,7 @@ enum ServiceType { SERVICE_TYPE_LLM_PROXY = 4; SERVICE_TYPE_TRACING = 5; SERVICE_TYPE_RUNNERS = 6; + SERVICE_TYPE_TOKEN_COUNTING = 7; reserved 3; reserved "SERVICE_TYPE_RUNNER"; }