Latest generation

This commit is contained in:
ci core model
2025-06-09 09:25:58 +00:00
parent 8f9047599a
commit 1a1273d23f
5 changed files with 3 additions and 36 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250606153759
Lib version: 1.11.0-SNAPSHOT-250609092535

View File

@@ -433,7 +433,7 @@ class Options {
static final enrichments = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'enrichments', 50007, $pb.PbFieldType.OS);
static final kpiGroups = $pb.Extension<KPIGroups>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'kpiGroups', 50008, $pb.PbFieldType.OM, protoName: 'kpiGroups', defaultOrMaker: KPIGroups.getDefault, subBuilder: KPIGroups.create);
static final version = $pb.Extension<$core.int>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'version', 50009, $pb.PbFieldType.OU3);
static final entityRscType = $pb.Extension<EntityResourceType>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'entityRscType', 50010, $pb.PbFieldType.OE, protoName: 'entityRscType', defaultOrMaker: EntityResourceType.ENTITY_RESOURCE_TYPE_UNKNOWN, valueOf: EntityResourceType.valueOf, enumValues: EntityResourceType.values);
static final entityRscType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'entityRscType', 50010, $pb.PbFieldType.OS, protoName: 'entityRscType');
static final messageType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'messageType', 50100, $pb.PbFieldType.OS, protoName: 'messageType');
static final payload = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'payload', 50101, $pb.PbFieldType.OB);
static final action = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'action', 50102, $pb.PbFieldType.OS);

View File

@@ -33,22 +33,5 @@ class KPIGroupType extends $pb.ProtobufEnum {
const KPIGroupType._(super.value, super.name);
}
class EntityResourceType extends $pb.ProtobufEnum {
static const EntityResourceType ENTITY_RESOURCE_TYPE_UNKNOWN = EntityResourceType._(0, _omitEnumNames ? '' : 'ENTITY_RESOURCE_TYPE_UNKNOWN');
static const EntityResourceType ENTITY_RESOURCE_TYPE_PROJECT = EntityResourceType._(1, _omitEnumNames ? '' : 'ENTITY_RESOURCE_TYPE_PROJECT');
static const EntityResourceType ENTITY_RESOURCE_TYPE_SITE = EntityResourceType._(2, _omitEnumNames ? '' : 'ENTITY_RESOURCE_TYPE_SITE');
static const $core.List<EntityResourceType> values = <EntityResourceType> [
ENTITY_RESOURCE_TYPE_UNKNOWN,
ENTITY_RESOURCE_TYPE_PROJECT,
ENTITY_RESOURCE_TYPE_SITE,
];
static final $core.List<EntityResourceType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
static EntityResourceType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
const EntityResourceType._(super.value, super.name);
}
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');

View File

@@ -31,22 +31,6 @@ final $typed_data.Uint8List kPIGroupTypeDescriptor = $convert.base64Decode(
'lQRV9TSU5LEAESHgoaS1BJR1JPVVBfVFlQRV9NQVRFUklBTElaRUQQAhIWChJLUElHUk9VUF9U'
'WVBFX1ZJRVcQAw==');
@$core.Deprecated('Use entityResourceTypeDescriptor instead')
const EntityResourceType$json = {
'1': 'EntityResourceType',
'2': [
{'1': 'ENTITY_RESOURCE_TYPE_UNKNOWN', '2': 0},
{'1': 'ENTITY_RESOURCE_TYPE_PROJECT', '2': 1},
{'1': 'ENTITY_RESOURCE_TYPE_SITE', '2': 2},
],
};
/// Descriptor for `EntityResourceType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List entityResourceTypeDescriptor = $convert.base64Decode(
'ChJFbnRpdHlSZXNvdXJjZVR5cGUSIAocRU5USVRZX1JFU09VUkNFX1RZUEVfVU5LTk9XThAAEi'
'AKHEVOVElUWV9SRVNPVVJDRV9UWVBFX1BST0pFQ1QQARIdChlFTlRJVFlfUkVTT1VSQ0VfVFlQ'
'RV9TSVRFEAI=');
@$core.Deprecated('Use kPIGroupsDescriptor instead')
const KPIGroups$json = {
'1': 'KPIGroups',

View File

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