steamutils 1.3.65 → 1.3.67
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +6 -3
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +7 -11
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
@@ -1,119 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CPartnerAppOptInData {
|
4
|
-
optional uint32 appid = 1;
|
5
|
-
optional bool opt_in = 2;
|
6
|
-
optional string opt_in_name = 3;
|
7
|
-
optional string jsondata = 4;
|
8
|
-
optional int32 type = 5 [(.description) = "enum"];
|
9
|
-
optional uint32 accountid_add = 6;
|
10
|
-
optional uint32 time_opted_in = 7;
|
11
|
-
optional uint32 time_updated = 8;
|
12
|
-
optional uint32 accountid_lastmod = 9;
|
13
|
-
optional bool invited = 10;
|
14
|
-
optional uint32 accountid_remove = 11;
|
15
|
-
optional uint32 time_opted_out = 12;
|
16
|
-
optional bool pruned = 13;
|
17
|
-
optional uint32 accountid_prune = 14;
|
18
|
-
optional uint32 time_pruned = 15;
|
19
|
-
}
|
20
|
-
|
21
|
-
message CPartnerAppOptInEmailDef {
|
22
|
-
optional string opt_in_name = 1;
|
23
|
-
optional fixed64 targeting_flag = 2;
|
24
|
-
optional fixed64 settings_flag = 3;
|
25
|
-
optional string email_templates = 4;
|
26
|
-
optional uint32 start_rtime = 5;
|
27
|
-
optional uint32 end_rtime = 6;
|
28
|
-
optional .CPartnerAppOptInEmailStats stats = 7;
|
29
|
-
optional uint32 creator_accountid = 8;
|
30
|
-
optional uint32 create_time = 9;
|
31
|
-
optional uint32 last_update_time = 10;
|
32
|
-
optional fixed64 email_def_id = 11;
|
33
|
-
}
|
34
|
-
|
35
|
-
message CPartnerAppOptInEmailStats {
|
36
|
-
optional uint32 accounts_examined = 1;
|
37
|
-
optional uint32 accounts_emailed = 2;
|
38
|
-
optional uint32 accounts_not_emailed_opted_out = 3;
|
39
|
-
optional uint32 accounts_email_failed = 4;
|
40
|
-
optional bool completed = 5;
|
41
|
-
}
|
42
|
-
|
43
|
-
message CPublishing_CreatePartnerAppOptInEmail_Request {
|
44
|
-
optional string opt_in_name = 1;
|
45
|
-
optional fixed64 targeting_flag = 2;
|
46
|
-
optional fixed64 settings_flag = 3;
|
47
|
-
optional string email_templates = 4;
|
48
|
-
optional uint32 start_rtime = 5 [default = 0];
|
49
|
-
optional uint32 end_rtime = 6 [default = 0];
|
50
|
-
}
|
51
|
-
|
52
|
-
message CPublishing_CreatePartnerAppOptInEmail_Response {
|
53
|
-
optional fixed64 email_def_id = 1;
|
54
|
-
}
|
55
|
-
|
56
|
-
message CPublishing_GetEstimatePartnerAppOptInEmail_Request {
|
57
|
-
optional fixed64 email_def_id = 1;
|
58
|
-
}
|
59
|
-
|
60
|
-
message CPublishing_GetEstimatePartnerAppOptInEmail_Response {
|
61
|
-
optional .CPartnerAppOptInEmailStats stats = 1;
|
62
|
-
}
|
63
|
-
|
64
|
-
message CPublishing_GetPartnerAppOptInEmailDefAndStats_Request {
|
65
|
-
optional string opt_in_name = 1;
|
66
|
-
}
|
67
|
-
|
68
|
-
message CPublishing_GetPartnerAppOptInEmailDefAndStats_Response {
|
69
|
-
repeated .CPartnerAppOptInEmailDef defs = 1;
|
70
|
-
}
|
71
|
-
|
72
|
-
message CPublishing_GetPartnerOptInInvites_Response {
|
73
|
-
repeated .CPartnerAppOptInData data = 1;
|
74
|
-
}
|
75
|
-
|
76
|
-
message CPublishing_GetSinglePartnerAppOptIns_Response {
|
77
|
-
repeated .CPartnerAppOptInData data = 1;
|
78
|
-
}
|
79
|
-
|
80
|
-
message CPublishing_SendPartnerAppOptInEmailAndWait_Request {
|
81
|
-
optional fixed64 email_def_id = 1;
|
82
|
-
}
|
83
|
-
|
84
|
-
message CPublishing_SendPartnerAppOptInEmailAndWait_Response {
|
85
|
-
optional .CPartnerAppOptInEmailStats results = 1;
|
86
|
-
}
|
87
|
-
|
88
|
-
message CPublishing_TestFirePartnerAppOptInEmail_Request {
|
89
|
-
optional fixed64 email_def_id = 1;
|
90
|
-
optional uint32 appid = 2;
|
91
|
-
optional uint32 partnerid = 3;
|
92
|
-
}
|
93
|
-
|
94
|
-
message CPublishing_TestFirePartnerAppOptInEmail_Response {
|
95
|
-
}
|
96
|
-
|
97
|
-
message CPublishing_UpdatePartnerAppOptInEmail_Request {
|
98
|
-
optional fixed64 email_def_id = 1;
|
99
|
-
optional fixed64 targeting_flag = 2;
|
100
|
-
optional fixed64 settings_flag = 3;
|
101
|
-
optional string email_templates = 4;
|
102
|
-
optional uint32 start_rtime = 5 [default = 0];
|
103
|
-
optional uint32 end_rtime = 6 [default = 0];
|
104
|
-
}
|
105
|
-
|
106
|
-
message CPublishing_UpdatePartnerAppOptInEmail_Response {
|
107
|
-
}
|
108
|
-
|
109
|
-
service Publishing {
|
110
|
-
rpc CreatePartnerAppOptInEmails (.CPublishing_CreatePartnerAppOptInEmail_Request) returns (.CPublishing_CreatePartnerAppOptInEmail_Response);
|
111
|
-
rpc GetEstimatePartnerAppOptInEmail (.CPublishing_GetEstimatePartnerAppOptInEmail_Request) returns (.CPublishing_GetEstimatePartnerAppOptInEmail_Response);
|
112
|
-
rpc GetPartnerAppOptInEmailDefAndStats (.CPublishing_GetPartnerAppOptInEmailDefAndStats_Request) returns (.CPublishing_GetPartnerAppOptInEmailDefAndStats_Response);
|
113
|
-
rpc GetPartnerOptInInvites (.NotImplemented) returns (.CPublishing_GetPartnerOptInInvites_Response);
|
114
|
-
rpc GetSinglePartnerAppOptIn (.NotImplemented) returns (.CPublishing_GetSinglePartnerAppOptIns_Response);
|
115
|
-
rpc SendPartnerOptInEmailAndWait (.CPublishing_SendPartnerAppOptInEmailAndWait_Request) returns (.CPublishing_SendPartnerAppOptInEmailAndWait_Response);
|
116
|
-
rpc TestFirePartnerAppOptInEmail (.CPublishing_TestFirePartnerAppOptInEmail_Request) returns (.CPublishing_TestFirePartnerAppOptInEmail_Response);
|
117
|
-
rpc UpdatePartnerAppOptInEmails (.CPublishing_UpdatePartnerAppOptInEmail_Request) returns (.CPublishing_UpdatePartnerAppOptInEmail_Response);
|
118
|
-
}
|
119
|
-
|
@@ -1,127 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CQuest_ActivateProfileModifierItem_Request {
|
4
|
-
optional uint32 appid = 1;
|
5
|
-
optional uint64 communityitemid = 2;
|
6
|
-
optional bool activate = 3;
|
7
|
-
}
|
8
|
-
|
9
|
-
message CQuest_ActivateProfileModifierItem_Response {
|
10
|
-
}
|
11
|
-
|
12
|
-
message CQuest_CommunityItem {
|
13
|
-
optional uint64 communityitemid = 1;
|
14
|
-
optional uint32 item_type = 2;
|
15
|
-
optional uint32 appid = 3;
|
16
|
-
optional uint32 owner = 4;
|
17
|
-
repeated .CQuest_CommunityItem_Attribute attributes = 5;
|
18
|
-
optional bool used = 6;
|
19
|
-
optional uint32 owner_origin = 7;
|
20
|
-
optional int64 amount = 8;
|
21
|
-
}
|
22
|
-
|
23
|
-
message CQuest_CommunityItem_Attribute {
|
24
|
-
optional uint32 attributeid = 1;
|
25
|
-
optional uint64 value = 2;
|
26
|
-
}
|
27
|
-
|
28
|
-
message CQuest_GetCommunityInventory_Request {
|
29
|
-
repeated uint32 filter_appids = 1;
|
30
|
-
}
|
31
|
-
|
32
|
-
message CQuest_GetCommunityInventory_Response {
|
33
|
-
repeated .CQuest_CommunityItem items = 1;
|
34
|
-
}
|
35
|
-
|
36
|
-
message CQuest_GetCommunityItemDefinitions_Request {
|
37
|
-
optional uint32 appid = 1;
|
38
|
-
optional uint32 item_type = 3;
|
39
|
-
optional string language = 4;
|
40
|
-
optional uint64 broadcast_channel_id = 5;
|
41
|
-
optional bool keyvalues_as_json = 6;
|
42
|
-
}
|
43
|
-
|
44
|
-
message CQuest_GetCommunityItemDefinitions_Response {
|
45
|
-
repeated .CQuest_GetCommunityItemDefinitions_Response_ItemDefinition item_definitions = 1;
|
46
|
-
}
|
47
|
-
|
48
|
-
message CQuest_GetCommunityItemDefinitions_Response_ItemDefinition {
|
49
|
-
optional uint32 item_type = 1;
|
50
|
-
optional uint32 appid = 2;
|
51
|
-
optional string item_name = 3;
|
52
|
-
optional string item_title = 4;
|
53
|
-
optional string item_description = 5;
|
54
|
-
optional string item_image_small = 6;
|
55
|
-
optional string item_image_large = 7;
|
56
|
-
optional string item_key_values = 8;
|
57
|
-
optional uint32 item_series = 9;
|
58
|
-
optional uint32 item_class = 10;
|
59
|
-
optional uint32 editor_accountid = 11;
|
60
|
-
optional bool active = 12;
|
61
|
-
optional string item_image_composed = 13;
|
62
|
-
optional string item_image_composed_foil = 14;
|
63
|
-
optional bool deleted = 15;
|
64
|
-
optional uint32 item_last_changed = 16;
|
65
|
-
optional uint64 broadcast_channel_id = 17;
|
66
|
-
optional string item_movie_webm = 18;
|
67
|
-
optional string item_movie_mp4 = 19;
|
68
|
-
optional string item_movie_webm_small = 20;
|
69
|
-
optional string item_movie_mp4_small = 21;
|
70
|
-
optional string item_internal_name = 22;
|
71
|
-
}
|
72
|
-
|
73
|
-
message CQuest_GetNumTradingCardsEarned_Request {
|
74
|
-
optional uint32 timestamp_start = 1 [default = 0];
|
75
|
-
optional uint32 timestamp_end = 2 [default = 4294967295];
|
76
|
-
}
|
77
|
-
|
78
|
-
message CQuest_GetNumTradingCardsEarned_Response {
|
79
|
-
optional uint32 num_trading_cards = 1;
|
80
|
-
}
|
81
|
-
|
82
|
-
message CQuest_SetVirtualItemRewardDefinition_Request {
|
83
|
-
optional int32 eventid = 1 [(.description) = "enum"];
|
84
|
-
repeated .CVirtualItemRewardDefinition itemsdefs = 2;
|
85
|
-
optional int32 action = 3 [(.description) = "enum"];
|
86
|
-
}
|
87
|
-
|
88
|
-
message CQuest_SetVirtualItemRewardDefinition_Response {
|
89
|
-
}
|
90
|
-
|
91
|
-
message CQuest_VirtualItemRewardDefinition_Request {
|
92
|
-
optional int32 eventid = 1 [(.description) = "enum"];
|
93
|
-
optional bool include_inactive = 2;
|
94
|
-
}
|
95
|
-
|
96
|
-
message CQuest_VirtualItemRewardDefinition_Response {
|
97
|
-
repeated .CVirtualItemRewardDefinition rewards = 1;
|
98
|
-
}
|
99
|
-
|
100
|
-
message CVirtualItemRewardDefinition {
|
101
|
-
optional int32 eventid = 1 [(.description) = "enum"];
|
102
|
-
optional uint32 item_bucket = 2;
|
103
|
-
optional uint32 appid = 3;
|
104
|
-
optional bool active = 4;
|
105
|
-
optional uint32 rarity = 5;
|
106
|
-
optional uint32 package_to_grant = 6;
|
107
|
-
optional fixed64 game_item_id = 7;
|
108
|
-
optional int32 community_item_class = 8;
|
109
|
-
optional uint32 community_item_type = 9;
|
110
|
-
optional uint32 loyalty_point_type = 10;
|
111
|
-
optional int64 amount = 11;
|
112
|
-
optional uint32 rtime_time_active = 12;
|
113
|
-
optional uint32 loyalty_reward_defid = 13;
|
114
|
-
optional uint32 user_badge_to_grant = 14;
|
115
|
-
optional uint32 user_badge_level = 15;
|
116
|
-
optional uint32 virtual_item_def_id = 16;
|
117
|
-
}
|
118
|
-
|
119
|
-
service Quest {
|
120
|
-
rpc ActivateProfileModifierItem (.CQuest_ActivateProfileModifierItem_Request) returns (.CQuest_ActivateProfileModifierItem_Response);
|
121
|
-
rpc GetCommunityInventory (.CQuest_GetCommunityInventory_Request) returns (.CQuest_GetCommunityInventory_Response);
|
122
|
-
rpc GetCommunityItemDefinitions (.CQuest_GetCommunityItemDefinitions_Request) returns (.CQuest_GetCommunityItemDefinitions_Response);
|
123
|
-
rpc GetNumTradingCardsEarned (.CQuest_GetNumTradingCardsEarned_Request) returns (.CQuest_GetNumTradingCardsEarned_Response);
|
124
|
-
rpc GetVirtualItemRewardDefinition (.CQuest_VirtualItemRewardDefinition_Request) returns (.CQuest_VirtualItemRewardDefinition_Response);
|
125
|
-
rpc SetVirtualItemRewardDefinition (.CQuest_SetVirtualItemRewardDefinition_Request) returns (.CQuest_SetVirtualItemRewardDefinition_Response);
|
126
|
-
}
|
127
|
-
|
@@ -1,315 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CAchievementDetails {
|
4
|
-
optional uint32 statid = 1;
|
5
|
-
optional uint32 fieldid = 2;
|
6
|
-
optional string achievement_name_internal = 3;
|
7
|
-
optional uint32 rtime_unlocked = 4;
|
8
|
-
}
|
9
|
-
|
10
|
-
message CFriendSharedYearInView {
|
11
|
-
optional fixed64 steamid = 1;
|
12
|
-
optional int32 privacy_state = 3 [(.description) = "enum"];
|
13
|
-
optional uint32 rt_privacy_updated = 4;
|
14
|
-
}
|
15
|
-
|
16
|
-
message CGameAchievements {
|
17
|
-
optional uint32 appid = 1;
|
18
|
-
repeated .CAchievementDetails achievements = 2;
|
19
|
-
optional uint32 all_time_unlocked_achievements = 3;
|
20
|
-
optional bool unlocked_more_in_future = 4;
|
21
|
-
}
|
22
|
-
|
23
|
-
message CGamePlaytimeStats {
|
24
|
-
optional uint32 appid = 1;
|
25
|
-
optional .CPlaytimeStats stats = 2;
|
26
|
-
optional .CPlaytimeStreak playtime_streak = 3;
|
27
|
-
optional .CPlaytimeRanks playtime_ranks = 4;
|
28
|
-
optional uint32 rtime_first_played = 5;
|
29
|
-
optional .CPlaytimeStats relative_game_stats = 6;
|
30
|
-
}
|
31
|
-
|
32
|
-
message CGameRank {
|
33
|
-
optional uint32 appid = 1;
|
34
|
-
optional uint32 rank = 2;
|
35
|
-
}
|
36
|
-
|
37
|
-
message CGameRankings {
|
38
|
-
optional .CRankingCategory overall_ranking = 1;
|
39
|
-
optional .CRankingCategory vr_ranking = 2;
|
40
|
-
optional .CRankingCategory deck_ranking = 3;
|
41
|
-
optional .CRankingCategory controller_ranking = 4;
|
42
|
-
optional .CRankingCategory linux_ranking = 5;
|
43
|
-
optional .CRankingCategory mac_ranking = 6;
|
44
|
-
optional .CRankingCategory windows_ranking = 7;
|
45
|
-
}
|
46
|
-
|
47
|
-
message CGameSummary {
|
48
|
-
optional uint32 appid = 1;
|
49
|
-
optional bool new_this_year = 2;
|
50
|
-
optional uint32 rtime_first_played_lifetime = 3;
|
51
|
-
optional bool demo = 4;
|
52
|
-
optional bool playtest = 5;
|
53
|
-
optional bool played_during_early_access = 6;
|
54
|
-
optional bool played_vr = 7;
|
55
|
-
optional bool played_deck = 8;
|
56
|
-
optional bool played_controller = 9;
|
57
|
-
optional bool played_linux = 10;
|
58
|
-
optional bool played_mac = 11;
|
59
|
-
optional bool played_windows = 12;
|
60
|
-
optional uint32 total_playtime_percentagex100 = 13;
|
61
|
-
optional uint32 total_sessions = 14;
|
62
|
-
optional uint32 rtime_release_date = 15;
|
63
|
-
}
|
64
|
-
|
65
|
-
message CMonthlyPlaytimeStats {
|
66
|
-
optional uint32 rtime_month = 1;
|
67
|
-
optional .CPlaytimeStats stats = 2;
|
68
|
-
optional .CPlaytimeStreak playtime_streak = 3;
|
69
|
-
repeated .CGamePlaytimeStats appid = 4;
|
70
|
-
optional .CPlaytimeStats relative_monthly_stats = 5;
|
71
|
-
repeated .CSimpleGameSummary game_summary = 6;
|
72
|
-
}
|
73
|
-
|
74
|
-
message CPlaytimeByNumbers {
|
75
|
-
optional uint32 screenshots_shared = 1;
|
76
|
-
optional uint32 gifts_sent = 2;
|
77
|
-
optional uint32 loyalty_reactions = 3;
|
78
|
-
optional uint32 written_reviews = 4;
|
79
|
-
optional uint32 guides_submitted = 5;
|
80
|
-
optional uint32 workshop_contributions = 6;
|
81
|
-
optional uint32 badges_earned = 7;
|
82
|
-
optional uint32 friends_added = 8;
|
83
|
-
optional uint32 forum_posts = 9;
|
84
|
-
optional uint32 workshop_subscriptions = 10;
|
85
|
-
optional uint32 games_played_pct = 11;
|
86
|
-
optional uint32 achievements_pct = 12;
|
87
|
-
optional uint32 game_streak_pct = 13;
|
88
|
-
}
|
89
|
-
|
90
|
-
message CPlaytimeRanks {
|
91
|
-
optional uint32 overall_rank = 1;
|
92
|
-
optional uint32 vr_rank = 2;
|
93
|
-
optional uint32 deck_rank = 3;
|
94
|
-
optional uint32 controller_rank = 4;
|
95
|
-
optional uint32 linux_rank = 5;
|
96
|
-
optional uint32 mac_rank = 6;
|
97
|
-
optional uint32 windows_rank = 7;
|
98
|
-
}
|
99
|
-
|
100
|
-
message CPlaytimeStats {
|
101
|
-
optional uint32 total_playtime_seconds = 1;
|
102
|
-
optional uint32 total_sessions = 20;
|
103
|
-
optional uint32 vr_sessions = 21;
|
104
|
-
optional uint32 deck_sessions = 22;
|
105
|
-
optional uint32 controller_sessions = 23;
|
106
|
-
optional uint32 linux_sessions = 24;
|
107
|
-
optional uint32 macos_sessions = 25;
|
108
|
-
optional uint32 windows_sessions = 26;
|
109
|
-
optional uint32 total_playtime_percentagex100 = 27;
|
110
|
-
optional uint32 vr_playtime_percentagex100 = 28;
|
111
|
-
optional uint32 deck_playtime_percentagex100 = 29;
|
112
|
-
optional uint32 controller_playtime_percentagex100 = 30;
|
113
|
-
optional uint32 linux_playtime_percentagex100 = 31;
|
114
|
-
optional uint32 macos_playtime_percentagex100 = 32;
|
115
|
-
optional uint32 windows_playtime_percentagex100 = 33;
|
116
|
-
}
|
117
|
-
|
118
|
-
message CPlaytimeStreak {
|
119
|
-
optional uint32 longest_consecutive_days = 1;
|
120
|
-
optional uint32 rtime_start = 2;
|
121
|
-
repeated .CPlaytimeStreakGame streak_games = 3;
|
122
|
-
}
|
123
|
-
|
124
|
-
message CPlaytimeStreakGame {
|
125
|
-
optional uint32 appid = 1;
|
126
|
-
}
|
127
|
-
|
128
|
-
message CRankingCategory {
|
129
|
-
optional string category = 1;
|
130
|
-
repeated .CGameRank rankings = 2;
|
131
|
-
}
|
132
|
-
|
133
|
-
message CSaleFeature_GetFriendsSharedYearInReview_Request {
|
134
|
-
optional fixed64 steamid = 1;
|
135
|
-
optional uint32 year = 2;
|
136
|
-
optional bool return_private = 3;
|
137
|
-
}
|
138
|
-
|
139
|
-
message CSaleFeature_GetFriendsSharedYearInReview_Response {
|
140
|
-
repeated .CFriendSharedYearInView friend_shares = 1;
|
141
|
-
optional uint32 year = 2;
|
142
|
-
}
|
143
|
-
|
144
|
-
message CSaleFeature_GetUserActionData_Request {
|
145
|
-
optional fixed64 steamid = 1;
|
146
|
-
optional fixed64 gid = 2;
|
147
|
-
optional int32 type = 3 [(.description) = "enum"];
|
148
|
-
}
|
149
|
-
|
150
|
-
message CSaleFeature_GetUserActionData_Response {
|
151
|
-
optional string jsondata = 1;
|
152
|
-
}
|
153
|
-
|
154
|
-
message CSaleFeature_GetUserSharingPermissions_Request {
|
155
|
-
optional fixed64 steamid = 1;
|
156
|
-
optional uint32 year = 2;
|
157
|
-
}
|
158
|
-
|
159
|
-
message CSaleFeature_GetUserSharingPermissions_Response {
|
160
|
-
optional int32 privacy_state = 1 [(.description) = "enum"];
|
161
|
-
optional bool generated_value = 2;
|
162
|
-
optional fixed64 steamid = 3;
|
163
|
-
optional uint32 rt_privacy_updated = 4;
|
164
|
-
}
|
165
|
-
|
166
|
-
message CSaleFeature_GetUserYearAchievements_Request {
|
167
|
-
optional fixed64 steamid = 1;
|
168
|
-
optional uint32 year = 2;
|
169
|
-
repeated uint32 appids = 3;
|
170
|
-
optional bool total_only = 4;
|
171
|
-
}
|
172
|
-
|
173
|
-
message CSaleFeature_GetUserYearAchievements_Response {
|
174
|
-
repeated .CGameAchievements game_achievements = 1;
|
175
|
-
optional uint32 total_achievements = 2;
|
176
|
-
optional uint32 total_rare_achievements = 3;
|
177
|
-
optional uint32 total_games_with_achievements = 4;
|
178
|
-
}
|
179
|
-
|
180
|
-
message CSaleFeature_GetUserYearInReview_Request {
|
181
|
-
optional fixed64 steamid = 1;
|
182
|
-
optional uint32 year = 2;
|
183
|
-
optional bool force_regenerate = 3;
|
184
|
-
optional int32 access_source = 4;
|
185
|
-
}
|
186
|
-
|
187
|
-
message CSaleFeature_GetUserYearInReview_Response {
|
188
|
-
optional .CUserYearInReviewStats stats = 1;
|
189
|
-
optional .CYearInReviewPerformanceStats performance_stats = 2;
|
190
|
-
}
|
191
|
-
|
192
|
-
message CSaleFeature_GetUserYearInReviewShareImage_Request {
|
193
|
-
optional fixed64 steamid = 1;
|
194
|
-
optional uint32 year = 2;
|
195
|
-
optional string language = 3;
|
196
|
-
}
|
197
|
-
|
198
|
-
message CSaleFeature_GetUserYearInReviewShareImage_Response {
|
199
|
-
repeated .CSaleFeature_GetUserYearInReviewShareImage_Response_Image images = 1;
|
200
|
-
}
|
201
|
-
|
202
|
-
message CSaleFeature_GetUserYearInReviewShareImage_Response_Image {
|
203
|
-
optional string name = 1;
|
204
|
-
optional string url_path = 2;
|
205
|
-
}
|
206
|
-
|
207
|
-
message CSaleFeature_GetUserYearScreenshots_Request {
|
208
|
-
optional fixed64 steamid = 1;
|
209
|
-
optional uint32 year = 2;
|
210
|
-
repeated uint32 appids = 3;
|
211
|
-
}
|
212
|
-
|
213
|
-
message CSaleFeature_GetUserYearScreenshots_Response {
|
214
|
-
repeated .CSaleFeature_GetUserYearScreenshots_Response_ScreenshotsByApp apps = 1;
|
215
|
-
}
|
216
|
-
|
217
|
-
message CSaleFeature_GetUserYearScreenshots_Response_Screenshot {
|
218
|
-
optional string image_url = 1;
|
219
|
-
optional string preview_url = 2;
|
220
|
-
optional uint32 image_width = 3;
|
221
|
-
optional uint32 image_height = 4;
|
222
|
-
optional bool maybe_inappropriate_sex = 5;
|
223
|
-
optional bool maybe_inappropriate_violence = 6;
|
224
|
-
}
|
225
|
-
|
226
|
-
message CSaleFeature_GetUserYearScreenshots_Response_ScreenshotsByApp {
|
227
|
-
optional uint32 appid = 1;
|
228
|
-
repeated .CSaleFeature_GetUserYearScreenshots_Response_Screenshot screenshots = 2;
|
229
|
-
}
|
230
|
-
|
231
|
-
message CSaleFeature_SetUserActionData_Request {
|
232
|
-
optional fixed64 steamid = 1;
|
233
|
-
optional fixed64 gid = 2;
|
234
|
-
optional int32 type = 3 [(.description) = "enum"];
|
235
|
-
optional string jsondata = 4;
|
236
|
-
}
|
237
|
-
|
238
|
-
message CSaleFeature_SetUserActionData_Response {
|
239
|
-
}
|
240
|
-
|
241
|
-
message CSaleFeature_SetUserSharingPermissions_Request {
|
242
|
-
optional fixed64 steamid = 1;
|
243
|
-
optional uint32 year = 2;
|
244
|
-
optional int32 privacy_state = 3 [(.description) = "enum"];
|
245
|
-
}
|
246
|
-
|
247
|
-
message CSaleFeature_SetUserSharingPermissions_Response {
|
248
|
-
optional int32 privacy_state = 1 [(.description) = "enum"];
|
249
|
-
}
|
250
|
-
|
251
|
-
message CSimpleGameSummary {
|
252
|
-
optional uint32 appid = 1;
|
253
|
-
optional uint32 total_playtime_percentagex100 = 2;
|
254
|
-
optional uint32 relative_playtime_percentagex100 = 3;
|
255
|
-
}
|
256
|
-
|
257
|
-
message CUserPlaytimeStats {
|
258
|
-
optional .CPlaytimeStats total_stats = 1;
|
259
|
-
repeated .CGamePlaytimeStats games = 2;
|
260
|
-
optional .CPlaytimeStreak playtime_streak = 3;
|
261
|
-
repeated .CMonthlyPlaytimeStats months = 5;
|
262
|
-
repeated .CGameSummary game_summary = 6;
|
263
|
-
optional uint32 demos_played = 7;
|
264
|
-
optional .CGameRankings game_rankings = 8;
|
265
|
-
optional uint32 playtests_played = 9;
|
266
|
-
optional .CUserPlaytimeSummaryStats summary_stats = 10;
|
267
|
-
optional bool substantial = 11 [default = true];
|
268
|
-
optional .CUserTagStats tag_stats = 12;
|
269
|
-
optional .CPlaytimeByNumbers by_numbers = 13;
|
270
|
-
}
|
271
|
-
|
272
|
-
message CUserPlaytimeSummaryStats {
|
273
|
-
optional uint32 total_achievements = 2;
|
274
|
-
optional uint32 total_games_with_achievements = 3;
|
275
|
-
optional uint32 total_rare_achievements = 4;
|
276
|
-
}
|
277
|
-
|
278
|
-
message CUserTagStats {
|
279
|
-
repeated .CUserTagStats_Tag stats = 1;
|
280
|
-
}
|
281
|
-
|
282
|
-
message CUserTagStats_Tag {
|
283
|
-
optional uint32 tag_id = 1;
|
284
|
-
optional float tag_weight = 2;
|
285
|
-
optional float tag_weight_pre_selection = 3;
|
286
|
-
}
|
287
|
-
|
288
|
-
message CUserYearInReviewStats {
|
289
|
-
optional uint32 account_id = 1;
|
290
|
-
optional uint32 year = 2;
|
291
|
-
optional .CUserPlaytimeStats playtime_stats = 3;
|
292
|
-
optional int32 privacy_state = 4 [(.description) = "enum"];
|
293
|
-
}
|
294
|
-
|
295
|
-
message CYearInReviewPerformanceStats {
|
296
|
-
optional bool from_dbo = 1;
|
297
|
-
optional uint64 overall_time_ms = 2;
|
298
|
-
optional uint64 dbo_load_ms = 3;
|
299
|
-
optional uint64 query_execution_ms = 4;
|
300
|
-
optional uint64 message_population_ms = 5;
|
301
|
-
optional uint64 dbo_lock_load_ms = 6;
|
302
|
-
}
|
303
|
-
|
304
|
-
service SaleFeature {
|
305
|
-
rpc GetFriendsSharedYearInReview (.CSaleFeature_GetFriendsSharedYearInReview_Request) returns (.CSaleFeature_GetFriendsSharedYearInReview_Response);
|
306
|
-
rpc GetUserActionData (.CSaleFeature_GetUserActionData_Request) returns (.CSaleFeature_GetUserActionData_Response);
|
307
|
-
rpc GetUserSharingPermissions (.CSaleFeature_GetUserSharingPermissions_Request) returns (.CSaleFeature_GetUserSharingPermissions_Response);
|
308
|
-
rpc GetUserYearAchievements (.CSaleFeature_GetUserYearAchievements_Request) returns (.CSaleFeature_GetUserYearAchievements_Response);
|
309
|
-
rpc GetUserYearInReview (.CSaleFeature_GetUserYearInReview_Request) returns (.CSaleFeature_GetUserYearInReview_Response);
|
310
|
-
rpc GetUserYearInReviewShareImage (.CSaleFeature_GetUserYearInReviewShareImage_Request) returns (.CSaleFeature_GetUserYearInReviewShareImage_Response);
|
311
|
-
rpc GetUserYearScreenshots (.CSaleFeature_GetUserYearScreenshots_Request) returns (.CSaleFeature_GetUserYearScreenshots_Response);
|
312
|
-
rpc SetUserActionData (.CSaleFeature_SetUserActionData_Request) returns (.CSaleFeature_SetUserActionData_Response);
|
313
|
-
rpc SetUserSharingPermissions (.CSaleFeature_SetUserSharingPermissions_Request) returns (.CSaleFeature_SetUserSharingPermissions_Response);
|
314
|
-
}
|
315
|
-
|
@@ -1,54 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
import "common.proto";
|
3
|
-
|
4
|
-
message CSaleItemRewards_CanClaimItem_Request {
|
5
|
-
optional string language = 1;
|
6
|
-
}
|
7
|
-
|
8
|
-
message CSaleItemRewards_CanClaimItem_Response {
|
9
|
-
optional bool can_claim = 1;
|
10
|
-
optional uint32 next_claim_time = 2;
|
11
|
-
optional .LoyaltyRewardDefinition reward_item = 3;
|
12
|
-
}
|
13
|
-
|
14
|
-
message CSaleItemRewards_ClaimItem_Request {
|
15
|
-
optional string language = 1;
|
16
|
-
}
|
17
|
-
|
18
|
-
message CSaleItemRewards_ClaimItem_Response {
|
19
|
-
optional uint64 communityitemid = 1;
|
20
|
-
optional uint32 next_claim_time = 2;
|
21
|
-
optional .LoyaltyRewardDefinition reward_item = 3;
|
22
|
-
}
|
23
|
-
|
24
|
-
message CSaleItemRewards_GetRewardDefinitions_Request {
|
25
|
-
optional uint32 virtual_item_reward_event_id = 1;
|
26
|
-
}
|
27
|
-
|
28
|
-
message CSaleItemRewards_GetRewardDefinitions_Response {
|
29
|
-
repeated .CSteamItemRewardDefinition definitions = 1;
|
30
|
-
}
|
31
|
-
|
32
|
-
message CSaleItemRewards_SetRewardDefinitions_Request {
|
33
|
-
repeated .CSteamItemRewardDefinition definitions = 1;
|
34
|
-
optional int32 action = 2 [(.description) = "enum"];
|
35
|
-
}
|
36
|
-
|
37
|
-
message CSaleItemRewards_SetRewardDefinitions_Response {
|
38
|
-
}
|
39
|
-
|
40
|
-
message CSteamItemRewardDefinition {
|
41
|
-
optional uint32 sale_reward_def_id = 1;
|
42
|
-
optional uint32 appid = 2;
|
43
|
-
optional uint32 virtual_item_reward_event_id = 3;
|
44
|
-
optional uint32 rtime_start_time = 4;
|
45
|
-
optional uint32 rtime_end_time = 5;
|
46
|
-
}
|
47
|
-
|
48
|
-
service SaleItemRewards {
|
49
|
-
rpc CanClaimItem (.CSaleItemRewards_CanClaimItem_Request) returns (.CSaleItemRewards_CanClaimItem_Response);
|
50
|
-
rpc ClaimItem (.CSaleItemRewards_ClaimItem_Request) returns (.CSaleItemRewards_ClaimItem_Response);
|
51
|
-
rpc GetRewardDefinitions (.CSaleItemRewards_GetRewardDefinitions_Request) returns (.CSaleItemRewards_GetRewardDefinitions_Response);
|
52
|
-
rpc SetRewardDefinitions (.CSaleItemRewards_SetRewardDefinitions_Request) returns (.CSaleItemRewards_SetRewardDefinitions_Response);
|
53
|
-
}
|
54
|
-
|