| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | exports.roleData = [2020, 2021, 2022, 2023, 2071]exports.roleDataProduction = [2024, 2025, 2026, 2027, 2071]exports.blacklistUser = ['rizqevo@outlook.com']// TemplateID Notif WAexports.TEMPLATE_KEBERATAN = '8d2d8bfd-4100-4f78-b877-caffded2d56a'exports.TEMPLATE_BANDING = '2bbc0080-1187-4213-8017-b6d1d6ec3cbb'exports.TEMPLATE_LAPORAN = 'd5609c3c-e9e9-4dbe-9a4e-e8fa772d6770'exports.TEMPLATE_PERBAIKAN_DOKUMEN = '891ee9c7-39f8-416e-af5c-6b3a10e9dbec'exports.TEMPLATE_VERIFIKASI = '37a9ccba-e1bc-4d02-86e0-3be4c718af2a'exports.TEMPLATE_REMINDER = '960eaacb-0dd9-42a6-b331-60fac972eb96'exports.TEMPLATE_REMINDER2 = 'd4f02018-2063-4d29-bd05-9f9468d71bf1'exports.TEMPLATE_OTP = 'b22e8ad2-a3c4-43b6-92de-e736435313f6'exports.LLDIKTI = 'lldikti'exports.DIKTI = 'dikti'exports.PELAPORAN = 'pelaporan'exports.PENJADWALAN = 'penjadwalan'exports.PEMERIKSAAN = 'pemeriksaan'exports.KEBERATAN = 'keberatan'exports.BANDING = 'banding'exports.CABUT_SANKSI = 'cabut_sanksi'exports.PERBAIKAN = 'perbaikan'exports.SANKSI = 'sanksi'exports.SELESAI = 'selesai'exports.DELEGASI = 'delegasi'exports.DITUTUP = 'ditutup'exports.DITERIMA = 'diterima'exports.CREATE_LAPORAN = 'CREATE LAPORAN'exports.ADD_EVALUASI = 'ADD EVALUASI'exports.EDIT_EVALUASI = 'EDIT EVALUASI'exports.ADD_JADWAL = 'ADD JADWAL'exports.CREATE_SANKSI = 'CREATE SANKSI'exports.UPDATE_LAPORAN = 'UPDATE LAPORAN'exports.UPDATE_SANKSI = 'UPDATE SANKSI'exports.TRUE = 'true'exports.FALSE = 'false'exports.PTB_DIKTI = 2020exports.PTB_LLDIKTI = 2021exports.PTB_PT = 2022exports.PTB_ADMIN = 2023exports.PTB_READ = 2071exports.SUCCESS = 'success'exports.PRODUCTION = 'production'exports.DEVELOPMENT = 'development'
 |