tachyon-protocol 1.19.0 → 1.21.0

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.
@@ -1,5 +1,5 @@
1
1
  import type { ValidateFunction } from "ajv"
2
- import type { UserUpdatedEvent, UserUnsubscribeUpdatesRequest, UserUnsubscribeUpdatesResponse, UserSubscribeUpdatesRequest, UserSubscribeUpdatesResponse, UserSelfEvent, UserInfoRequest, UserInfoResponse, SystemServerStatsRequest, SystemServerStatsResponse, SystemDisconnectRequest, SystemDisconnectResponse, PartyUpdatedEvent, PartyRemovedEvent, PartyLeaveRequest, PartyLeaveResponse, PartyKickMemberRequest, PartyKickMemberResponse, PartyInvitedEvent, PartyInviteRequest, PartyInviteResponse, PartyDeclineInviteRequest, PartyDeclineInviteResponse, PartyCreateRequest, PartyCreateResponse, PartyCancelInviteRequest, PartyCancelInviteResponse, PartyAcceptInviteRequest, PartyAcceptInviteResponse, MessagingSubscribeReceivedRequest, MessagingSubscribeReceivedResponse, MessagingSendRequest, MessagingSendResponse, MessagingReceivedEvent, MatchmakingReadyRequest, MatchmakingReadyResponse, MatchmakingQueuesJoinedEvent, MatchmakingQueueUpdateEvent, MatchmakingQueueRequest, MatchmakingQueueResponse, MatchmakingLostEvent, MatchmakingListRequest, MatchmakingListResponse, MatchmakingFoundUpdateEvent, MatchmakingFoundEvent, MatchmakingCancelledEvent, MatchmakingCancelRequest, MatchmakingCancelResponse, LobbyVoteSubmitRequest, LobbyVoteSubmitResponse, LobbyVoteEndedEvent, LobbyUpdatedEvent, LobbyUpdateClientStatusRequest, LobbyUpdateClientStatusResponse, LobbyUpdateBotRequest, LobbyUpdateBotResponse, LobbyUpdateRequest, LobbyUpdateResponse, LobbyUnsubscribeListRequest, LobbyUnsubscribeListResponse, LobbySubscribeListRequest, LobbySubscribeListResponse, LobbyStartBattleRequest, LobbyStartBattleResponse, LobbySpectateRequest, LobbySpectateResponse, LobbyRemoveBotRequest, LobbyRemoveBotResponse, LobbyListUpdatedEvent, LobbyListResetEvent, LobbyLeftEvent, LobbyLeaveRequest, LobbyLeaveResponse, LobbyJoinQueueRequest, LobbyJoinQueueResponse, LobbyJoinAllyTeamRequest, LobbyJoinAllyTeamResponse, LobbyJoinRequest, LobbyJoinResponse, LobbyCreateRequest, LobbyCreateResponse, LobbyAddBotRequest, LobbyAddBotResponse, FriendSendRequestRequest, FriendSendRequestResponse, FriendRequestRejectedEvent, FriendRequestReceivedEvent, FriendRequestCancelledEvent, FriendRequestAcceptedEvent, FriendRemovedEvent, FriendRemoveRequest, FriendRemoveResponse, FriendRejectRequestRequest, FriendRejectRequestResponse, FriendListRequest, FriendListResponse, FriendCancelRequestRequest, FriendCancelRequestResponse, FriendAcceptRequestRequest, FriendAcceptRequestResponse, ClanViewListRequest, ClanViewListResponse, ClanViewRequest, ClanViewResponse, ClanUpdatedEvent, ClanUpdateRequest, ClanUpdateResponse, ClanSetRoleRequest, ClanSetRoleResponse, ClanRoleChangedEvent, ClanLeaveRequest, ClanLeaveResponse, ClanKickedEvent, ClanKickRequest, ClanKickResponse, ClanInvitedEvent, ClanInviteRequest, ClanInviteResponse, ClanDeletedEvent, ClanDeleteRequest, ClanDeleteResponse, ClanDeclineRequest, ClanDeclineResponse, ClanCreateRequest, ClanCreateResponse, ClanCancelRequest, ClanCancelResponse, ClanAcceptRequest, ClanAcceptResponse, BattleStartRequest, BattleStartResponse, AutohostUpdateEvent, AutohostSubscribeUpdatesRequest, AutohostSubscribeUpdatesResponse, AutohostStatusEvent, AutohostStartRequest, AutohostStartResponse, AutohostSpecPlayersRequest, AutohostSpecPlayersResponse, AutohostSendMessageRequest, AutohostSendMessageResponse, AutohostSendCommandRequest, AutohostSendCommandResponse, AutohostMutePlayerRequest, AutohostMutePlayerResponse, AutohostKillRequest, AutohostKillResponse, AutohostKickPlayerRequest, AutohostKickPlayerResponse, AutohostInstallEngineRequest, AutohostInstallEngineResponse, AutohostAddPlayerRequest, AutohostAddPlayerResponse } from "./types.cjs";
2
+ import type { UserUpdatedEvent, UserUnsubscribeUpdatesRequest, UserUnsubscribeUpdatesResponse, UserSubscribeUpdatesRequest, UserSubscribeUpdatesResponse, UserSelfEvent, UserReportRequest, UserReportResponse, UserInfoRequest, UserInfoResponse, SystemServerStatsRequest, SystemServerStatsResponse, SystemDisconnectRequest, SystemDisconnectResponse, PartyUpdatedEvent, PartyRemovedEvent, PartyLeaveRequest, PartyLeaveResponse, PartyKickMemberRequest, PartyKickMemberResponse, PartyInvitedEvent, PartyInviteRequest, PartyInviteResponse, PartyDeclineInviteRequest, PartyDeclineInviteResponse, PartyCreateRequest, PartyCreateResponse, PartyCancelInviteRequest, PartyCancelInviteResponse, PartyAcceptInviteRequest, PartyAcceptInviteResponse, MessagingSubscribeReceivedRequest, MessagingSubscribeReceivedResponse, MessagingSendRequest, MessagingSendResponse, MessagingReceivedEvent, MatchmakingReadyRequest, MatchmakingReadyResponse, MatchmakingQueuesJoinedEvent, MatchmakingQueueUpdateEvent, MatchmakingQueueRequest, MatchmakingQueueResponse, MatchmakingLostEvent, MatchmakingListRequest, MatchmakingListResponse, MatchmakingFoundUpdateEvent, MatchmakingFoundEvent, MatchmakingCancelledEvent, MatchmakingCancelRequest, MatchmakingCancelResponse, LobbyVoteSubmitRequest, LobbyVoteSubmitResponse, LobbyVoteEndedEvent, LobbyUpdatedEvent, LobbyUpdateClientStatusRequest, LobbyUpdateClientStatusResponse, LobbyUpdateBotRequest, LobbyUpdateBotResponse, LobbyUpdateRequest, LobbyUpdateResponse, LobbyUnsubscribeListRequest, LobbyUnsubscribeListResponse, LobbyUnbossRequest, LobbyUnbossResponse, LobbySubscribeListRequest, LobbySubscribeListResponse, LobbyStartBattleRequest, LobbyStartBattleResponse, LobbySpectateRequest, LobbySpectateResponse, LobbyRemoveBotRequest, LobbyRemoveBotResponse, LobbyListUpdatedEvent, LobbyListResetEvent, LobbyLeftEvent, LobbyLeaveRequest, LobbyLeaveResponse, LobbyKickbanRequest, LobbyKickbanResponse, LobbyJoinQueueRequest, LobbyJoinQueueResponse, LobbyJoinBattleRequest, LobbyJoinBattleResponse, LobbyJoinAllyTeamRequest, LobbyJoinAllyTeamResponse, LobbyJoinRequest, LobbyJoinResponse, LobbyCreateRequest, LobbyCreateResponse, LobbyAppointBossRequest, LobbyAppointBossResponse, LobbyAddBotRequest, LobbyAddBotResponse, FriendSendRequestRequest, FriendSendRequestResponse, FriendRequestRejectedEvent, FriendRequestReceivedEvent, FriendRequestCancelledEvent, FriendRequestAcceptedEvent, FriendRemovedEvent, FriendRemoveRequest, FriendRemoveResponse, FriendRejectRequestRequest, FriendRejectRequestResponse, FriendListRequest, FriendListResponse, FriendCancelRequestRequest, FriendCancelRequestResponse, FriendAcceptRequestRequest, FriendAcceptRequestResponse, ClanViewListRequest, ClanViewListResponse, ClanViewRequest, ClanViewResponse, ClanUpdatedEvent, ClanUpdateRequest, ClanUpdateResponse, ClanSetRoleRequest, ClanSetRoleResponse, ClanRoleChangedEvent, ClanLeaveRequest, ClanLeaveResponse, ClanKickedEvent, ClanKickRequest, ClanKickResponse, ClanInvitedEvent, ClanInviteRequest, ClanInviteResponse, ClanDeletedEvent, ClanDeleteRequest, ClanDeleteResponse, ClanDeclineRequest, ClanDeclineResponse, ClanCreateRequest, ClanCreateResponse, ClanCancelRequest, ClanCancelResponse, ClanAcceptRequest, ClanAcceptResponse, BattleStartRequest, BattleStartResponse, AutohostUpdateEvent, AutohostSubscribeUpdatesRequest, AutohostSubscribeUpdatesResponse, AutohostStatusEvent, AutohostStartRequest, AutohostStartResponse, AutohostSpecPlayersRequest, AutohostSpecPlayersResponse, AutohostSendMessageRequest, AutohostSendMessageResponse, AutohostSendCommandRequest, AutohostSendCommandResponse, AutohostMutePlayerRequest, AutohostMutePlayerResponse, AutohostKillRequest, AutohostKillResponse, AutohostKickPlayerRequest, AutohostKickPlayerResponse, AutohostInstallEngineRequest, AutohostInstallEngineResponse, AutohostAddPlayerRequest, AutohostAddPlayerResponse } from "./types.cjs";
3
3
 
4
4
  declare const user_updated_event: ValidateFunction<UserUpdatedEvent>;
5
5
  declare const user_unsubscribeUpdates_request: ValidateFunction<UserUnsubscribeUpdatesRequest>;
@@ -7,6 +7,8 @@ declare const user_unsubscribeUpdates_response: ValidateFunction<UserUnsubscribe
7
7
  declare const user_subscribeUpdates_request: ValidateFunction<UserSubscribeUpdatesRequest>;
8
8
  declare const user_subscribeUpdates_response: ValidateFunction<UserSubscribeUpdatesResponse>;
9
9
  declare const user_self_event: ValidateFunction<UserSelfEvent>;
10
+ declare const user_report_request: ValidateFunction<UserReportRequest>;
11
+ declare const user_report_response: ValidateFunction<UserReportResponse>;
10
12
  declare const user_info_request: ValidateFunction<UserInfoRequest>;
11
13
  declare const user_info_response: ValidateFunction<UserInfoResponse>;
12
14
  declare const system_serverStats_request: ValidateFunction<SystemServerStatsRequest>;
@@ -61,6 +63,8 @@ declare const lobby_update_request: ValidateFunction<LobbyUpdateRequest>;
61
63
  declare const lobby_update_response: ValidateFunction<LobbyUpdateResponse>;
62
64
  declare const lobby_unsubscribeList_request: ValidateFunction<LobbyUnsubscribeListRequest>;
63
65
  declare const lobby_unsubscribeList_response: ValidateFunction<LobbyUnsubscribeListResponse>;
66
+ declare const lobby_unboss_request: ValidateFunction<LobbyUnbossRequest>;
67
+ declare const lobby_unboss_response: ValidateFunction<LobbyUnbossResponse>;
64
68
  declare const lobby_subscribeList_request: ValidateFunction<LobbySubscribeListRequest>;
65
69
  declare const lobby_subscribeList_response: ValidateFunction<LobbySubscribeListResponse>;
66
70
  declare const lobby_startBattle_request: ValidateFunction<LobbyStartBattleRequest>;
@@ -74,14 +78,20 @@ declare const lobby_listReset_event: ValidateFunction<LobbyListResetEvent>;
74
78
  declare const lobby_left_event: ValidateFunction<LobbyLeftEvent>;
75
79
  declare const lobby_leave_request: ValidateFunction<LobbyLeaveRequest>;
76
80
  declare const lobby_leave_response: ValidateFunction<LobbyLeaveResponse>;
81
+ declare const lobby_kickban_request: ValidateFunction<LobbyKickbanRequest>;
82
+ declare const lobby_kickban_response: ValidateFunction<LobbyKickbanResponse>;
77
83
  declare const lobby_joinQueue_request: ValidateFunction<LobbyJoinQueueRequest>;
78
84
  declare const lobby_joinQueue_response: ValidateFunction<LobbyJoinQueueResponse>;
85
+ declare const lobby_joinBattle_request: ValidateFunction<LobbyJoinBattleRequest>;
86
+ declare const lobby_joinBattle_response: ValidateFunction<LobbyJoinBattleResponse>;
79
87
  declare const lobby_joinAllyTeam_request: ValidateFunction<LobbyJoinAllyTeamRequest>;
80
88
  declare const lobby_joinAllyTeam_response: ValidateFunction<LobbyJoinAllyTeamResponse>;
81
89
  declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
82
90
  declare const lobby_join_response: ValidateFunction<LobbyJoinResponse>;
83
91
  declare const lobby_create_request: ValidateFunction<LobbyCreateRequest>;
84
92
  declare const lobby_create_response: ValidateFunction<LobbyCreateResponse>;
93
+ declare const lobby_appointBoss_request: ValidateFunction<LobbyAppointBossRequest>;
94
+ declare const lobby_appointBoss_response: ValidateFunction<LobbyAppointBossResponse>;
85
95
  declare const lobby_addBot_request: ValidateFunction<LobbyAddBotRequest>;
86
96
  declare const lobby_addBot_response: ValidateFunction<LobbyAddBotResponse>;
87
97
  declare const friend_sendRequest_request: ValidateFunction<FriendSendRequestRequest>;
@@ -170,6 +180,10 @@ declare const validator: {
170
180
  readonly "user/self": {
171
181
  readonly "event": ValidateFunction<UserSelfEvent>;
172
182
  };
183
+ readonly "user/report": {
184
+ readonly "request": ValidateFunction<UserReportRequest>;
185
+ readonly "response": ValidateFunction<UserReportResponse>;
186
+ };
173
187
  readonly "user/info": {
174
188
  readonly "request": ValidateFunction<UserInfoRequest>;
175
189
  readonly "response": ValidateFunction<UserInfoResponse>;
@@ -290,6 +304,10 @@ declare const validator: {
290
304
  readonly "request": ValidateFunction<LobbyUnsubscribeListRequest>;
291
305
  readonly "response": ValidateFunction<LobbyUnsubscribeListResponse>;
292
306
  };
307
+ readonly "lobby/unboss": {
308
+ readonly "request": ValidateFunction<LobbyUnbossRequest>;
309
+ readonly "response": ValidateFunction<LobbyUnbossResponse>;
310
+ };
293
311
  readonly "lobby/subscribeList": {
294
312
  readonly "request": ValidateFunction<LobbySubscribeListRequest>;
295
313
  readonly "response": ValidateFunction<LobbySubscribeListResponse>;
@@ -319,10 +337,18 @@ declare const validator: {
319
337
  readonly "request": ValidateFunction<LobbyLeaveRequest>;
320
338
  readonly "response": ValidateFunction<LobbyLeaveResponse>;
321
339
  };
340
+ readonly "lobby/kickban": {
341
+ readonly "request": ValidateFunction<LobbyKickbanRequest>;
342
+ readonly "response": ValidateFunction<LobbyKickbanResponse>;
343
+ };
322
344
  readonly "lobby/joinQueue": {
323
345
  readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
324
346
  readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
325
347
  };
348
+ readonly "lobby/joinBattle": {
349
+ readonly "request": ValidateFunction<LobbyJoinBattleRequest>;
350
+ readonly "response": ValidateFunction<LobbyJoinBattleResponse>;
351
+ };
326
352
  readonly "lobby/joinAllyTeam": {
327
353
  readonly "request": ValidateFunction<LobbyJoinAllyTeamRequest>;
328
354
  readonly "response": ValidateFunction<LobbyJoinAllyTeamResponse>;
@@ -335,6 +361,10 @@ declare const validator: {
335
361
  readonly "request": ValidateFunction<LobbyCreateRequest>;
336
362
  readonly "response": ValidateFunction<LobbyCreateResponse>;
337
363
  };
364
+ readonly "lobby/appointBoss": {
365
+ readonly "request": ValidateFunction<LobbyAppointBossRequest>;
366
+ readonly "response": ValidateFunction<LobbyAppointBossResponse>;
367
+ };
338
368
  readonly "lobby/addBot": {
339
369
  readonly "request": ValidateFunction<LobbyAddBotRequest>;
340
370
  readonly "response": ValidateFunction<LobbyAddBotResponse>;
@@ -493,4 +523,4 @@ declare const validator: {
493
523
  };
494
524
  };
495
525
 
496
- export { validator, user_updated_event, user_unsubscribeUpdates_request, user_unsubscribeUpdates_response, user_subscribeUpdates_request, user_subscribeUpdates_response, user_self_event, user_info_request, user_info_response, system_serverStats_request, system_serverStats_response, system_disconnect_request, system_disconnect_response, party_updated_event, party_removed_event, party_leave_request, party_leave_response, party_kickMember_request, party_kickMember_response, party_invited_event, party_invite_request, party_invite_response, party_declineInvite_request, party_declineInvite_response, party_create_request, party_create_response, party_cancelInvite_request, party_cancelInvite_response, party_acceptInvite_request, party_acceptInvite_response, messaging_subscribeReceived_request, messaging_subscribeReceived_response, messaging_send_request, messaging_send_response, messaging_received_event, matchmaking_ready_request, matchmaking_ready_response, matchmaking_queuesJoined_event, matchmaking_queueUpdate_event, matchmaking_queue_request, matchmaking_queue_response, matchmaking_lost_event, matchmaking_list_request, matchmaking_list_response, matchmaking_foundUpdate_event, matchmaking_found_event, matchmaking_cancelled_event, matchmaking_cancel_request, matchmaking_cancel_response, lobby_voteSubmit_request, lobby_voteSubmit_response, lobby_voteEnded_event, lobby_updated_event, lobby_updateClientStatus_request, lobby_updateClientStatus_response, lobby_updateBot_request, lobby_updateBot_response, lobby_update_request, lobby_update_response, lobby_unsubscribeList_request, lobby_unsubscribeList_response, lobby_subscribeList_request, lobby_subscribeList_response, lobby_startBattle_request, lobby_startBattle_response, lobby_spectate_request, lobby_spectate_response, lobby_removeBot_request, lobby_removeBot_response, lobby_listUpdated_event, lobby_listReset_event, lobby_left_event, lobby_leave_request, lobby_leave_response, lobby_joinQueue_request, lobby_joinQueue_response, lobby_joinAllyTeam_request, lobby_joinAllyTeam_response, lobby_join_request, lobby_join_response, lobby_create_request, lobby_create_response, lobby_addBot_request, lobby_addBot_response, friend_sendRequest_request, friend_sendRequest_response, friend_requestRejected_event, friend_requestReceived_event, friend_requestCancelled_event, friend_requestAccepted_event, friend_removed_event, friend_remove_request, friend_remove_response, friend_rejectRequest_request, friend_rejectRequest_response, friend_list_request, friend_list_response, friend_cancelRequest_request, friend_cancelRequest_response, friend_acceptRequest_request, friend_acceptRequest_response, clan_viewList_request, clan_viewList_response, clan_view_request, clan_view_response, clan_updated_event, clan_update_request, clan_update_response, clan_setRole_request, clan_setRole_response, clan_roleChanged_event, clan_leave_request, clan_leave_response, clan_kicked_event, clan_kick_request, clan_kick_response, clan_invited_event, clan_invite_request, clan_invite_response, clan_deleted_event, clan_delete_request, clan_delete_response, clan_decline_request, clan_decline_response, clan_create_request, clan_create_response, clan_cancel_request, clan_cancel_response, clan_accept_request, clan_accept_response, battle_start_request, battle_start_response, autohost_update_event, autohost_subscribeUpdates_request, autohost_subscribeUpdates_response, autohost_status_event, autohost_start_request, autohost_start_response, autohost_specPlayers_request, autohost_specPlayers_response, autohost_sendMessage_request, autohost_sendMessage_response, autohost_sendCommand_request, autohost_sendCommand_response, autohost_mutePlayer_request, autohost_mutePlayer_response, autohost_kill_request, autohost_kill_response, autohost_kickPlayer_request, autohost_kickPlayer_response, autohost_installEngine_request, autohost_installEngine_response, autohost_addPlayer_request, autohost_addPlayer_response };
526
+ export { validator, user_updated_event, user_unsubscribeUpdates_request, user_unsubscribeUpdates_response, user_subscribeUpdates_request, user_subscribeUpdates_response, user_self_event, user_report_request, user_report_response, user_info_request, user_info_response, system_serverStats_request, system_serverStats_response, system_disconnect_request, system_disconnect_response, party_updated_event, party_removed_event, party_leave_request, party_leave_response, party_kickMember_request, party_kickMember_response, party_invited_event, party_invite_request, party_invite_response, party_declineInvite_request, party_declineInvite_response, party_create_request, party_create_response, party_cancelInvite_request, party_cancelInvite_response, party_acceptInvite_request, party_acceptInvite_response, messaging_subscribeReceived_request, messaging_subscribeReceived_response, messaging_send_request, messaging_send_response, messaging_received_event, matchmaking_ready_request, matchmaking_ready_response, matchmaking_queuesJoined_event, matchmaking_queueUpdate_event, matchmaking_queue_request, matchmaking_queue_response, matchmaking_lost_event, matchmaking_list_request, matchmaking_list_response, matchmaking_foundUpdate_event, matchmaking_found_event, matchmaking_cancelled_event, matchmaking_cancel_request, matchmaking_cancel_response, lobby_voteSubmit_request, lobby_voteSubmit_response, lobby_voteEnded_event, lobby_updated_event, lobby_updateClientStatus_request, lobby_updateClientStatus_response, lobby_updateBot_request, lobby_updateBot_response, lobby_update_request, lobby_update_response, lobby_unsubscribeList_request, lobby_unsubscribeList_response, lobby_unboss_request, lobby_unboss_response, lobby_subscribeList_request, lobby_subscribeList_response, lobby_startBattle_request, lobby_startBattle_response, lobby_spectate_request, lobby_spectate_response, lobby_removeBot_request, lobby_removeBot_response, lobby_listUpdated_event, lobby_listReset_event, lobby_left_event, lobby_leave_request, lobby_leave_response, lobby_kickban_request, lobby_kickban_response, lobby_joinQueue_request, lobby_joinQueue_response, lobby_joinBattle_request, lobby_joinBattle_response, lobby_joinAllyTeam_request, lobby_joinAllyTeam_response, lobby_join_request, lobby_join_response, lobby_create_request, lobby_create_response, lobby_appointBoss_request, lobby_appointBoss_response, lobby_addBot_request, lobby_addBot_response, friend_sendRequest_request, friend_sendRequest_response, friend_requestRejected_event, friend_requestReceived_event, friend_requestCancelled_event, friend_requestAccepted_event, friend_removed_event, friend_remove_request, friend_remove_response, friend_rejectRequest_request, friend_rejectRequest_response, friend_list_request, friend_list_response, friend_cancelRequest_request, friend_cancelRequest_response, friend_acceptRequest_request, friend_acceptRequest_response, clan_viewList_request, clan_viewList_response, clan_view_request, clan_view_response, clan_updated_event, clan_update_request, clan_update_response, clan_setRole_request, clan_setRole_response, clan_roleChanged_event, clan_leave_request, clan_leave_response, clan_kicked_event, clan_kick_request, clan_kick_response, clan_invited_event, clan_invite_request, clan_invite_response, clan_deleted_event, clan_delete_request, clan_delete_response, clan_decline_request, clan_decline_response, clan_create_request, clan_create_response, clan_cancel_request, clan_cancel_response, clan_accept_request, clan_accept_response, battle_start_request, battle_start_response, autohost_update_event, autohost_subscribeUpdates_request, autohost_subscribeUpdates_response, autohost_status_event, autohost_start_request, autohost_start_response, autohost_specPlayers_request, autohost_specPlayers_response, autohost_sendMessage_request, autohost_sendMessage_response, autohost_sendCommand_request, autohost_sendCommand_response, autohost_mutePlayer_request, autohost_mutePlayer_response, autohost_kill_request, autohost_kill_response, autohost_kickPlayer_request, autohost_kickPlayer_response, autohost_installEngine_request, autohost_installEngine_response, autohost_addPlayer_request, autohost_addPlayer_response };
@@ -1,5 +1,5 @@
1
1
  import type { ValidateFunction } from "ajv"
2
- import type { UserUpdatedEvent, UserUnsubscribeUpdatesRequest, UserUnsubscribeUpdatesResponse, UserSubscribeUpdatesRequest, UserSubscribeUpdatesResponse, UserSelfEvent, UserInfoRequest, UserInfoResponse, SystemServerStatsRequest, SystemServerStatsResponse, SystemDisconnectRequest, SystemDisconnectResponse, PartyUpdatedEvent, PartyRemovedEvent, PartyLeaveRequest, PartyLeaveResponse, PartyKickMemberRequest, PartyKickMemberResponse, PartyInvitedEvent, PartyInviteRequest, PartyInviteResponse, PartyDeclineInviteRequest, PartyDeclineInviteResponse, PartyCreateRequest, PartyCreateResponse, PartyCancelInviteRequest, PartyCancelInviteResponse, PartyAcceptInviteRequest, PartyAcceptInviteResponse, MessagingSubscribeReceivedRequest, MessagingSubscribeReceivedResponse, MessagingSendRequest, MessagingSendResponse, MessagingReceivedEvent, MatchmakingReadyRequest, MatchmakingReadyResponse, MatchmakingQueuesJoinedEvent, MatchmakingQueueUpdateEvent, MatchmakingQueueRequest, MatchmakingQueueResponse, MatchmakingLostEvent, MatchmakingListRequest, MatchmakingListResponse, MatchmakingFoundUpdateEvent, MatchmakingFoundEvent, MatchmakingCancelledEvent, MatchmakingCancelRequest, MatchmakingCancelResponse, LobbyVoteSubmitRequest, LobbyVoteSubmitResponse, LobbyVoteEndedEvent, LobbyUpdatedEvent, LobbyUpdateClientStatusRequest, LobbyUpdateClientStatusResponse, LobbyUpdateBotRequest, LobbyUpdateBotResponse, LobbyUpdateRequest, LobbyUpdateResponse, LobbyUnsubscribeListRequest, LobbyUnsubscribeListResponse, LobbySubscribeListRequest, LobbySubscribeListResponse, LobbyStartBattleRequest, LobbyStartBattleResponse, LobbySpectateRequest, LobbySpectateResponse, LobbyRemoveBotRequest, LobbyRemoveBotResponse, LobbyListUpdatedEvent, LobbyListResetEvent, LobbyLeftEvent, LobbyLeaveRequest, LobbyLeaveResponse, LobbyJoinQueueRequest, LobbyJoinQueueResponse, LobbyJoinAllyTeamRequest, LobbyJoinAllyTeamResponse, LobbyJoinRequest, LobbyJoinResponse, LobbyCreateRequest, LobbyCreateResponse, LobbyAddBotRequest, LobbyAddBotResponse, FriendSendRequestRequest, FriendSendRequestResponse, FriendRequestRejectedEvent, FriendRequestReceivedEvent, FriendRequestCancelledEvent, FriendRequestAcceptedEvent, FriendRemovedEvent, FriendRemoveRequest, FriendRemoveResponse, FriendRejectRequestRequest, FriendRejectRequestResponse, FriendListRequest, FriendListResponse, FriendCancelRequestRequest, FriendCancelRequestResponse, FriendAcceptRequestRequest, FriendAcceptRequestResponse, ClanViewListRequest, ClanViewListResponse, ClanViewRequest, ClanViewResponse, ClanUpdatedEvent, ClanUpdateRequest, ClanUpdateResponse, ClanSetRoleRequest, ClanSetRoleResponse, ClanRoleChangedEvent, ClanLeaveRequest, ClanLeaveResponse, ClanKickedEvent, ClanKickRequest, ClanKickResponse, ClanInvitedEvent, ClanInviteRequest, ClanInviteResponse, ClanDeletedEvent, ClanDeleteRequest, ClanDeleteResponse, ClanDeclineRequest, ClanDeclineResponse, ClanCreateRequest, ClanCreateResponse, ClanCancelRequest, ClanCancelResponse, ClanAcceptRequest, ClanAcceptResponse, BattleStartRequest, BattleStartResponse, AutohostUpdateEvent, AutohostSubscribeUpdatesRequest, AutohostSubscribeUpdatesResponse, AutohostStatusEvent, AutohostStartRequest, AutohostStartResponse, AutohostSpecPlayersRequest, AutohostSpecPlayersResponse, AutohostSendMessageRequest, AutohostSendMessageResponse, AutohostSendCommandRequest, AutohostSendCommandResponse, AutohostMutePlayerRequest, AutohostMutePlayerResponse, AutohostKillRequest, AutohostKillResponse, AutohostKickPlayerRequest, AutohostKickPlayerResponse, AutohostInstallEngineRequest, AutohostInstallEngineResponse, AutohostAddPlayerRequest, AutohostAddPlayerResponse } from "./types.js";
2
+ import type { UserUpdatedEvent, UserUnsubscribeUpdatesRequest, UserUnsubscribeUpdatesResponse, UserSubscribeUpdatesRequest, UserSubscribeUpdatesResponse, UserSelfEvent, UserReportRequest, UserReportResponse, UserInfoRequest, UserInfoResponse, SystemServerStatsRequest, SystemServerStatsResponse, SystemDisconnectRequest, SystemDisconnectResponse, PartyUpdatedEvent, PartyRemovedEvent, PartyLeaveRequest, PartyLeaveResponse, PartyKickMemberRequest, PartyKickMemberResponse, PartyInvitedEvent, PartyInviteRequest, PartyInviteResponse, PartyDeclineInviteRequest, PartyDeclineInviteResponse, PartyCreateRequest, PartyCreateResponse, PartyCancelInviteRequest, PartyCancelInviteResponse, PartyAcceptInviteRequest, PartyAcceptInviteResponse, MessagingSubscribeReceivedRequest, MessagingSubscribeReceivedResponse, MessagingSendRequest, MessagingSendResponse, MessagingReceivedEvent, MatchmakingReadyRequest, MatchmakingReadyResponse, MatchmakingQueuesJoinedEvent, MatchmakingQueueUpdateEvent, MatchmakingQueueRequest, MatchmakingQueueResponse, MatchmakingLostEvent, MatchmakingListRequest, MatchmakingListResponse, MatchmakingFoundUpdateEvent, MatchmakingFoundEvent, MatchmakingCancelledEvent, MatchmakingCancelRequest, MatchmakingCancelResponse, LobbyVoteSubmitRequest, LobbyVoteSubmitResponse, LobbyVoteEndedEvent, LobbyUpdatedEvent, LobbyUpdateClientStatusRequest, LobbyUpdateClientStatusResponse, LobbyUpdateBotRequest, LobbyUpdateBotResponse, LobbyUpdateRequest, LobbyUpdateResponse, LobbyUnsubscribeListRequest, LobbyUnsubscribeListResponse, LobbyUnbossRequest, LobbyUnbossResponse, LobbySubscribeListRequest, LobbySubscribeListResponse, LobbyStartBattleRequest, LobbyStartBattleResponse, LobbySpectateRequest, LobbySpectateResponse, LobbyRemoveBotRequest, LobbyRemoveBotResponse, LobbyListUpdatedEvent, LobbyListResetEvent, LobbyLeftEvent, LobbyLeaveRequest, LobbyLeaveResponse, LobbyKickbanRequest, LobbyKickbanResponse, LobbyJoinQueueRequest, LobbyJoinQueueResponse, LobbyJoinBattleRequest, LobbyJoinBattleResponse, LobbyJoinAllyTeamRequest, LobbyJoinAllyTeamResponse, LobbyJoinRequest, LobbyJoinResponse, LobbyCreateRequest, LobbyCreateResponse, LobbyAppointBossRequest, LobbyAppointBossResponse, LobbyAddBotRequest, LobbyAddBotResponse, FriendSendRequestRequest, FriendSendRequestResponse, FriendRequestRejectedEvent, FriendRequestReceivedEvent, FriendRequestCancelledEvent, FriendRequestAcceptedEvent, FriendRemovedEvent, FriendRemoveRequest, FriendRemoveResponse, FriendRejectRequestRequest, FriendRejectRequestResponse, FriendListRequest, FriendListResponse, FriendCancelRequestRequest, FriendCancelRequestResponse, FriendAcceptRequestRequest, FriendAcceptRequestResponse, ClanViewListRequest, ClanViewListResponse, ClanViewRequest, ClanViewResponse, ClanUpdatedEvent, ClanUpdateRequest, ClanUpdateResponse, ClanSetRoleRequest, ClanSetRoleResponse, ClanRoleChangedEvent, ClanLeaveRequest, ClanLeaveResponse, ClanKickedEvent, ClanKickRequest, ClanKickResponse, ClanInvitedEvent, ClanInviteRequest, ClanInviteResponse, ClanDeletedEvent, ClanDeleteRequest, ClanDeleteResponse, ClanDeclineRequest, ClanDeclineResponse, ClanCreateRequest, ClanCreateResponse, ClanCancelRequest, ClanCancelResponse, ClanAcceptRequest, ClanAcceptResponse, BattleStartRequest, BattleStartResponse, AutohostUpdateEvent, AutohostSubscribeUpdatesRequest, AutohostSubscribeUpdatesResponse, AutohostStatusEvent, AutohostStartRequest, AutohostStartResponse, AutohostSpecPlayersRequest, AutohostSpecPlayersResponse, AutohostSendMessageRequest, AutohostSendMessageResponse, AutohostSendCommandRequest, AutohostSendCommandResponse, AutohostMutePlayerRequest, AutohostMutePlayerResponse, AutohostKillRequest, AutohostKillResponse, AutohostKickPlayerRequest, AutohostKickPlayerResponse, AutohostInstallEngineRequest, AutohostInstallEngineResponse, AutohostAddPlayerRequest, AutohostAddPlayerResponse } from "./types.js";
3
3
 
4
4
  declare const user_updated_event: ValidateFunction<UserUpdatedEvent>;
5
5
  declare const user_unsubscribeUpdates_request: ValidateFunction<UserUnsubscribeUpdatesRequest>;
@@ -7,6 +7,8 @@ declare const user_unsubscribeUpdates_response: ValidateFunction<UserUnsubscribe
7
7
  declare const user_subscribeUpdates_request: ValidateFunction<UserSubscribeUpdatesRequest>;
8
8
  declare const user_subscribeUpdates_response: ValidateFunction<UserSubscribeUpdatesResponse>;
9
9
  declare const user_self_event: ValidateFunction<UserSelfEvent>;
10
+ declare const user_report_request: ValidateFunction<UserReportRequest>;
11
+ declare const user_report_response: ValidateFunction<UserReportResponse>;
10
12
  declare const user_info_request: ValidateFunction<UserInfoRequest>;
11
13
  declare const user_info_response: ValidateFunction<UserInfoResponse>;
12
14
  declare const system_serverStats_request: ValidateFunction<SystemServerStatsRequest>;
@@ -61,6 +63,8 @@ declare const lobby_update_request: ValidateFunction<LobbyUpdateRequest>;
61
63
  declare const lobby_update_response: ValidateFunction<LobbyUpdateResponse>;
62
64
  declare const lobby_unsubscribeList_request: ValidateFunction<LobbyUnsubscribeListRequest>;
63
65
  declare const lobby_unsubscribeList_response: ValidateFunction<LobbyUnsubscribeListResponse>;
66
+ declare const lobby_unboss_request: ValidateFunction<LobbyUnbossRequest>;
67
+ declare const lobby_unboss_response: ValidateFunction<LobbyUnbossResponse>;
64
68
  declare const lobby_subscribeList_request: ValidateFunction<LobbySubscribeListRequest>;
65
69
  declare const lobby_subscribeList_response: ValidateFunction<LobbySubscribeListResponse>;
66
70
  declare const lobby_startBattle_request: ValidateFunction<LobbyStartBattleRequest>;
@@ -74,14 +78,20 @@ declare const lobby_listReset_event: ValidateFunction<LobbyListResetEvent>;
74
78
  declare const lobby_left_event: ValidateFunction<LobbyLeftEvent>;
75
79
  declare const lobby_leave_request: ValidateFunction<LobbyLeaveRequest>;
76
80
  declare const lobby_leave_response: ValidateFunction<LobbyLeaveResponse>;
81
+ declare const lobby_kickban_request: ValidateFunction<LobbyKickbanRequest>;
82
+ declare const lobby_kickban_response: ValidateFunction<LobbyKickbanResponse>;
77
83
  declare const lobby_joinQueue_request: ValidateFunction<LobbyJoinQueueRequest>;
78
84
  declare const lobby_joinQueue_response: ValidateFunction<LobbyJoinQueueResponse>;
85
+ declare const lobby_joinBattle_request: ValidateFunction<LobbyJoinBattleRequest>;
86
+ declare const lobby_joinBattle_response: ValidateFunction<LobbyJoinBattleResponse>;
79
87
  declare const lobby_joinAllyTeam_request: ValidateFunction<LobbyJoinAllyTeamRequest>;
80
88
  declare const lobby_joinAllyTeam_response: ValidateFunction<LobbyJoinAllyTeamResponse>;
81
89
  declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
82
90
  declare const lobby_join_response: ValidateFunction<LobbyJoinResponse>;
83
91
  declare const lobby_create_request: ValidateFunction<LobbyCreateRequest>;
84
92
  declare const lobby_create_response: ValidateFunction<LobbyCreateResponse>;
93
+ declare const lobby_appointBoss_request: ValidateFunction<LobbyAppointBossRequest>;
94
+ declare const lobby_appointBoss_response: ValidateFunction<LobbyAppointBossResponse>;
85
95
  declare const lobby_addBot_request: ValidateFunction<LobbyAddBotRequest>;
86
96
  declare const lobby_addBot_response: ValidateFunction<LobbyAddBotResponse>;
87
97
  declare const friend_sendRequest_request: ValidateFunction<FriendSendRequestRequest>;
@@ -170,6 +180,10 @@ declare const validator: {
170
180
  readonly "user/self": {
171
181
  readonly "event": ValidateFunction<UserSelfEvent>;
172
182
  };
183
+ readonly "user/report": {
184
+ readonly "request": ValidateFunction<UserReportRequest>;
185
+ readonly "response": ValidateFunction<UserReportResponse>;
186
+ };
173
187
  readonly "user/info": {
174
188
  readonly "request": ValidateFunction<UserInfoRequest>;
175
189
  readonly "response": ValidateFunction<UserInfoResponse>;
@@ -290,6 +304,10 @@ declare const validator: {
290
304
  readonly "request": ValidateFunction<LobbyUnsubscribeListRequest>;
291
305
  readonly "response": ValidateFunction<LobbyUnsubscribeListResponse>;
292
306
  };
307
+ readonly "lobby/unboss": {
308
+ readonly "request": ValidateFunction<LobbyUnbossRequest>;
309
+ readonly "response": ValidateFunction<LobbyUnbossResponse>;
310
+ };
293
311
  readonly "lobby/subscribeList": {
294
312
  readonly "request": ValidateFunction<LobbySubscribeListRequest>;
295
313
  readonly "response": ValidateFunction<LobbySubscribeListResponse>;
@@ -319,10 +337,18 @@ declare const validator: {
319
337
  readonly "request": ValidateFunction<LobbyLeaveRequest>;
320
338
  readonly "response": ValidateFunction<LobbyLeaveResponse>;
321
339
  };
340
+ readonly "lobby/kickban": {
341
+ readonly "request": ValidateFunction<LobbyKickbanRequest>;
342
+ readonly "response": ValidateFunction<LobbyKickbanResponse>;
343
+ };
322
344
  readonly "lobby/joinQueue": {
323
345
  readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
324
346
  readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
325
347
  };
348
+ readonly "lobby/joinBattle": {
349
+ readonly "request": ValidateFunction<LobbyJoinBattleRequest>;
350
+ readonly "response": ValidateFunction<LobbyJoinBattleResponse>;
351
+ };
326
352
  readonly "lobby/joinAllyTeam": {
327
353
  readonly "request": ValidateFunction<LobbyJoinAllyTeamRequest>;
328
354
  readonly "response": ValidateFunction<LobbyJoinAllyTeamResponse>;
@@ -335,6 +361,10 @@ declare const validator: {
335
361
  readonly "request": ValidateFunction<LobbyCreateRequest>;
336
362
  readonly "response": ValidateFunction<LobbyCreateResponse>;
337
363
  };
364
+ readonly "lobby/appointBoss": {
365
+ readonly "request": ValidateFunction<LobbyAppointBossRequest>;
366
+ readonly "response": ValidateFunction<LobbyAppointBossResponse>;
367
+ };
338
368
  readonly "lobby/addBot": {
339
369
  readonly "request": ValidateFunction<LobbyAddBotRequest>;
340
370
  readonly "response": ValidateFunction<LobbyAddBotResponse>;
@@ -493,4 +523,4 @@ declare const validator: {
493
523
  };
494
524
  };
495
525
 
496
- export { validator, user_updated_event, user_unsubscribeUpdates_request, user_unsubscribeUpdates_response, user_subscribeUpdates_request, user_subscribeUpdates_response, user_self_event, user_info_request, user_info_response, system_serverStats_request, system_serverStats_response, system_disconnect_request, system_disconnect_response, party_updated_event, party_removed_event, party_leave_request, party_leave_response, party_kickMember_request, party_kickMember_response, party_invited_event, party_invite_request, party_invite_response, party_declineInvite_request, party_declineInvite_response, party_create_request, party_create_response, party_cancelInvite_request, party_cancelInvite_response, party_acceptInvite_request, party_acceptInvite_response, messaging_subscribeReceived_request, messaging_subscribeReceived_response, messaging_send_request, messaging_send_response, messaging_received_event, matchmaking_ready_request, matchmaking_ready_response, matchmaking_queuesJoined_event, matchmaking_queueUpdate_event, matchmaking_queue_request, matchmaking_queue_response, matchmaking_lost_event, matchmaking_list_request, matchmaking_list_response, matchmaking_foundUpdate_event, matchmaking_found_event, matchmaking_cancelled_event, matchmaking_cancel_request, matchmaking_cancel_response, lobby_voteSubmit_request, lobby_voteSubmit_response, lobby_voteEnded_event, lobby_updated_event, lobby_updateClientStatus_request, lobby_updateClientStatus_response, lobby_updateBot_request, lobby_updateBot_response, lobby_update_request, lobby_update_response, lobby_unsubscribeList_request, lobby_unsubscribeList_response, lobby_subscribeList_request, lobby_subscribeList_response, lobby_startBattle_request, lobby_startBattle_response, lobby_spectate_request, lobby_spectate_response, lobby_removeBot_request, lobby_removeBot_response, lobby_listUpdated_event, lobby_listReset_event, lobby_left_event, lobby_leave_request, lobby_leave_response, lobby_joinQueue_request, lobby_joinQueue_response, lobby_joinAllyTeam_request, lobby_joinAllyTeam_response, lobby_join_request, lobby_join_response, lobby_create_request, lobby_create_response, lobby_addBot_request, lobby_addBot_response, friend_sendRequest_request, friend_sendRequest_response, friend_requestRejected_event, friend_requestReceived_event, friend_requestCancelled_event, friend_requestAccepted_event, friend_removed_event, friend_remove_request, friend_remove_response, friend_rejectRequest_request, friend_rejectRequest_response, friend_list_request, friend_list_response, friend_cancelRequest_request, friend_cancelRequest_response, friend_acceptRequest_request, friend_acceptRequest_response, clan_viewList_request, clan_viewList_response, clan_view_request, clan_view_response, clan_updated_event, clan_update_request, clan_update_response, clan_setRole_request, clan_setRole_response, clan_roleChanged_event, clan_leave_request, clan_leave_response, clan_kicked_event, clan_kick_request, clan_kick_response, clan_invited_event, clan_invite_request, clan_invite_response, clan_deleted_event, clan_delete_request, clan_delete_response, clan_decline_request, clan_decline_response, clan_create_request, clan_create_response, clan_cancel_request, clan_cancel_response, clan_accept_request, clan_accept_response, battle_start_request, battle_start_response, autohost_update_event, autohost_subscribeUpdates_request, autohost_subscribeUpdates_response, autohost_status_event, autohost_start_request, autohost_start_response, autohost_specPlayers_request, autohost_specPlayers_response, autohost_sendMessage_request, autohost_sendMessage_response, autohost_sendCommand_request, autohost_sendCommand_response, autohost_mutePlayer_request, autohost_mutePlayer_response, autohost_kill_request, autohost_kill_response, autohost_kickPlayer_request, autohost_kickPlayer_response, autohost_installEngine_request, autohost_installEngine_response, autohost_addPlayer_request, autohost_addPlayer_response };
526
+ export { validator, user_updated_event, user_unsubscribeUpdates_request, user_unsubscribeUpdates_response, user_subscribeUpdates_request, user_subscribeUpdates_response, user_self_event, user_report_request, user_report_response, user_info_request, user_info_response, system_serverStats_request, system_serverStats_response, system_disconnect_request, system_disconnect_response, party_updated_event, party_removed_event, party_leave_request, party_leave_response, party_kickMember_request, party_kickMember_response, party_invited_event, party_invite_request, party_invite_response, party_declineInvite_request, party_declineInvite_response, party_create_request, party_create_response, party_cancelInvite_request, party_cancelInvite_response, party_acceptInvite_request, party_acceptInvite_response, messaging_subscribeReceived_request, messaging_subscribeReceived_response, messaging_send_request, messaging_send_response, messaging_received_event, matchmaking_ready_request, matchmaking_ready_response, matchmaking_queuesJoined_event, matchmaking_queueUpdate_event, matchmaking_queue_request, matchmaking_queue_response, matchmaking_lost_event, matchmaking_list_request, matchmaking_list_response, matchmaking_foundUpdate_event, matchmaking_found_event, matchmaking_cancelled_event, matchmaking_cancel_request, matchmaking_cancel_response, lobby_voteSubmit_request, lobby_voteSubmit_response, lobby_voteEnded_event, lobby_updated_event, lobby_updateClientStatus_request, lobby_updateClientStatus_response, lobby_updateBot_request, lobby_updateBot_response, lobby_update_request, lobby_update_response, lobby_unsubscribeList_request, lobby_unsubscribeList_response, lobby_unboss_request, lobby_unboss_response, lobby_subscribeList_request, lobby_subscribeList_response, lobby_startBattle_request, lobby_startBattle_response, lobby_spectate_request, lobby_spectate_response, lobby_removeBot_request, lobby_removeBot_response, lobby_listUpdated_event, lobby_listReset_event, lobby_left_event, lobby_leave_request, lobby_leave_response, lobby_kickban_request, lobby_kickban_response, lobby_joinQueue_request, lobby_joinQueue_response, lobby_joinBattle_request, lobby_joinBattle_response, lobby_joinAllyTeam_request, lobby_joinAllyTeam_response, lobby_join_request, lobby_join_response, lobby_create_request, lobby_create_response, lobby_appointBoss_request, lobby_appointBoss_response, lobby_addBot_request, lobby_addBot_response, friend_sendRequest_request, friend_sendRequest_response, friend_requestRejected_event, friend_requestReceived_event, friend_requestCancelled_event, friend_requestAccepted_event, friend_removed_event, friend_remove_request, friend_remove_response, friend_rejectRequest_request, friend_rejectRequest_response, friend_list_request, friend_list_response, friend_cancelRequest_request, friend_cancelRequest_response, friend_acceptRequest_request, friend_acceptRequest_response, clan_viewList_request, clan_viewList_response, clan_view_request, clan_view_response, clan_updated_event, clan_update_request, clan_update_response, clan_setRole_request, clan_setRole_response, clan_roleChanged_event, clan_leave_request, clan_leave_response, clan_kicked_event, clan_kick_request, clan_kick_response, clan_invited_event, clan_invite_request, clan_invite_response, clan_deleted_event, clan_delete_request, clan_delete_response, clan_decline_request, clan_decline_response, clan_create_request, clan_create_response, clan_cancel_request, clan_cancel_response, clan_accept_request, clan_accept_response, battle_start_request, battle_start_response, autohost_update_event, autohost_subscribeUpdates_request, autohost_subscribeUpdates_response, autohost_status_event, autohost_start_request, autohost_start_response, autohost_specPlayers_request, autohost_specPlayers_response, autohost_sendMessage_request, autohost_sendMessage_response, autohost_sendCommand_request, autohost_sendCommand_response, autohost_mutePlayer_request, autohost_mutePlayer_response, autohost_kill_request, autohost_kill_response, autohost_kickPlayer_request, autohost_kickPlayer_response, autohost_installEngine_request, autohost_installEngine_response, autohost_addPlayer_request, autohost_addPlayer_response };