@openinc/parse-server-opendash
Version: 
Parse Server Cloud Code for open.INC Stack.
17 lines (16 loc) • 726 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Notifications = void 0;
/**
 * Notifications that should be registered in the database by default when the server starts.
 * The ACLs are set to od-admin only.
 * Adding new Notification here requires the server to restart for registering those.
 */
var Notifications;
(function (Notifications) {
    // needs to be exported for getAllNotifications() to work
    let OpenService;
    (function (OpenService) {
        OpenService["schedule_due"] = "maintenance:notification.schedule_due";
    })(OpenService = Notifications.OpenService || (Notifications.OpenService = {}));
})(Notifications || (exports.Notifications = Notifications = {}));