Compare commits
No commits in common. "a735405b7e895a4d00388eff39e87458f77e5add" and "eead3d5078bebc25aa89ff26f6c1bebcdb439557" have entirely different histories.
a735405b7e
...
eead3d5078
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.3.2",
|
"version": "1.3.1",
|
||||||
"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",
|
||||||
|
|||||||
@ -27,7 +27,7 @@ message CreateTheaterRequest {
|
|||||||
string address = 2;
|
string address = 2;
|
||||||
}
|
}
|
||||||
message CreateTheaterResponse {
|
message CreateTheaterResponse {
|
||||||
Theater theater = 1;
|
bool ok = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Theater {
|
message Theater {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user