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

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260618151549
Lib version: 1.14.0-SNAPSHOT-260618154708

View File

@@ -3654,7 +3654,7 @@ class StorageEndpoint extends $pb.GeneratedMessage {
void clearEndpoint() => $_clearField(1);
/// 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\>.
@$pb.TagNumber(2)
$core.String get bucket => $_getSZ(1);
@$pb.TagNumber(2)

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');

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.14.0-SNAPSHOT-260618151549
version: 1.14.0-SNAPSHOT-260618154708
homepage: ''
publish_to: ''
repository: ''