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