Compare commits
2 Commits
2a1a909138
...
27d9310118
| Author | SHA1 | Date | |
|---|---|---|---|
| 27d9310118 | |||
| 7eb5a02a2d |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.4.0",
|
"version": "1.4.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",
|
||||||
|
|||||||
@ -38,7 +38,6 @@ message Hall {
|
|||||||
string id = 1;
|
string id = 1;
|
||||||
string name = 2;
|
string name = 2;
|
||||||
string theater_id = 3;
|
string theater_id = 3;
|
||||||
repeated RowLayout layout = 4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message RowLayout {
|
message RowLayout {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user