@shakerquiz/contracts 0.0.173 → 0.0.175
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/contracts/PATCH/registrations/lineup/admin.json +26 -0
- package/source/contracts/PATCH/registrations/lineup/organizer.json +26 -0
- package/source/contracts/PATCH/registrations/status/Service.json +27 -0
- package/source/contracts/PATCH/registrations/status/admin.json +27 -0
- package/source/contracts/PATCH/registrations/status/organizer.json +27 -0
- package/source/contracts/POST/venues/search/admin.json +21 -0
- package/source/contracts/POST/venues/search/organizer.json +21 -0
- package/source/contracts/POST/venues/status/search/admin.json +59 -0
- package/source/contracts/POST/venues/status/search/organizer.json +59 -0
- package/source/index.js +532 -504
package/source/index.js
CHANGED
|
@@ -1,615 +1,643 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import PATCH_game_admin from './contracts/PATCH/game/admin.json' with { type: 'json' }
|
|
4
|
-
import PATCH_city_vk_group_token_organizer from './contracts/PATCH/city/vk_group_token/organizer.json' with { type: 'json' }
|
|
5
|
-
import PATCH_city_vk_group_token_admin from './contracts/PATCH/city/vk_group_token/admin.json' with { type: 'json' }
|
|
6
|
-
import PATCH_city_organizer from './contracts/PATCH/city/organizer.json' with { type: 'json' }
|
|
7
|
-
import PATCH_city_currency_organizer from './contracts/PATCH/city/currency/organizer.json' with { type: 'json' }
|
|
8
|
-
import PATCH_city_currency_admin from './contracts/PATCH/city/currency/admin.json' with { type: 'json' }
|
|
9
|
-
import PATCH_city_admin from './contracts/PATCH/city/admin.json' with { type: 'json' }
|
|
10
|
-
import PATCH_city_country_organizer from './contracts/PATCH/city/country/organizer.json' with { type: 'json' }
|
|
11
|
-
import PATCH_city_country_admin from './contracts/PATCH/city/country/admin.json' with { type: 'json' }
|
|
12
|
-
import PATCH_city_timezone_organizer from './contracts/PATCH/city/timezone/organizer.json' with { type: 'json' }
|
|
13
|
-
import PATCH_city_timezone_admin from './contracts/PATCH/city/timezone/admin.json' with { type: 'json' }
|
|
14
|
-
import PATCH_games_organizer from './contracts/PATCH/games/organizer.json' with { type: 'json' }
|
|
15
|
-
import PATCH_games_Service from './contracts/PATCH/games/Service.json' with { type: 'json' }
|
|
16
|
-
import PATCH_games_admin from './contracts/PATCH/games/admin.json' with { type: 'json' }
|
|
17
|
-
import PATCH_theme_admin from './contracts/PATCH/theme/admin.json' with { type: 'json' }
|
|
18
|
-
import PATCH_venues_organizer from './contracts/PATCH/venues/organizer.json' with { type: 'json' }
|
|
19
|
-
import PATCH_venues_admin from './contracts/PATCH/venues/admin.json' with { type: 'json' }
|
|
20
|
-
import PATCH_themes_admin from './contracts/PATCH/themes/admin.json' with { type: 'json' }
|
|
21
|
-
import PATCH_venue_organizer from './contracts/PATCH/venue/organizer.json' with { type: 'json' }
|
|
22
|
-
import PATCH_venue_admin from './contracts/PATCH/venue/admin.json' with { type: 'json' }
|
|
23
|
-
import PATCH_registrations_Service from './contracts/PATCH/registrations/Service.json' with { type: 'json' }
|
|
24
|
-
import PATCH_user_password_admin from './contracts/PATCH/user/password/admin.json' with { type: 'json' }
|
|
25
|
-
import PATCH_user_admin from './contracts/PATCH/user/admin.json' with { type: 'json' }
|
|
26
|
-
import PATCH_user_role_admin from './contracts/PATCH/user/role/admin.json' with { type: 'json' }
|
|
27
|
-
import PATCH_registration_organizer from './contracts/PATCH/registration/organizer.json' with { type: 'json' }
|
|
28
|
-
import PATCH_registration_Unknown from './contracts/PATCH/registration/Unknown.json' with { type: 'json' }
|
|
29
|
-
import PATCH_registration_Service from './contracts/PATCH/registration/Service.json' with { type: 'json' }
|
|
30
|
-
import PATCH_registration_lineup_organizer from './contracts/PATCH/registration/lineup/organizer.json' with { type: 'json' }
|
|
31
|
-
import PATCH_registration_lineup_admin from './contracts/PATCH/registration/lineup/admin.json' with { type: 'json' }
|
|
32
|
-
import PATCH_registration_channel_organizer from './contracts/PATCH/registration/channel/organizer.json' with { type: 'json' }
|
|
33
|
-
import PATCH_registration_channel_Unknown from './contracts/PATCH/registration/channel/Unknown.json' with { type: 'json' }
|
|
34
|
-
import PATCH_registration_channel_Service from './contracts/PATCH/registration/channel/Service.json' with { type: 'json' }
|
|
35
|
-
import PATCH_registration_channel_admin from './contracts/PATCH/registration/channel/admin.json' with { type: 'json' }
|
|
36
|
-
import PATCH_registration_admin from './contracts/PATCH/registration/admin.json' with { type: 'json' }
|
|
37
|
-
import PATCH_registration_status_organizer from './contracts/PATCH/registration/status/organizer.json' with { type: 'json' }
|
|
38
|
-
import PATCH_registration_status_Unknown from './contracts/PATCH/registration/status/Unknown.json' with { type: 'json' }
|
|
39
|
-
import PATCH_registration_status_Service from './contracts/PATCH/registration/status/Service.json' with { type: 'json' }
|
|
40
|
-
import PATCH_registration_status_admin from './contracts/PATCH/registration/status/admin.json' with { type: 'json' }
|
|
41
|
-
import PUT_theme_cover_organizer from './contracts/PUT/theme/cover/organizer.json' with { type: 'json' }
|
|
42
|
-
import PUT_theme_cover_admin from './contracts/PUT/theme/cover/admin.json' with { type: 'json' }
|
|
43
|
-
import POST_game_organizer from './contracts/POST/game/organizer.json' with { type: 'json' }
|
|
44
|
-
import POST_game_admin from './contracts/POST/game/admin.json' with { type: 'json' }
|
|
45
|
-
import POST_city_vk_group_token_admin from './contracts/POST/city/vk_group_token/admin.json' with { type: 'json' }
|
|
46
|
-
import POST_city_admin from './contracts/POST/city/admin.json' with { type: 'json' }
|
|
47
|
-
import POST_roles_search_admin from './contracts/POST/roles/search/admin.json' with { type: 'json' }
|
|
48
|
-
import POST_games_city_search_organizer from './contracts/POST/games/city/search/organizer.json' with { type: 'json' }
|
|
49
|
-
import POST_games_city_search_admin from './contracts/POST/games/city/search/admin.json' with { type: 'json' }
|
|
50
|
-
import POST_games_summary_search_organizer from './contracts/POST/games/summary/search/organizer.json' with { type: 'json' }
|
|
51
|
-
import POST_games_summary_search_admin from './contracts/POST/games/summary/search/admin.json' with { type: 'json' }
|
|
52
|
-
import POST_games_theme_search_organizer from './contracts/POST/games/theme/search/organizer.json' with { type: 'json' }
|
|
53
|
-
import POST_games_theme_search_Unknown from './contracts/POST/games/theme/search/Unknown.json' with { type: 'json' }
|
|
54
|
-
import POST_games_theme_search_admin from './contracts/POST/games/theme/search/admin.json' with { type: 'json' }
|
|
55
|
-
import POST_games_cover_search_Unknown from './contracts/POST/games/cover/search/Unknown.json' with { type: 'json' }
|
|
56
|
-
import POST_games_search_organizer from './contracts/POST/games/search/organizer.json' with { type: 'json' }
|
|
57
|
-
import POST_games_search_Unknown from './contracts/POST/games/search/Unknown.json' with { type: 'json' }
|
|
58
|
-
import POST_games_search_admin from './contracts/POST/games/search/admin.json' with { type: 'json' }
|
|
59
|
-
import POST_games_venue_search_organizer from './contracts/POST/games/venue/search/organizer.json' with { type: 'json' }
|
|
60
|
-
import POST_games_venue_search_Unknown from './contracts/POST/games/venue/search/Unknown.json' with { type: 'json' }
|
|
61
|
-
import POST_games_venue_search_admin from './contracts/POST/games/venue/search/admin.json' with { type: 'json' }
|
|
1
|
+
import POST_chatapp_registration_mailing_admin from './contracts/POST/chatapp/registration/mailing/admin.json' with { type: 'json' }
|
|
2
|
+
import POST_chatapp_registration_mailing_organizer from './contracts/POST/chatapp/registration/mailing/organizer.json' with { type: 'json' }
|
|
62
3
|
import POST_theme_cover_admin from './contracts/POST/theme/cover/admin.json' with { type: 'json' }
|
|
63
4
|
import POST_theme_admin from './contracts/POST/theme/admin.json' with { type: 'json' }
|
|
64
|
-
import POST_chatapp_registration_mailing_organizer from './contracts/POST/chatapp/registration/mailing/organizer.json' with { type: 'json' }
|
|
65
|
-
import POST_chatapp_registration_mailing_admin from './contracts/POST/chatapp/registration/mailing/admin.json' with { type: 'json' }
|
|
66
|
-
import POST_venues_city_search_organizer from './contracts/POST/venues/city/search/organizer.json' with { type: 'json' }
|
|
67
5
|
import POST_venues_city_search_admin from './contracts/POST/venues/city/search/admin.json' with { type: 'json' }
|
|
68
|
-
import
|
|
6
|
+
import POST_venues_city_search_organizer from './contracts/POST/venues/city/search/organizer.json' with { type: 'json' }
|
|
69
7
|
import POST_venues_search_admin from './contracts/POST/venues/search/admin.json' with { type: 'json' }
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
8
|
+
import POST_venues_search_organizer from './contracts/POST/venues/search/organizer.json' with { type: 'json' }
|
|
9
|
+
import POST_venues_status_search_admin from './contracts/POST/venues/status/search/admin.json' with { type: 'json' }
|
|
10
|
+
import POST_venues_status_search_organizer from './contracts/POST/venues/status/search/organizer.json' with { type: 'json' }
|
|
73
11
|
import POST_themes_search_admin from './contracts/POST/themes/search/admin.json' with { type: 'json' }
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
12
|
+
import POST_themes_search_organizer from './contracts/POST/themes/search/organizer.json' with { type: 'json' }
|
|
13
|
+
import POST_themes_cover_search_admin from './contracts/POST/themes/cover/search/admin.json' with { type: 'json' }
|
|
14
|
+
import POST_themes_cover_search_organizer from './contracts/POST/themes/cover/search/organizer.json' with { type: 'json' }
|
|
15
|
+
import POST_checkin_Unknown from './contracts/POST/checkin/Unknown.json' with { type: 'json' }
|
|
78
16
|
import POST_cities_venues_search_Unknown from './contracts/POST/cities/venues/search/Unknown.json' with { type: 'json' }
|
|
79
17
|
import POST_cities_venues_search_admin from './contracts/POST/cities/venues/search/admin.json' with { type: 'json' }
|
|
80
|
-
import
|
|
18
|
+
import POST_cities_venues_search_organizer from './contracts/POST/cities/venues/search/organizer.json' with { type: 'json' }
|
|
81
19
|
import POST_cities_search_Unknown from './contracts/POST/cities/search/Unknown.json' with { type: 'json' }
|
|
82
20
|
import POST_cities_search_admin from './contracts/POST/cities/search/admin.json' with { type: 'json' }
|
|
83
|
-
import
|
|
84
|
-
import POST_cities_country_search_Unknown from './contracts/POST/cities/country/search/Unknown.json' with { type: 'json' }
|
|
85
|
-
import POST_cities_country_search_admin from './contracts/POST/cities/country/search/admin.json' with { type: 'json' }
|
|
86
|
-
import POST_cities_timezone_search_organizer from './contracts/POST/cities/timezone/search/organizer.json' with { type: 'json' }
|
|
21
|
+
import POST_cities_search_organizer from './contracts/POST/cities/search/organizer.json' with { type: 'json' }
|
|
87
22
|
import POST_cities_timezone_search_Unknown from './contracts/POST/cities/timezone/search/Unknown.json' with { type: 'json' }
|
|
88
23
|
import POST_cities_timezone_search_admin from './contracts/POST/cities/timezone/search/admin.json' with { type: 'json' }
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
24
|
+
import POST_cities_timezone_search_organizer from './contracts/POST/cities/timezone/search/organizer.json' with { type: 'json' }
|
|
25
|
+
import POST_cities_currency_search_Unknown from './contracts/POST/cities/currency/search/Unknown.json' with { type: 'json' }
|
|
26
|
+
import POST_cities_currency_search_admin from './contracts/POST/cities/currency/search/admin.json' with { type: 'json' }
|
|
27
|
+
import POST_cities_currency_search_organizer from './contracts/POST/cities/currency/search/organizer.json' with { type: 'json' }
|
|
28
|
+
import POST_cities_country_search_Unknown from './contracts/POST/cities/country/search/Unknown.json' with { type: 'json' }
|
|
29
|
+
import POST_cities_country_search_admin from './contracts/POST/cities/country/search/admin.json' with { type: 'json' }
|
|
30
|
+
import POST_cities_country_search_organizer from './contracts/POST/cities/country/search/organizer.json' with { type: 'json' }
|
|
31
|
+
import POST_user_role_admin from './contracts/POST/user/role/admin.json' with { type: 'json' }
|
|
32
|
+
import POST_user_city_admin from './contracts/POST/user/city/admin.json' with { type: 'json' }
|
|
33
|
+
import POST_user_password_admin from './contracts/POST/user/password/admin.json' with { type: 'json' }
|
|
34
|
+
import POST_user_admin from './contracts/POST/user/admin.json' with { type: 'json' }
|
|
35
|
+
import POST_game_admin from './contracts/POST/game/admin.json' with { type: 'json' }
|
|
36
|
+
import POST_game_organizer from './contracts/POST/game/organizer.json' with { type: 'json' }
|
|
37
|
+
import POST_registrations_promotion_search_Service from './contracts/POST/registrations/promotion/search/Service.json' with { type: 'json' }
|
|
38
|
+
import POST_registrations_promotion_search_admin from './contracts/POST/registrations/promotion/search/admin.json' with { type: 'json' }
|
|
39
|
+
import POST_registrations_promotion_search_organizer from './contracts/POST/registrations/promotion/search/organizer.json' with { type: 'json' }
|
|
40
|
+
import POST_registrations_theme_search_Service from './contracts/POST/registrations/theme/search/Service.json' with { type: 'json' }
|
|
41
|
+
import POST_registrations_theme_search_Unknown from './contracts/POST/registrations/theme/search/Unknown.json' with { type: 'json' }
|
|
42
|
+
import POST_registrations_theme_search_admin from './contracts/POST/registrations/theme/search/admin.json' with { type: 'json' }
|
|
43
|
+
import POST_registrations_theme_search_organizer from './contracts/POST/registrations/theme/search/organizer.json' with { type: 'json' }
|
|
105
44
|
import POST_registrations_confirmation_search_Service from './contracts/POST/registrations/confirmation/search/Service.json' with { type: 'json' }
|
|
45
|
+
import POST_registrations_confirmation_search_Unknown from './contracts/POST/registrations/confirmation/search/Unknown.json' with { type: 'json' }
|
|
106
46
|
import POST_registrations_confirmation_search_admin from './contracts/POST/registrations/confirmation/search/admin.json' with { type: 'json' }
|
|
107
|
-
import
|
|
47
|
+
import POST_registrations_confirmation_search_organizer from './contracts/POST/registrations/confirmation/search/organizer.json' with { type: 'json' }
|
|
108
48
|
import POST_registrations_reservation_search_Service from './contracts/POST/registrations/reservation/search/Service.json' with { type: 'json' }
|
|
109
49
|
import POST_registrations_reservation_search_admin from './contracts/POST/registrations/reservation/search/admin.json' with { type: 'json' }
|
|
110
|
-
import
|
|
111
|
-
import POST_registrations_theme_search_Unknown from './contracts/POST/registrations/theme/search/Unknown.json' with { type: 'json' }
|
|
112
|
-
import POST_registrations_theme_search_Service from './contracts/POST/registrations/theme/search/Service.json' with { type: 'json' }
|
|
113
|
-
import POST_registrations_theme_search_admin from './contracts/POST/registrations/theme/search/admin.json' with { type: 'json' }
|
|
114
|
-
import POST_registrations_lineup_search_organizer from './contracts/POST/registrations/lineup/search/organizer.json' with { type: 'json' }
|
|
115
|
-
import POST_registrations_lineup_search_Unknown from './contracts/POST/registrations/lineup/search/Unknown.json' with { type: 'json' }
|
|
116
|
-
import POST_registrations_lineup_search_Service from './contracts/POST/registrations/lineup/search/Service.json' with { type: 'json' }
|
|
117
|
-
import POST_registrations_lineup_search_admin from './contracts/POST/registrations/lineup/search/admin.json' with { type: 'json' }
|
|
50
|
+
import POST_registrations_reservation_search_organizer from './contracts/POST/registrations/reservation/search/organizer.json' with { type: 'json' }
|
|
118
51
|
import POST_registrations_channel_search_Unknown from './contracts/POST/registrations/channel/search/Unknown.json' with { type: 'json' }
|
|
119
|
-
import
|
|
120
|
-
import
|
|
121
|
-
import
|
|
122
|
-
import
|
|
123
|
-
import
|
|
124
|
-
import
|
|
125
|
-
import
|
|
126
|
-
import
|
|
52
|
+
import POST_registrations_game_search_Service from './contracts/POST/registrations/game/search/Service.json' with { type: 'json' }
|
|
53
|
+
import POST_registrations_game_search_Unknown from './contracts/POST/registrations/game/search/Unknown.json' with { type: 'json' }
|
|
54
|
+
import POST_registrations_game_search_admin from './contracts/POST/registrations/game/search/admin.json' with { type: 'json' }
|
|
55
|
+
import POST_registrations_game_search_organizer from './contracts/POST/registrations/game/search/organizer.json' with { type: 'json' }
|
|
56
|
+
import POST_registrations_cancellation_search_Service from './contracts/POST/registrations/cancellation/search/Service.json' with { type: 'json' }
|
|
57
|
+
import POST_registrations_cancellation_search_Unknown from './contracts/POST/registrations/cancellation/search/Unknown.json' with { type: 'json' }
|
|
58
|
+
import POST_registrations_cancellation_search_admin from './contracts/POST/registrations/cancellation/search/admin.json' with { type: 'json' }
|
|
59
|
+
import POST_registrations_cancellation_search_organizer from './contracts/POST/registrations/cancellation/search/organizer.json' with { type: 'json' }
|
|
60
|
+
import POST_registrations_city_search_Service from './contracts/POST/registrations/city/search/Service.json' with { type: 'json' }
|
|
61
|
+
import POST_registrations_city_search_Unknown from './contracts/POST/registrations/city/search/Unknown.json' with { type: 'json' }
|
|
62
|
+
import POST_registrations_city_search_admin from './contracts/POST/registrations/city/search/admin.json' with { type: 'json' }
|
|
63
|
+
import POST_registrations_city_search_organizer from './contracts/POST/registrations/city/search/organizer.json' with { type: 'json' }
|
|
127
64
|
import POST_registrations_search_Unknown from './contracts/POST/registrations/search/Unknown.json' with { type: 'json' }
|
|
128
65
|
import POST_registrations_search_admin from './contracts/POST/registrations/search/admin.json' with { type: 'json' }
|
|
129
|
-
import
|
|
130
|
-
import POST_registrations_venue_search_Unknown from './contracts/POST/registrations/venue/search/Unknown.json' with { type: 'json' }
|
|
66
|
+
import POST_registrations_search_organizer from './contracts/POST/registrations/search/organizer.json' with { type: 'json' }
|
|
131
67
|
import POST_registrations_venue_search_Service from './contracts/POST/registrations/venue/search/Service.json' with { type: 'json' }
|
|
68
|
+
import POST_registrations_venue_search_Unknown from './contracts/POST/registrations/venue/search/Unknown.json' with { type: 'json' }
|
|
132
69
|
import POST_registrations_venue_search_admin from './contracts/POST/registrations/venue/search/admin.json' with { type: 'json' }
|
|
133
|
-
import
|
|
134
|
-
import POST_registrations_status_search_Unknown from './contracts/POST/registrations/status/search/Unknown.json' with { type: 'json' }
|
|
70
|
+
import POST_registrations_venue_search_organizer from './contracts/POST/registrations/venue/search/organizer.json' with { type: 'json' }
|
|
135
71
|
import POST_registrations_status_search_Service from './contracts/POST/registrations/status/search/Service.json' with { type: 'json' }
|
|
72
|
+
import POST_registrations_status_search_Unknown from './contracts/POST/registrations/status/search/Unknown.json' with { type: 'json' }
|
|
136
73
|
import POST_registrations_status_search_admin from './contracts/POST/registrations/status/search/admin.json' with { type: 'json' }
|
|
137
|
-
import
|
|
138
|
-
import
|
|
139
|
-
import
|
|
140
|
-
import
|
|
141
|
-
import
|
|
142
|
-
import
|
|
143
|
-
import
|
|
144
|
-
import
|
|
145
|
-
import
|
|
146
|
-
import
|
|
74
|
+
import POST_registrations_status_search_organizer from './contracts/POST/registrations/status/search/organizer.json' with { type: 'json' }
|
|
75
|
+
import POST_registrations_cover_search_Service from './contracts/POST/registrations/cover/search/Service.json' with { type: 'json' }
|
|
76
|
+
import POST_registrations_cover_search_Unknown from './contracts/POST/registrations/cover/search/Unknown.json' with { type: 'json' }
|
|
77
|
+
import POST_registrations_cover_search_admin from './contracts/POST/registrations/cover/search/admin.json' with { type: 'json' }
|
|
78
|
+
import POST_registrations_cover_search_organizer from './contracts/POST/registrations/cover/search/organizer.json' with { type: 'json' }
|
|
79
|
+
import POST_registrations_lineup_search_Service from './contracts/POST/registrations/lineup/search/Service.json' with { type: 'json' }
|
|
80
|
+
import POST_registrations_lineup_search_Unknown from './contracts/POST/registrations/lineup/search/Unknown.json' with { type: 'json' }
|
|
81
|
+
import POST_registrations_lineup_search_admin from './contracts/POST/registrations/lineup/search/admin.json' with { type: 'json' }
|
|
82
|
+
import POST_registrations_lineup_search_organizer from './contracts/POST/registrations/lineup/search/organizer.json' with { type: 'json' }
|
|
83
|
+
import POST_city_vk_group_token_admin from './contracts/POST/city/vk_group_token/admin.json' with { type: 'json' }
|
|
84
|
+
import POST_city_admin from './contracts/POST/city/admin.json' with { type: 'json' }
|
|
85
|
+
import POST_games_theme_search_Unknown from './contracts/POST/games/theme/search/Unknown.json' with { type: 'json' }
|
|
86
|
+
import POST_games_theme_search_admin from './contracts/POST/games/theme/search/admin.json' with { type: 'json' }
|
|
87
|
+
import POST_games_theme_search_organizer from './contracts/POST/games/theme/search/organizer.json' with { type: 'json' }
|
|
88
|
+
import POST_games_city_search_admin from './contracts/POST/games/city/search/admin.json' with { type: 'json' }
|
|
89
|
+
import POST_games_city_search_organizer from './contracts/POST/games/city/search/organizer.json' with { type: 'json' }
|
|
90
|
+
import POST_games_search_Unknown from './contracts/POST/games/search/Unknown.json' with { type: 'json' }
|
|
91
|
+
import POST_games_search_admin from './contracts/POST/games/search/admin.json' with { type: 'json' }
|
|
92
|
+
import POST_games_search_organizer from './contracts/POST/games/search/organizer.json' with { type: 'json' }
|
|
93
|
+
import POST_games_venue_search_Unknown from './contracts/POST/games/venue/search/Unknown.json' with { type: 'json' }
|
|
94
|
+
import POST_games_venue_search_admin from './contracts/POST/games/venue/search/admin.json' with { type: 'json' }
|
|
95
|
+
import POST_games_venue_search_organizer from './contracts/POST/games/venue/search/organizer.json' with { type: 'json' }
|
|
96
|
+
import POST_games_cover_search_Unknown from './contracts/POST/games/cover/search/Unknown.json' with { type: 'json' }
|
|
97
|
+
import POST_games_summary_search_admin from './contracts/POST/games/summary/search/admin.json' with { type: 'json' }
|
|
98
|
+
import POST_games_summary_search_organizer from './contracts/POST/games/summary/search/organizer.json' with { type: 'json' }
|
|
99
|
+
import POST_venue_admin from './contracts/POST/venue/admin.json' with { type: 'json' }
|
|
100
|
+
import POST_venue_organizer from './contracts/POST/venue/organizer.json' with { type: 'json' }
|
|
147
101
|
import POST_registration_Unknown from './contracts/POST/registration/Unknown.json' with { type: 'json' }
|
|
148
|
-
import POST_registration_admin from './contracts/POST/registration/admin.json' with { type: 'json' }
|
|
149
|
-
import POST_registration_mailing_organizer from './contracts/POST/registration/mailing/organizer.json' with { type: 'json' }
|
|
150
102
|
import POST_registration_mailing_admin from './contracts/POST/registration/mailing/admin.json' with { type: 'json' }
|
|
103
|
+
import POST_registration_mailing_organizer from './contracts/POST/registration/mailing/organizer.json' with { type: 'json' }
|
|
104
|
+
import POST_registration_admin from './contracts/POST/registration/admin.json' with { type: 'json' }
|
|
105
|
+
import POST_registration_organizer from './contracts/POST/registration/organizer.json' with { type: 'json' }
|
|
106
|
+
import POST_roles_search_admin from './contracts/POST/roles/search/admin.json' with { type: 'json' }
|
|
107
|
+
import POST_users_role_search_admin from './contracts/POST/users/role/search/admin.json' with { type: 'json' }
|
|
108
|
+
import POST_users_cities_search_admin from './contracts/POST/users/cities/search/admin.json' with { type: 'json' }
|
|
109
|
+
import POST_users_search_admin from './contracts/POST/users/search/admin.json' with { type: 'json' }
|
|
110
|
+
import POST_users_password_search_admin from './contracts/POST/users/password/search/admin.json' with { type: 'json' }
|
|
111
|
+
import PATCH_theme_admin from './contracts/PATCH/theme/admin.json' with { type: 'json' }
|
|
112
|
+
import PATCH_venues_admin from './contracts/PATCH/venues/admin.json' with { type: 'json' }
|
|
113
|
+
import PATCH_venues_organizer from './contracts/PATCH/venues/organizer.json' with { type: 'json' }
|
|
114
|
+
import PATCH_themes_admin from './contracts/PATCH/themes/admin.json' with { type: 'json' }
|
|
115
|
+
import PATCH_user_role_admin from './contracts/PATCH/user/role/admin.json' with { type: 'json' }
|
|
116
|
+
import PATCH_user_password_admin from './contracts/PATCH/user/password/admin.json' with { type: 'json' }
|
|
117
|
+
import PATCH_user_admin from './contracts/PATCH/user/admin.json' with { type: 'json' }
|
|
118
|
+
import PATCH_game_Service from './contracts/PATCH/game/Service.json' with { type: 'json' }
|
|
119
|
+
import PATCH_game_admin from './contracts/PATCH/game/admin.json' with { type: 'json' }
|
|
120
|
+
import PATCH_game_organizer from './contracts/PATCH/game/organizer.json' with { type: 'json' }
|
|
121
|
+
import PATCH_registrations_Service from './contracts/PATCH/registrations/Service.json' with { type: 'json' }
|
|
122
|
+
import PATCH_registrations_status_Service from './contracts/PATCH/registrations/status/Service.json' with { type: 'json' }
|
|
123
|
+
import PATCH_registrations_status_admin from './contracts/PATCH/registrations/status/admin.json' with { type: 'json' }
|
|
124
|
+
import PATCH_registrations_status_organizer from './contracts/PATCH/registrations/status/organizer.json' with { type: 'json' }
|
|
125
|
+
import PATCH_registrations_lineup_admin from './contracts/PATCH/registrations/lineup/admin.json' with { type: 'json' }
|
|
126
|
+
import PATCH_registrations_lineup_organizer from './contracts/PATCH/registrations/lineup/organizer.json' with { type: 'json' }
|
|
127
|
+
import PATCH_city_timezone_admin from './contracts/PATCH/city/timezone/admin.json' with { type: 'json' }
|
|
128
|
+
import PATCH_city_timezone_organizer from './contracts/PATCH/city/timezone/organizer.json' with { type: 'json' }
|
|
129
|
+
import PATCH_city_currency_admin from './contracts/PATCH/city/currency/admin.json' with { type: 'json' }
|
|
130
|
+
import PATCH_city_currency_organizer from './contracts/PATCH/city/currency/organizer.json' with { type: 'json' }
|
|
131
|
+
import PATCH_city_country_admin from './contracts/PATCH/city/country/admin.json' with { type: 'json' }
|
|
132
|
+
import PATCH_city_country_organizer from './contracts/PATCH/city/country/organizer.json' with { type: 'json' }
|
|
133
|
+
import PATCH_city_vk_group_token_admin from './contracts/PATCH/city/vk_group_token/admin.json' with { type: 'json' }
|
|
134
|
+
import PATCH_city_vk_group_token_organizer from './contracts/PATCH/city/vk_group_token/organizer.json' with { type: 'json' }
|
|
135
|
+
import PATCH_city_admin from './contracts/PATCH/city/admin.json' with { type: 'json' }
|
|
136
|
+
import PATCH_city_organizer from './contracts/PATCH/city/organizer.json' with { type: 'json' }
|
|
137
|
+
import PATCH_games_Service from './contracts/PATCH/games/Service.json' with { type: 'json' }
|
|
138
|
+
import PATCH_games_admin from './contracts/PATCH/games/admin.json' with { type: 'json' }
|
|
139
|
+
import PATCH_games_organizer from './contracts/PATCH/games/organizer.json' with { type: 'json' }
|
|
140
|
+
import PATCH_venue_admin from './contracts/PATCH/venue/admin.json' with { type: 'json' }
|
|
141
|
+
import PATCH_venue_organizer from './contracts/PATCH/venue/organizer.json' with { type: 'json' }
|
|
142
|
+
import PATCH_registration_Service from './contracts/PATCH/registration/Service.json' with { type: 'json' }
|
|
143
|
+
import PATCH_registration_channel_Service from './contracts/PATCH/registration/channel/Service.json' with { type: 'json' }
|
|
144
|
+
import PATCH_registration_channel_Unknown from './contracts/PATCH/registration/channel/Unknown.json' with { type: 'json' }
|
|
145
|
+
import PATCH_registration_channel_admin from './contracts/PATCH/registration/channel/admin.json' with { type: 'json' }
|
|
146
|
+
import PATCH_registration_channel_organizer from './contracts/PATCH/registration/channel/organizer.json' with { type: 'json' }
|
|
147
|
+
import PATCH_registration_Unknown from './contracts/PATCH/registration/Unknown.json' with { type: 'json' }
|
|
148
|
+
import PATCH_registration_status_Service from './contracts/PATCH/registration/status/Service.json' with { type: 'json' }
|
|
149
|
+
import PATCH_registration_status_Unknown from './contracts/PATCH/registration/status/Unknown.json' with { type: 'json' }
|
|
150
|
+
import PATCH_registration_status_admin from './contracts/PATCH/registration/status/admin.json' with { type: 'json' }
|
|
151
|
+
import PATCH_registration_status_organizer from './contracts/PATCH/registration/status/organizer.json' with { type: 'json' }
|
|
152
|
+
import PATCH_registration_lineup_admin from './contracts/PATCH/registration/lineup/admin.json' with { type: 'json' }
|
|
153
|
+
import PATCH_registration_lineup_organizer from './contracts/PATCH/registration/lineup/organizer.json' with { type: 'json' }
|
|
154
|
+
import PATCH_registration_admin from './contracts/PATCH/registration/admin.json' with { type: 'json' }
|
|
155
|
+
import PATCH_registration_organizer from './contracts/PATCH/registration/organizer.json' with { type: 'json' }
|
|
156
|
+
import PUT_theme_cover_admin from './contracts/PUT/theme/cover/admin.json' with { type: 'json' }
|
|
157
|
+
import PUT_theme_cover_organizer from './contracts/PUT/theme/cover/organizer.json' with { type: 'json' }
|
|
151
158
|
|
|
152
159
|
export const Contracts = Object.freeze(
|
|
153
160
|
/** @type {const} */ ([
|
|
154
|
-
'
|
|
155
|
-
'
|
|
156
|
-
'PATCH/game/admin',
|
|
157
|
-
'PATCH/city/vk_group_token/organizer',
|
|
158
|
-
'PATCH/city/vk_group_token/admin',
|
|
159
|
-
'PATCH/city/organizer',
|
|
160
|
-
'PATCH/city/currency/organizer',
|
|
161
|
-
'PATCH/city/currency/admin',
|
|
162
|
-
'PATCH/city/admin',
|
|
163
|
-
'PATCH/city/country/organizer',
|
|
164
|
-
'PATCH/city/country/admin',
|
|
165
|
-
'PATCH/city/timezone/organizer',
|
|
166
|
-
'PATCH/city/timezone/admin',
|
|
167
|
-
'PATCH/games/organizer',
|
|
168
|
-
'PATCH/games/Service',
|
|
169
|
-
'PATCH/games/admin',
|
|
170
|
-
'PATCH/theme/admin',
|
|
171
|
-
'PATCH/venues/organizer',
|
|
172
|
-
'PATCH/venues/admin',
|
|
173
|
-
'PATCH/themes/admin',
|
|
174
|
-
'PATCH/venue/organizer',
|
|
175
|
-
'PATCH/venue/admin',
|
|
176
|
-
'PATCH/registrations/Service',
|
|
177
|
-
'PATCH/user/password/admin',
|
|
178
|
-
'PATCH/user/admin',
|
|
179
|
-
'PATCH/user/role/admin',
|
|
180
|
-
'PATCH/registration/organizer',
|
|
181
|
-
'PATCH/registration/Unknown',
|
|
182
|
-
'PATCH/registration/Service',
|
|
183
|
-
'PATCH/registration/lineup/organizer',
|
|
184
|
-
'PATCH/registration/lineup/admin',
|
|
185
|
-
'PATCH/registration/channel/organizer',
|
|
186
|
-
'PATCH/registration/channel/Unknown',
|
|
187
|
-
'PATCH/registration/channel/Service',
|
|
188
|
-
'PATCH/registration/channel/admin',
|
|
189
|
-
'PATCH/registration/admin',
|
|
190
|
-
'PATCH/registration/status/organizer',
|
|
191
|
-
'PATCH/registration/status/Unknown',
|
|
192
|
-
'PATCH/registration/status/Service',
|
|
193
|
-
'PATCH/registration/status/admin',
|
|
194
|
-
'PUT/theme/cover/organizer',
|
|
195
|
-
'PUT/theme/cover/admin',
|
|
196
|
-
'POST/game/organizer',
|
|
197
|
-
'POST/game/admin',
|
|
198
|
-
'POST/city/vk_group_token/admin',
|
|
199
|
-
'POST/city/admin',
|
|
200
|
-
'POST/roles/search/admin',
|
|
201
|
-
'POST/games/city/search/organizer',
|
|
202
|
-
'POST/games/city/search/admin',
|
|
203
|
-
'POST/games/summary/search/organizer',
|
|
204
|
-
'POST/games/summary/search/admin',
|
|
205
|
-
'POST/games/theme/search/organizer',
|
|
206
|
-
'POST/games/theme/search/Unknown',
|
|
207
|
-
'POST/games/theme/search/admin',
|
|
208
|
-
'POST/games/cover/search/Unknown',
|
|
209
|
-
'POST/games/search/organizer',
|
|
210
|
-
'POST/games/search/Unknown',
|
|
211
|
-
'POST/games/search/admin',
|
|
212
|
-
'POST/games/venue/search/organizer',
|
|
213
|
-
'POST/games/venue/search/Unknown',
|
|
214
|
-
'POST/games/venue/search/admin',
|
|
161
|
+
'POST/chatapp/registration/mailing/admin',
|
|
162
|
+
'POST/chatapp/registration/mailing/organizer',
|
|
215
163
|
'POST/theme/cover/admin',
|
|
216
164
|
'POST/theme/admin',
|
|
217
|
-
'POST/chatapp/registration/mailing/organizer',
|
|
218
|
-
'POST/chatapp/registration/mailing/admin',
|
|
219
|
-
'POST/venues/city/search/organizer',
|
|
220
165
|
'POST/venues/city/search/admin',
|
|
221
|
-
'POST/venues/search/organizer',
|
|
166
|
+
'POST/venues/city/search/organizer',
|
|
222
167
|
'POST/venues/search/admin',
|
|
223
|
-
'POST/
|
|
224
|
-
'POST/
|
|
225
|
-
'POST/
|
|
168
|
+
'POST/venues/search/organizer',
|
|
169
|
+
'POST/venues/status/search/admin',
|
|
170
|
+
'POST/venues/status/search/organizer',
|
|
226
171
|
'POST/themes/search/admin',
|
|
227
|
-
'POST/
|
|
228
|
-
'POST/
|
|
229
|
-
'POST/
|
|
230
|
-
'POST/
|
|
172
|
+
'POST/themes/search/organizer',
|
|
173
|
+
'POST/themes/cover/search/admin',
|
|
174
|
+
'POST/themes/cover/search/organizer',
|
|
175
|
+
'POST/checkin/Unknown',
|
|
231
176
|
'POST/cities/venues/search/Unknown',
|
|
232
177
|
'POST/cities/venues/search/admin',
|
|
233
|
-
'POST/cities/search/organizer',
|
|
178
|
+
'POST/cities/venues/search/organizer',
|
|
234
179
|
'POST/cities/search/Unknown',
|
|
235
180
|
'POST/cities/search/admin',
|
|
236
|
-
'POST/cities/
|
|
237
|
-
'POST/cities/country/search/Unknown',
|
|
238
|
-
'POST/cities/country/search/admin',
|
|
239
|
-
'POST/cities/timezone/search/organizer',
|
|
181
|
+
'POST/cities/search/organizer',
|
|
240
182
|
'POST/cities/timezone/search/Unknown',
|
|
241
183
|
'POST/cities/timezone/search/admin',
|
|
242
|
-
'POST/
|
|
243
|
-
'POST/
|
|
244
|
-
'POST/
|
|
245
|
-
'POST/
|
|
246
|
-
'POST/
|
|
247
|
-
'POST/
|
|
248
|
-
'POST/
|
|
249
|
-
'POST/
|
|
250
|
-
'POST/
|
|
251
|
-
'POST/
|
|
252
|
-
'POST/
|
|
253
|
-
'POST/
|
|
254
|
-
'POST/
|
|
255
|
-
'POST/registrations/
|
|
256
|
-
'POST/registrations/
|
|
257
|
-
'POST/registrations/
|
|
184
|
+
'POST/cities/timezone/search/organizer',
|
|
185
|
+
'POST/cities/currency/search/Unknown',
|
|
186
|
+
'POST/cities/currency/search/admin',
|
|
187
|
+
'POST/cities/currency/search/organizer',
|
|
188
|
+
'POST/cities/country/search/Unknown',
|
|
189
|
+
'POST/cities/country/search/admin',
|
|
190
|
+
'POST/cities/country/search/organizer',
|
|
191
|
+
'POST/user/role/admin',
|
|
192
|
+
'POST/user/city/admin',
|
|
193
|
+
'POST/user/password/admin',
|
|
194
|
+
'POST/user/admin',
|
|
195
|
+
'POST/game/admin',
|
|
196
|
+
'POST/game/organizer',
|
|
197
|
+
'POST/registrations/promotion/search/Service',
|
|
198
|
+
'POST/registrations/promotion/search/admin',
|
|
199
|
+
'POST/registrations/promotion/search/organizer',
|
|
200
|
+
'POST/registrations/theme/search/Service',
|
|
201
|
+
'POST/registrations/theme/search/Unknown',
|
|
202
|
+
'POST/registrations/theme/search/admin',
|
|
203
|
+
'POST/registrations/theme/search/organizer',
|
|
258
204
|
'POST/registrations/confirmation/search/Service',
|
|
205
|
+
'POST/registrations/confirmation/search/Unknown',
|
|
259
206
|
'POST/registrations/confirmation/search/admin',
|
|
260
|
-
'POST/registrations/
|
|
207
|
+
'POST/registrations/confirmation/search/organizer',
|
|
261
208
|
'POST/registrations/reservation/search/Service',
|
|
262
209
|
'POST/registrations/reservation/search/admin',
|
|
263
|
-
'POST/registrations/
|
|
264
|
-
'POST/registrations/theme/search/Unknown',
|
|
265
|
-
'POST/registrations/theme/search/Service',
|
|
266
|
-
'POST/registrations/theme/search/admin',
|
|
267
|
-
'POST/registrations/lineup/search/organizer',
|
|
268
|
-
'POST/registrations/lineup/search/Unknown',
|
|
269
|
-
'POST/registrations/lineup/search/Service',
|
|
270
|
-
'POST/registrations/lineup/search/admin',
|
|
210
|
+
'POST/registrations/reservation/search/organizer',
|
|
271
211
|
'POST/registrations/channel/search/Unknown',
|
|
272
|
-
'POST/registrations/
|
|
273
|
-
'POST/registrations/
|
|
274
|
-
'POST/registrations/
|
|
275
|
-
'POST/registrations/
|
|
276
|
-
'POST/registrations/
|
|
277
|
-
'POST/registrations/
|
|
278
|
-
'POST/registrations/
|
|
279
|
-
'POST/registrations/search/organizer',
|
|
212
|
+
'POST/registrations/game/search/Service',
|
|
213
|
+
'POST/registrations/game/search/Unknown',
|
|
214
|
+
'POST/registrations/game/search/admin',
|
|
215
|
+
'POST/registrations/game/search/organizer',
|
|
216
|
+
'POST/registrations/cancellation/search/Service',
|
|
217
|
+
'POST/registrations/cancellation/search/Unknown',
|
|
218
|
+
'POST/registrations/cancellation/search/admin',
|
|
219
|
+
'POST/registrations/cancellation/search/organizer',
|
|
220
|
+
'POST/registrations/city/search/Service',
|
|
221
|
+
'POST/registrations/city/search/Unknown',
|
|
222
|
+
'POST/registrations/city/search/admin',
|
|
223
|
+
'POST/registrations/city/search/organizer',
|
|
280
224
|
'POST/registrations/search/Unknown',
|
|
281
225
|
'POST/registrations/search/admin',
|
|
282
|
-
'POST/registrations/
|
|
283
|
-
'POST/registrations/venue/search/Unknown',
|
|
226
|
+
'POST/registrations/search/organizer',
|
|
284
227
|
'POST/registrations/venue/search/Service',
|
|
228
|
+
'POST/registrations/venue/search/Unknown',
|
|
285
229
|
'POST/registrations/venue/search/admin',
|
|
286
|
-
'POST/registrations/
|
|
287
|
-
'POST/registrations/status/search/Unknown',
|
|
230
|
+
'POST/registrations/venue/search/organizer',
|
|
288
231
|
'POST/registrations/status/search/Service',
|
|
232
|
+
'POST/registrations/status/search/Unknown',
|
|
289
233
|
'POST/registrations/status/search/admin',
|
|
290
|
-
'POST/
|
|
291
|
-
'POST/
|
|
292
|
-
'POST/
|
|
293
|
-
'POST/
|
|
294
|
-
'POST/
|
|
295
|
-
'POST/
|
|
296
|
-
'POST/
|
|
297
|
-
'POST/
|
|
298
|
-
'POST/
|
|
299
|
-
'POST/
|
|
234
|
+
'POST/registrations/status/search/organizer',
|
|
235
|
+
'POST/registrations/cover/search/Service',
|
|
236
|
+
'POST/registrations/cover/search/Unknown',
|
|
237
|
+
'POST/registrations/cover/search/admin',
|
|
238
|
+
'POST/registrations/cover/search/organizer',
|
|
239
|
+
'POST/registrations/lineup/search/Service',
|
|
240
|
+
'POST/registrations/lineup/search/Unknown',
|
|
241
|
+
'POST/registrations/lineup/search/admin',
|
|
242
|
+
'POST/registrations/lineup/search/organizer',
|
|
243
|
+
'POST/city/vk_group_token/admin',
|
|
244
|
+
'POST/city/admin',
|
|
245
|
+
'POST/games/theme/search/Unknown',
|
|
246
|
+
'POST/games/theme/search/admin',
|
|
247
|
+
'POST/games/theme/search/organizer',
|
|
248
|
+
'POST/games/city/search/admin',
|
|
249
|
+
'POST/games/city/search/organizer',
|
|
250
|
+
'POST/games/search/Unknown',
|
|
251
|
+
'POST/games/search/admin',
|
|
252
|
+
'POST/games/search/organizer',
|
|
253
|
+
'POST/games/venue/search/Unknown',
|
|
254
|
+
'POST/games/venue/search/admin',
|
|
255
|
+
'POST/games/venue/search/organizer',
|
|
256
|
+
'POST/games/cover/search/Unknown',
|
|
257
|
+
'POST/games/summary/search/admin',
|
|
258
|
+
'POST/games/summary/search/organizer',
|
|
259
|
+
'POST/venue/admin',
|
|
260
|
+
'POST/venue/organizer',
|
|
300
261
|
'POST/registration/Unknown',
|
|
301
|
-
'POST/registration/admin',
|
|
262
|
+
'POST/registration/mailing/admin',
|
|
302
263
|
'POST/registration/mailing/organizer',
|
|
303
|
-
'POST/registration/
|
|
264
|
+
'POST/registration/admin',
|
|
265
|
+
'POST/registration/organizer',
|
|
266
|
+
'POST/roles/search/admin',
|
|
267
|
+
'POST/users/role/search/admin',
|
|
268
|
+
'POST/users/cities/search/admin',
|
|
269
|
+
'POST/users/search/admin',
|
|
270
|
+
'POST/users/password/search/admin',
|
|
271
|
+
'PATCH/theme/admin',
|
|
272
|
+
'PATCH/venues/admin',
|
|
273
|
+
'PATCH/venues/organizer',
|
|
274
|
+
'PATCH/themes/admin',
|
|
275
|
+
'PATCH/user/role/admin',
|
|
276
|
+
'PATCH/user/password/admin',
|
|
277
|
+
'PATCH/user/admin',
|
|
278
|
+
'PATCH/game/Service',
|
|
279
|
+
'PATCH/game/admin',
|
|
280
|
+
'PATCH/game/organizer',
|
|
281
|
+
'PATCH/registrations/Service',
|
|
282
|
+
'PATCH/registrations/status/Service',
|
|
283
|
+
'PATCH/registrations/status/admin',
|
|
284
|
+
'PATCH/registrations/status/organizer',
|
|
285
|
+
'PATCH/registrations/lineup/admin',
|
|
286
|
+
'PATCH/registrations/lineup/organizer',
|
|
287
|
+
'PATCH/city/timezone/admin',
|
|
288
|
+
'PATCH/city/timezone/organizer',
|
|
289
|
+
'PATCH/city/currency/admin',
|
|
290
|
+
'PATCH/city/currency/organizer',
|
|
291
|
+
'PATCH/city/country/admin',
|
|
292
|
+
'PATCH/city/country/organizer',
|
|
293
|
+
'PATCH/city/vk_group_token/admin',
|
|
294
|
+
'PATCH/city/vk_group_token/organizer',
|
|
295
|
+
'PATCH/city/admin',
|
|
296
|
+
'PATCH/city/organizer',
|
|
297
|
+
'PATCH/games/Service',
|
|
298
|
+
'PATCH/games/admin',
|
|
299
|
+
'PATCH/games/organizer',
|
|
300
|
+
'PATCH/venue/admin',
|
|
301
|
+
'PATCH/venue/organizer',
|
|
302
|
+
'PATCH/registration/Service',
|
|
303
|
+
'PATCH/registration/channel/Service',
|
|
304
|
+
'PATCH/registration/channel/Unknown',
|
|
305
|
+
'PATCH/registration/channel/admin',
|
|
306
|
+
'PATCH/registration/channel/organizer',
|
|
307
|
+
'PATCH/registration/Unknown',
|
|
308
|
+
'PATCH/registration/status/Service',
|
|
309
|
+
'PATCH/registration/status/Unknown',
|
|
310
|
+
'PATCH/registration/status/admin',
|
|
311
|
+
'PATCH/registration/status/organizer',
|
|
312
|
+
'PATCH/registration/lineup/admin',
|
|
313
|
+
'PATCH/registration/lineup/organizer',
|
|
314
|
+
'PATCH/registration/admin',
|
|
315
|
+
'PATCH/registration/organizer',
|
|
316
|
+
'PUT/theme/cover/admin',
|
|
317
|
+
'PUT/theme/cover/organizer'
|
|
304
318
|
]),
|
|
305
319
|
)
|
|
306
320
|
|
|
307
321
|
export const Schemas = Object.freeze(
|
|
308
322
|
/** @type {const} */ ([
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
PATCH_game_admin,
|
|
312
|
-
PATCH_city_vk_group_token_organizer,
|
|
313
|
-
PATCH_city_vk_group_token_admin,
|
|
314
|
-
PATCH_city_organizer,
|
|
315
|
-
PATCH_city_currency_organizer,
|
|
316
|
-
PATCH_city_currency_admin,
|
|
317
|
-
PATCH_city_admin,
|
|
318
|
-
PATCH_city_country_organizer,
|
|
319
|
-
PATCH_city_country_admin,
|
|
320
|
-
PATCH_city_timezone_organizer,
|
|
321
|
-
PATCH_city_timezone_admin,
|
|
322
|
-
PATCH_games_organizer,
|
|
323
|
-
PATCH_games_Service,
|
|
324
|
-
PATCH_games_admin,
|
|
325
|
-
PATCH_theme_admin,
|
|
326
|
-
PATCH_venues_organizer,
|
|
327
|
-
PATCH_venues_admin,
|
|
328
|
-
PATCH_themes_admin,
|
|
329
|
-
PATCH_venue_organizer,
|
|
330
|
-
PATCH_venue_admin,
|
|
331
|
-
PATCH_registrations_Service,
|
|
332
|
-
PATCH_user_password_admin,
|
|
333
|
-
PATCH_user_admin,
|
|
334
|
-
PATCH_user_role_admin,
|
|
335
|
-
PATCH_registration_organizer,
|
|
336
|
-
PATCH_registration_Unknown,
|
|
337
|
-
PATCH_registration_Service,
|
|
338
|
-
PATCH_registration_lineup_organizer,
|
|
339
|
-
PATCH_registration_lineup_admin,
|
|
340
|
-
PATCH_registration_channel_organizer,
|
|
341
|
-
PATCH_registration_channel_Unknown,
|
|
342
|
-
PATCH_registration_channel_Service,
|
|
343
|
-
PATCH_registration_channel_admin,
|
|
344
|
-
PATCH_registration_admin,
|
|
345
|
-
PATCH_registration_status_organizer,
|
|
346
|
-
PATCH_registration_status_Unknown,
|
|
347
|
-
PATCH_registration_status_Service,
|
|
348
|
-
PATCH_registration_status_admin,
|
|
349
|
-
PUT_theme_cover_organizer,
|
|
350
|
-
PUT_theme_cover_admin,
|
|
351
|
-
POST_game_organizer,
|
|
352
|
-
POST_game_admin,
|
|
353
|
-
POST_city_vk_group_token_admin,
|
|
354
|
-
POST_city_admin,
|
|
355
|
-
POST_roles_search_admin,
|
|
356
|
-
POST_games_city_search_organizer,
|
|
357
|
-
POST_games_city_search_admin,
|
|
358
|
-
POST_games_summary_search_organizer,
|
|
359
|
-
POST_games_summary_search_admin,
|
|
360
|
-
POST_games_theme_search_organizer,
|
|
361
|
-
POST_games_theme_search_Unknown,
|
|
362
|
-
POST_games_theme_search_admin,
|
|
363
|
-
POST_games_cover_search_Unknown,
|
|
364
|
-
POST_games_search_organizer,
|
|
365
|
-
POST_games_search_Unknown,
|
|
366
|
-
POST_games_search_admin,
|
|
367
|
-
POST_games_venue_search_organizer,
|
|
368
|
-
POST_games_venue_search_Unknown,
|
|
369
|
-
POST_games_venue_search_admin,
|
|
323
|
+
POST_chatapp_registration_mailing_admin,
|
|
324
|
+
POST_chatapp_registration_mailing_organizer,
|
|
370
325
|
POST_theme_cover_admin,
|
|
371
326
|
POST_theme_admin,
|
|
372
|
-
POST_chatapp_registration_mailing_organizer,
|
|
373
|
-
POST_chatapp_registration_mailing_admin,
|
|
374
|
-
POST_venues_city_search_organizer,
|
|
375
327
|
POST_venues_city_search_admin,
|
|
376
|
-
|
|
328
|
+
POST_venues_city_search_organizer,
|
|
377
329
|
POST_venues_search_admin,
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
330
|
+
POST_venues_search_organizer,
|
|
331
|
+
POST_venues_status_search_admin,
|
|
332
|
+
POST_venues_status_search_organizer,
|
|
381
333
|
POST_themes_search_admin,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
334
|
+
POST_themes_search_organizer,
|
|
335
|
+
POST_themes_cover_search_admin,
|
|
336
|
+
POST_themes_cover_search_organizer,
|
|
337
|
+
POST_checkin_Unknown,
|
|
386
338
|
POST_cities_venues_search_Unknown,
|
|
387
339
|
POST_cities_venues_search_admin,
|
|
388
|
-
|
|
340
|
+
POST_cities_venues_search_organizer,
|
|
389
341
|
POST_cities_search_Unknown,
|
|
390
342
|
POST_cities_search_admin,
|
|
391
|
-
|
|
392
|
-
POST_cities_country_search_Unknown,
|
|
393
|
-
POST_cities_country_search_admin,
|
|
394
|
-
POST_cities_timezone_search_organizer,
|
|
343
|
+
POST_cities_search_organizer,
|
|
395
344
|
POST_cities_timezone_search_Unknown,
|
|
396
345
|
POST_cities_timezone_search_admin,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
346
|
+
POST_cities_timezone_search_organizer,
|
|
347
|
+
POST_cities_currency_search_Unknown,
|
|
348
|
+
POST_cities_currency_search_admin,
|
|
349
|
+
POST_cities_currency_search_organizer,
|
|
350
|
+
POST_cities_country_search_Unknown,
|
|
351
|
+
POST_cities_country_search_admin,
|
|
352
|
+
POST_cities_country_search_organizer,
|
|
353
|
+
POST_user_role_admin,
|
|
354
|
+
POST_user_city_admin,
|
|
355
|
+
POST_user_password_admin,
|
|
356
|
+
POST_user_admin,
|
|
357
|
+
POST_game_admin,
|
|
358
|
+
POST_game_organizer,
|
|
359
|
+
POST_registrations_promotion_search_Service,
|
|
360
|
+
POST_registrations_promotion_search_admin,
|
|
361
|
+
POST_registrations_promotion_search_organizer,
|
|
362
|
+
POST_registrations_theme_search_Service,
|
|
363
|
+
POST_registrations_theme_search_Unknown,
|
|
364
|
+
POST_registrations_theme_search_admin,
|
|
365
|
+
POST_registrations_theme_search_organizer,
|
|
413
366
|
POST_registrations_confirmation_search_Service,
|
|
367
|
+
POST_registrations_confirmation_search_Unknown,
|
|
414
368
|
POST_registrations_confirmation_search_admin,
|
|
415
|
-
|
|
369
|
+
POST_registrations_confirmation_search_organizer,
|
|
416
370
|
POST_registrations_reservation_search_Service,
|
|
417
371
|
POST_registrations_reservation_search_admin,
|
|
418
|
-
|
|
419
|
-
POST_registrations_theme_search_Unknown,
|
|
420
|
-
POST_registrations_theme_search_Service,
|
|
421
|
-
POST_registrations_theme_search_admin,
|
|
422
|
-
POST_registrations_lineup_search_organizer,
|
|
423
|
-
POST_registrations_lineup_search_Unknown,
|
|
424
|
-
POST_registrations_lineup_search_Service,
|
|
425
|
-
POST_registrations_lineup_search_admin,
|
|
372
|
+
POST_registrations_reservation_search_organizer,
|
|
426
373
|
POST_registrations_channel_search_Unknown,
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
374
|
+
POST_registrations_game_search_Service,
|
|
375
|
+
POST_registrations_game_search_Unknown,
|
|
376
|
+
POST_registrations_game_search_admin,
|
|
377
|
+
POST_registrations_game_search_organizer,
|
|
378
|
+
POST_registrations_cancellation_search_Service,
|
|
379
|
+
POST_registrations_cancellation_search_Unknown,
|
|
380
|
+
POST_registrations_cancellation_search_admin,
|
|
381
|
+
POST_registrations_cancellation_search_organizer,
|
|
382
|
+
POST_registrations_city_search_Service,
|
|
383
|
+
POST_registrations_city_search_Unknown,
|
|
384
|
+
POST_registrations_city_search_admin,
|
|
385
|
+
POST_registrations_city_search_organizer,
|
|
435
386
|
POST_registrations_search_Unknown,
|
|
436
387
|
POST_registrations_search_admin,
|
|
437
|
-
|
|
438
|
-
POST_registrations_venue_search_Unknown,
|
|
388
|
+
POST_registrations_search_organizer,
|
|
439
389
|
POST_registrations_venue_search_Service,
|
|
390
|
+
POST_registrations_venue_search_Unknown,
|
|
440
391
|
POST_registrations_venue_search_admin,
|
|
441
|
-
|
|
442
|
-
POST_registrations_status_search_Unknown,
|
|
392
|
+
POST_registrations_venue_search_organizer,
|
|
443
393
|
POST_registrations_status_search_Service,
|
|
394
|
+
POST_registrations_status_search_Unknown,
|
|
444
395
|
POST_registrations_status_search_admin,
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
396
|
+
POST_registrations_status_search_organizer,
|
|
397
|
+
POST_registrations_cover_search_Service,
|
|
398
|
+
POST_registrations_cover_search_Unknown,
|
|
399
|
+
POST_registrations_cover_search_admin,
|
|
400
|
+
POST_registrations_cover_search_organizer,
|
|
401
|
+
POST_registrations_lineup_search_Service,
|
|
402
|
+
POST_registrations_lineup_search_Unknown,
|
|
403
|
+
POST_registrations_lineup_search_admin,
|
|
404
|
+
POST_registrations_lineup_search_organizer,
|
|
405
|
+
POST_city_vk_group_token_admin,
|
|
406
|
+
POST_city_admin,
|
|
407
|
+
POST_games_theme_search_Unknown,
|
|
408
|
+
POST_games_theme_search_admin,
|
|
409
|
+
POST_games_theme_search_organizer,
|
|
410
|
+
POST_games_city_search_admin,
|
|
411
|
+
POST_games_city_search_organizer,
|
|
412
|
+
POST_games_search_Unknown,
|
|
413
|
+
POST_games_search_admin,
|
|
414
|
+
POST_games_search_organizer,
|
|
415
|
+
POST_games_venue_search_Unknown,
|
|
416
|
+
POST_games_venue_search_admin,
|
|
417
|
+
POST_games_venue_search_organizer,
|
|
418
|
+
POST_games_cover_search_Unknown,
|
|
419
|
+
POST_games_summary_search_admin,
|
|
420
|
+
POST_games_summary_search_organizer,
|
|
421
|
+
POST_venue_admin,
|
|
422
|
+
POST_venue_organizer,
|
|
455
423
|
POST_registration_Unknown,
|
|
456
|
-
|
|
424
|
+
POST_registration_mailing_admin,
|
|
457
425
|
POST_registration_mailing_organizer,
|
|
458
|
-
|
|
426
|
+
POST_registration_admin,
|
|
427
|
+
POST_registration_organizer,
|
|
428
|
+
POST_roles_search_admin,
|
|
429
|
+
POST_users_role_search_admin,
|
|
430
|
+
POST_users_cities_search_admin,
|
|
431
|
+
POST_users_search_admin,
|
|
432
|
+
POST_users_password_search_admin,
|
|
433
|
+
PATCH_theme_admin,
|
|
434
|
+
PATCH_venues_admin,
|
|
435
|
+
PATCH_venues_organizer,
|
|
436
|
+
PATCH_themes_admin,
|
|
437
|
+
PATCH_user_role_admin,
|
|
438
|
+
PATCH_user_password_admin,
|
|
439
|
+
PATCH_user_admin,
|
|
440
|
+
PATCH_game_Service,
|
|
441
|
+
PATCH_game_admin,
|
|
442
|
+
PATCH_game_organizer,
|
|
443
|
+
PATCH_registrations_Service,
|
|
444
|
+
PATCH_registrations_status_Service,
|
|
445
|
+
PATCH_registrations_status_admin,
|
|
446
|
+
PATCH_registrations_status_organizer,
|
|
447
|
+
PATCH_registrations_lineup_admin,
|
|
448
|
+
PATCH_registrations_lineup_organizer,
|
|
449
|
+
PATCH_city_timezone_admin,
|
|
450
|
+
PATCH_city_timezone_organizer,
|
|
451
|
+
PATCH_city_currency_admin,
|
|
452
|
+
PATCH_city_currency_organizer,
|
|
453
|
+
PATCH_city_country_admin,
|
|
454
|
+
PATCH_city_country_organizer,
|
|
455
|
+
PATCH_city_vk_group_token_admin,
|
|
456
|
+
PATCH_city_vk_group_token_organizer,
|
|
457
|
+
PATCH_city_admin,
|
|
458
|
+
PATCH_city_organizer,
|
|
459
|
+
PATCH_games_Service,
|
|
460
|
+
PATCH_games_admin,
|
|
461
|
+
PATCH_games_organizer,
|
|
462
|
+
PATCH_venue_admin,
|
|
463
|
+
PATCH_venue_organizer,
|
|
464
|
+
PATCH_registration_Service,
|
|
465
|
+
PATCH_registration_channel_Service,
|
|
466
|
+
PATCH_registration_channel_Unknown,
|
|
467
|
+
PATCH_registration_channel_admin,
|
|
468
|
+
PATCH_registration_channel_organizer,
|
|
469
|
+
PATCH_registration_Unknown,
|
|
470
|
+
PATCH_registration_status_Service,
|
|
471
|
+
PATCH_registration_status_Unknown,
|
|
472
|
+
PATCH_registration_status_admin,
|
|
473
|
+
PATCH_registration_status_organizer,
|
|
474
|
+
PATCH_registration_lineup_admin,
|
|
475
|
+
PATCH_registration_lineup_organizer,
|
|
476
|
+
PATCH_registration_admin,
|
|
477
|
+
PATCH_registration_organizer,
|
|
478
|
+
PUT_theme_cover_admin,
|
|
479
|
+
PUT_theme_cover_organizer
|
|
459
480
|
]),
|
|
460
481
|
)
|
|
461
482
|
|
|
462
483
|
export const ContractSchema = Object.freeze(
|
|
463
484
|
/** @type {const} */ ({
|
|
464
|
-
'
|
|
465
|
-
'
|
|
466
|
-
'PATCH/game/admin': PATCH_game_admin,
|
|
467
|
-
'PATCH/city/vk_group_token/organizer': PATCH_city_vk_group_token_organizer,
|
|
468
|
-
'PATCH/city/vk_group_token/admin': PATCH_city_vk_group_token_admin,
|
|
469
|
-
'PATCH/city/organizer': PATCH_city_organizer,
|
|
470
|
-
'PATCH/city/currency/organizer': PATCH_city_currency_organizer,
|
|
471
|
-
'PATCH/city/currency/admin': PATCH_city_currency_admin,
|
|
472
|
-
'PATCH/city/admin': PATCH_city_admin,
|
|
473
|
-
'PATCH/city/country/organizer': PATCH_city_country_organizer,
|
|
474
|
-
'PATCH/city/country/admin': PATCH_city_country_admin,
|
|
475
|
-
'PATCH/city/timezone/organizer': PATCH_city_timezone_organizer,
|
|
476
|
-
'PATCH/city/timezone/admin': PATCH_city_timezone_admin,
|
|
477
|
-
'PATCH/games/organizer': PATCH_games_organizer,
|
|
478
|
-
'PATCH/games/Service': PATCH_games_Service,
|
|
479
|
-
'PATCH/games/admin': PATCH_games_admin,
|
|
480
|
-
'PATCH/theme/admin': PATCH_theme_admin,
|
|
481
|
-
'PATCH/venues/organizer': PATCH_venues_organizer,
|
|
482
|
-
'PATCH/venues/admin': PATCH_venues_admin,
|
|
483
|
-
'PATCH/themes/admin': PATCH_themes_admin,
|
|
484
|
-
'PATCH/venue/organizer': PATCH_venue_organizer,
|
|
485
|
-
'PATCH/venue/admin': PATCH_venue_admin,
|
|
486
|
-
'PATCH/registrations/Service': PATCH_registrations_Service,
|
|
487
|
-
'PATCH/user/password/admin': PATCH_user_password_admin,
|
|
488
|
-
'PATCH/user/admin': PATCH_user_admin,
|
|
489
|
-
'PATCH/user/role/admin': PATCH_user_role_admin,
|
|
490
|
-
'PATCH/registration/organizer': PATCH_registration_organizer,
|
|
491
|
-
'PATCH/registration/Unknown': PATCH_registration_Unknown,
|
|
492
|
-
'PATCH/registration/Service': PATCH_registration_Service,
|
|
493
|
-
'PATCH/registration/lineup/organizer': PATCH_registration_lineup_organizer,
|
|
494
|
-
'PATCH/registration/lineup/admin': PATCH_registration_lineup_admin,
|
|
495
|
-
'PATCH/registration/channel/organizer': PATCH_registration_channel_organizer,
|
|
496
|
-
'PATCH/registration/channel/Unknown': PATCH_registration_channel_Unknown,
|
|
497
|
-
'PATCH/registration/channel/Service': PATCH_registration_channel_Service,
|
|
498
|
-
'PATCH/registration/channel/admin': PATCH_registration_channel_admin,
|
|
499
|
-
'PATCH/registration/admin': PATCH_registration_admin,
|
|
500
|
-
'PATCH/registration/status/organizer': PATCH_registration_status_organizer,
|
|
501
|
-
'PATCH/registration/status/Unknown': PATCH_registration_status_Unknown,
|
|
502
|
-
'PATCH/registration/status/Service': PATCH_registration_status_Service,
|
|
503
|
-
'PATCH/registration/status/admin': PATCH_registration_status_admin,
|
|
504
|
-
'PUT/theme/cover/organizer': PUT_theme_cover_organizer,
|
|
505
|
-
'PUT/theme/cover/admin': PUT_theme_cover_admin,
|
|
506
|
-
'POST/game/organizer': POST_game_organizer,
|
|
507
|
-
'POST/game/admin': POST_game_admin,
|
|
508
|
-
'POST/city/vk_group_token/admin': POST_city_vk_group_token_admin,
|
|
509
|
-
'POST/city/admin': POST_city_admin,
|
|
510
|
-
'POST/roles/search/admin': POST_roles_search_admin,
|
|
511
|
-
'POST/games/city/search/organizer': POST_games_city_search_organizer,
|
|
512
|
-
'POST/games/city/search/admin': POST_games_city_search_admin,
|
|
513
|
-
'POST/games/summary/search/organizer': POST_games_summary_search_organizer,
|
|
514
|
-
'POST/games/summary/search/admin': POST_games_summary_search_admin,
|
|
515
|
-
'POST/games/theme/search/organizer': POST_games_theme_search_organizer,
|
|
516
|
-
'POST/games/theme/search/Unknown': POST_games_theme_search_Unknown,
|
|
517
|
-
'POST/games/theme/search/admin': POST_games_theme_search_admin,
|
|
518
|
-
'POST/games/cover/search/Unknown': POST_games_cover_search_Unknown,
|
|
519
|
-
'POST/games/search/organizer': POST_games_search_organizer,
|
|
520
|
-
'POST/games/search/Unknown': POST_games_search_Unknown,
|
|
521
|
-
'POST/games/search/admin': POST_games_search_admin,
|
|
522
|
-
'POST/games/venue/search/organizer': POST_games_venue_search_organizer,
|
|
523
|
-
'POST/games/venue/search/Unknown': POST_games_venue_search_Unknown,
|
|
524
|
-
'POST/games/venue/search/admin': POST_games_venue_search_admin,
|
|
485
|
+
'POST/chatapp/registration/mailing/admin': POST_chatapp_registration_mailing_admin,
|
|
486
|
+
'POST/chatapp/registration/mailing/organizer': POST_chatapp_registration_mailing_organizer,
|
|
525
487
|
'POST/theme/cover/admin': POST_theme_cover_admin,
|
|
526
488
|
'POST/theme/admin': POST_theme_admin,
|
|
527
|
-
'POST/chatapp/registration/mailing/organizer': POST_chatapp_registration_mailing_organizer,
|
|
528
|
-
'POST/chatapp/registration/mailing/admin': POST_chatapp_registration_mailing_admin,
|
|
529
|
-
'POST/venues/city/search/organizer': POST_venues_city_search_organizer,
|
|
530
489
|
'POST/venues/city/search/admin': POST_venues_city_search_admin,
|
|
531
|
-
'POST/venues/search/organizer':
|
|
490
|
+
'POST/venues/city/search/organizer': POST_venues_city_search_organizer,
|
|
532
491
|
'POST/venues/search/admin': POST_venues_search_admin,
|
|
533
|
-
'POST/
|
|
534
|
-
'POST/
|
|
535
|
-
'POST/
|
|
492
|
+
'POST/venues/search/organizer': POST_venues_search_organizer,
|
|
493
|
+
'POST/venues/status/search/admin': POST_venues_status_search_admin,
|
|
494
|
+
'POST/venues/status/search/organizer': POST_venues_status_search_organizer,
|
|
536
495
|
'POST/themes/search/admin': POST_themes_search_admin,
|
|
537
|
-
'POST/
|
|
538
|
-
'POST/
|
|
539
|
-
'POST/
|
|
540
|
-
'POST/
|
|
496
|
+
'POST/themes/search/organizer': POST_themes_search_organizer,
|
|
497
|
+
'POST/themes/cover/search/admin': POST_themes_cover_search_admin,
|
|
498
|
+
'POST/themes/cover/search/organizer': POST_themes_cover_search_organizer,
|
|
499
|
+
'POST/checkin/Unknown': POST_checkin_Unknown,
|
|
541
500
|
'POST/cities/venues/search/Unknown': POST_cities_venues_search_Unknown,
|
|
542
501
|
'POST/cities/venues/search/admin': POST_cities_venues_search_admin,
|
|
543
|
-
'POST/cities/search/organizer':
|
|
502
|
+
'POST/cities/venues/search/organizer': POST_cities_venues_search_organizer,
|
|
544
503
|
'POST/cities/search/Unknown': POST_cities_search_Unknown,
|
|
545
504
|
'POST/cities/search/admin': POST_cities_search_admin,
|
|
546
|
-
'POST/cities/
|
|
547
|
-
'POST/cities/country/search/Unknown': POST_cities_country_search_Unknown,
|
|
548
|
-
'POST/cities/country/search/admin': POST_cities_country_search_admin,
|
|
549
|
-
'POST/cities/timezone/search/organizer': POST_cities_timezone_search_organizer,
|
|
505
|
+
'POST/cities/search/organizer': POST_cities_search_organizer,
|
|
550
506
|
'POST/cities/timezone/search/Unknown': POST_cities_timezone_search_Unknown,
|
|
551
507
|
'POST/cities/timezone/search/admin': POST_cities_timezone_search_admin,
|
|
552
|
-
'POST/
|
|
553
|
-
'POST/
|
|
554
|
-
'POST/
|
|
555
|
-
'POST/
|
|
556
|
-
'POST/
|
|
557
|
-
'POST/
|
|
558
|
-
'POST/
|
|
559
|
-
'POST/
|
|
560
|
-
'POST/
|
|
561
|
-
'POST/
|
|
562
|
-
'POST/
|
|
563
|
-
'POST/
|
|
564
|
-
'POST/
|
|
565
|
-
'POST/registrations/
|
|
566
|
-
'POST/registrations/
|
|
567
|
-
'POST/registrations/
|
|
508
|
+
'POST/cities/timezone/search/organizer': POST_cities_timezone_search_organizer,
|
|
509
|
+
'POST/cities/currency/search/Unknown': POST_cities_currency_search_Unknown,
|
|
510
|
+
'POST/cities/currency/search/admin': POST_cities_currency_search_admin,
|
|
511
|
+
'POST/cities/currency/search/organizer': POST_cities_currency_search_organizer,
|
|
512
|
+
'POST/cities/country/search/Unknown': POST_cities_country_search_Unknown,
|
|
513
|
+
'POST/cities/country/search/admin': POST_cities_country_search_admin,
|
|
514
|
+
'POST/cities/country/search/organizer': POST_cities_country_search_organizer,
|
|
515
|
+
'POST/user/role/admin': POST_user_role_admin,
|
|
516
|
+
'POST/user/city/admin': POST_user_city_admin,
|
|
517
|
+
'POST/user/password/admin': POST_user_password_admin,
|
|
518
|
+
'POST/user/admin': POST_user_admin,
|
|
519
|
+
'POST/game/admin': POST_game_admin,
|
|
520
|
+
'POST/game/organizer': POST_game_organizer,
|
|
521
|
+
'POST/registrations/promotion/search/Service': POST_registrations_promotion_search_Service,
|
|
522
|
+
'POST/registrations/promotion/search/admin': POST_registrations_promotion_search_admin,
|
|
523
|
+
'POST/registrations/promotion/search/organizer': POST_registrations_promotion_search_organizer,
|
|
524
|
+
'POST/registrations/theme/search/Service': POST_registrations_theme_search_Service,
|
|
525
|
+
'POST/registrations/theme/search/Unknown': POST_registrations_theme_search_Unknown,
|
|
526
|
+
'POST/registrations/theme/search/admin': POST_registrations_theme_search_admin,
|
|
527
|
+
'POST/registrations/theme/search/organizer': POST_registrations_theme_search_organizer,
|
|
568
528
|
'POST/registrations/confirmation/search/Service': POST_registrations_confirmation_search_Service,
|
|
529
|
+
'POST/registrations/confirmation/search/Unknown': POST_registrations_confirmation_search_Unknown,
|
|
569
530
|
'POST/registrations/confirmation/search/admin': POST_registrations_confirmation_search_admin,
|
|
570
|
-
'POST/registrations/
|
|
531
|
+
'POST/registrations/confirmation/search/organizer': POST_registrations_confirmation_search_organizer,
|
|
571
532
|
'POST/registrations/reservation/search/Service': POST_registrations_reservation_search_Service,
|
|
572
533
|
'POST/registrations/reservation/search/admin': POST_registrations_reservation_search_admin,
|
|
573
|
-
'POST/registrations/
|
|
574
|
-
'POST/registrations/theme/search/Unknown': POST_registrations_theme_search_Unknown,
|
|
575
|
-
'POST/registrations/theme/search/Service': POST_registrations_theme_search_Service,
|
|
576
|
-
'POST/registrations/theme/search/admin': POST_registrations_theme_search_admin,
|
|
577
|
-
'POST/registrations/lineup/search/organizer': POST_registrations_lineup_search_organizer,
|
|
578
|
-
'POST/registrations/lineup/search/Unknown': POST_registrations_lineup_search_Unknown,
|
|
579
|
-
'POST/registrations/lineup/search/Service': POST_registrations_lineup_search_Service,
|
|
580
|
-
'POST/registrations/lineup/search/admin': POST_registrations_lineup_search_admin,
|
|
534
|
+
'POST/registrations/reservation/search/organizer': POST_registrations_reservation_search_organizer,
|
|
581
535
|
'POST/registrations/channel/search/Unknown': POST_registrations_channel_search_Unknown,
|
|
582
|
-
'POST/registrations/
|
|
583
|
-
'POST/registrations/
|
|
584
|
-
'POST/registrations/
|
|
585
|
-
'POST/registrations/
|
|
586
|
-
'POST/registrations/
|
|
587
|
-
'POST/registrations/
|
|
588
|
-
'POST/registrations/
|
|
589
|
-
'POST/registrations/search/organizer':
|
|
536
|
+
'POST/registrations/game/search/Service': POST_registrations_game_search_Service,
|
|
537
|
+
'POST/registrations/game/search/Unknown': POST_registrations_game_search_Unknown,
|
|
538
|
+
'POST/registrations/game/search/admin': POST_registrations_game_search_admin,
|
|
539
|
+
'POST/registrations/game/search/organizer': POST_registrations_game_search_organizer,
|
|
540
|
+
'POST/registrations/cancellation/search/Service': POST_registrations_cancellation_search_Service,
|
|
541
|
+
'POST/registrations/cancellation/search/Unknown': POST_registrations_cancellation_search_Unknown,
|
|
542
|
+
'POST/registrations/cancellation/search/admin': POST_registrations_cancellation_search_admin,
|
|
543
|
+
'POST/registrations/cancellation/search/organizer': POST_registrations_cancellation_search_organizer,
|
|
544
|
+
'POST/registrations/city/search/Service': POST_registrations_city_search_Service,
|
|
545
|
+
'POST/registrations/city/search/Unknown': POST_registrations_city_search_Unknown,
|
|
546
|
+
'POST/registrations/city/search/admin': POST_registrations_city_search_admin,
|
|
547
|
+
'POST/registrations/city/search/organizer': POST_registrations_city_search_organizer,
|
|
590
548
|
'POST/registrations/search/Unknown': POST_registrations_search_Unknown,
|
|
591
549
|
'POST/registrations/search/admin': POST_registrations_search_admin,
|
|
592
|
-
'POST/registrations/
|
|
593
|
-
'POST/registrations/venue/search/Unknown': POST_registrations_venue_search_Unknown,
|
|
550
|
+
'POST/registrations/search/organizer': POST_registrations_search_organizer,
|
|
594
551
|
'POST/registrations/venue/search/Service': POST_registrations_venue_search_Service,
|
|
552
|
+
'POST/registrations/venue/search/Unknown': POST_registrations_venue_search_Unknown,
|
|
595
553
|
'POST/registrations/venue/search/admin': POST_registrations_venue_search_admin,
|
|
596
|
-
'POST/registrations/
|
|
597
|
-
'POST/registrations/status/search/Unknown': POST_registrations_status_search_Unknown,
|
|
554
|
+
'POST/registrations/venue/search/organizer': POST_registrations_venue_search_organizer,
|
|
598
555
|
'POST/registrations/status/search/Service': POST_registrations_status_search_Service,
|
|
556
|
+
'POST/registrations/status/search/Unknown': POST_registrations_status_search_Unknown,
|
|
599
557
|
'POST/registrations/status/search/admin': POST_registrations_status_search_admin,
|
|
600
|
-
'POST/
|
|
601
|
-
'POST/
|
|
602
|
-
'POST/
|
|
603
|
-
'POST/
|
|
604
|
-
'POST/
|
|
605
|
-
'POST/
|
|
606
|
-
'POST/
|
|
607
|
-
'POST/
|
|
608
|
-
'POST/
|
|
609
|
-
'POST/
|
|
558
|
+
'POST/registrations/status/search/organizer': POST_registrations_status_search_organizer,
|
|
559
|
+
'POST/registrations/cover/search/Service': POST_registrations_cover_search_Service,
|
|
560
|
+
'POST/registrations/cover/search/Unknown': POST_registrations_cover_search_Unknown,
|
|
561
|
+
'POST/registrations/cover/search/admin': POST_registrations_cover_search_admin,
|
|
562
|
+
'POST/registrations/cover/search/organizer': POST_registrations_cover_search_organizer,
|
|
563
|
+
'POST/registrations/lineup/search/Service': POST_registrations_lineup_search_Service,
|
|
564
|
+
'POST/registrations/lineup/search/Unknown': POST_registrations_lineup_search_Unknown,
|
|
565
|
+
'POST/registrations/lineup/search/admin': POST_registrations_lineup_search_admin,
|
|
566
|
+
'POST/registrations/lineup/search/organizer': POST_registrations_lineup_search_organizer,
|
|
567
|
+
'POST/city/vk_group_token/admin': POST_city_vk_group_token_admin,
|
|
568
|
+
'POST/city/admin': POST_city_admin,
|
|
569
|
+
'POST/games/theme/search/Unknown': POST_games_theme_search_Unknown,
|
|
570
|
+
'POST/games/theme/search/admin': POST_games_theme_search_admin,
|
|
571
|
+
'POST/games/theme/search/organizer': POST_games_theme_search_organizer,
|
|
572
|
+
'POST/games/city/search/admin': POST_games_city_search_admin,
|
|
573
|
+
'POST/games/city/search/organizer': POST_games_city_search_organizer,
|
|
574
|
+
'POST/games/search/Unknown': POST_games_search_Unknown,
|
|
575
|
+
'POST/games/search/admin': POST_games_search_admin,
|
|
576
|
+
'POST/games/search/organizer': POST_games_search_organizer,
|
|
577
|
+
'POST/games/venue/search/Unknown': POST_games_venue_search_Unknown,
|
|
578
|
+
'POST/games/venue/search/admin': POST_games_venue_search_admin,
|
|
579
|
+
'POST/games/venue/search/organizer': POST_games_venue_search_organizer,
|
|
580
|
+
'POST/games/cover/search/Unknown': POST_games_cover_search_Unknown,
|
|
581
|
+
'POST/games/summary/search/admin': POST_games_summary_search_admin,
|
|
582
|
+
'POST/games/summary/search/organizer': POST_games_summary_search_organizer,
|
|
583
|
+
'POST/venue/admin': POST_venue_admin,
|
|
584
|
+
'POST/venue/organizer': POST_venue_organizer,
|
|
610
585
|
'POST/registration/Unknown': POST_registration_Unknown,
|
|
611
|
-
'POST/registration/admin':
|
|
586
|
+
'POST/registration/mailing/admin': POST_registration_mailing_admin,
|
|
612
587
|
'POST/registration/mailing/organizer': POST_registration_mailing_organizer,
|
|
613
|
-
'POST/registration/
|
|
588
|
+
'POST/registration/admin': POST_registration_admin,
|
|
589
|
+
'POST/registration/organizer': POST_registration_organizer,
|
|
590
|
+
'POST/roles/search/admin': POST_roles_search_admin,
|
|
591
|
+
'POST/users/role/search/admin': POST_users_role_search_admin,
|
|
592
|
+
'POST/users/cities/search/admin': POST_users_cities_search_admin,
|
|
593
|
+
'POST/users/search/admin': POST_users_search_admin,
|
|
594
|
+
'POST/users/password/search/admin': POST_users_password_search_admin,
|
|
595
|
+
'PATCH/theme/admin': PATCH_theme_admin,
|
|
596
|
+
'PATCH/venues/admin': PATCH_venues_admin,
|
|
597
|
+
'PATCH/venues/organizer': PATCH_venues_organizer,
|
|
598
|
+
'PATCH/themes/admin': PATCH_themes_admin,
|
|
599
|
+
'PATCH/user/role/admin': PATCH_user_role_admin,
|
|
600
|
+
'PATCH/user/password/admin': PATCH_user_password_admin,
|
|
601
|
+
'PATCH/user/admin': PATCH_user_admin,
|
|
602
|
+
'PATCH/game/Service': PATCH_game_Service,
|
|
603
|
+
'PATCH/game/admin': PATCH_game_admin,
|
|
604
|
+
'PATCH/game/organizer': PATCH_game_organizer,
|
|
605
|
+
'PATCH/registrations/Service': PATCH_registrations_Service,
|
|
606
|
+
'PATCH/registrations/status/Service': PATCH_registrations_status_Service,
|
|
607
|
+
'PATCH/registrations/status/admin': PATCH_registrations_status_admin,
|
|
608
|
+
'PATCH/registrations/status/organizer': PATCH_registrations_status_organizer,
|
|
609
|
+
'PATCH/registrations/lineup/admin': PATCH_registrations_lineup_admin,
|
|
610
|
+
'PATCH/registrations/lineup/organizer': PATCH_registrations_lineup_organizer,
|
|
611
|
+
'PATCH/city/timezone/admin': PATCH_city_timezone_admin,
|
|
612
|
+
'PATCH/city/timezone/organizer': PATCH_city_timezone_organizer,
|
|
613
|
+
'PATCH/city/currency/admin': PATCH_city_currency_admin,
|
|
614
|
+
'PATCH/city/currency/organizer': PATCH_city_currency_organizer,
|
|
615
|
+
'PATCH/city/country/admin': PATCH_city_country_admin,
|
|
616
|
+
'PATCH/city/country/organizer': PATCH_city_country_organizer,
|
|
617
|
+
'PATCH/city/vk_group_token/admin': PATCH_city_vk_group_token_admin,
|
|
618
|
+
'PATCH/city/vk_group_token/organizer': PATCH_city_vk_group_token_organizer,
|
|
619
|
+
'PATCH/city/admin': PATCH_city_admin,
|
|
620
|
+
'PATCH/city/organizer': PATCH_city_organizer,
|
|
621
|
+
'PATCH/games/Service': PATCH_games_Service,
|
|
622
|
+
'PATCH/games/admin': PATCH_games_admin,
|
|
623
|
+
'PATCH/games/organizer': PATCH_games_organizer,
|
|
624
|
+
'PATCH/venue/admin': PATCH_venue_admin,
|
|
625
|
+
'PATCH/venue/organizer': PATCH_venue_organizer,
|
|
626
|
+
'PATCH/registration/Service': PATCH_registration_Service,
|
|
627
|
+
'PATCH/registration/channel/Service': PATCH_registration_channel_Service,
|
|
628
|
+
'PATCH/registration/channel/Unknown': PATCH_registration_channel_Unknown,
|
|
629
|
+
'PATCH/registration/channel/admin': PATCH_registration_channel_admin,
|
|
630
|
+
'PATCH/registration/channel/organizer': PATCH_registration_channel_organizer,
|
|
631
|
+
'PATCH/registration/Unknown': PATCH_registration_Unknown,
|
|
632
|
+
'PATCH/registration/status/Service': PATCH_registration_status_Service,
|
|
633
|
+
'PATCH/registration/status/Unknown': PATCH_registration_status_Unknown,
|
|
634
|
+
'PATCH/registration/status/admin': PATCH_registration_status_admin,
|
|
635
|
+
'PATCH/registration/status/organizer': PATCH_registration_status_organizer,
|
|
636
|
+
'PATCH/registration/lineup/admin': PATCH_registration_lineup_admin,
|
|
637
|
+
'PATCH/registration/lineup/organizer': PATCH_registration_lineup_organizer,
|
|
638
|
+
'PATCH/registration/admin': PATCH_registration_admin,
|
|
639
|
+
'PATCH/registration/organizer': PATCH_registration_organizer,
|
|
640
|
+
'PUT/theme/cover/admin': PUT_theme_cover_admin,
|
|
641
|
+
'PUT/theme/cover/organizer': PUT_theme_cover_organizer
|
|
614
642
|
}),
|
|
615
643
|
)
|