tachyon-protocol 1.19.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // dist/index.ts
2
2
  var tachyonMeta = {
3
- "version": "1.19.0",
3
+ "version": "1.21.0",
4
4
  "schema": {
5
5
  "actors": {
6
6
  "server": {
@@ -38,15 +38,19 @@ var tachyonMeta = {
38
38
  "friend/remove",
39
39
  "friend/sendRequest",
40
40
  "lobby/addBot",
41
+ "lobby/appointBoss",
41
42
  "lobby/create",
42
43
  "lobby/join",
43
44
  "lobby/joinAllyTeam",
45
+ "lobby/joinBattle",
44
46
  "lobby/joinQueue",
47
+ "lobby/kickban",
45
48
  "lobby/leave",
46
49
  "lobby/removeBot",
47
50
  "lobby/spectate",
48
51
  "lobby/startBattle",
49
52
  "lobby/subscribeList",
53
+ "lobby/unboss",
50
54
  "lobby/unsubscribeList",
51
55
  "lobby/update",
52
56
  "lobby/updateBot",
@@ -68,6 +72,7 @@ var tachyonMeta = {
68
72
  "system/disconnect",
69
73
  "system/serverStats",
70
74
  "user/info",
75
+ "user/report",
71
76
  "user/subscribeUpdates",
72
77
  "user/unsubscribeUpdates"
73
78
  ]
@@ -93,15 +98,19 @@ var tachyonMeta = {
93
98
  "friend/remove",
94
99
  "friend/sendRequest",
95
100
  "lobby/addBot",
101
+ "lobby/appointBoss",
96
102
  "lobby/create",
97
103
  "lobby/join",
98
104
  "lobby/joinAllyTeam",
105
+ "lobby/joinBattle",
99
106
  "lobby/joinQueue",
107
+ "lobby/kickban",
100
108
  "lobby/leave",
101
109
  "lobby/removeBot",
102
110
  "lobby/spectate",
103
111
  "lobby/startBattle",
104
112
  "lobby/subscribeList",
113
+ "lobby/unboss",
105
114
  "lobby/unsubscribeList",
106
115
  "lobby/update",
107
116
  "lobby/updateBot",
@@ -123,6 +132,7 @@ var tachyonMeta = {
123
132
  "system/disconnect",
124
133
  "system/serverStats",
125
134
  "user/info",
135
+ "user/report",
126
136
  "user/subscribeUpdates",
127
137
  "user/unsubscribeUpdates"
128
138
  ],
@@ -198,15 +208,19 @@ var tachyonMeta = {
198
208
  "friend/remove",
199
209
  "friend/sendRequest",
200
210
  "lobby/addBot",
211
+ "lobby/appointBoss",
201
212
  "lobby/create",
202
213
  "lobby/join",
203
214
  "lobby/joinAllyTeam",
215
+ "lobby/joinBattle",
204
216
  "lobby/joinQueue",
217
+ "lobby/kickban",
205
218
  "lobby/leave",
206
219
  "lobby/removeBot",
207
220
  "lobby/spectate",
208
221
  "lobby/startBattle",
209
222
  "lobby/subscribeList",
223
+ "lobby/unboss",
210
224
  "lobby/unsubscribeList",
211
225
  "lobby/update",
212
226
  "lobby/updateBot",
@@ -228,6 +242,7 @@ var tachyonMeta = {
228
242
  "system/disconnect",
229
243
  "system/serverStats",
230
244
  "user/info",
245
+ "user/report",
231
246
  "user/subscribeUpdates",
232
247
  "user/unsubscribeUpdates"
233
248
  ],
@@ -259,15 +274,19 @@ var tachyonMeta = {
259
274
  "friend/remove",
260
275
  "friend/sendRequest",
261
276
  "lobby/addBot",
277
+ "lobby/appointBoss",
262
278
  "lobby/create",
263
279
  "lobby/join",
264
280
  "lobby/joinAllyTeam",
281
+ "lobby/joinBattle",
265
282
  "lobby/joinQueue",
283
+ "lobby/kickban",
266
284
  "lobby/leave",
267
285
  "lobby/removeBot",
268
286
  "lobby/spectate",
269
287
  "lobby/startBattle",
270
288
  "lobby/subscribeList",
289
+ "lobby/unboss",
271
290
  "lobby/unsubscribeList",
272
291
  "lobby/update",
273
292
  "lobby/updateBot",
@@ -289,6 +308,7 @@ var tachyonMeta = {
289
308
  "system/disconnect",
290
309
  "system/serverStats",
291
310
  "user/info",
311
+ "user/report",
292
312
  "user/subscribeUpdates",
293
313
  "user/unsubscribeUpdates"
294
314
  ]
@@ -418,10 +438,13 @@ var tachyonMeta = {
418
438
  ],
419
439
  "lobby": [
420
440
  "addBot",
441
+ "appointBoss",
421
442
  "create",
422
443
  "join",
423
444
  "joinAllyTeam",
445
+ "joinBattle",
424
446
  "joinQueue",
447
+ "kickban",
425
448
  "leave",
426
449
  "left",
427
450
  "listReset",
@@ -430,6 +453,7 @@ var tachyonMeta = {
430
453
  "spectate",
431
454
  "startBattle",
432
455
  "subscribeList",
456
+ "unboss",
433
457
  "unsubscribeList",
434
458
  "update",
435
459
  "updateBot",
@@ -473,6 +497,7 @@ var tachyonMeta = {
473
497
  ],
474
498
  "user": [
475
499
  "info",
500
+ "report",
476
501
  "self",
477
502
  "subscribeUpdates",
478
503
  "unsubscribeUpdates",
@@ -675,6 +700,13 @@ var tachyonMeta = {
675
700
  "invalid_request",
676
701
  "command_unimplemented"
677
702
  ],
703
+ "lobby/appointBoss": [
704
+ "bosses_not_allowed",
705
+ "internal_error",
706
+ "unauthorized",
707
+ "invalid_request",
708
+ "command_unimplemented"
709
+ ],
678
710
  "lobby/create": [
679
711
  "internal_error",
680
712
  "unauthorized",
@@ -683,6 +715,7 @@ var tachyonMeta = {
683
715
  ],
684
716
  "lobby/join": [
685
717
  "lobby_full",
718
+ "banned",
686
719
  "internal_error",
687
720
  "unauthorized",
688
721
  "invalid_request",
@@ -696,6 +729,15 @@ var tachyonMeta = {
696
729
  "invalid_request",
697
730
  "command_unimplemented"
698
731
  ],
732
+ "lobby/joinBattle": [
733
+ "not_in_lobby",
734
+ "no_battle",
735
+ "battle_full",
736
+ "internal_error",
737
+ "unauthorized",
738
+ "invalid_request",
739
+ "command_unimplemented"
740
+ ],
699
741
  "lobby/joinQueue": [
700
742
  "not_in_lobby",
701
743
  "internal_error",
@@ -703,6 +745,12 @@ var tachyonMeta = {
703
745
  "invalid_request",
704
746
  "command_unimplemented"
705
747
  ],
748
+ "lobby/kickban": [
749
+ "internal_error",
750
+ "unauthorized",
751
+ "invalid_request",
752
+ "command_unimplemented"
753
+ ],
706
754
  "lobby/leave": [
707
755
  "internal_error",
708
756
  "unauthorized",
@@ -736,6 +784,13 @@ var tachyonMeta = {
736
784
  "invalid_request",
737
785
  "command_unimplemented"
738
786
  ],
787
+ "lobby/unboss": [
788
+ "not_a_boss",
789
+ "internal_error",
790
+ "unauthorized",
791
+ "invalid_request",
792
+ "command_unimplemented"
793
+ ],
739
794
  "lobby/unsubscribeList": [
740
795
  "internal_error",
741
796
  "unauthorized",
@@ -877,6 +932,13 @@ var tachyonMeta = {
877
932
  "invalid_request",
878
933
  "command_unimplemented"
879
934
  ],
935
+ "user/report": [
936
+ "unknown_user",
937
+ "internal_error",
938
+ "unauthorized",
939
+ "invalid_request",
940
+ "command_unimplemented"
941
+ ],
880
942
  "user/subscribeUpdates": [
881
943
  "subscription_limit_reached",
882
944
  "internal_error",