feat: StoreEntry.maintainers — regenerated stubs
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
0eafaa763a
commit
a0c5725578
3 changed files with 14 additions and 1 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue