Compare commits
2 Commits
e45bf05fb9
...
8c858038e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c858038e7 | |||
| 8079b25fef |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "Protocol Buffers contracts for microservices",
|
"description": "Protocol Buffers contracts for microservices",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -p tsconfig.build.json",
|
"build": "tsc -p tsconfig.build.json",
|
||||||
|
|||||||
@ -35,6 +35,7 @@ message User {
|
|||||||
message PatchUserRequest {
|
message PatchUserRequest {
|
||||||
string user_id = 1;
|
string user_id = 1;
|
||||||
optional string name = 2;
|
optional string name = 2;
|
||||||
|
optional string avatar = 3;
|
||||||
}
|
}
|
||||||
message PatchUserResponse {
|
message PatchUserResponse {
|
||||||
bool ok = 1;
|
bool ok = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user