@shakerquiz/utilities 4.0.45 → 4.0.47
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 +1 -1
- package/source/codegen/autogenerated.js +180 -84
- package/source/entities/routes.js +14 -8
package/package.json
CHANGED
|
@@ -35,13 +35,12 @@ export const RouteExcessiveCardinality = Object.freeze(
|
|
|
35
35
|
'venue': '1',
|
|
36
36
|
'venue/city': '1/1',
|
|
37
37
|
'venues': 'n',
|
|
38
|
-
'venues/
|
|
38
|
+
'venues/search': 'n/1',
|
|
39
|
+
'venues/city/search': 'n/1/1',
|
|
39
40
|
'cover': '1',
|
|
40
41
|
'theme': '1',
|
|
41
42
|
'theme/cover': '1/1',
|
|
42
|
-
'themes': 'n',
|
|
43
|
-
'themes/cover': 'n/1',
|
|
44
|
-
'themes/games': 'n/n',
|
|
43
|
+
'themes/search': 'n/1',
|
|
45
44
|
'game': '1',
|
|
46
45
|
'game/status': '1/1',
|
|
47
46
|
'game/city': '1/1',
|
|
@@ -56,16 +55,18 @@ export const RouteExcessiveCardinality = Object.freeze(
|
|
|
56
55
|
'game/theme': '1/1',
|
|
57
56
|
'game/theme/cover': '1/1/1',
|
|
58
57
|
'game/venue': '1/1',
|
|
59
|
-
'games': 'n',
|
|
60
58
|
'games/search': 'n/1',
|
|
61
59
|
'games/status': 'n/1',
|
|
60
|
+
'games/status/search': 'n/1/1',
|
|
62
61
|
'games/city': 'n/1',
|
|
63
|
-
'games/
|
|
64
|
-
'games/registrations/export': 'n/n/1',
|
|
62
|
+
'games/city/search': 'n/1/1',
|
|
65
63
|
'games/summary': 'n/1',
|
|
64
|
+
'games/summary/search': 'n/1/1',
|
|
66
65
|
'games/theme': 'n/1',
|
|
66
|
+
'games/theme/search': 'n/1/1',
|
|
67
67
|
'games/theme/cover': 'n/1/1',
|
|
68
68
|
'games/venue': 'n/1',
|
|
69
|
+
'games/venue/search': 'n/1/1',
|
|
69
70
|
'registration': '1',
|
|
70
71
|
'registration/status': '1/1',
|
|
71
72
|
'registration/creation': '1/1',
|
|
@@ -82,12 +83,17 @@ export const RouteExcessiveCardinality = Object.freeze(
|
|
|
82
83
|
'registrations': 'n',
|
|
83
84
|
'registrations/search': 'n/1',
|
|
84
85
|
'registrations/status': 'n/1',
|
|
86
|
+
'registrations/status/search': 'n/1/1',
|
|
85
87
|
'registrations/lineup': 'n/1',
|
|
88
|
+
'registrations/lineup/search': 'n/1/1',
|
|
86
89
|
'registrations/city': 'n/1',
|
|
90
|
+
'registrations/city/search': 'n/1/1',
|
|
87
91
|
'registrations/game': 'n/1',
|
|
92
|
+
'registrations/game/search': 'n/1/1',
|
|
88
93
|
'registrations/game/status': 'n/1/1',
|
|
94
|
+
'registrations/game/status/search': 'n/1/1/1',
|
|
89
95
|
'registrations/game/theme': 'n/1/1',
|
|
90
|
-
'registrations/
|
|
96
|
+
'registrations/game/theme/search': 'n/1/1/1',
|
|
91
97
|
'telegram/webhook': '1/1',
|
|
92
98
|
'telegram/registration/mailing': '1/1/1',
|
|
93
99
|
'chatapp/webhook': '1/1',
|
|
@@ -133,13 +139,12 @@ export const RouteCardinality = Object.freeze(
|
|
|
133
139
|
'venue': '1',
|
|
134
140
|
'venue/city': '1/1',
|
|
135
141
|
'venues': 'n',
|
|
136
|
-
'venues/
|
|
142
|
+
'venues/search': 'n/1',
|
|
143
|
+
'venues/city/search': 'n/1',
|
|
137
144
|
'cover': '1',
|
|
138
145
|
'theme': '1',
|
|
139
146
|
'theme/cover': '1/1',
|
|
140
|
-
'themes': 'n',
|
|
141
|
-
'themes/cover': 'n/1',
|
|
142
|
-
'themes/games': 'n/n',
|
|
147
|
+
'themes/search': 'n/1',
|
|
143
148
|
'game': '1',
|
|
144
149
|
'game/status': '1/1',
|
|
145
150
|
'game/city': '1/1',
|
|
@@ -154,16 +159,18 @@ export const RouteCardinality = Object.freeze(
|
|
|
154
159
|
'game/theme': '1/1',
|
|
155
160
|
'game/theme/cover': '1/1',
|
|
156
161
|
'game/venue': '1/1',
|
|
157
|
-
'games': 'n',
|
|
158
162
|
'games/search': 'n/1',
|
|
159
163
|
'games/status': 'n/1',
|
|
164
|
+
'games/status/search': 'n/1',
|
|
160
165
|
'games/city': 'n/1',
|
|
161
|
-
'games/
|
|
162
|
-
'games/registrations/export': 'n/1',
|
|
166
|
+
'games/city/search': 'n/1',
|
|
163
167
|
'games/summary': 'n/1',
|
|
168
|
+
'games/summary/search': 'n/1',
|
|
164
169
|
'games/theme': 'n/1',
|
|
170
|
+
'games/theme/search': 'n/1',
|
|
165
171
|
'games/theme/cover': 'n/1',
|
|
166
172
|
'games/venue': 'n/1',
|
|
173
|
+
'games/venue/search': 'n/1',
|
|
167
174
|
'registration': '1',
|
|
168
175
|
'registration/status': '1/1',
|
|
169
176
|
'registration/creation': '1/1',
|
|
@@ -180,12 +187,17 @@ export const RouteCardinality = Object.freeze(
|
|
|
180
187
|
'registrations': 'n',
|
|
181
188
|
'registrations/search': 'n/1',
|
|
182
189
|
'registrations/status': 'n/1',
|
|
190
|
+
'registrations/status/search': 'n/1',
|
|
183
191
|
'registrations/lineup': 'n/1',
|
|
192
|
+
'registrations/lineup/search': 'n/1',
|
|
184
193
|
'registrations/city': 'n/1',
|
|
194
|
+
'registrations/city/search': 'n/1',
|
|
185
195
|
'registrations/game': 'n/1',
|
|
196
|
+
'registrations/game/search': 'n/1',
|
|
186
197
|
'registrations/game/status': 'n/1',
|
|
198
|
+
'registrations/game/status/search': 'n/1',
|
|
187
199
|
'registrations/game/theme': 'n/1',
|
|
188
|
-
'registrations/
|
|
200
|
+
'registrations/game/theme/search': 'n/1',
|
|
189
201
|
'telegram/webhook': '1/1',
|
|
190
202
|
'telegram/registration/mailing': '1/1',
|
|
191
203
|
'chatapp/webhook': '1/1',
|
|
@@ -231,13 +243,12 @@ export const RoutePathname = Object.freeze(
|
|
|
231
243
|
'venue': 'venue/:venue',
|
|
232
244
|
'venue/city': 'venue/:venue/city/:city',
|
|
233
245
|
'venues': 'venues',
|
|
234
|
-
'venues/
|
|
246
|
+
'venues/search': 'venues/search',
|
|
247
|
+
'venues/city/search': 'venues/city/:city/search',
|
|
235
248
|
'cover': 'cover/:cover',
|
|
236
249
|
'theme': 'theme/:theme',
|
|
237
250
|
'theme/cover': 'theme/:theme/cover/:cover',
|
|
238
|
-
'themes': 'themes',
|
|
239
|
-
'themes/cover': 'themes/cover/:cover',
|
|
240
|
-
'themes/games': 'themes/games',
|
|
251
|
+
'themes/search': 'themes/search',
|
|
241
252
|
'game': 'game/:game',
|
|
242
253
|
'game/status': 'game/:game/status/:status',
|
|
243
254
|
'game/city': 'game/:game/city/:city',
|
|
@@ -252,16 +263,18 @@ export const RoutePathname = Object.freeze(
|
|
|
252
263
|
'game/theme': 'game/:game/theme/:theme',
|
|
253
264
|
'game/theme/cover': 'game/:game/theme/:theme/cover/:cover',
|
|
254
265
|
'game/venue': 'game/:game/venue/:venue',
|
|
255
|
-
'games': 'games',
|
|
256
266
|
'games/search': 'games/search',
|
|
257
267
|
'games/status': 'games/status/:status',
|
|
268
|
+
'games/status/search': 'games/status/:status/search',
|
|
258
269
|
'games/city': 'games/city/:city',
|
|
259
|
-
'games/
|
|
260
|
-
'games/registrations/export': 'games/registrations/export',
|
|
270
|
+
'games/city/search': 'games/city/:city/search',
|
|
261
271
|
'games/summary': 'games/summary',
|
|
272
|
+
'games/summary/search': 'games/summary/search',
|
|
262
273
|
'games/theme': 'games/theme/:theme',
|
|
274
|
+
'games/theme/search': 'games/theme/:theme/search',
|
|
263
275
|
'games/theme/cover': 'games/theme/:theme/cover/:cover',
|
|
264
276
|
'games/venue': 'games/venue/:venue',
|
|
277
|
+
'games/venue/search': 'games/venue/:venue/search',
|
|
265
278
|
'registration': 'registration/:registration',
|
|
266
279
|
'registration/status': 'registration/:registration/status/:status',
|
|
267
280
|
'registration/creation': 'registration/:registration/creation',
|
|
@@ -278,12 +291,17 @@ export const RoutePathname = Object.freeze(
|
|
|
278
291
|
'registrations': 'registrations',
|
|
279
292
|
'registrations/search': 'registrations/search',
|
|
280
293
|
'registrations/status': 'registrations/status/:status',
|
|
294
|
+
'registrations/status/search': 'registrations/status/:status/search',
|
|
281
295
|
'registrations/lineup': 'registrations/lineup',
|
|
296
|
+
'registrations/lineup/search': 'registrations/lineup/search',
|
|
282
297
|
'registrations/city': 'registrations/city/:city',
|
|
298
|
+
'registrations/city/search': 'registrations/city/:city/search',
|
|
283
299
|
'registrations/game': 'registrations/game/:game',
|
|
300
|
+
'registrations/game/search': 'registrations/game/:game/search',
|
|
284
301
|
'registrations/game/status': 'registrations/game/:game/status/:status',
|
|
302
|
+
'registrations/game/status/search': 'registrations/game/:game/status/:status/search',
|
|
285
303
|
'registrations/game/theme': 'registrations/game/:game/theme/:theme',
|
|
286
|
-
'registrations/
|
|
304
|
+
'registrations/game/theme/search': 'registrations/game/:game/theme/:theme/search',
|
|
287
305
|
'telegram/webhook': 'telegram/webhook',
|
|
288
306
|
'telegram/registration/mailing': 'telegram/registration/:registration/mailing',
|
|
289
307
|
'chatapp/webhook': 'chatapp/webhook',
|
|
@@ -380,7 +398,8 @@ export const RouteParameters = Object.freeze(
|
|
|
380
398
|
':city',
|
|
381
399
|
],
|
|
382
400
|
'venues': [],
|
|
383
|
-
'venues/
|
|
401
|
+
'venues/search': [],
|
|
402
|
+
'venues/city/search': [
|
|
384
403
|
':city',
|
|
385
404
|
],
|
|
386
405
|
'cover': [
|
|
@@ -393,11 +412,7 @@ export const RouteParameters = Object.freeze(
|
|
|
393
412
|
':theme',
|
|
394
413
|
':cover',
|
|
395
414
|
],
|
|
396
|
-
'themes': [],
|
|
397
|
-
'themes/cover': [
|
|
398
|
-
':cover',
|
|
399
|
-
],
|
|
400
|
-
'themes/games': [],
|
|
415
|
+
'themes/search': [],
|
|
401
416
|
'game': [
|
|
402
417
|
':game',
|
|
403
418
|
],
|
|
@@ -451,20 +466,27 @@ export const RouteParameters = Object.freeze(
|
|
|
451
466
|
':game',
|
|
452
467
|
':venue',
|
|
453
468
|
],
|
|
454
|
-
'games': [],
|
|
455
469
|
'games/search': [],
|
|
456
470
|
'games/status': [
|
|
457
471
|
':status',
|
|
458
472
|
],
|
|
473
|
+
'games/status/search': [
|
|
474
|
+
':status',
|
|
475
|
+
],
|
|
459
476
|
'games/city': [
|
|
460
477
|
':city',
|
|
461
478
|
],
|
|
462
|
-
'games/
|
|
463
|
-
|
|
479
|
+
'games/city/search': [
|
|
480
|
+
':city',
|
|
481
|
+
],
|
|
464
482
|
'games/summary': [],
|
|
483
|
+
'games/summary/search': [],
|
|
465
484
|
'games/theme': [
|
|
466
485
|
':theme',
|
|
467
486
|
],
|
|
487
|
+
'games/theme/search': [
|
|
488
|
+
':theme',
|
|
489
|
+
],
|
|
468
490
|
'games/theme/cover': [
|
|
469
491
|
':theme',
|
|
470
492
|
':cover',
|
|
@@ -472,6 +494,9 @@ export const RouteParameters = Object.freeze(
|
|
|
472
494
|
'games/venue': [
|
|
473
495
|
':venue',
|
|
474
496
|
],
|
|
497
|
+
'games/venue/search': [
|
|
498
|
+
':venue',
|
|
499
|
+
],
|
|
475
500
|
'registration': [
|
|
476
501
|
':registration',
|
|
477
502
|
],
|
|
@@ -526,22 +551,39 @@ export const RouteParameters = Object.freeze(
|
|
|
526
551
|
'registrations/status': [
|
|
527
552
|
':status',
|
|
528
553
|
],
|
|
554
|
+
'registrations/status/search': [
|
|
555
|
+
':status',
|
|
556
|
+
],
|
|
529
557
|
'registrations/lineup': [],
|
|
558
|
+
'registrations/lineup/search': [],
|
|
530
559
|
'registrations/city': [
|
|
531
560
|
':city',
|
|
532
561
|
],
|
|
562
|
+
'registrations/city/search': [
|
|
563
|
+
':city',
|
|
564
|
+
],
|
|
533
565
|
'registrations/game': [
|
|
534
566
|
':game',
|
|
535
567
|
],
|
|
568
|
+
'registrations/game/search': [
|
|
569
|
+
':game',
|
|
570
|
+
],
|
|
536
571
|
'registrations/game/status': [
|
|
537
572
|
':game',
|
|
538
573
|
':status',
|
|
539
574
|
],
|
|
575
|
+
'registrations/game/status/search': [
|
|
576
|
+
':game',
|
|
577
|
+
':status',
|
|
578
|
+
],
|
|
540
579
|
'registrations/game/theme': [
|
|
541
580
|
':game',
|
|
542
581
|
':theme',
|
|
543
582
|
],
|
|
544
|
-
'registrations/
|
|
583
|
+
'registrations/game/theme/search': [
|
|
584
|
+
':game',
|
|
585
|
+
':theme',
|
|
586
|
+
],
|
|
545
587
|
'telegram/webhook': [],
|
|
546
588
|
'telegram/registration/mailing': [
|
|
547
589
|
':registration',
|
|
@@ -595,13 +637,12 @@ export const PathnameRoute = Object.freeze(
|
|
|
595
637
|
'venue/:venue': 'venue',
|
|
596
638
|
'venue/:venue/city/:city': 'venue/city',
|
|
597
639
|
'venues': 'venues',
|
|
598
|
-
'venues/
|
|
640
|
+
'venues/search': 'venues/search',
|
|
641
|
+
'venues/city/:city/search': 'venues/city/search',
|
|
599
642
|
'cover/:cover': 'cover',
|
|
600
643
|
'theme/:theme': 'theme',
|
|
601
644
|
'theme/:theme/cover/:cover': 'theme/cover',
|
|
602
|
-
'themes': 'themes',
|
|
603
|
-
'themes/cover/:cover': 'themes/cover',
|
|
604
|
-
'themes/games': 'themes/games',
|
|
645
|
+
'themes/search': 'themes/search',
|
|
605
646
|
'game/:game': 'game',
|
|
606
647
|
'game/:game/status/:status': 'game/status',
|
|
607
648
|
'game/:game/city/:city': 'game/city',
|
|
@@ -616,16 +657,18 @@ export const PathnameRoute = Object.freeze(
|
|
|
616
657
|
'game/:game/theme/:theme': 'game/theme',
|
|
617
658
|
'game/:game/theme/:theme/cover/:cover': 'game/theme/cover',
|
|
618
659
|
'game/:game/venue/:venue': 'game/venue',
|
|
619
|
-
'games': 'games',
|
|
620
660
|
'games/search': 'games/search',
|
|
621
661
|
'games/status/:status': 'games/status',
|
|
662
|
+
'games/status/:status/search': 'games/status/search',
|
|
622
663
|
'games/city/:city': 'games/city',
|
|
623
|
-
'games/
|
|
624
|
-
'games/registrations/export': 'games/registrations/export',
|
|
664
|
+
'games/city/:city/search': 'games/city/search',
|
|
625
665
|
'games/summary': 'games/summary',
|
|
666
|
+
'games/summary/search': 'games/summary/search',
|
|
626
667
|
'games/theme/:theme': 'games/theme',
|
|
668
|
+
'games/theme/:theme/search': 'games/theme/search',
|
|
627
669
|
'games/theme/:theme/cover/:cover': 'games/theme/cover',
|
|
628
670
|
'games/venue/:venue': 'games/venue',
|
|
671
|
+
'games/venue/:venue/search': 'games/venue/search',
|
|
629
672
|
'registration/:registration': 'registration',
|
|
630
673
|
'registration/:registration/status/:status': 'registration/status',
|
|
631
674
|
'registration/:registration/creation': 'registration/creation',
|
|
@@ -642,12 +685,17 @@ export const PathnameRoute = Object.freeze(
|
|
|
642
685
|
'registrations': 'registrations',
|
|
643
686
|
'registrations/search': 'registrations/search',
|
|
644
687
|
'registrations/status/:status': 'registrations/status',
|
|
688
|
+
'registrations/status/:status/search': 'registrations/status/search',
|
|
645
689
|
'registrations/lineup': 'registrations/lineup',
|
|
690
|
+
'registrations/lineup/search': 'registrations/lineup/search',
|
|
646
691
|
'registrations/city/:city': 'registrations/city',
|
|
692
|
+
'registrations/city/:city/search': 'registrations/city/search',
|
|
647
693
|
'registrations/game/:game': 'registrations/game',
|
|
694
|
+
'registrations/game/:game/search': 'registrations/game/search',
|
|
648
695
|
'registrations/game/:game/status/:status': 'registrations/game/status',
|
|
696
|
+
'registrations/game/:game/status/:status/search': 'registrations/game/status/search',
|
|
649
697
|
'registrations/game/:game/theme/:theme': 'registrations/game/theme',
|
|
650
|
-
'registrations/
|
|
698
|
+
'registrations/game/:game/theme/:theme/search': 'registrations/game/theme/search',
|
|
651
699
|
'telegram/webhook': 'telegram/webhook',
|
|
652
700
|
'telegram/registration/:registration/mailing': 'telegram/registration/mailing',
|
|
653
701
|
'chatapp/webhook': 'chatapp/webhook',
|
|
@@ -744,7 +792,8 @@ export const PathnameParameters = Object.freeze(
|
|
|
744
792
|
':city',
|
|
745
793
|
],
|
|
746
794
|
'venues': [],
|
|
747
|
-
'venues/
|
|
795
|
+
'venues/search': [],
|
|
796
|
+
'venues/city/:city/search': [
|
|
748
797
|
':city',
|
|
749
798
|
],
|
|
750
799
|
'cover/:cover': [
|
|
@@ -757,11 +806,7 @@ export const PathnameParameters = Object.freeze(
|
|
|
757
806
|
':theme',
|
|
758
807
|
':cover',
|
|
759
808
|
],
|
|
760
|
-
'themes': [],
|
|
761
|
-
'themes/cover/:cover': [
|
|
762
|
-
':cover',
|
|
763
|
-
],
|
|
764
|
-
'themes/games': [],
|
|
809
|
+
'themes/search': [],
|
|
765
810
|
'game/:game': [
|
|
766
811
|
':game',
|
|
767
812
|
],
|
|
@@ -815,20 +860,27 @@ export const PathnameParameters = Object.freeze(
|
|
|
815
860
|
':game',
|
|
816
861
|
':venue',
|
|
817
862
|
],
|
|
818
|
-
'games': [],
|
|
819
863
|
'games/search': [],
|
|
820
864
|
'games/status/:status': [
|
|
821
865
|
':status',
|
|
822
866
|
],
|
|
867
|
+
'games/status/:status/search': [
|
|
868
|
+
':status',
|
|
869
|
+
],
|
|
823
870
|
'games/city/:city': [
|
|
824
871
|
':city',
|
|
825
872
|
],
|
|
826
|
-
'games/
|
|
827
|
-
|
|
873
|
+
'games/city/:city/search': [
|
|
874
|
+
':city',
|
|
875
|
+
],
|
|
828
876
|
'games/summary': [],
|
|
877
|
+
'games/summary/search': [],
|
|
829
878
|
'games/theme/:theme': [
|
|
830
879
|
':theme',
|
|
831
880
|
],
|
|
881
|
+
'games/theme/:theme/search': [
|
|
882
|
+
':theme',
|
|
883
|
+
],
|
|
832
884
|
'games/theme/:theme/cover/:cover': [
|
|
833
885
|
':theme',
|
|
834
886
|
':cover',
|
|
@@ -836,6 +888,9 @@ export const PathnameParameters = Object.freeze(
|
|
|
836
888
|
'games/venue/:venue': [
|
|
837
889
|
':venue',
|
|
838
890
|
],
|
|
891
|
+
'games/venue/:venue/search': [
|
|
892
|
+
':venue',
|
|
893
|
+
],
|
|
839
894
|
'registration/:registration': [
|
|
840
895
|
':registration',
|
|
841
896
|
],
|
|
@@ -890,22 +945,39 @@ export const PathnameParameters = Object.freeze(
|
|
|
890
945
|
'registrations/status/:status': [
|
|
891
946
|
':status',
|
|
892
947
|
],
|
|
948
|
+
'registrations/status/:status/search': [
|
|
949
|
+
':status',
|
|
950
|
+
],
|
|
893
951
|
'registrations/lineup': [],
|
|
952
|
+
'registrations/lineup/search': [],
|
|
894
953
|
'registrations/city/:city': [
|
|
895
954
|
':city',
|
|
896
955
|
],
|
|
956
|
+
'registrations/city/:city/search': [
|
|
957
|
+
':city',
|
|
958
|
+
],
|
|
897
959
|
'registrations/game/:game': [
|
|
898
960
|
':game',
|
|
899
961
|
],
|
|
962
|
+
'registrations/game/:game/search': [
|
|
963
|
+
':game',
|
|
964
|
+
],
|
|
900
965
|
'registrations/game/:game/status/:status': [
|
|
901
966
|
':game',
|
|
902
967
|
':status',
|
|
903
968
|
],
|
|
969
|
+
'registrations/game/:game/status/:status/search': [
|
|
970
|
+
':game',
|
|
971
|
+
':status',
|
|
972
|
+
],
|
|
904
973
|
'registrations/game/:game/theme/:theme': [
|
|
905
974
|
':game',
|
|
906
975
|
':theme',
|
|
907
976
|
],
|
|
908
|
-
'registrations/
|
|
977
|
+
'registrations/game/:game/theme/:theme/search': [
|
|
978
|
+
':game',
|
|
979
|
+
':theme',
|
|
980
|
+
],
|
|
909
981
|
'telegram/webhook': [],
|
|
910
982
|
'telegram/registration/:registration/mailing': [
|
|
911
983
|
':registration',
|
|
@@ -976,13 +1048,12 @@ export const RouteBreakdown = Object.freeze(
|
|
|
976
1048
|
'venue': 'venue',
|
|
977
1049
|
'venue/city': 'venue/city',
|
|
978
1050
|
'venues': 'venue',
|
|
979
|
-
'venues/
|
|
1051
|
+
'venues/search': 'venue/search',
|
|
1052
|
+
'venues/city/search': 'venue/city/search',
|
|
980
1053
|
'cover': 'cover',
|
|
981
1054
|
'theme': 'theme',
|
|
982
1055
|
'theme/cover': 'theme/cover',
|
|
983
|
-
'themes': 'theme',
|
|
984
|
-
'themes/cover': 'theme/cover',
|
|
985
|
-
'themes/games': 'theme/games',
|
|
1056
|
+
'themes/search': 'theme/search',
|
|
986
1057
|
'game': 'game',
|
|
987
1058
|
'game/status': 'game/status',
|
|
988
1059
|
'game/city': 'game/city',
|
|
@@ -997,16 +1068,18 @@ export const RouteBreakdown = Object.freeze(
|
|
|
997
1068
|
'game/theme': 'game/theme',
|
|
998
1069
|
'game/theme/cover': 'game/theme/cover',
|
|
999
1070
|
'game/venue': 'game/venue',
|
|
1000
|
-
'games': 'game',
|
|
1001
1071
|
'games/search': 'game/search',
|
|
1002
1072
|
'games/status': 'game/status',
|
|
1073
|
+
'games/status/search': 'game/status/search',
|
|
1003
1074
|
'games/city': 'game/city',
|
|
1004
|
-
'games/
|
|
1005
|
-
'games/registrations/export': 'game/registrations/export',
|
|
1075
|
+
'games/city/search': 'game/city/search',
|
|
1006
1076
|
'games/summary': 'game/summary',
|
|
1077
|
+
'games/summary/search': 'game/summary/search',
|
|
1007
1078
|
'games/theme': 'game/theme',
|
|
1079
|
+
'games/theme/search': 'game/theme/search',
|
|
1008
1080
|
'games/theme/cover': 'game/theme/cover',
|
|
1009
1081
|
'games/venue': 'game/venue',
|
|
1082
|
+
'games/venue/search': 'game/venue/search',
|
|
1010
1083
|
'registration': 'registration',
|
|
1011
1084
|
'registration/status': 'registration/status',
|
|
1012
1085
|
'registration/creation': 'registration/creation',
|
|
@@ -1023,12 +1096,17 @@ export const RouteBreakdown = Object.freeze(
|
|
|
1023
1096
|
'registrations': 'registration',
|
|
1024
1097
|
'registrations/search': 'registration/search',
|
|
1025
1098
|
'registrations/status': 'registration/status',
|
|
1099
|
+
'registrations/status/search': 'registration/status/search',
|
|
1026
1100
|
'registrations/lineup': 'registration/lineup',
|
|
1101
|
+
'registrations/lineup/search': 'registration/lineup/search',
|
|
1027
1102
|
'registrations/city': 'registration/city',
|
|
1103
|
+
'registrations/city/search': 'registration/city/search',
|
|
1028
1104
|
'registrations/game': 'registration/game',
|
|
1105
|
+
'registrations/game/search': 'registration/game/search',
|
|
1029
1106
|
'registrations/game/status': 'registration/game/status',
|
|
1107
|
+
'registrations/game/status/search': 'registration/game/status/search',
|
|
1030
1108
|
'registrations/game/theme': 'registration/game/theme',
|
|
1031
|
-
'registrations/
|
|
1109
|
+
'registrations/game/theme/search': 'registration/game/theme/search',
|
|
1032
1110
|
'telegram/webhook': 'telegram/webhook',
|
|
1033
1111
|
'telegram/registration/mailing': 'telegram/registration/mailing',
|
|
1034
1112
|
'chatapp/webhook': 'chatapp/webhook',
|
|
@@ -1074,13 +1152,12 @@ export const RouteRelation = Object.freeze(
|
|
|
1074
1152
|
'venue': 'venue',
|
|
1075
1153
|
'venue/city': 'venue/city',
|
|
1076
1154
|
'venues': 'venue',
|
|
1077
|
-
'venues/
|
|
1155
|
+
'venues/search': 'venue/search',
|
|
1156
|
+
'venues/city/search': 'city/search',
|
|
1078
1157
|
'cover': 'cover',
|
|
1079
1158
|
'theme': 'theme',
|
|
1080
1159
|
'theme/cover': 'theme/cover',
|
|
1081
|
-
'themes': 'theme',
|
|
1082
|
-
'themes/cover': 'theme/cover',
|
|
1083
|
-
'themes/games': 'theme/game',
|
|
1160
|
+
'themes/search': 'theme/search',
|
|
1084
1161
|
'game': 'game',
|
|
1085
1162
|
'game/status': 'game/status',
|
|
1086
1163
|
'game/city': 'game/city',
|
|
@@ -1095,16 +1172,18 @@ export const RouteRelation = Object.freeze(
|
|
|
1095
1172
|
'game/theme': 'game/theme',
|
|
1096
1173
|
'game/theme/cover': 'theme/cover',
|
|
1097
1174
|
'game/venue': 'game/venue',
|
|
1098
|
-
'games': 'game',
|
|
1099
1175
|
'games/search': 'game/search',
|
|
1100
1176
|
'games/status': 'game/status',
|
|
1177
|
+
'games/status/search': 'status/search',
|
|
1101
1178
|
'games/city': 'game/city',
|
|
1102
|
-
'games/
|
|
1103
|
-
'games/registrations/export': 'registration/export',
|
|
1179
|
+
'games/city/search': 'city/search',
|
|
1104
1180
|
'games/summary': 'game/summary',
|
|
1181
|
+
'games/summary/search': 'summary/search',
|
|
1105
1182
|
'games/theme': 'game/theme',
|
|
1183
|
+
'games/theme/search': 'theme/search',
|
|
1106
1184
|
'games/theme/cover': 'theme/cover',
|
|
1107
1185
|
'games/venue': 'game/venue',
|
|
1186
|
+
'games/venue/search': 'venue/search',
|
|
1108
1187
|
'registration': 'registration',
|
|
1109
1188
|
'registration/status': 'registration/status',
|
|
1110
1189
|
'registration/creation': 'registration/creation',
|
|
@@ -1121,12 +1200,17 @@ export const RouteRelation = Object.freeze(
|
|
|
1121
1200
|
'registrations': 'registration',
|
|
1122
1201
|
'registrations/search': 'registration/search',
|
|
1123
1202
|
'registrations/status': 'registration/status',
|
|
1203
|
+
'registrations/status/search': 'status/search',
|
|
1124
1204
|
'registrations/lineup': 'registration/lineup',
|
|
1205
|
+
'registrations/lineup/search': 'lineup/search',
|
|
1125
1206
|
'registrations/city': 'registration/city',
|
|
1207
|
+
'registrations/city/search': 'city/search',
|
|
1126
1208
|
'registrations/game': 'registration/game',
|
|
1209
|
+
'registrations/game/search': 'game/search',
|
|
1127
1210
|
'registrations/game/status': 'game/status',
|
|
1211
|
+
'registrations/game/status/search': 'status/search',
|
|
1128
1212
|
'registrations/game/theme': 'game/theme',
|
|
1129
|
-
'registrations/
|
|
1213
|
+
'registrations/game/theme/search': 'theme/search',
|
|
1130
1214
|
'telegram/webhook': 'telegram/webhook',
|
|
1131
1215
|
'telegram/registration/mailing': 'registration/mailing',
|
|
1132
1216
|
'chatapp/webhook': 'chatapp/webhook',
|
|
@@ -1172,13 +1256,12 @@ export const RouteService = Object.freeze(
|
|
|
1172
1256
|
'venue': 'Venues',
|
|
1173
1257
|
'venue/city': 'Venues',
|
|
1174
1258
|
'venues': 'Venues',
|
|
1175
|
-
'venues/
|
|
1259
|
+
'venues/search': 'Venues',
|
|
1260
|
+
'venues/city/search': 'Venues',
|
|
1176
1261
|
'cover': 'Minio',
|
|
1177
1262
|
'theme': 'Themes',
|
|
1178
1263
|
'theme/cover': 'Themes',
|
|
1179
|
-
'themes': 'Themes',
|
|
1180
|
-
'themes/cover': 'Themes',
|
|
1181
|
-
'themes/games': 'Themes',
|
|
1264
|
+
'themes/search': 'Themes',
|
|
1182
1265
|
'game': 'Games',
|
|
1183
1266
|
'game/status': 'Games',
|
|
1184
1267
|
'game/city': 'Games',
|
|
@@ -1193,16 +1276,18 @@ export const RouteService = Object.freeze(
|
|
|
1193
1276
|
'game/theme': 'Games',
|
|
1194
1277
|
'game/theme/cover': 'Games',
|
|
1195
1278
|
'game/venue': 'Games',
|
|
1196
|
-
'games': 'Games',
|
|
1197
1279
|
'games/search': 'Games',
|
|
1198
1280
|
'games/status': 'Games',
|
|
1281
|
+
'games/status/search': 'Games',
|
|
1199
1282
|
'games/city': 'Games',
|
|
1200
|
-
'games/
|
|
1201
|
-
'games/registrations/export': 'Games',
|
|
1283
|
+
'games/city/search': 'Games',
|
|
1202
1284
|
'games/summary': 'Games',
|
|
1285
|
+
'games/summary/search': 'Games',
|
|
1203
1286
|
'games/theme': 'Games',
|
|
1287
|
+
'games/theme/search': 'Games',
|
|
1204
1288
|
'games/theme/cover': 'Games',
|
|
1205
1289
|
'games/venue': 'Games',
|
|
1290
|
+
'games/venue/search': 'Games',
|
|
1206
1291
|
'registration': 'Registrations',
|
|
1207
1292
|
'registration/status': 'Registrations',
|
|
1208
1293
|
'registration/creation': 'Registrations',
|
|
@@ -1219,12 +1304,17 @@ export const RouteService = Object.freeze(
|
|
|
1219
1304
|
'registrations': 'Registrations',
|
|
1220
1305
|
'registrations/search': 'Registrations',
|
|
1221
1306
|
'registrations/status': 'Registrations',
|
|
1307
|
+
'registrations/status/search': 'Registrations',
|
|
1222
1308
|
'registrations/lineup': 'Registrations',
|
|
1309
|
+
'registrations/lineup/search': 'Registrations',
|
|
1223
1310
|
'registrations/city': 'Registrations',
|
|
1311
|
+
'registrations/city/search': 'Registrations',
|
|
1224
1312
|
'registrations/game': 'Registrations',
|
|
1313
|
+
'registrations/game/search': 'Registrations',
|
|
1225
1314
|
'registrations/game/status': 'Registrations',
|
|
1315
|
+
'registrations/game/status/search': 'Registrations',
|
|
1226
1316
|
'registrations/game/theme': 'Registrations',
|
|
1227
|
-
'registrations/
|
|
1317
|
+
'registrations/game/theme/search': 'Registrations',
|
|
1228
1318
|
'telegram/webhook': 'Telegram',
|
|
1229
1319
|
'telegram/registration/mailing': 'Telegram',
|
|
1230
1320
|
'chatapp/webhook': 'Chatapp',
|
|
@@ -1281,7 +1371,8 @@ export const ServiceRoutes = Object.freeze(
|
|
|
1281
1371
|
'venue',
|
|
1282
1372
|
'venue/city',
|
|
1283
1373
|
'venues',
|
|
1284
|
-
'venues/
|
|
1374
|
+
'venues/search',
|
|
1375
|
+
'venues/city/search',
|
|
1285
1376
|
],
|
|
1286
1377
|
'Minio': [
|
|
1287
1378
|
'cover',
|
|
@@ -1289,9 +1380,7 @@ export const ServiceRoutes = Object.freeze(
|
|
|
1289
1380
|
'Themes': [
|
|
1290
1381
|
'theme',
|
|
1291
1382
|
'theme/cover',
|
|
1292
|
-
'themes',
|
|
1293
|
-
'themes/cover',
|
|
1294
|
-
'themes/games',
|
|
1383
|
+
'themes/search',
|
|
1295
1384
|
],
|
|
1296
1385
|
'Games': [
|
|
1297
1386
|
'game',
|
|
@@ -1308,16 +1397,18 @@ export const ServiceRoutes = Object.freeze(
|
|
|
1308
1397
|
'game/theme',
|
|
1309
1398
|
'game/theme/cover',
|
|
1310
1399
|
'game/venue',
|
|
1311
|
-
'games',
|
|
1312
1400
|
'games/search',
|
|
1313
1401
|
'games/status',
|
|
1402
|
+
'games/status/search',
|
|
1314
1403
|
'games/city',
|
|
1315
|
-
'games/
|
|
1316
|
-
'games/registrations/export',
|
|
1404
|
+
'games/city/search',
|
|
1317
1405
|
'games/summary',
|
|
1406
|
+
'games/summary/search',
|
|
1318
1407
|
'games/theme',
|
|
1408
|
+
'games/theme/search',
|
|
1319
1409
|
'games/theme/cover',
|
|
1320
1410
|
'games/venue',
|
|
1411
|
+
'games/venue/search',
|
|
1321
1412
|
],
|
|
1322
1413
|
'Registrations': [
|
|
1323
1414
|
'registration',
|
|
@@ -1336,12 +1427,17 @@ export const ServiceRoutes = Object.freeze(
|
|
|
1336
1427
|
'registrations',
|
|
1337
1428
|
'registrations/search',
|
|
1338
1429
|
'registrations/status',
|
|
1430
|
+
'registrations/status/search',
|
|
1339
1431
|
'registrations/lineup',
|
|
1432
|
+
'registrations/lineup/search',
|
|
1340
1433
|
'registrations/city',
|
|
1434
|
+
'registrations/city/search',
|
|
1341
1435
|
'registrations/game',
|
|
1436
|
+
'registrations/game/search',
|
|
1342
1437
|
'registrations/game/status',
|
|
1438
|
+
'registrations/game/status/search',
|
|
1343
1439
|
'registrations/game/theme',
|
|
1344
|
-
'registrations/
|
|
1440
|
+
'registrations/game/theme/search',
|
|
1345
1441
|
],
|
|
1346
1442
|
'Telegram': [
|
|
1347
1443
|
'telegram/webhook',
|
|
@@ -33,13 +33,12 @@ export const Routes = Object.freeze(
|
|
|
33
33
|
'venue',
|
|
34
34
|
'venue/city',
|
|
35
35
|
'venues',
|
|
36
|
-
'venues/
|
|
36
|
+
'venues/search',
|
|
37
|
+
'venues/city/search',
|
|
37
38
|
'cover',
|
|
38
39
|
'theme',
|
|
39
40
|
'theme/cover',
|
|
40
|
-
'themes',
|
|
41
|
-
'themes/cover',
|
|
42
|
-
'themes/games',
|
|
41
|
+
'themes/search',
|
|
43
42
|
'game',
|
|
44
43
|
'game/status',
|
|
45
44
|
'game/city',
|
|
@@ -54,16 +53,18 @@ export const Routes = Object.freeze(
|
|
|
54
53
|
'game/theme',
|
|
55
54
|
'game/theme/cover',
|
|
56
55
|
'game/venue',
|
|
57
|
-
'games',
|
|
58
56
|
'games/search',
|
|
59
57
|
'games/status',
|
|
58
|
+
'games/status/search',
|
|
60
59
|
'games/city',
|
|
61
|
-
'games/
|
|
62
|
-
'games/registrations/export',
|
|
60
|
+
'games/city/search',
|
|
63
61
|
'games/summary',
|
|
62
|
+
'games/summary/search',
|
|
64
63
|
'games/theme',
|
|
64
|
+
'games/theme/search',
|
|
65
65
|
'games/theme/cover',
|
|
66
66
|
'games/venue',
|
|
67
|
+
'games/venue/search',
|
|
67
68
|
'registration',
|
|
68
69
|
'registration/status',
|
|
69
70
|
'registration/creation',
|
|
@@ -80,12 +81,17 @@ export const Routes = Object.freeze(
|
|
|
80
81
|
'registrations',
|
|
81
82
|
'registrations/search',
|
|
82
83
|
'registrations/status',
|
|
84
|
+
'registrations/status/search',
|
|
83
85
|
'registrations/lineup',
|
|
86
|
+
'registrations/lineup/search',
|
|
84
87
|
'registrations/city',
|
|
88
|
+
'registrations/city/search',
|
|
85
89
|
'registrations/game',
|
|
90
|
+
'registrations/game/search',
|
|
86
91
|
'registrations/game/status',
|
|
92
|
+
'registrations/game/status/search',
|
|
87
93
|
'registrations/game/theme',
|
|
88
|
-
'registrations/
|
|
94
|
+
'registrations/game/theme/search',
|
|
89
95
|
'telegram/webhook',
|
|
90
96
|
'telegram/registration/mailing',
|
|
91
97
|
'chatapp/webhook',
|