proto: regenerate files

This commit is contained in:
Evgeniy Kulikov 2020-04-16 17:06:07 +03:00
parent e03e3f1270
commit bedde0e33b
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -84,6 +84,8 @@ message PutRequest {
Object Object = 1; Object Object = 1;
// Token with session public key and user's signature // Token with session public key and user's signature
session.Token Token = 2; session.Token Token = 2;
// Number of the object copies to store within the RPC call (zero is processed according to the placement rules)
uint32 CopiesNumber = 3;
} }
oneof R { oneof R {