Latest generation

This commit is contained in:
ci viz model
2025-08-26 15:11:48 +00:00
parent 2c92cd3a17
commit 19bb7c93a4
2 changed files with 2 additions and 2 deletions

View File

@@ -213,5 +213,5 @@ export const ProjectCountersService = new ServiceType("vizapi.ProjectCountersSer
* @generated ServiceType for protobuf service vizapi.SiteCountersService
*/
export const SiteCountersService = new ServiceType("vizapi.SiteCountersService", [
{ name: "Next", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Site Counters"], summary: "Get the next value for a Site key", description: "Get the next value for a Site key" }, "api.rscType": "Site", "api.roles": "", "google.api.method_visibility": { restriction: "SLOTBOOKING_PUBLIC" } }, I: NextSiteCounterRequest, O: NextCounterResult }
{ name: "Next", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Site Counters"], summary: "Get the next value for a Site key", description: "Get the next value for a Site key" }, "api.rscType": "Site", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextSiteCounterRequest, O: NextCounterResult }
], { "api.k8sService": "settings-server" });