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