Compare commits
No commits in common. "27d9310118523a713f755e7002d8e48dab055df0" and "2a1a909138bd5e60686a4a3eea746be44abeba56" have entirely different histories.
27d9310118
...
2a1a909138
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/contracts",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.0",
|
||||
"description": "Protocol Buffers contracts for microservices",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
|
||||
@ -38,6 +38,7 @@ message Hall {
|
||||
string id = 1;
|
||||
string name = 2;
|
||||
string theater_id = 3;
|
||||
repeated RowLayout layout = 4;
|
||||
}
|
||||
|
||||
message RowLayout {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user