Compare commits

..

2 Commits

Author SHA1 Message Date
a735405b7e 1.3.2
All checks were successful
Publish / Publish npm package action (push) Successful in 45s
Publish Go Bondings / Publish Go package action (push) Successful in 20m54s
2026-04-17 06:41:55 +03:00
a517282198 feat: change CreateTheaterResponse 2026-04-17 06:41:38 +03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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