Compare commits
No commits in common. "8c858038e794ce2b088464b33815eeef2902f325" and "e45bf05fb9361d8b9477a4b70cdfed88ef2af31c" have entirely different histories.
8c858038e7
...
e45bf05fb9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.1.6",
|
"version": "1.1.5",
|
||||||
"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,7 +35,6 @@ 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