generated from VLADIMIR/template
fix mappers
This commit is contained in:
+5
-4
@@ -457,10 +457,11 @@ message Scenario {
|
||||
optional string description = 3;
|
||||
optional string image = 4;
|
||||
Story story = 5;
|
||||
User author = 6;
|
||||
google.protobuf.Timestamp updated_at = 7;
|
||||
google.protobuf.Timestamp created_at = 8;
|
||||
google.protobuf.Timestamp published_at = 9;
|
||||
string status = 6;
|
||||
User author = 7;
|
||||
google.protobuf.Timestamp updated_at = 8;
|
||||
google.protobuf.Timestamp created_at = 9;
|
||||
google.protobuf.Timestamp published_at = 10;
|
||||
}
|
||||
|
||||
message Story {
|
||||
|
||||
Reference in New Issue
Block a user