tachyon-protocol 1.20.0 → 1.22.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 +52 -1
- package/dist/index.d.cts +15 -11
- package/dist/index.d.ts +15 -11
- package/dist/index.js +52 -1
- package/dist/types.d.cts +302 -16
- package/dist/types.d.ts +302 -16
- package/dist/validators.cjs +1 -1
- package/dist/validators.d.cts +30 -2
- package/dist/validators.d.ts +30 -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, BattleEndedEvent, 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>;
|
|
@@ -134,6 +142,7 @@ declare const clan_accept_request: ValidateFunction<ClanAcceptRequest>;
|
|
|
134
142
|
declare const clan_accept_response: ValidateFunction<ClanAcceptResponse>;
|
|
135
143
|
declare const battle_start_request: ValidateFunction<BattleStartRequest>;
|
|
136
144
|
declare const battle_start_response: ValidateFunction<BattleStartResponse>;
|
|
145
|
+
declare const battle_ended_event: ValidateFunction<BattleEndedEvent>;
|
|
137
146
|
declare const autohost_update_event: ValidateFunction<AutohostUpdateEvent>;
|
|
138
147
|
declare const autohost_subscribeUpdates_request: ValidateFunction<AutohostSubscribeUpdatesRequest>;
|
|
139
148
|
declare const autohost_subscribeUpdates_response: ValidateFunction<AutohostSubscribeUpdatesResponse>;
|
|
@@ -172,6 +181,10 @@ declare const validator: {
|
|
|
172
181
|
readonly "user/self": {
|
|
173
182
|
readonly "event": ValidateFunction<UserSelfEvent>;
|
|
174
183
|
};
|
|
184
|
+
readonly "user/report": {
|
|
185
|
+
readonly "request": ValidateFunction<UserReportRequest>;
|
|
186
|
+
readonly "response": ValidateFunction<UserReportResponse>;
|
|
187
|
+
};
|
|
175
188
|
readonly "user/info": {
|
|
176
189
|
readonly "request": ValidateFunction<UserInfoRequest>;
|
|
177
190
|
readonly "response": ValidateFunction<UserInfoResponse>;
|
|
@@ -292,6 +305,10 @@ declare const validator: {
|
|
|
292
305
|
readonly "request": ValidateFunction<LobbyUnsubscribeListRequest>;
|
|
293
306
|
readonly "response": ValidateFunction<LobbyUnsubscribeListResponse>;
|
|
294
307
|
};
|
|
308
|
+
readonly "lobby/unboss": {
|
|
309
|
+
readonly "request": ValidateFunction<LobbyUnbossRequest>;
|
|
310
|
+
readonly "response": ValidateFunction<LobbyUnbossResponse>;
|
|
311
|
+
};
|
|
295
312
|
readonly "lobby/subscribeList": {
|
|
296
313
|
readonly "request": ValidateFunction<LobbySubscribeListRequest>;
|
|
297
314
|
readonly "response": ValidateFunction<LobbySubscribeListResponse>;
|
|
@@ -321,6 +338,10 @@ declare const validator: {
|
|
|
321
338
|
readonly "request": ValidateFunction<LobbyLeaveRequest>;
|
|
322
339
|
readonly "response": ValidateFunction<LobbyLeaveResponse>;
|
|
323
340
|
};
|
|
341
|
+
readonly "lobby/kickban": {
|
|
342
|
+
readonly "request": ValidateFunction<LobbyKickbanRequest>;
|
|
343
|
+
readonly "response": ValidateFunction<LobbyKickbanResponse>;
|
|
344
|
+
};
|
|
324
345
|
readonly "lobby/joinQueue": {
|
|
325
346
|
readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
|
|
326
347
|
readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
|
|
@@ -341,6 +362,10 @@ declare const validator: {
|
|
|
341
362
|
readonly "request": ValidateFunction<LobbyCreateRequest>;
|
|
342
363
|
readonly "response": ValidateFunction<LobbyCreateResponse>;
|
|
343
364
|
};
|
|
365
|
+
readonly "lobby/appointBoss": {
|
|
366
|
+
readonly "request": ValidateFunction<LobbyAppointBossRequest>;
|
|
367
|
+
readonly "response": ValidateFunction<LobbyAppointBossResponse>;
|
|
368
|
+
};
|
|
344
369
|
readonly "lobby/addBot": {
|
|
345
370
|
readonly "request": ValidateFunction<LobbyAddBotRequest>;
|
|
346
371
|
readonly "response": ValidateFunction<LobbyAddBotResponse>;
|
|
@@ -451,6 +476,9 @@ declare const validator: {
|
|
|
451
476
|
readonly "request": ValidateFunction<BattleStartRequest>;
|
|
452
477
|
readonly "response": ValidateFunction<BattleStartResponse>;
|
|
453
478
|
};
|
|
479
|
+
readonly "battle/ended": {
|
|
480
|
+
readonly "event": ValidateFunction<BattleEndedEvent>;
|
|
481
|
+
};
|
|
454
482
|
readonly "autohost/update": {
|
|
455
483
|
readonly "event": ValidateFunction<AutohostUpdateEvent>;
|
|
456
484
|
};
|
|
@@ -499,4 +527,4 @@ declare const validator: {
|
|
|
499
527
|
};
|
|
500
528
|
};
|
|
501
529
|
|
|
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 };
|
|
530
|
+
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, battle_ended_event, 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, BattleEndedEvent, 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>;
|
|
@@ -134,6 +142,7 @@ declare const clan_accept_request: ValidateFunction<ClanAcceptRequest>;
|
|
|
134
142
|
declare const clan_accept_response: ValidateFunction<ClanAcceptResponse>;
|
|
135
143
|
declare const battle_start_request: ValidateFunction<BattleStartRequest>;
|
|
136
144
|
declare const battle_start_response: ValidateFunction<BattleStartResponse>;
|
|
145
|
+
declare const battle_ended_event: ValidateFunction<BattleEndedEvent>;
|
|
137
146
|
declare const autohost_update_event: ValidateFunction<AutohostUpdateEvent>;
|
|
138
147
|
declare const autohost_subscribeUpdates_request: ValidateFunction<AutohostSubscribeUpdatesRequest>;
|
|
139
148
|
declare const autohost_subscribeUpdates_response: ValidateFunction<AutohostSubscribeUpdatesResponse>;
|
|
@@ -172,6 +181,10 @@ declare const validator: {
|
|
|
172
181
|
readonly "user/self": {
|
|
173
182
|
readonly "event": ValidateFunction<UserSelfEvent>;
|
|
174
183
|
};
|
|
184
|
+
readonly "user/report": {
|
|
185
|
+
readonly "request": ValidateFunction<UserReportRequest>;
|
|
186
|
+
readonly "response": ValidateFunction<UserReportResponse>;
|
|
187
|
+
};
|
|
175
188
|
readonly "user/info": {
|
|
176
189
|
readonly "request": ValidateFunction<UserInfoRequest>;
|
|
177
190
|
readonly "response": ValidateFunction<UserInfoResponse>;
|
|
@@ -292,6 +305,10 @@ declare const validator: {
|
|
|
292
305
|
readonly "request": ValidateFunction<LobbyUnsubscribeListRequest>;
|
|
293
306
|
readonly "response": ValidateFunction<LobbyUnsubscribeListResponse>;
|
|
294
307
|
};
|
|
308
|
+
readonly "lobby/unboss": {
|
|
309
|
+
readonly "request": ValidateFunction<LobbyUnbossRequest>;
|
|
310
|
+
readonly "response": ValidateFunction<LobbyUnbossResponse>;
|
|
311
|
+
};
|
|
295
312
|
readonly "lobby/subscribeList": {
|
|
296
313
|
readonly "request": ValidateFunction<LobbySubscribeListRequest>;
|
|
297
314
|
readonly "response": ValidateFunction<LobbySubscribeListResponse>;
|
|
@@ -321,6 +338,10 @@ declare const validator: {
|
|
|
321
338
|
readonly "request": ValidateFunction<LobbyLeaveRequest>;
|
|
322
339
|
readonly "response": ValidateFunction<LobbyLeaveResponse>;
|
|
323
340
|
};
|
|
341
|
+
readonly "lobby/kickban": {
|
|
342
|
+
readonly "request": ValidateFunction<LobbyKickbanRequest>;
|
|
343
|
+
readonly "response": ValidateFunction<LobbyKickbanResponse>;
|
|
344
|
+
};
|
|
324
345
|
readonly "lobby/joinQueue": {
|
|
325
346
|
readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
|
|
326
347
|
readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
|
|
@@ -341,6 +362,10 @@ declare const validator: {
|
|
|
341
362
|
readonly "request": ValidateFunction<LobbyCreateRequest>;
|
|
342
363
|
readonly "response": ValidateFunction<LobbyCreateResponse>;
|
|
343
364
|
};
|
|
365
|
+
readonly "lobby/appointBoss": {
|
|
366
|
+
readonly "request": ValidateFunction<LobbyAppointBossRequest>;
|
|
367
|
+
readonly "response": ValidateFunction<LobbyAppointBossResponse>;
|
|
368
|
+
};
|
|
344
369
|
readonly "lobby/addBot": {
|
|
345
370
|
readonly "request": ValidateFunction<LobbyAddBotRequest>;
|
|
346
371
|
readonly "response": ValidateFunction<LobbyAddBotResponse>;
|
|
@@ -451,6 +476,9 @@ declare const validator: {
|
|
|
451
476
|
readonly "request": ValidateFunction<BattleStartRequest>;
|
|
452
477
|
readonly "response": ValidateFunction<BattleStartResponse>;
|
|
453
478
|
};
|
|
479
|
+
readonly "battle/ended": {
|
|
480
|
+
readonly "event": ValidateFunction<BattleEndedEvent>;
|
|
481
|
+
};
|
|
454
482
|
readonly "autohost/update": {
|
|
455
483
|
readonly "event": ValidateFunction<AutohostUpdateEvent>;
|
|
456
484
|
};
|
|
@@ -499,4 +527,4 @@ declare const validator: {
|
|
|
499
527
|
};
|
|
500
528
|
};
|
|
501
529
|
|
|
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 };
|
|
530
|
+
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, battle_ended_event, 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 };
|