Latest generation

This commit is contained in:
ci core model
2026-04-20 08:29:53 +00:00
parent a0ad1fa1f4
commit 259f1385fa
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260420064000 Lib version: 1.14.0-SNAPSHOT-260420082904

View File

@@ -240,6 +240,7 @@ class ClaimPayload extends $pb.GeneratedMessage {
$1.ClaimStatusStruct ensureStatus() => $_ensure(3); $1.ClaimStatusStruct ensureStatus() => $_ensure(3);
/// Creation date of the claim /// 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.') @$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(6) @$pb.TagNumber(6)
$core.String get creationDate => $_getSZ(4); $core.String get creationDate => $_getSZ(4);

View File

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