Update proto definitions

This commit is contained in:
2025-05-26 02:42:14 +03:00
parent 500304a79f
commit 551ee4c6d9

View File

@@ -12,7 +12,7 @@ message GetMarketplaceByIdRequest {
}
message Marketplace {
uint64 id = 1;
uint32 base_marketplace_id = 2; // ID of the base marketplace
uint32 base_marketplace = 2; // ID of the base marketplace
string auth_data = 3; // Authentication data for the marketplace
string warehouse_id = 4; // ID of the warehouse associated with the marketplace
}