From 06b9c330159674044088a539e07c2f814107e787 Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 23 Mar 2026 10:02:59 +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 e36165ee..037cc28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.13.0-SNAPSHOT-260323085220 +Lib version: 1.13.0-SNAPSHOT-260323100209 diff --git a/lib/shared.pbenum.dart b/lib/shared.pbenum.dart index e5f84ad6..72b3cd35 100644 --- a/lib/shared.pbenum.dart +++ b/lib/shared.pbenum.dart @@ -442,14 +442,16 @@ class RecoverType extends $pb.ProtobufEnum { static const RecoverType RECOVER_OPENSEARCH = RecoverType._(0, _omitEnumNames ? '' : 'RECOVER_OPENSEARCH'); static const RecoverType RECOVER_CLICKHOUSE = RecoverType._(1, _omitEnumNames ? '' : 'RECOVER_CLICKHOUSE'); static const RecoverType RECOVER_ALL = RecoverType._(2, _omitEnumNames ? '' : 'RECOVER_ALL'); + static const RecoverType RECOVER_KV = RecoverType._(3, _omitEnumNames ? '' : 'RECOVER_KV'); static const $core.List values = [ RECOVER_OPENSEARCH, RECOVER_CLICKHOUSE, RECOVER_ALL, + RECOVER_KV, ]; - static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2); + static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3); static RecoverType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const RecoverType._(super.value, super.name); diff --git a/lib/shared.pbjson.dart b/lib/shared.pbjson.dart index 6b2f041f..fa576946 100644 --- a/lib/shared.pbjson.dart +++ b/lib/shared.pbjson.dart @@ -356,13 +356,14 @@ const RecoverType$json = { {'1': 'RECOVER_OPENSEARCH', '2': 0}, {'1': 'RECOVER_CLICKHOUSE', '2': 1}, {'1': 'RECOVER_ALL', '2': 2}, + {'1': 'RECOVER_KV', '2': 3}, ], }; /// Descriptor for `RecoverType`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List recoverTypeDescriptor = $convert.base64Decode( 'CgtSZWNvdmVyVHlwZRIWChJSRUNPVkVSX09QRU5TRUFSQ0gQABIWChJSRUNPVkVSX0NMSUNLSE' - '9VU0UQARIPCgtSRUNPVkVSX0FMTBAC'); + '9VU0UQARIPCgtSRUNPVkVSX0FMTBACEg4KClJFQ09WRVJfS1YQAw=='); @$core.Deprecated('Use resourceTypeDescriptor instead') const ResourceType$json = { diff --git a/pubspec.yaml b/pubspec.yaml index fee8adce..ec3597fe 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.13.0-SNAPSHOT-260323085220 +version: 1.13.0-SNAPSHOT-260323100209 homepage: '' publish_to: '' repository: ''