Compare commits
2 Commits
11c023a530
...
db123f7162
| Author | SHA1 | Date | |
|---|---|---|---|
| db123f7162 | |||
| 6a9e991782 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/contracts",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "Protocol Buffers contracts for microservices",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
|
||||
@ -36,7 +36,7 @@ message Movie {
|
||||
string slug = 3;
|
||||
string poster = 4;
|
||||
int32 rating_age = 5;
|
||||
google.protobuf.Timestamp timestamp = 6;
|
||||
google.protobuf.Timestamp release_date = 6;
|
||||
}
|
||||
|
||||
message MovieDetails {
|
||||
@ -49,5 +49,5 @@ message MovieDetails {
|
||||
int32 duration = 7;
|
||||
int32 rating_age = 8;
|
||||
string country = 9;
|
||||
google.protobuf.Timestamp timestamp = 10;
|
||||
google.protobuf.Timestamp release_date = 10;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user