Update proto definitions
This commit is contained in:
		@@ -26,7 +26,7 @@ message Product {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  message Stocks{
 | 
					  message Stocks{
 | 
				
			||||||
    repeated Stock stock = 1;
 | 
					    repeated Stock stocks = 1;
 | 
				
			||||||
    bool has_stock = 2;
 | 
					    bool has_stock = 2;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  message Stock{
 | 
					  message Stock{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user