Latest generation

This commit is contained in:
ci core model
2026-03-05 13:13:49 +00:00
parent 29f6885200
commit c6a4c44adb
2 changed files with 3 additions and 3 deletions

View File

@@ -1520,8 +1520,8 @@ export const RestoreMetadatasResult = new RestoreMetadatasResult$Type();
* @generated ServiceType for protobuf service api.MetadataService * @generated ServiceType for protobuf service api.MetadataService
*/ */
export const MetadataService = new ServiceType("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: "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": "", "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateMetadataRequest, O: UpdateMetadataResult }, { 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: "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: "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 }, { 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 },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@reflex-platform/npm-core-sdk", "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", "description": "npm libs from core model proto files",
"homepage": "", "homepage": "",
"main": "index.ts", "main": "index.ts",