Update proto definitions
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user