From a20bad69f6998ebb461ac2485f67ae39b1153699 Mon Sep 17 00:00:00 2001 From: ci viz model Date: Wed, 1 Apr 2026 09:25:24 +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 bee77fb..1c7c7d6 100644 --- a/counter.ts +++ b/counter.ts @@ -279,5 +279,5 @@ export const NextCounterSiteResult = new NextCounterSiteResult$Type(); */ export const ProjectCountersService = new ServiceType("vizapi.ProjectCountersService", [ { name: "Next", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a project key", description: "Get the next value for a project key" }, "api.rscType": "Project", "api.roles": "", "api.aliasType": "APPOINTMENT_SCHEDULING", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterRequest, O: NextCounterResult }, - { name: "NextSite", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a site type project key", description: "Get the next value for a site type project key" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterSiteRequest, O: NextCounterSiteResult } + { name: "NextSite", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a site type project key", description: "Get the next value for a site type project key" }, "api.rscType": "Project", "api.roles": "", "api.aliasType": "APPOINTMENT_SCHEDULING", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterSiteRequest, O: NextCounterSiteResult } ], { "api.k8sService": "settings-server" }); diff --git a/package.json b/package.json index e5c9068..474ee23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-viz-sdk", - "version": "1.13.0-SNAPSHOT-260401092403", + "version": "1.13.0-SNAPSHOT-260401092504", "description": "npm libs from visibility model proto files", "homepage": "", "main": "index.ts",