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,357 +0,0 @@
|
|
1
|
-
import "steammessages_unified_base.steamworkssdk.proto";
|
2
|
-
|
3
|
-
enum ESteamLearnDataType {
|
4
|
-
STEAMLEARN_DATATYPE_INVALID = 0;
|
5
|
-
STEAMLEARN_DATATYPE_INT32 = 1;
|
6
|
-
STEAMLEARN_DATATYPE_FLOAT32 = 2;
|
7
|
-
STEAMLEARN_DATATYPE_BOOL = 3;
|
8
|
-
STEAMLEARN_DATATYPE_STRING = 4;
|
9
|
-
STEAMLEARN_DATATYPE_OBJECT = 5;
|
10
|
-
}
|
11
|
-
|
12
|
-
enum ESteammLearnRegisterDataSourceResult {
|
13
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR = 0;
|
14
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_CREATED = 1;
|
15
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_FOUND = 2;
|
16
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_GENERIC = 3;
|
17
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_NAME = 4;
|
18
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_VERSION = 5;
|
19
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_CHANGED = 6;
|
20
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_INVALID = 7;
|
21
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_FORBIDDEN = 8;
|
22
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_TIMESTAMP = 9;
|
23
|
-
STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_DISABLED = 10;
|
24
|
-
}
|
25
|
-
|
26
|
-
enum ESteamLearnCacheDataResult {
|
27
|
-
STEAMLEARN_CACHE_DATA_ERROR = 0;
|
28
|
-
STEAMLEARN_CACHE_DATA_SUCCESS = 1;
|
29
|
-
STEAMLEARN_CACHE_DATA_ERROR_UNKNOWN_DATA_SOURCE = 2;
|
30
|
-
STEAMLEARN_CACHE_DATA_ERROR_UNCACHED_DATA_SOURCE = 3;
|
31
|
-
STEAMLEARN_CACHE_DATA_ERROR_INVALID_KEYS = 4;
|
32
|
-
STEAMLEARN_CACHE_DATA_ERROR_FORBIDDEN = 5;
|
33
|
-
STEAMLEARN_CACHE_DATA_ERROR_INVALID_TIMESTAMP = 6;
|
34
|
-
STEAMLEARN_CACHE_DATA_DISABLED = 7;
|
35
|
-
}
|
36
|
-
|
37
|
-
enum ESteamLearnSnapshotProjectResult {
|
38
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR = 0;
|
39
|
-
STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_STORED = 1;
|
40
|
-
STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_QUEUED = 2;
|
41
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PROJECT_ID = 3;
|
42
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_UNKNOWN_DATA_SOURCE = 4;
|
43
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_DATA_SOURCE_KEY = 5;
|
44
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_MISSING_CACHE_DURATION = 6;
|
45
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_NO_PUBLISHED_CONFIG = 7;
|
46
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_FORBIDDEN = 8;
|
47
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_TIMESTAMP = 9;
|
48
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INTERNAL_DATA_SOURCE_ERROR = 10;
|
49
|
-
STEAMLEARN_SNAPSHOT_PROJECT_DISABLED = 11;
|
50
|
-
STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PUBLISHED_VERSION = 12;
|
51
|
-
}
|
52
|
-
|
53
|
-
enum ESteamLearnGetHMACKeysResult {
|
54
|
-
STEAMLEARN_GET_HMAC_KEYS_SUCCESS = 0;
|
55
|
-
}
|
56
|
-
|
57
|
-
enum ESteamLearnInferenceResult {
|
58
|
-
STEAMLEARN_INFERENCE_ERROR = 0;
|
59
|
-
STEAMLEARN_INFERENCE_SUCCESS = 1;
|
60
|
-
STEAMLEARN_INFERENCE_ERROR_INVALID_PROJECT_ID = 2;
|
61
|
-
STEAMLEARN_INFERENCE_ERROR_MISSING_CACHED_SCHEMA_DATA = 3;
|
62
|
-
STEAMLEARN_INFERENCE_ERROR_NO_PUBLISHED_CONFIG = 4;
|
63
|
-
STEAMLEARN_INFERENCE_ERROR_FORBIDDEN = 5;
|
64
|
-
STEAMLEARN_INFERENCE_ERROR_INVALID_TIMESTAMP = 6;
|
65
|
-
STEAMLEARN_INFERENCE_ERROR_INVALID_PUBLISHED_VERSION = 7;
|
66
|
-
STEAMLEARN_INFERENCE_ERROR_NO_FETCH_ID_FOUND = 8;
|
67
|
-
STEAMLEARN_INFERENCE_ERROR_TOO_BUSY = 9;
|
68
|
-
}
|
69
|
-
|
70
|
-
enum ESteamLearnInferenceMetadataResult {
|
71
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR = 0;
|
72
|
-
STEAMLEARN_INFERENCE_METADATA_SUCCESS = 1;
|
73
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PROJECT_ID = 2;
|
74
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR_NO_PUBLISHED_CONFIG = 3;
|
75
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR_FORBIDDEN = 4;
|
76
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_TIMESTAMP = 5;
|
77
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PUBLISHED_VERSION = 6;
|
78
|
-
STEAMLEARN_INFERENCE_METADATA_ERROR_NO_FETCH_ID_FOUND = 7;
|
79
|
-
}
|
80
|
-
|
81
|
-
message CMsgSteamLearnDataSourceDescObject {
|
82
|
-
repeated .CMsgSteamLearnDataSourceDescElement elements = 1;
|
83
|
-
}
|
84
|
-
|
85
|
-
message CMsgSteamLearnDataSourceDescElement {
|
86
|
-
optional string name = 1;
|
87
|
-
optional .ESteamLearnDataType data_type = 2 [default = STEAMLEARN_DATATYPE_INVALID];
|
88
|
-
optional .CMsgSteamLearnDataSourceDescObject object = 3;
|
89
|
-
optional uint32 count = 4;
|
90
|
-
}
|
91
|
-
|
92
|
-
message CMsgSteamLearnDataSource {
|
93
|
-
optional uint32 id = 1;
|
94
|
-
optional string name = 2;
|
95
|
-
optional uint32 version = 3;
|
96
|
-
optional string source_description = 4;
|
97
|
-
optional .CMsgSteamLearnDataSourceDescObject structure = 5;
|
98
|
-
optional uint32 structure_crc = 6;
|
99
|
-
optional uint32 cache_duration_seconds = 7;
|
100
|
-
}
|
101
|
-
|
102
|
-
message CMsgSteamLearnDataObject {
|
103
|
-
repeated .CMsgSteamLearnDataElement elements = 1;
|
104
|
-
}
|
105
|
-
|
106
|
-
message CMsgSteamLearnDataElement {
|
107
|
-
optional string name = 1;
|
108
|
-
repeated int32 data_int32s = 20;
|
109
|
-
repeated float data_floats = 21;
|
110
|
-
repeated bool data_bools = 22;
|
111
|
-
repeated string data_strings = 23;
|
112
|
-
repeated .CMsgSteamLearnDataObject data_objects = 24;
|
113
|
-
}
|
114
|
-
|
115
|
-
message CMsgSteamLearnData {
|
116
|
-
optional uint32 data_source_id = 1;
|
117
|
-
repeated uint64 keys = 2;
|
118
|
-
optional .CMsgSteamLearnDataObject data_object = 3;
|
119
|
-
}
|
120
|
-
|
121
|
-
message CMsgSteamLearnDataList {
|
122
|
-
repeated .CMsgSteamLearnData data = 1;
|
123
|
-
}
|
124
|
-
|
125
|
-
message CMsgSteamLearn_AccessData {
|
126
|
-
optional uint32 publisher_id = 1;
|
127
|
-
optional uint32 timestamp = 2;
|
128
|
-
optional uint64 random_value = 3;
|
129
|
-
}
|
130
|
-
|
131
|
-
message CMsgSteamLearn_RegisterDataSource_Request {
|
132
|
-
optional string access_token = 1;
|
133
|
-
optional .CMsgSteamLearn_AccessData access_data = 2;
|
134
|
-
optional .CMsgSteamLearnDataSource data_source = 3;
|
135
|
-
}
|
136
|
-
|
137
|
-
message CMsgSteamLearn_RegisterDataSource_Response {
|
138
|
-
optional .ESteammLearnRegisterDataSourceResult result = 1 [default = STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR];
|
139
|
-
optional .CMsgSteamLearnDataSource data_source = 2;
|
140
|
-
}
|
141
|
-
|
142
|
-
message CMsgSteamLearn_CacheData_Request {
|
143
|
-
optional string access_token = 1;
|
144
|
-
optional .CMsgSteamLearn_AccessData access_data = 2;
|
145
|
-
optional .CMsgSteamLearnData data = 3;
|
146
|
-
}
|
147
|
-
|
148
|
-
message CMsgSteamLearn_CacheData_Response {
|
149
|
-
optional .ESteamLearnCacheDataResult cache_data_result = 1 [default = STEAMLEARN_CACHE_DATA_ERROR];
|
150
|
-
}
|
151
|
-
|
152
|
-
message CMsgSteamLearn_SnapshotProject_Request {
|
153
|
-
optional string access_token = 1;
|
154
|
-
optional .CMsgSteamLearn_AccessData access_data = 2;
|
155
|
-
optional uint32 project_id = 3;
|
156
|
-
optional uint32 published_version = 7;
|
157
|
-
repeated uint64 keys = 4;
|
158
|
-
repeated .CMsgSteamLearnData data = 5;
|
159
|
-
optional uint32 pending_data_limit_seconds = 6;
|
160
|
-
}
|
161
|
-
|
162
|
-
message CMsgSteamLearn_SnapshotProject_Response {
|
163
|
-
optional .ESteamLearnSnapshotProjectResult snapshot_result = 1 [default = STEAMLEARN_SNAPSHOT_PROJECT_ERROR];
|
164
|
-
}
|
165
|
-
|
166
|
-
message CMsgSteamLearn_BatchOperation_Request {
|
167
|
-
repeated .CMsgSteamLearn_CacheData_Request cache_data_requests = 1;
|
168
|
-
repeated .CMsgSteamLearn_SnapshotProject_Request snapshot_requests = 2;
|
169
|
-
}
|
170
|
-
|
171
|
-
message CMsgSteamLearn_BatchOperation_Response {
|
172
|
-
repeated .CMsgSteamLearn_CacheData_Response cache_data_responses = 1;
|
173
|
-
repeated .CMsgSteamLearn_SnapshotProject_Response snapshot_responses = 2;
|
174
|
-
}
|
175
|
-
|
176
|
-
message CMsgSteamLearnHMACKeys {
|
177
|
-
message CacheDataKeys {
|
178
|
-
optional uint32 data_source_id = 1;
|
179
|
-
optional uint32 version = 3;
|
180
|
-
optional string key = 2;
|
181
|
-
}
|
182
|
-
|
183
|
-
message SnapshotProjectKeys {
|
184
|
-
optional uint32 project_id = 1;
|
185
|
-
optional uint32 published_version = 3;
|
186
|
-
optional string key = 2;
|
187
|
-
}
|
188
|
-
|
189
|
-
optional string register_data_source_key = 1;
|
190
|
-
repeated .CMsgSteamLearnHMACKeys.CacheDataKeys cache_data_keys = 2;
|
191
|
-
repeated .CMsgSteamLearnHMACKeys.SnapshotProjectKeys snapshot_project_keys = 3;
|
192
|
-
}
|
193
|
-
|
194
|
-
message CMsgSteamLearn_GetHMACKeys_Request {
|
195
|
-
optional uint32 appid = 1;
|
196
|
-
}
|
197
|
-
|
198
|
-
message CMsgSteamLearn_GetHMACKeys_Response {
|
199
|
-
optional .ESteamLearnGetHMACKeysResult result = 1 [default = STEAMLEARN_GET_HMAC_KEYS_SUCCESS];
|
200
|
-
optional .CMsgSteamLearnHMACKeys keys = 2;
|
201
|
-
}
|
202
|
-
|
203
|
-
message CMsgSteamLearn_Inference_Request {
|
204
|
-
optional string access_token = 1;
|
205
|
-
optional .CMsgSteamLearn_AccessData access_data = 2;
|
206
|
-
optional uint32 project_id = 3;
|
207
|
-
optional uint32 published_version = 4;
|
208
|
-
optional uint32 override_train_id = 5;
|
209
|
-
optional .CMsgSteamLearnDataList data = 6;
|
210
|
-
repeated float additional_data = 7;
|
211
|
-
}
|
212
|
-
|
213
|
-
message CMsgSteamLearn_InferenceMetadata_Request {
|
214
|
-
optional string access_token = 1;
|
215
|
-
optional .CMsgSteamLearn_AccessData access_data = 2;
|
216
|
-
optional uint32 project_id = 3;
|
217
|
-
optional uint32 published_version = 4;
|
218
|
-
optional uint32 override_train_id = 5;
|
219
|
-
}
|
220
|
-
|
221
|
-
message CMsgSteamLearn_InferenceMetadataBackend_Request {
|
222
|
-
optional uint32 project_id = 1;
|
223
|
-
optional uint32 fetch_id = 2;
|
224
|
-
}
|
225
|
-
|
226
|
-
message CMsgSteamLearn_InferenceMetadata_Response {
|
227
|
-
message RowRange {
|
228
|
-
optional uint64 min_row = 1;
|
229
|
-
optional uint64 max_row = 2;
|
230
|
-
}
|
231
|
-
|
232
|
-
message Range {
|
233
|
-
optional string data_element_path = 1;
|
234
|
-
optional float min_value = 2;
|
235
|
-
optional float max_value = 3;
|
236
|
-
}
|
237
|
-
|
238
|
-
message StdDev {
|
239
|
-
optional string data_element_path = 1;
|
240
|
-
optional float mean = 2;
|
241
|
-
optional float std_dev = 3;
|
242
|
-
}
|
243
|
-
|
244
|
-
message CompactTable {
|
245
|
-
message Entry {
|
246
|
-
optional uint32 value = 1;
|
247
|
-
optional uint32 mapping = 2;
|
248
|
-
optional uint64 count = 3;
|
249
|
-
}
|
250
|
-
|
251
|
-
message MapValuesEntry {
|
252
|
-
optional uint32 key = 1;
|
253
|
-
optional .CMsgSteamLearn_InferenceMetadata_Response.CompactTable.Entry value = 2;
|
254
|
-
}
|
255
|
-
|
256
|
-
message MapMappingsEntry {
|
257
|
-
optional uint32 key = 1;
|
258
|
-
optional .CMsgSteamLearn_InferenceMetadata_Response.CompactTable.Entry value = 2;
|
259
|
-
}
|
260
|
-
|
261
|
-
optional string name = 1;
|
262
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.CompactTable.MapValuesEntry map_values = 2;
|
263
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.CompactTable.MapMappingsEntry map_mappings = 3;
|
264
|
-
}
|
265
|
-
|
266
|
-
message KMeans {
|
267
|
-
message Cluster {
|
268
|
-
optional float x = 1;
|
269
|
-
optional float y = 2;
|
270
|
-
optional float radius = 3;
|
271
|
-
optional float radius_75pct = 4;
|
272
|
-
optional float radius_50pct = 5;
|
273
|
-
optional float radius_25pct = 6;
|
274
|
-
}
|
275
|
-
|
276
|
-
optional string name = 1;
|
277
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.KMeans.Cluster clusters = 2;
|
278
|
-
}
|
279
|
-
|
280
|
-
message SnapshotHistogram {
|
281
|
-
optional float min_value = 1;
|
282
|
-
optional float max_value = 2;
|
283
|
-
optional uint32 num_buckets = 3;
|
284
|
-
repeated uint32 bucket_counts = 4;
|
285
|
-
}
|
286
|
-
|
287
|
-
optional .ESteamLearnInferenceMetadataResult inference_metadata_result = 1 [default = STEAMLEARN_INFERENCE_METADATA_ERROR];
|
288
|
-
optional .CMsgSteamLearn_InferenceMetadata_Response.RowRange row_range = 2;
|
289
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.Range ranges = 3;
|
290
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.StdDev std_devs = 4;
|
291
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.CompactTable compact_tables = 5;
|
292
|
-
repeated .CMsgSteamLearn_InferenceMetadata_Response.KMeans kmeans = 6;
|
293
|
-
optional .CMsgSteamLearn_InferenceMetadata_Response.SnapshotHistogram snapshot_histogram = 7;
|
294
|
-
}
|
295
|
-
|
296
|
-
message CMsgSteamLearn_InferenceBackend_Response {
|
297
|
-
message BinaryCrossEntropyOutput {
|
298
|
-
optional float value = 1;
|
299
|
-
}
|
300
|
-
|
301
|
-
message MutliBinaryCrossEntropyOutput {
|
302
|
-
repeated float weight = 1;
|
303
|
-
repeated float value = 2;
|
304
|
-
}
|
305
|
-
|
306
|
-
message CategoricalCrossEntropyOutput {
|
307
|
-
repeated float weight = 1;
|
308
|
-
repeated float value = 2;
|
309
|
-
}
|
310
|
-
|
311
|
-
message Output {
|
312
|
-
oneof ResponseType {
|
313
|
-
.CMsgSteamLearn_InferenceBackend_Response.BinaryCrossEntropyOutput binary_crossentropy = 1;
|
314
|
-
.CMsgSteamLearn_InferenceBackend_Response.CategoricalCrossEntropyOutput categorical_crossentropy = 2;
|
315
|
-
.CMsgSteamLearn_InferenceBackend_Response.MutliBinaryCrossEntropyOutput multi_binary_crossentropy = 3;
|
316
|
-
}
|
317
|
-
}
|
318
|
-
|
319
|
-
repeated .CMsgSteamLearn_InferenceBackend_Response.Output outputs = 1;
|
320
|
-
}
|
321
|
-
|
322
|
-
message CMsgSteamLearn_Inference_Response {
|
323
|
-
optional .ESteamLearnInferenceResult inference_result = 1 [default = STEAMLEARN_INFERENCE_ERROR];
|
324
|
-
optional .CMsgSteamLearn_InferenceBackend_Response backend_response = 2;
|
325
|
-
}
|
326
|
-
|
327
|
-
service SteamLearn {
|
328
|
-
option (service_description) = "Service for submitting data, training, and inferencing with SteamLearn.";
|
329
|
-
|
330
|
-
rpc RegisterDataSource (.CMsgSteamLearn_RegisterDataSource_Request) returns (.CMsgSteamLearn_RegisterDataSource_Response) {
|
331
|
-
option (method_description) = "Registers a data desc (or finds a data desc if it's already registered).";
|
332
|
-
}
|
333
|
-
|
334
|
-
rpc CacheData (.CMsgSteamLearn_CacheData_Request) returns (.CMsgSteamLearn_CacheData_Response) {
|
335
|
-
option (method_description) = "Updates a cached data entry.";
|
336
|
-
}
|
337
|
-
|
338
|
-
rpc SnapshotProject (.CMsgSteamLearn_SnapshotProject_Request) returns (.CMsgSteamLearn_SnapshotProject_Response) {
|
339
|
-
option (method_description) = "Snapshots the current data for a project.";
|
340
|
-
}
|
341
|
-
|
342
|
-
rpc BatchOperation (.CMsgSteamLearn_BatchOperation_Request) returns (.CMsgSteamLearn_BatchOperation_Response) {
|
343
|
-
option (method_description) = "Batches multiple data updates, snapshots, and inference requests into a single call";
|
344
|
-
}
|
345
|
-
|
346
|
-
rpc GetHMACKeys (.CMsgSteamLearn_GetHMACKeys_Request) returns (.CMsgSteamLearn_GetHMACKeys_Response) {
|
347
|
-
option (method_description) = "Gets the HMAC keys needed for registering data sources, submitting data to them, and snapshotting projects";
|
348
|
-
}
|
349
|
-
|
350
|
-
rpc Inference (.CMsgSteamLearn_Inference_Request) returns (.CMsgSteamLearn_Inference_Response) {
|
351
|
-
option (method_description) = "Inferences using supplied data, or data associated with the specified key.";
|
352
|
-
}
|
353
|
-
|
354
|
-
rpc InferenceMetadata (.CMsgSteamLearn_InferenceMetadata_Request) returns (.CMsgSteamLearn_InferenceMetadata_Response) {
|
355
|
-
option (method_description) = "Requests the metadata that was generated from a specified fetch.";
|
356
|
-
}
|
357
|
-
}
|