Latest generation

This commit is contained in:
ci core model
2026-02-24 07:54:48 +00:00
parent e81916fcd4
commit a9dcab0c50
4 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260223160249
Lib version: 1.13.0-SNAPSHOT-260224075354

View File

@@ -6276,6 +6276,7 @@ class EntityDefinition extends $pb.GeneratedMessage {
$core.bool? isIndexed,
$core.Iterable<$core.String>? kpiGroups,
$core.int? modelVersion,
$core.String? domainString,
}) {
final result = create();
if (name != null) result.name = name;
@@ -6286,6 +6287,7 @@ class EntityDefinition extends $pb.GeneratedMessage {
if (isIndexed != null) result.isIndexed = isIndexed;
if (kpiGroups != null) result.kpiGroups.addAll(kpiGroups);
if (modelVersion != null) result.modelVersion = modelVersion;
if (domainString != null) result.domainString = domainString;
return result;
}
@@ -6303,6 +6305,7 @@ class EntityDefinition extends $pb.GeneratedMessage {
..aOB(6, _omitFieldNames ? '' : 'IsIndexed', protoName: 'IsIndexed')
..pPS(7, _omitFieldNames ? '' : 'KpiGroups', protoName: 'KpiGroups')
..a<$core.int>(8, _omitFieldNames ? '' : 'ModelVersion', $pb.PbFieldType.OU3, protoName: 'ModelVersion')
..aOS(9, _omitFieldNames ? '' : 'DomainString', protoName: 'DomainString')
..hasRequiredFields = false
;
@@ -6382,6 +6385,15 @@ class EntityDefinition extends $pb.GeneratedMessage {
$core.bool hasModelVersion() => $_has(7);
@$pb.TagNumber(8)
void clearModelVersion() => $_clearField(8);
@$pb.TagNumber(9)
$core.String get domainString => $_getSZ(8);
@$pb.TagNumber(9)
set domainString($core.String value) => $_setString(8, value);
@$pb.TagNumber(9)
$core.bool hasDomainString() => $_has(8);
@$pb.TagNumber(9)
void clearDomainString() => $_clearField(9);
}
class CrossFineQuery extends $pb.GeneratedMessage {

View File

@@ -2129,6 +2129,7 @@ const EntityDefinition$json = {
{'1': 'IsIndexed', '3': 6, '4': 1, '5': 8, '10': 'IsIndexed'},
{'1': 'KpiGroups', '3': 7, '4': 3, '5': 9, '10': 'KpiGroups'},
{'1': 'ModelVersion', '3': 8, '4': 1, '5': 13, '10': 'ModelVersion'},
{'1': 'DomainString', '3': 9, '4': 1, '5': 9, '10': 'DomainString'},
],
};
@@ -2139,7 +2140,8 @@ final $typed_data.Uint8List entityDefinitionDescriptor = $convert.base64Decode(
'AygOMhAuYXBpLlByb2plY3RUeXBlUgxQcm9qZWN0VHlwZXMSIAoLSGFzTWV0YWRhdGEYBCABKA'
'hSC0hhc01ldGFkYXRhEi4KEkhhc0RhdGFSZXN0cmljdGlvbhgFIAEoCFISSGFzRGF0YVJlc3Ry'
'aWN0aW9uEhwKCUlzSW5kZXhlZBgGIAEoCFIJSXNJbmRleGVkEhwKCUtwaUdyb3VwcxgHIAMoCV'
'IJS3BpR3JvdXBzEiIKDE1vZGVsVmVyc2lvbhgIIAEoDVIMTW9kZWxWZXJzaW9u');
'IJS3BpR3JvdXBzEiIKDE1vZGVsVmVyc2lvbhgIIAEoDVIMTW9kZWxWZXJzaW9uEiIKDERvbWFp'
'blN0cmluZxgJIAEoCVIMRG9tYWluU3RyaW5n');
@$core.Deprecated('Use crossFineQueryDescriptor instead')
const CrossFineQuery$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-260223160249
version: 1.13.0-SNAPSHOT-260224075354
homepage: ''
publish_to: ''
repository: ''