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

@@ -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
*/