From a14d080fd0460f947563a7ff2175f669b5e0f431 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 4 Sep 2026 13:30:34 +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 aa9c269..04a6b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260903132829", + "version": "1.15.0-SNAPSHOT-260904132949", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/restrictions.ts b/restrictions.ts index 62a9121..31121a4 100644 --- a/restrictions.ts +++ b/restrictions.ts @@ -2366,5 +2366,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" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, 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" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, 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" }, "api.rscType": "Project", "api.roles": "Platform.Project-Rule", "google.api.method_visibility": { restriction: "INTERNAL" } }, 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" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, 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" }, "api.rscType": "Project", "api.roles": "", "api.aliasType": "APPOINTMENT_SCHEDULING", "google.api.method_visibility": { restriction: "SDK" } }, I: ComputeForValidationRequest, O: ComputeForValidationResponse } ], { "api.k8sService": "rule-server" });