diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbf372..8d8781f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ for the authoritative per-release detail. ## Unreleased +- Regenerated stubs: `StoreEntry.maintainers` (maintainer display + strings from the store index). + - Regenerated stubs for the trust/exposure proto additions: `StoreEntry.installVerification` (pinned-key / trusted-publishers / unverified / blocked / federated), `StoreSource.keyPinned`, diff --git a/lib/src/generated/chain/v1/hub.pb.dart b/lib/src/generated/chain/v1/hub.pb.dart index fde471a..92f11ec 100644 --- a/lib/src/generated/chain/v1/hub.pb.dart +++ b/lib/src/generated/chain/v1/hub.pb.dart @@ -5088,6 +5088,7 @@ class StoreEntry extends $pb.GeneratedMessage { $core.String? canonicalCategory, $core.String? canonicalCategoryLabel, $core.String? installVerification, + $core.Iterable<$core.String>? maintainers, }) { final result = create(); if (name != null) result.name = name; @@ -5119,6 +5120,7 @@ class StoreEntry extends $pb.GeneratedMessage { result.canonicalCategoryLabel = canonicalCategoryLabel; if (installVerification != null) result.installVerification = installVerification; + if (maintainers != null) result.maintainers.addAll(maintainers); return result; } @@ -5160,6 +5162,7 @@ class StoreEntry extends $pb.GeneratedMessage { ..aOS(23, _omitFieldNames ? '' : 'canonicalCategory') ..aOS(24, _omitFieldNames ? '' : 'canonicalCategoryLabel') ..aOS(25, _omitFieldNames ? '' : 'installVerification') + ..pPS(26, _omitFieldNames ? '' : 'maintainers') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') @@ -5447,6 +5450,12 @@ class StoreEntry extends $pb.GeneratedMessage { $core.bool hasInstallVerification() => $_has(24); @$pb.TagNumber(25) void clearInstallVerification() => $_clearField(25); + + /// Maintainer display strings from the store index (one per + /// person/organization). Empty when the index does not specify + /// any — clients render an honest "not specified". + @$pb.TagNumber(26) + $pb.PbList<$core.String> get maintainers => $_getList(25); } class ChannelStatusResponse extends $pb.GeneratedMessage { diff --git a/lib/src/generated/chain/v1/hub.pbjson.dart b/lib/src/generated/chain/v1/hub.pbjson.dart index b95b0de..d59b5a2 100644 --- a/lib/src/generated/chain/v1/hub.pbjson.dart +++ b/lib/src/generated/chain/v1/hub.pbjson.dart @@ -1380,6 +1380,7 @@ const StoreEntry$json = { '5': 9, '10': 'installVerification' }, + {'1': 'maintainers', '3': 26, '4': 3, '5': 9, '10': 'maintainers'}, ], }; @@ -1400,7 +1401,7 @@ final $typed_data.Uint8List storeEntryDescriptor = $convert.base64Decode( 'aW5kEhYKBnNvdXJjZRgWIAEoCVIGc291cmNlEi0KEmNhbm9uaWNhbF9jYXRlZ29yeRgXIAEoCV' 'IRY2Fub25pY2FsQ2F0ZWdvcnkSOAoYY2Fub25pY2FsX2NhdGVnb3J5X2xhYmVsGBggASgJUhZj' 'YW5vbmljYWxDYXRlZ29yeUxhYmVsEjEKFGluc3RhbGxfdmVyaWZpY2F0aW9uGBkgASgJUhNpbn' - 'N0YWxsVmVyaWZpY2F0aW9u'); + 'N0YWxsVmVyaWZpY2F0aW9uEiAKC21haW50YWluZXJzGBogAygJUgttYWludGFpbmVycw=='); @$core.Deprecated('Use channelStatusResponseDescriptor instead') const ChannelStatusResponse$json = {