Compare commits

...

2 Commits

Author SHA1 Message Date
27d9310118 1.4.1
All checks were successful
Publish / Publish npm package action (push) Successful in 39s
Publish Go Bondings / Publish Go package action (push) Successful in 1m18s
2026-04-18 19:20:25 +03:00
7eb5a02a2d fix: fix hall type 2026-04-18 19:20:15 +03:00
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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 {