Latest generation

This commit is contained in:
ci core model
2026-03-03 10:59:48 +00:00
parent bea4648f6b
commit 450b5c846d
4 changed files with 31 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260303095355
Lib version: 1.13.0-SNAPSHOT-260303105854

View File

@@ -6278,6 +6278,8 @@ class EntityDefinition extends $pb.GeneratedMessage {
$core.int? modelVersion,
$core.Iterable<$core.String>? dashboardViewsAnalysis,
$core.bool? hasSegmentationKeys,
$core.bool? hasTransitiveMetadata,
$core.bool? hasTransitiveSegmentationKeys,
}) {
final result = create();
if (name != null) result.name = name;
@@ -6290,6 +6292,8 @@ class EntityDefinition extends $pb.GeneratedMessage {
if (modelVersion != null) result.modelVersion = modelVersion;
if (dashboardViewsAnalysis != null) result.dashboardViewsAnalysis.addAll(dashboardViewsAnalysis);
if (hasSegmentationKeys != null) result.hasSegmentationKeys = hasSegmentationKeys;
if (hasTransitiveMetadata != null) result.hasTransitiveMetadata = hasTransitiveMetadata;
if (hasTransitiveSegmentationKeys != null) result.hasTransitiveSegmentationKeys = hasTransitiveSegmentationKeys;
return result;
}
@@ -6309,6 +6313,8 @@ class EntityDefinition extends $pb.GeneratedMessage {
..a<$core.int>(8, _omitFieldNames ? '' : 'ModelVersion', $pb.PbFieldType.OU3, protoName: 'ModelVersion')
..pPS(9, _omitFieldNames ? '' : 'DashboardViewsAnalysis', protoName: 'DashboardViewsAnalysis')
..aOB(10, _omitFieldNames ? '' : 'HasSegmentationKeys', protoName: 'HasSegmentationKeys')
..aOB(11, _omitFieldNames ? '' : 'HasTransitiveMetadata', protoName: 'HasTransitiveMetadata')
..aOB(12, _omitFieldNames ? '' : 'HasTransitiveSegmentationKeys', protoName: 'HasTransitiveSegmentationKeys')
..hasRequiredFields = false
;
@@ -6400,6 +6406,24 @@ class EntityDefinition extends $pb.GeneratedMessage {
$core.bool hasHasSegmentationKeys() => $_has(9);
@$pb.TagNumber(10)
void clearHasSegmentationKeys() => $_clearField(10);
@$pb.TagNumber(11)
$core.bool get hasTransitiveMetadata => $_getBF(10);
@$pb.TagNumber(11)
set hasTransitiveMetadata($core.bool value) => $_setBool(10, value);
@$pb.TagNumber(11)
$core.bool hasHasTransitiveMetadata() => $_has(10);
@$pb.TagNumber(11)
void clearHasTransitiveMetadata() => $_clearField(11);
@$pb.TagNumber(12)
$core.bool get hasTransitiveSegmentationKeys => $_getBF(11);
@$pb.TagNumber(12)
set hasTransitiveSegmentationKeys($core.bool value) => $_setBool(11, value);
@$pb.TagNumber(12)
$core.bool hasHasTransitiveSegmentationKeys() => $_has(11);
@$pb.TagNumber(12)
void clearHasTransitiveSegmentationKeys() => $_clearField(12);
}
class CrossFindQuery extends $pb.GeneratedMessage {

View File

@@ -2106,6 +2106,8 @@ const EntityDefinition$json = {
{'1': 'ModelVersion', '3': 8, '4': 1, '5': 13, '10': 'ModelVersion'},
{'1': 'DashboardViewsAnalysis', '3': 9, '4': 3, '5': 9, '10': 'DashboardViewsAnalysis'},
{'1': 'HasSegmentationKeys', '3': 10, '4': 1, '5': 8, '10': 'HasSegmentationKeys'},
{'1': 'HasTransitiveMetadata', '3': 11, '4': 1, '5': 8, '10': 'HasTransitiveMetadata'},
{'1': 'HasTransitiveSegmentationKeys', '3': 12, '4': 1, '5': 8, '10': 'HasTransitiveSegmentationKeys'},
],
};
@@ -2118,7 +2120,9 @@ final $typed_data.Uint8List entityDefinitionDescriptor = $convert.base64Decode(
'aWN0aW9uEhwKCUlzSW5kZXhlZBgGIAEoCFIJSXNJbmRleGVkEhwKCUtwaUdyb3VwcxgHIAMoCV'
'IJS3BpR3JvdXBzEiIKDE1vZGVsVmVyc2lvbhgIIAEoDVIMTW9kZWxWZXJzaW9uEjYKFkRhc2hi'
'b2FyZFZpZXdzQW5hbHlzaXMYCSADKAlSFkRhc2hib2FyZFZpZXdzQW5hbHlzaXMSMAoTSGFzU2'
'VnbWVudGF0aW9uS2V5cxgKIAEoCFITSGFzU2VnbWVudGF0aW9uS2V5cw==');
'VnbWVudGF0aW9uS2V5cxgKIAEoCFITSGFzU2VnbWVudGF0aW9uS2V5cxI0ChVIYXNUcmFuc2l0'
'aXZlTWV0YWRhdGEYCyABKAhSFUhhc1RyYW5zaXRpdmVNZXRhZGF0YRJECh1IYXNUcmFuc2l0aX'
'ZlU2VnbWVudGF0aW9uS2V5cxgMIAEoCFIdSGFzVHJhbnNpdGl2ZVNlZ21lbnRhdGlvbktleXM=');
@$core.Deprecated('Use crossFindQueryDescriptor instead')
const CrossFindQuery$json = {

View File

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