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