Update proto definitions

This commit is contained in:
2025-07-23 04:54:56 +03:00
parent c999554a0a
commit f647e98f21

View File

@@ -114,7 +114,7 @@ message CreateOrUpdateProductsRequest{
} }
message CreateOrUpdateProductsResponse{ message CreateOrUpdateProductsResponse{
repeated string task_id = 1; repeated int64 task_id = 1;
} }
message Product { message Product {
int64 id = 1; int64 id = 1;