UNPKG

@openinc/parse-server-opendash

Version:
17 lines (16 loc) 726 B
"use strict"; 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 = {}));