Latest generation

This commit is contained in:
ci core model
2026-08-25 12:41:46 +00:00
parent 78b27b3072
commit 4c47767102
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.15.0-SNAPSHOT-260824152638
Lib version: 1.15.0-SNAPSHOT-260825124056

View File

@@ -47,6 +47,7 @@ class SeverityLevel extends $pb.ProtobufEnum {
static const SeverityLevel WARNING = SeverityLevel._(2, _omitEnumNames ? '' : 'WARNING');
static const SeverityLevel ERROR = SeverityLevel._(3, _omitEnumNames ? '' : 'ERROR');
static const SeverityLevel SECURITY = SeverityLevel._(4, _omitEnumNames ? '' : 'SECURITY');
static const SeverityLevel DEBUG = SeverityLevel._(5, _omitEnumNames ? '' : 'DEBUG');
static const $core.List<SeverityLevel> values = <SeverityLevel> [
SEVERITYLEVEL_UNKNOWN,
@@ -54,9 +55,10 @@ class SeverityLevel extends $pb.ProtobufEnum {
WARNING,
ERROR,
SECURITY,
DEBUG,
];
static final $core.List<SeverityLevel?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
static final $core.List<SeverityLevel?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 5);
static SeverityLevel? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
const SeverityLevel._(super.value, super.name);

View File

@@ -45,13 +45,14 @@ const SeverityLevel$json = {
{'1': 'WARNING', '2': 2},
{'1': 'ERROR', '2': 3},
{'1': 'SECURITY', '2': 4},
{'1': 'DEBUG', '2': 5},
],
};
/// Descriptor for `SeverityLevel`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List severityLevelDescriptor = $convert.base64Decode(
'Cg1TZXZlcml0eUxldmVsEhkKFVNFVkVSSVRZTEVWRUxfVU5LTk9XThAAEggKBElORk8QARILCg'
'dXQVJOSU5HEAISCQoFRVJST1IQAxIMCghTRUNVUklUWRAE');
'dXQVJOSU5HEAISCQoFRVJST1IQAxIMCghTRUNVUklUWRAEEgkKBURFQlVHEAU=');
@$core.Deprecated('Use responseStatusDescriptor instead')
const ResponseStatus$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.15.0-SNAPSHOT-260824152638
version: 1.15.0-SNAPSHOT-260825124056
homepage: ''
publish_to: ''
repository: ''