From 4c47767102f6c779a1893fae0f3176ffa54183fc Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 25 Aug 2026 12:41:46 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/shared.pbenum.dart | 4 +++- lib/shared.pbjson.dart | 3 ++- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e0362f..031ccad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260824152638 +Lib version: 1.15.0-SNAPSHOT-260825124056 diff --git a/lib/shared.pbenum.dart b/lib/shared.pbenum.dart index d081ed10..4a1f7fd1 100644 --- a/lib/shared.pbenum.dart +++ b/lib/shared.pbenum.dart @@ -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 values = [ SEVERITYLEVEL_UNKNOWN, @@ -54,9 +55,10 @@ class SeverityLevel extends $pb.ProtobufEnum { WARNING, ERROR, SECURITY, + DEBUG, ]; - static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4); + static final $core.List _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); diff --git a/lib/shared.pbjson.dart b/lib/shared.pbjson.dart index 1f4b8b5b..5baae950 100644 --- a/lib/shared.pbjson.dart +++ b/lib/shared.pbjson.dart @@ -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 = { diff --git a/pubspec.yaml b/pubspec.yaml index e0f5fa18..9be92cc2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: ''