From 2c4ca98d2d1c9809e1f49e423e20bba6dcdb3ff9 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 4 Jul 2025 03:02:49 +0300 Subject: [PATCH] Update proto definitions --- wb/products.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wb/products.proto b/wb/products.proto index eedcf3f..98438d6 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -16,7 +16,7 @@ message Product { repeated string skus = 1; } int64 nmID = 1; - int64 subject_id = 2; + int64 subjectID = 2; string vendor_code = 3; repeated Size sizes = 4; }