@shakerquiz/utilities 4.0.47 → 4.0.49

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.
@@ -2,8 +2,6 @@
2
2
 
3
3
  export const RouteExcessiveCardinality = Object.freeze(
4
4
  /** @type {const} */ ({
5
- 'role': '1',
6
- 'roles': 'n',
7
5
  'user': '1',
8
6
  'user/password': '1/1',
9
7
  'user/role': '1/1',
@@ -13,7 +11,15 @@ export const RouteExcessiveCardinality = Object.freeze(
13
11
  'users/password': 'n/1',
14
12
  'users/role': 'n/1',
15
13
  'users/cities': 'n/n',
14
+ 'role': '1',
15
+ 'roles': 'n',
16
16
  'checkin': '1',
17
+ 'country': '1',
18
+ 'countries': 'n',
19
+ 'currency': '1',
20
+ 'currencies': 'n',
21
+ 'timezone': '1',
22
+ 'timezones': 'n',
17
23
  'cities': 'n',
18
24
  'cities/country': 'n/1',
19
25
  'cities/currency': 'n/1',
@@ -26,74 +32,62 @@ export const RouteExcessiveCardinality = Object.freeze(
26
32
  'city/timezone': '1/1',
27
33
  'city/venue': '1/1',
28
34
  'city/venues': '1/n',
29
- 'country': '1',
30
- 'countries': 'n',
31
- 'currency': '1',
32
- 'currencies': 'n',
33
- 'timezone': '1',
34
- 'timezones': 'n',
35
35
  'venue': '1',
36
36
  'venue/city': '1/1',
37
- 'venues': 'n',
37
+ 'venue/search': '1/1',
38
38
  'venues/search': 'n/1',
39
+ 'venue/city/search': '1/1/1',
39
40
  'venues/city/search': 'n/1/1',
40
41
  'cover': '1',
41
42
  'theme': '1',
42
43
  'theme/cover': '1/1',
44
+ 'theme/search': '1/1',
43
45
  'themes/search': 'n/1',
44
- 'game': '1',
45
- 'game/status': '1/1',
46
- 'game/city': '1/1',
46
+ 'game/search': '1/1',
47
+ 'game/status/search': '1/1/1',
48
+ 'game/city/search': '1/1/1',
49
+ 'game/summary/search': '1/1/1',
50
+ 'game/theme/search': '1/1/1',
51
+ 'game/theme/cover/search': '1/1/1/1',
52
+ 'game/venue/search': '1/1/1',
47
53
  'game/registration': '1/1',
48
54
  'game/registration/status': '1/1/1',
49
55
  'game/registration/lineup': '1/1/1',
50
56
  'game/registrations': '1/n',
51
57
  'game/registrations/status': '1/n/1',
52
58
  'game/registrations/lineup': '1/n/1',
53
- 'game/registrations/export': '1/n/1',
54
59
  'game/summary': '1/1',
55
60
  'game/theme': '1/1',
56
61
  'game/theme/cover': '1/1/1',
57
62
  'game/venue': '1/1',
58
63
  'games/search': 'n/1',
59
- 'games/status': 'n/1',
60
64
  'games/status/search': 'n/1/1',
61
- 'games/city': 'n/1',
62
65
  'games/city/search': 'n/1/1',
63
- 'games/summary': 'n/1',
64
66
  'games/summary/search': 'n/1/1',
65
- 'games/theme': 'n/1',
66
67
  'games/theme/search': 'n/1/1',
67
- 'games/theme/cover': 'n/1/1',
68
- 'games/venue': 'n/1',
68
+ 'games/theme/cover/search': 'n/1/1/1',
69
69
  'games/venue/search': 'n/1/1',
70
- 'registration': '1',
71
- 'registration/status': '1/1',
70
+ 'registration/search': '1/1',
71
+ 'registration/status/search': '1/1/1',
72
72
  'registration/creation': '1/1',
73
73
  'registration/confirmation': '1/1',
74
74
  'registration/cancellation': '1/1',
75
- 'registration/lineup': '1/1',
75
+ 'registration/lineup/search': '1/1/1',
76
76
  'registration/channel': '1/1',
77
77
  'registration/export': '1/1',
78
- 'registration/city': '1/1',
79
- 'registration/game': '1/1',
80
- 'registration/game/theme': '1/1/1',
81
- 'registration/game/theme/cover': '1/1/1/1',
82
- 'registration/game/venue': '1/1/1',
83
- 'registrations': 'n',
78
+ 'registration/city/search': '1/1/1',
79
+ 'registration/game/search': '1/1/1',
80
+ 'registration/game/theme/search': '1/1/1/1',
81
+ 'registration/game/theme/cover/search': '1/1/1/1/1',
82
+ 'registration/game/venue/search': '1/1/1/1',
84
83
  'registrations/search': 'n/1',
85
- 'registrations/status': 'n/1',
86
84
  'registrations/status/search': 'n/1/1',
87
- 'registrations/lineup': 'n/1',
88
85
  'registrations/lineup/search': 'n/1/1',
89
- 'registrations/city': 'n/1',
90
86
  'registrations/city/search': 'n/1/1',
91
- 'registrations/game': 'n/1',
92
87
  'registrations/game/search': 'n/1/1',
93
- 'registrations/game/status': 'n/1/1',
94
88
  'registrations/game/status/search': 'n/1/1/1',
95
- 'registrations/game/theme': 'n/1/1',
96
89
  'registrations/game/theme/search': 'n/1/1/1',
90
+ 'registrations/game/venue/search': 'n/1/1/1',
97
91
  'telegram/webhook': '1/1',
98
92
  'telegram/registration/mailing': '1/1/1',
99
93
  'chatapp/webhook': '1/1',
@@ -106,8 +100,6 @@ export const RouteExcessiveCardinality = Object.freeze(
106
100
 
107
101
  export const RouteCardinality = Object.freeze(
108
102
  /** @type {const} */ ({
109
- 'role': '1',
110
- 'roles': 'n',
111
103
  'user': '1',
112
104
  'user/password': '1/1',
113
105
  'user/role': '1/1',
@@ -117,7 +109,15 @@ export const RouteCardinality = Object.freeze(
117
109
  'users/password': 'n/1',
118
110
  'users/role': 'n/1',
119
111
  'users/cities': 'n/n',
112
+ 'role': '1',
113
+ 'roles': 'n',
120
114
  'checkin': '1',
115
+ 'country': '1',
116
+ 'countries': 'n',
117
+ 'currency': '1',
118
+ 'currencies': 'n',
119
+ 'timezone': '1',
120
+ 'timezones': 'n',
121
121
  'cities': 'n',
122
122
  'cities/country': 'n/1',
123
123
  'cities/currency': 'n/1',
@@ -130,74 +130,62 @@ export const RouteCardinality = Object.freeze(
130
130
  'city/timezone': '1/1',
131
131
  'city/venue': '1/1',
132
132
  'city/venues': '1/n',
133
- 'country': '1',
134
- 'countries': 'n',
135
- 'currency': '1',
136
- 'currencies': 'n',
137
- 'timezone': '1',
138
- 'timezones': 'n',
139
133
  'venue': '1',
140
134
  'venue/city': '1/1',
141
- 'venues': 'n',
135
+ 'venue/search': '1/1',
142
136
  'venues/search': 'n/1',
137
+ 'venue/city/search': '1/1',
143
138
  'venues/city/search': 'n/1',
144
139
  'cover': '1',
145
140
  'theme': '1',
146
141
  'theme/cover': '1/1',
142
+ 'theme/search': '1/1',
147
143
  'themes/search': 'n/1',
148
- 'game': '1',
149
- 'game/status': '1/1',
150
- 'game/city': '1/1',
144
+ 'game/search': '1/1',
145
+ 'game/status/search': '1/1',
146
+ 'game/city/search': '1/1',
147
+ 'game/summary/search': '1/1',
148
+ 'game/theme/search': '1/1',
149
+ 'game/theme/cover/search': '1/1',
150
+ 'game/venue/search': '1/1',
151
151
  'game/registration': '1/1',
152
152
  'game/registration/status': '1/1',
153
153
  'game/registration/lineup': '1/1',
154
154
  'game/registrations': '1/n',
155
155
  'game/registrations/status': '1/1',
156
156
  'game/registrations/lineup': '1/1',
157
- 'game/registrations/export': '1/1',
158
157
  'game/summary': '1/1',
159
158
  'game/theme': '1/1',
160
159
  'game/theme/cover': '1/1',
161
160
  'game/venue': '1/1',
162
161
  'games/search': 'n/1',
163
- 'games/status': 'n/1',
164
162
  'games/status/search': 'n/1',
165
- 'games/city': 'n/1',
166
163
  'games/city/search': 'n/1',
167
- 'games/summary': 'n/1',
168
164
  'games/summary/search': 'n/1',
169
- 'games/theme': 'n/1',
170
165
  'games/theme/search': 'n/1',
171
- 'games/theme/cover': 'n/1',
172
- 'games/venue': 'n/1',
166
+ 'games/theme/cover/search': 'n/1',
173
167
  'games/venue/search': 'n/1',
174
- 'registration': '1',
175
- 'registration/status': '1/1',
168
+ 'registration/search': '1/1',
169
+ 'registration/status/search': '1/1',
176
170
  'registration/creation': '1/1',
177
171
  'registration/confirmation': '1/1',
178
172
  'registration/cancellation': '1/1',
179
- 'registration/lineup': '1/1',
173
+ 'registration/lineup/search': '1/1',
180
174
  'registration/channel': '1/1',
181
175
  'registration/export': '1/1',
182
- 'registration/city': '1/1',
183
- 'registration/game': '1/1',
184
- 'registration/game/theme': '1/1',
185
- 'registration/game/theme/cover': '1/1',
186
- 'registration/game/venue': '1/1',
187
- 'registrations': 'n',
176
+ 'registration/city/search': '1/1',
177
+ 'registration/game/search': '1/1',
178
+ 'registration/game/theme/search': '1/1',
179
+ 'registration/game/theme/cover/search': '1/1',
180
+ 'registration/game/venue/search': '1/1',
188
181
  'registrations/search': 'n/1',
189
- 'registrations/status': 'n/1',
190
182
  'registrations/status/search': 'n/1',
191
- 'registrations/lineup': 'n/1',
192
183
  'registrations/lineup/search': 'n/1',
193
- 'registrations/city': 'n/1',
194
184
  'registrations/city/search': 'n/1',
195
- 'registrations/game': 'n/1',
196
185
  'registrations/game/search': 'n/1',
197
- 'registrations/game/status': 'n/1',
198
186
  'registrations/game/status/search': 'n/1',
199
- 'registrations/game/theme': 'n/1',
200
187
  'registrations/game/theme/search': 'n/1',
188
+ 'registrations/game/venue/search': 'n/1',
201
189
  'telegram/webhook': '1/1',
202
190
  'telegram/registration/mailing': '1/1',
203
191
  'chatapp/webhook': '1/1',
@@ -210,8 +198,6 @@ export const RouteCardinality = Object.freeze(
210
198
 
211
199
  export const RoutePathname = Object.freeze(
212
200
  /** @type {const} */ ({
213
- 'role': 'role/:role',
214
- 'roles': 'roles',
215
201
  'user': 'user/:user',
216
202
  'user/password': 'user/:user/password',
217
203
  'user/role': 'user/:user/role/:role',
@@ -221,7 +207,15 @@ export const RoutePathname = Object.freeze(
221
207
  'users/password': 'users/password',
222
208
  'users/role': 'users/role/:role',
223
209
  'users/cities': 'users/cities',
210
+ 'role': 'role/:role',
211
+ 'roles': 'roles',
224
212
  'checkin': 'checkin',
213
+ 'country': 'country/:country',
214
+ 'countries': 'countries',
215
+ 'currency': 'currency/:currency',
216
+ 'currencies': 'currencies',
217
+ 'timezone': 'timezone/:timezone',
218
+ 'timezones': 'timezones',
225
219
  'cities': 'cities',
226
220
  'cities/country': 'cities/country/:country',
227
221
  'cities/currency': 'cities/currency/:currency',
@@ -234,74 +228,62 @@ export const RoutePathname = Object.freeze(
234
228
  'city/timezone': 'city/:city/timezone/:timezone',
235
229
  'city/venue': 'city/:city/venue/:venue',
236
230
  'city/venues': 'city/:city/venues',
237
- 'country': 'country/:country',
238
- 'countries': 'countries',
239
- 'currency': 'currency/:currency',
240
- 'currencies': 'currencies',
241
- 'timezone': 'timezone/:timezone',
242
- 'timezones': 'timezones',
243
231
  'venue': 'venue/:venue',
244
232
  'venue/city': 'venue/:venue/city/:city',
245
- 'venues': 'venues',
233
+ 'venue/search': 'venue/:venue/search',
246
234
  'venues/search': 'venues/search',
235
+ 'venue/city/search': 'venue/:venue/city/:city/search',
247
236
  'venues/city/search': 'venues/city/:city/search',
248
237
  'cover': 'cover/:cover',
249
238
  'theme': 'theme/:theme',
250
239
  'theme/cover': 'theme/:theme/cover/:cover',
240
+ 'theme/search': 'theme/:theme/search',
251
241
  'themes/search': 'themes/search',
252
- 'game': 'game/:game',
253
- 'game/status': 'game/:game/status/:status',
254
- 'game/city': 'game/:game/city/:city',
242
+ 'game/search': 'game/:game/search',
243
+ 'game/status/search': 'game/:game/status/:status/search',
244
+ 'game/city/search': 'game/:game/city/:city/search',
245
+ 'game/summary/search': 'game/:game/summary/search',
246
+ 'game/theme/search': 'game/:game/theme/:theme/search',
247
+ 'game/theme/cover/search': 'game/:game/theme/:theme/cover/:cover/search',
248
+ 'game/venue/search': 'game/:game/venue/:venue/search',
255
249
  'game/registration': 'game/:game/registration/:registration',
256
250
  'game/registration/status': 'game/:game/registration/:registration/status/:status',
257
251
  'game/registration/lineup': 'game/:game/registration/:registration/lineup',
258
252
  'game/registrations': 'game/:game/registrations',
259
253
  'game/registrations/status': 'game/:game/registrations/status/:status',
260
254
  'game/registrations/lineup': 'game/:game/registrations/lineup',
261
- 'game/registrations/export': 'game/:game/registrations/export',
262
255
  'game/summary': 'game/:game/summary',
263
256
  'game/theme': 'game/:game/theme/:theme',
264
257
  'game/theme/cover': 'game/:game/theme/:theme/cover/:cover',
265
258
  'game/venue': 'game/:game/venue/:venue',
266
259
  'games/search': 'games/search',
267
- 'games/status': 'games/status/:status',
268
260
  'games/status/search': 'games/status/:status/search',
269
- 'games/city': 'games/city/:city',
270
261
  'games/city/search': 'games/city/:city/search',
271
- 'games/summary': 'games/summary',
272
262
  'games/summary/search': 'games/summary/search',
273
- 'games/theme': 'games/theme/:theme',
274
263
  'games/theme/search': 'games/theme/:theme/search',
275
- 'games/theme/cover': 'games/theme/:theme/cover/:cover',
276
- 'games/venue': 'games/venue/:venue',
264
+ 'games/theme/cover/search': 'games/theme/:theme/cover/:cover/search',
277
265
  'games/venue/search': 'games/venue/:venue/search',
278
- 'registration': 'registration/:registration',
279
- 'registration/status': 'registration/:registration/status/:status',
266
+ 'registration/search': 'registration/:registration/search',
267
+ 'registration/status/search': 'registration/:registration/status/:status/search',
280
268
  'registration/creation': 'registration/:registration/creation',
281
269
  'registration/confirmation': 'registration/:registration/confirmation',
282
270
  'registration/cancellation': 'registration/:registration/cancellation',
283
- 'registration/lineup': 'registration/:registration/lineup',
271
+ 'registration/lineup/search': 'registration/:registration/lineup/search',
284
272
  'registration/channel': 'registration/:registration/channel',
285
273
  'registration/export': 'registration/:registration/export',
286
- 'registration/city': 'registration/:registration/city/:city',
287
- 'registration/game': 'registration/:registration/game/:game',
288
- 'registration/game/theme': 'registration/:registration/game/:game/theme/:theme',
289
- 'registration/game/theme/cover': 'registration/:registration/game/:game/theme/:theme/cover/:cover',
290
- 'registration/game/venue': 'registration/:registration/game/:game/venue/:venue',
291
- 'registrations': 'registrations',
274
+ 'registration/city/search': 'registration/:registration/city/:city/search',
275
+ 'registration/game/search': 'registration/:registration/game/:game/search',
276
+ 'registration/game/theme/search': 'registration/:registration/game/:game/theme/:theme/search',
277
+ 'registration/game/theme/cover/search': 'registration/:registration/game/:game/theme/:theme/cover/:cover/search',
278
+ 'registration/game/venue/search': 'registration/:registration/game/:game/venue/:venue/search',
292
279
  'registrations/search': 'registrations/search',
293
- 'registrations/status': 'registrations/status/:status',
294
280
  'registrations/status/search': 'registrations/status/:status/search',
295
- 'registrations/lineup': 'registrations/lineup',
296
281
  'registrations/lineup/search': 'registrations/lineup/search',
297
- 'registrations/city': 'registrations/city/:city',
298
282
  'registrations/city/search': 'registrations/city/:city/search',
299
- 'registrations/game': 'registrations/game/:game',
300
283
  'registrations/game/search': 'registrations/game/:game/search',
301
- 'registrations/game/status': 'registrations/game/:game/status/:status',
302
284
  'registrations/game/status/search': 'registrations/game/:game/status/:status/search',
303
- 'registrations/game/theme': 'registrations/game/:game/theme/:theme',
304
285
  'registrations/game/theme/search': 'registrations/game/:game/theme/:theme/search',
286
+ 'registrations/game/venue/search': 'registrations/game/:game/venue/:venue/search',
305
287
  'telegram/webhook': 'telegram/webhook',
306
288
  'telegram/registration/mailing': 'telegram/registration/:registration/mailing',
307
289
  'chatapp/webhook': 'chatapp/webhook',
@@ -314,10 +296,6 @@ export const RoutePathname = Object.freeze(
314
296
 
315
297
  export const RouteParameters = Object.freeze(
316
298
  /** @type {const} */ ({
317
- 'role': [
318
- ':role',
319
- ],
320
- 'roles': [],
321
299
  'user': [
322
300
  ':user',
323
301
  ],
@@ -341,7 +319,23 @@ export const RouteParameters = Object.freeze(
341
319
  ':role',
342
320
  ],
343
321
  'users/cities': [],
322
+ 'role': [
323
+ ':role',
324
+ ],
325
+ 'roles': [],
344
326
  'checkin': [],
327
+ 'country': [
328
+ ':country',
329
+ ],
330
+ 'countries': [],
331
+ 'currency': [
332
+ ':currency',
333
+ ],
334
+ 'currencies': [],
335
+ 'timezone': [
336
+ ':timezone',
337
+ ],
338
+ 'timezones': [],
345
339
  'cities': [],
346
340
  'cities/country': [
347
341
  ':country',
@@ -378,18 +372,6 @@ export const RouteParameters = Object.freeze(
378
372
  'city/venues': [
379
373
  ':city',
380
374
  ],
381
- 'country': [
382
- ':country',
383
- ],
384
- 'countries': [],
385
- 'currency': [
386
- ':currency',
387
- ],
388
- 'currencies': [],
389
- 'timezone': [
390
- ':timezone',
391
- ],
392
- 'timezones': [],
393
375
  'venue': [
394
376
  ':venue',
395
377
  ],
@@ -397,8 +379,14 @@ export const RouteParameters = Object.freeze(
397
379
  ':venue',
398
380
  ':city',
399
381
  ],
400
- 'venues': [],
382
+ 'venue/search': [
383
+ ':venue',
384
+ ],
401
385
  'venues/search': [],
386
+ 'venue/city/search': [
387
+ ':venue',
388
+ ':city',
389
+ ],
402
390
  'venues/city/search': [
403
391
  ':city',
404
392
  ],
@@ -412,18 +400,37 @@ export const RouteParameters = Object.freeze(
412
400
  ':theme',
413
401
  ':cover',
414
402
  ],
403
+ 'theme/search': [
404
+ ':theme',
405
+ ],
415
406
  'themes/search': [],
416
- 'game': [
407
+ 'game/search': [
417
408
  ':game',
418
409
  ],
419
- 'game/status': [
410
+ 'game/status/search': [
420
411
  ':game',
421
412
  ':status',
422
413
  ],
423
- 'game/city': [
414
+ 'game/city/search': [
424
415
  ':game',
425
416
  ':city',
426
417
  ],
418
+ 'game/summary/search': [
419
+ ':game',
420
+ ],
421
+ 'game/theme/search': [
422
+ ':game',
423
+ ':theme',
424
+ ],
425
+ 'game/theme/cover/search': [
426
+ ':game',
427
+ ':theme',
428
+ ':cover',
429
+ ],
430
+ 'game/venue/search': [
431
+ ':game',
432
+ ':venue',
433
+ ],
427
434
  'game/registration': [
428
435
  ':game',
429
436
  ':registration',
@@ -447,9 +454,6 @@ export const RouteParameters = Object.freeze(
447
454
  'game/registrations/lineup': [
448
455
  ':game',
449
456
  ],
450
- 'game/registrations/export': [
451
- ':game',
452
- ],
453
457
  'game/summary': [
454
458
  ':game',
455
459
  ],
@@ -467,40 +471,27 @@ export const RouteParameters = Object.freeze(
467
471
  ':venue',
468
472
  ],
469
473
  'games/search': [],
470
- 'games/status': [
471
- ':status',
472
- ],
473
474
  'games/status/search': [
474
475
  ':status',
475
476
  ],
476
- 'games/city': [
477
- ':city',
478
- ],
479
477
  'games/city/search': [
480
478
  ':city',
481
479
  ],
482
- 'games/summary': [],
483
480
  'games/summary/search': [],
484
- 'games/theme': [
485
- ':theme',
486
- ],
487
481
  'games/theme/search': [
488
482
  ':theme',
489
483
  ],
490
- 'games/theme/cover': [
484
+ 'games/theme/cover/search': [
491
485
  ':theme',
492
486
  ':cover',
493
487
  ],
494
- 'games/venue': [
495
- ':venue',
496
- ],
497
488
  'games/venue/search': [
498
489
  ':venue',
499
490
  ],
500
- 'registration': [
491
+ 'registration/search': [
501
492
  ':registration',
502
493
  ],
503
- 'registration/status': [
494
+ 'registration/status/search': [
504
495
  ':registration',
505
496
  ':status',
506
497
  ],
@@ -513,7 +504,7 @@ export const RouteParameters = Object.freeze(
513
504
  'registration/cancellation': [
514
505
  ':registration',
515
506
  ],
516
- 'registration/lineup': [
507
+ 'registration/lineup/search': [
517
508
  ':registration',
518
509
  ],
519
510
  'registration/channel': [
@@ -522,67 +513,52 @@ export const RouteParameters = Object.freeze(
522
513
  'registration/export': [
523
514
  ':registration',
524
515
  ],
525
- 'registration/city': [
516
+ 'registration/city/search': [
526
517
  ':registration',
527
518
  ':city',
528
519
  ],
529
- 'registration/game': [
520
+ 'registration/game/search': [
530
521
  ':registration',
531
522
  ':game',
532
523
  ],
533
- 'registration/game/theme': [
524
+ 'registration/game/theme/search': [
534
525
  ':registration',
535
526
  ':game',
536
527
  ':theme',
537
528
  ],
538
- 'registration/game/theme/cover': [
529
+ 'registration/game/theme/cover/search': [
539
530
  ':registration',
540
531
  ':game',
541
532
  ':theme',
542
533
  ':cover',
543
534
  ],
544
- 'registration/game/venue': [
535
+ 'registration/game/venue/search': [
545
536
  ':registration',
546
537
  ':game',
547
538
  ':venue',
548
539
  ],
549
- 'registrations': [],
550
540
  'registrations/search': [],
551
- 'registrations/status': [
552
- ':status',
553
- ],
554
541
  'registrations/status/search': [
555
542
  ':status',
556
543
  ],
557
- 'registrations/lineup': [],
558
544
  'registrations/lineup/search': [],
559
- 'registrations/city': [
560
- ':city',
561
- ],
562
545
  'registrations/city/search': [
563
546
  ':city',
564
547
  ],
565
- 'registrations/game': [
566
- ':game',
567
- ],
568
548
  'registrations/game/search': [
569
549
  ':game',
570
550
  ],
571
- 'registrations/game/status': [
572
- ':game',
573
- ':status',
574
- ],
575
551
  'registrations/game/status/search': [
576
552
  ':game',
577
553
  ':status',
578
554
  ],
579
- 'registrations/game/theme': [
555
+ 'registrations/game/theme/search': [
580
556
  ':game',
581
557
  ':theme',
582
558
  ],
583
- 'registrations/game/theme/search': [
559
+ 'registrations/game/venue/search': [
584
560
  ':game',
585
- ':theme',
561
+ ':venue',
586
562
  ],
587
563
  'telegram/webhook': [],
588
564
  'telegram/registration/mailing': [
@@ -604,8 +580,6 @@ export const RouteParameters = Object.freeze(
604
580
 
605
581
  export const PathnameRoute = Object.freeze(
606
582
  /** @type {const} */ ({
607
- 'role/:role': 'role',
608
- 'roles': 'roles',
609
583
  'user/:user': 'user',
610
584
  'user/:user/password': 'user/password',
611
585
  'user/:user/role/:role': 'user/role',
@@ -615,7 +589,15 @@ export const PathnameRoute = Object.freeze(
615
589
  'users/password': 'users/password',
616
590
  'users/role/:role': 'users/role',
617
591
  'users/cities': 'users/cities',
592
+ 'role/:role': 'role',
593
+ 'roles': 'roles',
618
594
  'checkin': 'checkin',
595
+ 'country/:country': 'country',
596
+ 'countries': 'countries',
597
+ 'currency/:currency': 'currency',
598
+ 'currencies': 'currencies',
599
+ 'timezone/:timezone': 'timezone',
600
+ 'timezones': 'timezones',
619
601
  'cities': 'cities',
620
602
  'cities/country/:country': 'cities/country',
621
603
  'cities/currency/:currency': 'cities/currency',
@@ -628,74 +610,62 @@ export const PathnameRoute = Object.freeze(
628
610
  'city/:city/timezone/:timezone': 'city/timezone',
629
611
  'city/:city/venue/:venue': 'city/venue',
630
612
  'city/:city/venues': 'city/venues',
631
- 'country/:country': 'country',
632
- 'countries': 'countries',
633
- 'currency/:currency': 'currency',
634
- 'currencies': 'currencies',
635
- 'timezone/:timezone': 'timezone',
636
- 'timezones': 'timezones',
637
613
  'venue/:venue': 'venue',
638
614
  'venue/:venue/city/:city': 'venue/city',
639
- 'venues': 'venues',
615
+ 'venue/:venue/search': 'venue/search',
640
616
  'venues/search': 'venues/search',
617
+ 'venue/:venue/city/:city/search': 'venue/city/search',
641
618
  'venues/city/:city/search': 'venues/city/search',
642
619
  'cover/:cover': 'cover',
643
620
  'theme/:theme': 'theme',
644
621
  'theme/:theme/cover/:cover': 'theme/cover',
622
+ 'theme/:theme/search': 'theme/search',
645
623
  'themes/search': 'themes/search',
646
- 'game/:game': 'game',
647
- 'game/:game/status/:status': 'game/status',
648
- 'game/:game/city/:city': 'game/city',
624
+ 'game/:game/search': 'game/search',
625
+ 'game/:game/status/:status/search': 'game/status/search',
626
+ 'game/:game/city/:city/search': 'game/city/search',
627
+ 'game/:game/summary/search': 'game/summary/search',
628
+ 'game/:game/theme/:theme/search': 'game/theme/search',
629
+ 'game/:game/theme/:theme/cover/:cover/search': 'game/theme/cover/search',
630
+ 'game/:game/venue/:venue/search': 'game/venue/search',
649
631
  'game/:game/registration/:registration': 'game/registration',
650
632
  'game/:game/registration/:registration/status/:status': 'game/registration/status',
651
633
  'game/:game/registration/:registration/lineup': 'game/registration/lineup',
652
634
  'game/:game/registrations': 'game/registrations',
653
635
  'game/:game/registrations/status/:status': 'game/registrations/status',
654
636
  'game/:game/registrations/lineup': 'game/registrations/lineup',
655
- 'game/:game/registrations/export': 'game/registrations/export',
656
637
  'game/:game/summary': 'game/summary',
657
638
  'game/:game/theme/:theme': 'game/theme',
658
639
  'game/:game/theme/:theme/cover/:cover': 'game/theme/cover',
659
640
  'game/:game/venue/:venue': 'game/venue',
660
641
  'games/search': 'games/search',
661
- 'games/status/:status': 'games/status',
662
642
  'games/status/:status/search': 'games/status/search',
663
- 'games/city/:city': 'games/city',
664
643
  'games/city/:city/search': 'games/city/search',
665
- 'games/summary': 'games/summary',
666
644
  'games/summary/search': 'games/summary/search',
667
- 'games/theme/:theme': 'games/theme',
668
645
  'games/theme/:theme/search': 'games/theme/search',
669
- 'games/theme/:theme/cover/:cover': 'games/theme/cover',
670
- 'games/venue/:venue': 'games/venue',
646
+ 'games/theme/:theme/cover/:cover/search': 'games/theme/cover/search',
671
647
  'games/venue/:venue/search': 'games/venue/search',
672
- 'registration/:registration': 'registration',
673
- 'registration/:registration/status/:status': 'registration/status',
648
+ 'registration/:registration/search': 'registration/search',
649
+ 'registration/:registration/status/:status/search': 'registration/status/search',
674
650
  'registration/:registration/creation': 'registration/creation',
675
651
  'registration/:registration/confirmation': 'registration/confirmation',
676
652
  'registration/:registration/cancellation': 'registration/cancellation',
677
- 'registration/:registration/lineup': 'registration/lineup',
653
+ 'registration/:registration/lineup/search': 'registration/lineup/search',
678
654
  'registration/:registration/channel': 'registration/channel',
679
655
  'registration/:registration/export': 'registration/export',
680
- 'registration/:registration/city/:city': 'registration/city',
681
- 'registration/:registration/game/:game': 'registration/game',
682
- 'registration/:registration/game/:game/theme/:theme': 'registration/game/theme',
683
- 'registration/:registration/game/:game/theme/:theme/cover/:cover': 'registration/game/theme/cover',
684
- 'registration/:registration/game/:game/venue/:venue': 'registration/game/venue',
685
- 'registrations': 'registrations',
656
+ 'registration/:registration/city/:city/search': 'registration/city/search',
657
+ 'registration/:registration/game/:game/search': 'registration/game/search',
658
+ 'registration/:registration/game/:game/theme/:theme/search': 'registration/game/theme/search',
659
+ 'registration/:registration/game/:game/theme/:theme/cover/:cover/search': 'registration/game/theme/cover/search',
660
+ 'registration/:registration/game/:game/venue/:venue/search': 'registration/game/venue/search',
686
661
  'registrations/search': 'registrations/search',
687
- 'registrations/status/:status': 'registrations/status',
688
662
  'registrations/status/:status/search': 'registrations/status/search',
689
- 'registrations/lineup': 'registrations/lineup',
690
663
  'registrations/lineup/search': 'registrations/lineup/search',
691
- 'registrations/city/:city': 'registrations/city',
692
664
  'registrations/city/:city/search': 'registrations/city/search',
693
- 'registrations/game/:game': 'registrations/game',
694
665
  'registrations/game/:game/search': 'registrations/game/search',
695
- 'registrations/game/:game/status/:status': 'registrations/game/status',
696
666
  'registrations/game/:game/status/:status/search': 'registrations/game/status/search',
697
- 'registrations/game/:game/theme/:theme': 'registrations/game/theme',
698
667
  'registrations/game/:game/theme/:theme/search': 'registrations/game/theme/search',
668
+ 'registrations/game/:game/venue/:venue/search': 'registrations/game/venue/search',
699
669
  'telegram/webhook': 'telegram/webhook',
700
670
  'telegram/registration/:registration/mailing': 'telegram/registration/mailing',
701
671
  'chatapp/webhook': 'chatapp/webhook',
@@ -708,10 +678,6 @@ export const PathnameRoute = Object.freeze(
708
678
 
709
679
  export const PathnameParameters = Object.freeze(
710
680
  /** @type {const} */ ({
711
- 'role/:role': [
712
- ':role',
713
- ],
714
- 'roles': [],
715
681
  'user/:user': [
716
682
  ':user',
717
683
  ],
@@ -735,7 +701,23 @@ export const PathnameParameters = Object.freeze(
735
701
  ':role',
736
702
  ],
737
703
  'users/cities': [],
704
+ 'role/:role': [
705
+ ':role',
706
+ ],
707
+ 'roles': [],
738
708
  'checkin': [],
709
+ 'country/:country': [
710
+ ':country',
711
+ ],
712
+ 'countries': [],
713
+ 'currency/:currency': [
714
+ ':currency',
715
+ ],
716
+ 'currencies': [],
717
+ 'timezone/:timezone': [
718
+ ':timezone',
719
+ ],
720
+ 'timezones': [],
739
721
  'cities': [],
740
722
  'cities/country/:country': [
741
723
  ':country',
@@ -772,18 +754,6 @@ export const PathnameParameters = Object.freeze(
772
754
  'city/:city/venues': [
773
755
  ':city',
774
756
  ],
775
- 'country/:country': [
776
- ':country',
777
- ],
778
- 'countries': [],
779
- 'currency/:currency': [
780
- ':currency',
781
- ],
782
- 'currencies': [],
783
- 'timezone/:timezone': [
784
- ':timezone',
785
- ],
786
- 'timezones': [],
787
757
  'venue/:venue': [
788
758
  ':venue',
789
759
  ],
@@ -791,8 +761,14 @@ export const PathnameParameters = Object.freeze(
791
761
  ':venue',
792
762
  ':city',
793
763
  ],
794
- 'venues': [],
764
+ 'venue/:venue/search': [
765
+ ':venue',
766
+ ],
795
767
  'venues/search': [],
768
+ 'venue/:venue/city/:city/search': [
769
+ ':venue',
770
+ ':city',
771
+ ],
796
772
  'venues/city/:city/search': [
797
773
  ':city',
798
774
  ],
@@ -806,18 +782,37 @@ export const PathnameParameters = Object.freeze(
806
782
  ':theme',
807
783
  ':cover',
808
784
  ],
785
+ 'theme/:theme/search': [
786
+ ':theme',
787
+ ],
809
788
  'themes/search': [],
810
- 'game/:game': [
789
+ 'game/:game/search': [
811
790
  ':game',
812
791
  ],
813
- 'game/:game/status/:status': [
792
+ 'game/:game/status/:status/search': [
814
793
  ':game',
815
794
  ':status',
816
795
  ],
817
- 'game/:game/city/:city': [
796
+ 'game/:game/city/:city/search': [
818
797
  ':game',
819
798
  ':city',
820
799
  ],
800
+ 'game/:game/summary/search': [
801
+ ':game',
802
+ ],
803
+ 'game/:game/theme/:theme/search': [
804
+ ':game',
805
+ ':theme',
806
+ ],
807
+ 'game/:game/theme/:theme/cover/:cover/search': [
808
+ ':game',
809
+ ':theme',
810
+ ':cover',
811
+ ],
812
+ 'game/:game/venue/:venue/search': [
813
+ ':game',
814
+ ':venue',
815
+ ],
821
816
  'game/:game/registration/:registration': [
822
817
  ':game',
823
818
  ':registration',
@@ -841,9 +836,6 @@ export const PathnameParameters = Object.freeze(
841
836
  'game/:game/registrations/lineup': [
842
837
  ':game',
843
838
  ],
844
- 'game/:game/registrations/export': [
845
- ':game',
846
- ],
847
839
  'game/:game/summary': [
848
840
  ':game',
849
841
  ],
@@ -861,40 +853,27 @@ export const PathnameParameters = Object.freeze(
861
853
  ':venue',
862
854
  ],
863
855
  'games/search': [],
864
- 'games/status/:status': [
865
- ':status',
866
- ],
867
856
  'games/status/:status/search': [
868
857
  ':status',
869
858
  ],
870
- 'games/city/:city': [
871
- ':city',
872
- ],
873
859
  'games/city/:city/search': [
874
860
  ':city',
875
861
  ],
876
- 'games/summary': [],
877
862
  'games/summary/search': [],
878
- 'games/theme/:theme': [
879
- ':theme',
880
- ],
881
863
  'games/theme/:theme/search': [
882
864
  ':theme',
883
865
  ],
884
- 'games/theme/:theme/cover/:cover': [
866
+ 'games/theme/:theme/cover/:cover/search': [
885
867
  ':theme',
886
868
  ':cover',
887
869
  ],
888
- 'games/venue/:venue': [
889
- ':venue',
890
- ],
891
870
  'games/venue/:venue/search': [
892
871
  ':venue',
893
872
  ],
894
- 'registration/:registration': [
873
+ 'registration/:registration/search': [
895
874
  ':registration',
896
875
  ],
897
- 'registration/:registration/status/:status': [
876
+ 'registration/:registration/status/:status/search': [
898
877
  ':registration',
899
878
  ':status',
900
879
  ],
@@ -907,7 +886,7 @@ export const PathnameParameters = Object.freeze(
907
886
  'registration/:registration/cancellation': [
908
887
  ':registration',
909
888
  ],
910
- 'registration/:registration/lineup': [
889
+ 'registration/:registration/lineup/search': [
911
890
  ':registration',
912
891
  ],
913
892
  'registration/:registration/channel': [
@@ -916,67 +895,52 @@ export const PathnameParameters = Object.freeze(
916
895
  'registration/:registration/export': [
917
896
  ':registration',
918
897
  ],
919
- 'registration/:registration/city/:city': [
898
+ 'registration/:registration/city/:city/search': [
920
899
  ':registration',
921
900
  ':city',
922
901
  ],
923
- 'registration/:registration/game/:game': [
902
+ 'registration/:registration/game/:game/search': [
924
903
  ':registration',
925
904
  ':game',
926
905
  ],
927
- 'registration/:registration/game/:game/theme/:theme': [
906
+ 'registration/:registration/game/:game/theme/:theme/search': [
928
907
  ':registration',
929
908
  ':game',
930
909
  ':theme',
931
910
  ],
932
- 'registration/:registration/game/:game/theme/:theme/cover/:cover': [
911
+ 'registration/:registration/game/:game/theme/:theme/cover/:cover/search': [
933
912
  ':registration',
934
913
  ':game',
935
914
  ':theme',
936
915
  ':cover',
937
916
  ],
938
- 'registration/:registration/game/:game/venue/:venue': [
917
+ 'registration/:registration/game/:game/venue/:venue/search': [
939
918
  ':registration',
940
919
  ':game',
941
920
  ':venue',
942
921
  ],
943
- 'registrations': [],
944
922
  'registrations/search': [],
945
- 'registrations/status/:status': [
946
- ':status',
947
- ],
948
923
  'registrations/status/:status/search': [
949
924
  ':status',
950
925
  ],
951
- 'registrations/lineup': [],
952
926
  'registrations/lineup/search': [],
953
- 'registrations/city/:city': [
954
- ':city',
955
- ],
956
927
  'registrations/city/:city/search': [
957
928
  ':city',
958
929
  ],
959
- 'registrations/game/:game': [
960
- ':game',
961
- ],
962
930
  'registrations/game/:game/search': [
963
931
  ':game',
964
932
  ],
965
- 'registrations/game/:game/status/:status': [
966
- ':game',
967
- ':status',
968
- ],
969
933
  'registrations/game/:game/status/:status/search': [
970
934
  ':game',
971
935
  ':status',
972
936
  ],
973
- 'registrations/game/:game/theme/:theme': [
937
+ 'registrations/game/:game/theme/:theme/search': [
974
938
  ':game',
975
939
  ':theme',
976
940
  ],
977
- 'registrations/game/:game/theme/:theme/search': [
941
+ 'registrations/game/:game/venue/:venue/search': [
978
942
  ':game',
979
- ':theme',
943
+ ':venue',
980
944
  ],
981
945
  'telegram/webhook': [],
982
946
  'telegram/registration/:registration/mailing': [
@@ -1015,8 +979,6 @@ export const ParameterPattern = Object.freeze(
1015
979
 
1016
980
  export const RouteBreakdown = Object.freeze(
1017
981
  /** @type {const} */ ({
1018
- 'role': 'role',
1019
- 'roles': 'role',
1020
982
  'user': 'user',
1021
983
  'user/password': 'user/password',
1022
984
  'user/role': 'user/role',
@@ -1026,7 +988,15 @@ export const RouteBreakdown = Object.freeze(
1026
988
  'users/password': 'user/password',
1027
989
  'users/role': 'user/role',
1028
990
  'users/cities': 'user/cities',
991
+ 'role': 'role',
992
+ 'roles': 'role',
1029
993
  'checkin': 'checkin',
994
+ 'country': 'country',
995
+ 'countries': 'country',
996
+ 'currency': 'currency',
997
+ 'currencies': 'currency',
998
+ 'timezone': 'timezone',
999
+ 'timezones': 'timezone',
1030
1000
  'cities': 'city',
1031
1001
  'cities/country': 'city/country',
1032
1002
  'cities/currency': 'city/currency',
@@ -1039,74 +1009,62 @@ export const RouteBreakdown = Object.freeze(
1039
1009
  'city/timezone': 'city/timezone',
1040
1010
  'city/venue': 'city/venue',
1041
1011
  'city/venues': 'city/venues',
1042
- 'country': 'country',
1043
- 'countries': 'country',
1044
- 'currency': 'currency',
1045
- 'currencies': 'currency',
1046
- 'timezone': 'timezone',
1047
- 'timezones': 'timezone',
1048
1012
  'venue': 'venue',
1049
1013
  'venue/city': 'venue/city',
1050
- 'venues': 'venue',
1014
+ 'venue/search': 'venue/search',
1051
1015
  'venues/search': 'venue/search',
1016
+ 'venue/city/search': 'venue/city/search',
1052
1017
  'venues/city/search': 'venue/city/search',
1053
1018
  'cover': 'cover',
1054
1019
  'theme': 'theme',
1055
1020
  'theme/cover': 'theme/cover',
1021
+ 'theme/search': 'theme/search',
1056
1022
  'themes/search': 'theme/search',
1057
- 'game': 'game',
1058
- 'game/status': 'game/status',
1059
- 'game/city': 'game/city',
1023
+ 'game/search': 'game/search',
1024
+ 'game/status/search': 'game/status/search',
1025
+ 'game/city/search': 'game/city/search',
1026
+ 'game/summary/search': 'game/summary/search',
1027
+ 'game/theme/search': 'game/theme/search',
1028
+ 'game/theme/cover/search': 'game/theme/cover/search',
1029
+ 'game/venue/search': 'game/venue/search',
1060
1030
  'game/registration': 'game/registration',
1061
1031
  'game/registration/status': 'game/registration/status',
1062
1032
  'game/registration/lineup': 'game/registration/lineup',
1063
1033
  'game/registrations': 'game/registrations',
1064
1034
  'game/registrations/status': 'game/registrations/status',
1065
1035
  'game/registrations/lineup': 'game/registrations/lineup',
1066
- 'game/registrations/export': 'game/registrations/export',
1067
1036
  'game/summary': 'game/summary',
1068
1037
  'game/theme': 'game/theme',
1069
1038
  'game/theme/cover': 'game/theme/cover',
1070
1039
  'game/venue': 'game/venue',
1071
1040
  'games/search': 'game/search',
1072
- 'games/status': 'game/status',
1073
1041
  'games/status/search': 'game/status/search',
1074
- 'games/city': 'game/city',
1075
1042
  'games/city/search': 'game/city/search',
1076
- 'games/summary': 'game/summary',
1077
1043
  'games/summary/search': 'game/summary/search',
1078
- 'games/theme': 'game/theme',
1079
1044
  'games/theme/search': 'game/theme/search',
1080
- 'games/theme/cover': 'game/theme/cover',
1081
- 'games/venue': 'game/venue',
1045
+ 'games/theme/cover/search': 'game/theme/cover/search',
1082
1046
  'games/venue/search': 'game/venue/search',
1083
- 'registration': 'registration',
1084
- 'registration/status': 'registration/status',
1047
+ 'registration/search': 'registration/search',
1048
+ 'registration/status/search': 'registration/status/search',
1085
1049
  'registration/creation': 'registration/creation',
1086
1050
  'registration/confirmation': 'registration/confirmation',
1087
1051
  'registration/cancellation': 'registration/cancellation',
1088
- 'registration/lineup': 'registration/lineup',
1052
+ 'registration/lineup/search': 'registration/lineup/search',
1089
1053
  'registration/channel': 'registration/channel',
1090
1054
  'registration/export': 'registration/export',
1091
- 'registration/city': 'registration/city',
1092
- 'registration/game': 'registration/game',
1093
- 'registration/game/theme': 'registration/game/theme',
1094
- 'registration/game/theme/cover': 'registration/game/theme/cover',
1095
- 'registration/game/venue': 'registration/game/venue',
1096
- 'registrations': 'registration',
1055
+ 'registration/city/search': 'registration/city/search',
1056
+ 'registration/game/search': 'registration/game/search',
1057
+ 'registration/game/theme/search': 'registration/game/theme/search',
1058
+ 'registration/game/theme/cover/search': 'registration/game/theme/cover/search',
1059
+ 'registration/game/venue/search': 'registration/game/venue/search',
1097
1060
  'registrations/search': 'registration/search',
1098
- 'registrations/status': 'registration/status',
1099
1061
  'registrations/status/search': 'registration/status/search',
1100
- 'registrations/lineup': 'registration/lineup',
1101
1062
  'registrations/lineup/search': 'registration/lineup/search',
1102
- 'registrations/city': 'registration/city',
1103
1063
  'registrations/city/search': 'registration/city/search',
1104
- 'registrations/game': 'registration/game',
1105
1064
  'registrations/game/search': 'registration/game/search',
1106
- 'registrations/game/status': 'registration/game/status',
1107
1065
  'registrations/game/status/search': 'registration/game/status/search',
1108
- 'registrations/game/theme': 'registration/game/theme',
1109
1066
  'registrations/game/theme/search': 'registration/game/theme/search',
1067
+ 'registrations/game/venue/search': 'registration/game/venue/search',
1110
1068
  'telegram/webhook': 'telegram/webhook',
1111
1069
  'telegram/registration/mailing': 'telegram/registration/mailing',
1112
1070
  'chatapp/webhook': 'chatapp/webhook',
@@ -1119,8 +1077,6 @@ export const RouteBreakdown = Object.freeze(
1119
1077
 
1120
1078
  export const RouteRelation = Object.freeze(
1121
1079
  /** @type {const} */ ({
1122
- 'role': 'role',
1123
- 'roles': 'role',
1124
1080
  'user': 'user',
1125
1081
  'user/password': 'user/password',
1126
1082
  'user/role': 'user/role',
@@ -1130,7 +1086,15 @@ export const RouteRelation = Object.freeze(
1130
1086
  'users/password': 'user/password',
1131
1087
  'users/role': 'user/role',
1132
1088
  'users/cities': 'user/city',
1089
+ 'role': 'role',
1090
+ 'roles': 'role',
1133
1091
  'checkin': 'checkin',
1092
+ 'country': 'country',
1093
+ 'countries': 'country',
1094
+ 'currency': 'currency',
1095
+ 'currencies': 'currency',
1096
+ 'timezone': 'timezone',
1097
+ 'timezones': 'timezone',
1134
1098
  'cities': 'city',
1135
1099
  'cities/country': 'city/country',
1136
1100
  'cities/currency': 'city/currency',
@@ -1143,74 +1107,62 @@ export const RouteRelation = Object.freeze(
1143
1107
  'city/timezone': 'city/timezone',
1144
1108
  'city/venue': 'city/venue',
1145
1109
  'city/venues': 'city/venue',
1146
- 'country': 'country',
1147
- 'countries': 'country',
1148
- 'currency': 'currency',
1149
- 'currencies': 'currency',
1150
- 'timezone': 'timezone',
1151
- 'timezones': 'timezone',
1152
1110
  'venue': 'venue',
1153
1111
  'venue/city': 'venue/city',
1154
- 'venues': 'venue',
1112
+ 'venue/search': 'venue/search',
1155
1113
  'venues/search': 'venue/search',
1114
+ 'venue/city/search': 'city/search',
1156
1115
  'venues/city/search': 'city/search',
1157
1116
  'cover': 'cover',
1158
1117
  'theme': 'theme',
1159
1118
  'theme/cover': 'theme/cover',
1119
+ 'theme/search': 'theme/search',
1160
1120
  'themes/search': 'theme/search',
1161
- 'game': 'game',
1162
- 'game/status': 'game/status',
1163
- 'game/city': 'game/city',
1121
+ 'game/search': 'game/search',
1122
+ 'game/status/search': 'status/search',
1123
+ 'game/city/search': 'city/search',
1124
+ 'game/summary/search': 'summary/search',
1125
+ 'game/theme/search': 'theme/search',
1126
+ 'game/theme/cover/search': 'cover/search',
1127
+ 'game/venue/search': 'venue/search',
1164
1128
  'game/registration': 'game/registration',
1165
1129
  'game/registration/status': 'registration/status',
1166
1130
  'game/registration/lineup': 'registration/lineup',
1167
1131
  'game/registrations': 'game/registration',
1168
1132
  'game/registrations/status': 'registration/status',
1169
1133
  'game/registrations/lineup': 'registration/lineup',
1170
- 'game/registrations/export': 'registration/export',
1171
1134
  'game/summary': 'game/summary',
1172
1135
  'game/theme': 'game/theme',
1173
1136
  'game/theme/cover': 'theme/cover',
1174
1137
  'game/venue': 'game/venue',
1175
1138
  'games/search': 'game/search',
1176
- 'games/status': 'game/status',
1177
1139
  'games/status/search': 'status/search',
1178
- 'games/city': 'game/city',
1179
1140
  'games/city/search': 'city/search',
1180
- 'games/summary': 'game/summary',
1181
1141
  'games/summary/search': 'summary/search',
1182
- 'games/theme': 'game/theme',
1183
1142
  'games/theme/search': 'theme/search',
1184
- 'games/theme/cover': 'theme/cover',
1185
- 'games/venue': 'game/venue',
1143
+ 'games/theme/cover/search': 'cover/search',
1186
1144
  'games/venue/search': 'venue/search',
1187
- 'registration': 'registration',
1188
- 'registration/status': 'registration/status',
1145
+ 'registration/search': 'registration/search',
1146
+ 'registration/status/search': 'status/search',
1189
1147
  'registration/creation': 'registration/creation',
1190
1148
  'registration/confirmation': 'registration/confirmation',
1191
1149
  'registration/cancellation': 'registration/cancellation',
1192
- 'registration/lineup': 'registration/lineup',
1150
+ 'registration/lineup/search': 'lineup/search',
1193
1151
  'registration/channel': 'registration/channel',
1194
1152
  'registration/export': 'registration/export',
1195
- 'registration/city': 'registration/city',
1196
- 'registration/game': 'registration/game',
1197
- 'registration/game/theme': 'game/theme',
1198
- 'registration/game/theme/cover': 'theme/cover',
1199
- 'registration/game/venue': 'game/venue',
1200
- 'registrations': 'registration',
1153
+ 'registration/city/search': 'city/search',
1154
+ 'registration/game/search': 'game/search',
1155
+ 'registration/game/theme/search': 'theme/search',
1156
+ 'registration/game/theme/cover/search': 'cover/search',
1157
+ 'registration/game/venue/search': 'venue/search',
1201
1158
  'registrations/search': 'registration/search',
1202
- 'registrations/status': 'registration/status',
1203
1159
  'registrations/status/search': 'status/search',
1204
- 'registrations/lineup': 'registration/lineup',
1205
1160
  'registrations/lineup/search': 'lineup/search',
1206
- 'registrations/city': 'registration/city',
1207
1161
  'registrations/city/search': 'city/search',
1208
- 'registrations/game': 'registration/game',
1209
1162
  'registrations/game/search': 'game/search',
1210
- 'registrations/game/status': 'game/status',
1211
1163
  'registrations/game/status/search': 'status/search',
1212
- 'registrations/game/theme': 'game/theme',
1213
1164
  'registrations/game/theme/search': 'theme/search',
1165
+ 'registrations/game/venue/search': 'venue/search',
1214
1166
  'telegram/webhook': 'telegram/webhook',
1215
1167
  'telegram/registration/mailing': 'registration/mailing',
1216
1168
  'chatapp/webhook': 'chatapp/webhook',
@@ -1223,8 +1175,6 @@ export const RouteRelation = Object.freeze(
1223
1175
 
1224
1176
  export const RouteService = Object.freeze(
1225
1177
  /** @type {const} */ ({
1226
- 'role': 'Roles',
1227
- 'roles': 'Roles',
1228
1178
  'user': 'Users',
1229
1179
  'user/password': 'Users',
1230
1180
  'user/role': 'Users',
@@ -1234,7 +1184,15 @@ export const RouteService = Object.freeze(
1234
1184
  'users/password': 'Users',
1235
1185
  'users/role': 'Users',
1236
1186
  'users/cities': 'Users',
1187
+ 'role': 'Roles',
1188
+ 'roles': 'Roles',
1237
1189
  'checkin': 'Checkin',
1190
+ 'country': 'Locations',
1191
+ 'countries': 'Locations',
1192
+ 'currency': 'Locations',
1193
+ 'currencies': 'Locations',
1194
+ 'timezone': 'Locations',
1195
+ 'timezones': 'Locations',
1238
1196
  'cities': 'Cities',
1239
1197
  'cities/country': 'Cities',
1240
1198
  'cities/currency': 'Cities',
@@ -1247,74 +1205,62 @@ export const RouteService = Object.freeze(
1247
1205
  'city/timezone': 'Cities',
1248
1206
  'city/venue': 'Cities',
1249
1207
  'city/venues': 'Cities',
1250
- 'country': 'Locations',
1251
- 'countries': 'Locations',
1252
- 'currency': 'Locations',
1253
- 'currencies': 'Locations',
1254
- 'timezone': 'Locations',
1255
- 'timezones': 'Locations',
1256
1208
  'venue': 'Venues',
1257
1209
  'venue/city': 'Venues',
1258
- 'venues': 'Venues',
1210
+ 'venue/search': 'Venues',
1259
1211
  'venues/search': 'Venues',
1212
+ 'venue/city/search': 'Venues',
1260
1213
  'venues/city/search': 'Venues',
1261
1214
  'cover': 'Minio',
1262
1215
  'theme': 'Themes',
1263
1216
  'theme/cover': 'Themes',
1217
+ 'theme/search': 'Themes',
1264
1218
  'themes/search': 'Themes',
1265
- 'game': 'Games',
1266
- 'game/status': 'Games',
1267
- 'game/city': 'Games',
1219
+ 'game/search': 'Games',
1220
+ 'game/status/search': 'Games',
1221
+ 'game/city/search': 'Games',
1222
+ 'game/summary/search': 'Games',
1223
+ 'game/theme/search': 'Games',
1224
+ 'game/theme/cover/search': 'Games',
1225
+ 'game/venue/search': 'Games',
1268
1226
  'game/registration': 'Games',
1269
1227
  'game/registration/status': 'Games',
1270
1228
  'game/registration/lineup': 'Games',
1271
1229
  'game/registrations': 'Games',
1272
1230
  'game/registrations/status': 'Games',
1273
1231
  'game/registrations/lineup': 'Games',
1274
- 'game/registrations/export': 'Games',
1275
1232
  'game/summary': 'Games',
1276
1233
  'game/theme': 'Games',
1277
1234
  'game/theme/cover': 'Games',
1278
1235
  'game/venue': 'Games',
1279
1236
  'games/search': 'Games',
1280
- 'games/status': 'Games',
1281
1237
  'games/status/search': 'Games',
1282
- 'games/city': 'Games',
1283
1238
  'games/city/search': 'Games',
1284
- 'games/summary': 'Games',
1285
1239
  'games/summary/search': 'Games',
1286
- 'games/theme': 'Games',
1287
1240
  'games/theme/search': 'Games',
1288
- 'games/theme/cover': 'Games',
1289
- 'games/venue': 'Games',
1241
+ 'games/theme/cover/search': 'Games',
1290
1242
  'games/venue/search': 'Games',
1291
- 'registration': 'Registrations',
1292
- 'registration/status': 'Registrations',
1243
+ 'registration/search': 'Registrations',
1244
+ 'registration/status/search': 'Registrations',
1293
1245
  'registration/creation': 'Registrations',
1294
1246
  'registration/confirmation': 'Registrations',
1295
1247
  'registration/cancellation': 'Registrations',
1296
- 'registration/lineup': 'Registrations',
1248
+ 'registration/lineup/search': 'Registrations',
1297
1249
  'registration/channel': 'Registrations',
1298
1250
  'registration/export': 'Registrations',
1299
- 'registration/city': 'Registrations',
1300
- 'registration/game': 'Registrations',
1301
- 'registration/game/theme': 'Registrations',
1302
- 'registration/game/theme/cover': 'Registrations',
1303
- 'registration/game/venue': 'Registrations',
1304
- 'registrations': 'Registrations',
1251
+ 'registration/city/search': 'Registrations',
1252
+ 'registration/game/search': 'Registrations',
1253
+ 'registration/game/theme/search': 'Registrations',
1254
+ 'registration/game/theme/cover/search': 'Registrations',
1255
+ 'registration/game/venue/search': 'Registrations',
1305
1256
  'registrations/search': 'Registrations',
1306
- 'registrations/status': 'Registrations',
1307
1257
  'registrations/status/search': 'Registrations',
1308
- 'registrations/lineup': 'Registrations',
1309
1258
  'registrations/lineup/search': 'Registrations',
1310
- 'registrations/city': 'Registrations',
1311
1259
  'registrations/city/search': 'Registrations',
1312
- 'registrations/game': 'Registrations',
1313
1260
  'registrations/game/search': 'Registrations',
1314
- 'registrations/game/status': 'Registrations',
1315
1261
  'registrations/game/status/search': 'Registrations',
1316
- 'registrations/game/theme': 'Registrations',
1317
1262
  'registrations/game/theme/search': 'Registrations',
1263
+ 'registrations/game/venue/search': 'Registrations',
1318
1264
  'telegram/webhook': 'Telegram',
1319
1265
  'telegram/registration/mailing': 'Telegram',
1320
1266
  'chatapp/webhook': 'Chatapp',
@@ -1327,10 +1273,6 @@ export const RouteService = Object.freeze(
1327
1273
 
1328
1274
  export const ServiceRoutes = Object.freeze(
1329
1275
  /** @type {const} */ ({
1330
- 'Roles': [
1331
- 'role',
1332
- 'roles',
1333
- ],
1334
1276
  'Users': [
1335
1277
  'user',
1336
1278
  'user/password',
@@ -1342,9 +1284,21 @@ export const ServiceRoutes = Object.freeze(
1342
1284
  'users/role',
1343
1285
  'users/cities',
1344
1286
  ],
1287
+ 'Roles': [
1288
+ 'role',
1289
+ 'roles',
1290
+ ],
1345
1291
  'Checkin': [
1346
1292
  'checkin',
1347
1293
  ],
1294
+ 'Locations': [
1295
+ 'country',
1296
+ 'countries',
1297
+ 'currency',
1298
+ 'currencies',
1299
+ 'timezone',
1300
+ 'timezones',
1301
+ ],
1348
1302
  'Cities': [
1349
1303
  'cities',
1350
1304
  'cities/country',
@@ -1359,19 +1313,12 @@ export const ServiceRoutes = Object.freeze(
1359
1313
  'city/venue',
1360
1314
  'city/venues',
1361
1315
  ],
1362
- 'Locations': [
1363
- 'country',
1364
- 'countries',
1365
- 'currency',
1366
- 'currencies',
1367
- 'timezone',
1368
- 'timezones',
1369
- ],
1370
1316
  'Venues': [
1371
1317
  'venue',
1372
1318
  'venue/city',
1373
- 'venues',
1319
+ 'venue/search',
1374
1320
  'venues/search',
1321
+ 'venue/city/search',
1375
1322
  'venues/city/search',
1376
1323
  ],
1377
1324
  'Minio': [
@@ -1380,64 +1327,57 @@ export const ServiceRoutes = Object.freeze(
1380
1327
  'Themes': [
1381
1328
  'theme',
1382
1329
  'theme/cover',
1330
+ 'theme/search',
1383
1331
  'themes/search',
1384
1332
  ],
1385
1333
  'Games': [
1386
- 'game',
1387
- 'game/status',
1388
- 'game/city',
1334
+ 'game/search',
1335
+ 'game/status/search',
1336
+ 'game/city/search',
1337
+ 'game/summary/search',
1338
+ 'game/theme/search',
1339
+ 'game/theme/cover/search',
1340
+ 'game/venue/search',
1389
1341
  'game/registration',
1390
1342
  'game/registration/status',
1391
1343
  'game/registration/lineup',
1392
1344
  'game/registrations',
1393
1345
  'game/registrations/status',
1394
1346
  'game/registrations/lineup',
1395
- 'game/registrations/export',
1396
1347
  'game/summary',
1397
1348
  'game/theme',
1398
1349
  'game/theme/cover',
1399
1350
  'game/venue',
1400
1351
  'games/search',
1401
- 'games/status',
1402
1352
  'games/status/search',
1403
- 'games/city',
1404
1353
  'games/city/search',
1405
- 'games/summary',
1406
1354
  'games/summary/search',
1407
- 'games/theme',
1408
1355
  'games/theme/search',
1409
- 'games/theme/cover',
1410
- 'games/venue',
1356
+ 'games/theme/cover/search',
1411
1357
  'games/venue/search',
1412
1358
  ],
1413
1359
  'Registrations': [
1414
- 'registration',
1415
- 'registration/status',
1360
+ 'registration/search',
1361
+ 'registration/status/search',
1416
1362
  'registration/creation',
1417
1363
  'registration/confirmation',
1418
1364
  'registration/cancellation',
1419
- 'registration/lineup',
1365
+ 'registration/lineup/search',
1420
1366
  'registration/channel',
1421
1367
  'registration/export',
1422
- 'registration/city',
1423
- 'registration/game',
1424
- 'registration/game/theme',
1425
- 'registration/game/theme/cover',
1426
- 'registration/game/venue',
1427
- 'registrations',
1368
+ 'registration/city/search',
1369
+ 'registration/game/search',
1370
+ 'registration/game/theme/search',
1371
+ 'registration/game/theme/cover/search',
1372
+ 'registration/game/venue/search',
1428
1373
  'registrations/search',
1429
- 'registrations/status',
1430
1374
  'registrations/status/search',
1431
- 'registrations/lineup',
1432
1375
  'registrations/lineup/search',
1433
- 'registrations/city',
1434
1376
  'registrations/city/search',
1435
- 'registrations/game',
1436
1377
  'registrations/game/search',
1437
- 'registrations/game/status',
1438
1378
  'registrations/game/status/search',
1439
- 'registrations/game/theme',
1440
1379
  'registrations/game/theme/search',
1380
+ 'registrations/game/venue/search',
1441
1381
  ],
1442
1382
  'Telegram': [
1443
1383
  'telegram/webhook',