Align `UpdateValue` proto with the KT service's definition
This commit is contained in:
parent
68e2c511b7
commit
093ac6fb16
|
@ -265,13 +265,9 @@ message SearchProof {
|
||||||
|
|
||||||
message UpdateValue {
|
message UpdateValue {
|
||||||
/**
|
/**
|
||||||
* TODO: Update KT server to remove this field since it's only relevant to third-party management and we're not doing that.
|
* The new mapped value for an identifier or the "distinguished" key.
|
||||||
*/
|
*/
|
||||||
// optional bytes signature = 1;
|
bytes value = 1;
|
||||||
/**
|
|
||||||
* The new value for a identifier.
|
|
||||||
*/
|
|
||||||
bytes value = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message PrefixSearchResult {
|
message PrefixSearchResult {
|
||||||
|
|
Loading…
Reference in New Issue