@shakerquiz/utilities 4.0.45 → 4.0.46

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "4.0.45",
4
+ "version": "4.0.46",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -36,12 +36,14 @@ export const RouteExcessiveCardinality = Object.freeze(
36
36
  'venue/city': '1/1',
37
37
  'venues': 'n',
38
38
  'venues/city': 'n/1',
39
+ 'venues/search': 'n/1',
39
40
  'cover': '1',
40
41
  'theme': '1',
41
42
  'theme/cover': '1/1',
42
43
  'themes': 'n',
43
44
  'themes/cover': 'n/1',
44
45
  'themes/games': 'n/n',
46
+ 'themes/search': 'n/1',
45
47
  'game': '1',
46
48
  'game/status': '1/1',
47
49
  'game/city': '1/1',
@@ -57,7 +59,6 @@ export const RouteExcessiveCardinality = Object.freeze(
57
59
  'game/theme/cover': '1/1/1',
58
60
  'game/venue': '1/1',
59
61
  'games': 'n',
60
- 'games/search': 'n/1',
61
62
  'games/status': 'n/1',
62
63
  'games/city': 'n/1',
63
64
  'games/registrations': 'n/n',
@@ -66,6 +67,7 @@ export const RouteExcessiveCardinality = Object.freeze(
66
67
  'games/theme': 'n/1',
67
68
  'games/theme/cover': 'n/1/1',
68
69
  'games/venue': 'n/1',
70
+ 'games/search': 'n/1',
69
71
  'registration': '1',
70
72
  'registration/status': '1/1',
71
73
  'registration/creation': '1/1',
@@ -80,7 +82,6 @@ export const RouteExcessiveCardinality = Object.freeze(
80
82
  'registration/game/theme/cover': '1/1/1/1',
81
83
  'registration/game/venue': '1/1/1',
82
84
  'registrations': 'n',
83
- 'registrations/search': 'n/1',
84
85
  'registrations/status': 'n/1',
85
86
  'registrations/lineup': 'n/1',
86
87
  'registrations/city': 'n/1',
@@ -88,6 +89,7 @@ export const RouteExcessiveCardinality = Object.freeze(
88
89
  'registrations/game/status': 'n/1/1',
89
90
  'registrations/game/theme': 'n/1/1',
90
91
  'registrations/export': 'n/1',
92
+ 'registrations/search': 'n/1',
91
93
  'telegram/webhook': '1/1',
92
94
  'telegram/registration/mailing': '1/1/1',
93
95
  'chatapp/webhook': '1/1',
@@ -134,12 +136,14 @@ export const RouteCardinality = Object.freeze(
134
136
  'venue/city': '1/1',
135
137
  'venues': 'n',
136
138
  'venues/city': 'n/1',
139
+ 'venues/search': 'n/1',
137
140
  'cover': '1',
138
141
  'theme': '1',
139
142
  'theme/cover': '1/1',
140
143
  'themes': 'n',
141
144
  'themes/cover': 'n/1',
142
145
  'themes/games': 'n/n',
146
+ 'themes/search': 'n/1',
143
147
  'game': '1',
144
148
  'game/status': '1/1',
145
149
  'game/city': '1/1',
@@ -155,7 +159,6 @@ export const RouteCardinality = Object.freeze(
155
159
  'game/theme/cover': '1/1',
156
160
  'game/venue': '1/1',
157
161
  'games': 'n',
158
- 'games/search': 'n/1',
159
162
  'games/status': 'n/1',
160
163
  'games/city': 'n/1',
161
164
  'games/registrations': 'n/n',
@@ -164,6 +167,7 @@ export const RouteCardinality = Object.freeze(
164
167
  'games/theme': 'n/1',
165
168
  'games/theme/cover': 'n/1',
166
169
  'games/venue': 'n/1',
170
+ 'games/search': 'n/1',
167
171
  'registration': '1',
168
172
  'registration/status': '1/1',
169
173
  'registration/creation': '1/1',
@@ -178,7 +182,6 @@ export const RouteCardinality = Object.freeze(
178
182
  'registration/game/theme/cover': '1/1',
179
183
  'registration/game/venue': '1/1',
180
184
  'registrations': 'n',
181
- 'registrations/search': 'n/1',
182
185
  'registrations/status': 'n/1',
183
186
  'registrations/lineup': 'n/1',
184
187
  'registrations/city': 'n/1',
@@ -186,6 +189,7 @@ export const RouteCardinality = Object.freeze(
186
189
  'registrations/game/status': 'n/1',
187
190
  'registrations/game/theme': 'n/1',
188
191
  'registrations/export': 'n/1',
192
+ 'registrations/search': 'n/1',
189
193
  'telegram/webhook': '1/1',
190
194
  'telegram/registration/mailing': '1/1',
191
195
  'chatapp/webhook': '1/1',
@@ -232,12 +236,14 @@ export const RoutePathname = Object.freeze(
232
236
  'venue/city': 'venue/:venue/city/:city',
233
237
  'venues': 'venues',
234
238
  'venues/city': 'venues/city/:city',
239
+ 'venues/search': 'venues/search',
235
240
  'cover': 'cover/:cover',
236
241
  'theme': 'theme/:theme',
237
242
  'theme/cover': 'theme/:theme/cover/:cover',
238
243
  'themes': 'themes',
239
244
  'themes/cover': 'themes/cover/:cover',
240
245
  'themes/games': 'themes/games',
246
+ 'themes/search': 'themes/search',
241
247
  'game': 'game/:game',
242
248
  'game/status': 'game/:game/status/:status',
243
249
  'game/city': 'game/:game/city/:city',
@@ -253,7 +259,6 @@ export const RoutePathname = Object.freeze(
253
259
  'game/theme/cover': 'game/:game/theme/:theme/cover/:cover',
254
260
  'game/venue': 'game/:game/venue/:venue',
255
261
  'games': 'games',
256
- 'games/search': 'games/search',
257
262
  'games/status': 'games/status/:status',
258
263
  'games/city': 'games/city/:city',
259
264
  'games/registrations': 'games/registrations',
@@ -262,6 +267,7 @@ export const RoutePathname = Object.freeze(
262
267
  'games/theme': 'games/theme/:theme',
263
268
  'games/theme/cover': 'games/theme/:theme/cover/:cover',
264
269
  'games/venue': 'games/venue/:venue',
270
+ 'games/search': 'games/search',
265
271
  'registration': 'registration/:registration',
266
272
  'registration/status': 'registration/:registration/status/:status',
267
273
  'registration/creation': 'registration/:registration/creation',
@@ -276,7 +282,6 @@ export const RoutePathname = Object.freeze(
276
282
  'registration/game/theme/cover': 'registration/:registration/game/:game/theme/:theme/cover/:cover',
277
283
  'registration/game/venue': 'registration/:registration/game/:game/venue/:venue',
278
284
  'registrations': 'registrations',
279
- 'registrations/search': 'registrations/search',
280
285
  'registrations/status': 'registrations/status/:status',
281
286
  'registrations/lineup': 'registrations/lineup',
282
287
  'registrations/city': 'registrations/city/:city',
@@ -284,6 +289,7 @@ export const RoutePathname = Object.freeze(
284
289
  'registrations/game/status': 'registrations/game/:game/status/:status',
285
290
  'registrations/game/theme': 'registrations/game/:game/theme/:theme',
286
291
  'registrations/export': 'registrations/export',
292
+ 'registrations/search': 'registrations/search',
287
293
  'telegram/webhook': 'telegram/webhook',
288
294
  'telegram/registration/mailing': 'telegram/registration/:registration/mailing',
289
295
  'chatapp/webhook': 'chatapp/webhook',
@@ -383,6 +389,7 @@ export const RouteParameters = Object.freeze(
383
389
  'venues/city': [
384
390
  ':city',
385
391
  ],
392
+ 'venues/search': [],
386
393
  'cover': [
387
394
  ':cover',
388
395
  ],
@@ -398,6 +405,7 @@ export const RouteParameters = Object.freeze(
398
405
  ':cover',
399
406
  ],
400
407
  'themes/games': [],
408
+ 'themes/search': [],
401
409
  'game': [
402
410
  ':game',
403
411
  ],
@@ -452,7 +460,6 @@ export const RouteParameters = Object.freeze(
452
460
  ':venue',
453
461
  ],
454
462
  'games': [],
455
- 'games/search': [],
456
463
  'games/status': [
457
464
  ':status',
458
465
  ],
@@ -472,6 +479,7 @@ export const RouteParameters = Object.freeze(
472
479
  'games/venue': [
473
480
  ':venue',
474
481
  ],
482
+ 'games/search': [],
475
483
  'registration': [
476
484
  ':registration',
477
485
  ],
@@ -522,7 +530,6 @@ export const RouteParameters = Object.freeze(
522
530
  ':venue',
523
531
  ],
524
532
  'registrations': [],
525
- 'registrations/search': [],
526
533
  'registrations/status': [
527
534
  ':status',
528
535
  ],
@@ -542,6 +549,7 @@ export const RouteParameters = Object.freeze(
542
549
  ':theme',
543
550
  ],
544
551
  'registrations/export': [],
552
+ 'registrations/search': [],
545
553
  'telegram/webhook': [],
546
554
  'telegram/registration/mailing': [
547
555
  ':registration',
@@ -596,12 +604,14 @@ export const PathnameRoute = Object.freeze(
596
604
  'venue/:venue/city/:city': 'venue/city',
597
605
  'venues': 'venues',
598
606
  'venues/city/:city': 'venues/city',
607
+ 'venues/search': 'venues/search',
599
608
  'cover/:cover': 'cover',
600
609
  'theme/:theme': 'theme',
601
610
  'theme/:theme/cover/:cover': 'theme/cover',
602
611
  'themes': 'themes',
603
612
  'themes/cover/:cover': 'themes/cover',
604
613
  'themes/games': 'themes/games',
614
+ 'themes/search': 'themes/search',
605
615
  'game/:game': 'game',
606
616
  'game/:game/status/:status': 'game/status',
607
617
  'game/:game/city/:city': 'game/city',
@@ -617,7 +627,6 @@ export const PathnameRoute = Object.freeze(
617
627
  'game/:game/theme/:theme/cover/:cover': 'game/theme/cover',
618
628
  'game/:game/venue/:venue': 'game/venue',
619
629
  'games': 'games',
620
- 'games/search': 'games/search',
621
630
  'games/status/:status': 'games/status',
622
631
  'games/city/:city': 'games/city',
623
632
  'games/registrations': 'games/registrations',
@@ -626,6 +635,7 @@ export const PathnameRoute = Object.freeze(
626
635
  'games/theme/:theme': 'games/theme',
627
636
  'games/theme/:theme/cover/:cover': 'games/theme/cover',
628
637
  'games/venue/:venue': 'games/venue',
638
+ 'games/search': 'games/search',
629
639
  'registration/:registration': 'registration',
630
640
  'registration/:registration/status/:status': 'registration/status',
631
641
  'registration/:registration/creation': 'registration/creation',
@@ -640,7 +650,6 @@ export const PathnameRoute = Object.freeze(
640
650
  'registration/:registration/game/:game/theme/:theme/cover/:cover': 'registration/game/theme/cover',
641
651
  'registration/:registration/game/:game/venue/:venue': 'registration/game/venue',
642
652
  'registrations': 'registrations',
643
- 'registrations/search': 'registrations/search',
644
653
  'registrations/status/:status': 'registrations/status',
645
654
  'registrations/lineup': 'registrations/lineup',
646
655
  'registrations/city/:city': 'registrations/city',
@@ -648,6 +657,7 @@ export const PathnameRoute = Object.freeze(
648
657
  'registrations/game/:game/status/:status': 'registrations/game/status',
649
658
  'registrations/game/:game/theme/:theme': 'registrations/game/theme',
650
659
  'registrations/export': 'registrations/export',
660
+ 'registrations/search': 'registrations/search',
651
661
  'telegram/webhook': 'telegram/webhook',
652
662
  'telegram/registration/:registration/mailing': 'telegram/registration/mailing',
653
663
  'chatapp/webhook': 'chatapp/webhook',
@@ -747,6 +757,7 @@ export const PathnameParameters = Object.freeze(
747
757
  'venues/city/:city': [
748
758
  ':city',
749
759
  ],
760
+ 'venues/search': [],
750
761
  'cover/:cover': [
751
762
  ':cover',
752
763
  ],
@@ -762,6 +773,7 @@ export const PathnameParameters = Object.freeze(
762
773
  ':cover',
763
774
  ],
764
775
  'themes/games': [],
776
+ 'themes/search': [],
765
777
  'game/:game': [
766
778
  ':game',
767
779
  ],
@@ -816,7 +828,6 @@ export const PathnameParameters = Object.freeze(
816
828
  ':venue',
817
829
  ],
818
830
  'games': [],
819
- 'games/search': [],
820
831
  'games/status/:status': [
821
832
  ':status',
822
833
  ],
@@ -836,6 +847,7 @@ export const PathnameParameters = Object.freeze(
836
847
  'games/venue/:venue': [
837
848
  ':venue',
838
849
  ],
850
+ 'games/search': [],
839
851
  'registration/:registration': [
840
852
  ':registration',
841
853
  ],
@@ -886,7 +898,6 @@ export const PathnameParameters = Object.freeze(
886
898
  ':venue',
887
899
  ],
888
900
  'registrations': [],
889
- 'registrations/search': [],
890
901
  'registrations/status/:status': [
891
902
  ':status',
892
903
  ],
@@ -906,6 +917,7 @@ export const PathnameParameters = Object.freeze(
906
917
  ':theme',
907
918
  ],
908
919
  'registrations/export': [],
920
+ 'registrations/search': [],
909
921
  'telegram/webhook': [],
910
922
  'telegram/registration/:registration/mailing': [
911
923
  ':registration',
@@ -977,12 +989,14 @@ export const RouteBreakdown = Object.freeze(
977
989
  'venue/city': 'venue/city',
978
990
  'venues': 'venue',
979
991
  'venues/city': 'venue/city',
992
+ 'venues/search': 'venue/search',
980
993
  'cover': 'cover',
981
994
  'theme': 'theme',
982
995
  'theme/cover': 'theme/cover',
983
996
  'themes': 'theme',
984
997
  'themes/cover': 'theme/cover',
985
998
  'themes/games': 'theme/games',
999
+ 'themes/search': 'theme/search',
986
1000
  'game': 'game',
987
1001
  'game/status': 'game/status',
988
1002
  'game/city': 'game/city',
@@ -998,7 +1012,6 @@ export const RouteBreakdown = Object.freeze(
998
1012
  'game/theme/cover': 'game/theme/cover',
999
1013
  'game/venue': 'game/venue',
1000
1014
  'games': 'game',
1001
- 'games/search': 'game/search',
1002
1015
  'games/status': 'game/status',
1003
1016
  'games/city': 'game/city',
1004
1017
  'games/registrations': 'game/registrations',
@@ -1007,6 +1020,7 @@ export const RouteBreakdown = Object.freeze(
1007
1020
  'games/theme': 'game/theme',
1008
1021
  'games/theme/cover': 'game/theme/cover',
1009
1022
  'games/venue': 'game/venue',
1023
+ 'games/search': 'game/search',
1010
1024
  'registration': 'registration',
1011
1025
  'registration/status': 'registration/status',
1012
1026
  'registration/creation': 'registration/creation',
@@ -1021,7 +1035,6 @@ export const RouteBreakdown = Object.freeze(
1021
1035
  'registration/game/theme/cover': 'registration/game/theme/cover',
1022
1036
  'registration/game/venue': 'registration/game/venue',
1023
1037
  'registrations': 'registration',
1024
- 'registrations/search': 'registration/search',
1025
1038
  'registrations/status': 'registration/status',
1026
1039
  'registrations/lineup': 'registration/lineup',
1027
1040
  'registrations/city': 'registration/city',
@@ -1029,6 +1042,7 @@ export const RouteBreakdown = Object.freeze(
1029
1042
  'registrations/game/status': 'registration/game/status',
1030
1043
  'registrations/game/theme': 'registration/game/theme',
1031
1044
  'registrations/export': 'registration/export',
1045
+ 'registrations/search': 'registration/search',
1032
1046
  'telegram/webhook': 'telegram/webhook',
1033
1047
  'telegram/registration/mailing': 'telegram/registration/mailing',
1034
1048
  'chatapp/webhook': 'chatapp/webhook',
@@ -1075,12 +1089,14 @@ export const RouteRelation = Object.freeze(
1075
1089
  'venue/city': 'venue/city',
1076
1090
  'venues': 'venue',
1077
1091
  'venues/city': 'venue/city',
1092
+ 'venues/search': 'venue/search',
1078
1093
  'cover': 'cover',
1079
1094
  'theme': 'theme',
1080
1095
  'theme/cover': 'theme/cover',
1081
1096
  'themes': 'theme',
1082
1097
  'themes/cover': 'theme/cover',
1083
1098
  'themes/games': 'theme/game',
1099
+ 'themes/search': 'theme/search',
1084
1100
  'game': 'game',
1085
1101
  'game/status': 'game/status',
1086
1102
  'game/city': 'game/city',
@@ -1096,7 +1112,6 @@ export const RouteRelation = Object.freeze(
1096
1112
  'game/theme/cover': 'theme/cover',
1097
1113
  'game/venue': 'game/venue',
1098
1114
  'games': 'game',
1099
- 'games/search': 'game/search',
1100
1115
  'games/status': 'game/status',
1101
1116
  'games/city': 'game/city',
1102
1117
  'games/registrations': 'game/registration',
@@ -1105,6 +1120,7 @@ export const RouteRelation = Object.freeze(
1105
1120
  'games/theme': 'game/theme',
1106
1121
  'games/theme/cover': 'theme/cover',
1107
1122
  'games/venue': 'game/venue',
1123
+ 'games/search': 'game/search',
1108
1124
  'registration': 'registration',
1109
1125
  'registration/status': 'registration/status',
1110
1126
  'registration/creation': 'registration/creation',
@@ -1119,7 +1135,6 @@ export const RouteRelation = Object.freeze(
1119
1135
  'registration/game/theme/cover': 'theme/cover',
1120
1136
  'registration/game/venue': 'game/venue',
1121
1137
  'registrations': 'registration',
1122
- 'registrations/search': 'registration/search',
1123
1138
  'registrations/status': 'registration/status',
1124
1139
  'registrations/lineup': 'registration/lineup',
1125
1140
  'registrations/city': 'registration/city',
@@ -1127,6 +1142,7 @@ export const RouteRelation = Object.freeze(
1127
1142
  'registrations/game/status': 'game/status',
1128
1143
  'registrations/game/theme': 'game/theme',
1129
1144
  'registrations/export': 'registration/export',
1145
+ 'registrations/search': 'registration/search',
1130
1146
  'telegram/webhook': 'telegram/webhook',
1131
1147
  'telegram/registration/mailing': 'registration/mailing',
1132
1148
  'chatapp/webhook': 'chatapp/webhook',
@@ -1173,12 +1189,14 @@ export const RouteService = Object.freeze(
1173
1189
  'venue/city': 'Venues',
1174
1190
  'venues': 'Venues',
1175
1191
  'venues/city': 'Venues',
1192
+ 'venues/search': 'Venues',
1176
1193
  'cover': 'Minio',
1177
1194
  'theme': 'Themes',
1178
1195
  'theme/cover': 'Themes',
1179
1196
  'themes': 'Themes',
1180
1197
  'themes/cover': 'Themes',
1181
1198
  'themes/games': 'Themes',
1199
+ 'themes/search': 'Themes',
1182
1200
  'game': 'Games',
1183
1201
  'game/status': 'Games',
1184
1202
  'game/city': 'Games',
@@ -1194,7 +1212,6 @@ export const RouteService = Object.freeze(
1194
1212
  'game/theme/cover': 'Games',
1195
1213
  'game/venue': 'Games',
1196
1214
  'games': 'Games',
1197
- 'games/search': 'Games',
1198
1215
  'games/status': 'Games',
1199
1216
  'games/city': 'Games',
1200
1217
  'games/registrations': 'Games',
@@ -1203,6 +1220,7 @@ export const RouteService = Object.freeze(
1203
1220
  'games/theme': 'Games',
1204
1221
  'games/theme/cover': 'Games',
1205
1222
  'games/venue': 'Games',
1223
+ 'games/search': 'Games',
1206
1224
  'registration': 'Registrations',
1207
1225
  'registration/status': 'Registrations',
1208
1226
  'registration/creation': 'Registrations',
@@ -1217,7 +1235,6 @@ export const RouteService = Object.freeze(
1217
1235
  'registration/game/theme/cover': 'Registrations',
1218
1236
  'registration/game/venue': 'Registrations',
1219
1237
  'registrations': 'Registrations',
1220
- 'registrations/search': 'Registrations',
1221
1238
  'registrations/status': 'Registrations',
1222
1239
  'registrations/lineup': 'Registrations',
1223
1240
  'registrations/city': 'Registrations',
@@ -1225,6 +1242,7 @@ export const RouteService = Object.freeze(
1225
1242
  'registrations/game/status': 'Registrations',
1226
1243
  'registrations/game/theme': 'Registrations',
1227
1244
  'registrations/export': 'Registrations',
1245
+ 'registrations/search': 'Registrations',
1228
1246
  'telegram/webhook': 'Telegram',
1229
1247
  'telegram/registration/mailing': 'Telegram',
1230
1248
  'chatapp/webhook': 'Chatapp',
@@ -1282,6 +1300,7 @@ export const ServiceRoutes = Object.freeze(
1282
1300
  'venue/city',
1283
1301
  'venues',
1284
1302
  'venues/city',
1303
+ 'venues/search',
1285
1304
  ],
1286
1305
  'Minio': [
1287
1306
  'cover',
@@ -1292,6 +1311,7 @@ export const ServiceRoutes = Object.freeze(
1292
1311
  'themes',
1293
1312
  'themes/cover',
1294
1313
  'themes/games',
1314
+ 'themes/search',
1295
1315
  ],
1296
1316
  'Games': [
1297
1317
  'game',
@@ -1309,7 +1329,6 @@ export const ServiceRoutes = Object.freeze(
1309
1329
  'game/theme/cover',
1310
1330
  'game/venue',
1311
1331
  'games',
1312
- 'games/search',
1313
1332
  'games/status',
1314
1333
  'games/city',
1315
1334
  'games/registrations',
@@ -1318,6 +1337,7 @@ export const ServiceRoutes = Object.freeze(
1318
1337
  'games/theme',
1319
1338
  'games/theme/cover',
1320
1339
  'games/venue',
1340
+ 'games/search',
1321
1341
  ],
1322
1342
  'Registrations': [
1323
1343
  'registration',
@@ -1334,7 +1354,6 @@ export const ServiceRoutes = Object.freeze(
1334
1354
  'registration/game/theme/cover',
1335
1355
  'registration/game/venue',
1336
1356
  'registrations',
1337
- 'registrations/search',
1338
1357
  'registrations/status',
1339
1358
  'registrations/lineup',
1340
1359
  'registrations/city',
@@ -1342,6 +1361,7 @@ export const ServiceRoutes = Object.freeze(
1342
1361
  'registrations/game/status',
1343
1362
  'registrations/game/theme',
1344
1363
  'registrations/export',
1364
+ 'registrations/search',
1345
1365
  ],
1346
1366
  'Telegram': [
1347
1367
  'telegram/webhook',
@@ -34,12 +34,14 @@ export const Routes = Object.freeze(
34
34
  'venue/city',
35
35
  'venues',
36
36
  'venues/city',
37
+ 'venues/search',
37
38
  'cover',
38
39
  'theme',
39
40
  'theme/cover',
40
41
  'themes',
41
42
  'themes/cover',
42
43
  'themes/games',
44
+ 'themes/search',
43
45
  'game',
44
46
  'game/status',
45
47
  'game/city',
@@ -55,7 +57,6 @@ export const Routes = Object.freeze(
55
57
  'game/theme/cover',
56
58
  'game/venue',
57
59
  'games',
58
- 'games/search',
59
60
  'games/status',
60
61
  'games/city',
61
62
  'games/registrations',
@@ -64,6 +65,7 @@ export const Routes = Object.freeze(
64
65
  'games/theme',
65
66
  'games/theme/cover',
66
67
  'games/venue',
68
+ 'games/search',
67
69
  'registration',
68
70
  'registration/status',
69
71
  'registration/creation',
@@ -78,7 +80,6 @@ export const Routes = Object.freeze(
78
80
  'registration/game/theme/cover',
79
81
  'registration/game/venue',
80
82
  'registrations',
81
- 'registrations/search',
82
83
  'registrations/status',
83
84
  'registrations/lineup',
84
85
  'registrations/city',
@@ -86,6 +87,7 @@ export const Routes = Object.freeze(
86
87
  'registrations/game/status',
87
88
  'registrations/game/theme',
88
89
  'registrations/export',
90
+ 'registrations/search',
89
91
  'telegram/webhook',
90
92
  'telegram/registration/mailing',
91
93
  'chatapp/webhook',