@shakerquiz/contracts 0.0.226 → 0.0.228
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 +2 -2
- package/source/contracts/POST/registrations/reinstatement/search/Admin.json +73 -0
- package/source/contracts/POST/registrations/reinstatement/search/Organizer.json +73 -0
- package/source/contracts/POST/registrations/reinstatement/search/Service.json +73 -0
- package/source/contracts/POST/registrations/reinstatement/search/Unknown.json +73 -0
- package/source/index.js +635 -619
package/source/index.js
CHANGED
|
@@ -1,711 +1,727 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
import PUT_theme_cover_Admin from './contracts/PUT/theme/cover/Admin.json' with { type: 'json' }
|
|
2
|
+
import PUT_theme_cover_Organizer from './contracts/PUT/theme/cover/Organizer.json' with { type: 'json' }
|
|
3
|
+
import PATCH_venues_Admin from './contracts/PATCH/venues/Admin.json' with { type: 'json' }
|
|
4
|
+
import PATCH_venues_Organizer from './contracts/PATCH/venues/Organizer.json' with { type: 'json' }
|
|
5
|
+
import PATCH_games_Admin from './contracts/PATCH/games/Admin.json' with { type: 'json' }
|
|
6
|
+
import PATCH_games_Service from './contracts/PATCH/games/Service.json' with { type: 'json' }
|
|
7
|
+
import PATCH_games_Organizer from './contracts/PATCH/games/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_currency_Organizer from './contracts/PATCH/city/currency/Organizer.json' with { type: 'json' }
|
|
10
|
+
import PATCH_city_vk_group_token_Admin from './contracts/PATCH/city/vk_group_token/Admin.json' with { type: 'json' }
|
|
11
|
+
import PATCH_city_vk_group_token_Organizer from './contracts/PATCH/city/vk_group_token/Organizer.json' with { type: 'json' }
|
|
12
|
+
import PATCH_city_country_Admin from './contracts/PATCH/city/country/Admin.json' with { type: 'json' }
|
|
13
|
+
import PATCH_city_country_Organizer from './contracts/PATCH/city/country/Organizer.json' with { type: 'json' }
|
|
14
|
+
import PATCH_city_Admin from './contracts/PATCH/city/Admin.json' with { type: 'json' }
|
|
15
|
+
import PATCH_city_timezone_Admin from './contracts/PATCH/city/timezone/Admin.json' with { type: 'json' }
|
|
16
|
+
import PATCH_city_timezone_Organizer from './contracts/PATCH/city/timezone/Organizer.json' with { type: 'json' }
|
|
17
|
+
import PATCH_city_Organizer from './contracts/PATCH/city/Organizer.json' with { type: 'json' }
|
|
18
|
+
import PATCH_themes_Admin from './contracts/PATCH/themes/Admin.json' with { type: 'json' }
|
|
19
|
+
import PATCH_theme_Admin from './contracts/PATCH/theme/Admin.json' with { type: 'json' }
|
|
20
|
+
import PATCH_theme_Organizer from './contracts/PATCH/theme/Organizer.json' with { type: 'json' }
|
|
21
|
+
import PATCH_registration_Unknown from './contracts/PATCH/registration/Unknown.json' with { type: 'json' }
|
|
22
|
+
import PATCH_registration_lineup_Admin from './contracts/PATCH/registration/lineup/Admin.json' with { type: 'json' }
|
|
23
|
+
import PATCH_registration_lineup_Organizer from './contracts/PATCH/registration/lineup/Organizer.json' with { type: 'json' }
|
|
24
|
+
import PATCH_registration_Admin from './contracts/PATCH/registration/Admin.json' with { type: 'json' }
|
|
25
|
+
import PATCH_registration_Service from './contracts/PATCH/registration/Service.json' with { type: 'json' }
|
|
26
|
+
import PATCH_registration_Organizer from './contracts/PATCH/registration/Organizer.json' with { type: 'json' }
|
|
27
|
+
import PATCH_registration_channel_Unknown from './contracts/PATCH/registration/channel/Unknown.json' with { type: 'json' }
|
|
28
|
+
import PATCH_registration_channel_Service from './contracts/PATCH/registration/channel/Service.json' with { type: 'json' }
|
|
29
|
+
import PATCH_registration_status_Unknown from './contracts/PATCH/registration/status/Unknown.json' with { type: 'json' }
|
|
30
|
+
import PATCH_registration_status_Admin from './contracts/PATCH/registration/status/Admin.json' with { type: 'json' }
|
|
31
|
+
import PATCH_registration_status_Service from './contracts/PATCH/registration/status/Service.json' with { type: 'json' }
|
|
32
|
+
import PATCH_registration_status_Organizer from './contracts/PATCH/registration/status/Organizer.json' with { type: 'json' }
|
|
33
|
+
import PATCH_user_role_Admin from './contracts/PATCH/user/role/Admin.json' with { type: 'json' }
|
|
34
|
+
import PATCH_user_Admin from './contracts/PATCH/user/Admin.json' with { type: 'json' }
|
|
35
|
+
import PATCH_user_password_Admin from './contracts/PATCH/user/password/Admin.json' with { type: 'json' }
|
|
36
|
+
import PATCH_game_theme_Admin from './contracts/PATCH/game/theme/Admin.json' with { type: 'json' }
|
|
37
|
+
import PATCH_game_theme_Organizer from './contracts/PATCH/game/theme/Organizer.json' with { type: 'json' }
|
|
38
|
+
import PATCH_game_Admin from './contracts/PATCH/game/Admin.json' with { type: 'json' }
|
|
39
|
+
import PATCH_game_Service from './contracts/PATCH/game/Service.json' with { type: 'json' }
|
|
40
|
+
import PATCH_game_venue_Admin from './contracts/PATCH/game/venue/Admin.json' with { type: 'json' }
|
|
41
|
+
import PATCH_game_venue_Organizer from './contracts/PATCH/game/venue/Organizer.json' with { type: 'json' }
|
|
42
|
+
import PATCH_game_Organizer from './contracts/PATCH/game/Organizer.json' with { type: 'json' }
|
|
43
|
+
import PATCH_venue_Admin from './contracts/PATCH/venue/Admin.json' with { type: 'json' }
|
|
44
|
+
import PATCH_venue_Organizer from './contracts/PATCH/venue/Organizer.json' with { type: 'json' }
|
|
45
|
+
import PATCH_registrations_lineup_Admin from './contracts/PATCH/registrations/lineup/Admin.json' with { type: 'json' }
|
|
46
|
+
import PATCH_registrations_lineup_Organizer from './contracts/PATCH/registrations/lineup/Organizer.json' with { type: 'json' }
|
|
47
|
+
import PATCH_registrations_Admin from './contracts/PATCH/registrations/Admin.json' with { type: 'json' }
|
|
48
|
+
import PATCH_registrations_Service from './contracts/PATCH/registrations/Service.json' with { type: 'json' }
|
|
49
|
+
import PATCH_registrations_Organizer from './contracts/PATCH/registrations/Organizer.json' with { type: 'json' }
|
|
50
|
+
import PATCH_registrations_status_Admin from './contracts/PATCH/registrations/status/Admin.json' with { type: 'json' }
|
|
51
|
+
import PATCH_registrations_status_Service from './contracts/PATCH/registrations/status/Service.json' with { type: 'json' }
|
|
52
|
+
import PATCH_registrations_status_Organizer from './contracts/PATCH/registrations/status/Organizer.json' with { type: 'json' }
|
|
53
|
+
import POST_cities_venues_search_Unknown from './contracts/POST/cities/venues/search/Unknown.json' with { type: 'json' }
|
|
54
|
+
import POST_cities_venues_search_Admin from './contracts/POST/cities/venues/search/Admin.json' with { type: 'json' }
|
|
55
|
+
import POST_cities_venues_search_Organizer from './contracts/POST/cities/venues/search/Organizer.json' with { type: 'json' }
|
|
56
|
+
import POST_cities_currency_search_Unknown from './contracts/POST/cities/currency/search/Unknown.json' with { type: 'json' }
|
|
57
|
+
import POST_cities_currency_search_Admin from './contracts/POST/cities/currency/search/Admin.json' with { type: 'json' }
|
|
58
|
+
import POST_cities_currency_search_Organizer from './contracts/POST/cities/currency/search/Organizer.json' with { type: 'json' }
|
|
59
|
+
import POST_cities_country_search_Unknown from './contracts/POST/cities/country/search/Unknown.json' with { type: 'json' }
|
|
60
|
+
import POST_cities_country_search_Admin from './contracts/POST/cities/country/search/Admin.json' with { type: 'json' }
|
|
61
|
+
import POST_cities_country_search_Organizer from './contracts/POST/cities/country/search/Organizer.json' with { type: 'json' }
|
|
62
|
+
import POST_cities_timezone_search_Unknown from './contracts/POST/cities/timezone/search/Unknown.json' with { type: 'json' }
|
|
63
|
+
import POST_cities_timezone_search_Admin from './contracts/POST/cities/timezone/search/Admin.json' with { type: 'json' }
|
|
64
|
+
import POST_cities_timezone_search_Organizer from './contracts/POST/cities/timezone/search/Organizer.json' with { type: 'json' }
|
|
65
|
+
import POST_cities_search_Unknown from './contracts/POST/cities/search/Unknown.json' with { type: 'json' }
|
|
66
|
+
import POST_cities_search_Admin from './contracts/POST/cities/search/Admin.json' with { type: 'json' }
|
|
67
|
+
import POST_cities_search_Organizer from './contracts/POST/cities/search/Organizer.json' with { type: 'json' }
|
|
8
68
|
import POST_venues_city_search_Admin from './contracts/POST/venues/city/search/Admin.json' with { type: 'json' }
|
|
9
|
-
import
|
|
69
|
+
import POST_venues_city_search_Organizer from './contracts/POST/venues/city/search/Organizer.json' with { type: 'json' }
|
|
10
70
|
import POST_venues_search_Admin from './contracts/POST/venues/search/Admin.json' with { type: 'json' }
|
|
11
|
-
import
|
|
71
|
+
import POST_venues_search_Organizer from './contracts/POST/venues/search/Organizer.json' with { type: 'json' }
|
|
12
72
|
import POST_venues_status_search_Admin from './contracts/POST/venues/status/search/Admin.json' with { type: 'json' }
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
73
|
+
import POST_venues_status_search_Organizer from './contracts/POST/venues/status/search/Organizer.json' with { type: 'json' }
|
|
74
|
+
import POST_games_city_search_Admin from './contracts/POST/games/city/search/Admin.json' with { type: 'json' }
|
|
75
|
+
import POST_games_city_search_Organizer from './contracts/POST/games/city/search/Organizer.json' with { type: 'json' }
|
|
76
|
+
import POST_games_summary_search_Admin from './contracts/POST/games/summary/search/Admin.json' with { type: 'json' }
|
|
77
|
+
import POST_games_summary_search_Organizer from './contracts/POST/games/summary/search/Organizer.json' with { type: 'json' }
|
|
78
|
+
import POST_games_theme_search_Unknown from './contracts/POST/games/theme/search/Unknown.json' with { type: 'json' }
|
|
79
|
+
import POST_games_theme_search_Admin from './contracts/POST/games/theme/search/Admin.json' with { type: 'json' }
|
|
80
|
+
import POST_games_theme_search_Organizer from './contracts/POST/games/theme/search/Organizer.json' with { type: 'json' }
|
|
81
|
+
import POST_games_cover_search_Unknown from './contracts/POST/games/cover/search/Unknown.json' with { type: 'json' }
|
|
82
|
+
import POST_games_search_Unknown from './contracts/POST/games/search/Unknown.json' with { type: 'json' }
|
|
83
|
+
import POST_games_search_Admin from './contracts/POST/games/search/Admin.json' with { type: 'json' }
|
|
84
|
+
import POST_games_search_Organizer from './contracts/POST/games/search/Organizer.json' with { type: 'json' }
|
|
85
|
+
import POST_games_venue_search_Unknown from './contracts/POST/games/venue/search/Unknown.json' with { type: 'json' }
|
|
86
|
+
import POST_games_venue_search_Admin from './contracts/POST/games/venue/search/Admin.json' with { type: 'json' }
|
|
87
|
+
import POST_games_venue_search_Organizer from './contracts/POST/games/venue/search/Organizer.json' with { type: 'json' }
|
|
88
|
+
import POST_city_vk_group_token_Admin from './contracts/POST/city/vk_group_token/Admin.json' with { type: 'json' }
|
|
89
|
+
import POST_city_vk_group_token_Organizer from './contracts/POST/city/vk_group_token/Organizer.json' with { type: 'json' }
|
|
90
|
+
import POST_city_Admin from './contracts/POST/city/Admin.json' with { type: 'json' }
|
|
91
|
+
import POST_city_Organizer from './contracts/POST/city/Organizer.json' with { type: 'json' }
|
|
16
92
|
import POST_themes_cover_search_Admin from './contracts/POST/themes/cover/search/Admin.json' with { type: 'json' }
|
|
17
|
-
import
|
|
18
|
-
import
|
|
93
|
+
import POST_themes_cover_search_Organizer from './contracts/POST/themes/cover/search/Organizer.json' with { type: 'json' }
|
|
94
|
+
import POST_themes_search_Admin from './contracts/POST/themes/search/Admin.json' with { type: 'json' }
|
|
95
|
+
import POST_themes_search_Organizer from './contracts/POST/themes/search/Organizer.json' with { type: 'json' }
|
|
19
96
|
import POST_checkin_Unknown from './contracts/POST/checkin/Unknown.json' with { type: 'json' }
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import POST_cities_currency_search_Unknown from './contracts/POST/cities/currency/search/Unknown.json' with { type: 'json' }
|
|
32
|
-
import POST_cities_country_search_Organizer from './contracts/POST/cities/country/search/Organizer.json' with { type: 'json' }
|
|
33
|
-
import POST_cities_country_search_Admin from './contracts/POST/cities/country/search/Admin.json' with { type: 'json' }
|
|
34
|
-
import POST_cities_country_search_Unknown from './contracts/POST/cities/country/search/Unknown.json' with { type: 'json' }
|
|
97
|
+
import POST_checkin_Admin from './contracts/POST/checkin/Admin.json' with { type: 'json' }
|
|
98
|
+
import POST_checkin_Organizer from './contracts/POST/checkin/Organizer.json' with { type: 'json' }
|
|
99
|
+
import POST_theme_Admin from './contracts/POST/theme/Admin.json' with { type: 'json' }
|
|
100
|
+
import POST_theme_cover_Admin from './contracts/POST/theme/cover/Admin.json' with { type: 'json' }
|
|
101
|
+
import POST_theme_cover_Organizer from './contracts/POST/theme/cover/Organizer.json' with { type: 'json' }
|
|
102
|
+
import POST_theme_Organizer from './contracts/POST/theme/Organizer.json' with { type: 'json' }
|
|
103
|
+
import POST_registration_Unknown from './contracts/POST/registration/Unknown.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_chatapp_registration_mailing_Admin from './contracts/POST/chatapp/registration/mailing/Admin.json' with { type: 'json' }
|
|
107
|
+
import POST_chatapp_registration_mailing_Organizer from './contracts/POST/chatapp/registration/mailing/Organizer.json' with { type: 'json' }
|
|
35
108
|
import POST_user_role_Admin from './contracts/POST/user/role/Admin.json' with { type: 'json' }
|
|
36
|
-
import POST_user_Admin from './contracts/POST/user/Admin.json' with { type: 'json' }
|
|
37
109
|
import POST_user_city_Admin from './contracts/POST/user/city/Admin.json' with { type: 'json' }
|
|
110
|
+
import POST_user_Admin from './contracts/POST/user/Admin.json' with { type: 'json' }
|
|
38
111
|
import POST_user_password_Admin from './contracts/POST/user/password/Admin.json' with { type: 'json' }
|
|
39
|
-
import
|
|
112
|
+
import POST_users_cities_search_Admin from './contracts/POST/users/cities/search/Admin.json' with { type: 'json' }
|
|
113
|
+
import POST_users_role_search_Admin from './contracts/POST/users/role/search/Admin.json' with { type: 'json' }
|
|
114
|
+
import POST_users_search_Admin from './contracts/POST/users/search/Admin.json' with { type: 'json' }
|
|
115
|
+
import POST_users_password_search_Admin from './contracts/POST/users/password/search/Admin.json' with { type: 'json' }
|
|
40
116
|
import POST_game_Admin from './contracts/POST/game/Admin.json' with { type: 'json' }
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
117
|
+
import POST_game_Organizer from './contracts/POST/game/Organizer.json' with { type: 'json' }
|
|
118
|
+
import POST_venue_Admin from './contracts/POST/venue/Admin.json' with { type: 'json' }
|
|
119
|
+
import POST_venue_Organizer from './contracts/POST/venue/Organizer.json' with { type: 'json' }
|
|
120
|
+
import POST_registrations_mailing_Admin from './contracts/POST/registrations/mailing/Admin.json' with { type: 'json' }
|
|
121
|
+
import POST_registrations_mailing_Organizer from './contracts/POST/registrations/mailing/Organizer.json' with { type: 'json' }
|
|
122
|
+
import POST_registrations_mailing_status_search_Admin from './contracts/POST/registrations/mailing/status/search/Admin.json' with { type: 'json' }
|
|
123
|
+
import POST_registrations_mailing_status_search_Organizer from './contracts/POST/registrations/mailing/status/search/Organizer.json' with { type: 'json' }
|
|
124
|
+
import POST_registrations_lineup_search_Unknown from './contracts/POST/registrations/lineup/search/Unknown.json' with { type: 'json' }
|
|
125
|
+
import POST_registrations_lineup_search_Admin from './contracts/POST/registrations/lineup/search/Admin.json' with { type: 'json' }
|
|
126
|
+
import POST_registrations_lineup_search_Service from './contracts/POST/registrations/lineup/search/Service.json' with { type: 'json' }
|
|
127
|
+
import POST_registrations_lineup_search_Organizer from './contracts/POST/registrations/lineup/search/Organizer.json' with { type: 'json' }
|
|
128
|
+
import POST_registrations_city_search_Unknown from './contracts/POST/registrations/city/search/Unknown.json' with { type: 'json' }
|
|
129
|
+
import POST_registrations_city_search_Admin from './contracts/POST/registrations/city/search/Admin.json' with { type: 'json' }
|
|
130
|
+
import POST_registrations_city_search_Service from './contracts/POST/registrations/city/search/Service.json' with { type: 'json' }
|
|
131
|
+
import POST_registrations_city_search_Organizer from './contracts/POST/registrations/city/search/Organizer.json' with { type: 'json' }
|
|
132
|
+
import POST_registrations_theme_search_Unknown from './contracts/POST/registrations/theme/search/Unknown.json' with { type: 'json' }
|
|
133
|
+
import POST_registrations_theme_search_Admin from './contracts/POST/registrations/theme/search/Admin.json' with { type: 'json' }
|
|
44
134
|
import POST_registrations_theme_search_Service from './contracts/POST/registrations/theme/search/Service.json' with { type: 'json' }
|
|
45
135
|
import POST_registrations_theme_search_Organizer from './contracts/POST/registrations/theme/search/Organizer.json' with { type: 'json' }
|
|
46
|
-
import
|
|
47
|
-
import POST_registrations_theme_search_Unknown from './contracts/POST/registrations/theme/search/Unknown.json' with { type: 'json' }
|
|
48
|
-
import POST_registrations_confirmation_search_Service from './contracts/POST/registrations/confirmation/search/Service.json' with { type: 'json' }
|
|
49
|
-
import POST_registrations_confirmation_search_Organizer from './contracts/POST/registrations/confirmation/search/Organizer.json' with { type: 'json' }
|
|
50
|
-
import POST_registrations_confirmation_search_Admin from './contracts/POST/registrations/confirmation/search/Admin.json' with { type: 'json' }
|
|
51
|
-
import POST_registrations_confirmation_search_Unknown from './contracts/POST/registrations/confirmation/search/Unknown.json' with { type: 'json' }
|
|
136
|
+
import POST_registrations_reservation_search_Admin from './contracts/POST/registrations/reservation/search/Admin.json' with { type: 'json' }
|
|
52
137
|
import POST_registrations_reservation_search_Service from './contracts/POST/registrations/reservation/search/Service.json' with { type: 'json' }
|
|
53
138
|
import POST_registrations_reservation_search_Organizer from './contracts/POST/registrations/reservation/search/Organizer.json' with { type: 'json' }
|
|
54
|
-
import
|
|
55
|
-
import
|
|
139
|
+
import POST_registrations_promotion_search_Admin from './contracts/POST/registrations/promotion/search/Admin.json' with { type: 'json' }
|
|
140
|
+
import POST_registrations_promotion_search_Service from './contracts/POST/registrations/promotion/search/Service.json' with { type: 'json' }
|
|
141
|
+
import POST_registrations_promotion_search_Organizer from './contracts/POST/registrations/promotion/search/Organizer.json' with { type: 'json' }
|
|
142
|
+
import POST_registrations_confirmation_search_Unknown from './contracts/POST/registrations/confirmation/search/Unknown.json' with { type: 'json' }
|
|
143
|
+
import POST_registrations_confirmation_search_Admin from './contracts/POST/registrations/confirmation/search/Admin.json' with { type: 'json' }
|
|
144
|
+
import POST_registrations_confirmation_search_Service from './contracts/POST/registrations/confirmation/search/Service.json' with { type: 'json' }
|
|
145
|
+
import POST_registrations_confirmation_search_Organizer from './contracts/POST/registrations/confirmation/search/Organizer.json' with { type: 'json' }
|
|
146
|
+
import POST_registrations_restoration_search_Unknown from './contracts/POST/registrations/restoration/search/Unknown.json' with { type: 'json' }
|
|
147
|
+
import POST_registrations_restoration_search_Admin from './contracts/POST/registrations/restoration/search/Admin.json' with { type: 'json' }
|
|
148
|
+
import POST_registrations_restoration_search_Service from './contracts/POST/registrations/restoration/search/Service.json' with { type: 'json' }
|
|
149
|
+
import POST_registrations_restoration_search_Organizer from './contracts/POST/registrations/restoration/search/Organizer.json' with { type: 'json' }
|
|
150
|
+
import POST_registrations_reinstatement_search_Unknown from './contracts/POST/registrations/reinstatement/search/Unknown.json' with { type: 'json' }
|
|
151
|
+
import POST_registrations_reinstatement_search_Admin from './contracts/POST/registrations/reinstatement/search/Admin.json' with { type: 'json' }
|
|
152
|
+
import POST_registrations_reinstatement_search_Service from './contracts/POST/registrations/reinstatement/search/Service.json' with { type: 'json' }
|
|
153
|
+
import POST_registrations_reinstatement_search_Organizer from './contracts/POST/registrations/reinstatement/search/Organizer.json' with { type: 'json' }
|
|
154
|
+
import POST_registrations_cover_search_Unknown from './contracts/POST/registrations/cover/search/Unknown.json' with { type: 'json' }
|
|
155
|
+
import POST_registrations_cover_search_Admin from './contracts/POST/registrations/cover/search/Admin.json' with { type: 'json' }
|
|
156
|
+
import POST_registrations_cover_search_Service from './contracts/POST/registrations/cover/search/Service.json' with { type: 'json' }
|
|
157
|
+
import POST_registrations_cover_search_Organizer from './contracts/POST/registrations/cover/search/Organizer.json' with { type: 'json' }
|
|
158
|
+
import POST_registrations_search_Unknown from './contracts/POST/registrations/search/Unknown.json' with { type: 'json' }
|
|
159
|
+
import POST_registrations_search_Admin from './contracts/POST/registrations/search/Admin.json' with { type: 'json' }
|
|
160
|
+
import POST_registrations_search_Organizer from './contracts/POST/registrations/search/Organizer.json' with { type: 'json' }
|
|
161
|
+
import POST_registrations_game_search_Unknown from './contracts/POST/registrations/game/search/Unknown.json' with { type: 'json' }
|
|
162
|
+
import POST_registrations_game_search_Admin from './contracts/POST/registrations/game/search/Admin.json' with { type: 'json' }
|
|
56
163
|
import POST_registrations_game_search_Service from './contracts/POST/registrations/game/search/Service.json' with { type: 'json' }
|
|
57
164
|
import POST_registrations_game_search_Organizer from './contracts/POST/registrations/game/search/Organizer.json' with { type: 'json' }
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import POST_registrations_cancellation_search_Service from './contracts/POST/registrations/cancellation/search/Service.json' with { type: 'json' }
|
|
61
|
-
import POST_registrations_cancellation_search_Organizer from './contracts/POST/registrations/cancellation/search/Organizer.json' with { type: 'json' }
|
|
62
|
-
import POST_registrations_cancellation_search_Admin from './contracts/POST/registrations/cancellation/search/Admin.json' with { type: 'json' }
|
|
63
|
-
import POST_registrations_cancellation_search_Unknown from './contracts/POST/registrations/cancellation/search/Unknown.json' with { type: 'json' }
|
|
64
|
-
import POST_registrations_city_search_Service from './contracts/POST/registrations/city/search/Service.json' with { type: 'json' }
|
|
65
|
-
import POST_registrations_city_search_Organizer from './contracts/POST/registrations/city/search/Organizer.json' with { type: 'json' }
|
|
66
|
-
import POST_registrations_city_search_Admin from './contracts/POST/registrations/city/search/Admin.json' with { type: 'json' }
|
|
67
|
-
import POST_registrations_city_search_Unknown from './contracts/POST/registrations/city/search/Unknown.json' with { type: 'json' }
|
|
68
|
-
import POST_registrations_search_Organizer from './contracts/POST/registrations/search/Organizer.json' with { type: 'json' }
|
|
69
|
-
import POST_registrations_search_Admin from './contracts/POST/registrations/search/Admin.json' with { type: 'json' }
|
|
70
|
-
import POST_registrations_search_Unknown from './contracts/POST/registrations/search/Unknown.json' with { type: 'json' }
|
|
165
|
+
import POST_registrations_venue_search_Unknown from './contracts/POST/registrations/venue/search/Unknown.json' with { type: 'json' }
|
|
166
|
+
import POST_registrations_venue_search_Admin from './contracts/POST/registrations/venue/search/Admin.json' with { type: 'json' }
|
|
71
167
|
import POST_registrations_venue_search_Service from './contracts/POST/registrations/venue/search/Service.json' with { type: 'json' }
|
|
72
168
|
import POST_registrations_venue_search_Organizer from './contracts/POST/registrations/venue/search/Organizer.json' with { type: 'json' }
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import POST_registrations_mailing_Admin from './contracts/POST/registrations/mailing/Admin.json' with { type: 'json' }
|
|
81
|
-
import POST_registrations_mailing_status_search_Organizer from './contracts/POST/registrations/mailing/status/search/Organizer.json' with { type: 'json' }
|
|
82
|
-
import POST_registrations_mailing_status_search_Admin from './contracts/POST/registrations/mailing/status/search/Admin.json' with { type: 'json' }
|
|
169
|
+
import POST_registrations_cancellation_search_Unknown from './contracts/POST/registrations/cancellation/search/Unknown.json' with { type: 'json' }
|
|
170
|
+
import POST_registrations_cancellation_search_Admin from './contracts/POST/registrations/cancellation/search/Admin.json' with { type: 'json' }
|
|
171
|
+
import POST_registrations_cancellation_search_Service from './contracts/POST/registrations/cancellation/search/Service.json' with { type: 'json' }
|
|
172
|
+
import POST_registrations_cancellation_search_Organizer from './contracts/POST/registrations/cancellation/search/Organizer.json' with { type: 'json' }
|
|
173
|
+
import POST_registrations_channel_search_Unknown from './contracts/POST/registrations/channel/search/Unknown.json' with { type: 'json' }
|
|
174
|
+
import POST_registrations_status_search_Unknown from './contracts/POST/registrations/status/search/Unknown.json' with { type: 'json' }
|
|
175
|
+
import POST_registrations_status_search_Admin from './contracts/POST/registrations/status/search/Admin.json' with { type: 'json' }
|
|
83
176
|
import POST_registrations_status_search_Service from './contracts/POST/registrations/status/search/Service.json' with { type: 'json' }
|
|
84
177
|
import POST_registrations_status_search_Organizer from './contracts/POST/registrations/status/search/Organizer.json' with { type: 'json' }
|
|
85
|
-
import POST_registrations_status_search_Admin from './contracts/POST/registrations/status/search/Admin.json' with { type: 'json' }
|
|
86
|
-
import POST_registrations_status_search_Unknown from './contracts/POST/registrations/status/search/Unknown.json' with { type: 'json' }
|
|
87
|
-
import POST_registrations_cover_search_Service from './contracts/POST/registrations/cover/search/Service.json' with { type: 'json' }
|
|
88
|
-
import POST_registrations_cover_search_Organizer from './contracts/POST/registrations/cover/search/Organizer.json' with { type: 'json' }
|
|
89
|
-
import POST_registrations_cover_search_Admin from './contracts/POST/registrations/cover/search/Admin.json' with { type: 'json' }
|
|
90
|
-
import POST_registrations_cover_search_Unknown from './contracts/POST/registrations/cover/search/Unknown.json' with { type: 'json' }
|
|
91
|
-
import POST_registrations_lineup_search_Service from './contracts/POST/registrations/lineup/search/Service.json' with { type: 'json' }
|
|
92
|
-
import POST_registrations_lineup_search_Organizer from './contracts/POST/registrations/lineup/search/Organizer.json' with { type: 'json' }
|
|
93
|
-
import POST_registrations_lineup_search_Admin from './contracts/POST/registrations/lineup/search/Admin.json' with { type: 'json' }
|
|
94
|
-
import POST_registrations_lineup_search_Unknown from './contracts/POST/registrations/lineup/search/Unknown.json' with { type: 'json' }
|
|
95
|
-
import POST_city_Organizer from './contracts/POST/city/Organizer.json' with { type: 'json' }
|
|
96
|
-
import POST_city_Admin from './contracts/POST/city/Admin.json' with { type: 'json' }
|
|
97
|
-
import POST_city_vk_group_token_Organizer from './contracts/POST/city/vk_group_token/Organizer.json' with { type: 'json' }
|
|
98
|
-
import POST_city_vk_group_token_Admin from './contracts/POST/city/vk_group_token/Admin.json' with { type: 'json' }
|
|
99
|
-
import POST_games_theme_search_Organizer from './contracts/POST/games/theme/search/Organizer.json' with { type: 'json' }
|
|
100
|
-
import POST_games_theme_search_Admin from './contracts/POST/games/theme/search/Admin.json' with { type: 'json' }
|
|
101
|
-
import POST_games_theme_search_Unknown from './contracts/POST/games/theme/search/Unknown.json' with { type: 'json' }
|
|
102
|
-
import POST_games_city_search_Organizer from './contracts/POST/games/city/search/Organizer.json' with { type: 'json' }
|
|
103
|
-
import POST_games_city_search_Admin from './contracts/POST/games/city/search/Admin.json' with { type: 'json' }
|
|
104
|
-
import POST_games_search_Organizer from './contracts/POST/games/search/Organizer.json' with { type: 'json' }
|
|
105
|
-
import POST_games_search_Admin from './contracts/POST/games/search/Admin.json' with { type: 'json' }
|
|
106
|
-
import POST_games_search_Unknown from './contracts/POST/games/search/Unknown.json' with { type: 'json' }
|
|
107
|
-
import POST_games_venue_search_Organizer from './contracts/POST/games/venue/search/Organizer.json' with { type: 'json' }
|
|
108
|
-
import POST_games_venue_search_Admin from './contracts/POST/games/venue/search/Admin.json' with { type: 'json' }
|
|
109
|
-
import POST_games_venue_search_Unknown from './contracts/POST/games/venue/search/Unknown.json' with { type: 'json' }
|
|
110
|
-
import POST_games_cover_search_Unknown from './contracts/POST/games/cover/search/Unknown.json' with { type: 'json' }
|
|
111
|
-
import POST_games_summary_search_Organizer from './contracts/POST/games/summary/search/Organizer.json' with { type: 'json' }
|
|
112
|
-
import POST_games_summary_search_Admin from './contracts/POST/games/summary/search/Admin.json' with { type: 'json' }
|
|
113
|
-
import POST_venue_Organizer from './contracts/POST/venue/Organizer.json' with { type: 'json' }
|
|
114
|
-
import POST_venue_Admin from './contracts/POST/venue/Admin.json' with { type: 'json' }
|
|
115
|
-
import POST_registration_Organizer from './contracts/POST/registration/Organizer.json' with { type: 'json' }
|
|
116
|
-
import POST_registration_Admin from './contracts/POST/registration/Admin.json' with { type: 'json' }
|
|
117
|
-
import POST_registration_Unknown from './contracts/POST/registration/Unknown.json' with { type: 'json' }
|
|
118
178
|
import POST_roles_search_Admin from './contracts/POST/roles/search/Admin.json' with { type: 'json' }
|
|
119
|
-
import POST_users_role_search_Admin from './contracts/POST/users/role/search/Admin.json' with { type: 'json' }
|
|
120
|
-
import POST_users_cities_search_Admin from './contracts/POST/users/cities/search/Admin.json' with { type: 'json' }
|
|
121
|
-
import POST_users_search_Admin from './contracts/POST/users/search/Admin.json' with { type: 'json' }
|
|
122
|
-
import POST_users_password_search_Admin from './contracts/POST/users/password/search/Admin.json' with { type: 'json' }
|
|
123
|
-
import PATCH_theme_Organizer from './contracts/PATCH/theme/Organizer.json' with { type: 'json' }
|
|
124
|
-
import PATCH_theme_Admin from './contracts/PATCH/theme/Admin.json' with { type: 'json' }
|
|
125
|
-
import PATCH_venues_Organizer from './contracts/PATCH/venues/Organizer.json' with { type: 'json' }
|
|
126
|
-
import PATCH_venues_Admin from './contracts/PATCH/venues/Admin.json' with { type: 'json' }
|
|
127
|
-
import PATCH_themes_Admin from './contracts/PATCH/themes/Admin.json' with { type: 'json' }
|
|
128
|
-
import PATCH_user_role_Admin from './contracts/PATCH/user/role/Admin.json' with { type: 'json' }
|
|
129
|
-
import PATCH_user_Admin from './contracts/PATCH/user/Admin.json' with { type: 'json' }
|
|
130
|
-
import PATCH_user_password_Admin from './contracts/PATCH/user/password/Admin.json' with { type: 'json' }
|
|
131
|
-
import PATCH_game_Service from './contracts/PATCH/game/Service.json' with { type: 'json' }
|
|
132
|
-
import PATCH_game_theme_Organizer from './contracts/PATCH/game/theme/Organizer.json' with { type: 'json' }
|
|
133
|
-
import PATCH_game_theme_Admin from './contracts/PATCH/game/theme/Admin.json' with { type: 'json' }
|
|
134
|
-
import PATCH_game_Organizer from './contracts/PATCH/game/Organizer.json' with { type: 'json' }
|
|
135
|
-
import PATCH_game_Admin from './contracts/PATCH/game/Admin.json' with { type: 'json' }
|
|
136
|
-
import PATCH_game_venue_Organizer from './contracts/PATCH/game/venue/Organizer.json' with { type: 'json' }
|
|
137
|
-
import PATCH_game_venue_Admin from './contracts/PATCH/game/venue/Admin.json' with { type: 'json' }
|
|
138
|
-
import PATCH_registrations_Service from './contracts/PATCH/registrations/Service.json' with { type: 'json' }
|
|
139
|
-
import PATCH_registrations_Organizer from './contracts/PATCH/registrations/Organizer.json' with { type: 'json' }
|
|
140
|
-
import PATCH_registrations_Admin from './contracts/PATCH/registrations/Admin.json' with { type: 'json' }
|
|
141
|
-
import PATCH_registrations_status_Service from './contracts/PATCH/registrations/status/Service.json' with { type: 'json' }
|
|
142
|
-
import PATCH_registrations_status_Organizer from './contracts/PATCH/registrations/status/Organizer.json' with { type: 'json' }
|
|
143
|
-
import PATCH_registrations_status_Admin from './contracts/PATCH/registrations/status/Admin.json' with { type: 'json' }
|
|
144
|
-
import PATCH_registrations_lineup_Organizer from './contracts/PATCH/registrations/lineup/Organizer.json' with { type: 'json' }
|
|
145
|
-
import PATCH_registrations_lineup_Admin from './contracts/PATCH/registrations/lineup/Admin.json' with { type: 'json' }
|
|
146
|
-
import PATCH_city_Organizer from './contracts/PATCH/city/Organizer.json' with { type: 'json' }
|
|
147
|
-
import PATCH_city_Admin from './contracts/PATCH/city/Admin.json' with { type: 'json' }
|
|
148
|
-
import PATCH_city_timezone_Organizer from './contracts/PATCH/city/timezone/Organizer.json' with { type: 'json' }
|
|
149
|
-
import PATCH_city_timezone_Admin from './contracts/PATCH/city/timezone/Admin.json' with { type: 'json' }
|
|
150
|
-
import PATCH_city_currency_Organizer from './contracts/PATCH/city/currency/Organizer.json' with { type: 'json' }
|
|
151
|
-
import PATCH_city_currency_Admin from './contracts/PATCH/city/currency/Admin.json' with { type: 'json' }
|
|
152
|
-
import PATCH_city_country_Organizer from './contracts/PATCH/city/country/Organizer.json' with { type: 'json' }
|
|
153
|
-
import PATCH_city_country_Admin from './contracts/PATCH/city/country/Admin.json' with { type: 'json' }
|
|
154
|
-
import PATCH_city_vk_group_token_Organizer from './contracts/PATCH/city/vk_group_token/Organizer.json' with { type: 'json' }
|
|
155
|
-
import PATCH_city_vk_group_token_Admin from './contracts/PATCH/city/vk_group_token/Admin.json' with { type: 'json' }
|
|
156
|
-
import PATCH_games_Service from './contracts/PATCH/games/Service.json' with { type: 'json' }
|
|
157
|
-
import PATCH_games_Organizer from './contracts/PATCH/games/Organizer.json' with { type: 'json' }
|
|
158
|
-
import PATCH_games_Admin from './contracts/PATCH/games/Admin.json' with { type: 'json' }
|
|
159
|
-
import PATCH_venue_Organizer from './contracts/PATCH/venue/Organizer.json' with { type: 'json' }
|
|
160
|
-
import PATCH_venue_Admin from './contracts/PATCH/venue/Admin.json' with { type: 'json' }
|
|
161
|
-
import PATCH_registration_Service from './contracts/PATCH/registration/Service.json' with { type: 'json' }
|
|
162
|
-
import PATCH_registration_Organizer from './contracts/PATCH/registration/Organizer.json' with { type: 'json' }
|
|
163
|
-
import PATCH_registration_Admin from './contracts/PATCH/registration/Admin.json' with { type: 'json' }
|
|
164
|
-
import PATCH_registration_channel_Service from './contracts/PATCH/registration/channel/Service.json' with { type: 'json' }
|
|
165
|
-
import PATCH_registration_channel_Unknown from './contracts/PATCH/registration/channel/Unknown.json' with { type: 'json' }
|
|
166
|
-
import PATCH_registration_Unknown from './contracts/PATCH/registration/Unknown.json' with { type: 'json' }
|
|
167
|
-
import PATCH_registration_status_Service from './contracts/PATCH/registration/status/Service.json' with { type: 'json' }
|
|
168
|
-
import PATCH_registration_status_Organizer from './contracts/PATCH/registration/status/Organizer.json' with { type: 'json' }
|
|
169
|
-
import PATCH_registration_status_Admin from './contracts/PATCH/registration/status/Admin.json' with { type: 'json' }
|
|
170
|
-
import PATCH_registration_status_Unknown from './contracts/PATCH/registration/status/Unknown.json' with { type: 'json' }
|
|
171
|
-
import PATCH_registration_lineup_Organizer from './contracts/PATCH/registration/lineup/Organizer.json' with { type: 'json' }
|
|
172
|
-
import PATCH_registration_lineup_Admin from './contracts/PATCH/registration/lineup/Admin.json' with { type: 'json' }
|
|
173
|
-
import PUT_theme_cover_Organizer from './contracts/PUT/theme/cover/Organizer.json' with { type: 'json' }
|
|
174
|
-
import PUT_theme_cover_Admin from './contracts/PUT/theme/cover/Admin.json' with { type: 'json' }
|
|
175
179
|
|
|
176
180
|
export const Contracts = Object.freeze(
|
|
177
181
|
/** @type {const} */ ([
|
|
178
|
-
'
|
|
179
|
-
'
|
|
180
|
-
'
|
|
181
|
-
'
|
|
182
|
-
'
|
|
183
|
-
'
|
|
184
|
-
'
|
|
182
|
+
'PUT/theme/cover/Admin',
|
|
183
|
+
'PUT/theme/cover/Organizer',
|
|
184
|
+
'PATCH/venues/Admin',
|
|
185
|
+
'PATCH/venues/Organizer',
|
|
186
|
+
'PATCH/games/Admin',
|
|
187
|
+
'PATCH/games/Service',
|
|
188
|
+
'PATCH/games/Organizer',
|
|
189
|
+
'PATCH/city/currency/Admin',
|
|
190
|
+
'PATCH/city/currency/Organizer',
|
|
191
|
+
'PATCH/city/vk_group_token/Admin',
|
|
192
|
+
'PATCH/city/vk_group_token/Organizer',
|
|
193
|
+
'PATCH/city/country/Admin',
|
|
194
|
+
'PATCH/city/country/Organizer',
|
|
195
|
+
'PATCH/city/Admin',
|
|
196
|
+
'PATCH/city/timezone/Admin',
|
|
197
|
+
'PATCH/city/timezone/Organizer',
|
|
198
|
+
'PATCH/city/Organizer',
|
|
199
|
+
'PATCH/themes/Admin',
|
|
200
|
+
'PATCH/theme/Admin',
|
|
201
|
+
'PATCH/theme/Organizer',
|
|
202
|
+
'PATCH/registration/Unknown',
|
|
203
|
+
'PATCH/registration/lineup/Admin',
|
|
204
|
+
'PATCH/registration/lineup/Organizer',
|
|
205
|
+
'PATCH/registration/Admin',
|
|
206
|
+
'PATCH/registration/Service',
|
|
207
|
+
'PATCH/registration/Organizer',
|
|
208
|
+
'PATCH/registration/channel/Unknown',
|
|
209
|
+
'PATCH/registration/channel/Service',
|
|
210
|
+
'PATCH/registration/status/Unknown',
|
|
211
|
+
'PATCH/registration/status/Admin',
|
|
212
|
+
'PATCH/registration/status/Service',
|
|
213
|
+
'PATCH/registration/status/Organizer',
|
|
214
|
+
'PATCH/user/role/Admin',
|
|
215
|
+
'PATCH/user/Admin',
|
|
216
|
+
'PATCH/user/password/Admin',
|
|
217
|
+
'PATCH/game/theme/Admin',
|
|
218
|
+
'PATCH/game/theme/Organizer',
|
|
219
|
+
'PATCH/game/Admin',
|
|
220
|
+
'PATCH/game/Service',
|
|
221
|
+
'PATCH/game/venue/Admin',
|
|
222
|
+
'PATCH/game/venue/Organizer',
|
|
223
|
+
'PATCH/game/Organizer',
|
|
224
|
+
'PATCH/venue/Admin',
|
|
225
|
+
'PATCH/venue/Organizer',
|
|
226
|
+
'PATCH/registrations/lineup/Admin',
|
|
227
|
+
'PATCH/registrations/lineup/Organizer',
|
|
228
|
+
'PATCH/registrations/Admin',
|
|
229
|
+
'PATCH/registrations/Service',
|
|
230
|
+
'PATCH/registrations/Organizer',
|
|
231
|
+
'PATCH/registrations/status/Admin',
|
|
232
|
+
'PATCH/registrations/status/Service',
|
|
233
|
+
'PATCH/registrations/status/Organizer',
|
|
234
|
+
'POST/cities/venues/search/Unknown',
|
|
235
|
+
'POST/cities/venues/search/Admin',
|
|
236
|
+
'POST/cities/venues/search/Organizer',
|
|
237
|
+
'POST/cities/currency/search/Unknown',
|
|
238
|
+
'POST/cities/currency/search/Admin',
|
|
239
|
+
'POST/cities/currency/search/Organizer',
|
|
240
|
+
'POST/cities/country/search/Unknown',
|
|
241
|
+
'POST/cities/country/search/Admin',
|
|
242
|
+
'POST/cities/country/search/Organizer',
|
|
243
|
+
'POST/cities/timezone/search/Unknown',
|
|
244
|
+
'POST/cities/timezone/search/Admin',
|
|
245
|
+
'POST/cities/timezone/search/Organizer',
|
|
246
|
+
'POST/cities/search/Unknown',
|
|
247
|
+
'POST/cities/search/Admin',
|
|
248
|
+
'POST/cities/search/Organizer',
|
|
185
249
|
'POST/venues/city/search/Admin',
|
|
186
|
-
'POST/venues/search/Organizer',
|
|
250
|
+
'POST/venues/city/search/Organizer',
|
|
187
251
|
'POST/venues/search/Admin',
|
|
188
|
-
'POST/venues/
|
|
252
|
+
'POST/venues/search/Organizer',
|
|
189
253
|
'POST/venues/status/search/Admin',
|
|
190
|
-
'POST/
|
|
191
|
-
'POST/
|
|
192
|
-
'POST/
|
|
254
|
+
'POST/venues/status/search/Organizer',
|
|
255
|
+
'POST/games/city/search/Admin',
|
|
256
|
+
'POST/games/city/search/Organizer',
|
|
257
|
+
'POST/games/summary/search/Admin',
|
|
258
|
+
'POST/games/summary/search/Organizer',
|
|
259
|
+
'POST/games/theme/search/Unknown',
|
|
260
|
+
'POST/games/theme/search/Admin',
|
|
261
|
+
'POST/games/theme/search/Organizer',
|
|
262
|
+
'POST/games/cover/search/Unknown',
|
|
263
|
+
'POST/games/search/Unknown',
|
|
264
|
+
'POST/games/search/Admin',
|
|
265
|
+
'POST/games/search/Organizer',
|
|
266
|
+
'POST/games/venue/search/Unknown',
|
|
267
|
+
'POST/games/venue/search/Admin',
|
|
268
|
+
'POST/games/venue/search/Organizer',
|
|
269
|
+
'POST/city/vk_group_token/Admin',
|
|
270
|
+
'POST/city/vk_group_token/Organizer',
|
|
271
|
+
'POST/city/Admin',
|
|
272
|
+
'POST/city/Organizer',
|
|
193
273
|
'POST/themes/cover/search/Admin',
|
|
194
|
-
'POST/
|
|
195
|
-
'POST/
|
|
274
|
+
'POST/themes/cover/search/Organizer',
|
|
275
|
+
'POST/themes/search/Admin',
|
|
276
|
+
'POST/themes/search/Organizer',
|
|
196
277
|
'POST/checkin/Unknown',
|
|
197
|
-
'POST/
|
|
198
|
-
'POST/
|
|
199
|
-
'POST/
|
|
200
|
-
'POST/
|
|
201
|
-
'POST/
|
|
202
|
-
'POST/
|
|
203
|
-
'POST/
|
|
204
|
-
'POST/
|
|
205
|
-
'POST/
|
|
206
|
-
'POST/
|
|
207
|
-
'POST/
|
|
208
|
-
'POST/cities/currency/search/Unknown',
|
|
209
|
-
'POST/cities/country/search/Organizer',
|
|
210
|
-
'POST/cities/country/search/Admin',
|
|
211
|
-
'POST/cities/country/search/Unknown',
|
|
278
|
+
'POST/checkin/Admin',
|
|
279
|
+
'POST/checkin/Organizer',
|
|
280
|
+
'POST/theme/Admin',
|
|
281
|
+
'POST/theme/cover/Admin',
|
|
282
|
+
'POST/theme/cover/Organizer',
|
|
283
|
+
'POST/theme/Organizer',
|
|
284
|
+
'POST/registration/Unknown',
|
|
285
|
+
'POST/registration/Admin',
|
|
286
|
+
'POST/registration/Organizer',
|
|
287
|
+
'POST/chatapp/registration/mailing/Admin',
|
|
288
|
+
'POST/chatapp/registration/mailing/Organizer',
|
|
212
289
|
'POST/user/role/Admin',
|
|
213
|
-
'POST/user/Admin',
|
|
214
290
|
'POST/user/city/Admin',
|
|
291
|
+
'POST/user/Admin',
|
|
215
292
|
'POST/user/password/Admin',
|
|
216
|
-
'POST/
|
|
293
|
+
'POST/users/cities/search/Admin',
|
|
294
|
+
'POST/users/role/search/Admin',
|
|
295
|
+
'POST/users/search/Admin',
|
|
296
|
+
'POST/users/password/search/Admin',
|
|
217
297
|
'POST/game/Admin',
|
|
218
|
-
'POST/
|
|
219
|
-
'POST/
|
|
220
|
-
'POST/
|
|
298
|
+
'POST/game/Organizer',
|
|
299
|
+
'POST/venue/Admin',
|
|
300
|
+
'POST/venue/Organizer',
|
|
301
|
+
'POST/registrations/mailing/Admin',
|
|
302
|
+
'POST/registrations/mailing/Organizer',
|
|
303
|
+
'POST/registrations/mailing/status/search/Admin',
|
|
304
|
+
'POST/registrations/mailing/status/search/Organizer',
|
|
305
|
+
'POST/registrations/lineup/search/Unknown',
|
|
306
|
+
'POST/registrations/lineup/search/Admin',
|
|
307
|
+
'POST/registrations/lineup/search/Service',
|
|
308
|
+
'POST/registrations/lineup/search/Organizer',
|
|
309
|
+
'POST/registrations/city/search/Unknown',
|
|
310
|
+
'POST/registrations/city/search/Admin',
|
|
311
|
+
'POST/registrations/city/search/Service',
|
|
312
|
+
'POST/registrations/city/search/Organizer',
|
|
313
|
+
'POST/registrations/theme/search/Unknown',
|
|
314
|
+
'POST/registrations/theme/search/Admin',
|
|
221
315
|
'POST/registrations/theme/search/Service',
|
|
222
316
|
'POST/registrations/theme/search/Organizer',
|
|
223
|
-
'POST/registrations/
|
|
224
|
-
'POST/registrations/theme/search/Unknown',
|
|
225
|
-
'POST/registrations/confirmation/search/Service',
|
|
226
|
-
'POST/registrations/confirmation/search/Organizer',
|
|
227
|
-
'POST/registrations/confirmation/search/Admin',
|
|
228
|
-
'POST/registrations/confirmation/search/Unknown',
|
|
317
|
+
'POST/registrations/reservation/search/Admin',
|
|
229
318
|
'POST/registrations/reservation/search/Service',
|
|
230
319
|
'POST/registrations/reservation/search/Organizer',
|
|
231
|
-
'POST/registrations/
|
|
232
|
-
'POST/registrations/
|
|
320
|
+
'POST/registrations/promotion/search/Admin',
|
|
321
|
+
'POST/registrations/promotion/search/Service',
|
|
322
|
+
'POST/registrations/promotion/search/Organizer',
|
|
323
|
+
'POST/registrations/confirmation/search/Unknown',
|
|
324
|
+
'POST/registrations/confirmation/search/Admin',
|
|
325
|
+
'POST/registrations/confirmation/search/Service',
|
|
326
|
+
'POST/registrations/confirmation/search/Organizer',
|
|
327
|
+
'POST/registrations/restoration/search/Unknown',
|
|
328
|
+
'POST/registrations/restoration/search/Admin',
|
|
329
|
+
'POST/registrations/restoration/search/Service',
|
|
330
|
+
'POST/registrations/restoration/search/Organizer',
|
|
331
|
+
'POST/registrations/reinstatement/search/Unknown',
|
|
332
|
+
'POST/registrations/reinstatement/search/Admin',
|
|
333
|
+
'POST/registrations/reinstatement/search/Service',
|
|
334
|
+
'POST/registrations/reinstatement/search/Organizer',
|
|
335
|
+
'POST/registrations/cover/search/Unknown',
|
|
336
|
+
'POST/registrations/cover/search/Admin',
|
|
337
|
+
'POST/registrations/cover/search/Service',
|
|
338
|
+
'POST/registrations/cover/search/Organizer',
|
|
339
|
+
'POST/registrations/search/Unknown',
|
|
340
|
+
'POST/registrations/search/Admin',
|
|
341
|
+
'POST/registrations/search/Organizer',
|
|
342
|
+
'POST/registrations/game/search/Unknown',
|
|
343
|
+
'POST/registrations/game/search/Admin',
|
|
233
344
|
'POST/registrations/game/search/Service',
|
|
234
345
|
'POST/registrations/game/search/Organizer',
|
|
235
|
-
'POST/registrations/
|
|
236
|
-
'POST/registrations/
|
|
237
|
-
'POST/registrations/cancellation/search/Service',
|
|
238
|
-
'POST/registrations/cancellation/search/Organizer',
|
|
239
|
-
'POST/registrations/cancellation/search/Admin',
|
|
240
|
-
'POST/registrations/cancellation/search/Unknown',
|
|
241
|
-
'POST/registrations/city/search/Service',
|
|
242
|
-
'POST/registrations/city/search/Organizer',
|
|
243
|
-
'POST/registrations/city/search/Admin',
|
|
244
|
-
'POST/registrations/city/search/Unknown',
|
|
245
|
-
'POST/registrations/search/Organizer',
|
|
246
|
-
'POST/registrations/search/Admin',
|
|
247
|
-
'POST/registrations/search/Unknown',
|
|
346
|
+
'POST/registrations/venue/search/Unknown',
|
|
347
|
+
'POST/registrations/venue/search/Admin',
|
|
248
348
|
'POST/registrations/venue/search/Service',
|
|
249
349
|
'POST/registrations/venue/search/Organizer',
|
|
250
|
-
'POST/registrations/
|
|
251
|
-
'POST/registrations/
|
|
252
|
-
'POST/registrations/
|
|
253
|
-
'POST/registrations/
|
|
254
|
-
'POST/registrations/
|
|
255
|
-
'POST/registrations/
|
|
256
|
-
'POST/registrations/
|
|
257
|
-
'POST/registrations/mailing/Admin',
|
|
258
|
-
'POST/registrations/mailing/status/search/Organizer',
|
|
259
|
-
'POST/registrations/mailing/status/search/Admin',
|
|
350
|
+
'POST/registrations/cancellation/search/Unknown',
|
|
351
|
+
'POST/registrations/cancellation/search/Admin',
|
|
352
|
+
'POST/registrations/cancellation/search/Service',
|
|
353
|
+
'POST/registrations/cancellation/search/Organizer',
|
|
354
|
+
'POST/registrations/channel/search/Unknown',
|
|
355
|
+
'POST/registrations/status/search/Unknown',
|
|
356
|
+
'POST/registrations/status/search/Admin',
|
|
260
357
|
'POST/registrations/status/search/Service',
|
|
261
358
|
'POST/registrations/status/search/Organizer',
|
|
262
|
-
'POST/
|
|
263
|
-
'POST/registrations/status/search/Unknown',
|
|
264
|
-
'POST/registrations/cover/search/Service',
|
|
265
|
-
'POST/registrations/cover/search/Organizer',
|
|
266
|
-
'POST/registrations/cover/search/Admin',
|
|
267
|
-
'POST/registrations/cover/search/Unknown',
|
|
268
|
-
'POST/registrations/lineup/search/Service',
|
|
269
|
-
'POST/registrations/lineup/search/Organizer',
|
|
270
|
-
'POST/registrations/lineup/search/Admin',
|
|
271
|
-
'POST/registrations/lineup/search/Unknown',
|
|
272
|
-
'POST/city/Organizer',
|
|
273
|
-
'POST/city/Admin',
|
|
274
|
-
'POST/city/vk_group_token/Organizer',
|
|
275
|
-
'POST/city/vk_group_token/Admin',
|
|
276
|
-
'POST/games/theme/search/Organizer',
|
|
277
|
-
'POST/games/theme/search/Admin',
|
|
278
|
-
'POST/games/theme/search/Unknown',
|
|
279
|
-
'POST/games/city/search/Organizer',
|
|
280
|
-
'POST/games/city/search/Admin',
|
|
281
|
-
'POST/games/search/Organizer',
|
|
282
|
-
'POST/games/search/Admin',
|
|
283
|
-
'POST/games/search/Unknown',
|
|
284
|
-
'POST/games/venue/search/Organizer',
|
|
285
|
-
'POST/games/venue/search/Admin',
|
|
286
|
-
'POST/games/venue/search/Unknown',
|
|
287
|
-
'POST/games/cover/search/Unknown',
|
|
288
|
-
'POST/games/summary/search/Organizer',
|
|
289
|
-
'POST/games/summary/search/Admin',
|
|
290
|
-
'POST/venue/Organizer',
|
|
291
|
-
'POST/venue/Admin',
|
|
292
|
-
'POST/registration/Organizer',
|
|
293
|
-
'POST/registration/Admin',
|
|
294
|
-
'POST/registration/Unknown',
|
|
295
|
-
'POST/roles/search/Admin',
|
|
296
|
-
'POST/users/role/search/Admin',
|
|
297
|
-
'POST/users/cities/search/Admin',
|
|
298
|
-
'POST/users/search/Admin',
|
|
299
|
-
'POST/users/password/search/Admin',
|
|
300
|
-
'PATCH/theme/Organizer',
|
|
301
|
-
'PATCH/theme/Admin',
|
|
302
|
-
'PATCH/venues/Organizer',
|
|
303
|
-
'PATCH/venues/Admin',
|
|
304
|
-
'PATCH/themes/Admin',
|
|
305
|
-
'PATCH/user/role/Admin',
|
|
306
|
-
'PATCH/user/Admin',
|
|
307
|
-
'PATCH/user/password/Admin',
|
|
308
|
-
'PATCH/game/Service',
|
|
309
|
-
'PATCH/game/theme/Organizer',
|
|
310
|
-
'PATCH/game/theme/Admin',
|
|
311
|
-
'PATCH/game/Organizer',
|
|
312
|
-
'PATCH/game/Admin',
|
|
313
|
-
'PATCH/game/venue/Organizer',
|
|
314
|
-
'PATCH/game/venue/Admin',
|
|
315
|
-
'PATCH/registrations/Service',
|
|
316
|
-
'PATCH/registrations/Organizer',
|
|
317
|
-
'PATCH/registrations/Admin',
|
|
318
|
-
'PATCH/registrations/status/Service',
|
|
319
|
-
'PATCH/registrations/status/Organizer',
|
|
320
|
-
'PATCH/registrations/status/Admin',
|
|
321
|
-
'PATCH/registrations/lineup/Organizer',
|
|
322
|
-
'PATCH/registrations/lineup/Admin',
|
|
323
|
-
'PATCH/city/Organizer',
|
|
324
|
-
'PATCH/city/Admin',
|
|
325
|
-
'PATCH/city/timezone/Organizer',
|
|
326
|
-
'PATCH/city/timezone/Admin',
|
|
327
|
-
'PATCH/city/currency/Organizer',
|
|
328
|
-
'PATCH/city/currency/Admin',
|
|
329
|
-
'PATCH/city/country/Organizer',
|
|
330
|
-
'PATCH/city/country/Admin',
|
|
331
|
-
'PATCH/city/vk_group_token/Organizer',
|
|
332
|
-
'PATCH/city/vk_group_token/Admin',
|
|
333
|
-
'PATCH/games/Service',
|
|
334
|
-
'PATCH/games/Organizer',
|
|
335
|
-
'PATCH/games/Admin',
|
|
336
|
-
'PATCH/venue/Organizer',
|
|
337
|
-
'PATCH/venue/Admin',
|
|
338
|
-
'PATCH/registration/Service',
|
|
339
|
-
'PATCH/registration/Organizer',
|
|
340
|
-
'PATCH/registration/Admin',
|
|
341
|
-
'PATCH/registration/channel/Service',
|
|
342
|
-
'PATCH/registration/channel/Unknown',
|
|
343
|
-
'PATCH/registration/Unknown',
|
|
344
|
-
'PATCH/registration/status/Service',
|
|
345
|
-
'PATCH/registration/status/Organizer',
|
|
346
|
-
'PATCH/registration/status/Admin',
|
|
347
|
-
'PATCH/registration/status/Unknown',
|
|
348
|
-
'PATCH/registration/lineup/Organizer',
|
|
349
|
-
'PATCH/registration/lineup/Admin',
|
|
350
|
-
'PUT/theme/cover/Organizer',
|
|
351
|
-
'PUT/theme/cover/Admin'
|
|
359
|
+
'POST/roles/search/Admin'
|
|
352
360
|
]),
|
|
353
361
|
)
|
|
354
362
|
|
|
355
363
|
export const Schemas = Object.freeze(
|
|
356
364
|
/** @type {const} */ ([
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
365
|
+
PUT_theme_cover_Admin,
|
|
366
|
+
PUT_theme_cover_Organizer,
|
|
367
|
+
PATCH_venues_Admin,
|
|
368
|
+
PATCH_venues_Organizer,
|
|
369
|
+
PATCH_games_Admin,
|
|
370
|
+
PATCH_games_Service,
|
|
371
|
+
PATCH_games_Organizer,
|
|
372
|
+
PATCH_city_currency_Admin,
|
|
373
|
+
PATCH_city_currency_Organizer,
|
|
374
|
+
PATCH_city_vk_group_token_Admin,
|
|
375
|
+
PATCH_city_vk_group_token_Organizer,
|
|
376
|
+
PATCH_city_country_Admin,
|
|
377
|
+
PATCH_city_country_Organizer,
|
|
378
|
+
PATCH_city_Admin,
|
|
379
|
+
PATCH_city_timezone_Admin,
|
|
380
|
+
PATCH_city_timezone_Organizer,
|
|
381
|
+
PATCH_city_Organizer,
|
|
382
|
+
PATCH_themes_Admin,
|
|
383
|
+
PATCH_theme_Admin,
|
|
384
|
+
PATCH_theme_Organizer,
|
|
385
|
+
PATCH_registration_Unknown,
|
|
386
|
+
PATCH_registration_lineup_Admin,
|
|
387
|
+
PATCH_registration_lineup_Organizer,
|
|
388
|
+
PATCH_registration_Admin,
|
|
389
|
+
PATCH_registration_Service,
|
|
390
|
+
PATCH_registration_Organizer,
|
|
391
|
+
PATCH_registration_channel_Unknown,
|
|
392
|
+
PATCH_registration_channel_Service,
|
|
393
|
+
PATCH_registration_status_Unknown,
|
|
394
|
+
PATCH_registration_status_Admin,
|
|
395
|
+
PATCH_registration_status_Service,
|
|
396
|
+
PATCH_registration_status_Organizer,
|
|
397
|
+
PATCH_user_role_Admin,
|
|
398
|
+
PATCH_user_Admin,
|
|
399
|
+
PATCH_user_password_Admin,
|
|
400
|
+
PATCH_game_theme_Admin,
|
|
401
|
+
PATCH_game_theme_Organizer,
|
|
402
|
+
PATCH_game_Admin,
|
|
403
|
+
PATCH_game_Service,
|
|
404
|
+
PATCH_game_venue_Admin,
|
|
405
|
+
PATCH_game_venue_Organizer,
|
|
406
|
+
PATCH_game_Organizer,
|
|
407
|
+
PATCH_venue_Admin,
|
|
408
|
+
PATCH_venue_Organizer,
|
|
409
|
+
PATCH_registrations_lineup_Admin,
|
|
410
|
+
PATCH_registrations_lineup_Organizer,
|
|
411
|
+
PATCH_registrations_Admin,
|
|
412
|
+
PATCH_registrations_Service,
|
|
413
|
+
PATCH_registrations_Organizer,
|
|
414
|
+
PATCH_registrations_status_Admin,
|
|
415
|
+
PATCH_registrations_status_Service,
|
|
416
|
+
PATCH_registrations_status_Organizer,
|
|
417
|
+
POST_cities_venues_search_Unknown,
|
|
418
|
+
POST_cities_venues_search_Admin,
|
|
419
|
+
POST_cities_venues_search_Organizer,
|
|
420
|
+
POST_cities_currency_search_Unknown,
|
|
421
|
+
POST_cities_currency_search_Admin,
|
|
422
|
+
POST_cities_currency_search_Organizer,
|
|
423
|
+
POST_cities_country_search_Unknown,
|
|
424
|
+
POST_cities_country_search_Admin,
|
|
425
|
+
POST_cities_country_search_Organizer,
|
|
426
|
+
POST_cities_timezone_search_Unknown,
|
|
427
|
+
POST_cities_timezone_search_Admin,
|
|
428
|
+
POST_cities_timezone_search_Organizer,
|
|
429
|
+
POST_cities_search_Unknown,
|
|
430
|
+
POST_cities_search_Admin,
|
|
431
|
+
POST_cities_search_Organizer,
|
|
364
432
|
POST_venues_city_search_Admin,
|
|
365
|
-
|
|
433
|
+
POST_venues_city_search_Organizer,
|
|
366
434
|
POST_venues_search_Admin,
|
|
367
|
-
|
|
435
|
+
POST_venues_search_Organizer,
|
|
368
436
|
POST_venues_status_search_Admin,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
437
|
+
POST_venues_status_search_Organizer,
|
|
438
|
+
POST_games_city_search_Admin,
|
|
439
|
+
POST_games_city_search_Organizer,
|
|
440
|
+
POST_games_summary_search_Admin,
|
|
441
|
+
POST_games_summary_search_Organizer,
|
|
442
|
+
POST_games_theme_search_Unknown,
|
|
443
|
+
POST_games_theme_search_Admin,
|
|
444
|
+
POST_games_theme_search_Organizer,
|
|
445
|
+
POST_games_cover_search_Unknown,
|
|
446
|
+
POST_games_search_Unknown,
|
|
447
|
+
POST_games_search_Admin,
|
|
448
|
+
POST_games_search_Organizer,
|
|
449
|
+
POST_games_venue_search_Unknown,
|
|
450
|
+
POST_games_venue_search_Admin,
|
|
451
|
+
POST_games_venue_search_Organizer,
|
|
452
|
+
POST_city_vk_group_token_Admin,
|
|
453
|
+
POST_city_vk_group_token_Organizer,
|
|
454
|
+
POST_city_Admin,
|
|
455
|
+
POST_city_Organizer,
|
|
372
456
|
POST_themes_cover_search_Admin,
|
|
373
|
-
|
|
374
|
-
|
|
457
|
+
POST_themes_cover_search_Organizer,
|
|
458
|
+
POST_themes_search_Admin,
|
|
459
|
+
POST_themes_search_Organizer,
|
|
375
460
|
POST_checkin_Unknown,
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
POST_cities_currency_search_Unknown,
|
|
388
|
-
POST_cities_country_search_Organizer,
|
|
389
|
-
POST_cities_country_search_Admin,
|
|
390
|
-
POST_cities_country_search_Unknown,
|
|
461
|
+
POST_checkin_Admin,
|
|
462
|
+
POST_checkin_Organizer,
|
|
463
|
+
POST_theme_Admin,
|
|
464
|
+
POST_theme_cover_Admin,
|
|
465
|
+
POST_theme_cover_Organizer,
|
|
466
|
+
POST_theme_Organizer,
|
|
467
|
+
POST_registration_Unknown,
|
|
468
|
+
POST_registration_Admin,
|
|
469
|
+
POST_registration_Organizer,
|
|
470
|
+
POST_chatapp_registration_mailing_Admin,
|
|
471
|
+
POST_chatapp_registration_mailing_Organizer,
|
|
391
472
|
POST_user_role_Admin,
|
|
392
|
-
POST_user_Admin,
|
|
393
473
|
POST_user_city_Admin,
|
|
474
|
+
POST_user_Admin,
|
|
394
475
|
POST_user_password_Admin,
|
|
395
|
-
|
|
476
|
+
POST_users_cities_search_Admin,
|
|
477
|
+
POST_users_role_search_Admin,
|
|
478
|
+
POST_users_search_Admin,
|
|
479
|
+
POST_users_password_search_Admin,
|
|
396
480
|
POST_game_Admin,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
481
|
+
POST_game_Organizer,
|
|
482
|
+
POST_venue_Admin,
|
|
483
|
+
POST_venue_Organizer,
|
|
484
|
+
POST_registrations_mailing_Admin,
|
|
485
|
+
POST_registrations_mailing_Organizer,
|
|
486
|
+
POST_registrations_mailing_status_search_Admin,
|
|
487
|
+
POST_registrations_mailing_status_search_Organizer,
|
|
488
|
+
POST_registrations_lineup_search_Unknown,
|
|
489
|
+
POST_registrations_lineup_search_Admin,
|
|
490
|
+
POST_registrations_lineup_search_Service,
|
|
491
|
+
POST_registrations_lineup_search_Organizer,
|
|
492
|
+
POST_registrations_city_search_Unknown,
|
|
493
|
+
POST_registrations_city_search_Admin,
|
|
494
|
+
POST_registrations_city_search_Service,
|
|
495
|
+
POST_registrations_city_search_Organizer,
|
|
496
|
+
POST_registrations_theme_search_Unknown,
|
|
497
|
+
POST_registrations_theme_search_Admin,
|
|
400
498
|
POST_registrations_theme_search_Service,
|
|
401
499
|
POST_registrations_theme_search_Organizer,
|
|
402
|
-
|
|
403
|
-
POST_registrations_theme_search_Unknown,
|
|
404
|
-
POST_registrations_confirmation_search_Service,
|
|
405
|
-
POST_registrations_confirmation_search_Organizer,
|
|
406
|
-
POST_registrations_confirmation_search_Admin,
|
|
407
|
-
POST_registrations_confirmation_search_Unknown,
|
|
500
|
+
POST_registrations_reservation_search_Admin,
|
|
408
501
|
POST_registrations_reservation_search_Service,
|
|
409
502
|
POST_registrations_reservation_search_Organizer,
|
|
410
|
-
|
|
411
|
-
|
|
503
|
+
POST_registrations_promotion_search_Admin,
|
|
504
|
+
POST_registrations_promotion_search_Service,
|
|
505
|
+
POST_registrations_promotion_search_Organizer,
|
|
506
|
+
POST_registrations_confirmation_search_Unknown,
|
|
507
|
+
POST_registrations_confirmation_search_Admin,
|
|
508
|
+
POST_registrations_confirmation_search_Service,
|
|
509
|
+
POST_registrations_confirmation_search_Organizer,
|
|
510
|
+
POST_registrations_restoration_search_Unknown,
|
|
511
|
+
POST_registrations_restoration_search_Admin,
|
|
512
|
+
POST_registrations_restoration_search_Service,
|
|
513
|
+
POST_registrations_restoration_search_Organizer,
|
|
514
|
+
POST_registrations_reinstatement_search_Unknown,
|
|
515
|
+
POST_registrations_reinstatement_search_Admin,
|
|
516
|
+
POST_registrations_reinstatement_search_Service,
|
|
517
|
+
POST_registrations_reinstatement_search_Organizer,
|
|
518
|
+
POST_registrations_cover_search_Unknown,
|
|
519
|
+
POST_registrations_cover_search_Admin,
|
|
520
|
+
POST_registrations_cover_search_Service,
|
|
521
|
+
POST_registrations_cover_search_Organizer,
|
|
522
|
+
POST_registrations_search_Unknown,
|
|
523
|
+
POST_registrations_search_Admin,
|
|
524
|
+
POST_registrations_search_Organizer,
|
|
525
|
+
POST_registrations_game_search_Unknown,
|
|
526
|
+
POST_registrations_game_search_Admin,
|
|
412
527
|
POST_registrations_game_search_Service,
|
|
413
528
|
POST_registrations_game_search_Organizer,
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
POST_registrations_cancellation_search_Service,
|
|
417
|
-
POST_registrations_cancellation_search_Organizer,
|
|
418
|
-
POST_registrations_cancellation_search_Admin,
|
|
419
|
-
POST_registrations_cancellation_search_Unknown,
|
|
420
|
-
POST_registrations_city_search_Service,
|
|
421
|
-
POST_registrations_city_search_Organizer,
|
|
422
|
-
POST_registrations_city_search_Admin,
|
|
423
|
-
POST_registrations_city_search_Unknown,
|
|
424
|
-
POST_registrations_search_Organizer,
|
|
425
|
-
POST_registrations_search_Admin,
|
|
426
|
-
POST_registrations_search_Unknown,
|
|
529
|
+
POST_registrations_venue_search_Unknown,
|
|
530
|
+
POST_registrations_venue_search_Admin,
|
|
427
531
|
POST_registrations_venue_search_Service,
|
|
428
532
|
POST_registrations_venue_search_Organizer,
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
POST_registrations_mailing_Admin,
|
|
437
|
-
POST_registrations_mailing_status_search_Organizer,
|
|
438
|
-
POST_registrations_mailing_status_search_Admin,
|
|
533
|
+
POST_registrations_cancellation_search_Unknown,
|
|
534
|
+
POST_registrations_cancellation_search_Admin,
|
|
535
|
+
POST_registrations_cancellation_search_Service,
|
|
536
|
+
POST_registrations_cancellation_search_Organizer,
|
|
537
|
+
POST_registrations_channel_search_Unknown,
|
|
538
|
+
POST_registrations_status_search_Unknown,
|
|
539
|
+
POST_registrations_status_search_Admin,
|
|
439
540
|
POST_registrations_status_search_Service,
|
|
440
541
|
POST_registrations_status_search_Organizer,
|
|
441
|
-
|
|
442
|
-
POST_registrations_status_search_Unknown,
|
|
443
|
-
POST_registrations_cover_search_Service,
|
|
444
|
-
POST_registrations_cover_search_Organizer,
|
|
445
|
-
POST_registrations_cover_search_Admin,
|
|
446
|
-
POST_registrations_cover_search_Unknown,
|
|
447
|
-
POST_registrations_lineup_search_Service,
|
|
448
|
-
POST_registrations_lineup_search_Organizer,
|
|
449
|
-
POST_registrations_lineup_search_Admin,
|
|
450
|
-
POST_registrations_lineup_search_Unknown,
|
|
451
|
-
POST_city_Organizer,
|
|
452
|
-
POST_city_Admin,
|
|
453
|
-
POST_city_vk_group_token_Organizer,
|
|
454
|
-
POST_city_vk_group_token_Admin,
|
|
455
|
-
POST_games_theme_search_Organizer,
|
|
456
|
-
POST_games_theme_search_Admin,
|
|
457
|
-
POST_games_theme_search_Unknown,
|
|
458
|
-
POST_games_city_search_Organizer,
|
|
459
|
-
POST_games_city_search_Admin,
|
|
460
|
-
POST_games_search_Organizer,
|
|
461
|
-
POST_games_search_Admin,
|
|
462
|
-
POST_games_search_Unknown,
|
|
463
|
-
POST_games_venue_search_Organizer,
|
|
464
|
-
POST_games_venue_search_Admin,
|
|
465
|
-
POST_games_venue_search_Unknown,
|
|
466
|
-
POST_games_cover_search_Unknown,
|
|
467
|
-
POST_games_summary_search_Organizer,
|
|
468
|
-
POST_games_summary_search_Admin,
|
|
469
|
-
POST_venue_Organizer,
|
|
470
|
-
POST_venue_Admin,
|
|
471
|
-
POST_registration_Organizer,
|
|
472
|
-
POST_registration_Admin,
|
|
473
|
-
POST_registration_Unknown,
|
|
474
|
-
POST_roles_search_Admin,
|
|
475
|
-
POST_users_role_search_Admin,
|
|
476
|
-
POST_users_cities_search_Admin,
|
|
477
|
-
POST_users_search_Admin,
|
|
478
|
-
POST_users_password_search_Admin,
|
|
479
|
-
PATCH_theme_Organizer,
|
|
480
|
-
PATCH_theme_Admin,
|
|
481
|
-
PATCH_venues_Organizer,
|
|
482
|
-
PATCH_venues_Admin,
|
|
483
|
-
PATCH_themes_Admin,
|
|
484
|
-
PATCH_user_role_Admin,
|
|
485
|
-
PATCH_user_Admin,
|
|
486
|
-
PATCH_user_password_Admin,
|
|
487
|
-
PATCH_game_Service,
|
|
488
|
-
PATCH_game_theme_Organizer,
|
|
489
|
-
PATCH_game_theme_Admin,
|
|
490
|
-
PATCH_game_Organizer,
|
|
491
|
-
PATCH_game_Admin,
|
|
492
|
-
PATCH_game_venue_Organizer,
|
|
493
|
-
PATCH_game_venue_Admin,
|
|
494
|
-
PATCH_registrations_Service,
|
|
495
|
-
PATCH_registrations_Organizer,
|
|
496
|
-
PATCH_registrations_Admin,
|
|
497
|
-
PATCH_registrations_status_Service,
|
|
498
|
-
PATCH_registrations_status_Organizer,
|
|
499
|
-
PATCH_registrations_status_Admin,
|
|
500
|
-
PATCH_registrations_lineup_Organizer,
|
|
501
|
-
PATCH_registrations_lineup_Admin,
|
|
502
|
-
PATCH_city_Organizer,
|
|
503
|
-
PATCH_city_Admin,
|
|
504
|
-
PATCH_city_timezone_Organizer,
|
|
505
|
-
PATCH_city_timezone_Admin,
|
|
506
|
-
PATCH_city_currency_Organizer,
|
|
507
|
-
PATCH_city_currency_Admin,
|
|
508
|
-
PATCH_city_country_Organizer,
|
|
509
|
-
PATCH_city_country_Admin,
|
|
510
|
-
PATCH_city_vk_group_token_Organizer,
|
|
511
|
-
PATCH_city_vk_group_token_Admin,
|
|
512
|
-
PATCH_games_Service,
|
|
513
|
-
PATCH_games_Organizer,
|
|
514
|
-
PATCH_games_Admin,
|
|
515
|
-
PATCH_venue_Organizer,
|
|
516
|
-
PATCH_venue_Admin,
|
|
517
|
-
PATCH_registration_Service,
|
|
518
|
-
PATCH_registration_Organizer,
|
|
519
|
-
PATCH_registration_Admin,
|
|
520
|
-
PATCH_registration_channel_Service,
|
|
521
|
-
PATCH_registration_channel_Unknown,
|
|
522
|
-
PATCH_registration_Unknown,
|
|
523
|
-
PATCH_registration_status_Service,
|
|
524
|
-
PATCH_registration_status_Organizer,
|
|
525
|
-
PATCH_registration_status_Admin,
|
|
526
|
-
PATCH_registration_status_Unknown,
|
|
527
|
-
PATCH_registration_lineup_Organizer,
|
|
528
|
-
PATCH_registration_lineup_Admin,
|
|
529
|
-
PUT_theme_cover_Organizer,
|
|
530
|
-
PUT_theme_cover_Admin
|
|
542
|
+
POST_roles_search_Admin
|
|
531
543
|
]),
|
|
532
544
|
)
|
|
533
545
|
|
|
534
546
|
export const ContractSchema = Object.freeze(
|
|
535
547
|
/** @type {const} */ ({
|
|
536
|
-
'
|
|
537
|
-
'
|
|
538
|
-
'
|
|
539
|
-
'
|
|
540
|
-
'
|
|
541
|
-
'
|
|
542
|
-
'
|
|
548
|
+
'PUT/theme/cover/Admin': PUT_theme_cover_Admin,
|
|
549
|
+
'PUT/theme/cover/Organizer': PUT_theme_cover_Organizer,
|
|
550
|
+
'PATCH/venues/Admin': PATCH_venues_Admin,
|
|
551
|
+
'PATCH/venues/Organizer': PATCH_venues_Organizer,
|
|
552
|
+
'PATCH/games/Admin': PATCH_games_Admin,
|
|
553
|
+
'PATCH/games/Service': PATCH_games_Service,
|
|
554
|
+
'PATCH/games/Organizer': PATCH_games_Organizer,
|
|
555
|
+
'PATCH/city/currency/Admin': PATCH_city_currency_Admin,
|
|
556
|
+
'PATCH/city/currency/Organizer': PATCH_city_currency_Organizer,
|
|
557
|
+
'PATCH/city/vk_group_token/Admin': PATCH_city_vk_group_token_Admin,
|
|
558
|
+
'PATCH/city/vk_group_token/Organizer': PATCH_city_vk_group_token_Organizer,
|
|
559
|
+
'PATCH/city/country/Admin': PATCH_city_country_Admin,
|
|
560
|
+
'PATCH/city/country/Organizer': PATCH_city_country_Organizer,
|
|
561
|
+
'PATCH/city/Admin': PATCH_city_Admin,
|
|
562
|
+
'PATCH/city/timezone/Admin': PATCH_city_timezone_Admin,
|
|
563
|
+
'PATCH/city/timezone/Organizer': PATCH_city_timezone_Organizer,
|
|
564
|
+
'PATCH/city/Organizer': PATCH_city_Organizer,
|
|
565
|
+
'PATCH/themes/Admin': PATCH_themes_Admin,
|
|
566
|
+
'PATCH/theme/Admin': PATCH_theme_Admin,
|
|
567
|
+
'PATCH/theme/Organizer': PATCH_theme_Organizer,
|
|
568
|
+
'PATCH/registration/Unknown': PATCH_registration_Unknown,
|
|
569
|
+
'PATCH/registration/lineup/Admin': PATCH_registration_lineup_Admin,
|
|
570
|
+
'PATCH/registration/lineup/Organizer': PATCH_registration_lineup_Organizer,
|
|
571
|
+
'PATCH/registration/Admin': PATCH_registration_Admin,
|
|
572
|
+
'PATCH/registration/Service': PATCH_registration_Service,
|
|
573
|
+
'PATCH/registration/Organizer': PATCH_registration_Organizer,
|
|
574
|
+
'PATCH/registration/channel/Unknown': PATCH_registration_channel_Unknown,
|
|
575
|
+
'PATCH/registration/channel/Service': PATCH_registration_channel_Service,
|
|
576
|
+
'PATCH/registration/status/Unknown': PATCH_registration_status_Unknown,
|
|
577
|
+
'PATCH/registration/status/Admin': PATCH_registration_status_Admin,
|
|
578
|
+
'PATCH/registration/status/Service': PATCH_registration_status_Service,
|
|
579
|
+
'PATCH/registration/status/Organizer': PATCH_registration_status_Organizer,
|
|
580
|
+
'PATCH/user/role/Admin': PATCH_user_role_Admin,
|
|
581
|
+
'PATCH/user/Admin': PATCH_user_Admin,
|
|
582
|
+
'PATCH/user/password/Admin': PATCH_user_password_Admin,
|
|
583
|
+
'PATCH/game/theme/Admin': PATCH_game_theme_Admin,
|
|
584
|
+
'PATCH/game/theme/Organizer': PATCH_game_theme_Organizer,
|
|
585
|
+
'PATCH/game/Admin': PATCH_game_Admin,
|
|
586
|
+
'PATCH/game/Service': PATCH_game_Service,
|
|
587
|
+
'PATCH/game/venue/Admin': PATCH_game_venue_Admin,
|
|
588
|
+
'PATCH/game/venue/Organizer': PATCH_game_venue_Organizer,
|
|
589
|
+
'PATCH/game/Organizer': PATCH_game_Organizer,
|
|
590
|
+
'PATCH/venue/Admin': PATCH_venue_Admin,
|
|
591
|
+
'PATCH/venue/Organizer': PATCH_venue_Organizer,
|
|
592
|
+
'PATCH/registrations/lineup/Admin': PATCH_registrations_lineup_Admin,
|
|
593
|
+
'PATCH/registrations/lineup/Organizer': PATCH_registrations_lineup_Organizer,
|
|
594
|
+
'PATCH/registrations/Admin': PATCH_registrations_Admin,
|
|
595
|
+
'PATCH/registrations/Service': PATCH_registrations_Service,
|
|
596
|
+
'PATCH/registrations/Organizer': PATCH_registrations_Organizer,
|
|
597
|
+
'PATCH/registrations/status/Admin': PATCH_registrations_status_Admin,
|
|
598
|
+
'PATCH/registrations/status/Service': PATCH_registrations_status_Service,
|
|
599
|
+
'PATCH/registrations/status/Organizer': PATCH_registrations_status_Organizer,
|
|
600
|
+
'POST/cities/venues/search/Unknown': POST_cities_venues_search_Unknown,
|
|
601
|
+
'POST/cities/venues/search/Admin': POST_cities_venues_search_Admin,
|
|
602
|
+
'POST/cities/venues/search/Organizer': POST_cities_venues_search_Organizer,
|
|
603
|
+
'POST/cities/currency/search/Unknown': POST_cities_currency_search_Unknown,
|
|
604
|
+
'POST/cities/currency/search/Admin': POST_cities_currency_search_Admin,
|
|
605
|
+
'POST/cities/currency/search/Organizer': POST_cities_currency_search_Organizer,
|
|
606
|
+
'POST/cities/country/search/Unknown': POST_cities_country_search_Unknown,
|
|
607
|
+
'POST/cities/country/search/Admin': POST_cities_country_search_Admin,
|
|
608
|
+
'POST/cities/country/search/Organizer': POST_cities_country_search_Organizer,
|
|
609
|
+
'POST/cities/timezone/search/Unknown': POST_cities_timezone_search_Unknown,
|
|
610
|
+
'POST/cities/timezone/search/Admin': POST_cities_timezone_search_Admin,
|
|
611
|
+
'POST/cities/timezone/search/Organizer': POST_cities_timezone_search_Organizer,
|
|
612
|
+
'POST/cities/search/Unknown': POST_cities_search_Unknown,
|
|
613
|
+
'POST/cities/search/Admin': POST_cities_search_Admin,
|
|
614
|
+
'POST/cities/search/Organizer': POST_cities_search_Organizer,
|
|
543
615
|
'POST/venues/city/search/Admin': POST_venues_city_search_Admin,
|
|
544
|
-
'POST/venues/search/Organizer':
|
|
616
|
+
'POST/venues/city/search/Organizer': POST_venues_city_search_Organizer,
|
|
545
617
|
'POST/venues/search/Admin': POST_venues_search_Admin,
|
|
546
|
-
'POST/venues/
|
|
618
|
+
'POST/venues/search/Organizer': POST_venues_search_Organizer,
|
|
547
619
|
'POST/venues/status/search/Admin': POST_venues_status_search_Admin,
|
|
548
|
-
'POST/
|
|
549
|
-
'POST/
|
|
550
|
-
'POST/
|
|
620
|
+
'POST/venues/status/search/Organizer': POST_venues_status_search_Organizer,
|
|
621
|
+
'POST/games/city/search/Admin': POST_games_city_search_Admin,
|
|
622
|
+
'POST/games/city/search/Organizer': POST_games_city_search_Organizer,
|
|
623
|
+
'POST/games/summary/search/Admin': POST_games_summary_search_Admin,
|
|
624
|
+
'POST/games/summary/search/Organizer': POST_games_summary_search_Organizer,
|
|
625
|
+
'POST/games/theme/search/Unknown': POST_games_theme_search_Unknown,
|
|
626
|
+
'POST/games/theme/search/Admin': POST_games_theme_search_Admin,
|
|
627
|
+
'POST/games/theme/search/Organizer': POST_games_theme_search_Organizer,
|
|
628
|
+
'POST/games/cover/search/Unknown': POST_games_cover_search_Unknown,
|
|
629
|
+
'POST/games/search/Unknown': POST_games_search_Unknown,
|
|
630
|
+
'POST/games/search/Admin': POST_games_search_Admin,
|
|
631
|
+
'POST/games/search/Organizer': POST_games_search_Organizer,
|
|
632
|
+
'POST/games/venue/search/Unknown': POST_games_venue_search_Unknown,
|
|
633
|
+
'POST/games/venue/search/Admin': POST_games_venue_search_Admin,
|
|
634
|
+
'POST/games/venue/search/Organizer': POST_games_venue_search_Organizer,
|
|
635
|
+
'POST/city/vk_group_token/Admin': POST_city_vk_group_token_Admin,
|
|
636
|
+
'POST/city/vk_group_token/Organizer': POST_city_vk_group_token_Organizer,
|
|
637
|
+
'POST/city/Admin': POST_city_Admin,
|
|
638
|
+
'POST/city/Organizer': POST_city_Organizer,
|
|
551
639
|
'POST/themes/cover/search/Admin': POST_themes_cover_search_Admin,
|
|
552
|
-
'POST/
|
|
553
|
-
'POST/
|
|
640
|
+
'POST/themes/cover/search/Organizer': POST_themes_cover_search_Organizer,
|
|
641
|
+
'POST/themes/search/Admin': POST_themes_search_Admin,
|
|
642
|
+
'POST/themes/search/Organizer': POST_themes_search_Organizer,
|
|
554
643
|
'POST/checkin/Unknown': POST_checkin_Unknown,
|
|
555
|
-
'POST/
|
|
556
|
-
'POST/
|
|
557
|
-
'POST/
|
|
558
|
-
'POST/
|
|
559
|
-
'POST/
|
|
560
|
-
'POST/
|
|
561
|
-
'POST/
|
|
562
|
-
'POST/
|
|
563
|
-
'POST/
|
|
564
|
-
'POST/
|
|
565
|
-
'POST/
|
|
566
|
-
'POST/cities/currency/search/Unknown': POST_cities_currency_search_Unknown,
|
|
567
|
-
'POST/cities/country/search/Organizer': POST_cities_country_search_Organizer,
|
|
568
|
-
'POST/cities/country/search/Admin': POST_cities_country_search_Admin,
|
|
569
|
-
'POST/cities/country/search/Unknown': POST_cities_country_search_Unknown,
|
|
644
|
+
'POST/checkin/Admin': POST_checkin_Admin,
|
|
645
|
+
'POST/checkin/Organizer': POST_checkin_Organizer,
|
|
646
|
+
'POST/theme/Admin': POST_theme_Admin,
|
|
647
|
+
'POST/theme/cover/Admin': POST_theme_cover_Admin,
|
|
648
|
+
'POST/theme/cover/Organizer': POST_theme_cover_Organizer,
|
|
649
|
+
'POST/theme/Organizer': POST_theme_Organizer,
|
|
650
|
+
'POST/registration/Unknown': POST_registration_Unknown,
|
|
651
|
+
'POST/registration/Admin': POST_registration_Admin,
|
|
652
|
+
'POST/registration/Organizer': POST_registration_Organizer,
|
|
653
|
+
'POST/chatapp/registration/mailing/Admin': POST_chatapp_registration_mailing_Admin,
|
|
654
|
+
'POST/chatapp/registration/mailing/Organizer': POST_chatapp_registration_mailing_Organizer,
|
|
570
655
|
'POST/user/role/Admin': POST_user_role_Admin,
|
|
571
|
-
'POST/user/Admin': POST_user_Admin,
|
|
572
656
|
'POST/user/city/Admin': POST_user_city_Admin,
|
|
657
|
+
'POST/user/Admin': POST_user_Admin,
|
|
573
658
|
'POST/user/password/Admin': POST_user_password_Admin,
|
|
574
|
-
'POST/
|
|
659
|
+
'POST/users/cities/search/Admin': POST_users_cities_search_Admin,
|
|
660
|
+
'POST/users/role/search/Admin': POST_users_role_search_Admin,
|
|
661
|
+
'POST/users/search/Admin': POST_users_search_Admin,
|
|
662
|
+
'POST/users/password/search/Admin': POST_users_password_search_Admin,
|
|
575
663
|
'POST/game/Admin': POST_game_Admin,
|
|
576
|
-
'POST/
|
|
577
|
-
'POST/
|
|
578
|
-
'POST/
|
|
664
|
+
'POST/game/Organizer': POST_game_Organizer,
|
|
665
|
+
'POST/venue/Admin': POST_venue_Admin,
|
|
666
|
+
'POST/venue/Organizer': POST_venue_Organizer,
|
|
667
|
+
'POST/registrations/mailing/Admin': POST_registrations_mailing_Admin,
|
|
668
|
+
'POST/registrations/mailing/Organizer': POST_registrations_mailing_Organizer,
|
|
669
|
+
'POST/registrations/mailing/status/search/Admin': POST_registrations_mailing_status_search_Admin,
|
|
670
|
+
'POST/registrations/mailing/status/search/Organizer': POST_registrations_mailing_status_search_Organizer,
|
|
671
|
+
'POST/registrations/lineup/search/Unknown': POST_registrations_lineup_search_Unknown,
|
|
672
|
+
'POST/registrations/lineup/search/Admin': POST_registrations_lineup_search_Admin,
|
|
673
|
+
'POST/registrations/lineup/search/Service': POST_registrations_lineup_search_Service,
|
|
674
|
+
'POST/registrations/lineup/search/Organizer': POST_registrations_lineup_search_Organizer,
|
|
675
|
+
'POST/registrations/city/search/Unknown': POST_registrations_city_search_Unknown,
|
|
676
|
+
'POST/registrations/city/search/Admin': POST_registrations_city_search_Admin,
|
|
677
|
+
'POST/registrations/city/search/Service': POST_registrations_city_search_Service,
|
|
678
|
+
'POST/registrations/city/search/Organizer': POST_registrations_city_search_Organizer,
|
|
679
|
+
'POST/registrations/theme/search/Unknown': POST_registrations_theme_search_Unknown,
|
|
680
|
+
'POST/registrations/theme/search/Admin': POST_registrations_theme_search_Admin,
|
|
579
681
|
'POST/registrations/theme/search/Service': POST_registrations_theme_search_Service,
|
|
580
682
|
'POST/registrations/theme/search/Organizer': POST_registrations_theme_search_Organizer,
|
|
581
|
-
'POST/registrations/
|
|
582
|
-
'POST/registrations/theme/search/Unknown': POST_registrations_theme_search_Unknown,
|
|
583
|
-
'POST/registrations/confirmation/search/Service': POST_registrations_confirmation_search_Service,
|
|
584
|
-
'POST/registrations/confirmation/search/Organizer': POST_registrations_confirmation_search_Organizer,
|
|
585
|
-
'POST/registrations/confirmation/search/Admin': POST_registrations_confirmation_search_Admin,
|
|
586
|
-
'POST/registrations/confirmation/search/Unknown': POST_registrations_confirmation_search_Unknown,
|
|
683
|
+
'POST/registrations/reservation/search/Admin': POST_registrations_reservation_search_Admin,
|
|
587
684
|
'POST/registrations/reservation/search/Service': POST_registrations_reservation_search_Service,
|
|
588
685
|
'POST/registrations/reservation/search/Organizer': POST_registrations_reservation_search_Organizer,
|
|
589
|
-
'POST/registrations/
|
|
590
|
-
'POST/registrations/
|
|
686
|
+
'POST/registrations/promotion/search/Admin': POST_registrations_promotion_search_Admin,
|
|
687
|
+
'POST/registrations/promotion/search/Service': POST_registrations_promotion_search_Service,
|
|
688
|
+
'POST/registrations/promotion/search/Organizer': POST_registrations_promotion_search_Organizer,
|
|
689
|
+
'POST/registrations/confirmation/search/Unknown': POST_registrations_confirmation_search_Unknown,
|
|
690
|
+
'POST/registrations/confirmation/search/Admin': POST_registrations_confirmation_search_Admin,
|
|
691
|
+
'POST/registrations/confirmation/search/Service': POST_registrations_confirmation_search_Service,
|
|
692
|
+
'POST/registrations/confirmation/search/Organizer': POST_registrations_confirmation_search_Organizer,
|
|
693
|
+
'POST/registrations/restoration/search/Unknown': POST_registrations_restoration_search_Unknown,
|
|
694
|
+
'POST/registrations/restoration/search/Admin': POST_registrations_restoration_search_Admin,
|
|
695
|
+
'POST/registrations/restoration/search/Service': POST_registrations_restoration_search_Service,
|
|
696
|
+
'POST/registrations/restoration/search/Organizer': POST_registrations_restoration_search_Organizer,
|
|
697
|
+
'POST/registrations/reinstatement/search/Unknown': POST_registrations_reinstatement_search_Unknown,
|
|
698
|
+
'POST/registrations/reinstatement/search/Admin': POST_registrations_reinstatement_search_Admin,
|
|
699
|
+
'POST/registrations/reinstatement/search/Service': POST_registrations_reinstatement_search_Service,
|
|
700
|
+
'POST/registrations/reinstatement/search/Organizer': POST_registrations_reinstatement_search_Organizer,
|
|
701
|
+
'POST/registrations/cover/search/Unknown': POST_registrations_cover_search_Unknown,
|
|
702
|
+
'POST/registrations/cover/search/Admin': POST_registrations_cover_search_Admin,
|
|
703
|
+
'POST/registrations/cover/search/Service': POST_registrations_cover_search_Service,
|
|
704
|
+
'POST/registrations/cover/search/Organizer': POST_registrations_cover_search_Organizer,
|
|
705
|
+
'POST/registrations/search/Unknown': POST_registrations_search_Unknown,
|
|
706
|
+
'POST/registrations/search/Admin': POST_registrations_search_Admin,
|
|
707
|
+
'POST/registrations/search/Organizer': POST_registrations_search_Organizer,
|
|
708
|
+
'POST/registrations/game/search/Unknown': POST_registrations_game_search_Unknown,
|
|
709
|
+
'POST/registrations/game/search/Admin': POST_registrations_game_search_Admin,
|
|
591
710
|
'POST/registrations/game/search/Service': POST_registrations_game_search_Service,
|
|
592
711
|
'POST/registrations/game/search/Organizer': POST_registrations_game_search_Organizer,
|
|
593
|
-
'POST/registrations/
|
|
594
|
-
'POST/registrations/
|
|
595
|
-
'POST/registrations/cancellation/search/Service': POST_registrations_cancellation_search_Service,
|
|
596
|
-
'POST/registrations/cancellation/search/Organizer': POST_registrations_cancellation_search_Organizer,
|
|
597
|
-
'POST/registrations/cancellation/search/Admin': POST_registrations_cancellation_search_Admin,
|
|
598
|
-
'POST/registrations/cancellation/search/Unknown': POST_registrations_cancellation_search_Unknown,
|
|
599
|
-
'POST/registrations/city/search/Service': POST_registrations_city_search_Service,
|
|
600
|
-
'POST/registrations/city/search/Organizer': POST_registrations_city_search_Organizer,
|
|
601
|
-
'POST/registrations/city/search/Admin': POST_registrations_city_search_Admin,
|
|
602
|
-
'POST/registrations/city/search/Unknown': POST_registrations_city_search_Unknown,
|
|
603
|
-
'POST/registrations/search/Organizer': POST_registrations_search_Organizer,
|
|
604
|
-
'POST/registrations/search/Admin': POST_registrations_search_Admin,
|
|
605
|
-
'POST/registrations/search/Unknown': POST_registrations_search_Unknown,
|
|
712
|
+
'POST/registrations/venue/search/Unknown': POST_registrations_venue_search_Unknown,
|
|
713
|
+
'POST/registrations/venue/search/Admin': POST_registrations_venue_search_Admin,
|
|
606
714
|
'POST/registrations/venue/search/Service': POST_registrations_venue_search_Service,
|
|
607
715
|
'POST/registrations/venue/search/Organizer': POST_registrations_venue_search_Organizer,
|
|
608
|
-
'POST/registrations/
|
|
609
|
-
'POST/registrations/
|
|
610
|
-
'POST/registrations/
|
|
611
|
-
'POST/registrations/
|
|
612
|
-
'POST/registrations/
|
|
613
|
-
'POST/registrations/
|
|
614
|
-
'POST/registrations/
|
|
615
|
-
'POST/registrations/mailing/Admin': POST_registrations_mailing_Admin,
|
|
616
|
-
'POST/registrations/mailing/status/search/Organizer': POST_registrations_mailing_status_search_Organizer,
|
|
617
|
-
'POST/registrations/mailing/status/search/Admin': POST_registrations_mailing_status_search_Admin,
|
|
716
|
+
'POST/registrations/cancellation/search/Unknown': POST_registrations_cancellation_search_Unknown,
|
|
717
|
+
'POST/registrations/cancellation/search/Admin': POST_registrations_cancellation_search_Admin,
|
|
718
|
+
'POST/registrations/cancellation/search/Service': POST_registrations_cancellation_search_Service,
|
|
719
|
+
'POST/registrations/cancellation/search/Organizer': POST_registrations_cancellation_search_Organizer,
|
|
720
|
+
'POST/registrations/channel/search/Unknown': POST_registrations_channel_search_Unknown,
|
|
721
|
+
'POST/registrations/status/search/Unknown': POST_registrations_status_search_Unknown,
|
|
722
|
+
'POST/registrations/status/search/Admin': POST_registrations_status_search_Admin,
|
|
618
723
|
'POST/registrations/status/search/Service': POST_registrations_status_search_Service,
|
|
619
724
|
'POST/registrations/status/search/Organizer': POST_registrations_status_search_Organizer,
|
|
620
|
-
'POST/
|
|
621
|
-
'POST/registrations/status/search/Unknown': POST_registrations_status_search_Unknown,
|
|
622
|
-
'POST/registrations/cover/search/Service': POST_registrations_cover_search_Service,
|
|
623
|
-
'POST/registrations/cover/search/Organizer': POST_registrations_cover_search_Organizer,
|
|
624
|
-
'POST/registrations/cover/search/Admin': POST_registrations_cover_search_Admin,
|
|
625
|
-
'POST/registrations/cover/search/Unknown': POST_registrations_cover_search_Unknown,
|
|
626
|
-
'POST/registrations/lineup/search/Service': POST_registrations_lineup_search_Service,
|
|
627
|
-
'POST/registrations/lineup/search/Organizer': POST_registrations_lineup_search_Organizer,
|
|
628
|
-
'POST/registrations/lineup/search/Admin': POST_registrations_lineup_search_Admin,
|
|
629
|
-
'POST/registrations/lineup/search/Unknown': POST_registrations_lineup_search_Unknown,
|
|
630
|
-
'POST/city/Organizer': POST_city_Organizer,
|
|
631
|
-
'POST/city/Admin': POST_city_Admin,
|
|
632
|
-
'POST/city/vk_group_token/Organizer': POST_city_vk_group_token_Organizer,
|
|
633
|
-
'POST/city/vk_group_token/Admin': POST_city_vk_group_token_Admin,
|
|
634
|
-
'POST/games/theme/search/Organizer': POST_games_theme_search_Organizer,
|
|
635
|
-
'POST/games/theme/search/Admin': POST_games_theme_search_Admin,
|
|
636
|
-
'POST/games/theme/search/Unknown': POST_games_theme_search_Unknown,
|
|
637
|
-
'POST/games/city/search/Organizer': POST_games_city_search_Organizer,
|
|
638
|
-
'POST/games/city/search/Admin': POST_games_city_search_Admin,
|
|
639
|
-
'POST/games/search/Organizer': POST_games_search_Organizer,
|
|
640
|
-
'POST/games/search/Admin': POST_games_search_Admin,
|
|
641
|
-
'POST/games/search/Unknown': POST_games_search_Unknown,
|
|
642
|
-
'POST/games/venue/search/Organizer': POST_games_venue_search_Organizer,
|
|
643
|
-
'POST/games/venue/search/Admin': POST_games_venue_search_Admin,
|
|
644
|
-
'POST/games/venue/search/Unknown': POST_games_venue_search_Unknown,
|
|
645
|
-
'POST/games/cover/search/Unknown': POST_games_cover_search_Unknown,
|
|
646
|
-
'POST/games/summary/search/Organizer': POST_games_summary_search_Organizer,
|
|
647
|
-
'POST/games/summary/search/Admin': POST_games_summary_search_Admin,
|
|
648
|
-
'POST/venue/Organizer': POST_venue_Organizer,
|
|
649
|
-
'POST/venue/Admin': POST_venue_Admin,
|
|
650
|
-
'POST/registration/Organizer': POST_registration_Organizer,
|
|
651
|
-
'POST/registration/Admin': POST_registration_Admin,
|
|
652
|
-
'POST/registration/Unknown': POST_registration_Unknown,
|
|
653
|
-
'POST/roles/search/Admin': POST_roles_search_Admin,
|
|
654
|
-
'POST/users/role/search/Admin': POST_users_role_search_Admin,
|
|
655
|
-
'POST/users/cities/search/Admin': POST_users_cities_search_Admin,
|
|
656
|
-
'POST/users/search/Admin': POST_users_search_Admin,
|
|
657
|
-
'POST/users/password/search/Admin': POST_users_password_search_Admin,
|
|
658
|
-
'PATCH/theme/Organizer': PATCH_theme_Organizer,
|
|
659
|
-
'PATCH/theme/Admin': PATCH_theme_Admin,
|
|
660
|
-
'PATCH/venues/Organizer': PATCH_venues_Organizer,
|
|
661
|
-
'PATCH/venues/Admin': PATCH_venues_Admin,
|
|
662
|
-
'PATCH/themes/Admin': PATCH_themes_Admin,
|
|
663
|
-
'PATCH/user/role/Admin': PATCH_user_role_Admin,
|
|
664
|
-
'PATCH/user/Admin': PATCH_user_Admin,
|
|
665
|
-
'PATCH/user/password/Admin': PATCH_user_password_Admin,
|
|
666
|
-
'PATCH/game/Service': PATCH_game_Service,
|
|
667
|
-
'PATCH/game/theme/Organizer': PATCH_game_theme_Organizer,
|
|
668
|
-
'PATCH/game/theme/Admin': PATCH_game_theme_Admin,
|
|
669
|
-
'PATCH/game/Organizer': PATCH_game_Organizer,
|
|
670
|
-
'PATCH/game/Admin': PATCH_game_Admin,
|
|
671
|
-
'PATCH/game/venue/Organizer': PATCH_game_venue_Organizer,
|
|
672
|
-
'PATCH/game/venue/Admin': PATCH_game_venue_Admin,
|
|
673
|
-
'PATCH/registrations/Service': PATCH_registrations_Service,
|
|
674
|
-
'PATCH/registrations/Organizer': PATCH_registrations_Organizer,
|
|
675
|
-
'PATCH/registrations/Admin': PATCH_registrations_Admin,
|
|
676
|
-
'PATCH/registrations/status/Service': PATCH_registrations_status_Service,
|
|
677
|
-
'PATCH/registrations/status/Organizer': PATCH_registrations_status_Organizer,
|
|
678
|
-
'PATCH/registrations/status/Admin': PATCH_registrations_status_Admin,
|
|
679
|
-
'PATCH/registrations/lineup/Organizer': PATCH_registrations_lineup_Organizer,
|
|
680
|
-
'PATCH/registrations/lineup/Admin': PATCH_registrations_lineup_Admin,
|
|
681
|
-
'PATCH/city/Organizer': PATCH_city_Organizer,
|
|
682
|
-
'PATCH/city/Admin': PATCH_city_Admin,
|
|
683
|
-
'PATCH/city/timezone/Organizer': PATCH_city_timezone_Organizer,
|
|
684
|
-
'PATCH/city/timezone/Admin': PATCH_city_timezone_Admin,
|
|
685
|
-
'PATCH/city/currency/Organizer': PATCH_city_currency_Organizer,
|
|
686
|
-
'PATCH/city/currency/Admin': PATCH_city_currency_Admin,
|
|
687
|
-
'PATCH/city/country/Organizer': PATCH_city_country_Organizer,
|
|
688
|
-
'PATCH/city/country/Admin': PATCH_city_country_Admin,
|
|
689
|
-
'PATCH/city/vk_group_token/Organizer': PATCH_city_vk_group_token_Organizer,
|
|
690
|
-
'PATCH/city/vk_group_token/Admin': PATCH_city_vk_group_token_Admin,
|
|
691
|
-
'PATCH/games/Service': PATCH_games_Service,
|
|
692
|
-
'PATCH/games/Organizer': PATCH_games_Organizer,
|
|
693
|
-
'PATCH/games/Admin': PATCH_games_Admin,
|
|
694
|
-
'PATCH/venue/Organizer': PATCH_venue_Organizer,
|
|
695
|
-
'PATCH/venue/Admin': PATCH_venue_Admin,
|
|
696
|
-
'PATCH/registration/Service': PATCH_registration_Service,
|
|
697
|
-
'PATCH/registration/Organizer': PATCH_registration_Organizer,
|
|
698
|
-
'PATCH/registration/Admin': PATCH_registration_Admin,
|
|
699
|
-
'PATCH/registration/channel/Service': PATCH_registration_channel_Service,
|
|
700
|
-
'PATCH/registration/channel/Unknown': PATCH_registration_channel_Unknown,
|
|
701
|
-
'PATCH/registration/Unknown': PATCH_registration_Unknown,
|
|
702
|
-
'PATCH/registration/status/Service': PATCH_registration_status_Service,
|
|
703
|
-
'PATCH/registration/status/Organizer': PATCH_registration_status_Organizer,
|
|
704
|
-
'PATCH/registration/status/Admin': PATCH_registration_status_Admin,
|
|
705
|
-
'PATCH/registration/status/Unknown': PATCH_registration_status_Unknown,
|
|
706
|
-
'PATCH/registration/lineup/Organizer': PATCH_registration_lineup_Organizer,
|
|
707
|
-
'PATCH/registration/lineup/Admin': PATCH_registration_lineup_Admin,
|
|
708
|
-
'PUT/theme/cover/Organizer': PUT_theme_cover_Organizer,
|
|
709
|
-
'PUT/theme/cover/Admin': PUT_theme_cover_Admin
|
|
725
|
+
'POST/roles/search/Admin': POST_roles_search_Admin
|
|
710
726
|
}),
|
|
711
727
|
)
|