From 3782345e64a1d8da23bd13a9994c95f0a22cf6bc Mon Sep 17 00:00:00 2001 From: ci viz model Date: Thu, 21 Aug 2025 14:45:32 +0000 Subject: [PATCH] Latest generation --- counter.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/counter.ts b/counter.ts index d92825e..bb0e3d5 100644 --- a/counter.ts +++ b/counter.ts @@ -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: "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: "SLOTBOOKING_PUBLIC" } }, I: NextSiteCounterRequest, O: NextCounterResult } ], { "api.k8sService": "settings-server" }); diff --git a/package.json b/package.json index b9d6aee..3110aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-viz-sdk", - "version": "1.11.0-SNAPSHOT-250807101229", + "version": "1.11.0-SNAPSHOT-250821144515", "description": "npm libs from visibility model proto files", "homepage": "", "main": "index.ts",