@jealous-robot-dev/shared-types-databases
Version:
37 lines (36 loc) • 2.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationCases = void 0;
var NotificationCases;
(function (NotificationCases) {
NotificationCases["EMAIL_VERIFICATION"] = "email verification";
NotificationCases["DEVICE_VERIFICATION"] = "device verification";
NotificationCases["PASSWORD_RESET"] = "password reset";
NotificationCases["USER_SUSPENDED"] = "user suspended";
NotificationCases["PAYMENT_DETAILS"] = "payment details";
NotificationCases["PAYMENT_HISTORY"] = "payment history";
NotificationCases["DEPL_PUBLISHING_SUCCEDED"] = "depl publishing succeded";
NotificationCases["DEPL_PUBLISHING_FAILED"] = "depl publishing failed";
NotificationCases["DEPL_SUSPENDED"] = "depl suspended";
NotificationCases["DEPL_REPORTED"] = "depl reported";
NotificationCases["DEPL_RANK_UP"] = "depl rank up";
NotificationCases["DEPL_RANK_DOWN"] = "depl rank down";
NotificationCases["DEPL_REVIEW"] = "depl review";
NotificationCases["ALL_DEPL_STATS"] = "overall depl stats";
NotificationCases["PAYMENT_FAILED"] = "payment failed";
NotificationCases["PAYMENT_SUCCEDED"] = "payment succeded";
NotificationCases["NEW_DEVICE"] = "new device";
NotificationCases["NEW_FOLLOWER"] = "new follower";
NotificationCases["NEW_MESSAGE"] = "new message";
NotificationCases["NEW_DEPL"] = "new product";
NotificationCases["TRENDING_DEPLS"] = "trending depls";
NotificationCases["DEPL_RECOMENDATIONS"] = "depl recomendations";
NotificationCases["VIEWED_YOUR_PROFILE"] = "viewed your profile";
NotificationCases["DEPL_RECEIVED_FEEDBACK"] = "depl received feedback";
NotificationCases["PAYMENT_RECEIVED"] = "payment received";
NotificationCases["DEPL_UPDATED"] = "depl updated";
NotificationCases["MENTIONED_SOMEWHERE"] = "mentioned somewhere";
NotificationCases["REFUND_SUCCEDED"] = "refund succeded";
NotificationCases["SERVICE_UPDATES"] = "service updates";
NotificationCases["POLICY_UPDATES"] = "policy updates";
})(NotificationCases = exports.NotificationCases || (exports.NotificationCases = {}));