2020-04-13 21:16:07 +02:00
|
|
|
exports.AUTH = 'signup';
|
|
|
|
exports.AUTH_SIGNIN = 'signin';
|
2019-11-26 20:04:28 +01:00
|
|
|
exports.AUTH_VERIFY = 'verify';
|
2020-04-13 21:16:07 +02:00
|
|
|
exports.AUTH_PASSWORD_SET = 'reset';
|
2019-11-26 20:04:28 +01:00
|
|
|
exports.BACKUP = 'backup';
|
|
|
|
exports.CHANNEL = 'channel';
|
|
|
|
exports.DISCOVER = 'discover';
|
2020-01-02 17:30:27 +01:00
|
|
|
exports.HOME = 'home';
|
2019-11-26 20:04:28 +01:00
|
|
|
exports.HELP = 'help';
|
|
|
|
exports.LIBRARY = 'library';
|
|
|
|
exports.INVITE = 'invite';
|
|
|
|
exports.PUBLISH = 'publish';
|
|
|
|
exports.PUBLISHED = 'published';
|
|
|
|
exports.GET_CREDITS = 'getcredits';
|
|
|
|
exports.REPORT = 'report';
|
|
|
|
exports.REWARDS = 'rewards';
|
2020-04-13 22:03:44 +02:00
|
|
|
exports.REWARDS_VERIFY = 'rewards/verify';
|
2019-11-26 20:04:28 +01:00
|
|
|
exports.SEND = 'send';
|
|
|
|
exports.SETTINGS = 'settings';
|
|
|
|
exports.SHOW = 'show';
|
|
|
|
exports.ACCOUNT = 'account';
|
|
|
|
exports.SEARCH = 'search';
|
2020-02-26 20:14:10 +01:00
|
|
|
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';
|
2020-02-26 19:39:03 +01:00
|
|
|
exports.CHANNELS_FOLLOWING_DISCOVER = 'following/discover';
|
2019-11-26 20:04:28 +01:00
|
|
|
exports.WALLET = 'wallet';
|
|
|
|
exports.BLOCKED = 'blocked';
|
|
|
|
exports.CHANNELS = 'channels';
|
2019-12-30 20:54:53 +01:00
|
|
|
exports.EMBED = 'embed';
|
2020-02-11 20:04:51 +01:00
|
|
|
exports.TOP = 'top';
|
2020-02-19 07:31:40 +01:00
|
|
|
exports.WELCOME = 'welcome';
|
2020-03-18 18:11:37 +01:00
|
|
|
exports.CREATOR_DASHBOARD = 'dashboard';
|
2020-05-04 18:55:10 +02:00
|
|
|
exports.CHECKOUT = 'checkout';
|
2020-05-23 02:18:10 +02:00
|
|
|
exports.CODE_2257 = '2257';
|
2020-06-01 19:03:19 +02:00
|
|
|
exports.BUY = 'buy';
|