From 2f92bc4175ab70a24e2d2f52680e56dee78d6ec4 Mon Sep 17 00:00:00 2001 From: ci core model Date: Wed, 19 Aug 2026 08:27:51 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- restrictions.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d7b5cb..17edabd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260819073423", + "version": "1.15.0-SNAPSHOT-260819082718", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/restrictions.ts b/restrictions.ts index 89e9745..f9474ae 100644 --- a/restrictions.ts +++ b/restrictions.ts @@ -2356,5 +2356,5 @@ export const RestrictionService = new ServiceType("api.RestrictionService", [ { name: "ValidateRule", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Validate a restriction rule, will return a 400 error if the rule is not a valid restriction rule" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: ValidateRestrictionRuleRequest, O: ValidateRestrictionRuleResponse }, { name: "GetRuleJSONTree", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Get the JSON tree of a restriction rule when compiled" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: GetRuleJSONTreeRequest, O: GetRuleJSONTreeResponse }, { name: "Compute", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Compute all the restrictions for a user on a given entity in a project" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Project", "api.roles": "Platform.Project-Rule" }, I: ComputeRuleRequest, O: ComputeRuleResponse }, - { name: "ComputeForValidation", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Return all the REGEX validation for all fields for a given entity in a project the user has to respect" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Project", "api.roles": "Platform.Project-Rule" }, I: ComputeForValidationRequest, O: ComputeForValidationResponse } + { name: "ComputeForValidation", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Restriction"], description: "Return all the REGEX validation for all fields for a given entity in a project the user has to respect" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: ComputeForValidationRequest, O: ComputeForValidationResponse } ], { "api.k8sService": "rule-server" });