steamutils 1.3.64 → 1.3.66
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +12 -10
- package/index.js +96 -0
- 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 +4 -3
- 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,108 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CShoppingCart_AddBundle_Response {
|
4
|
-
optional .CShoppingCart_Contents contents = 1;
|
5
|
-
repeated uint32 result_details = 2;
|
6
|
-
}
|
7
|
-
|
8
|
-
message CShoppingCart_AddPackages_Response {
|
9
|
-
optional uint64 gidshoppingcart = 1;
|
10
|
-
optional .CShoppingCart_Contents contents = 2;
|
11
|
-
repeated uint32 result_details = 3;
|
12
|
-
}
|
13
|
-
|
14
|
-
message CShoppingCart_Amount {
|
15
|
-
optional int64 amount = 1;
|
16
|
-
optional uint32 currencycode = 2;
|
17
|
-
}
|
18
|
-
|
19
|
-
message CShoppingCart_AvailableCoupon {
|
20
|
-
optional uint32 couponid = 1;
|
21
|
-
optional uint64 gidcoupon = 2;
|
22
|
-
optional uint64 gidlineitem = 3;
|
23
|
-
}
|
24
|
-
|
25
|
-
message CShoppingCart_BundleItem {
|
26
|
-
optional uint32 bundleid = 1;
|
27
|
-
optional uint32 quantity = 2;
|
28
|
-
}
|
29
|
-
|
30
|
-
message CShoppingCart_Contents {
|
31
|
-
repeated .CShoppingCart_Item lineitems = 1;
|
32
|
-
repeated .CShoppingCart_RelationShip treeview = 2;
|
33
|
-
optional .CShoppingCart_Potentials potentials = 3;
|
34
|
-
}
|
35
|
-
|
36
|
-
message CShoppingCart_CouponItem {
|
37
|
-
optional uint32 couponid = 1;
|
38
|
-
optional uint64 gidcoupontarget = 2;
|
39
|
-
optional uint32 packageid = 3;
|
40
|
-
}
|
41
|
-
|
42
|
-
message CShoppingCart_CreateNew_Response {
|
43
|
-
optional uint64 gidshoppingcart = 1;
|
44
|
-
}
|
45
|
-
|
46
|
-
message CShoppingCart_GetContents_Request {
|
47
|
-
optional uint64 gidshoppingcart = 1;
|
48
|
-
}
|
49
|
-
|
50
|
-
message CShoppingCart_GetContents_Response {
|
51
|
-
optional uint64 gidshoppingcart = 1;
|
52
|
-
optional .CShoppingCart_Contents contents = 2;
|
53
|
-
optional uint32 time_created = 3;
|
54
|
-
}
|
55
|
-
|
56
|
-
message CShoppingCart_Item {
|
57
|
-
optional uint64 gidlineitem = 1;
|
58
|
-
optional .CShoppingCart_PackageItem package_item = 2;
|
59
|
-
optional .CShoppingCart_WalletCreditItem wallet_credit_item = 3;
|
60
|
-
optional .CShoppingCart_CouponItem coupon_item = 4;
|
61
|
-
optional .CShoppingCart_MicroTxnAsset micro_item = 5;
|
62
|
-
optional .CShoppingCart_BundleItem bundle_item = 7;
|
63
|
-
optional .CShoppingCart_LoyaltyRewardItem loyalty_item = 8;
|
64
|
-
}
|
65
|
-
|
66
|
-
message CShoppingCart_LoyaltyRewardItem {
|
67
|
-
optional int32 reward_id = 1;
|
68
|
-
}
|
69
|
-
|
70
|
-
message CShoppingCart_MicroTxnAsset {
|
71
|
-
optional uint32 microtxnappid = 1;
|
72
|
-
optional uint64 microtxnassetclassid = 2;
|
73
|
-
}
|
74
|
-
|
75
|
-
message CShoppingCart_PackageItem {
|
76
|
-
optional uint32 packageid = 1;
|
77
|
-
optional .CShoppingCart_Amount costwhenadded = 2;
|
78
|
-
optional bool is_gift = 3;
|
79
|
-
optional uint64 gidbundle = 4;
|
80
|
-
optional uint32 quantity = 5;
|
81
|
-
}
|
82
|
-
|
83
|
-
message CShoppingCart_Potentials {
|
84
|
-
repeated .CShoppingCart_AvailableCoupon coupons = 1;
|
85
|
-
}
|
86
|
-
|
87
|
-
message CShoppingCart_RelationShip {
|
88
|
-
optional uint64 gidparent = 1;
|
89
|
-
repeated .CShoppingCart_RelationShip children = 2;
|
90
|
-
}
|
91
|
-
|
92
|
-
message CShoppingCart_RemoveLineItems_Response {
|
93
|
-
optional .CShoppingCart_Contents contents = 1;
|
94
|
-
repeated uint32 result_details = 2;
|
95
|
-
}
|
96
|
-
|
97
|
-
message CShoppingCart_WalletCreditItem {
|
98
|
-
optional .CShoppingCart_Amount walletcredit = 1;
|
99
|
-
}
|
100
|
-
|
101
|
-
service ShoppingCart {
|
102
|
-
rpc AddBundle (.NotImplemented) returns (.CShoppingCart_AddBundle_Response);
|
103
|
-
rpc AddPackages (.NotImplemented) returns (.CShoppingCart_AddPackages_Response);
|
104
|
-
rpc CreateNewShoppingCart (.NotImplemented) returns (.CShoppingCart_CreateNew_Response);
|
105
|
-
rpc GetShoppingCartContents (.CShoppingCart_GetContents_Request) returns (.CShoppingCart_GetContents_Response);
|
106
|
-
rpc RemoveLineItems (.NotImplemented) returns (.CShoppingCart_RemoveLineItems_Response);
|
107
|
-
}
|
108
|
-
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CSteamAwards_GetUserNominations_Response {
|
4
|
-
repeated .CSteamAwardsNomination nominations = 1;
|
5
|
-
}
|
6
|
-
|
7
|
-
message CSteamAwardsNomination {
|
8
|
-
optional uint32 category_id = 1;
|
9
|
-
optional string category_name = 2;
|
10
|
-
optional uint32 appid = 3;
|
11
|
-
optional string write_in_name = 4;
|
12
|
-
optional uint32 store_appid = 5;
|
13
|
-
optional uint32 developer_id = 6;
|
14
|
-
}
|
15
|
-
|
16
|
-
service SteamAwards {
|
17
|
-
rpc GetUserNominations (.NotImplemented) returns (.CSteamAwards_GetUserNominations_Response);
|
18
|
-
}
|
19
|
-
|
@@ -1,75 +0,0 @@
|
|
1
|
-
import "common.proto";
|
2
|
-
|
3
|
-
message CSteamCharts_GetBestOfYearPages_Request {
|
4
|
-
}
|
5
|
-
|
6
|
-
message CSteamCharts_GetBestOfYearPages_Response {
|
7
|
-
repeated .CSteamCharts_GetBestOfYearPages_Response_BestOfYearPage pages = 1;
|
8
|
-
}
|
9
|
-
|
10
|
-
message CSteamCharts_GetBestOfYearPages_Response_BestOfYearPage {
|
11
|
-
optional string name = 1;
|
12
|
-
optional string url_path = 2;
|
13
|
-
repeated string banner_url = 3;
|
14
|
-
repeated string banner_url_mobile = 4;
|
15
|
-
optional uint32 start_date = 5;
|
16
|
-
}
|
17
|
-
|
18
|
-
message CSteamCharts_GetGamesByConcurrentPlayers_Request {
|
19
|
-
optional .StoreBrowseContext context = 1;
|
20
|
-
optional .StoreBrowseItemDataRequest data_request = 2;
|
21
|
-
}
|
22
|
-
|
23
|
-
message CSteamCharts_GetGamesByConcurrentPlayers_Response {
|
24
|
-
optional uint32 last_update = 1;
|
25
|
-
repeated .CSteamCharts_GetGamesByConcurrentPlayers_Response_MostPlayedRank ranks = 2;
|
26
|
-
}
|
27
|
-
|
28
|
-
message CSteamCharts_GetGamesByConcurrentPlayers_Response_MostPlayedRank {
|
29
|
-
optional int32 rank = 1;
|
30
|
-
optional uint32 appid = 2;
|
31
|
-
optional .StoreItem item = 3;
|
32
|
-
optional uint32 concurrent_in_game = 4;
|
33
|
-
optional uint32 peak_in_game = 5;
|
34
|
-
}
|
35
|
-
|
36
|
-
message CSteamCharts_GetMostPlayedGames_Request {
|
37
|
-
optional .StoreBrowseContext context = 1;
|
38
|
-
optional .StoreBrowseItemDataRequest data_request = 2;
|
39
|
-
}
|
40
|
-
|
41
|
-
message CSteamCharts_GetMostPlayedGames_Response {
|
42
|
-
optional uint32 rollup_date = 1;
|
43
|
-
repeated .CSteamCharts_GetMostPlayedGames_Response_MostPlayedRank ranks = 2;
|
44
|
-
}
|
45
|
-
|
46
|
-
message CSteamCharts_GetMostPlayedGames_Response_MostPlayedRank {
|
47
|
-
optional int32 rank = 1;
|
48
|
-
optional uint32 appid = 2;
|
49
|
-
optional .StoreItem item = 3;
|
50
|
-
optional int32 last_week_rank = 4;
|
51
|
-
optional uint32 peak_in_game = 5;
|
52
|
-
optional uint32 daily_active_players = 6;
|
53
|
-
}
|
54
|
-
|
55
|
-
message CSteamCharts_GetTopReleasesPages_Request {
|
56
|
-
}
|
57
|
-
|
58
|
-
message CSteamCharts_GetTopReleasesPages_Response {
|
59
|
-
repeated .CSteamCharts_GetTopReleasesPages_Response_TopReleasesPage pages = 1;
|
60
|
-
}
|
61
|
-
|
62
|
-
message CSteamCharts_GetTopReleasesPages_Response_TopReleasesPage {
|
63
|
-
optional string name = 1;
|
64
|
-
optional uint32 start_of_month = 2;
|
65
|
-
optional string url_path = 3;
|
66
|
-
repeated .StoreItemID item_ids = 4;
|
67
|
-
}
|
68
|
-
|
69
|
-
service SteamCharts {
|
70
|
-
rpc GetBestOfYearPages (.CSteamCharts_GetBestOfYearPages_Request) returns (.CSteamCharts_GetBestOfYearPages_Response);
|
71
|
-
rpc GetGamesByConcurrentPlayers (.CSteamCharts_GetGamesByConcurrentPlayers_Request) returns (.CSteamCharts_GetGamesByConcurrentPlayers_Response);
|
72
|
-
rpc GetMostPlayedGames (.CSteamCharts_GetMostPlayedGames_Request) returns (.CSteamCharts_GetMostPlayedGames_Response);
|
73
|
-
rpc GetTopReleasesPages (.CSteamCharts_GetTopReleasesPages_Request) returns (.CSteamCharts_GetTopReleasesPages_Response);
|
74
|
-
}
|
75
|
-
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CSteamEngine_GetGameIDForPID_Request {
|
4
|
-
optional uint32 pid = 1;
|
5
|
-
}
|
6
|
-
|
7
|
-
message CSteamEngine_GetGameIDForPID_Response {
|
8
|
-
optional uint64 gameid = 1;
|
9
|
-
}
|
10
|
-
|
11
|
-
message CSteamEngine_GetTextFilterDictionary_Request {
|
12
|
-
optional string language = 1;
|
13
|
-
optional string type = 2;
|
14
|
-
}
|
15
|
-
|
16
|
-
message CSteamEngine_GetTextFilterDictionary_Response {
|
17
|
-
optional string dictionary = 1;
|
18
|
-
}
|
19
|
-
|
20
|
-
message CSteamEngine_TextFilterDictionaryChanged_Notification {
|
21
|
-
optional string language = 1;
|
22
|
-
optional string type = 2;
|
23
|
-
}
|
24
|
-
|
25
|
-
message CSteamEngine_UpdateTextFilterDictionary_Notification {
|
26
|
-
optional string language = 1;
|
27
|
-
optional string type = 2;
|
28
|
-
}
|
29
|
-
|
30
|
-
service SteamEngine {
|
31
|
-
rpc GetGameIDForPID (.CSteamEngine_GetGameIDForPID_Request) returns (.CSteamEngine_GetGameIDForPID_Response);
|
32
|
-
rpc GetTextFilterDictionary (.CSteamEngine_GetTextFilterDictionary_Request) returns (.CSteamEngine_GetTextFilterDictionary_Response);
|
33
|
-
rpc NotifyTextFilterDictionaryChanged (.CSteamEngine_TextFilterDictionaryChanged_Notification) returns (.NoResponse);
|
34
|
-
rpc UpdateTextFilterDictionary (.CSteamEngine_UpdateTextFilterDictionary_Notification) returns (.NoResponse);
|
35
|
-
}
|
36
|
-
|