cecon-interfaces
Version:
Interfaces de Projetos Cecon
20 lines (19 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserReportType = void 0;
var UserReportType;
(function (UserReportType) {
UserReportType["INAPPROPRIATE_BEHAVIOR"] = "Comportamento Inadequado";
UserReportType["FRAUD_ATTEMPT"] = "Tentativa de Fraude";
UserReportType["UNAUTHORIZED_ACCESS"] = "Acesso N\u00E3o Autorizado";
UserReportType["RULE_VIOLATION"] = "Viola\u00E7\u00E3o de Regras";
UserReportType["PAYMENT_ISSUE"] = "Problemas com Pagamento";
UserReportType["UNWANTED_RECURRENCE"] = "Reincid\u00EAncia Indesejada";
UserReportType["SPACE_MISUSE"] = "Uso Indevido de Espa\u00E7o";
UserReportType["THEFT_SUSPICION"] = "Suspeita de Roubo";
UserReportType["RESERVATION_PROBLEM"] = "Problemas com Reservas";
UserReportType["TEMPORARY_BAN"] = "Proibi\u00E7\u00E3o Tempor\u00E1ria";
UserReportType["PERMANENT_BAN"] = "Proibi\u00E7\u00E3o Permanente";
UserReportType["WARNING"] = "Aviso Pr\u00E9vio";
UserReportType["OTHER"] = "Outros";
})(UserReportType || (exports.UserReportType = UserReportType = {}));