From 05f7ce07138be9864a7b47493488b0b5b5ba3e84 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 23 Jul 2025 04:11:28 +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 3be7497..b170724 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -193,7 +193,6 @@ message ProductAttributes { repeated string images = 16; repeated string pdf_list = 17; repeated Attributes attributes = 18; - repeated int64 attributes_with_defaults = 19; string color_image = 21; int64 description_category_id = 22; }