Update proto definitions

This commit is contained in:
2025-07-23 04:47:35 +03:00
parent ad05eccdc3
commit c999554a0a

View File

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