Update proto definitions
This commit is contained in:
		@@ -29,8 +29,9 @@ message Product {
 | 
				
			|||||||
  message Dimensions {
 | 
					  message Dimensions {
 | 
				
			||||||
    int64 length = 1;
 | 
					    int64 length = 1;
 | 
				
			||||||
    int64 width = 2;
 | 
					    int64 width = 2;
 | 
				
			||||||
    float weightBrutto = 3;
 | 
					    int64 height = 3;
 | 
				
			||||||
    bool isValid = 4;
 | 
					    float weightBrutto = 4;
 | 
				
			||||||
 | 
					    bool isValid = 5;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  int64 nmID = 1;
 | 
					  int64 nmID = 1;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user