tachyon-protocol 1.20.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.
- package/dist/index.cjs +49 -1
- package/dist/index.d.cts +12 -8
- package/dist/index.d.ts +12 -8
- package/dist/index.js +49 -1
- package/dist/types.d.cts +271 -4
- package/dist/types.d.ts +271 -4
- package/dist/validators.cjs +1 -1
- package/dist/validators.d.cts +26 -2
- package/dist/validators.d.ts +26 -2
- package/dist/validators.js +1 -1
- package/package.json +1 -1
package/dist/validators.d.cts
CHANGED
|
@@ -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, LobbyJoinBattleRequest, LobbyJoinBattleResponse, 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,6 +78,8 @@ 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>;
|
|
79
85
|
declare const lobby_joinBattle_request: ValidateFunction<LobbyJoinBattleRequest>;
|
|
@@ -84,6 +90,8 @@ declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
|
|
|
84
90
|
declare const lobby_join_response: ValidateFunction<LobbyJoinResponse>;
|
|
85
91
|
declare const lobby_create_request: ValidateFunction<LobbyCreateRequest>;
|
|
86
92
|
declare const lobby_create_response: ValidateFunction<LobbyCreateResponse>;
|
|
93
|
+
declare const lobby_appointBoss_request: ValidateFunction<LobbyAppointBossRequest>;
|
|
94
|
+
declare const lobby_appointBoss_response: ValidateFunction<LobbyAppointBossResponse>;
|
|
87
95
|
declare const lobby_addBot_request: ValidateFunction<LobbyAddBotRequest>;
|
|
88
96
|
declare const lobby_addBot_response: ValidateFunction<LobbyAddBotResponse>;
|
|
89
97
|
declare const friend_sendRequest_request: ValidateFunction<FriendSendRequestRequest>;
|
|
@@ -172,6 +180,10 @@ declare const validator: {
|
|
|
172
180
|
readonly "user/self": {
|
|
173
181
|
readonly "event": ValidateFunction<UserSelfEvent>;
|
|
174
182
|
};
|
|
183
|
+
readonly "user/report": {
|
|
184
|
+
readonly "request": ValidateFunction<UserReportRequest>;
|
|
185
|
+
readonly "response": ValidateFunction<UserReportResponse>;
|
|
186
|
+
};
|
|
175
187
|
readonly "user/info": {
|
|
176
188
|
readonly "request": ValidateFunction<UserInfoRequest>;
|
|
177
189
|
readonly "response": ValidateFunction<UserInfoResponse>;
|
|
@@ -292,6 +304,10 @@ declare const validator: {
|
|
|
292
304
|
readonly "request": ValidateFunction<LobbyUnsubscribeListRequest>;
|
|
293
305
|
readonly "response": ValidateFunction<LobbyUnsubscribeListResponse>;
|
|
294
306
|
};
|
|
307
|
+
readonly "lobby/unboss": {
|
|
308
|
+
readonly "request": ValidateFunction<LobbyUnbossRequest>;
|
|
309
|
+
readonly "response": ValidateFunction<LobbyUnbossResponse>;
|
|
310
|
+
};
|
|
295
311
|
readonly "lobby/subscribeList": {
|
|
296
312
|
readonly "request": ValidateFunction<LobbySubscribeListRequest>;
|
|
297
313
|
readonly "response": ValidateFunction<LobbySubscribeListResponse>;
|
|
@@ -321,6 +337,10 @@ declare const validator: {
|
|
|
321
337
|
readonly "request": ValidateFunction<LobbyLeaveRequest>;
|
|
322
338
|
readonly "response": ValidateFunction<LobbyLeaveResponse>;
|
|
323
339
|
};
|
|
340
|
+
readonly "lobby/kickban": {
|
|
341
|
+
readonly "request": ValidateFunction<LobbyKickbanRequest>;
|
|
342
|
+
readonly "response": ValidateFunction<LobbyKickbanResponse>;
|
|
343
|
+
};
|
|
324
344
|
readonly "lobby/joinQueue": {
|
|
325
345
|
readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
|
|
326
346
|
readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
|
|
@@ -341,6 +361,10 @@ declare const validator: {
|
|
|
341
361
|
readonly "request": ValidateFunction<LobbyCreateRequest>;
|
|
342
362
|
readonly "response": ValidateFunction<LobbyCreateResponse>;
|
|
343
363
|
};
|
|
364
|
+
readonly "lobby/appointBoss": {
|
|
365
|
+
readonly "request": ValidateFunction<LobbyAppointBossRequest>;
|
|
366
|
+
readonly "response": ValidateFunction<LobbyAppointBossResponse>;
|
|
367
|
+
};
|
|
344
368
|
readonly "lobby/addBot": {
|
|
345
369
|
readonly "request": ValidateFunction<LobbyAddBotRequest>;
|
|
346
370
|
readonly "response": ValidateFunction<LobbyAddBotResponse>;
|
|
@@ -499,4 +523,4 @@ declare const validator: {
|
|
|
499
523
|
};
|
|
500
524
|
};
|
|
501
525
|
|
|
502
|
-
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_joinBattle_request, lobby_joinBattle_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 };
|
package/dist/validators.d.ts
CHANGED
|
@@ -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, LobbyJoinBattleRequest, LobbyJoinBattleResponse, 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,6 +78,8 @@ 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>;
|
|
79
85
|
declare const lobby_joinBattle_request: ValidateFunction<LobbyJoinBattleRequest>;
|
|
@@ -84,6 +90,8 @@ declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
|
|
|
84
90
|
declare const lobby_join_response: ValidateFunction<LobbyJoinResponse>;
|
|
85
91
|
declare const lobby_create_request: ValidateFunction<LobbyCreateRequest>;
|
|
86
92
|
declare const lobby_create_response: ValidateFunction<LobbyCreateResponse>;
|
|
93
|
+
declare const lobby_appointBoss_request: ValidateFunction<LobbyAppointBossRequest>;
|
|
94
|
+
declare const lobby_appointBoss_response: ValidateFunction<LobbyAppointBossResponse>;
|
|
87
95
|
declare const lobby_addBot_request: ValidateFunction<LobbyAddBotRequest>;
|
|
88
96
|
declare const lobby_addBot_response: ValidateFunction<LobbyAddBotResponse>;
|
|
89
97
|
declare const friend_sendRequest_request: ValidateFunction<FriendSendRequestRequest>;
|
|
@@ -172,6 +180,10 @@ declare const validator: {
|
|
|
172
180
|
readonly "user/self": {
|
|
173
181
|
readonly "event": ValidateFunction<UserSelfEvent>;
|
|
174
182
|
};
|
|
183
|
+
readonly "user/report": {
|
|
184
|
+
readonly "request": ValidateFunction<UserReportRequest>;
|
|
185
|
+
readonly "response": ValidateFunction<UserReportResponse>;
|
|
186
|
+
};
|
|
175
187
|
readonly "user/info": {
|
|
176
188
|
readonly "request": ValidateFunction<UserInfoRequest>;
|
|
177
189
|
readonly "response": ValidateFunction<UserInfoResponse>;
|
|
@@ -292,6 +304,10 @@ declare const validator: {
|
|
|
292
304
|
readonly "request": ValidateFunction<LobbyUnsubscribeListRequest>;
|
|
293
305
|
readonly "response": ValidateFunction<LobbyUnsubscribeListResponse>;
|
|
294
306
|
};
|
|
307
|
+
readonly "lobby/unboss": {
|
|
308
|
+
readonly "request": ValidateFunction<LobbyUnbossRequest>;
|
|
309
|
+
readonly "response": ValidateFunction<LobbyUnbossResponse>;
|
|
310
|
+
};
|
|
295
311
|
readonly "lobby/subscribeList": {
|
|
296
312
|
readonly "request": ValidateFunction<LobbySubscribeListRequest>;
|
|
297
313
|
readonly "response": ValidateFunction<LobbySubscribeListResponse>;
|
|
@@ -321,6 +337,10 @@ declare const validator: {
|
|
|
321
337
|
readonly "request": ValidateFunction<LobbyLeaveRequest>;
|
|
322
338
|
readonly "response": ValidateFunction<LobbyLeaveResponse>;
|
|
323
339
|
};
|
|
340
|
+
readonly "lobby/kickban": {
|
|
341
|
+
readonly "request": ValidateFunction<LobbyKickbanRequest>;
|
|
342
|
+
readonly "response": ValidateFunction<LobbyKickbanResponse>;
|
|
343
|
+
};
|
|
324
344
|
readonly "lobby/joinQueue": {
|
|
325
345
|
readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
|
|
326
346
|
readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
|
|
@@ -341,6 +361,10 @@ declare const validator: {
|
|
|
341
361
|
readonly "request": ValidateFunction<LobbyCreateRequest>;
|
|
342
362
|
readonly "response": ValidateFunction<LobbyCreateResponse>;
|
|
343
363
|
};
|
|
364
|
+
readonly "lobby/appointBoss": {
|
|
365
|
+
readonly "request": ValidateFunction<LobbyAppointBossRequest>;
|
|
366
|
+
readonly "response": ValidateFunction<LobbyAppointBossResponse>;
|
|
367
|
+
};
|
|
344
368
|
readonly "lobby/addBot": {
|
|
345
369
|
readonly "request": ValidateFunction<LobbyAddBotRequest>;
|
|
346
370
|
readonly "response": ValidateFunction<LobbyAddBotResponse>;
|
|
@@ -499,4 +523,4 @@ declare const validator: {
|
|
|
499
523
|
};
|
|
500
524
|
};
|
|
501
525
|
|
|
502
|
-
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_joinBattle_request, lobby_joinBattle_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 };
|