tachyon-protocol 1.18.2 → 1.20.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 +15 -1
- package/dist/index.d.cts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.js +15 -1
- package/dist/types.d.cts +48 -5
- package/dist/types.d.ts +48 -5
- package/dist/validators.cjs +1 -1
- package/dist/validators.d.cts +8 -2
- package/dist/validators.d.ts +8 -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, 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, 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";
|
|
3
3
|
|
|
4
4
|
declare const user_updated_event: ValidateFunction<UserUpdatedEvent>;
|
|
5
5
|
declare const user_unsubscribeUpdates_request: ValidateFunction<UserUnsubscribeUpdatesRequest>;
|
|
@@ -76,6 +76,8 @@ declare const lobby_leave_request: ValidateFunction<LobbyLeaveRequest>;
|
|
|
76
76
|
declare const lobby_leave_response: ValidateFunction<LobbyLeaveResponse>;
|
|
77
77
|
declare const lobby_joinQueue_request: ValidateFunction<LobbyJoinQueueRequest>;
|
|
78
78
|
declare const lobby_joinQueue_response: ValidateFunction<LobbyJoinQueueResponse>;
|
|
79
|
+
declare const lobby_joinBattle_request: ValidateFunction<LobbyJoinBattleRequest>;
|
|
80
|
+
declare const lobby_joinBattle_response: ValidateFunction<LobbyJoinBattleResponse>;
|
|
79
81
|
declare const lobby_joinAllyTeam_request: ValidateFunction<LobbyJoinAllyTeamRequest>;
|
|
80
82
|
declare const lobby_joinAllyTeam_response: ValidateFunction<LobbyJoinAllyTeamResponse>;
|
|
81
83
|
declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
|
|
@@ -323,6 +325,10 @@ declare const validator: {
|
|
|
323
325
|
readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
|
|
324
326
|
readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
|
|
325
327
|
};
|
|
328
|
+
readonly "lobby/joinBattle": {
|
|
329
|
+
readonly "request": ValidateFunction<LobbyJoinBattleRequest>;
|
|
330
|
+
readonly "response": ValidateFunction<LobbyJoinBattleResponse>;
|
|
331
|
+
};
|
|
326
332
|
readonly "lobby/joinAllyTeam": {
|
|
327
333
|
readonly "request": ValidateFunction<LobbyJoinAllyTeamRequest>;
|
|
328
334
|
readonly "response": ValidateFunction<LobbyJoinAllyTeamResponse>;
|
|
@@ -493,4 +499,4 @@ declare const validator: {
|
|
|
493
499
|
};
|
|
494
500
|
};
|
|
495
501
|
|
|
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 };
|
|
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 };
|
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, 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, 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";
|
|
3
3
|
|
|
4
4
|
declare const user_updated_event: ValidateFunction<UserUpdatedEvent>;
|
|
5
5
|
declare const user_unsubscribeUpdates_request: ValidateFunction<UserUnsubscribeUpdatesRequest>;
|
|
@@ -76,6 +76,8 @@ declare const lobby_leave_request: ValidateFunction<LobbyLeaveRequest>;
|
|
|
76
76
|
declare const lobby_leave_response: ValidateFunction<LobbyLeaveResponse>;
|
|
77
77
|
declare const lobby_joinQueue_request: ValidateFunction<LobbyJoinQueueRequest>;
|
|
78
78
|
declare const lobby_joinQueue_response: ValidateFunction<LobbyJoinQueueResponse>;
|
|
79
|
+
declare const lobby_joinBattle_request: ValidateFunction<LobbyJoinBattleRequest>;
|
|
80
|
+
declare const lobby_joinBattle_response: ValidateFunction<LobbyJoinBattleResponse>;
|
|
79
81
|
declare const lobby_joinAllyTeam_request: ValidateFunction<LobbyJoinAllyTeamRequest>;
|
|
80
82
|
declare const lobby_joinAllyTeam_response: ValidateFunction<LobbyJoinAllyTeamResponse>;
|
|
81
83
|
declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
|
|
@@ -323,6 +325,10 @@ declare const validator: {
|
|
|
323
325
|
readonly "request": ValidateFunction<LobbyJoinQueueRequest>;
|
|
324
326
|
readonly "response": ValidateFunction<LobbyJoinQueueResponse>;
|
|
325
327
|
};
|
|
328
|
+
readonly "lobby/joinBattle": {
|
|
329
|
+
readonly "request": ValidateFunction<LobbyJoinBattleRequest>;
|
|
330
|
+
readonly "response": ValidateFunction<LobbyJoinBattleResponse>;
|
|
331
|
+
};
|
|
326
332
|
readonly "lobby/joinAllyTeam": {
|
|
327
333
|
readonly "request": ValidateFunction<LobbyJoinAllyTeamRequest>;
|
|
328
334
|
readonly "response": ValidateFunction<LobbyJoinAllyTeamResponse>;
|
|
@@ -493,4 +499,4 @@ declare const validator: {
|
|
|
493
499
|
};
|
|
494
500
|
};
|
|
495
501
|
|
|
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 };
|
|
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 };
|