You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user