@profoundlogic/coderflow-server 0.6.0 → 0.6.1

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 (174) hide show
  1. package/dist/.claude/settings.local.json +15 -2
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.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-test-results/.last-run.json +52 -2
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/start.js +1 -1
  133. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  134. package/dist/web-ui/public/activity-feed.js +1 -1
  135. package/dist/web-ui/public/activity-formatters.js +1 -1
  136. package/dist/web-ui/public/agent-event-parser.js +1 -1
  137. package/dist/web-ui/public/app.js +1 -1
  138. package/dist/web-ui/public/approve-dialog.js +1 -1
  139. package/dist/web-ui/public/automation-links.js +1 -1
  140. package/dist/web-ui/public/automation-schedule.js +1 -1
  141. package/dist/web-ui/public/comments-widget.js +1 -1
  142. package/dist/web-ui/public/diff-utils.js +1 -1
  143. package/dist/web-ui/public/environments.html +0 -61
  144. package/dist/web-ui/public/environments.js +1 -1
  145. package/dist/web-ui/public/feedback-widget.js +1 -1
  146. package/dist/web-ui/public/file-selection-tree.js +1 -1
  147. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  148. package/dist/web-ui/public/git-history.js +1 -1
  149. package/dist/web-ui/public/git-status.js +1 -1
  150. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  151. package/dist/web-ui/public/index.js +1 -1
  152. package/dist/web-ui/public/login.js +1 -1
  153. package/dist/web-ui/public/markdown-editor.js +1 -1
  154. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  155. package/dist/web-ui/public/modal-maximize.js +1 -1
  156. package/dist/web-ui/public/notifications.js +1 -1
  157. package/dist/web-ui/public/permissions.js +1 -1
  158. package/dist/web-ui/public/pr-dialog.js +1 -1
  159. package/dist/web-ui/public/roles.js +1 -1
  160. package/dist/web-ui/public/server-health.js +1 -1
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.js +1 -1
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +8 -2
  167. package/dist/web-ui/public/task.js +1 -1
  168. package/dist/web-ui/public/teams.js +1 -1
  169. package/dist/web-ui/public/terminal.js +1 -1
  170. package/dist/web-ui/public/theme.js +1 -1
  171. package/dist/web-ui/public/users.js +1 -1
  172. package/dist/web-ui/public/variant-grouping.js +1 -1
  173. package/package.json +1 -1
  174. package/dist/playwright-test-results/result-screenshot.png +0 -0
@@ -1 +1 @@
1
- (function(_0x5b170f,_0x145fd6){const _0x463207={_0x56124c:0x1ea,_0x1eac70:0x559,_0x4dbb06:0x54b,_0x2b9900:0x56c,_0x58a50a:0x1e8,_0x20cdb1:0x20f,_0x2b866d:0x528,_0x3ba473:0x552,_0x2c328a:0x52a,_0x3ff06d:0x4fb,_0xb97d6:0x545,_0x237b51:0x521},_0x621113={_0x12d9e2:0x46},_0x59d57d={_0x1c782c:0x38b},_0xfd7dfd=_0x5b170f();function _0x5d380d(_0xe90e07,_0x2a0667,_0x1cff36,_0x4e9894){return _0x5bbd(_0xe90e07-_0x59d57d._0x1c782c,_0x1cff36);}function _0x51242e(_0x190432,_0x311afb,_0x16bcde,_0x2e50eb){return _0x5bbd(_0x190432-_0x621113._0x12d9e2,_0x2e50eb);}while(!![]){try{const _0x59d1ab=parseInt(_0x51242e(0x1d0,0x1cb,_0x463207._0x56124c,0x1a5))/(0x14e7*0x1+-0x588*0x6+0xc4a)+parseInt(_0x5d380d(0x539,0x52a,0x51e,_0x463207._0x1eac70))/(-0x1*-0x1d99+-0x1786+-0x611)+-parseInt(_0x5d380d(_0x463207._0x4dbb06,0x55f,_0x463207._0x2b9900,0x54d))/(0x239a+0x2440+-0x47d7)+-parseInt(_0x51242e(_0x463207._0x58a50a,0x1e0,0x1bd,_0x463207._0x20cdb1))/(0x1d1c+0xfe7+-0x2cff)+-parseInt(_0x5d380d(0x542,0x562,_0x463207._0x2b866d,_0x463207._0x3ba473))/(0x2c4+0x15*-0x1b0+0x1*0x20b1)+parseInt(_0x5d380d(_0x463207._0x2c328a,_0x463207._0x3ff06d,_0x463207._0xb97d6,0x52a))/(0x16f*-0xb+-0x188d+0x2858*0x1)+parseInt(_0x5d380d(0x500,0x4f8,_0x463207._0x237b51,0x528))/(-0x5ba+0x7*0x24f+-0xa68);if(_0x59d1ab===_0x145fd6)break;else _0xfd7dfd['push'](_0xfd7dfd['shift']());}catch(_0x24fe19){_0xfd7dfd['push'](_0xfd7dfd['shift']());}}}(_0x4cc5,-0x1*0x9d8dc+-0x4*-0xbe45+0xbe85e));function _0x5bbd(_0x7dfd16,_0x10f0a9){_0x7dfd16=_0x7dfd16-(0xf25*-0x1+-0xb6*0x8+0x163e);const _0x39c076=_0x4cc5();let _0x2625d8=_0x39c076[_0x7dfd16];if(_0x5bbd['dSNjbt']===undefined){var _0x450aa4=function(_0x693651){const _0x501ad6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5f72c='',_0xd74ba4='';for(let _0x4e1450=0xe0*0x17+-0xa49+0xb*-0xe5,_0x2d9a5a,_0x242fab,_0x105707=-0x2683+0x16ed+0xf96;_0x242fab=_0x693651['charAt'](_0x105707++);~_0x242fab&&(_0x2d9a5a=_0x4e1450%(0x2088+0x96b*0x1+0x29ef*-0x1)?_0x2d9a5a*(-0xfc2+-0x8*-0x24+0x771*0x2)+_0x242fab:_0x242fab,_0x4e1450++%(0x3*-0x8db+-0x158d+-0x2*-0x1811))?_0x5f72c+=String['fromCharCode'](0x1ed1+-0x1947*-0x1+-0x5*0xb05&_0x2d9a5a>>(-(-0x1707+-0x1*-0x136d+0x1c*0x21)*_0x4e1450&-0x850*0x2+-0x1199+0x223f)):-0x18*0xb3+0x3*-0x71+0x121b){_0x242fab=_0x501ad6['indexOf'](_0x242fab);}for(let _0x362398=-0x2e0*-0xd+0x22db+-0x483b,_0x41476e=_0x5f72c['length'];_0x362398<_0x41476e;_0x362398++){_0xd74ba4+='%'+('00'+_0x5f72c['charCodeAt'](_0x362398)['toString'](-0x1117+0x1cc9+-0xba2))['slice'](-(-0x1e29+-0x176f+0x11de*0x3));}return decodeURIComponent(_0xd74ba4);};_0x5bbd['OrvRPH']=_0x450aa4,_0x5bbd['WrlIvG']={},_0x5bbd['dSNjbt']=!![];}const _0x504368=_0x39c076[-0x7b8+0x2020+-0x1868*0x1],_0x2b4122=_0x7dfd16+_0x504368,_0xc4a1f6=_0x5bbd['WrlIvG'][_0x2b4122];return!_0xc4a1f6?(_0x2625d8=_0x5bbd['OrvRPH'](_0x2625d8),_0x5bbd['WrlIvG'][_0x2b4122]=_0x2625d8):_0x2625d8=_0xc4a1f6,_0x2625d8;}import{hasPermission as _0x493b36,hasPermissionOnAnyEnvironment,hasPermissionOnAnyTeam}from'../lib/permission-resolver.js';import{getPermissionScope}from'../lib/roles.js';function _0x4cc5(){const _0x572ea3=['wMPKzw8','zhHzvhC','Bwv0Ag9K','CNfODwW','mJKZmdG3nuLytLLAsq','uK1uwMW','AxnZAw9UCW','v3ryvve','yw55vgvHBq','y2HLy2SGCgvYBq','ww91ig11C3qGyG','qvfmtgK','DgLVBIbYzxf1Aq','mtaYnZK4B012u2Dn','ignVBNrLEhqGzG','rg9uDwu','vxDxtMi','AxnZAw9UihrVia','BgvUz3rO','t1jJCgq','z2Ttzei','C3rHDhvZ','DgnIBgW','CYb0AgLZihjLCW','z2v0','uMvkzKG','rMfPBgvKihrVia','D2fYBG','ANnVBG','Cgf0Aa','CgfYyw1Z','thvfuhK','y2HLy2S','zw52qM9KEq','nta0odi5nvnpAfn1Ea','CxvLC3q','vvDorfK','twLZC2LUzYa','zxj2zxiGzxjYBW','D250wKO','rvDKrwW','zxjTAxnZAw9Uia','AKvlsMW','DgvHBvbHCMfT','zw52rNjVBvrHCW','CMvK','ref6q0C','qNHZA2O','v0Lvugm','z2flCw8','CMvXDwLYzwrqzq','CufQAw4','zw52AxjVBM1LBG','igHHDMuGCgvYBq','u3rwEMm','mJq1nJrfAwrWsvO','igrLBMLLza','zMLSDgvY','BwvZC2fNzq','AKreEKG','sw50zxjUywWGCW','DxnLCG','t1Pny2u','De91Bfm','DgvHBq','ww91igrVig5VDa','sKLVqwW','CgvYzM9YBsb0Aa','yw55rw52','zxjYB3i','AxmGywn0Aw9U','rM9YyMLKzgvU','rfn3z20','yxbW','qMfKifjLCxvLCW','z1D4D0W','mJmZnJKXme13wNvpua','BIb0BYbHy2nLCW','zw52ugfYyw0','mJm2nJaWng9ABfjouG','BejWEgS','qxv0AgvUDgLJyq','AxnbCNjHEq','DxnLCM5HBwu','CgDeBei','yM9KEq','vg1iDKq','DhnHCfK','AfffwLm','DgfZA3m','Cw1cswi','odeZmtCYs25lyxrM','zsbSB2DNzwqGAq','rvv0u0y','CM1PC3nPB24','B3iGDgHPCYbYzq'];_0x4cc5=function(){return _0x572ea3;};return _0x4cc5();}import{logger}from'../lib/logger.js';async function resolveContext(_0x743ffb,_0x1073d9,_0x327c4b){const _0x418f02={_0x56ab81:0x2c2,_0x51dc0b:0x2da,_0x2813f9:0x2c3,_0x4e4303:0x2ba,_0x1503b7:0x2d8,_0x3b386f:0x2b1,_0x40df1c:0x292,_0x3cac3b:0xf5,_0x321c7a:0xec,_0x5ba759:0x296,_0x4bb86a:0x2ed,_0x54ad0c:0x2b7,_0xc7dc7d:0x2ab,_0x8452f3:0x29d,_0x486cf1:0xc2,_0x1d747a:0xb6,_0x254a47:0xdb,_0x278b9a:0xa0,_0x578d64:0x27b,_0x431a54:0x2a7,_0x3d1a77:0x29d,_0x58c3a0:0xba,_0x501b7b:0xe0,_0x59e9cc:0xaa,_0x599add:0x2ab,_0x4c4dcb:0xdb,_0x2dbf4d:0xc1,_0x11c9ec:0xb5,_0x3dd783:0x132,_0x4b98ff:0xdb,_0x354ef2:0x2d2,_0x58fe93:0x2b3,_0x203937:0x2dd,_0x12cb18:0x2e5,_0x4b54c9:0x2f4,_0x35f0e6:0x2d2,_0x3e05ef:0x2c4,_0x13bc35:0x2ec,_0x418c70:0x108,_0x2dcb09:0x105,_0x50c6b2:0x280,_0x7b8f87:0xc3,_0x2de47e:0x2a1,_0x380b88:0x2ba,_0x5b64db:0x25a,_0x1871b5:0x2b5,_0x19cb32:0xe0,_0x329ae8:0x101,_0x1347f9:0x102,_0x5cfc25:0x2d1,_0x34677d:0x299,_0x19229d:0x29b,_0xea7f6c:0x111,_0x493def:0x11f,_0x56c506:0xee,_0x48f482:0x27c,_0x400f08:0x2ac,_0x5b1873:0x2cc,_0x3b28aa:0x2da,_0x57157c:0x2f0,_0x23d411:0x104,_0x24a0cb:0xe2,_0x4135d4:0x106,_0x31b498:0x115,_0x348e3e:0x300,_0x3d0894:0x2dc,_0x3033d9:0x25c,_0x5f3b15:0x258,_0x2ce79a:0x2b9,_0x5264f1:0x298,_0x44c257:0x2c8,_0x27d439:0x2a2,_0x2896ac:0x2ce,_0x8c871d:0xd9,_0xfae5b6:0xe1,_0x43f403:0xe7,_0x5a31ad:0x2ab,_0x47876c:0x2d6,_0x102b28:0x2fd,_0xc5fdde:0x10b,_0x2831fa:0x133,_0x26b2f0:0x297,_0x14cabf:0x280,_0x108896:0x25e,_0x520cea:0x288},_0x52fe45={};function _0x4dd021(_0x7e6679,_0x7cd5a2,_0xe22a18,_0x1d3163){return _0x5bbd(_0xe22a18-0x114,_0x7cd5a2);}_0x52fe45[_0x4dd021(_0x418f02._0x56ab81,0x2fd,_0x418f02._0x51dc0b,_0x418f02._0x2813f9)]=_0x4dd021(_0x418f02._0x4e4303,_0x418f02._0x1503b7,_0x418f02._0x3b386f,0x2a6)+'t',_0x52fe45[_0x4dd021(0x2df,_0x418f02._0x40df1c,0x2bf,_0x418f02._0x2813f9)]=_0x1cd856(-_0x418f02._0x3cac3b,-0xce,-_0x418f02._0x321c7a,-0x117)+'t',_0x52fe45['qmBIb']=function(_0x2f72cf,_0x10f293){return _0x2f72cf===_0x10f293;},_0x52fe45['AQLLi']=_0x4dd021(0x296,0x268,_0x418f02._0x5ba759,0x29f),_0x52fe45[_0x4dd021(_0x418f02._0x4bb86a,_0x418f02._0x54ad0c,0x2c8,0x2cd)]=function(_0x5b336f,_0x15c5fe){return _0x5b336f===_0x15c5fe;},_0x52fe45[_0x4dd021(_0x418f02._0xc7dc7d,0x2a0,_0x418f02._0x8452f3,0x2c5)]=_0x4dd021(0x2b5,0x2c7,0x297,0x275),_0x52fe45[_0x1cd856(-_0x418f02._0x486cf1,-_0x418f02._0x1d747a,-_0x418f02._0x254a47,-_0x418f02._0x278b9a)]=_0x4dd021(_0x418f02._0x578d64,0x279,_0x418f02._0x431a54,_0x418f02._0x3d1a77),_0x52fe45['DSwgm']=function(_0x24fd77,_0x4ae242){return _0x24fd77===_0x4ae242;},_0x52fe45[_0x1cd856(-_0x418f02._0x58c3a0,-0xb1,-_0x418f02._0x501b7b,-_0x418f02._0x59e9cc)]=_0x4dd021(_0x418f02._0x599add,0x2b2,0x29a,0x298);const _0x200763=_0x52fe45;function _0x1cd856(_0x4a7b31,_0x61820a,_0x4792d5,_0x510447){return _0x5bbd(_0x4a7b31- -0x27c,_0x61820a);}if(!_0x327c4b)return null;if(_0x1073d9===_0x200763['hQEZS']){if(_0x327c4b[_0x1cd856(-_0x418f02._0x4c4dcb,-_0x418f02._0x2dbf4d,-0xc2,-_0x418f02._0x11c9ec)])return _0x743ffb[_0x4dd021(0x299,0x296,0x285,0x2a3)]?.[_0x327c4b['envParam']]||undefined;if(_0x327c4b[_0x1cd856(-0x108,-_0x418f02._0x3dd783,-_0x418f02._0x4b98ff,-0xfe)])return _0x200763[_0x4dd021(_0x418f02._0x354ef2,_0x418f02._0x58fe93,0x2c1,0x2b4)](_0x200763[_0x4dd021(0x2bd,_0x418f02._0x203937,_0x418f02._0x354ef2,_0x418f02._0x12cb18)],_0x200763[_0x4dd021(_0x418f02._0x4b54c9,0x2b1,_0x418f02._0x35f0e6,_0x418f02._0x3e05ef)])?_0x743ffb[_0x4dd021(0x2a3,0x2ec,0x2bc,_0x418f02._0x13bc35)]?.[_0x327c4b[_0x1cd856(-_0x418f02._0x418c70,-0x128,-0xf7,-_0x418f02._0x2dcb09)]]||undefined:_0x2b4122[_0x4dd021(0x2a3,0x26b,0x285,0x285)]?.[_0xc4a1f6['teamParam']]||_0x693651;if(_0x327c4b[_0x4dd021(0x28e,_0x418f02._0x50c6b2,0x293,0x279)+'k']){if(_0x200763[_0x1cd856(-0xc8,-0xdb,-0xd2,-_0x418f02._0x7b8f87)](_0x200763['StVzc'],_0x4dd021(_0x418f02._0x2de47e,0x2b0,0x297,_0x418f02._0x380b88))){const _0x2edd62=_0x743ffb[_0x4dd021(0x2b2,_0x418f02._0x5b64db,0x285,_0x418f02._0x1871b5)]?.['id'];if(!_0x2edd62)return undefined;const _0x27b32c=_0x743ffb[_0x1cd856(-_0x418f02._0x19cb32,-_0x418f02._0x329ae8,-_0x418f02._0x1347f9,-0xe4)]?.['get']?.(_0x4dd021(_0x418f02._0x5cfc25,_0x418f02._0x34677d,0x2c0,_0x418f02._0x19229d));if(!_0x27b32c)return undefined;const _0x3978a3=_0x27b32c[_0x1cd856(-_0x418f02._0xea7f6c,-_0x418f02._0x493def,-0x13f,-_0x418f02._0x56c506)](_0x2edd62);if(!_0x3978a3)return undefined;return _0x3978a3['environmen'+'t']||undefined;}else{const _0x5bcdc8={};return _0x5bcdc8[_0x4dd021(_0x418f02._0x48f482,0x27d,_0x418f02._0x400f08,_0x418f02._0x51dc0b)]=_0x200763[_0x4dd021(_0x418f02._0x5b1873,_0x418f02._0x35f0e6,_0x418f02._0x3b28aa,_0x418f02._0x57157c)],_0x5bcdc8[_0x1cd856(-0xef,-0xd8,-0x10d,-0xef)]=_0x1cd856(-_0x418f02._0x23d411,-0xe8,-0x12f,-0xf3)+_0x242fab+('\x20context\x20f'+_0x1cd856(-0xca,-0xea,-0xd3,-_0x418f02._0x24a0cb)+_0x1cd856(-_0x418f02._0x4135d4,-0x134,-0x106,-_0x418f02._0x31b498)),_0x2d9a5a[_0x4dd021(0x2c8,_0x418f02._0x348e3e,_0x418f02._0x3d0894,_0x418f02._0x1503b7)](-0x11a3+0x9*0xef+-0x2b3*-0x4)[_0x4dd021(_0x418f02._0x3033d9,0x263,0x283,_0x418f02._0x5f3b15)](_0x5bcdc8);}}return null;}if(_0x200763[_0x4dd021(_0x418f02._0x2ce79a,_0x418f02._0x5264f1,_0x418f02._0x44c257,_0x418f02._0x27d439)](_0x1073d9,_0x200763[_0x4dd021(0x2d7,_0x418f02._0x2896ac,_0x418f02._0x2896ac,0x2fc)])){if(_0x327c4b[_0x1cd856(-0xfe,-0x121,-_0x418f02._0x8c871d,-0x114)])return _0x200763[_0x1cd856(-_0x418f02._0xfae5b6,-0xd5,-_0x418f02._0x24a0cb,-_0x418f02._0x43f403)](_0x200763[_0x4dd021(0x2a8,_0x418f02._0x5a31ad,_0x418f02._0x47876c,_0x418f02._0x102b28)],_0x200763[_0x1cd856(-_0x418f02._0x58c3a0,-0xd0,-0xc9,-0xd6)])?_0x743ffb[_0x1cd856(-_0x418f02._0xc5fdde,-0x129,-0xe7,-_0x418f02._0x2831fa)]?.[_0x327c4b['teamParam']]||undefined:_0x38ed87[_0x4dd021(_0x418f02._0x26b2f0,0x2ab,0x2bc,_0x418f02._0x5264f1)]?.[_0x3c4413[_0x4dd021(_0x418f02._0x14cabf,_0x418f02._0x108896,_0x418f02._0x520cea,0x29c)]]||_0x19d03a;return null;}return null;}export function requirePermission(_0x1bc8a3,_0x72c16b){const _0x50584e={_0x234b59:0x482,_0x48c326:0x478,_0x11df4a:0x480,_0x167a75:0x46b,_0x38fdfb:0x499,_0x398239:0x477,_0x8da818:0x461,_0x412a9d:0x46,_0x523b73:0x4c8,_0x2a21e9:0x4b7,_0x5663c6:0x4d5,_0x4c70ff:0x4d4,_0x192d4c:0x50,_0xcb2569:0x66,_0xe072eb:0x4a8,_0x800f94:0x462,_0x5d32b6:0x48b,_0x308948:0x497,_0x929889:0x492,_0x4d65f7:0x496,_0x1d699a:0x49d,_0x376f05:0x48d,_0x4d8dc2:0x47f,_0x48a785:0x4b5,_0x33b228:0x75,_0x3479a4:0x52,_0x3c11a3:0x47d,_0x341686:0x47d,_0x1ebd13:0x7d,_0x1711f8:0x6e,_0x35c2b5:0x4b1},_0x1d9e0d={_0x4da779:0xcc,_0x29de80:0xce,_0x496369:0xbb,_0x468e8b:0xe0,_0x3bd349:0xc6,_0x14f8c3:0xc0,_0x49e36f:0xb2,_0x3af98d:0x97,_0x616418:0x8d,_0x3af449:0xb9,_0x26e05d:0xd1,_0xb04f7:0xe2,_0x37f5de:0xba,_0x12a1bb:0x10b,_0x34cab8:0xdb,_0xde09e2:0xd0,_0x1f6ab5:0xc9,_0x3c507b:0x98,_0x34d8fe:0x96,_0x427287:0xa1,_0x27f71d:0x6d,_0x1173b6:0xa2,_0x3ca9e8:0x9b,_0x3af541:0x111,_0x260ec6:0xb5,_0x503861:0xe2,_0xf51c3d:0xc5,_0x38ac3f:0xf5,_0x1a48b9:0xdc,_0x21914a:0xcf,_0x5e60a2:0x9e,_0x3ab1b3:0xb4,_0x1ce300:0xbc,_0x559788:0x106,_0x7de917:0xcf,_0x5304a6:0xf5,_0x461545:0xdf,_0x1a498a:0xad,_0x1b2290:0xe1,_0x2d20f0:0xbd,_0x13994e:0x8f,_0x51276f:0xb1,_0x576b95:0xd2,_0x3f48b9:0xe4,_0x4f17c5:0xc7,_0x348e20:0x110,_0x357246:0xf1,_0x269f84:0xd9,_0x139fe3:0xc4,_0x95d110:0xe8,_0x1ee518:0x114,_0x1a4e72:0xe0,_0x3cdcaa:0xf3,_0x447f21:0xab,_0x31575d:0xb6,_0x45aff1:0xb1,_0xebb3df:0xc1,_0x1653a7:0xcb,_0x3a9f45:0xdd,_0xcfeb94:0xe3,_0x1f946e:0xc3,_0x11ef46:0xa3,_0x48f11c:0xa6,_0x1343e8:0x95,_0x2f6ca2:0xc2,_0x7f2dea:0x8c,_0x4cd4a:0x109,_0x2dbd44:0x104,_0x4e3a55:0xf0,_0x39a96e:0x120,_0x15010b:0xef,_0x55234f:0xc7,_0x557dd1:0xb4,_0x2072ec:0xb9,_0xfa270e:0xfd,_0x3d2f29:0xdb,_0x5566f9:0xe7,_0x174b04:0xca,_0x36533d:0xa4,_0x28ad94:0xd3,_0x58b89c:0x115,_0x3cec76:0xdc,_0x101968:0xde,_0x6469d:0x8f,_0x681f9:0x7a,_0xa47608:0x90,_0xbf46f9:0xe5,_0x220af9:0xb8,_0x53eef2:0x110,_0x324127:0x87,_0x1e578e:0x9b,_0xc30200:0x104,_0x293095:0xd1,_0x166855:0xb5,_0x3b8977:0xc2,_0x210be5:0x7a,_0x454747:0x9f,_0x20d408:0x96,_0x1d2207:0xd8,_0x567486:0xda,_0x5db0c3:0xe4,_0x5beb7d:0xde,_0x2166ca:0xe9,_0x46cc89:0xe4,_0x3e36a3:0x10e,_0x5cbd47:0x9e,_0x5d82eb:0xf5,_0x174051:0xd4,_0x4853f0:0xb4,_0x2e08b2:0xba,_0x32ae03:0xaa,_0x2ea8d5:0xa9,_0x3865bc:0xd9,_0x7bb94f:0x7a,_0x3663ea:0x86,_0xd27203:0x100,_0x2896dd:0x9d,_0x110253:0x6d,_0x3ef135:0x9c,_0x503539:0xbe,_0x392de8:0xee,_0x8655b4:0xa5,_0x50ef4d:0xb0,_0x427d38:0xb1,_0x3c3e73:0xe1,_0x130143:0xaa,_0x275025:0xed,_0x5bc7f0:0xd2,_0x6e71ca:0xbf,_0x479469:0xdd,_0x38a119:0x117,_0x313716:0xd5,_0x13b8c2:0x10d,_0x407fe5:0x99,_0x23f4b2:0xc8,_0x5fa267:0x10a,_0xd4bd1:0xaf,_0x20c5a1:0xb6,_0x35a426:0xd7,_0x51d820:0x103,_0x5ba322:0xf0,_0x33e380:0xab,_0x29f64d:0xc3,_0x13787e:0xf4,_0x4cfa15:0x9b,_0x315201:0xaa,_0x5d2dc3:0xa0,_0x423158:0x89,_0x4fc3ab:0xa1,_0x2faf67:0x97,_0x1ba2e1:0xa0,_0x2b4638:0x98,_0x12e0bb:0x7f,_0x577361:0xb2,_0x39370a:0xc8,_0x1febaf:0x7d,_0xe82090:0x70},_0x5b255={_0xe617a6:0x304},_0x119b85={'Zjdeo':'Permission'+_0x2cf611(_0x50584e._0x234b59,0x4ba,0x48f,_0x50584e._0x48c326),'gWxwL':function(_0x175802,_0x188053){return _0x175802===_0x188053;},'TmHvD':function(_0x4c94d0,_0x21ff6c){return _0x4c94d0>_0x21ff6c;},'RMTZl':function(_0x3da13f,_0x3a0a4f){return _0x3da13f===_0x3a0a4f;},'UwWNb':'Error\x20in\x20p'+_0x2cf611(0x463,0x458,_0x50584e._0x11df4a,_0x50584e._0x167a75)+_0x2cf611(_0x50584e._0x38fdfb,0x4a6,_0x50584e._0x398239,0x484),'QoRmR':_0x2cf611(0x48f,_0x50584e._0x8da818,0x471,0x484)+_0x429996(-0x53,-0x72,-0x35,-_0x50584e._0x412a9d)+_0x2cf611(0x4c0,0x4ce,0x4bd,_0x50584e._0x523b73),'tcbll':_0x2cf611(_0x50584e._0x2a21e9,_0x50584e._0x5663c6,0x4a8,_0x50584e._0x4c70ff)+_0x429996(-_0x50584e._0x192d4c,-_0x50584e._0xcb2569,-0x5a,-0x68)+_0x2cf611(_0x50584e._0xe072eb,_0x50584e._0x800f94,0x484,0x488),'rqhul':function(_0x56e8f9,_0x4aacb8){return _0x56e8f9(_0x4aacb8);},'EUtSF':_0x2cf611(0x47f,0x493,_0x50584e._0x5d32b6,0x473)+'t','lBpxk':function(_0x164e56,_0x58b7f9){return _0x164e56!==_0x58b7f9;},'JIoAl':_0x2cf611(_0x50584e._0x308948,_0x50584e._0x929889,_0x50584e._0x4d65f7,_0x50584e._0x1d699a),'mdYuC':_0x2cf611(_0x50584e._0x376f05,0x4a5,_0x50584e._0x4d8dc2,0x4aa),'fxQlj':function(_0x1a3248,_0x2d6f54,_0x4867a6){return _0x1a3248(_0x2d6f54,_0x4867a6);},'RvraJ':function(_0x195d81,_0x176537){return _0x195d81===_0x176537;},'wntZJ':'gkSdB','jDDzH':function(_0x1af642,_0x2abd71){return _0x1af642===_0x2abd71;},'UWNDY':'team','gqzBR':function(_0x4385ee,_0x119a86,_0xc3ac0){return _0x4385ee(_0x119a86,_0xc3ac0);},'LuEPy':function(_0x5d51ec,_0x3d8925,_0x59d11a,_0x58a35c){return _0x5d51ec(_0x3d8925,_0x59d11a,_0x58a35c);},'tsapY':function(_0x7bb70,_0x4d3806){return _0x7bb70===_0x4d3806;},'pgDlB':'OIyoB','jEKJl':_0x2cf611(0x4a2,_0x50584e._0x48a785,0x4a1,0x47c)+'t','gaKqo':function(_0x5ae80b,_0x5993a4){return _0x5ae80b===_0x5993a4;},'DAzCG':function(_0x5c38c1,_0x367f91){return _0x5c38c1>_0x367f91;},'dsROE':_0x429996(-_0x50584e._0x33b228,-0x97,-0x90,-_0x50584e._0x3479a4),'OZMce':function(_0x53794c){return _0x53794c();},'ReJfH':'Internal\x20s'+_0x2cf611(0x49b,0x48d,_0x50584e._0x3c11a3,_0x50584e._0x341686)+'r'},_0xe15080=Array[_0x429996(-0x6a,-_0x50584e._0x1ebd13,-0x5a,-_0x50584e._0x1711f8)](_0x1bc8a3)?_0x1bc8a3['filter'](Boolean):[_0x1bc8a3][_0x2cf611(0x4b7,0x4b2,0x490,_0x50584e._0x35c2b5)](Boolean);function _0x429996(_0x37ecfd,_0x5a1397,_0xd8cb0,_0x52832e){return _0x5bbd(_0x37ecfd- -0x20f,_0xd8cb0);}function _0x2cf611(_0x196a61,_0x2829fe,_0x1b41ea,_0x5bbe08){return _0x5bbd(_0x1b41ea-_0x5b255._0xe617a6,_0x2829fe);}return async(_0x47876d,_0x2a475d,_0x2fd5bd)=>{const _0xb585c3={_0x5b59c8:0xc5,_0x281e7f:0x3d6,_0x177568:0xb5};function _0xbd6b9d(_0x132136,_0x4fa59f,_0x5f1f75,_0x456882){return _0x2cf611(_0x132136-_0xb585c3._0x5b59c8,_0x456882,_0x5f1f75- -_0xb585c3._0x281e7f,_0x456882-_0xb585c3._0x177568);}const _0xbeb805={'IrXpE':function(_0x399e14,_0x1a1a3c,_0x38282c){return _0x399e14(_0x1a1a3c,_0x38282c);}};if(!_0x47876d[_0xbd6b9d(_0x1d9e0d._0x4da779,0x98,0xbe,_0x1d9e0d._0x29de80)]){const _0x47b069={};return _0x47b069[_0xbd6b9d(_0x1d9e0d._0x496369,_0x1d9e0d._0x468e8b,_0x1d9e0d._0x3bd349,0xb6)]=_0x119b85[_0xbd6b9d(_0x1d9e0d._0x14f8c3,_0x1d9e0d._0x49e36f,_0x1d9e0d._0x3af98d,_0x1d9e0d._0x616418)],_0x47b069[_0x3ab2d0(0x8b,0xe6,_0x1d9e0d._0x3af449,_0x1d9e0d._0x26e05d)]=_0x3ab2d0(_0x1d9e0d._0xb04f7,0xd8,0xe9,0xcc)+_0x3ab2d0(_0x1d9e0d._0x37f5de,_0x1d9e0d._0x12a1bb,_0x1d9e0d._0x34cab8,_0x1d9e0d._0xde09e2)+_0xbd6b9d(0xd3,0xd2,0xce,_0x1d9e0d._0x1f6ab5)+_0x3ab2d0(0xa1,_0x1d9e0d._0x3c507b,_0x1d9e0d._0x34d8fe,_0x1d9e0d._0x427287)+'ource',_0x2a475d['status'](0xea*-0xa+-0xce4*0x3+0x3161)[_0x3ab2d0(_0x1d9e0d._0x27f71d,_0x1d9e0d._0x1173b6,_0x1d9e0d._0x3ca9e8,0x92)](_0x47b069);}function _0x3ab2d0(_0x41c8dd,_0x32748a,_0x5562c9,_0x3a0743){return _0x429996(_0x5562c9-0x13b,_0x32748a-0x10c,_0x32748a,_0x3a0743-0x137);}try{let _0xfd457f=![];for(const _0x222833 of _0xe15080){const _0xe36b2e=_0x119b85[_0x3ab2d0(_0x1d9e0d._0x3af541,_0x1d9e0d._0x260ec6,_0x1d9e0d._0x503861,_0x1d9e0d._0xf51c3d)](getPermissionScope,_0x222833);if(_0x72c16b?.[_0xbd6b9d(0xca,_0x1d9e0d._0x38ac3f,0xc5,0xa4)]&&_0xe36b2e===_0x119b85[_0x3ab2d0(0xc2,0xf5,_0x1d9e0d._0x1a48b9,0xda)]){if(_0x119b85[_0x3ab2d0(0xd5,0xc3,_0x1d9e0d._0x21914a,0xb9)](_0x119b85[_0xbd6b9d(0xcf,_0x1d9e0d._0x5e60a2,0xc3,0xb0)],_0x119b85['mdYuC'])){if(await _0x119b85['fxQlj'](hasPermissionOnAnyEnvironment,_0x47876d['user']['id'],_0x222833)){if(_0x119b85['RvraJ'](_0x119b85[_0xbd6b9d(_0x1d9e0d._0x29de80,_0x1d9e0d._0x3ab1b3,0xa8,_0x1d9e0d._0x1ce300)],_0xbd6b9d(_0x1d9e0d._0x559788,_0x1d9e0d._0x7de917,_0x1d9e0d._0x5304a6,_0x1d9e0d._0x461545))){_0xfd457f=!![];break;}else{_0x4b5cc7[_0x3ab2d0(0x7e,0xa9,0x9a,_0x1d9e0d._0x1a498a)](_0x119b85[_0xbd6b9d(_0x1d9e0d._0x559788,0xc8,_0x1d9e0d._0x1b2290,0xc7)],{'userId':_0x11fd6c[_0xbd6b9d(0xa8,_0x1d9e0d._0x2d20f0,0xbe,_0x1d9e0d._0x3af98d)]['id'],'username':_0x54f524[_0x3ab2d0(0xe6,_0x1d9e0d._0x13994e,_0x1d9e0d._0x1ce300,_0x1d9e0d._0xde09e2)][_0x3ab2d0(_0x1d9e0d._0x51276f,0xed,_0x1d9e0d._0x576b95,_0x1d9e0d._0x3f48b9)],'requiredPermission':_0x119b85[_0x3ab2d0(_0x1d9e0d._0x4f17c5,0xea,0xca,_0x1d9e0d._0x29de80)](_0x1952f2[_0x3ab2d0(_0x1d9e0d._0x348e20,0x11b,_0x1d9e0d._0x357246,_0x1d9e0d._0x269f84)],-0x2f5+-0x11c7+0x14bd)?_0x1f77e9[0x1c13*-0x1+0x20e+-0x1*-0x1a05]:_0x539177,'requiredPermissions':_0x119b85[_0xbd6b9d(_0x1d9e0d._0x139fe3,_0x1d9e0d._0x95d110,0xd7,0xc9)](_0x29db02[_0xbd6b9d(_0x1d9e0d._0x1ee518,_0x1d9e0d._0x1a4e72,_0x1d9e0d._0x3cdcaa,0x11c)],-0x24d0+-0x1259+0x372a)?_0x2a5b7a:_0x13ab8d,'path':_0x11c195[_0xbd6b9d(_0x1d9e0d._0x447f21,0x99,0x9e,0xa5)],'method':_0x3c4314[_0x3ab2d0(0xfd,_0x1d9e0d._0x31575d,0xe1,_0x1d9e0d._0x348e20)]});const _0x591b30={};_0x591b30[_0x3ab2d0(0xcd,0x9c,_0x1d9e0d._0x45aff1,_0x1d9e0d._0xebb3df)+_0x3ab2d0(0xd7,_0x1d9e0d._0x1653a7,_0x1d9e0d._0x3a9f45,_0x1d9e0d._0xcfeb94)]=_0x22b11f[-0xc7b+0x1*-0xcaa+0x9d*0x29];const _0x58b926={};return _0x58b926[_0x3ab2d0(0x98,_0x1d9e0d._0x1f946e,_0x1d9e0d._0x51276f,0xdb)+'rmissions']=_0x2c868d,_0x5c6d58[_0xbd6b9d(0x101,0x114,0xf6,0xfd)](-0x1cd0+0x103*-0x1d+0x3bba)[_0xbd6b9d(_0x1d9e0d._0x1f946e,_0x1d9e0d._0x11ef46,0x9d,_0x1d9e0d._0x48f11c)]({'error':'Forbidden','message':_0xbd6b9d(0xb8,_0x1d9e0d._0x1343e8,_0x1d9e0d._0x2f6ca2,0x92)+_0x3ab2d0(_0x1d9e0d._0x616418,_0x1d9e0d._0x7f2dea,0xb4,0xc3)+_0x3ab2d0(_0x1d9e0d._0x4cd4a,_0x1d9e0d._0x2dbd44,_0x1d9e0d._0x4e3a55,_0x1d9e0d._0x39a96e)+_0xbd6b9d(_0x1d9e0d._0x95d110,0xe0,_0x1d9e0d._0x139fe3,0xda)+_0xbd6b9d(_0x1d9e0d._0x15010b,0xdb,_0x1d9e0d._0x55234f,_0x1d9e0d._0x557dd1),..._0x119b85[_0xbd6b9d(_0x1d9e0d._0x2072ec,_0x1d9e0d._0xfa270e,0xe6,_0x1d9e0d._0x3d2f29)](_0x4032e4['length'],-0x2*-0x723+-0x2*0xaf1+-0x1*-0x79d)?_0x591b30:_0x58b926});}}continue;}else{const _0x5078b1={};_0x5078b1[_0xbd6b9d(0xd5,0xa0,0xc6,0xe8)]=_0x1520a6[_0xbd6b9d(_0x1d9e0d._0x5566f9,0x8c,_0x1d9e0d._0x496369,0xbc)],_0x5078b1[_0x3ab2d0(0x80,0xac,0x9c,0x99)]=_0x50f086['path'],_0x1ba1f4[_0x3ab2d0(_0x1d9e0d._0x174b04,_0x1d9e0d._0x36533d,0xc4,0xad)](_0x119b85[_0xbd6b9d(_0x1d9e0d._0x28ad94,_0x1d9e0d._0x58b89c,0xf1,_0x1d9e0d._0x576b95)],_0x5078b1);const _0x49f88d={};return _0x49f88d[_0xbd6b9d(_0x1d9e0d._0x3cec76,0xf4,0xc6,0xd6)]=_0x3ab2d0(_0x1d9e0d._0x101968,_0x1d9e0d._0x616418,0xbb,0x8b)+_0xbd6b9d(0xb7,_0x1d9e0d._0x6469d,0xa7,_0x1d9e0d._0x681f9)+'r',_0x49f88d[_0x3ab2d0(_0x1d9e0d._0xa47608,_0x1d9e0d._0xbf46f9,0xb9,_0x1d9e0d._0x220af9)]=_0x119b85['QoRmR'],_0x333901[_0x3ab2d0(0xef,_0x1d9e0d._0x53eef2,0xf4,0x112)](0x5*-0x24f+-0x187d+0x25fc)[_0x3ab2d0(_0x1d9e0d._0x324127,0x7a,_0x1d9e0d._0x1e578e,0x97)](_0x49f88d);}}if(_0x72c16b?.[_0xbd6b9d(_0x1d9e0d._0x1a48b9,_0x1d9e0d._0xc30200,0xe9,0xf8)]&&_0x119b85[_0x3ab2d0(_0x1d9e0d._0x293095,0xea,0xba,_0x1d9e0d._0x31575d)](_0xe36b2e,_0x119b85[_0xbd6b9d(0xc0,_0x1d9e0d._0x166855,0xa5,0x93)])){if(await _0x119b85['gqzBR'](hasPermissionOnAnyTeam,_0x47876d[_0x3ab2d0(0xb2,_0x1d9e0d._0x3b8977,_0x1d9e0d._0x1ce300,_0x1d9e0d._0x3a9f45)]['id'],_0x222833)){_0xfd457f=!![];break;}continue;}const _0x50ded9=await _0x119b85[_0xbd6b9d(_0x1d9e0d._0x210be5,_0x1d9e0d._0x454747,0xa0,_0x1d9e0d._0x20d408)](resolveContext,_0x47876d,_0xe36b2e,_0x72c16b);if(_0x50ded9===undefined&&(_0x119b85[_0x3ab2d0(_0x1d9e0d._0x1d2207,_0x1d9e0d._0x567486,_0x1d9e0d._0x5db0c3,0xe4)](_0xe36b2e,_0x119b85[_0xbd6b9d(_0x1d9e0d._0x49e36f,_0x1d9e0d._0x14f8c3,_0x1d9e0d._0x5beb7d,0xfd)])||_0x119b85[_0x3ab2d0(0xce,_0x1d9e0d._0x2166ca,_0x1d9e0d._0x46cc89,_0x1d9e0d._0x3e36a3)](_0xe36b2e,_0x119b85[_0xbd6b9d(0xbd,0x7f,0xa5,_0x1d9e0d._0x5cbd47)]))){if(_0x119b85[_0xbd6b9d(_0x1d9e0d._0x5d82eb,0xe6,0xd8,_0x1d9e0d._0x174051)](_0x119b85['pgDlB'],_0x119b85[_0xbd6b9d(_0x1d9e0d._0x4853f0,0xc2,0xd5,0xfa)])){const _0x388958={};return _0x388958[_0x3ab2d0(0xb5,0xc0,_0x1d9e0d._0x139fe3,_0x1d9e0d._0x5db0c3)]=_0x119b85[_0x3ab2d0(_0x1d9e0d._0x2e08b2,_0x1d9e0d._0x32ae03,_0x1d9e0d._0x2ea8d5,_0x1d9e0d._0x3865bc)],_0x388958[_0x3ab2d0(0xd9,0xc4,0xb9,0xad)]=_0xbd6b9d(0x88,_0x1d9e0d._0x7bb94f,_0x1d9e0d._0x48f11c,0x9d)+_0xe36b2e+(_0xbd6b9d(_0x1d9e0d._0x269f84,_0x1d9e0d._0xc30200,_0x1d9e0d._0x15010b,0x103)+'or\x20this\x20re'+_0xbd6b9d(0xd0,0x8e,0xa4,_0x1d9e0d._0x3663ea)),_0x2a475d[_0xbd6b9d(_0x1d9e0d._0xd27203,_0x1d9e0d._0x3a9f45,0xf6,0x126)](0x121a*0x1+0x2f4*0x7+-0x2536*0x1)[_0xbd6b9d(0x88,0xa5,_0x1d9e0d._0x2896dd,_0x1d9e0d._0x110253)](_0x388958);}else{if(_0x14d5cd['teamParam'])return _0x7dfd16[_0x3ab2d0(0x98,_0x1d9e0d._0x139fe3,0x9d,_0x1d9e0d._0x3ef135)]?.[_0x10f0a9['teamParam']]||_0x39c076;return null;}}if(await _0x119b85['LuEPy'](_0x493b36,_0x47876d[_0xbd6b9d(0xb8,0xab,_0x1d9e0d._0x503539,_0x1d9e0d._0x392de8)]['id'],_0x222833,_0x50ded9)){_0xfd457f=!![];break;}}if(!_0xfd457f){if(_0x119b85[_0x3ab2d0(_0x1d9e0d._0x8655b4,_0x1d9e0d._0xde09e2,_0x1d9e0d._0x50ef4d,0xdf)]('Yxdlg','Yxdlg')){logger['warn'](_0x119b85[_0xbd6b9d(_0x1d9e0d._0x427d38,0xd0,_0x1d9e0d._0x3c3e73,_0x1d9e0d._0x14f8c3)],{'userId':_0x47876d[_0xbd6b9d(_0x1d9e0d._0x130143,0xb5,0xbe,0x91)]['id'],'username':_0x47876d['user'][_0x3ab2d0(0xf3,_0x1d9e0d._0x275025,_0x1d9e0d._0x5bc7f0,0xd0)],'requiredPermission':_0x119b85[_0x3ab2d0(_0x1d9e0d._0x6e71ca,_0x1d9e0d._0x479469,_0x1d9e0d._0x174b04,0xb6)](_0xe15080[_0xbd6b9d(_0x1d9e0d._0x38a119,_0x1d9e0d._0x313716,0xf3,_0x1d9e0d._0x13b8c2)],-0x1*0xd8e+0x6fe+0x691)?_0xe15080[-0x4f*-0xb+-0x12d9*0x1+0xf74]:undefined,'requiredPermissions':_0x119b85[_0xbd6b9d(_0x1d9e0d._0x407fe5,_0x1d9e0d._0x23f4b2,0xaf,_0x1d9e0d._0x3663ea)](_0xe15080[_0x3ab2d0(0xcf,_0x1d9e0d._0xb04f7,0xf1,0xed)],0x2*-0x2b0+-0x20f+0x2*0x3b8)?_0xe15080:undefined,'path':_0x47876d[_0x3ab2d0(0xa4,0x79,_0x1d9e0d._0x3ef135,0xab)],'method':_0x47876d[_0x3ab2d0(0xf1,_0x1d9e0d._0x5fa267,0xe1,0xb1)]});const _0x529fa0={'error':_0x119b85['dsROE'],'message':_0x3ab2d0(0xe7,_0x1d9e0d._0xd4bd1,0xc0,0xd4)+_0xbd6b9d(_0x1d9e0d._0x1ce300,0xcb,_0x1d9e0d._0x20c5a1,_0x1d9e0d._0x35a426)+_0x3ab2d0(0xc4,_0x1d9e0d._0x51d820,_0x1d9e0d._0x5ba322,0xfb)+'perform\x20th'+_0xbd6b9d(_0x1d9e0d._0x33e380,_0x1d9e0d._0x166855,0xc7,_0x1d9e0d._0x29f64d),..._0xe15080['length']===-0x232*0x7+0x104b+-0xec?{'requiredPermission':_0xe15080[0xf3b+-0x1c*-0x2b+-0x1b*0xbd]}:{'requiredPermissions':_0xe15080}};return _0x2a475d[_0x3ab2d0(_0x1d9e0d._0x269f84,0xcf,_0x1d9e0d._0x13787e,0xe9)](0xa1f+-0x5d*-0x44+0x2*-0x10a0)[_0xbd6b9d(_0x1d9e0d._0x37f5de,_0x1d9e0d._0x3af98d,0x9d,0x9f)](_0x529fa0);}else return _0xbeb805['IrXpE'](_0x444fa0,_0x5681c3,_0x579d6e);}_0x119b85[_0x3ab2d0(_0x1d9e0d._0x4cfa15,0x90,0xbd,_0x1d9e0d._0x315201)](_0x2fd5bd);}catch(_0x588a97){const _0x4ad0d1={};_0x4ad0d1['error']=_0x588a97['message'],_0x4ad0d1[_0x3ab2d0(_0x1d9e0d._0x5d2dc3,_0x1d9e0d._0x45aff1,0x9c,_0x1d9e0d._0x423158)]=_0x47876d[_0xbd6b9d(_0x1d9e0d._0x4fc3ab,_0x1d9e0d._0x37f5de,0x9e,_0x1d9e0d._0x423158)],logger['error'](_0x119b85['UwWNb'],_0x4ad0d1);const _0x5d36cc={};return _0x5d36cc['error']=_0x119b85[_0x3ab2d0(_0x1d9e0d._0x2faf67,_0x1d9e0d._0x1ba2e1,_0x1d9e0d._0x2b4638,_0x1d9e0d._0x12e0bb)],_0x5d36cc[_0x3ab2d0(0xba,0xcf,0xb9,_0x1d9e0d._0x577361)]=_0x119b85['QoRmR'],_0x2a475d['status'](0x1b4*-0x14+-0x6b*0xd+-0x49b*-0x9)[_0x3ab2d0(_0x1d9e0d._0x39370a,_0x1d9e0d._0x1febaf,0x9b,_0x1d9e0d._0xe82090)](_0x5d36cc);}};}export function requireAnyPermission(_0x2e88ff,_0x288afe){return requirePermission(_0x2e88ff,_0x288afe);}
1
+ function _0x5b14(_0x41c3ea,_0x4a815c){_0x41c3ea=_0x41c3ea-(0x12ea+0x5f9*-0x4+0x5ab);const _0x351768=_0x2338();let _0x479c0f=_0x351768[_0x41c3ea];if(_0x5b14['uIFcfo']===undefined){var _0xa7b692=function(_0x491b41){const _0x521260='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30cb34='',_0x3449a7='';for(let _0x2e870d=0x1129+0x19f8+-0x2b21,_0x81704e,_0x3c503c,_0x2c5f9b=-0x3*-0x1c9+-0x1f72+0x1a17;_0x3c503c=_0x491b41['charAt'](_0x2c5f9b++);~_0x3c503c&&(_0x81704e=_0x2e870d%(0x14b*-0x6+0x122e*0x2+0x1c96*-0x1)?_0x81704e*(-0x1*0x575+-0x214f+0x2704)+_0x3c503c:_0x3c503c,_0x2e870d++%(0xe5+0x1fb7+-0x2098))?_0x30cb34+=String['fromCharCode'](-0x220a+-0x19fa+0x1*0x3d03&_0x81704e>>(-(-0x238d+0xcca+-0x16c5*-0x1)*_0x2e870d&0x21d+0x57e+-0x795)):-0x1c79+0x1d5c*-0x1+0x39d5){_0x3c503c=_0x521260['indexOf'](_0x3c503c);}for(let _0x3d70a7=0x81e*0x3+-0x13*0x4+-0x180e,_0x5e9dfe=_0x30cb34['length'];_0x3d70a7<_0x5e9dfe;_0x3d70a7++){_0x3449a7+='%'+('00'+_0x30cb34['charCodeAt'](_0x3d70a7)['toString'](0x1b7f+0x618+-0x2187))['slice'](-(0xec*-0x14+-0xf2*0x2+0x1456));}return decodeURIComponent(_0x3449a7);};_0x5b14['gYCpTZ']=_0xa7b692,_0x5b14['WWbYOz']={},_0x5b14['uIFcfo']=!![];}const _0x2e2438=_0x351768[0x20e8+-0x3ec*0x2+-0x1910],_0x4a71fb=_0x41c3ea+_0x2e2438,_0x453db9=_0x5b14['WWbYOz'][_0x4a71fb];return!_0x453db9?(_0x479c0f=_0x5b14['gYCpTZ'](_0x479c0f),_0x5b14['WWbYOz'][_0x4a71fb]=_0x479c0f):_0x479c0f=_0x453db9,_0x479c0f;}(function(_0x5de53e,_0x2be2ab){const _0x386c22={_0x50316f:0x49d,_0x4340ae:0x484,_0x2e7b79:0x279,_0x3b5143:0x46f,_0x49260f:0x47b,_0xfb6994:0x48f,_0x34db76:0x2ac,_0x1ad668:0x2a8,_0x3c5296:0x278,_0x45f3c5:0x2d6,_0x55a492:0x438,_0x4ea117:0x46a,_0x1f043d:0x493,_0x1a3233:0x287,_0x5c911d:0x295,_0x1c3cb7:0x2a7,_0x2d8814:0x44e,_0x526ea8:0x4bc,_0x1dc8c9:0x48e,_0x51917a:0x49f},_0x497c2d={_0x5afbb5:0x1cc},_0x59332d={_0x34f159:0x3a5};function _0x3b7551(_0x2aff37,_0x42433c,_0x2ab290,_0x28fbad){return _0x5b14(_0x28fbad-_0x59332d._0x34f159,_0x42433c);}const _0x53f11f=_0x5de53e();function _0x59c12a(_0x214c0f,_0x1ca6dd,_0x4aaa80,_0x1dd912){return _0x5b14(_0x1ca6dd-_0x497c2d._0x5afbb5,_0x214c0f);}while(!![]){try{const _0xcc119=-parseInt(_0x3b7551(0x43a,_0x386c22._0x50316f,0x471,0x46b))/(0x79b*0x5+-0x27b+-0x9*0x3f3)+-parseInt(_0x3b7551(0x4e1,_0x386c22._0x4340ae,0x4cb,0x4af))/(-0x1e7*-0x2+0x28*-0x9a+0x1444)*(parseInt(_0x59c12a(0x2c5,0x2aa,_0x386c22._0x2e7b79,0x2cd))/(-0x22d3*0x1+-0x1a25+0x3cfb))+-parseInt(_0x3b7551(_0x386c22._0x3b5143,_0x386c22._0x49260f,_0x386c22._0xfb6994,0x46d))/(-0x83*-0x7+0x2*0x1321+-0x3*0xdf1)+-parseInt(_0x59c12a(_0x386c22._0x34db76,_0x386c22._0x1ad668,_0x386c22._0x3c5296,_0x386c22._0x45f3c5))/(-0xd6d*-0x1+-0x5b*0x40+0xd*0xb8)*(parseInt(_0x3b7551(0x480,_0x386c22._0x55a492,0x496,_0x386c22._0x4ea117))/(-0x5*-0x2d1+-0xf4b+0x13c*0x1))+parseInt(_0x3b7551(0x47d,_0x386c22._0x1f043d,0x4a5,0x492))/(0x1*0x619+-0xb8f+0x57d)*(-parseInt(_0x59c12a(_0x386c22._0x1a3233,_0x386c22._0x5c911d,0x289,_0x386c22._0x1c3cb7))/(0x1813+0x170a*-0x1+-0x101))+parseInt(_0x3b7551(_0x386c22._0x2d8814,0x443,0x457,0x457))/(-0x6f4+0x1324*-0x2+0x3*0xf17)+-parseInt(_0x3b7551(0x469,0x476,_0x386c22._0x526ea8,_0x386c22._0x1dc8c9))/(0x1*0x1862+-0x795+-0x10c3)*(-parseInt(_0x3b7551(0x47d,0x4c9,0x480,_0x386c22._0x51917a))/(0x9*-0x3e6+-0x1ac6+0x17*0x2b1));if(_0xcc119===_0x2be2ab)break;else _0x53f11f['push'](_0x53f11f['shift']());}catch(_0x730dd){_0x53f11f['push'](_0x53f11f['shift']());}}}(_0x2338,0x14*0x1bdd+-0x1*-0x35dcb+0x1484*0xd));import{hasPermission as _0x348db4,hasPermissionOnAnyEnvironment,hasPermissionOnAnyTeam}from'../lib/permission-resolver.js';import{getPermissionScope}from'../lib/roles.js';import{logger}from'../lib/logger.js';async function resolveContext(_0x4f1633,_0x349559,_0x106ea8){const _0x1fcb43={_0x2928d2:0x211,_0x1e732b:0x22b,_0x469329:0x21c,_0x3fbbd8:0x213,_0x29cbf2:0x205,_0x33c196:0x22c,_0xa119a7:0x210,_0x149938:0x1ad,_0x18ee0d:0x1a1,_0xf6f7d9:0x1ec,_0xcafc38:0x1af,_0x463ec1:0x1c5,_0x238507:0x26a,_0x593fb7:0x1cf,_0x19d3e3:0x1c9,_0x5a60:0x248,_0x5c86c2:0x20a,_0x3acaaf:0x1ab,_0x465777:0x216,_0x155ad9:0x235,_0x59163f:0x224,_0x35303e:0x1f8,_0x372756:0x192,_0x362826:0x1b0,_0x5e6e53:0x1b6,_0x34e94b:0x1c4,_0x1c9bb7:0x199,_0x35cf28:0x257,_0x4af97d:0x225,_0x5ce109:0x285,_0x709e5:0x23a,_0x56b6a6:0x1db,_0x3b5f2c:0x18c,_0x488b86:0x214,_0x386ae0:0x20a,_0x4eef50:0x1f5,_0x5e8a0a:0x202,_0x41306e:0x225,_0x2ed2d3:0x206,_0x3d3198:0x1e2,_0x5e0a09:0x1db,_0x31276c:0x180,_0x23d964:0x196,_0x30def4:0x1b0,_0x43acd1:0x240,_0x2a6c02:0x1c3,_0x54e8c2:0x206,_0x50b61b:0x208,_0x27fd5b:0x1e7,_0x3df160:0x1e3,_0x5a51c6:0x1be,_0x239509:0x1c9,_0x19b24e:0x1e5,_0xe6a8a1:0x1ae,_0x385200:0x199,_0x992890:0x1e1,_0x163023:0x1e2,_0x3fd3e8:0x1cc,_0x5ee580:0x188,_0x3155d2:0x1d1,_0x1fec92:0x1b8,_0x3c5cd0:0x260,_0x5b7f40:0x27e,_0x59141b:0x262,_0x1a05ee:0x216,_0x260164:0x22d,_0x7c54df:0x1ce,_0x2e6715:0x1d3,_0x212d92:0x22b,_0x367071:0x26e,_0x259dd6:0x25b,_0x54db35:0x1f2,_0x2433b6:0x1d0,_0x4ad3a6:0x1c6,_0xb39173:0x263,_0x35285f:0x24a,_0x49bf48:0x258,_0x3a920a:0x23d,_0x4e784b:0x1ea,_0x587561:0x19f,_0x2f0420:0x1c1,_0x43c023:0x1bf},_0x446615={_0x48fd1a:0xf6},_0x4bbf94={};_0x4bbf94['nPRHJ']='tasks',_0x4bbf94[_0x4a0465(_0x1fcb43._0x2928d2,0x226,0x230,0x20f)]=function(_0x3ea46b,_0x3fb3b0){return _0x3ea46b===_0x3fb3b0;},_0x4bbf94[_0x4a0465(0x215,0x243,_0x1fcb43._0x1e732b,_0x1fcb43._0x469329)]=function(_0x48e6e0,_0x407734){return _0x48e6e0!==_0x407734;},_0x4bbf94[_0x4a0465(_0x1fcb43._0x3fbbd8,0x22d,_0x1fcb43._0x29cbf2,0x1ec)]=_0x4a0465(_0x1fcb43._0x33c196,0x1fd,_0x1fcb43._0xa119a7,0x256),_0x4bbf94[_0xf70c4d(_0x1fcb43._0x149938,0x1c7,_0x1fcb43._0x18ee0d,0x1a9)]=_0xf70c4d(0x1c6,_0x1fcb43._0xf6f7d9,_0x1fcb43._0xcafc38,_0x1fcb43._0x463ec1),_0x4bbf94[_0x4a0465(0x239,_0x1fcb43._0x238507,0x232,0x21c)]=function(_0x27d2cb,_0x124c73){return _0x27d2cb===_0x124c73;},_0x4bbf94[_0xf70c4d(_0x1fcb43._0x593fb7,0x1df,0x1bc,_0x1fcb43._0x19d3e3)]=_0x4a0465(0x238,0x244,0x23d,0x233);function _0xf70c4d(_0x18b078,_0x402311,_0x2e10e7,_0x4fe773){return _0x5b14(_0x4fe773-_0x446615._0x48fd1a,_0x2e10e7);}function _0x4a0465(_0x39199f,_0x2c9db5,_0x4fdb84,_0x3867b7){return _0x5b14(_0x39199f-0x155,_0x3867b7);}_0x4bbf94['TuGUs']='OylPF';const _0x4171b6=_0x4bbf94;if(!_0x106ea8)return null;if(_0x4171b6['rIcgw'](_0x349559,'environmen'+'t')){if(_0x106ea8[_0x4a0465(0x216,_0x1fcb43._0x5a60,0x1ee,_0x1fcb43._0x5c86c2)])return _0x4f1633[_0xf70c4d(0x1d7,0x1b2,_0x1fcb43._0x19d3e3,_0x1fcb43._0x3acaaf)]?.[_0x106ea8[_0x4a0465(_0x1fcb43._0x465777,_0x1fcb43._0x155ad9,0x247,0x1e8)]]||undefined;if(_0x106ea8[_0xf70c4d(_0x1fcb43._0x59163f,0x224,0x1f5,_0x1fcb43._0x35303e)]){if(_0x4171b6[_0xf70c4d(_0x1fcb43._0x372756,_0x1fcb43._0x372756,_0x1fcb43._0x362826,_0x1fcb43._0x5e6e53)](_0x4171b6[_0xf70c4d(_0x1fcb43._0x34e94b,0x183,_0x1fcb43._0x1c9bb7,0x1b4)],'IvJhI'))return _0x4f1633['body']?.[_0x106ea8[_0x4a0465(_0x1fcb43._0x35cf28,_0x1fcb43._0x4af97d,0x25d,_0x1fcb43._0x5ce109)]]||undefined;else{if(_0x351768[_0x4a0465(0x241,_0x1fcb43._0x33c196,_0x1fcb43._0x709e5,0x271)])return _0x4a71fb[_0xf70c4d(_0x1fcb43._0x56b6a6,0x199,_0x1fcb43._0x3b5f2c,0x1ab)]?.[_0x453db9['teamParam']]||_0x491b41;return null;}}if(_0x106ea8[_0x4a0465(_0x1fcb43._0x488b86,0x1e9,0x1ea,0x223)+'k']){const _0x587fa8=_0x4f1633[_0x4a0465(_0x1fcb43._0x386ae0,_0x1fcb43._0x4eef50,_0x1fcb43._0x5e8a0a,_0x1fcb43._0x41306e)]?.['id'];if(!_0x587fa8)return undefined;const _0x533eb1=_0x4f1633['app']?.[_0xf70c4d(_0x1fcb43._0x2ed2d3,_0x1fcb43._0x3d3198,0x1db,0x209)]?.(_0xf70c4d(_0x1fcb43._0x5e0a09,_0x1fcb43._0x31276c,_0x1fcb43._0x23d964,_0x1fcb43._0x30def4));if(!_0x533eb1)return undefined;const _0x183b39=_0x533eb1[_0x4a0465(0x268,_0x1fcb43._0x43acd1,0x264,0x25f)](_0x587fa8);if(!_0x183b39)return undefined;return _0x183b39[_0xf70c4d(0x1d8,0x1b0,0x1b7,_0x1fcb43._0x2a6c02)+'t']||undefined;}return null;}if(_0x4171b6[_0x4a0465(0x211,_0x1fcb43._0x59163f,_0x1fcb43._0x54e8c2,_0x1fcb43._0x35303e)](_0x349559,_0x4171b6[_0x4a0465(_0x1fcb43._0x50b61b,_0x1fcb43._0x27fd5b,0x1eb,0x21a)])){if(_0x4171b6[_0xf70c4d(0x1e2,_0x1fcb43._0x3df160,_0x1fcb43._0x5a51c6,0x1da)](_0x4171b6[_0xf70c4d(0x1f5,0x1c7,0x1a1,_0x1fcb43._0x239509)],_0x4171b6[_0xf70c4d(_0x1fcb43._0x19b24e,_0x1fcb43._0xe6a8a1,_0x1fcb43._0x385200,_0x1fcb43._0x19d3e3)])){if(_0x106ea8[_0xf70c4d(0x1c6,0x1c4,_0x1fcb43._0x992890,_0x1fcb43._0x163023)])return _0x4171b6[_0xf70c4d(_0x1fcb43._0x3fd3e8,_0x1fcb43._0x5ee580,_0x1fcb43._0x3155d2,_0x1fcb43._0x1fec92)]!==_0x4171b6['TuGUs']?_0x125362['body']?.[_0x5bb1dd[_0x4a0465(0x257,_0x1fcb43._0x3c5cd0,0x226,_0x1fcb43._0x5b7f40)]]||_0x513f13:_0x4f1633['params']?.[_0x106ea8[_0x4a0465(0x241,_0x1fcb43._0x3c5cd0,_0x1fcb43._0x59141b,0x234)]]||undefined;return null;}else{if(_0x2906f9[_0x4a0465(_0x1fcb43._0x1a05ee,0x1ff,0x208,_0x1fcb43._0x260164)])return _0x3e726e[_0xf70c4d(0x1d1,_0x1fcb43._0x7c54df,0x1b4,_0x1fcb43._0x3acaaf)]?.[_0x46ae8b[_0xf70c4d(0x188,_0x1fcb43._0x2e6715,_0x1fcb43._0x163023,0x1b7)]]||_0x44c68f;if(_0xcf49d0[_0x4a0465(0x257,0x24b,_0x1fcb43._0x212d92,0x274)])return _0x3f4bf4['body']?.[_0x2c9543[_0x4a0465(0x257,_0x1fcb43._0x367071,_0x1fcb43._0x259dd6,0x239)]]||_0x66d7a0;if(_0x64b35[_0x4a0465(0x214,0x226,0x214,_0x1fcb43._0x54db35)+'k']){const _0x3cecba=_0x326370[_0xf70c4d(0x1d4,_0x1fcb43._0x2433b6,_0x1fcb43._0x4ad3a6,_0x1fcb43._0x3acaaf)]?.['id'];if(!_0x3cecba)return _0x543f7c;const _0x117359=_0x32450e[_0x4a0465(_0x1fcb43._0xb39173,0x260,0x26c,_0x1fcb43._0x35285f)]?.[_0x4a0465(0x268,_0x1fcb43._0x49bf48,_0x1fcb43._0x3a920a,0x29a)]?.(_0x4171b6[_0xf70c4d(_0x1fcb43._0x4e784b,_0x1fcb43._0x155ad9,0x214,_0x1fcb43._0x50b61b)]);if(!_0x117359)return _0x366418;const _0x41db49=_0x117359['get'](_0x3cecba);if(!_0x41db49)return _0x2dbe9a;return _0x41db49[_0xf70c4d(_0x1fcb43._0x587561,_0x1fcb43._0x2f0420,_0x1fcb43._0x43c023,0x1c3)+'t']||_0x1b3915;}return null;}}return null;}export function requirePermission(_0x1889e7,_0x517076){const _0x28c344={_0xf0dc20:0xcd,_0x483cae:0xe0,_0x3b7cc5:0xba,_0x5cfe56:0xe8,_0x2bd953:0xb8,_0x2b645c:0x103,_0x5a9dda:0xd6,_0x19a210:0xd0,_0x27dce9:0xe3,_0xf6affc:0xd3,_0xbda51f:0xd7,_0x52aa5b:0xdf,_0x54db6f:0xc1,_0x1a1659:0xe6,_0x345b95:0xbf,_0x352a69:0xe9,_0x5a6492:0xff,_0x5d95bb:0xe9,_0x2212ce:0x9f,_0x1f960c:0xc1,_0x2f5292:0xa2,_0x5c26fd:0x7f,_0xe22c3e:0xeb,_0x4c6348:0xbe,_0x18b1f0:0xbe,_0x13005c:0x9f,_0x296ad6:0x10a,_0x4f126f:0x101,_0x1b19df:0x113,_0x204616:0x12c,_0x3aa675:0xca,_0x268055:0xc6,_0x346b91:0xde,_0x12985e:0x107,_0x2326a3:0xe5,_0x198a09:0xfa,_0x13b70a:0xd6,_0x4c3861:0x12c,_0x51a6dc:0xab,_0x5a02e6:0xd1,_0x39a536:0xee,_0xe73e50:0xd3,_0x135027:0xe2},_0x3a0b61={_0x23db8a:0x2d8,_0x1868fb:0x2e8,_0x42eec4:0x2be,_0x339e09:0x2b8,_0x5b5510:0x2ab,_0x487441:0x18a,_0x5a2a90:0x14f,_0x4bdcb1:0x15a,_0xa83198:0x2a7,_0x287f85:0x299,_0x4817b0:0x2b8,_0xe24012:0x296,_0x4eb73e:0x258,_0x1304b7:0x27a,_0x444ded:0x261,_0x173329:0x284,_0x38cf72:0x275,_0x1244cd:0x299,_0x9ada6c:0x29e,_0x2f5c5a:0x2ea,_0x353c0c:0x259,_0x589332:0x260,_0x3d30da:0x289,_0xbcf25c:0x2d5,_0x18a652:0x2b8,_0x35f278:0x292,_0xe15283:0x138,_0x3ccabe:0x2ff,_0x1003b3:0x2c2,_0xc7bc31:0x197,_0x2366b0:0x2ac,_0x19f7b1:0x2cd,_0x545025:0x2c8,_0x1df692:0x2c1,_0x2b4376:0x2bf,_0x209836:0x291,_0x533200:0x1a9,_0x25c966:0x2bc,_0x3defc5:0x28c,_0x4eeece:0x281,_0x2fe4a0:0x2ae,_0x5d8988:0x2ab,_0x55545c:0x18a,_0x53647e:0x2de,_0x356907:0x2f6,_0x41e358:0x14b,_0x1f0810:0x195,_0x40ab03:0x168,_0x258735:0x143,_0xdf882d:0x152,_0x5c9296:0x14b,_0x4fe200:0x16a,_0x1bb2e6:0x195,_0x3fb7d4:0x195,_0x134add:0x13c,_0x27d0d4:0x2d7,_0x5e0812:0x26d,_0xd5ed03:0x29b,_0x23ae49:0x27e,_0x2be769:0x15a,_0x137329:0x134,_0x4d7c89:0x2aa,_0x1fc575:0x291,_0x106da1:0x28b,_0x5cac9f:0x28a,_0x130930:0x2a7,_0x132b8b:0x294,_0x2d3917:0x295,_0x2f3848:0x2ae,_0x32c6a8:0x14a,_0x540c1b:0x16a,_0x43f5c8:0x297,_0x53b844:0x2f1,_0x43e2fc:0x172,_0x468ed2:0x165,_0x35ac9a:0x176,_0x5af4cd:0x188,_0xbf080b:0x174,_0x2f7e60:0x1a0,_0x79a4bf:0x161,_0x265b1a:0x28d,_0x543a86:0x2ac,_0x4cf46b:0x290,_0x5cdd86:0x176,_0xc3b1ec:0x160,_0x364730:0x2b6,_0x4c6fd4:0x290,_0x27760f:0x2c1,_0x10031e:0x2c9,_0x34f140:0x151,_0x368091:0x1aa,_0x74c0a9:0x194,_0x5b4915:0x18f,_0x488847:0x187,_0x3b7f36:0x2c7,_0x50be0e:0x186,_0x19277e:0x15c,_0xd45bed:0x157,_0x348309:0x159,_0x499a4f:0x16c,_0x46b0c5:0x12c,_0x474559:0x112,_0x24f99c:0x2e8,_0x187a54:0x17c,_0xa1e382:0x15f,_0x13dab5:0x15e,_0x53dc9e:0x1af,_0x389563:0x177,_0x3d3cda:0x142,_0x1f4fe4:0x143,_0x416aea:0x133,_0x3aca69:0x2d1,_0x253e9f:0x17c,_0x598e03:0x153,_0x299756:0x13b,_0x3f2332:0x167,_0x56ff23:0x293,_0x566c98:0x29d,_0x3823f6:0x2ac,_0x39de86:0x2b1,_0x4f2ea8:0x2a9,_0x4213dd:0x282,_0x275192:0x175,_0x1a6088:0x180,_0x23b76a:0x1b0,_0x399df4:0x276,_0x3f75d2:0x281,_0x164834:0x2a9,_0x59bf7b:0x2b9,_0x3aca27:0x2fa,_0x4886f8:0x2cc,_0x1df9ad:0x2ca,_0x17f9d0:0x14b,_0x1b0bec:0x144,_0x38a054:0x2b9,_0x417c85:0x17c,_0x448bb9:0x1c5,_0x93b4bb:0x179,_0x331797:0x274,_0x19a015:0x178,_0x1dcaa5:0x14a,_0x5dd983:0x16e,_0x3c67db:0x16e,_0x2dbc62:0x13d,_0x100165:0x116,_0x52d5f1:0x161,_0x1f65bd:0x28b,_0x15e177:0x13f,_0x207e1d:0x13c,_0x3092e2:0x12c,_0xdddad6:0x270,_0x39bdc3:0x16a,_0x5f3390:0x2b0,_0x2da336:0x150,_0x477405:0x160,_0x270195:0x171,_0x54c84d:0x173,_0xadbc3:0x156,_0x5d429b:0x17e,_0x1c1edf:0x182,_0x58d582:0x2e4,_0x5b0e6d:0x2b0,_0x431b1b:0x2b7,_0x42d08b:0x190,_0x5574f1:0x171,_0x86bc74:0x14c,_0x2084c7:0x160,_0x278712:0x18e,_0x4e5330:0x187,_0x360273:0x193,_0x236624:0x2a1,_0x454ea3:0x2bb,_0x1afa0d:0x28e},_0x2688f8={_0x2e9b12:0x73,_0x4cbb3a:0x1e1},_0x5196e8={_0x52da42:0x1ce},_0x5b1e44={'dUJeT':_0x230625(-0xda,-_0x28c344._0xf0dc20,-0xf4,-_0x28c344._0x483cae)+_0x230625(-0x8f,-_0x28c344._0x3b7cc5,-0xc4,-0xb7)+_0x2b08fa(0xea,0xb9,_0x28c344._0x5cfe56,_0x28c344._0x2bd953),'dJnSb':_0x2b08fa(_0x28c344._0x2b645c,0xeb,0xdf,_0x28c344._0x5a9dda)+_0x2b08fa(_0x28c344._0x19a210,0xcc,_0x28c344._0x27dce9,0xbc)+'r','BiYcQ':'Permission'+'\x20denied','xdmlh':function(_0x1046d6,_0xd3609){return _0x1046d6===_0xd3609;},'xSIby':function(_0x2fe710,_0x441118){return _0x2fe710===_0x441118;},'Anbsv':_0x2b08fa(_0x28c344._0xf6affc,_0x28c344._0xbda51f,0xc1,_0x28c344._0x52aa5b),'TJDjP':_0x2b08fa(0x117,0xc5,_0x28c344._0x54db6f,_0x28c344._0x1a1659),'YksCp':_0x230625(-0xce,-_0x28c344._0x345b95,-0xc0,-0xd9)+_0x2b08fa(0xf0,0xcc,_0x28c344._0x352a69,0xc5)+_0x2b08fa(_0x28c344._0x5a6492,_0x28c344._0x19a210,0xef,_0x28c344._0x5d95bb),'ZjLAW':_0x230625(-0xe2,-0xc2,-_0x28c344._0x2212ce,-_0x28c344._0x1f960c)+_0x2b08fa(0xb3,_0x28c344._0xf0dc20,_0x28c344._0x2f5292,0xad)+_0x2b08fa(0x9a,0xac,_0x28c344._0x5c26fd,0xaa)+'s\x20this\x20res'+_0x230625(-0xf1,-0xf3,-0x111,-0x11e),'IwHQh':function(_0x401349,_0x2c7c47){return _0x401349!==_0x2c7c47;},'OIpKZ':_0x230625(-_0x28c344._0xe22c3e,-_0x28c344._0x4c6348,-_0x28c344._0x18b1f0,-_0x28c344._0x13005c),'XBnse':_0x230625(-_0x28c344._0x296ad6,-_0x28c344._0x4f126f,-_0x28c344._0x1b19df,-_0x28c344._0x204616)+'t','uHeFl':function(_0x5b031b,_0x179580,_0x5ec2fa){return _0x5b031b(_0x179580,_0x5ec2fa);},'RUTgT':'team','HfGkx':_0x2b08fa(0xe3,_0x28c344._0x3aa675,0x9f,0xc4),'NDWWx':function(_0x11e461,_0x3cb40d,_0x41b950){return _0x11e461(_0x3cb40d,_0x41b950);},'UlqRp':function(_0x966e0a,_0x2e9f9f,_0x2e8825,_0x26c563){return _0x966e0a(_0x2e9f9f,_0x2e8825,_0x26c563);},'nsSxv':function(_0x7c6c6a,_0x51cacb){return _0x7c6c6a===_0x51cacb;},'XSWzJ':_0x230625(-0xad,-_0x28c344._0x268055,-0xce,-_0x28c344._0x346b91)+'t','XxioA':_0x2b08fa(_0x28c344._0x12985e,_0x28c344._0x2326a3,_0x28c344._0x198a09,0xe1),'LvBae':function(_0x24ec4d,_0xbc0421){return _0x24ec4d===_0xbc0421;},'MGSvn':function(_0x1a035b,_0x1c1f9f){return _0x1a035b>_0x1c1f9f;},'mhYwP':function(_0x5732a7,_0x502a0a){return _0x5732a7===_0x502a0a;},'BaGVQ':_0x230625(-_0x28c344._0x13b70a,-0xfa,-_0x28c344._0x4c3861,-0xe2)+_0x2b08fa(_0x28c344._0x51a6dc,_0x28c344._0x268055,0xcf,_0x28c344._0x5a02e6)+_0x230625(-0xfc,-_0x28c344._0x346b91,-_0x28c344._0x39a536,-_0x28c344._0x1a1659)};function _0x230625(_0x192696,_0x4593ec,_0x407847,_0x38fabe){return _0x5b14(_0x4593ec- -_0x5196e8._0x52da42,_0x192696);}const _0x139f56=Array['isArray'](_0x1889e7)?_0x1889e7[_0x230625(-0xcb,-0xd3,-0xfb,-_0x28c344._0xe73e50)](Boolean):[_0x1889e7][_0x2b08fa(0x106,_0x28c344._0x135027,0xed,0xde)](Boolean);function _0x2b08fa(_0x114ffe,_0x35b6f7,_0xd48ec2,_0x34e55c){return _0x5b14(_0x34e55c- -0x1d,_0xd48ec2);}return async(_0x42f1d2,_0x7be7b0,_0x263ba8)=>{const _0x93da23={_0x30865d:0x126,_0x17b308:0x22d},_0x23274a={'iywyJ':_0x5b1e44[_0x28fd93(0x2e3,_0x3a0b61._0x23db8a,0x2b9,_0x3a0b61._0x1868fb)],'nNlHz':function(_0x2fccd2,_0x2fdc68){return _0x5b1e44['xdmlh'](_0x2fccd2,_0x2fdc68);},'YatNo':function(_0x42522e,_0x4e3a35){return _0x42522e>_0x4e3a35;}};function _0x28fd93(_0x3c38e3,_0x141508,_0x4c689a,_0x46b504){return _0x2b08fa(_0x3c38e3-_0x2688f8._0x2e9b12,_0x141508-0x1dd,_0x3c38e3,_0x4c689a-_0x2688f8._0x4cbb3a);}function _0x4c046f(_0x30c041,_0x347a3e,_0x371a47,_0x3ca1f8){return _0x2b08fa(_0x30c041-_0x93da23._0x30865d,_0x347a3e-0x1ce,_0x30c041,_0x347a3e- -_0x93da23._0x17b308);}if(_0x5b1e44[_0x28fd93(_0x3a0b61._0x42eec4,_0x3a0b61._0x339e09,_0x3a0b61._0x5b5510,0x2b9)](_0x5b1e44['Anbsv'],_0x5b1e44[_0x4c046f(-_0x3a0b61._0x487441,-0x158,-_0x3a0b61._0x5a2a90,-_0x3a0b61._0x4bdcb1)])){_0x5f4427[_0x28fd93(_0x3a0b61._0xa83198,_0x3a0b61._0x287f85,_0x3a0b61._0x4817b0,0x292)](_0x23274a[_0x28fd93(_0x3a0b61._0x287f85,0x2d6,0x2c4,0x2c7)],{'userId':_0x18284c[_0x28fd93(_0x3a0b61._0xe24012,_0x3a0b61._0x4eb73e,_0x3a0b61._0x1304b7,_0x3a0b61._0x444ded)]['id'],'username':_0x4b5867[_0x28fd93(0x28b,_0x3a0b61._0xa83198,0x27a,0x26e)][_0x28fd93(_0x3a0b61._0x173329,_0x3a0b61._0x38cf72,0x281,0x282)],'requiredPermission':_0x23274a[_0x28fd93(0x29f,0x2da,0x2b5,0x2da)](_0x2f6e4e[_0x28fd93(_0x3a0b61._0x1244cd,0x29e,0x2c3,_0x3a0b61._0x9ada6c)],0xedc+-0x2672+0x1*0x1797)?_0x53ee1c[-0x5c1+-0x229b+-0x24*-0x11f]:_0x3885da,'requiredPermissions':_0x23274a[_0x28fd93(0x2c8,0x273,_0x3a0b61._0x9ada6c,0x272)](_0x1c9468['length'],0x4*-0x9a1+-0xdc9+0x344e)?_0x3a97d4:_0x126196,'path':_0x11dc85['path'],'method':_0x3ddd3d['method']});const _0x551065={};_0x551065[_0x28fd93(0x29e,_0x3a0b61._0x2f5c5a,0x2ba,0x290)+_0x28fd93(_0x3a0b61._0x353c0c,_0x3a0b61._0x589332,0x278,_0x3a0b61._0x3d30da)]=_0x113c06[-0x5*-0x42f+-0x17*-0x87+-0x210c];const _0x272501={};_0x272501['requiredPe'+_0x28fd93(0x2d2,0x2de,_0x3a0b61._0xbcf25c,0x2c4)]=_0x1b08f2;const _0x373cd1={'error':_0x28fd93(0x2c4,_0x3a0b61._0x18a652,_0x3a0b61._0x35f278,0x2b7),'message':_0x4c046f(-0x169,-0x151,-_0x3a0b61._0xe15283,-0x14b)+_0x28fd93(_0x3a0b61._0x3ccabe,0x2c4,0x2cf,_0x3a0b61._0x1003b3)+_0x4c046f(-0x1a1,-0x186,-_0x3a0b61._0xc7bc31,-0x1a4)+_0x28fd93(_0x3a0b61._0x1304b7,0x26d,0x294,0x297)+_0x28fd93(_0x3a0b61._0x2366b0,_0x3a0b61._0x19f7b1,_0x3a0b61._0x545025,0x2e6),..._0x8da272['length']===0x5bf*0x4+0x205d+-0x3758?_0x551065:_0x272501};return _0x5842b0['status'](0xd9d+0x157*-0x16+0x1170)[_0x28fd93(_0x3a0b61._0x1df692,_0x3a0b61._0x2b4376,0x2bb,_0x3a0b61._0x209836)](_0x373cd1);}else{if(!_0x42f1d2[_0x4c046f(-0x16a,-0x194,-_0x3a0b61._0x533200,-0x1c3)]){const _0x4d19f2={};return _0x4d19f2['error']=_0x5b1e44[_0x28fd93(_0x3a0b61._0x25c966,_0x3a0b61._0x3defc5,0x29c,_0x3a0b61._0x4eeece)],_0x4d19f2[_0x28fd93(0x296,0x27e,_0x3a0b61._0x2fe4a0,_0x3a0b61._0x5d8988)]=_0x5b1e44[_0x4c046f(-0x17e,-0x187,-_0x3a0b61._0x55545c,-0x1b9)],_0x7be7b0[_0x28fd93(0x2cb,_0x3a0b61._0x53647e,0x2d1,_0x3a0b61._0x356907)](0x1*0x99e+-0x59*-0x5+-0x9ca)['json'](_0x4d19f2);}try{let _0x4d61d3=![];for(const _0x54a66f of _0x139f56){if(_0x5b1e44[_0x4c046f(-_0x3a0b61._0x41e358,-0x165,-_0x3a0b61._0x1f0810,-_0x3a0b61._0x40ab03)](_0x4c046f(-_0x3a0b61._0x258735,-0x13a,-_0x3a0b61._0xdf882d,-_0x3a0b61._0x5c9296),_0x5b1e44[_0x28fd93(0x290,0x296,0x2a3,0x2d3)])){const _0x41202c=_0x429589[_0x4c046f(-_0x3a0b61._0x4fe200,-_0x3a0b61._0x1bb2e6,-0x187,-_0x3a0b61._0x3fb7d4)]?.['id'];if(!_0x41202c)return _0x4c9832;const _0x55178e=_0x49737f[_0x4c046f(-_0x3a0b61._0xdf882d,-_0x3a0b61._0x134add,-0x130,-0x165)]?.[_0x28fd93(0x2f4,0x2d2,_0x3a0b61._0x27d0d4,0x2c7)]?.(_0x28fd93(_0x3a0b61._0x5e0812,_0x3a0b61._0xd5ed03,_0x3a0b61._0x23ae49,0x264));if(!_0x55178e)return _0x795c32;const _0x284a55=_0x55178e[_0x4c046f(-0x158,-0x137,-_0x3a0b61._0x2be769,-_0x3a0b61._0x137329)](_0x41202c);if(!_0x284a55)return _0x27ad23;return _0x284a55[_0x28fd93(_0x3a0b61._0x4d7c89,0x28c,_0x3a0b61._0x1fc575,0x267)+'t']||_0x57d976;}else{const _0x1117cf=getPermissionScope(_0x54a66f);if(_0x517076?.[_0x28fd93(0x24f,_0x3a0b61._0x106da1,0x27d,_0x3a0b61._0x5cac9f)]&&_0x1117cf===_0x5b1e44[_0x28fd93(_0x3a0b61._0x130930,_0x3a0b61._0x132b8b,_0x3a0b61._0x2d3917,_0x3a0b61._0x2f3848)]){if(await _0x5b1e44[_0x4c046f(-_0x3a0b61._0x32c6a8,-_0x3a0b61._0x540c1b,-0x14f,-0x143)](hasPermissionOnAnyEnvironment,_0x42f1d2['user']['id'],_0x54a66f)){_0x4d61d3=!![];break;}continue;}if(_0x517076?.[_0x28fd93(0x288,_0x3a0b61._0x173329,0x2aa,_0x3a0b61._0x43f5c8)]&&_0x5b1e44['xSIby'](_0x1117cf,_0x5b1e44[_0x28fd93(_0x3a0b61._0x53b844,0x2ce,0x2cd,0x2ef)])){if(_0x5b1e44[_0x4c046f(-_0x3a0b61._0x43e2fc,-_0x3a0b61._0x468ed2,-_0x3a0b61._0x35ac9a,-_0x3a0b61._0x5af4cd)](_0x5b1e44['HfGkx'],_0x5b1e44[_0x4c046f(-0x14f,-_0x3a0b61._0xbf080b,-_0x3a0b61._0x2f7e60,-_0x3a0b61._0x79a4bf)])){const _0x5bb9c5={};_0x5bb9c5[_0x28fd93(_0x3a0b61._0x265b1a,_0x3a0b61._0x543a86,_0x3a0b61._0x4cf46b,0x280)]=_0x44081e[_0x4c046f(-_0x3a0b61._0x5cdd86,-_0x3a0b61._0xc3b1ec,-0x14a,-0x18e)],_0x5bb9c5['path']=_0x1b3100['path'],_0x1ab0be[_0x28fd93(0x2b0,_0x3a0b61._0x364730,_0x3a0b61._0x4c6fd4,_0x3a0b61._0x543a86)](_0x5b1e44[_0x28fd93(_0x3a0b61._0x27760f,0x2a7,_0x3a0b61._0x10031e,0x2b3)],_0x5bb9c5);const _0x463ed8={};return _0x463ed8[_0x4c046f(-0x171,-0x17e,-_0x3a0b61._0x34f140,-_0x3a0b61._0x368091)]=_0x5b1e44[_0x4c046f(-_0x3a0b61._0x74c0a9,-0x18f,-_0x3a0b61._0x5b4915,-_0x3a0b61._0x488847)],_0x463ed8[_0x28fd93(0x27c,_0x3a0b61._0x3b7f36,0x2ae,0x28d)]='Failed\x20to\x20'+_0x4c046f(-_0x3a0b61._0x50be0e,-_0x3a0b61._0x19277e,-0x145,-_0x3a0b61._0xd45bed)+_0x4c046f(-_0x3a0b61._0x41e358,-0x15a,-_0x3a0b61._0x348309,-_0x3a0b61._0x499a4f),_0x2ba9d3[_0x4c046f(-_0x3a0b61._0x46b0c5,-0x13d,-0x162,-_0x3a0b61._0x474559)](0x119*0x1f+-0xd31+-0x12e2)['json'](_0x463ed8);}else{if(await _0x5b1e44[_0x28fd93(_0x3a0b61._0x24f99c,0x2bb,0x2bc,0x2e2)](hasPermissionOnAnyTeam,_0x42f1d2['user']['id'],_0x54a66f)){_0x4d61d3=!![];break;}continue;}}const _0x4ec9d8=await _0x5b1e44[_0x4c046f(-_0x3a0b61._0x187a54,-0x162,-0x130,-_0x3a0b61._0xa1e382)](resolveContext,_0x42f1d2,_0x1117cf,_0x517076);if(_0x5b1e44['nsSxv'](_0x4ec9d8,undefined)&&(_0x5b1e44[_0x4c046f(-0x155,-0x163,-0x151,-0x144)](_0x1117cf,_0x5b1e44['XBnse'])||_0x1117cf===_0x5b1e44[_0x4c046f(-_0x3a0b61._0xdf882d,-0x141,-0x15b,-_0x3a0b61._0x13dab5)])){const _0x21baf9={};return _0x21baf9['error']=_0x5b1e44[_0x4c046f(-_0x3a0b61._0x53dc9e,-0x192,-_0x3a0b61._0x389563,-0x18e)],_0x21baf9['message']='Missing\x20'+_0x1117cf+(_0x4c046f(-_0x3a0b61._0x3d3cda,-_0x3a0b61._0x1f4fe4,-0x151,-_0x3a0b61._0x416aea)+_0x4c046f(-0x17a,-0x15f,-0x179,-0x156)+'quest'),_0x7be7b0[_0x28fd93(_0x3a0b61._0x53b844,_0x3a0b61._0x19f7b1,_0x3a0b61._0x3aca69,0x2db)](-0x4f*-0x31+0x4*-0x52a+-0x719*-0x1)[_0x4c046f(-_0x3a0b61._0x253e9f,-_0x3a0b61._0x598e03,-_0x3a0b61._0x299756,-_0x3a0b61._0x3f2332)](_0x21baf9);}if(await _0x5b1e44[_0x28fd93(_0x3a0b61._0x56ff23,_0x3a0b61._0x566c98,_0x3a0b61._0x3823f6,_0x3a0b61._0x39de86)](_0x348db4,_0x42f1d2[_0x4c046f(-0x191,-0x194,-0x1be,-0x176)]['id'],_0x54a66f,_0x4ec9d8)){if(_0x5b1e44[_0x28fd93(_0x3a0b61._0x2b4376,_0x3a0b61._0xa83198,_0x3a0b61._0x4f2ea8,_0x3a0b61._0x4213dd)](_0x5b1e44['XxioA'],_0x5b1e44[_0x4c046f(-_0x3a0b61._0x299756,-0x15b,-_0x3a0b61._0x275192,-_0x3a0b61._0xbf080b)])){const _0x4152cf={};return _0x4152cf['error']='Authentica'+'tion\x20requi'+'red',_0x4152cf['message']='You\x20must\x20b'+_0x4c046f(-_0x3a0b61._0xc3b1ec,-_0x3a0b61._0x1a6088,-0x1a2,-_0x3a0b61._0x23b76a)+'n\x20to\x20acces'+_0x28fd93(0x2be,_0x3a0b61._0x399df4,0x28f,0x2b6)+_0x28fd93(_0x3a0b61._0x43f5c8,_0x3a0b61._0x3f75d2,0x29f,_0x3a0b61._0x164834),_0x3d70a7[_0x28fd93(_0x3a0b61._0x59bf7b,0x2b2,0x2d1,_0x3a0b61._0x3aca27)](0xd*0x2b9+-0x25ed+0x419)[_0x28fd93(0x2df,_0x3a0b61._0x4886f8,0x2bb,_0x3a0b61._0x1df9ad)](_0x4152cf);}else{_0x4d61d3=!![];break;}}}}if(!_0x4d61d3)return logger[_0x4c046f(-_0x3a0b61._0x17f9d0,-0x156,-0x138,-_0x3a0b61._0x1b0bec)](_0x5b1e44[_0x28fd93(0x2ad,0x2b6,_0x3a0b61._0x38a054,0x2ad)],{'userId':_0x42f1d2[_0x4c046f(-_0x3a0b61._0x417c85,-0x194,-_0x3a0b61._0x448bb9,-0x171)]['id'],'username':_0x42f1d2['user'][_0x28fd93(0x264,0x28e,0x281,0x25d)],'requiredPermission':_0x5b1e44[_0x4c046f(-0x150,-0x14d,-_0x3a0b61._0x93b4bb,-0x122)](_0x139f56[_0x4c046f(-0x11d,-0x14b,-_0x3a0b61._0x3f2332,-0x120)],-0x24cd*0x1+0xf24+0x2*0xad5)?_0x139f56[0x1b9b+0x1*0x8a5+-0x50*0x74]:undefined,'requiredPermissions':_0x5b1e44[_0x28fd93(0x28f,_0x3a0b61._0x331797,0x2a1,0x2a2)](_0x139f56['length'],0x1*0x4d6+-0x65*0x39+-0x8d4*-0x2)?_0x139f56:undefined,'path':_0x42f1d2[_0x4c046f(-0x150,-_0x3a0b61._0x19a015,-_0x3a0b61._0x1dcaa5,-_0x3a0b61._0x5dd983)],'method':_0x42f1d2[_0x4c046f(-_0x3a0b61._0x275192,-0x199,-_0x3a0b61._0x3c67db,-0x1bb)]}),_0x7be7b0[_0x4c046f(-0x115,-_0x3a0b61._0x2dbc62,-_0x3a0b61._0x100165,-0x117)](-0x15ad+0x20b7+-0x977)['json']({'error':_0x4c046f(-0x175,-_0x3a0b61._0x253e9f,-_0x3a0b61._0x52d5f1,-0x16c),'message':_0x28fd93(_0x3a0b61._0x1f65bd,_0x3a0b61._0x132b8b,0x2bd,0x2ad)+_0x4c046f(-0x132,-_0x3a0b61._0x15e177,-_0x3a0b61._0x207e1d,-_0x3a0b61._0x3092e2)+_0x28fd93(0x273,0x28f,0x288,_0x3a0b61._0xdddad6)+_0x4c046f(-0x157,-0x17a,-_0x3a0b61._0x39bdc3,-0x181)+_0x28fd93(_0x3a0b61._0x5b5510,0x2b8,0x2c8,0x2ef),..._0x5b1e44['mhYwP'](_0x139f56[_0x28fd93(0x292,0x2a9,0x2c3,_0x3a0b61._0x5f3390)],0x1608+-0x15*-0x31+-0x1a0c)?{'requiredPermission':_0x139f56[-0x1704+0x2348+-0xc44]}:{'requiredPermissions':_0x139f56}});_0x263ba8();}catch(_0x5f222a){const _0x10c81c={};_0x10c81c[_0x4c046f(-0x191,-0x17e,-0x1a0,-_0x3a0b61._0x2da336)]=_0x5f222a[_0x4c046f(-0x165,-_0x3a0b61._0x477405,-_0x3a0b61._0x270195,-_0x3a0b61._0x54c84d)],_0x10c81c[_0x4c046f(-0x176,-0x178,-0x172,-_0x3a0b61._0xadbc3)]=_0x42f1d2['path'],logger[_0x4c046f(-0x14e,-_0x3a0b61._0x5d429b,-_0x3a0b61._0x1c1edf,-0x166)](_0x5b1e44[_0x28fd93(_0x3a0b61._0x3b7f36,_0x3a0b61._0x58d582,0x2c9,0x2fb)],_0x10c81c);const _0x12d0e4={};return _0x12d0e4[_0x4c046f(-0x199,-0x17e,-0x18b,-0x162)]=_0x28fd93(0x295,_0x3a0b61._0x5b0e6d,_0x3a0b61._0x431b1b,_0x3a0b61._0x2d3917)+_0x4c046f(-_0x3a0b61._0x42d08b,-_0x3a0b61._0x5574f1,-_0x3a0b61._0x499a4f,-0x149)+'r',_0x12d0e4[_0x4c046f(-_0x3a0b61._0x86bc74,-_0x3a0b61._0x2084c7,-_0x3a0b61._0x278712,-0x12e)]=_0x5b1e44[_0x4c046f(-_0x3a0b61._0x4e5330,-_0x3a0b61._0x360273,-0x1b2,-0x17c)],_0x7be7b0[_0x4c046f(-0x10b,-0x13d,-0x14d,-0x11a)](-0x24bf+0x1373*-0x2+0x91*0x89)[_0x28fd93(_0x3a0b61._0x236624,0x2c2,_0x3a0b61._0x454ea3,_0x3a0b61._0x1afa0d)](_0x12d0e4);}}};}export function requireAnyPermission(_0x565c97,_0x499429){return requirePermission(_0x565c97,_0x499429);}function _0x2338(){const _0x271222=['qMfKifjLCxvLCW','uLvuz1q','mNnsyu5fwa','igHHDMuGCgvYBq','ww91ig11C3qGyG','C3rHDhvZ','yxbW','qxv0AgvUDgLJyq','uvj4ugq','CM1PC3nPB25Z','BLbsseO','z2v0','zxjTAxnZAw9Uia','Bwv0Ag9K','nta4mZCWneP2CKDeuG','rKP1Ege','CM1PC3nPB24','CgfYyw1Z','DxnLCG','qMfhvLe','wfnxEKO','yw55rw52','DgfZA3m','zePUu2i','CKLJz3C','DxnLCM5HBwu','Axnxsge','zw52rNjVBvrHCW','tuDnDxa','zw52ugfYyw0','vhvhvxm','wMPmqvC','AxnZAw9UihrVia','oti0mhffC0frqG','ntiWntq2Aef3uK9k','BIb0BYbHy2nLCW','mZqYntC2mefysfvQyq','mZu2oevntNjZvG','zsbSB2DNzwqGAq','CYb0AgLZihjLCW','zxjYB3i','zw52AxjVBM1LBG','rM9YyMLKzgvU','DgvHBq','CgvYzM9YBsb0Aa','wejUC2u','Cgf0Aa','z0v0qvi','rMfPBgvKihrVia','y2HLy2S','sgzhA3G','tMLPuvK','wwTZq3a','zxj2zxiGzxjYBW','wwf0tM8','B3vYy2u','mJiWmhPkCMfLwa','tuDtDM4','mta3nZe1nKLUwKjMyW','t0LWs1O','DuHLrMW','z0rjBwi','DgLVBIbYzxf1Aq','zNnrz2m','qNvWBKO','sxDiuwG','yw55vgvHBq','EfnjyNK','vwXXuNa','mtbiAMfxt00','BwvZC2fNzq','B3iGDgHPCYbYzq','DgvHBvbHCMfT','otCWouzqq1jjrq','y2HLy2SGCgvYBq','whHPB0e','AxnZAw9UCW','BK5SshO','vePeALa','sw50zxjUywWGCW','D2fYBG','qMLzy1e','CMvXDwLYzwrqzq','ANnVBG','tKrxv3G','ww91igrVig5VDa','mZe4odGZmJLNr3fsD0K','zMLSDgvY','vKLRsLi','thzcywu','sxjmvey','BgvUz3rO','AxL3EuO','rxjYB3iGAw4GCa','zw52qM9KEq','BKLTswK','AxmGywn0Aw9U','zfvkzvq','CMvK','ignVBNrLEhqGzG'];_0x2338=function(){return _0x271222;};return _0x2338();}
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profoundlogic/coderflow-server",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "AI Coder Server - Manages Docker containers for AI agent task execution",
5
5
  "main": "start.js",
6
6
  "type": "module",
@@ -1,4 +1,54 @@
1
1
  {
2
- "status": "passed",
3
- "failedTests": []
2
+ "status": "failed",
3
+ "failedTests": [
4
+ "2d73e6464033218f2952-6a02b6777f2838356f7e",
5
+ "2d73e6464033218f2952-ce29374aa310ff0d39ec",
6
+ "2d73e6464033218f2952-90d94b8ef61c44f88258",
7
+ "2d73e6464033218f2952-a3c17fbb6513772cd7a9",
8
+ "0653f6cc073d33c30403-da342082fe0bb482c46c",
9
+ "0653f6cc073d33c30403-45a9d05b7e3432954db1",
10
+ "0653f6cc073d33c30403-925edf4956d446812056",
11
+ "bbe0428a269077a9e125-dd5fe741cefe165fac1a",
12
+ "bbe0428a269077a9e125-edf4986819455d7a4e48",
13
+ "bbe0428a269077a9e125-4ed11443ff5ff8dd4bc8",
14
+ "bbe0428a269077a9e125-0ef38b9f3b25d3696d81",
15
+ "4d7f0b3a1747ffe5d00e-ebffde1bdde191044455",
16
+ "4d7f0b3a1747ffe5d00e-3030fa375e4279042f9a",
17
+ "4d7f0b3a1747ffe5d00e-d04ee75664ef4bffe643",
18
+ "4d7f0b3a1747ffe5d00e-5a6f90d3fd47f2c9735b",
19
+ "4d7f0b3a1747ffe5d00e-f923265d466afbb65fae",
20
+ "4d7f0b3a1747ffe5d00e-937debb8f079a3bf3f94",
21
+ "4d7f0b3a1747ffe5d00e-ebae7650c740747bc2d3",
22
+ "4d7f0b3a1747ffe5d00e-ad02873904aabfc590e4",
23
+ "81238e24a76ec309d496-704504db7e31f9db5c95",
24
+ "81238e24a76ec309d496-ff30d7cfdaa24676de5c",
25
+ "2c14808d47b386fba9eb-69f5001cf1a7463a774c",
26
+ "2c14808d47b386fba9eb-a587a8e68fc4ff850fc0",
27
+ "2c14808d47b386fba9eb-c1d059fbd963fd968bc3",
28
+ "2c14808d47b386fba9eb-c6cd2fb07bfc5ddd07d2",
29
+ "16c062f5ade620f00559-f277d357bf6f3c81f466",
30
+ "16c062f5ade620f00559-f655fb0bc6a90c0c998b",
31
+ "ec1f66a1ce4866f94766-955d9e6cfe7d540ea40b",
32
+ "ec1f66a1ce4866f94766-236ae1f06559709be993",
33
+ "ec1f66a1ce4866f94766-44270ec0f9eeebb252c7",
34
+ "ec1f66a1ce4866f94766-753266fa78dd5bba8be6",
35
+ "ec1f66a1ce4866f94766-490af85340cf0275c521",
36
+ "ec1f66a1ce4866f94766-f245885cab27803050ff",
37
+ "ec1f66a1ce4866f94766-db2ca2d7819e4dc707bf",
38
+ "ec1f66a1ce4866f94766-18690c0e9d2c9255dc42",
39
+ "bf44dc85656af3b7c9ab-aad451dc6fe68ecb59ef",
40
+ "bf44dc85656af3b7c9ab-d5be89436b38d7c5b30f",
41
+ "bf44dc85656af3b7c9ab-4003cd27ae6ea555ccde",
42
+ "bf44dc85656af3b7c9ab-804ede804710ab68b3c3",
43
+ "bf44dc85656af3b7c9ab-65e861a18bbe1b281662",
44
+ "bf44dc85656af3b7c9ab-808965d9b748eb250d31",
45
+ "a0c3dc77fe3ed690cf6b-2a54e57b18c485ad7f62",
46
+ "a0c3dc77fe3ed690cf6b-b2ad84ceaa5579e3731c",
47
+ "a0c3dc77fe3ed690cf6b-c90e53b1b915df69cd3e",
48
+ "0b37a59f37604281cfea-ff86ff6eb99c4b13cd0f",
49
+ "0b37a59f37604281cfea-9919305a6077a5528ef5",
50
+ "0b37a59f37604281cfea-f1581cdabfc6e03ec606",
51
+ "0b37a59f37604281cfea-f7c40bc2d27b288f0e1e",
52
+ "0b37a59f37604281cfea-ef7f7aa08b1cc0272bc9"
53
+ ]
4
54
  }
@@ -1 +1 @@
1
- (function(_0x12428c,_0x3fd2c1){const _0x5bee0a={_0x3b19da:0x37d,_0x5209e8:0x384,_0xd5cc3b:0x18c,_0x11167e:0x1a2,_0x4ea8fb:0x194,_0x89574f:0x38a,_0x4a48e4:0x3a3,_0x165630:0x389,_0x4b9f20:0x39e,_0x5cafae:0x38c,_0x42c233:0x3a9,_0x17f342:0x3a9,_0x2e2889:0x384,_0x35dcdd:0x187,_0x3fd8b1:0x1aa,_0x31bfc1:0x377,_0x148880:0x198,_0x51643d:0x197,_0x29e75e:0x1a4,_0x3b18b5:0x1b3,_0x535f58:0x1b7,_0x26575e:0x1cc,_0x18cb02:0x365,_0x469755:0x36e,_0x52e0c2:0x1a6,_0xcad0ce:0x1bf},_0x238eeb={_0x3d2b94:0xed};function _0x11ef30(_0x778d1c,_0x499f41,_0x44cb17,_0x56afc0){return _0x3490(_0x44cb17-0x2cb,_0x56afc0);}const _0x2120f8=_0x12428c();function _0x575813(_0x45ffd1,_0x345427,_0x3e4664,_0x20c49b){return _0x3490(_0x45ffd1-_0x238eeb._0x3d2b94,_0x3e4664);}while(!![]){try{const _0x57e7e4=parseInt(_0x11ef30(_0x5bee0a._0x3b19da,0x373,0x381,_0x5bee0a._0x5209e8))/(0x164*0x7+0x333+-0x5*0x296)*(parseInt(_0x11ef30(0x374,0x36a,0x382,0x376))/(-0x1934+-0x2305+0x3c3b))+-parseInt(_0x575813(_0x5bee0a._0xd5cc3b,_0x5bee0a._0x11167e,_0x5bee0a._0x4ea8fb,0x183))/(0x24b5+-0xa0+-0x2412)*(parseInt(_0x11ef30(0x372,0x3a3,_0x5bee0a._0x89574f,_0x5bee0a._0x4a48e4))/(0x54*-0x22+0x230b*-0x1+0x2e37*0x1))+-parseInt(_0x11ef30(_0x5bee0a._0x165630,_0x5bee0a._0x4b9f20,_0x5bee0a._0x5cafae,0x39f))/(-0x1*-0xf97+-0x1937*-0x1+0x28c9*-0x1)*(-parseInt(_0x11ef30(_0x5bee0a._0x42c233,_0x5bee0a._0x17f342,0x399,_0x5bee0a._0x2e2889))/(-0x42d*-0x1+-0x1212+0xdeb))+-parseInt(_0x575813(0x1a0,0x1a8,_0x5bee0a._0x35dcdd,_0x5bee0a._0x3fd8b1))/(-0x1cf6+-0x125+-0x227*-0xe)*(parseInt(_0x11ef30(0x38f,0x36d,_0x5bee0a._0x31bfc1,0x38a))/(-0x16*-0xc5+0x2701+-0x37e7))+-parseInt(_0x575813(_0x5bee0a._0x148880,_0x5bee0a._0x51643d,_0x5bee0a._0x29e75e,0x196))/(-0x1*-0xcbc+-0x1f79+-0x10b*-0x12)+parseInt(_0x575813(_0x5bee0a._0x3b18b5,_0x5bee0a._0x535f58,_0x5bee0a._0x26575e,0x1b3))/(-0x1d6e*-0x1+0x1*0x1ee+-0x1f52)*(parseInt(_0x11ef30(0x372,_0x5bee0a._0x18cb02,0x37c,_0x5bee0a._0x469755))/(0x1d6e*-0x1+0xb*-0x183+0x2e1a))+-parseInt(_0x11ef30(0x35e,0x386,0x373,0x368))/(-0x201e+-0x7*0x49d+0x4075)*(-parseInt(_0x575813(0x1b4,_0x5bee0a._0x52e0c2,0x1b2,_0x5bee0a._0xcad0ce))/(0x260+0x1ba4+-0x3*0x9fd));if(_0x57e7e4===_0x3fd2c1)break;else _0x2120f8['push'](_0x2120f8['shift']());}catch(_0x6f4089){_0x2120f8['push'](_0x2120f8['shift']());}}}(_0x36b8,0x1*0xa5f4d+0x43202+-0x8b2be));import{defineConfig,devices}from'playwright/test';function _0x185172(_0x332a50,_0x575093,_0x485a25,_0x32d4e3){return _0x3490(_0x575093- -0xf8,_0x485a25);}const baseURL=_0x9a74b7(0x18c,0x1a5,0x19b,0x1a3)+_0x185172(-0x5e,-0x5b,-0x6c,-0x47)+'0',inContainer=!!process['env'][_0x9a74b7(0x1ad,0x1b7,0x1b3,0x1a4)+_0x185172(-0x26,-0x2f,-0x17,-0x1b)+_0x9a74b7(0x195,0x1a6,0x189,0x19d)],outputDir=inContainer?_0x9a74b7(0x1aa,0x18c,0x1a0,0x1a0)+_0x185172(-0x50,-0x3e,-0x51,-0x43)+_0x9a74b7(0x180,0x1a3,0x19e,0x190):_0x9a74b7(0x195,0x19a,0x180,0x18a)+'ht-test-re'+_0x185172(-0x4e,-0x40,-0x49,-0x50);inContainer&&!process[_0x185172(-0x4d,-0x4a,-0x59,-0x5f)]['SERVER_DAT'+'A_PATH']&&(process['env'][_0x185172(-0x5f,-0x52,-0x6a,-0x6b)+_0x185172(-0x42,-0x4e,-0x37,-0x4f)]=_0x185172(-0x46,-0x51,-0x4b,-0x67)+_0x9a74b7(0x1ab,0x182,0x1a0,0x19a)+'ta');const reporters=[[_0x185172(-0x60,-0x4f,-0x5b,-0x3b)]];if(inContainer){const _0x5f4cb9={};_0x5f4cb9[_0x9a74b7(0x193,0x196,0x18f,0x195)]=_0x185172(-0x3f,-0x30,-0x37,-0x1a)+_0x185172(-0x3e,-0x2b,-0x19,-0x33)+_0x9a74b7(0x18a,0x190,0x1ac,0x19c)+'s.json',reporters[_0x185172(-0x5d,-0x54,-0x6b,-0x6a)]([_0x185172(-0x43,-0x35,-0x41,-0x31),_0x5f4cb9]);}const _0x4fb5b5={};_0x4fb5b5['baseURL']=baseURL,_0x4fb5b5[_0x185172(-0x41,-0x3d,-0x31,-0x31)]=!![],_0x4fb5b5['screenshot']=_0x9a74b7(0x199,0x19c,0x180,0x188)+'ilure';function _0x9a74b7(_0x5ca8d4,_0x190183,_0x49bdfd,_0x2b8f43){const _0x44bfca={_0x1d59a9:0xd8};return _0x3490(_0x2b8f43-_0x44bfca._0x1d59a9,_0x49bdfd);}_0x4fb5b5[_0x9a74b7(0x170,0x184,0x19d,0x185)]=_0x9a74b7(0x18f,0x16d,0x16e,0x17a);const _0x255283={...devices['Desktop\x20Ch'+_0x9a74b7(0x19d,0x199,0x186,0x198)]},_0x2060be={};_0x2060be['name']=_0x9a74b7(0x175,0x170,0x191,0x187),_0x2060be[_0x185172(-0x3a,-0x3c,-0x3c,-0x50)]=_0x255283;const _0x3a6c4f={};_0x3a6c4f[_0x185172(-0x6d,-0x5a,-0x6f,-0x55)]=_0x9a74b7(0x19b,0x19f,0x1a8,0x196),_0x3a6c4f[_0x9a74b7(0x17d,0x1a8,0x18d,0x191)]=outputDir,_0x3a6c4f['timeout']=0x2710,_0x3a6c4f[_0x185172(-0x45,-0x53,-0x59,-0x4f)]=0x1,_0x3a6c4f['workers']=0x1,_0x3a6c4f[_0x185172(-0x3e,-0x43,-0x40,-0x43)]=reporters,_0x3a6c4f['globalSetu'+'p']=_0x185172(-0x3f,-0x58,-0x64,-0x65)+_0x185172(-0x5d,-0x57,-0x5a,-0x58)+_0x185172(-0x46,-0x55,-0x60,-0x6a),_0x3a6c4f['globalTear'+_0x9a74b7(0x1a6,0x19b,0x1ae,0x1a2)]=_0x185172(-0x61,-0x58,-0x69,-0x5d)+_0x9a74b7(0x176,0x190,0x18f,0x179)+'-teardown.'+'js',_0x3a6c4f['use']=_0x4fb5b5,_0x3a6c4f[_0x9a74b7(0x1a0,0x18d,0x192,0x18c)]=[_0x2060be];export default defineConfig(_0x3a6c4f);function _0x3490(_0x8ebd51,_0x1dc07c){_0x8ebd51=_0x8ebd51-(0x1*-0x59c+0xc1b+-0x2*0x2f1);const _0x26d2a7=_0x36b8();let _0x2a4f67=_0x26d2a7[_0x8ebd51];if(_0x3490['cCfMis']===undefined){var _0x4b2e8d=function(_0x200d38){const _0x1aa7c7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5cee21='',_0x50702b='';for(let _0x4fa1a=-0x13e2+0x1*0x102f+-0x1*-0x3b3,_0x52b541,_0x4a6dbe,_0x523400=0xef9*-0x2+-0x1b8e+0x3980;_0x4a6dbe=_0x200d38['charAt'](_0x523400++);~_0x4a6dbe&&(_0x52b541=_0x4fa1a%(-0x466*-0x2+-0xa7*0x16+0x592)?_0x52b541*(0x1*0x1b1+0x16f3+-0xe*0x1be)+_0x4a6dbe:_0x4a6dbe,_0x4fa1a++%(0x2177+0xb15*-0x2+-0x1b*0x6b))?_0x5cee21+=String['fromCharCode'](0xffa*-0x1+-0xa24+0x1b1d&_0x52b541>>(-(0x2252+0x1644+-0x3894)*_0x4fa1a&-0x121d+0x16*0xa6+0x3df)):0x12*0x228+-0xc*-0x2f+-0x1e*0x15e){_0x4a6dbe=_0x1aa7c7['indexOf'](_0x4a6dbe);}for(let _0x2479f3=0x1af*-0x1+-0x59*0x5+0xdb*0x4,_0x1dbc96=_0x5cee21['length'];_0x2479f3<_0x1dbc96;_0x2479f3++){_0x50702b+='%'+('00'+_0x5cee21['charCodeAt'](_0x2479f3)['toString'](-0x1*-0x1e8+-0x1*-0x131c+-0x3*0x6fc))['slice'](-(-0xd5c+-0xf*0x152+0x1096*0x2));}return decodeURIComponent(_0x50702b);};_0x3490['YbSEhe']=_0x4b2e8d,_0x3490['GGyKJP']={},_0x3490['cCfMis']=!![];}const _0x5abd48=_0x26d2a7[0x1*0xd63+-0x1*0xf21+0x1be],_0x553b79=_0x8ebd51+_0x5abd48,_0x29fe47=_0x3490['GGyKJP'][_0x553b79];return!_0x29fe47?(_0x2a4f67=_0x3490['YbSEhe'](_0x2a4f67),_0x3490['GGyKJP'][_0x553b79]=_0x2a4f67):_0x2a4f67=_0x29fe47,_0x2a4f67;}function _0x36b8(){const _0x431c04=['zw52','y2HYB21PDw0','B25SEs1VBI1Myq','mtfyvxDYB1K','lI9WBgf5D3jPzW','ndq3nZL5s3DpD3i','ChjVAMvJDhm','CMvWB3j0zxi','oxb0sLLPBq','mZu4mJHxt2HMB24','C3vSDhm','B3v0Chv0rgLY','DxqVDgvZDc1Yzq','AgvHzgXLC3m','DxnL','B3v0Chv0rMLSzq','lI90zxn0CY91Aq','mJe3ndm5mKjvr0TVuW','CM9Tzq','mJbYExLAtLe','l3nLCNzLCI1Kyq','ANnVBG','z2H0lxjLC3vSDa','vKvs','mZmZmZeWyMvXDNHp','nJq5mJa3CvLStxvk','l3rHC2STB3v0Ca','ru5usufmx1nfuG','zg93BG','Ahr0CdOVl2XVyW','q09ervjFq1jfra','DxqVCgXHExDYAq','ode4nZe4ALvtqK1o','ywXOB3n0oJmWma','DgvZDerPCG','m0P1q0LOwG','lI90zxn0CY9Zzq','DhvWl2DSB2jHBa','B2zM','lxnLDhvWlMPZ','ChvZAa','CMv0CMLLCW','u0vsvKvsx0rbva','l2HVC3qTzgf0yq','mJe2uMfut1n0','BgLUzq','qv9qqvri','mJq4nde4meLWwufmEa','ntq0BxDvC0rx','DMLKzw8'];_0x36b8=function(){return _0x431c04;};return _0x36b8();}
1
+ (function(_0x5c249e,_0x7ce335){const _0x4b4204={_0x4ed6d7:0x1ba,_0x5223c0:0x1ab,_0x2475d3:0x1a4,_0x18617f:0x31d,_0x4bd435:0x32d,_0x2f6e79:0x194,_0x22e60d:0x358,_0x599696:0x19c,_0x2b0a9a:0x195,_0xac81ba:0x361,_0x210265:0x356,_0x2f4f2f:0x346,_0x3e45e2:0x343,_0x32ab35:0x338,_0x180879:0x35d,_0x36ea59:0x349,_0x328668:0x34d,_0xb5e1ef:0x336,_0x39cbc9:0x1d1,_0x2d7de2:0x1b1,_0x5a02dc:0x341,_0x17afc5:0x361,_0x1aad90:0x1b4},_0x3bb656={_0x4e4de3:0x2b9},_0x3712bf={_0x184592:0x12b};function _0x23a14e(_0x56d103,_0x763439,_0x5510a5,_0x25d8b7){return _0x5c6a(_0x5510a5-_0x3712bf._0x184592,_0x25d8b7);}const _0x949003=_0x5c249e();function _0x4af66d(_0x13d1ca,_0x19320a,_0xdbf7c4,_0x250768){return _0x5c6a(_0x19320a-_0x3bb656._0x4e4de3,_0xdbf7c4);}while(!![]){try{const _0xb152a2=-parseInt(_0x23a14e(_0x4b4204._0x4ed6d7,0x1bb,_0x4b4204._0x5223c0,_0x4b4204._0x2475d3))/(-0x15ef+0x1*0x1717+-0x3b*0x5)*(parseInt(_0x4af66d(_0x4b4204._0x18617f,0x32a,0x334,_0x4b4204._0x4bd435))/(-0x26f2+-0x1b*-0x133+-0xbb*-0x9))+-parseInt(_0x23a14e(0x191,0x198,_0x4b4204._0x2f6e79,0x1ae))/(-0x1*-0x730+-0x1*-0x1f6a+-0x59*0x6f)*(-parseInt(_0x4af66d(_0x4b4204._0x22e60d,0x345,0x32f,0x349))/(0x514*0x3+0x6a*-0x2+0x6*-0x266))+-parseInt(_0x23a14e(_0x4b4204._0x599696,0x1b1,0x198,_0x4b4204._0x2b0a9a))/(0xd59+0x7*0x53b+-0x31f1*0x1)*(-parseInt(_0x4af66d(_0x4b4204._0xac81ba,_0x4b4204._0x210265,0x348,_0x4b4204._0x2f4f2f))/(0x189f*0x1+-0x1*-0x10a6+-0x293f))+parseInt(_0x4af66d(_0x4b4204._0x3e45e2,_0x4b4204._0x32ab35,0x31e,0x31f))/(-0x1b7*-0x5+0x25c3+0x943*-0x5)*(-parseInt(_0x4af66d(_0x4b4204._0x180879,_0x4b4204._0x36ea59,0x331,0x346))/(-0xca4+0x28f*-0x5+0x3*0x87d))+-parseInt(_0x4af66d(_0x4b4204._0x328668,0x341,0x32c,_0x4b4204._0xb5e1ef))/(-0x16a5+0x4*0x3a4+0x81e)+-parseInt(_0x23a14e(0x1cb,_0x4b4204._0x39cbc9,0x1ca,_0x4b4204._0x2d7de2))/(-0x1e3b+-0x122*0x19+0x3a97*0x1)*(-parseInt(_0x4af66d(0x360,0x34e,_0x4b4204._0x5a02dc,_0x4b4204._0x17afc5))/(-0x22be*-0x1+0x604+-0x28b7))+-parseInt(_0x23a14e(0x1c4,_0x4b4204._0x1aad90,0x1ba,0x1a7))/(-0x64d+0xddb+-0x782);if(_0xb152a2===_0x7ce335)break;else _0x949003['push'](_0x949003['shift']());}catch(_0x6f5e71){_0x949003['push'](_0x949003['shift']());}}}(_0x2d56,0x14438+-0xaefa7+0x158be9));import{defineConfig,devices}from'playwright/test';const baseURL=_0x1a1fe8(0x43d,0x418,0x434,0x42f)+_0x59ed6b(0x3ec,0x3f0,0x3f6,0x3db)+'0',inContainer=!!process[_0x1a1fe8(0x448,0x424,0x41c,0x433)][_0x1a1fe8(0x42c,0x426,0x421,0x416)+_0x59ed6b(0x3f9,0x414,0x3f8,0x400)+_0x59ed6b(0x3e7,0x3e7,0x3ec,0x3fd)],outputDir=inContainer?_0x1a1fe8(0x436,0x425,0x444,0x434)+'ut/test-re'+'sults':_0x59ed6b(0x3db,0x3da,0x3f0,0x3f3)+_0x59ed6b(0x3ec,0x416,0x406,0x41c)+_0x1a1fe8(0x427,0x430,0x405,0x414);function _0x59ed6b(_0x150228,_0x5914f4,_0x20c303,_0x445e45){const _0x444853={_0x3d2add:0x37d};return _0x5c6a(_0x20c303-_0x444853._0x3d2add,_0x150228);}inContainer&&!process[_0x1a1fe8(0x41f,0x41a,0x433,0x433)][_0x59ed6b(0x400,0x411,0x40a,0x422)+_0x1a1fe8(0x40f,0x406,0x40e,0x403)]&&(process['env'][_0x59ed6b(0x41b,0x408,0x40a,0x3f4)+_0x1a1fe8(0x417,0x3ed,0x403,0x403)]='/host-data'+_0x59ed6b(0x3ed,0x3fd,0x3f4,0x40a)+'ta');const reporters=[[_0x1a1fe8(0x43c,0x431,0x43f,0x426)]];if(inContainer){const _0x3ee863={};_0x3ee863[_0x1a1fe8(0x431,0x411,0x410,0x42a)]='/task-outp'+'ut/playwri'+_0x59ed6b(0x42c,0x41e,0x410,0x410)+_0x1a1fe8(0x41f,0x448,0x415,0x42e),reporters[_0x59ed6b(0x40e,0x3f4,0x3f3,0x3f8)]([_0x59ed6b(0x410,0x414,0x402,0x3eb),_0x3ee863]);}function _0x5c6a(_0x157de4,_0x2e7e0f){_0x157de4=_0x157de4-(-0x621+0x469*0x7+-0x1855);const _0x44a1a9=_0x2d56();let _0x5e0801=_0x44a1a9[_0x157de4];if(_0x5c6a['zorCxC']===undefined){var _0x48970b=function(_0x445b4b){const _0x55dc1b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5e9bc4='',_0x58a31e='';for(let _0x3d2676=-0x130f+-0x1*0x5bd+0x18cc,_0x56cb20,_0xb41e,_0x40821a=-0x2*0xe39+0x1*0x2355+-0x6e3;_0xb41e=_0x445b4b['charAt'](_0x40821a++);~_0xb41e&&(_0x56cb20=_0x3d2676%(-0x11ca*-0x2+0x283*0x1+-0x2613)?_0x56cb20*(-0x85a*0x1+-0x4*-0x4bc+-0x2a*0x3f)+_0xb41e:_0xb41e,_0x3d2676++%(0x555+-0xf*-0x61+-0xb00))?_0x5e9bc4+=String['fromCharCode'](-0xed7+-0x25e6+-0x16a*-0x26&_0x56cb20>>(-(-0x113d*0x1+0x221b+-0x10dc)*_0x3d2676&-0x108+-0xea1+0xfaf)):-0x13*0x81+0x672+0x321*0x1){_0xb41e=_0x55dc1b['indexOf'](_0xb41e);}for(let _0x469bc7=0xa80+0x1cc7+-0x2747,_0x2d69bc=_0x5e9bc4['length'];_0x469bc7<_0x2d69bc;_0x469bc7++){_0x58a31e+='%'+('00'+_0x5e9bc4['charCodeAt'](_0x469bc7)['toString'](0x1*0x9df+-0x12*0xfb+0xdf*0x9))['slice'](-(0x1*0x1b0e+0x1a3a+-0x3546));}return decodeURIComponent(_0x58a31e);};_0x5c6a['eDwzPF']=_0x48970b,_0x5c6a['GuNxrv']={},_0x5c6a['zorCxC']=!![];}const _0x2db07d=_0x44a1a9[0x116a+-0x1*0x238+-0xf32],_0x5367c6=_0x157de4+_0x2db07d,_0x5298a8=_0x5c6a['GuNxrv'][_0x5367c6];return!_0x5298a8?(_0x5e0801=_0x5c6a['eDwzPF'](_0x5e0801),_0x5c6a['GuNxrv'][_0x5367c6]=_0x5e0801):_0x5e0801=_0x5298a8,_0x5e0801;}const _0x302a3e={};_0x302a3e[_0x59ed6b(0x3d9,0x3f1,0x3ef,0x3e2)]=baseURL,_0x302a3e[_0x59ed6b(0x3dd,0x3fd,0x3f1,0x3f2)]=!![],_0x302a3e[_0x59ed6b(0x3e7,0x3f8,0x3ff,0x406)]=_0x1a1fe8(0x41a,0x429,0x436,0x422)+_0x59ed6b(0x3e5,0x418,0x3fe,0x3fc),_0x302a3e['video']=_0x59ed6b(0x3ea,0x3df,0x3f7,0x3e4);function _0x2d56(){const _0x71bf1d=['BgLUzq','mti0mdyYmtj5tLLut0m','mtGYntuYDeX5De96','lI90zxn0CY9Zzq','B3v0Chv0rMLSzq','z2H0lxjLC3vSDa','rgvZA3rVCcbdAa','mta1ndLxsfzHsK0','CY5QC29U','Ahr0CdOVl2XVyW','BMfTzq','DhvWl2DSB2jHBa','z2XVyMfSvgvHCG','zw52','l3rHC2STB3v0Ca','ote1odmYmM9pq1PVra','DxnL','nZG3mhLuveXvwG','oxPXyxL3Da','y2HYB21PDw0','qv9qqvri','lI90zxn0CY91Aq','nuDuChjWrW','CMvWB3j0zxi','vKvs','lxnLDhvWlMPZ','mtmWB1DpyNf6','yMfZzvvsta','lI9WBgf5D3jPzW','AgvHzgXLC3m','DgvZDerPCG','ChvZAa','l3nLCNzLCI1Kyq','lxrLyxjKB3DUlG','ywXOB3n0oJmWma','B2zM','ru5usufmx1nfuG','C3vSDhm','CM9Tzq','q09ervjFq1jfra','ndLru1jlq2K','mJi2odvXyxvQsgO','AwX1CMu','C2nYzwvUC2HVDa','DgLTzw91Da','D29YA2vYCW','ANnVBG','CMv0CMLLCW','B3v0Chv0rgLY','mJK5nti5mhjSEKXAtG','AhqTDgvZDc1Yzq','B25SEs1VBI1Myq','zg93BG','mtK5nZu0oevADhLuvW','u0vsvKvsx0rbva'];_0x2d56=function(){return _0x71bf1d;};return _0x2d56();}const _0x24c12b={...devices[_0x59ed6b(0x404,0x423,0x411,0x42b)+_0x59ed6b(0x3f3,0x3e0,0x3fa,0x405)]},_0x5b1c79={};function _0x1a1fe8(_0x538be6,_0x91dfe0,_0x2b821e,_0x3c9a56){const _0x4c96c4={_0x3a346d:0x398};return _0x5c6a(_0x3c9a56-_0x4c96c4._0x3a346d,_0x538be6);}_0x5b1c79[_0x59ed6b(0x40f,0x415,0x415,0x424)]=_0x59ed6b(0x3dc,0x3db,0x3e7,0x3f6),_0x5b1c79[_0x1a1fe8(0x446,0x41f,0x41b,0x436)]=_0x24c12b;const _0x32c096={};_0x32c096[_0x59ed6b(0x3f2,0x3f5,0x3f2,0x3fc)]=_0x1a1fe8(0x409,0x400,0x415,0x404),_0x32c096[_0x59ed6b(0x402,0x3f6,0x404,0x3f0)]=outputDir,_0x32c096[_0x1a1fe8(0x417,0x433,0x40a,0x41b)]=0x2710,_0x32c096[_0x1a1fe8(0x420,0x424,0x436,0x41e)]=0x1,_0x32c096[_0x59ed6b(0x3eb,0x403,0x401,0x414)]=0x1,_0x32c096[_0x1a1fe8(0x420,0x411,0x3fe,0x406)]=reporters,_0x32c096['globalSetu'+'p']=_0x1a1fe8(0x42b,0x42b,0x41c,0x429)+_0x1a1fe8(0x41a,0x435,0x416,0x431)+_0x59ed6b(0x3dc,0x3e5,0x3ed,0x3d4),_0x32c096[_0x59ed6b(0x42b,0x428,0x417,0x40b)+_0x1a1fe8(0x40b,0x431,0x436,0x423)]=_0x59ed6b(0x417,0x427,0x40e,0x403)+_0x59ed6b(0x431,0x404,0x416,0x3fa)+_0x59ed6b(0x3fc,0x411,0x3f5,0x3f8)+'js',_0x32c096[_0x1a1fe8(0x441,0x44a,0x440,0x436)]=_0x302a3e,_0x32c096['projects']=[_0x5b1c79];export default defineConfig(_0x32c096);
@@ -1 +1 @@
1
- function _0x2b9c(){const _0x507cf0=['mty0mtK1oujmqwDAqG','B3v0Chv0rgLY','l3rHC2STB3v0Ca','lI9WBgf5D3jPzW','zw52','mZu0BuvuywTN','BgLUzq','DxnL','ntyXntKWmuTdvg9UyW','mZG5nJCZowDyDMvRtG','mJC3mta1oej3AwzrAG','rgvZA3rVCcbdAa','lxrLCM1PBMfSlq','ndbvAeXStgO','mtztB1Djwwm','z2H0lxrHC2STDa','lI90zxn0CY91Aq','DwX0CW','murdAu9Uza','CgfUzwW','BMfTzq','vKvs','nty3nJrRrwHiBxy','mJy2otaWnJrrBNvlBuy','DgvZDerPCG','B3v0Chv0rMLSzq','CM1PBMfSlxjLCW','DxqVCgXHExDYAq','CMvWB3j0zxi','zxjTAw5HBc1Yzq','B2zM','mZbWEwfhD1y','ChjVAMvJDhm','DxqVDgvZDc1Yzq','AhqTDgfZAY10zq','mZK0ntK1s1vWBen5','B25SEs1VBI1Myq','CM9Tzq','DgvZDe1HDgnO','AgvHzgXLC3m','y2HYB21PDw0','DgLTzw91Da','ChvZAa','AwX1CMu','ANnVBG'];_0x2b9c=function(){return _0x507cf0;};return _0x2b9c();}(function(_0xe9a44b,_0x5057b7){const _0x27ef72={_0x5d45f5:0x4f7,_0x17844b:0x4e0,_0x562830:0x4cf,_0xd4a845:0x1a2,_0x538450:0x4e0,_0x5db6ef:0x4bd,_0x5ccf14:0x4d3,_0x236dc7:0x4d6,_0x2cad1a:0x195,_0x55a8a1:0x1a2,_0x57fda3:0x1b3,_0x11c069:0x4bb,_0x3994bd:0x4ad,_0x4c8a9d:0x4c4,_0x3bb244:0x1aa,_0x6fd15a:0x1be,_0x376db5:0x189,_0x5af86f:0x1a5,_0x216def:0x4d7,_0x2bb633:0x4dc,_0x5991a3:0x1a5,_0x4d94f3:0x194,_0x50f512:0x183,_0x8c0faa:0x4f1,_0x310eba:0x4e7,_0x303f9e:0x4b8,_0x2b6d98:0x190,_0x2ad26b:0x18f,_0x162800:0x1a3};function _0x1a6e02(_0x1515cb,_0x384d0b,_0x522609,_0x4f899a){return _0x294d(_0x522609-0x2c,_0x4f899a);}const _0x509419=_0xe9a44b();function _0x137da6(_0x5c0297,_0x46d10e,_0x482fe7,_0x1fda09){return _0x294d(_0x482fe7-0x36e,_0x46d10e);}while(!![]){try{const _0x5b4d35=parseInt(_0x137da6(0x4ce,_0x27ef72._0x5d45f5,_0x27ef72._0x17844b,_0x27ef72._0x562830))/(-0xaac*0x1+-0xc*0x1cb+0xabb*0x3)*(-parseInt(_0x1a6e02(0x195,0x1aa,0x196,_0x27ef72._0xd4a845))/(0x470+-0x5*-0x3a1+0x1*-0x1693))+-parseInt(_0x137da6(_0x27ef72._0x538450,_0x27ef72._0x5db6ef,_0x27ef72._0x5ccf14,_0x27ef72._0x236dc7))/(-0x6b5+0x14e0+-0x2*0x714)*(-parseInt(_0x1a6e02(0x1a4,_0x27ef72._0x2cad1a,_0x27ef72._0x55a8a1,_0x27ef72._0x57fda3))/(-0x53*0x3e+-0x3*-0xb0b+-0xd03))+-parseInt(_0x137da6(_0x27ef72._0x11c069,_0x27ef72._0x3994bd,_0x27ef72._0x4c8a9d,0x4b5))/(-0x9b8+-0x1*-0x3dd+-0x10*-0x5e)*(parseInt(_0x1a6e02(_0x27ef72._0x3bb244,_0x27ef72._0x6fd15a,0x1ab,0x197))/(0x280*-0x4+-0x1*-0xfd+-0x3*-0x303))+-parseInt(_0x1a6e02(_0x27ef72._0x376db5,_0x27ef72._0x5af86f,_0x27ef72._0x2cad1a,0x196))/(0x17e4+0x2129+-0x3906)+parseInt(_0x137da6(_0x27ef72._0x216def,0x4d4,_0x27ef72._0x2bb633,0x4e2))/(0x1b1*0x11+-0x9*0x9a+-0x297*0x9)*(-parseInt(_0x1a6e02(_0x27ef72._0x5991a3,0x1a3,_0x27ef72._0x4d94f3,_0x27ef72._0x50f512))/(0x1a5*-0x17+0x6b*0x16+-0x3*-0x98e))+parseInt(_0x137da6(_0x27ef72._0x8c0faa,_0x27ef72._0x310eba,0x4db,0x4ea))/(0x2*0x902+-0x1*0x1c7a+0x2*0x540)*(parseInt(_0x137da6(0x4d5,0x4db,0x4ce,_0x27ef72._0x303f9e))/(0x18b5+-0x1d24+0x47a))+parseInt(_0x1a6e02(_0x27ef72._0x2b6d98,_0x27ef72._0x2ad26b,_0x27ef72._0x162800,0x1b2))/(0x1dc+-0x962*0x3+-0x2*-0xd2b);if(_0x5b4d35===_0x5057b7)break;else _0x509419['push'](_0x509419['shift']());}catch(_0x2bf818){_0x509419['push'](_0x509419['shift']());}}}(_0x2b9c,-0xa49c3+0xd*0x85fe+0x11627c));import{defineConfig,devices}from'playwright/test';const inContainer=!!process[_0x27d465(0x493,0x4a4,0x49f,0x4b1)]['CODER_CRED'+'ENTIAL_SER'+_0x362962(0x308,0x305,0x301,0x31c)],outputDir=inContainer?'/task-outp'+_0x27d465(0x4ba,0x4ca,0x4bc,0x4b3)+'sults/task'+_0x27d465(0x496,0x493,0x4a7,0x4a0)+_0x27d465(0x4a7,0x49c,0x4ae,0x4b2):_0x27d465(0x498,0x4a0,0x49e,0x4a0)+_0x27d465(0x4ab,0x4be,0x4bd,0x4d2)+_0x362962(0x318,0x30a,0x30f,0x31b)+_0x362962(0x2f1,0x301,0x312,0x305),reporters=[[_0x27d465(0x49b,0x4aa,0x4a1,0x4aa)]];if(inContainer){const _0x33d5a2={};_0x33d5a2[_0x362962(0x305,0x309,0x306,0x2f4)]=_0x362962(0x2ec,0x2f2,0x308,0x302)+_0x27d465(0x4b7,0x4a1,0x4b6,0x4ac)+_0x27d465(0x4bb,0x4b6,0x4aa,0x4b0)+_0x362962(0x315,0x30d,0x2fb,0x2fe)+'sults.json',reporters[_0x362962(0x303,0x2ed,0x302,0x2f8)]([_0x362962(0x2f1,0x2ef,0x2e9,0x2f2),_0x33d5a2]);}const _0x4f0234={};_0x4f0234[_0x27d465(0x4a7,0x49b,0x495,0x4a5)]=!![];function _0x362962(_0x4ff98d,_0x548755,_0x563551,_0x597e62){const _0xdb259f={_0xa4e559:0x190};return _0x294d(_0x548755-_0xdb259f._0xa4e559,_0x597e62);}_0x4f0234['screenshot']=_0x362962(0x2fa,0x2e7,0x2fb,0x2f6)+_0x27d465(0x482,0x4ab,0x499,0x4ae),_0x4f0234['video']=_0x27d465(0x4ab,0x4a6,0x4b9,0x4a8);const _0x57a812={...devices[_0x27d465(0x4b4,0x49d,0x4a6,0x4a7)+_0x27d465(0x4a8,0x496,0x493,0x4aa)]},_0x2b0ee0={};_0x2b0ee0[_0x362962(0x2ee,0x304,0x2fb,0x30a)]=_0x362962(0x2f3,0x2eb,0x2d6,0x2e2),_0x2b0ee0[_0x362962(0x308,0x2f7,0x2f9,0x30e)]=_0x57a812;const _0x477bfb={};function _0x294d(_0x581d64,_0x54bc2e){_0x581d64=_0x581d64-(0xd9d+0x41d+-0x1064);const _0xd21673=_0x2b9c();let _0x454e86=_0xd21673[_0x581d64];if(_0x294d['XwuSmi']===undefined){var _0x155dde=function(_0x43fbcf){const _0x30dce4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc03622='',_0x5daf0c='';for(let _0x31bfd5=-0x994*0x4+0x1f1*-0x9+-0x1*-0x37c9,_0x4ea78f,_0x18f4c9,_0x2659a9=-0x2*-0x1b3+0x19a9*0x1+-0x1d0f;_0x18f4c9=_0x43fbcf['charAt'](_0x2659a9++);~_0x18f4c9&&(_0x4ea78f=_0x31bfd5%(0x23e7+-0x876+0x1*-0x1b6d)?_0x4ea78f*(0x873+-0x20b*-0x2+-0xc49)+_0x18f4c9:_0x18f4c9,_0x31bfd5++%(0x14*0x47+0xc80+0x1*-0x1208))?_0xc03622+=String['fromCharCode'](-0x1abc+0x154e+-0x5*-0x149&_0x4ea78f>>(-(-0x166*0x13+-0x1f5b+0x39ef*0x1)*_0x31bfd5&-0x2709+-0x17bd+-0x1f66*-0x2)):0xa87+0x52c*-0x4+0xa29){_0x18f4c9=_0x30dce4['indexOf'](_0x18f4c9);}for(let _0x434446=-0x1684+0x3a7+0x12dd,_0x166a2b=_0xc03622['length'];_0x434446<_0x166a2b;_0x434446++){_0x5daf0c+='%'+('00'+_0xc03622['charCodeAt'](_0x434446)['toString'](-0x25ce+-0x32b*-0x3+-0x1*-0x1c5d))['slice'](-(0x1039*-0x2+-0x17ba+0x22*0x1a7));}return decodeURIComponent(_0x5daf0c);};_0x294d['EcxCEh']=_0x155dde,_0x294d['ozZBjl']={},_0x294d['XwuSmi']=!![];}const _0x44818a=_0xd21673[0x3*0xc57+-0x18*0x175+-0x20d],_0x118e3d=_0x581d64+_0x44818a,_0x31b726=_0x294d['ozZBjl'][_0x118e3d];return!_0x31b726?(_0x454e86=_0x294d['EcxCEh'](_0x454e86),_0x294d['ozZBjl'][_0x118e3d]=_0x454e86):_0x454e86=_0x31b726,_0x454e86;}_0x477bfb[_0x362962(0x2fb,0x308,0x2fa,0x305)]=_0x362962(0x306,0x300,0x312,0x2f6),_0x477bfb[_0x27d465(0x4a5,0x498,0x494,0x49d)]=/task-terminal-panel\.test\.js/,_0x477bfb[_0x362962(0x2f3,0x2f1,0x2e8,0x2de)]=outputDir,_0x477bfb[_0x27d465(0x4a8,0x48f,0x497,0x482)]=0x4e20,_0x477bfb['workers']=0x1,_0x477bfb[_0x362962(0x315,0x30c,0x304,0x2fa)]=reporters,_0x477bfb[_0x27d465(0x49b,0x4a6,0x4a2,0x48c)]=_0x4f0234;function _0x27d465(_0x3c3644,_0x399529,_0x5b3b0c,_0x5cd902){return _0x294d(_0x5b3b0c-0x33b,_0x5cd902);}_0x477bfb[_0x362962(0x30b,0x310,0x316,0x314)]=[_0x2b0ee0];export default defineConfig(_0x477bfb);
1
+ (function(_0x259579,_0x4a8dde){const _0x1d1a49={_0x4cc067:0x3a,_0x1e9881:0x37,_0x195e08:0x25,_0x3728b9:0x23,_0x94f3c3:0x6f,_0x29a98f:0x6c,_0x1f63b5:0x24,_0x41ef76:0x2e,_0x62d69e:0x33,_0xd29302:0x29,_0x50e856:0x47,_0x1411e6:0x29,_0x925a2a:0x30,_0x285eb6:0x5b,_0x574990:0x76,_0x12707:0x64,_0x258fd0:0x6a,_0x5dd201:0x2c,_0x55641e:0x81,_0x554e52:0x6d,_0x59d5fe:0x41,_0x5c32bf:0x28,_0xae224c:0x20,_0x41c9ec:0x38},_0x22de55=_0x259579();function _0xd3c23b(_0x2da577,_0x200a86,_0x2cbab2,_0x27f1c4){return _0x3617(_0x27f1c4- -0x169,_0x200a86);}function _0x32e2d6(_0xc5b60a,_0x42735e,_0x2c6398,_0x507e30){return _0x3617(_0x42735e- -0x1b0,_0xc5b60a);}while(!![]){try{const _0x25d059=-parseInt(_0x32e2d6(_0x1d1a49._0x4cc067,_0x1d1a49._0x1e9881,_0x1d1a49._0x195e08,_0x1d1a49._0x3728b9))/(0x1*-0x233d+-0x8c0+0x2bfe)*(-parseInt(_0xd3c23b(0x59,_0x1d1a49._0x94f3c3,0x5f,_0x1d1a49._0x29a98f))/(-0x1*-0x82a+0x236f+-0x2b97))+parseInt(_0x32e2d6(_0x1d1a49._0x1f63b5,_0x1d1a49._0x41ef76,_0x1d1a49._0x62d69e,_0x1d1a49._0xd29302))/(0xdf7+0x59b+0x1*-0x138f)+-parseInt(_0x32e2d6(_0x1d1a49._0x50e856,0x38,0x23,_0x1d1a49._0x4cc067))/(0x21bd*-0x1+0x248c+0x2cb*-0x1)*(parseInt(_0x32e2d6(_0x1d1a49._0x1411e6,_0x1d1a49._0x925a2a,0x42,0x3a))/(0x2*0x12a5+0xc1*0x2b+-0x45b0))+parseInt(_0xd3c23b(_0x1d1a49._0x285eb6,_0x1d1a49._0x574990,_0x1d1a49._0x12707,_0x1d1a49._0x258fd0))/(-0x4f*-0x73+-0x1f*0x53+-0x196a)*(parseInt(_0x32e2d6(_0x1d1a49._0x5dd201,0x20,0x23,0x28))/(-0x12*0x2b+-0x1574+0x1881))+-parseInt(_0x32e2d6(0x3e,0x45,0x4a,0x5a))/(-0x21c4+0x1323+0x8b*0x1b)+parseInt(_0xd3c23b(0x6a,0x7e,_0x1d1a49._0x55641e,_0x1d1a49._0x554e52))/(0xfd8+-0x17b*0xb+0x7a)*(parseInt(_0x32e2d6(_0x1d1a49._0x59d5fe,0x4b,0x5d,0x5b))/(0x1*0x1721+-0x6*0x481+-0x3ef*-0x1))+parseInt(_0xd3c23b(0x84,0x62,0x8c,0x78))/(-0x167*0x19+0x250e+-0x19*0x14)*(-parseInt(_0x32e2d6(0x35,_0x1d1a49._0x5c32bf,_0x1d1a49._0xae224c,_0x1d1a49._0x41c9ec))/(-0x521+-0x64c*0x3+0x1811));if(_0x25d059===_0x4a8dde)break;else _0x22de55['push'](_0x22de55['shift']());}catch(_0x487f81){_0x22de55['push'](_0x22de55['shift']());}}}(_0x4593,0x8a334+0x10*0x634a+-0x8cc4d));import{defineConfig,devices}from'playwright/test';const inContainer=!!process[_0x181c08(0x3b5,0x3c8,0x3c1,0x3b0)]['CODER_CRED'+_0x6982cf(0x184,0x185,0x194,0x186)+_0x181c08(0x3c1,0x3c3,0x3b8,0x3c7)],outputDir=inContainer?_0x6982cf(0x197,0x194,0x190,0x17a)+'ut/test-re'+_0x181c08(0x3bb,0x3d1,0x3bd,0x3be)+_0x6982cf(0x171,0x16e,0x17b,0x191)+'panel':_0x6982cf(0x190,0x180,0x183,0x17f)+'ht-task-te'+_0x6982cf(0x16f,0x17b,0x185,0x191)+'ults',reporters=[[_0x181c08(0x3ac,0x3be,0x396,0x3a7)]];function _0x3617(_0x56a845,_0x2eafa9){_0x56a845=_0x56a845-(0x1984+-0xb*0x2ed+-0x87b*-0x1);const _0x3d1ab2=_0x4593();let _0x21b871=_0x3d1ab2[_0x56a845];if(_0x3617['hgMZgv']===undefined){var _0x12ae26=function(_0x25c472){const _0x3f6deb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xbc350='',_0x5d886e='';for(let _0x565f58=0x2*0xbce+-0x17c9+0x9*0x5,_0x5e3067,_0x255113,_0xe8d5d7=0x233*-0xe+-0x2009+0x6fb*0x9;_0x255113=_0x25c472['charAt'](_0xe8d5d7++);~_0x255113&&(_0x5e3067=_0x565f58%(-0x5a4+0x2109*0x1+-0x1b61)?_0x5e3067*(-0x2132+0x8*0x3df+0x27a)+_0x255113:_0x255113,_0x565f58++%(0xb*0x20e+0x1a69+-0x30ff))?_0xbc350+=String['fromCharCode'](-0xe3a+0x623*0x5+-0xf76&_0x5e3067>>(-(-0x4*0xcb+0x4*0x200+0x4d2*-0x1)*_0x565f58&0x1709+-0x2400+0xcfd)):-0xba2*0x1+0x2614+-0x1a72){_0x255113=_0x3f6deb['indexOf'](_0x255113);}for(let _0x44f2e5=-0xdda+0x13ff*-0x1+0x5*0x6c5,_0x280e93=_0xbc350['length'];_0x44f2e5<_0x280e93;_0x44f2e5++){_0x5d886e+='%'+('00'+_0xbc350['charCodeAt'](_0x44f2e5)['toString'](0xa7*0x29+0x7a*-0x33+0x15*-0x1d))['slice'](-(0x67f+0xa66+-0xb*0x189));}return decodeURIComponent(_0x5d886e);};_0x3617['DCpYRv']=_0x12ae26,_0x3617['NWGaxy']={},_0x3617['hgMZgv']=!![];}const _0x297b67=_0x3d1ab2[0xcf0+-0x182f+0xb3f],_0xfaa8ca=_0x56a845+_0x297b67,_0x1df13e=_0x3617['NWGaxy'][_0xfaa8ca];return!_0x1df13e?(_0x21b871=_0x3617['DCpYRv'](_0x21b871),_0x3617['NWGaxy'][_0xfaa8ca]=_0x21b871):_0x21b871=_0x1df13e,_0x21b871;}if(inContainer){const _0x4c5bce={};_0x4c5bce[_0x181c08(0x3a2,0x394,0x3a7,0x3a7)]=_0x181c08(0x3b8,0x3c7,0x3b4,0x3c8)+_0x6982cf(0x19f,0x190,0x191,0x17e)+'ght-task-t'+'erminal-re'+_0x181c08(0x39b,0x390,0x3a2,0x3a6),reporters[_0x181c08(0x3c0,0x3ab,0x3c5,0x3ab)]([_0x181c08(0x3b2,0x3c2,0x3c2,0x3b4),_0x4c5bce]);}const _0xa1bd6a={};_0xa1bd6a[_0x6982cf(0x172,0x18f,0x17d,0x192)]=!![],_0xa1bd6a['screenshot']=_0x181c08(0x3a4,0x3af,0x3a2,0x3a4)+_0x181c08(0x3bf,0x3c9,0x3b7,0x3bc),_0xa1bd6a[_0x6982cf(0x179,0x187,0x172,0x16d)]=_0x6982cf(0x175,0x195,0x180,0x178);const _0x89743d={...devices[_0x6982cf(0x18d,0x197,0x19a,0x1a3)+_0x181c08(0x3ae,0x3a3,0x3a3,0x3b2)]},_0x3d00d8={};_0x3d00d8[_0x181c08(0x3bd,0x3aa,0x3d2,0x3bd)]=_0x181c08(0x3b3,0x3af,0x39e,0x3ae),_0x3d00d8['use']=_0x89743d;const _0x49ccd8={};_0x49ccd8[_0x181c08(0x3a0,0x3a9,0x38c,0x39e)]=_0x6982cf(0x19a,0x197,0x18e,0x189),_0x49ccd8[_0x6982cf(0x17c,0x19f,0x18c,0x19a)]=/task-terminal-panel\.test\.js/,_0x49ccd8[_0x181c08(0x39d,0x3aa,0x3ae,0x3ac)]=outputDir,_0x49ccd8[_0x6982cf(0x17f,0x16a,0x17e,0x18e)]=0x4e20;function _0x181c08(_0x4c45a5,_0x2d2ab2,_0x4a2142,_0x53f041){const _0x4069f9={_0x17ce66:0x1c9};return _0x3617(_0x4c45a5-_0x4069f9._0x17ce66,_0x53f041);}_0x49ccd8[_0x6982cf(0x187,0x194,0x18f,0x197)]=0x1,_0x49ccd8[_0x6982cf(0x185,0x19d,0x19b,0x189)]=reporters,_0x49ccd8[_0x6982cf(0x19c,0x178,0x187,0x198)]=_0xa1bd6a;function _0x4593(){const _0x85ad85=['ndy5mdqYsLrzufrk','DMLKzw8','C3vSDhmUANnVBG','nJbvue5nuMO','B3v0Chv0rgLY','mtztDhHgwNu','ndG5mJeZswPTzxrw','DgvZDerPCG','ntqWodrADwHJDKO','B3v0Chv0rMLSzq','lxrLCM1PBMfSlq','B25SEs1VBI1Myq','AgvHzgXLC3m','DgLTzw91Da','mti3ndm1mLffr1rqyW','B2zM','mJiWmdvKAwLXBw0','mJG5m3f1swfzvG','lI9WBgf5D3jPzW','BgLUzq','CM1PBMfSlxjLCW','CM9Tzq','DxnL','odeYntfWEhfvzLu','mta0DND4C1Pg','ANnVBG','y2HYB21PDw0','DgvZDe1HDgnO','zw52','lI90zxn0CY91Aq','D29YA2vYCW','l3rHC2STB3v0Ca','DxqVCgXHExDYAq','ChjVAMvJDhm','C3vSDhmVDgfZAW','ru5usufmx1nfuG','BMfTzq','nJa0ndq3mKvhCMLkCW','AwX1CMu','ChvZAa','vKvs','rgvZA3rVCcbdAa','CMvWB3j0zxi','mtmWEKHZA3DP'];_0x4593=function(){return _0x85ad85;};return _0x4593();}function _0x6982cf(_0x172cd4,_0x3d4e9a,_0x498110,_0x4f0fcd){return _0x3617(_0x498110- -0x5f,_0x3d4e9a);}_0x49ccd8[_0x6982cf(0x198,0x17c,0x192,0x1a6)]=[_0x3d00d8];export default defineConfig(_0x49ccd8);
@@ -1 +1 @@
1
- (function(_0x440914,_0x368283){const _0xbe4561={_0x12d4d0:0x200,_0x58d99e:0x216,_0x4dc9a7:0x234,_0x4b9f20:0x3e2,_0x1f9a40:0x3cd,_0x2c68da:0x3d7,_0x591091:0x3e1,_0x3eec7a:0x3d7,_0x121605:0x3a9,_0xf431e6:0x3a4,_0x4f5be8:0x1df,_0x1afb04:0x1fc,_0xa00a9c:0x1fd,_0x2ca3de:0x211,_0x2bf54a:0x211,_0x393a66:0x3c5,_0x47d36a:0x3dc},_0x2235e7={_0x4db7e0:0x230},_0x48a857={_0x33bcc1:0x387},_0x31d521=_0x440914();function _0x312a02(_0xe71109,_0x3be5e5,_0x50cb15,_0x51da7b){return _0x406e(_0x50cb15- -_0x48a857._0x33bcc1,_0x51da7b);}function _0x335b16(_0x13f7bb,_0x132644,_0x78d180,_0x673594){return _0x406e(_0x78d180-_0x2235e7._0x4db7e0,_0x132644);}while(!![]){try{const _0x6a65fb=-parseInt(_0x312a02(-0x1ed,-0x1ff,-0x206,-0x1e2))/(0x13ab+0x6c*0x2b+-0x25ce)+parseInt(_0x312a02(-_0xbe4561._0x12d4d0,-0x1e3,-0x1f9,-0x1f9))/(-0x952+-0x8fc+0x125*0x10)+parseInt(_0x312a02(-0x1f5,-0x1fc,-_0xbe4561._0x58d99e,-_0xbe4561._0x4dc9a7))/(-0x3*0x1d7+0x88*-0x43+0x2920)*(parseInt(_0x335b16(0x3b4,_0xbe4561._0x4b9f20,_0xbe4561._0x1f9a40,0x3f0))/(-0x1*-0x817+0x10c*0x14+-0x1d03))+parseInt(_0x335b16(_0xbe4561._0x2c68da,_0xbe4561._0x591091,_0xbe4561._0x3eec7a,0x3e6))/(-0x41*-0x49+0x1bd*-0xd+0x415)*(-parseInt(_0x335b16(0x3b0,_0xbe4561._0x121605,_0xbe4561._0xf431e6,0x390))/(-0x547+-0x28*0x3b+-0x3*-0x4d7))+parseInt(_0x335b16(0x3ab,0x3a8,0x3c9,0x3df))/(-0x452+0x126e+-0xe15)*(-parseInt(_0x312a02(-_0xbe4561._0x4f5be8,-0x1d8,-_0xbe4561._0x1afb04,-_0xbe4561._0xa00a9c))/(0xc0b*-0x1+-0x448+-0x1*-0x105b))+parseInt(_0x312a02(-0x1fc,-0x1f5,-0x20a,-_0xbe4561._0x2ca3de))/(0x24df*-0x1+-0x119*0xe+0x1a23*0x2)*(-parseInt(_0x312a02(-0x1ff,-0x206,-_0xbe4561._0x2bf54a,-0x1f3))/(0xf*-0x93+0x10d6+-0x5*0x1a3))+parseInt(_0x335b16(0x3de,_0xbe4561._0x393a66,0x3d8,_0xbe4561._0x47d36a))/(0x65c+-0x277*0x2+-0x163)*(parseInt(_0x312a02(-0x1da,-0x1c8,-0x1db,-0x1d4))/(0x676+0xdc6+-0x1430));if(_0x6a65fb===_0x368283)break;else _0x31d521['push'](_0x31d521['shift']());}catch(_0x2d9b40){_0x31d521['push'](_0x31d521['shift']());}}}(_0x1b64,-0x1*-0x50e37+-0x2c0b+0x42810));import _0x226b99 from'express';import{createApiKey,listUserApiKeys,deleteApiKey}from'../lib/apiKeys.js';import{logger}from'../lib/logger.js';function _0x406e(_0xdb64ad,_0x4e85ed){_0xdb64ad=_0xdb64ad-(0x829+0x2*0x44a+-0xf4d);const _0x3f9aac=_0x1b64();let _0x2bc5d0=_0x3f9aac[_0xdb64ad];if(_0x406e['fpAwMu']===undefined){var _0x484d7b=function(_0x4e5ad1){const _0x48ecdb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xbd739d='',_0x4f805f='';for(let _0x30c74d=0x15a7+-0x1*0x4bd+-0x10ea,_0x57892a,_0x3e9bb8,_0x21206e=0x10f9+0x15*-0x84+-0xd*0x79;_0x3e9bb8=_0x4e5ad1['charAt'](_0x21206e++);~_0x3e9bb8&&(_0x57892a=_0x30c74d%(0x1eec+0xf2f+-0x39*0xcf)?_0x57892a*(0x1710+0x1a*0x12e+-0x357c)+_0x3e9bb8:_0x3e9bb8,_0x30c74d++%(-0xfa4+-0x4d7*-0x2+0x5fa))?_0xbd739d+=String['fromCharCode'](0x201+-0x107*-0x18+-0x19aa&_0x57892a>>(-(-0x96b+0x1c6b+0x1*-0x12fe)*_0x30c74d&0x1424+-0x1294+0xc5*-0x2)):-0x1513*-0x1+0x54*-0x57+-0x779*-0x1){_0x3e9bb8=_0x48ecdb['indexOf'](_0x3e9bb8);}for(let _0x21242b=0xd*0x301+-0x748*0x1+-0x1fc5*0x1,_0x4bac58=_0xbd739d['length'];_0x21242b<_0x4bac58;_0x21242b++){_0x4f805f+='%'+('00'+_0xbd739d['charCodeAt'](_0x21242b)['toString'](-0xc75*-0x1+0x19d5*-0x1+0xd70))['slice'](-(0x180c+-0xa*0x3ba+0xd3a));}return decodeURIComponent(_0x4f805f);};_0x406e['lzDfcS']=_0x484d7b,_0x406e['kOHxgo']={},_0x406e['fpAwMu']=!![];}const _0x29a1=_0x3f9aac[-0xee5+0x2441+0x557*-0x4],_0x22bfe9=_0xdb64ad+_0x29a1,_0x2653ec=_0x406e['kOHxgo'][_0x22bfe9];return!_0x2653ec?(_0x2bc5d0=_0x406e['lzDfcS'](_0x2bc5d0),_0x406e['kOHxgo'][_0x22bfe9]=_0x2bc5d0):_0x2bc5d0=_0x2653ec,_0x2bc5d0;}const router=_0x226b99[_0x548fc5(0x3c4,0x3e5,0x3e0,0x3cf)]();router['get']('/',async(_0x42ee47,_0x981b7)=>{const _0x138488={_0x2f26da:0x17c,_0x47566d:0x16f,_0x4f7d5e:0x34,_0x1115db:0x51,_0x5576ff:0x45,_0x551dde:0x173,_0x4e177b:0x188,_0x398e27:0x7c,_0x212a17:0x187,_0x57d033:0x180,_0x3c0345:0x5c,_0x5134ad:0x67,_0x60f01c:0x17e,_0x21738:0x149,_0x54c749:0x15c,_0x1306e7:0x188,_0x47392:0x15d,_0x3c82eb:0x16e,_0x560f28:0x5b,_0x4bd6a8:0x46,_0x7687e3:0x71,_0x293323:0x56,_0x602452:0x7b,_0x1e2d7c:0x64,_0x509e7e:0x1a1,_0x21d488:0x182,_0x281f7f:0x15c,_0x47aa05:0x14b,_0x3c5409:0x162,_0xaeebd:0x49,_0x4127f0:0x46,_0x3e70e8:0x52,_0x391ac2:0x32,_0x58017c:0x43,_0x43399a:0x4e,_0x360517:0x57,_0x4eb2cf:0x48,_0x27d906:0x44,_0x423c1a:0x3f,_0x488343:0x3b,_0x531eb4:0x45,_0x218635:0x28},_0x4189e8={_0x44874e:0x22f,_0x546560:0x67},_0x581750={_0x5b1a19:0x358},_0x4f7c3e={};_0x4f7c3e[_0x2a2e63(_0x138488._0x2f26da,0x152,0x170,0x175)]='Failed\x20to\x20'+_0x2a2e63(0x16e,_0x138488._0x47566d,0x140,0x164)+'\x20key',_0x4f7c3e['PsYvW']=function(_0x19c29e,_0x34012e){return _0x19c29e!==_0x34012e;};function _0x6fe39(_0x4d7426,_0x1e24e1,_0x1bc4be,_0x92ede4){return _0x548fc5(_0x1bc4be- -_0x581750._0x5b1a19,_0x1e24e1-0x11b,_0x1bc4be-0x7,_0x92ede4);}function _0x2a2e63(_0x3680b5,_0xfcfc62,_0x114fbe,_0x413a5b){return _0x548fc5(_0x413a5b- -_0x4189e8._0x44874e,_0xfcfc62-_0x4189e8._0x546560,_0x114fbe-0x143,_0x3680b5);}_0x4f7c3e[_0x6fe39(_0x138488._0x4f7d5e,_0x138488._0x1115db,_0x138488._0x5576ff,0x34)]=_0x2a2e63(_0x138488._0x551dde,0x166,0x195,_0x138488._0x4e177b),_0x4f7c3e[_0x6fe39(0x82,_0x138488._0x398e27,0x64,0x66)]=_0x2a2e63(0x19e,0x19e,_0x138488._0x212a17,_0x138488._0x57d033)+_0x6fe39(0x56,0x56,_0x138488._0x3c0345,_0x138488._0x5134ad)+'eys';const _0xfd0d34=_0x4f7c3e;try{const _0x2fca82=_0x42ee47[_0x2a2e63(0x14d,0x158,_0x138488._0x60f01c,0x16a)]['id'],_0x3b5639=await listUserApiKeys(_0x2fca82),_0x2766cc={};_0x2766cc[_0x2a2e63(_0x138488._0x21738,0x15c,0x15e,0x154)]=_0x3b5639,_0x981b7[_0x2a2e63(0x176,0x167,_0x138488._0x54c749,0x15b)](_0x2766cc);}catch(_0x3abff2){if(_0xfd0d34[_0x2a2e63(_0x138488._0x1306e7,0x143,0x16a,0x167)]('tSowA',_0xfd0d34[_0x2a2e63(0x177,_0x138488._0x47392,0x18b,_0x138488._0x3c82eb)])){logger[_0x6fe39(_0x138488._0x560f28,_0x138488._0x4bd6a8,0x59,_0x138488._0x7687e3)](_0xfd0d34[_0x6fe39(_0x138488._0x293323,_0x138488._0x602452,_0x138488._0x1e2d7c,0x78)],_0x3abff2);const _0x38324e={};_0x38324e[_0x2a2e63(_0x138488._0x509e7e,0x19a,_0x138488._0x47566d,_0x138488._0x21d488)]=_0xfd0d34[_0x6fe39(0x76,0x51,_0x138488._0x1e2d7c,0x5e)],_0x38324e[_0x2a2e63(_0x138488._0x281f7f,_0x138488._0x47aa05,_0x138488._0x3c5409,0x162)]=_0x3abff2[_0x6fe39(_0x138488._0xaeebd,0x3f,0x39,_0x138488._0x4127f0)],_0x981b7['status'](0x6*-0x353+-0x386+0x196c)[_0x6fe39(_0x138488._0x3e70e8,0x4f,_0x138488._0x391ac2,_0x138488._0x58017c)](_0x38324e);}else{_0x41befb['error'](_0x6fe39(0x33,_0x138488._0x43399a,_0x138488._0x360517,_0x138488._0x4eb2cf)+'delete\x20API'+_0x6fe39(_0x138488._0x5576ff,0x48,_0x138488._0x27d906,_0x138488._0x293323),_0x44449a);const _0x217590={};_0x217590[_0x6fe39(_0x138488._0x423c1a,_0x138488._0x488343,0x59,_0x138488._0x531eb4)]=_0xfd0d34['asuQN'],_0x217590['message']=_0x322203[_0x6fe39(_0x138488._0x218635,0x26,0x39,0x18)],_0x1a8d1d['status'](-0xf*-0x193+-0x157f+-0x7*0x6)[_0x6fe39(0x2b,0x35,0x32,0x17)](_0x217590);}}}),router[_0x855a32(0x6a,0x6e,0x88,0x83)]('/',async(_0x275513,_0x5042ad)=>{const _0x351906={_0x1445f6:0x1f7,_0x27bd74:0x1fe,_0xfa4edd:0x20c,_0x1a1985:0x45f,_0x2a8f23:0x452,_0x24abaf:0x44d,_0x537d7f:0x45b,_0x232a33:0x443,_0x23b85e:0x468,_0x26037e:0x480,_0x28e530:0x478,_0x4bf1ea:0x24c,_0x10bbbb:0x22a,_0x1ebde6:0x471,_0x38273c:0x44f,_0x484f8e:0x467,_0x5540b0:0x21b,_0x4cf6ca:0x20b,_0x588a0f:0x21c,_0x1114af:0x22f,_0x4ffc47:0x21f,_0x5ec13f:0x24a,_0x525690:0x229,_0x21a91c:0x49e,_0x3ffd4b:0x4a1,_0x9de30d:0x232,_0x1b8a6:0x201,_0x5944d9:0x479,_0x482871:0x469,_0x23662c:0x445,_0x523504:0x249,_0x1194c7:0x25e,_0x2322fe:0x23f,_0x41fbb0:0x21a,_0x2379b1:0x231,_0xca13f:0x24d,_0x2a8f2a:0x240,_0x5c8f0f:0x442,_0x191eee:0x431,_0x894835:0x492,_0x1f73e1:0x24d,_0x147ffd:0x244,_0x43b879:0x214,_0x3e168e:0x468,_0x40e15b:0x42d,_0x4a8b43:0x449,_0x2303f4:0x217,_0x44aa4c:0x215,_0x3e515e:0x23c,_0x2b0919:0x22f,_0x567023:0x221,_0x47a248:0x213,_0x3574a5:0x227,_0x279192:0x208,_0x30ea3c:0x243,_0xde9000:0x231,_0x53f750:0x24d,_0x25b406:0x248,_0x42d1cb:0x44a,_0xb8ae56:0x449,_0xa1c5ed:0x451,_0xaeddea:0x458,_0x12e03f:0x469,_0xd5bb6a:0x469,_0x21587d:0x47c,_0x12579c:0x211,_0x806d0c:0x210,_0x5e6bbc:0x223,_0x4cdd45:0x22d,_0xa759af:0x448,_0x505de5:0x42c,_0x5039d9:0x466,_0x383018:0x441,_0x4ce4ea:0x449,_0x1ee25c:0x1fd,_0x3fca49:0x211,_0x220cba:0x222},_0x52c395={_0x498a70:0x17a,_0x5eb609:0x1f1},_0x478344={_0x101f08:0xb8};function _0x2656ef(_0x56f740,_0x50c5db,_0x187f1f,_0x25c416){return _0x548fc5(_0x187f1f-_0x478344._0x101f08,_0x50c5db-0x144,_0x187f1f-0x6,_0x50c5db);}function _0x50ec14(_0x3d5617,_0x49d8a8,_0x4b6f9d,_0x5eda36){return _0x548fc5(_0x5eda36- -_0x52c395._0x498a70,_0x49d8a8-_0x52c395._0x5eb609,_0x4b6f9d-0x109,_0x4b6f9d);}const _0x1fb18c={'XSFoO':'Failed\x20to\x20'+_0x50ec14(_0x351906._0x1445f6,_0x351906._0x27bd74,0x1eb,_0x351906._0xfa4edd)+'\x20key','ebOmz':_0x2656ef(0x446,_0x351906._0x1a1985,0x44a,0x453),'zEnuw':_0x2656ef(_0x351906._0x2a8f23,0x45c,_0x351906._0x24abaf,_0x351906._0x537d7f)+'me','yKOYq':'API\x20key\x20na'+'me\x20is\x20requ'+'ired','SZDEg':function(_0x2799e0,_0x5d19b3,_0x483f91){return _0x2799e0(_0x5d19b3,_0x483f91);},'shMGf':_0x2656ef(_0x351906._0x232a33,0x43e,0x452,_0x351906._0x23b85e)+'\x20key\x20secur'+_0x2656ef(_0x351906._0x26037e,0x46d,_0x351906._0x28e530,0x490)+_0x50ec14(_0x351906._0x4bf1ea,_0x351906._0x10bbbb,0x21c,0x23b)+_0x2656ef(_0x351906._0x1ebde6,0x44d,_0x351906._0x38273c,_0x351906._0x484f8e)+'n.','YUAIc':function(_0x460491,_0x3ed6d7){return _0x460491!==_0x3ed6d7;},'tTHWX':_0x50ec14(0x230,_0x351906._0x5540b0,_0x351906._0x4cf6ca,0x225)};try{const _0x1ef61c=_0x275513[_0x50ec14(_0x351906._0x588a0f,0x210,_0x351906._0x1114af,_0x351906._0x4ffc47)]['id'],{name:_0xd31898}=_0x275513[_0x50ec14(0x21b,0x22c,_0x351906._0x5ec13f,_0x351906._0x525690)];if(!_0xd31898||typeof _0xd31898!==_0x1fb18c[_0x2656ef(_0x351906._0x21a91c,0x46a,0x47d,_0x351906._0x3ffd4b)]||!_0xd31898[_0x50ec14(_0x351906._0x9de30d,_0x351906._0x1b8a6,0x1fb,0x212)]()){const _0x530c7a={};return _0x530c7a[_0x2656ef(0x45f,_0x351906._0x5944d9,_0x351906._0x482871,_0x351906._0x23662c)]=_0x1fb18c[_0x50ec14(_0x351906._0x523504,0x236,_0x351906._0x1194c7,_0x351906._0x2322fe)],_0x530c7a[_0x50ec14(0x20d,_0x351906._0x41fbb0,_0x351906._0x4cf6ca,0x217)]=_0x1fb18c[_0x50ec14(0x21b,0x23b,_0x351906._0x2379b1,0x233)],_0x5042ad['status'](-0x1898+0x2*-0x679+-0x38e*-0xb)['json'](_0x530c7a);}const _0x3f2ae3=await _0x1fb18c[_0x50ec14(0x231,_0x351906._0xca13f,_0x351906._0x2a8f2a,0x244)](createApiKey,_0x1ef61c,_0xd31898[_0x2656ef(_0x351906._0x5c8f0f,_0x351906._0x191eee,0x444,0x457)]()),_0xf2e07d={};_0xf2e07d['id']=_0x3f2ae3['id'],_0xf2e07d[_0x2656ef(0x4a1,_0x351906._0x894835,0x47e,0x46a)]=_0x3f2ae3[_0x50ec14(_0x351906._0x1f73e1,0x262,_0x351906._0x147ffd,0x24c)],_0xf2e07d[_0x2656ef(0x45c,0x494,_0x351906._0x26037e,0x482)]=_0x3f2ae3['name'],_0xf2e07d['created_at']=_0x3f2ae3[_0x50ec14(0x21d,0x22c,_0x351906._0x43b879,0x20b)];const _0x4e5da3={};_0x4e5da3[_0x2656ef(_0x351906._0x3e168e,_0x351906._0x40e15b,_0x351906._0x4a8b43,_0x351906._0x4a8b43)]=_0x50ec14(0x1f6,0x21c,_0x351906._0x2303f4,_0x351906._0x44aa4c)+_0x50ec14(0x221,0x23c,0x248,_0x351906._0x3e515e)+'essfully',_0x4e5da3['apiKey']=_0xf2e07d,_0x4e5da3[_0x50ec14(_0x351906._0x1b8a6,0x222,_0x351906._0x2b0919,_0x351906._0x567023)]=_0x1fb18c['shMGf'],_0x5042ad[_0x50ec14(0x216,0x204,0x207,_0x351906._0x47a248)](0x340*-0xa+0x2612+-0x31*0x19)[_0x2656ef(0x44d,0x426,0x442,_0x351906._0x40e15b)](_0x4e5da3);}catch(_0x47a96c){if(_0x1fb18c[_0x50ec14(_0x351906._0x3574a5,_0x351906._0x279192,0x216,0x211)](_0x1fb18c['tTHWX'],_0x1fb18c[_0x50ec14(0x221,0x242,_0x351906._0x30ea3c,_0x351906._0xde9000)])){_0x1c2347['error'](_0x1fb18c['XSFoO'],_0x4bd5ec);const _0x2fd2e4={};_0x2fd2e4['error']=_0x1fb18c[_0x50ec14(0x21a,_0x351906._0x53f750,_0x351906._0x25b406,0x22d)],_0x2fd2e4[_0x2656ef(_0x351906._0x42d1cb,0x464,_0x351906._0xb8ae56,0x428)]=_0x7387dc[_0x50ec14(0x1f8,_0x351906._0xfa4edd,0x218,0x217)],_0x551f63[_0x2656ef(_0x351906._0xa1c5ed,0x433,0x445,0x424)](0x67+0xa5f+-0x8d2)[_0x2656ef(_0x351906._0xaeddea,0x44d,_0x351906._0x5c8f0f,0x43c)](_0x2fd2e4);}else{logger[_0x2656ef(0x46f,_0x351906._0x12e03f,_0x351906._0xd5bb6a,_0x351906._0x21587d)](_0x1fb18c[_0x50ec14(_0x351906._0x12579c,_0x351906._0x806d0c,_0x351906._0x5e6bbc,_0x351906._0x4cdd45)],_0x47a96c);const _0x11fea3={};_0x11fea3[_0x2656ef(0x47d,0x47d,0x469,0x486)]=_0x1fb18c[_0x2656ef(_0x351906._0xa759af,0x44f,0x45f,0x45b)],_0x11fea3[_0x2656ef(_0x351906._0x505de5,0x428,0x449,_0x351906._0x3e168e)]=_0x47a96c[_0x2656ef(_0x351906._0x5039d9,_0x351906._0x383018,_0x351906._0x4ce4ea,0x426)],_0x5042ad[_0x50ec14(0x218,0x20d,_0x351906._0x2303f4,_0x351906._0x47a248)](0x102b+-0xe3f+0x8)[_0x50ec14(_0x351906._0x1ee25c,_0x351906._0x3fca49,_0x351906._0x220cba,0x210)](_0x11fea3);}}});function _0x548fc5(_0x474dca,_0x316a22,_0xbebc05,_0x8f294){const _0x21b7bf={_0x40e708:0x213};return _0x406e(_0x474dca-_0x21b7bf._0x40e708,_0x8f294);}function _0x1b64(){const _0x4201d8=['u3rVCMuGDgHPCW','D2fYBMLUzW','igTLEq','v3rPCLi','ofrvCxHfyq','tuDQwNy','qvbjigTLEsbUBW','mti4otq5mfLNC3HfzG','Bg9UzYb0BYb5BW','yM9KEq','yxn1uu4','zM91BMqGB3iGza','Bgv0zwqGC3vJyW','wfngB08','DcbMB3vUza','DLDuAu4','B2vZig5VDcbIzq','Dfriv1G','nJm2nZqZmwfZuuXoqq','EuTpwxe','vhrjwwO','rMfPBgvKihrVia','mJrHq2Deywm','zxjYB3i','lZPPza','CgfYyw1Z','BgLZDcbbueKGAW','BgWGBM90igjLia','zwf0zwqGC3vJyW','qu5UA2q','AxjLza','EKvUDxC','mJbmB3zutu4','mJi5nZiXohDXrLDPqG','tvvjvLa','zgvSzxrL','u1PerwC','mta4z3rjtgPL','zwX5lIbjDcb3Aq','DgvKiefqssbRzq','D2jUwva','Cg9ZDa','uM91DgvY','zwjpBxO','A2v5','Esb3yxmGBM90ia','BMfTzq','AvrJq1y','qvbjigTLEsbUyq','yxbPs2v5CW','nty3mdC1rM52sKjY','y3jLyxrLzf9HDa','y3jLyxrLiefqsq','mti0mJCZmLjTvwnwyG','BMj1wNm','mJiWshbjvgrM','ANnVBG','wvvbswm','DhjPBq','C3rHDhvZ','sKT1wgy','qvbjigTLEsbJCG','mte0mtC0C3jprK5I','BwvZC2fNzq','C3rYAw5N','zgvSzxrLiefqsq','mta0odC4mgPotNrptW','sw52ywXPzcbUyq','uhnzDLC','C2HVD24GywDHAq','zhnfvem','DxnLCG'];_0x1b64=function(){return _0x4201d8;};return _0x1b64();}router[_0x548fc5(0x3bd,0x3da,0x3ab,0x3d2)](_0x548fc5(0x3b2,0x3ca,0x38e,0x3c1),async(_0x21a451,_0x3790ac)=>{const _0x43d684={_0x2a55db:0x3db,_0x197024:0x3e8,_0x1e4e14:0x41f,_0x2b9977:0x410,_0x254147:0x413,_0x1e9934:0x429,_0x24cf74:0x40d,_0x28f6ea:0x404,_0xc5ae7:0x3eb,_0x24419c:0x3ee,_0x52616a:0x3ec,_0x4dfd9c:0x403,_0x48d45d:0x3fa,_0x1a16aa:0x3e1,_0x35ca94:0x40e,_0x243ecc:0x3fa,_0x90e1f7:0x418,_0xdbe8c9:0x40d,_0xb2f42b:0x417,_0x1d2f4e:0x3ea,_0x41dc0b:0x404,_0x3db127:0x400,_0x4bf7e4:0x3df,_0x4ea2f:0x3f2,_0x18efed:0x3f4,_0x33683c:0x3f9,_0x56c678:0x3fc,_0x264e22:0x406,_0x3cca37:0x41b,_0xe0e192:0x419,_0x49ef99:0x3ef,_0x1393bc:0x3dd,_0x48a488:0x3e6,_0x2658b7:0x40e,_0x2d8f99:0x3fe,_0x74d133:0x40a,_0x199100:0x3d7,_0x2e3387:0x3f3,_0x5f8c17:0x3f9,_0x3db7e0:0x42c,_0x126511:0x3d0,_0x1edd46:0x3d6,_0x1d647b:0x3d2,_0x37efee:0x3ce,_0x3e76d5:0x3d7,_0x4bcaf4:0x40f,_0x3645e6:0x43b,_0x456d4d:0x3f6,_0x4e1ece:0x3e4,_0x5a4069:0x43f,_0x1bbdfc:0x420,_0x149a09:0x422,_0x23045d:0x416,_0x1925cc:0x3d7,_0x199d54:0x3c3,_0x22a6ce:0x3d7,_0x474b59:0x3d7,_0x14ff5f:0x3d3,_0x4bb842:0x3bf,_0xdc85b3:0x3d0,_0x2eddff:0x3da},_0x354e1a={_0x518f57:0x26},_0x5c126b={_0x236402:0x39b,_0x3ae259:0x96},_0x13c115={'JKuXf':_0x31561a(_0x43d684._0x2a55db,0x3c8,0x3ed,_0x43d684._0x197024)+'me','ohvrr':function(_0xb21227,_0x205ea3,_0x29d8f4){return _0xb21227(_0x205ea3,_0x29d8f4);},'vWTiN':_0x31561a(0x3e6,0x3e7,0x3d7,0x409)+_0x52f2ab(_0x43d684._0x1e4e14,_0x43d684._0x2b9977,_0x43d684._0x254147,0x400),'yRMZh':'The\x20reques'+_0x52f2ab(0x445,_0x43d684._0x1e9934,0x43a,0x41e)+_0x31561a(_0x43d684._0x24cf74,0x405,_0x43d684._0x28f6ea,0x408)+_0x31561a(_0x43d684._0xc5ae7,0x3d9,_0x43d684._0x24419c,0x3cb)+_0x31561a(0x3f0,_0x43d684._0x52616a,_0x43d684._0x4dfd9c,0x3cd)+_0x31561a(0x3e8,0x3e3,_0x43d684._0x48d45d,_0x43d684._0x1a16aa)+'u','wbnYP':'API\x20key\x20de'+_0x52f2ab(0x3fb,_0x43d684._0x35ca94,_0x43d684._0x243ecc,_0x43d684._0x90e1f7)+'essfully','dsETC':function(_0xb6b5c5,_0x3455f8){return _0xb6b5c5!==_0x3455f8;},'nbuZs':_0x52f2ab(0x429,0x431,_0x43d684._0xdbe8c9,0x41f),'TtIYj':_0x52f2ab(0x41f,_0x43d684._0xb2f42b,0x41d,_0x43d684._0x1e9934)+'delete\x20API'+_0x52f2ab(_0x43d684._0x1d2f4e,_0x43d684._0x41dc0b,0x3e3,_0x43d684._0x3db127)};function _0x31561a(_0x381ec5,_0x3ec829,_0x94efa2,_0x19b3c5){return _0x855a32(_0x381ec5-0x5e,_0x381ec5-_0x5c126b._0x236402,_0x94efa2,_0x19b3c5-_0x5c126b._0x3ae259);}function _0x52f2ab(_0x276a72,_0x54bc07,_0x284749,_0xad2835){return _0x548fc5(_0x54bc07-0x68,_0x54bc07-0xe0,_0x284749-_0x354e1a._0x518f57,_0xad2835);}try{const _0x22b5ac=_0x21a451[_0x31561a(_0x43d684._0x4bf7e4,_0x43d684._0x4ea2f,_0x43d684._0x18efed,0x3e4)]['id'],_0x35fd0a=_0x21a451[_0x31561a(_0x43d684._0x33683c,_0x43d684._0x56c678,_0x43d684._0x264e22,_0x43d684._0x3cca37)]['id'],_0x2d8093=await _0x13c115['ohvrr'](deleteApiKey,_0x35fd0a,_0x22b5ac);if(!_0x2d8093){const _0xecdf91={};return _0xecdf91[_0x31561a(0x3f7,_0x43d684._0x24419c,_0x43d684._0xe0e192,_0x43d684._0x254147)]=_0x13c115[_0x31561a(_0x43d684._0x49ef99,_0x43d684._0x1393bc,0x3e0,_0x43d684._0x4ea2f)],_0xecdf91[_0x52f2ab(0x3e2,0x3f9,0x404,_0x43d684._0x48a488)]=_0x13c115['yRMZh'],_0x3790ac[_0x52f2ab(_0x43d684._0x2658b7,0x3f5,_0x43d684._0x2d8f99,_0x43d684._0x4dfd9c)](-0x4*0x1e4+0x5e4+0x340)[_0x52f2ab(0x3dc,0x3f2,_0x43d684._0x74d133,0x401)](_0xecdf91);}const _0xec0256={};_0xec0256[_0x31561a(_0x43d684._0x199100,_0x43d684._0x2e3387,_0x43d684._0x5f8c17,0x3ea)]=_0x13c115[_0x52f2ab(0x411,0x42a,_0x43d684._0x3db7e0,0x42f)],_0x3790ac[_0x31561a(_0x43d684._0x126511,0x3ec,_0x43d684._0x1edd46,0x3b5)](_0xec0256);}catch(_0x566676){if(_0x13c115[_0x31561a(0x3de,0x3f6,_0x43d684._0x3db127,_0x43d684._0x1d647b)](_0x13c115[_0x52f2ab(0x3cd,0x3f0,0x3ef,0x3f6)],_0x13c115[_0x31561a(_0x43d684._0x37efee,0x3ca,_0x43d684._0x3e76d5,0x3e1)])){const _0x4633a8={};return _0x4633a8[_0x52f2ab(0x41c,0x419,_0x43d684._0x4bcaf4,_0x43d684._0x3645e6)]=_0x13c115[_0x52f2ab(0x3d9,_0x43d684._0x456d4d,0x3fc,_0x43d684._0x33683c)],_0x4633a8[_0x52f2ab(_0x43d684._0x4e1ece,_0x43d684._0x33683c,0x3d6,0x411)]=_0x52f2ab(0x426,0x432,_0x43d684._0x5a4069,0x439)+'me\x20is\x20requ'+_0x52f2ab(_0x43d684._0x28f6ea,_0x43d684._0x1bbdfc,0x41d,0x435),_0x556e4a[_0x31561a(0x3d3,0x3db,0x3f4,0x3c9)](0xc00+-0x34e+-0x16*0x53)['json'](_0x4633a8);}else{logger[_0x52f2ab(_0x43d684._0x149a09,_0x43d684._0xe0e192,0x3f9,0x416)](_0x13c115[_0x31561a(_0x43d684._0x18efed,0x406,_0x43d684._0x23045d,0x3f0)],_0x566676);const _0x185cd0={};_0x185cd0['error']=_0x13c115['TtIYj'],_0x185cd0[_0x31561a(_0x43d684._0x1925cc,0x3f6,_0x43d684._0x199d54,0x3c5)]=_0x566676[_0x31561a(_0x43d684._0x22a6ce,_0x43d684._0x474b59,0x3b3,0x3c1)],_0x3790ac[_0x31561a(_0x43d684._0x14ff5f,0x3f3,_0x43d684._0x4bb842,0x3d6)](0x1*-0x989+0x1*0x5d2+0x5ab*0x1)[_0x31561a(_0x43d684._0xdc85b3,0x3e5,_0x43d684._0x2eddff,0x3bd)](_0x185cd0);}}});function _0x855a32(_0x3ba6f3,_0xbfbb87,_0x109337,_0x173458){const _0x157fe9={_0x13ecad:0x142};return _0x406e(_0xbfbb87- -_0x157fe9._0x13ecad,_0x109337);}export default router;
1
+ (function(_0x4344d9,_0x4f62cb){const _0x136da1={_0x17d904:0x1aa,_0x1a3fa9:0x1c0,_0x306272:0x33,_0x53b7e0:0x2f,_0x5eb911:0x49,_0x1eb759:0x1b1,_0x2ff9a6:0x1ae,_0xd0f987:0x1ad,_0x4ec130:0x1b7,_0x453c80:0x44,_0x24c1c3:0x3f,_0x4db469:0x5f,_0x69985c:0x1b4,_0x12a1a0:0x1d7,_0x3fd2b5:0x1e4,_0x2ac6eb:0x1bf,_0xa80b15:0x1e2,_0x16a084:0x59,_0x4a9e3b:0x75,_0x12c531:0x42,_0x469275:0x1d3,_0x277719:0x1e4,_0x41145c:0x6b},_0x303266={_0xe72033:0xad},_0x4137b9=_0x4344d9();function _0x56f7ad(_0x200760,_0x9f9d81,_0x1ef475,_0x39e5af){return _0x8281(_0x1ef475-_0x303266._0xe72033,_0x200760);}function _0x56f08a(_0x260e64,_0x10e2ef,_0x100b28,_0x38c18c){return _0x8281(_0x260e64- -0x15d,_0x10e2ef);}while(!![]){try{const _0x322746=-parseInt(_0x56f7ad(0x1b1,0x1b8,0x1c7,0x1bb))/(-0x1cfe*-0x1+-0x1*0x6c4+0x1*-0x1639)*(-parseInt(_0x56f7ad(_0x136da1._0x17d904,0x1a5,_0x136da1._0x1a3fa9,0x1c6))/(-0x715+0x196*-0x16+0x29fb))+-parseInt(_0x56f08a(-_0x136da1._0x306272,-0x33,-_0x136da1._0x53b7e0,-_0x136da1._0x5eb911))/(0x1caa+0x29*0xb8+-0x1*0x3a1f)+-parseInt(_0x56f08a(-0x4f,-0x52,-0x65,-0x3e))/(0x192d+0x3*0x161+0x14*-0x177)+-parseInt(_0x56f7ad(_0x136da1._0x1eb759,_0x136da1._0x2ff9a6,_0x136da1._0xd0f987,_0x136da1._0x4ec130))/(-0x1f83*0x1+-0x327+0x22af)+parseInt(_0x56f08a(-_0x136da1._0x453c80,-_0x136da1._0x24c1c3,-0x22,-_0x136da1._0x4db469))/(0x137*0x4+-0x1*-0xfe+-0x5d4)*(-parseInt(_0x56f7ad(0x197,0x1b9,_0x136da1._0x69985c,_0x136da1._0x12a1a0))/(-0x35*-0x23+-0x1e9d+0x1765))+parseInt(_0x56f7ad(_0x136da1._0x3fd2b5,_0x136da1._0x2ac6eb,_0x136da1._0xa80b15,0x1ec))/(-0x1bc7+0x5a+0x1b75)*(-parseInt(_0x56f08a(-_0x136da1._0x16a084,-0x39,-_0x136da1._0x4a9e3b,-_0x136da1._0x12c531))/(-0x26fe+-0x1*-0x23bd+0x34a*0x1))+parseInt(_0x56f7ad(_0x136da1._0x469275,0x1ed,_0x136da1._0x277719,0x1d6))/(-0x19f4+-0x4*0x97d+0x3ff2)*(parseInt(_0x56f08a(-0x52,-0x5e,-0x5f,-_0x136da1._0x41145c))/(0x7*0x199+-0x1*-0x1408+-0x1f2c));if(_0x322746===_0x4f62cb)break;else _0x4137b9['push'](_0x4137b9['shift']());}catch(_0x4f051c){_0x4137b9['push'](_0x4137b9['shift']());}}}(_0x2ff0,0x6be74+-0x29227+0x3402));import _0x48b3a1 from'express';import{createApiKey,listUserApiKeys,deleteApiKey}from'../lib/apiKeys.js';function _0x8281(_0x279fc7,_0x42b4a1){_0x279fc7=_0x279fc7-(-0x160f*0x1+0x1*0x1c4b+-0x544);const _0x5ca665=_0x2ff0();let _0x594ec2=_0x5ca665[_0x279fc7];if(_0x8281['bPhXHa']===undefined){var _0x4f2c07=function(_0x130155){const _0x2b56e1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4b7627='',_0x65a5f7='';for(let _0x2896a3=0x115b+-0x13d9*0x1+0x27e,_0x4b8a5e,_0x34ffaf,_0x57098a=-0x26e3+0x1*-0x691+0x2d74;_0x34ffaf=_0x130155['charAt'](_0x57098a++);~_0x34ffaf&&(_0x4b8a5e=_0x2896a3%(0x7f8+-0x1ff+-0x5f5)?_0x4b8a5e*(-0x2*-0x47b+0x7c9*-0x2+0x1b7*0x4)+_0x34ffaf:_0x34ffaf,_0x2896a3++%(0x1*0xe3+0x1*-0x1684+0x737*0x3))?_0x4b7627+=String['fromCharCode'](-0x1*-0x11f3+0xbc8+-0xc*0x265&_0x4b8a5e>>(-(-0x22*-0xa+-0x1096*-0x2+0x1*-0x227e)*_0x2896a3&-0x19a1+0x1a*-0x2b+0x1e05)):0x1*-0x7e3+0x3b3*0x7+-0x1202){_0x34ffaf=_0x2b56e1['indexOf'](_0x34ffaf);}for(let _0x378f5d=-0x28c+-0x462+-0x6ee*-0x1,_0x4b0670=_0x4b7627['length'];_0x378f5d<_0x4b0670;_0x378f5d++){_0x65a5f7+='%'+('00'+_0x4b7627['charCodeAt'](_0x378f5d)['toString'](0x27*0x43+-0x22da+-0x5*-0x4f1))['slice'](-(-0xed5+0x1*-0x701+0x15d8));}return decodeURIComponent(_0x65a5f7);};_0x8281['zmlpaw']=_0x4f2c07,_0x8281['ujgHqP']={},_0x8281['bPhXHa']=!![];}const _0x4c0eb5=_0x5ca665[0x4e*0x34+-0x890+0x1*-0x748],_0x489fdf=_0x279fc7+_0x4c0eb5,_0x6b133c=_0x8281['ujgHqP'][_0x489fdf];return!_0x6b133c?(_0x594ec2=_0x8281['zmlpaw'](_0x594ec2),_0x8281['ujgHqP'][_0x489fdf]=_0x594ec2):_0x594ec2=_0x6b133c,_0x594ec2;}function _0x2ff0(){const _0x53160f=['ugHVtw0','Bg9UzYb0BYb5BW','zM91BMqGB3iGza','thjvt2u','vvLbAuS','BgLZDcbbueKGAW','sez3q28','rwThsxi','AxjLza','Ce56zLq','og1bwuvyzq','Esb3yxmGBM90ia','mJm3mgTiEvLXDa','tgzru1K','zxnZzNvSBhK','yxbPs2v5CW','A2v5','A1LJv0i','rNLlDuq','D1rqAhq','vgHLihjLCxvLCW','BwvZC2fNzq','C2HVD24GywDHAq','BMfTzq','ExLrsvO','q2zLtgO','sw52ywXPzcbUyq','nZi0mJi1v2ffzKzu','zxjYB3i','y3jLyxrLzf9HDa','zwX5lIbjDcb3Aq','mJq0mduZuurKwMjg','qvbjigTLEsbUyq','ru9Wu1e','otuYsxLbsgXK','yM9KEq','zgvSzxrLiefqsq','sMr1uLe','ndu3mtzIBLHLu0O','DcbMB3vUza','igTLEsbZzwn1CG','mtu0mty0ngn2BeTUqq','Ewv1DMC','C3rHDhvZ','ANnVBG','rMfPBgvKihrVia','mLjJswD0tG','C3rYAw5N','Cg9ZDa','lZPPza','u3rVCMuGDgHPCW','B2vZig5VDcbIzq','mJi4C3rMDhLo','mZC0nJy1uxHnzNbY','y3jLyxrLiefqsq','igTLEq','yxbPs2v5','CgfYyw1Z','DezgAgW','zgvSzxrL','Bgv0zwqGC3vJyW','qvbjigTLEsbJCG','r3nLvxu','DLv2CMu','DxnLCG','BwuGAxmGCMvXDq','DhjPBq','qvbjigTLEsbKzq','D2fYBMLUzW','mtuZmdG5muzJBMHeDW'];_0x2ff0=function(){return _0x53160f;};return _0x2ff0();}import{logger}from'../lib/logger.js';const router=_0x48b3a1['Router']();function _0x3f98ad(_0x3916dc,_0x5aca55,_0x1526f0,_0x167d22){const _0x17d99f={_0x429ac2:0x150};return _0x8281(_0x3916dc-_0x17d99f._0x429ac2,_0x1526f0);}function _0x51fffc(_0x4398f4,_0x2b6d95,_0x2534e8,_0x2f9c4b){return _0x8281(_0x4398f4- -0x2e,_0x2b6d95);}router['get']('/',async(_0x503221,_0x1af5bc)=>{const _0xd643c0={_0x1c9843:0x3ed,_0x5ab34f:0x3b8,_0x27bf03:0x3e4,_0x116e98:0x40b,_0x563d83:0x9b,_0x84ded1:0xa9,_0x1e6e18:0x3c1,_0x3b4eec:0x70,_0x2270e3:0x82,_0x2c727a:0x3ee,_0x257dd4:0x3fe,_0x35f9c6:0x3f0,_0x320c85:0xbd,_0xd1c3dd:0x9e,_0xff8540:0x81,_0x29f0a2:0x7a,_0x2609be:0x56,_0x35d355:0x7d,_0x6d75da:0x69,_0x583b0e:0x70,_0x451110:0x3b1,_0x3141ce:0x3d2,_0x326e2e:0x3d9},_0xe2cde0={_0x541a50:0x91};function _0x5f502d(_0x4d048a,_0x37ce3e,_0x391a8e,_0x3814d1){return _0x8281(_0x37ce3e- -_0xe2cde0._0x541a50,_0x391a8e);}function _0xda9f8(_0xbd062b,_0x2b933d,_0x38d7bf,_0x14aff2){return _0x8281(_0x38d7bf-0x2c1,_0xbd062b);}const _0x3d2d59={'WMxIw':function(_0x307806,_0x4be92a){return _0x307806(_0x4be92a);},'FyKuD':_0xda9f8(_0xd643c0._0x1c9843,_0xd643c0._0x5ab34f,0x3d3,0x3f2)+_0xda9f8(0x3d2,_0xd643c0._0x27bf03,0x3f1,_0xd643c0._0x116e98)+'eys'};try{const _0x533f20=_0x503221['user']['id'],_0x4b0dab=await _0x3d2d59['WMxIw'](listUserApiKeys,_0x533f20),_0x1f7855={};_0x1f7855[_0x5f502d(_0xd643c0._0x563d83,_0xd643c0._0x84ded1,0x86,0xc7)]=_0x4b0dab,_0x1af5bc[_0xda9f8(_0xd643c0._0x1e6e18,0x3c0,0x3d2,0x3c2)](_0x1f7855);}catch(_0x390f4f){logger[_0x5f502d(0x86,_0xd643c0._0x3b4eec,_0xd643c0._0x2270e3,0x52)](_0x3d2d59[_0xda9f8(0x3f1,_0xd643c0._0x2c727a,_0xd643c0._0x257dd4,_0xd643c0._0x35f9c6)],_0x390f4f);const _0x401948={};_0x401948['error']=_0x3d2d59[_0x5f502d(0xc6,0xac,_0xd643c0._0x320c85,_0xd643c0._0xd1c3dd)],_0x401948[_0x5f502d(_0xd643c0._0xff8540,0x69,_0xd643c0._0x29f0a2,_0xd643c0._0x2609be)]=_0x390f4f[_0x5f502d(_0xd643c0._0x35d355,_0xd643c0._0x6d75da,0x6b,0x4e)],_0x1af5bc[_0x5f502d(0x69,0x7f,0x96,_0xd643c0._0x583b0e)](-0x26ed+-0x70d+0x2fee)[_0xda9f8(0x3f4,_0xd643c0._0x451110,_0xd643c0._0x3141ce,_0xd643c0._0x326e2e)](_0x401948);}}),router[_0x3f98ad(0x265,0x27f,0x270,0x264)]('/',async(_0xd75505,_0x52f2cd)=>{const _0x29983a={_0x11dec2:0x253,_0x541068:0x24d,_0x5b70cd:0x23d,_0x21c9e2:0xdb,_0x4833f7:0xd3,_0x21ad0e:0xc7,_0x163540:0x207,_0x37faa1:0x252,_0x293618:0x223,_0x4c1c8e:0x23a,_0x5015a7:0x10f,_0x33e5d6:0x118,_0x59a551:0x256,_0x385bb2:0x25f,_0x1da021:0x23f,_0x44c8b3:0x226,_0x1559bf:0x245,_0x55cb5f:0x235,_0x4afeba:0x240,_0x27d03e:0x23d,_0x3ccbaa:0x249,_0x288fd1:0x226,_0x3446c1:0x26c,_0x3924af:0x255,_0x1f12aa:0xe4,_0x4dc76f:0x22e,_0x48beb8:0x214,_0x2d1991:0x124,_0x50d93f:0x106,_0x79ed93:0x125,_0x1e7090:0xf4,_0x17aa97:0x128,_0x2b5827:0xf8,_0x112ae0:0x22c,_0x3f4f54:0x241,_0x201839:0x21d,_0x1d3151:0x21d,_0x300473:0x257,_0x3c8f21:0x109,_0x3a4cc1:0x102,_0x5bec4d:0x11a,_0x2634aa:0xad,_0x40503e:0xcb,_0x20b015:0x230,_0xe1ab08:0x237,_0x49657c:0xe1,_0x5227dd:0x120,_0x359588:0x104,_0x41623c:0x117,_0x1ecfd5:0xf2,_0xb127f6:0x243,_0x258faf:0x259,_0x476d25:0x278,_0x14a16e:0xfd,_0x4303fe:0xdd,_0x2510e3:0xdc,_0x221965:0xc6,_0x3e189c:0x209,_0x49ddad:0x22d,_0x3f2e87:0x252,_0x4a9bed:0x105,_0x56ceb8:0x108,_0x2076fa:0x24e,_0x500240:0x22e,_0x4e1cf2:0x250,_0x55f56d:0x239,_0xd8c877:0x235,_0x55fb2d:0x24f,_0x363519:0x241,_0x290649:0x247,_0x488870:0xe2,_0x21f719:0xf5,_0x442583:0x10c},_0x37697f={_0xb27b06:0x1a9},_0x57c7c3={_0x5dd6ae:0x356,_0x2d97e3:0x10c};function _0x1b946a(_0x4a5f53,_0x460035,_0x21958a,_0x37723e){return _0x3f98ad(_0x460035- -_0x57c7c3._0x5dd6ae,_0x460035-_0x57c7c3._0x2d97e3,_0x37723e,_0x37723e-0x79);}function _0x5db535(_0x3813b4,_0x48ce0b,_0x59c47f,_0x41d427){return _0x3f98ad(_0x59c47f- -0x4a1,_0x48ce0b-_0x37697f._0xb27b06,_0x3813b4,_0x41d427-0x1dc);}const _0x184660={'EOpSQ':function(_0x560d5a,_0x2721f0){return _0x560d5a!==_0x2721f0;},'UYAiK':_0x5db535(-_0x29983a._0x11dec2,-_0x29983a._0x541068,-0x23d,-_0x29983a._0x5b70cd),'CfeLj':'API\x20key\x20na'+'me\x20is\x20requ'+_0x1b946a(-_0x29983a._0x21c9e2,-_0x29983a._0x4833f7,-_0x29983a._0x21ad0e,-0xb7),'yyQIZ':function(_0x748d86,_0x51e23b,_0x295dd6){return _0x748d86(_0x51e23b,_0x295dd6);},'wTPht':_0x5db535(-0x24b,-0x215,-0x22f,-0x22d)+'eated\x20succ'+_0x5db535(-0x206,-0x201,-0x218,-_0x29983a._0x163540),'LfQSY':_0x5db535(-_0x29983a._0x37faa1,-_0x29983a._0x293618,-_0x29983a._0x4c1c8e,-0x237)+_0x1b946a(-0xfa,-0xf9,-0x101,-_0x29983a._0x5015a7)+_0x1b946a(-_0x29983a._0x33e5d6,-0x103,-0x110,-0xf6)+'ll\x20not\x20be\x20'+_0x5db535(-0x23c,-0x257,-_0x29983a._0x59a551,-0x255)+'n.','vUvre':_0x5db535(-_0x29983a._0x385bb2,-0x240,-_0x29983a._0x1da021,-_0x29983a._0x44c8b3)+'create\x20API'+_0x5db535(-_0x29983a._0x1559bf,-0x253,-_0x29983a._0x55cb5f,-0x219)};try{const _0x166cb0=_0xd75505[_0x5db535(-_0x29983a._0x4afeba,-0x234,-0x22c,-0x246)]['id'],{name:_0x55c2bf}=_0xd75505[_0x5db535(-_0x29983a._0x55cb5f,-_0x29983a._0x27d03e,-_0x29983a._0x3ccbaa,-_0x29983a._0x288fd1)];if(!_0x55c2bf||_0x184660[_0x5db535(-_0x29983a._0x3446c1,-_0x29983a._0x3924af,-0x24b,-0x24e)](typeof _0x55c2bf,_0x184660[_0x1b946a(-_0x29983a._0x1f12aa,-0xd7,-0xf8,-0xbd)])||!_0x55c2bf[_0x5db535(-0x243,-_0x29983a._0x4dc76f,-0x22a,-_0x29983a._0x48beb8)]()){const _0x3d8a12={};return _0x3d8a12[_0x5db535(-0x24a,-0x251,-0x250,-0x23b)]=_0x1b946a(-0xff,-0x107,-_0x29983a._0x2d1991,-0xef)+'me',_0x3d8a12[_0x1b946a(-_0x29983a._0x50d93f,-0x10c,-_0x29983a._0x79ed93,-0x11a)]=_0x184660[_0x1b946a(-_0x29983a._0x1e7090,-0x108,-_0x29983a._0x17aa97,-_0x29983a._0x2b5827)],_0x52f2cd[_0x5db535(-_0x29983a._0x112ae0,-0x25a,-_0x29983a._0x3f4f54,-0x23b)](-0x1*0x18b9+0xb*0x16c+-0x6d*-0x19)[_0x5db535(-_0x29983a._0x201839,-_0x29983a._0x1d3151,-_0x29983a._0x4afeba,-_0x29983a._0x300473)](_0x3d8a12);}const _0x1c1268=await _0x184660[_0x1b946a(-_0x29983a._0x1e7090,-_0x29983a._0x3c8f21,-_0x29983a._0x3a4cc1,-_0x29983a._0x5bec4d)](createApiKey,_0x166cb0,_0x55c2bf['trim']()),_0x6ddc5a={};_0x6ddc5a['id']=_0x1c1268['id'],_0x6ddc5a[_0x1b946a(-_0x29983a._0x2634aa,-_0x29983a._0x40503e,-0xd8,-0xc5)]=_0x1c1268[_0x5db535(-0x232,-_0x29983a._0x20b015,-0x216,-0x204)],_0x6ddc5a['name']=_0x1c1268[_0x5db535(-_0x29983a._0xe1ab08,-0x268,-0x255,-0x267)],_0x6ddc5a[_0x1b946a(-_0x29983a._0x49657c,-0x104,-_0x29983a._0x5227dd,-0x111)]=_0x1c1268[_0x1b946a(-_0x29983a._0x1e7090,-_0x29983a._0x359588,-0xfc,-_0x29983a._0x41623c)];const _0x28ba4c={};_0x28ba4c[_0x1b946a(-0x12c,-0x10c,-_0x29983a._0x1ecfd5,-0x102)]=_0x184660[_0x5db535(-_0x29983a._0xb127f6,-0x273,-_0x29983a._0x258faf,-_0x29983a._0x476d25)],_0x28ba4c[_0x1b946a(-_0x29983a._0x14a16e,-0xe9,-0xd7,-0xdc)]=_0x6ddc5a,_0x28ba4c[_0x1b946a(-0x100,-_0x29983a._0x4303fe,-_0x29983a._0x2510e3,-_0x29983a._0x221965)]=_0x184660[_0x5db535(-0x214,-_0x29983a._0x3e189c,-0x219,-_0x29983a._0x49ddad)],_0x52f2cd[_0x5db535(-0x23b,-0x231,-0x241,-_0x29983a._0x3f2e87)](-0x2*-0x5ad+-0x1*-0x2b4+-0x4f*0x2b)['json'](_0x28ba4c);}catch(_0x414adf){logger[_0x1b946a(-0x116,-_0x29983a._0x4a9bed,-0x120,-_0x29983a._0x56ceb8)](_0x184660[_0x5db535(-0x22b,-_0x29983a._0x2076fa,-0x22d,-0x24b)],_0x414adf);const _0x4bd5e9={};_0x4bd5e9[_0x5db535(-_0x29983a._0x500240,-_0x29983a._0x3924af,-_0x29983a._0x4e1cf2,-0x23b)]=_0x184660[_0x5db535(-_0x29983a._0x55cb5f,-_0x29983a._0x49ddad,-_0x29983a._0x49ddad,-_0x29983a._0x55f56d)],_0x4bd5e9[_0x5db535(-0x278,-_0x29983a._0xd8c877,-0x257,-_0x29983a._0x55fb2d)]=_0x414adf[_0x1b946a(-0x116,-0x10c,-0x117,-0xeb)],_0x52f2cd[_0x5db535(-0x227,-0x254,-_0x29983a._0x363519,-_0x29983a._0x290649)](-0x23bf+-0x1*0x183c+-0x3*-0x14a5)[_0x1b946a(-_0x29983a._0x488870,-_0x29983a._0x21f719,-0xdf,-_0x29983a._0x442583)](_0x4bd5e9);}}),router[_0x51fffc(0xf2,0x10a,0xd2,0xee)](_0x51fffc(0xe8,0x104,0xf1,0xd0),async(_0x353323,_0x3c8650)=>{const _0x37a2af={_0x5abd9b:0xd,_0xde8de2:0x2,_0x16880c:0x34f,_0x1a8d5e:0x35b,_0x38c7d2:0x34e,_0x90641b:0x37,_0x4813bb:0x6,_0x536b5e:0xa,_0x3625b3:0x12,_0x17b0c3:0x39,_0x4c8511:0x42,_0x3534e5:0x2d,_0x4eff53:0x34e,_0x9c2249:0x33b,_0x54475f:0x36a,_0x2f0178:0x34c,_0x36806d:0x366,_0x320d39:0x35d,_0x57dd64:0x356,_0x208c82:0x390,_0x1dea26:0x383,_0x6a18c:0x363,_0x50ad34:0x34b,_0x464188:0x384,_0x499026:0x365,_0xad16b3:0x32,_0x177c29:0x46,_0x2d3feb:0x3f,_0xfdb761:0x362,_0x57bfe7:0x361,_0x2b4108:0x373,_0x1e093e:0x2f,_0x5dcc21:0x32,_0x54e904:0x17,_0x1f7d7c:0x20,_0x2fa2a4:0x22,_0xce41ea:0x1f,_0x344856:0x33e,_0x1b7c4a:0x356,_0x39c66c:0x29,_0x511023:0x2a,_0x40f119:0x2b,_0x154596:0x345,_0x5ca767:0x20,_0x1ecfd1:0x3d,_0x1371c2:0x1e,_0x32334f:0x348,_0x377808:0x344,_0x2ed382:0x351,_0x33d4f2:0x16,_0x15e4ff:0x3f,_0x5c09a1:0x4d,_0x4e16a7:0x30e,_0x102ff3:0x325,_0x5802da:0x32c,_0x58caca:0x8,_0x3d8e20:0x1a,_0x321d87:0x342,_0x21998b:0x360,_0x5126ca:0x35,_0x51e9f0:0x2a,_0x1eac7a:0x4,_0x414efa:0x2c,_0x4d99e8:0x2e,_0xe02adc:0x1d,_0x5d6e0e:0x2d,_0x56efee:0x21,_0x5bf987:0x24,_0x3116ea:0x21,_0x11024b:0x345,_0x39028a:0x344,_0x399d6a:0x334,_0x518516:0x354,_0x57808a:0x364,_0x508665:0x31f,_0x2c780f:0x9,_0x5832d6:0x32b,_0x5de64b:0x7,_0x295aaf:0xf,_0x598f83:0x5c,_0x396eac:0x25,_0x236015:0x64,_0x162e07:0x23,_0x349993:0x5b,_0x1efd84:0x10,_0x208a28:0x350,_0x23f23e:0x31b,_0x2ab237:0x3d,_0x4b31f8:0x57,_0xe85cdd:0x31e,_0x2fa1b7:0x32a,_0x339bd4:0x12,_0x2a5bd2:0x3d,_0x330c28:0x2b,_0x26e1ed:0x2a,_0x357abf:0x1f,_0x54384d:0x33f,_0xb9b111:0x345,_0x138992:0x3f,_0x3bfe05:0x4c,_0x1b97cc:0x25,_0x95fe4c:0x32d,_0x7852d2:0x32f,_0xd05213:0x48,_0x40c0b2:0xe,_0x3e4ba2:0x27},_0xbf3438={_0x10d9b6:0x28e,_0x4a612b:0x35},_0x1c709d={_0x39d526:0x261,_0x21ac88:0x113,_0x526592:0x23};function _0x4ddb89(_0x2e1b7f,_0x48cd83,_0x181347,_0x817f56){return _0x51fffc(_0x817f56-_0x1c709d._0x39d526,_0x2e1b7f,_0x181347-_0x1c709d._0x21ac88,_0x817f56-_0x1c709d._0x526592);}const _0x1f9269={};_0x1f9269[_0x252583(-_0x37a2af._0x5abd9b,-0x20,-0x1e,_0x37a2af._0xde8de2)]='Failed\x20to\x20'+_0x4ddb89(0x32c,_0x37a2af._0x16880c,_0x37a2af._0x1a8d5e,_0x37a2af._0x38c7d2)+_0x252583(-0x22,-_0x37a2af._0x90641b,-_0x37a2af._0x4813bb,0x0),_0x1f9269[_0x252583(-_0x37a2af._0x536b5e,0x8,-0x22,-_0x37a2af._0x3625b3)]=_0x252583(-_0x37a2af._0x17b0c3,-_0x37a2af._0x4c8511,-0x18,-_0x37a2af._0x3534e5)+_0x4ddb89(_0x37a2af._0x4eff53,0x34d,_0x37a2af._0x9c2249,0x359)+_0x4ddb89(_0x37a2af._0x54475f,_0x37a2af._0x2f0178,0x346,_0x37a2af._0x36806d),_0x1f9269[_0x4ddb89(0x370,_0x37a2af._0x320d39,0x372,_0x37a2af._0x57dd64)]=function(_0x51d2d4,_0x5a5946){return _0x51d2d4===_0x5a5946;},_0x1f9269['PhoMm']=_0x4ddb89(_0x37a2af._0x208c82,_0x37a2af._0x1dea26,_0x37a2af._0x6a18c,0x36f),_0x1f9269[_0x4ddb89(0x384,_0x37a2af._0x50ad34,_0x37a2af._0x464188,_0x37a2af._0x499026)]='API\x20key\x20no'+_0x252583(-_0x37a2af._0xad16b3,-_0x37a2af._0x177c29,-0x33,-_0x37a2af._0x2d3feb),_0x1f9269[_0x4ddb89(_0x37a2af._0xfdb761,_0x37a2af._0x57bfe7,_0x37a2af._0x2b4108,0x361)]=function(_0x50fee9,_0x353936){return _0x50fee9!==_0x353936;},_0x1f9269[_0x252583(-_0x37a2af._0x1e093e,-0x33,-0x48,-_0x37a2af._0x5dcc21)]=_0x252583(-0x34,-0x30,-0x4d,-_0x37a2af._0x54e904),_0x1f9269[_0x252583(-0x1f,-_0x37a2af._0x5dcc21,-0x20,-_0x37a2af._0x1f7d7c)]='Failed\x20to\x20'+'delete\x20API'+_0x252583(-_0x37a2af._0x2fa2a4,-0x13,-_0x37a2af._0xce41ea,-0x42);const _0x49bed1=_0x1f9269;function _0x252583(_0x1d5eba,_0x313097,_0x3aa72d,_0x3c3e50){return _0x3f98ad(_0x1d5eba- -_0xbf3438._0x10d9b6,_0x313097-_0xbf3438._0x4a612b,_0x3aa72d,_0x3c3e50-0x13);}try{if(_0x49bed1[_0x4ddb89(0x367,_0x37a2af._0x344856,0x375,_0x37a2af._0x1b7c4a)](_0x49bed1[_0x252583(-0x13,-_0x37a2af._0x39c66c,-_0x37a2af._0x511023,-_0x37a2af._0x40f119)],'kYcWB')){const _0x186d33=_0x353323[_0x4ddb89(0x35e,_0x37a2af._0x154596,0x357,0x358)]['id'],_0x53fdcf=_0x353323[_0x252583(-_0x37a2af._0x5ca767,-_0x37a2af._0x1ecfd1,0x0,-_0x37a2af._0x1371c2)]['id'],_0xabd200=await deleteApiKey(_0x53fdcf,_0x186d33);if(!_0xabd200){const _0x1477ef={};return _0x1477ef[_0x4ddb89(_0x37a2af._0x32334f,_0x37a2af._0x377808,_0x37a2af._0x2ed382,0x334)]=_0x49bed1[_0x252583(-0xc,-0xb,-0x7,_0x37a2af._0x33d4f2)],_0x1477ef[_0x252583(-0x44,-_0x37a2af._0x15e4ff,-_0x37a2af._0x5c09a1,-0x53)]=_0x4ddb89(_0x37a2af._0x4e16a7,_0x37a2af._0x102ff3,0x328,_0x37a2af._0x5802da)+'ted\x20API\x20ke'+_0x252583(-_0x37a2af._0x58caca,-0xd,-0x14,_0x37a2af._0x3d8e20)+_0x4ddb89(_0x37a2af._0x321d87,0x343,0x34b,_0x37a2af._0x21998b)+_0x252583(-0x26,-0x15,-_0x37a2af._0x5126ca,-_0x37a2af._0x51e9f0)+_0x252583(-_0x37a2af._0x3625b3,_0x37a2af._0x1eac7a,-_0x37a2af._0x414efa,0x11)+'u',_0x3c8650[_0x252583(-_0x37a2af._0x4d99e8,-_0x37a2af._0x3534e5,-0x30,-0x41)](0xa90*-0x2+0x2*-0x108d+0x37ce)[_0x252583(-0x2d,-_0x37a2af._0xe02adc,-0x39,-0x10)](_0x1477ef);}const _0x182df0={};_0x182df0[_0x252583(-0x44,-0x5c,-0x5d,-_0x37a2af._0x5d6e0e)]=_0x252583(-_0x37a2af._0x33d4f2,-0x1e,-_0x37a2af._0x56efee,-_0x37a2af._0x5bf987)+_0x252583(-0x1d,-_0x37a2af._0x5dcc21,-_0x37a2af._0x3116ea,-0xe)+_0x252583(-0x5,_0x37a2af._0x3625b3,0x14,-0xc),_0x3c8650[_0x4ddb89(_0x37a2af._0x36806d,_0x37a2af._0x11024b,0x354,_0x37a2af._0x39028a)](_0x182df0);}else{_0x3aa049[_0x4ddb89(0x314,0x324,0x337,_0x37a2af._0x399d6a)](_0x49bed1[_0x4ddb89(0x350,0x382,_0x37a2af._0x518516,_0x37a2af._0x57808a)],_0x1caf8a);const _0xd82539={};_0xd82539[_0x4ddb89(_0x37a2af._0x508665,0x336,0x33f,0x334)]=_0x252583(-0x2c,-_0x37a2af._0x5abd9b,-_0x37a2af._0x2c780f,-0x1d)+_0x4ddb89(_0x37a2af._0x5832d6,0x35a,0x338,0x34e)+_0x252583(-0x22,-0x6,-_0x37a2af._0x5de64b,-_0x37a2af._0x295aaf),_0xd82539[_0x252583(-0x44,-_0x37a2af._0x598f83,-_0x37a2af._0x396eac,-0x23)]=_0x28b46d[_0x252583(-0x44,-_0x37a2af._0x236015,-_0x37a2af._0x162e07,-_0x37a2af._0x349993)],_0x36962e['status'](-0xe26+-0x20c2+0x30dc)[_0x252583(-0x2d,-0x14,-_0x37a2af._0x5dcc21,-_0x37a2af._0x33d4f2)](_0xd82539);}}catch(_0x326bbe){if(_0x49bed1[_0x252583(-0x10,-0x8,-_0x37a2af._0x1efd84,0x11)](_0x4ddb89(0x341,_0x37a2af._0x208a28,_0x37a2af._0x23f23e,0x33d),_0x49bed1['yeuvg'])){const _0x22fa4b={};return _0x22fa4b[_0x252583(-_0x37a2af._0x2ab237,-_0x37a2af._0x4b31f8,-0x48,-0x60)]=_0x4ddb89(0x31e,_0x37a2af._0xe85cdd,_0x37a2af._0x2fa1b7,0x332)+'me',_0x22fa4b[_0x252583(-0x44,-0x27,-_0x37a2af._0x40f119,-0x42)]=_0x49bed1[_0x252583(-_0x37a2af._0x536b5e,-_0x37a2af._0x339bd4,-0x23,0x3)],_0x3969e3[_0x252583(-_0x37a2af._0x4d99e8,-_0x37a2af._0x2a5bd2,-_0x37a2af._0x330c28,-_0x37a2af._0x1efd84)](0x1*0x1832+-0x42d+-0x1275)['json'](_0x22fa4b);}else{logger['error'](_0x49bed1[_0x252583(-0x1f,-_0x37a2af._0x26e1ed,-0x24,-0x3e)],_0x326bbe);const _0x1f8c4c={};_0x1f8c4c[_0x252583(-0x3d,-0x37,-_0x37a2af._0x357abf,-0x3f)]=_0x4ddb89(0x368,_0x37a2af._0x54384d,0x333,_0x37a2af._0xb9b111)+_0x252583(-0x35,-_0x37a2af._0x138992,-0x2f,-_0x37a2af._0x3bfe05)+_0x252583(-0x22,-_0x37a2af._0x1b97cc,-0x20,-0x30),_0x1f8c4c[_0x4ddb89(0x30a,_0x37a2af._0x95fe4c,_0x37a2af._0x7852d2,0x32d)]=_0x326bbe[_0x252583(-0x44,-_0x37a2af._0xd05213,-0x2f,-0x26)],_0x3c8650['status'](-0x5e1+-0xa97*0x1+0x126c)[_0x252583(-0x2d,-_0x37a2af._0x40c0b2,-_0x37a2af._0x3e4ba2,-0x48)](_0x1f8c4c);}}});export default router;