You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.3 KiB
31 lines
1.3 KiB
export const PROCEDURES = {
|
|
bind_ott_subscription: 'bind_ott_subscription',
|
|
get_cities: 'get_cities',
|
|
get_match_info: 'get_match_info',
|
|
get_match_subscriptions: 'get_match_subscriptions',
|
|
get_matches: 'get_matches',
|
|
get_objects: 'get_objects',
|
|
get_player_info: 'get_player_info',
|
|
get_player_matches: 'get_player_matches',
|
|
get_sport_list: 'get_sport_list',
|
|
get_team_info: 'get_team_info',
|
|
get_team_matches: 'get_team_matches',
|
|
get_tournament_info: 'get_tournament_info',
|
|
get_tournament_list: 'get_tournament_list',
|
|
get_tournament_matches: 'get_tournament_matches',
|
|
get_user_favorites: 'get_user_favorites',
|
|
get_user_info: 'get_user_info',
|
|
get_user_match_second: 'get_user_match_second',
|
|
get_user_subscriptions: 'get_user_subscriptions',
|
|
lst_c_country: 'lst_c_country',
|
|
ott_match_popup: 'ott_match_popup',
|
|
ott_match_popup_actions: 'ott_match_popup_actions',
|
|
ott_match_popup_player_playlist: 'ott_match_popup_player_playlist',
|
|
param_lexical: 'param_lexical',
|
|
save_user_custom_subscription: 'save_user_custom_subscription',
|
|
save_user_favorite: 'save_user_favorite',
|
|
save_user_info: 'save_user_info',
|
|
save_user_match_second: 'save_user_match_second',
|
|
save_user_page: 'save_user_page',
|
|
save_user_subscription: 'save_user_subscription',
|
|
}
|
|
|