Update proto definitions

This commit is contained in:
2025-05-26 05:11:33 +03:00
parent c45adaec4d
commit 95306de158

View File

@@ -18,7 +18,7 @@ message Product {
string offer_id = 2; string offer_id = 2;
Stocks stocks = 3; Stocks stocks = 3;
repeated string barcodes = 4; repeated string barcodes = 4;
repeated Status statuses = 5; Status statuses = 5;
message Status { message Status {
string status_name = 1; string status_name = 1;