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
|
@@ -659,7 +659,7 @@ message CChatRoom_DeleteInviteLink_Response {
|
|
|
659
659
|
message CChatRoom_SetSessionActiveChatRoomGroups_Request {
|
|
660
660
|
repeated uint64 chat_group_ids = 1;
|
|
661
661
|
repeated uint64 chat_groups_data_requested = 2;
|
|
662
|
-
optional int32 virtualize_members_threshold = 3
|
|
662
|
+
optional int32 virtualize_members_threshold = 3;
|
|
663
663
|
}
|
|
664
664
|
|
|
665
665
|
message CChatRoom_SetSessionActiveChatRoomGroups_Response {
|
|
@@ -705,18 +705,18 @@ message CChatRoom_DeleteChatMessages_Response {
|
|
|
705
705
|
|
|
706
706
|
message CChatRoom_UpdateMemberListView_Notification {
|
|
707
707
|
optional uint64 chat_group_id = 1;
|
|
708
|
-
optional uint64 view_id = 2
|
|
708
|
+
optional uint64 view_id = 2;
|
|
709
709
|
optional int32 start = 3;
|
|
710
710
|
optional int32 end = 4;
|
|
711
|
-
optional int32 client_changenumber = 5
|
|
712
|
-
optional bool delete_view = 6
|
|
711
|
+
optional int32 client_changenumber = 5;
|
|
712
|
+
optional bool delete_view = 6;
|
|
713
713
|
repeated int32 persona_subscribe_accountids = 7;
|
|
714
714
|
repeated int32 persona_unsubscribe_accountids = 8;
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
message CChatRoom_SearchMembers_Request {
|
|
718
718
|
optional uint64 chat_group_id = 1;
|
|
719
|
-
optional uint64 search_id = 2
|
|
719
|
+
optional uint64 search_id = 2;
|
|
720
720
|
optional string search_text = 3;
|
|
721
721
|
optional int32 max_results = 4;
|
|
722
722
|
}
|
|
@@ -761,7 +761,7 @@ message CChatRoom_GetMessageReactionReactors_Response {
|
|
|
761
761
|
|
|
762
762
|
message CClanChatRooms_GetClanChatRoomInfo_Request {
|
|
763
763
|
optional fixed64 steamid = 1;
|
|
764
|
-
optional bool autocreate = 2 [default = true
|
|
764
|
+
optional bool autocreate = 2 [default = true];
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
message CClanChatRooms_GetClanChatRoomInfo_Response {
|
|
@@ -793,7 +793,7 @@ message CChatRoom_IncomingChatMessage_Notification {
|
|
|
793
793
|
optional uint32 ordinal = 7;
|
|
794
794
|
optional .ServerMessage server_message = 8;
|
|
795
795
|
optional string message_no_bbcode = 9;
|
|
796
|
-
optional string chat_name = 10
|
|
796
|
+
optional string chat_name = 10;
|
|
797
797
|
}
|
|
798
798
|
|
|
799
799
|
message CChatRoom_ChatMessageModified_Notification {
|
|
@@ -844,8 +844,8 @@ message CChatRoomMemberListView {
|
|
|
844
844
|
optional int32 start = 3;
|
|
845
845
|
optional int32 end = 4;
|
|
846
846
|
optional int32 total_count = 5;
|
|
847
|
-
optional int32 client_changenumber = 6
|
|
848
|
-
optional int32 server_changenumber = 7
|
|
847
|
+
optional int32 client_changenumber = 6;
|
|
848
|
+
optional int32 server_changenumber = 7;
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
message CChatRoomMemberSummaryCounts {
|
|
@@ -862,7 +862,7 @@ message CChatRoomClient_MemberListViewUpdated_Notification {
|
|
|
862
862
|
}
|
|
863
863
|
|
|
864
864
|
optional uint64 chat_group_id = 1;
|
|
865
|
-
optional uint64 view_id = 2
|
|
865
|
+
optional uint64 view_id = 2;
|
|
866
866
|
optional .CChatRoomMemberListView view = 3;
|
|
867
867
|
repeated .CChatRoomClient_MemberListViewUpdated_Notification.MemberListViewEntry members = 4;
|
|
868
868
|
optional uint32 status_flags = 5;
|
|
@@ -979,303 +979,92 @@ message CChatUsability_RequestClientUsabilityMetrics_Notification {
|
|
|
979
979
|
}
|
|
980
980
|
|
|
981
981
|
service Chat {
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
rpc RequestFriendPersonaStates (.CChat_RequestFriendPersonaStates_Request) returns (.CChat_RequestFriendPersonaStates_Response) {
|
|
985
|
-
option (method_description) = "Request to be notified of online friend persona state information. Responses sent via CMsgClientPersonaState.";
|
|
986
|
-
}
|
|
982
|
+
rpc RequestFriendPersonaStates (.CChat_RequestFriendPersonaStates_Request) returns (.CChat_RequestFriendPersonaStates_Response);
|
|
987
983
|
}
|
|
988
984
|
|
|
989
985
|
service ChatRoom {
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
rpc
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
rpc
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
rpc
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
rpc
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
rpc
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
rpc
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
rpc
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
rpc
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
rpc
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
rpc
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
rpc
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
rpc
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
rpc
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
rpc GetRoles (.CChatRoom_GetRoles_Request) returns (.CChatRoom_GetRoles_Response) {
|
|
1045
|
-
option (method_description) = "Get all roles in group";
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
rpc RenameRole (.CChatRoom_RenameRole_Request) returns (.CChatRoom_RenameRole_Response) {
|
|
1049
|
-
option (method_description) = "Rename role for goup";
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
rpc ReorderRole (.CChatRoom_ReorderRole_Request) returns (.CChatRoom_ReorderRole_Response) {
|
|
1053
|
-
option (method_description) = "Reorder role with a goup";
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
rpc DeleteRole (.CChatRoom_DeleteRole_Request) returns (.CChatRoom_DeleteRole_Response) {
|
|
1057
|
-
option (method_description) = "Delete role from group";
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
rpc GetRoleActions (.CChatRoom_GetRoleActions_Request) returns (.CChatRoom_GetRoleActions_Response) {
|
|
1061
|
-
option (method_description) = "Get all defined roles and actions in group";
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
rpc ReplaceRoleActions (.CChatRoom_ReplaceRoleActions_Request) returns (.CChatRoom_ReplaceRoleActions_Response) {
|
|
1065
|
-
option (method_description) = "Replace role actions in group";
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
rpc AddRoleToUser (.CChatRoom_AddRoleToUser_Request) returns (.CChatRoom_AddRoleToUser_Response) {
|
|
1069
|
-
option (method_description) = "Add role to user in group";
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
rpc GetRolesForUser (.CChatRoom_GetRolesForUser_Request) returns (.CChatRoom_GetRolesForUser_Response) {
|
|
1073
|
-
option (method_description) = "Get all roles assigned to user in group";
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
rpc DeleteRoleFromUser (.CChatRoom_DeleteRoleFromUser_Request) returns (.CChatRoom_DeleteRoleFromUser_Response) {
|
|
1077
|
-
option (method_description) = "Delete role from user in group";
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
rpc JoinChatRoomGroup (.CChatRoom_JoinChatRoomGroup_Request) returns (.CChatRoom_JoinChatRoomGroup_Response) {
|
|
1081
|
-
option (method_description) = "Join a multi-user chat room";
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
rpc InviteFriendToChatRoomGroup (.CChatRoom_InviteFriendToChatRoomGroup_Request) returns (.CChatRoom_InviteFriendToChatRoomGroup_Response) {
|
|
1085
|
-
option (method_description) = "Invite a friend to a multi-user chat room";
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
rpc LeaveChatRoomGroup (.CChatRoom_LeaveChatRoomGroup_Request) returns (.CChatRoom_LeaveChatRoomGroup_Response) {
|
|
1089
|
-
option (method_description) = "Leaves a chat room group and all related chats";
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
rpc CreateChatRoom (.CChatRoom_CreateChatRoom_Request) returns (.CChatRoom_CreateChatRoom_Response) {
|
|
1093
|
-
option (method_description) = "Creates a chat room inside a chat room group";
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
rpc DeleteChatRoom (.CChatRoom_DeleteChatRoom_Request) returns (.CChatRoom_DeleteChatRoom_Response) {
|
|
1097
|
-
option (method_description) = "Deletes a chat room inside a chat room group";
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
rpc RenameChatRoom (.CChatRoom_RenameChatRoom_Request) returns (.CChatRoom_RenameChatRoom_Response) {
|
|
1101
|
-
option (method_description) = "Renames a chat room inside a chat room group";
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
rpc ReorderChatRoom (.CChatRoom_ReorderChatRoom_Request) returns (.CChatRoom_ReorderChatRoom_Response) {
|
|
1105
|
-
option (method_description) = "Reorders a chat room inside a chat room group";
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
rpc SendChatMessage (.CChatRoom_SendChatMessage_Request) returns (.CChatRoom_SendChatMessage_Response) {
|
|
1109
|
-
option (method_description) = "Send a chat message to a multi-user chat room";
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
rpc JoinVoiceChat (.CChatRoom_JoinVoiceChat_Request) returns (.CChatRoom_JoinVoiceChat_Response) {
|
|
1113
|
-
option (method_description) = "Join the voice chat in a multi-room chat (should already be in the chat room)";
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
rpc LeaveVoiceChat (.CChatRoom_LeaveVoiceChat_Request) returns (.CChatRoom_LeaveVoiceChat_Response) {
|
|
1117
|
-
option (method_description) = "Leave the voice chat in a multi-room chat";
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
rpc GetMessageHistory (.CChatRoom_GetMessageHistory_Request) returns (.CChatRoom_GetMessageHistory_Response) {
|
|
1121
|
-
option (method_description) = "Get the history of messages in a chat room. You must currently be a member of the chat room.";
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
rpc GetMyChatRoomGroups (.CChatRoom_GetMyChatRoomGroups_Request) returns (.CChatRoom_GetMyChatRoomGroups_Response) {
|
|
1125
|
-
option (method_description) = "Get a list of our chat rooms";
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
rpc GetChatRoomGroupState (.CChatRoom_GetChatRoomGroupState_Request) returns (.CChatRoom_GetChatRoomGroupState_Response) {
|
|
1129
|
-
option (method_description) = "Get information about a single chat room";
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
rpc GetChatRoomGroupSummary (.CChatRoom_GetChatRoomGroupSummary_Request) returns (.CChatRoom_GetChatRoomGroupSummary_Response) {
|
|
1133
|
-
option (method_description) = "Get basic information about a chat room group";
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
rpc SetAppChatRoomGroupForceActive (.CChatRoom_SetAppChatRoomGroupForceActive_Request) returns (.CChatRoom_SetAppChatRoomGroupForceActive_Response) {
|
|
1137
|
-
option (method_description) = "Force a group chat to be considered active on the server for this user";
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
rpc SetAppChatRoomGroupStopForceActive (.CChatRoom_SetAppChatRoomGroupStopForceActive_Notification) returns (.NoResponse) {
|
|
1141
|
-
option (method_description) = "If a group chat is forced active (see SetAppChatRoomGroupForceActive), decrement the force count";
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
rpc AckChatMessage (.CChatRoom_AckChatMessage_Notification) returns (.NoResponse) {
|
|
1145
|
-
option (method_description) = "Acknowledge that we have seen the most recent chat message in a chat";
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
rpc CreateInviteLink (.CChatRoom_CreateInviteLink_Request) returns (.CChatRoom_CreateInviteLink_Response) {
|
|
1149
|
-
option (method_description) = "Creates a chatroom invite link";
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
rpc GetInviteLinkInfo (.CChatRoom_GetInviteLinkInfo_Request) returns (.CChatRoom_GetInviteLinkInfo_Response) {
|
|
1153
|
-
option (method_description) = "Returns chat room info about provided link";
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
rpc GetInviteInfo (.CChatRoom_GetInviteInfo_Request) returns (.CChatRoom_GetInviteInfo_Response) {
|
|
1157
|
-
option (method_description) = "Returns chat room info about any invite involving the sender and passed group id";
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
rpc GetInviteLinksForGroup (.CChatRoom_GetInviteLinksForGroup_Request) returns (.CChatRoom_GetInviteLinksForGroup_Response) {
|
|
1161
|
-
option (method_description) = "Returns all invite links for the specified group";
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
rpc GetBanList (.CChatRoom_GetBanList_Request) returns (.CChatRoom_GetBanList_Response) {
|
|
1165
|
-
option (method_description) = "Gets a list of users who have been banned from a chat room";
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
rpc GetInviteList (.CChatRoom_GetInviteList_Request) returns (.CChatRoom_GetInviteList_Response) {
|
|
1169
|
-
option (method_description) = "Gets a list of users who have been invited to a chat room";
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
rpc DeleteInviteLink (.CChatRoom_DeleteInviteLink_Request) returns (.CChatRoom_DeleteInviteLink_Response) {
|
|
1173
|
-
option (method_description) = "Deletes specified invite link";
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
rpc SetSessionActiveChatRoomGroups (.CChatRoom_SetSessionActiveChatRoomGroups_Request) returns (.CChatRoom_SetSessionActiveChatRoomGroups_Response) {
|
|
1177
|
-
option (method_description) = "Set which chat rooms we are using in the active session";
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
rpc SetUserChatGroupPreferences (.CChatRoom_SetUserChatGroupPreferences_Request) returns (.CChatRoom_SetUserChatGroupPreferences_Response) {
|
|
1181
|
-
option (method_description) = "Set preferences around chat notifications for a group";
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
rpc DeleteChatMessages (.CChatRoom_DeleteChatMessages_Request) returns (.CChatRoom_DeleteChatMessages_Response) {
|
|
1185
|
-
option (method_description) = "Deletes specified chat messages";
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
rpc UpdateMemberListView (.CChatRoom_UpdateMemberListView_Notification) returns (.NoResponse) {
|
|
1189
|
-
option (method_description) = "A client is indicating it has an active view into the members list.";
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
rpc SearchMembers (.CChatRoom_SearchMembers_Request) returns (.CChatRoom_SearchMembers_Response) {
|
|
1193
|
-
option (method_description) = "Search chat room members by name.";
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
rpc UpdateMessageReaction (.CChatRoom_UpdateMessageReaction_Request) returns (.CChatRoom_UpdateMessageReaction_Response) {
|
|
1197
|
-
option (method_description) = "Adds/removes a reaction to/from a chat room message";
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
rpc GetMessageReactionReactors (.CChatRoom_GetMessageReactionReactors_Request) returns (.CChatRoom_GetMessageReactionReactors_Response) {
|
|
1201
|
-
option (method_description) = "Fetches a list of reactors for a specified reaction";
|
|
1202
|
-
}
|
|
986
|
+
rpc CreateChatRoomGroup (.CChatRoom_CreateChatRoomGroup_Request) returns (.CChatRoom_CreateChatRoomGroup_Response);
|
|
987
|
+
rpc SaveChatRoomGroup (.CChatRoom_SaveChatRoomGroup_Request) returns (.CChatRoom_SaveChatRoomGroup_Response);
|
|
988
|
+
rpc RenameChatRoomGroup (.CChatRoom_RenameChatRoomGroup_Request) returns (.CChatRoom_RenameChatRoomGroup_Response);
|
|
989
|
+
rpc SetChatRoomGroupTagline (.CChatRoom_SetChatRoomGroupTagline_Request) returns (.CChatRoom_SetChatRoomGroupTagline_Response);
|
|
990
|
+
rpc SetChatRoomGroupAvatar (.CChatRoom_SetChatRoomGroupAvatar_Request) returns (.CChatRoom_SetChatRoomGroupAvatar_Response);
|
|
991
|
+
rpc SetChatRoomGroupWatchingBroadcast (.CChatRoom_SetChatRoomGroupWatchingBroadcast_Request) returns (.CChatRoom_SetChatRoomGroupWatchingBroadcast_Response);
|
|
992
|
+
rpc JoinMiniGameForChatRoomGroup (.CChatRoom_JoinMiniGameForChatRoomGroup_Request) returns (.CChatRoom_JoinMiniGameForChatRoomGroup_Response);
|
|
993
|
+
rpc EndMiniGameForChatRoomGroup (.CChatRoom_EndMiniGameForChatRoomGroup_Request) returns (.CChatRoom_EndMiniGameForChatRoomGroup_Response);
|
|
994
|
+
rpc MuteUserInGroup (.CChatRoom_MuteUser_Request) returns (.CChatRoom_MuteUser_Response);
|
|
995
|
+
rpc KickUserFromGroup (.CChatRoom_KickUser_Request) returns (.CChatRoom_KickUser_Response);
|
|
996
|
+
rpc SetUserBanState (.CChatRoom_SetUserBanState_Request) returns (.CChatRoom_SetUserBanState_Response);
|
|
997
|
+
rpc RevokeInviteToGroup (.CChatRoom_RevokeInvite_Request) returns (.CChatRoom_RevokeInvite_Response);
|
|
998
|
+
rpc CreateRole (.CChatRoom_CreateRole_Request) returns (.CChatRoom_CreateRole_Response);
|
|
999
|
+
rpc GetRoles (.CChatRoom_GetRoles_Request) returns (.CChatRoom_GetRoles_Response);
|
|
1000
|
+
rpc RenameRole (.CChatRoom_RenameRole_Request) returns (.CChatRoom_RenameRole_Response);
|
|
1001
|
+
rpc ReorderRole (.CChatRoom_ReorderRole_Request) returns (.CChatRoom_ReorderRole_Response);
|
|
1002
|
+
rpc DeleteRole (.CChatRoom_DeleteRole_Request) returns (.CChatRoom_DeleteRole_Response);
|
|
1003
|
+
rpc GetRoleActions (.CChatRoom_GetRoleActions_Request) returns (.CChatRoom_GetRoleActions_Response);
|
|
1004
|
+
rpc ReplaceRoleActions (.CChatRoom_ReplaceRoleActions_Request) returns (.CChatRoom_ReplaceRoleActions_Response);
|
|
1005
|
+
rpc AddRoleToUser (.CChatRoom_AddRoleToUser_Request) returns (.CChatRoom_AddRoleToUser_Response);
|
|
1006
|
+
rpc GetRolesForUser (.CChatRoom_GetRolesForUser_Request) returns (.CChatRoom_GetRolesForUser_Response);
|
|
1007
|
+
rpc DeleteRoleFromUser (.CChatRoom_DeleteRoleFromUser_Request) returns (.CChatRoom_DeleteRoleFromUser_Response);
|
|
1008
|
+
rpc JoinChatRoomGroup (.CChatRoom_JoinChatRoomGroup_Request) returns (.CChatRoom_JoinChatRoomGroup_Response);
|
|
1009
|
+
rpc InviteFriendToChatRoomGroup (.CChatRoom_InviteFriendToChatRoomGroup_Request) returns (.CChatRoom_InviteFriendToChatRoomGroup_Response);
|
|
1010
|
+
rpc LeaveChatRoomGroup (.CChatRoom_LeaveChatRoomGroup_Request) returns (.CChatRoom_LeaveChatRoomGroup_Response);
|
|
1011
|
+
rpc CreateChatRoom (.CChatRoom_CreateChatRoom_Request) returns (.CChatRoom_CreateChatRoom_Response);
|
|
1012
|
+
rpc DeleteChatRoom (.CChatRoom_DeleteChatRoom_Request) returns (.CChatRoom_DeleteChatRoom_Response);
|
|
1013
|
+
rpc RenameChatRoom (.CChatRoom_RenameChatRoom_Request) returns (.CChatRoom_RenameChatRoom_Response);
|
|
1014
|
+
rpc ReorderChatRoom (.CChatRoom_ReorderChatRoom_Request) returns (.CChatRoom_ReorderChatRoom_Response);
|
|
1015
|
+
rpc SendChatMessage (.CChatRoom_SendChatMessage_Request) returns (.CChatRoom_SendChatMessage_Response);
|
|
1016
|
+
rpc JoinVoiceChat (.CChatRoom_JoinVoiceChat_Request) returns (.CChatRoom_JoinVoiceChat_Response);
|
|
1017
|
+
rpc LeaveVoiceChat (.CChatRoom_LeaveVoiceChat_Request) returns (.CChatRoom_LeaveVoiceChat_Response);
|
|
1018
|
+
rpc GetMessageHistory (.CChatRoom_GetMessageHistory_Request) returns (.CChatRoom_GetMessageHistory_Response);
|
|
1019
|
+
rpc GetMyChatRoomGroups (.CChatRoom_GetMyChatRoomGroups_Request) returns (.CChatRoom_GetMyChatRoomGroups_Response);
|
|
1020
|
+
rpc GetChatRoomGroupState (.CChatRoom_GetChatRoomGroupState_Request) returns (.CChatRoom_GetChatRoomGroupState_Response);
|
|
1021
|
+
rpc GetChatRoomGroupSummary (.CChatRoom_GetChatRoomGroupSummary_Request) returns (.CChatRoom_GetChatRoomGroupSummary_Response);
|
|
1022
|
+
rpc SetAppChatRoomGroupForceActive (.CChatRoom_SetAppChatRoomGroupForceActive_Request) returns (.CChatRoom_SetAppChatRoomGroupForceActive_Response);
|
|
1023
|
+
rpc SetAppChatRoomGroupStopForceActive (.CChatRoom_SetAppChatRoomGroupStopForceActive_Notification) returns (.NoResponse);
|
|
1024
|
+
rpc AckChatMessage (.CChatRoom_AckChatMessage_Notification) returns (.NoResponse);
|
|
1025
|
+
rpc CreateInviteLink (.CChatRoom_CreateInviteLink_Request) returns (.CChatRoom_CreateInviteLink_Response);
|
|
1026
|
+
rpc GetInviteLinkInfo (.CChatRoom_GetInviteLinkInfo_Request) returns (.CChatRoom_GetInviteLinkInfo_Response);
|
|
1027
|
+
rpc GetInviteInfo (.CChatRoom_GetInviteInfo_Request) returns (.CChatRoom_GetInviteInfo_Response);
|
|
1028
|
+
rpc GetInviteLinksForGroup (.CChatRoom_GetInviteLinksForGroup_Request) returns (.CChatRoom_GetInviteLinksForGroup_Response);
|
|
1029
|
+
rpc GetBanList (.CChatRoom_GetBanList_Request) returns (.CChatRoom_GetBanList_Response);
|
|
1030
|
+
rpc GetInviteList (.CChatRoom_GetInviteList_Request) returns (.CChatRoom_GetInviteList_Response);
|
|
1031
|
+
rpc DeleteInviteLink (.CChatRoom_DeleteInviteLink_Request) returns (.CChatRoom_DeleteInviteLink_Response);
|
|
1032
|
+
rpc SetSessionActiveChatRoomGroups (.CChatRoom_SetSessionActiveChatRoomGroups_Request) returns (.CChatRoom_SetSessionActiveChatRoomGroups_Response);
|
|
1033
|
+
rpc SetUserChatGroupPreferences (.CChatRoom_SetUserChatGroupPreferences_Request) returns (.CChatRoom_SetUserChatGroupPreferences_Response);
|
|
1034
|
+
rpc DeleteChatMessages (.CChatRoom_DeleteChatMessages_Request) returns (.CChatRoom_DeleteChatMessages_Response);
|
|
1035
|
+
rpc UpdateMemberListView (.CChatRoom_UpdateMemberListView_Notification) returns (.NoResponse);
|
|
1036
|
+
rpc SearchMembers (.CChatRoom_SearchMembers_Request) returns (.CChatRoom_SearchMembers_Response);
|
|
1037
|
+
rpc UpdateMessageReaction (.CChatRoom_UpdateMessageReaction_Request) returns (.CChatRoom_UpdateMessageReaction_Response);
|
|
1038
|
+
rpc GetMessageReactionReactors (.CChatRoom_GetMessageReactionReactors_Request) returns (.CChatRoom_GetMessageReactionReactors_Response);
|
|
1203
1039
|
}
|
|
1204
1040
|
|
|
1205
1041
|
service ClanChatRooms {
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
rpc GetClanChatRoomInfo (.CClanChatRooms_GetClanChatRoomInfo_Request) returns (.CClanChatRooms_GetClanChatRoomInfo_Response) {
|
|
1209
|
-
option (method_description) = "Get a list of chat rooms for a clan, optionally creating a new one";
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
rpc SetClanChatRoomPrivate (.CClanChatRooms_SetClanChatRoomPrivate_Request) returns (.CClanChatRooms_SetClanChatRoomPrivate_Response) {
|
|
1213
|
-
option (method_description) = "Set a clan chat room to be members only (or public)";
|
|
1214
|
-
}
|
|
1042
|
+
rpc GetClanChatRoomInfo (.CClanChatRooms_GetClanChatRoomInfo_Request) returns (.CClanChatRooms_GetClanChatRoomInfo_Response);
|
|
1043
|
+
rpc SetClanChatRoomPrivate (.CClanChatRooms_SetClanChatRoomPrivate_Request) returns (.CClanChatRooms_SetClanChatRoomPrivate_Response);
|
|
1215
1044
|
}
|
|
1216
1045
|
|
|
1217
1046
|
service ChatRoomClient {
|
|
1218
|
-
option (service_description) = "Client notifications for chat events";
|
|
1219
1047
|
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
|
1220
1048
|
|
|
1221
|
-
rpc NotifyIncomingChatMessage (.CChatRoom_IncomingChatMessage_Notification) returns (.NoResponse)
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
rpc
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
rpc
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
rpc NotifyChatRoomHeaderStateChange (.CChatRoom_ChatRoomHeaderState_Notification) returns (.NoResponse) {
|
|
1234
|
-
option (method_description) = "Chat Room header / metadata has changed";
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
rpc NotifyChatRoomGroupRoomsChange (.CChatRoom_ChatRoomGroupRoomsChange_Notification) returns (.NoResponse) {
|
|
1238
|
-
option (method_description) = "Something about a chatroom group changed (created, deleted, etc.)";
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
rpc NotifyShouldRejoinChatRoomVoiceChat (.CChatRoom_NotifyShouldRejoinChatRoomVoiceChat_Notification) returns (.NoResponse) {
|
|
1242
|
-
option (method_description) = "Voice chat was recreated or dropped on the backend and client needs to rejoin to remain in chat.";
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
rpc NotifyChatGroupUserStateChanged (.ChatRoomClient_NotifyChatGroupUserStateChanged_Notification) returns (.NoResponse) {
|
|
1246
|
-
option (method_description) = "User chat group state (preferences, ack state, etc) have changed.";
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
rpc NotifyAckChatMessageEcho (.CChatRoom_AckChatMessage_Notification) returns (.NoResponse) {
|
|
1250
|
-
option (method_description) = "A session acked an unread message, echo to other sessions.";
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
rpc NotifyChatRoomDisconnect (.ChatRoomClient_NotifyChatRoomDisconnect_Notification) returns (.NoResponse) {
|
|
1254
|
-
option (method_description) = "The ChatRoom server hosting the chat rooms has reconnected to the user's Chat server (may have restarted), client should refresh state.";
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
rpc NotifyMemberListViewUpdated (.CChatRoomClient_MemberListViewUpdated_Notification) returns (.NoResponse) {
|
|
1258
|
-
option (method_description) = "The list of members for a chat room with virtualized member list has changed on the server (or client requested)";
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
rpc NotifyMessageReaction (.CChatRoom_MessageReaction_Notification) returns (.NoResponse) {
|
|
1262
|
-
option (method_description) = "New message reaction";
|
|
1263
|
-
}
|
|
1049
|
+
rpc NotifyIncomingChatMessage (.CChatRoom_IncomingChatMessage_Notification) returns (.NoResponse);
|
|
1050
|
+
rpc NotifyChatMessageModified (.CChatRoom_ChatMessageModified_Notification) returns (.NoResponse);
|
|
1051
|
+
rpc NotifyMemberStateChange (.CChatRoom_MemberStateChange_Notification) returns (.NoResponse);
|
|
1052
|
+
rpc NotifyChatRoomHeaderStateChange (.CChatRoom_ChatRoomHeaderState_Notification) returns (.NoResponse);
|
|
1053
|
+
rpc NotifyChatRoomGroupRoomsChange (.CChatRoom_ChatRoomGroupRoomsChange_Notification) returns (.NoResponse);
|
|
1054
|
+
rpc NotifyShouldRejoinChatRoomVoiceChat (.CChatRoom_NotifyShouldRejoinChatRoomVoiceChat_Notification) returns (.NoResponse);
|
|
1055
|
+
rpc NotifyChatGroupUserStateChanged (.ChatRoomClient_NotifyChatGroupUserStateChanged_Notification) returns (.NoResponse);
|
|
1056
|
+
rpc NotifyAckChatMessageEcho (.CChatRoom_AckChatMessage_Notification) returns (.NoResponse);
|
|
1057
|
+
rpc NotifyChatRoomDisconnect (.ChatRoomClient_NotifyChatRoomDisconnect_Notification) returns (.NoResponse);
|
|
1058
|
+
rpc NotifyMemberListViewUpdated (.CChatRoomClient_MemberListViewUpdated_Notification) returns (.NoResponse);
|
|
1059
|
+
rpc NotifyMessageReaction (.CChatRoom_MessageReaction_Notification) returns (.NoResponse);
|
|
1264
1060
|
}
|
|
1265
1061
|
|
|
1266
1062
|
service ChatUsability {
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
rpc NotifyClientUsabilityMetrics (.CChatUsability_ClientUsabilityMetrics_Notification) returns (.NoResponse) {
|
|
1270
|
-
option (method_description) = "Incoming metrics from the client";
|
|
1271
|
-
}
|
|
1063
|
+
rpc NotifyClientUsabilityMetrics (.CChatUsability_ClientUsabilityMetrics_Notification) returns (.NoResponse);
|
|
1272
1064
|
}
|
|
1273
1065
|
|
|
1274
1066
|
service ChatUsabilityClient {
|
|
1275
|
-
option (service_description) = "Client notifications for chat usability";
|
|
1276
1067
|
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
|
1277
1068
|
|
|
1278
|
-
rpc NotifyRequestClientUsabilityMetrics (.CChatUsability_RequestClientUsabilityMetrics_Notification) returns (.NoResponse)
|
|
1279
|
-
option (method_description) = "Request client send usability metrics";
|
|
1280
|
-
}
|
|
1069
|
+
rpc NotifyRequestClientUsabilityMetrics (.CChatUsability_RequestClientUsabilityMetrics_Notification) returns (.NoResponse);
|
|
1281
1070
|
}
|
|
@@ -275,6 +275,7 @@ message CMsgSystemPerfLimits {
|
|
|
275
275
|
repeated .ESplitScalingScaler split_scaling_scalers_available = 27;
|
|
276
276
|
optional bool is_hdr_supported = 28;
|
|
277
277
|
optional int32 display_refresh_manual_hz_oc_max = 29;
|
|
278
|
+
optional bool disable_refresh_rate_management = 30;
|
|
278
279
|
}
|
|
279
280
|
|
|
280
281
|
message CMsgSystemPerfSettingsGlobal {
|
|
@@ -486,6 +487,7 @@ message CMsgSystemDisplay {
|
|
|
486
487
|
optional bool is_vrr_enabled = 15;
|
|
487
488
|
optional bool is_hdr_capable = 16;
|
|
488
489
|
optional bool is_hdr_enabled = 17;
|
|
490
|
+
repeated int32 supported_refresh_rates = 18;
|
|
489
491
|
}
|
|
490
492
|
|
|
491
493
|
message CMsgSystemDisplayManagerState {
|
|
@@ -535,6 +537,7 @@ message CMsgSystemManagerSettings {
|
|
|
535
537
|
optional float display_colortemp_default = 36;
|
|
536
538
|
optional bool display_colortemp_enabled = 37;
|
|
537
539
|
optional .EColorGamutLabelSet display_colorgamut_labelset = 38 [default = k_ColorGamutLabelSet_Default];
|
|
540
|
+
optional float display_brightness_overdrive_hdr_split = 39;
|
|
538
541
|
}
|
|
539
542
|
|
|
540
543
|
message CMsgSelectOSBranchParams {
|
|
@@ -555,6 +558,7 @@ message CMsgSystemUpdateCheckResult {
|
|
|
555
558
|
optional bool available = 4;
|
|
556
559
|
optional string version = 5;
|
|
557
560
|
optional string auto_message = 6;
|
|
561
|
+
optional bool system_restart_pending = 7;
|
|
558
562
|
}
|
|
559
563
|
|
|
560
564
|
message CMsgSystemUpdateApplyParams {
|
|
@@ -178,8 +178,6 @@ message CClientMetrics_ReportClientArgs_Notification {
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
service ClientMetrics {
|
|
181
|
-
option (service_description) = "A service for client-reported metrics";
|
|
182
|
-
|
|
183
181
|
rpc ClientAppInterfaceStatsReport (.CClientMetrics_AppInterfaceStats_Notification) returns (.NoResponse);
|
|
184
182
|
rpc ClientIPv6ConnectivityReport (.CClientMetrics_IPv6Connectivity_Notification) returns (.NoResponse);
|
|
185
183
|
rpc SteamPipeWorkStatsReport (.CClientMetrics_SteamPipeWorkStats_Notification) returns (.NoResponse);
|
|
@@ -47,6 +47,15 @@ enum EClientNotificationType {
|
|
|
47
47
|
k_EClientNotificationType_RemoteClientStartStream = 42;
|
|
48
48
|
k_EClientNotificationType_StreamingClientConnection = 43;
|
|
49
49
|
k_EClientNotificationType_FamilyInvite = 44;
|
|
50
|
+
k_EClientNotificationType_PlaytimeWarning = 45;
|
|
51
|
+
k_EClientNotificationType_FamilyPurchaseRequest = 46;
|
|
52
|
+
k_EClientNotificationType_FamilyPurchaseRequestResponse = 47;
|
|
53
|
+
k_EClientNotificationType_ParentalFeatureRequest = 48;
|
|
54
|
+
k_EClientNotificationType_ParentalPlaytimeRequest = 49;
|
|
55
|
+
k_EClientNotificationType_GRE = 50;
|
|
56
|
+
k_EClientNotificationType_ParentalFeatureResponse = 51;
|
|
57
|
+
k_EClientNotificationType_ParentalPlaytimeResponse = 52;
|
|
58
|
+
k_EClientNotificationType_RequestedGameAdded = 53;
|
|
50
59
|
}
|
|
51
60
|
|
|
52
61
|
enum ESystemUpdateNotificationType {
|
|
@@ -142,6 +151,7 @@ message CClientNotificationFamilySharingDeviceAuthorizationChanged {
|
|
|
142
151
|
message CClientNotificationFamilySharingStopPlaying {
|
|
143
152
|
optional uint32 accountid_owner = 1;
|
|
144
153
|
optional uint32 seconds_remaining = 2;
|
|
154
|
+
optional uint32 appid = 3;
|
|
145
155
|
}
|
|
146
156
|
|
|
147
157
|
message CClientNotificationFamilySharingLibraryAvailable {
|
|
@@ -229,3 +239,12 @@ message CClientNotificationStreamingClientConnection {
|
|
|
229
239
|
optional string machine = 2;
|
|
230
240
|
optional bool connected = 3;
|
|
231
241
|
}
|
|
242
|
+
|
|
243
|
+
message CClientNotificationPlaytimeWarning {
|
|
244
|
+
optional string type = 1;
|
|
245
|
+
optional uint32 playtime_remaining = 2;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
message CClientNotificationGRE {
|
|
249
|
+
optional fixed64 game_id = 1;
|
|
250
|
+
}
|
|
@@ -746,6 +746,7 @@ message CMsgClientStartPeerContentServerResponse {
|
|
|
746
746
|
optional uint32 result = 1;
|
|
747
747
|
optional uint32 server_port = 2;
|
|
748
748
|
repeated uint32 installed_depots = 3;
|
|
749
|
+
optional uint64 access_token = 4;
|
|
749
750
|
}
|
|
750
751
|
|
|
751
752
|
message CMsgClientGetPeerContentInfo {
|
|
@@ -758,3 +759,13 @@ message CMsgClientGetPeerContentInfoResponse {
|
|
|
758
759
|
optional uint32 result = 1;
|
|
759
760
|
repeated uint32 apps = 2;
|
|
760
761
|
}
|
|
762
|
+
|
|
763
|
+
message CMsgClientPendingGameLaunch {
|
|
764
|
+
optional uint32 app_id = 1;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
message CMsgClientPendingGameLaunchResponse {
|
|
768
|
+
optional int32 eresult = 1 [default = 2];
|
|
769
|
+
optional uint32 app_id = 2;
|
|
770
|
+
optional string envkey = 3;
|
|
771
|
+
}
|
|
@@ -99,7 +99,6 @@ message CMsgClientLogonResponse {
|
|
|
99
99
|
optional string email_domain = 8;
|
|
100
100
|
optional bytes steam2_ticket = 9;
|
|
101
101
|
optional int32 eresult_extended = 10;
|
|
102
|
-
optional string webapi_authenticate_user_nonce = 11;
|
|
103
102
|
optional uint32 cell_id_ping_threshold = 12;
|
|
104
103
|
optional bool deprecated_use_pics = 13;
|
|
105
104
|
optional string vanity_url = 14;
|
|
@@ -116,6 +115,7 @@ message CMsgClientLogonResponse {
|
|
|
116
115
|
optional bool force_client_update_check = 28;
|
|
117
116
|
optional string agreement_session_url = 29;
|
|
118
117
|
optional uint64 token_id = 30;
|
|
118
|
+
optional uint64 family_group_id = 31;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
message CMsgClientRequestWebAPIAuthenticateUserNonce {
|