steamutils 1.3.65 → 1.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -14,7 +14,7 @@ message CCredentials_TestAvailablePassword_Response {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
message CCredentials_GetSteamGuardDetails_Request {
|
|
17
|
-
optional string webcookie = 2
|
|
17
|
+
optional string webcookie = 2;
|
|
18
18
|
optional fixed32 timestamp_minimum_wanted = 3;
|
|
19
19
|
optional int32 deprecated_ipaddress = 4;
|
|
20
20
|
optional .CMsgIPAddress ip_address = 5;
|
|
@@ -87,29 +87,10 @@ message CCredentials_GetAccountAuthSecret_Response {
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
service Credentials {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
rpc
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
rpc GetSteamGuardDetails (.CCredentials_GetSteamGuardDetails_Request) returns (.CCredentials_GetSteamGuardDetails_Response) {
|
|
97
|
-
option (method_description) = "GetSteamGuardDetails.";
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
rpc ValidateEmailAddress (.CCredentials_ValidateEmailAddress_Request) returns (.CCredentials_ValidateEmailAddress_Response) {
|
|
101
|
-
option (method_description) = "Validate an email address given a token";
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
rpc SteamGuardPhishingReport (.CCredentials_SteamGuardPhishingReport_Request) returns (.CCredentials_SteamGuardPhishingReport_Response) {
|
|
105
|
-
option (method_description) = "SteamGuardPhishingReport";
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
rpc GetCredentialChangeTimeDetails (.CCredentials_LastCredentialChangeTime_Request) returns (.CCredentials_LastCredentialChangeTime_Response) {
|
|
109
|
-
option (method_description) = "GetCredentialChangeTimeDetails.";
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
rpc GetAccountAuthSecret (.CCredentials_GetAccountAuthSecret_Request) returns (.CCredentials_GetAccountAuthSecret_Response) {
|
|
113
|
-
option (method_description) = "GetAccountAuthSecret";
|
|
114
|
-
}
|
|
90
|
+
rpc TestAvailablePassword (.CCredentials_TestAvailablePassword_Request) returns (.CCredentials_TestAvailablePassword_Response);
|
|
91
|
+
rpc GetSteamGuardDetails (.CCredentials_GetSteamGuardDetails_Request) returns (.CCredentials_GetSteamGuardDetails_Response);
|
|
92
|
+
rpc ValidateEmailAddress (.CCredentials_ValidateEmailAddress_Request) returns (.CCredentials_ValidateEmailAddress_Response);
|
|
93
|
+
rpc SteamGuardPhishingReport (.CCredentials_SteamGuardPhishingReport_Request) returns (.CCredentials_SteamGuardPhishingReport_Response);
|
|
94
|
+
rpc GetCredentialChangeTimeDetails (.CCredentials_LastCredentialChangeTime_Request) returns (.CCredentials_LastCredentialChangeTime_Response);
|
|
95
|
+
rpc GetAccountAuthSecret (.CCredentials_GetAccountAuthSecret_Request) returns (.CCredentials_GetAccountAuthSecret_Response);
|
|
115
96
|
}
|
|
@@ -6,14 +6,14 @@ option cc_generic_services = true;
|
|
|
6
6
|
message CDataPublisher_ClientContentCorruptionReport_Notification {
|
|
7
7
|
optional uint32 appid = 1;
|
|
8
8
|
optional uint32 depotid = 2;
|
|
9
|
-
optional string download_source = 3
|
|
10
|
-
optional string objectid = 4
|
|
11
|
-
optional uint32 cellid = 5
|
|
12
|
-
optional bool is_manifest = 6
|
|
13
|
-
optional uint64 object_size = 7
|
|
14
|
-
optional uint32 corruption_type = 8
|
|
15
|
-
optional bool used_https = 9
|
|
16
|
-
optional bool oc_proxy_detected = 10
|
|
9
|
+
optional string download_source = 3;
|
|
10
|
+
optional string objectid = 4;
|
|
11
|
+
optional uint32 cellid = 5;
|
|
12
|
+
optional bool is_manifest = 6;
|
|
13
|
+
optional uint64 object_size = 7;
|
|
14
|
+
optional uint32 corruption_type = 8;
|
|
15
|
+
optional bool used_https = 9;
|
|
16
|
+
optional bool oc_proxy_detected = 10;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
message CDataPublisher_ClientUpdateAppJob_Notification {
|
|
@@ -41,42 +41,42 @@ message CDataPublisher_ClientUpdateAppJob_Notification {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
message CDataPublisher_GetVRDeviceInfo_Request {
|
|
44
|
-
optional uint32 month_count = 1
|
|
44
|
+
optional uint32 month_count = 1;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
message CDataPublisher_GetVRDeviceInfo_Response {
|
|
48
48
|
message Device {
|
|
49
|
-
optional string name = 1
|
|
50
|
-
optional uint32 ref = 2
|
|
51
|
-
optional uint32 aggregation_ref = 3
|
|
52
|
-
optional uint32 total = 4
|
|
53
|
-
optional string driver = 5
|
|
54
|
-
optional int32 device_class = 6
|
|
49
|
+
optional string name = 1;
|
|
50
|
+
optional uint32 ref = 2;
|
|
51
|
+
optional uint32 aggregation_ref = 3;
|
|
52
|
+
optional uint32 total = 4;
|
|
53
|
+
optional string driver = 5;
|
|
54
|
+
optional int32 device_class = 6;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
repeated .CDataPublisher_GetVRDeviceInfo_Response.Device device = 1
|
|
57
|
+
repeated .CDataPublisher_GetVRDeviceInfo_Response.Device device = 1;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
message CDataPublisher_SetVRDeviceInfoAggregationReference_Request {
|
|
61
|
-
optional uint32 ref = 1
|
|
62
|
-
optional uint32 aggregation_ref = 2
|
|
61
|
+
optional uint32 ref = 1;
|
|
62
|
+
optional uint32 aggregation_ref = 2;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
message CDataPublisher_SetVRDeviceInfoAggregationReference_Response {
|
|
66
|
-
optional uint32 result = 1
|
|
66
|
+
optional uint32 result = 1;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
message CDataPublisher_AddVRDeviceInfo_Request {
|
|
70
|
-
optional string manufacturer = 1
|
|
71
|
-
optional string model = 2
|
|
72
|
-
optional string driver = 3
|
|
73
|
-
optional string controller_type = 4
|
|
74
|
-
optional int32 device_class = 5
|
|
70
|
+
optional string manufacturer = 1;
|
|
71
|
+
optional string model = 2;
|
|
72
|
+
optional string driver = 3;
|
|
73
|
+
optional string controller_type = 4;
|
|
74
|
+
optional int32 device_class = 5;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
message CDataPublisher_AddVRDeviceInfo_Response {
|
|
78
|
-
optional uint32 result = 1
|
|
79
|
-
optional uint32 ref = 2
|
|
78
|
+
optional uint32 result = 1;
|
|
79
|
+
optional uint32 ref = 2;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
message CValveHWSurvey_GetSurveySchedule_Request {
|
|
@@ -90,27 +90,13 @@ message CValveHWSurvey_GetSurveySchedule_Response {
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
service DataPublisher {
|
|
93
|
-
option (service_description) = "Data Publisher (DP) server services";
|
|
94
|
-
|
|
95
93
|
rpc ClientContentCorruptionReport (.CDataPublisher_ClientContentCorruptionReport_Notification) returns (.NoResponse);
|
|
96
94
|
rpc ClientUpdateAppJobReport (.CDataPublisher_ClientUpdateAppJob_Notification) returns (.NoResponse);
|
|
97
|
-
rpc GetVRDeviceInfo (.CDataPublisher_GetVRDeviceInfo_Request) returns (.CDataPublisher_GetVRDeviceInfo_Response)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
rpc SetVRDeviceInfoAggregationReference (.CDataPublisher_SetVRDeviceInfoAggregationReference_Request) returns (.CDataPublisher_SetVRDeviceInfoAggregationReference_Response) {
|
|
102
|
-
option (method_description) = "Set the rollup reference of a single VR device";
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
rpc AddVRDeviceInfo (.CDataPublisher_AddVRDeviceInfo_Request) returns (.CDataPublisher_AddVRDeviceInfo_Response) {
|
|
106
|
-
option (method_description) = "Adds a device to the VRDeviceInfo table for the hardware survey";
|
|
107
|
-
}
|
|
95
|
+
rpc GetVRDeviceInfo (.CDataPublisher_GetVRDeviceInfo_Request) returns (.CDataPublisher_GetVRDeviceInfo_Response);
|
|
96
|
+
rpc SetVRDeviceInfoAggregationReference (.CDataPublisher_SetVRDeviceInfoAggregationReference_Request) returns (.CDataPublisher_SetVRDeviceInfoAggregationReference_Response);
|
|
97
|
+
rpc AddVRDeviceInfo (.CDataPublisher_AddVRDeviceInfo_Request) returns (.CDataPublisher_AddVRDeviceInfo_Response);
|
|
108
98
|
}
|
|
109
99
|
|
|
110
100
|
service ValveHWSurvey {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
rpc GetSurveySchedule (.CValveHWSurvey_GetSurveySchedule_Request) returns (.CValveHWSurvey_GetSurveySchedule_Response) {
|
|
114
|
-
option (method_description) = "Should I run the survey";
|
|
115
|
-
}
|
|
101
|
+
rpc GetSurveySchedule (.CValveHWSurvey_GetSurveySchedule_Request) returns (.CValveHWSurvey_GetSurveySchedule_Response);
|
|
116
102
|
}
|
|
@@ -90,29 +90,10 @@ message CContentBuilder_SignInstallScript_Response {
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
service ContentBuilder {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
rpc
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
rpc StartDepotUpload (.CContentBuilder_StartDepotUpload_Request) returns (.CContentBuilder_StartDepotUpload_Response) {
|
|
100
|
-
option (method_description) = "Start uploading manifest and chunks for a depot";
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
rpc GetMissingDepotChunks (.CContentBuilder_GetMissingDepotChunks_Request) returns (.CContentBuilder_GetMissingDepotChunks_Response) {
|
|
104
|
-
option (method_description) = "Get list of missing chunks for depot upload";
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
rpc FinishDepotUpload (.CContentBuilder_FinishDepotUpload_Request) returns (.CContentBuilder_FinishDepotUpload_Response) {
|
|
108
|
-
option (method_description) = "Commit a depot build after manifest and all chunks are uploaded";
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
rpc CommitAppBuild (.CContentBuilder_CommitAppBuild_Request) returns (.CContentBuilder_CommitAppBuild_Response) {
|
|
112
|
-
option (method_description) = "Combine previous depot uploads into an app build and commit it";
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
rpc SignInstallScript (.CContentBuilder_SignInstallScript_Request) returns (.CContentBuilder_SignInstallScript_Response) {
|
|
116
|
-
option (method_description) = "Sign an install script";
|
|
117
|
-
}
|
|
93
|
+
rpc InitDepotBuild (.CContentBuilder_InitDepotBuild_Request) returns (.CContentBuilder_InitDepotBuild_Response);
|
|
94
|
+
rpc StartDepotUpload (.CContentBuilder_StartDepotUpload_Request) returns (.CContentBuilder_StartDepotUpload_Response);
|
|
95
|
+
rpc GetMissingDepotChunks (.CContentBuilder_GetMissingDepotChunks_Request) returns (.CContentBuilder_GetMissingDepotChunks_Response);
|
|
96
|
+
rpc FinishDepotUpload (.CContentBuilder_FinishDepotUpload_Request) returns (.CContentBuilder_FinishDepotUpload_Response);
|
|
97
|
+
rpc CommitAppBuild (.CContentBuilder_CommitAppBuild_Request) returns (.CContentBuilder_CommitAppBuild_Response);
|
|
98
|
+
rpc SignInstallScript (.CContentBuilder_SignInstallScript_Request) returns (.CContentBuilder_SignInstallScript_Response);
|
|
118
99
|
}
|
|
@@ -155,49 +155,15 @@ message CDeviceAuth_GetBorrowerPlayHistory_Response {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
service DeviceAuth {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
rpc
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
rpc
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
rpc
|
|
169
|
-
option (method_description) = "Authorize own remote device that has pending request";
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
rpc DeauthorizeRemoteDevice (.CDeviceAuth_DeauthorizeRemoteDevice_Request) returns (.CDeviceAuth_DeauthorizeRemoteDevice_Response) {
|
|
173
|
-
option (method_description) = "Revoke own device authorization";
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
rpc GetUsedAuthorizedDevices (.CDeviceAuth_GetUsedAuthorizedDevices_Request) returns (.CDeviceAuth_GetUsedAuthorizedDevices_Response) {
|
|
177
|
-
option (method_description) = "Get list of authorized devices user played borrowed games on";
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
rpc GetAuthorizedBorrowers (.CDeviceAuth_GetAuthorizedBorrowers_Request) returns (.CDeviceAuth_GetAuthorizedBorrowers_Response) {
|
|
181
|
-
option (method_description) = "Get list of users that can borrow on an authorized device";
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
rpc AddAuthorizedBorrowers (.CDeviceAuth_AddAuthorizedBorrowers_Request) returns (.CDeviceAuth_AddAuthorizedBorrowers_Response) {
|
|
185
|
-
option (method_description) = "Add users that can borrow on limited authorized devices";
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
rpc RemoveAuthorizedBorrowers (.CDeviceAuth_RemoveAuthorizedBorrowers_Request) returns (.CDeviceAuth_RemoveAuthorizedBorrowers_Response) {
|
|
189
|
-
option (method_description) = "Remove users that can borrow on limited authorized devices";
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
rpc GetAuthorizedAsBorrower (.CDeviceAuth_GetAuthorizedAsBorrower_Request) returns (.CDeviceAuth_GetAuthorizedAsBorrower_Response) {
|
|
193
|
-
option (method_description) = "Get list of lenders that authorized given account as borrower";
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
rpc GetExcludedGamesInLibrary (.CDeviceAuth_GetExcludedGamesInLibrary_Request) returns (.CDeviceAuth_GetExcludedGamesInLibrary_Response) {
|
|
197
|
-
option (method_description) = "Get list of excluded games in lenders library";
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
rpc GetBorrowerPlayHistory (.CDeviceAuth_GetBorrowerPlayHistory_Request) returns (.CDeviceAuth_GetBorrowerPlayHistory_Response) {
|
|
201
|
-
option (method_description) = "Get list played games as borrower";
|
|
202
|
-
}
|
|
158
|
+
rpc GetOwnAuthorizedDevices (.CDeviceAuth_GetOwnAuthorizedDevices_Request) returns (.CDeviceAuth_GetOwnAuthorizedDevices_Response);
|
|
159
|
+
rpc AcceptAuthorizationRequest (.CDeviceAuth_AcceptAuthorizationRequest_Request) returns (.CDeviceAuth_AcceptAuthorizationRequest_Response);
|
|
160
|
+
rpc AuthorizeRemoteDevice (.CDeviceAuth_AuthorizeRemoteDevice_Request) returns (.CDeviceAuth_AuthorizeRemoteDevice_Response);
|
|
161
|
+
rpc DeauthorizeRemoteDevice (.CDeviceAuth_DeauthorizeRemoteDevice_Request) returns (.CDeviceAuth_DeauthorizeRemoteDevice_Response);
|
|
162
|
+
rpc GetUsedAuthorizedDevices (.CDeviceAuth_GetUsedAuthorizedDevices_Request) returns (.CDeviceAuth_GetUsedAuthorizedDevices_Response);
|
|
163
|
+
rpc GetAuthorizedBorrowers (.CDeviceAuth_GetAuthorizedBorrowers_Request) returns (.CDeviceAuth_GetAuthorizedBorrowers_Response);
|
|
164
|
+
rpc AddAuthorizedBorrowers (.CDeviceAuth_AddAuthorizedBorrowers_Request) returns (.CDeviceAuth_AddAuthorizedBorrowers_Response);
|
|
165
|
+
rpc RemoveAuthorizedBorrowers (.CDeviceAuth_RemoveAuthorizedBorrowers_Request) returns (.CDeviceAuth_RemoveAuthorizedBorrowers_Response);
|
|
166
|
+
rpc GetAuthorizedAsBorrower (.CDeviceAuth_GetAuthorizedAsBorrower_Request) returns (.CDeviceAuth_GetAuthorizedAsBorrower_Response);
|
|
167
|
+
rpc GetExcludedGamesInLibrary (.CDeviceAuth_GetExcludedGamesInLibrary_Request) returns (.CDeviceAuth_GetExcludedGamesInLibrary_Response);
|
|
168
|
+
rpc GetBorrowerPlayHistory (.CDeviceAuth_GetBorrowerPlayHistory_Request) returns (.CDeviceAuth_GetBorrowerPlayHistory_Response);
|
|
203
169
|
}
|
|
@@ -28,7 +28,7 @@ message CEcon_Asset {
|
|
|
28
28
|
optional uint64 assetid = 3;
|
|
29
29
|
optional uint64 classid = 4;
|
|
30
30
|
optional uint64 instanceid = 5;
|
|
31
|
-
optional uint32 currencyid = 6
|
|
31
|
+
optional uint32 currencyid = 6;
|
|
32
32
|
optional int64 amount = 7;
|
|
33
33
|
optional bool missing = 8;
|
|
34
34
|
optional int64 est_usd = 9;
|
|
@@ -80,18 +80,18 @@ message CEconItem_Description {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
message CEconItem_Tag {
|
|
83
|
-
optional uint32 appid = 1
|
|
84
|
-
optional string category = 2
|
|
85
|
-
optional string internal_name = 3
|
|
86
|
-
optional string localized_category_name = 4
|
|
87
|
-
optional string localized_tag_name = 5
|
|
88
|
-
optional string color = 6
|
|
83
|
+
optional uint32 appid = 1;
|
|
84
|
+
optional string category = 2;
|
|
85
|
+
optional string internal_name = 3;
|
|
86
|
+
optional string localized_category_name = 4;
|
|
87
|
+
optional string localized_tag_name = 5;
|
|
88
|
+
optional string color = 6;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
message CEcon_GetInventoryItemsWithDescriptions_Response {
|
|
92
92
|
repeated .CEcon_Asset assets = 1;
|
|
93
93
|
repeated .CEconItem_Description descriptions = 2;
|
|
94
|
-
repeated .CEcon_Asset missing_assets = 3
|
|
94
|
+
repeated .CEcon_Asset missing_assets = 3;
|
|
95
95
|
optional bool more_items = 4;
|
|
96
96
|
optional uint64 last_assetid = 5;
|
|
97
97
|
optional uint32 total_inventory_count = 6;
|
|
@@ -130,21 +130,8 @@ message CEcon_GetAssetClassInfo_Response {
|
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
service Econ {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
rpc
|
|
136
|
-
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
rpc GetTradeOfferAccessToken (.CEcon_GetTradeOfferAccessToken_Request) returns (.CEcon_GetTradeOfferAccessToken_Response) {
|
|
140
|
-
option (method_description) = "Get the user's trade offer access token";
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
rpc ClientGetItemShopOverlayAuthURL (.CEcon_ClientGetItemShopOverlayAuthURL_Request) returns (.CEcon_ClientGetItemShopOverlayAuthURL_Response) {
|
|
144
|
-
option (method_description) = "Generates a URL which sets a secure cookie for in-game-browser itemshop purchases";
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
rpc GetAssetClassInfo (.CEcon_GetAssetClassInfo_Request) returns (.CEcon_GetAssetClassInfo_Response) {
|
|
148
|
-
option (method_description) = "Returns description information about the passed in asset classes";
|
|
149
|
-
}
|
|
133
|
+
rpc GetInventoryItemsWithDescriptions (.CEcon_GetInventoryItemsWithDescriptions_Request) returns (.CEcon_GetInventoryItemsWithDescriptions_Response);
|
|
134
|
+
rpc GetTradeOfferAccessToken (.CEcon_GetTradeOfferAccessToken_Request) returns (.CEcon_GetTradeOfferAccessToken_Response);
|
|
135
|
+
rpc ClientGetItemShopOverlayAuthURL (.CEcon_ClientGetItemShopOverlayAuthURL_Request) returns (.CEcon_ClientGetItemShopOverlayAuthURL_Response);
|
|
136
|
+
rpc GetAssetClassInfo (.CEcon_GetAssetClassInfo_Request) returns (.CEcon_GetAssetClassInfo_Response);
|
|
150
137
|
}
|