Compare commits
No commits in common. "27d9310118523a713f755e7002d8e48dab055df0" and "2a1a909138bd5e60686a4a3eea746be44abeba56" have entirely different histories.
27d9310118
...
2a1a909138
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.4.1",
|
"version": "1.4.0",
|
||||||
"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,6 +38,7 @@ 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