From 84924dc33f2aae71c77b0081eb25d723cfb55a9f Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 16 Jul 2025 00:52:29 +0300 Subject: [PATCH] Update proto definitions --- wb/products.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wb/products.proto b/wb/products.proto index e58caa4..e362ee5 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -29,8 +29,9 @@ message Product { message Dimensions { int64 length = 1; int64 width = 2; - float weightBrutto = 3; - bool isValid = 4; + int64 height = 3; + float weightBrutto = 4; + bool isValid = 5; } int64 nmID = 1;