tachyon-protocol 1.5.4 → 1.6.4

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.
Files changed (56) hide show
  1. package/dist/index.d.mts +214 -31
  2. package/dist/index.d.ts +214 -31
  3. package/dist/index.js +5 -7
  4. package/dist/index.mjs +2 -2
  5. package/dist/validators.d.mts +50 -47
  6. package/dist/validators.d.ts +50 -47
  7. package/dist/validators.js +1 -1
  8. package/dist/validators.mjs +19 -6
  9. package/package.json +12 -4
  10. package/dist/autohost/slave/request.json +0 -34
  11. package/dist/autohost/slave/response.json +0 -107
  12. package/dist/autohost/unslave/request.json +0 -20
  13. package/dist/autohost/unslave/response.json +0 -107
  14. package/dist/game/launch/response.json +0 -117
  15. package/dist/lobby/close/request.json +0 -18
  16. package/dist/lobby/close/response.json +0 -105
  17. package/dist/lobby/create/request.json +0 -55
  18. package/dist/lobby/create/response.json +0 -157
  19. package/dist/lobby/join/request.json +0 -39
  20. package/dist/lobby/join/response.json +0 -287
  21. package/dist/lobby/joined/response.json +0 -548
  22. package/dist/lobby/leave/request.json +0 -18
  23. package/dist/lobby/leave/response.json +0 -131
  24. package/dist/lobby/left/response.json +0 -105
  25. package/dist/lobby/list/request.json +0 -18
  26. package/dist/lobby/list/response.json +0 -698
  27. package/dist/lobby/receiveMessage/response.json +0 -127
  28. package/dist/lobby/sendMessage/request.json +0 -36
  29. package/dist/lobby/sendMessage/response.json +0 -157
  30. package/dist/lobby/subscribe/request.json +0 -33
  31. package/dist/lobby/subscribe/response.json +0 -105
  32. package/dist/lobby/unsubscribe/request.json +0 -30
  33. package/dist/lobby/unsubscribe/response.json +0 -131
  34. package/dist/lobby/updated/response.json +0 -603
  35. package/dist/matchmaking/cancel/request.json +0 -18
  36. package/dist/matchmaking/cancel/response.json +0 -131
  37. package/dist/matchmaking/found/response.json +0 -117
  38. package/dist/matchmaking/list/request.json +0 -18
  39. package/dist/matchmaking/list/response.json +0 -158
  40. package/dist/matchmaking/lost/response.json +0 -105
  41. package/dist/matchmaking/queue/request.json +0 -34
  42. package/dist/matchmaking/queue/response.json +0 -157
  43. package/dist/matchmaking/queueUpdate/response.json +0 -117
  44. package/dist/matchmaking/ready/request.json +0 -18
  45. package/dist/matchmaking/ready/response.json +0 -131
  46. package/dist/matchmaking/readyUpdate/response.json +0 -121
  47. package/dist/system/connected/response.json +0 -335
  48. package/dist/system/disconnect/request.json +0 -29
  49. package/dist/system/disconnect/response.json +0 -105
  50. package/dist/system/serverStats/request.json +0 -18
  51. package/dist/system/serverStats/response.json +0 -117
  52. package/dist/user/subscribe/request.json +0 -33
  53. package/dist/user/subscribe/response.json +0 -318
  54. package/dist/user/unsubscribe/request.json +0 -33
  55. package/dist/user/unsubscribe/response.json +0 -131
  56. package/dist/user/updated/response.json +0 -331
@@ -1,49 +1,52 @@
1
1
  import type { ValidateFunction } from "ajv"
2
- declare const autohost_slave_request: ValidateFunction;
3
- declare const autohost_slave_response: ValidateFunction;
4
- declare const autohost_unslave_request: ValidateFunction;
5
- declare const autohost_unslave_response: ValidateFunction;
6
- declare const game_launch_response: ValidateFunction;
7
- declare const lobby_close_request: ValidateFunction;
8
- declare const lobby_close_response: ValidateFunction;
9
- declare const lobby_create_request: ValidateFunction;
10
- declare const lobby_create_response: ValidateFunction;
11
- declare const lobby_join_request: ValidateFunction;
12
- declare const lobby_join_response: ValidateFunction;
13
- declare const lobby_joined_response: ValidateFunction;
14
- declare const lobby_leave_request: ValidateFunction;
15
- declare const lobby_leave_response: ValidateFunction;
16
- declare const lobby_left_response: ValidateFunction;
17
- declare const lobby_list_request: ValidateFunction;
18
- declare const lobby_list_response: ValidateFunction;
19
- declare const lobby_receiveMessage_response: ValidateFunction;
20
- declare const lobby_sendMessage_request: ValidateFunction;
21
- declare const lobby_sendMessage_response: ValidateFunction;
22
- declare const lobby_subscribe_request: ValidateFunction;
23
- declare const lobby_subscribe_response: ValidateFunction;
24
- declare const lobby_unsubscribe_request: ValidateFunction;
25
- declare const lobby_unsubscribe_response: ValidateFunction;
26
- declare const lobby_updated_response: ValidateFunction;
27
- declare const matchmaking_cancel_request: ValidateFunction;
28
- declare const matchmaking_cancel_response: ValidateFunction;
29
- declare const matchmaking_found_response: ValidateFunction;
30
- declare const matchmaking_list_request: ValidateFunction;
31
- declare const matchmaking_list_response: ValidateFunction;
32
- declare const matchmaking_lost_response: ValidateFunction;
33
- declare const matchmaking_queue_request: ValidateFunction;
34
- declare const matchmaking_queue_response: ValidateFunction;
35
- declare const matchmaking_queueUpdate_response: ValidateFunction;
36
- declare const matchmaking_ready_request: ValidateFunction;
37
- declare const matchmaking_ready_response: ValidateFunction;
38
- declare const matchmaking_readyUpdate_response: ValidateFunction;
39
- declare const system_connected_response: ValidateFunction;
40
- declare const system_disconnect_request: ValidateFunction;
41
- declare const system_disconnect_response: ValidateFunction;
42
- declare const system_serverStats_request: ValidateFunction;
43
- declare const system_serverStats_response: ValidateFunction;
44
- declare const user_subscribe_request: ValidateFunction;
45
- declare const user_subscribe_response: ValidateFunction;
46
- declare const user_unsubscribe_request: ValidateFunction;
47
- declare const user_unsubscribe_response: ValidateFunction;
48
- declare const user_updated_response: ValidateFunction;
2
+ import { AutohostSlaveRequest, AutohostSlaveResponse, AutohostUnslaveRequest, AutohostUnslaveResponse, GameLaunchResponse, LobbyCloseRequest, LobbyCloseResponse, LobbyCreateRequest, LobbyCreateResponse, LobbyJoinRequest, LobbyJoinResponse, LobbyJoinedResponse, LobbyLeaveRequest, LobbyLeaveResponse, LobbyLeftResponse, LobbyListRequest, LobbyListResponse, LobbyReceiveMessageResponse, LobbySendMessageRequest, LobbySendMessageResponse, LobbySubscribeRequest, LobbySubscribeResponse, LobbyUnsubscribeRequest, LobbyUnsubscribeResponse, LobbyUpdatedResponse, MatchmakingCancelRequest, MatchmakingCancelResponse, MatchmakingFoundResponse, MatchmakingListRequest, MatchmakingListResponse, MatchmakingLostResponse, MatchmakingQueueRequest, MatchmakingQueueResponse, MatchmakingQueueUpdateResponse, MatchmakingReadyRequest, MatchmakingReadyResponse, MatchmakingReadyUpdateResponse, SystemConnectedResponse, SystemDisconnectRequest, SystemDisconnectResponse, SystemServerStatsRequest, SystemServerStatsResponse, UserSubscribeRequest, UserSubscribeResponse, UserUnsubscribeRequest, UserUnsubscribeResponse, UserUpdatedResponse } from "..";
3
+
4
+ declare const autohost_slave_request: ValidateFunction<AutohostSlaveRequest>;
5
+ declare const autohost_slave_response: ValidateFunction<AutohostSlaveResponse>;
6
+ declare const autohost_unslave_request: ValidateFunction<AutohostUnslaveRequest>;
7
+ declare const autohost_unslave_response: ValidateFunction<AutohostUnslaveResponse>;
8
+ declare const game_launch_response: ValidateFunction<GameLaunchResponse>;
9
+ declare const lobby_close_request: ValidateFunction<LobbyCloseRequest>;
10
+ declare const lobby_close_response: ValidateFunction<LobbyCloseResponse>;
11
+ declare const lobby_create_request: ValidateFunction<LobbyCreateRequest>;
12
+ declare const lobby_create_response: ValidateFunction<LobbyCreateResponse>;
13
+ declare const lobby_join_request: ValidateFunction<LobbyJoinRequest>;
14
+ declare const lobby_join_response: ValidateFunction<LobbyJoinResponse>;
15
+ declare const lobby_joined_response: ValidateFunction<LobbyJoinedResponse>;
16
+ declare const lobby_leave_request: ValidateFunction<LobbyLeaveRequest>;
17
+ declare const lobby_leave_response: ValidateFunction<LobbyLeaveResponse>;
18
+ declare const lobby_left_response: ValidateFunction<LobbyLeftResponse>;
19
+ declare const lobby_list_request: ValidateFunction<LobbyListRequest>;
20
+ declare const lobby_list_response: ValidateFunction<LobbyListResponse>;
21
+ declare const lobby_receiveMessage_response: ValidateFunction<LobbyReceiveMessageResponse>;
22
+ declare const lobby_sendMessage_request: ValidateFunction<LobbySendMessageRequest>;
23
+ declare const lobby_sendMessage_response: ValidateFunction<LobbySendMessageResponse>;
24
+ declare const lobby_subscribe_request: ValidateFunction<LobbySubscribeRequest>;
25
+ declare const lobby_subscribe_response: ValidateFunction<LobbySubscribeResponse>;
26
+ declare const lobby_unsubscribe_request: ValidateFunction<LobbyUnsubscribeRequest>;
27
+ declare const lobby_unsubscribe_response: ValidateFunction<LobbyUnsubscribeResponse>;
28
+ declare const lobby_updated_response: ValidateFunction<LobbyUpdatedResponse>;
29
+ declare const matchmaking_cancel_request: ValidateFunction<MatchmakingCancelRequest>;
30
+ declare const matchmaking_cancel_response: ValidateFunction<MatchmakingCancelResponse>;
31
+ declare const matchmaking_found_response: ValidateFunction<MatchmakingFoundResponse>;
32
+ declare const matchmaking_list_request: ValidateFunction<MatchmakingListRequest>;
33
+ declare const matchmaking_list_response: ValidateFunction<MatchmakingListResponse>;
34
+ declare const matchmaking_lost_response: ValidateFunction<MatchmakingLostResponse>;
35
+ declare const matchmaking_queue_request: ValidateFunction<MatchmakingQueueRequest>;
36
+ declare const matchmaking_queue_response: ValidateFunction<MatchmakingQueueResponse>;
37
+ declare const matchmaking_queueUpdate_response: ValidateFunction<MatchmakingQueueUpdateResponse>;
38
+ declare const matchmaking_ready_request: ValidateFunction<MatchmakingReadyRequest>;
39
+ declare const matchmaking_ready_response: ValidateFunction<MatchmakingReadyResponse>;
40
+ declare const matchmaking_readyUpdate_response: ValidateFunction<MatchmakingReadyUpdateResponse>;
41
+ declare const system_connected_response: ValidateFunction<SystemConnectedResponse>;
42
+ declare const system_disconnect_request: ValidateFunction<SystemDisconnectRequest>;
43
+ declare const system_disconnect_response: ValidateFunction<SystemDisconnectResponse>;
44
+ declare const system_serverStats_request: ValidateFunction<SystemServerStatsRequest>;
45
+ declare const system_serverStats_response: ValidateFunction<SystemServerStatsResponse>;
46
+ declare const user_subscribe_request: ValidateFunction<UserSubscribeRequest>;
47
+ declare const user_subscribe_response: ValidateFunction<UserSubscribeResponse>;
48
+ declare const user_unsubscribe_request: ValidateFunction<UserUnsubscribeRequest>;
49
+ declare const user_unsubscribe_response: ValidateFunction<UserUnsubscribeResponse>;
50
+ declare const user_updated_response: ValidateFunction<UserUpdatedResponse>;
51
+
49
52
  export { autohost_slave_request, autohost_slave_response, autohost_unslave_request, autohost_unslave_response, game_launch_response, lobby_close_request, lobby_close_response, lobby_create_request, lobby_create_response, lobby_join_request, lobby_join_response, lobby_joined_response, lobby_leave_request, lobby_leave_response, lobby_left_response, lobby_list_request, lobby_list_response, lobby_receiveMessage_response, lobby_sendMessage_request, lobby_sendMessage_response, lobby_subscribe_request, lobby_subscribe_response, lobby_unsubscribe_request, lobby_unsubscribe_response, lobby_updated_response, matchmaking_cancel_request, matchmaking_cancel_response, matchmaking_found_response, matchmaking_list_request, matchmaking_list_response, matchmaking_lost_response, matchmaking_queue_request, matchmaking_queue_response, matchmaking_queueUpdate_response, matchmaking_ready_request, matchmaking_ready_response, matchmaking_readyUpdate_response, system_connected_response, system_disconnect_request, system_disconnect_response, system_serverStats_request, system_serverStats_response, user_subscribe_request, user_subscribe_response, user_unsubscribe_request, user_unsubscribe_response, user_updated_response };