diff --git a/package.json b/package.json index fd5afb0..f1a4787 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/restrictions.ts b/restrictions.ts index fa7e1a9..5fb46ca 100644 --- a/restrictions.ts +++ b/restrictions.ts @@ -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:" for a restriction rule). + Attributes: string[]; // Key:value pairs used to scope the computation (e.g. "ActorID:\" 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:" 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:\" may be provided to compute the rule against a specific actor's data access context. } // ========== REQUESTS & RESPONSE MESSAGES ========== diff --git a/rules.ts b/rules.ts index 3d06b71..8de81b7 100644 --- a/rules.ts +++ b/rules.ts @@ -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:" 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:\" used to compute a restriction rule for a given actor context). } // ========== REQUESTS & RESPONSE MESSAGES ========== diff --git a/shared.ts b/shared.ts index 9e971d6..d4c20e7 100644 --- a/shared.ts +++ b/shared.ts @@ -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 //. + * It should look like \/\/\. * * @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__") + ID: string; // Unique identifier for the claim type. (formatted as such: "CLAIMTYPE_\_\") /** * @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__" with category and status being alphanumeric. + * A status should be "CLAIM_STATUS_\_\" with category and status being alphanumeric. * * @generated from protobuf enum api.ClaimStatus */ diff --git a/site.ts b/site.ts index 27f16f5..80edc38 100644 --- a/site.ts +++ b/site.ts @@ -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__") + ID: string; // Unique identifier for the site. (formatted as such: "SITE_\_\") /** * Name of the Site *