Latest generation

This commit is contained in:
ci core model
2025-08-25 15:10:17 +00:00
parent 20523a5589
commit a2f516b970
2 changed files with 2 additions and 2 deletions

View File

@@ -3081,5 +3081,5 @@ export const MetadataService = new ServiceType("api.MetadataService", [
{ name: "DeleteSiteMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Delete metadata" }, "api.rscType": "Site", "api.roles": "Platform.Site-Metadata", "google.api.method_visibility": { restriction: "SLOTBOOKING_SDK" } }, I: DeleteSiteMetadatasRequest, O: DeleteSiteMetadatasResult },
{ name: "GetSiteMetadataCount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata count" }, "api.rscType": "Site", "api.roles": "", "google.api.method_visibility": { restriction: "SLOTBOOKING_SDK" } }, I: GetSiteMetadataCountRequest, O: GetSiteMetadataCountResult },
{ name: "GetSiteTransitiveMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get transitive metadata" }, "api.rscType": "Site", "api.roles": "Platform.Site-Metadata", "google.api.method_visibility": { restriction: "SLOTBOOKING_SDK" } }, I: GetSiteTransitiveMetadatasRequest, O: GetSiteTransitiveMetadatasResult },
{ name: "RestoreMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Project"], description: "Restore metadatas" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: RestoreMetadatasRequest, O: RestoreMetadatasResult }
{ name: "RestoreMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Project"], description: "Restore metadatas" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Metadata", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: RestoreMetadatasRequest, O: RestoreMetadatasResult }
], { "api.k8sService": "project-model-server" });

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.12.0-SNAPSHOT-250825092026",
"version": "1.12.0-SNAPSHOT-250825151000",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",