Latest generation

This commit is contained in:
ci core model
2025-10-03 07:40:22 +00:00
parent b7b4dd4a51
commit 338c9d22b5
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251002135820
Lib version: 1.12.0-SNAPSHOT-251003073951

View File

@@ -1514,6 +1514,7 @@ class EntityID extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
DateTime ensureRefDate() => $_ensure(1);
/// A free-form key/value map provided by the client. The API stores and returns these fields as-is. Intended solely for client use; the API does not interpret or validate the content.
@$pb.TagNumber(4)
$pb.PbList<CustomField> get customFields => $_getList(2);
}
@@ -1557,6 +1558,7 @@ class CustomField extends $pb.GeneratedMessage {
static CustomField getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CustomField>(create);
static CustomField? _defaultInstance;
/// Key of the custom field
@$pb.TagNumber(1)
$core.String get key => $_getSZ(0);
@$pb.TagNumber(1)
@@ -1566,6 +1568,7 @@ class CustomField extends $pb.GeneratedMessage {
@$pb.TagNumber(1)
void clearKey() => $_clearField(1);
/// Value of the custom field
@$pb.TagNumber(2)
$core.String get value => $_getSZ(1);
@$pb.TagNumber(2)
@@ -1628,6 +1631,7 @@ class StockID extends $pb.GeneratedMessage {
@$pb.TagNumber(3)
DateTime ensureRefDate() => $_ensure(0);
/// A free-form key/value map provided by the client. The API stores and returns these fields as-is. Intended solely for client use; the API does not interpret or validate the content.
@$pb.TagNumber(4)
$pb.PbList<CustomField> get customFields => $_getList(1);
}

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251002135820
version: 1.12.0-SNAPSHOT-251003073951
homepage: ''
publish_to: ''
repository: ''