Compare commits
1 Commits
8aea1ed411
...
debf67d5ed
| Author | SHA1 | Date | |
|---|---|---|---|
| debf67d5ed |
@@ -42,6 +42,9 @@ message Product {
|
|||||||
repeated Photo photos = 6;
|
repeated Photo photos = 6;
|
||||||
Dimensions dimensions = 7;
|
Dimensions dimensions = 7;
|
||||||
string title = 8;
|
string title = 8;
|
||||||
|
string brand = 9;
|
||||||
|
string description = 10;
|
||||||
|
|
||||||
}
|
}
|
||||||
message GetProductsResponse {
|
message GetProductsResponse {
|
||||||
repeated Product products = 1;
|
repeated Product products = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user