Update proto definitions

This commit is contained in:
2025-07-23 04:11:28 +03:00
parent fcbe0ab314
commit 05f7ce0713

View File

@@ -193,7 +193,6 @@ message ProductAttributes {
repeated string images = 16; repeated string images = 16;
repeated string pdf_list = 17; repeated string pdf_list = 17;
repeated Attributes attributes = 18; repeated Attributes attributes = 18;
repeated int64 attributes_with_defaults = 19;
string color_image = 21; string color_image = 21;
int64 description_category_id = 22; int64 description_category_id = 22;
} }