From f647e98f21dfcd777509359747dd24b21c80e27e Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 23 Jul 2025 04:54:56 +0300 Subject: [PATCH] Update proto definitions --- ozon/products.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozon/products.proto b/ozon/products.proto index 33b1706..d619631 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -114,7 +114,7 @@ message CreateOrUpdateProductsRequest{ } message CreateOrUpdateProductsResponse{ - repeated string task_id = 1; + repeated int64 task_id = 1; } message Product { int64 id = 1;