Update proto definitions

This commit is contained in:
2025-07-23 04:34:34 +03:00
parent 1ca56b1eee
commit ad05eccdc3

View File

@@ -107,6 +107,7 @@ message CreateOrUpdateProductsRequest{
int64 weight = 22; int64 weight = 22;
string weight_unit = 23; string weight_unit = 23;
int64 width = 24; int64 width = 24;
string service_type = 25;
} }
repeated Item items = 1; repeated Item items = 1;