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