From 4687360983a7699e760348484167abb54b46a186 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 18 Jun 2026 15:48:02 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/shared.pb.dart | 2 +- lib/shared.pbenum.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8afd1f0f..980e3861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260618151549 +Lib version: 1.14.0-SNAPSHOT-260618154708 diff --git a/lib/shared.pb.dart b/lib/shared.pb.dart index 8ea85247..dffcb642 100644 --- a/lib/shared.pb.dart +++ b/lib/shared.pb.dart @@ -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 //. + /// It should look like \/\/\. @$pb.TagNumber(2) $core.String get bucket => $_getSZ(1); @$pb.TagNumber(2) diff --git a/lib/shared.pbenum.dart b/lib/shared.pbenum.dart index 1bc907a3..f6b21b17 100644 --- a/lib/shared.pbenum.dart +++ b/lib/shared.pbenum.dart @@ -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__" with category and status being alphanumeric. +/// A status should be "CLAIM_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'); diff --git a/pubspec.yaml b/pubspec.yaml index 6ad14a36..0f2b0631 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: ''