68 lines
2.4 KiB
JavaScript
68 lines
2.4 KiB
JavaScript
exports.AUTH = 'signup';
|
|
exports.AUTH_SIGNIN = 'signin';
|
|
exports.AUTH_VERIFY = 'verify';
|
|
exports.AUTH_PASSWORD_RESET = 'resetpassword';
|
|
exports.AUTH_PASSWORD_SET = 'reset'; // This is tied to a link in internal-apis - don't change this
|
|
exports.AUTH_WALLET_PASSWORD = 'walletpassword';
|
|
exports.BACKUP = 'backup';
|
|
exports.CHANNEL = 'channel';
|
|
exports.DISCOVER = 'discover';
|
|
exports.BIG_HITS = 'big_hits';
|
|
exports.COMMUNITY = 'community';
|
|
exports.ENLIGHTENMENT = 'enlightenment';
|
|
exports.FINANCE = 'finance';
|
|
exports.GAMING = 'gaming';
|
|
exports.GENERAL = 'general';
|
|
exports.LAB = 'lab';
|
|
exports.NEWS = 'news';
|
|
exports.RABBIT_HOLE = 'rabbithole';
|
|
exports.SCIENCE = 'science';
|
|
exports.TECHNOLOGY = 'technology';
|
|
exports.WILD_WEST = 'wildwest';
|
|
exports.HOME = 'home';
|
|
exports.HELP = 'help';
|
|
exports.LIBRARY = 'library';
|
|
exports.INVITE = 'invite';
|
|
exports.DEPRECATED__PUBLISH = 'publish';
|
|
exports.DEPRECATED__PUBLISHED = 'published';
|
|
exports.UPLOAD = 'upload';
|
|
exports.UPLOADS = 'uploads';
|
|
exports.GET_CREDITS = 'getcredits';
|
|
exports.REPORT = 'report';
|
|
exports.REPORT_CONTENT = 'report_content';
|
|
exports.REWARDS = 'rewards';
|
|
exports.REWARDS_VERIFY = 'rewards/verify';
|
|
exports.REPOST_NEW = 'repost';
|
|
exports.SEND = 'send';
|
|
exports.SETTINGS = 'settings';
|
|
exports.SETTINGS_NOTIFICATIONS = 'settings/notifications';
|
|
exports.SETTINGS_ADVANCED = 'settings/advanced';
|
|
exports.SETTINGS_BLOCKED_MUTED = 'settings/block_and_mute';
|
|
exports.SHOW = 'show';
|
|
exports.ACCOUNT = 'account';
|
|
exports.SEARCH = 'search';
|
|
exports.TAGS_FOLLOWING = 'tags';
|
|
exports.DEPRECATED__TAGS_FOLLOWING = 'following/tags';
|
|
exports.TAGS_FOLLOWING_MANAGE = 'tags/manage';
|
|
exports.DEPRECATED__TAGS_FOLLOWING_MANAGE = 'tags/following/manage';
|
|
exports.DEPRECATED__CHANNELS_FOLLOWING = 'following/channels';
|
|
exports.CHANNELS_FOLLOWING = 'following';
|
|
exports.DEPRECATED__CHANNELS_FOLLOWING_MANAGE = 'following/channels/manage';
|
|
exports.CHANNELS_FOLLOWING_DISCOVER = 'following/discover';
|
|
exports.WALLET = 'wallet';
|
|
exports.CHANNELS = 'channels';
|
|
exports.EMBED = 'embed';
|
|
exports.TOP = 'top';
|
|
exports.WELCOME = 'welcome';
|
|
exports.CREATOR_DASHBOARD = 'dashboard';
|
|
exports.CHECKOUT = 'checkout';
|
|
exports.CODE_2257 = '2257';
|
|
exports.BUY = 'buy';
|
|
exports.RECEIVE = 'receive';
|
|
exports.SEND = 'send';
|
|
exports.SWAP = 'swap';
|
|
exports.CHANNEL_NEW = 'channel/new';
|
|
exports.NOTIFICATIONS = 'notifications';
|
|
exports.YOUTUBE_SYNC = 'youtube';
|
|
exports.LIVESTREAM = 'livestream';
|
|
exports.LIVESTREAM_CURRENT = 'live';
|