UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

23 lines 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationInfoPriority = exports.NotificationInfoType = void 0; var NotificationInfoType; (function (NotificationInfoType) { NotificationInfoType[NotificationInfoType["CALLS"] = 0] = "CALLS"; NotificationInfoType[NotificationInfoType["MESSAGES"] = 1] = "MESSAGES"; NotificationInfoType[NotificationInfoType["HOME"] = 2] = "HOME"; NotificationInfoType[NotificationInfoType["MAIL"] = 3] = "MAIL"; NotificationInfoType[NotificationInfoType["PROFILE"] = 4] = "PROFILE"; NotificationInfoType[NotificationInfoType["SUPPORT"] = 5] = "SUPPORT"; NotificationInfoType[NotificationInfoType["CUSTOM"] = 6] = "CUSTOM"; })(NotificationInfoType = exports.NotificationInfoType || (exports.NotificationInfoType = {})); var NotificationInfoPriority; (function (NotificationInfoPriority) { NotificationInfoPriority[NotificationInfoPriority["CRITICAL"] = 0] = "CRITICAL"; NotificationInfoPriority[NotificationInfoPriority["MAJOR"] = 1] = "MAJOR"; NotificationInfoPriority[NotificationInfoPriority["MINOR"] = 2] = "MINOR"; NotificationInfoPriority[NotificationInfoPriority["NORMAL"] = 3] = "NORMAL"; NotificationInfoPriority[NotificationInfoPriority["OFFERS"] = 4] = "OFFERS"; NotificationInfoPriority[NotificationInfoPriority["MAINTENANCE"] = 5] = "MAINTENANCE"; })(NotificationInfoPriority = exports.NotificationInfoPriority || (exports.NotificationInfoPriority = {})); //# sourceMappingURL=notification-info.js.map