You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.13.0-SNAPSHOT-260302091750
|
||||
Lib version: 1.13.0-SNAPSHOT-260302111001
|
||||
|
||||
@@ -6276,6 +6276,7 @@ class EntityDefinition extends $pb.GeneratedMessage {
|
||||
$core.bool? isIndexed,
|
||||
$core.Iterable<$core.String>? kpiGroups,
|
||||
$core.int? modelVersion,
|
||||
$core.Iterable<$core.String>? dashboardViewsAnalysis,
|
||||
}) {
|
||||
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 (dashboardViewsAnalysis != null) result.dashboardViewsAnalysis.addAll(dashboardViewsAnalysis);
|
||||
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')
|
||||
..pPS(9, _omitFieldNames ? '' : 'DashboardViewsAnalysis', protoName: 'DashboardViewsAnalysis')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -6382,6 +6385,9 @@ class EntityDefinition extends $pb.GeneratedMessage {
|
||||
$core.bool hasModelVersion() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearModelVersion() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$core.String> get dashboardViewsAnalysis => $_getList(8);
|
||||
}
|
||||
|
||||
class CrossFindQuery extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -2104,6 +2104,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': 'DashboardViewsAnalysis', '3': 9, '4': 3, '5': 9, '10': 'DashboardViewsAnalysis'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -2114,7 +2115,8 @@ final $typed_data.Uint8List entityDefinitionDescriptor = $convert.base64Decode(
|
||||
'AygOMhAuYXBpLlByb2plY3RUeXBlUgxQcm9qZWN0VHlwZXMSIAoLSGFzTWV0YWRhdGEYBCABKA'
|
||||
'hSC0hhc01ldGFkYXRhEi4KEkhhc0RhdGFSZXN0cmljdGlvbhgFIAEoCFISSGFzRGF0YVJlc3Ry'
|
||||
'aWN0aW9uEhwKCUlzSW5kZXhlZBgGIAEoCFIJSXNJbmRleGVkEhwKCUtwaUdyb3VwcxgHIAMoCV'
|
||||
'IJS3BpR3JvdXBzEiIKDE1vZGVsVmVyc2lvbhgIIAEoDVIMTW9kZWxWZXJzaW9u');
|
||||
'IJS3BpR3JvdXBzEiIKDE1vZGVsVmVyc2lvbhgIIAEoDVIMTW9kZWxWZXJzaW9uEjYKFkRhc2hi'
|
||||
'b2FyZFZpZXdzQW5hbHlzaXMYCSADKAlSFkRhc2hib2FyZFZpZXdzQW5hbHlzaXM=');
|
||||
|
||||
@$core.Deprecated('Use crossFindQueryDescriptor instead')
|
||||
const CrossFindQuery$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260302091750
|
||||
version: 1.13.0-SNAPSHOT-260302111001
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user