Latest generation

This commit is contained in:
ci core model
2025-06-24 14:39:10 +00:00
parent 8c48b29fe3
commit a04cd1bc0c
4 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250624135257
Lib version: 1.11.0-SNAPSHOT-250624143846

View File

@@ -27,6 +27,7 @@ class ObjectDB extends $pb.GeneratedMessage {
$3.DateTime? lastEventTS,
$core.String? lastEventName,
$core.List<$core.int>? entity,
$core.String? site,
}) {
final result = create();
if (project != null) result.project = project;
@@ -34,6 +35,7 @@ class ObjectDB extends $pb.GeneratedMessage {
if (lastEventTS != null) result.lastEventTS = lastEventTS;
if (lastEventName != null) result.lastEventName = lastEventName;
if (entity != null) result.entity = entity;
if (site != null) result.site = site;
return result;
}
@@ -48,6 +50,7 @@ class ObjectDB extends $pb.GeneratedMessage {
..aOM<$3.DateTime>(3, _omitFieldNames ? '' : 'lastEventTS', protoName: 'lastEventTS', subBuilder: $3.DateTime.create)
..aOS(4, _omitFieldNames ? '' : 'lastEventName', protoName: 'lastEventName')
..a<$core.List<$core.int>>(5, _omitFieldNames ? '' : 'entity', $pb.PbFieldType.OY)
..aOS(6, _omitFieldNames ? '' : 'site')
..hasRequiredFields = false
;
@@ -114,6 +117,15 @@ class ObjectDB extends $pb.GeneratedMessage {
$core.bool hasEntity() => $_has(4);
@$pb.TagNumber(5)
void clearEntity() => $_clearField(5);
@$pb.TagNumber(6)
$core.String get site => $_getSZ(5);
@$pb.TagNumber(6)
set site($core.String value) => $_setString(5, value);
@$pb.TagNumber(6)
$core.bool hasSite() => $_has(5);
@$pb.TagNumber(6)
void clearSite() => $_clearField(6);
}

View File

@@ -23,6 +23,7 @@ const ObjectDB$json = {
{'1': 'lastEventTS', '3': 3, '4': 1, '5': 11, '6': '.api.DateTime', '10': 'lastEventTS'},
{'1': 'lastEventName', '3': 4, '4': 1, '5': 9, '10': 'lastEventName'},
{'1': 'entity', '3': 5, '4': 1, '5': 12, '10': 'entity'},
{'1': 'site', '3': 6, '4': 1, '5': 9, '10': 'site'},
],
};
@@ -30,5 +31,6 @@ const ObjectDB$json = {
final $typed_data.Uint8List objectDBDescriptor = $convert.base64Decode(
'CghPYmplY3REQhIYCgdwcm9qZWN0GAEgASgJUgdwcm9qZWN0Eg4KAmlkGAIgASgJUgJpZBIvCg'
'tsYXN0RXZlbnRUUxgDIAEoCzINLmFwaS5EYXRlVGltZVILbGFzdEV2ZW50VFMSJAoNbGFzdEV2'
'ZW50TmFtZRgEIAEoCVINbGFzdEV2ZW50TmFtZRIWCgZlbnRpdHkYBSABKAxSBmVudGl0eQ==');
'ZW50TmFtZRgEIAEoCVINbGFzdEV2ZW50TmFtZRIWCgZlbnRpdHkYBSABKAxSBmVudGl0eRISCg'
'RzaXRlGAYgASgJUgRzaXRl');

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.11.0-SNAPSHOT-250624135257
version: 1.11.0-SNAPSHOT-250624143846
homepage: ''
publish_to: ''
repository: ''