Compare commits

..

No commits in common. "a735405b7e895a4d00388eff39e87458f77e5add" and "eead3d5078bebc25aa89ff26f6c1bebcdb439557" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/contracts",
"version": "1.3.2",
"version": "1.3.1",
"description": "Protocol Buffers contracts for microservices",
"scripts": {
"build": "tsc -p tsconfig.build.json",

View File

@ -27,7 +27,7 @@ message CreateTheaterRequest {
string address = 2;
}
message CreateTheaterResponse {
Theater theater = 1;
bool ok = 1;
}
message Theater {