Latest generation

This commit is contained in:
ci core model
2026-06-18 15:48:02 +00:00
parent 3c0e6617fe
commit 13d1bca4c4
5 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -99,7 +99,7 @@ export interface RuleComputeResult {
/**
* @generated from protobuf field: repeated string Attributes = 4
*/
Attributes: string[]; // Key:value pairs used to scope the computation (e.g. "ActorID:<id>" for a restriction rule).
Attributes: string[]; // Key:value pairs used to scope the computation (e.g. "ActorID:\<id\>" for a restriction rule).
}
/**
* RestrictionRule is the input structure used to define a rule within a restriction, before it is persisted as a full Rule.
@@ -126,7 +126,7 @@ export interface RestrictionRule {
/**
* @generated from protobuf field: repeated string Attributes = 5
*/
Attributes: string[]; // Optional contextual key:value pairs provided by the rule's consumer to scope evaluation. Usually empty. "ActorID:<id>" may be provided to compute the rule against a specific actor's data access context.
Attributes: string[]; // Optional contextual key:value pairs provided by the rule's consumer to scope evaluation. Usually empty. "ActorID:\<id\>" may be provided to compute the rule against a specific actor's data access context.
}
// ========== REQUESTS & RESPONSE MESSAGES ==========

View File

@@ -59,7 +59,7 @@ export interface Rule {
/**
* @generated from protobuf field: repeated string Attributes = 10
*/
Attributes: string[]; // Contextual key:value pairs provided by the rule's consumer to scope evaluation (e.g. "ActorID:<id>" used to compute a restriction rule for a given actor context).
Attributes: string[]; // Contextual key:value pairs provided by the rule's consumer to scope evaluation (e.g. "ActorID:\<id\>" used to compute a restriction rule for a given actor context).
}
// ========== REQUESTS & RESPONSE MESSAGES ==========

View File

@@ -1170,7 +1170,7 @@ export interface StorageEndpoint {
Endpoint: string;
/**
* Bucket is the name of the bucket associated to this partner app.
* It should look like <organisationID>/<projectID>/<partnerAppID>.
* It should look like \<organisationID\>/\<projectID\>/\<partnerAppID\>.
*
* @generated from protobuf field: string Bucket = 2
*/
@@ -1394,7 +1394,7 @@ export interface ClaimType {
/**
* @generated from protobuf field: string ID = 1
*/
ID: string; // Unique identifier for the claim type. (formatted as such: "CLAIMTYPE_<ProjectID>_<UUID>")
ID: string; // Unique identifier for the claim type. (formatted as such: "CLAIMTYPE_\<ProjectID\>_\<UUID\>")
/**
* @deprecated
* @generated from protobuf field: string ProjectID = 2 [deprecated = true]
@@ -2761,7 +2761,7 @@ export enum ClaimSector {
* Enum representing different statuses of a claim.
* Includes a "category" for each status which is used to determine the color of the status in the UI.
* For example : CLAIM_STATUS_START_NEW is in the "START" category and the status is "NEW".
* A status should be "CLAIM_STATUS_<category>_<status>" with category and status being alphanumeric.
* A status should be "CLAIM_STATUS_\<category\>_\<status\>" with category and status being alphanumeric.
*
* @generated from protobuf enum api.ClaimStatus
*/

View File

@@ -45,7 +45,7 @@ export interface Site {
/**
* @generated from protobuf field: string ID = 1
*/
ID: string; // Unique identifier for the site. (formatted as such: "SITE_<OrganisationID>_<UUID>")
ID: string; // Unique identifier for the site. (formatted as such: "SITE_\<OrganisationID\>_\<UUID\>")
/**
* Name of the Site
*