From 259f1385fa67493f31ba6327c8151ba23890f0e5 Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 20 Apr 2026 08:29:53 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/claim.pb.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282aec8..4e22d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260420064000 +Lib version: 1.14.0-SNAPSHOT-260420082904 diff --git a/lib/claim.pb.dart b/lib/claim.pb.dart index 56e0008..b91509f 100644 --- a/lib/claim.pb.dart +++ b/lib/claim.pb.dart @@ -240,6 +240,7 @@ class ClaimPayload extends $pb.GeneratedMessage { $1.ClaimStatusStruct ensureStatus() => $_ensure(3); /// Creation date of the claim + /// TODO Because this attribute is a kpi, when removing it we will have to alter all clickhouse tables to drop the column. @$core.Deprecated('This field is deprecated.') @$pb.TagNumber(6) $core.String get creationDate => $_getSZ(4); diff --git a/pubspec.yaml b/pubspec.yaml index d620d00..d8a3b0b 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-260420064000 +version: 1.14.0-SNAPSHOT-260420082904 homepage: '' publish_to: '' repository: ''