feat(sdk): addStore() accepts pinnedPubkeyPem
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
Regenerate Dart bindings for AddStoreRequest.pinned_pubkey_pem and thread it through HubClient.addStore so clients can pin a per-store publisher key. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
597f6bec4f
commit
9fea05df76
3 changed files with 21 additions and 1 deletions
|
|
@ -1782,6 +1782,7 @@ const AddStoreRequest$json = {
|
|||
'5': 9,
|
||||
'10': 'basicPasswordEnv'
|
||||
},
|
||||
{'1': 'pinned_pubkey_pem', '3': 6, '4': 1, '5': 9, '10': 'pinnedPubkeyPem'},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
@ -1789,7 +1790,8 @@ const AddStoreRequest$json = {
|
|||
final $typed_data.Uint8List addStoreRequestDescriptor = $convert.base64Decode(
|
||||
'Cg9BZGRTdG9yZVJlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZRIQCgN1cmwYAiABKAlSA3VybB'
|
||||
'IdCgpiZWFyZXJfZW52GAMgASgJUgliZWFyZXJFbnYSHQoKYmFzaWNfdXNlchgEIAEoCVIJYmFz'
|
||||
'aWNVc2VyEiwKEmJhc2ljX3Bhc3N3b3JkX2VudhgFIAEoCVIQYmFzaWNQYXNzd29yZEVudg==');
|
||||
'aWNVc2VyEiwKEmJhc2ljX3Bhc3N3b3JkX2VudhgFIAEoCVIQYmFzaWNQYXNzd29yZEVudhIqCh'
|
||||
'FwaW5uZWRfcHVia2V5X3BlbRgGIAEoCVIPcGlubmVkUHVia2V5UGVt');
|
||||
|
||||
@$core.Deprecated('Use addStoreResponseDescriptor instead')
|
||||
const AddStoreResponse$json = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue