Update proto definitions
This commit is contained in:
@@ -12,7 +12,7 @@ message GetMarketplaceByIdRequest {
|
|||||||
}
|
}
|
||||||
message Marketplace {
|
message Marketplace {
|
||||||
uint64 id = 1;
|
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 auth_data = 3; // Authentication data for the marketplace
|
||||||
string warehouse_id = 4; // ID of the warehouse associated with the marketplace
|
string warehouse_id = 4; // ID of the warehouse associated with the marketplace
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user