Latest generation

This commit is contained in:
ci core model
2026-06-18 15:48:02 +00:00
parent d9a7437114
commit 4687360983
4 changed files with 4 additions and 4 deletions

View File

@@ -328,7 +328,7 @@ class ClaimSector extends $pb.ProtobufEnum {
/// 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.
class ClaimStatus extends $pb.ProtobufEnum {
static const ClaimStatus CLAIM_STATUS_UNKNOWN = ClaimStatus._(0, _omitEnumNames ? '' : 'CLAIM_STATUS_UNKNOWN');
static const ClaimStatus CLAIM_STATUS_START_NEW = ClaimStatus._(100, _omitEnumNames ? '' : 'CLAIM_STATUS_START_NEW');