Update proto definitions
This commit is contained in:
@@ -42,6 +42,9 @@ message Product {
|
||||
repeated Photo photos = 6;
|
||||
Dimensions dimensions = 7;
|
||||
string title = 8;
|
||||
string brand = 9;
|
||||
string description = 10;
|
||||
|
||||
}
|
||||
message GetProductsResponse {
|
||||
repeated Product products = 1;
|
||||
|
||||
Reference in New Issue
Block a user