Update proto definitions

This commit is contained in:
2025-07-23 03:48:41 +03:00
parent 6d62cd6bfe
commit 0c5ee58d50

View File

@@ -42,8 +42,8 @@ message DeleteProductsRequest {
int64 product_id = 1; int64 product_id = 1;
string offer_id = 2; string offer_id = 2;
} }
int64 marketplace_id = 1;
repeated Item items = 1; repeated Item items = 2;
} }
message DeleteProductsResponse { message DeleteProductsResponse {
@@ -53,8 +53,8 @@ message DeleteProductsResponse {
string offer_id = 2; string offer_id = 2;
bool is_deleted = 3; bool is_deleted = 3;
} }
int64 marketplace_id = 1;
repeated Item items = 1; repeated Item items = 2;
} }
message Product { message Product {