Latest generation

This commit is contained in:
ci core model
2025-08-19 08:57:32 +00:00
parent d7e4bc1594
commit 49253df88d
7 changed files with 52 additions and 52 deletions

View File

@@ -848,5 +848,5 @@ export const GetSiteViewFieldsResult = new GetSiteViewFieldsResult$Type();
export const ViewService = new ServiceType("api.ViewService", [
{ name: "GetViewFields", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["View"], description: "DEPRECATED : replaced by GetProjectViewFields. Get view fields" }, "api.rscType": "Project", "api.roles": "Platform.Project-View", "google.api.method_visibility": { restriction: "SDK" } }, I: GetViewFieldsRequest, O: GetViewFieldsResult },
{ name: "GetProjectViewFields", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["View"], description: "Get project view fields" }, "api.rscType": "Project", "api.roles": "Platform.Project-View", "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectViewFieldsRequest, O: GetProjectViewFieldsResult },
{ name: "GetSiteViewFields", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["View"], description: "Get site view fields" }, "api.rscType": "Site", "api.roles": "Platform.Site-View", "google.api.method_visibility": { restriction: "SDK" } }, I: GetSiteViewFieldsRequest, O: GetSiteViewFieldsResult }
{ name: "GetSiteViewFields", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["View"], description: "Get site view fields" }, "api.rscType": "Site", "api.roles": "Platform.Site-View", "google.api.method_visibility": { restriction: "SLOTBOOKING_SDK" } }, I: GetSiteViewFieldsRequest, O: GetSiteViewFieldsResult }
], { "api.k8sService": "project-model-server" });