Update proto definitions

This commit is contained in:
2025-05-26 05:06:15 +03:00
parent f33ca7daa1
commit 564a579309

View File

@@ -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{