Compare commits
2 Commits
eead3d5078
...
a735405b7e
| Author | SHA1 | Date | |
|---|---|---|---|
| a735405b7e | |||
| a517282198 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/contracts",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "Protocol Buffers contracts for microservices",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
|
||||
@ -27,7 +27,7 @@ message CreateTheaterRequest {
|
||||
string address = 2;
|
||||
}
|
||||
message CreateTheaterResponse {
|
||||
bool ok = 1;
|
||||
Theater theater = 1;
|
||||
}
|
||||
|
||||
message Theater {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user