From 7fe978865bfb896bfd0f5cb2b0f12187e05a4efa Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 23 Jul 2025 05:35:07 +0300 Subject: [PATCH] Update proto definitions --- ozon/products.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/ozon/products.proto b/ozon/products.proto index be8195c..962276d 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -199,7 +199,6 @@ message ProductAttributes { string primary_image = 13; Model_info model_info = 15; repeated string images = 16; - repeated string pdf_list = 17; repeated Attributes attributes = 18; string color_image = 21; int64 description_category_id = 22;