Latest generation

This commit is contained in:
ci core model
2025-10-21 10:15:58 +00:00
parent 94784fd9f3
commit 8793ec4358
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251021100710
Lib version: 1.12.0-SNAPSHOT-251021101533

View File

@@ -34,6 +34,8 @@ class PrjMetadata extends $pb.GeneratedMessage {
$2.MetadataType? typology,
$core.Iterable<$core.String>? enumeration,
$2.MetadataDisplayType? showOnCreation,
$core.Iterable<$1.LabelByLanguage>? labels,
$core.bool? isKpi,
}) {
final result = create();
if (isSegmentationKey != null) result.isSegmentationKey = isSegmentationKey;
@@ -48,6 +50,8 @@ class PrjMetadata extends $pb.GeneratedMessage {
if (typology != null) result.typology = typology;
if (enumeration != null) result.enumeration.addAll(enumeration);
if (showOnCreation != null) result.showOnCreation = showOnCreation;
if (labels != null) result.labels.addAll(labels);
if (isKpi != null) result.isKpi = isKpi;
return result;
}
@@ -69,6 +73,8 @@ class PrjMetadata extends $pb.GeneratedMessage {
..e<$2.MetadataType>(11, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $2.MetadataType.TYPE_UNKNOWN, valueOf: $2.MetadataType.valueOf, enumValues: $2.MetadataType.values)
..pPS(12, _omitFieldNames ? '' : 'Enumeration', protoName: 'Enumeration')
..e<$2.MetadataDisplayType>(13, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $2.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $2.MetadataDisplayType.valueOf, enumValues: $2.MetadataDisplayType.values)
..pc<$1.LabelByLanguage>(14, _omitFieldNames ? '' : 'Labels', $pb.PbFieldType.PM, protoName: 'Labels', subBuilder: $1.LabelByLanguage.create)
..aOB(15, _omitFieldNames ? '' : 'IsKpi', protoName: 'IsKpi')
..hasRequiredFields = false
;
@@ -195,6 +201,18 @@ class PrjMetadata extends $pb.GeneratedMessage {
$core.bool hasShowOnCreation() => $_has(11);
@$pb.TagNumber(13)
void clearShowOnCreation() => $_clearField(13);
@$pb.TagNumber(14)
$pb.PbList<$1.LabelByLanguage> get labels => $_getList(12);
@$pb.TagNumber(15)
$core.bool get isKpi => $_getBF(13);
@$pb.TagNumber(15)
set isKpi($core.bool value) => $_setBool(13, value);
@$pb.TagNumber(15)
$core.bool hasIsKpi() => $_has(13);
@$pb.TagNumber(15)
void clearIsKpi() => $_clearField(15);
}
class PrjMetadataTransitive extends $pb.GeneratedMessage {

View File

@@ -30,6 +30,8 @@ const PrjMetadata$json = {
{'1': 'Typology', '3': 11, '4': 1, '5': 14, '6': '.api.MetadataType', '10': 'Typology'},
{'1': 'Enumeration', '3': 12, '4': 3, '5': 9, '8': {}, '10': 'Enumeration'},
{'1': 'ShowOnCreation', '3': 13, '4': 1, '5': 14, '6': '.api.MetadataDisplayType', '10': 'ShowOnCreation'},
{'1': 'Labels', '3': 14, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Labels'},
{'1': 'IsKpi', '3': 15, '4': 1, '5': 8, '10': 'IsKpi'},
],
'7': {},
};
@@ -54,8 +56,10 @@ final $typed_data.Uint8List prjMetadataDescriptor = $convert.base64Decode(
'lvbhgKIAEoCVIRUmVndWxhckV4cHJlc3Npb24SLQoIVHlwb2xvZ3kYCyABKA4yES5hcGkuTWV0'
'YWRhdGFUeXBlUghUeXBvbG9neRI/CgtFbnVtZXJhdGlvbhgMIAMoCUIdkkEaMhhDdXN0b21pem'
'FibGUgZW51bWVyYXRpb25SC0VudW1lcmF0aW9uEkAKDlNob3dPbkNyZWF0aW9uGA0gASgOMhgu'
'YXBpLk1ldGFkYXRhRGlzcGxheVR5cGVSDlNob3dPbkNyZWF0aW9uOiWSQSIKINIBBkVudGl0ed'
'IBBlBhcmVudNIBBE5hbWXSAQRUeXBl');
'YXBpLk1ldGFkYXRhRGlzcGxheVR5cGVSDlNob3dPbkNyZWF0aW9uEkkKBkxhYmVscxgOIAMoCz'
'IULmFwaS5MYWJlbEJ5TGFuZ3VhZ2VCG9DBGAHqwRgTTGFuZ3VhZ2VDb2RlSVNPNjM5MVIGTGFi'
'ZWxzEhQKBUlzS3BpGA8gASgIUgVJc0twaTolkkEiCiDSAQZFbnRpdHnSAQZQYXJlbnTSAQROYW'
'1l0gEEVHlwZQ==');
@$core.Deprecated('Use prjMetadataTransitiveDescriptor instead')
const PrjMetadataTransitive$json = {

View File

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