@profoundlogic/coderflow-server 0.6.7 → 0.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-aliases.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright.config.js +1 -1
  96. package/dist/playwright.task-terminal.config.js +1 -1
  97. package/dist/routes/apiKeys.js +1 -1
  98. package/dist/routes/auth-oidc.js +1 -1
  99. package/dist/routes/auth.js +1 -1
  100. package/dist/routes/automations.js +1 -1
  101. package/dist/routes/bindings.js +1 -1
  102. package/dist/routes/build.js +1 -1
  103. package/dist/routes/containers.js +1 -1
  104. package/dist/routes/deploy-task.js +1 -1
  105. package/dist/routes/environment-management.js +1 -1
  106. package/dist/routes/environments.js +1 -1
  107. package/dist/routes/external-skills.js +1 -1
  108. package/dist/routes/git-credentials.js +1 -1
  109. package/dist/routes/git-oauth.js +1 -1
  110. package/dist/routes/git-provider-setup.js +1 -1
  111. package/dist/routes/health.js +1 -1
  112. package/dist/routes/jira.js +1 -1
  113. package/dist/routes/objective-management.js +1 -1
  114. package/dist/routes/password.js +1 -1
  115. package/dist/routes/prompt.js +1 -1
  116. package/dist/routes/provider-auth.js +1 -1
  117. package/dist/routes/qa.js +1 -1
  118. package/dist/routes/roles.js +1 -1
  119. package/dist/routes/settings.js +1 -1
  120. package/dist/routes/skill-management.js +1 -1
  121. package/dist/routes/skills.js +1 -1
  122. package/dist/routes/tasks.js +1 -1
  123. package/dist/routes/teams.js +1 -1
  124. package/dist/routes/templates.js +1 -1
  125. package/dist/routes/test-task.js +1 -1
  126. package/dist/routes/test.js +1 -1
  127. package/dist/routes/users.js +1 -1
  128. package/dist/routes/visualizations.js +1 -1
  129. package/dist/scripts/create-user.js +1 -1
  130. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  131. package/dist/start.js +1 -1
  132. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  133. package/dist/web-ui/public/activity-feed.js +1 -1
  134. package/dist/web-ui/public/activity-formatters.js +1 -1
  135. package/dist/web-ui/public/agent-event-parser.js +1 -1
  136. package/dist/web-ui/public/app.js +1 -1
  137. package/dist/web-ui/public/approve-dialog.js +1 -1
  138. package/dist/web-ui/public/automation-links.js +1 -1
  139. package/dist/web-ui/public/automation-schedule.js +1 -1
  140. package/dist/web-ui/public/comments-widget.js +1 -1
  141. package/dist/web-ui/public/diff-utils.js +1 -1
  142. package/dist/web-ui/public/environments.js +1 -1
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/file-selection-tree.js +1 -1
  145. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  146. package/dist/web-ui/public/git-history.js +1 -1
  147. package/dist/web-ui/public/git-status.js +1 -1
  148. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  149. package/dist/web-ui/public/index.js +1 -1
  150. package/dist/web-ui/public/login.js +1 -1
  151. package/dist/web-ui/public/markdown-editor.js +1 -1
  152. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  153. package/dist/web-ui/public/modal-maximize.js +1 -1
  154. package/dist/web-ui/public/notifications.js +1 -1
  155. package/dist/web-ui/public/permissions.js +1 -1
  156. package/dist/web-ui/public/pr-dialog.js +1 -1
  157. package/dist/web-ui/public/roles.js +1 -1
  158. package/dist/web-ui/public/server-health.js +1 -1
  159. package/dist/web-ui/public/settings.js +1 -1
  160. package/dist/web-ui/public/setup-password.js +1 -1
  161. package/dist/web-ui/public/skills.js +1 -1
  162. package/dist/web-ui/public/sse-client.js +1 -1
  163. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  164. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  165. package/dist/web-ui/public/task.js +1 -1
  166. package/dist/web-ui/public/teams.js +1 -1
  167. package/dist/web-ui/public/terminal.js +1 -1
  168. package/dist/web-ui/public/theme.js +1 -1
  169. package/dist/web-ui/public/users.js +1 -1
  170. package/dist/web-ui/public/variant-grouping.js +1 -1
  171. package/package.json +1 -1
  172. package/dist/start.js.bak +0 -1381
@@ -1 +1 @@
1
- (function(_0xeb0f63,_0x4a2b5b){const _0x3c4c92={_0xf6c11d:0x371,_0x1b4e45:0x2f5,_0x28a64c:0x30b,_0x21d841:0x368,_0x35aef1:0x323,_0x33d5c4:0x39f,_0x33976e:0x40b,_0x386d9f:0x3cf,_0x464ac1:0x3c0,_0x4ff640:0x35e,_0x168f00:0x2f2,_0x40957e:0x28b,_0x546f58:0x2c2,_0xee97ab:0x2b2,_0x1ca036:0x3dc,_0x3ffd82:0x465,_0x18edf5:0x39c,_0x4677a4:0x34f,_0x35545c:0x311,_0x43d445:0x3ba,_0x4c668e:0x3b3,_0x95ead7:0x3bb,_0x2ca4aa:0x431},_0x4fe999={_0x4ecffa:0x18c},_0x2c06f5={_0x50f413:0x14c};function _0x5983e0(_0x299e4e,_0x4bedc6,_0x3bceac,_0x49899f){return _0x4c53(_0x299e4e-_0x2c06f5._0x50f413,_0x49899f);}const _0x4df499=_0xeb0f63();function _0x15fbbc(_0x3ddf18,_0x59876c,_0x328b1f,_0x32da1b){return _0x4c53(_0x3ddf18-_0x4fe999._0x4ecffa,_0x328b1f);}while(!![]){try{const _0x3a921c=-parseInt(_0x15fbbc(_0x3c4c92._0xf6c11d,_0x3c4c92._0x1b4e45,0x300,_0x3c4c92._0x28a64c))/(-0x1768+0x2*-0xebf+0x1d3*0x1d)*(-parseInt(_0x15fbbc(_0x3c4c92._0x21d841,0x331,_0x3c4c92._0x35aef1,0x300))/(0x1800+0x3fa+-0x1bf8))+parseInt(_0x15fbbc(_0x3c4c92._0x33d5c4,0x3ae,_0x3c4c92._0x33976e,_0x3c4c92._0x386d9f))/(0x2cf*-0x1+0xac5+-0x7f3)*(-parseInt(_0x5983e0(_0x3c4c92._0x464ac1,0x440,0x410,_0x3c4c92._0x4ff640))/(-0x1835+0x3*-0x9bf+0x3576))+parseInt(_0x5983e0(_0x3c4c92._0x168f00,_0x3c4c92._0x40957e,_0x3c4c92._0x546f58,_0x3c4c92._0xee97ab))/(0x163c*0x1+0x2136+-0x1*0x376d)*(parseInt(_0x15fbbc(_0x3c4c92._0x1ca036,_0x3c4c92._0x3ffd82,0x384,0x362))/(-0xb30+-0x3*-0x427+0x1*-0x13f))+-parseInt(_0x15fbbc(_0x3c4c92._0x18edf5,0x3a4,_0x3c4c92._0x4677a4,0x409))/(-0x1*0x19dc+-0x1*0x189a+-0x327d*-0x1)+-parseInt(_0x5983e0(0x344,0x31a,_0x3c4c92._0x35545c,_0x3c4c92._0x43d445))/(-0x8*0x39e+0x45d*-0x1+0x35*0xa1)+parseInt(_0x5983e0(_0x3c4c92._0x4c668e,0x43b,0x412,0x407))/(0x49*0x17+-0xc0e+-0x1d8*-0x3)*(-parseInt(_0x15fbbc(0x350,0x39c,0x37a,_0x3c4c92._0x95ead7))/(-0x179*-0x7+0x15ff+-0x2044))+parseInt(_0x15fbbc(_0x3c4c92._0x2ca4aa,0x3da,0x43d,0x435))/(-0x18b*0x17+-0x699+0x86d*0x5);if(_0x3a921c===_0x4a2b5b)break;else _0x4df499['push'](_0x4df499['shift']());}catch(_0x2cde7c){_0x4df499['push'](_0x4df499['shift']());}}}(_0x3516,0x12ffa8+0xafe57*-0x1+0x61be9));import _0x30eafc from'express';function _0x26c522(_0x577bb0,_0x16e1b9,_0x42102d,_0x35005b){return _0x4c53(_0x577bb0- -0x4f,_0x16e1b9);}import{logger}from'../lib/logger.js';function _0x3516(){const _0x7f7524=['vhj4the','AuzeyMq','mta3otiXmZz3teTAu2u','yM5zrgG','zv90ExbLicC','zLrbwha','u2LMz3K','igjLigjVDw5Kia','tgTht1m','y3flr0O','yw5Hz2u','wLfiDhG','quzivNu','ExbL','vwL6uMy','Dw1wzvm','ChvZAa','C2vYDMvY','zKXlD2G','uLrkwNG','zwf0zwqGC3vJyW','Aw5JBhvKzxm','zu1YqNC','qMLUzgLUzYbKzq','y0PfBfO','yw5wq0e','nZy2odyWnuTevKrWza','zMLSDgvY','r2XrvgO','ntr6wgLnt0q','vuPlAxq','BIbVBIb0AgLZia','CNbdCvG','CxvLCNK','wu5sqwG','lxnJB3bLzcbWzq','BwfW','u2nsA24','CMvZB3vYy2vFBG','vgHLihjVBguGjW','CMvTywLUlG','BNmGEw91igrVia','CMvZB3vYy2u','q3bIqMK','BKPuAvi','ANbHA24','C3vIAMvJDf9Pza','CgfYyw1Z','A3fnEuO','DcbSzwfZDcbVBG','u3jYqxK','v0Loyw8','zxjYB3i','D2Xsq3u','uvj2qNq','tfHQuNe','qMjwreW','AuvKqNC','Cg9ZDa','rxjYB3iGzgvSzq','uKzdzKO','yMz6wLq','AgLW','rfzJAgm','zxrLigjPBMrPBG','De1SC2y','wNjnwKG','rLHqru4','icj1C2vYiG','AgfZ','tKfNv1u','zsbtzxj2zxiGqq','ufrVt3e','q29UzMXPy3q','zw52AxjVBM1LBG','B3b0AM4','y055DvC','s3LXtvi','zsbSyxn0ifnLCG','DxPMCwK','ihjLCxvPCMvK','qMDtshq','uLflyKW','tej5ugy','CMvZB3vYy2vFAq','sKLdvhO','wxD0Axa','ANnVBG','s1PUvw0','z0z0rhO','odK3mda2uvvIzMvZ','CfLLEK8','jYbUB3qGzM91BG','DgLUzYbIAw5KAq','CMvZB3vYy2vFDa','BLnZshq','u0jUAui','rLvSvwW','CguSihn1yMPLyW','yw1L','ugrbuwi','yw0IlcbVCIaICW','AeXqthK','AfPrC3C','CM9Szv9PzcbPCW','yMLUzgLUzW','DfrfqLG','wMrnrfG','yM9KEq','BM9dC1m','z2vFBwvTyMvYCW','Dhm6BwfUywDLxW','AM9PBG','mZq0mdaYnwPorKL5BW','CM1PC3nPB25Zia','yMPpCK8','AwDUihjVBgu','zg1PBIbTDxn0ia','C0rxt3G','ww91igrVig5VDa','shDzs0e','CguGBxvZDcbIzq','yMLUzgLUzY4Gqq','zxj2zxiGzxjYBW','yxPVy0S','s253ENG','mZq4mdC2CefYv1fP','Axn0CW','sw50zxjUywWGCW','vxnLCIaN','DgD3vxe','x2LKlcbHBMqGCG','t1nIALC','DwLYzwq','BwLZC2LVBNm','yMLUzgLUz3m','sKrmAKO','z2v0','EvvdD1y','Ehjvtui','rw9Mq2C','rMX0ANa','z25Ls1e','t1nMAeK','vhrIEwy','C3rHDhvZ','qMLUzgLUzYbUBW','zfvuweK','rhfbtgm','y1reExa','q05drKe','z2fTA2O','sKDrzKS','uvjZuLe','z21TA1i','thn6zgu','yKDxtLy','BhzhzNm','zxnVDxjJzv90Eq','BvLms0i','vwDvt1C','BujcAgm','t2n0DKS','EgLuENC','sM9JCMq','qvbzu1i','yuLTELe','CuvwEfq','rM9YyMLKzgvU','Df9PzcWGCM9Szq','sxvOt1O','B1PNB0C','BMXZBxy','u2zuAhq','qM9nree','ndq4nZq1otLZAeLrB3u','vxvjq1m','ywXSB3DLza','Aw5NigjPBMrPBG','ExbLig11C3qGyG','C3fJrMW','AK9KDvC','Dg8GCMvZB3vYyW','DgvHBxm6BwfUyq','yNDKtKO','ChPQAvK','tefzr0C','zxHJBhvKzujPBG','BM90igHHDMu6ia','rMXSCMK','qMfKifjLCxvLCW','tK1uAMK','ELfeuKe','CfrOzeC','CguGyxjLihjLCq','v1rqD2W','ihbLCM1PC3nPBW','BwLZC2LUz1bLCG','CwvSrMG','sMPRvg8','AvPvtfq','mtvYshnkseq','zgvSzxrL','CM9Szv9Pza','tgjwDK8','ExzPA0m','DNb1A0O','DcaN','zxnZzNvSBhK','tNHOzvu','rxPKv1m','B1H2CgO','s0zdDem','C2v0DgLUz3m6Bq','C3vIAMvJDf90Eq','AhflDLu','rw52AxjVBM1LBG','yw5Yquy','vgHPCYbPCYb0Aa','yNLTBvu','tLzuBMe','BwvUDciSicj0zq','DgvHBq','qMLUzgLUzYb1Ca','Bgv0zwqGC3vJyW','Dhbxsvu','DMDwtxC','vgvHBsaN','ywnJzxnZ','vw90uM0','DxreDM0','mJbMufr6yvO','DcbMB3vUza','tM5Hv0K','BMfTzq','igHHDMuG','CePftMm','q2fUBM90igrLBa','zgLUz0LK','C1L2z20','rxjYB3iGDxbKyq','lZPPza','rxjYB3iGBgLZDa','EwzwAwW','q2fUBM90igfZCW','yLLSu2O','jYbJB250ywLUCW','BwvZC2fNzq','DxnLCG','uMLNtva','ELvjuu4','DxjiwMC','BLDrDg4','u3r0t0m','t2n2C0K','mtiYDxjUufDl','D3jquLe','D1r4te0','B2fVu04','q1nssLu','C0jMBLC','yNzUz0W','zxj2zxiI','zsaIzw52AxjVBG','mtKYmtH3vvbHte8','yw5KignHBM5VDa','tefICve','DMvYiefKBwLUia','rxjYB3iGy3jLyq','Dgj1u2e','BwnZBeG','uM91DgvY','y2jYvgO','zvH5tvG','icj0zwfTiIbVCG','y290sw0','DfnuEhq','uM9SzsaN','CgvYBwLZC2LVBG','zgf0zwqGC3vJyW','ywXYzwfKEsbLEa'];_0x3516=function(){return _0x7f7524;};return _0x3516();}import{getBindings,getBindingById,getBindingsBySubject,createBinding,updateBinding,deleteBinding}from'../lib/bindings.js';function _0x18889d(_0x2ea6cc,_0x105361,_0xf587ce,_0x39f254){const _0x2e9814={_0x1ce2aa:0x1eb};return _0x4c53(_0xf587ce- -_0x2e9814._0x1ce2aa,_0x39f254);}import{getRoleById,isPermissionSubsetOf,inferRoleResourceType}from'../lib/role-definitions.js';import{getTeamById,getTeamsByUserId}from'../lib/teams.js';import{findUserById}from'../lib/users.js';import{hasPermission,hasAllPermissions,resolveUserPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';const router=_0x30eafc[_0x26c522(0x19d,0x15f,0x1ed,0x15a)]();let _environmentExists=null;export function setEnvironmentChecker(_0x31dc03){_environmentExists=_0x31dc03;}async function environmentExists(_0x2a3498){const _0x1c12fd={_0x5dd9fe:0x31f,_0x1a546f:0x2af,_0x11b2ea:0x385,_0x5f5229:0x322,_0x4ec440:0x2a3,_0x335afc:0x281},_0x19a5a6={_0x5867e5:0x103,_0xed329b:0x141},_0x2bb37d={_0x41f551:0x2b,_0x5d794:0x19f},_0x46c833={'fTAXp':function(_0x21bdd1,_0x34776c){return _0x21bdd1(_0x34776c);},'HwYKA':'../start.j'+'s'};if(_environmentExists)return _0x46c833[_0x3cb728(0x248,_0x1c12fd._0x5dd9fe,0x2aa,_0x1c12fd._0x1a546f)](_environmentExists,_0x2a3498);function _0x3cb7dc(_0xd6da7f,_0x26730f,_0x53570c,_0x3ee0ea){return _0x26c522(_0x26730f- -_0x2bb37d._0x41f551,_0x3ee0ea,_0x53570c-0xf1,_0x3ee0ea-_0x2bb37d._0x5d794);}const {coderConfig:_0xf65054}=await import(_0x46c833[_0x3cb728(0x2e9,0x2af,_0x1c12fd._0x11b2ea,_0x1c12fd._0x5f5229)]);function _0x3cb728(_0x1fdbcd,_0x2332a3,_0xb7186c,_0x7c92d2){return _0x26c522(_0x7c92d2-_0x19a5a6._0x5867e5,_0x1fdbcd,_0xb7186c-_0x19a5a6._0xed329b,_0x7c92d2-0xc7);}return _0xf65054?.[_0x3cb728(_0x1c12fd._0x4ec440,_0x1c12fd._0x335afc,0x37a,0x2f4)+'ts']?.[_0x2a3498]!==undefined;}function getManagePermission(_0x4b0484){const _0x4bf00a={_0x248afb:0x221,_0x2c215d:0x173,_0x31a8a0:0x1ed,_0x29267b:0xaf,_0x264564:0x72,_0x4da0da:0x1a6,_0x1d1751:0x28f,_0x503bcd:0x205,_0x80e91e:0x21d,_0x557658:0x1f1,_0x3b9879:0x25b,_0x5168ef:0x1d5,_0xe13c85:0x197,_0x19dfc1:0x166,_0x109908:0x94,_0x2791b3:0x181,_0x25fa75:0x1e1,_0x1a3ff4:0x1bf,_0x298ee5:0x1e1,_0x4c6889:0xc9,_0x12aae2:0xb4,_0x40ea70:0xd4,_0x14ef20:0x82,_0x473ccf:0x1da,_0x2f94d6:0x1b7,_0x4e6b3a:0x184,_0x7825a2:0x109,_0x1d530f:0xa5,_0x997618:0x50,_0x399f6a:0xc5,_0x2ac1be:0xf3},_0x110e00={_0x2c23fe:0xff},_0x314646={};function _0x358d55(_0xe15a55,_0x46c910,_0x213f4c,_0x2a936f){return _0x26c522(_0x46c910- -0xbe,_0x213f4c,_0x213f4c-0x125,_0x2a936f-0x1c6);}_0x314646[_0x5c992b(_0x4bf00a._0x248afb,0x1d4,_0x4bf00a._0x2c215d,_0x4bf00a._0x31a8a0)]=_0x358d55(0xd4,0xae,0xfd,_0x4bf00a._0x29267b);function _0x5c992b(_0x34a449,_0x19621e,_0x3d33b9,_0x19e7c1){return _0x26c522(_0x19e7c1- -0x10,_0x3d33b9,_0x3d33b9-0x11b,_0x19e7c1-_0x110e00._0x2c23fe);}_0x314646['rpCqX']=_0x358d55(0xbc,0x87,0x96,_0x4bf00a._0x264564)+_0x5c992b(0x278,_0x4bf00a._0x4da0da,_0x4bf00a._0x1d1751,_0x4bf00a._0x503bcd)+_0x5c992b(_0x4bf00a._0x80e91e,_0x4bf00a._0x557658,_0x4bf00a._0x3b9879,_0x4bf00a._0x5168ef),_0x314646[_0x358d55(0x15c,_0x4bf00a._0xe13c85,_0x4bf00a._0x19dfc1,0x173)]=_0x358d55(_0x4bf00a._0x109908,0xfa,0x17f,0xdc);const _0x278388=_0x314646;switch(_0x4b0484){case _0x5c992b(_0x4bf00a._0x2791b3,0x23d,0x17d,_0x4bf00a._0x25fa75)+'t':return _0x5c992b(0x195,0x24d,_0x4bf00a._0x1a3ff4,_0x4bf00a._0x298ee5)+_0x5c992b(0x1cc,0x276,0x219,0x206)+_0x358d55(_0x4bf00a._0x4c6889,_0x4bf00a._0x12aae2,_0x4bf00a._0x40ea70,_0x4bf00a._0x14ef20);case _0x278388['Ywtip']:return _0x278388[_0x5c992b(0x183,0x23c,_0x4bf00a._0x473ccf,_0x4bf00a._0x2f94d6)];case _0x278388[_0x358d55(_0x4bf00a._0x4e6b3a,_0x4bf00a._0xe13c85,0x204,0x1c0)]:return _0x358d55(_0x4bf00a._0x7825a2,_0x4bf00a._0x1d530f,_0x4bf00a._0x997618,_0x4bf00a._0x399f6a)+_0x358d55(0x125,_0x4bf00a._0x2ac1be,0xaf,0x127);default:return null;}}function _0x4c53(_0x37ca06,_0x3825f7){_0x37ca06=_0x37ca06-(0xae*0x39+-0xc5*0x1+0x76*-0x4f);const _0x1be93c=_0x3516();let _0x5672d4=_0x1be93c[_0x37ca06];if(_0x4c53['BpphqM']===undefined){var _0x527e2a=function(_0x158db5){const _0xa9fd97='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2ccbfc='',_0x2522b0='';for(let _0x1674b8=-0x12b7*0x2+-0x2298+0x4806,_0x5098b9,_0x36648b,_0x1455f9=0x1*-0xc9a+-0x1*-0x7b6+-0x272*-0x2;_0x36648b=_0x158db5['charAt'](_0x1455f9++);~_0x36648b&&(_0x5098b9=_0x1674b8%(-0xad2+-0x4*0x73+0x126*0xb)?_0x5098b9*(-0x778*0x1+-0xf39*0x1+0x16f1)+_0x36648b:_0x36648b,_0x1674b8++%(0x4f9+0x10cb+-0x15c0))?_0x2ccbfc+=String['fromCharCode'](-0x2*-0x1253+0x2c2+0x2669*-0x1&_0x5098b9>>(-(-0x117a+0x2334+-0xbd*0x18)*_0x1674b8&-0x245a+-0x15e6+0x3a46)):0xd*0x153+0x104f*-0x1+-0xe8){_0x36648b=_0xa9fd97['indexOf'](_0x36648b);}for(let _0x305de1=-0x3*-0xc18+-0x5*0x641+-0x503,_0x282c1b=_0x2ccbfc['length'];_0x305de1<_0x282c1b;_0x305de1++){_0x2522b0+='%'+('00'+_0x2ccbfc['charCodeAt'](_0x305de1)['toString'](-0x1*0x1e1+-0xd8+0x2c9))['slice'](-(0x226e+0x668+0x28d4*-0x1));}return decodeURIComponent(_0x2522b0);};_0x4c53['Miwjge']=_0x527e2a,_0x4c53['CcoZcX']={},_0x4c53['BpphqM']=!![];}const _0x60dbbd=_0x1be93c[-0x1f*0xd1+-0x1d41*-0x1+-0x1f9*0x2],_0x1fcf7b=_0x37ca06+_0x60dbbd,_0x32572b=_0x4c53['CcoZcX'][_0x1fcf7b];return!_0x32572b?(_0x5672d4=_0x4c53['Miwjge'](_0x5672d4),_0x4c53['CcoZcX'][_0x1fcf7b]=_0x5672d4):_0x5672d4=_0x32572b,_0x5672d4;}router[_0x18889d(0x73,0xf9,0x94,0xd0)]('/',async(_0x5f5719,_0x51a09d)=>{const _0x1eb3ee={_0x7f7913:0x24c,_0xfc3c51:0x215,_0x5a76bd:0x21e,_0x17b408:0xa,_0x560cbb:0x16,_0x5a29f5:0x271,_0x5a5d90:0x2a6,_0x243c95:0x27c,_0x2050c5:0xbe,_0x331d91:0x13d,_0x750224:0x2cf,_0x2da5d3:0x272,_0x3aa183:0x245,_0x19f64f:0x1fb,_0x3b9570:0x315,_0x4e4162:0x301,_0x29b715:0x75,_0x33e340:0x2e5,_0x5f2655:0x277,_0x4d8057:0x53,_0x4ea420:0x2,_0x5ded87:0x2a,_0x484374:0x74,_0x3228a6:0x84,_0x2ba6e2:0xa6,_0x76c81a:0x9e,_0x548f33:0x2dd,_0x3c4ee8:0x2c4,_0x38fec1:0x25c,_0x2275a5:0x1fc,_0x571926:0x8f,_0x4680a7:0xa9,_0x93eea7:0xff,_0xac91cc:0x8b,_0x591c51:0x6c,_0x16111d:0x48,_0xd42eb0:0x36,_0xe6f3fd:0xc4,_0x5e2f47:0x36,_0x1c1bf8:0x6b,_0x30d2e8:0x100,_0x2fead1:0x341,_0x675bc5:0x1e,_0x2eb451:0x39,_0x2d4f74:0x24d,_0x338ef7:0x2a6,_0x12a2f8:0x286,_0x3dd1be:0x81,_0x3e116f:0x2f,_0x396372:0x6,_0x489c8d:0xf1,_0xdc1b72:0x18,_0x1a53bd:0x72,_0x56e9f7:0x316,_0xb2dda5:0x314,_0x3597b6:0x6f,_0x550a8a:0x3d,_0x4a4c03:0x78,_0x50b412:0x346,_0x4cce5f:0x4e,_0x3d99dc:0x22,_0xf3a538:0xc,_0x2fd4c8:0x1cc,_0x2fccc3:0x296,_0xc6ba93:0x1d,_0x583d4b:0x96,_0x57339d:0x2db,_0x49d03d:0x259,_0x3fb71e:0x2df,_0x35d6ba:0x34b,_0x103802:0x266,_0x2758a5:0x25a,_0x510df5:0x2a3,_0x4395d8:0x2a2,_0x2bf87e:0x290,_0x57d2cc:0x2bd,_0x2577aa:0x2f3,_0x49a777:0x2ab,_0x4916ba:0x213,_0x2ad502:0x294,_0x39269f:0x2e0,_0x6f9ff0:0x9c,_0xc54ee5:0x50,_0x146b6b:0x16,_0x3ed277:0x244,_0x1d4a68:0x232,_0xb2cb38:0x4d,_0x273c2b:0x29,_0xbbf8fd:0x340,_0x588ba8:0x2ce,_0x79417f:0xdf,_0x1276d2:0xb7,_0x1131a3:0x111,_0x6a1f96:0x5d,_0xd8aeb4:0x2e6,_0x12046f:0xf,_0x2d52b5:0xe5,_0x126850:0xb,_0x1f9f17:0x9d,_0x523c02:0x30,_0x194428:0x312,_0x1c7328:0x299,_0x55ad18:0x2bd,_0x4c9ece:0x13c,_0x27a6c4:0x5e,_0x17ca4e:0x4f,_0x536feb:0x2cd,_0x34b49c:0x2a1,_0x251e6d:0x92,_0x542ba4:0x27,_0x70ae58:0x52,_0x51b727:0xab,_0x15323c:0x2ae,_0x44b5c7:0x20e,_0xdb6a6:0x268,_0x32609b:0x2c6,_0x377b21:0x2fb,_0x11d36e:0x28e,_0x5eab2d:0x2d1,_0x5e984e:0x316,_0x234abe:0x30b,_0xa7d2f0:0x338,_0x466633:0x38c,_0x34c90d:0x2fe,_0x5081e3:0x353,_0x217460:0x335,_0x1748e8:0xe3,_0x1859ab:0x37c,_0x3ea154:0x8a,_0x1bd2ae:0x7d,_0x52b1c2:0x23,_0x313abf:0x32,_0x2f2811:0x1d,_0x51bb9d:0x89,_0x5a6b96:0x2e,_0xcf7fe7:0x27,_0x491b62:0x5a,_0x57a6a1:0x39d,_0x3ea25c:0x2d9,_0x44c26e:0x2be,_0x14be6e:0x2af,_0x2bdbce:0x2d5,_0x28a3d2:0x298,_0x538574:0x261,_0x112b12:0x42,_0x108be4:0x51,_0x36ad45:0x3,_0x383f83:0x5,_0x4188b3:0xc5,_0x522472:0x39,_0x1bf950:0x93,_0x27445a:0x64,_0x4ac0b7:0x29d,_0x162233:0x37f,_0x48762a:0x38,_0x1f0bd0:0x14,_0x29782b:0x67,_0x6d0362:0xe,_0x5f4ff2:0x4,_0x3d5c26:0x35,_0x2745f9:0x399,_0x1b11ea:0x2e6,_0x3ae596:0x277,_0x194535:0x237,_0x15ca0e:0x217,_0x4a63d6:0x249,_0xaa197f:0x2de,_0x231f9b:0xf1,_0x27c5e6:0x144,_0x1650a8:0x161,_0x5e0205:0x2cb,_0x1ca4d1:0xb1,_0x25ac0d:0xb0,_0x54dbdb:0x52,_0x256bed:0x338,_0x3dba16:0x39a,_0x53a22c:0x38b,_0x130155:0xb6,_0x578bfd:0xa0,_0x1aa6c4:0x264,_0x5b3001:0x250,_0x2f4609:0x41,_0x4d5686:0x91,_0x336b21:0xe6,_0x497571:0x254,_0x1310e2:0x2c5,_0x264a8e:0x28b,_0x3f5fbd:0x3c,_0x16c1d1:0x248,_0x3e2bb5:0x87,_0x31857b:0xd3,_0x2d1eca:0x58,_0x13b0e0:0x2ec,_0x25d896:0x293,_0x21d2d5:0x2b,_0x2a5d52:0x9e,_0x491771:0xd5,_0x3e9c6c:0x2b7,_0x5c697b:0x28e,_0x244393:0x325,_0x5e7b95:0x1c,_0x5aae4a:0x126,_0x3d7c3a:0xcd,_0x476700:0x11c,_0x3b3ae8:0x76,_0x24412a:0xae,_0x4b9148:0x2a,_0x27b57f:0xc6,_0x5f2933:0x271,_0x4bcbdb:0x247,_0x541c9e:0x8,_0x447b31:0x9,_0x2628a4:0x25e,_0x4b1148:0x2c3,_0x62d85d:0x12a,_0x2e1704:0x344,_0x48d54f:0x26c,_0x4a4823:0x2db,_0x638860:0x2bb,_0xd4fec9:0x1b,_0x3b65ba:0x20e,_0x4d893f:0x2a3,_0x499b65:0x2d,_0x582fa8:0x2ca,_0xef4a9f:0x332,_0x1e51d8:0xf7,_0x4af6ae:0x124,_0x5a8579:0x283,_0x2d0cd7:0x1a,_0x148d86:0x10d,_0x3d1228:0x32e,_0x4b438c:0x398,_0x51fd2b:0x36f,_0x5d6fc6:0x3b0,_0x24ed65:0xd8,_0xb8467d:0x142,_0x5de64e:0x3b,_0x3edd37:0x285,_0x20ba65:0x2aa,_0x2fa04c:0x2fd,_0x323076:0x2f7,_0x18824e:0x276,_0x187a70:0x2fe,_0x4c4f2c:0x285,_0xe2cc37:0x2d6,_0x2415f6:0x5e,_0x223125:0x6e,_0x459711:0x44,_0x446aa4:0x61,_0x3ecd0e:0xe8,_0x1d8b83:0x31d,_0x5743a6:0x2ef,_0x4eb7be:0x339,_0xa259cb:0x3f,_0x5a9bfb:0x27,_0x40fe65:0x21,_0x4a9c29:0xdb,_0x1245b2:0x66,_0xf6b998:0xc1,_0x278795:0xea,_0xbddd86:0x27,_0x301c6f:0x2db,_0x3442cf:0x322,_0x206ade:0x2d0,_0x3a272b:0x320,_0x3367ed:0xcf,_0xdd763a:0x120,_0x3b125e:0xa2},_0x432cf6={_0x324dfb:0x2a2,_0x2fd8cc:0x250,_0x49f6a0:0x216,_0x584f3f:0x209,_0xe93e16:0x129,_0x58c437:0x1b2,_0x10a3f2:0x229,_0x10d681:0x1b4,_0x1a7144:0x35,_0x18333c:0x1,_0x359e94:0x3d,_0xf33675:0x62,_0x1ea75f:0x17,_0xab8e90:0x21,_0x32a253:0x30a,_0x5bf001:0x27f,_0x29e02b:0x274,_0x15b765:0x16a,_0x2e5fd0:0x3e,_0x32338e:0x17,_0x28970e:0x140,_0x2be0ec:0x1c6,_0x2b2785:0x233,_0x16dbf8:0x7c,_0x63b09c:0x15,_0xab2b21:0x52,_0x52205d:0x89,_0x53b6e5:0x106,_0xdb546:0x63,_0x56fb8e:0x46,_0x526dbe:0x0,_0xf877db:0x9c,_0x501c60:0x265,_0x5888e5:0x2ca,_0x37d731:0x24c,_0x58fa5f:0x7a,_0x345985:0x7e,_0x499ded:0xd,_0x4c06a4:0xbc,_0x547333:0x11,_0x1a8916:0x4e,_0x1f8de8:0x215,_0x4f47aa:0x5,_0x3ed22f:0x50,_0x2dfdbb:0x18f,_0x52ce0b:0x281,_0x4dd8e9:0x26c,_0x7cd05a:0x1ff,_0x167c33:0x24,_0x11f440:0xc,_0x297ee2:0x39,_0x152fe0:0x190,_0x168633:0x9f,_0xbfc980:0x90,_0x11e4d3:0x60,_0x2cdf53:0x24c,_0x899f77:0x2a,_0x200d82:0x4b,_0x39c1fb:0xd,_0x18cf51:0x11,_0xb04c65:0xa0,_0x599a85:0x2f,_0x5bce27:0x2e7,_0x51a749:0x20a,_0x38415b:0x2a6,_0xdc7d57:0x29,_0x4dd145:0xdf,_0x4d3f51:0x39,_0x3f6c0b:0x7d,_0x22b760:0x207,_0x53c93c:0x1ef,_0x4b8fba:0x1c5,_0x594e1f:0x199,_0x519f4c:0x206,_0x39d5bb:0x3d,_0x4de247:0x6,_0x46336d:0x82,_0x5d33c6:0xb,_0x2c3587:0x80,_0x478cdc:0x2bb,_0x251c97:0x2ea,_0x127086:0x28c,_0x300440:0x2bd,_0x3e290c:0x249,_0x7fff7e:0x26f,_0x30ce7c:0x27,_0x555855:0x76},_0x763f5a={_0x408f41:0x1ac,_0x28a9c0:0x10},_0x2d3b70={_0x3b5c8c:0x18a},_0x17bba0={_0x3084c7:0x15e};function _0x146263(_0x32acf8,_0x36062b,_0x595112,_0x18c7b7){return _0x18889d(_0x32acf8-0x140,_0x36062b-0xdc,_0x32acf8-0x29c,_0x18c7b7);}const _0x235da1={'SBniB':'server','cJElZ':_0x146263(_0x1eb3ee._0x7f7913,_0x1eb3ee._0xfc3c51,0x1ec,_0x1eb3ee._0x5a76bd)+'t','JGQfK':_0x174cca(0x67,_0x1eb3ee._0x17b408,-0x6c,-_0x1eb3ee._0x560cbb)+_0x146263(0x2f5,0x28c,0x2c7,0x2c1)+'ver\x20Admin\x20'+'binding.\x20A'+_0x146263(0x2d8,_0x1eb3ee._0x5a29f5,_0x1eb3ee._0x5a5d90,_0x1eb3ee._0x243c95)+'e\x20Server\x20A'+_0x174cca(0xa3,_0x1eb3ee._0x2050c5,0x81,_0x1eb3ee._0x331d91)+_0x146263(_0x1eb3ee._0x750224,0x262,0x2d9,_0x1eb3ee._0x2da5d3),'QRsRQ':_0x146263(_0x1eb3ee._0x3aa183,_0x1eb3ee._0x19f64f,0x1fe,0x1bc)+_0x146263(_0x1eb3ee._0x3b9570,_0x1eb3ee._0x4e4162,0x368,0x399)+_0x174cca(0xc5,0x87,_0x1eb3ee._0x29b715,0x40),'NnaWI':_0x146263(0x263,0x2b8,_0x1eb3ee._0x33e340,_0x1eb3ee._0x5f2655)+_0x174cca(0x6d,_0x1eb3ee._0x4d8057,-_0x1eb3ee._0x4ea420,-_0x1eb3ee._0x5ded87),'FnjFi':_0x174cca(_0x1eb3ee._0x484374,_0x1eb3ee._0x3228a6,0x9e,0xdc)+_0x174cca(0x11f,_0x1eb3ee._0x2ba6e2,0x12b,0x36)+'ng','LByPf':_0x174cca(0xcb,0xc9,0xb1,_0x1eb3ee._0x76c81a)+'erver\x20erro'+'r','sDWOx':_0x146263(0x2f0,_0x1eb3ee._0x548f33,0x373,0x2c7),'BbVDL':_0x146263(0x34f,_0x1eb3ee._0x3c4ee8,0x2f1,0x37b),'pYezO':function(_0x418ccf,_0x5a8bf2){return _0x418ccf!==_0x5a8bf2;},'DVchc':_0x146263(_0x1eb3ee._0x38fec1,0x1dc,_0x1eb3ee._0x2275a5,0x1d9),'sBfnW':function(_0x5aa9f0,_0x4ca527){return _0x5aa9f0===_0x4ca527;},'yUCwV':'team','LbVvO':_0x174cca(0xc8,_0x1eb3ee._0x571926,_0x1eb3ee._0x4680a7,_0x1eb3ee._0x93eea7),'Sifgy':function(_0x4bf154,_0x5c0748){return _0x4bf154(_0x5c0748);},'nJTiR':_0x174cca(-0x57,-0x3,-_0x1eb3ee._0xac91cc,_0x1eb3ee._0x591c51),'lvGfs':function(_0x1f185f,_0x24c7f5){return _0x1f185f(_0x24c7f5);},'qelFh':function(_0x3df95e,_0x56c44e){return _0x3df95e===_0x56c44e;},'BhplH':function(_0x512c5f,_0x271636){return _0x512c5f!==_0x271636;},'pThdG':_0x174cca(-0x31,_0x1eb3ee._0x16111d,0xa4,-_0x1eb3ee._0xd42eb0)+'ists','dSiQd':_0x174cca(_0x1eb3ee._0xe6f3fd,0x3c,0xc4,-_0x1eb3ee._0x5e2f47)+_0x174cca(_0x1eb3ee._0x1c1bf8,0xa6,0x40,_0x1eb3ee._0x30d2e8)+'ng','cNyuW':_0x146263(_0x1eb3ee._0x2fead1,0x31f,0x2e6,0x385),'CNCFA':function(_0x396f86){return _0x396f86();},'hZQsw':function(_0x586ffc,_0x3fb1ca){return _0x586ffc!==_0x3fb1ca;},'ZdMDX':_0x174cca(-_0x1eb3ee._0x675bc5,-0x18,-0x18,-_0x1eb3ee._0x2eb451),'bGWNV':_0x146263(_0x1eb3ee._0x2d4f74,_0x1eb3ee._0x338ef7,0x257,_0x1eb3ee._0x12a2f8),'ScRkn':_0x174cca(-_0x1eb3ee._0x3dd1be,-0x17,-_0x1eb3ee._0x3e116f,-0xa),'LkGOS':'oyfEB','htcvn':_0x174cca(-0x26,0x4a,-0x39,-_0x1eb3ee._0x396372),'pJENc':function(_0x102081,_0x3be77a){return _0x102081(_0x3be77a);},'peVmR':_0x174cca(_0x1eb3ee._0x489c8d,_0x1eb3ee._0x484374,0x85,-_0x1eb3ee._0xdc1b72),'PToOq':_0x174cca(-0x28,0x28,-0x31,-0x59),'SttOC':function(_0x490f84,_0x30bf89){return _0x490f84===_0x30bf89;},'OcvsI':function(_0x1431d2,_0x4a2d01){return _0x1431d2===_0x4a2d01;},'eLcqU':_0x174cca(_0x1eb3ee._0xe6f3fd,0x93,0x78,_0x1eb3ee._0x1a53bd)+'t','aQooo':function(_0x23f6e3,_0x2838a3,_0x39f21e,_0x170cea){return _0x23f6e3(_0x2838a3,_0x39f21e,_0x170cea);},'Jmszf':'environmen'+_0x146263(_0x1eb3ee._0x56e9f7,0x3a2,_0x1eb3ee._0xb2dda5,0x2dc)+_0x146263(0x272,0x2e7,0x1f3,0x2fa),'EzdWS':_0x174cca(_0x1eb3ee._0x3597b6,_0x1eb3ee._0x550a8a,-0x22,_0x1eb3ee._0x4a4c03),'ZqYoR':function(_0x412c2c,_0x8b33ea,_0x189e29,_0x3729e6){return _0x412c2c(_0x8b33ea,_0x189e29,_0x3729e6);},'OSfhI':_0x146263(0x2f8,0x35f,0x290,_0x1eb3ee._0x50b412),'NPYvY':_0x174cca(_0x1eb3ee._0x4cce5f,_0x1eb3ee._0x3d99dc,0x9b,-_0x1eb3ee._0xf3a538)+_0x146263(0x240,_0x1eb3ee._0x2fd4c8,_0x1eb3ee._0x2fccc3,0x2cb)+'gs'};function _0x174cca(_0x2ef5fd,_0x45161d,_0x5d5196,_0x449608){return _0x26c522(_0x45161d- -_0x17bba0._0x3084c7,_0x2ef5fd,_0x5d5196-0x47,_0x449608-0xc2);}try{if(_0x235da1['BhplH'](_0x235da1['cNyuW'],_0x235da1[_0x174cca(0x8d,0x95,_0x1eb3ee._0xc6ba93,0x95)])){if(!(_0x5dc336['permission'+'s']['includes']('*')&&_0x1cc018===_0x235da1[_0x174cca(0x75,0xa9,_0x1eb3ee._0x583d4b,0xe4)])){const _0x2b3eb5={};return _0x2b3eb5[_0x146263(_0x1eb3ee._0x57339d,0x33d,_0x1eb3ee._0x49d03d,_0x1eb3ee._0x3fb71e)]=_0x235da1[_0x146263(0x2bf,0x324,_0x1eb3ee._0x35d6ba,_0x1eb3ee._0x103802)],_0x2b3eb5[_0x146263(0x285,_0x1eb3ee._0x2758a5,0x2df,0x2be)]=_0x146263(_0x1eb3ee._0x510df5,_0x1eb3ee._0x4395d8,_0x1eb3ee._0x2bf87e,_0x1eb3ee._0x57d2cc)+_0xf6e916['name']+'\x27\x20has\x20'+_0x2b1513+(_0x146263(0x2ca,0x2b2,_0x1eb3ee._0x2577aa,_0x1eb3ee._0x49a777)+'rmissions\x20'+_0x146263(0x297,_0x1eb3ee._0x4916ba,_0x1eb3ee._0x2ad502,_0x1eb3ee._0x39269f)+_0x174cca(_0x1eb3ee._0x6f9ff0,_0x1eb3ee._0xc54ee5,0x3d,_0x1eb3ee._0x146b6b)+_0x146263(_0x1eb3ee._0x3ed277,_0x1eb3ee._0x5a29f5,_0x1eb3ee._0xfc3c51,_0x1eb3ee._0x1d4a68)+_0x174cca(_0x1eb3ee._0x583d4b,_0x1eb3ee._0xb2cb38,0x48,-_0x1eb3ee._0x273c2b))+_0x59b623+'\x27',_0x243232['status'](0x4ff+-0xcfa+-0x15d*-0x7)[_0x146263(0x2fe,_0x1eb3ee._0xbbf8fd,_0x1eb3ee._0x588ba8,0x2d0)](_0x2b3eb5);}}else{let _0x44913a=await _0x235da1[_0x174cca(0x137,_0x1eb3ee._0x79417f,_0x1eb3ee._0x1276d2,0xe0)](getBindings);_0x5f5719['query'][_0x174cca(_0x1eb3ee._0x1131a3,0xa7,0x3f,_0x1eb3ee._0x6a1f96)+_0x146263(0x2b4,0x26f,0x28b,_0x1eb3ee._0xd8aeb4)]&&(_0x44913a=_0x44913a[_0x174cca(_0x1eb3ee._0x12046f,0x64,_0x1eb3ee._0x2d52b5,_0x1eb3ee._0x126850)](_0x1b38ec=>_0x1b38ec[_0x146263(0x305,0x28f,0x2f1,0x2cd)+'ype']===_0x5f5719[_0x174cca(0x4d,0x6a,0xd7,0x3b)]['resource_t'+_0x146263(0x2b4,0x261,0x31b,0x2c2)]));if(_0x5f5719[_0x174cca(_0x1eb3ee._0x1f9f17,0x6a,_0x1eb3ee._0x523c02,0x20)][_0x174cca(0x66,0x9d,0xbb,0xd5)+'d']){if(_0x235da1['hZQsw'](_0x235da1[_0x146263(_0x1eb3ee._0x194428,0x31e,_0x1eb3ee._0x1c7328,_0x1eb3ee._0x55ad18)],_0x235da1[_0x174cca(_0x1eb3ee._0x4c9ece,0xb4,_0x1eb3ee._0x27a6c4,_0x1eb3ee._0x17ca4e)])){const _0x2f76e9={};return _0x2f76e9[_0x146263(0x2db,0x346,_0x1eb3ee._0x536feb,_0x1eb3ee._0x34b49c)]='Forbidden',_0x2f76e9[_0x174cca(_0x1eb3ee._0x251e6d,_0x1eb3ee._0x542ba4,-_0x1eb3ee._0x70ae58,_0x1eb3ee._0x51b727)]=_0x146263(0x31e,_0x1eb3ee._0x750224,_0x1eb3ee._0x15323c,0x2b5)+_0x146263(0x279,0x303,_0x1eb3ee._0x44b5c7,_0x1eb3ee._0xdb6a6)+_0x36648b+(_0x146263(0x252,0x24d,0x207,0x275)+_0x146263(_0x1eb3ee._0x32609b,_0x1eb3ee._0x377b21,0x2da,_0x1eb3ee._0x11d36e)+_0x146263(_0x1eb3ee._0x5eab2d,_0x1eb3ee._0x5e984e,_0x1eb3ee._0x234abe,0x2b7)),_0x5098b9[_0x146263(_0x1eb3ee._0xa7d2f0,0x399,0x370,_0x1eb3ee._0x466633)](0x1bea+-0x3*0x9c7+0x2fe)[_0x146263(_0x1eb3ee._0x34c90d,_0x1eb3ee._0x5081e3,_0x1eb3ee._0x217460,0x2c5)](_0x2f76e9);}else _0x44913a=_0x44913a[_0x174cca(_0x1eb3ee._0x1748e8,0x64,-0x28,0xc1)](_0x44c172=>_0x44c172['resource_i'+'d']===_0x5f5719[_0x174cca(0x88,0x6a,0x2,0x2e)][_0x174cca(0x23,0x9d,0x6d,0xda)+'d']);}if(_0x5f5719['query']['subject_ty'+'pe']){if(_0x235da1[_0x146263(0x343,0x39a,_0x1eb3ee._0x1859ab,0x396)]===_0x235da1[_0x174cca(_0x1eb3ee._0x3ea154,0x6e,0xc9,0x68)]){const _0x24f423={};return _0x24f423[_0x174cca(0x1e,_0x1eb3ee._0x1bd2ae,_0x1eb3ee._0x52b1c2,0xc5)]=_0x174cca(_0x1eb3ee._0x313abf,_0x1eb3ee._0x2f2811,-0x48,0x57)+_0x174cca(0x4e,_0x1eb3ee._0x51bb9d,0x3e,_0x1eb3ee._0x5ded87)+'g',_0x24f423[_0x174cca(-_0x1eb3ee._0x5a6b96,_0x1eb3ee._0xcf7fe7,0x2d,-_0x1eb3ee._0x491b62)]=_0x235da1[_0x146263(0x33f,_0x1eb3ee._0x57a6a1,0x33a,_0x1eb3ee._0x3ea25c)],_0x187eae[_0x146263(0x338,_0x1eb3ee._0x44c26e,0x386,_0x1eb3ee._0x33e340)](-0x1*0x58a+-0x6df+-0x1*-0xdf9)[_0x146263(0x2fe,0x280,_0x1eb3ee._0xa7d2f0,0x2cf)](_0x24f423);}else _0x44913a=_0x44913a[_0x146263(0x2c2,_0x1eb3ee._0x14be6e,0x258,0x267)](_0x3be92c=>_0x3be92c[_0x174cca(-0x3f,0x6,0x91,0x7e)+'pe']===_0x5f5719[_0x146263(0x2c8,0x314,0x305,0x26a)]['subject_ty'+'pe']);}if(_0x5f5719['query'][_0x146263(_0x1eb3ee._0x2bdbce,0x2dd,_0x1eb3ee._0x28a3d2,_0x1eb3ee._0x538574)]){if(_0x235da1['hZQsw'](_0x235da1[_0x174cca(_0x1eb3ee._0x112b12,_0x1eb3ee._0x108be4,_0x1eb3ee._0x36ad45,0xbe)],_0x235da1['htcvn']))_0x44913a=_0x44913a[_0x174cca(-_0x1eb3ee._0x36ad45,0x64,-_0x1eb3ee._0x383f83,0x7c)](_0x367b77=>_0x367b77['subject_id']===_0x5f5719[_0x174cca(-0x10,0x6a,0x69,0x99)][_0x146263(0x2d5,0x35e,0x31d,0x31f)]);else switch(_0x391a23){case _0x174cca(0x110,0x93,_0x1eb3ee._0x4188b3,_0x1eb3ee._0x522472)+'t':return _0x174cca(0xb9,_0x1eb3ee._0x1bf950,_0x1eb3ee._0x27445a,0x32)+_0x146263(0x316,_0x1eb3ee._0x4ac0b7,0x31c,_0x1eb3ee._0x162233)+_0x174cca(-_0x1eb3ee._0x48762a,_0x1eb3ee._0x1f0bd0,_0x1eb3ee._0x4cce5f,_0x1eb3ee._0x29782b);case _0x174cca(_0x1eb3ee._0x29782b,_0x1eb3ee._0x6d0362,_0x1eb3ee._0x5f4ff2,-_0x1eb3ee._0x3d5c26):return _0x235da1[_0x146263(_0x1eb3ee._0xbbf8fd,_0x1eb3ee._0x2745f9,0x3b6,0x359)];case _0x235da1[_0x146263(0x307,_0x1eb3ee._0x1b11ea,0x323,_0x1eb3ee._0x2bdbce)]:return _0x235da1[_0x146263(_0x1eb3ee._0x3ae596,_0x1eb3ee._0x32609b,_0x1eb3ee._0x194535,0x2d7)];default:return null;}}const _0x31ba1c=await _0x235da1[_0x146263(0x27a,0x28a,0x2e2,0x2b5)](hasAllPermissions,_0x5f5719[_0x146263(_0x1eb3ee._0x12a2f8,_0x1eb3ee._0x15ca0e,0x1ff,_0x1eb3ee._0x4a63d6)]['id']);if(!_0x31ba1c){const _0x3ba1d6=_0x5f5719[_0x146263(0x286,0x25b,_0x1eb3ee._0xaa197f,0x2b5)]['id'],_0x5637bb=await _0x235da1[_0x174cca(_0x1eb3ee._0x231f9b,0xe6,_0x1eb3ee._0x27c5e6,_0x1eb3ee._0x1650a8)](getTeamsByUserId,_0x3ba1d6),_0x34773f=new Set(_0x5637bb[_0x146263(_0x1eb3ee._0x5e0205,_0x1eb3ee._0x7f7913,0x2e7,_0x1eb3ee._0xa7d2f0)](_0x21e4a3=>_0x21e4a3['id'])),_0x59781c=[];for(const _0xb64be5 of _0x44913a){if(_0x235da1[_0x174cca(_0x1eb3ee._0x1ca4d1,_0x1eb3ee._0x25ac0d,0x11a,0xb2)](_0x235da1['peVmR'],_0x235da1['peVmR'])){const _0x349fcd={};_0x349fcd['error']=_0x4153d2[_0x174cca(0x8a,_0x1eb3ee._0x542ba4,-_0x1eb3ee._0x54dbdb,-0x5b)],_0x20458f[_0x174cca(0x7a,0x7d,-0x4,0x88)](_0x235da1['FnjFi'],_0x349fcd);const _0x23f2c2={};return _0x23f2c2['error']=_0x235da1['LByPf'],_0xd36bfe[_0x146263(_0x1eb3ee._0x256bed,_0x1eb3ee._0x3dba16,0x3bb,_0x1eb3ee._0x53a22c)](0x59*0x67+-0x1b78+-0x663)[_0x174cca(_0x1eb3ee._0x130155,_0x1eb3ee._0x578bfd,_0x1eb3ee._0x523c02,0x10b)](_0x23f2c2);}else{if(_0xb64be5[_0x146263(_0x1eb3ee._0x1aa6c4,0x2b8,_0x1eb3ee._0x5b3001,_0x1eb3ee._0x5f2655)+'pe']===_0x235da1[_0x174cca(_0x1eb3ee._0x2f4609,_0x1eb3ee._0x4d5686,_0x1eb3ee._0x3597b6,_0x1eb3ee._0x336b21)]&&_0x235da1[_0x146263(_0x1eb3ee._0x497571,_0x1eb3ee._0x1310e2,0x2a4,0x2db)](_0xb64be5[_0x146263(_0x1eb3ee._0x2bdbce,_0x1eb3ee._0x264a8e,0x289,0x29b)],_0x3ba1d6)){_0x59781c[_0x174cca(_0x1eb3ee._0x3f5fbd,0x59,0x9,0x56)](_0xb64be5);continue;}if(_0x235da1[_0x146263(0x28b,0x231,_0x1eb3ee._0x16c1d1,0x2f1)](_0xb64be5['subject_ty'+'pe'],_0x235da1[_0x174cca(_0x1eb3ee._0x3e2bb5,_0x1eb3ee._0x31857b,_0x1eb3ee._0x2d1eca,0x9c)])&&_0x34773f[_0x146263(_0x1eb3ee._0x13b0e0,0x2f7,_0x1eb3ee._0x25d896,0x2a4)](_0xb64be5[_0x174cca(_0x1eb3ee._0x21d2d5,0x77,_0x1eb3ee._0x2a5d52,_0x1eb3ee._0x491771)])){_0x59781c[_0x146263(_0x1eb3ee._0x3e9c6c,_0x1eb3ee._0x5c697b,0x27e,_0x1eb3ee._0x244393)](_0xb64be5);continue;}if(_0x235da1[_0x174cca(0x27,0x2e,-0x3b,_0x1eb3ee._0x1276d2)](_0xb64be5[_0x174cca(_0x1eb3ee._0x5e7b95,0xa7,_0x1eb3ee._0x5aae4a,_0x1eb3ee._0x3d7c3a)+_0x174cca(0xd4,0x56,-0x12,0x91)],_0x235da1['eLcqU'])&&_0xb64be5['resource_i'+'d']){if(await _0x235da1['aQooo'](hasPermission,_0x3ba1d6,_0x235da1['Jmszf'],_0xb64be5[_0x174cca(_0x1eb3ee._0x112b12,0x9d,_0x1eb3ee._0x476700,0xf4)+'d'])){_0x59781c[_0x174cca(_0x1eb3ee._0x3b3ae8,0x59,_0x1eb3ee._0x24412a,_0x1eb3ee._0x4b9148)](_0xb64be5);continue;}}if(_0xb64be5['resource_t'+_0x174cca(0x11,0x56,0xb,_0x1eb3ee._0x27b57f)]===_0x235da1['yUCwV']&&_0xb64be5['resource_i'+'d']){if(_0x235da1[_0x146263(0x28c,_0x1eb3ee._0x5f2933,_0x1eb3ee._0x4bcbdb,0x235)](_0x235da1[_0x174cca(-_0x1eb3ee._0x541c9e,0x2,0x51,-_0x1eb3ee._0x447b31)],_0x235da1[_0x146263(0x260,_0x1eb3ee._0x2628a4,_0x1eb3ee._0x4b1148,0x26b)])){if(await _0x235da1['ZqYoR'](hasPermission,_0x3ba1d6,_0x235da1[_0x174cca(0xd2,0xe2,0x169,_0x1eb3ee._0x62d85d)],_0xb64be5['resource_i'+'d'])){_0x59781c[_0x146263(_0x1eb3ee._0x3e9c6c,0x258,_0x1eb3ee._0x2e1704,_0x1eb3ee._0x48d54f)](_0xb64be5);continue;}}else{const _0x24526d={};return _0x24526d[_0x146263(_0x1eb3ee._0x4a4823,0x2eb,0x310,_0x1eb3ee._0x638860)]=_0x235da1[_0x174cca(_0x1eb3ee._0x29782b,0x61,_0x1eb3ee._0xd4fec9,0xc0)],_0x24526d[_0x146263(0x285,_0x1eb3ee._0x48d54f,0x24b,_0x1eb3ee._0x3b65ba)]=_0x146263(_0x1eb3ee._0x4d893f,0x216,0x247,0x327)+_0x10ccb2[_0x174cca(0x9d,0x1a,0x46,_0x1eb3ee._0x499b65)]+'\x27\x20has\x20'+_0x536539+(_0x146263(_0x1eb3ee._0x582fa8,0x29c,_0x1eb3ee._0xef4a9f,0x289)+_0x174cca(0x41,0xbb,_0x1eb3ee._0x1e51d8,_0x1eb3ee._0x4af6ae)+_0x146263(0x297,_0x1eb3ee._0x5a8579,0x322,0x25d)+'\x20be\x20bound\x20'+_0x174cca(-0x2b,-_0x1eb3ee._0x2d0cd7,-0xa1,0x5d)+_0x146263(0x2ab,0x2bc,0x2b3,0x2ba))+_0x480f39+'\x27',_0x5e497b[_0x174cca(0x9c,0xda,_0x1eb3ee._0x148d86,0x137)](-0x1eab*-0x1+-0xe4b*-0x1+-0x2b66)['json'](_0x24526d);}}}}_0x44913a=_0x59781c;}const _0x1ecd77=await Promise['all'](_0x44913a['map'](async _0x192738=>{function _0xafec97(_0x970e5a,_0x3254fa,_0x2031e2,_0x31a4bd){return _0x174cca(_0x2031e2,_0x31a4bd- -0x27,_0x2031e2-_0x2d3b70._0x3b5c8c,_0x31a4bd-0x8b);}function _0x1c1805(_0x2624a9,_0x425399,_0x9cff69,_0x5b6b4c){return _0x174cca(_0x2624a9,_0x9cff69-_0x763f5a._0x408f41,_0x9cff69-_0x763f5a._0x28a9c0,_0x5b6b4c-0xa);}if(_0x235da1[_0x1c1805(_0x432cf6._0x324dfb,0x21c,_0x432cf6._0x2fd8cc,_0x432cf6._0x49f6a0)](_0x1c1805(_0x432cf6._0x584f3f,0x1e8,0x1aa,_0x432cf6._0xe93e16),_0x235da1[_0x1c1805(_0x432cf6._0x58c437,_0x432cf6._0x10a3f2,0x234,_0x432cf6._0x10d681)]))_0x2fa4bd=_0x4b494c[_0xafec97(-_0x432cf6._0x1a7144,0x6b,_0x432cf6._0x18333c,_0x432cf6._0x359e94)](_0x5e923c=>_0x5e923c[_0xafec97(0x10c,0x36,0x3,0x80)+'ype']===_0x227b05[_0x1c1805(0x237,0x1a3,0x216,0x294)][_0x1c1805(0x1cb,0x283,0x253,0x28f)+_0x1c1805(0x1d5,0x19e,0x202,0x1d3)]);else{const _0x84ad59=await getRoleById(_0x192738[_0xafec97(-0x4d,-0x5a,-0xd,-0x2c)]);let _0x5cef46='';if(_0x235da1[_0xafec97(0x75,_0x432cf6._0xf33675,0x6d,0xd)](_0x192738[_0xafec97(_0x432cf6._0x1ea75f,0x5e,0x61,-_0x432cf6._0xab8e90)+'pe'],_0x235da1[_0x1c1805(0x220,_0x432cf6._0x32a253,_0x432cf6._0x5bf001,_0x432cf6._0x29e02b)])){if(_0x235da1[_0x1c1805(_0x432cf6._0x15b765,0x22c,0x1e0,0x187)](_0x235da1['LbVvO'],_0x235da1[_0xafec97(0x12,_0x432cf6._0x2e5fd0,-_0x432cf6._0x359e94,-0x2b)])){const _0x2cfba2=await _0x235da1[_0xafec97(0x22,-0x5b,0x7e,0x28)](getTeamById,_0x192738[_0xafec97(-0x3b,0xdd,-_0x432cf6._0x32338e,0x50)]);_0x5cef46=_0x2cfba2?.[_0x1c1805(0x150,_0x432cf6._0x28970e,_0x432cf6._0x2be0ec,_0x432cf6._0x2b2785)]||'';}else{const _0x941f04={};return _0x941f04[_0xafec97(_0x432cf6._0xf33675,_0x432cf6._0x16dbf8,_0x432cf6._0x63b09c,0x56)]=_0x235da1[_0xafec97(_0x432cf6._0xab2b21,_0x432cf6._0x52205d,_0x432cf6._0x53b6e5,0x98)],_0x941f04[_0xafec97(_0x432cf6._0xdb546,-_0x432cf6._0x56fb8e,0x47,_0x432cf6._0x526dbe)]=_0x2a2511['message'],_0x49a444[_0xafec97(_0x432cf6._0xf877db,0x12a,0x50,0xb3)](-0x16ed*0x1+-0x696*0x3+0x2c48)[_0x1c1805(_0x432cf6._0x501c60,_0x432cf6._0x5888e5,_0x432cf6._0x37d731,0x20b)](_0x941f04);}}else{if(_0x235da1[_0xafec97(_0x432cf6._0x58fa5f,-0x2b,_0x432cf6._0x345985,_0x432cf6._0x499ded)](_0x235da1[_0xafec97(0x84,_0x432cf6._0x4c06a4,-_0x432cf6._0x547333,_0x432cf6._0x1a8916)],_0x235da1['nJTiR'])){const _0x49cfb1=await _0x235da1[_0x1c1805(_0x432cf6._0x1f8de8,0x207,0x292,0x210)](findUserById,_0x192738[_0xafec97(0xbb,-0x33,_0x432cf6._0x4f47aa,_0x432cf6._0x3ed22f)]);_0x5cef46=_0x49cfb1?.['username']||'';}else{const _0x5cf1db={};return _0x5cf1db['error']=_0x235da1[_0xafec97(0xd7,-0x4,0x18,0x5a)],_0x5cf1db[_0x1c1805(0x1fc,0x1a5,0x1d3,_0x432cf6._0x2dfdbb)]=_0x1c1805(_0x432cf6._0x52ce0b,0x1ed,_0x432cf6._0x4dd8e9,_0x432cf6._0x7cd05a)+_0xafec97(-0x64,_0x432cf6._0x167c33,0x7f,-_0x432cf6._0x11f440)+_0x54ca8a+(_0xafec97(0x1e,_0x432cf6._0x297ee2,_0x432cf6._0x359e94,-0x33)+_0x1c1805(_0x432cf6._0x152fe0,0x24b,0x214,_0x432cf6._0x10d681)+_0xafec97(0x8f,0xcb,0xd3,0x4c)),_0xb4de75[_0xafec97(_0x432cf6._0x168633,_0x432cf6._0xbfc980,_0x432cf6._0x11e4d3,0xb3)](0x2a5*0xb+0x9fa+0x12bf*-0x2)[_0x1c1805(0x2d2,0x2d2,_0x432cf6._0x2cdf53,0x2a6)](_0x5cf1db);}}let _0x8f52a3='';if(_0x235da1[_0xafec97(-0x6,_0x432cf6._0x899f77,-_0x432cf6._0x200d82,_0x432cf6._0x39c1fb)](_0x192738[_0x1c1805(0x273,0x2c7,0x253,0x2dd)+_0xafec97(_0x432cf6._0x18cf51,_0x432cf6._0xb04c65,0x8c,_0x432cf6._0x599a85)],_0x235da1[_0x1c1805(0x273,_0x432cf6._0x5bce27,0x27f,_0x432cf6._0x51a749)])&&_0x192738[_0x1c1805(0x1f7,0x25e,0x249,_0x432cf6._0x38415b)+'d']&&_0x235da1[_0xafec97(_0x432cf6._0xdc7d57,_0x432cf6._0x4dd145,_0x432cf6._0x4d3f51,_0x432cf6._0x3f6c0b)](_0x192738[_0x1c1805(_0x432cf6._0x22b760,0x21c,0x249,_0x432cf6._0x53c93c)+'d'],'*')){const _0xe16adb=await getTeamById(_0x192738[_0x1c1805(0x1f5,0x25d,0x249,0x2a6)+'d']);_0x8f52a3=_0xe16adb?.[_0x1c1805(_0x432cf6._0x4b8fba,0x1ac,0x1c6,0x1f8)]||'';}const _0x5a3c5a={};return _0x5a3c5a[_0x1c1805(0x1ed,_0x432cf6._0x594e1f,0x21b,0x1e0)+_0x1c1805(0x2af,_0x432cf6._0x519f4c,0x258,0x2bf)]=_0x8f52a3,{..._0x192738,'subject_name':_0x5cef46,'role_name':_0x84ad59?.[_0xafec97(0x75,-_0x432cf6._0x39d5bb,-_0x432cf6._0x4de247,-_0x432cf6._0x39c1fb)]||'',..._0x235da1['qelFh'](_0x192738[_0xafec97(0x38,_0x432cf6._0x46336d,_0x432cf6._0x5d33c6,_0x432cf6._0x2c3587)+'ype'],_0x235da1[_0x1c1805(_0x432cf6._0x478cdc,_0x432cf6._0x251c97,_0x432cf6._0x5bf001,_0x432cf6._0x127086)])&&_0x192738[_0x1c1805(_0x432cf6._0x300440,0x29c,_0x432cf6._0x3e290c,_0x432cf6._0x7fff7e)+'d']&&_0x235da1['BhplH'](_0x192738[_0xafec97(0x35,_0x432cf6._0x30ce7c,0x95,_0x432cf6._0x555855)+'d'],'*')?_0x5a3c5a:{}};}})),_0x401513={};return _0x401513[_0x146263(_0x1eb3ee._0x3d1228,_0x1eb3ee._0x4b438c,_0x1eb3ee._0x51fd2b,_0x1eb3ee._0x5d6fc6)]=_0x1ecd77,_0x51a09d['json'](_0x401513);}}catch(_0x3c5354){if(_0x235da1[_0x174cca(0x94,_0x1eb3ee._0x24ed65,_0x1eb3ee._0xb8467d,0x14f)]!==_0x174cca(-_0x1eb3ee._0x5de64e,0x1f,-0x25,-0xe)){const _0x537130={};_0x537130['error']=_0x3c5354[_0x146263(_0x1eb3ee._0x3edd37,0x310,_0x1eb3ee._0x20ba65,0x297)],logger[_0x146263(0x2db,0x2ed,_0x1eb3ee._0x2fa04c,_0x1eb3ee._0x323076)](_0x235da1['NPYvY'],_0x537130);const _0x1c2e31={};return _0x1c2e31[_0x146263(0x2db,0x2ef,0x329,_0x1eb3ee._0x18824e)]=_0x235da1[_0x146263(0x2fa,0x35e,0x324,0x33d)],_0x51a09d['status'](0x4*0x805+-0x9a*-0x23+-0x332e)[_0x146263(_0x1eb3ee._0x187a70,0x2db,_0x1eb3ee._0x5a8579,0x32e)](_0x1c2e31);}else{if(_0x4f042e[_0x146263(_0x1eb3ee._0x4c4f2c,_0x1eb3ee._0xe2cc37,0x238,0x2fb)][_0x174cca(_0x1eb3ee._0x583d4b,_0x1eb3ee._0x2415f6,_0x1eb3ee._0x223125,-0xd)](_0x235da1[_0x174cca(-0x70,-0xf,_0x1eb3ee._0x459711,_0x1eb3ee._0x446aa4)])){const _0x3f2037={};return _0x3f2037[_0x174cca(_0x1eb3ee._0x3ecd0e,_0x1eb3ee._0x1bd2ae,0xca,0xc6)]=_0x235da1[_0x146263(_0x1eb3ee._0x1d8b83,0x2db,_0x1eb3ee._0x5743a6,_0x1eb3ee._0x4eb7be)],_0x3f2037[_0x146263(0x285,0x217,0x2aa,0x227)]=_0x3818c0[_0x174cca(_0x1eb3ee._0xa259cb,_0x1eb3ee._0x5a9bfb,0xa6,_0x1eb3ee._0x40fe65)],_0x412386[_0x174cca(_0x1eb3ee._0x4a9c29,0xda,_0x1eb3ee._0x231f9b,0x6a)](-0x8*-0x418+0x3*0x9c9+-0x3c82*0x1)[_0x146263(_0x1eb3ee._0x187a70,0x380,0x275,0x2de)](_0x3f2037);}const _0x21e7ac={};_0x21e7ac[_0x174cca(_0x1eb3ee._0x1245b2,_0x1eb3ee._0x1bd2ae,_0x1eb3ee._0xf6b998,_0x1eb3ee._0x278795)]=_0x36201f[_0x174cca(0x2c,_0x1eb3ee._0xbddd86,0x3b,-_0x1eb3ee._0x40fe65)],_0x1925dc[_0x146263(_0x1eb3ee._0x301c6f,_0x1eb3ee._0x3442cf,_0x1eb3ee._0x206ade,_0x1eb3ee._0x3a272b)](_0x235da1['dSiQd'],_0x21e7ac);const _0x3366b7={};return _0x3366b7['error']='Internal\x20s'+_0x146263(_0x1eb3ee._0x3442cf,_0x1eb3ee._0x34c90d,0x350,0x31c)+'r',_0x33a0d4[_0x174cca(0xac,0xda,0x79,0xd2)](0x2239*-0x1+-0xa3*-0x4+-0x21a1*-0x1)[_0x174cca(_0x1eb3ee._0x3367ed,0xa0,_0x1eb3ee._0xdd763a,_0x1eb3ee._0x3b125e)](_0x3366b7);}}}),router[_0x18889d(0x3,0x87,0x45,0x8b)]('/',async(_0x9cba41,_0x3449a4)=>{const _0x30715c={_0x4afcde:0x1ed,_0x328052:0x1de,_0x2e97cb:0x32b,_0x42a6e8:0x2f2,_0xa89031:0x188,_0x4ecbb4:0x2d8,_0x5d5ae7:0x29a,_0x3f19b5:0x35f,_0x257844:0x36b,_0x88a69a:0x2f1,_0x212b9e:0x35c,_0x297590:0x2ed,_0x4ac9ee:0x1ef,_0x101d15:0x1b9,_0x26f8bf:0x163,_0x434aa1:0xf4,_0x5b988b:0x134,_0x4c317b:0x103,_0x4fa703:0x21e,_0x45966a:0x173,_0x393f09:0x129,_0x336839:0xe9,_0x5b46ae:0x164,_0x56019a:0x13f,_0xb478b:0x348,_0x486ba3:0x2ef,_0x3713db:0x288,_0x288497:0x2c4,_0x536681:0x250,_0x2a33c9:0x105,_0x501f42:0x130,_0x4f5ec4:0x178,_0x520d9b:0x280,_0x2a9d9f:0x219,_0x769b6:0x128,_0x4c7ecb:0x72,_0x42b727:0xcb,_0x16ccea:0x118,_0x24b360:0xcb,_0x3bfa45:0x2dc,_0x574a22:0x2f3,_0x232c73:0xea,_0x2c2316:0xe1,_0x603e4d:0x396,_0x4187fe:0x310,_0x50fcd8:0x30c,_0x1d899e:0x266,_0x2d04e4:0x2d7,_0x423352:0x2a9,_0x371ec0:0x217,_0x3125e8:0x27a,_0x2cf49f:0x20f,_0x339847:0xd1,_0x493121:0xec,_0x40627a:0x202,_0x52321a:0x2e9,_0x174820:0x2c2,_0x3f2e21:0x345,_0x3a5733:0x311,_0x305943:0x300,_0x3d394f:0x380,_0xb68346:0x15f,_0x13a8b7:0x26b,_0x33cb82:0x2a5,_0x4b0e0b:0x239,_0x2bb3b5:0x341,_0x1a8319:0x31b,_0x5476a7:0xb5,_0x15310c:0x1b3,_0x252a37:0x2f5,_0x5f1787:0x345,_0x9f0890:0x2bc,_0xd0e1f0:0xdd,_0x3a9f68:0x13b,_0x5d2c0e:0x10a,_0x489188:0x236,_0x5beb4f:0x1b3,_0x1233be:0x2f7,_0x15fa20:0x284,_0x2d959e:0x1b0,_0x261a4a:0x133,_0x2838cd:0x2ea,_0x499089:0x2a1,_0xae5a30:0x27c,_0x409fdb:0x141,_0x43e773:0x1aa,_0x35800e:0x140,_0x5ec6b1:0x101,_0x355cbb:0x102,_0x749c99:0x13d,_0x45c04b:0x31a,_0x4a5704:0x39a,_0x50c134:0xe1,_0x37792a:0x119,_0x1623ae:0x324,_0x20ed09:0x2c8,_0x5aeaa5:0x304,_0x2dd5a7:0x2d4,_0x3657eb:0x25d,_0x52976d:0x26a,_0xd2378d:0x2d8,_0x9558d5:0x32c,_0xa1f518:0x25f,_0x54c56c:0x2f7,_0xece68d:0x343,_0x279850:0x2e1,_0x393200:0x3a8,_0x4bf689:0x322,_0x12f8b1:0x34a,_0x46928e:0x353,_0x3aabf0:0x16d,_0x4ccca7:0x1b4,_0x3430d8:0x1c7,_0x1976d0:0x2e3,_0x1aabf0:0x321,_0x43e421:0x3a9,_0x1ab74c:0x2fd,_0x132b15:0x277,_0x49b627:0x2e6,_0x49b209:0x22b,_0xa5b1d9:0xc6,_0x16577f:0x2f0,_0x147c44:0x30e,_0x1c2177:0x357,_0x2e634c:0x2f9,_0x3c7068:0x391,_0x8a8f59:0x34e,_0x5729e8:0x1e9,_0x51faaa:0x1f5,_0x1667e6:0x19a,_0x1fe2f0:0x1b1,_0x47dea2:0x2f4,_0x427281:0x316,_0x13ef16:0x10b,_0x3aebb8:0xca,_0x43ae0f:0x329,_0x518e15:0x196,_0x46e348:0x2fe,_0x51cebb:0x1f3,_0x1875de:0x12e,_0x62e464:0x1c8,_0x33c42f:0x11e,_0x104a77:0x147,_0x4c514c:0x1ab,_0x400322:0x127,_0x11c1eb:0x10d,_0x453341:0x187,_0x5ad8d3:0x1dd,_0x2e10e3:0x1e1,_0x46d7c4:0x1a0,_0x2bf1d2:0x15b,_0x92ee60:0x193,_0x2035f4:0x1ab,_0x53c75b:0x1b8,_0xb02551:0x151,_0x586af6:0x1a1,_0x3243e6:0x15e,_0x41fd34:0x14a,_0x124688:0x110,_0xdaec8e:0xf2,_0x3abc6a:0x136,_0x3a5766:0x13b,_0x116488:0x2f6,_0x2afb86:0x275,_0x26c934:0x307,_0x1ee1e3:0x322,_0x562c38:0x349,_0x30dca2:0x12f,_0x531a88:0x1b4,_0x207e7e:0x1d3,_0x50a777:0x1b5,_0x3ece5f:0x240,_0x508e10:0x1fd,_0x139c70:0x211,_0x36ae9d:0x18b,_0x42f3f9:0x1f6,_0x274d43:0x2a5,_0x29fae2:0x2c7,_0x171c9a:0x2fc,_0x46e13c:0x185,_0x40198f:0x3dc,_0x4b6325:0x158,_0x548d71:0x1ec,_0x1fac85:0x19d,_0x41ebc1:0x2ef,_0x543976:0x37d,_0x93eaaf:0x258,_0x2f3c36:0x283,_0x459c4d:0x1ee,_0x547536:0x2f2,_0x487419:0x199,_0x51a72b:0x268,_0xe98386:0x2c5,_0x49e820:0x2fc,_0x1815d8:0x2ed,_0x25d659:0x28d,_0x34d9a8:0x216,_0x4b9d1b:0x33c,_0x53e7c9:0x37a,_0x5ae418:0x367,_0x671b31:0x2f7,_0x1e3f0c:0x19e,_0xccabf:0x1b4,_0x22dc58:0x165,_0x1dd378:0x1eb,_0x331c7a:0x101,_0x46e357:0x28d,_0x12c059:0x31a,_0x42d707:0x2da,_0x3cd054:0x33b,_0x3e99f4:0x33f,_0x37c912:0x330,_0xd2299a:0x2bb,_0x5a62e0:0x1aa,_0x347685:0x113,_0x22d1d6:0x155,_0x441b7b:0x1d0,_0x39534b:0x3bd,_0x36f586:0x354,_0x5c27d8:0xdb,_0x2eb55e:0x293,_0x43db91:0x39b,_0x218dee:0x2e6,_0x25714a:0x352,_0x189cb9:0x322,_0x2327b9:0x339,_0x34f1f8:0x327,_0x832226:0x245,_0x441c1d:0x37d,_0xc5e780:0x32f,_0x1bc567:0x38c,_0x2b5946:0x1a9,_0x380d63:0x65,_0x5d5c01:0x70,_0x3280cd:0x32b,_0x18eaab:0x3d5,_0x18c0e7:0x355,_0x5b532d:0x3bf,_0x1934d7:0xd7,_0x35c28b:0xff,_0x5174df:0xf6,_0x3684f6:0x13f,_0x114742:0x26d,_0x1692cf:0x24c,_0x350062:0x170,_0x211651:0x1d3,_0x38e9ed:0x1c6,_0x5e9d44:0x257,_0x4a27c8:0x279,_0x15421a:0x25b,_0x6d06a8:0x34e,_0xe8d7b2:0x31f,_0xec6919:0x2e7,_0x5b651c:0x1ff,_0x5007e7:0xfd,_0x525d87:0x13c,_0x1037ca:0x15e,_0x53141d:0x16f,_0x3dcb4f:0x1db,_0x54caf3:0x188,_0x3b6588:0x20d,_0x54485f:0x1c5,_0x43287b:0x104,_0x229a65:0x136,_0x3173b2:0x194,_0x23b014:0x2f3,_0x3d135a:0x2d7,_0xe77f53:0x384,_0x486815:0x2a2,_0x1f2960:0x2ce,_0x465cdf:0x29f,_0x621a50:0x34b,_0xb6e5bf:0x17e,_0x26a15d:0x1b4,_0x10bad5:0x23d,_0x4a44f8:0x282,_0x27fe1a:0x2a4,_0x20ddd5:0x17d,_0x58e51c:0x17f,_0x22ad4a:0x354,_0x1536c5:0x344,_0x47424d:0x179,_0x32f0f2:0x169,_0x11c5af:0x3b8,_0x156442:0x299,_0x157571:0x2be,_0x5b400a:0x25e,_0x3e702c:0x2cf,_0x1e44c3:0x12a,_0x4240ea:0x111,_0x126b08:0x1a6,_0x6a5a62:0x1b8,_0x959633:0x13b,_0x399de6:0x2fb,_0x5396a1:0x244,_0x2da3a4:0x2ea,_0x132a39:0x3f0,_0x2a0e5f:0x181,_0x662d91:0x169,_0x3de6da:0x131,_0x376390:0xc3,_0x2b91cd:0x192,_0x2576f6:0x389,_0x48799d:0x397,_0x51dbfe:0x359,_0x3b4706:0x168,_0x485b0c:0x19f,_0x1fe06b:0xb2,_0x267961:0x364,_0x14d4f4:0x31c,_0x14b6d:0x2e8,_0x2c93e4:0x2f9,_0x1e3be2:0x2a2,_0x208023:0x35e,_0xb8bc68:0x374,_0x272db8:0x3c2,_0x721b3d:0x143,_0x4e564f:0x223,_0x31a6fe:0x142,_0x29e2db:0x354,_0x116354:0x340,_0xe4dd59:0x3c1,_0x1f8153:0x308,_0x3cd846:0x328,_0x4579fa:0x1e2,_0x82470:0x2a6,_0x207719:0x1c1,_0x479d1f:0x181,_0x37ff2b:0x238,_0x518056:0x2a0,_0x3c242e:0x28c,_0xe4fefc:0x26e,_0x5bc24d:0x243,_0x24046d:0x169,_0x5d1cc8:0x10c,_0xafccc7:0x1fc,_0x37f47a:0xb1,_0x17e032:0x333,_0x531ac2:0x38a,_0x108b45:0x2aa,_0x567649:0x24e,_0x4d4770:0x1c8,_0x12afe7:0x1e3,_0x3517f2:0x94,_0x518ca8:0xac,_0x35acd2:0xec,_0x2dcbfb:0x111,_0x5b4812:0x11f,_0x3e4e12:0x360,_0x55cccd:0x2f6,_0x471c47:0x315,_0x32f2d:0x235,_0xadbe26:0x250,_0x540c05:0x29d,_0x131caa:0x119,_0x40528f:0x1a7,_0x50ebc4:0x386,_0x258722:0x31f,_0xd8024e:0x10a,_0x841a08:0x101,_0x566790:0x37f,_0x5a6a23:0x1fa,_0x20573b:0x1c8,_0x3b0b96:0x189,_0x9c31:0x2f7,_0x263b89:0x29d,_0x235ebc:0x312,_0x461025:0x1ea,_0x10df73:0x2a1,_0x50f570:0xc5,_0x22698f:0x92,_0x29225c:0x15e,_0x4f7d83:0x285,_0x2115c6:0x2da,_0x5a984e:0x1fb,_0x5de151:0x277,_0x1567f3:0x2f0,_0x1f0d23:0x1c2,_0x2ddffd:0x150},_0x2a2355={_0x214581:0x11c,_0x1a82f7:0x17c,_0x23632a:0x14f},_0x1e740b={_0x486670:0x19d};function _0xe4258a(_0x59c79b,_0x3dfdec,_0x5a1a52,_0x2f2e69){return _0x18889d(_0x59c79b-0x183,_0x3dfdec-0x119,_0x3dfdec- -_0x1e740b._0x486670,_0x5a1a52);}function _0x301910(_0x3548c0,_0x1341ae,_0x4fcfc7,_0x4394f1){return _0x26c522(_0x1341ae-_0x2a2355._0x214581,_0x3548c0,_0x4fcfc7-_0x2a2355._0x1a82f7,_0x4394f1-_0x2a2355._0x23632a);}const _0x30e9cb={'nSsHt':_0xe4258a(-0x21f,-_0x30715c._0x4afcde,-_0x30715c._0x328052,-0x25a)+'t','nlqyj':'Error\x20upda'+_0x301910(0x351,0x320,_0x30715c._0x2e97cb,_0x30715c._0x42a6e8)+'ng','jpakn':_0xe4258a(-0x19e,-0x112,-0xc6,-_0x30715c._0xa89031)+'erver\x20erro'+'r','bfzZT':_0x301910(_0x30715c._0x4ecbb4,0x280,_0x30715c._0x5d5ae7,0x2b9)+_0x301910(_0x30715c._0x3f19b5,0x33c,0x3a2,_0x30715c._0x257844)+_0x301910(_0x30715c._0x88a69a,0x2bc,0x23f,0x2cb)+_0x301910(_0x30715c._0x212b9e,0x307,0x2bc,_0x30715c._0x297590),'hhLen':_0xe4258a(-_0x30715c._0x4ac9ee,-_0x30715c._0x101d15,-0x1d6,-_0x30715c._0x26f8bf)+'ing\x20bindin'+'gs','VIFFl':_0xe4258a(-_0x30715c._0x434aa1,-0x100,-_0x30715c._0x5b988b,-_0x30715c._0x4c317b)+'t\x20found','urHZg':function(_0x19557d,_0x282b61){return _0x19557d||_0x282b61;},'SrrAy':_0x301910(0x2c9,0x280,_0x30715c._0x4fa703,0x28e)+_0xe4258a(-0xcd,-0x130,-_0x30715c._0x45966a,-0x132)+_0xe4258a(-_0x30715c._0x393f09,-_0x30715c._0x336839,-0xb1,-_0x30715c._0x5b46ae)+_0xe4258a(-_0x30715c._0x56019a,-0x10f,-0x99,-0xaa)+'esource_ty'+'pe\x20are\x20req'+_0x301910(0x365,_0x30715c._0xb478b,0x3c7,_0x30715c._0x486ba3),'UizRf':_0x301910(0x26e,_0x30715c._0x3713db,_0x30715c._0x288497,_0x30715c._0x536681),'xrUMB':_0xe4258a(-0xcc,-0x148,-0x120,-_0x30715c._0x2a33c9)+'t','optjn':function(_0x34406f,_0x55960d){return _0x34406f(_0x55960d);},'Jocrd':function(_0x12ef76,_0xc7618a){return _0x12ef76===_0xc7618a;},'JjkTo':'nHGwr','ZQHtx':function(_0x5a7dab,_0x4c5ef2){return _0x5a7dab!==_0x4c5ef2;},'wrPRQ':'server','tMlsf':_0xe4258a(-0x1dd,-0x170,-_0x30715c._0x501f42,-_0x30715c._0x4f5ec4),'iEdBw':function(_0x5afc3e,_0x4d82e2){return _0x5afc3e!==_0x4d82e2;},'iZULT':_0x301910(_0x30715c._0x520d9b,0x281,0x302,_0x30715c._0x2a9d9f),'anVCA':_0xe4258a(-0x17c,-_0x30715c._0x769b6,-0x14a,-0x16b),'noCsS':function(_0x1142aa,_0x4b9680){return _0x1142aa!==_0x4b9680;},'wTxLM':'ZrLXt','qEVxT':function(_0x5c945c,_0x5eabf6){return _0x5c945c===_0x5eabf6;},'nlsmv':function(_0x5c4f9a,_0x2e263e){return _0x5c4f9a(_0x2e263e);},'dUTXI':_0xe4258a(-0xc8,-0xf2,-_0x30715c._0x4c7ecb,-_0x30715c._0x42b727),'LAYGG':function(_0x272f4c,_0x17cf91){return _0x272f4c!==_0x17cf91;},'jOduW':function(_0x24a381,_0x2643fb){return _0x24a381===_0x2643fb;},'cTDyp':_0xe4258a(-_0x30715c._0x16ccea,-0x15b,-0xf7,-0x13c),'mcslH':function(_0x3351ac,_0x49fb47){return _0x3351ac(_0x49fb47);},'TrxLq':function(_0x3e3789,_0x2a126a){return _0x3e3789===_0x2a126a;},'UuICS':_0xe4258a(-0xf6,-0x140,-_0x30715c._0x24b360,-0x1af),'hLPLy':function(_0x1ea93c,_0x5d5b2a){return _0x1ea93c(_0x5d5b2a);},'pRJgb':function(_0x5641dd,_0x5e25d0){return _0x5641dd===_0x5e25d0;},'cotIm':_0x301910(_0x30715c._0x3bfa45,_0x30715c._0x574a22,0x283,0x36f),'FUlUl':function(_0x348216,_0x56b065,_0x5b4061,_0x22ac3e){return _0x348216(_0x56b065,_0x5b4061,_0x22ac3e);},'SfTht':_0xe4258a(-0x8b,-_0x30715c._0x232c73,-_0x30715c._0x2c2316,-0xe9),'gFtDz':function(_0x6381e5,_0x3eaf93,_0x133736){return _0x6381e5(_0x3eaf93,_0x133736);},'uzfqi':_0x301910(_0x30715c._0x603e4d,_0x30715c._0x4187fe,0x2a4,_0x30715c._0x50fcd8),'sqcFl':_0x301910(0x2ca,0x285,0x26c,0x30a),'bnYDh':'Binding\x20cr'+_0x301910(_0x30715c._0x1d899e,_0x30715c._0x2d04e4,0x269,_0x30715c._0x423352)+_0x301910(_0x30715c._0x371ec0,_0x30715c._0x3125e8,0x2f5,_0x30715c._0x2cf49f),'aImzQ':_0xe4258a(-_0x30715c._0x339847,-0x15c,-_0x30715c._0x493121,-0x1a8),'WINao':_0xe4258a(-0x165,-0x176,-0x1a2,-_0x30715c._0x40627a),'cqKGJ':_0x301910(_0x30715c._0x52321a,_0x30715c._0x174820,_0x30715c._0x3f2e21,_0x30715c._0x3a5733)+_0x301910(0x3be,0x342,_0x30715c._0x305943,0x34e),'yfVil':'Conflict','NVTna':'Error\x20crea'+_0x301910(_0x30715c._0x3d394f,0x320,0x32e,0x2f0)+'ng'};try{const {subject_type:_0x509c2f,subject_id:_0x519c25,role_id:_0x3b2305,resource_type:_0x3dc827,resource_id:_0x4b0d63}=_0x9cba41[_0xe4258a(-_0x30715c._0xb68346,-0x126,-0x194,-0x15f)];if(_0x30e9cb[_0x301910(_0x30715c._0x13a8b7,_0x30715c._0x33cb82,0x2be,_0x30715c._0x4b0e0b)](!_0x509c2f,!_0x519c25)||!_0x3b2305||!_0x3dc827){const _0x40528c={};return _0x40528c[_0x301910(_0x30715c._0x2bb3b5,0x2f7,_0x30715c._0x1a8319,0x27c)]=_0x30e9cb[_0xe4258a(-_0x30715c._0x5476a7,-0x133,-_0x30715c._0x15310c,-0xed)],_0x40528c['message']=_0x30e9cb[_0x301910(0x30b,_0x30715c._0x252a37,_0x30715c._0x5f1787,_0x30715c._0x9f0890)],_0x3449a4['status'](-0x1625+-0x1*0x669+0x1e1e)[_0xe4258a(-_0x30715c._0xd0e1f0,-_0x30715c._0x3a9f68,-_0x30715c._0x5d2c0e,-0x15f)](_0x40528c);}if(![_0x30e9cb[_0x301910(0x2d0,0x2d1,0x322,0x28c)],_0xe4258a(-_0x30715c._0x489188,-_0x30715c._0x5beb4f,-0x1ec,-0x193)]['includes'](_0x509c2f)){const _0x3740e2={};return _0x3740e2[_0x301910(0x2ae,_0x30715c._0x1233be,_0x30715c._0x15fa20,0x2d5)]=_0x30e9cb[_0xe4258a(-_0x30715c._0x2d959e,-_0x30715c._0x261a4a,-0xd2,-0xc6)],_0x3740e2[_0x301910(_0x30715c._0x2838cd,_0x30715c._0x499089,0x266,0x2dc)]=_0x301910(_0x30715c._0xae5a30,_0x30715c._0x520d9b,0x227,0x2c8)+'pe\x20must\x20be'+_0xe4258a(-_0x30715c._0x409fdb,-0x199,-_0x30715c._0x43e773,-0x134)+'\x20\x22user\x22',_0x3449a4[_0xe4258a(-_0x30715c._0x35800e,-_0x30715c._0x5ec6b1,-_0x30715c._0x355cbb,-_0x30715c._0x749c99)](-0x131c+0x9*-0xe5+0x2b*0xab)[_0x301910(0x322,_0x30715c._0x45c04b,_0x30715c._0x4a5704,0x29b)](_0x3740e2);}if(![_0x30e9cb[_0xe4258a(-_0x30715c._0x50c134,-0x107,-_0x30715c._0x37792a,-0x96)],_0x30e9cb[_0x301910(_0x30715c._0x1623ae,0x2d1,0x351,_0x30715c._0x20ed09)],_0x301910(_0x30715c._0x5aeaa5,_0x30715c._0x2dd5a7,_0x30715c._0x3657eb,_0x30715c._0x52976d)][_0x301910(0x357,_0x30715c._0xd2378d,_0x30715c._0x9558d5,_0x30715c._0xa1f518)](_0x3dc827)){const _0x48f9e8={};return _0x48f9e8[_0x301910(0x311,_0x30715c._0x54c56c,_0x30715c._0xece68d,_0x30715c._0x279850)]=_0x30e9cb[_0x301910(_0x30715c._0x393200,_0x30715c._0x4bf689,_0x30715c._0x12f8b1,_0x30715c._0x46928e)],_0x48f9e8[_0xe4258a(-_0x30715c._0x3aabf0,-_0x30715c._0x4ccca7,-0x240,-_0x30715c._0x3430d8)]=_0x301910(_0x30715c._0x1976d0,_0x30715c._0x1aabf0,0x341,_0x30715c._0x43e421)+'ype\x20must\x20b'+_0x301910(0x26a,0x2b1,_0x30715c._0x1ab74c,_0x30715c._0x132b15)+_0x301910(0x30f,0x287,_0x30715c._0x49b627,_0x30715c._0x49b209)+_0xe4258a(-0xa4,-0x12d,-0x141,-0x144)+_0x301910(_0x30715c._0xd2378d,0x2b0,0x24b,0x2f0),_0x3449a4['status'](0x477*-0x7+0xebc*-0x1+0x1*0x2f8d)[_0xe4258a(-0x180,-0x13b,-0x145,-_0x30715c._0xa5b1d9)](_0x48f9e8);}const _0x3cd4c5=await _0x30e9cb[_0x301910(_0x30715c._0x16577f,_0x30715c._0x147c44,_0x30715c._0x1c2177,_0x30715c._0x2e634c)](getRoleById,_0x3b2305);if(!_0x3cd4c5){if(_0x30e9cb[_0x301910(0x3a9,0x367,_0x30715c._0x3c7068,_0x30715c._0x8a8f59)](_0x30e9cb[_0x301910(_0x30715c._0x3bfa45,0x271,0x2f9,_0x30715c._0x5729e8)],_0x30e9cb[_0x301910(0x20d,0x271,_0x30715c._0x51faaa,0x1e6)])){const _0x302f08={};return _0x302f08[_0xe4258a(-_0x30715c._0x1667e6,-0x15e,-_0x30715c._0x1fe2f0,-0x1d8)]=_0xe4258a(-0x26b,-0x1ed,-0x1f3,-0x21c)+'t',_0x302f08[_0x301910(_0x30715c._0x47dea2,0x2a1,_0x30715c._0x427281,0x2db)]='Role\x20\x27'+_0x3b2305+(_0xe4258a(-_0x30715c._0x13ef16,-0x136,-0xc9,-_0x30715c._0x3aebb8)+'d'),_0x3449a4[_0x301910(0x37a,0x354,_0x30715c._0x43ae0f,0x3cd)](-0xd*-0x2fe+-0x1392+-0x11c4)['json'](_0x302f08);}else{const _0x455d20={};return _0x455d20[_0xe4258a(-0x141,-0x15e,-_0x30715c._0x518e15,-0x111)]=_0x30e9cb[_0x301910(0x2cd,_0x30715c._0x4bf689,_0x30715c._0x46e348,0x2a9)],_0x455d20[_0xe4258a(-0x211,-0x1b4,-_0x30715c._0x51cebb,-_0x30715c._0x1875de)]=_0xe4258a(-0x1f4,-_0x30715c._0x62e464,-0x1ab,-0x151)+_0x2ccbfc+('\x27\x20not\x20foun'+'d'),_0xa9fd97[_0xe4258a(-0x11d,-_0x30715c._0x5ec6b1,-_0x30715c._0x33c42f,-0x83)](-0x13ee+-0x1*0x2143+0x36c1)['json'](_0x455d20);}}const _0x544f48=_0x30e9cb[_0xe4258a(-0x1b4,-_0x30715c._0x104a77,-0x106,-_0x30715c._0x4c514c)](inferRoleResourceType,_0x3cd4c5[_0xe4258a(-_0x30715c._0x400322,-0x195,-_0x30715c._0x11c1eb,-0x13a)+'s']);if(_0x544f48&&_0x30e9cb[_0xe4258a(-0x117,-_0x30715c._0x453341,-_0x30715c._0x5ad8d3,-_0x30715c._0x2e10e3)](_0x544f48,_0x3dc827)){if(!(_0x3cd4c5[_0xe4258a(-0x13f,-0x195,-0x1c2,-_0x30715c._0x46d7c4)+'s']['includes']('*')&&_0x30e9cb[_0xe4258a(-_0x30715c._0x2bf1d2,-0xee,-0x165,-0xdc)](_0x3dc827,_0x30e9cb[_0xe4258a(-_0x30715c._0x92ee60,-_0x30715c._0x2035f4,-0x21e,-0x183)]))){if(_0x30e9cb['ZQHtx'](_0x30e9cb[_0x301910(0x389,0x304,0x368,_0x30715c._0x2bb3b5)],_0x30e9cb[_0xe4258a(-_0x30715c._0x53c75b,-_0x30715c._0xb02551,-0x155,-0x180)])){const _0x2a22d5={};return _0x2a22d5[_0xe4258a(-0x1dc,-0x15e,-0x119,-0x15c)]=_0x30e9cb[_0xe4258a(-0x13a,-_0x30715c._0x261a4a,-_0x30715c._0x586af6,-_0x30715c._0x3243e6)],_0x2a22d5[_0xe4258a(-_0x30715c._0x489188,-0x1b4,-0x175,-0x19a)]=_0xe4258a(-_0x30715c._0x41fd34,-0x196,-0x1ed,-_0x30715c._0x124688)+_0x410739+(_0xe4258a(-_0x30715c._0xdaec8e,-_0x30715c._0x3abc6a,-0x17a,-_0x30715c._0x1875de)+'d'),_0x4070b1['status'](0xeb*-0xb+0x816+-0x3d*-0xf)[_0xe4258a(-0x12d,-_0x30715c._0x3a5766,-0x166,-_0x30715c._0xb02551)](_0x2a22d5);}else{const _0x413006={};return _0x413006[_0x301910(_0x30715c._0x116488,0x2f7,0x332,_0x30715c._0x2afb86)]=_0x30e9cb[_0x301910(_0x30715c._0x26c934,_0x30715c._0x1ee1e3,_0x30715c._0x562c38,0x2e5)],_0x413006[_0xe4258a(-_0x30715c._0x30dca2,-_0x30715c._0x531a88,-0x177,-_0x30715c._0x207e7e)]=_0xe4258a(-_0x30715c._0x501f42,-0x196,-0x1dc,-_0x30715c._0x50a777)+_0x3cd4c5[_0x301910(0x287,0x294,0x2e1,_0x30715c._0x3ece5f)]+'\x27\x20has\x20'+_0x544f48+('-scoped\x20pe'+'rmissions\x20'+_0xe4258a(-0x226,-0x1a2,-_0x30715c._0x508e10,-_0x30715c._0x139c70)+_0xe4258a(-0x196,-_0x30715c._0x36ae9d,-0x139,-_0x30715c._0x42f3f9)+'to\x20resourc'+_0x301910(_0x30715c._0x274d43,_0x30715c._0x29fae2,0x348,_0x30715c._0x171c9a))+_0x3dc827+'\x27',_0x3449a4['status'](-0xf0c+0x461*0x8+-0x83*0x24)[_0xe4258a(-0x19d,-_0x30715c._0x3a9f68,-_0x30715c._0x46e13c,-0xae)](_0x413006);}}}if(_0x30e9cb[_0x301910(0x39f,0x367,0x340,_0x30715c._0x40198f)](_0x509c2f,_0x30e9cb[_0xe4258a(-_0x30715c._0x4b6325,-0x184,-0x134,-_0x30715c._0x548d71)])){const _0x42e3e3=await _0x30e9cb[_0xe4258a(-0x1bf,-0x147,-_0x30715c._0x1fac85,-0x134)](getTeamById,_0x519c25);if(!_0x42e3e3){if(_0x30e9cb[_0x301910(_0x30715c._0x41ebc1,0x2fc,0x30a,_0x30715c._0x543976)](_0x30e9cb[_0x301910(_0x30715c._0x93eaaf,0x272,_0x30715c._0x2f3c36,_0x30715c._0x459c4d)],_0x30e9cb[_0x301910(0x2ff,0x2dc,0x261,_0x30715c._0x547536)])){const _0x3d96d2={};return _0x3d96d2[_0xe4258a(-0x1c6,-0x15e,-_0x30715c._0x487419,-0xfc)]=_0x301910(0x1fc,_0x30715c._0x51a72b,_0x30715c._0xe98386,_0x30715c._0x508e10)+'t',_0x3d96d2[_0x301910(_0x30715c._0x49e820,0x2a1,_0x30715c._0x1815d8,0x23a)]=_0x301910(0x23b,_0x30715c._0x25d659,0x215,_0x30715c._0x34d9a8)+_0x519c25+(_0x301910(_0x30715c._0x4b9d1b,0x31f,0x354,_0x30715c._0x53e7c9)+'d'),_0x3449a4['status'](0x1*-0x161b+-0x8d5+-0x340*-0xa)[_0xe4258a(-_0x30715c._0x36ae9d,-_0x30715c._0x3a5766,-_0x30715c._0xdaec8e,-0x193)](_0x3d96d2);}else{const _0x5794be={};_0x5794be[_0x301910(_0x30715c._0x5ae418,_0x30715c._0x671b31,0x33b,_0x30715c._0x252a37)]=_0x50c41e[_0xe4258a(-_0x30715c._0x1e3f0c,-_0x30715c._0xccabf,-0x130,-0x1e7)],_0x44497c[_0x301910(0x359,_0x30715c._0x671b31,0x32f,0x2ab)](_0x30e9cb['nlqyj'],_0x5794be);const _0x10f9fa={};return _0x10f9fa['error']=_0x30e9cb[_0xe4258a(-0x17a,-_0x30715c._0x22dc58,-_0x30715c._0x1dd378,-_0x30715c._0x487419)],_0x507cff[_0xe4258a(-_0x30715c._0x2a33c9,-_0x30715c._0x331c7a,-0x143,-0xe5)](-0x1928+0x15a4+-0x38*-0x19)[_0x301910(_0x30715c._0x46e357,_0x30715c._0x12c059,_0x30715c._0x42d707,_0x30715c._0x3cd054)](_0x10f9fa);}}}else{if(_0x30e9cb[_0x301910(_0x30715c._0x3e99f4,_0x30715c._0x37c912,0x363,_0x30715c._0xd2299a)]('ZrLXt',_0x30e9cb[_0xe4258a(-_0x30715c._0x41fd34,-_0x30715c._0x5a62e0,-_0x30715c._0x51faaa,-0x1f3)])){const _0x3ce95e={};return _0x3ce95e[_0xe4258a(-_0x30715c._0x347685,-0x15e,-0x11c,-_0x30715c._0x3243e6)]=_0x30e9cb['nSsHt'],_0x3ce95e[_0xe4258a(-0x1a6,-0x1b4,-_0x30715c._0x53c75b,-0x230)]=_0x30e9cb[_0xe4258a(-0x110,-_0x30715c._0x22d1d6,-0x1db,-_0x30715c._0x441b7b)],_0xaedf0e[_0x301910(_0x30715c._0x39534b,_0x30715c._0x36f586,_0x30715c._0x53e7c9,0x2da)](-0x1b4e+-0x11f1*0x1+0x17*0x209)[_0xe4258a(-0x1a4,-0x13b,-_0x30715c._0x5c27d8,-0xd9)](_0x3ce95e);}else{const _0x49e6ba=await _0x30e9cb[_0x301910(_0x30715c._0x2eb55e,_0x30715c._0x147c44,_0x30715c._0x43db91,_0x30715c._0x3a5733)](findUserById,_0x519c25);if(!_0x49e6ba){const _0x26b95e={};return _0x26b95e[_0x301910(0x348,0x2f7,_0x30715c._0x218dee,_0x30715c._0x25714a)]=_0x30e9cb[_0x301910(0x305,_0x30715c._0x189cb9,_0x30715c._0x2327b9,_0x30715c._0x218dee)],_0x26b95e[_0x301910(_0x30715c._0x34f1f8,0x2a1,0x27c,_0x30715c._0x832226)]=_0x301910(_0x30715c._0x441c1d,0x344,_0x30715c._0x46928e,0x354)+_0x519c25+(_0x301910(0x29e,0x31f,_0x30715c._0xc5e780,_0x30715c._0x1bc567)+'d'),_0x3449a4['status'](0x2bf+0x413+-0x2*0x2a1)[_0xe4258a(-0xf0,-0x13b,-_0x30715c._0x2b5946,-_0x30715c._0x409fdb)](_0x26b95e);}}}if(_0x30e9cb[_0xe4258a(-0x7d,-0xeb,-_0x30715c._0x380d63,-_0x30715c._0x5d5c01)](_0x3dc827,_0x30e9cb['xrUMB'])&&_0x4b0d63&&_0x30e9cb[_0x301910(0x314,0x330,_0x30715c._0x3280cd,0x2ea)](_0x4b0d63,'*')){if(!await _0x30e9cb[_0x301910(_0x30715c._0x18eaab,0x36f,_0x30715c._0x18c0e7,_0x30715c._0x5b532d)](environmentExists,_0x4b0d63)){if(_0x30e9cb[_0xe4258a(-_0x30715c._0x1934d7,-_0x30715c._0x35c28b,-0x15f,-0x107)]!==_0xe4258a(-0x16b,-_0x30715c._0xdaec8e,-0x83,-_0x30715c._0x5174df)){const _0x1ea30c={};_0x1ea30c['error']=_0x545cbd[_0xe4258a(-_0x30715c._0x3684f6,-0x1b4,-0x16d,-0x1d3)],_0x164218['error'](_0x30e9cb['hhLen'],_0x1ea30c);const _0x389059={};return _0x389059[_0x301910(0x2fc,_0x30715c._0x671b31,_0x30715c._0x114742,0x2ef)]=_0x30e9cb[_0x301910(0x279,0x2f0,_0x30715c._0x34f1f8,0x30f)],_0xf39976[_0xe4258a(-0x14f,-_0x30715c._0x5ec6b1,-0x111,-0x80)](-0x22fc+-0xa3*0xa+-0x2b4e*-0x1)['json'](_0x389059);}else{const _0x20395d={};return _0x20395d['error']=_0x30e9cb['nSsHt'],_0x20395d[_0x301910(_0x30715c._0x1692cf,0x2a1,0x22e,0x2f5)]=_0xe4258a(-_0x30715c._0x350062,-_0x30715c._0x211651,-_0x30715c._0x38e9ed,-_0x30715c._0x5e9d44)+_0x301910(0x25a,_0x30715c._0x4a27c8,0x2ba,_0x30715c._0x15421a)+_0x4b0d63+(_0x301910(_0x30715c._0x6d06a8,_0x30715c._0xe8d7b2,0x2e1,0x2dd)+'d'),_0x3449a4[_0xe4258a(-0x99,-_0x30715c._0x331c7a,-0x133,-0x124)](-0x1de5+0x1*0x25b7+-0x642)[_0xe4258a(-0x170,-_0x30715c._0x3a5766,-0x1ad,-0xd3)](_0x20395d);}}}if(_0x3dc827===_0x30e9cb['UizRf']&&_0x4b0d63&&_0x30e9cb[_0x301910(_0x30715c._0xec6919,0x264,_0x30715c._0x5b651c,0x2cd)](_0x4b0d63,'*')){const _0x3cf0bf=await getTeamById(_0x4b0d63);if(!_0x3cf0bf){if(_0x30e9cb[_0xe4258a(-0x1b3,-0x1f6,-0x1d2,-0x22c)](_0x30e9cb[_0xe4258a(-0x16f,-_0x30715c._0x5007e7,-_0x30715c._0x525d87,-0x137)],_0x30e9cb['cTDyp'])){const _0x49467f={};return _0x49467f[_0xe4258a(-_0x30715c._0x5b46ae,-_0x30715c._0x1037ca,-0x15b,-_0x30715c._0x53141d)]=_0x30e9cb[_0xe4258a(-0xc5,-_0x30715c._0x261a4a,-0xa6,-0x11a)],_0x49467f[_0xe4258a(-0x160,-_0x30715c._0x4ccca7,-_0x30715c._0x3dcb4f,-_0x30715c._0x54caf3)]=_0xe4258a(-0x150,-_0x30715c._0x62e464,-_0x30715c._0x3b6588,-_0x30715c._0x54485f)+_0x4b0d63+(_0xe4258a(-_0x30715c._0x43287b,-_0x30715c._0x229a65,-0xc2,-_0x30715c._0x3173b2)+'d'),_0x3449a4['status'](0x1*-0x2363+0xa51+0x1aa2)[_0x301910(_0x30715c._0x23b014,0x31a,0x2ed,_0x30715c._0x3d135a)](_0x49467f);}else{const _0x16b8f4={};return _0x16b8f4[_0x301910(_0x30715c._0xe77f53,0x2f7,_0x30715c._0x486815,_0x30715c._0x1f2960)]=_0x30e9cb[_0x301910(_0x30715c._0x465cdf,0x322,0x2a4,_0x30715c._0x621a50)],_0x16b8f4[_0xe4258a(-_0x30715c._0xb6e5bf,-_0x30715c._0x26a15d,-_0x30715c._0x10bad5,-0x23c)]=_0x301910(_0x30715c._0x52976d,_0x30715c._0x4a44f8,0x1fe,_0x30715c._0x27fe1a)+_0xe4258a(-_0x30715c._0x20ddd5,-0x1dc,-0x1c0,-_0x30715c._0x58e51c)+_0x1fcf7b+('\x27\x20not\x20foun'+'d'),_0x60dbbd[_0x301910(0x2e9,_0x30715c._0x22ad4a,0x36b,0x33f)](-0x1a72+-0x5*-0x2e3+0x2b7*0x5)[_0x301910(_0x30715c._0x1536c5,0x31a,0x39f,_0x30715c._0x42a6e8)](_0x16b8f4);}}}const _0x562b2f=await _0x30e9cb[_0xe4258a(-0x130,-0x19d,-_0x30715c._0x47424d,-_0x30715c._0x32f0f2)](hasAllPermissions,_0x9cba41['user']['id']);if(!_0x562b2f){if(_0x30e9cb[_0xe4258a(-0x1d6,-0x192,-_0x30715c._0x347685,-0x1af)](_0x30e9cb[_0x301910(0x3a9,0x373,0x3a1,_0x30715c._0x11c5af)],_0x301910(_0x30715c._0x156442,_0x30715c._0x157571,_0x30715c._0x5b400a,0x2a0))){const _0x5ea4c0={};return _0x5ea4c0[_0x301910(0x270,_0x30715c._0x54c56c,0x322,_0x30715c._0x3e702c)]=_0x30e9cb['nSsHt'],_0x5ea4c0[_0xe4258a(-0x1c6,-_0x30715c._0xccabf,-0x1e3,-0x1d6)]=_0xe4258a(-0x153,-_0x30715c._0x1e44c3,-_0x30715c._0x4240ea,-_0x30715c._0x126b08)+_0xe4258a(-0xec,-0x142,-_0x30715c._0x6a5a62,-0xef),_0x1147a6['status'](0x1583+-0x13ee+-0x5)[_0xe4258a(-0x195,-_0x30715c._0x959633,-0x116,-0x1b8)](_0x5ea4c0);}else{const _0x5626db=_0x30e9cb[_0x301910(_0x30715c._0x399de6,0x329,0x2a1,0x39c)](getManagePermission,_0x3dc827);if(_0x5626db){if(_0x30e9cb['pRJgb'](_0x30e9cb[_0x301910(0x343,0x2bd,0x343,_0x30715c._0x5396a1)],_0x30e9cb[_0x301910(0x2a9,0x2bd,0x272,_0x30715c._0x50fcd8)])){const _0x4e3e7a=_0x30e9cb[_0x301910(_0x30715c._0x2da3a4,_0x30715c._0x5ae418,_0x30715c._0x132a39,0x2e5)](_0x3dc827,_0xe4258a(-_0x30715c._0x5729e8,-_0x30715c._0x2a0e5f,-0x198,-_0x30715c._0x662d91))?null:_0x4b0d63,_0x2689f6=await _0x30e9cb[_0xe4258a(-_0x30715c._0x4240ea,-_0x30715c._0x3de6da,-_0x30715c._0x376390,-0x198)](hasPermission,_0x9cba41[_0xe4258a(-_0x30715c._0x2d959e,-0x1b3,-0x1b8,-_0x30715c._0x2b91cd)]['id'],_0x5626db,_0x4e3e7a);if(!_0x2689f6){const _0x52d9e8={};return _0x52d9e8['error']=_0x30e9cb[_0x301910(_0x30715c._0x2576f6,0x370,_0x30715c._0x48799d,_0x30715c._0x51dbfe)],_0x52d9e8['message']='You\x20do\x20not'+_0xe4258a(-0x24c,-0x1c0,-0x14e,-0x173)+_0x5626db+('\x20permissio'+_0x301910(0x2bb,0x2e2,0x279,0x275)+_0xe4258a(-_0x30715c._0x2a33c9,-_0x30715c._0x3b4706,-0x1d2,-_0x30715c._0x485b0c)),_0x3449a4[_0xe4258a(-_0x30715c._0x1fe06b,-0x101,-0xce,-0x15f)](-0x10a9+0x10f7+0x145)['json'](_0x52d9e8);}}else _0x485703=_0x53cf49['filter'](_0x4da7b5=>_0x4da7b5[_0xe4258a(-0x1a6,-0x13e,-0xb3,-0xf4)+'d']===_0x1d1c27[_0x301910(0x327,0x2e4,0x328,0x2d1)]['resource_i'+'d']);}const _0x2aec1a=_0x3dc827===_0x30e9cb['xrUMB']?await _0x30e9cb[_0x301910(_0x30715c._0x267961,_0x30715c._0x14d4f4,_0x30715c._0x14b6d,_0x30715c._0x274d43)](resolveUserPermissions,_0x9cba41[_0x301910(_0x30715c._0x2c93e4,_0x30715c._0x1e3be2,0x277,_0x30715c._0x2f3c36)]['id'],_0x4b0d63):['*'],_0x5d61c4=_0x30e9cb['gFtDz'](isPermissionSubsetOf,_0x3cd4c5[_0x301910(0x296,0x2c0,0x316,0x302)+'s'],_0x2aec1a);if(!_0x5d61c4[_0x301910(_0x30715c._0x208023,_0x30715c._0xb8bc68,0x3ef,_0x30715c._0x272db8)]){if(_0x30e9cb[_0xe4258a(-0x126,-_0x30715c._0x721b3d,-0x153,-0xf7)]===_0x30e9cb[_0x301910(0x2a1,0x25e,_0x30715c._0x4e564f,0x2ca)]){const _0x4b58fb={};return _0x4b58fb[_0xe4258a(-_0x30715c._0x1e44c3,-0x15e,-_0x30715c._0x31a6fe,-0xfc)]=_0x30e9cb['VIFFl'],_0x597ee7[_0x301910(0x3a8,_0x30715c._0x29e2db,_0x30715c._0x116354,_0x30715c._0xe4dd59)](0x9bf+-0xd70+-0x1*-0x545)[_0x301910(_0x30715c._0x3d394f,_0x30715c._0x12c059,0x2d7,0x349)](_0x4b58fb);}else return _0x3449a4[_0x301910(_0x30715c._0x1f8153,_0x30715c._0x36f586,0x32b,0x2e8)](0x2376+-0x1*0x925+-0x18be)[_0x301910(0x294,_0x30715c._0x12c059,_0x30715c._0x3cd846,_0x30715c._0x208023)]({'error':_0xe4258a(-_0x30715c._0x4579fa,-0x1b7,-0x219,-_0x30715c._0x2035f4)+_0xe4258a(-0xd5,-0x11e,-0x183,-0x137),'message':_0x301910(0x2a5,0x2ea,0x2c8,_0x30715c._0x82470)+_0x3cd4c5[_0xe4258a(-0x1c2,-_0x30715c._0x207719,-_0x30715c._0x479d1f,-0x164)]+(_0x301910(_0x30715c._0x37ff2b,_0x30715c._0x518056,_0x30715c._0x3c242e,0x265)+_0x301910(0x2a8,_0x30715c._0xe4fefc,0x2a9,_0x30715c._0x5bc24d)+_0xe4258a(-_0x30715c._0x22dc58,-_0x30715c._0x24046d,-_0x30715c._0x5d1cc8,-0xdd)+_0xe4258a(-0x1af,-0x1ef,-_0x30715c._0x1d899e,-_0x30715c._0xafccc7))+_0x5d61c4['missingPer'+_0xe4258a(-0x18f,-0x10c,-_0x30715c._0x37f47a,-0x104)][_0x301910(0x39e,_0x30715c._0x17e032,0x37f,_0x30715c._0x531ac2)](',\x20')});}}}const _0xa02d6b=await createBinding({'subject_type':_0x509c2f,'subject_id':_0x519c25,'role_id':_0x3b2305,'resource_type':_0x3dc827,'resource_id':_0x30e9cb['Jocrd'](_0x3dc827,_0x30e9cb[_0x301910(0x2f6,_0x30715c._0x108b45,_0x30715c._0x567649,0x241)])?undefined:_0x4b0d63,'created_by':_0x9cba41['user']['id']}),_0xb98183={};return _0xb98183[_0x301910(0x31e,_0x30715c._0x499089,0x2cf,0x244)]=_0x30e9cb[_0xe4258a(-_0x30715c._0x4d4770,-0x18f,-_0x30715c._0x12afe7,-0x20d)],_0xb98183['binding']=_0xa02d6b,_0x3449a4[_0xe4258a(-0x144,-0x101,-_0x30715c._0x3517f2,-0xbd)](-0x5fe+-0x1*-0x1a12+-0x134b)['json'](_0xb98183);}catch(_0x583655){if(_0x30e9cb[_0xe4258a(-_0x30715c._0x518ca8,-0xee,-0x7b,-0x7c)](_0x30e9cb[_0xe4258a(-0x123,-_0x30715c._0x35acd2,-_0x30715c._0x2dcbfb,-_0x30715c._0x5b4812)],_0x30e9cb[_0x301910(_0x30715c._0x3e4e12,_0x30715c._0x55cccd,0x342,0x2ad)])){const _0x51c684={};return _0x51c684[_0xe4258a(-0x166,-0x15e,-0x1e7,-_0x30715c._0x355cbb)]=_0x30e9cb[_0x301910(0x35d,0x322,_0x30715c._0x1f2960,_0x30715c._0x471c47)],_0x51c684[_0x301910(_0x30715c._0x32f2d,_0x30715c._0x499089,_0x30715c._0xadbe26,_0x30715c._0x540c05)]=_0xe4258a(-_0x30715c._0x131caa,-0x196,-_0x30715c._0x40528f,-0x12c)+_0x18eb91+(_0x301910(_0x30715c._0x50ebc4,_0x30715c._0x258722,_0x30715c._0x47dea2,0x2de)+'d'),_0x2fe053[_0xe4258a(-_0x30715c._0xd8024e,-_0x30715c._0x841a08,-_0x30715c._0x3684f6,-0xb0)](0x1386+-0x31*-0xc1+-0x36e7)[_0x301910(_0x30715c._0x566790,0x31a,0x2b9,_0x30715c._0x42d707)](_0x51c684);}else{if(_0x583655[_0xe4258a(-_0x30715c._0x5a6a23,-0x1b4,-_0x30715c._0x20573b,-0x1a8)]['includes'](_0x30e9cb[_0xe4258a(-0x100,-_0x30715c._0x3b0b96,-0x14f,-_0x30715c._0x3abc6a)])){const _0x1d9495={};return _0x1d9495[_0x301910(0x32b,_0x30715c._0x9c31,0x294,_0x30715c._0x427281)]=_0x30e9cb[_0x301910(0x2c2,_0x30715c._0x263b89,_0x30715c._0x235ebc,0x25d)],_0x1d9495[_0xe4258a(-_0x30715c._0x461025,-_0x30715c._0x26a15d,-0x1f9,-0x1c5)]=_0x583655[_0x301910(0x2da,_0x30715c._0x10df73,0x283,0x27c)],_0x3449a4[_0xe4258a(-_0x30715c._0x5476a7,-0x101,-_0x30715c._0x50f570,-_0x30715c._0x22698f)](-0x5*-0x7bb+-0x3*0x4e+-0x2424)[_0xe4258a(-_0x30715c._0x29225c,-0x13b,-0xc8,-0x141)](_0x1d9495);}const _0x43aa14={};_0x43aa14[_0x301910(0x30c,0x2f7,0x359,0x282)]=_0x583655['message'],logger[_0x301910(_0x30715c._0x4f7d83,0x2f7,_0x30715c._0x46928e,_0x30715c._0x2115c6)](_0x30e9cb[_0xe4258a(-0x149,-0x1cf,-_0x30715c._0x5a984e,-0x248)],_0x43aa14);const _0x33d6fb={};return _0x33d6fb[_0x301910(0x275,0x2f7,_0x30715c._0x5de151,0x306)]=_0x30e9cb[_0x301910(0x34f,_0x30715c._0x1567f3,0x36d,0x26b)],_0x3449a4[_0x301910(0x31c,0x354,0x3a2,0x2ea)](0x1*0x1e4b+0x84b+-0x24a2)[_0xe4258a(-0x174,-0x13b,-_0x30715c._0x1f0d23,-_0x30715c._0x2ddffd)](_0x33d6fb);}}}),router['put'](_0x18889d(-0x3c,-0x18,-0x1d,-0x3c),async(_0xfc36b5,_0x517b69)=>{const _0x38de78={_0x266e8b:0x46a,_0x17eedd:0x499,_0x3dffd7:0x49c,_0x2079ed:0x45d,_0x51e799:0x59a,_0x1ae651:0x532,_0x221a80:0x516,_0x188b03:0x514,_0x34faaa:0x322,_0x288085:0x51c,_0x50a00f:0x568,_0x4f9764:0x4a9,_0x1c71bd:0x3aa,_0x1d52d1:0x429,_0x527fc5:0x505,_0x436fb7:0x427,_0x17fe40:0x3b5,_0x527c7a:0x34c,_0x51cfcf:0x38d,_0x3e8ce5:0x355,_0x151d45:0x39b,_0x1324c0:0x471,_0x596a7e:0x44e,_0x2d5a14:0x401,_0x25bcb2:0x3c2,_0x2cc78f:0x45e,_0x5c9853:0x3be,_0x5e2d86:0x430,_0x10f523:0x47d,_0xaf19da:0x3d1,_0x2f1521:0x3de,_0x6f368c:0x378,_0x538e52:0x3ac,_0x4d1c52:0x4f7,_0x4b6cb1:0x472,_0x23848e:0x54f,_0x597481:0x51b,_0x2c64e1:0x4f5,_0x3bcf07:0x500,_0x47636c:0x4fe,_0x2b99b6:0x463,_0x454350:0x3d9,_0x48a74c:0x529,_0x2269df:0x415,_0x39f7b7:0x4e1,_0x4f99b0:0x5bf,_0x3b11ed:0x37c,_0x43c0a4:0x4a7,_0x52b8ba:0x4f2,_0x27d1b6:0x46c,_0x4869ba:0x477,_0x181e02:0x52a,_0x85062e:0x53a,_0x22008e:0x4fa,_0xf43186:0x57a,_0x1e62ee:0x4da,_0x5e011d:0x594,_0x44c01b:0x466,_0x182de5:0x44e,_0x143084:0x44b,_0xa43c2a:0x32f,_0x212b40:0x3fb,_0x1d16c8:0x43d,_0x4a0a0e:0x46d,_0x7ab212:0x4ad,_0x398979:0x40d,_0x1878d6:0x46c,_0x5913cb:0x43c,_0x422f6a:0x3a2,_0x5dbfa3:0x461,_0x5dfd64:0x4e3,_0x416bbb:0x3aa,_0x11a399:0x40b,_0x570b9d:0x546,_0x1a85d1:0x592,_0x21deb5:0x54c,_0x3fcc87:0x57c,_0x585b24:0x580,_0x3e466f:0x501,_0x1f7555:0x3a1,_0x1b9174:0x39e,_0x2c4c66:0x321,_0x2e220c:0x3f1,_0x5a3b61:0x47b,_0x4ef774:0x4f2,_0x5c4c41:0x473,_0x3e6919:0x3e2,_0x44c87d:0x412,_0x7c351:0x3a9,_0x489f3f:0x3dc,_0x4e213d:0x4bc,_0x5708e8:0x4bd,_0x6741d4:0x415,_0x9016ae:0x41a,_0x310908:0x515,_0x1ed0ab:0x48a,_0x3c00ad:0x49d,_0xd5d633:0x5ba,_0x59ae1b:0x559,_0x4488dd:0x563,_0x1fbd9e:0x596,_0x13c3a6:0x4cb,_0x2567b4:0x4dd,_0x1604fe:0x49a,_0x4b13b0:0x44f,_0x187614:0x42f,_0x8ba3c5:0x3f7,_0x3bdaae:0x38e,_0x1b57bb:0x3f5,_0xf50591:0x56f,_0x59018a:0x512,_0x11513b:0x547,_0x29faec:0x4ab,_0x40747c:0x3c5,_0x2410c3:0x41f,_0x5e4554:0x3ce,_0x4fcae1:0x50c,_0xf035a4:0x52d,_0x5e7e9f:0x3eb,_0x14addb:0x379,_0x122fd3:0x41a,_0x15f82c:0x3db,_0x2fcbf3:0x5a8,_0x33f145:0x477,_0x24ff68:0x47a,_0x3ab937:0x4e7,_0x2f374f:0x41c,_0x1cd93e:0x43c,_0x5dd4cc:0x48e,_0xdfc078:0x506,_0x316ab5:0x4a1,_0x2c7cb9:0x45d,_0x11b216:0x4fe,_0x2720e4:0x490,_0x46a8dd:0x4bb,_0x1d7042:0x391,_0xe1eee:0x410,_0x3ae3b3:0x48c,_0x5e2a73:0x551,_0x2185a2:0x43d,_0x25e68e:0x440,_0x5a5b8e:0x444,_0x478478:0x40b,_0x47e729:0x3b8,_0x16a9f6:0x46a,_0x2bae45:0x470,_0x22f480:0x474,_0x110da3:0x4ff,_0xd8bcc:0x4c6,_0x4d309f:0x55f,_0x12a424:0x5c0,_0x2e857c:0x4b0,_0x4214cd:0x4ce,_0x12128e:0x5dd,_0x211d03:0x3c8,_0x4347ea:0x3e0,_0x133efe:0x3ed,_0x55e5bb:0x497,_0xaa8344:0x4e0,_0x1547b9:0x460,_0x3afc55:0x58c,_0x1e6218:0x383,_0x185940:0x3af,_0x22e01c:0x42f,_0x9c8240:0x4e1,_0x4329b3:0x4aa,_0x3e90d7:0x4cf,_0x17fe79:0x5a3,_0x5e9838:0x541,_0x3bd650:0x4e5,_0x1accb9:0x4d2,_0x1b859b:0x4e8,_0x2d2388:0x50b,_0x39b145:0x38f,_0x39e9f7:0x54f,_0x11cd24:0x4ef,_0x3fe7ae:0x3b0,_0x238cf3:0x39d,_0x930128:0x404,_0x9060d1:0x487,_0x9acf7f:0x4c4,_0x36c9a7:0x504,_0x58b220:0x43b,_0x1b3a27:0x4b2,_0x3f33c9:0x4bd,_0x1d12db:0x442,_0x134acb:0x4fc,_0x355a0c:0x4cb,_0x2cdc98:0x3f6,_0x4c562e:0x437,_0x1e08d1:0x3e4,_0x1fff13:0x3cf,_0x41e349:0x3c8,_0x59c64d:0x475,_0x5b95b1:0x438,_0x3440c0:0x3ef,_0x49d74e:0x427,_0x373e35:0x468,_0x43d8da:0x4f2,_0xc4c58c:0x54a,_0x21c95a:0x44a,_0x4bcc7d:0x3ff,_0x5742ba:0x54f,_0x448b4a:0x515,_0x2ca08b:0x57f,_0xad1c16:0x3fb,_0x1f3235:0x3c7,_0x285e3a:0x3df,_0x34ba56:0x3e3,_0x823a18:0x41a,_0x52327c:0x463,_0x39542d:0x4b3,_0x41e4a2:0x526,_0x10d440:0x49c,_0x416173:0x4de,_0x3e07ab:0x43e,_0x30a8ea:0x42b,_0x44b60d:0x575,_0x46e64c:0x5b8,_0x5855a5:0x44a,_0x3858b1:0x484,_0x3a2712:0x39e,_0x5aa581:0x47e,_0x14e834:0x3a6,_0x569c8f:0x476,_0xad9a9d:0x4e3,_0x33b9a8:0x4b5,_0x5ce8bd:0x48e,_0x37e264:0x53e,_0x12d3f3:0x599,_0x45ea33:0x567,_0x308129:0x40d,_0x4b1ab7:0x4bf,_0x4aa531:0x3b7,_0x24026f:0x4bc},_0x374371={_0x2098b7:0x6e,_0x3c3bb3:0x63},_0x44f5bd={_0x5a4feb:0x317,_0x14e1a7:0x174};function _0x5017c3(_0x14dc6a,_0x9def60,_0x535319,_0x1e352d){return _0x26c522(_0x9def60-_0x44f5bd._0x5a4feb,_0x14dc6a,_0x535319-0x14c,_0x1e352d-_0x44f5bd._0x14e1a7);}function _0x45063a(_0x86e13c,_0x41cdc5,_0x495ea1,_0x581bcf){return _0x18889d(_0x86e13c-_0x374371._0x2098b7,_0x41cdc5-_0x374371._0x3c3bb3,_0x86e13c-0x3db,_0x41cdc5);}const _0x44c3d8={'aUhvS':_0x5017c3(_0x38de78._0x266e8b,_0x38de78._0x17eedd,_0x38de78._0x3dffd7,_0x38de78._0x2079ed)+_0x5017c3(_0x38de78._0x51e799,_0x38de78._0x1ae651,_0x38de78._0x221a80,_0x38de78._0x188b03),'bvngL':_0x45063a(0x38b,0x364,0x338,_0x38de78._0x34faaa)+'t','JICTz':_0x5017c3(0x4df,_0x38de78._0x288085,_0x38de78._0x50a00f,0x57a)+_0x5017c3(0x47b,0x458,0x459,_0x38de78._0x4f9764)+'e\x20\x22environ'+_0x45063a(_0x38de78._0x1c71bd,_0x38de78._0x1d52d1,0x3f2,0x3cc)+'am\x22,\x20or\x20\x22s'+_0x5017c3(0x520,0x4ab,_0x38de78._0x527fc5,_0x38de78._0x436fb7),'PdAQb':'Binding\x20no'+_0x45063a(_0x38de78._0x17fe40,0x430,_0x38de78._0x527c7a,0x3d9),'oZgoG':function(_0x506d94,_0x5e0c37){return _0x506d94!==_0x5e0c37;},'Knwzx':_0x5017c3(0x418,0x476,0x464,0x415),'UJKit':_0x45063a(_0x38de78._0x51cfcf,_0x38de78._0x3e8ce5,_0x38de78._0x151d45,0x309),'nyBeT':function(_0x52fdeb,_0x4a2deb){return _0x52fdeb(_0x4a2deb);},'RFCfJ':function(_0xe77f03,_0x384207){return _0xe77f03!==_0x384207;},'gamkj':_0x5017c3(0x406,0x48b,0x40c,_0x38de78._0x1324c0),'oXvpj':_0x45063a(_0x38de78._0x596a7e,_0x38de78._0x2d5a14,0x446,_0x38de78._0x25bcb2)+_0x45063a(0x436,_0x38de78._0x2cc78f,0x4b6,_0x38de78._0x5c9853),'JoRfn':function(_0x4034de,_0x2b0286){return _0x4034de(_0x2b0286);},'OSbjW':function(_0x4ee4aa,_0x1694ae){return _0x4ee4aa===_0x1694ae;},'Lszde':function(_0x308eb6,_0x28b54e){return _0x308eb6(_0x28b54e);},'bYlSj':function(_0x41b683,_0x58eb78){return _0x41b683===_0x58eb78;},'fLKwh':function(_0x56d204,_0x582116){return _0x56d204===_0x582116;},'xiTzw':'SOQBj','cbrTj':'swcAd','azocK':function(_0x348e34,_0x240a49){return _0x348e34===_0x240a49;},'gneKQ':_0x45063a(_0x38de78._0x5e2d86,_0x38de78._0x10f523,_0x38de78._0xaf19da,0x466)+'t','mBBhc':function(_0x2af568,_0x1a3af0){return _0x2af568!==_0x1a3af0;},'oaoSN':'leJLx','IuhOZ':function(_0x23920c,_0x147e53,_0x15db2c){return _0x23920c(_0x147e53,_0x15db2c);},'umVeS':_0x45063a(_0x38de78._0x2f1521,_0x38de78._0x6f368c,_0x38de78._0x538e52,0x355),'vgVMw':_0x45063a(0x473,0x4ab,_0x38de78._0x4d1c52,_0x38de78._0x4b6cb1),'Fllri':function(_0x331d7b,_0x4f12bd,_0x22fa46){return _0x331d7b(_0x4f12bd,_0x22fa46);},'KZnUm':function(_0x2f2042,_0x350836){return _0x2f2042===_0x350836;},'Ttbyf':_0x45063a(0x3bd,0x3da,0x3f4,0x412)+_0x5017c3(_0x38de78._0x23848e,_0x38de78._0x597481,_0x38de78._0x2c64e1,0x4b3)+'ng'};try{if(_0x44c3d8[_0x45063a(0x491,_0x38de78._0x3bcf07,0x496,_0x38de78._0x47636c)](_0x44c3d8[_0x45063a(_0x38de78._0x2b99b6,0x4c9,_0x38de78._0x454350,0x436)],_0x44c3d8[_0x5017c3(0x49a,0x4dc,0x4fd,_0x38de78._0x48a74c)])){const _0x560fa4=await _0x44c3d8['nyBeT'](getBindingById,_0xfc36b5[_0x45063a(_0x38de78._0x2269df,0x43a,0x474,0x45a)]['id']);if(!_0x560fa4){if(_0x5017c3(_0x38de78._0x39f7b7,0x540,0x558,_0x38de78._0x4f99b0)!=='tgwUq')_0x294eeb=_0x35c19a[_0x45063a(0x401,_0x38de78._0x1324c0,_0x38de78._0x3b11ed,0x48b)](_0x5f3fb5=>_0x5f3fb5[_0x45063a(0x3a3,0x3bb,0x3cd,0x38b)+'pe']===_0x1572b9['query']['subject_ty'+'pe']);else{const _0x2c0ac2={};return _0x2c0ac2[_0x5017c3(_0x38de78._0x43c0a4,_0x38de78._0x52b8ba,_0x38de78._0x597481,_0x38de78._0x27d1b6)]=_0x44c3d8['PdAQb'],_0x517b69[_0x45063a(_0x38de78._0x4869ba,0x484,0x4ec,0x497)](0x2285*0x1+-0x1*0xf92+-0x115f*0x1)['json'](_0x2c0ac2);}}const {role_id:_0x27338f}=_0xfc36b5[_0x5017c3(0x4e5,_0x38de78._0x181e02,0x4ed,0x54e)];if(!_0x27338f){if(_0x44c3d8[_0x5017c3(_0x38de78._0x85062e,_0x38de78._0x22008e,_0x38de78._0xf43186,_0x38de78._0x1e62ee)](_0x44c3d8[_0x5017c3(0x4c9,0x555,0x4e4,_0x38de78._0x5e011d)],_0x45063a(0x48b,0x4fe,0x484,_0x38de78._0x44c01b))){const _0x4f3fa4={};return _0x4f3fa4[_0x45063a(0x41a,0x39d,0x480,0x390)]=_0x44c3d8[_0x45063a(0x3d2,0x43c,0x375,_0x38de78._0x182de5)],_0x4f3fa4[_0x5017c3(_0x38de78._0x143084,0x49c,0x498,0x41e)]=_0x44c3d8[_0x45063a(0x3a0,0x42a,_0x38de78._0xa43c2a,_0x38de78._0x212b40)],_0x517b69['status'](0x1*0x8a1+-0x1*0x2133+-0xd11*-0x2)[_0x45063a(_0x38de78._0x1d16c8,0x3e3,0x408,0x451)](_0x4f3fa4);}else return _0x5ef68a['status'](0x943*-0x4+-0x40*-0x29+0x1c5f)[_0x45063a(0x43d,_0x38de78._0x4a0a0e,_0x38de78._0x7ab212,_0x38de78._0x266e8b)]({'error':_0x44c3d8['aUhvS'],'message':_0x45063a(_0x38de78._0x398979,0x384,_0x38de78._0x1878d6,0x39b)+_0x52f77b['name']+(_0x45063a(0x3c3,_0x38de78._0x5913cb,0x396,0x436)+_0x45063a(0x391,_0x38de78._0x422f6a,0x31a,0x379)+'ns\x20you\x20do\x20'+_0x5017c3(0x4eb,_0x38de78._0x5dbfa3,0x4b7,_0x38de78._0x5dfd64))+_0x403ab5[_0x45063a(0x392,0x392,0x368,_0x38de78._0x416bbb)+_0x45063a(0x46c,0x432,0x3e1,_0x38de78._0x11a399)][_0x5017c3(_0x38de78._0x570b9d,0x52e,_0x38de78._0x1a85d1,_0x38de78._0x21deb5)](',\x20')});}const _0x14d2b5=await _0x44c3d8['JoRfn'](getRoleById,_0x27338f);if(!_0x14d2b5){if(_0x44c3d8[_0x5017c3(_0x38de78._0x3fcc87,0x542,_0x38de78._0x585b24,_0x38de78._0x3e466f)]('GQpGu',_0x45063a(_0x38de78._0x1f7555,_0x38de78._0x1b9174,_0x38de78._0x2c4c66,_0x38de78._0x2e220c)))_0x2bead1=_0x2faf96;else{const _0x23eba8={};return _0x23eba8[_0x5017c3(_0x38de78._0x5a3b61,_0x38de78._0x4ef774,0x495,_0x38de78._0x5c4c41)]=_0x44c3d8['bvngL'],_0x23eba8['message']=_0x45063a(_0x38de78._0x3e6919,_0x38de78._0x44c87d,_0x38de78._0x7c351,_0x38de78._0x489f3f)+_0x27338f+(_0x45063a(0x442,0x44b,_0x38de78._0x4e213d,0x419)+'d'),_0x517b69[_0x45063a(_0x38de78._0x4869ba,_0x38de78._0x5708e8,_0x38de78._0x6741d4,_0x38de78._0x9016ae)](0x14d9*0x1+-0x35*0x76+0x525)[_0x5017c3(0x562,_0x38de78._0x310908,_0x38de78._0x1ed0ab,0x489)](_0x23eba8);}}const _0x52cb3f=await _0x44c3d8[_0x45063a(0x481,_0x38de78._0x1d16c8,0x495,0x403)](hasAllPermissions,_0xfc36b5[_0x5017c3(0x4ec,_0x38de78._0x3c00ad,0x486,0x470)]['id']);if(!_0x52cb3f){const _0x344e45=_0x44c3d8[_0x5017c3(_0x38de78._0xd5d633,_0x38de78._0x59ae1b,0x54d,0x544)](getManagePermission,_0x560fa4[_0x5017c3(_0x38de78._0x4488dd,_0x38de78._0x288085,_0x38de78._0x39f7b7,_0x38de78._0x1fbd9e)+_0x5017c3(0x510,_0x38de78._0x13c3a6,0x44e,_0x38de78._0x2567b4)]);if(_0x344e45){const _0x1abe16=_0x44c3d8[_0x5017c3(0x46c,_0x38de78._0x1604fe,0x43b,_0x38de78._0x1324c0)](_0x560fa4[_0x45063a(0x444,_0x38de78._0x4b13b0,_0x38de78._0x43c0a4,_0x38de78._0x187614)+_0x5017c3(0x4e5,0x4cb,0x4e2,0x4a9)],_0x45063a(_0x38de78._0x8ba3c5,_0x38de78._0x3bdaae,0x3e1,_0x38de78._0x1b57bb))?null:_0x560fa4[_0x5017c3(_0x38de78._0xf50591,_0x38de78._0x59018a,_0x38de78._0x11513b,_0x38de78._0x29faec)+'d'],_0x40be43=await hasPermission(_0xfc36b5[_0x45063a(_0x38de78._0x40747c,_0x38de78._0x2410c3,0x432,_0x38de78._0x5e4554)]['id'],_0x344e45,_0x1abe16);if(!_0x40be43){if(_0x44c3d8[_0x5017c3(_0x38de78._0x4fcae1,0x4d0,0x4a7,0x46a)](_0x44c3d8[_0x5017c3(0x54c,0x561,_0x38de78._0xf035a4,0x4db)],_0x44c3d8[_0x45063a(0x3dd,_0x38de78._0x5e7e9f,0x40c,_0x38de78._0x14addb)])){const _0x1896c1={};return _0x1896c1[_0x45063a(_0x38de78._0x122fd3,_0x38de78._0x15f82c,0x465,0x48a)]='Bad\x20Reques'+'t',_0x1896c1['message']=_0x5017c3(0x568,0x53f,0x512,_0x38de78._0x2fcbf3)+_0x1be93c+('\x27\x20not\x20foun'+'d'),_0x3825f7[_0x45063a(_0x38de78._0x33f145,0x40a,_0x38de78._0x24ff68,_0x38de78._0x3ab937)](-0x1*-0x1ac+-0x2*0xdfd+-0x29*-0xae)[_0x45063a(0x43d,0x3d6,_0x38de78._0x2f374f,0x46f)](_0x1896c1);}else{const _0x21c50e={};return _0x21c50e[_0x45063a(0x41a,0x3b3,_0x38de78._0x1cd93e,0x492)]=_0x45063a(_0x38de78._0x5dd4cc,_0x38de78._0xdfc078,0x40e,0x429),_0x21c50e[_0x5017c3(0x51d,0x49c,_0x38de78._0x1cd93e,_0x38de78._0x316ab5)]=_0x45063a(_0x38de78._0x2c7cb9,0x49b,_0x38de78._0x489f3f,0x4bc)+_0x5017c3(_0x38de78._0x11b216,_0x38de78._0x2720e4,0x429,_0x38de78._0x46a8dd)+_0x344e45+(_0x45063a(_0x38de78._0x1d7042,0x3cb,0x306,0x370)+'n\x20on\x20this\x20'+_0x45063a(_0x38de78._0xe1eee,0x392,0x421,_0x38de78._0x3ae3b3)),_0x517b69[_0x5017c3(_0x38de78._0x5e2a73,0x54f,0x5c2,0x551)](0x1917+0x8*-0x48b+0xcd4)[_0x45063a(_0x38de78._0x2185a2,_0x38de78._0x25e68e,0x459,0x40b)](_0x21c50e);}}}if(_0x44c3d8[_0x45063a(0x462,_0x38de78._0x5a5b8e,0x4ba,0x4b6)](_0x560fa4[_0x45063a(0x444,0x451,_0x38de78._0x478478,_0x38de78._0x47e729)+_0x45063a(0x3f3,_0x38de78._0x16a9f6,_0x38de78._0x2bae45,0x390)],_0x44c3d8[_0x45063a(_0x38de78._0x22f480,0x4bf,_0x38de78._0x110da3,_0x38de78._0xd8bcc)])){if(_0x44c3d8[_0x5017c3(0x552,_0x38de78._0x4d309f,_0x38de78._0x12a424,0x4da)](_0x44c3d8[_0x5017c3(_0x38de78._0x2e857c,0x4a7,0x4dc,_0x38de78._0x4214cd)],_0x5017c3(0x55f,0x560,_0x38de78._0x12128e,_0x38de78._0x11513b))){const _0x3b5ea8=await resolveUserPermissions(_0xfc36b5['user']['id'],_0x560fa4[_0x5017c3(0x4f9,0x512,0x50a,0x524)+'d']),_0x4a0730=_0x44c3d8[_0x45063a(_0x38de78._0x2720e4,0x434,0x4ad,0x488)](isPermissionSubsetOf,_0x14d2b5[_0x45063a(0x3e3,_0x38de78._0x211d03,_0x38de78._0x4347ea,_0x38de78._0x133efe)+'s'],_0x3b5ea8);if(!_0x4a0730[_0x45063a(_0x38de78._0x55e5bb,_0x38de78._0xaa8344,0x492,_0x38de78._0x1547b9)]){if(_0x44c3d8[_0x5017c3(0x4d1,0x542,_0x38de78._0x3afc55,0x5b9)](_0x44c3d8[_0x45063a(0x3f5,0x36f,_0x38de78._0x1e6218,_0x38de78._0x538e52)],_0x44c3d8[_0x45063a(_0x38de78._0x185940,0x3a5,0x32d,0x326)])){const _0x11647e={};return _0x11647e[_0x45063a(_0x38de78._0x122fd3,0x3bf,_0x38de78._0x22e01c,0x3ec)]=_0x44c3d8[_0x5017c3(_0x38de78._0x9c8240,_0x38de78._0x4329b3,0x4ba,_0x38de78._0x3e90d7)],_0x11647e['message']=_0x5017c3(0x492,0x47b,0x4fc,0x3f4)+'pe,\x20subjec'+'t_id,\x20role'+_0x5017c3(_0x38de78._0x17fe79,_0x38de78._0x5e9838,_0x38de78._0x3bd650,0x4c0)+_0x5017c3(_0x38de78._0x1accb9,0x55c,_0x38de78._0x1b859b,_0x38de78._0x2d2388)+_0x45063a(_0x38de78._0x39b145,0x310,0x395,0x320)+'uired',_0x14f686['status'](0x161e+0x1511+-0x299f)['json'](_0x11647e);}else return _0x517b69[_0x5017c3(0x521,_0x38de78._0x39e9f7,0x5ae,_0x38de78._0x11cd24)](-0x4*0x209+0x2180+-0x17c9)['json']({'error':_0x44c3d8['aUhvS'],'message':'The\x20role\x20\x27'+_0x14d2b5['name']+('\x27\x20contains'+_0x5017c3(0x473,0x469,0x3f9,0x40d)+_0x5017c3(0x48d,_0x38de78._0x3ab937,_0x38de78._0x2567b4,0x554)+'not\x20have:\x20')+_0x4a0730[_0x45063a(0x392,_0x38de78._0x3fe7ae,_0x38de78._0x238cf3,0x3db)+_0x45063a(0x46c,0x484,_0x38de78._0x930128,0x456)]['join'](',\x20')});}}else{const _0x2f3316={};return _0x2f3316['error']=_0x44c3d8[_0x5017c3(_0x38de78._0x9060d1,0x4aa,_0x38de78._0x9acf7f,_0x38de78._0x36c9a7)],_0x2f3316['message']=_0x44c3d8[_0x45063a(_0x38de78._0x58b220,0x3ba,0x3c2,0x3c8)],_0x44b34c[_0x45063a(0x477,0x45c,_0x38de78._0x1b3a27,_0x38de78._0x33f145)](0x4*-0x4c0+-0x15f5*-0x1+-0x165)['json'](_0x2f3316);}}}const _0x56a0d7={};_0x56a0d7['role_id']=_0x27338f;const _0x1bafde=await _0x44c3d8[_0x5017c3(_0x38de78._0x3f33c9,0x462,0x4d6,_0x38de78._0x1d12db)](updateBinding,_0x560fa4['id'],_0x56a0d7),_0x585bc6={};return _0x585bc6[_0x5017c3(_0x38de78._0x134acb,0x49c,0x453,_0x38de78._0x355a0c)]=_0x45063a(0x3ac,_0x38de78._0x2cdc98,_0x38de78._0x4c562e,0x34f)+_0x45063a(_0x38de78._0x1e08d1,_0x38de78._0x1fff13,_0x38de78._0x41e349,0x428)+_0x5017c3(0x410,_0x38de78._0x59c64d,0x468,_0x38de78._0x5b95b1),_0x585bc6[_0x45063a(_0x38de78._0x4b13b0,0x453,_0x38de78._0x3440c0,_0x38de78._0x49d74e)]=_0x1bafde,_0x517b69['json'](_0x585bc6);}else{const _0x1d40ee={};return _0x1d40ee[_0x5017c3(_0x38de78._0x373e35,_0x38de78._0x43d8da,_0x38de78._0xc4c58c,0x4ae)]=_0x44c3d8[_0x45063a(_0x38de78._0x21c95a,0x480,_0x38de78._0x4bcc7d,_0x38de78._0x1cd93e)],_0x522082[_0x5017c3(0x582,_0x38de78._0x5742ba,0x59b,_0x38de78._0x13c3a6)](-0x21ea+0x54e+0x30*0xa1)[_0x5017c3(0x521,_0x38de78._0x448b4a,0x532,0x54e)](_0x1d40ee);}}catch(_0x2f9fa5){if(_0x44c3d8[_0x5017c3(0x490,_0x38de78._0x221a80,_0x38de78._0x2ca08b,0x53a)](_0x45063a(0x41b,_0x38de78._0xad1c16,0x3f5,0x449),_0x45063a(_0x38de78._0x1f3235,_0x38de78._0x285e3a,_0x38de78._0x34ba56,0x443))){const _0x561ddd={};return _0x561ddd[_0x45063a(_0x38de78._0x823a18,0x442,0x457,0x444)]=_0x5017c3(_0x38de78._0x34ba56,_0x38de78._0x52327c,0x45f,_0x38de78._0x39542d)+'t',_0x561ddd[_0x5017c3(_0x38de78._0x41e4a2,_0x38de78._0x10d440,0x515,_0x38de78._0x1b3a27)]=_0x5017c3(_0x38de78._0x416173,0x488,_0x38de78._0x3e07ab,_0x38de78._0x30a8ea)+_0x51fbbe+('\x27\x20not\x20foun'+'d'),_0x8c752e[_0x5017c3(_0x38de78._0x44b60d,0x54f,0x59b,_0x38de78._0x46e64c)](-0xbee+-0x11*0x20a+-0xb8*-0x43)[_0x45063a(0x43d,0x474,_0x38de78._0x5855a5,0x3c7)](_0x561ddd);}else{const _0x25ecda={};_0x25ecda[_0x45063a(0x41a,0x3e3,_0x38de78._0x3858b1,0x47e)]=_0x2f9fa5['message'],logger[_0x45063a(0x41a,_0x38de78._0x3a2712,_0x38de78._0x5aa581,_0x38de78._0x14e834)](_0x44c3d8[_0x45063a(_0x38de78._0x569c8f,_0x38de78._0xad9a9d,_0x38de78._0x33b9a8,0x467)],_0x25ecda);const _0x29ba61={};return _0x29ba61[_0x45063a(0x41a,0x458,_0x38de78._0x5ce8bd,0x402)]=_0x5017c3(0x4bf,_0x38de78._0x37e264,_0x38de78._0x12d3f3,_0x38de78._0x45ea33)+_0x45063a(0x461,_0x38de78._0x5e7e9f,_0x38de78._0x308129,_0x38de78._0x4b1ab7)+'r',_0x517b69['status'](-0x1d14+0x1b03+0x405)[_0x45063a(_0x38de78._0x2185a2,_0x38de78._0x4aa531,_0x38de78._0x24026f,_0x38de78._0xd8bcc)](_0x29ba61);}}}),router[_0x26c522(0x158,0x11c,0x19a,0x1a9)](_0x26c522(0x17f,0x163,0x11a,0x157),async(_0x2b1c44,_0x1989d9)=>{const _0x458f5d={_0x1429fe:0x1d8,_0x1cd09b:0x1a4,_0x45ad4a:0x159,_0x152cbc:0x36d,_0x4bca42:0x35e,_0x15b5cc:0x2e4,_0x250fac:0x2aa,_0xfcf8f0:0xa6,_0x175bc2:0xa2,_0x34da10:0x1b8,_0x4c6e26:0x26e,_0x1f0b78:0x154,_0x371aba:0x175,_0x1ae5e5:0xa4,_0x1f75c6:0x2be,_0x3079ad:0x2b9,_0x41acfb:0x151,_0xa33388:0x13a,_0x34f713:0xf4,_0x15874d:0x18c,_0x1a9dfc:0x173,_0x5639b2:0xf5,_0x5c7e48:0x15b,_0x13a3c4:0xc9,_0x123c8f:0xe6,_0x1a391c:0xba,_0x255d34:0x142,_0x2780ca:0xda,_0x2eeee3:0xdd,_0x1aee91:0x271,_0x2a0b36:0x28b,_0xf52576:0x2b7,_0x5c2918:0x79,_0x3e1224:0x10c,_0x4e36b9:0x29d,_0x568222:0x12f,_0x5e38a6:0x192,_0x1ff416:0x16d,_0x1da8f9:0x1d0,_0x524c8a:0x310,_0x461742:0x2ce,_0x207995:0x367,_0x57fabc:0x2eb,_0x19e882:0x5a,_0x4c5844:0x10e,_0x154311:0x105,_0xd61f7:0x2e1,_0x1430fd:0x29f,_0x4816aa:0x375,_0x2fa2b6:0x2e5,_0x2b9c44:0x1d7,_0x55d0ee:0x131,_0x4c3e01:0x155,_0x261f01:0xf2,_0x2aebd9:0xac,_0x5ee1e9:0x2c7,_0x111387:0xd1,_0x381bf7:0x10f,_0x2bce79:0x10d,_0x1ed882:0x28a,_0x1341c2:0x295,_0x41a36d:0x241,_0x5e81bf:0x29e,_0xf59f62:0x1a5,_0x4470c7:0x137,_0x4b8b6f:0xb6,_0x3a1878:0x2f0,_0x58fca6:0x27d,_0xe4c146:0x346,_0x3d7f7c:0x31c,_0x4177d8:0x261,_0x55263e:0x299,_0x3228b4:0x13c,_0x272f86:0xe0,_0x5ec76d:0xe8,_0x52b0a3:0x17e,_0x264a0e:0x16f,_0x4c18c2:0xd8,_0x5350c4:0x30e,_0xc7eeb9:0x2b2,_0x1471c8:0x2b6,_0x47a7da:0x201,_0x473543:0x124,_0x5f2538:0x175,_0x214b64:0x100,_0xffe6a9:0x1e5,_0x1018f8:0x27b,_0x3edb2f:0x24e,_0x4548f6:0x25d,_0x26accd:0x201,_0x7d491d:0x242,_0x40e088:0x1a3,_0x1b04c8:0x167,_0x34e30d:0x115,_0xd0da5e:0xf0,_0x35857b:0x10a,_0x10f897:0x30d,_0x1e7c8f:0x301,_0x4c1a69:0x2ef,_0x3f4f93:0x2e3,_0x5d6864:0x1c9,_0x280b5d:0x2f3,_0x57a51e:0x2c4,_0x53a58e:0x2f6,_0x4e3343:0xd5,_0x34032a:0x182,_0x149d85:0x127,_0x47f48a:0x1f0,_0x1e51d6:0x23b,_0x2ab5e9:0x245,_0x2cb250:0x58,_0x8aa61c:0xa0,_0x38a18e:0x1f5,_0x374663:0x261,_0x4332dd:0x25e,_0x5c359f:0x27f,_0x4a65a9:0x27e,_0x409964:0x27c,_0x55ddf3:0x147,_0x2cf84a:0x125,_0x5d0ae8:0x360,_0x7a3c1f:0x2ff,_0x3c68f2:0x140,_0x380432:0x162,_0xc83bb0:0x26f,_0x2f7b9d:0x23b,_0xa03e5a:0x31a,_0x2369e8:0x288,_0x16b52d:0x28f,_0x8693f5:0x18b,_0x8a5bc5:0x10a,_0x1dc1bb:0x2af,_0x8331a0:0x301,_0xb48e3a:0x89,_0x51ff10:0x181,_0x8b1cbe:0x28c,_0x400e0a:0x1f2,_0x16d866:0x115,_0x32a62c:0x157,_0xd1cbca:0x156,_0x27f3dc:0xac,_0x11ddb0:0x34,_0x5bb423:0x250,_0xa15172:0x227,_0x50eeae:0x2d9,_0x31876d:0x102,_0x523e85:0x94,_0x1794a6:0x80,_0x402d22:0x2c1,_0x27ccc9:0x301},_0x9ba818={_0x2c0210:0x265},_0x85c845={_0x334aec:0xa,_0x3c490d:0x13f};function _0x2f1d9b(_0x55826b,_0x36ef7d,_0x5cf4a3,_0x3fa180){return _0x18889d(_0x55826b-_0x85c845._0x334aec,_0x36ef7d-0x190,_0x3fa180- -_0x85c845._0x3c490d,_0x36ef7d);}function _0x18b547(_0x3bcd2b,_0x1ba63e,_0x2ff642,_0x215a53){return _0x18889d(_0x3bcd2b-0x16c,_0x1ba63e-0x145,_0x215a53-_0x9ba818._0x2c0210,_0x1ba63e);}const _0x4caf02={'eMrBw':_0x2f1d9b(-_0x458f5d._0x1429fe,-0xfb,-_0x458f5d._0x1cd09b,-_0x458f5d._0x45ad4a)+_0x18b547(_0x458f5d._0x152cbc,_0x458f5d._0x4bca42,0x356,_0x458f5d._0x15b5cc),'AFHVu':_0x18b547(_0x458f5d._0x250fac,0x31b,0x3a1,0x318),'mYLKB':function(_0x52834b,_0x3d57bd){return _0x52834b(_0x3d57bd);},'EofCg':_0x2f1d9b(-0xe2,-0x68,-_0x458f5d._0xfcf8f0,-_0x458f5d._0x175bc2)+'t\x20found','JDLjJ':function(_0x3ca2f9,_0x72fa35){return _0x3ca2f9!==_0x72fa35;},'tgJdp':_0x18b547(0x29c,_0x458f5d._0x34da10,_0x458f5d._0x4c6e26,0x21a),'bjOrO':function(_0x5ebb23,_0x569001){return _0x5ebb23(_0x569001);},'DqALc':function(_0xdfe83b,_0x4fce15){return _0xdfe83b===_0x4fce15;},'RigMP':'server','nWQtn':function(_0x2ab0b8,_0x3964d,_0x342240,_0x4dfac1){return _0x2ab0b8(_0x3964d,_0x342240,_0x4dfac1);},'LKwrb':function(_0x462320,_0x36ba81){return _0x462320!==_0x36ba81;},'ZrMZH':_0x2f1d9b(-_0x458f5d._0x1f0b78,-_0x458f5d._0x371aba,-_0x458f5d._0x1ae5e5,-0x121),'UotRm':'dSVNs','LAbqQ':_0x18b547(0x223,_0x458f5d._0x1f75c6,0x2aa,0x238),'anrAF':_0x18b547(0x1c8,_0x458f5d._0x3079ad,0x245,0x244)+_0x2f1d9b(-_0x458f5d._0x41acfb,-0x14c,-_0x458f5d._0xa33388,-_0x458f5d._0x34f713)+'g','VAzIS':_0x2f1d9b(-_0x458f5d._0x15874d,-0x1c2,-0x17c,-_0x458f5d._0x1a9dfc)+_0x2f1d9b(-_0x458f5d._0x5639b2,-_0x458f5d._0x5c7e48,-_0x458f5d._0x13a3c4,-_0x458f5d._0x123c8f)+_0x2f1d9b(-_0x458f5d._0x1a391c,-0x16f,-0x1a8,-_0x458f5d._0x255d34)+_0x2f1d9b(-_0x458f5d._0x2780ca,-0x12d,-_0x458f5d._0x2eeee3,-0xba)+_0x18b547(0x221,_0x458f5d._0x1aee91,_0x458f5d._0x2a0b36,0x2a1)+_0x18b547(0x328,0x29d,0x33f,_0x458f5d._0xf52576)+_0x2f1d9b(-0x115,-0x75,-_0x458f5d._0x5c2918,-0xbf)+_0x2f1d9b(-_0x458f5d._0x3e1224,-0x12b,-0x109,-0x10c),'CSRJU':function(_0x3719de,_0x32cbe8){return _0x3719de(_0x32cbe8);},'HZQKe':_0x18b547(_0x458f5d._0x4e36b9,0x294,0x2f1,0x287)+_0x2f1d9b(-0x17a,-_0x458f5d._0x568222,-_0x458f5d._0x5e38a6,-_0x458f5d._0x1ff416)+_0x2f1d9b(-0x1ed,-_0x458f5d._0x1da8f9,-0x12d,-0x17d),'FXPEN':'Error\x20dele'+_0x18b547(0x2a6,_0x458f5d._0x524c8a,_0x458f5d._0x461742,0x2cd)+'ng','EaVmp':'Internal\x20s'+_0x18b547(0x261,_0x458f5d._0x207995,0x340,_0x458f5d._0x57fabc)+'r'};try{const _0x17ef6b=await _0x4caf02[_0x2f1d9b(-0xdc,-_0x458f5d._0x19e882,-0x119,-0x95)](getBindingById,_0x2b1c44[_0x2f1d9b(-0x98,-0x92,-_0x458f5d._0x4c5844,-_0x458f5d._0x154311)]['id']);if(!_0x17ef6b){const _0xb2b02a={};return _0xb2b02a['error']=_0x4caf02[_0x18b547(_0x458f5d._0xd61f7,_0x458f5d._0x1430fd,_0x458f5d._0x4816aa,0x2fc)],_0x1989d9[_0x18b547(0x2bf,0x33f,_0x458f5d._0x2fa2b6,0x301)](-0x3*0x8ca+0x149b*0x1+0x757)['json'](_0xb2b02a);}const _0x3843f2=await hasAllPermissions(_0x2b1c44[_0x2f1d9b(-_0x458f5d._0x255d34,-_0x458f5d._0x2b9c44,-_0x458f5d._0x55d0ee,-_0x458f5d._0x4c3e01)]['id']);if(!_0x3843f2){if(_0x4caf02[_0x2f1d9b(-0x90,-0x72,-_0x458f5d._0x261f01,-_0x458f5d._0x2aebd9)](_0x4caf02['tgJdp'],_0x4caf02['tgJdp']))return _0x53fe0d['status'](-0xb*-0x30d+-0x3*-0x989+-0x3c97)['json']({'error':_0x4caf02[_0x18b547(0x2c1,0x234,_0x458f5d._0x5ee1e9,0x286)],'message':_0x2f1d9b(-_0x458f5d._0x111387,-_0x458f5d._0x381bf7,-0x161,-_0x458f5d._0x2bce79)+_0x294eae[_0x18b547(0x1c5,_0x458f5d._0x1ed882,_0x458f5d._0x1341c2,_0x458f5d._0x41a36d)]+('\x27\x20contains'+_0x18b547(_0x458f5d._0x5e81bf,0x28f,_0x458f5d._0xf59f62,0x21b)+'ns\x20you\x20do\x20'+'not\x20have:\x20')+_0x30d0f1['missingPer'+'missions'][_0x2f1d9b(-_0x458f5d._0x4470c7,-0x110,-_0x458f5d._0x4b8b6f,-0xc4)](',\x20')});else{const _0x38c9b7=_0x4caf02['bjOrO'](getManagePermission,_0x17ef6b['resource_t'+_0x18b547(0x218,0x1f7,_0x458f5d._0x3a1878,_0x458f5d._0x58fca6)]);if(_0x38c9b7){const _0xfbb839=_0x4caf02[_0x18b547(0x362,_0x458f5d._0xe4c146,0x28f,0x304)](_0x17ef6b[_0x18b547(0x33c,0x305,_0x458f5d._0x3d7f7c,0x2ce)+_0x18b547(_0x458f5d._0x4177d8,0x206,0x2eb,0x27d)],_0x4caf02[_0x18b547(0x220,_0x458f5d._0x55263e,0x2b7,0x250)])?null:_0x17ef6b[_0x2f1d9b(-_0x458f5d._0x3228b4,-0x15b,-0xe1,-_0x458f5d._0x272f86)+'d'],_0x1d1814=await _0x4caf02[_0x2f1d9b(-_0x458f5d._0x5ec76d,-0x1bd,-_0x458f5d._0x52b0a3,-_0x458f5d._0x41acfb)](hasPermission,_0x2b1c44[_0x2f1d9b(-0x146,-_0x458f5d._0x264a0e,-_0x458f5d._0x4c18c2,-_0x458f5d._0x4c3e01)]['id'],_0x38c9b7,_0xfbb839);if(!_0x1d1814){if(_0x4caf02['LKwrb'](_0x4caf02[_0x18b547(0x29a,_0x458f5d._0x5350c4,_0x458f5d._0x5ee1e9,_0x458f5d._0xc7eeb9)],_0x4caf02[_0x18b547(_0x458f5d._0x1471c8,0x1df,_0x458f5d._0x47a7da,0x23c)])){const _0x48f607={};return _0x48f607[_0x2f1d9b(-_0x458f5d._0x473543,-_0x458f5d._0x5f2538,-0xd1,-_0x458f5d._0x214b64)]=_0x4caf02['AFHVu'],_0x48f607[_0x18b547(0x21b,_0x458f5d._0xffe6a9,_0x458f5d._0x1018f8,_0x458f5d._0x3edb2f)]='You\x20do\x20not'+_0x18b547(0x1d7,_0x458f5d._0x4548f6,_0x458f5d._0x26accd,_0x458f5d._0x7d491d)+_0x38c9b7+(_0x18b547(0x21e,_0x458f5d._0x40e088,0x20d,0x21b)+_0x2f1d9b(-0x10e,-_0x458f5d._0x1b04c8,-0x197,-_0x458f5d._0x34e30d)+_0x2f1d9b(-_0x458f5d._0xd0da5e,-0xe0,-_0x458f5d._0x34e30d,-_0x458f5d._0x35857b)),_0x1989d9[_0x18b547(0x323,_0x458f5d._0x10f897,0x27e,_0x458f5d._0x1e7c8f)](-0x184b+0x719+0x12c5)['json'](_0x48f607);}else _0x5eb05b=_0x1bc68c['filter'](_0x1903cc=>_0x1903cc[_0x2f1d9b(-0xf0,-0x186,-0x13f,-0x106)]===_0x3efdb1['query'][_0x2f1d9b(-0x11c,-0x149,-0x182,-0x106)]);}}}}const _0x5945a1=await _0x4caf02[_0x18b547(_0x458f5d._0x4c1a69,0x310,0x2d4,_0x458f5d._0x3f4f93)](getRoleById,_0x17ef6b[_0x18b547(0x28b,_0x458f5d._0x5d6864,0x2a2,0x222)]);if(_0x5945a1&&_0x5945a1['permission'+'s'][_0x18b547(_0x458f5d._0x280b5d,_0x458f5d._0x57a51e,_0x458f5d._0x53a58e,0x285)]('*')&&_0x17ef6b['resource_t'+_0x2f1d9b(-_0x458f5d._0x4e3343,-0xd4,-_0x458f5d._0x34032a,-_0x458f5d._0x149d85)]===_0x4caf02['RigMP']){const _0x1b5283={};_0x1b5283[_0x18b547(0x1a4,0x249,_0x458f5d._0x47f48a,0x212)+_0x18b547(0x24d,_0x458f5d._0x1e51d6,0x1ce,_0x458f5d._0x2ab5e9)]=_0x17ef6b['id'];const _0xbc839b=await wouldRetainServerAdmin(_0x1b5283);if(!_0xbc839b){if(_0x4caf02[_0x2f1d9b(-_0x458f5d._0x2cb250,-0xa5,-_0x458f5d._0x1a391c,-_0x458f5d._0x8aa61c)]('xCOYb',_0x4caf02[_0x18b547(0x24a,0x21a,_0x458f5d._0x38a18e,_0x458f5d._0x374663)])){const _0x18e01c={};return _0x18e01c['error']=_0x4caf02[_0x18b547(_0x458f5d._0x4332dd,_0x458f5d._0x5c359f,_0x458f5d._0x4a65a9,_0x458f5d._0x409964)],_0x18e01c[_0x2f1d9b(-_0x458f5d._0x55ddf3,-0x1cf,-_0x458f5d._0x2cf84a,-0x156)]=_0x18b547(_0x458f5d._0x5d0ae8,_0x458f5d._0x7a3c1f,0x2c7,0x2e7)+_0x2f1d9b(-_0x458f5d._0x34f713,-0xd8,-_0x458f5d._0x3c68f2,-_0x458f5d._0x380432)+_0x567af0+(_0x18b547(0x25a,_0x458f5d._0xc83bb0,_0x458f5d._0x2f7b9d,0x21b)+_0x18b547(0x2eb,_0x458f5d._0xa03e5a,_0x458f5d._0x2369e8,_0x458f5d._0x16b52d)+_0x2f1d9b(-_0x458f5d._0x8693f5,-0x155,-_0x458f5d._0x34e30d,-_0x458f5d._0x8a5bc5)),_0x4aca3d[_0x18b547(0x316,0x2bf,_0x458f5d._0x1dc1bb,_0x458f5d._0x8331a0)](0x10*-0x71+0x568*-0x3+-0x9*-0x2c3)['json'](_0x18e01c);}else{const _0x518f33={};return _0x518f33[_0x2f1d9b(-_0x458f5d._0xb48e3a,-_0x458f5d._0x51ff10,-0x16f,-0x100)]=_0x4caf02[_0x18b547(0x1b6,_0x458f5d._0x8b1cbe,_0x458f5d._0x400e0a,0x230)],_0x518f33[_0x2f1d9b(-0x133,-_0x458f5d._0x16d866,-_0x458f5d._0x32a62c,-_0x458f5d._0xd1cbca)]=_0x4caf02['VAzIS'],_0x1989d9[_0x2f1d9b(-_0x458f5d._0x27f3dc,-0x7c,-_0x458f5d._0x11ddb0,-0xa3)](-0x25*0xd3+0x193*0xb+-0x75f*-0x2)[_0x18b547(0x27d,0x26c,_0x458f5d._0x5bb423,_0x458f5d._0x5ee1e9)](_0x518f33);}}}await _0x4caf02[_0x18b547(_0x458f5d._0xa15172,_0x458f5d._0x50eeae,0x24f,0x25a)](deleteBinding,_0x17ef6b['id']);const _0x572db3={};return _0x572db3[_0x2f1d9b(-_0x458f5d._0x31876d,-0x169,-0x100,-_0x458f5d._0xd1cbca)]=_0x4caf02['HZQKe'],_0x1989d9['json'](_0x572db3);}catch(_0x457f6a){const _0x5ce9ae={};_0x5ce9ae['error']=_0x457f6a['message'],logger[_0x2f1d9b(-0x13d,-_0x458f5d._0x523e85,-_0x458f5d._0x1794a6,-_0x458f5d._0x214b64)](_0x4caf02[_0x18b547(_0x458f5d._0x402d22,0x298,0x230,0x2b3)],_0x5ce9ae);const _0x1495c3={};return _0x1495c3['error']=_0x4caf02['EaVmp'],_0x1989d9[_0x18b547(0x350,0x310,0x2ed,_0x458f5d._0x27ccc9)](-0x1*0x463+0x4*0x28c+-0x3d9)['json'](_0x1495c3);}});export default router;
1
+ function _0xf5c50(_0x467e8b,_0x433450,_0x36d8c7,_0x4d1ffd){return _0x344b(_0x467e8b- -0x270,_0x4d1ffd);}(function(_0x2116c1,_0x2bdc8d){const _0x44b683={_0x314b8e:0x140,_0x4efa46:0x16a,_0x44d0d8:0xfe,_0xd43b79:0x119,_0x2bc47a:0x153,_0x58a16d:0x135,_0x5eaacd:0xc6,_0x2cac31:0x139,_0x3e57d7:0x13b,_0x2d058f:0xe2,_0x5672a0:0x105,_0x4e430b:0x11b,_0x47ac8a:0xbc,_0x285401:0xbe,_0x4a4ace:0xc0,_0x17a1b4:0x71,_0x3c381d:0x61,_0x383f52:0x98,_0x4ecf5c:0xe2,_0xcda35b:0x18c},_0xc444d1={_0x895ba6:0x1e8},_0x4ef2df={_0x53e890:0x4},_0x207d2d=_0x2116c1();function _0x486f79(_0x407193,_0x249492,_0x10997b,_0x4fb034){return _0x344b(_0x249492-_0x4ef2df._0x53e890,_0x4fb034);}function _0x7c692c(_0x48d11a,_0x1bd1ce,_0x27f936,_0x38ba13){return _0x344b(_0x27f936- -_0xc444d1._0x895ba6,_0x38ba13);}while(!![]){try{const _0x39e996=parseInt(_0x486f79(_0x44b683._0x314b8e,_0x44b683._0x4efa46,0x128,0x146))/(-0x8*0x406+-0x187c+0x527*0xb)+-parseInt(_0x486f79(_0x44b683._0x44d0d8,_0x44b683._0xd43b79,_0x44b683._0x2bc47a,0x116))/(-0xaa1+0x989*-0x1+0x142c)*(parseInt(_0x7c692c(-_0x44b683._0x58a16d,-0xa9,-_0x44b683._0x5eaacd,-_0x44b683._0x2cac31))/(-0x9*-0x69+-0xa95+0x24d*0x3))+parseInt(_0x486f79(_0x44b683._0x2bc47a,0x199,0x180,_0x44b683._0x3e57d7))/(0xadd*-0x3+0x25d4+-0x539)+-parseInt(_0x486f79(_0x44b683._0x2d058f,0x107,0x106,_0x44b683._0x5672a0))/(0x126f+-0xdb*-0x5+-0x16b1)+parseInt(_0x7c692c(-_0x44b683._0x4e430b,-0xda,-_0x44b683._0x47ac8a,-_0x44b683._0x285401))/(-0x1*0x179e+0x338*-0x3+-0x214c*-0x1)*(parseInt(_0x7c692c(-0x80,-0xc0,-_0x44b683._0x4a4ace,-0x7e))/(-0x2*0x89f+-0x175*-0x13+-0xa6a))+parseInt(_0x7c692c(-_0x44b683._0x17a1b4,-0xcb,-_0x44b683._0x3c381d,-0x23))/(-0x223*0x5+-0x744+-0x1*-0x11fb)*(-parseInt(_0x7c692c(-_0x44b683._0x383f52,-_0x44b683._0x4ecf5c,-0xa3,-0x60))/(0x2c*-0x3d+0x1*0x1c19+-0x1194))+parseInt(_0x486f79(0x195,0x138,_0x44b683._0xcda35b,0x189))/(-0x3*0x4fd+0x23d6+-0x14d5);if(_0x39e996===_0x2bdc8d)break;else _0x207d2d['push'](_0x207d2d['shift']());}catch(_0x3ec7aa){_0x207d2d['push'](_0x207d2d['shift']());}}}(_0x4e3d,0x3a*-0x5683+-0x81726+0x1*0x26c7ef));import _0x11c2a3 from'express';import{logger}from'../lib/logger.js';import{getBindings,getBindingById,getBindingsBySubject,createBinding,updateBinding,deleteBinding}from'../lib/bindings.js';import{getRoleById,isPermissionSubsetOf,inferRoleResourceType}from'../lib/role-definitions.js';import{getTeamById,getTeamsByUserId}from'../lib/teams.js';import{findUserById}from'../lib/users.js';import{hasPermission,hasAllPermissions,resolveUserPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';const router=_0x11c2a3[_0x4be664(0x4fc,0x4fc,0x4ec,0x510)]();function _0x344b(_0x175bd6,_0x5e5dde){_0x175bd6=_0x175bd6-(0x5*-0x78c+-0x818+-0x277*-0x13);const _0x1be3e8=_0x4e3d();let _0x24c1c5=_0x1be3e8[_0x175bd6];if(_0x344b['QzDGXG']===undefined){var _0x55a14b=function(_0x4abbeb){const _0x1ced13='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3aebf0='',_0x24250f='';for(let _0x1da0b1=0xc*-0x285+-0x1d2e+-0x492*-0xd,_0x299ab,_0x129e13,_0x54af70=-0x2156+0xa30*0x3+-0x1*-0x2c6;_0x129e13=_0x4abbeb['charAt'](_0x54af70++);~_0x129e13&&(_0x299ab=_0x1da0b1%(0x24d4+-0x15e3+-0xeed)?_0x299ab*(-0xdee+0x25e0+-0x17b2)+_0x129e13:_0x129e13,_0x1da0b1++%(0x1274+-0x2af*-0xe+0x43*-0xd6))?_0x3aebf0+=String['fromCharCode'](0xac1*0x3+0x5*0x3f3+-0x3303&_0x299ab>>(-(0xbc9+-0x3aa*0x7+0xddf)*_0x1da0b1&0x8a*0x29+-0x100*0xf+0x4*-0x1c5)):-0x1f*-0x12a+0x21*-0xf5+-0x481){_0x129e13=_0x1ced13['indexOf'](_0x129e13);}for(let _0x26342b=0x2bb*0x7+0x1741+-0x2a5e,_0x3a3540=_0x3aebf0['length'];_0x26342b<_0x3a3540;_0x26342b++){_0x24250f+='%'+('00'+_0x3aebf0['charCodeAt'](_0x26342b)['toString'](-0x170b+-0x1a41+0x2be*0x12))['slice'](-(-0x118d*0x1+-0x6*0x1ab+0x1b91));}return decodeURIComponent(_0x24250f);};_0x344b['VFOinR']=_0x55a14b,_0x344b['LpyvSd']={},_0x344b['QzDGXG']=!![];}const _0xd30a32=_0x1be3e8[-0xfdd*0x2+-0x5cf*0x1+-0x3*-0xc83],_0xdfb1ca=_0x175bd6+_0xd30a32,_0x22c845=_0x344b['LpyvSd'][_0xdfb1ca];return!_0x22c845?(_0x24c1c5=_0x344b['VFOinR'](_0x24c1c5),_0x344b['LpyvSd'][_0xdfb1ca]=_0x24c1c5):_0x24c1c5=_0x22c845,_0x24c1c5;}let _environmentExists=null;export function setEnvironmentChecker(_0x2d6681){_environmentExists=_0x2d6681;}async function environmentExists(_0x317d72){const _0x4ccdba={_0x27177d:0x24b,_0x2cbd63:0x1ec,_0x1503af:0x2db,_0x1fbc55:0x2dd,_0x38935c:0x228,_0xbdef72:0x1d3},_0x187d1a={_0x498756:0x14},_0x198f43={_0x4e0f88:0x1bf};function _0x3bcf88(_0x128ca4,_0x5b288d,_0x1acac9,_0x3a347e){return _0x4be664(_0x1acac9,_0x5b288d-0x10c,_0x1acac9-_0x198f43._0x4e0f88,_0x5b288d- -0x25f);}const _0x58f6b5={'kUWRd':function(_0x532596,_0x584f84){return _0x532596(_0x584f84);},'vIJok':_0x3bcf88(0x2a7,_0x4ccdba._0x27177d,0x279,_0x4ccdba._0x2cbd63)+'s'};if(_environmentExists)return _0x58f6b5[_0x3bcf88(0x2a1,0x2a9,_0x4ccdba._0x1503af,_0x4ccdba._0x1fbc55)](_environmentExists,_0x317d72);function _0x50aab1(_0x3a4dfd,_0x2e0ad6,_0x3a02a4,_0xa2329a){return _0x4be664(_0x3a4dfd,_0x2e0ad6-_0x187d1a._0x498756,_0x3a02a4-0x188,_0xa2329a- -0x481);}const {coderConfig:_0x9fb60c}=await import(_0x58f6b5[_0x3bcf88(0x236,_0x4ccdba._0x38935c,0x208,_0x4ccdba._0xbdef72)]);return _0x9fb60c?.[_0x50aab1(0x3a,0x9,0x3f,-0x3)+'ts']?.[_0x317d72]!==undefined;}function _0x4e3d(){const _0x148f64=['CMvZB3vYy2u','C2vYDMvY','uMLKD0G','z2v0','DKLkB2S','uxDsCvO','AgfZ','vgHLihjVBguGjW','zxnZzNvSBhK','yMLUzgLUzW','u1Dhyw8','BwvZC2fNzq','oxLewufQqG','DgvPA3q','Cejyrey','wNDXy0i','Aw5JBhvKzxm','q2fUBM90igfZCW','mta4mdf1z1DitK0','Axn0CW','DerTrKK','AhvnsMm','mty1nMrzqNHfyW','s1rpy2m','C3bwu0G','DxnLCG','zLfPrMq','yMnUvxO','A0rdzgu','CMvZB3vYy2vFDa','mtq4nZq2mtb1suviC0u','ww91igrVig5VDa','CLfSsLG','uhfnr1O','yw1L','t0rptuG','qMLUzgLUzYbUBW','ChvZAa','CgvYBwLZC2LVBG','lI4VC3rHCNqUAG','vgHPCYbPCYb0Aa','Auz4tvu','yw5Hz2u','rxjYB3iGzgvSzq','qwTxwwO','C3vIAMvJDf90Eq','CMvTywLUlG','nJiXodfpuvHZz2u','DevdrMm','z2vFBwvTyMvYCW','C0T3u3q','twXgEgC','ywXYzwfKEsbLEa','Bg1xv28','ihbLCM1PC3nPBW','rM9fCNy','t09vqu8','tg5KBNq','s3vWEgu','EwDzqKu','qMLUzgLUzYb1Ca','zwf0zwqGC3vJyW','whL6EKq','vLDSDuC','q0z6s0O','qLfivhe','lZPPza','BefNvwq','vKTlvLe','s3LLCKS','BuXvr1q','DxfItw8','r3vmD1a','Bu9JyMK','CM1PC3nPB25Zia','ExbL','yM9KEq','lxnJB3bLzcbWzq','igjLigjVDw5Kia','BwLZC2LVBNm','oty3mtqWC3DruNv3','t2HWALa','sKDgwgm','y1bLAue','rMTXEgm','zxHJBhvKzujPBG','q2Xfzue','CguSihn1yMPLyW','vxnLCIaN','vMrXBhC','AeHrrLi','qMLUzgLUzYbKzq','BMfTzq','DgvHBq','CMXywuG','BwLZC2LUz1bLCG','DNvcs2m','zxnVDxjJzv90Eq','yw5KignHBM5VDa','Dg9bBve','EMDmEhe','qKLTAum','DgLUzYbIAw5KAq','AwDUihjVBgu','CgfYyw1Z','CxvLCNK','AM9PBG','tezQuuS','ywXSB3DLza','AuvXtMK','rLbwBLy','zg1PBIbTDxn0ia','A2fmt1e','nJu2r3jnz0vl','CguGBxvZDcbIzq','zMLSDgvY','jYbOyxmG','DcbMB3vUza','wxnpqLm','q29UzMXPy3q','sg9Qy0u','DMvYiefKBwLUia','CM9Szv9PzcbPCW','C3vIAMvJDf9Pza','icj0zwfTiIbVCG','rw52AxjVBM1LBG','Chv0','ndCXnty4ofbQEMn3vW','BM90igHHDMu6ia','ywXS','vuDYEeS','zxj2zxiI','uKnPELG','A1vxuMq','ALfwBw0','tev0ze4','ENLMyvu','C1j3Bfq','BIbVBIb0AgLZia','BNLIr3C','Cg9ZDa','uM91DgvY','rM9YyMLKzgvU','D3z2Ew8','jYbJB250ywLUCW','igHHDMuG','A0DWq20','yMLUzgLUzY4Gqq','zgvSzxrL','ANnVBG','uKLSvLO','qNPpzwS','DcbSzwfZDcbVBG','tNLICKq','icj1C2vYiG','s2ThB1G','sMzzr2S','rwvXAg8','EuHLD1i','jYbUB3qGzM91BG','vNLuzxq','BNmGEw91igrVia','BwfW','uvjwvLO','s1DWyKO','rxvOwNC','ANrRB0e','thHlEem','zsbtzxj2zxiGqq','ExbLig11C3qGyG','qMfKifjLCxvLCW','C1Per3e','tKTcqNC','zeXhyKW','zLP4rNi','y0H6Bha','AwHQuxK','Aw5NigjPBMrPBG','tLj5uLO','r3D0uwO','zsbSyxn0ifnLCG','CguGyxjLihjLCq','zxjYB3i','C0z4z1m','ywnJzxnZ','zxrLigjPBMrPBG','Dhm6BwfUywDLxW','DgvHBxm6BwfUyq','DvjtEKC','CLHoBxm','B1fSs2O','tejoDNa','CMvZB3vYy2vFBG','uM9SzsaN','zxj2zxiGzxjYBW','C3rHDhvZ','q2fUBM90igrLBa','zsaIzw52AxjVBG','D1vfuNq','svP6qw4','AgLW','qvDICMe','y05uA0i','sLzYswu','vgPKEu0','z2XnEvK','ChjwsMi','DMH5DKu','D3Pos0W','rxjYB3iGy3jLyq','DxnLCM5HBwu','sw50zxjUywWGCW','C2v0DgLUz3m6Bq','nZe1nJm2nxbhyNv2zq','zezntxO','Dfjdquu','tu1kEMS','quz2uNi','rKfIEfi','A2XYvKK','BwvUDciSicj0zq','zv90ExbLicC','rxjYB3iGBgLZDa','Dg8GCMvZB3vYyW','sMvdrfy','CMvZB3vYy2vFAq','zLLOBxy','zw52AxjVBM1LBG','vgvHBsaN','u1Phsfe','u2jnuKu','odG5odq2Dfvnse9W'];_0x4e3d=function(){return _0x148f64;};return _0x4e3d();}function getManagePermission(_0x3834f7){const _0x59f239={_0xf1afc3:0x270,_0x585ca7:0x1ce,_0x1e87b4:0x1ac,_0x356c91:0x200,_0x168709:0x38b,_0x484a59:0x35d,_0xbf7b65:0x205,_0x3df0d7:0x239,_0x1bbce6:0x3f4,_0x14c5e8:0x44b,_0x12f4b2:0x263,_0x11b6af:0x221,_0x2aac30:0x276,_0x268b6f:0x1ae,_0x5a2d92:0x1ee,_0x2fc82d:0x1df,_0x309ed7:0x237,_0xc5b0de:0x273,_0x15cd67:0x2b9,_0x2ba1e4:0x3c7,_0x34d6e8:0x3ba,_0x360af5:0x2f9,_0x1c53ca:0x301,_0x2baab7:0x2ac,_0x49f539:0x44a,_0x3e1008:0x403,_0x5db575:0x1cf,_0x2fa614:0x242,_0x1b9709:0x27b,_0x3e0438:0x253},_0x2abbbf={_0x4c9ae6:0x133},_0xc84f1b={_0x34c694:0x28,_0x49a1e9:0x142};function _0xb5a6e8(_0x357196,_0x15378e,_0x21e747,_0x3b91e5){return _0x4be664(_0x21e747,_0x15378e-_0xc84f1b._0x34c694,_0x21e747-_0xc84f1b._0x49a1e9,_0x15378e- -0xf3);}const _0x3e02a9={};_0x3e02a9[_0x3febd6(-_0x59f239._0xf1afc3,-_0x59f239._0x585ca7,-_0x59f239._0x1e87b4,-_0x59f239._0x356c91)]=_0xb5a6e8(0x3e7,_0x59f239._0x168709,0x382,_0x59f239._0x484a59)+'t';function _0x3febd6(_0x46edf2,_0x359f11,_0x461b60,_0x23afa3){return _0x4be664(_0x461b60,_0x359f11-_0x2abbbf._0x4c9ae6,_0x461b60-0x1da,_0x23afa3- -0x72a);}_0x3e02a9[_0x3febd6(-0x25e,-0x24d,-_0x59f239._0xbf7b65,-_0x59f239._0x3df0d7)]=_0xb5a6e8(_0x59f239._0x1bbce6,_0x59f239._0x14c5e8,0x449,0x414)+_0x3febd6(-0x281,-_0x59f239._0x12f4b2,-_0x59f239._0x11b6af,-_0x59f239._0x2aac30)+_0x3febd6(-0x1fd,-_0x59f239._0x268b6f,-_0x59f239._0x5a2d92,-_0x59f239._0x2fc82d),_0x3e02a9[_0x3febd6(-_0x59f239._0x309ed7,-_0x59f239._0xc5b0de,-_0x59f239._0x309ed7,-0x253)]=_0x3febd6(-0x313,-0x32c,-_0x59f239._0x15cd67,-0x2bb)+_0xb5a6e8(_0x59f239._0x2ba1e4,_0x59f239._0x34d6e8,0x3f0,0x34c);const _0xa3eb95=_0x3e02a9;switch(_0x3834f7){case _0xa3eb95['LxKxC']:return _0x3febd6(-_0x59f239._0x360af5,-_0x59f239._0x1c53ca,-0x2c5,-_0x59f239._0x2baab7)+_0xb5a6e8(0x475,_0x59f239._0x49f539,_0x59f239._0x3e1008,0x3f0)+_0x3febd6(-0x18b,-0x1cc,-0x21d,-0x1ef);case _0x3febd6(-0x212,-0x29d,-0x27b,-0x24a):return _0xa3eb95[_0x3febd6(-_0x59f239._0x5db575,-_0x59f239._0x2fa614,-0x2a1,-0x239)];case _0x3febd6(-0x29b,-0x2c1,-0x2bb,-0x2a6):return _0xa3eb95[_0x3febd6(-0x217,-0x2c4,-_0x59f239._0x1b9709,-_0x59f239._0x3e0438)];default:return null;}}router[_0x4be664(0x44a,0x4bb,0x41b,0x486)]('/',async(_0x5df910,_0x6071d2)=>{const _0x8e1816={_0x33c3e5:0x32e,_0xe153de:0x38c,_0x2137f9:0x39d,_0x1a06c0:0x45b,_0x18026a:0x376,_0x4a9810:0x523,_0x2f4485:0x50e,_0x1ee99d:0x4b9,_0x32a3cf:0x523,_0x534699:0x55a,_0x3c1711:0x4da,_0x17d72a:0x50a,_0x409313:0x3cb,_0x39177a:0x3cd,_0x59b2d7:0x42b,_0x5b1735:0x529,_0xadfd0e:0x513,_0x50d985:0x539,_0x207f41:0x4f7,_0x1227ea:0x3d2,_0x34e2cf:0x311,_0x3f7a79:0x322,_0xd5dbd4:0x4aa,_0x2d124c:0x54b,_0x2491a7:0x4f7,_0x2ee902:0x556,_0x5e7201:0x336,_0x13e664:0x5a2,_0x43d7cd:0x5a9,_0x5e919f:0x553,_0x4f728a:0x57d,_0x56ca1b:0x3ba,_0x26cf08:0x3a7,_0x3c8235:0x348,_0x20dccc:0x52d,_0x316beb:0x537,_0x329cb1:0x400,_0x3ee366:0x402,_0x1165a9:0x46f,_0x1400da:0x46d,_0x270dfd:0x327,_0x2fb12f:0x504,_0x2feeec:0x4f5,_0x22049c:0x445,_0x189ef4:0x333,_0x5b1eed:0x303,_0x21a457:0x3dc,_0x4a463e:0x44c,_0x1aaaaf:0x3ed,_0x1516a4:0x521,_0x2b395c:0x59b,_0x1b0d05:0x39b,_0x580e1b:0x400,_0x5bd483:0x350,_0x3d8edb:0x342,_0x3a842a:0x455,_0x14b345:0x383,_0x2228df:0x347,_0x20d14a:0x409,_0x1af8c5:0x3e7,_0x1ce484:0x2f1,_0x20571d:0x395,_0x2ec91d:0x52c,_0xd46202:0x533,_0x10375b:0x504,_0x1e4a0f:0x30d,_0x553abb:0x4cb,_0x49ecaa:0x4fa,_0x3ca2e5:0x3ab,_0x4348c2:0x3bb,_0x474597:0x41a,_0x3aa7a3:0x57c,_0x4718c9:0x503,_0x19a3e3:0x548,_0x48dc7f:0x335,_0x314fcd:0x53b,_0x56b66e:0x56c,_0x184e76:0x30a,_0x18de3c:0x310,_0x23111e:0x542,_0x5638d6:0x537,_0x4a8c63:0x4d9,_0x4ffbb2:0x541,_0x4ae6f7:0x5a3,_0x42c46c:0x3ee,_0x155439:0x3a9,_0x5327d9:0x509,_0x30412c:0x4e0,_0x4a17f9:0x553,_0x3098ee:0x500,_0x315fb4:0x526,_0x1e5892:0x4e4,_0xf60ec:0x326,_0x1bbb37:0x318,_0x45c956:0x494,_0x2ec667:0x35d,_0x5b355d:0x3ca,_0x2304bb:0x31c,_0x2417c6:0x309,_0x2d44a2:0x4cf,_0x471a15:0x4c2,_0x5eaedc:0x4a4,_0xca821a:0x4b9,_0xa252ca:0x4ef,_0x4ac6df:0x3b3,_0x596c4c:0x378,_0x2a4158:0x401,_0x1547a4:0x355,_0x27a885:0x4dc,_0x3c8ffe:0x497,_0x81631b:0x491,_0x455f67:0x53c,_0x17ff55:0x331,_0xaf03de:0x2f5,_0x2e5aff:0x35a,_0x140193:0x367,_0x303993:0x38f,_0x3e98c4:0x36c,_0x150905:0x2f6,_0x593fcc:0x4e3,_0x3a0ad1:0x377,_0xac2679:0x345,_0x5869d2:0x46b,_0x138ce9:0x48a,_0x44f755:0x417,_0x407f69:0x36a,_0x34c7e9:0x394,_0x3e2ea8:0x3ee,_0x5961fb:0x3d0,_0x575a8e:0x424,_0x58da9f:0x3a4,_0x426195:0x3fc,_0x127f45:0x3f0,_0x175132:0x504,_0x42462a:0x43a,_0x41129c:0x49c,_0x34aa00:0x3fb,_0xfc2867:0x46b,_0x5482e4:0x52a,_0x26886f:0x55e,_0x1f1f3f:0x4b6,_0x2e3d3e:0x4be,_0x1f87ad:0x512,_0x38850a:0x579,_0x570738:0x3a7,_0x383ca6:0x53e,_0x424b64:0x535,_0x4236b3:0x5cc,_0x3fa9f7:0x55c,_0x31c8b1:0x3ab,_0x5c8b92:0x3ec,_0x4ef741:0x4fd,_0xb10cf9:0x40c,_0x1e49e5:0x3ee,_0x58c415:0x449,_0x811eb9:0x53d,_0x575f6c:0x51e,_0x2cfed7:0x526},_0x11048d={_0xa23cb9:0x240,_0x4e3339:0x3c2,_0x3a12e7:0x221,_0x2c76e5:0x1e0,_0x40a815:0x1b9,_0x144e04:0x36d,_0x5c433c:0x179,_0x48aa1d:0x21e,_0x3dcb94:0x205,_0x11a3e8:0x264,_0x4927d5:0x24e,_0x2cd8cd:0x282,_0x1b55ee:0x27b,_0x4ff9da:0x1d1,_0x537796:0x29c,_0x18dc73:0x2ad,_0xc766b8:0x33f,_0x2bf123:0x30d,_0x1b789c:0x2ae,_0x4dd299:0x327,_0x36ccf3:0x31a,_0x553e84:0x20d,_0x3cb469:0x1ea,_0x38cf48:0x2dd,_0x125771:0x3d8,_0x1c8059:0x39c,_0xf63bc:0x371,_0x1ec34b:0x2e2,_0x284972:0x3b8,_0x1ca362:0x254,_0xe7dcfd:0x2a6,_0x5c34f4:0x2aa,_0x1f77f1:0x141,_0x32efd8:0x1db,_0x3ca014:0x2f7,_0xd85b4d:0x2df,_0x5928c9:0x2c8,_0x1d2419:0x397,_0x459fa8:0x350,_0x3d23e9:0x3bb,_0x424915:0x355,_0x1bd0c3:0x272,_0x30b1a4:0x1ec,_0x15d298:0x38a,_0x5a8d21:0x362,_0x2c4fa5:0x334,_0x3666a8:0x2e1,_0x5168bb:0x281,_0xadb252:0x2d4,_0x35275e:0x2b6,_0x2e719e:0x2ea,_0x181a1f:0x322,_0x230eb7:0x2dc,_0x2c1b1a:0x280,_0x5335f1:0x265,_0xa71ddc:0x24c,_0x39d4f5:0x270,_0x5d9038:0x2b7,_0x25cc08:0x229,_0x40d634:0x20f,_0x20f7d1:0x26b,_0x3e3404:0x2fb,_0x5edfc4:0x305,_0x4a501e:0x35f,_0x57e7a8:0x247,_0x829027:0x28e,_0x23551e:0x1e7,_0x56971b:0x296,_0x4e6de2:0x2c9,_0x291021:0x1e6,_0x18c16b:0x2b4,_0x2d95f9:0x295,_0x1346db:0x25e,_0x59ab56:0x200,_0x22993e:0x202,_0x45c9c4:0x321,_0x134c96:0x2f5,_0x579869:0x360,_0x3a88bc:0x269,_0x1c614e:0x24b,_0x5d6f5e:0x287,_0x4e2cbb:0x2ec,_0x4eed68:0x2e3,_0x1b6f9e:0x2e1,_0x26f39c:0x26e,_0x49de5:0x2d2,_0x7d9e8e:0x2ed,_0x594330:0x1d4,_0x5b6542:0x1fd,_0x2a6ad9:0x1a9,_0x5e6cf1:0x20a},_0x4c8473={_0x47725b:0xe8,_0x3cbb8c:0x64};function _0x30b289(_0x5896fb,_0x99cb9d,_0x44fe97,_0x18221d){return _0x4be664(_0x5896fb,_0x99cb9d-0xaf,_0x44fe97-0x82,_0x44fe97-0xe);}const _0x2b2e03={'Njayd':_0x1015f3(_0x8e1816._0x33c3e5,_0x8e1816._0xe153de,_0x8e1816._0x2137f9,0x364)+_0x1015f3(0x3e9,0x392,_0x8e1816._0x1a06c0,_0x8e1816._0x18026a)+'gs','WJtIw':_0x30b289(_0x8e1816._0x4a9810,_0x8e1816._0x2f4485,_0x8e1816._0x1ee99d,0x477)+_0x30b289(_0x8e1816._0x32a3cf,_0x8e1816._0x534699,0x545,_0x8e1816._0x3c1711)+_0x30b289(0x51a,0x53b,_0x8e1816._0x17d72a,0x4de)+_0x1015f3(_0x8e1816._0x409313,_0x8e1816._0x39177a,0x402,_0x8e1816._0x59b2d7)+_0x30b289(0x561,0x4db,_0x8e1816._0x5b1735,0x55a)+_0x30b289(0x566,_0x8e1816._0xadfd0e,_0x8e1816._0x50d985,_0x8e1816._0x207f41)+_0x30b289(0x50b,0x4f8,0x500,0x4f6)+_0x1015f3(0x366,_0x8e1816._0x1227ea,_0x8e1816._0x34e2cf,_0x8e1816._0x3f7a79),'IZzAn':'Error\x20dele'+_0x30b289(_0x8e1816._0xd5dbd4,_0x8e1816._0x2d124c,_0x8e1816._0x2491a7,_0x8e1816._0x2ee902)+'ng','DljFp':_0x1015f3(0x323,0x338,0x35d,_0x8e1816._0x5e7201)+_0x30b289(_0x8e1816._0x13e664,_0x8e1816._0x43d7cd,_0x8e1816._0x5e919f,_0x8e1816._0x4f728a)+'r','prVJb':_0x1015f3(_0x8e1816._0x56ca1b,_0x8e1816._0x26cf08,_0x8e1816._0x3c8235,0x3f0),'zgLxq':function(_0x388c01,_0x348e7a){return _0x388c01(_0x348e7a);},'pBXDF':function(_0x1565e1,_0x35a751){return _0x1565e1===_0x35a751;},'JGFXc':_0x30b289(_0x8e1816._0x20dccc,0x483,0x4ee,_0x8e1816._0x316beb),'XJOxt':_0x1015f3(0x3e5,_0x8e1816._0x329cb1,0x457,_0x8e1816._0x3ee366),'UkKnw':function(_0x343012,_0x9c12fe){return _0x343012(_0x9c12fe);},'Xkgzq':_0x30b289(_0x8e1816._0x1165a9,_0x8e1816._0x1400da,0x489,0x485),'qeEFo':_0x30b289(0x467,0x481,0x48e,0x454),'lmWWo':function(_0x5c4922,_0xb96849){return _0x5c4922===_0xb96849;},'iYCRt':function(_0x59d6ac,_0x528000){return _0x59d6ac===_0x528000;},'vJtjU':function(_0x251290,_0x85d2c4){return _0x251290!==_0x85d2c4;},'KBTLW':function(_0x458ee0){return _0x458ee0();},'sFxgS':function(_0x4ba5f0,_0x2f1ac6){return _0x4ba5f0(_0x2f1ac6);},'MpxIU':function(_0xab2bd4,_0x17c8e4){return _0xab2bd4(_0x17c8e4);},'ygYBE':_0x1015f3(_0x8e1816._0x270dfd,0x337,0x328,0x2c9),'jtkoA':_0x30b289(0x53d,_0x8e1816._0x2fb12f,0x52c,_0x8e1816._0x2feeec),'dFMMz':_0x30b289(0x4ab,_0x8e1816._0x22049c,0x4aa,0x4d6),'MMJzk':function(_0x4ee7df,_0x439f68){return _0x4ee7df===_0x439f68;},'VKKVQ':function(_0x108a39,_0x49d44f){return _0x108a39===_0x49d44f;},'EuhZw':function(_0x52786b,_0x25e2f3){return _0x52786b===_0x25e2f3;},'rlXYH':function(_0x396682,_0x3b669e,_0x8c2c03,_0x44b210){return _0x396682(_0x3b669e,_0x8c2c03,_0x44b210);},'sZDGq':_0x1015f3(_0x8e1816._0x189ef4,_0x8e1816._0x5b1eed,0x376,0x2e5)+_0x1015f3(0x3f2,_0x8e1816._0x21a457,_0x8e1816._0x4a463e,_0x8e1816._0x1aaaaf)+_0x30b289(_0x8e1816._0x1516a4,0x5a3,0x549,_0x8e1816._0x2b395c),'oYhso':function(_0x45f6e3,_0x111cc6){return _0x45f6e3===_0x111cc6;},'WCrRr':function(_0x58f71e,_0x354b0e,_0x3e1592,_0x36fccd){return _0x58f71e(_0x354b0e,_0x3e1592,_0x36fccd);},'VWluG':'teams:mana'+_0x1015f3(0x369,_0x8e1816._0x1b0d05,_0x8e1816._0x1227ea,0x397)+'hip','sRwlT':'glMyY','KWpbJ':function(_0x47c988,_0x583547){return _0x47c988===_0x583547;},'JVrIe':_0x1015f3(0x39b,0x3e8,_0x8e1816._0x580e1b,_0x8e1816._0x5bd483)};function _0x1015f3(_0x47ff24,_0x4bc953,_0x2d9f7f,_0x408c69){return _0x4be664(_0x2d9f7f,_0x4bc953-_0x4c8473._0x47725b,_0x2d9f7f-_0x4c8473._0x3cbb8c,_0x47ff24- -0x14b);}try{let _0x4f41fa=await _0x2b2e03['KBTLW'](getBindings);_0x5df910[_0x1015f3(0x3a1,0x381,_0x8e1816._0x3d8edb,0x3b6)][_0x30b289(0x50a,_0x8e1816._0x3a842a,0x4ae,0x51f)+_0x1015f3(_0x8e1816._0x14b345,0x3f6,0x3d2,_0x8e1816._0x2228df)]&&(_0x4f41fa=_0x4f41fa['filter'](_0x5e8d0d=>_0x5e8d0d[_0x1015f3(0x355,0x350,0x342,0x3c0)+'ype']===_0x5df910[_0x30b289(0x54b,0x51c,0x4fa,0x539)][_0x1015f3(0x355,0x319,0x3b1,0x2ef)+_0x30b289(0x4cf,0x4bc,0x4dc,0x4f7)]));_0x5df910[_0x1015f3(0x3a1,_0x8e1816._0x20d14a,0x39a,_0x8e1816._0x1af8c5)][_0x1015f3(0x331,0x2e5,_0x8e1816._0x1ce484,_0x8e1816._0x20571d)+'d']&&(_0x4f41fa=_0x4f41fa[_0x30b289(_0x8e1816._0x2ec91d,_0x8e1816._0xd46202,_0x8e1816._0x10375b,0x573)](_0x5a227f=>_0x5a227f[_0x1015f3(0x331,0x3a0,0x345,0x360)+'d']===_0x5df910[_0x1015f3(0x3a1,0x3b2,0x3a8,0x3c1)][_0x30b289(0x49c,0x493,0x48a,0x441)+'d']));_0x5df910[_0x30b289(0x539,0x56d,0x4fa,0x48a)][_0x1015f3(0x365,_0x8e1816._0x1e4a0f,0x363,0x3bf)+'pe']&&(_0x4f41fa=_0x4f41fa['filter'](_0x5793ff=>_0x5793ff[_0x30b289(0x463,0x515,0x4be,0x508)+'pe']===_0x5df910[_0x1015f3(0x3a1,0x413,0x3d2,0x354)][_0x30b289(0x459,0x45c,0x4be,0x496)+'pe']));_0x5df910[_0x30b289(0x49b,_0x8e1816._0x553abb,_0x8e1816._0x49ecaa,_0x8e1816._0x3c1711)]['subject_id']&&(_0x4f41fa=_0x4f41fa[_0x1015f3(_0x8e1816._0x3ca2e5,0x3d3,_0x8e1816._0x4348c2,_0x8e1816._0x474597)](_0x166c48=>_0x166c48[_0x30b289(0x4b4,0x556,0x50c,0x4b5)]===_0x5df910[_0x1015f3(0x3a1,0x376,0x413,0x3fe)][_0x30b289(0x55e,0x512,0x50c,0x538)]));const _0x2ec215=await _0x2b2e03[_0x30b289(_0x8e1816._0x3aa7a3,_0x8e1816._0x4718c9,_0x8e1816._0x19a3e3,0x561)](hasAllPermissions,_0x5df910[_0x1015f3(0x351,0x351,_0x8e1816._0x48dc7f,0x369)]['id']);if(!_0x2ec215){const _0x44f8d2=_0x5df910[_0x1015f3(0x351,0x332,0x335,0x319)]['id'],_0x5a97cf=await _0x2b2e03['MpxIU'](getTeamsByUserId,_0x44f8d2),_0x1f58ce=new Set(_0x5a97cf[_0x30b289(_0x8e1816._0x314fcd,_0x8e1816._0x56b66e,_0x8e1816._0xd46202,_0x8e1816._0x19a3e3)](_0x26bdf8=>_0x26bdf8['id'])),_0x479f93=[];for(const _0x4739a6 of _0x4f41fa){if(_0x2b2e03[_0x1015f3(0x373,0x334,_0x8e1816._0x184e76,_0x8e1816._0x18de3c)]===_0x2b2e03[_0x30b289(_0x8e1816._0x23111e,0x544,_0x8e1816._0x5638d6,_0x8e1816._0x4a8c63)]){const _0x3fde55={};_0x3fde55['error']=_0x1d619e['message'],_0x4aa9b5[_0x30b289(0x591,_0x8e1816._0x4ffbb2,0x547,_0x8e1816._0x4ae6f7)](_0x2b2e03['Njayd'],_0x3fde55);const _0x500947={};return _0x500947[_0x1015f3(_0x8e1816._0x42c46c,0x429,0x416,_0x8e1816._0x155439)]='Internal\x20s'+_0x30b289(_0x8e1816._0x5327d9,_0x8e1816._0x30412c,0x553,0x59f)+'r',_0x45da17['status'](-0x20*0xf+0x17a+0x25a)[_0x30b289(_0x8e1816._0x4a17f9,_0x8e1816._0x3098ee,0x526,_0x8e1816._0x315fb4)](_0x500947);}else{if(_0x4739a6[_0x30b289(0x506,_0x8e1816._0x1e5892,0x4be,0x45a)+'pe']===_0x2b2e03[_0x1015f3(_0x8e1816._0xf60ec,0x2f8,0x2d0,_0x8e1816._0x1bbb37)]&&_0x2b2e03[_0x30b289(0x4e6,0x42b,0x481,_0x8e1816._0x45c956)](_0x4739a6['subject_id'],_0x44f8d2)){_0x479f93[_0x1015f3(_0x8e1816._0x2ec667,_0x8e1816._0x5b355d,_0x8e1816._0x2304bb,_0x8e1816._0x2417c6)](_0x4739a6);continue;}if(_0x2b2e03[_0x30b289(_0x8e1816._0x2d44a2,_0x8e1816._0x471a15,0x4d5,0x4a0)](_0x4739a6['subject_ty'+'pe'],_0x2b2e03[_0x30b289(_0x8e1816._0x5eaedc,_0x8e1816._0xca821a,0x4e3,_0x8e1816._0xd5dbd4)])&&_0x1f58ce[_0x30b289(0x4c4,_0x8e1816._0xa252ca,0x497,0x437)](_0x4739a6[_0x1015f3(_0x8e1816._0x4ac6df,_0x8e1816._0x596c4c,0x409,0x34c)])){_0x479f93['push'](_0x4739a6);continue;}if(_0x2b2e03[_0x1015f3(0x3dd,_0x8e1816._0x2a4158,0x43e,0x3f0)](_0x4739a6[_0x1015f3(_0x8e1816._0x1547a4,0x39e,_0x8e1816._0x1ce484,0x339)+_0x30b289(0x474,_0x8e1816._0x5327d9,_0x8e1816._0x27a885,0x4da)],'environmen'+'t')&&_0x4739a6['resource_i'+'d']){if(await _0x2b2e03[_0x30b289(0x4d5,_0x8e1816._0x3c8ffe,0x4ef,_0x8e1816._0x81631b)](hasPermission,_0x44f8d2,_0x2b2e03[_0x30b289(_0x8e1816._0x43d7cd,0x589,_0x8e1816._0x455f67,0x540)],_0x4739a6[_0x1015f3(_0x8e1816._0x17ff55,_0x8e1816._0xaf03de,_0x8e1816._0x2e5aff,_0x8e1816._0x140193)+'d'])){_0x479f93[_0x1015f3(_0x8e1816._0x2ec667,0x3c7,_0x8e1816._0x303993,_0x8e1816._0x3e98c4)](_0x4739a6);continue;}}if(_0x2b2e03['oYhso'](_0x4739a6[_0x1015f3(_0x8e1816._0x1547a4,_0x8e1816._0x150905,0x311,0x2ed)+_0x30b289(0x50f,0x53a,0x4dc,0x546)],_0x2b2e03[_0x30b289(0x549,0x4cc,_0x8e1816._0x593fcc,0x54b)])&&_0x4739a6[_0x30b289(0x436,0x468,0x48a,0x49c)+'d']){if(await _0x2b2e03['WCrRr'](hasPermission,_0x44f8d2,_0x2b2e03[_0x1015f3(_0x8e1816._0x3a0ad1,_0x8e1816._0xac2679,0x36b,0x3a6)],_0x4739a6[_0x30b289(_0x8e1816._0x5869d2,0x452,_0x8e1816._0x138ce9,_0x8e1816._0x44f755)+'d'])){if(_0x30b289(0x544,0x585,0x55e,0x579)!==_0x2b2e03[_0x1015f3(0x3c1,0x36b,_0x8e1816._0x407f69,_0x8e1816._0x34c7e9)]){const _0x353dfe={};return _0x353dfe[_0x1015f3(_0x8e1816._0x3e2ea8,_0x8e1816._0x5961fb,_0x8e1816._0x575a8e,_0x8e1816._0x58da9f)]=_0x1015f3(_0x8e1816._0x426195,0x41d,_0x8e1816._0x127f45,0x42a)+'ete\x20bindin'+'g',_0x353dfe[_0x30b289(_0x8e1816._0x175132,_0x8e1816._0x42462a,_0x8e1816._0x41129c,_0x8e1816._0x3c8ffe)]=_0x2b2e03['WJtIw'],_0x33d83b[_0x1015f3(_0x8e1816._0x34aa00,_0x8e1816._0xfc2867,0x439,0x39c)](0x2485*0x1+0x1*0x86f+-0x2b64)[_0x30b289(_0x8e1816._0x5482e4,_0x8e1816._0x26886f,_0x8e1816._0x315fb4,0x4cb)](_0x353dfe);}else{_0x479f93[_0x30b289(0x4b8,0x442,_0x8e1816._0x1f1f3f,0x4f9)](_0x4739a6);continue;}}}}}_0x4f41fa=_0x479f93;}const _0x5161f1=await Promise[_0x30b289(0x4a5,_0x8e1816._0x2e3d3e,_0x8e1816._0x1f87ad,_0x8e1816._0x553abb)](_0x4f41fa[_0x30b289(0x55b,_0x8e1816._0x38850a,0x533,0x4d1)](async _0x1378ed=>{const _0x209efd={_0x5c6947:0xd5},_0x14f0db={_0x472ac9:0xa6};function _0x4e3cb8(_0x35afe0,_0x181a82,_0x1512d9,_0x4b7ea8){return _0x30b289(_0x181a82,_0x181a82-0x74,_0x4b7ea8- -0x1f2,_0x4b7ea8-_0x14f0db._0x472ac9);}const _0x37e4ef={};_0x37e4ef[_0x22f255(-_0x11048d._0xa23cb9,-0x296,-0x246,-0x1f2)]=_0x2b2e03[_0x4e3cb8(0x364,_0x11048d._0x4e3339,0x3c0,0x366)],_0x37e4ef[_0x22f255(-_0x11048d._0x3a12e7,-0x1da,-_0x11048d._0x2c76e5,-_0x11048d._0x40a815)]=_0x2b2e03['DljFp'];const _0x3376f8=_0x37e4ef;function _0x22f255(_0x1f7ce5,_0x266514,_0x14d94e,_0x39d7a8){return _0x30b289(_0x266514,_0x266514-0xd1,_0x1f7ce5- -0x6fa,_0x39d7a8-_0x209efd._0x5c6947);}if(_0x2b2e03[_0x4e3cb8(0x349,0x313,0x32e,_0x11048d._0x144e04)]===_0x22f255(-0x1e7,-_0x11048d._0x5c433c,-0x193,-_0x11048d._0x48aa1d)){const _0x31eb4a=await _0x2b2e03[_0x22f255(-_0x11048d._0x3dcb94,-_0x11048d._0x11a3e8,-_0x11048d._0x4927d5,-0x241)](getRoleById,_0x1378ed['role_id']);let _0x1aa53f='';if(_0x2b2e03[_0x4e3cb8(_0x11048d._0x2cd8cd,0x2ec,_0x11048d._0x1b55ee,0x2ad)](_0x1378ed[_0x22f255(-0x23c,-_0x11048d._0x4ff9da,-_0x11048d._0x537796,-_0x11048d._0x18dc73)+'pe'],_0x2b2e03[_0x4e3cb8(_0x11048d._0xc766b8,_0x11048d._0x2bf123,_0x11048d._0x1b789c,0x2f1)])){if(_0x2b2e03['XJOxt']===_0x22f255(-0x1bc,-0x21e,-0x219,-0x1dd)){const _0x1f959d=await _0x2b2e03['UkKnw'](getTeamById,_0x1378ed[_0x4e3cb8(_0x11048d._0x4dd299,0x38b,0x37a,_0x11048d._0x36ccf3)]);_0x1aa53f=_0x1f959d?.[_0x22f255(-_0x11048d._0x553e84,-0x1b7,-0x254,-_0x11048d._0x3cb469)]||'';}else _0x58e777=_0x2cdc86[_0x4e3cb8(0x330,_0x11048d._0x4dd299,_0x11048d._0x38cf48,0x312)](_0x562b17=>_0x562b17[_0x4e3cb8(0x24b,0x248,0x297,0x2bc)+_0x4e3cb8(0x2d5,0x31c,0x346,0x2ea)]===_0x14f962[_0x22f255(-0x200,-0x22c,-0x1e4,-0x1ba)]['resource_t'+_0x22f255(-0x21e,-0x1df,-0x1e0,-0x1c7)]);}else{if(_0x2b2e03['Xkgzq']!==_0x2b2e03['qeEFo']){const _0x1dd750=await findUserById(_0x1378ed['subject_id']);_0x1aa53f=_0x1dd750?.[_0x4e3cb8(_0x11048d._0x125771,_0x11048d._0x1c8059,0x3d1,_0x11048d._0xf63bc)]||'';}else{const _0x20109b={};_0x20109b[_0x4e3cb8(_0x11048d._0x1ec34b,0x333,_0x11048d._0x284972,0x355)]=_0x228af8[_0x4e3cb8(_0x11048d._0x1ca362,0x2a8,_0x11048d._0xe7dcfd,_0x11048d._0x5c34f4)],_0x2f676e[_0x22f255(-0x1b3,-_0x11048d._0x1f77f1,-_0x11048d._0x32efd8,-0x162)](_0x3376f8[_0x4e3cb8(_0x11048d._0x3ca014,0x258,_0x11048d._0xd85b4d,_0x11048d._0x5928c9)],_0x20109b);const _0x2ea215={};return _0x2ea215[_0x4e3cb8(_0x11048d._0x1d2419,_0x11048d._0x459fa8,_0x11048d._0x3d23e9,_0x11048d._0x424915)]=_0x3376f8[_0x22f255(-0x221,-0x1ed,-_0x11048d._0x1bd0c3,-_0x11048d._0x30b1a4)],_0xeeeba5[_0x4e3cb8(0x3ba,_0x11048d._0x15d298,0x390,_0x11048d._0x5a8d21)](-0x175+0x19c0+-0x12d*0x13)[_0x4e3cb8(0x36e,0x380,0x333,_0x11048d._0x2c4fa5)](_0x2ea215);}}let _0x2ef677='';if(_0x2b2e03[_0x4e3cb8(_0x11048d._0x3666a8,0x29f,_0x11048d._0x5168bb,_0x11048d._0xadb252)](_0x1378ed[_0x4e3cb8(0x2c6,0x2ae,0x31e,0x2bc)+_0x4e3cb8(0x2cc,_0x11048d._0x35275e,0x2cd,_0x11048d._0x2e719e)],_0x2b2e03[_0x4e3cb8(_0x11048d._0x181a1f,_0x11048d._0x230eb7,0x30a,0x2f1)])&&_0x1378ed[_0x4e3cb8(_0x11048d._0x2c1b1a,_0x11048d._0x5335f1,_0x11048d._0xa71ddc,0x298)+'d']&&_0x1378ed[_0x22f255(-_0x11048d._0x39d4f5,-0x251,-_0x11048d._0x5d9038,-_0x11048d._0x25cc08)+'d']!=='*'){const _0x39a298=await getTeamById(_0x1378ed[_0x22f255(-0x270,-_0x11048d._0x40d634,-0x220,-_0x11048d._0x20f7d1)+'d']);_0x2ef677=_0x39a298?.[_0x4e3cb8(0x28c,0x2f3,0x35f,_0x11048d._0x3e3404)]||'';}const _0x26b09b={};return _0x26b09b[_0x4e3cb8(_0x11048d._0x181a1f,0x35c,_0x11048d._0x5edfc4,_0x11048d._0x4a501e)+_0x22f255(-_0x11048d._0x57e7a8,-_0x11048d._0x829027,-_0x11048d._0x23551e,-0x213)]=_0x2ef677,{..._0x1378ed,'subject_name':_0x1aa53f,'role_name':_0x31eb4a?.['name']||'',..._0x2b2e03['iYCRt'](_0x1378ed[_0x4e3cb8(_0x11048d._0x56971b,0x310,_0x11048d._0x4e6de2,0x2bc)+'ype'],_0x2b2e03[_0x22f255(-0x217,-_0x11048d._0x32efd8,-0x245,-_0x11048d._0x291021)])&&_0x1378ed[_0x4e3cb8(_0x11048d._0x18c16b,_0x11048d._0x2d95f9,0x26e,0x298)+'d']&&_0x2b2e03['vJtjU'](_0x1378ed[_0x22f255(-0x270,-0x269,-0x2bb,-0x237)+'d'],'*')?_0x26b09b:{}};}else{const _0x3a464b={};return _0x3a464b['error']='Bad\x20Reques'+'t',_0x3a464b[_0x22f255(-_0x11048d._0x1346db,-_0x11048d._0x59ab56,-_0x11048d._0x5928c9,-_0x11048d._0x22993e)]=_0x4e3cb8(0x335,_0x11048d._0x45c9c4,_0x11048d._0x134c96,_0x11048d._0x579869)+_0x8f6df8['name']+_0x22f255(-0x1f5,-_0x11048d._0x3a88bc,-_0x11048d._0x1c614e,-0x24b)+_0x289974+(_0x4e3cb8(0x304,_0x11048d._0x5d6f5e,_0x11048d._0x2c1b1a,_0x11048d._0x4e2cbb)+_0x4e3cb8(_0x11048d._0x4eed68,0x2a9,_0x11048d._0x1b6f9e,0x2e9)+_0x22f255(-0x207,-0x23b,-0x20e,-_0x11048d._0x26f39c)+_0x4e3cb8(0x2f4,_0x11048d._0x49de5,0x2a6,_0x11048d._0x7d9e8e)+'to\x20resourc'+'e_type\x20\x27')+_0x3e86bc+'\x27',_0x221a7f['status'](0x12fd+-0x13f7+0x28a)[_0x22f255(-_0x11048d._0x594330,-_0x11048d._0x5b6542,-_0x11048d._0x2a6ad9,-_0x11048d._0x5e6cf1)](_0x3a464b);}})),_0x13a436={};return _0x13a436['bindings']=_0x5161f1,_0x6071d2[_0x1015f3(0x3cd,0x409,0x416,_0x8e1816._0x570738)](_0x13a436);}catch(_0x26b57e){if(_0x2b2e03[_0x30b289(0x563,_0x8e1816._0x383ca6,_0x8e1816._0x424b64,0x580)](_0x1015f3(0x345,0x30b,0x2e0,0x319),_0x2b2e03[_0x30b289(0x515,_0x8e1816._0x4236b3,_0x8e1816._0x3fa9f7,0x52e)]))_0xfb0fb2=_0x3d0f95[_0x1015f3(_0x8e1816._0x31c8b1,_0x8e1816._0x5c8b92,0x397,0x375)](_0x4474c8=>_0x4474c8[_0x30b289(0x4d7,0x525,0x4be,0x4c9)+'pe']===_0x571002[_0x1015f3(0x3a1,0x38a,0x3c7,0x36c)][_0x30b289(0x4e4,0x468,0x4be,0x4e9)+'pe']);else{const _0x4aa87b={};_0x4aa87b['error']=_0x26b57e['message'],logger[_0x30b289(_0x8e1816._0x4ef741,_0x8e1816._0x314fcd,0x547,0x567)](_0x2b2e03['Njayd'],_0x4aa87b);const _0xb1901={};return _0xb1901[_0x1015f3(_0x8e1816._0x42c46c,_0x8e1816._0xb10cf9,_0x8e1816._0x1e49e5,_0x8e1816._0x58c415)]=_0x2b2e03['DljFp'],_0x6071d2[_0x30b289(0x5ad,_0x8e1816._0x811eb9,0x554,0x53b)](-0x1532+0xdb0+0x2*0x4bb)[_0x30b289(0x546,_0x8e1816._0x575f6c,_0x8e1816._0x2cfed7,0x553)](_0xb1901);}}}),router[_0x4be664(0x523,0x56f,0x52f,0x50f)]('/',async(_0x184039,_0x406108)=>{const _0x2f9aa5={_0xbbf1db:0x26c,_0x396ff9:0x231,_0x105b7a:0x258,_0x2220ad:0x1aa,_0x205baf:0x1c7,_0x163bc1:0x1fe,_0x5ae50f:0x249,_0x315a5f:0x20c,_0x37273b:0x1b6,_0x385233:0x230,_0x35e543:0x1c9,_0x329e28:0x24c,_0x46d46e:0x29a,_0x45de82:0x20a,_0x311d37:0x1be,_0x48196f:0x1c7,_0x4e914e:0x220,_0x51add3:0x184,_0x9ceab1:0x20b,_0xf492db:0x23a,_0xef25c2:0x190,_0x2ff0a8:0x1b4,_0x5efa07:0x20d,_0x57b594:0x1f9,_0xcce6d:0x193,_0x365e45:0x1e6,_0x28dc98:0x1d2,_0x4af143:0x16b,_0x4af2bb:0x284,_0x30c882:0x1c3,_0x587ada:0x238,_0x4c8c65:0x14a,_0xe4491c:0x188,_0x80d103:0x1cc,_0x31851b:0x273,_0x41bce5:0x256,_0x355ccd:0x291,_0x581006:0x20a,_0x437ed3:0x1e6,_0x62c872:0x14f,_0x44c0c4:0x218,_0x4f33f0:0x1bb,_0x35c3b7:0x149,_0x49e7f5:0x211,_0x98dc69:0x23c,_0x463c1e:0x23c,_0x231765:0x240,_0x2dfb19:0x187,_0x35a05f:0x14c,_0x1f0881:0x167,_0x2d1111:0x110,_0x27b998:0x175,_0x4e9b7b:0x26a,_0x3985f4:0x24d,_0x26920c:0x1b7,_0x3277f4:0x22a,_0x5483f3:0x202,_0x53ce74:0x18f,_0xf7b18d:0x1e1,_0x392668:0x1b2,_0x13fafa:0x1bd,_0x2295bb:0x133,_0x420459:0x16e,_0x296b6d:0x153,_0x149c22:0x1ee,_0xd95eac:0x219,_0x5d7a83:0x1fd,_0x483e6f:0x22a,_0x27af3e:0x1e3,_0x240ace:0x17e,_0x2a9236:0x1c1,_0x3a67e4:0x17d,_0x38ee4e:0x17b,_0x3275d5:0x132,_0x125862:0x157,_0x50757c:0x213,_0x31dfc8:0x179,_0x14a317:0x13f,_0x39248c:0x142,_0x4ea91f:0x192,_0xeb420a:0x15f,_0x5e8488:0x1f4,_0x3413bd:0x1a9,_0x39a5b4:0x1c5,_0x96826b:0x161,_0x2a846d:0x1a3,_0x15804e:0x12d,_0x10be62:0x200,_0x4192d0:0x20d,_0x478372:0x1d3,_0x1c48a6:0x197,_0x50b05c:0x171,_0x167287:0x28e,_0x3a27f7:0x223,_0x85e5d4:0x26b,_0x1b22c0:0x2aa,_0x335619:0x23d,_0x2a5711:0x221,_0x2206d4:0x1ac,_0x557e8b:0x194,_0x125c69:0x163,_0x5e6904:0x241,_0x37a44f:0x21d,_0x1faadf:0x1fb,_0x55c595:0x236,_0x235802:0x25b,_0x3a1821:0x1a0,_0xea8187:0x1d1,_0x2e2b3f:0x238,_0xfd5573:0x1d6,_0x4dcbff:0x184,_0xa002a1:0x16a,_0x44a075:0x135,_0x16f566:0x21c,_0x4b1a1d:0x258,_0x337d5f:0x191,_0x2c1f4d:0x255,_0x53e7fb:0x226,_0xe303c5:0x278,_0x11b5a5:0x1f5,_0x28131d:0x174,_0x3ac91b:0x231,_0x251b89:0x1b3,_0x49cdbb:0x1da,_0x3e908d:0x1a2,_0x2970b8:0x2b6,_0x66096d:0x243,_0xc98f30:0x23b,_0x4d39df:0x13e,_0x196c9b:0x1e3,_0x1de384:0x23c,_0x519e09:0x15e,_0x46535a:0x1b0,_0x321ddc:0x1a4,_0x42ddd7:0x1ef,_0x39865a:0x18b,_0x5a4f86:0x1c2,_0x18ed80:0x18f,_0x25a605:0x21c,_0x27d777:0x17e,_0x2b754f:0x1ae,_0xfdcb98:0x17c,_0x55e457:0x112,_0x1313c4:0x161,_0x38ceaa:0x286,_0x1b6a9e:0x1ce,_0x4aab2c:0x1a8,_0x3c11f4:0x1b8,_0x28fc00:0x219,_0x461c8a:0x1d1,_0x1c28ac:0x24a,_0x2aacaa:0x16a,_0x484340:0x19f,_0xbae30f:0x1d4,_0x1c0731:0x192,_0x34e0f6:0x1fa,_0x174f81:0x17c,_0x42d61d:0x1df,_0x5f2f8d:0x1b8,_0x46a613:0x17a,_0x10ac68:0x250,_0x119fa2:0x13d,_0x58f7ce:0x21c,_0x3d0b81:0x237,_0x30acdc:0x209,_0x2fe9ea:0x19f,_0x6928aa:0x1ff,_0x1c0d5e:0x2ad,_0x3e00fd:0x251,_0x19707e:0x128,_0x20ed60:0x163,_0x3051fa:0x20e,_0x4fd893:0x204,_0x4cc34b:0x25a,_0x27ec4a:0x174,_0x45099e:0x15e,_0x12ea85:0x2a7,_0x3dfd87:0x267,_0x18a35a:0x271,_0x5976c2:0x1d0,_0x2b0efc:0x1f6,_0x1394f2:0x27c,_0x43a44a:0x25f,_0x513e1f:0x19f,_0x4b8731:0x138,_0x41de4e:0x25c,_0x2d216f:0x283,_0x5c8142:0x266,_0x4d87a4:0x226,_0x2a88fc:0x20f,_0x2a546f:0x1b2,_0x57d75c:0x143,_0x1d6026:0x16e,_0x4ed324:0x17a,_0x22bea8:0x154,_0x2debb2:0x14e,_0x395b26:0x129,_0x2f8713:0x161,_0x18570b:0x141,_0x22e867:0x1eb,_0xa07e5b:0x23e,_0x28bbdd:0x233,_0x4a820f:0x200,_0x5d43c4:0x137,_0x11a4dc:0x13a,_0x1b8b27:0x216,_0xb6aac:0x277,_0x483b6a:0x17c,_0x15018a:0x113,_0x31e1cc:0x21a,_0x107d33:0x2a3,_0x5514aa:0x198,_0x50b959:0x193,_0x3ffa4f:0x20a,_0x1006a0:0x219,_0x44997a:0x233,_0x17bb28:0x15b,_0x2de9d1:0x12c,_0x5d6ce3:0x288,_0x1eb094:0x1e7,_0x276fd2:0x21c,_0x6d96b9:0x1a0,_0x3cc8d4:0x16e,_0x1551de:0x232,_0xdc8226:0x293,_0x3b8cd9:0x21d,_0x45d77d:0x1d8,_0x18a809:0x1a6,_0x2297a5:0x1e9,_0x36f058:0x24c,_0x2189d5:0x172,_0x2b98ee:0x1bd,_0xe5d764:0x203,_0xe52ec0:0x168,_0x480bb1:0x185,_0x3a1b2d:0x117,_0x329ec3:0x1d5,_0x101024:0x1c4,_0x20f89c:0x1cd,_0x5de987:0x1a5,_0x78e752:0x1f3,_0x59e123:0x26e,_0x2e5f00:0x24b,_0x4636d9:0x223,_0x535775:0x266,_0x17ccb9:0x1c3,_0x35917a:0x120,_0x4c339e:0x1a7,_0x35ef78:0x207,_0x2e0776:0x1b0,_0x361932:0x195,_0x391c7f:0x1af,_0x1c0273:0x182,_0xecb71d:0x221,_0x2c9027:0x219,_0x2fe431:0x1ba,_0x25c15d:0x1ea,_0x40cbb:0x1a0,_0x57d71a:0x180,_0x206ce4:0x270,_0x39a02f:0x271,_0x4f77a0:0x21b,_0x446b9c:0x28d,_0x5582d9:0x24e,_0x3136c8:0x283,_0x30ab01:0x259,_0x2406c9:0x115,_0x1c57f7:0x219,_0x1a88e5:0x18e,_0x3385fd:0x15a,_0x4e17b8:0x125,_0x4fccd3:0x16e,_0x32992d:0x1b1,_0x24b445:0x18f,_0x487dd4:0x1de,_0x1e9d5d:0x21e,_0x435e77:0xfd,_0x11649d:0x165,_0x25cdd6:0x1ac,_0x4b7ca3:0x141,_0xe9f7de:0x21c,_0x16961e:0x265,_0x51232e:0x222,_0x456070:0x21c,_0x2c9cde:0x249,_0x2ff596:0x265},_0x2f195b={_0x11dfa5:0x1f0},_0x4ad35d={'spVSH':_0xe99f7f(_0x2f9aa5._0xbbf1db,_0x2f9aa5._0x396ff9,_0x2f9aa5._0x105b7a,0x284)+'t','QRVVZ':'subject_ty'+_0xe99f7f(0x203,0x1de,_0x2f9aa5._0x2220ad,_0x2f9aa5._0x205baf)+'t_id,\x20role'+'_id,\x20and\x20r'+_0x452214(-0x1bb,-0x1c3,-0x1fc,-_0x2f9aa5._0x163bc1)+_0xe99f7f(0x1e6,0x23c,_0x2f9aa5._0x5ae50f,_0x2f9aa5._0x315a5f)+'uired','iEqNi':_0xe99f7f(0x162,0x1a4,_0x2f9aa5._0x37273b,0x214)+_0xe99f7f(0x277,_0x2f9aa5._0x385233,0x1e1,_0x2f9aa5._0x35e543)+_0xe99f7f(0x296,_0x2f9aa5._0x329e28,0x237,0x219)+_0x452214(-0x1e2,-0x230,-_0x2f9aa5._0x46d46e,-0x1ee)+'am\x22,\x20or\x20\x22s'+_0xe99f7f(0x27d,_0x2f9aa5._0x45de82,0x27c,0x1d4),'rXNms':function(_0x457797,_0x42ab3d){return _0x457797||_0x42ab3d;},'HojcE':_0x452214(-_0x2f9aa5._0x311d37,-_0x2f9aa5._0x48196f,-_0x2f9aa5._0x4e914e,-_0x2f9aa5._0x51add3),'oGPMi':_0x452214(-0x222,-_0x2f9aa5._0x9ceab1,-_0x2f9aa5._0xf492db,-0x1b5),'YsOBS':_0xe99f7f(_0x2f9aa5._0xef25c2,_0x2f9aa5._0x2ff0a8,0x1ff,_0x2f9aa5._0x5efa07)+_0xe99f7f(0x1d0,_0x2f9aa5._0x57b594,0x264,_0x2f9aa5._0xcce6d)+_0xe99f7f(_0x2f9aa5._0x365e45,0x203,0x1da,_0x2f9aa5._0x28dc98)+_0x452214(-0x1f3,-0x18a,-0x180,-_0x2f9aa5._0x4af143),'ZwqcB':_0x452214(-_0x2f9aa5._0x4af2bb,-0x229,-_0x2f9aa5._0x30c882,-_0x2f9aa5._0x587ada)+'t','kGpCm':_0xe99f7f(_0x2f9aa5._0x4c8c65,_0x2f9aa5._0xe4491c,_0x2f9aa5._0x80d103,0x125),'jQVmm':function(_0x7efc46,_0x141c7f){return _0x7efc46!==_0x141c7f;},'wUERt':_0x452214(-0x17d,-0x1bf,-0x1ca,-0x1cb),'FAbxR':_0xe99f7f(_0x2f9aa5._0x31851b,_0x2f9aa5._0x41bce5,0x22f,_0x2f9aa5._0x355ccd),'sKwSt':function(_0x1bd6d0,_0x359728){return _0x1bd6d0(_0x359728);},'uRSzG':function(_0x5c8364,_0x415b30){return _0x5c8364===_0x415b30;},'bcnUz':function(_0x21dc9d,_0x5e48b0){return _0x21dc9d===_0x5e48b0;},'mOcbi':function(_0x48bdd3,_0x2a9a77){return _0x48bdd3!==_0x2a9a77;},'cNTkB':function(_0x1fd4fb,_0x5600c8){return _0x1fd4fb(_0x5600c8);},'VyTet':function(_0x314fda,_0x289a6b){return _0x314fda!==_0x289a6b;},'Lndnt':_0x452214(-0x1eb,-_0x2f9aa5._0x581006,-0x1f7,-0x1e0),'NKBBw':function(_0x252e12,_0x55f263){return _0x252e12(_0x55f263);},'kDCde':_0x452214(-0x1bc,-0x1df,-0x1a1,-0x204),'AWbra':function(_0x4913a1,_0x12e096){return _0x4913a1===_0x12e096;},'tDmFI':function(_0x12d4b5,_0xfe3b64,_0x7798e3,_0x38a7ce){return _0x12d4b5(_0xfe3b64,_0x7798e3,_0x38a7ce);},'klrVI':'Forbidden','LEtdN':function(_0x3a4909,_0x285309,_0x876901){return _0x3a4909(_0x285309,_0x876901);},'mLUGT':function(_0x9afa4b,_0x1c88a4,_0xa20a0a){return _0x9afa4b(_0x1c88a4,_0xa20a0a);},'HnAyx':_0x452214(-0x1ea,-0x213,-_0x2f9aa5._0x437ed3,-0x224)+_0x452214(-0x1ea,-0x1bd,-_0x2f9aa5._0x62c872,-0x1c9),'qKVPY':function(_0x53a227,_0x4c0dac){return _0x53a227===_0x4c0dac;},'GwtQj':_0x452214(-0x1dd,-0x1e3,-0x1e5,-_0x2f9aa5._0x44c0c4),'bVmIF':_0xe99f7f(0x159,_0x2f9aa5._0x4f33f0,_0x2f9aa5._0x35c3b7,0x1f5)+_0x452214(-0x1fe,-_0x2f9aa5._0x49e7f5,-_0x2f9aa5._0x98dc69,-0x262),'KTOcc':_0xe99f7f(_0x2f9aa5._0x463c1e,0x1fe,_0x2f9aa5._0x231765,0x1f6)};function _0x452214(_0x2acb51,_0x3123d0,_0x5c4101,_0x127d18){return _0x4be664(_0x2acb51,_0x3123d0-0x31,_0x5c4101-_0x2f195b._0x11dfa5,_0x3123d0- -0x6a7);}function _0xe99f7f(_0x175a1d,_0x51b864,_0x432c4c,_0x55af26){return _0x4be664(_0x432c4c,_0x51b864-0xb9,_0x432c4c-0xcb,_0x51b864- -0x2fc);}try{const {subject_type:_0x58784b,subject_id:_0x675d90,role_id:_0x4b4414,resource_type:_0x515f18,resource_id:_0x57731}=_0x184039[_0xe99f7f(0x1e1,0x1d3,0x17b,_0x2f9aa5._0x2dfb19)];if(_0x4ad35d[_0x452214(-_0x2f9aa5._0x35a05f,-_0x2f9aa5._0x1f0881,-0x13d,-_0x2f9aa5._0x2d1111)](!_0x58784b,!_0x675d90)||!_0x4b4414||!_0x515f18){const _0x3005ed={};return _0x3005ed['error']=_0x4ad35d[_0xe99f7f(0x12c,0x19f,_0x2f9aa5._0x27b998,0x1b6)],_0x3005ed[_0x452214(-_0x2f9aa5._0x4e9b7b,-0x219,-_0x2f9aa5._0x3985f4,-0x21d)]=_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x26920c,_0x2f9aa5._0x3277f4,0x1cd,_0x2f9aa5._0x5483f3)],_0x406108['status'](0x2016+-0x1*0x506+0x10*-0x198)[_0x452214(-0x1b4,-_0x2f9aa5._0x53ce74,-_0x2f9aa5._0xf7b18d,-0x179)](_0x3005ed);}if(![_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x392668,0x1ff,0x20c,_0x2f9aa5._0x13fafa)],_0x4ad35d['oGPMi']]['includes'](_0x58784b)){const _0x4c4219={};return _0x4c4219[_0x452214(-_0x2f9aa5._0x2295bb,-_0x2f9aa5._0x420459,-0x192,-0x179)]=_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x296b6d,0x19f,0x16f,0x210)],_0x4c4219[_0x452214(-_0x2f9aa5._0x149c22,-_0x2f9aa5._0xd95eac,-0x266,-0x27f)]=_0x4ad35d[_0xe99f7f(0x18a,_0x2f9aa5._0x5d7a83,0x198,_0x2f9aa5._0x483e6f)],_0x406108['status'](0x845*-0x1+0x2620*-0x1+0x1*0x2ff5)['json'](_0x4c4219);}if(![_0x4ad35d['ZwqcB'],_0x452214(-0x1e8,-_0x2f9aa5._0x48196f,-_0x2f9aa5._0x27af3e,-_0x2f9aa5._0x240ace),_0x4ad35d['kGpCm']][_0xe99f7f(_0x2f9aa5._0x2a9236,0x197,_0x2f9aa5._0x3a67e4,_0x2f9aa5._0x38ee4e)](_0x515f18)){if(_0x4ad35d[_0x452214(-_0x2f9aa5._0x3275d5,-0x19e,-0x211,-_0x2f9aa5._0x125862)](_0x4ad35d[_0xe99f7f(0x204,0x24d,_0x2f9aa5._0x50757c,0x21a)],_0x4ad35d[_0xe99f7f(0x19f,_0x2f9aa5._0x31dfc8,0x1ac,0x163)])){const _0x21f643={};return _0x21f643[_0x452214(-_0x2f9aa5._0x14a317,-0x16e,-0x1d0,-_0x2f9aa5._0x39248c)]=_0x4ad35d['spVSH'],_0x21f643[_0xe99f7f(0x18b,_0x2f9aa5._0x4ea91f,_0x2f9aa5._0xeb420a,0x150)]=_0x4ad35d[_0xe99f7f(0x22e,_0x2f9aa5._0x5e8488,_0x2f9aa5._0x3413bd,0x1a6)],_0x406108[_0x452214(-_0x2f9aa5._0x39a5b4,-_0x2f9aa5._0x96826b,-_0x2f9aa5._0x2a846d,-0xee)](0x86*-0xb+-0x1*0xc5+-0x1*-0x817)[_0x452214(-0x16a,-0x18f,-0x1a0,-_0x2f9aa5._0x15804e)](_0x21f643);}else{if(!(_0x17b646[_0x452214(-_0x2f9aa5._0x10be62,-0x1fe,-0x20e,-_0x2f9aa5._0x4192d0)+'s'][_0xe99f7f(_0x2f9aa5._0x478372,_0x2f9aa5._0x1c48a6,_0x2f9aa5._0x57b594,_0x2f9aa5._0x50b05c)]('*')&&_0x2e17ef===_0x452214(-_0x2f9aa5._0x167287,-_0x2f9aa5._0x3a27f7,-_0x2f9aa5._0x85e5d4,-0x22e))){const _0x4d42ae={};return _0x4d42ae[_0xe99f7f(_0x2f9aa5._0x1b22c0,_0x2f9aa5._0x335619,0x20b,0x23a)]=_0x4ad35d[_0x452214(-0x1a3,-0x20c,-_0x2f9aa5._0x2a5711,-0x1b2)],_0x4d42ae[_0xe99f7f(_0x2f9aa5._0x2206d4,0x192,0x160,0x1fa)]=_0x452214(-_0x2f9aa5._0x557e8b,-_0x2f9aa5._0x125c69,-0x109,-0x163)+_0x53990b[_0xe99f7f(_0x2f9aa5._0x5e6904,_0x2f9aa5._0x27af3e,_0x2f9aa5._0x39a5b4,0x19e)]+_0xe99f7f(_0x2f9aa5._0x37a44f,_0x2f9aa5._0x1faadf,_0x2f9aa5._0x55c595,_0x2f9aa5._0x235802)+_0x1a445f+('-scoped\x20pe'+_0xe99f7f(_0x2f9aa5._0x3a1821,_0x2f9aa5._0xea8187,_0x2f9aa5._0x2e2b3f,0x1e1)+'and\x20cannot'+_0x452214(-0x224,-_0x2f9aa5._0xfd5573,-_0x2f9aa5._0x4dcbff,-_0x2f9aa5._0xa002a1)+'to\x20resourc'+_0xe99f7f(0x136,0x17c,0x15d,_0x2f9aa5._0x44a075))+_0x237958+'\x27',_0x43167b['status'](-0x23d0+0x22e+-0x109*-0x22)[_0xe99f7f(_0x2f9aa5._0xbbf1db,_0x2f9aa5._0x16f566,_0x2f9aa5._0x4b1a1d,0x1e3)](_0x4d42ae);}}}const _0x54bf92=await _0x4ad35d[_0x452214(-0x244,-0x1f2,-_0x2f9aa5._0x1faadf,-_0x2f9aa5._0x337d5f)](getRoleById,_0x4b4414);if(!_0x54bf92){const _0x33cc68={};return _0x33cc68['error']=_0x4ad35d[_0x452214(-0x1bb,-0x20c,-_0x2f9aa5._0x16f566,-_0x2f9aa5._0x2c1f4d)],_0x33cc68[_0x452214(-0x1e7,-0x219,-0x1a6,-0x1c4)]='Role\x20\x27'+_0x4b4414+(_0xe99f7f(_0x2f9aa5._0x16f566,_0x2f9aa5._0x53e7fb,_0x2f9aa5._0x85e5d4,_0x2f9aa5._0xe303c5)+'d'),_0x406108['status'](-0x5c1+-0x12*-0x18a+0x133*-0x11)[_0xe99f7f(0x27c,_0x2f9aa5._0x16f566,0x275,0x231)](_0x33cc68);}const _0x514035=inferRoleResourceType(_0x54bf92[_0xe99f7f(0x1c0,0x1ad,_0x2f9aa5._0x11b5a5,_0x2f9aa5._0x28131d)+'s']);if(_0x514035&&_0x4ad35d[_0x452214(-0x14f,-0x19e,-0x206,-0x1bb)](_0x514035,_0x515f18)){if(!(_0x54bf92[_0x452214(-_0x2f9aa5._0x3ac91b,-_0x2f9aa5._0x163bc1,-0x227,-0x1b7)+'s'][_0xe99f7f(_0x2f9aa5._0x251b89,0x197,_0x2f9aa5._0x49cdbb,_0x2f9aa5._0x3e908d)]('*')&&_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x2970b8,_0x2f9aa5._0x66096d,0x264,_0x2f9aa5._0xc98f30)](_0x515f18,_0x4ad35d[_0x452214(-_0x2f9aa5._0x4d39df,-_0x2f9aa5._0x4ea91f,-_0x2f9aa5._0x196c9b,-_0x2f9aa5._0x1faadf)]))){const _0x222a08={};return _0x222a08['error']=_0x4ad35d['spVSH'],_0x222a08['message']=_0xe99f7f(_0x2f9aa5._0x46d46e,0x248,0x1fa,_0x2f9aa5._0x1de384)+_0x54bf92['name']+_0x452214(-_0x2f9aa5._0x519e09,-_0x2f9aa5._0x46535a,-0x1df,-_0x2f9aa5._0x321ddc)+_0x514035+('-scoped\x20pe'+_0x452214(-_0x2f9aa5._0x42ddd7,-0x1da,-_0x2f9aa5._0x31dfc8,-0x1d3)+_0x452214(-_0x2f9aa5._0x39865a,-_0x2f9aa5._0x5a4f86,-_0x2f9aa5._0x18ed80,-_0x2f9aa5._0x3a27f7)+_0x452214(-_0x2f9aa5._0x205baf,-0x1d6,-0x1fd,-_0x2f9aa5._0x25a605)+_0xe99f7f(0x152,_0x2f9aa5._0x27d777,0x111,0x175)+_0xe99f7f(_0x2f9aa5._0x2b754f,_0x2f9aa5._0xfdcb98,0x15c,_0x2f9aa5._0x55e457))+_0x515f18+'\x27',_0x406108[_0x452214(-0x1a8,-_0x2f9aa5._0x1313c4,-_0x2f9aa5._0x296b6d,-_0x2f9aa5._0x38ee4e)](0xe7d*0x1+-0xd95*-0x1+-0x1a82)[_0xe99f7f(0x279,0x21c,0x1c0,_0x2f9aa5._0x38ceaa)](_0x222a08);}}if(_0x58784b===_0x4ad35d['HojcE']){const _0x30887a=await _0x4ad35d['sKwSt'](getTeamById,_0x675d90);if(!_0x30887a){const _0x1be2dc={};return _0x1be2dc['error']=_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x1b6a9e,0x19f,0x1fd,_0x2f9aa5._0x4aab2c)],_0x1be2dc[_0x452214(-_0x2f9aa5._0x3c11f4,-_0x2f9aa5._0x28fc00,-0x260,-0x221)]=_0x452214(-0x26a,-0x228,-0x1ed,-_0x2f9aa5._0x461c8a)+_0x675d90+('\x27\x20not\x20foun'+'d'),_0x406108[_0xe99f7f(0x24f,_0x2f9aa5._0x1c28ac,0x263,0x279)](-0x1e62+0xdce+0x1224)[_0x452214(-_0x2f9aa5._0x38ee4e,-0x18f,-0x1d5,-_0x2f9aa5._0x2aacaa)](_0x1be2dc);}}else{const _0x3abae4=await _0x4ad35d['sKwSt'](findUserById,_0x675d90);if(!_0x3abae4){const _0x8f0696={};return _0x8f0696['error']=_0x4ad35d[_0xe99f7f(0x169,_0x2f9aa5._0x484340,0x1d4,_0x2f9aa5._0xbae30f)],_0x8f0696[_0xe99f7f(0x132,_0x2f9aa5._0x1c0731,_0x2f9aa5._0x34e0f6,_0x2f9aa5._0x174f81)]=_0xe99f7f(0x175,_0x2f9aa5._0x42d61d,_0x2f9aa5._0x5f2f8d,_0x2f9aa5._0x46a613)+_0x675d90+(_0xe99f7f(_0x2f9aa5._0x10ac68,0x226,0x201,0x252)+'d'),_0x406108[_0x452214(-0x1c4,-_0x2f9aa5._0x96826b,-_0x2f9aa5._0x2ff0a8,-_0x2f9aa5._0x119fa2)](-0x7cc*-0x5+-0x6e7+-0x1e85)[_0xe99f7f(0x1d4,_0x2f9aa5._0x58f7ce,0x258,_0x2f9aa5._0x3d0b81)](_0x8f0696);}}if(_0x4ad35d[_0x452214(-0x272,-_0x2f9aa5._0x30acdc,-0x213,-_0x2f9aa5._0x2fe9ea)](_0x515f18,_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x6928aa,0x196,_0x2f9aa5._0x1c48a6,0x147)])&&_0x57731&&_0x4ad35d['mOcbi'](_0x57731,'*')){if(!await _0x4ad35d[_0xe99f7f(_0x2f9aa5._0x1c0d5e,_0x2f9aa5._0x3e00fd,0x238,0x221)](environmentExists,_0x57731)){const _0x27e407={};return _0x27e407[_0x452214(-_0x2f9aa5._0x19707e,-_0x2f9aa5._0x420459,-0x188,-_0x2f9aa5._0x20ed60)]=_0x4ad35d[_0x452214(-_0x2f9aa5._0x3051fa,-_0x2f9aa5._0x315a5f,-_0x2f9aa5._0x55c595,-0x1c2)],_0x27e407[_0x452214(-0x258,-_0x2f9aa5._0xd95eac,-0x1c1,-0x1c1)]=_0xe99f7f(0x235,_0x2f9aa5._0x4fd893,0x25c,_0x2f9aa5._0x4cc34b)+'t\x20\x27'+_0x57731+(_0x452214(-_0x2f9aa5._0x27ec4a,-0x185,-_0x2f9aa5._0x35e543,-_0x2f9aa5._0x45099e)+'d'),_0x406108['status'](0x1d0a+0xab*-0xa+-0x14cc)['json'](_0x27e407);}}if(_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x12ea85,_0x2f9aa5._0x66096d,_0x2f9aa5._0x3dfd87,_0x2f9aa5._0x18a35a)](_0x515f18,_0x4ad35d['HojcE'])&&_0x57731&&_0x4ad35d[_0xe99f7f(0x16d,_0x2f9aa5._0x5976c2,0x1f0,_0x2f9aa5._0x2b0efc)](_0x57731,'*')){if(_0x4ad35d[_0xe99f7f(0x1c4,0x227,_0x2f9aa5._0x1394f2,0x21c)](_0x4ad35d[_0x452214(-0x218,-0x1eb,-0x201,-0x232)],_0x4ad35d[_0x452214(-0x1c5,-0x1eb,-_0x2f9aa5._0x43a44a,-0x177)])){const _0x1e1389={};return _0x1e1389['error']=_0x4ad35d[_0xe99f7f(0x1bc,_0x2f9aa5._0x513e1f,0x135,_0x2f9aa5._0x4b8731)],_0x1e1389[_0x452214(-0x241,-0x219,-0x21e,-_0x2f9aa5._0x41de4e)]=_0x452214(-0x1cf,-0x228,-0x277,-_0x2f9aa5._0x2d216f)+_0x3aebf0+(_0xe99f7f(_0x2f9aa5._0x5c8142,_0x2f9aa5._0x4d87a4,0x25b,_0x2f9aa5._0x163bc1)+'d'),_0x1ced13[_0xe99f7f(_0x2f9aa5._0x2a88fc,_0x2f9aa5._0x1c28ac,0x251,0x27f)](0x1b38+-0x2310+-0x4*-0x25a)[_0x452214(-0x177,-0x18f,-0x1df,-_0x2f9aa5._0x2a546f)](_0x1e1389);}else{const _0x596a86=await getTeamById(_0x57731);if(!_0x596a86){const _0x1d8b62={};return _0x1d8b62[_0x452214(-_0x2f9aa5._0x57d75c,-_0x2f9aa5._0x1d6026,-_0x2f9aa5._0x62c872,-0x18c)]=_0x452214(-0x106,-_0x2f9aa5._0x4ed324,-0x17b,-0x1ba)+'t',_0x1d8b62[_0xe99f7f(0x170,0x192,0x1e3,_0x2f9aa5._0x22bea8)]=_0xe99f7f(0x151,0x183,0x199,_0x2f9aa5._0x2debb2)+_0x57731+('\x27\x20not\x20foun'+'d'),_0x406108[_0x452214(-_0x2f9aa5._0x395b26,-_0x2f9aa5._0x2f8713,-0x168,-_0x2f9aa5._0x18570b)](-0x1*0x25cd+-0x266c+0x4dc9)[_0xe99f7f(0x28a,0x21c,_0x2f9aa5._0x22e867,_0x2f9aa5._0xa07e5b)](_0x1d8b62);}}}const _0x100402=await _0x4ad35d[_0xe99f7f(0x1eb,_0x2f9aa5._0x28bbdd,0x248,0x1c4)](hasAllPermissions,_0x184039[_0xe99f7f(0x1ec,_0x2f9aa5._0x3a1821,0x1c6,0x1fb)]['id']);if(!_0x100402){if(_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x4a820f,0x1a3,_0x2f9aa5._0x5d43c4,_0x2f9aa5._0x11a4dc)]===_0xe99f7f(0x215,_0x2f9aa5._0x1b8b27,0x1ab,_0x2f9aa5._0xb6aac)){const _0x2c763c={};return _0x2c763c[_0x452214(-_0x2f9aa5._0x483b6a,-0x16e,-_0x2f9aa5._0x15018a,-0x10c)]=_0xe99f7f(_0x2f9aa5._0x31e1cc,0x231,_0x2f9aa5._0x107d33,0x1c5)+'t',_0x2c763c['message']=_0x4ad35d[_0x452214(-0x1d0,-0x181,-0x1d5,-0x1db)],_0x5e49cd[_0x452214(-_0x2f9aa5._0x5514aa,-0x161,-_0x2f9aa5._0x50b959,-0xff)](0x1621*0x1+-0xd49+-0x748)[_0xe99f7f(_0x2f9aa5._0x3ffa4f,0x21c,_0x2f9aa5._0x437ed3,0x1c5)](_0x2c763c);}else{const _0x11979a=_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x1006a0,_0x2f9aa5._0x44997a,0x26f,0x1fb)](getManagePermission,_0x515f18);if(_0x11979a){const _0x570733=_0x4ad35d[_0x452214(-0x12a,-_0x2f9aa5._0x17bb28,-_0x2f9aa5._0x2de9d1,-_0x2f9aa5._0x4d39df)](_0x515f18,_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x5d6ce3,0x219,_0x2f9aa5._0x1eb094,0x233)])?null:_0x57731,_0x1f7266=await _0x4ad35d[_0x452214(-_0x2f9aa5._0x276fd2,-0x210,-0x1c5,-0x202)](hasPermission,_0x184039[_0xe99f7f(0x13d,_0x2f9aa5._0x6d96b9,0x1fc,_0x2f9aa5._0x2295bb)]['id'],_0x11979a,_0x570733);if(!_0x1f7266){const _0x5143e9={};return _0x5143e9[_0x452214(-0x145,-_0x2f9aa5._0x3cc8d4,-0x170,-0x174)]=_0x4ad35d[_0x452214(-_0x2f9aa5._0x1551de,-0x231,-_0x2f9aa5._0xdc8226,-_0x2f9aa5._0x4e914e)],_0x5143e9[_0x452214(-_0x2f9aa5._0x3b8cd9,-0x219,-0x1b7,-_0x2f9aa5._0x45d77d)]=_0xe99f7f(0x1ce,_0x2f9aa5._0x18a809,_0x2f9aa5._0xef25c2,_0x2f9aa5._0x2297a5)+_0xe99f7f(0x200,_0x2f9aa5._0x44c0c4,0x252,_0x2f9aa5._0x36f058)+_0x11979a+(_0xe99f7f(_0x2f9aa5._0x2189d5,_0x2f9aa5._0x2b98ee,_0x2f9aa5._0xe5d764,_0x2f9aa5._0xe52ec0)+'n\x20on\x20this\x20'+_0xe99f7f(0x148,_0x2f9aa5._0x2dfb19,_0x2f9aa5._0x480bb1,0x159)),_0x406108[_0x452214(-0x1ac,-0x161,-_0x2f9aa5._0x3a1b2d,-0x16b)](-0x2*-0x7e2+-0x18a5+0xa74)[_0xe99f7f(_0x2f9aa5._0x5ae50f,0x21c,_0x2f9aa5._0x329ec3,0x23f)](_0x5143e9);}}const _0x169810=_0x515f18===_0x4ad35d['ZwqcB']?await _0x4ad35d[_0x452214(-0x1cd,-0x19d,-0x179,-_0x2f9aa5._0x3275d5)](resolveUserPermissions,_0x184039[_0xe99f7f(0x14d,0x1a0,0x1e8,0x1d7)]['id'],_0x57731):['*'],_0x26a669=_0x4ad35d[_0xe99f7f(_0x2f9aa5._0x101024,_0x2f9aa5._0x20f89c,0x224,0x212)](isPermissionSubsetOf,_0x54bf92[_0x452214(-0x1a4,-_0x2f9aa5._0x163bc1,-_0x2f9aa5._0x5de987,-0x238)+'s'],_0x169810);if(!_0x26a669[_0xe99f7f(_0x2f9aa5._0x30acdc,_0x2f9aa5._0x78e752,_0x2f9aa5._0x231765,_0x2f9aa5._0x57b594)])return _0x406108[_0xe99f7f(0x1e3,0x24a,0x1f0,_0x2f9aa5._0x59e123)](0x511+-0xf71+-0x1b5*-0x7)['json']({'error':_0x4ad35d['HnAyx'],'message':_0x452214(-_0x2f9aa5._0x2e5f00,-_0x2f9aa5._0x3b8cd9,-_0x2f9aa5._0x4636d9,-_0x2f9aa5._0x535775)+_0x54bf92[_0x452214(-0x1a5,-0x1c8,-_0x2f9aa5._0x17ccb9,-0x1b2)]+(_0x452214(-0x1dd,-0x194,-_0x2f9aa5._0x35917a,-_0x2f9aa5._0x15804e)+_0x452214(-0x237,-0x1ee,-0x1d4,-0x1bf)+'ns\x20you\x20do\x20'+_0xe99f7f(_0x2f9aa5._0x4c339e,_0x2f9aa5._0x35ef78,0x22d,_0x2f9aa5._0x2220ad))+_0x26a669[_0xe99f7f(_0x2f9aa5._0x2e0776,0x1e6,0x1df,0x1f8)+_0xe99f7f(_0x2f9aa5._0x361932,_0x2f9aa5._0xfd5573,0x21d,0x21a)][_0x452214(-0x19f,-0x1ba,-_0x2f9aa5._0x391c7f,-_0x2f9aa5._0x1c0273)](',\x20')});}}const _0x103e35=await createBinding({'subject_type':_0x58784b,'subject_id':_0x675d90,'role_id':_0x4b4414,'resource_type':_0x515f18,'resource_id':_0x4ad35d[_0x452214(-0x145,-_0x2f9aa5._0x17bb28,-0x195,-0x187)](_0x515f18,_0x4ad35d[_0xe99f7f(_0x2f9aa5._0xecb71d,_0x2f9aa5._0x2c9027,_0x2f9aa5._0x2fe431,_0x2f9aa5._0x1c28ac)])?undefined:_0x57731,'created_by':_0x184039[_0xe99f7f(_0x2f9aa5._0x25c15d,_0x2f9aa5._0x40cbb,_0x2f9aa5._0x5d43c4,_0x2f9aa5._0x57d71a)]['id']}),_0x3dae89={};return _0x3dae89[_0x452214(-0x24e,-0x219,-0x1e3,-_0x2f9aa5._0xb6aac)]='Binding\x20cr'+_0xe99f7f(_0x2f9aa5._0x315a5f,0x1c4,0x1a5,0x157)+_0x452214(-_0x2f9aa5._0x206ce4,-0x21c,-_0x2f9aa5._0x2a88fc,-0x20d),_0x3dae89[_0x452214(-_0x2f9aa5._0x39a02f,-_0x2f9aa5._0x4f77a0,-_0x2f9aa5._0x446b9c,-_0x2f9aa5._0x5582d9)]=_0x103e35,_0x406108[_0xe99f7f(0x204,0x24a,_0x2f9aa5._0x3136c8,_0x2f9aa5._0x30ab01)](0x24e0+0x2192+-0x45a9)['json'](_0x3dae89);}catch(_0x549d58){if(_0x4ad35d['qKVPY'](_0x4ad35d['GwtQj'],_0x4ad35d[_0x452214(-_0x2f9aa5._0x478372,-0x171,-_0x2f9aa5._0x2406c9,-0x199)])){if(_0x549d58[_0x452214(-0x1cb,-_0x2f9aa5._0x1c57f7,-0x1d7,-0x1b1)][_0xe99f7f(0x1aa,0x197,_0x2f9aa5._0x1a88e5,_0x2f9aa5._0x3385fd)](_0x4ad35d['bVmIF'])){const _0x23f97c={};return _0x23f97c[_0x452214(-_0x2f9aa5._0x4e17b8,-_0x2f9aa5._0x4fccd3,-0x145,-0x1a9)]=_0x4ad35d[_0x452214(-_0x2f9aa5._0x32992d,-_0x2f9aa5._0x5efa07,-0x226,-0x1c5)],_0x23f97c['message']=_0x549d58['message'],_0x406108['status'](0x25e9+0xf*-0x17+0x1*-0x22f7)[_0x452214(-0x188,-_0x2f9aa5._0x24b445,-0x158,-0x1fb)](_0x23f97c);}const _0x4d87c2={};_0x4d87c2['error']=_0x549d58[_0xe99f7f(_0x2f9aa5._0x487dd4,0x192,0x1f8,0x1bf)],logger[_0xe99f7f(0x26b,_0x2f9aa5._0x335619,0x206,_0x2f9aa5._0x1e9d5d)](_0x452214(-_0x2f9aa5._0x435e77,-0x153,-0xe6,-_0x2f9aa5._0x11649d)+_0xe99f7f(0x20e,0x1ed,_0x2f9aa5._0x25cdd6,0x1fb)+'ng',_0x4d87c2);const _0x454ab5={};return _0x454ab5[_0x452214(-0x10e,-0x16e,-_0x2f9aa5._0x4b7ca3,-0x1cc)]='Internal\x20s'+'erver\x20erro'+'r',_0x406108[_0xe99f7f(_0x2f9aa5._0xe9f7de,_0x2f9aa5._0x1c28ac,0x217,_0x2f9aa5._0x16961e)](-0x222a+0x2704+-0x2e6)[_0xe99f7f(_0x2f9aa5._0x51232e,_0x2f9aa5._0x456070,0x1d1,0x260)](_0x454ab5);}else{const _0x5d085e={};return _0x5d085e['error']=_0x4ad35d['spVSH'],_0x5d085e[_0x452214(-0x273,-0x219,-0x1a8,-0x247)]=_0x4ad35d['iEqNi'],_0x5bbb60[_0xe99f7f(_0x2f9aa5._0x2c9cde,_0x2f9aa5._0x1c28ac,0x279,_0x2f9aa5._0xa07e5b)](-0x179*0xc+-0x29f*-0xb+-0x999)[_0xe99f7f(_0x2f9aa5._0x2ff596,0x21c,_0x2f9aa5._0x315a5f,0x249)](_0x5d085e);}}});function _0x4be664(_0x54ff04,_0x30c1e9,_0x34d33e,_0x4e3cf4){return _0x344b(_0x4e3cf4-0x36d,_0x54ff04);}router[_0x4be664(0x55d,0x4a6,0x567,0x501)](_0xf5c50(-0x118,-0xbd,-0x156,-0x136),async(_0x24f6fd,_0x41f1f5)=>{const _0x5ccc29={_0x474cfa:0xcf,_0x491ac7:0x45,_0x1e4c5c:0x13,_0x48f118:0x68,_0x30598e:0x90,_0x2c8d82:0x48,_0x3f2a9d:0x11,_0x19fde5:0xa9,_0x180376:0xdd,_0x1f31f7:0xf7,_0xdebacd:0xb5,_0x2a6358:0x139,_0xcfbeef:0x191,_0x50a554:0xea,_0x194e3c:0x48,_0x41fcd2:0x22,_0x411aef:0x1f,_0x57cc34:0xb8,_0x2fd4e7:0x73,_0x349b9e:0xae,_0xd36df6:0x122,_0x2d004b:0xcc,_0x5c2561:0xc3,_0x3250d6:0xbc,_0x42dd34:0x64,_0x3049e3:0x131,_0x128fb9:0xdb,_0x3c0b10:0x65,_0x30690b:0x120,_0x1edec3:0x78,_0x4f507a:0x167,_0x5077ea:0x153,_0x19d835:0x191,_0x4a9f5b:0x60,_0x416cb1:0x48,_0x49709b:0x57,_0x184c14:0x43,_0x530a9c:0x4d,_0x21df17:0x81,_0x1b0f1f:0x10f,_0x16b011:0xea,_0x76164d:0xc7,_0x57824b:0x144,_0x435f83:0xd5,_0x31f592:0x86,_0x231b5a:0x69,_0x3c9dc4:0xb4,_0x8410d7:0x107,_0x5a6c07:0xec,_0x57718c:0x34,_0x2281f0:0xd8,_0x2685c1:0x17e,_0x309fa1:0xf8,_0x53c618:0x80,_0x1fe258:0xea,_0xd8829b:0x6c,_0x33bdb4:0x28,_0x11a636:0x4b,_0x240618:0x69,_0x390937:0x9e,_0x3a61ab:0xc1,_0x572193:0x4d,_0x1b30cf:0x92,_0x59b29c:0x18,_0x2cd20a:0xe,_0x40d855:0xc,_0x7d6582:0x22,_0x118f59:0x6,_0x45ee54:0x7f,_0x15c0a2:0x4e,_0x1ad733:0x1c,_0x37ea88:0xa,_0x400268:0x5,_0x4fe107:0x20,_0x3c4bca:0x44,_0x4d6907:0x21,_0x19e688:0x16c,_0x1580c5:0x15d,_0x29427f:0x12d,_0x3b94cf:0x123,_0x41b900:0x41,_0x6d42b7:0x60,_0x32f2fe:0x11a,_0x4c3c35:0xb6,_0xfedc62:0x102,_0x4071d7:0x121,_0x533844:0xc4,_0x1994a9:0x6,_0x22238a:0x127,_0x337588:0x124,_0x2f1b09:0x116,_0x78bb3:0x14c,_0x11d505:0x15e,_0x7fb3bb:0x130,_0x1b21da:0x195,_0x5259dd:0xe6,_0x422d8b:0xa0,_0x1f6cfe:0x98,_0x5b7269:0xff,_0x25f63c:0xd2,_0x331ec1:0x15a,_0x43e729:0x115,_0x9e9e7e:0x1a6,_0x1f4e0e:0x12c,_0x1bf3a1:0x18c,_0x1a9f1c:0x16b,_0x2928be:0x156,_0x186c06:0x184,_0x368cce:0x12b,_0x1e6fd0:0xc4,_0x4dd7f9:0xd6,_0x5cec8a:0x15e,_0x5b6835:0x128,_0x4a5e0d:0xd1,_0x3bfce8:0x1df,_0x50f571:0x174,_0x346b61:0x2c,_0x38c01d:0x6f,_0x14b7a5:0x87,_0x133bb1:0xed,_0x2d1835:0x151,_0x30d8db:0x108,_0x2cc53c:0xbd,_0x44634f:0x76,_0x2642ba:0x8e,_0x1a32b7:0x149,_0x3eeca8:0x89,_0x108569:0xe5,_0x2342bb:0xfc,_0x509c8c:0x1bb,_0xe73021:0x5d,_0x2af1b7:0x54,_0x4ca8c4:0x9a,_0x2f4eea:0xd9,_0x58d822:0xf5,_0x2e8c90:0xee,_0x200e44:0x57,_0x1e69af:0x32,_0x36ee68:0x1f,_0x45f5d9:0x2b,_0x5c27e2:0xcd,_0x55cdc9:0xa6,_0x4d94f5:0x7c,_0x5ea938:0x10d,_0x1fbb41:0x5f,_0x1bad97:0x69,_0x28e385:0x33,_0x226cc7:0x1d,_0x267cb3:0xf,_0x276dc3:0x4,_0xd8c3ba:0x157,_0x5e12c6:0x188,_0x438ef9:0x15d,_0x39e34f:0x11b,_0x13aa93:0xe7,_0x57458a:0x6a,_0x1d0e70:0x87,_0x372f07:0x60,_0x16b9ec:0x35,_0x44f07d:0x10,_0x1ac1db:0x5e,_0x516ed3:0x125,_0x5f0949:0x15f,_0x222d0c:0xb3,_0x1f3859:0xeb,_0x549c57:0xe2,_0x232c58:0xf6,_0x956eba:0xf0,_0x6d4f6b:0xdb,_0x3196e7:0x11f,_0x1b57fb:0xc5,_0x3f5a74:0x155,_0x33163a:0x40,_0x1d1741:0x1e,_0x2faafd:0x25,_0x52a65a:0x50,_0x54ab15:0x16c,_0x4003fa:0xe0,_0x49cfc8:0x50,_0x4529af:0x7,_0x3cdddf:0x1c,_0x53c321:0x4a,_0x134524:0x52,_0xd134be:0x38,_0x3788ca:0x6,_0x4cdbde:0x29},_0x3d84ac={_0x310c75:0x540},_0x483c1b={_0x5a8c88:0x179};function _0x95a7a6(_0x3d5208,_0x1b5332,_0x55ead9,_0x44b231){return _0xf5c50(_0x3d5208- -0x1d,_0x1b5332-_0x483c1b._0x5a8c88,_0x55ead9-0x42,_0x44b231);}const _0x45475b={'Vdqlw':_0x95a7a6(-0x100,-0x137,-_0x5ccc29._0x474cfa,-0x10c),'JfYGk':_0x3c55f7(-0x61,_0x5ccc29._0x491ac7,-_0x5ccc29._0x1e4c5c,-0x3a)+'t','tECFc':_0x3c55f7(-_0x5ccc29._0x48f118,-0xba,-_0x5ccc29._0x30598e,-_0x5ccc29._0x2c8d82)+_0x3c55f7(-_0x5ccc29._0x3f2a9d,-0x52,-0x4b,-_0x5ccc29._0x19fde5)+_0x95a7a6(-0xfb,-0x15d,-0x14b,-0xa5)+_0x95a7a6(-_0x5ccc29._0x180376,-_0x5ccc29._0x1f31f7,-_0x5ccc29._0xdebacd,-_0x5ccc29._0x2a6358),'aivoO':function(_0x3ff608,_0x2f0a4a){return _0x3ff608!==_0x2f0a4a;},'kaLOQ':'wsosm','vuBKc':function(_0x136159,_0x183e38){return _0x136159(_0x183e38);},'MlFxg':function(_0x432073,_0x2f604d){return _0x432073===_0x2f604d;},'fYhmv':_0x95a7a6(-0x13d,-_0x5ccc29._0xcfbeef,-_0x5ccc29._0x50a554,-0xf8),'huMJc':'Binding\x20no'+_0x3c55f7(-0x2a,-0xb,-_0x5ccc29._0x194e3c,-0x43),'cHzlp':_0x3c55f7(_0x5ccc29._0x41fcd2,_0x5ccc29._0x411aef,-0x43,-0x86)+'\x20required','TjdyM':function(_0x3bd82d,_0x26b4b1){return _0x3bd82d!==_0x26b4b1;},'wzNKL':_0x95a7a6(-_0x5ccc29._0x57cc34,-_0x5ccc29._0x2fd4e7,-_0x5ccc29._0x349b9e,-_0x5ccc29._0xd36df6),'uqbMo':function(_0x5c1ece,_0x48f4ec){return _0x5c1ece(_0x48f4ec);},'cPeiA':function(_0x38b876,_0x21577a){return _0x38b876===_0x21577a;},'PqMGZ':_0x3c55f7(-_0x5ccc29._0x2d004b,-_0x5ccc29._0x5c2561,-_0x5ccc29._0x3250d6,-_0x5ccc29._0x42dd34),'OhpjP':function(_0x464139,_0x590116,_0x4688b2,_0x5443d5){return _0x464139(_0x590116,_0x4688b2,_0x5443d5);},'QOcXE':_0x3c55f7(-_0x5ccc29._0x3049e3,-0x11d,-0xc2,-0xef)+'t','ODOMH':function(_0x28d216,_0x305d9d,_0x8ccc8c){return _0x28d216(_0x305d9d,_0x8ccc8c);},'AkWYj':function(_0xd43b84,_0x4e2a54){return _0xd43b84===_0x4e2a54;},'oQlKj':_0x95a7a6(-0xd9,-_0x5ccc29._0x128fb9,-_0x5ccc29._0x3c0b10,-_0x5ccc29._0x30690b),'lAgUd':'Cannot\x20ass'+_0x3c55f7(-0x21,-_0x5ccc29._0x1edec3,-0x56,-0xab),'fZxFr':_0x95a7a6(-0x13b,-_0x5ccc29._0x4f507a,-_0x5ccc29._0x5077ea,-_0x5ccc29._0x19d835)+'dated\x20succ'+_0x3c55f7(-_0x5ccc29._0x4a9f5b,-0xf1,-_0x5ccc29._0xdebacd,-0x116),'BzOek':'Error\x20upda'+_0x3c55f7(-0x4d,-_0x5ccc29._0x416cb1,-0x57,-_0x5ccc29._0x49709b)+'ng','LFjQK':'Internal\x20s'+_0x95a7a6(-_0x5ccc29._0xdebacd,-0x101,-0x8f,-0x9f)+'r'};function _0x3c55f7(_0x2d5479,_0x4bcb21,_0x4725ad,_0x4a3a97){return _0x4be664(_0x4bcb21,_0x4bcb21-0x15,_0x4725ad-0x1e,_0x4725ad- -_0x3d84ac._0x310c75);}try{if(_0x45475b['aivoO'](_0x45475b[_0x3c55f7(-_0x5ccc29._0x184c14,-0x7a,-_0x5ccc29._0x530a9c,-0x9b)],_0x3c55f7(-0xac,-0xae,-0x86,-0xd0))){const _0x383f53=await _0x45475b[_0x3c55f7(-0x23,0x0,-0x5d,-_0x5ccc29._0x21df17)](getBindingById,_0x24f6fd[_0x95a7a6(-_0x5ccc29._0x1b0f1f,-_0x5ccc29._0x16b011,-_0x5ccc29._0x5c2561,-_0x5ccc29._0x76164d)]['id']);if(!_0x383f53){if(_0x45475b[_0x95a7a6(-_0x5ccc29._0x57824b,-0x1aa,-0x128,-_0x5ccc29._0x435f83)](_0x45475b[_0x3c55f7(-_0x5ccc29._0x31f592,-_0x5ccc29._0x231b5a,-0xc3,-0xa0)],_0x95a7a6(-0xda,-_0x5ccc29._0x3c9dc4,-_0x5ccc29._0x8410d7,-_0x5ccc29._0x5a6c07))){const _0x5448e2={};return _0x5448e2['error']=_0x45475b[_0x3c55f7(-_0x5ccc29._0x57718c,-_0x5ccc29._0x2281f0,-0x64,-0x6d)],_0x5448e2[_0x95a7a6(-0x16c,-_0x5ccc29._0x2685c1,-0x127,-_0x5ccc29._0x309fa1)]=_0x18a5d8['message'],_0x195279[_0x95a7a6(-_0x5ccc29._0x3c9dc4,-_0x5ccc29._0x53c618,-_0x5ccc29._0x1fe258,-_0x5ccc29._0xd8829b)](0x1e3c+0x2b*-0x3+-0x1c22)[_0x3c55f7(0x2c,0x49,-_0x5ccc29._0x33bdb4,0x3c)](_0x5448e2);}else{const _0x51df2e={};return _0x51df2e['error']=_0x45475b[_0x95a7a6(-0x162,-0x14d,-0x110,-0x14e)],_0x41f1f5[_0x3c55f7(0x75,-_0x5ccc29._0x11a636,0x6,-_0x5ccc29._0x240618)](0x2c*0xd1+0x1*-0x14f3+0x1b*-0x7f)[_0x95a7a6(-0xe2,-_0x5ccc29._0x128fb9,-_0x5ccc29._0x390937,-0x8a)](_0x51df2e);}}const {role_id:_0x2a6ea3}=_0x24f6fd['body'];if(!_0x2a6ea3){const _0x2b14ee={};return _0x2b14ee[_0x95a7a6(-_0x5ccc29._0x3a61ab,-_0x5ccc29._0x572193,-_0x5ccc29._0x1b30cf,-0x64)]=_0x45475b[_0x3c55f7(0x38,_0x5ccc29._0x59b29c,-0x21,-0x13)],_0x2b14ee[_0x3c55f7(-0x8c,-0xb9,-0xb2,-0xaa)]=_0x45475b[_0x3c55f7(0x4e,0x34,-_0x5ccc29._0x2cd20a,_0x5ccc29._0x40d855)],_0x41f1f5[_0x3c55f7(-0x27,-0x44,0x6,-_0x5ccc29._0x7d6582)](-0x3*0xb2f+-0x5*0x6a1+0x4442)[_0x3c55f7(-0x91,_0x5ccc29._0x118f59,-0x28,-_0x5ccc29._0x45ee54)](_0x2b14ee);}const _0x295e33=await getRoleById(_0x2a6ea3);if(!_0x295e33){if(_0x45475b[_0x3c55f7(-_0x5ccc29._0x15c0a2,-_0x5ccc29._0x1ad733,0xf,-0xa)](_0x3c55f7(-_0x5ccc29._0x37ea88,-_0x5ccc29._0x400268,0x2,0x6),_0x45475b[_0x3c55f7(-_0x5ccc29._0x4fe107,0x85,_0x5ccc29._0x1e4c5c,_0x5ccc29._0x3c4bca)])){const _0x16b9f2={};return _0x16b9f2['error']=_0x45475b[_0x3c55f7(0x1,-_0x5ccc29._0x57718c,-_0x5ccc29._0x4d6907,-0x82)],_0x16b9f2[_0x95a7a6(-_0x5ccc29._0x19e688,-_0x5ccc29._0x1580c5,-_0x5ccc29._0x1580c5,-_0x5ccc29._0x29427f)]=_0x3c55f7(-0x81,-_0x5ccc29._0x3b94cf,-0xc1,-_0x5ccc29._0x4a9f5b)+_0x49d5e5+(_0x3c55f7(_0x5ccc29._0x41b900,-0x45,-0x1e,0x43)+'d'),_0x11a89d['status'](0x2*-0x517+0x13c4+-0x806)['json'](_0x16b9f2);}else{const _0x4532fe={};return _0x4532fe[_0x95a7a6(-_0x5ccc29._0x3a61ab,-0x76,-0xe9,-_0x5ccc29._0x6d42b7)]=_0x3c55f7(-0x5,0x58,-0x13,-0x61)+'t',_0x4532fe[_0x95a7a6(-0x16c,-0x1db,-_0x5ccc29._0x32f2fe,-0x104)]=_0x95a7a6(-_0x5ccc29._0x4c3c35,-0xa0,-0xf7,-_0x5ccc29._0xfedc62)+_0x2a6ea3+(_0x95a7a6(-_0x5ccc29._0x2281f0,-_0x5ccc29._0x4071d7,-_0x5ccc29._0x533844,-0x80)+'d'),_0x41f1f5[_0x3c55f7(-0x41,_0x5ccc29._0x59b29c,_0x5ccc29._0x1994a9,-0x4e)](0x11+0x264b+-0x24cc)[_0x95a7a6(-0xe2,-_0x5ccc29._0x22238a,-_0x5ccc29._0x337588,-0x12b)](_0x4532fe);}}const _0x3d10a4=await _0x45475b[_0x95a7a6(-0x117,-0x105,-_0x5ccc29._0x2f1b09,-_0x5ccc29._0x78bb3)](hasAllPermissions,_0x24f6fd[_0x95a7a6(-_0x5ccc29._0x11d505,-0xf4,-0x10b,-0x1b6)]['id']);if(!_0x3d10a4){const _0x52ae69=_0x45475b[_0x95a7a6(-_0x5ccc29._0x7fb3bb,-0x186,-_0x5ccc29._0x1b21da,-0xd3)](getManagePermission,_0x383f53[_0x3c55f7(-0xdc,-_0x5ccc29._0x5259dd,-_0x5ccc29._0x422d8b,-_0x5ccc29._0x1f6cfe)+'ype']);if(_0x52ae69){const _0x3325ba=_0x45475b[_0x95a7a6(-0x124,-_0x5ccc29._0x5b7269,-_0x5ccc29._0x25f63c,-0x198)](_0x383f53[_0x95a7a6(-_0x5ccc29._0x331ec1,-_0x5ccc29._0x43e729,-_0x5ccc29._0x9e9e7e,-0x15a)+_0x95a7a6(-_0x5ccc29._0x1f4e0e,-_0x5ccc29._0x1bf3a1,-0x19a,-_0x5ccc29._0x1a9f1c)],_0x45475b[_0x95a7a6(-_0x5ccc29._0x2928be,-0x138,-_0x5ccc29._0x186c06,-0x1b5)])?null:_0x383f53[_0x3c55f7(-_0x5ccc29._0x368cce,-0xdf,-_0x5ccc29._0x1e6fd0,-_0x5ccc29._0x4dd7f9)+'d'],_0x1c539a=await _0x45475b[_0x95a7a6(-0x126,-_0x5ccc29._0x435f83,-0x11e,-0x17b)](hasPermission,_0x24f6fd[_0x95a7a6(-_0x5ccc29._0x5cec8a,-0x167,-0x1b3,-0x1bd)]['id'],_0x52ae69,_0x3325ba);if(!_0x1c539a){const _0xffe402={};return _0xffe402[_0x95a7a6(-_0x5ccc29._0x3a61ab,-0x86,-0xc6,-0x116)]=_0x95a7a6(-0xe9,-_0x5ccc29._0x5b6835,-_0x5ccc29._0x4a5e0d,-0x9b),_0xffe402[_0x95a7a6(-0x16c,-0x16d,-_0x5ccc29._0x3bfce8,-_0x5ccc29._0x50f571)]='You\x20do\x20not'+_0x3c55f7(-0x5c,-0x57,-_0x5ccc29._0x346b61,-_0x5ccc29._0x38c01d)+_0x52ae69+(_0x3c55f7(-0x50,-0xe1,-_0x5ccc29._0x14b7a5,-0x4b)+_0x95a7a6(-_0x5ccc29._0x133bb1,-_0x5ccc29._0x2d1835,-0xd0,-0xa4)+_0x3c55f7(-_0x5ccc29._0x5b7269,-_0x5ccc29._0x30d8db,-_0x5ccc29._0x2cc53c,-_0x5ccc29._0x1f4e0e)),_0x41f1f5[_0x3c55f7(-0x47,_0x5ccc29._0x44634f,0x6,-_0x5ccc29._0x57718c)](-0x234d+0x1050+-0x5e*-0x38)[_0x95a7a6(-0xe2,-_0x5ccc29._0x2642ba,-_0x5ccc29._0x1a32b7,-_0x5ccc29._0x3eeca8)](_0xffe402);}}if(_0x45475b[_0x95a7a6(-_0x5ccc29._0x57824b,-_0x5ccc29._0x108569,-0x102,-_0x5ccc29._0x2342bb)](_0x383f53[_0x95a7a6(-_0x5ccc29._0x331ec1,-_0x5ccc29._0x509c8c,-0x1bd,-0xef)+'ype'],_0x45475b['QOcXE'])){const _0x192d34=await _0x45475b[_0x3c55f7(-_0x5ccc29._0xe73021,-_0x5ccc29._0x2af1b7,-_0x5ccc29._0x4ca8c4,-_0x5ccc29._0x2f4eea)](resolveUserPermissions,_0x24f6fd['user']['id'],_0x383f53[_0x95a7a6(-0x17e,-0x1f0,-0x176,-0x171)+'d']),_0x25fa64=_0x45475b['ODOMH'](isPermissionSubsetOf,_0x295e33['permission'+'s'],_0x192d34);if(!_0x25fa64['allowed']){if(_0x45475b[_0x95a7a6(-0x14b,-_0x5ccc29._0x58d822,-_0x5ccc29._0x2e8c90,-0x109)](_0x45475b[_0x95a7a6(-0xb9,-_0x5ccc29._0x200e44,-0xc7,-_0x5ccc29._0x31f592)],_0x3c55f7(-_0x5ccc29._0x48f118,-0x9a,-_0x5ccc29._0x1e69af,-0x2a))){const _0x2d4b45={};return _0x2d4b45[_0x3c55f7(_0x5ccc29._0x36ee68,_0x5ccc29._0x45f5d9,-0x7,-0x7)]=_0x95a7a6(-_0x5ccc29._0x5c27e2,-_0x5ccc29._0x55cdc9,-_0x5ccc29._0x5259dd,-_0x5ccc29._0x4d94f5)+'t',_0x2d4b45[_0x95a7a6(-0x16c,-0x187,-_0x5ccc29._0x5ea938,-0x125)]=_0x45475b[_0x95a7a6(-0x147,-0x1a0,-0x12f,-_0x5ccc29._0x32f2fe)],_0x409b63[_0x95a7a6(-0xb4,-_0x5ccc29._0x1fbb41,-0x98,-_0x5ccc29._0xd8829b)](-0xd5*-0x15+-0x1*-0x110f+-0xd3*0x28)[_0x3c55f7(-_0x5ccc29._0x1bad97,-_0x5ccc29._0x28e385,-0x28,-_0x5ccc29._0x226cc7)](_0x2d4b45);}else return _0x41f1f5['status'](0x656+-0x1a26+0x5*0x447)[_0x3c55f7(_0x5ccc29._0x267cb3,_0x5ccc29._0x276dc3,-_0x5ccc29._0x33bdb4,-0x16)]({'error':_0x45475b[_0x95a7a6(-0x134,-_0x5ccc29._0xd8c3ba,-0xc7,-_0x5ccc29._0x331ec1)],'message':_0x95a7a6(-0x170,-0x112,-_0x5ccc29._0x5e12c6,-_0x5ccc29._0x438ef9)+_0x295e33[_0x95a7a6(-_0x5ccc29._0x39e34f,-0x176,-0x12f,-0x163)]+(_0x95a7a6(-_0x5ccc29._0x13aa93,-_0x5ccc29._0x43e729,-0x14e,-0xd1)+_0x3c55f7(-0xcb,-_0x5ccc29._0x57458a,-_0x5ccc29._0x1d0e70,-0xa5)+_0x3c55f7(-_0x5ccc29._0x372f07,-_0x5ccc29._0x16b9ec,-_0x5ccc29._0x1ad733,0x10)+'not\x20have:\x20')+_0x25fa64[_0x3c55f7(-0x83,_0x5ccc29._0x44f07d,-_0x5ccc29._0x1ac1db,-0x75)+_0x95a7a6(-0x128,-0x19b,-_0x5ccc29._0x516ed3,-0xd5)]['join'](',\x20')});}}}const _0x2454c5={};_0x2454c5['role_id']=_0x2a6ea3;const _0x2dc292=await updateBinding(_0x383f53['id'],_0x2454c5),_0xad0812={};return _0xad0812[_0x95a7a6(-0x16c,-0x196,-_0x5ccc29._0x5f0949,-0x1cc)]=_0x45475b[_0x95a7a6(-0xc9,-0x119,-_0x5ccc29._0x222d0c,-0x109)],_0xad0812[_0x3c55f7(-_0x5ccc29._0x1f3859,-0xc9,-_0x5ccc29._0x3c9dc4,-0xd4)]=_0x2dc292,_0x41f1f5[_0x95a7a6(-_0x5ccc29._0x549c57,-_0x5ccc29._0x232c58,-_0x5ccc29._0x956eba,-0x83)](_0xad0812);}else{const _0x101642={};return _0x101642[_0x95a7a6(-0xc1,-0xc0,-0xe8,-0xef)]=_0x45475b[_0x95a7a6(-_0x5ccc29._0x6d4f6b,-0xa0,-0x123,-0xd3)],_0x101642['message']=_0x95a7a6(-_0x5ccc29._0x3196e7,-0xd3,-_0x5ccc29._0x1b57fb,-_0x5ccc29._0x3f5a74)+_0x1be3e8+(_0x3c55f7(_0x5ccc29._0x33163a,0x3f,-_0x5ccc29._0x1d1741,-0x48)+'d'),_0x5e5dde[_0x3c55f7(-_0x5ccc29._0x2faafd,0x41,0x6,0x4b)](0x386+0x99c+-0xb92)['json'](_0x101642);}}catch(_0x4181eb){const _0x200b7a={};_0x200b7a[_0x3c55f7(-0x73,_0x5ccc29._0x52a65a,-0x7,-_0x5ccc29._0x44634f)]=_0x4181eb[_0x95a7a6(-_0x5ccc29._0x54ab15,-0x19f,-0x149,-0x178)],logger['error'](_0x45475b[_0x95a7a6(-_0x5ccc29._0x4003fa,-0x102,-0xc3,-0x129)],_0x200b7a);const _0x1faeb4={};return _0x1faeb4[_0x3c55f7(_0x5ccc29._0x49cfc8,-0x1e,-_0x5ccc29._0x4529af,_0x5ccc29._0x3cdddf)]=_0x45475b[_0x3c55f7(-0x7f,-_0x5ccc29._0x53c321,-_0x5ccc29._0x134524,-_0x5ccc29._0x4d6907)],_0x41f1f5[_0x3c55f7(_0x5ccc29._0xd134be,0x20,_0x5ccc29._0x3788ca,-_0x5ccc29._0x4cdbde)](0x1*0x1cc3+-0x110f+-0x68*0x18)['json'](_0x1faeb4);}}),router[_0x4be664(0x55d,0x588,0x543,0x517)](_0x4be664(0x515,0x4cf,0x478,0x4c5),async(_0x1a2100,_0x259cd5)=>{const _0x1c3304={_0x4d74ef:0x24d,_0x3d6e5d:0x224,_0x441d9b:0x21b,_0x36f206:0x241,_0xc8a09f:0x198,_0x245c7d:0x386,_0x522ef1:0x1c7,_0x2995e8:0x3d2,_0x5c2a10:0x437,_0x1b983d:0x415,_0x253cb0:0x438,_0x3aeafc:0x36e,_0x577107:0x38d,_0x4be14e:0x321,_0x2e8422:0x206,_0x46aa9e:0x217,_0x2a7146:0x247,_0x3be4bb:0x214,_0x32f540:0x22c,_0xa6d8bb:0x246,_0x340c10:0x22a,_0x27b25c:0x1e9,_0x592f78:0x20b,_0x4b5423:0x228,_0x4e36ac:0x286,_0x24ecce:0x226,_0x5df6c2:0x2f7,_0x578049:0x3ed,_0x5f38f8:0x451,_0x2540dd:0x3a5,_0x2ab0b3:0x205,_0x360a47:0x1d7,_0x5d2e61:0x220,_0x303fcf:0x23a,_0x1a49ee:0x258,_0x290d67:0x273,_0x3795bf:0x33a,_0x104419:0x3a8,_0x943beb:0x28e,_0xc02235:0x3d0,_0xc4c75a:0x3e2,_0x1b6548:0x390,_0x12c781:0x387,_0x48dd5c:0x387,_0x516841:0x3c4,_0x258ef5:0x3cd,_0x4747d8:0x37e,_0x252c6a:0x314,_0xb24fc2:0x1ed,_0x296650:0x27f,_0x5ba925:0x249,_0x4800ea:0x1e6,_0x449560:0x3bb,_0x612b4a:0x39c,_0x2da171:0x40f,_0x573322:0x3f0,_0x4c825f:0x3d1,_0xd38144:0x42c,_0x6995b9:0x1ae,_0x3a2dc6:0x168,_0x145db7:0x1dc,_0x557534:0x1a1,_0x597d74:0x3ab,_0xe4cfb4:0x406,_0x20ad97:0x3c0,_0x9987e4:0x2c4,_0x5e95d6:0x3dd,_0x120353:0x24b,_0x1b8069:0x226,_0x3bc550:0x21c,_0x2d046c:0x21a,_0x367003:0x16a,_0xa9a9ba:0x1d8,_0x4ab074:0x1e6,_0x5a1756:0x43b,_0x51ed7b:0x477,_0x2384db:0x491,_0x30b4c1:0x3c5,_0x2108cb:0x3ff,_0x58a09d:0x3d8,_0x41acd1:0x25a,_0x1891a3:0x233,_0x34b2fa:0x1ec,_0x3d749b:0x1c9,_0x133196:0x225,_0x11aadb:0x1c0,_0x1d76e7:0x3b3,_0x36b38a:0x3db,_0xf835fc:0x49a,_0x2f2947:0x290,_0x3bac3b:0x266,_0x47afad:0x25e,_0xf80cbf:0x223,_0x4b375f:0x22f,_0x413337:0x208,_0x2de458:0x40d,_0x1c867b:0x3b6,_0x577d73:0x447,_0x2ba83e:0x42f,_0x5e55c5:0x478,_0x23f9dc:0x44f,_0x4bfd4c:0x373,_0x1592bc:0x378,_0x3a4f2d:0x4a8,_0x233399:0x3c3,_0x47adbe:0x3c3,_0x42f0f7:0x426,_0x3a0fef:0x1af,_0x35055c:0x1bb,_0x2ecafd:0x188,_0x36a176:0x213,_0x44f812:0x17d,_0x24934b:0x1bf,_0x2abfe1:0x1c3,_0x188707:0x1ae,_0x2da2a3:0x1fe,_0x5b9514:0x1c7},_0x34ed50={_0x64dd3d:0x4df},_0x491d43={_0x339f1d:0xce,_0x55d447:0x6f4},_0x49448f={'ClEeA':_0x2cb1a0(-0x262,-_0x1c3304._0x4d74ef,-0x210,-_0x1c3304._0x3d6e5d)+_0x2cb1a0(-_0x1c3304._0x441d9b,-0x1fc,-_0x1c3304._0x36f206,-_0x1c3304._0xc8a09f),'AFvRr':function(_0xb1d736,_0x47a32d){return _0xb1d736(_0x47a32d);},'RidwH':_0x3f1c9b(_0x1c3304._0x245c7d,0x3db,0x369,0x3c5),'RCizX':function(_0x1d9b7d,_0x1b5296,_0x596fd2,_0x9c415b){return _0x1d9b7d(_0x1b5296,_0x596fd2,_0x9c415b);},'rQlJX':_0x2cb1a0(-_0x1c3304._0x522ef1,-0x1e3,-0x1bc,-0x243),'ihjQy':function(_0x3b7faf,_0x185057){return _0x3b7faf===_0x185057;},'SbMRE':_0x2cb1a0(-0x29f,-0x26c,-0x20f,-0x2c6),'CFzKJ':'Cannot\x20del'+_0x3f1c9b(0x43e,_0x1c3304._0x2995e8,_0x1c3304._0x5c2a10,_0x1c3304._0x1b983d)+'g','SWGao':_0x3f1c9b(0x3e0,_0x1c3304._0x253cb0,_0x1c3304._0x3aeafc,0x422)+'leted\x20succ'+_0x3f1c9b(_0x1c3304._0x577107,_0x1c3304._0x4be14e,0x324,0x31c),'RIlVZ':_0x2cb1a0(-_0x1c3304._0x2e8422,-_0x1c3304._0x46aa9e,-_0x1c3304._0x2a7146,-_0x1c3304._0x3be4bb),'zyfaU':_0x2cb1a0(-0x264,-0x239,-0x252,-_0x1c3304._0x32f540),'XyzzD':_0x2cb1a0(-0x2ae,-_0x1c3304._0xa6d8bb,-0x270,-_0x1c3304._0x340c10)+_0x2cb1a0(-_0x1c3304._0x27b25c,-_0x1c3304._0x592f78,-0x242,-0x1bb)+'ng','NRyRZ':_0x2cb1a0(-_0x1c3304._0x4b5423,-_0x1c3304._0x4e36ac,-_0x1c3304._0x24ecce,-_0x1c3304._0x5df6c2)+'erver\x20erro'+'r'};function _0x2cb1a0(_0x2706a0,_0x1f0507,_0x5958d2,_0x4122ab){return _0x4be664(_0x5958d2,_0x1f0507-0x26,_0x5958d2-_0x491d43._0x339f1d,_0x1f0507- -_0x491d43._0x55d447);}function _0x3f1c9b(_0x24dc99,_0x152e15,_0xf18d09,_0x54fc33){return _0xf5c50(_0x24dc99-_0x34ed50._0x64dd3d,_0x152e15-0x1cd,_0xf18d09-0x3e,_0xf18d09);}try{const _0x2fbc9b=await getBindingById(_0x1a2100[_0x3f1c9b(_0x1c3304._0x578049,_0x1c3304._0x5f38f8,0x3c7,_0x1c3304._0x2540dd)]['id']);if(!_0x2fbc9b){const _0x3956a6={};return _0x3956a6[_0x2cb1a0(-_0x1c3304._0x2ab0b3,-0x1bb,-_0x1c3304._0x360a47,-0x1ae)]=_0x49448f[_0x2cb1a0(-0x1de,-0x21b,-_0x1c3304._0x5d2e61,-_0x1c3304._0x303fcf)],_0x259cd5[_0x3f1c9b(0x448,0x40f,0x404,0x3da)](-0x22d5+-0xee1+0x334a)['json'](_0x3956a6);}const _0x2b65a9=await hasAllPermissions(_0x1a2100[_0x2cb1a0(-0x26a,-_0x1c3304._0x1a49ee,-_0x1c3304._0x290d67,-0x222)]['id']);if(!_0x2b65a9){const _0x73e2bf=_0x49448f[_0x3f1c9b(0x376,0x31f,0x34e,0x342)](getManagePermission,_0x2fbc9b[_0x3f1c9b(0x3a2,_0x1c3304._0x3795bf,_0x1c3304._0x104419,0x402)+_0x2cb1a0(-0x272,-0x226,-0x1b9,-_0x1c3304._0x943beb)]);if(_0x73e2bf){const _0x558a0b=_0x2fbc9b['resource_t'+_0x3f1c9b(_0x1c3304._0xc02235,_0x1c3304._0xc4c75a,_0x1c3304._0x1b6548,_0x1c3304._0x12c781)]===_0x49448f[_0x3f1c9b(_0x1c3304._0x48dd5c,_0x1c3304._0x516841,_0x1c3304._0x258ef5,0x3c8)]?null:_0x2fbc9b[_0x3f1c9b(_0x1c3304._0x4747d8,0x32a,_0x1c3304._0x252c6a,0x37e)+'d'],_0x4f43fc=await _0x49448f[_0x3f1c9b(0x409,0x43a,0x46b,0x434)](hasPermission,_0x1a2100['user']['id'],_0x73e2bf,_0x558a0b);if(!_0x4f43fc){const _0x47b394={};return _0x47b394[_0x2cb1a0(-_0x1c3304._0xb24fc2,-0x1bb,-0x178,-0x1db)]=_0x49448f[_0x2cb1a0(-_0x1c3304._0x296650,-0x251,-0x229,-0x1ff)],_0x47b394['message']=_0x2cb1a0(-0x263,-0x252,-_0x1c3304._0x5ba925,-0x1de)+_0x2cb1a0(-0x223,-0x1e0,-0x1dc,-_0x1c3304._0x4800ea)+_0x73e2bf+(_0x3f1c9b(_0x1c3304._0x449560,_0x1c3304._0x2540dd,_0x1c3304._0x612b4a,0x3b5)+_0x3f1c9b(_0x1c3304._0x2da171,_0x1c3304._0x573322,_0x1c3304._0x4c825f,_0x1c3304._0xd38144)+'resource'),_0x259cd5[_0x2cb1a0(-0x17a,-_0x1c3304._0x6995b9,-0x1d2,-_0x1c3304._0x3a2dc6)](0x1f74+-0x17+-0x1*0x1dca)[_0x2cb1a0(-0x1d6,-_0x1c3304._0x145db7,-_0x1c3304._0x557534,-0x1ac)](_0x47b394);}}}const _0x439e99=await getRoleById(_0x2fbc9b['role_id']);if(_0x439e99&&_0x439e99[_0x3f1c9b(_0x1c3304._0x597d74,_0x1c3304._0xe4cfb4,_0x1c3304._0x20ad97,0x345)+'s'][_0x2cb1a0(-_0x1c3304._0x9987e4,-0x261,-0x2bb,-0x290)]('*')&&_0x49448f[_0x3f1c9b(0x435,0x40b,_0x1c3304._0x5e95d6,0x427)](_0x2fbc9b['resource_t'+_0x2cb1a0(-_0x1c3304._0x120353,-_0x1c3304._0x1b8069,-_0x1c3304._0x145db7,-0x285)],_0x49448f[_0x2cb1a0(-0x200,-0x26f,-0x2d5,-0x286)])){const _0xf0187e={};_0xf0187e[_0x2cb1a0(-0x1fc,-_0x1c3304._0x3bc550,-0x1cd,-_0x1c3304._0x2d046c)+'dingId']=_0x2fbc9b['id'];const _0x361af7=await wouldRetainServerAdmin(_0xf0187e);if(!_0x361af7){if(_0x49448f[_0x2cb1a0(-0x202,-0x273,-0x241,-0x2cf)]!==_0x2cb1a0(-_0x1c3304._0x367003,-_0x1c3304._0xa9a9ba,-_0x1c3304._0x4ab074,-0x1e2)){const _0x2f15f1={};return _0x2f15f1[_0x3f1c9b(_0x1c3304._0x5a1756,_0x1c3304._0x51ed7b,0x439,_0x1c3304._0x2384db)]=_0x49448f[_0x3f1c9b(_0x1c3304._0x30b4c1,0x3fc,0x38a,0x3e1)],_0x2f15f1[_0x3f1c9b(_0x1c3304._0x1b6548,_0x1c3304._0x2108cb,_0x1c3304._0x58a09d,0x37d)]=_0x2cb1a0(-0x26b,-0x249,-_0x1c3304._0x41acd1,-0x22f)+'e\x20last\x20Ser'+'ver\x20Admin\x20'+_0x2cb1a0(-0x1e8,-0x1de,-0x18f,-_0x1c3304._0x1891a3)+_0x2cb1a0(-_0x1c3304._0x34b2fa,-0x1d9,-_0x1c3304._0x3d6e5d,-0x22d)+_0x2cb1a0(-0x223,-_0x1c3304._0x3d749b,-_0x1c3304._0x133196,-_0x1c3304._0x11aadb)+'dmin\x20must\x20'+_0x3f1c9b(_0x1c3304._0x1d76e7,0x3eb,0x372,0x371),_0x259cd5[_0x3f1c9b(0x448,_0x1c3304._0x36b38a,_0x1c3304._0xf835fc,0x4a8)](-0xd*-0x296+-0x103*0x6+-0x19fc)['json'](_0x2f15f1);}else _0x40be0e=_0x2e24f7['filter'](_0x9bb5d1=>_0x9bb5d1[_0x2cb1a0(-0x18b,-0x1f6,-0x1ed,-0x1c9)]===_0x106233['query'][_0x2cb1a0(-0x1e7,-0x1f6,-0x1a5,-0x190)]);}}await _0x49448f['AFvRr'](deleteBinding,_0x2fbc9b['id']);const _0x178e09={};return _0x178e09[_0x2cb1a0(-_0x1c3304._0x2f2947,-_0x1c3304._0x3bac3b,-_0x1c3304._0x47afad,-0x247)]=_0x49448f[_0x2cb1a0(-_0x1c3304._0xf80cbf,-0x267,-_0x1c3304._0x4b375f,-0x2c1)],_0x259cd5['json'](_0x178e09);}catch(_0x542338){if(_0x49448f[_0x2cb1a0(-_0x1c3304._0x413337,-0x1db,-0x1b7,-0x22f)]!==_0x49448f[_0x3f1c9b(_0x1c3304._0x2de458,_0x1c3304._0x1c867b,_0x1c3304._0x577d73,_0x1c3304._0x2ba83e)]){const _0x4bbd27={};_0x4bbd27[_0x3f1c9b(0x43b,_0x1c3304._0x5e55c5,0x3c7,_0x1c3304._0x23f9dc)]=_0x542338[_0x3f1c9b(0x390,0x36e,_0x1c3304._0x4bfd4c,_0x1c3304._0x1592bc)],logger[_0x3f1c9b(_0x1c3304._0x5a1756,_0x1c3304._0x3a4f2d,0x413,0x4aa)](_0x49448f[_0x3f1c9b(_0x1c3304._0x233399,_0x1c3304._0x47adbe,_0x1c3304._0x42f0f7,0x3a3)],_0x4bbd27);const _0x4ea99d={};return _0x4ea99d[_0x2cb1a0(-_0x1c3304._0x3a0fef,-_0x1c3304._0x35055c,-_0x1c3304._0x2ecafd,-_0x1c3304._0x36a176)]=_0x49448f[_0x2cb1a0(-_0x1c3304._0x44f812,-_0x1c3304._0x24934b,-0x189,-0x1fd)],_0x259cd5[_0x2cb1a0(-_0x1c3304._0x2abfe1,-_0x1c3304._0x188707,-0x13b,-0x177)](-0x1*-0x7aa+-0xd3d+0x787)['json'](_0x4ea99d);}else _0x5dea12=_0xf7183e[_0x2cb1a0(-0x1c9,-_0x1c3304._0x2da2a3,-_0x1c3304._0x5b9514,-0x198)](_0x136758=>_0x136758[_0x2cb1a0(-0x2e6,-0x278,-0x21f,-0x28d)+'d']===_0x2f6807['query'][_0x2cb1a0(-0x265,-0x278,-0x2a6,-0x27e)+'d']);}});export default router;