From c6a4c44adbb96816ec5a63144a6ea1a336575ece Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 5 Mar 2026 13:13:49 +0000 Subject: [PATCH] Latest generation --- metadatadef.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadatadef.ts b/metadatadef.ts index 939222c..257cd78 100644 --- a/metadatadef.ts +++ b/metadatadef.ts @@ -1520,8 +1520,8 @@ export const RestoreMetadatasResult = new RestoreMetadatasResult$Type(); * @generated ServiceType for protobuf service api.MetadataService */ export const MetadataService = new ServiceType("api.MetadataService", [ - { name: "CreateMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Create metadata" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: CreateMetadataRequest, O: CreateMetadataResult }, - { name: "UpdateMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Update metadata" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateMetadataRequest, O: UpdateMetadataResult }, + { name: "CreateMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Create metadata" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "google.api.method_visibility": { restriction: "SDK" } }, I: CreateMetadataRequest, O: CreateMetadataResult }, + { name: "UpdateMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Update metadata" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateMetadataRequest, O: UpdateMetadataResult }, { name: "GetMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "google.api.method_visibility": { restriction: "SDK" } }, I: GetMetadatasRequest, O: GetMetadatasResult }, { name: "DeleteMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Delete metadata" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteMetadatasRequest, O: DeleteMetadatasResult }, { name: "GetMetadataCount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata count" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: GetMetadataCountRequest, O: GetMetadataCountResult }, diff --git a/package.json b/package.json index d526ed0..f53415f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260305125928", + "version": "1.13.0-SNAPSHOT-260305131259", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",