From c1293d3afec75ec4834312ea0113f5ff22494860 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 22 Jul 2025 02:45:43 +0300 Subject: [PATCH] Update proto definitions --- ozon/products.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/ozon/products.proto b/ozon/products.proto index dfa9e45..a7667a8 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -120,6 +120,7 @@ message ProductAttributes { string primary_image = 13; Model_info model_info = 15; repeated string images = 16; + repeated string pdf_list = 17; repeated Attributes attributes = 18; repeated int64 attributes_with_defaults = 19; string color_image = 21;