From daf8308254b7cf31ec58306054d2cce48836839a Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 25 May 2025 00:59:10 +0300 Subject: [PATCH] 1 --- ozon/products.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/ozon/products.proto b/ozon/products.proto index 324229d..60043cf 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -35,4 +35,5 @@ message OzonProductItem { string offer_id = 5; // Unique identifier for the offer uint32 product_id = 6; // Unique identifier for the product repeated Quants quants = 7; // List of quants associated with the product + string test = 8; // Additional test field, purpose not specified } \ No newline at end of file