mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
22
steam/protos/steammessages_market.steamclient.proto
Normal file
22
steam/protos/steammessages_market.steamclient.proto
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import "steammessages_base.proto";
|
||||
import "steammessages_unified_base.steamclient.proto";
|
||||
|
||||
option cc_generic_services = true;
|
||||
|
||||
message CEconMarket_IsMarketplaceAllowed_Request {
|
||||
optional string webcookie = 1;
|
||||
}
|
||||
|
||||
message CEconMarket_IsMarketplaceAllowed_Response {
|
||||
optional bool allowed = 1;
|
||||
optional uint32 reason = 2;
|
||||
optional uint32 allowed_at_time = 3;
|
||||
optional uint32 steamguard_required_days = 4;
|
||||
optional bool forms_requested = 7;
|
||||
optional bool forms_require_verification = 8;
|
||||
optional uint32 new_device_cooldown_days = 9;
|
||||
}
|
||||
|
||||
service EconMarket {
|
||||
rpc IsMarketplaceAllowed (.CEconMarket_IsMarketplaceAllowed_Request) returns (.CEconMarket_IsMarketplaceAllowed_Response);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue