UNPKG

@hhgtech/hhg-components

Version:
167 lines (166 loc) 4.81 kB
export declare const PATHS: { BASE_API_PATH: string; PROFILE: string; SEARCH_USER: string; FETCH_PREVIEW: string; FETCH_POST_OR_TOPIC: string; POST: { LIST: string; DETAIL_BY_ID_OR_SLUG: string; CREATE: string; LIKE: string; DELETE: string; REPORT: string; UPDATE: string; FOLLOW: string; CREATE_ARTICLE_COMMENT: string; }; COMMENT: { LIST: string; CREATE: string; REPLY: string; DELETE: string; LIKE: string; UNLIKE: string; IMAGE_UPLOAD: string; }; COMMUNITY: { LIST: string; DETAIL_BY_ID_OR_SLUG: string; JOIN: string; LEAVE: string; GET_UNCATEGORIZED: string; }; TOPIC: { LIST: string; DETAIL_BY_ID_OR_SLUG: string; HEALTH_TOOLS: string; SUBOTS: string; SUGGESTED_POSTS: string; JOIN: string; LEAVE: string; }; BOOKMARK: { LIST: string; CREATE: string; DELETE: string; }; UPLOAD_IMAGE: string; GET_DUE_DATE_INFO: string; USER: { DETAIL: string; COUNT_TABS: string; LIST_POST: string; LIST_QUESTION_NEED_REPLY: string; LIST_QUESTION: string; SKIP_QUESTION: string; LIST_ANSWERS: string; }; HEALTH_TOOL: { CREATE: string; GET_STATUS: string; }; CHATBOT: { PROFILE: string; FAQS_LIST: string; GET_SUGGEST_COMMUNITY: string; }; }; export declare const SUBOT_PATHS: { TOGETHER: { SURVEY: { GET_FIRST_NODE: string; CHAT_WITH_BOT: string; }; }; }; export declare const CARE_PATHS: { GET_DOCTOR_INFO: string; GET_HOSPITAL_INFO: string; }; export declare const DISCOVER_PATHS: { BASE_API_PATH: string; GET_SEARCH_ARTICLES: string; GET_ALL_CATEGORIES: string; GET_HOMEPAGE_POSTS: string; GET_HOMEPAGE_LATEST_POSTS: string; GET_ARTICLE_DETAIL: string; GET_CATEGORY_DETAIL: string; GET_CATEGORY_OR_ARTICLE_DETAIL: string; GET_PREVIEW_ARTICLE: string; GET_ARTICLE_OF_CATEGORY: string; GET_PAGE_STATIC: string; GET_ALL_HEALTH_TOOLS: string; GET_ALL_MARRYBABY_HEALTH_TOOLS: string; GET_HEALTH_TOOLS_BY_CATEGORY: string; GET_AUTHOR: string; GET_ALL_EXPERTS: string; GET_ALL_EXPERTS_PAGING: string; GET_EXPERT: string; GET_EXPERT_POST: string; POST_ARTICLE_FEEDBACK: string; GET_AZ_DRUGS: string; GET_HOMEPAGE_MEDICAL_REVIEWED: string; GET_ARTICLES_BY_IDS: string; GET_ARTICLE_OF_CATEGORY_NO_EXPLAINERS: string; GET_EXPERT_OF_CATEGORY: string; GET_DUE_DATE_INFO: string; GET_DUE_DATE_ALL_WEEKS: string; GET_DUE_DATE_SUGGESTED_ARTICLES: string; GET_PROFILE: string; GET_ADMIN_PROFILE: string; GET_FEATURE: string; POST_NEW_FEATURE: string; CREATE_BOOKMARK: string; DELETE_BOOKMARK: string; DELETE_ALL_BOOKMARK: string; GET_ALL_BOOKMARK: string; SSO_USER_PROFILE: string; SSO_USER_BOOKMARKS: string; SSO_USER_PASSWORD: string; SSO_USER_EMAIL: string; SSO_CLOSE_ACCOUNT: string; SSO_HELP: string; GET_HEALTH_TOOL_OVULATION_INFO: string; GET_HEALTH_TOOL_OVULATION_SUGGESTED_ARTICLES: string; GET_HEALTH_TOOL_BMI_INFO: string; GET_HEALTH_TOOL_BMI_RESULT: string; GET_HEALTH_TOOL_BMR_INFO: string; GET_HEALTH_TOOL_BMR_RESULT: string; GET_HEALTH_TOOL_PWG_INFO: string; GET_HEALTH_TOOL_THR_INFO: string; GET_HEALTH_TOOL_BABY_GROWTH_INFO: string; POST_UPDATE_LOCATION: string; GET_SIDIS_DUE_DATE: string; GET_SIDIS_OVULATION: string; GET_SIDIS_BMI: string; GET_SIDIS_BMR: string; POST_LOGOUT: string; OVULATION_CREATE_EVENT: string; GET_ALL_SPOTLIGHT: string; SSO_UPDATE_FIRST_TIME_BOOKMARK: string; POST_COMMENT_NOTIFICATION: string; GET_ABOUT_US_DATA: string; POST_LEAD_IMPRESSION: string; POST_LEAD_POPUP_EXIT: string; POST_LEAD_LEAD: string; POST_SSO_VERIFY_TOKEN: string; GET_LANDING_PAGE_FIRST_NODE: string; GET_LANDING_PAGE_NEXT_NODE: string; POST_LANDING_PAGE_IMPRESSION: string; POST_LANDING_PAGE_CLICK: string; FETCH_URL_DATA: string; GET_SPOTLIGHT_LANDING: string; GET_FOOTER_INFO: string; CHECK_SSO_EMAIL: string; GET_HOMEPAGE_SITEWIDE_BANNER: string; GET_DYNAMIC_FOOTER: string; GET_EXPERTS: string; GET_EXPERT_BY_ID: string; }; export declare const ADMIN_PATHS: { SEARCH_USER: string; COMMENT: { IMAGE_UPLOAD: string; }; };