Compare commits
2 Commits
eead3d5078
...
a735405b7e
| Author | SHA1 | Date | |
|---|---|---|---|
| a735405b7e | |||
| a517282198 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"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 {
|
||||||
bool ok = 1;
|
Theater theater = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Theater {
|
message Theater {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user