Compare commits
	
		
			1 Commits
		
	
	
		
			8aea1ed411
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| debf67d5ed | 
@@ -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