steamutils 1.3.69 → 1.3.71
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +1 -2
- package/index.js +192 -5
- package/package.json +1 -1
- package/protos/webui/common.proto +4024 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountcart.proto +153 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_accountprivateapps.proto +34 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_checkout.proto +84 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +151 -0
- package/protos/webui/service_clientmetrics.proto +22 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_dailydeal.proto +89 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_familygroups.proto +355 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_gamerecording.proto +265 -0
- package/protos/webui/service_gamerecordingclip.proto +85 -0
- package/protos/webui/service_gamerecordingdebug.proto +52 -0
- package/protos/webui/service_helprequestlogs.proto +16 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +215 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +110 -0
- package/protos/webui/service_parental.proto +258 -0
- package/protos/webui/service_partnermembershipinvite.proto +34 -0
- package/protos/webui/service_partnerstorebrowse.proto +28 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +918 -0
- package/protos/webui/service_promotioneventinvites.proto +109 -0
- package/protos/webui/service_promotionplanning.proto +186 -0
- package/protos/webui/service_promotionstats.proto +23 -0
- package/protos/webui/service_publishedfile.proto +714 -0
- package/protos/webui/service_publishing.proto +200 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +373 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +152 -0
- package/protos/webui/service_steamawards.proto +76 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +876 -0
- package/protos/webui/service_steamnotification.proto +73 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +359 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +103 -0
- package/protos/webui/service_storemarketing.proto +44 -0
- package/protos/webui/service_storequery.proto +103 -0
- package/protos/webui/service_storesales.proto +87 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +17 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +170 -0
- package/protos/webui/service_useraccount.proto +142 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +70 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +97 -0
- package/protos/webui/service_video.proto +50 -0
- package/protos/webui/service_videoclip.proto +62 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
@@ -0,0 +1,89 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CDailyDeal_CancelDailyDeal_Request {
|
4
|
+
optional fixed64 gid = 1;
|
5
|
+
}
|
6
|
+
|
7
|
+
message CDailyDeal_CancelDailyDeal_Response {
|
8
|
+
}
|
9
|
+
|
10
|
+
message CDailyDeal_CreateDailyDeal_Request {
|
11
|
+
optional .CDailyDealDetails daily_deal = 1;
|
12
|
+
optional uint32 partnerid = 2;
|
13
|
+
}
|
14
|
+
|
15
|
+
message CDailyDeal_CreateDailyDeal_Response {
|
16
|
+
optional fixed64 gid = 1;
|
17
|
+
}
|
18
|
+
|
19
|
+
message CDailyDeal_DeleteDailyDeal_Request {
|
20
|
+
optional fixed64 gid = 1;
|
21
|
+
}
|
22
|
+
|
23
|
+
message CDailyDeal_DeleteDailyDeal_Response {
|
24
|
+
}
|
25
|
+
|
26
|
+
message CDailyDeal_GetDailyDeals_Request {
|
27
|
+
optional fixed64 gid = 1;
|
28
|
+
optional uint32 rtime32_start_date = 2;
|
29
|
+
optional uint32 rtime32_end_date = 3;
|
30
|
+
optional uint32 appid = 4;
|
31
|
+
optional int32 store_item_type = 5 [(.description) = "enum"];
|
32
|
+
optional string search_term = 6;
|
33
|
+
optional uint32 partnerid = 7;
|
34
|
+
}
|
35
|
+
|
36
|
+
message CDailyDeal_GetDailyDeals_Response {
|
37
|
+
repeated .CDailyDealDetails daily_deals = 1;
|
38
|
+
repeated uint32 blocked_dates = 2;
|
39
|
+
repeated uint32 scheduled_slots = 3;
|
40
|
+
repeated .CDailyDeal_GetDailyDeals_Response_DailyDealBlockedDate blocked = 4;
|
41
|
+
}
|
42
|
+
|
43
|
+
message CDailyDeal_GetDailyDeals_Response_DailyDealBlockedDate {
|
44
|
+
optional uint32 date = 1;
|
45
|
+
optional string name = 2;
|
46
|
+
}
|
47
|
+
|
48
|
+
message CDailyDeal_GetDailyDealsForApps_Request {
|
49
|
+
repeated uint32 appids = 1;
|
50
|
+
}
|
51
|
+
|
52
|
+
message CDailyDeal_GetDailyDealsForApps_Response {
|
53
|
+
repeated .CDailyDealDetails daily_deals = 1;
|
54
|
+
}
|
55
|
+
|
56
|
+
message CDailyDeal_UpdateDailyDeal_Request {
|
57
|
+
optional .CDailyDealDetails daily_deal = 1;
|
58
|
+
optional fixed64 gid = 2;
|
59
|
+
}
|
60
|
+
|
61
|
+
message CDailyDeal_UpdateDailyDeal_Response {
|
62
|
+
}
|
63
|
+
|
64
|
+
message CDailyDealDetails {
|
65
|
+
optional fixed64 gid = 1;
|
66
|
+
optional int32 store_item_type = 2 [(.description) = "enum"];
|
67
|
+
optional uint32 store_item_id = 3;
|
68
|
+
optional string store_item_name = 4;
|
69
|
+
optional uint32 discount_event_id = 5;
|
70
|
+
optional uint32 creator_id = 6;
|
71
|
+
optional uint32 rtime32_start_time = 7;
|
72
|
+
optional uint32 last_update_time = 8;
|
73
|
+
optional string template_json = 9;
|
74
|
+
optional string partner_jsondata = 10;
|
75
|
+
optional string internal_json = 11;
|
76
|
+
optional bool deleted = 12;
|
77
|
+
optional bool cancelled = 13;
|
78
|
+
optional uint32 rtime32_cancel_time = 14;
|
79
|
+
}
|
80
|
+
|
81
|
+
service DailyDeal {
|
82
|
+
rpc CancelDailyDeal (.CDailyDeal_CancelDailyDeal_Request) returns (.CDailyDeal_CancelDailyDeal_Response);
|
83
|
+
rpc CreateDailyDeal (.CDailyDeal_CreateDailyDeal_Request) returns (.CDailyDeal_CreateDailyDeal_Response);
|
84
|
+
rpc DeleteDailyDeal (.CDailyDeal_DeleteDailyDeal_Request) returns (.CDailyDeal_DeleteDailyDeal_Response);
|
85
|
+
rpc GetDailyDeals (.CDailyDeal_GetDailyDeals_Request) returns (.CDailyDeal_GetDailyDeals_Response);
|
86
|
+
rpc GetDailyDealsForApps (.CDailyDeal_GetDailyDealsForApps_Request) returns (.CDailyDeal_GetDailyDealsForApps_Response);
|
87
|
+
rpc UpdateDailyDeal (.CDailyDeal_UpdateDailyDeal_Request) returns (.CDailyDeal_UpdateDailyDeal_Response);
|
88
|
+
}
|
89
|
+
|
@@ -0,0 +1,134 @@
|
|
1
|
+
|
2
|
+
message CEcon_Asset {
|
3
|
+
optional uint32 appid = 1;
|
4
|
+
optional uint64 contextid = 2;
|
5
|
+
optional uint64 assetid = 3;
|
6
|
+
optional uint64 classid = 4;
|
7
|
+
optional uint64 instanceid = 5;
|
8
|
+
optional uint32 currencyid = 6;
|
9
|
+
optional int64 amount = 7;
|
10
|
+
optional bool missing = 8;
|
11
|
+
optional int64 est_usd = 9;
|
12
|
+
}
|
13
|
+
|
14
|
+
message CEcon_ClientGetItemShopOverlayAuthURL_Request {
|
15
|
+
optional string return_url = 1;
|
16
|
+
}
|
17
|
+
|
18
|
+
message CEcon_ClientGetItemShopOverlayAuthURL_Response {
|
19
|
+
optional string url = 1;
|
20
|
+
}
|
21
|
+
|
22
|
+
message CEcon_GetAssetClassInfo_Request {
|
23
|
+
optional string language = 1;
|
24
|
+
optional uint32 appid = 2;
|
25
|
+
repeated .CEcon_GetAssetClassInfo_Request_Class classes = 3;
|
26
|
+
optional bool high_pri = 4;
|
27
|
+
}
|
28
|
+
|
29
|
+
message CEcon_GetAssetClassInfo_Request_Class {
|
30
|
+
optional uint64 classid = 1;
|
31
|
+
optional uint64 instanceid = 2;
|
32
|
+
}
|
33
|
+
|
34
|
+
message CEcon_GetAssetClassInfo_Response {
|
35
|
+
repeated .CEconItem_Description descriptions = 1;
|
36
|
+
}
|
37
|
+
|
38
|
+
message CEcon_GetInventoryItemsWithDescriptions_Request {
|
39
|
+
optional fixed64 steamid = 1;
|
40
|
+
optional uint32 appid = 2;
|
41
|
+
optional uint64 contextid = 3;
|
42
|
+
optional bool get_descriptions = 4;
|
43
|
+
optional string language = 5;
|
44
|
+
optional .CEcon_GetInventoryItemsWithDescriptions_Request_FilterOptions filters = 6;
|
45
|
+
optional uint64 start_assetid = 8;
|
46
|
+
optional int32 count = 9;
|
47
|
+
optional bool for_trade_offer_verification = 10;
|
48
|
+
}
|
49
|
+
|
50
|
+
message CEcon_GetInventoryItemsWithDescriptions_Request_FilterOptions {
|
51
|
+
repeated uint64 assetids = 1;
|
52
|
+
repeated uint32 currencyids = 2;
|
53
|
+
optional bool tradable_only = 3;
|
54
|
+
optional bool marketable_only = 4;
|
55
|
+
}
|
56
|
+
|
57
|
+
message CEcon_GetInventoryItemsWithDescriptions_Response {
|
58
|
+
repeated .CEcon_Asset assets = 1;
|
59
|
+
repeated .CEconItem_Description descriptions = 2;
|
60
|
+
repeated .CEcon_Asset missing_assets = 3;
|
61
|
+
optional bool more_items = 4;
|
62
|
+
optional uint64 last_assetid = 5;
|
63
|
+
optional uint32 total_inventory_count = 6;
|
64
|
+
}
|
65
|
+
|
66
|
+
message CEcon_GetTradeOfferAccessToken_Request {
|
67
|
+
optional bool generate_new_token = 1;
|
68
|
+
}
|
69
|
+
|
70
|
+
message CEcon_GetTradeOfferAccessToken_Response {
|
71
|
+
optional string trade_offer_access_token = 1;
|
72
|
+
}
|
73
|
+
|
74
|
+
message CEconItem_Action {
|
75
|
+
optional string link = 1;
|
76
|
+
optional string name = 2;
|
77
|
+
}
|
78
|
+
|
79
|
+
message CEconItem_Description {
|
80
|
+
optional int32 appid = 1;
|
81
|
+
optional uint64 classid = 2;
|
82
|
+
optional uint64 instanceid = 3;
|
83
|
+
optional bool currency = 4;
|
84
|
+
optional string background_color = 5;
|
85
|
+
optional string icon_url = 6;
|
86
|
+
optional string icon_url_large = 7;
|
87
|
+
repeated .CEconItem_DescriptionLine descriptions = 8;
|
88
|
+
optional bool tradable = 9;
|
89
|
+
repeated .CEconItem_Action actions = 10;
|
90
|
+
repeated .CEconItem_DescriptionLine owner_descriptions = 11;
|
91
|
+
repeated .CEconItem_Action owner_actions = 12;
|
92
|
+
repeated string fraudwarnings = 13;
|
93
|
+
optional string name = 14;
|
94
|
+
optional string name_color = 15;
|
95
|
+
optional string type = 16;
|
96
|
+
optional string market_name = 17;
|
97
|
+
optional string market_hash_name = 18;
|
98
|
+
optional string market_fee = 19;
|
99
|
+
optional .CEconItem_Description contained_item = 20;
|
100
|
+
repeated .CEconItem_Action market_actions = 21;
|
101
|
+
optional bool commodity = 22;
|
102
|
+
optional int32 market_tradable_restriction = 23;
|
103
|
+
optional int32 market_marketable_restriction = 24;
|
104
|
+
optional bool marketable = 25;
|
105
|
+
repeated .CEconItem_Tag tags = 26;
|
106
|
+
optional string item_expiration = 27;
|
107
|
+
optional int32 market_fee_app = 28;
|
108
|
+
optional string market_buy_country_restriction = 30;
|
109
|
+
optional string market_sell_country_restriction = 31;
|
110
|
+
}
|
111
|
+
|
112
|
+
message CEconItem_DescriptionLine {
|
113
|
+
optional string type = 1;
|
114
|
+
optional string value = 2;
|
115
|
+
optional string color = 3;
|
116
|
+
optional string label = 4;
|
117
|
+
}
|
118
|
+
|
119
|
+
message CEconItem_Tag {
|
120
|
+
optional uint32 appid = 1;
|
121
|
+
optional string category = 2;
|
122
|
+
optional string internal_name = 3;
|
123
|
+
optional string localized_category_name = 4;
|
124
|
+
optional string localized_tag_name = 5;
|
125
|
+
optional string color = 6;
|
126
|
+
}
|
127
|
+
|
128
|
+
service Econ {
|
129
|
+
rpc ClientGetItemShopOverlayAuthURL (.CEcon_ClientGetItemShopOverlayAuthURL_Request) returns (.CEcon_ClientGetItemShopOverlayAuthURL_Response);
|
130
|
+
rpc GetAssetClassInfo (.CEcon_GetAssetClassInfo_Request) returns (.CEcon_GetAssetClassInfo_Response);
|
131
|
+
rpc GetInventoryItemsWithDescriptions (.CEcon_GetInventoryItemsWithDescriptions_Request) returns (.CEcon_GetInventoryItemsWithDescriptions_Response);
|
132
|
+
rpc GetTradeOfferAccessToken (.CEcon_GetTradeOfferAccessToken_Request) returns (.CEcon_GetTradeOfferAccessToken_Response);
|
133
|
+
}
|
134
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
|
2
|
+
message CEmbeddedClient_AuthorizeCurrentDevice_Request {
|
3
|
+
optional fixed64 steamid = 1;
|
4
|
+
optional uint32 appid = 2;
|
5
|
+
optional string device_info = 3;
|
6
|
+
optional uint32 deviceid = 4;
|
7
|
+
}
|
8
|
+
|
9
|
+
message CEmbeddedClient_AuthorizeDevice_Response {
|
10
|
+
optional uint32 result = 1;
|
11
|
+
optional .CEmbeddedClient_Token token = 2;
|
12
|
+
}
|
13
|
+
|
14
|
+
message CEmbeddedClient_Token {
|
15
|
+
optional fixed64 steamid = 1;
|
16
|
+
optional bytes client_token = 2;
|
17
|
+
optional uint32 expiry = 3;
|
18
|
+
optional uint32 deviceid = 4;
|
19
|
+
}
|
20
|
+
|
21
|
+
service EmbeddedClient {
|
22
|
+
rpc AuthorizeCurrentDevice (.CEmbeddedClient_AuthorizeCurrentDevice_Request) returns (.CEmbeddedClient_AuthorizeDevice_Response);
|
23
|
+
}
|
24
|
+
|
@@ -0,0 +1,355 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CFamilyGroups_CancelFamilyGroupInvite_Request {
|
4
|
+
optional uint64 family_groupid = 1;
|
5
|
+
optional fixed64 steamid_to_cancel = 2;
|
6
|
+
}
|
7
|
+
|
8
|
+
message CFamilyGroups_CancelFamilyGroupInvite_Response {
|
9
|
+
}
|
10
|
+
|
11
|
+
message CFamilyGroups_ConfirmInviteToFamilyGroup_Request {
|
12
|
+
optional uint64 family_groupid = 1;
|
13
|
+
optional uint64 invite_id = 2;
|
14
|
+
optional uint64 nonce = 3;
|
15
|
+
}
|
16
|
+
|
17
|
+
message CFamilyGroups_ConfirmInviteToFamilyGroup_Response {
|
18
|
+
}
|
19
|
+
|
20
|
+
message CFamilyGroups_ConfirmJoinFamilyGroup_Request {
|
21
|
+
optional uint64 family_groupid = 1;
|
22
|
+
optional uint64 invite_id = 2;
|
23
|
+
optional uint64 nonce = 3;
|
24
|
+
}
|
25
|
+
|
26
|
+
message CFamilyGroups_ConfirmJoinFamilyGroup_Response {
|
27
|
+
}
|
28
|
+
|
29
|
+
message CFamilyGroups_CreateFamilyGroup_Request {
|
30
|
+
optional string name = 1;
|
31
|
+
optional fixed64 steamid = 2;
|
32
|
+
}
|
33
|
+
|
34
|
+
message CFamilyGroups_CreateFamilyGroup_Response {
|
35
|
+
optional uint64 family_groupid = 1;
|
36
|
+
}
|
37
|
+
|
38
|
+
message CFamilyGroups_DeleteFamilyGroup_Request {
|
39
|
+
optional uint64 family_groupid = 1;
|
40
|
+
}
|
41
|
+
|
42
|
+
message CFamilyGroups_DeleteFamilyGroup_Response {
|
43
|
+
}
|
44
|
+
|
45
|
+
message CFamilyGroups_FamilyDispersionGraph {
|
46
|
+
repeated .CFamilyGroups_FamilyDispersionGraph_Edge edges = 1;
|
47
|
+
}
|
48
|
+
|
49
|
+
message CFamilyGroups_FamilyDispersionGraph_Edge {
|
50
|
+
optional uint32 accountid1 = 1;
|
51
|
+
optional uint32 accountid2 = 2;
|
52
|
+
optional double distance = 3;
|
53
|
+
}
|
54
|
+
|
55
|
+
message CFamilyGroups_GetChangeLog_Request {
|
56
|
+
optional uint64 family_groupid = 1;
|
57
|
+
}
|
58
|
+
|
59
|
+
message CFamilyGroups_GetChangeLog_Response {
|
60
|
+
repeated .CFamilyGroups_GetChangeLog_Response_Change changes = 1;
|
61
|
+
}
|
62
|
+
|
63
|
+
message CFamilyGroups_GetChangeLog_Response_Change {
|
64
|
+
optional fixed64 timestamp = 1;
|
65
|
+
optional fixed64 actor_steamid = 2;
|
66
|
+
optional int32 type = 3 [(.description) = "enum"];
|
67
|
+
optional string body = 4;
|
68
|
+
optional bool by_support = 5;
|
69
|
+
}
|
70
|
+
|
71
|
+
message CFamilyGroups_GetDispersionForFamily_Request {
|
72
|
+
optional uint64 family_groupid = 1;
|
73
|
+
}
|
74
|
+
|
75
|
+
message CFamilyGroups_GetDispersionForFamily_Response {
|
76
|
+
optional double total_dispersion = 1;
|
77
|
+
optional .CFamilyGroups_FamilyDispersionGraph graph = 2;
|
78
|
+
}
|
79
|
+
|
80
|
+
message CFamilyGroups_GetFamilyGroup_Request {
|
81
|
+
optional uint64 family_groupid = 1;
|
82
|
+
optional bool send_running_apps = 2;
|
83
|
+
}
|
84
|
+
|
85
|
+
message CFamilyGroups_GetFamilyGroup_Response {
|
86
|
+
optional string name = 1;
|
87
|
+
repeated .FamilyGroupMember members = 2;
|
88
|
+
repeated .FamilyGroupPendingInvite pending_invites = 3;
|
89
|
+
optional uint32 free_spots = 4;
|
90
|
+
optional string country = 5;
|
91
|
+
optional uint32 slot_cooldown_remaining_seconds = 6;
|
92
|
+
repeated .FamilyGroupFormerMember former_members = 7;
|
93
|
+
optional uint32 slot_cooldown_overrides = 8;
|
94
|
+
}
|
95
|
+
|
96
|
+
message CFamilyGroups_GetFamilyGroupForUser_Request {
|
97
|
+
optional uint64 steamid = 1;
|
98
|
+
optional bool include_family_group_response = 2;
|
99
|
+
}
|
100
|
+
|
101
|
+
message CFamilyGroups_GetFamilyGroupForUser_Response {
|
102
|
+
optional uint64 family_groupid = 1;
|
103
|
+
optional bool is_not_member_of_any_group = 2;
|
104
|
+
optional uint32 latest_time_joined = 3;
|
105
|
+
optional uint64 latest_joined_family_groupid = 4;
|
106
|
+
repeated .FamilyGroupPendingInviteForUser pending_group_invites = 5;
|
107
|
+
optional uint32 role = 6;
|
108
|
+
optional uint32 cooldown_seconds_remaining = 7;
|
109
|
+
optional .CFamilyGroups_GetFamilyGroup_Response family_group = 8;
|
110
|
+
}
|
111
|
+
|
112
|
+
message CFamilyGroups_GetPlaytimeSummary_Request {
|
113
|
+
optional fixed64 family_groupid = 1;
|
114
|
+
}
|
115
|
+
|
116
|
+
message CFamilyGroups_GetPlaytimeSummary_Response {
|
117
|
+
repeated .CFamilyGroups_PlaytimeEntry entries = 1;
|
118
|
+
}
|
119
|
+
|
120
|
+
message CFamilyGroups_GetPreferredLenders_Request {
|
121
|
+
optional uint64 family_groupid = 1;
|
122
|
+
}
|
123
|
+
|
124
|
+
message CFamilyGroups_GetPreferredLenders_Response {
|
125
|
+
repeated .CFamilyGroups_GetPreferredLenders_Response_FamilyMember members = 1;
|
126
|
+
}
|
127
|
+
|
128
|
+
message CFamilyGroups_GetPreferredLenders_Response_FamilyMember {
|
129
|
+
optional fixed64 steamid = 1;
|
130
|
+
repeated uint32 preferred_appids = 2;
|
131
|
+
}
|
132
|
+
|
133
|
+
message CFamilyGroups_GetPurchaseRequests_Request {
|
134
|
+
optional uint64 family_groupid = 1;
|
135
|
+
repeated uint64 request_ids = 3;
|
136
|
+
optional uint32 rt_include_completed_since = 4;
|
137
|
+
}
|
138
|
+
|
139
|
+
message CFamilyGroups_GetPurchaseRequests_Response {
|
140
|
+
repeated .PurchaseRequest requests = 1;
|
141
|
+
}
|
142
|
+
|
143
|
+
message CFamilyGroups_GetSharedLibraryApps_Request {
|
144
|
+
optional fixed64 family_groupid = 1;
|
145
|
+
optional bool include_own = 2;
|
146
|
+
optional bool include_excluded = 3;
|
147
|
+
optional string language = 5;
|
148
|
+
optional uint32 max_apps = 6;
|
149
|
+
}
|
150
|
+
|
151
|
+
message CFamilyGroups_GetSharedLibraryApps_Response {
|
152
|
+
repeated .CFamilyGroups_GetSharedLibraryApps_Response_SharedApp apps = 1;
|
153
|
+
}
|
154
|
+
|
155
|
+
message CFamilyGroups_GetSharedLibraryApps_Response_SharedApp {
|
156
|
+
optional uint32 appid = 1;
|
157
|
+
repeated fixed64 owner_steamids = 2;
|
158
|
+
optional string name = 6;
|
159
|
+
optional string sort_as = 7;
|
160
|
+
optional string capsule_filename = 8;
|
161
|
+
optional string img_icon_hash = 9;
|
162
|
+
optional int32 exclude_reason = 10 [default = 0, (.description) = "enum"];
|
163
|
+
optional uint32 rt_time_acquired = 11;
|
164
|
+
optional uint32 rt_last_played = 12;
|
165
|
+
optional uint32 rt_playtime = 13;
|
166
|
+
}
|
167
|
+
|
168
|
+
message CFamilyGroups_GetUsersSharingDevice_Request {
|
169
|
+
optional uint64 family_groupid = 1;
|
170
|
+
optional uint64 client_instance_id = 2;
|
171
|
+
}
|
172
|
+
|
173
|
+
message CFamilyGroups_GetUsersSharingDevice_Response {
|
174
|
+
repeated fixed64 users = 1;
|
175
|
+
}
|
176
|
+
|
177
|
+
message CFamilyGroups_InviteToFamilyGroup_Request {
|
178
|
+
optional uint64 family_groupid = 1;
|
179
|
+
optional fixed64 receiver_steamid = 2;
|
180
|
+
optional int32 receiver_role = 3 [(.description) = "enum"];
|
181
|
+
}
|
182
|
+
|
183
|
+
message CFamilyGroups_InviteToFamilyGroup_Response {
|
184
|
+
optional uint64 invite_id = 1;
|
185
|
+
optional int32 two_factor_method = 2 [(.description) = "enum"];
|
186
|
+
}
|
187
|
+
|
188
|
+
message CFamilyGroups_JoinFamilyGroup_Request {
|
189
|
+
optional uint64 family_groupid = 1;
|
190
|
+
optional uint64 nonce = 2;
|
191
|
+
}
|
192
|
+
|
193
|
+
message CFamilyGroups_JoinFamilyGroup_Response {
|
194
|
+
optional int32 two_factor_method = 2 [(.description) = "enum"];
|
195
|
+
}
|
196
|
+
|
197
|
+
message CFamilyGroups_ModifyFamilyGroupDetails_Request {
|
198
|
+
optional uint64 family_groupid = 1;
|
199
|
+
optional string name = 2;
|
200
|
+
}
|
201
|
+
|
202
|
+
message CFamilyGroups_ModifyFamilyGroupDetails_Response {
|
203
|
+
}
|
204
|
+
|
205
|
+
message CFamilyGroups_PlaytimeEntry {
|
206
|
+
optional fixed64 steamid = 1;
|
207
|
+
optional uint32 appid = 2;
|
208
|
+
optional uint32 first_played = 3;
|
209
|
+
optional uint32 latest_played = 4;
|
210
|
+
optional uint32 seconds_played = 5;
|
211
|
+
}
|
212
|
+
|
213
|
+
message CFamilyGroups_RemoveFromFamilyGroup_Request {
|
214
|
+
optional uint64 family_groupid = 1;
|
215
|
+
optional fixed64 steamid_to_remove = 2;
|
216
|
+
}
|
217
|
+
|
218
|
+
message CFamilyGroups_RemoveFromFamilyGroup_Response {
|
219
|
+
}
|
220
|
+
|
221
|
+
message CFamilyGroups_RequestPurchase_Request {
|
222
|
+
optional uint64 family_groupid = 1;
|
223
|
+
optional uint64 gidshoppingcart = 2;
|
224
|
+
optional string store_country_code = 3;
|
225
|
+
optional bool use_account_cart = 4;
|
226
|
+
}
|
227
|
+
|
228
|
+
message CFamilyGroups_RequestPurchase_Response {
|
229
|
+
optional uint64 gidshoppingcart = 1;
|
230
|
+
optional uint64 request_id = 2;
|
231
|
+
}
|
232
|
+
|
233
|
+
message CFamilyGroups_ResendInvitationToFamilyGroup_Request {
|
234
|
+
optional uint64 family_groupid = 1;
|
235
|
+
optional uint64 steamid = 2;
|
236
|
+
}
|
237
|
+
|
238
|
+
message CFamilyGroups_ResendInvitationToFamilyGroup_Response {
|
239
|
+
}
|
240
|
+
|
241
|
+
message CFamilyGroups_RespondToRequestedPurchase_Request {
|
242
|
+
optional uint64 family_groupid = 1;
|
243
|
+
optional int32 action = 3 [(.description) = "enum"];
|
244
|
+
optional uint64 request_id = 4;
|
245
|
+
}
|
246
|
+
|
247
|
+
message CFamilyGroups_RespondToRequestedPurchase_Response {
|
248
|
+
}
|
249
|
+
|
250
|
+
message CFamilyGroups_SetFamilyCooldownOverrides_Request {
|
251
|
+
optional uint64 family_groupid = 1;
|
252
|
+
optional uint32 cooldown_count = 2;
|
253
|
+
}
|
254
|
+
|
255
|
+
message CFamilyGroups_SetFamilyCooldownOverrides_Response {
|
256
|
+
}
|
257
|
+
|
258
|
+
message CFamilyGroups_SetPreferredLender_Request {
|
259
|
+
optional uint64 family_groupid = 1;
|
260
|
+
optional uint32 appid = 2;
|
261
|
+
optional fixed64 lender_steamid = 3;
|
262
|
+
}
|
263
|
+
|
264
|
+
message CFamilyGroups_SetPreferredLender_Response {
|
265
|
+
}
|
266
|
+
|
267
|
+
message CFamilyGroupsClient_GroupChanged_Notification {
|
268
|
+
optional uint64 family_groupid = 1;
|
269
|
+
}
|
270
|
+
|
271
|
+
message CFamilyGroupsClient_InviteStatus_Notification {
|
272
|
+
}
|
273
|
+
|
274
|
+
message CFamilyGroupsClient_NotifyRunningApps_Notification {
|
275
|
+
optional uint64 family_groupid = 1;
|
276
|
+
repeated .CFamilyGroupsClient_NotifyRunningApps_Notification_RunningApp running_apps = 2;
|
277
|
+
}
|
278
|
+
|
279
|
+
message CFamilyGroupsClient_NotifyRunningApps_Notification_PlayingMember {
|
280
|
+
optional fixed64 member_steamid = 1;
|
281
|
+
optional fixed64 owner_steamid = 2;
|
282
|
+
}
|
283
|
+
|
284
|
+
message CFamilyGroupsClient_NotifyRunningApps_Notification_RunningApp {
|
285
|
+
optional uint32 appid = 1;
|
286
|
+
repeated .CFamilyGroupsClient_NotifyRunningApps_Notification_PlayingMember playing_members = 3;
|
287
|
+
}
|
288
|
+
|
289
|
+
message FamilyGroupFormerMember {
|
290
|
+
optional fixed64 steamid = 1;
|
291
|
+
}
|
292
|
+
|
293
|
+
message FamilyGroupMember {
|
294
|
+
optional fixed64 steamid = 1;
|
295
|
+
optional int32 role = 2 [(.description) = "enum"];
|
296
|
+
optional uint32 time_joined = 3;
|
297
|
+
optional uint32 cooldown_seconds_remaining = 4;
|
298
|
+
}
|
299
|
+
|
300
|
+
message FamilyGroupPendingInvite {
|
301
|
+
optional fixed64 steamid = 1;
|
302
|
+
optional int32 role = 2 [(.description) = "enum"];
|
303
|
+
}
|
304
|
+
|
305
|
+
message FamilyGroupPendingInviteForUser {
|
306
|
+
optional uint64 family_groupid = 1;
|
307
|
+
optional int32 role = 2 [(.description) = "enum"];
|
308
|
+
optional fixed64 inviter_steamid = 3;
|
309
|
+
}
|
310
|
+
|
311
|
+
message PurchaseRequest {
|
312
|
+
optional fixed64 requester_steamid = 1;
|
313
|
+
optional uint64 gidshoppingcart = 2;
|
314
|
+
optional uint32 time_requested = 3;
|
315
|
+
optional uint32 time_responded = 4;
|
316
|
+
optional fixed64 responder_steamid = 5;
|
317
|
+
optional int32 response_action = 6 [(.description) = "enum"];
|
318
|
+
optional bool is_completed = 7;
|
319
|
+
optional uint64 request_id = 8;
|
320
|
+
repeated uint32 requested_packageids = 9;
|
321
|
+
repeated uint32 purchased_packageids = 10;
|
322
|
+
}
|
323
|
+
|
324
|
+
service FamilyGroups {
|
325
|
+
rpc CancelFamilyGroupInvite (.CFamilyGroups_CancelFamilyGroupInvite_Request) returns (.CFamilyGroups_CancelFamilyGroupInvite_Response);
|
326
|
+
rpc ConfirmInviteToFamilyGroup (.CFamilyGroups_ConfirmInviteToFamilyGroup_Request) returns (.CFamilyGroups_ConfirmInviteToFamilyGroup_Response);
|
327
|
+
rpc ConfirmJoinFamilyGroup (.CFamilyGroups_ConfirmJoinFamilyGroup_Request) returns (.CFamilyGroups_ConfirmJoinFamilyGroup_Response);
|
328
|
+
rpc CreateFamilyGroup (.CFamilyGroups_CreateFamilyGroup_Request) returns (.CFamilyGroups_CreateFamilyGroup_Response);
|
329
|
+
rpc DeleteFamilyGroup (.CFamilyGroups_DeleteFamilyGroup_Request) returns (.CFamilyGroups_DeleteFamilyGroup_Response);
|
330
|
+
rpc GetChangeLog (.CFamilyGroups_GetChangeLog_Request) returns (.CFamilyGroups_GetChangeLog_Response);
|
331
|
+
rpc GetDispersionForFamily (.CFamilyGroups_GetDispersionForFamily_Request) returns (.CFamilyGroups_GetDispersionForFamily_Response);
|
332
|
+
rpc GetFamilyGroup (.CFamilyGroups_GetFamilyGroup_Request) returns (.CFamilyGroups_GetFamilyGroup_Response);
|
333
|
+
rpc GetFamilyGroupForUser (.CFamilyGroups_GetFamilyGroupForUser_Request) returns (.CFamilyGroups_GetFamilyGroupForUser_Response);
|
334
|
+
rpc GetPlaytimeSummary (.CFamilyGroups_GetPlaytimeSummary_Request) returns (.CFamilyGroups_GetPlaytimeSummary_Response);
|
335
|
+
rpc GetPreferredLenders (.CFamilyGroups_GetPreferredLenders_Request) returns (.CFamilyGroups_GetPreferredLenders_Response);
|
336
|
+
rpc GetPurchaseRequests (.CFamilyGroups_GetPurchaseRequests_Request) returns (.CFamilyGroups_GetPurchaseRequests_Response);
|
337
|
+
rpc GetSharedLibraryApps (.CFamilyGroups_GetSharedLibraryApps_Request) returns (.CFamilyGroups_GetSharedLibraryApps_Response);
|
338
|
+
rpc GetUsersSharingDevice (.CFamilyGroups_GetUsersSharingDevice_Request) returns (.CFamilyGroups_GetUsersSharingDevice_Response);
|
339
|
+
rpc InviteToFamilyGroup (.CFamilyGroups_InviteToFamilyGroup_Request) returns (.CFamilyGroups_InviteToFamilyGroup_Response);
|
340
|
+
rpc JoinFamilyGroup (.CFamilyGroups_JoinFamilyGroup_Request) returns (.CFamilyGroups_JoinFamilyGroup_Response);
|
341
|
+
rpc ModifyFamilyGroupDetails (.CFamilyGroups_ModifyFamilyGroupDetails_Request) returns (.CFamilyGroups_ModifyFamilyGroupDetails_Response);
|
342
|
+
rpc RemoveFromFamilyGroup (.CFamilyGroups_RemoveFromFamilyGroup_Request) returns (.CFamilyGroups_RemoveFromFamilyGroup_Response);
|
343
|
+
rpc RequestPurchase (.CFamilyGroups_RequestPurchase_Request) returns (.CFamilyGroups_RequestPurchase_Response);
|
344
|
+
rpc ResendInvitationToFamilyGroup (.CFamilyGroups_ResendInvitationToFamilyGroup_Request) returns (.CFamilyGroups_ResendInvitationToFamilyGroup_Response);
|
345
|
+
rpc RespondToRequestedPurchase (.CFamilyGroups_RespondToRequestedPurchase_Request) returns (.CFamilyGroups_RespondToRequestedPurchase_Response);
|
346
|
+
rpc SetFamilyCooldownOverrides (.CFamilyGroups_SetFamilyCooldownOverrides_Request) returns (.CFamilyGroups_SetFamilyCooldownOverrides_Response);
|
347
|
+
rpc SetPreferredLender (.CFamilyGroups_SetPreferredLender_Request) returns (.CFamilyGroups_SetPreferredLender_Response);
|
348
|
+
}
|
349
|
+
|
350
|
+
service FamilyGroupsClient {
|
351
|
+
rpc NotifyGroupChanged (.CFamilyGroupsClient_GroupChanged_Notification) returns (.NoResponse);
|
352
|
+
rpc NotifyInviteStatus (.CFamilyGroupsClient_InviteStatus_Notification) returns (.NoResponse);
|
353
|
+
rpc NotifyRunningApps (.CFamilyGroupsClient_NotifyRunningApps_Notification) returns (.NoResponse);
|
354
|
+
}
|
355
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
message CFovasVideo_ClientGetOPFSettings_Request {
|
3
|
+
optional uint32 app_id = 1;
|
4
|
+
optional uint32 client_cellid = 2;
|
5
|
+
}
|
6
|
+
|
7
|
+
message CFovasVideo_ClientGetOPFSettings_Response {
|
8
|
+
optional uint32 app_id = 1;
|
9
|
+
optional string opf_settings = 2;
|
10
|
+
}
|
11
|
+
|
12
|
+
service FovasVideo {
|
13
|
+
rpc ClientGetOPFSettings (.CFovasVideo_ClientGetOPFSettings_Request) returns (.CFovasVideo_ClientGetOPFSettings_Response);
|
14
|
+
}
|
15
|
+
|