@profoundlogic/coderflow-server 0.2.6 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/api-keys.js +1 -1
  5. package/dist/lib/apiKeys.js +1 -1
  6. package/dist/lib/app-server-ports.js +1 -1
  7. package/dist/lib/auto-judge.js +1 -1
  8. package/dist/lib/basic-auth.js +1 -1
  9. package/dist/lib/build-history.js +1 -1
  10. package/dist/lib/build-output-service.js +1 -1
  11. package/dist/lib/build-scheduler.js +1 -1
  12. package/dist/lib/build-service.js +1 -1
  13. package/dist/lib/ca-certificates.js +1 -1
  14. package/dist/lib/claude-oauth-refresh.js +1 -1
  15. package/dist/lib/cli/build.js +1 -1
  16. package/dist/lib/cli/config-command.js +1 -1
  17. package/dist/lib/cli/config.js +1 -1
  18. package/dist/lib/cli/create-user.js +1 -1
  19. package/dist/lib/cli/init.js +1 -1
  20. package/dist/lib/cli/jira.js +1 -1
  21. package/dist/lib/cli/license.js +1 -1
  22. package/dist/lib/cli/server-manager.js +1 -1
  23. package/dist/lib/container-tokens.js +1 -1
  24. package/dist/lib/data-dir.js +1 -1
  25. package/dist/lib/deployment-history.js +1 -1
  26. package/dist/lib/deployment-service.js +1 -1
  27. package/dist/lib/docker-utils.js +1 -1
  28. package/dist/lib/email.js +1 -1
  29. package/dist/lib/emailTemplates.js +1 -1
  30. package/dist/lib/entitlement.js +1 -1
  31. package/dist/lib/fetch-utils.js +1 -1
  32. package/dist/lib/git-commit-details-route.js +1 -1
  33. package/dist/lib/git-history-diff-guardrails.js +1 -1
  34. package/dist/lib/git-provider-service.js +1 -1
  35. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  36. package/dist/lib/git-provider-setup/index.js +1 -1
  37. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  38. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  39. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  40. package/dist/lib/git-providers/github-app-provider.js +1 -1
  41. package/dist/lib/git-providers/index.js +1 -1
  42. package/dist/lib/git-providers/provider-factory.js +1 -1
  43. package/dist/lib/git-providers/provider-interface.js +1 -1
  44. package/dist/lib/github-urls.js +1 -1
  45. package/dist/lib/group-objective-linking.js +1 -1
  46. package/dist/lib/jira-client.js +1 -1
  47. package/dist/lib/judge-blinding.js +1 -1
  48. package/dist/lib/logger.js +1 -1
  49. package/dist/lib/model-fetcher.js +1 -1
  50. package/dist/lib/notifications.js +1 -1
  51. package/dist/lib/oidc-auth.js +1 -1
  52. package/dist/lib/oidc-device-flow.js +1 -1
  53. package/dist/lib/passwordTokens.js +1 -1
  54. package/dist/lib/pin-cascade.js +1 -1
  55. package/dist/lib/provider-accounts.js +1 -1
  56. package/dist/lib/provider-oauth.js +1 -1
  57. package/dist/lib/provider-profile.js +1 -1
  58. package/dist/lib/provider-token-refresh.js +1 -1
  59. package/dist/lib/request-url.js +1 -1
  60. package/dist/lib/rewind.js +1 -1
  61. package/dist/lib/roles.js +1 -1
  62. package/dist/lib/secrets.js +1 -1
  63. package/dist/lib/setup-repo-git-auth.js +1 -1
  64. package/dist/lib/state-capture.js +1 -1
  65. package/dist/lib/static-files.js +1 -1
  66. package/dist/lib/task-name-generator.js +1 -1
  67. package/dist/lib/user-git-oauth.js +1 -1
  68. package/dist/lib/user-git-tokens.js +1 -1
  69. package/dist/lib/users.js +1 -1
  70. package/dist/middleware/requireAuth.js +1 -1
  71. package/dist/middleware/requireInit.js +1 -1
  72. package/dist/middleware/requirePermission.js +1 -1
  73. package/dist/package.json +1 -1
  74. package/dist/routes/apiKeys.js +1 -1
  75. package/dist/routes/auth-oidc.js +1 -1
  76. package/dist/routes/auth.js +1 -1
  77. package/dist/routes/build.js +1 -1
  78. package/dist/routes/containers.js +1 -1
  79. package/dist/routes/deploy-task.js +1 -1
  80. package/dist/routes/environment-management.js +1 -1
  81. package/dist/routes/environments.js +1 -1
  82. package/dist/routes/external-skills.js +1 -1
  83. package/dist/routes/git-credentials.js +1 -1
  84. package/dist/routes/git-oauth.js +1 -1
  85. package/dist/routes/git-provider-setup.js +1 -1
  86. package/dist/routes/health.js +1 -1
  87. package/dist/routes/jira.js +1 -1
  88. package/dist/routes/objective-management.js +1 -1
  89. package/dist/routes/password.js +1 -1
  90. package/dist/routes/prompt.js +1 -1
  91. package/dist/routes/provider-auth.js +1 -1
  92. package/dist/routes/qa.js +1 -1
  93. package/dist/routes/settings.js +1 -1
  94. package/dist/routes/skill-management.js +1 -1
  95. package/dist/routes/skills.js +1 -1
  96. package/dist/routes/tasks.js +1 -1
  97. package/dist/routes/templates.js +1 -1
  98. package/dist/routes/test-task.js +1 -1
  99. package/dist/routes/test.js +1 -1
  100. package/dist/routes/users.js +1 -1
  101. package/dist/routes/visualizations.js +1 -1
  102. package/dist/scripts/create-user.js +1 -1
  103. package/dist/start.js +1 -1
  104. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  105. package/dist/web-ui/public/activity-feed.js +1 -1
  106. package/dist/web-ui/public/activity-formatters.js +1 -1
  107. package/dist/web-ui/public/agent-event-parser.js +1 -1
  108. package/dist/web-ui/public/app.js +1 -1
  109. package/dist/web-ui/public/approve-dialog.js +1 -1
  110. package/dist/web-ui/public/comments-widget.js +1 -1
  111. package/dist/web-ui/public/diff-utils.js +1 -1
  112. package/dist/web-ui/public/environments.js +1 -1
  113. package/dist/web-ui/public/feedback-widget.css +28 -0
  114. package/dist/web-ui/public/feedback-widget.js +1 -1
  115. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  116. package/dist/web-ui/public/git-history.js +1 -1
  117. package/dist/web-ui/public/git-status.js +1 -1
  118. package/dist/web-ui/public/index.js +1 -1
  119. package/dist/web-ui/public/login.js +1 -1
  120. package/dist/web-ui/public/markdown-editor.js +1 -1
  121. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  122. package/dist/web-ui/public/modal-maximize.js +1 -1
  123. package/dist/web-ui/public/notifications.js +1 -1
  124. package/dist/web-ui/public/server-health.js +1 -1
  125. package/dist/web-ui/public/settings.css +134 -44
  126. package/dist/web-ui/public/settings.html +152 -246
  127. package/dist/web-ui/public/settings.js +1 -1
  128. package/dist/web-ui/public/setup-password.js +1 -1
  129. package/dist/web-ui/public/skills.js +1 -1
  130. package/dist/web-ui/public/sse-client.js +1 -1
  131. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  132. package/dist/web-ui/public/styles.css +9 -0
  133. package/dist/web-ui/public/task.js +1 -1
  134. package/dist/web-ui/public/terminal.js +1 -1
  135. package/dist/web-ui/public/theme.js +1 -1
  136. package/dist/web-ui/public/users.js +1 -1
  137. package/dist/web-ui/public/variant-grouping.js +1 -1
  138. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x17236d,_0x2e0cca){const _0x149ebc={_0x4075a8:0x3e2,_0x3d49e6:0x3ba,_0x25c0a6:0x39b,_0x3a6ff:0x236,_0x2c1991:0x255,_0x1bedf1:0x3e1,_0xae78b7:0x269,_0x552ba6:0x28f,_0x2c7920:0x248,_0x514d40:0x254,_0x5ebab4:0x243,_0x54d84c:0x285,_0x1ea50e:0x27d,_0x3e1675:0x264,_0x1c5536:0x247,_0x3264ae:0x3d9,_0x35dda6:0x3b1,_0x32455c:0x38c,_0x578b86:0x391,_0x253dd2:0x377,_0x46b6b8:0x24d,_0x4bdc95:0x249,_0x57b959:0x28e,_0x5b9f58:0x29d,_0x26399b:0x275,_0x5ca1a1:0x292},_0x463c08={_0x267de8:0x2a9},_0x3cb7fd={_0x34198d:0x36c};function _0x238b79(_0x97833e,_0x9e26c4,_0x15f77f,_0x8a9729){return _0x2f11(_0x8a9729- -_0x3cb7fd._0x34198d,_0x15f77f);}function _0x56df9e(_0x586a85,_0x3ebb81,_0x458065,_0x567d15){return _0x2f11(_0x458065-_0x463c08._0x267de8,_0x3ebb81);}const _0x21181c=_0x17236d();while(!![]){try{const _0x3358e6=-parseInt(_0x56df9e(0x3d2,_0x149ebc._0x4075a8,_0x149ebc._0x3d49e6,_0x149ebc._0x25c0a6))/(0x1*0x1b65+-0xeec+-0xc78)+-parseInt(_0x238b79(-_0x149ebc._0x3a6ff,-0x230,-0x22e,-_0x149ebc._0x2c1991))/(0x237c+0x7d*0x45+-0x452b)*(-parseInt(_0x56df9e(_0x149ebc._0x1bedf1,0x39a,0x3bb,0x3b9))/(-0x1*-0x139f+0x1*0xe4+-0x1480))+parseInt(_0x238b79(-0x2aa,-_0x149ebc._0xae78b7,-0x28f,-_0x149ebc._0x552ba6))/(-0x24d0+-0x4*-0x7a9+0x630)*(parseInt(_0x238b79(-_0x149ebc._0x2c7920,-_0x149ebc._0x514d40,-_0x149ebc._0x5ebab4,-0x267))/(0x768+-0x1084+0x921))+-parseInt(_0x238b79(-0x291,-_0x149ebc._0x54d84c,-0x267,-_0x149ebc._0x1ea50e))/(-0x23cf+0x15e8*-0x1+-0x133f*-0x3)*(-parseInt(_0x238b79(-_0x149ebc._0x3e1675,-0x233,-0x263,-_0x149ebc._0x1c5536))/(-0x1f55+-0x1*0x1bcb+0x3b27))+-parseInt(_0x56df9e(_0x149ebc._0x3264ae,0x396,_0x149ebc._0x35dda6,0x3b2))/(-0x15fe+-0xb97+0x219d)*(parseInt(_0x56df9e(_0x149ebc._0x32455c,_0x149ebc._0x35dda6,_0x149ebc._0x578b86,_0x149ebc._0x253dd2))/(0x1*-0xc2b+0x962+0x13*0x26))+-parseInt(_0x238b79(-_0x149ebc._0x46b6b8,-0x23f,-0x256,-_0x149ebc._0x4bdc95))/(-0x101a+0x4bb*0x1+0xb69)+parseInt(_0x238b79(-_0x149ebc._0x57b959,-_0x149ebc._0x5b9f58,-_0x149ebc._0x26399b,-_0x149ebc._0x5ca1a1))/(0x6*-0x3ce+0x3*0x869+-0x97*0x4);if(_0x3358e6===_0x2e0cca)break;else _0x21181c['push'](_0x21181c['shift']());}catch(_0x18c96b){_0x21181c['push'](_0x21181c['shift']());}}}(_0x2e53,0x38f3e*-0x1+0x5771e+0xf407));import{promises as _0x2c11ea}from'fs';import _0x20939a from'path';import _0x1206d6 from'crypto';import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x20939a['dirname'](__filename),TOKENS_FILE=_0x20939a[_0x38f71a(0x3f4,0x403,0x400,0x3f2)](DATA_DIR,_0x38f71a(0x3df,0x3e1,0x402,0x400)+_0x38f71a(0x410,0x3ea,0x40c,0x40b)),TOKEN_EXPIRY_MS=(0x1a39+-0x170*0x5+-0x1302)*(-0x823+-0xbf9*0x1+0x1434)*(-0x4*-0x1d+0x239f+-0x23d7)*(-0xb*-0x38d+0x4*-0x7d8+-0x773)*(-0x24a5+0x1a44*-0x1+0x37*0x137);let tokensCache=null,lastLoadTime=0x1063+-0x20*0x55+0x5c3*-0x1;const CACHE_TTL=0x416+0x1b54+0x1*-0x1b82;function _0x38f71a(_0x2f5f3f,_0x1653e0,_0x432b2a,_0x5e0860){const _0x27dc3a={_0x35ed0e:0x30f};return _0x2f11(_0x5e0860-_0x27dc3a._0x35ed0e,_0x432b2a);}async function loadTokens(){const _0x4ac8ee={_0x43ee5c:0x236,_0x7a071e:0x221,_0xefedbd:0x215,_0x4beb8f:0x305,_0x4fecad:0x2e0,_0x5d0529:0x308,_0x4083f6:0x207,_0x502960:0x31b,_0x2841ae:0x2db,_0x41b4f0:0x223,_0x5bc3bb:0x215,_0x1f4f0d:0x262,_0x5c5612:0x242,_0x42af01:0x2e4,_0x4fbdb8:0x208,_0x24a2d0:0x22a,_0x1b6ce1:0x221,_0x2838a9:0x211,_0x1fff91:0x22b,_0x58685f:0x248},_0x17d48={_0x459952:0x116,_0x42be53:0x15},_0x442213={_0x5d028a:0x142},_0x20acd5={'IZmmM':function(_0xff5b9a,_0x50de5a){return _0xff5b9a<_0x50de5a;},'NtrXG':function(_0x4f96f8,_0x16d6db){return _0x4f96f8-_0x16d6db;},'jgnGX':function(_0x325659,_0x2a94e3){return _0x325659!==_0x2a94e3;},'kxMGf':_0x4f29f5(0x201,_0x4ac8ee._0x43ee5c,0x215,0x212),'dIxlx':_0x4f29f5(0x231,0x230,_0x4ac8ee._0x7a071e,_0x4ac8ee._0xefedbd),'QCCsa':function(_0x2f0429,_0x4f087b){return _0x2f0429===_0x4f087b;},'FHwJG':_0x418ac6(0x325,0x308,0x322,0x335),'DWVIB':function(_0x5d0ca7,_0x1add2b){return _0x5d0ca7(_0x1add2b);}},_0x142878=Date[_0x418ac6(_0x4ac8ee._0x4beb8f,_0x4ac8ee._0x4fecad,_0x4ac8ee._0x5d0529,0x32d)]();function _0x4f29f5(_0x46bfc4,_0x14acf1,_0x11fdfa,_0x3529ed){return _0xdba501(_0x46bfc4-0x154,_0x14acf1-_0x442213._0x5d028a,_0x3529ed,_0x11fdfa- -0x265);}function _0x418ac6(_0x598e59,_0x401b30,_0x44c9b8,_0x2662d7){return _0xdba501(_0x598e59-_0x17d48._0x459952,_0x401b30-_0x17d48._0x42be53,_0x2662d7,_0x44c9b8- -0x18f);}if(tokensCache&&_0x20acd5[_0x4f29f5(0x1e5,0x20f,_0x4ac8ee._0x4083f6,0x20e)](_0x20acd5[_0x418ac6(0x327,0x2f6,_0x4ac8ee._0x502960,0x32c)](_0x142878,lastLoadTime),CACHE_TTL))return tokensCache;try{if(_0x20acd5[_0x418ac6(0x310,0x317,0x302,_0x4ac8ee._0x2841ae)](_0x4f29f5(0x200,_0x4ac8ee._0x41b4f0,_0x4ac8ee._0x5bc3bb,0x203),_0x20acd5['kxMGf']))return!![];else{const _0x3fe95c=await _0x2c11ea['readFile'](TOKENS_FILE,_0x20acd5[_0x4f29f5(_0x4ac8ee._0x1f4f0d,0x228,_0x4ac8ee._0x5c5612,0x231)]);return tokensCache=JSON[_0x418ac6(0x2dd,0x2e0,0x2e2,_0x4ac8ee._0x42af01)](_0x3fe95c),lastLoadTime=_0x142878,tokensCache;}}catch(_0x15ac85){if(_0x20acd5[_0x4f29f5(_0x4ac8ee._0x4fbdb8,0x1f7,0x21a,0x22f)](_0x15ac85[_0x4f29f5(_0x4ac8ee._0x24a2d0,_0x4ac8ee._0x1b6ce1,0x227,0x239)],_0x20acd5[_0x4f29f5(_0x4ac8ee._0x2838a9,0x239,0x21e,0x21d)])){const _0x31d1c5={};_0x31d1c5[_0x4f29f5(0x21d,_0x4ac8ee._0x1fff91,0x225,_0x4ac8ee._0x58685f)]=[];const _0x46fbbc=_0x31d1c5;return await _0x20acd5['DWVIB'](saveTokens,_0x46fbbc),tokensCache=_0x46fbbc,lastLoadTime=_0x142878,_0x46fbbc;}throw _0x15ac85;}}async function saveTokens(_0x2d46dd){const _0x2bf070={_0x41bc60:0xd4,_0x58916d:0xc7},_0x3744b8={_0x2a48e3:0x114,_0x205dbe:0x1dd},_0x57f126={_0x396dc5:0xfb},_0x19817a={};_0x19817a['recursive']=!![];function _0x45765c(_0x880394,_0xa696bd,_0x2eeb5e,_0x5e8d95){return _0xdba501(_0x880394-0x90,_0xa696bd-_0x57f126._0x396dc5,_0x880394,_0x5e8d95- -0x4af);}await _0x2c11ea[_0x5136bb(-0xdf,-0xe0,-0xba,-0xe2)](DATA_DIR,_0x19817a);function _0x5136bb(_0x2e753b,_0x335dab,_0x28ac40,_0x500fd1){return _0x38f71a(_0x2e753b-_0x3744b8._0x2a48e3,_0x335dab-_0x3744b8._0x205dbe,_0x2e753b,_0x28ac40- -0x4c1);}await _0x2c11ea[_0x5136bb(-0xda,-_0x2bf070._0x41bc60,-0xc6,-0xc8)](TOKENS_FILE,JSON['stringify'](_0x2d46dd,null,-0x1d*0x4+0x496+-0x420)),tokensCache=_0x2d46dd,lastLoadTime=Date[_0x5136bb(-_0x2bf070._0x58916d,-0x9e,-0xac,-0xb5)]();}function generateToken(){const _0x56de81={_0x58e63a:0x10,_0x2d755d:0x80,_0x2f3e58:0x83,_0x105a73:0x13,_0x1151c5:0x65,_0x1e6506:0x75,_0x2c181d:0x24,_0x1650e8:0xb,_0x1e59c4:0x9,_0x13bd6b:0x6,_0x32094a:0x85,_0x28520f:0x66,_0xba8e9:0x44,_0x240c1a:0x4d,_0x5d3bfc:0x4b},_0x3d6b95={_0x3cf483:0x49f},_0x145fb9={_0x25eecb:0x107},_0xd31dc8={};_0xd31dc8[_0x5671f1(_0x56de81._0x58e63a,0x13,-0x1,-0xc)]=function(_0x3fdcac,_0x48dbbb){return _0x3fdcac+_0x48dbbb;};function _0x14edab(_0xae3b9b,_0x5a89dd,_0x2dcbd5,_0x2d031c){return _0xdba501(_0xae3b9b-_0x145fb9._0x25eecb,_0x5a89dd-0x58,_0x5a89dd,_0x2d031c- -0x500);}_0xd31dc8['jmohI']=_0x14edab(-_0x56de81._0x2d755d,-0xa0,-_0x56de81._0x2f3e58,-0x82);function _0x5671f1(_0x48af77,_0x40e1d8,_0x8ec122,_0x18efcb){return _0xdba501(_0x48af77-0x55,_0x40e1d8-0x66,_0x8ec122,_0x18efcb- -_0x3d6b95._0x3cf483);}_0xd31dc8[_0x5671f1(0x8,0x20,-_0x56de81._0x58e63a,_0x56de81._0x105a73)]=_0x14edab(-0x60,-_0x56de81._0x1151c5,-_0x56de81._0x1e6506,-0x63);const _0x566b3c=_0xd31dc8,_0x374bdd=_0x1206d6[_0x5671f1(_0x56de81._0x2c181d,-_0x56de81._0x1650e8,_0x56de81._0x1e59c4,_0x56de81._0x13bd6b)+'s'](-0x1029+-0x11d2+0x221b*0x1);return _0x566b3c[_0x14edab(-0x95,-_0x56de81._0x32094a,-0x48,-0x6d)](_0x566b3c[_0x14edab(-_0x56de81._0x28520f,-_0x56de81._0xba8e9,-0x5f,-_0x56de81._0x240c1a)],_0x374bdd[_0x14edab(-_0x56de81._0x5d3bfc,-0x6f,-0x80,-0x68)](_0x566b3c[_0x5671f1(-0xa,0x2a,-0x15,0x13)]));}function generateTokenId(){const _0x3cb5d0={_0x3eb1d2:0x3d3,_0x5b96c5:0x3db,_0x568778:0x3f1,_0x234d8b:0x3da,_0x18f034:0x3cf,_0x5777c9:0x3b0,_0x47d074:0x2a2,_0x317219:0x2b1,_0x48e8ee:0x271,_0x41a0a7:0x402,_0x310a6f:0x3f2,_0x3613bf:0x3eb},_0x190438={_0x49261b:0x44},_0x5c6a49={_0x22c192:0x4e,_0x10e2b1:0xde,_0x48d068:0x18a},_0x4f08bd=Date[_0x15c072(0x3bf,0x3d1,_0x3cb5d0._0x3eb1d2,0x3df)](),_0x40e4be=Math[_0x15c072(_0x3cb5d0._0x5b96c5,_0x3cb5d0._0x568778,0x3d2,0x3e3)]()[_0x15c072(_0x3cb5d0._0x234d8b,0x3d2,_0x3cb5d0._0x18f034,_0x3cb5d0._0x5777c9)](-0x3d*0x77+-0xbbe+-0x283d*-0x1)[_0x56ae4d(_0x3cb5d0._0x47d074,0x298,_0x3cb5d0._0x317219,_0x3cb5d0._0x48e8ee)](-0x15a0+0x1*-0x17b3+0x2d55,0xce1*-0x3+0x233f+0x1*0x373);function _0x56ae4d(_0x13dd79,_0x3ea2dd,_0x3811d6,_0x28ba34){return _0x38f71a(_0x13dd79-_0x5c6a49._0x22c192,_0x3ea2dd-_0x5c6a49._0x10e2b1,_0x3811d6,_0x3ea2dd- -_0x5c6a49._0x48d068);}function _0x15c072(_0x7160b1,_0x2ff11f,_0x238d8d,_0x1f88cc){return _0x38f71a(_0x7160b1-0x65,_0x2ff11f-0x91,_0x1f88cc,_0x2ff11f- -_0x190438._0x49261b);}return _0x15c072(_0x3cb5d0._0x41a0a7,_0x3cb5d0._0x310a6f,_0x3cb5d0._0x3613bf,0x3fe)+_0x4f08bd+'_'+_0x40e4be;}function _0x2e53(){const _0x3bd88f=['y29Kzq','B2TLBNmUANnVBG','BwfW','B214rLy','qNbou0W','AMDUr1G','sK9JCfK','qNDhANm','y3jLyxrLzf9HDa','zMLUza','mJyYmJy1AwndCerK','BM93','Dg9tDhjPBMC','mJm5nty0ogr1vvfdyq','ChvZAa','B1HcuK0','C2jRsuO','Agv4','yKr5uM8','zMLSDgvY','z2PYuKW','rNrpwLO','mtK3mZq1zeLnCuz3','m2TqrxjzEG','C3vIC3rYAw5N','CMfUzg9TqNL0zq','s1LRseW','zeL4BhG','mJCWnZa2r25OD0HQ','vhH3Cha','tNrYweC','EvDtzwG','DxnLzf9HDa','Dg9Rzw4','C3bSAwnL','B2LXsLC','DhLWzq','ru5pru5u','vMDYCLG','AM1VAeK','mJi1mZmXmezdD3H3qq','yMXOtMW','mta0mJnfAMT5Au8','CMfUzg9T','Dg9Rzw5F','B0TRwMW','wMDjAhe','ntiZnZu5nwrmuKnODq','svPTBu0','D3fXB0G','mJbiAMXnq3a','AfbwEum','C1DPu1y','CgfYC2u','C05RvMq','DxnLza','AM9PBG','r0vQrMO','BgvUz3rO','DgjLtgu','ANLitw8','ou9qDu9ouG','D1j6rKS','AwvVDKe','vNzZzvq','D3jPDgvgAwXL','ChrF','uundC2e','mtq0A29zAMPJ','ug5pv1y','CgfZC3DVCMqTDa','rKH3sKC','Dg9ju09tDhjPBG','zxHWAxjLC19HDa','DxrMoa','C2v0Dxa','zMLUzeLUzgv4','BwTKAxi','Dg9Rzw5Z','Au12EgK'];_0x2e53=function(){return _0x3bd88f;};return _0x2e53();}async function createPasswordToken(_0x5ba5f8,_0x458664=_0x38f71a(0x407,0x403,0x3e4,0x405)){const _0x53c9e2={_0x558aa0:0x46b,_0x4a5382:0x46c,_0x28bebb:0x450,_0x248479:0x379,_0xe2b93c:0x390,_0x44d654:0x391,_0x472e25:0x450,_0x30bf73:0x44b,_0x388054:0x46a,_0x2aeda6:0x429,_0x36ecaf:0x36e,_0x3cbc92:0x379,_0x4eca1e:0x380,_0x67c193:0x379,_0x505ec6:0x39b,_0x36b5b7:0x472,_0x5f279f:0x449,_0x5a6daa:0x486,_0x288435:0x450},_0x115bb0={_0x216157:0x89},_0x41916d={'sWiSV':function(_0x4676cd){return _0x4676cd();},'oXBRM':function(_0x28dc93,_0xd6257c){return _0x28dc93+_0xd6257c;},'ebAuF':function(_0x844617,_0x1169a6){return _0x844617(_0x1169a6);}},_0xa857a3=await _0x41916d[_0xb311a5(_0x53c9e2._0x558aa0,0x44b,_0x53c9e2._0x4a5382,_0x53c9e2._0x28bebb)](loadTokens),_0x4ff594=new Date(),_0xc028b7=new Date(_0x41916d[_0x3a962e(0x380,_0x53c9e2._0x248479,_0x53c9e2._0xe2b93c,_0x53c9e2._0x44d654)](_0x4ff594['getTime'](),TOKEN_EXPIRY_MS)),_0x3b95de={'id':_0x41916d[_0xb311a5(_0x53c9e2._0x472e25,_0x53c9e2._0x30bf73,_0x53c9e2._0x388054,0x443)](generateTokenId),'token':_0x41916d[_0xb311a5(0x445,0x44b,_0x53c9e2._0x2aeda6,0x42e)](generateToken),'userId':_0x5ba5f8,'type':_0x458664,'created_at':_0x4ff594[_0x3a962e(_0x53c9e2._0x36ecaf,0x359,_0x53c9e2._0x3cbc92,_0x53c9e2._0x4eca1e)+'g'](),'expires_at':_0xc028b7[_0x3a962e(0x362,0x378,_0x53c9e2._0x67c193,_0x53c9e2._0x505ec6)+'g'](),'used':![],'used_at':null};function _0xb311a5(_0xe6944f,_0x5ab681,_0xca97bc,_0x70db7f){return _0xdba501(_0xe6944f-0xf1,_0x5ab681-0x18c,_0x70db7f,_0x5ab681- -0x25);}_0xa857a3[_0xb311a5(_0x53c9e2._0x36b5b7,0x465,_0x53c9e2._0x5f279f,0x47e)][_0xb311a5(_0x53c9e2._0x5a6daa,0x475,_0x53c9e2._0x288435,0x47f)](_0x3b95de);function _0x3a962e(_0x310b07,_0x137c16,_0x1bd398,_0x510b95){return _0x38f71a(_0x310b07-0x1dc,_0x137c16-0x110,_0x510b95,_0x1bd398- -_0x115bb0._0x216157);}return await _0x41916d['ebAuF'](saveTokens,_0xa857a3),_0x3b95de;}async function validateToken(_0x24dc84){const _0x180a38={_0x3dd6db:0x4c1,_0x58c59c:0x4bd,_0x515846:0x187,_0x2fcded:0x173,_0x568b78:0x143,_0x5982af:0x168,_0x4eb1a8:0x49f,_0x1206ab:0x4c3,_0x49d188:0x47f,_0x576420:0x479,_0x248cf2:0x4c1,_0x5b5390:0x154,_0x3172c4:0x136,_0x490d59:0x135,_0x1b2d69:0x182,_0x3ddd73:0x179,_0x43c3ed:0x16d,_0x10d409:0x166,_0x14d936:0x179,_0x459f5c:0x178,_0x313e5c:0x184,_0x30b60a:0x18d,_0x24f898:0x149,_0x3b0cfa:0x142,_0x2d4cb4:0x47d,_0x13e0d1:0x46e,_0x1fe873:0x460,_0x194dab:0x464},_0x40a75c={_0x2345da:0x4e};function _0x3330fa(_0x24998c,_0x2fb4a8,_0x49523a,_0x4b887f){return _0x38f71a(_0x24998c-0x1c1,_0x2fb4a8-_0x40a75c._0x2345da,_0x49523a,_0x2fb4a8- -0x2a9);}const _0x1ef20e={'bDyRo':function(_0x17101c){return _0x17101c();},'KYkHL':function(_0x5e0053,_0x277a2b){return _0x5e0053===_0x277a2b;},'hPVyC':_0x2dfa56(_0x180a38._0x3dd6db,0x4cd,_0x180a38._0x58c59c,0x4a9),'ieovA':'YPkjP'},_0x1224d6=await _0x1ef20e[_0x3330fa(_0x180a38._0x515846,_0x180a38._0x2fcded,0x19b,0x169)](loadTokens),_0x3a69d8=_0x1224d6[_0x3330fa(_0x180a38._0x568b78,0x15f,0x16e,_0x180a38._0x5982af)][_0x2dfa56(0x4a1,0x486,_0x180a38._0x4eb1a8,_0x180a38._0x1206ab)](_0xedca29=>_0xedca29[_0x2dfa56(0x4b9,0x4b7,0x4b6,0x4a8)]===_0x24dc84);if(!_0x3a69d8)return null;if(_0x3a69d8[_0x2dfa56(_0x180a38._0x49d188,_0x180a38._0x576420,0x491,0x492)]){if(_0x1ef20e[_0x2dfa56(0x4b2,_0x180a38._0x248cf2,0x4d9,0x48d)](_0x1ef20e[_0x3330fa(_0x180a38._0x5b5390,0x144,_0x180a38._0x3172c4,_0x180a38._0x490d59)],_0x1ef20e['hPVyC']))return null;else{const _0x5c4ec5=_0x172cbb['now'](),_0x1301eb=_0x337c99[_0x3330fa(_0x180a38._0x1b2d69,0x18c,0x1ac,_0x180a38._0x3ddd73)]()[_0x3330fa(0x16b,_0x180a38._0x43c3ed,_0x180a38._0x10d409,0x18a)](-0x1e9*-0xc+-0xff3*-0x2+0x2*-0x1b57)[_0x3330fa(0x19f,_0x180a38._0x14d936,_0x180a38._0x459f5c,_0x180a38._0x313e5c)](0x97*0x22+-0x17f8+0x3ec,0x5*-0x6ab+0x2eb*-0xd+0x17c7*0x3);return _0x3330fa(0x18d,_0x180a38._0x30b60a,0x1b1,0x196)+_0x5c4ec5+'_'+_0x1301eb;}}function _0x2dfa56(_0x1ef3ba,_0xee73f2,_0x5c623a,_0x55a2ef){return _0x38f71a(_0x1ef3ba-0x114,_0xee73f2-0x8f,_0x5c623a,_0x1ef3ba-0x8e);}const _0xe11bb6=new Date(),_0x2ef2d3=new Date(_0x3a69d8[_0x3330fa(_0x180a38._0x24f898,0x15a,_0x180a38._0x3b0cfa,0x17e)]);if(_0xe11bb6>_0x2ef2d3)return _0x1ef20e['KYkHL'](_0x1ef20e[_0x2dfa56(0x487,_0x180a38._0x2d4cb4,0x46a,_0x180a38._0x13e0d1)],_0x1ef20e[_0x2dfa56(0x487,_0x180a38._0x1fe873,0x484,_0x180a38._0x194dab)])?null:null;return _0x3a69d8;}function _0x2f11(_0x1a5eef,_0x3d11e4){_0x1a5eef=_0x1a5eef-(0x20ed+-0x236d+0x359);const _0x59ede1=_0x2e53();let _0x1e0b7c=_0x59ede1[_0x1a5eef];if(_0x2f11['mkGkJi']===undefined){var _0x511f4a=function(_0x207ea1){const _0x132964='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3f5602='',_0x41125d='';for(let _0x535d72=0x1aab+-0xc82+-0xe29,_0x2a428b,_0x28d660,_0x1b8e45=0x2b*0x6a+-0x3*0x6fa+0x320;_0x28d660=_0x207ea1['charAt'](_0x1b8e45++);~_0x28d660&&(_0x2a428b=_0x535d72%(0x1*-0x1416+0x1*0x31d+-0x10fd*-0x1)?_0x2a428b*(0x21ef+-0x2*-0x76+-0x229b)+_0x28d660:_0x28d660,_0x535d72++%(0x251*0xb+0x39e*-0x1+-0x31f*0x7))?_0x3f5602+=String['fromCharCode'](-0x9*-0x3f0+-0x1*0x395+0x32*-0x9e&_0x2a428b>>(-(-0x3d6+0x792+-0x3ba)*_0x535d72&-0x1444*0x1+-0x2610+0x7*0x856)):-0x242f+-0x9d*0x24+0x3a43){_0x28d660=_0x132964['indexOf'](_0x28d660);}for(let _0x1bf1f4=0x795*-0x1+-0xca*-0x28+-0x17fb,_0x488852=_0x3f5602['length'];_0x1bf1f4<_0x488852;_0x1bf1f4++){_0x41125d+='%'+('00'+_0x3f5602['charCodeAt'](_0x1bf1f4)['toString'](0x1*0x176f+0x2*-0x9a2+-0x41b))['slice'](-(-0xbff*0x2+-0x1ef6+0x36f6));}return decodeURIComponent(_0x41125d);};_0x2f11['ALpAoX']=_0x511f4a,_0x2f11['hqnjqB']={},_0x2f11['mkGkJi']=!![];}const _0x1e877b=_0x59ede1[-0x3*0x49a+0xe85+-0xb7],_0x2e0350=_0x1a5eef+_0x1e877b,_0x2222e5=_0x2f11['hqnjqB'][_0x2e0350];return!_0x2222e5?(_0x1e0b7c=_0x2f11['ALpAoX'](_0x1e0b7c),_0x2f11['hqnjqB'][_0x2e0350]=_0x1e0b7c):_0x1e0b7c=_0x2222e5,_0x1e0b7c;}async function markTokenAsUsed(_0x17432a){const _0x2e3cd1={_0x5c1dbc:0x383,_0x376478:0x368,_0x22f121:0x396,_0x30327d:0x373,_0x10ce96:0x342,_0x170b24:0x346,_0x184bd3:0x370,_0x154a82:0x351,_0xda25ec:0x15c},_0x4a9cc7={_0x49b0e0:0x109,_0x5134ae:0x5bf},_0x185004={_0x4feeb5:0x182,_0x263f72:0x1bf},_0x1ee49f=await loadTokens();function _0x1aaa5d(_0x4f6dc8,_0x11aa44,_0x1b7660,_0x39328b){return _0xdba501(_0x4f6dc8-_0x185004._0x4feeb5,_0x11aa44-_0x185004._0x263f72,_0x11aa44,_0x39328b- -0x122);}const _0x1d5c61=_0x1ee49f[_0x1aaa5d(0x34e,0x34a,_0x2e3cd1._0x5c1dbc,_0x2e3cd1._0x376478)][_0x1aaa5d(0x38f,0x358,_0x2e3cd1._0x22f121,_0x2e3cd1._0x30327d)](_0x1a69d0=>_0x1a69d0[_0x569c98(-0x112,-0x10d,-0x133,-0x111)]===_0x17432a);if(!_0x1d5c61)return![];_0x1d5c61[_0x1aaa5d(_0x2e3cd1._0x10ce96,_0x2e3cd1._0x170b24,_0x2e3cd1._0x184bd3,_0x2e3cd1._0x154a82)]=!![];function _0x569c98(_0x2c6231,_0x1b654b,_0x4e7106,_0x9c0049){return _0xdba501(_0x2c6231-_0x4a9cc7._0x49b0e0,_0x1b654b-0x52,_0x1b654b,_0x2c6231- -_0x4a9cc7._0x5134ae);}return _0x1d5c61['used_at']=new Date()[_0x569c98(-0x13b,-0x149,-_0x2e3cd1._0xda25ec,-0x11c)+'g'](),await saveTokens(_0x1ee49f),!![];}async function getUserTokens(_0x418b1b){const _0x6d4d3f={_0x36f4ef:0x2bf,_0x53f32b:0x2a6,_0x581bcd:0x2c0,_0x43b44b:0x19b,_0x5b9035:0x2c6,_0x176bcb:0x2ad,_0x82ebf9:0x2b7},_0x354344={_0x40d378:0x193,_0x476974:0x13d,_0x264cd1:0x1c8},_0x30df8a={_0x306768:0xe,_0x50e925:0x2f4};function _0x2f71cc(_0x2123df,_0x2e4845,_0x4b0676,_0x2d1c2c){return _0xdba501(_0x2123df-_0x30df8a._0x306768,_0x2e4845-0x15e,_0x2e4845,_0x2123df- -_0x30df8a._0x50e925);}const _0x220a4b={'VvseT':function(_0x46d746){return _0x46d746();}};function _0x274615(_0xb5b8ec,_0x14df9f,_0x4b79dc,_0x55c9d1){return _0xdba501(_0xb5b8ec-_0x354344._0x40d378,_0x14df9f-_0x354344._0x476974,_0x4b79dc,_0x14df9f- -_0x354344._0x264cd1);}const _0x42cb73=await _0x220a4b[_0x274615(_0x6d4d3f._0x36f4ef,0x2b4,_0x6d4d3f._0x53f32b,_0x6d4d3f._0x581bcd)](loadTokens);return _0x42cb73[_0x2f71cc(0x196,0x184,_0x6d4d3f._0x43b44b,0x170)][_0x274615(0x2fb,0x2d7,0x2eb,0x2b3)](_0x3bc923=>_0x3bc923['userId']===_0x418b1b)[_0x274615(0x2c9,_0x6d4d3f._0x5b9035,_0x6d4d3f._0x176bcb,_0x6d4d3f._0x82ebf9)](_0x24821a=>({'id':_0x24821a['id'],'type':_0x24821a[_0x274615(0x30b,0x2e8,0x2e2,0x302)],'created_at':_0x24821a[_0x2f71cc(0x1a0,0x1c2,0x1a7,0x17a)],'expires_at':_0x24821a['expires_at'],'used':_0x24821a[_0x2f71cc(0x17f,0x18f,0x19f,0x199)],'used_at':_0x24821a[_0x2f71cc(0x1b8,0x1bd,0x1b4,0x1c5)]}));}function _0xdba501(_0x37696d,_0x3f3922,_0x1d9dcf,_0x4ebbb7){return _0x2f11(_0x4ebbb7-0x391,_0x1d9dcf);}async function revokeToken(_0x54ce6c){const _0x37e529={_0x255df7:0x147,_0x567ed1:0x135,_0x5e9943:0x13e,_0x306ca9:0x124,_0xdfa73f:0x14c,_0x5ed967:0x137,_0x44d258:0x153,_0x11045b:0x40f,_0x25337a:0x13c,_0x2f1b3b:0x140,_0x55129b:0x162,_0x4c5a47:0x454,_0x59d342:0x459,_0x2f71eb:0x419},_0x1ac020={_0x211f1e:0x132},_0x4ce12a={_0x355f6d:0x154,_0x9e0b21:0x29};function _0x5a4d55(_0x13cd62,_0x1ae329,_0x4a25ac,_0x37a8b4){return _0x38f71a(_0x13cd62-0x14c,_0x1ae329-_0x4ce12a._0x355f6d,_0x4a25ac,_0x1ae329-_0x4ce12a._0x9e0b21);}const _0x48b8a8={'PnOWV':function(_0x29cce2){return _0x29cce2();},'jodDT':function(_0x931d06,_0x5b153c){return _0x931d06===_0x5b153c;},'omxFV':function(_0x39b5f0,_0x22dedf){return _0x39b5f0(_0x22dedf);}},_0x26a4a8=await _0x48b8a8[_0x358c8d(_0x37e529._0x255df7,0x13a,_0x37e529._0x567ed1,_0x37e529._0x5e9943)](loadTokens),_0x298373=_0x26a4a8[_0x358c8d(_0x37e529._0x306ca9,0x144,_0x37e529._0x5e9943,0x163)][_0x358c8d(_0x37e529._0xdfa73f,_0x37e529._0x5ed967,0x13c,_0x37e529._0x44d258)](_0x2c081a=>_0x2c081a['id']===_0x54ce6c);if(_0x48b8a8['jodDT'](_0x298373,-(-0x5*-0x26e+0x24a9+0x1*-0x30ce)))return![];_0x26a4a8[_0x5a4d55(0x40f,0x431,_0x37e529._0x11045b,0x437)][_0x358c8d(_0x37e529._0x25337a,_0x37e529._0x2f1b3b,_0x37e529._0x55129b,0x181)](_0x298373,-0x2459+-0x1fc*0x11+0x230b*0x2);function _0x358c8d(_0x4f6020,_0x2841cd,_0x3cd8c3,_0x1a909e){return _0xdba501(_0x4f6020-_0x1ac020._0x211f1e,_0x2841cd-0xc1,_0x1a909e,_0x3cd8c3- -0x34c);}return await _0x48b8a8[_0x5a4d55(_0x37e529._0x4c5a47,0x436,_0x37e529._0x59d342,_0x37e529._0x2f71eb)](saveTokens,_0x26a4a8),!![];}async function cleanupOldTokens(){const _0x1d3b72={_0x51400e:0x472,_0x52b667:0x442,_0x3d2a20:0x46c,_0x2ce72e:0x45b,_0x574aba:0x166,_0x784101:0x44c,_0x2be563:0x43c,_0x3cfa58:0x424,_0x5722fe:0x163,_0x53a5cc:0x161,_0x504680:0x16a,_0x5c815b:0x40a,_0x26ea66:0x422,_0x380108:0x169,_0x514476:0x17f,_0xf0853d:0x196,_0x24f5f9:0x449,_0x29f20d:0x436,_0x6ed05e:0x446,_0x4a5f36:0x430,_0x5e78c8:0x44b,_0x370664:0x156,_0x10702d:0x15b,_0xf89a23:0x176,_0x5e7979:0x19d,_0x339f10:0x405,_0x25d744:0x440,_0x5c1906:0x436,_0x1ce253:0x42d},_0x223598={_0x560421:0x42d,_0x2d2941:0x426,_0x3f1abd:0x415,_0x33c2b6:0x3dc,_0x3dbf55:0x3f8,_0x49b64f:0x1b8,_0x4f2624:0x1c7,_0x576314:0x193,_0x5dab91:0x19b,_0x33f03d:0x3f7,_0x45fda6:0x1c1,_0x4c62b8:0x1cc,_0x1870ad:0x3f3,_0x2c2d87:0x3df,_0x539ab2:0x3f8,_0x21a61c:0x3f6,_0x5f2905:0x40a,_0x40ac75:0x452,_0x4f2a8e:0x43a,_0x52a633:0x464,_0x128f1d:0x455,_0x31f7d4:0x41c},_0x349d5a={_0x1bc41d:0x1e4,_0x15dd97:0x27},_0xd9f048={_0x378f0a:0x30},_0x451bf6={_0x16a679:0x1db},_0x440c4d={'GEjFj':function(_0x4eb672,_0x58c552){return _0x4eb672<=_0x58c552;},'JOcpY':function(_0x270a05,_0xf3759c){return _0x270a05>_0xf3759c;},'gjrRL':function(_0x4b6465,_0xffc7e4){return _0x4b6465!==_0xffc7e4;},'FtOZZ':_0x236835(0x421,0x42e,0x464,0x448),'uYoOb':_0x236835(_0x1d3b72._0x51400e,0x449,0x46e,0x455),'GCpEw':function(_0x58122c,_0x40a09c){return _0x58122c<=_0x40a09c;},'iMvxi':_0x236835(_0x1d3b72._0x52b667,0x460,_0x1d3b72._0x3d2a20,_0x1d3b72._0x2ce72e),'sNkVd':_0x503c84(0x159,_0x1d3b72._0x574aba,0x15b,0x178),'BpNSL':function(_0x1dce8d){return _0x1dce8d();},'tbeLe':function(_0xb61e8b,_0x4304fe){return _0xb61e8b*_0x4304fe;},'jyHMo':function(_0x2763a7,_0xf9b981){return _0x2763a7*_0xf9b981;},'ZgIhq':function(_0x28fb6e,_0x380c1b){return _0x28fb6e-_0x380c1b;}},_0x2aea23=await _0x440c4d[_0x236835(_0x1d3b72._0x784101,0x435,0x461,_0x1d3b72._0x2be563)](loadTokens),_0x1949a2=new Date(),_0x3029bd=new Date(_0x1949a2['getTime']()-_0x440c4d['tbeLe'](_0x440c4d[_0x236835(0x423,0x42e,0x40b,_0x1d3b72._0x3cfa58)](_0x440c4d[_0x503c84(_0x1d3b72._0x5722fe,0x151,_0x1d3b72._0x53a5cc,_0x1d3b72._0x504680)]((-0x2564+-0x1b85+0x4107)*(0x1925*-0x1+-0x2129+0x1*0x3a66),0x12c2+0x2333*0x1+0x11*-0x329),-0x5c6*-0x1+0x1*-0x1d5+-0x3b5),0x10c3+-0x1337+0x4a*0x16));function _0x236835(_0x401306,_0x4a6654,_0xca6952,_0x33552a){return _0xdba501(_0x401306-_0x451bf6._0x16a679,_0x4a6654-0x18,_0x4a6654,_0x33552a- -0x54);}function _0x503c84(_0x39356d,_0x290be9,_0x35f04d,_0x101cf6){return _0x38f71a(_0x39356d-_0xd9f048._0x378f0a,_0x290be9-0xdd,_0x101cf6,_0x39356d- -0x292);}const _0x57114c=_0x2aea23['tokens'][_0x236835(0x41f,_0x1d3b72._0x5c815b,0x424,_0x1d3b72._0x26ea66)];_0x2aea23[_0x503c84(0x176,_0x1d3b72._0x380108,_0x1d3b72._0x514476,_0x1d3b72._0xf0853d)]=_0x2aea23[_0x236835(0x41e,0x421,_0x1d3b72._0x24f5f9,_0x1d3b72._0x29f20d)][_0x236835(_0x1d3b72._0x6ed05e,0x453,_0x1d3b72._0x4a5f36,_0x1d3b72._0x5e78c8)](_0x424417=>{const _0x337f83={_0x183723:0x240,_0x3595be:0x239,_0x29385b:0x261},_0x3c9829={_0x11ec36:0x18a},_0x2afa5c={_0x1fa5ff:0xd0};function _0x473afb(_0xd5e5e2,_0x457022,_0x481f34,_0x13a9b1){return _0x503c84(_0xd5e5e2-0x41,_0x457022-0x170,_0x481f34-_0x2afa5c._0x1fa5ff,_0x481f34);}function _0x1e4284(_0xadb3cb,_0x32071e,_0x42d2f9,_0x416720){return _0x236835(_0xadb3cb-0x1ab,_0xadb3cb,_0x42d2f9-_0x349d5a._0x1bc41d,_0x42d2f9- -_0x349d5a._0x15dd97);}const _0xc00713={'yWSeh':function(_0x14577f,_0x5d2392){function _0x190f34(_0x37fdc4,_0x1d47cf,_0x3ada3e,_0x1ab169){return _0x2f11(_0x37fdc4- -0x27c,_0x3ada3e);}return _0x440c4d[_0x190f34(-0x198,-0x198,-_0x3c9829._0x11ec36,-0x198)](_0x14577f,_0x5d2392);},'oKkZl':function(_0x2dc604,_0xbd18cf){function _0x213948(_0x5d810d,_0x36eea9,_0x2a72f3,_0x372923){return _0x2f11(_0x36eea9-0x13f,_0x5d810d);}return _0x440c4d[_0x213948(0x24d,_0x337f83._0x183723,_0x337f83._0x3595be,_0x337f83._0x29385b)](_0x2dc604,_0xbd18cf);}};if(_0x440c4d[_0x1e4284(0x404,_0x223598._0x560421,0x425,0x443)](_0x440c4d[_0x1e4284(0x42d,0x42f,_0x223598._0x2d2941,_0x223598._0x3f1abd)],_0x440c4d['uYoOb'])){const _0xb679e3=new Date(_0x424417['created_at']),_0x2c0b5e=new Date(_0x424417['expires_at']);if(!_0x424417[_0x1e4284(0x3e5,_0x223598._0x33c2b6,_0x223598._0x3dbf55,0x3ff)]&&_0x440c4d['GCpEw'](_0x1949a2,_0x2c0b5e))return _0x440c4d[_0x473afb(_0x223598._0x49b64f,_0x223598._0x4f2624,_0x223598._0x576314,_0x223598._0x5dab91)]===_0x440c4d[_0x1e4284(0x413,0x41f,_0x223598._0x33f03d,0x403)]?_0x1624fa:!![];if(_0xb679e3>_0x3029bd)return!![];return![];}else{const _0x51d451=new _0x50e1ef(_0x254d77[_0x473afb(_0x223598._0x45fda6,0x1cf,_0x223598._0x4c62b8,0x1b2)]),_0x6d8ffd=new _0x4cd9c0(_0x4ec96c['expires_at']);if(!_0x2b4689[_0x1e4284(_0x223598._0x1870ad,_0x223598._0x2c2d87,_0x223598._0x539ab2,_0x223598._0x21a61c)]&&_0xc00713[_0x1e4284(_0x223598._0x5f2905,_0x223598._0x40ac75,0x430,_0x223598._0x4f2a8e)](_0x5b8d81,_0x6d8ffd))return!![];if(_0xc00713[_0x1e4284(_0x223598._0x52a633,_0x223598._0x128f1d,0x43e,_0x223598._0x31f7d4)](_0x51d451,_0x4ef9b2))return!![];return![];}});const _0x2e264f=_0x440c4d[_0x503c84(_0x1d3b72._0x370664,0x13c,0x14e,_0x1d3b72._0x10702d)](_0x57114c,_0x2aea23[_0x503c84(_0x1d3b72._0xf89a23,0x170,_0x1d3b72._0x5e7979,0x153)][_0x236835(0x435,_0x1d3b72._0x339f10,_0x1d3b72._0x25d744,0x422)]);return _0x440c4d[_0x236835(_0x1d3b72._0x5c1906,_0x1d3b72._0x1ce253,0x434,0x43e)](_0x2e264f,-0x33*0x8a+0x2477+0x1*-0x8f9)&&await saveTokens(_0x2aea23),_0x2e264f;}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,cleanupOldTokens};
1
+ (function(_0x1daf5f,_0x550400){const _0x416053={_0x419021:0xbf,_0x7d858b:0x33f,_0x246d38:0xfd,_0x399b8d:0xee,_0x200312:0x32e,_0xade657:0x351,_0x1190ac:0x332,_0x354a04:0x329,_0xf12f19:0x333,_0x4b9031:0x32f,_0x156cf0:0x334,_0x1e8a7b:0xfe,_0x56dfaa:0xf8,_0x538a81:0x336,_0x4a21ab:0xee,_0x3032ed:0xd3},_0x26fbeb={_0x510385:0x228};function _0xcc11d9(_0x2faa5a,_0x3d5034,_0x1d4f7b,_0x464c88){return _0xb2f8(_0x464c88-0x1ea,_0x2faa5a);}const _0x529d6a=_0x1daf5f();function _0x37e3c7(_0x221cff,_0x3a38cb,_0x504a64,_0x4652b3){return _0xb2f8(_0x4652b3- -_0x26fbeb._0x510385,_0x504a64);}while(!![]){try{const _0x3f579e=parseInt(_0x37e3c7(-0xd7,-_0x416053._0x419021,-0xac,-0xd1))/(0x1*0x1d69+-0x608*0x5+-0x10*-0xc)+parseInt(_0xcc11d9(0x314,_0x416053._0x7d858b,0x320,0x31a))/(0x1677+0x3*0x57+0x1*-0x177a)*(parseInt(_0x37e3c7(-0xef,-0xf9,-0x117,-0x100))/(-0xe50*-0x2+-0x1*0x404+-0x1899))+parseInt(_0x37e3c7(-0xe3,-0xdd,-0x124,-_0x416053._0x246d38))/(-0x1948+0x5d0+-0x74*-0x2b)+-parseInt(_0x37e3c7(-0xf5,-0xfb,-0x10e,-_0x416053._0x399b8d))/(-0x1*-0x22ca+0x223f+0x4504*-0x1)*(-parseInt(_0xcc11d9(_0x416053._0x200312,0x31c,_0x416053._0xade657,0x33b))/(0x215b*-0x1+0x20ef+-0x72*-0x1))+-parseInt(_0xcc11d9(0x329,0x303,_0x416053._0x1190ac,_0x416053._0x354a04))/(0x2419+0x80b+0x1*-0x2c1d)*(-parseInt(_0xcc11d9(_0x416053._0xf12f19,_0x416053._0x4b9031,0x30c,0x314))/(-0x16*-0x9d+0x2d*-0x65+0x44b))+parseInt(_0xcc11d9(0x311,0x31c,_0x416053._0x156cf0,0x318))/(0x1*0x4a3+-0x1*0x3d1+0x1*-0xc9)*(-parseInt(_0x37e3c7(-_0x416053._0x1e8a7b,-_0x416053._0x56dfaa,-0x107,-0x108))/(-0x1*-0x1cae+0x1a5c+-0x3700))+-parseInt(_0xcc11d9(_0x416053._0x538a81,0x35d,0x356,0x349))/(0x1*0x2459+-0x1*-0x23e5+-0x4833)*(parseInt(_0x37e3c7(-_0x416053._0x4a21ab,-0xed,-_0x416053._0x3032ed,-0xe1))/(-0x3*0x251+0xf5*-0x3+-0x1a5*-0x6));if(_0x3f579e===_0x550400)break;else _0x529d6a['push'](_0x529d6a['shift']());}catch(_0x37eaef){_0x529d6a['push'](_0x529d6a['shift']());}}}(_0x5747,0x1*0xe84c3+-0x4*-0x31347+-0x102b2b));import{promises as _0x216f6d}from'fs';import _0x240ced from'path';function _0x35a927(_0x1f5cad,_0x1f3f32,_0x45d82e,_0x1c6e4d){return _0xb2f8(_0x1f3f32-0x331,_0x45d82e);}import _0x132efd from'crypto';import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x240ced[_0x423402(0x170,0x15f,0x196,0x15a)](__filename),TOKENS_FILE=_0x240ced[_0x423402(0x168,0x15e,0x181,0x16d)](DATA_DIR,_0x35a927(0x43a,0x453,0x438,0x470)+_0x423402(0x191,0x176,0x179,0x1aa)),TOKEN_EXPIRY_MS=(0x1267+0x1208+0x1*-0x2468)*(0x1*0x2519+0x1ffe+0x44ff*-0x1)*(0x1fac+-0x1*0x1666+-0x90a*0x1)*(-0x1b*-0x14e+0xd*0xbc+-0x1*0x2c8a)*(0xca3+0x93c+0x3f*-0x49);let tokensCache=null,lastLoadTime=0x1*-0x207d+0x1511+0xb6c;function _0x423402(_0x21549e,_0x21e192,_0x4026df,_0x3927ba){const _0x28b04d={_0x2265ac:0x2d};return _0xb2f8(_0x21549e-_0x28b04d._0x2265ac,_0x4026df);}const CACHE_TTL=0xd99*-0x2+0x1*-0x2623+0x453d;function _0xb2f8(_0x527129,_0x52b164){_0x527129=_0x527129-(-0x162*0x3+-0x7e+0x5bb);const _0x3b96f7=_0x5747();let _0x4defea=_0x3b96f7[_0x527129];if(_0xb2f8['UeoaVc']===undefined){var _0x43b27a=function(_0x5a624e){const _0x40556b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x154fdf='',_0x11d51d='';for(let _0x463943=0x2b*0xbc+0x1*-0x1b7a+0x2*-0x20d,_0x7a7258,_0x5e2961,_0x1b1848=0x2340+-0x10f5+-0x1*0x124b;_0x5e2961=_0x5a624e['charAt'](_0x1b1848++);~_0x5e2961&&(_0x7a7258=_0x463943%(-0x8b*-0x2d+-0x19*0xc1+-0x2e*0x1f)?_0x7a7258*(-0x29e*0x3+-0x1876+0x412*0x8)+_0x5e2961:_0x5e2961,_0x463943++%(-0xffd+0xb1c*0x2+-0x637))?_0x154fdf+=String['fromCharCode'](-0x3a*-0x78+-0x15df+-0x452&_0x7a7258>>(-(-0x14dd+-0x225d+0x373c)*_0x463943&-0x63d*-0x5+-0x1b64+-0x1*0x3c7)):0x114c+0x4*-0x6f1+0x4*0x29e){_0x5e2961=_0x40556b['indexOf'](_0x5e2961);}for(let _0x482317=0x87*-0xc+-0x277+0x8cb,_0x54801f=_0x154fdf['length'];_0x482317<_0x54801f;_0x482317++){_0x11d51d+='%'+('00'+_0x154fdf['charCodeAt'](_0x482317)['toString'](0xc53+0x7*-0x58d+0x1a98))['slice'](-(-0xe04+0x643*0x1+0x1*0x7c3));}return decodeURIComponent(_0x11d51d);};_0xb2f8['lYPsyK']=_0x43b27a,_0xb2f8['MPOOkd']={},_0xb2f8['UeoaVc']=!![];}const _0x497bb1=_0x3b96f7[-0x3*-0x5b3+0x53*-0x1d+-0x18a*0x5],_0x1ab6ef=_0x527129+_0x497bb1,_0x40fa59=_0xb2f8['MPOOkd'][_0x1ab6ef];return!_0x40fa59?(_0x4defea=_0xb2f8['lYPsyK'](_0x4defea),_0xb2f8['MPOOkd'][_0x1ab6ef]=_0x4defea):_0x4defea=_0x40fa59,_0x4defea;}async function loadTokens(){const _0x16ee2d={_0x1e9f98:0x1ac,_0x3bb0d3:0x1d0,_0x3f09d7:0x1b6,_0x4701b9:0x1c1,_0x58bf86:0x1da,_0x295a80:0x24e,_0x29336e:0x1fb,_0x1c904c:0x203,_0x41314b:0x21a,_0x51d64c:0x253,_0x33f66b:0x237,_0x2193de:0x1aa,_0x418772:0x1cd,_0x134148:0x274,_0x388661:0x24d,_0x28c897:0x1cc,_0x405b20:0x1d1,_0x210e8f:0x1a5,_0x15fc4b:0x1e4,_0x5a3dd4:0x219,_0xed5705:0x1de,_0x855b87:0x1f1,_0x149f9c:0x1f5,_0x3aede2:0x1fe,_0x25bc65:0x1c7,_0x1dad1e:0x1b7,_0xa30d4:0x219,_0x5476db:0x218,_0x3badff:0x215,_0x2683f4:0x21d,_0x51ff25:0x23a,_0x2bb96e:0x1f6,_0x126805:0x21c,_0x34892d:0x233,_0x5ba1ca:0x216,_0x49c495:0x193,_0x4ca3bd:0x1cf,_0x323343:0x1ec,_0x5ec691:0x1f3,_0x201584:0x200,_0x413621:0x20d,_0x5c58b7:0x220},_0x29dd9a={_0x5e1851:0xc3,_0x143ef4:0x12b},_0x297657={_0x50ab25:0x6d,_0x5c9e05:0x18f};function _0x73bc6(_0x432831,_0x169a1f,_0x408254,_0xfcab2b){return _0x423402(_0x432831-_0x297657._0x50ab25,_0x169a1f-_0x297657._0x5c9e05,_0x169a1f,_0xfcab2b-0x3d);}function _0xa477c0(_0x5f595e,_0x25b2b1,_0x42ef8c,_0x5f4ae7){return _0x423402(_0x25b2b1-_0x29dd9a._0x5e1851,_0x25b2b1-_0x29dd9a._0x143ef4,_0x42ef8c,_0x5f4ae7-0x1b);}const _0x2cd805={'YtUaU':function(_0x3601ec,_0x16e941){return _0x3601ec<_0x16e941;},'paMwc':function(_0x2d2064,_0x5eb039){return _0x2d2064-_0x5eb039;},'azlnD':_0x73bc6(0x1c1,_0x16ee2d._0x1e9f98,_0x16ee2d._0x3bb0d3,0x1b1),'JaKRQ':_0x73bc6(0x1c3,_0x16ee2d._0x3f09d7,_0x16ee2d._0x4701b9,_0x16ee2d._0x58bf86),'pBFyO':function(_0x5c0b39,_0x4052b6){return _0x5c0b39!==_0x4052b6;},'BgtXz':_0xa477c0(0x25e,0x23d,0x230,_0x16ee2d._0x295a80),'TpKYp':_0x73bc6(_0x16ee2d._0x29336e,_0x16ee2d._0x1c904c,_0x16ee2d._0x41314b,0x1e0),'qYxbF':function(_0x239815,_0x590b93){return _0x239815===_0x590b93;},'PwwWO':_0xa477c0(_0x16ee2d._0x51d64c,0x23c,0x243,_0x16ee2d._0x33f66b),'wAvtp':function(_0x12d73f,_0x4e8f5b){return _0x12d73f(_0x4e8f5b);}},_0x29cb2d=Date[_0x73bc6(0x1b7,_0x16ee2d._0x2193de,_0x16ee2d._0x418772,0x1b8)]();if(tokensCache&&_0x2cd805[_0xa477c0(_0x16ee2d._0x134148,0x24e,_0x16ee2d._0x388661,0x275)](_0x2cd805[_0x73bc6(_0x16ee2d._0x28c897,_0x16ee2d._0x405b20,_0x16ee2d._0x210e8f,_0x16ee2d._0x15fc4b)](_0x29cb2d,lastLoadTime),CACHE_TTL))return _0xa477c0(0x23a,0x22d,_0x16ee2d._0x5a3dd4,0x243)===_0x2cd805[_0x73bc6(_0x16ee2d._0xed5705,0x1ee,0x1d4,_0x16ee2d._0x855b87)]?![]:tokensCache;try{const _0x2402e9=await _0x216f6d[_0x73bc6(_0x16ee2d._0x149f9c,0x218,_0x16ee2d._0x3aede2,0x21c)](TOKENS_FILE,_0x2cd805[_0x73bc6(_0x16ee2d._0x25bc65,_0x16ee2d._0x1dad1e,0x1b5,0x1a9)]);return tokensCache=JSON[_0xa477c0(_0x16ee2d._0xa30d4,0x235,_0x16ee2d._0x5476db,0x226)](_0x2402e9),lastLoadTime=_0x29cb2d,tokensCache;}catch(_0xaa9ebd){if(_0x2cd805[_0xa477c0(_0x16ee2d._0x5a3dd4,_0x16ee2d._0x3badff,_0x16ee2d._0x2683f4,0x217)](_0x2cd805[_0xa477c0(0x23c,_0x16ee2d._0x51ff25,_0x16ee2d._0x295a80,0x21e)],_0x2cd805['TpKYp'])){if(_0x2cd805[_0xa477c0(_0x16ee2d._0x2bb96e,_0x16ee2d._0x126805,_0x16ee2d._0x34892d,_0x16ee2d._0x149f9c)](_0xaa9ebd[_0xa477c0(0x241,0x227,_0x16ee2d._0x5ba1ca,0x225)],_0x2cd805[_0x73bc6(0x1b9,_0x16ee2d._0x49c495,_0x16ee2d._0x4ca3bd,0x1ce)])){const _0x2ab41c={};_0x2ab41c[_0x73bc6(_0x16ee2d._0x323343,0x1c9,_0x16ee2d._0x5ec691,_0x16ee2d._0x201584)]=[];const _0x476803=_0x2ab41c;return await _0x2cd805[_0xa477c0(_0x16ee2d._0x413621,0x229,0x249,_0x16ee2d._0x5c58b7)](saveTokens,_0x476803),tokensCache=_0x476803,lastLoadTime=_0x29cb2d,_0x476803;}throw _0xaa9ebd;}else return!![];}}async function saveTokens(_0x7d3524){const _0x18c67a={_0x1c43ff:0x3f4,_0x521f77:0x3ea,_0x5c8473:0x5e,_0x1e0529:0x4c},_0x197809={_0x593a61:0x150,_0x59af20:0x157},_0x3cb92a={_0x5668fb:0x73},_0x19cf5b={};_0x19cf5b['recursive']=!![],await _0x216f6d[_0x1e5222(0x418,_0x18c67a._0x1c43ff,0x3f2,_0x18c67a._0x521f77)](DATA_DIR,_0x19cf5b),await _0x216f6d[_0x4432ea(0x2b,_0x18c67a._0x5c8473,_0x18c67a._0x1e0529,0x3f)](TOKENS_FILE,JSON['stringify'](_0x7d3524,null,-0x14b0+0x3*-0xcb3+0x3acb)),tokensCache=_0x7d3524;function _0x1e5222(_0x34498e,_0x7c5f20,_0x309d65,_0x3d312f){return _0x35a927(_0x34498e-0x187,_0x7c5f20- -_0x3cb92a._0x5668fb,_0x3d312f,_0x3d312f-0x90);}function _0x4432ea(_0x331799,_0x4501f9,_0x42e47e,_0x2982d9){return _0x423402(_0x2982d9- -_0x197809._0x593a61,_0x4501f9-0xa5,_0x4501f9,_0x2982d9-_0x197809._0x59af20);}lastLoadTime=Date['now']();}function _0x5747(){const _0x267cf0=['wxrvyvu','mty5nJCXn1r3A3vhsq','zxHWAxjLC19HDa','u0Lkrxy','D3jPDgvgAwXL','ywTuA2K','B2TLBNmUANnVBG','DhLWzq','yvDXC3y','C2v0Dxa','vNLNr0K','shbhsuy','yuHNrxu','BM93','zMLSDgvY','uhD3v08','mJi5ndiWq2f2vhfy','CMfUzg9TqNL0zq','CgfZC3DVCMqTDa','Dg9Rzw5F','AwvWv1K','CejgEu8','Dg9tDhjPBMC','Cg1Kzha','nJG2nZu3verZwfHz','DxrMoa','ohnds0TzrG','mJKYmJK0ne11svDwyq','CvL4yKy','sMfluLe','mJa3sefqzvLh','zxffzeu','neXpCw5osq','svrOsM4','CgfnD2m','zhPIq2m','Dg9ju09tDhjPBG','zMLUzeLUzgv4','BwTKAxi','y29Kzq','uuTpB0O','D0f2Dha','mtiWmZvhwunpC3i','AM9PBG','sNDkDNu','u2XnB2u','DxnLza','ntKWmtiWm3r6D091uq','z2v0vgLTzq','Dg9Rzw4','Agv4','zgLYBMfTzq','yxPSBKq','CgfYC2u','ExrKz0y','mtGWDxjWCNnu','ChvZAa','BgvUz3rO','qMD0whO','C3vIC3rYAw5N','ru5pru5u','rxjmAgC','yM1xuuO','u0HVD3O','t1jLAMG','mJa4mKPjEeXtta','Dg9Rzw5Z','C3bSAwnL','CMfUzg9T','CNvtCMy','y3jLyxrLzf9HDa','nJCYntC1zLnhD1r5','B3jfu2u','tfbhr2C','ChrF','CMvHzezPBgu','DxnLzf9HDa','DufLEee'];_0x5747=function(){return _0x267cf0;};return _0x5747();}function generateToken(){const _0x20dad8={_0x17ae2b:0x74,_0x4d1956:0x90,_0x935bc0:0x4bc,_0x5625c4:0x7b,_0x763621:0x51,_0x5db3da:0x482,_0x2f177b:0x4ca},_0x5539e4={_0x3cba60:0x37},_0x219d94={_0x188145:0x144,_0x433a18:0x49,_0x3df2a2:0x8d},_0x39e97f={};function _0xae3048(_0x54286c,_0x586c70,_0x65d89c,_0x4d6dd5){return _0x35a927(_0x54286c-_0x219d94._0x188145,_0x65d89c-_0x219d94._0x433a18,_0x54286c,_0x4d6dd5-_0x219d94._0x3df2a2);}_0x39e97f['fMWYi']=_0x1d5af8(_0x20dad8._0x17ae2b,0x83,_0x20dad8._0x4d1956,0x85),_0x39e97f[_0xae3048(0x4d4,0x4e4,0x4ca,_0x20dad8._0x935bc0)]=_0x1d5af8(0x5c,0x66,_0x20dad8._0x5625c4,_0x20dad8._0x763621);const _0x163a65=_0x39e97f;function _0x1d5af8(_0x4fb61f,_0x5c6e04,_0x312813,_0x47d063){return _0x423402(_0x4fb61f- -0x113,_0x5c6e04-_0x5539e4._0x3cba60,_0x47d063,_0x47d063-0x1ad);}const _0x550bfb=_0x132efd[_0xae3048(0x48a,_0x20dad8._0x5db3da,0x49b,0x4b4)+'s'](-0xfa6+-0xf82+0x3e9*0x8);return _0x163a65['fMWYi']+_0x550bfb['toString'](_0x163a65[_0xae3048(0x4cd,_0x20dad8._0x2f177b,_0x20dad8._0x2f177b,0x4c8)]);}function generateTokenId(){const _0x4dbcd9={_0xc1b08a:0x2e3,_0x4e581a:0xcc,_0x324540:0x311,_0x5189af:0x2ef},_0x58c75b={_0xe876cc:0x1a5};function _0x36216a(_0x1ce65b,_0x1a20bf,_0x2e8aff,_0x4eb5a1){return _0x423402(_0x4eb5a1- -0x64,_0x1a20bf-0x185,_0x2e8aff,_0x4eb5a1-0x13f);}function _0x463147(_0x58f0ad,_0x1736a0,_0x2be9fd,_0x4219bb){return _0x423402(_0x58f0ad-0x1be,_0x1736a0-_0x58c75b._0xe876cc,_0x1736a0,_0x4219bb-0x7c);}const _0x28a635=Date[_0x463147(0x308,0x2ee,0x2fb,_0x4dbcd9._0xc1b08a)](),_0x2dbb78=Math['random']()[_0x36216a(0xeb,_0x4dbcd9._0x4e581a,0xf1,0xef)](-0x35*0x69+0x675+0xf6c)[_0x463147(0x336,0x320,0x320,_0x4dbcd9._0x324540)](-0x125*0x15+0x29b+0x1570,-0x1634+0x27*-0x24+0x1bbf);return _0x463147(0x30e,_0x4dbcd9._0x324540,0x315,_0x4dbcd9._0x5189af)+_0x28a635+'_'+_0x2dbb78;}async function createPasswordToken(_0x247c10,_0x3727d6=_0x35a927(0x439,0x44a,0x429,0x438)){const _0x1140f1={_0x44a76b:0x187,_0x28560f:0x1d1,_0x2ef5f7:0x185,_0x56e9ed:0x1b3,_0x414896:0x1bd,_0x3c07f5:0x1d4,_0x53cdff:0x1aa,_0x214171:0x1bd,_0x418d05:0x181,_0x21f08d:0x19f,_0x530ff6:0x210,_0x7ac2f7:0x1fb,_0x2207f8:0x205,_0x5ebdbe:0x21a,_0x1779ed:0x214},_0x546483={_0x3919b3:0x31e,_0x5ac148:0x163},_0x4f8175={_0x4aaa38:0x674,_0x1ab942:0x158};function _0x325177(_0x228720,_0x1cf24d,_0x283f86,_0x553b69){return _0x35a927(_0x228720-0x12b,_0x283f86- -_0x4f8175._0x4aaa38,_0x553b69,_0x553b69-_0x4f8175._0x1ab942);}const _0x156fd9={'LYaiI':function(_0x5a20b5){return _0x5a20b5();},'ytdgF':function(_0x184460,_0x5bf553){return _0x184460+_0x5bf553;},'uAexA':function(_0x572eea){return _0x572eea();},'gDpwm':function(_0xe0142b){return _0xe0142b();},'VygGI':function(_0x5b05f3,_0x5854a9){return _0x5b05f3(_0x5854a9);}},_0x1731e2=await _0x156fd9['LYaiI'](loadTokens),_0x3f67cb=new Date(),_0xbe4e3e=new Date(_0x156fd9[_0x3e8714(-0x1c0,-_0x1140f1._0x44a76b,-_0x1140f1._0x28560f,-0x1ab)](_0x3f67cb['getTime'](),TOKEN_EXPIRY_MS)),_0x630a5c={'id':_0x156fd9[_0x3e8714(-0x18f,-0x19c,-_0x1140f1._0x2ef5f7,-0x194)](generateTokenId),'token':_0x156fd9['gDpwm'](generateToken),'userId':_0x247c10,'type':_0x3727d6,'created_at':_0x3f67cb[_0x3e8714(-0x1c2,-0x1d8,-_0x1140f1._0x56e9ed,-_0x1140f1._0x414896)+'g'](),'expires_at':_0xbe4e3e[_0x3e8714(-_0x1140f1._0x3c07f5,-0x1bf,-_0x1140f1._0x53cdff,-_0x1140f1._0x214171)+'g'](),'used':![],'used_at':null};function _0x3e8714(_0x56deb5,_0x1a8545,_0x10468b,_0x3b9726){return _0x423402(_0x3b9726- -_0x546483._0x3919b3,_0x1a8545-_0x546483._0x5ac148,_0x1a8545,_0x3b9726-0x6f);}return _0x1731e2[_0x3e8714(-0x19f,-0x1af,-_0x1140f1._0x418d05,-_0x1140f1._0x21f08d)][_0x325177(-0x1d7,-_0x1140f1._0x530ff6,-_0x1140f1._0x7ac2f7,-_0x1140f1._0x2207f8)](_0x630a5c),await _0x156fd9[_0x325177(-0x211,-_0x1140f1._0x5ebdbe,-0x229,-_0x1140f1._0x1779ed)](saveTokens,_0x1731e2),_0x630a5c;}async function validateToken(_0xfdcb34){const _0x2f8999={_0x54ac3c:0x328,_0x201d0:0x355,_0x2d91ea:0x347,_0xad1243:0x323,_0x671390:0x341,_0x5bbc01:0x353,_0x16b22a:0x196,_0x434cd4:0x1a0,_0xda3734:0x375,_0x44d712:0x366,_0x2e22c5:0x36c,_0x1a87b3:0x190,_0xa451cf:0x176,_0x4dcd45:0x336,_0x563dcf:0x33e,_0x585a20:0x31c,_0x5e456b:0x199,_0x21f73b:0x1b0,_0x5d9d61:0x360,_0x2f03d3:0x18c,_0x51238e:0x193},_0x35e456={_0x456018:0x23},_0x17c915={_0x5c5f1f:0x162,_0x592b17:0x119},_0x427d9d={'aWqsv':function(_0x5703f1){return _0x5703f1();},'bmWQJ':_0x4ef8cc(_0x2f8999._0x54ac3c,_0x2f8999._0x201d0,_0x2f8999._0x2d91ea,_0x2f8999._0xad1243),'orESe':function(_0xc45c20,_0x5daac5){return _0xc45c20>_0x5daac5;}},_0x4bc527=await _0x427d9d[_0x4ef8cc(0x355,_0x2f8999._0x671390,0x330,0x350)](loadTokens),_0x5264c4=_0x4bc527['tokens']['find'](_0x1adf51=>_0x1adf51['token']===_0xfdcb34);function _0x4ef8cc(_0x564804,_0x57c7ec,_0x430d41,_0xead4bf){return _0x35a927(_0x564804-_0x17c915._0x5c5f1f,_0x430d41- -_0x17c915._0x592b17,_0xead4bf,_0xead4bf-0x168);}if(!_0x5264c4)return null;if(_0x5264c4[_0x4ef8cc(0x34f,0x33c,0x356,_0x2f8999._0x5bbc01)]){if(_0x427d9d[_0x50c42c(-0x1b7,-_0x2f8999._0x16b22a,-0x18e,-_0x2f8999._0x434cd4)]===_0x427d9d[_0x4ef8cc(_0x2f8999._0x2d91ea,_0x2f8999._0xda3734,_0x2f8999._0x44d712,_0x2f8999._0x2e22c5)])return null;else{const _0x9c55b6=_0x12a8cb['now'](),_0x31bdb7=_0x410647[_0x50c42c(-0x19d,-_0x2f8999._0x1a87b3,-_0x2f8999._0xa451cf,-0x197)]()[_0x4ef8cc(0x35d,_0x2f8999._0x4dcd45,_0x2f8999._0x563dcf,_0x2f8999._0x585a20)](-0x13e1+-0x5b6+0x19bb)[_0x50c42c(-0x1c0,-_0x2f8999._0x5e456b,-0x174,-_0x2f8999._0x21f73b)](0x17*0x134+0x796*-0x1+-0xa0a*0x2,0x2*0x621+0x1a3b+0x1337*-0x2);return _0x4ef8cc(0x31d,_0x2f8999._0x5d9d61,0x33b,0x34e)+_0x9c55b6+'_'+_0x31bdb7;}}const _0x29b1c4=new Date();function _0x50c42c(_0x5eb7b3,_0xf88541,_0x2640fa,_0x916b4f){return _0x35a927(_0x5eb7b3-0xa5,_0xf88541- -0x615,_0x916b4f,_0x916b4f-_0x35e456._0x456018);}const _0x3e2451=new Date(_0x5264c4[_0x50c42c(-0x194,-0x184,-0x183,-0x18d)]);if(_0x427d9d[_0x50c42c(-0x19e,-_0x2f8999._0x2f03d3,-_0x2f8999._0x51238e,-0x182)](_0x29b1c4,_0x3e2451))return null;return _0x5264c4;}async function markTokenAsUsed(_0x12bfa1){const _0x2286ac={_0x3f9fe5:0x46c,_0x5b8293:0x466,_0x4a417c:0x47d,_0x4f3c9a:0x459,_0x1c1a36:0x477},_0x28c532={_0x2ace27:0x3a9,_0x36402a:0x1cf},_0xf3ea2f={_0x1a5af0:0x312,_0x38ba4b:0x11b};function _0x1d13df(_0x4cae44,_0x4438de,_0x349f0a,_0x49824d){return _0x423402(_0x49824d-_0xf3ea2f._0x1a5af0,_0x4438de-0xa9,_0x4438de,_0x49824d-_0xf3ea2f._0x38ba4b);}const _0x518ce9={'yKmnc':function(_0x86bd8d,_0x58d8f3){return _0x86bd8d(_0x58d8f3);}},_0x17e622=await loadTokens(),_0x445945=_0x17e622['tokens']['find'](_0xc4bcde=>_0xc4bcde[_0x30bc69(-0x23b,-0x228,-0x25d,-0x247)]===_0x12bfa1);if(!_0x445945)return![];_0x445945[_0x1d13df(_0x2286ac._0x3f9fe5,0x4a3,_0x2286ac._0x5b8293,_0x2286ac._0x4a417c)]=!![],_0x445945['used_at']=new Date()[_0x1d13df(_0x2286ac._0x4f3c9a,0x486,_0x2286ac._0x1c1a36,0x473)+'g'](),await _0x518ce9['yKmnc'](saveTokens,_0x17e622);function _0x30bc69(_0x350d79,_0x202b46,_0xb15689,_0x2a73fc){return _0x423402(_0x350d79- -_0x28c532._0x2ace27,_0x202b46-0x114,_0x202b46,_0x2a73fc-_0x28c532._0x36402a);}return!![];}async function getUserTokens(_0x3adb8a){const _0x4eef43={_0x261adf:0x3a7,_0x105370:0x370,_0x535dba:0x38d},_0x1d01ec={_0x306f59:0xdb,_0xf6e5d0:0x1a9,_0x5e1d64:0x165},_0x6fda51={_0x2c2524:0x3b};function _0x3d91cf(_0x3cd362,_0x41129d,_0x441d05,_0x3908c4){return _0x35a927(_0x3cd362-0x16c,_0x3cd362- -0xdf,_0x441d05,_0x3908c4-_0x6fda51._0x2c2524);}const _0x550707={'TuDJq':function(_0x2d12de){return _0x2d12de();}};function _0x5001a1(_0x51626e,_0x15364f,_0x21f888,_0x40be6e){return _0x423402(_0x15364f-_0x1d01ec._0x306f59,_0x15364f-_0x1d01ec._0xf6e5d0,_0x21f888,_0x40be6e-_0x1d01ec._0x5e1d64);}const _0x55e4bf=await _0x550707['TuDJq'](loadTokens);return _0x55e4bf[_0x3d91cf(0x3a4,_0x4eef43._0x261adf,0x3ae,0x39c)][_0x3d91cf(_0x4eef43._0x105370,_0x4eef43._0x535dba,0x367,0x350)](_0x160905=>_0x160905['userId']===_0x3adb8a)['map'](_0x5cf047=>({'id':_0x5cf047['id'],'type':_0x5cf047[_0x5001a1(0x232,0x21f,0x20f,0x218)],'created_at':_0x5cf047[_0x5001a1(0x23a,0x25e,0x27a,0x273)],'expires_at':_0x5cf047[_0x3d91cf(0x3b2,0x3c9,0x3ce,0x3c7)],'used':_0x5cf047['used'],'used_at':_0x5cf047[_0x5001a1(0x27b,0x264,0x257,0x275)]}));}async function revokeToken(_0x534adf){const _0x184d21={_0x2f977c:0x39b,_0x59ed00:0x3a7,_0x3e948:0x37f,_0x371e08:0x3c9,_0x5b1235:0x3f0,_0x5a2df5:0x3ac,_0x576960:0x3ae,_0xd405a3:0x3b8,_0x47d285:0x3a8,_0x314cff:0x3df,_0x330ba5:0x3b5,_0x205173:0x3e5,_0x74878a:0x3e1,_0x4991c6:0xf8,_0x3962ae:0xf3,_0x200c93:0xfa},_0xc4fb4c={_0x595953:0x24a,_0x5891bb:0x64,_0x35f0d5:0x30},_0xdc0cdd={_0x3d48cb:0x9d,_0x4c83ed:0x584},_0x4cd02f={'iepWY':function(_0x35117f){return _0x35117f();},'IThJn':function(_0x59358b,_0x305170){return _0x59358b===_0x305170;},'LPGGg':function(_0x1afd5a,_0x1120f0){return _0x1afd5a(_0x1120f0);}};function _0xbd4f0b(_0x452908,_0x5887c5,_0x34d319,_0x45eb7b){return _0x35a927(_0x452908-_0xdc0cdd._0x3d48cb,_0x45eb7b- -_0xdc0cdd._0x4c83ed,_0x452908,_0x45eb7b-0x108);}function _0x431aa9(_0xd308c7,_0x5e5683,_0x26a695,_0x5721ae){return _0x423402(_0xd308c7-_0xc4fb4c._0x595953,_0x5e5683-_0xc4fb4c._0x5891bb,_0x5e5683,_0x5721ae-_0xc4fb4c._0x35f0d5);}const _0x590260=await _0x4cd02f[_0x431aa9(_0x184d21._0x2f977c,0x39e,_0x184d21._0x59ed00,_0x184d21._0x3e948)](loadTokens),_0x3ce36c=_0x590260[_0x431aa9(_0x184d21._0x371e08,_0x184d21._0x5b1235,0x3ac,0x3ab)][_0x431aa9(_0x184d21._0x5a2df5,0x38f,_0x184d21._0x576960,_0x184d21._0xd405a3)](_0x5af225=>_0x5af225['id']===_0x534adf);if(_0x4cd02f[_0x431aa9(_0x184d21._0x47d285,0x3cc,0x387,0x38d)](_0x3ce36c,-(-0x6e7+-0x1607*0x1+0x1cef)))return![];return _0x590260[_0x431aa9(0x3c9,_0x184d21._0x314cff,_0x184d21._0x330ba5,_0x184d21._0x205173)][_0x431aa9(0x3ca,0x3e4,_0x184d21._0x74878a,0x3b1)](_0x3ce36c,-0xe*0x3d+0x47*0x61+-0x1d*0xd0),await _0x4cd02f[_0xbd4f0b(-_0x184d21._0x4991c6,-_0x184d21._0x3962ae,-0x11e,-_0x184d21._0x200c93)](saveTokens,_0x590260),!![];}async function cleanupOldTokens(){const _0x24ac3e={_0x1d5789:0x28e,_0x27b53d:0x4c5,_0x481647:0x4db,_0x526c12:0x267,_0x157c6f:0x268,_0xfe3565:0x24a,_0x51283e:0x24d,_0x599092:0x25f,_0x31f638:0x27b,_0x217edf:0x28f,_0x2e66d6:0x242,_0x55c665:0x241,_0xe4e835:0x274,_0xa8d787:0x4c9,_0x3662aa:0x4df,_0x16bf91:0x259,_0x55e592:0x250,_0xaec196:0x4f4,_0x383172:0x501,_0x4763a7:0x50b,_0x4632e6:0x254,_0x54e47b:0x249,_0x225dd1:0x246,_0xbf491:0x26c,_0x317bb1:0x253,_0x2e4b8a:0x273,_0x71f033:0x4e7,_0x345225:0x4e4},_0x237bfd={_0x3027bd:0x387,_0x46035a:0x3b8,_0x534864:0x3d9,_0x614013:0x3b2},_0x1e37fe={_0x66c239:0x6d0},_0x193f5e={_0x4fdde6:0xc8},_0x38710d={'PFAMH':function(_0x3ddd83,_0x4a7010){return _0x3ddd83<=_0x4a7010;},'akTki':function(_0x2ff8b9,_0x500812){return _0x2ff8b9>_0x500812;},'aHgEu':function(_0x492cbc){return _0x492cbc();},'ruSrf':function(_0x24d648,_0x3c6306){return _0x24d648-_0x3c6306;},'HpGIF':function(_0x1a63e1,_0xc875f){return _0x1a63e1*_0xc875f;},'SHowz':function(_0x21f355,_0x12194f){return _0x21f355-_0x12194f;},'dzbCc':function(_0x4f01d0,_0x50237e){return _0x4f01d0===_0x50237e;},'JwJvu':_0x29d4a4(-0x255,-0x24e,-_0x24ac3e._0x1d5789,-0x267)},_0x2776c3=await _0x38710d[_0x54ad9a(0x4c7,_0x24ac3e._0x27b53d,0x4d4,_0x24ac3e._0x481647)](loadTokens),_0x2508f1=new Date();function _0x54ad9a(_0x2f48f0,_0x1f0db8,_0x47575f,_0x279933){return _0x423402(_0x2f48f0-0x37e,_0x1f0db8-_0x193f5e._0x4fdde6,_0x279933,_0x279933-0x107);}const _0x571fb4=new Date(_0x38710d[_0x29d4a4(-0x259,-_0x24ac3e._0x526c12,-_0x24ac3e._0x157c6f,-_0x24ac3e._0xfe3565)](_0x2508f1[_0x29d4a4(-0x274,-_0x24ac3e._0x51283e,-0x279,-_0x24ac3e._0x599092)](),_0x38710d[_0x29d4a4(-_0x24ac3e._0x31f638,-_0x24ac3e._0x217edf,-0x26e,-0x284)]((0x13a5+0x25a0+-0x130d*0x3)*(0x917*-0x1+-0x1*0x163d+0x1*0x1f6c),-0x73*0x2b+-0x52*0x59+0x1*0x300f)*(-0x4*0x3b9+0x34*-0x2b+0x17dc)*(-0x1*0x47f+0x6*0x34a+-0xb55))),_0x36bd37=_0x2776c3['tokens']['length'];function _0x29d4a4(_0x183a1b,_0x37198c,_0x491f66,_0x2ecbc4){return _0x35a927(_0x183a1b-0xa4,_0x2ecbc4- -_0x1e37fe._0x66c239,_0x37198c,_0x2ecbc4-0xb3);}_0x2776c3[_0x29d4a4(-0x250,-_0x24ac3e._0x2e66d6,-0x273,-0x24d)]=_0x2776c3[_0x29d4a4(-0x259,-_0x24ac3e._0x55c665,-_0x24ac3e._0xe4e835,-_0x24ac3e._0x51283e)][_0x54ad9a(_0x24ac3e._0xa8d787,0x4d9,_0x24ac3e._0x3662aa,0x4ac)](_0x27c480=>{const _0x451667={_0x4375fe:0x653,_0x1a8a9c:0x155},_0x41e78f={_0x34b67b:0x102,_0x31fea0:0xbc},_0x266d5f=new Date(_0x27c480[_0x21c9d5(0x3ab,0x3ae,0x3bb,_0x237bfd._0x3027bd)]),_0x57d959=new Date(_0x27c480['expires_at']);if(!_0x27c480['used']&&_0x38710d['PFAMH'](_0x2508f1,_0x57d959))return!![];function _0x21c9d5(_0x1bffb9,_0xff1f3c,_0x328bcc,_0x4f5323){return _0x54ad9a(_0x1bffb9- -0x156,_0xff1f3c-_0x41e78f._0x34b67b,_0x328bcc-_0x41e78f._0x31fea0,_0x328bcc);}function _0x1349a8(_0x10e88b,_0x24cc46,_0x9ed89a,_0x54f9d6){return _0x54ad9a(_0x24cc46- -_0x451667._0x4375fe,_0x24cc46-0x50,_0x9ed89a-_0x451667._0x1a8a9c,_0x9ed89a);}if(_0x38710d[_0x21c9d5(_0x237bfd._0x46035a,_0x237bfd._0x534864,0x3be,_0x237bfd._0x614013)](_0x266d5f,_0x571fb4))return!![];return![];});const _0x551b42=_0x38710d[_0x29d4a4(-0x22c,-0x24c,-_0x24ac3e._0x16bf91,-_0x24ac3e._0x55e592)](_0x36bd37,_0x2776c3['tokens'][_0x54ad9a(_0x24ac3e._0xaec196,_0x24ac3e._0x383172,_0x24ac3e._0x4763a7,0x4dc)]);if(_0x38710d[_0x29d4a4(-_0x24ac3e._0x4632e6,-0x229,-_0x24ac3e._0x54e47b,-0x23c)](_0x551b42,0x229b+-0x474*0x6+-0x7e3)){if(_0x38710d[_0x29d4a4(-0x276,-0x26c,-_0x24ac3e._0x225dd1,-_0x24ac3e._0xbf491)](_0x29d4a4(-0x26e,-_0x24ac3e._0x317bb1,-_0x24ac3e._0x2e4b8a,-0x267),_0x38710d[_0x54ad9a(_0x24ac3e._0x71f033,0x4cd,0x4d0,_0x24ac3e._0x345225)]))await saveTokens(_0x2776c3);else return _0x385ed2;}return _0x551b42;}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,cleanupOldTokens};
@@ -1 +1 @@
1
- (function(_0x219e14,_0x4020e8){const _0x442041={_0x44e224:0x3e1,_0x2371db:0xa1,_0x26d679:0x82,_0x134983:0x3cd,_0x48307d:0x3d4,_0x78742d:0x3d2,_0x363a81:0x5b,_0x3490e4:0x3cb,_0x9cf9be:0x3cf,_0x1fa36f:0x3df,_0x32c7a8:0x61,_0x1c5632:0x89,_0x1589ed:0x3ff,_0x33de7d:0x3dd,_0x4b952a:0x3e8,_0x5656d4:0x3d4,_0x44eada:0x7f,_0x375588:0x91,_0x4a904a:0x4b,_0x14faab:0x32,_0x2ba41b:0x4c};function _0xfa171d(_0x2008dd,_0x54a545,_0x129864,_0x1c9231){return _0x1082(_0x1c9231- -0xf4,_0x2008dd);}function _0x4daefd(_0x587217,_0x261a18,_0x2c6efd,_0x37da67){return _0x1082(_0x37da67-0x283,_0x587217);}const _0x3158f4=_0x219e14();while(!![]){try{const _0x443279=-parseInt(_0x4daefd(0x3c9,0x3dd,0x3e2,_0x442041._0x44e224))/(0x2*-0xd72+0x22e3+0x21*-0x3e)*(parseInt(_0xfa171d(0x80,_0x442041._0x2371db,0x76,_0x442041._0x26d679))/(0x183*-0x3+0x1307*-0x1+0x1af*0xe))+parseInt(_0x4daefd(_0x442041._0x134983,_0x442041._0x48307d,0x3e6,_0x442041._0x78742d))/(-0x12d8+0x11c4*-0x1+0xf*0x271)+parseInt(_0xfa171d(0x51,_0x442041._0x363a81,0x8e,0x70))/(-0x1be6+-0x1af6+0x36e0)*(-parseInt(_0x4daefd(0x3da,_0x442041._0x3490e4,_0x442041._0x9cf9be,_0x442041._0x1fa36f))/(-0x1*-0x1a05+-0x1463+-0x59d))+-parseInt(_0xfa171d(_0x442041._0x32c7a8,0x88,_0x442041._0x1c5632,0x72))/(-0x24b1+-0x1*-0x198b+0x2*0x596)+-parseInt(_0x4daefd(0x3f3,_0x442041._0x1589ed,_0x442041._0x33de7d,_0x442041._0x4b952a))/(-0x1823+-0xd4a+-0xc*-0x31f)*(parseInt(_0x4daefd(_0x442041._0x48307d,0x3c3,0x3cb,_0x442041._0x5656d4))/(-0x271*0xb+-0x1c1*0x11+-0x4*-0xe2d))+parseInt(_0xfa171d(0x6a,_0x442041._0x44eada,_0x442041._0x375588,0x7f))/(-0xdf*-0x2+-0xd6b+0xbb6)+parseInt(_0xfa171d(0x30,_0x442041._0x4a904a,_0x442041._0x14faab,_0x442041._0x2ba41b))/(0xdfb+-0xb02+-0x2ef);if(_0x443279===_0x4020e8)break;else _0x3158f4['push'](_0x3158f4['shift']());}catch(_0x3c9f93){_0x3158f4['push'](_0x3158f4['shift']());}}}(_0x2229,-0x7767+-0x829a*0x7+-0x1*-0x7de05));export function collectObjectiveCascadeUnpinTargets(_0x1581b4,_0x29f90a){const _0x274ee4={_0x2194a1:0x34,_0x1428cf:0x26,_0xadd02a:0x58,_0x476b27:0x39,_0x3f1b73:0x44,_0xed96f8:0x50,_0x1efc18:0x48,_0x234fe5:0x4c,_0x531bea:0x8e,_0x36d6da:0xae,_0x5117e2:0x68,_0x33b364:0x55,_0x179024:0x3f,_0x3b602a:0x56,_0x2e7190:0x38,_0x3ee37e:0x73,_0xd09fcb:0x77,_0x1eb352:0x51,_0x44e475:0x87,_0x486a1a:0x57,_0x2dc84b:0x29,_0x4b01d8:0x2b,_0x45c407:0xe,_0x469560:0x67,_0x48fd4b:0x66},_0x53e4dd={_0x10fdb4:0x11a},_0x2c075f={_0x3d1b82:0xe6},_0x173d2f={_0x31bfc4:0x80,_0x389f0a:0xf6,_0x30a573:0x107,_0x527696:0x104,_0x362288:0x6b,_0x9642bc:0x60,_0x54498e:0x8c,_0x13e072:0x10d,_0x11b8cd:0xf1,_0x3ce9fa:0xee,_0x2ff741:0x63,_0x53536a:0x5a,_0x15173d:0xdf,_0x8e887c:0xd5,_0x56da21:0xfb,_0x25efde:0xf9,_0x2eeac9:0xe4,_0x2c7f7a:0x104,_0x413715:0xfa,_0x3b7b1f:0xfe,_0x23d554:0xe5,_0x3b1942:0xd9,_0x36a3ca:0xdc,_0x41f1d3:0xe6,_0x3bcb65:0xfd,_0x27ce0b:0x64,_0x2ab820:0x2c,_0xa62bd:0x44,_0x4d17be:0x3e,_0x199ed2:0xd4,_0x14a30e:0xdc,_0x79df76:0x43,_0x440e5c:0x46,_0x2bcdd3:0xf6,_0x36a054:0xda,_0x3b3f71:0x118,_0x1240fb:0x105,_0x40b11c:0xfd},_0x249216={_0x374f72:0x1},_0xc11366={_0xf97cfc:0x14b,_0x5018e6:0x111},_0x45d162={'uNpBi':_0x567d4d(0x2c,0x32,_0x274ee4._0x2194a1,_0x274ee4._0x1428cf),'cHbCA':function(_0x38c2d6,_0x573566){return _0x38c2d6===_0x573566;},'PMLWv':_0x4694a4(0x7b,0x71,0x85,_0x274ee4._0xadd02a),'ZfHSN':function(_0x41d542,_0x5a5ea0){return _0x41d542(_0x5a5ea0);},'vCfGm':function(_0x2ed7e1,_0x4d6963){return _0x2ed7e1===_0x4d6963;},'TqJFn':_0x567d4d(_0x274ee4._0x476b27,0x3e,_0x274ee4._0x3f1b73,0x2b),'jLbyN':function(_0x41b543,_0x8df054){return _0x41b543===_0x8df054;}},_0x43c4df=new Set(),_0x5178db=new Set(),_0x5181e5=_0x574b4f=>{function _0x178bd9(_0x51cf1b,_0x500c82,_0x33af98,_0x47fe44){return _0x4694a4(_0x51cf1b-_0xc11366._0xf97cfc,_0x33af98- -0xc8,_0x51cf1b,_0x47fe44-_0xc11366._0x5018e6);}function _0x57afce(_0x373d8a,_0x4dd8c6,_0x240e68,_0x337c8d){return _0x4694a4(_0x373d8a-_0x249216._0x374f72,_0x240e68-0x80,_0x337c8d,_0x337c8d-0x1a);}if(_0x178bd9(-0x4a,-_0x173d2f._0x31bfc4,-0x68,-0x73)===_0x45d162[_0x57afce(_0x173d2f._0x389f0a,_0x173d2f._0x30a573,0xe8,_0x173d2f._0x527696)])for(const [_0x297a47,_0x484482]of _0x1581b4[_0x178bd9(-_0x173d2f._0x362288,-_0x173d2f._0x9642bc,-0x74,-_0x173d2f._0x54498e)]()){_0x45d162['cHbCA'](_0x484482?.[_0x57afce(_0x173d2f._0x13e072,_0x173d2f._0x11b8cd,0x106,0x110)+_0x57afce(0x100,0x125,0x108,_0x173d2f._0x3ce9fa)],_0x574b4f)&&_0x45d162[_0x178bd9(-0x4e,-_0x173d2f._0x2ff741,-_0x173d2f._0x53536a,-0x52)](_0x484482?.['status'],_0x45d162[_0x57afce(0xe4,0xdb,_0x173d2f._0x15173d,_0x173d2f._0x8e887c)])&&(_0x43c4df[_0x57afce(0x10f,_0x173d2f._0x56da21,0xfd,_0x173d2f._0x25efde)](_0x297a47),_0x45d162[_0x57afce(_0x173d2f._0x2eeac9,0x119,_0x173d2f._0x2c7f7a,_0x173d2f._0x413715)](_0x5181e5,_0x297a47));if(_0x45d162[_0x57afce(_0x173d2f._0x3b7b1f,0xe6,0xf4,_0x173d2f._0x23d554)](_0x484482?.[_0x57afce(_0x173d2f._0x3b1942,0xe5,_0x173d2f._0x36a3ca,_0x173d2f._0x41f1d3)+_0x57afce(0xf4,0x114,0x108,_0x173d2f._0x3bcb65)],_0x574b4f)){_0x43c4df[_0x178bd9(-_0x173d2f._0x27ce0b,-_0x173d2f._0x2ab820,-0x4b,-0x3d)](_0x297a47);if(_0x484482[_0x178bd9(-_0x173d2f._0xa62bd,-0x50,-_0x173d2f._0x4d17be,-0x27)])_0x5178db['add'](_0x484482['groupId']);if(_0x484482[_0x57afce(_0x173d2f._0x199ed2,_0x173d2f._0x14a30e,0xd8,0xc1)+_0x178bd9(-0x24,-0x5a,-_0x173d2f._0x79df76,-0x57)])_0x5178db[_0x178bd9(-0x63,-_0x173d2f._0x440e5c,-0x4b,-_0x173d2f._0x362288)](_0x484482[_0x57afce(0xf5,_0x173d2f._0x2bcdd3,0xd8,_0x173d2f._0x36a054)+_0x57afce(0xfd,_0x173d2f._0x3b3f71,_0x173d2f._0x1240fb,0xeb)]);}}else _0x58a57f[_0x57afce(0x11b,0xe5,_0x173d2f._0x40b11c,0x100)](_0x35c573);};_0x45d162[_0x567d4d(_0x274ee4._0xed96f8,_0x274ee4._0x1efc18,0x33,_0x274ee4._0x234fe5)](_0x5181e5,_0x29f90a);if(_0x5178db[_0x4694a4(0x94,_0x274ee4._0x531bea,0x8d,_0x274ee4._0x36d6da)]>-0x149f+-0x3*0x4e2+0x2345)for(const [_0x1cebfd,_0x3d91ca]of _0x1581b4['entries']()){if(!_0x3d91ca)continue;const _0x5b8105=_0x3d91ca['taskType']===_0x45d162[_0x4694a4(0x45,0x62,0x80,0x62)]||_0x45d162[_0x4694a4(0x73,0x5b,_0x274ee4._0x5117e2,_0x274ee4._0x33b364)](_0x3d91ca[_0x567d4d(0x4d,0x52,_0x274ee4._0x179024,0x30)+'k'],!![]);if(!_0x5b8105)continue;const _0x54ca24=_0x3d91ca[_0x567d4d(_0x274ee4._0x3b602a,0x70,_0x274ee4._0x2e7190,_0x274ee4._0x3ee37e)]||_0x3d91ca['originalGr'+_0x4694a4(0x7a,0x85,0x67,_0x274ee4._0xd09fcb)];_0x54ca24&&_0x5178db[_0x567d4d(0x32,0x1a,0x34,_0x274ee4._0x1eb352)](_0x54ca24)&&_0x43c4df['add'](_0x1cebfd);}_0x43c4df[_0x4694a4(_0x274ee4._0x44e475,0x6c,0x60,_0x274ee4._0x486a1a)](_0x29f90a);function _0x4694a4(_0x41b676,_0x15e39f,_0x281d99,_0x2c41ab){return _0x1082(_0x15e39f- -_0x2c075f._0x3d1b82,_0x281d99);}const _0xee7a1e={};_0xee7a1e[_0x567d4d(_0x274ee4._0x2dc84b,_0x274ee4._0x4b01d8,_0x274ee4._0x45c407,0x3c)+_0x4694a4(0x86,_0x274ee4._0x3ee37e,_0x274ee4._0x469560,_0x274ee4._0x48fd4b)]=_0x43c4df;function _0x567d4d(_0x401632,_0x1ee2a0,_0x4de6d9,_0x48a0d1){return _0x1082(_0x401632- -_0x53e4dd._0x10fdb4,_0x4de6d9);}return _0xee7a1e['affectedGr'+'oupIds']=_0x5178db,_0xee7a1e;}function _0x1082(_0x17554b,_0x2e05a7){_0x17554b=_0x17554b-(0x24f5+-0x1d7+-0x21e7);const _0x1b4414=_0x2229();let _0x406431=_0x1b4414[_0x17554b];if(_0x1082['tTpKFy']===undefined){var _0x312e6b=function(_0x4ffa42){const _0x46f245='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3b1c59='',_0x52e9a9='';for(let _0x1451a9=-0x3a*-0x19+0x118d+-0x7*0x351,_0x43977b,_0xfa6256,_0x3f74a4=0xcc0+-0x32f+0x1*-0x991;_0xfa6256=_0x4ffa42['charAt'](_0x3f74a4++);~_0xfa6256&&(_0x43977b=_0x1451a9%(0x14*-0x1ab+-0x2ea+0x244a)?_0x43977b*(0x1b5+-0x57b+-0x1*-0x406)+_0xfa6256:_0xfa6256,_0x1451a9++%(-0x14d3+0x381*-0x6+0x5fb*0x7))?_0x3b1c59+=String['fromCharCode'](-0x3*0x30f+-0x1c70+0x269c&_0x43977b>>(-(-0x1*-0x1a66+-0x609+0x145b*-0x1)*_0x1451a9&-0x2c3*-0x1+-0x2492+-0xb47*-0x3)):-0x2*0xb93+0x1*0xecb+-0x2c9*-0x3){_0xfa6256=_0x46f245['indexOf'](_0xfa6256);}for(let _0x370d75=0xd22*-0x2+0x236e+-0x92a,_0x7ae0f=_0x3b1c59['length'];_0x370d75<_0x7ae0f;_0x370d75++){_0x52e9a9+='%'+('00'+_0x3b1c59['charCodeAt'](_0x370d75)['toString'](0x2147+0x168e*0x1+-0x1297*0x3))['slice'](-(0x676+-0x5*0x74f+-0x1e17*-0x1));}return decodeURIComponent(_0x52e9a9);};_0x1082['enjLyJ']=_0x312e6b,_0x1082['UjpppD']={},_0x1082['tTpKFy']=!![];}const _0x225477=_0x1b4414[-0x2*0x102a+0x1*-0x182b+0x387f],_0x51b347=_0x17554b+_0x225477,_0x45b5d9=_0x1082['UjpppD'][_0x51b347];return!_0x45b5d9?(_0x406431=_0x1082['enjLyJ'](_0x406431),_0x1082['UjpppD'][_0x51b347]=_0x406431):_0x406431=_0x45b5d9,_0x406431;}export function findJudgeTasksForGroup(_0x1be071,_0x4ea92f){const _0x1d2c7c={_0x48428e:0x154,_0x3c61da:0x14b,_0x2c7105:0x103,_0x49ee6f:0x119,_0x1e0458:0x15e,_0xab3421:0x146,_0x2d41e7:0x150,_0x3c011a:0x175,_0x520227:0x176,_0x27245e:0xf5,_0x39077a:0xde,_0x3ed269:0x141,_0x30f57c:0x121,_0x5775cd:0x157,_0x23ac7c:0x124,_0x18d08d:0x105,_0x5aae71:0xf7,_0x5c9b00:0xf0,_0x55b1aa:0x135,_0x2008e4:0x128,_0x246c18:0x127,_0x4f7bfb:0x11b,_0x39effb:0xfe,_0x35e1a2:0xff,_0x16aa66:0x11c,_0x5d5df4:0xe4,_0x3dd64e:0x170,_0x272eb6:0x18c,_0x1d61aa:0x13a,_0x181cbf:0x129,_0x24e565:0xf1,_0x4963ad:0xe5,_0x524d6a:0xf5},_0x43339e={_0x1a7e6c:0x2a8},_0x17c829={_0x1993d5:0x262},_0x115d4c={};_0x115d4c['hqQDI']=function(_0x11b8af,_0x40d332){return _0x11b8af===_0x40d332;},_0x115d4c[_0x234ef9(-0xf5,-0xfc,-0xed,-0x103)]=_0x350388(-0x155,-0x154,-_0x1d2c7c._0x48428e,-_0x1d2c7c._0x3c61da),_0x115d4c[_0x234ef9(-0x10c,-_0x1d2c7c._0x2c7105,-_0x1d2c7c._0x49ee6f,-0x12a)]=function(_0x1da4cc,_0x3a8898){return _0x1da4cc!==_0x3a8898;},_0x115d4c[_0x234ef9(-0x127,-0x144,-0x11b,-0x11f)]='LvyZe';const _0x565e1e=_0x115d4c,_0x165796=new Set();if(!_0x4ea92f)return _0x165796;function _0x234ef9(_0x5502d8,_0x36474a,_0x4156ed,_0x19e899){return _0x1082(_0x5502d8- -_0x17c829._0x1993d5,_0x19e899);}for(const [_0x4f6686,_0x1f87a]of _0x1be071['entries']()){if(!_0x1f87a)continue;const _0x24116e=_0x565e1e[_0x350388(-_0x1d2c7c._0x1e0458,-_0x1d2c7c._0xab3421,-_0x1d2c7c._0x2d41e7,-0x156)](_0x1f87a[_0x350388(-0x15d,-_0x1d2c7c._0x3c011a,-_0x1d2c7c._0x520227,-0x146)],_0x565e1e[_0x234ef9(-_0x1d2c7c._0x27245e,-_0x1d2c7c._0x39077a,-0xd7,-0x113)])||_0x565e1e[_0x234ef9(-0x118,-0x11c,-0xf9,-0x138)](_0x1f87a[_0x350388(-_0x1d2c7c._0x3ed269,-_0x1d2c7c._0x30f57c,-0x150,-_0x1d2c7c._0x5775cd)+'k'],!![]);if(!_0x24116e)continue;const _0x83015d=_0x1f87a['groupId']||_0x1f87a[_0x234ef9(-_0x1d2c7c._0x23ac7c,-0x107,-_0x1d2c7c._0x18d08d,-0x124)+_0x234ef9(-_0x1d2c7c._0x5aae71,-_0x1d2c7c._0x5c9b00,-0xef,-0x103)];_0x565e1e[_0x234ef9(-0x118,-_0x1d2c7c._0x55b1aa,-0x129,-_0x1d2c7c._0x2008e4)](_0x83015d,_0x4ea92f)&&(_0x565e1e[_0x234ef9(-0x10c,-0xed,-0x10f,-0x102)](_0x565e1e[_0x234ef9(-_0x1d2c7c._0x246c18,-0x125,-0x138,-_0x1d2c7c._0x55b1aa)],_0x234ef9(-_0x1d2c7c._0x4f7bfb,-_0x1d2c7c._0x39effb,-_0x1d2c7c._0x35e1a2,-_0x1d2c7c._0x16aa66))?_0x165796[_0x234ef9(-_0x1d2c7c._0x35e1a2,-_0x1d2c7c._0x16aa66,-_0x1d2c7c._0x5d5df4,-0x102)](_0x4f6686):(_0x582852[_0x350388(-_0x1d2c7c._0x3dd64e,-0x18b,-_0x1d2c7c._0x272eb6,-0x150)](_0x1a8acf),_0x3c9aeb['add'](_0x11a68a),_0x567d01['parentObje'+_0x350388(-_0x1d2c7c._0x1d61aa,-_0x1d2c7c._0x2008e4,-_0x1d2c7c._0x181cbf,-0x133)]&&_0x2368c0(_0x4ef6c1[_0x234ef9(-0xf6,-0xe3,-_0x1d2c7c._0x24e565,-_0x1d2c7c._0x4963ad)+_0x234ef9(-0xf4,-0xf4,-0xf9,-_0x1d2c7c._0x524d6a)])));}function _0x350388(_0x2a7561,_0x18937a,_0x301bff,_0x56ab6e){return _0x1082(_0x2a7561- -_0x43339e._0x1a7e6c,_0x301bff);}return _0x165796;}export function findOrphanedAncestorObjectives(_0x2f0025,_0x3c846a){const _0x36096c={_0x435e34:0x461,_0x1df5ac:0x477,_0x4301db:0x439,_0x21d48:0x44a,_0x26f00f:0x165,_0x1c855d:0x17d,_0x296f75:0x182,_0x496896:0x478,_0x2cfdac:0x491,_0xb63fbc:0x497,_0x27a805:0x154,_0x14a195:0x152,_0x2852d6:0x13e,_0x10b4fe:0x170,_0x384440:0x12d,_0x32c84e:0x116,_0x4181a7:0x4aa,_0x216fce:0x48b,_0x229056:0x4a0,_0x2694b1:0x130,_0x3e74c0:0x124,_0x111d51:0x148,_0x1f3bc7:0x140,_0xdb1b37:0x148,_0x18e9eb:0x12f,_0xab88cf:0x143,_0x496f7d:0x14d,_0xb5530:0x132,_0x3516f7:0x151,_0x4237e1:0x150,_0x381264:0x48b,_0x50d963:0x475,_0x314be7:0x480,_0x4510f2:0x49b,_0x48cf10:0x49c,_0x4f1369:0x47a,_0x5d8fa6:0x465,_0xdcb2b1:0x488,_0x2e8b91:0x167,_0x1a50cb:0x155,_0xc2e53c:0x131,_0x283562:0x112,_0x1e9dfb:0x46d,_0x4d6238:0x174,_0x21b1aa:0x17d,_0x3070a4:0x137},_0x1c82aa={_0x479ecc:0x3ff,_0x50c28d:0x21c,_0x177868:0x203,_0x53932a:0x41f,_0x2d08ec:0x441,_0x46718d:0x229,_0x4c7152:0x43d,_0x4ffd50:0x41e,_0x7bc831:0x41c,_0xcef1c6:0x219,_0x13f6d2:0x227,_0x1d17b5:0x20e,_0x96ec1a:0x426,_0x85f873:0x451,_0x30d049:0x44e,_0x5c6e6b:0x43c,_0x2dac4b:0x43f,_0x10f873:0x420,_0x3f3bd2:0x42d,_0x17cee8:0x423,_0x469179:0x41f,_0x18af31:0x40e,_0x5d5b92:0x413,_0x37bf4e:0x40a,_0x355cc2:0x255,_0x52d6ef:0x220,_0x58ab03:0x23d,_0x3be5d1:0x248,_0x44f43d:0x42f,_0x1236f7:0x44f,_0x424ff5:0x456,_0x555897:0x1fe,_0x171829:0x20f,_0x18d172:0x412,_0x4f110c:0x241,_0x469f91:0x41f,_0x5e30d8:0x44e,_0x205b36:0x21c,_0x48086c:0x216,_0x37dbb0:0x403,_0x2ce549:0x414,_0xf89e75:0x233,_0x1feaa9:0x204,_0x478aa8:0x245,_0x17355f:0x234,_0x21187d:0x22f,_0x4580c1:0x22d,_0x1ab651:0x211,_0x8a1ce2:0x22f,_0x40f33d:0x440,_0x445b11:0x25d,_0x3b5db8:0x252,_0x34e77a:0x213,_0x46b0c9:0x217,_0x2bda69:0x40d,_0x1dc760:0x42d,_0x2191a7:0x247,_0x96346e:0x212,_0x492745:0x428,_0x452825:0x40f,_0x52721a:0x210,_0x36420f:0x44a,_0x4d18d1:0x436,_0x5991c3:0x445,_0x1ac4dc:0x437,_0x32cc2b:0x225,_0x188db2:0x244,_0x327b71:0x21d,_0x5a5d1f:0x222,_0x1e1c7c:0x1f9,_0xc6ed30:0x3f1,_0x296fb:0x3f5,_0x2bc6fe:0x21c,_0x2ea4ea:0x236,_0x2fca83:0x211,_0x9e4365:0x424,_0x2c2047:0x224},_0x504713={_0x151529:0x16e,_0x2a8853:0x183},_0x1376f2={_0x2da242:0x93},_0x10649d={_0x221d47:0x34f,_0x18999f:0x35f,_0x2cd114:0x35d},_0x22c4fc={_0x34a821:0x34e,_0xc21bd:0x351};function _0x5680f6(_0x549417,_0x8500e0,_0x395f6e,_0x5a132b){return _0x1082(_0x8500e0-0x31d,_0x549417);}function _0x334a3a(_0x26ccde,_0x266c66,_0x5d1fd0,_0x1af1d7){return _0x1082(_0x26ccde- -0xd,_0x1af1d7);}const _0x2ecfba={'zbSxq':function(_0x56d847,_0x213564){return _0x56d847===_0x213564;},'pluFP':function(_0x3de2cb,_0x49ca7a){return _0x3de2cb===_0x49ca7a;},'YuFLr':'objective','kxZkK':function(_0x55acd7,_0x5bb272){return _0x55acd7(_0x5bb272);},'Vlexj':function(_0x129414,_0x3f5552){return _0x129414(_0x3f5552);},'nlEGe':function(_0x25feff,_0x547528){return _0x25feff!==_0x547528;},'KEzjF':function(_0x34dfcb,_0x16fe8b){return _0x34dfcb===_0x16fe8b;},'xyryv':'JwTwS','qmxuU':_0x5680f6(0x446,_0x36096c._0x435e34,_0x36096c._0x1df5ac,0x442),'mOUqj':function(_0x49e2ed,_0x685951){return _0x49e2ed!==_0x685951;},'ydvAe':_0x5680f6(0x44e,0x454,_0x36096c._0x4301db,_0x36096c._0x21d48),'DpzoP':function(_0x5873c2,_0x56ebe4){return _0x5873c2&&_0x56ebe4;},'LmNcv':function(_0x51e368,_0x4d7c48){return _0x51e368===_0x4d7c48;},'kCSJZ':_0x334a3a(_0x36096c._0x26f00f,_0x36096c._0x1c855d,0x178,_0x36096c._0x296f75),'VqItg':_0x5680f6(0x464,_0x36096c._0x496896,0x497,_0x36096c._0x2cfdac),'lsxRJ':function(_0x1e7cfb,_0x15ef6b){return _0x1e7cfb(_0x15ef6b);}},_0x1f3513=new Set(_0x3c846a),_0x39f9a5=[],_0x90499d=new Set(),_0x2fffaa=new Set();for(const _0x494a84 of _0x3c846a){const _0x5ed470=_0x2f0025[_0x5680f6(0x472,0x456,0x459,0x476)](_0x494a84);if(_0x5ed470?.['sourceObje'+_0x5680f6(0x495,0x48b,_0x36096c._0xb63fbc,0x49d)]){if(_0x2ecfba[_0x334a3a(_0x36096c._0x27a805,_0x36096c._0x14a195,_0x36096c._0x2852d6,_0x36096c._0x10b4fe)]!=='rxcAt')for(const [_0x58b486,_0x24c3dd]of _0x7cee21[_0x334a3a(_0x36096c._0x384440,0x119,0x111,_0x36096c._0x32c84e)]()){_0x2ecfba[_0x5680f6(0x488,0x48c,_0x36096c._0x4181a7,0x476)](_0x24c3dd?.['parentObje'+_0x5680f6(0x477,_0x36096c._0x216fce,0x47c,_0x36096c._0x229056)],_0x578849)&&_0x2ecfba[_0x334a3a(_0x36096c._0x2694b1,0x12e,0x139,_0x36096c._0x3e74c0)](_0x24c3dd?.[_0x334a3a(0x152,0x155,_0x36096c._0x111d51,0x14f)],_0x2ecfba[_0x334a3a(_0x36096c._0x1f3bc7,_0x36096c._0xdb1b37,0x136,_0x36096c._0x18e9eb)])&&(_0x931b05[_0x334a3a(0x156,0x154,_0x36096c._0xab88cf,_0x36096c._0x496f7d)](_0x58b486),_0x2ecfba[_0x334a3a(_0x36096c._0xb5530,0x13d,_0x36096c._0x3516f7,_0x36096c._0x4237e1)](_0x26ac44,_0x58b486));if(_0x24c3dd?.['sourceObje'+_0x5680f6(0x4a4,_0x36096c._0x381264,0x48f,_0x36096c._0x50d963)]===_0x247cd0){_0x4fe8f9[_0x5680f6(0x491,_0x36096c._0x314be7,0x47f,_0x36096c._0x4510f2)](_0x58b486);if(_0x24c3dd['groupId'])_0x285259[_0x5680f6(_0x36096c._0x48cf10,0x480,_0x36096c._0x4f1369,_0x36096c._0x5d8fa6)](_0x24c3dd['groupId']);if(_0x24c3dd[_0x334a3a(0x131,0x132,0x124,0x135)+_0x5680f6(0x479,_0x36096c._0xdcb2b1,0x46f,0x486)])_0x312301[_0x334a3a(0x156,_0x36096c._0x2e8b91,_0x36096c._0x1a50cb,0x153)](_0x24c3dd[_0x334a3a(_0x36096c._0xc2e53c,0x127,0x14b,_0x36096c._0x283562)+_0x5680f6(0x468,0x488,0x470,_0x36096c._0x1e9dfb)]);}}else _0x2fffaa[_0x5680f6(0x464,0x480,0x477,0x48a)](_0x5ed470[_0x334a3a(0x135,0x12e,0x138,0x115)+_0x334a3a(0x161,_0x36096c._0x4d6238,0x16c,_0x36096c._0x21b1aa)]);}}const _0x3cfc27=_0x3da236=>{const _0x4f2cdc={'RiMlV':_0x2ecfba[_0x5785ea(0x406,_0x1c82aa._0x479ecc,0x415,0x41b)],'msjQc':function(_0x58fad2,_0x25f932){const _0x54bbb0={_0x475006:0x1e8,_0xca888f:0xc9};function _0x260102(_0x596acd,_0x3ab491,_0x2ccd21,_0x31055c){return _0x5785ea(_0x596acd-0x115,_0x3ab491-_0x54bbb0._0x475006,_0x2ccd21,_0x596acd- -_0x54bbb0._0xca888f);}return _0x2ecfba[_0x260102(_0x22c4fc._0x34a821,0x334,0x34c,_0x22c4fc._0xc21bd)](_0x58fad2,_0x25f932);},'tGchL':function(_0x21b9ea,_0xcdd001){const _0x4e367a={_0x41a876:0x129,_0x1a9d95:0x98};function _0x3afa27(_0x4390c9,_0x15498c,_0x560e3a,_0x14d9c9){return _0x5785ea(_0x4390c9-_0x4e367a._0x41a876,_0x15498c-_0x4e367a._0x1a9d95,_0x15498c,_0x14d9c9- -0xae);}return _0x2ecfba[_0x3afa27(_0x10649d._0x221d47,_0x10649d._0x18999f,0x351,_0x10649d._0x2cd114)](_0x21b9ea,_0xcdd001);}};if(_0x90499d['has'](_0x3da236))return;function _0x1f66cb(_0x47598a,_0x3a1c5d,_0xfcac80,_0x39277b){return _0x5680f6(_0x47598a,_0xfcac80- -0x69c,_0xfcac80-0x17e,_0x39277b-_0x1376f2._0x2da242);}_0x90499d[_0x1f66cb(-0x22b,-0x21c,-_0x1c82aa._0x50c28d,-_0x1c82aa._0x177868)](_0x3da236);const _0x5e19e9=_0x2f0025['get'](_0x3da236);if(!_0x5e19e9||_0x2ecfba[_0x5785ea(0x440,_0x1c82aa._0x53932a,_0x1c82aa._0x2d08ec,0x43f)](_0x5e19e9[_0x1f66cb(-0x21b,-_0x1c82aa._0x46718d,-0x220,-0x218)],'objective')||!_0x5e19e9[_0x5785ea(_0x1c82aa._0x4c7152,_0x1c82aa._0x4ffd50,_0x1c82aa._0x7bc831,0x42b)]){if(_0x2ecfba[_0x1f66cb(-0x201,-_0x1c82aa._0xcef1c6,-0x21f,-_0x1c82aa._0x13f6d2)](_0x2ecfba['xyryv'],_0x2ecfba['qmxuU'])){_0xfa1aba?.[_0x1f66cb(-0x20d,-_0x1c82aa._0x1d17b5,-0x213,-0x223)+_0x5785ea(_0x1c82aa._0x96ec1a,_0x1c82aa._0x85f873,_0x1c82aa._0x30d049,_0x1c82aa._0x5c6e6b)]===_0x5aee6f&&_0x36437e?.[_0x5785ea(0x42b,_0x1c82aa._0x2dac4b,_0x1c82aa._0x10f873,_0x1c82aa._0x3f3bd2)]===_0x4f2cdc[_0x5785ea(0x41d,_0x1c82aa._0x17cee8,_0x1c82aa._0x469179,_0x1c82aa._0x17cee8)]&&(_0x1ccac4['add'](_0x5f5029),_0x4f2cdc[_0x5785ea(_0x1c82aa._0x18af31,_0x1c82aa._0x5d5b92,0x420,_0x1c82aa._0x37bf4e)](_0xefbc37,_0x83babd));if(_0x4f2cdc['tGchL'](_0x4b3790?.[_0x1f66cb(-_0x1c82aa._0x355cc2,-_0x1c82aa._0x52d6ef,-_0x1c82aa._0x58ab03,-_0x1c82aa._0x3be5d1)+_0x5785ea(_0x1c82aa._0x44f43d,_0x1c82aa._0x1236f7,_0x1c82aa._0x424ff5,_0x1c82aa._0x5c6e6b)],_0x1a0b3b)){_0x1230fc[_0x1f66cb(-_0x1c82aa._0x555897,-0x216,-0x21c,-0x21f)](_0x558014);if(_0x2419db[_0x1f66cb(-0x225,-0x21f,-_0x1c82aa._0x171829,-0x206)])_0x40fb59[_0x5785ea(0x41b,_0x1c82aa._0x30d049,_0x1c82aa._0x18d172,0x431)](_0x324af4['groupId']);if(_0x2582ef[_0x1f66cb(-_0x1c82aa._0x46718d,-0x24f,-_0x1c82aa._0x4f110c,-0x248)+_0x5785ea(_0x1c82aa._0x469f91,_0x1c82aa._0x5e30d8,0x449,0x439)])_0x17554b[_0x1f66cb(-_0x1c82aa._0x205b36,-_0x1c82aa._0x48086c,-0x21c,-0x1ff)](_0x2e05a7[_0x5785ea(_0x1c82aa._0x37dbb0,0x3f6,_0x1c82aa._0x2ce549,0x40c)+_0x1f66cb(-0x222,-_0x1c82aa._0xf89e75,-0x214,-_0x1c82aa._0x1feaa9)]);}}else return;}let _0xa1f1d3=![];function _0x5785ea(_0x41a79d,_0x5d21c1,_0x2d27da,_0x3a61df){return _0x5680f6(_0x2d27da,_0x3a61df- -0x4f,_0x2d27da-_0x504713._0x151529,_0x3a61df-_0x504713._0x2a8853);}for(const [_0x56e0d9,_0x2b3cfc]of _0x2f0025[_0x1f66cb(-0x243,-0x233,-_0x1c82aa._0x478aa8,-_0x1c82aa._0x17355f)]()){if(_0x2ecfba[_0x5785ea(_0x1c82aa._0x44f43d,0x433,0x459,0x443)](_0x1f66cb(-_0x1c82aa._0x478aa8,-0x241,-_0x1c82aa._0x21187d,-0x246),_0x2ecfba['ydvAe'])){if(_0x2ecfba['KEzjF'](_0x2b3cfc?.['sourceObje'+_0x1f66cb(-0x22c,-_0x1c82aa._0x4580c1,-_0x1c82aa._0x1ab651,-_0x1c82aa._0x8a1ce2)],_0x3da236)&&_0x2b3cfc[_0x5785ea(0x429,0x44a,_0x1c82aa._0x40f33d,0x42b)]&&!_0x1f3513['has'](_0x56e0d9)){_0xa1f1d3=!![];break;}}else _0x3dead2['add'](_0x422a73);}let _0x14f288=![];for(const [_0x3cccda,_0x584562]of _0x2f0025[_0x1f66cb(-_0x1c82aa._0x445b11,-_0x1c82aa._0x3b5db8,-0x245,-0x236)]()){if(_0x584562?.[_0x1f66cb(-0x232,-0x200,-_0x1c82aa._0x34e77a,-_0x1c82aa._0x46b0c9)+'ctiveId']===_0x3da236&&_0x584562[_0x5785ea(_0x1c82aa._0x2bda69,0x442,0x449,_0x1c82aa._0x1dc760)]===_0x1f66cb(-0x23e,-_0x1c82aa._0x2191a7,-0x228,-_0x1c82aa._0x96346e)&&_0x584562['isPinned']&&!_0x1f3513[_0x5785ea(_0x1c82aa._0x492745,_0x1c82aa._0x452825,0x41f,0x41a)](_0x3cccda)){_0x14f288=!![];break;}}_0x2ecfba[_0x1f66cb(-0x224,-_0x1c82aa._0x52721a,-0x21d,-0x213)](!_0xa1f1d3,!_0x14f288)&&(_0x2ecfba[_0x5785ea(0x417,0x43e,_0x1c82aa._0x36420f,_0x1c82aa._0x4d18d1)]('TEBVO',_0x2ecfba[_0x5785ea(_0x1c82aa._0x96ec1a,_0x1c82aa._0x44f43d,_0x1c82aa._0x5991c3,_0x1c82aa._0x1ac4dc)])?_0x37edb8[_0x1f66cb(-_0x1c82aa._0x32cc2b,-0x230,-0x21c,-0x226)](_0x21aba5[_0x1f66cb(-_0x1c82aa._0x188db2,-_0x1c82aa._0x327b71,-0x23d,-_0x1c82aa._0x5a5d1f)+_0x1f66cb(-_0x1c82aa._0x5a5d1f,-_0x1c82aa._0xcef1c6,-0x211,-_0x1c82aa._0x1e1c7c)]):(_0x39f9a5[_0x5785ea(_0x1c82aa._0xc6ed30,0x423,_0x1c82aa._0x296fb,0x406)](_0x3da236),_0x1f3513[_0x1f66cb(-0x20e,-0x237,-_0x1c82aa._0x2bc6fe,-_0x1c82aa._0x2ea4ea)](_0x3da236),_0x5e19e9['parentObje'+_0x1f66cb(-_0x1c82aa._0x1d17b5,-0x228,-_0x1c82aa._0x2fca83,-_0x1c82aa._0x327b71)]&&_0x2ecfba[_0x1f66cb(-0x23c,-0x225,-0x236,-0x223)](_0x3cfc27,_0x5e19e9[_0x5785ea(0x428,_0x1c82aa._0x9e4365,0x42a,0x43a)+_0x1f66cb(-0x229,-0x1fc,-_0x1c82aa._0x1ab651,-_0x1c82aa._0x2c2047)])));};for(const _0x58104e of _0x2fffaa){_0x2ecfba[_0x334a3a(0x14b,_0x36096c._0x3070a4,0x12e,0x12b)](_0x3cfc27,_0x58104e);}return _0x39f9a5;}function _0x2229(){const _0x279e1a=['tg1oy3y','A0ntsLO','wMziu04','B3vWswq','CgfYzw50t2jQzq','vhPfsxO','y3rPDMvjza','EMjtEhe','z3jVDxbjza','BMXfr2u','y0XJCe0','mZa1mZa4oeTuve9wyW','C2L6zq','Bu9vCwO','neP3zfz1EG','Egfbwvq','ChvZAa','z2v0','zw50CMLLCW','DgLTrNe','BxnQuwm','CgX1rLa','B3jPz2LUywXhCG','A3HAA0S','mteZmJa5nZbeCLDXEKC','AKXIEu4','C291CMnLt2jQzq','DgfZA0LKC1rVqW','tvb2BgO','ue1mv3y','AfPTs1i','Bvr4rLG','vhfkrM4','vMXLEgO','AhfrreK','DgfZA1r5Cgu','AgfZ','wxvgthi','Du5WqMK','oti4otHosez1wgy','z2L0DNu','oeHxyxP1qG','zgvSzxrL','ANvKz2u','y0HIq0e','uMLnBfy','A3zKuMS','B2jQzwn0AxzL','Bhn4uKO','B25ZAwrLCG','DKnMr20','CNHJqxq','nwDtwgPVzG','AxnqAw5Uzwq','mtm1ntG2vgnRthfI','C3rHDhvZ','s0v6AKy','vNfjDgC','rhb6B1a','ywrK','mtG5mtuXnNn1y2HyEG','mtG4nZqXC1DdEK9J','mJG4mtC4mNbiC1PkCa','AxnkDwrNzvrHCW'];_0x2229=function(){return _0x279e1a;};return _0x2229();}
1
+ function _0x56cd(_0x4559e9,_0xd3f705){_0x4559e9=_0x4559e9-(-0x1030+-0x17e*-0xe+-0x40e);const _0x5e9c3b=_0x196c();let _0xef77d7=_0x5e9c3b[_0x4559e9];if(_0x56cd['tszfiw']===undefined){var _0x20e80a=function(_0x494efe){const _0xd4eec6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xa7a2ca='',_0xb17512='';for(let _0x457b44=-0x197+0x228f+-0x20f8,_0x4cf78c,_0x12a7ff,_0x39687a=-0x952+0x20ff+-0xb*0x227;_0x12a7ff=_0x494efe['charAt'](_0x39687a++);~_0x12a7ff&&(_0x4cf78c=_0x457b44%(0xbd9+0x301+-0xd3*0x12)?_0x4cf78c*(-0x61a+0x8*-0x152+-0xa*-0x1b1)+_0x12a7ff:_0x12a7ff,_0x457b44++%(-0xab3+0x1f2+0x8c5))?_0xa7a2ca+=String['fromCharCode'](-0xe5f+0x1a46+-0x574*0x2&_0x4cf78c>>(-(0x1*0x1cdf+-0x400*-0x2+-0x24dd)*_0x457b44&-0x2491+0x2675+-0x1de)):-0x248e*0x1+0x3*0xbe7+0xd9){_0x12a7ff=_0xd4eec6['indexOf'](_0x12a7ff);}for(let _0x35436c=0x1*-0x757+0x7fe+-0xa7,_0x7aed2a=_0xa7a2ca['length'];_0x35436c<_0x7aed2a;_0x35436c++){_0xb17512+='%'+('00'+_0xa7a2ca['charCodeAt'](_0x35436c)['toString'](0x535+0x19af+0x4*-0x7b5))['slice'](-(0x1874+0x8b*-0x1+-0x1*0x17e7));}return decodeURIComponent(_0xb17512);};_0x56cd['gxlQek']=_0x20e80a,_0x56cd['dsdSlS']={},_0x56cd['tszfiw']=!![];}const _0x27fdfe=_0x5e9c3b[-0x1302*0x1+-0xf*0x187+0x29eb],_0x427e4c=_0x4559e9+_0x27fdfe,_0x26be2f=_0x56cd['dsdSlS'][_0x427e4c];return!_0x26be2f?(_0xef77d7=_0x56cd['gxlQek'](_0xef77d7),_0x56cd['dsdSlS'][_0x427e4c]=_0xef77d7):_0xef77d7=_0x26be2f,_0xef77d7;}function _0x196c(){const _0xc4a56f=['Dxj0uMG','B25ZAwrLCG','vgf2EMi','EhLwyva','oduXmJj5B2Xxzvq','B3jPz2LUywXhCG','AxnqAw5Uzwq','DfDQrK0','ndi2nJq1m2DUtePStq','qMroy2G','y3rPDMvjza','ntu0mJG4u1HYA09J','vLjMrue','z29vvNa','wvfKsM8','ChvZAa','z2fTtMK','zgvSzxrL','ywzMzwn0zwrhCG','zwD1B1i','z3jVDxbjza','CgfYzw50t2jQzq','C291CMnLt2jQzq','mtK2sLPYBxjd','AxnkDwrNzvrHCW','wwT2DMm','v3HbBxC','ywrK','mty3mZGWodHbtKPcqxa','C3rHDhvZ','z2v0','zw50CMLLCW','DgfZA0LKC1rVqW','B3vWswrZ','mJK0ndC3nhvht2LMCa','B2jQzwn0AxzL','otG2ntaYnKjMu0nWzG','ENHKtfG','zurKshC','DwvbuLi','B3vWswq','Ewf6wwG','mtqZodvPwKvOuM8','ANvKz2u','C2L6zq','t2PjBvC','whrpvfK','ExPdCNe','CgfXAxq','ww5drKu','AgfZ','DgfZA1r5Cgu','y0vIrKu','wffowwG','z2XSBKi','q1vfA08','tu9Hu2O'];_0x196c=function(){return _0xc4a56f;};return _0x196c();}(function(_0x119861,_0x401405){const _0x2c1f96={_0x41e404:0xef,_0xde5dc3:0xf3,_0x4e5d91:0x2d2,_0x168cb5:0x2c3,_0x54274e:0xee,_0x46bb68:0x2be,_0x1734ac:0x2ce,_0x33b82d:0xdc,_0x7c2cc4:0xe6,_0x5addf3:0x2da,_0x1e37be:0x2d2},_0xff1ddd={_0xa88092:0x381};function _0x22bfaa(_0x1dcafd,_0x1bfa58,_0x44996e,_0x29fa0a){return _0x56cd(_0x1bfa58-0x16,_0x44996e);}function _0x4788c4(_0x3cd8f9,_0x62fd5f,_0x3b3cf9,_0x492750){return _0x56cd(_0x3b3cf9- -_0xff1ddd._0xa88092,_0x62fd5f);}const _0x55e9b7=_0x119861();while(!![]){try{const _0x59ea17=parseInt(_0x22bfaa(0xf5,_0x2c1f96._0x41e404,0xe8,_0x2c1f96._0xde5dc3))/(-0xd68+-0x158f+0x22f8)+-parseInt(_0x4788c4(-0x2d8,-_0x2c1f96._0x4e5d91,-_0x2c1f96._0x168cb5,-_0x2c1f96._0x4e5d91))/(0x23e*-0xc+-0x1919*-0x1+0x1f*0xf)+-parseInt(_0x22bfaa(0xe9,0xf3,_0x2c1f96._0x54274e,0xe9))/(0x2*-0xffe+0x54c+0x1ab3)+-parseInt(_0x4788c4(-_0x2c1f96._0x46bb68,-0x2db,-_0x2c1f96._0x1734ac,-0x2d5))/(0x2*0x23+0xef6+-0x1e7*0x8)*(parseInt(_0x22bfaa(0xd5,_0x2c1f96._0x33b82d,0xdb,0xeb))/(0x26c7+0x3*0xaa2+-0x46a8))+parseInt(_0x22bfaa(_0x2c1f96._0x7c2cc4,0xd6,0xe2,0xc3))/(0x3*0xa+0x1a06+0x1*-0x1a1e)+parseInt(_0x4788c4(-0x2bf,-0x2e0,-_0x2c1f96._0x5addf3,-_0x2c1f96._0x1e37be))/(0x1d4+-0x206b+0x1e9e)+parseInt(_0x22bfaa(0xd3,0xce,0xbf,0xca))/(0x1c52*-0x1+0x421*0x8+-0x2*0x257);if(_0x59ea17===_0x401405)break;else _0x55e9b7['push'](_0x55e9b7['shift']());}catch(_0x2f2dc2){_0x55e9b7['push'](_0x55e9b7['shift']());}}}(_0x196c,0x67df5+-0x595*0x281+0x14afeb));export function collectObjectiveCascadeUnpinTargets(_0x47caff,_0x2e61cc){const _0x4ccb36={_0x5c083a:0x14d,_0x27e863:0x14a,_0x59b262:0x133,_0x524643:0x137,_0x31fc88:0x129,_0x5f4df1:0x13d,_0x1db94a:0x1,_0xcd6957:0x18,_0x663cf:0x136,_0x1c50c8:0x120,_0x111542:0x11e,_0x156008:0x11c,_0x20979a:0x10,_0x395e60:0x17,_0x184bbd:0xa,_0x7e8baf:0xe,_0x11b154:0x14,_0x35fa3e:0x7,_0x3823f2:0xd,_0x36e610:0x154,_0x2e1ffe:0x12e,_0x59802a:0x14f,_0x3c11e8:0x12c,_0x3abfcf:0x124,_0x5afed1:0x6,_0x5e5158:0x148,_0x5a074c:0x130},_0x12530c={_0xbe484c:0x205},_0x198039={_0x587173:0xba},_0x4c8bd3={_0x516dde:0x25f,_0x13e1ec:0x244,_0x25456c:0x279,_0x2c4992:0x33b,_0x18461a:0x331,_0x43f321:0x31c,_0x104f55:0x324,_0x49b0e0:0x26e,_0x39e324:0x286,_0x5c9b7e:0x30f,_0x2a0ddc:0x301,_0x200d4c:0x2fd,_0x47a3f1:0x32b,_0x362278:0x2f7,_0x450f81:0x2ff,_0x307ca5:0x274,_0x11b6f6:0x24c,_0x2f821f:0x251,_0x5d87a6:0x253,_0x23abeb:0x245,_0xcf0d18:0x263,_0x4ee3f8:0x277,_0x54e1f1:0x26f,_0x4d29d7:0x336,_0x492be6:0x317,_0x20b6ff:0x310,_0x14be1f:0x325,_0x24cebf:0x252,_0x572ea1:0x228,_0x50d7d0:0x25e,_0x7bed03:0x25a,_0x476b0b:0x239,_0x496964:0x235},_0xb6be38={_0x4e9ff3:0x110,_0x140524:0x67},_0x55cad7={'WxAmw':function(_0x15cf2f,_0x414ffc){return _0x15cf2f===_0x414ffc;},'xyVaP':function(_0x3487d0,_0x4949b6){return _0x3487d0===_0x4949b6;},'XtOTY':'objective','YQdJo':function(_0x2fdc1b,_0x326e6f){return _0x2fdc1b===_0x326e6f;},'XQNYh':_0x10e695(-0x161,-0x156,-_0x4ccb36._0x5c083a,-_0x4ccb36._0x27e863),'eDdHw':'HPwHq','FwfLw':function(_0x25f856,_0x21a45b){return _0x25f856(_0x21a45b);},'Ykvvc':function(_0xed5750,_0x10b7b1){return _0xed5750>_0x10b7b1;},'gllnB':'judge'},_0x4d7fb0=new Set(),_0x24b5c5=new Set(),_0x45ac9a=_0x20f665=>{const _0x49c344={_0x11001e:0x1d0};function _0x5ee1fb(_0x183929,_0x308184,_0x8ca4f8,_0xd27ac5){return _0x10e695(_0x183929,_0xd27ac5- -_0x49c344._0x11001e,_0x8ca4f8-0x20,_0xd27ac5-0x64);}function _0x2304a7(_0x376bde,_0x3f9ad6,_0x43f0bf,_0x2e73e6){return _0x10e695(_0x3f9ad6,_0x376bde- -_0xb6be38._0x4e9ff3,_0x43f0bf-_0xb6be38._0x140524,_0x2e73e6-0x15b);}for(const [_0x2665f3,_0x43e252]of _0x47caff['entries']()){if(_0x55cad7[_0x2304a7(-_0x4c8bd3._0x516dde,-_0x4c8bd3._0x13e1ec,-_0x4c8bd3._0x25456c,-0x277)](_0x43e252?.[_0x5ee1fb(-_0x4c8bd3._0x2c4992,-_0x4c8bd3._0x18461a,-_0x4c8bd3._0x43f321,-_0x4c8bd3._0x104f55)+_0x2304a7(-0x26f,-_0x4c8bd3._0x49b0e0,-_0x4c8bd3._0x39e324,-0x275)],_0x20f665)&&_0x55cad7[_0x5ee1fb(-0x2f1,-_0x4c8bd3._0x5c9b7e,-_0x4c8bd3._0x2a0ddc,-_0x4c8bd3._0x200d4c)](_0x43e252?.[_0x5ee1fb(-0x30e,-0x328,-_0x4c8bd3._0x47a3f1,-_0x4c8bd3._0x43f321)],_0x55cad7[_0x5ee1fb(-_0x4c8bd3._0x362278,-_0x4c8bd3._0x450f81,-0x2ff,-0x30b)])){if(_0x55cad7[_0x2304a7(-0x26b,-0x250,-0x27f,-_0x4c8bd3._0x307ca5)](_0x55cad7[_0x2304a7(-_0x4c8bd3._0x13e1ec,-_0x4c8bd3._0x11b6f6,-0x229,-_0x4c8bd3._0x2f821f)],_0x55cad7[_0x2304a7(-_0x4c8bd3._0x5d87a6,-0x25f,-0x268,-_0x4c8bd3._0x23abeb)]))return;else _0x4d7fb0['add'](_0x2665f3),_0x55cad7['FwfLw'](_0x45ac9a,_0x2665f3);}if(_0x43e252?.[_0x2304a7(-_0x4c8bd3._0xcf0d18,-0x25b,-0x270,-_0x4c8bd3._0x4ee3f8)+_0x2304a7(-_0x4c8bd3._0x54e1f1,-0x273,-0x25e,-0x280)]===_0x20f665){_0x4d7fb0[_0x5ee1fb(-0x317,-0x323,-_0x4c8bd3._0x4d29d7,-0x31e)](_0x2665f3);if(_0x43e252['groupId'])_0x24b5c5['add'](_0x43e252[_0x5ee1fb(-0x328,-_0x4c8bd3._0x492be6,-_0x4c8bd3._0x20b6ff,-_0x4c8bd3._0x14be1f)]);if(_0x43e252[_0x2304a7(-0x23b,-0x22d,-_0x4c8bd3._0x24cebf,-_0x4c8bd3._0x572ea1)+'oupId'])_0x24b5c5[_0x2304a7(-_0x4c8bd3._0x50d7d0,-_0x4c8bd3._0x5d87a6,-_0x4c8bd3._0x7bed03,-_0x4c8bd3._0x54e1f1)](_0x43e252[_0x2304a7(-0x23b,-_0x4c8bd3._0x476b0b,-0x228,-_0x4c8bd3._0x496964)+_0x2304a7(-_0x4c8bd3._0x2f821f,-0x23e,-0x240,-0x25e)]);}}};_0x55cad7['FwfLw'](_0x45ac9a,_0x2e61cc);if(_0x55cad7[_0x10e695(-_0x4ccb36._0x59b262,-0x150,-0x140,-_0x4ccb36._0x524643)](_0x24b5c5[_0x10e695(-_0x4ccb36._0x31fc88,-_0x4ccb36._0x5f4df1,-0x14d,-0x138)],0x30+0x19a3+-0x19d3))for(const [_0x2e2c08,_0x51adb4]of _0x47caff[_0x152494(-0xb,_0x4ccb36._0x1db94a,0x14,_0x4ccb36._0xcd6957)]()){if(!_0x51adb4)continue;const _0x3f3fce=_0x55cad7['WxAmw'](_0x51adb4[_0x10e695(-0x148,-_0x4ccb36._0x663cf,-0x13b,-_0x4ccb36._0x1c50c8)],_0x55cad7[_0x10e695(-_0x4ccb36._0x111542,-0x133,-_0x4ccb36._0x156008,-0x134)])||_0x55cad7['WxAmw'](_0x51adb4['isJudgeTas'+'k'],!![]);if(!_0x3f3fce)continue;const _0x31c29a=_0x51adb4[_0x152494(-0x1d,-0xa,-_0x4ccb36._0x20979a,-_0x4ccb36._0x395e60)]||_0x51adb4['originalGr'+_0x152494(-0x1,_0x4ccb36._0x184bbd,_0x4ccb36._0x7e8baf,0x6)];_0x31c29a&&_0x24b5c5[_0x152494(_0x4ccb36._0x184bbd,_0x4ccb36._0x11b154,_0x4ccb36._0x35fa3e,0x31)](_0x31c29a)&&_0x4d7fb0[_0x10e695(-_0x4ccb36._0x5c083a,-0x14e,-0x15b,-0x134)](_0x2e2c08);}function _0x152494(_0x37ed0f,_0x2a943c,_0x3ab2ea,_0x295e6e){return _0x56cd(_0x2a943c- -_0x198039._0x587173,_0x295e6e);}_0x4d7fb0[_0x152494(0x7,-_0x4ccb36._0x3823f2,-0xa,-0x2)](_0x2e61cc);const _0x4ee68c={};_0x4ee68c[_0x10e695(-_0x4ccb36._0x36e610,-0x149,-_0x4ccb36._0x2e1ffe,-_0x4ccb36._0x59802a)+_0x10e695(-0x14b,-0x12f,-_0x4ccb36._0x3c11e8,-_0x4ccb36._0x3abfcf)]=_0x4d7fb0,_0x4ee68c[_0x152494(_0x4ccb36._0x5afed1,-0xc,-0x3,-0x11)+_0x10e695(-_0x4ccb36._0x27e863,-_0x4ccb36._0x5e5158,-0x157,-_0x4ccb36._0x5a074c)]=_0x24b5c5;function _0x10e695(_0x5b2a0d,_0x16f5d3,_0x1b4370,_0x45a167){return _0x56cd(_0x16f5d3- -_0x12530c._0xbe484c,_0x5b2a0d);}return _0x4ee68c;}export function findJudgeTasksForGroup(_0x412e71,_0xfbb34a){const _0xbcd807={_0x2fd87b:0xcf,_0x238401:0xd2,_0x310d6d:0xc0,_0x98a893:0x131,_0x2ffdb9:0x13d,_0x514fbf:0x13d,_0x54c2e1:0x13f,_0x5d01e6:0x146,_0x42af97:0x15c,_0x478f7d:0x13e,_0x227a10:0xa3,_0x48a8d8:0xdc,_0xccd135:0xa8,_0x4affed:0xbc,_0x266d20:0x90,_0x1d3096:0x90,_0xcce0cf:0x13a,_0x14ca7f:0x8e,_0x5356f1:0xa3,_0x1f39fe:0x12d},_0x2680c8={};function _0x2314bb(_0x55610b,_0x46612b,_0x2eb282,_0x4bd086){return _0x56cd(_0x4bd086- -0x16c,_0x46612b);}_0x2680c8[_0x2314bb(-_0xbcd807._0x2fd87b,-_0xbcd807._0x238401,-0xb5,-_0xbcd807._0x310d6d)]=_0x15e493(_0xbcd807._0x98a893,_0xbcd807._0x2ffdb9,_0xbcd807._0x514fbf,0x15a),_0x2680c8[_0x15e493(0x12f,_0xbcd807._0x54c2e1,0x13f,0x124)]=function(_0x230d76,_0x2bf1f3){return _0x230d76===_0x2bf1f3;};const _0x37ccd0=_0x2680c8;function _0x15e493(_0xaef2c0,_0x264678,_0x3f2e8a,_0x1267bf){return _0x56cd(_0x264678-0x76,_0x3f2e8a);}const _0x1a5332=new Set();if(!_0xfbb34a)return _0x1a5332;for(const [_0x5f773e,_0x49cde5]of _0x412e71[_0x15e493(0x118,0x131,_0xbcd807._0x5d01e6,0x129)]()){if(!_0x49cde5)continue;const _0x2684ef=_0x49cde5[_0x15e493(_0xbcd807._0x42af97,0x145,_0xbcd807._0x478f7d,0x158)]===_0x37ccd0[_0x2314bb(-_0xbcd807._0x227a10,-0xaf,-_0xbcd807._0x48a8d8,-0xc0)]||_0x49cde5[_0x2314bb(-0xa3,-0xc7,-0xd3,-0xb8)+'k']===!![];if(!_0x2684ef)continue;const _0x3cc24e=_0x49cde5[_0x2314bb(-0xcd,-_0xbcd807._0xccd135,-0xb9,-_0xbcd807._0x4affed)]||_0x49cde5[_0x2314bb(-_0xbcd807._0x266d20,-_0xbcd807._0x1d3096,-0x94,-0x92)+_0x15e493(0x144,_0xbcd807._0xcce0cf,0x148,0x14c)];_0x37ccd0[_0x2314bb(-0xb2,-0x96,-_0xbcd807._0x14ca7f,-_0xbcd807._0x5356f1)](_0x3cc24e,_0xfbb34a)&&_0x1a5332[_0x15e493(0x11e,_0xbcd807._0x1f39fe,0x133,0x141)](_0x5f773e);}return _0x1a5332;}export function findOrphanedAncestorObjectives(_0x50c387,_0x3e2990){const _0x11cd42={_0x4765c0:0x25c,_0x5dd29d:0x272,_0x5939d8:0x23f,_0x4f82b3:0x25e,_0x53b1f2:0xc7,_0x462755:0xc9,_0x286a2e:0xbb,_0xc5e756:0x247,_0x2c4f9d:0x253,_0x7bf8fe:0x268,_0x227374:0x25d,_0x4e0164:0x26a,_0x3679ec:0xc5,_0x29326a:0xd4,_0x21de50:0xd0,_0x49d95c:0x254,_0x2cb443:0x266,_0x569c18:0xcd,_0x41877d:0xe9,_0x4822d7:0x288,_0xfb80fc:0x269,_0x3059cd:0x281,_0x56be07:0xd6,_0x5793a4:0xd7,_0x36f318:0xd0,_0x3b2535:0xc3,_0x497221:0x261,_0x18d05f:0xe5,_0x121f93:0xd9,_0x3ef137:0xd4,_0x1c7fc6:0x26d,_0x15a441:0x268,_0x4d6ab2:0xa0,_0xfe6086:0x246,_0x155fd4:0x263,_0x294703:0x25f,_0x533a8c:0x270,_0x4093e7:0x9c,_0x364ad4:0xc0,_0x56dd55:0xb6,_0x2a8214:0xc3,_0x452d86:0x28b,_0x2354d5:0xab,_0x46d751:0x8a},_0xf5dc3a={_0x188acc:0x172,_0x2f29d4:0x159,_0x222789:0x168,_0x448c8e:0x1db,_0x3187c9:0x174,_0x17ecf9:0x187,_0x13a51b:0x198,_0x3887f1:0x195,_0x5f4ed2:0x1fc,_0x9178c4:0x1fa,_0x4169d8:0x1ed,_0x3a90ab:0x157,_0x38547e:0x16d,_0x4f766b:0x16a,_0x1ac847:0x20b,_0x4618ca:0x205,_0xc27ce8:0x1f1,_0x42c035:0x1f7,_0x5e8057:0x152,_0x287c3a:0x169,_0x2bc9c9:0x13a,_0x2e9cd9:0x141,_0x4d3c9d:0x15c,_0xfd9198:0x14e,_0x4eef0d:0x16b,_0x3f6cc7:0x17a,_0xf6b0a3:0x18c,_0xf42186:0x180,_0x3e4310:0x153,_0x5d6527:0x15d,_0x2b352c:0x142,_0x119ef1:0x21c,_0x3ed6fa:0x180,_0xbe3e74:0x184,_0x54392d:0x203,_0x5c7c0a:0x1f1,_0x3391c8:0x1d4,_0x133dc2:0x202,_0x21cb24:0x1f9,_0x2b2fec:0x220,_0x544746:0x20d,_0x45eec2:0x160,_0x8e2260:0x170,_0xc469aa:0x163,_0x52ae3a:0x196,_0x13bc6f:0x177,_0x548887:0x170,_0x424e8e:0x170,_0x1c8723:0x18c,_0x330b56:0x185,_0x4574dc:0x1df,_0x571911:0x20e,_0x2fe5c7:0x1f5,_0x3b5534:0x193,_0x969cd7:0x16c,_0x59842f:0x13f,_0xf73174:0x159,_0x33f3b9:0x1ea,_0x4af6d4:0x1e3},_0x146f11={_0x22d6b0:0x288,_0x27646c:0x25e,_0x51d360:0x26d},_0x5c6f14={_0x10e0a1:0x11b,_0x5afc9a:0x2ac},_0x4534d8={_0x4edd74:0x327},_0x25cc18={_0x460c47:0x17a};function _0x3c5e6b(_0x414e55,_0x16e97c,_0x562fb6,_0x23bc7c){return _0x56cd(_0x23bc7c- -_0x25cc18._0x460c47,_0x16e97c);}const _0x3a2a94={'BdNch':function(_0x223e67,_0x2ad631){return _0x223e67(_0x2ad631);},'Tavzb':function(_0x30c622,_0x4587d7){return _0x30c622===_0x4587d7;},'YnCFE':function(_0x13eed2,_0x3a03c7){return _0x13eed2(_0x3a03c7);},'PyoHo':'zuXTE','goUVp':function(_0x4a1137,_0x2ebfdc){return _0x4a1137!==_0x2ebfdc;},'zxdLX':_0x43ed2e(-0x253,-_0x11cd42._0x4765c0,-_0x11cd42._0x5dd29d,-_0x11cd42._0x5939d8),'yazYh':_0x43ed2e(-0x246,-0x252,-0x241,-_0x11cd42._0x4f82b3),'cEbFE':function(_0x54be08,_0x731b88){return _0x54be08===_0x731b88;},'LNyby':_0x3c5e6b(-_0x11cd42._0x53b1f2,-_0x11cd42._0x462755,-0xb2,-_0x11cd42._0x286a2e),'gPAvc':function(_0x42dbb0,_0x26f8cc){return _0x42dbb0&&_0x26f8cc;},'NBKJW':_0x43ed2e(-_0x11cd42._0xc5e756,-_0x11cd42._0x2c4f9d,-_0x11cd42._0x7bf8fe,-_0x11cd42._0x227374),'NWFcg':function(_0x11f8a3,_0x550d28){return _0x11f8a3===_0x550d28;},'VRfEA':_0x43ed2e(-_0x11cd42._0x4e0164,-0x25b,-0x24b,-0x263)},_0x1a0481=new Set(_0x3e2990),_0x34b1c4=[],_0x1d39bf=new Set(),_0x42e1ee=new Set();for(const _0x5edf19 of _0x3e2990){const _0x5a2b79=_0x50c387[_0x3c5e6b(-_0x11cd42._0x3679ec,-0xc5,-0xab,-0xc0)](_0x5edf19);if(_0x5a2b79?.[_0x3c5e6b(-_0x11cd42._0x29326a,-0xbe,-_0x11cd42._0x21de50,-0xc8)+'ctiveId']){if(_0x3a2a94['NWFcg'](_0x43ed2e(-_0x11cd42._0x2c4f9d,-_0x11cd42._0x49d95c,-0x24e,-_0x11cd42._0x2cb443),_0x3a2a94[_0x3c5e6b(-0xbf,-_0x11cd42._0x569c18,-_0x11cd42._0x41877d,-0xd2)])){_0x157903?.[_0x43ed2e(-0x28c,-0x276,-_0x11cd42._0x4822d7,-0x262)+_0x43ed2e(-_0x11cd42._0xfb80fc,-_0x11cd42._0x3059cd,-0x286,-0x266)]===_0x360afb&&_0x4f08af?.[_0x3c5e6b(-_0x11cd42._0x56be07,-0xc3,-_0x11cd42._0x5793a4,-0xc1)]==='objective'&&(_0x5df1f6[_0x3c5e6b(-0xb4,-0xc0,-_0x11cd42._0x36f318,-_0x11cd42._0x3b2535)](_0x5c4f1d),_0x3a2a94['BdNch'](_0x2523ec,_0x1a3b01));if(_0x3a2a94['Tavzb'](_0x4d890b?.[_0x43ed2e(-_0x11cd42._0x497221,-0x275,-0x269,-0x277)+_0x3c5e6b(-0xba,-_0x11cd42._0x18d05f,-_0x11cd42._0x121f93,-_0x11cd42._0x3ef137)],_0x2f0637)){_0x4559e9['add'](_0xd3f705);if(_0x5e9c3b[_0x43ed2e(-_0x11cd42._0x1c7fc6,-0x277,-0x27a,-0x25d)])_0xef77d7[_0x43ed2e(-0x27c,-0x270,-_0x11cd42._0x15a441,-0x28a)](_0x20e80a['groupId']);if(_0x27fdfe[_0x3c5e6b(-0xac,-0xb5,-0xb9,-_0x11cd42._0x4d6ab2)+_0x43ed2e(-_0x11cd42._0xfe6086,-_0x11cd42._0x155fd4,-0x26a,-0x26f)])_0x427e4c[_0x43ed2e(-_0x11cd42._0x294703,-_0x11cd42._0x533a8c,-0x280,-0x27d)](_0x26be2f[_0x3c5e6b(-_0x11cd42._0x4093e7,-0xbd,-0x86,-0xa0)+_0x3c5e6b(-0xc7,-_0x11cd42._0x364ad4,-0xa7,-0xb6)]);}}else _0x42e1ee[_0x3c5e6b(-0xd7,-_0x11cd42._0x56dd55,-0xd6,-_0x11cd42._0x2a8214)](_0x5a2b79[_0x43ed2e(-0x264,-0x275,-0x25b,-_0x11cd42._0x452d86)+'ctiveId']);}}function _0x43ed2e(_0x2e2364,_0xd7f8e6,_0x4a2bd8,_0x2087fa){return _0x56cd(_0xd7f8e6- -_0x4534d8._0x4edd74,_0x2e2364);}const _0x338750=_0x36edf9=>{const _0x181b9e={_0x1de9c9:0x102,_0x381278:0x70};function _0x427e9e(_0x2c4651,_0x4da317,_0x510202,_0x2fb9ce){return _0x3c5e6b(_0x2c4651-_0x5c6f14._0x10e0a1,_0x2c4651,_0x510202-0x135,_0x2fb9ce-_0x5c6f14._0x5afc9a);}function _0x1d78e1(_0x58bf82,_0x24a7d4,_0x4527d7,_0x519be4){return _0x43ed2e(_0x519be4,_0x58bf82-0xf9,_0x4527d7-_0x181b9e._0x1de9c9,_0x519be4-_0x181b9e._0x381278);}const _0x498de7={'tWjFM':function(_0x50d1d0,_0x4072be){function _0x27b9d5(_0x1b0155,_0x355ecb,_0x4be1f9,_0xbf3174){return _0x56cd(_0xbf3174- -0x33a,_0x355ecb);}return _0x3a2a94[_0x27b9d5(-_0x146f11._0x22d6b0,-_0x146f11._0x27646c,-0x25f,-_0x146f11._0x51d360)](_0x50d1d0,_0x4072be);}};if(_0x3a2a94['PyoHo']===_0x3a2a94['PyoHo']){if(_0x1d39bf[_0x1d78e1(-0x160,-_0xf5dc3a._0x188acc,-_0xf5dc3a._0x2f29d4,-_0xf5dc3a._0x222789)](_0x36edf9))return;_0x1d39bf[_0x427e9e(0x1dc,_0xf5dc3a._0x448c8e,0x1fd,0x1e9)](_0x36edf9);const _0xf06caf=_0x50c387[_0x1d78e1(-_0xf5dc3a._0x3187c9,-_0xf5dc3a._0x17ecf9,-0x158,-0x17c)](_0x36edf9);if(!_0xf06caf||_0x3a2a94[_0x1d78e1(-0x185,-_0xf5dc3a._0x13a51b,-0x177,-_0xf5dc3a._0x3887f1)](_0xf06caf[_0x427e9e(0x1f4,0x1dd,_0xf5dc3a._0x5f4ed2,0x1eb)],'objective')||!_0xf06caf['isPinned'])return;let _0x55ca2c=![];for(const [_0x1bdafa,_0x5d15ca]of _0x50c387[_0x427e9e(0x209,_0xf5dc3a._0x9178c4,0x1d6,_0xf5dc3a._0x4169d8)]()){if(_0x3a2a94[_0x1d78e1(-_0xf5dc3a._0x3a90ab,-_0xf5dc3a._0x38547e,-_0xf5dc3a._0x4f766b,-0x171)](_0x3a2a94[_0x427e9e(0x201,_0xf5dc3a._0x1ac847,0x1e2,0x1f3)],_0x3a2a94[_0x427e9e(_0xf5dc3a._0x4618ca,0x212,_0xf5dc3a._0xc27ce8,_0xf5dc3a._0x42c035)]))_0x498de7[_0x1d78e1(-_0xf5dc3a._0x5e8057,-_0xf5dc3a._0x287c3a,-_0xf5dc3a._0x2bc9c9,-_0xf5dc3a._0x2e9cd9)](_0x3b2299,_0x4f44b9);else{if(_0x3a2a94[_0x1d78e1(-0x15e,-0x166,-_0xf5dc3a._0x4d3c9d,-_0xf5dc3a._0xfd9198)](_0x5d15ca?.[_0x1d78e1(-0x17c,-_0xf5dc3a._0x4eef0d,-_0xf5dc3a._0x3f6cc7,-_0xf5dc3a._0xf6b0a3)+_0x1d78e1(-0x188,-0x17f,-_0xf5dc3a._0xf42186,-0x183)],_0x36edf9)&&_0x5d15ca[_0x1d78e1(-_0xf5dc3a._0x3e4310,-_0xf5dc3a._0x5d6527,-0x152,-_0xf5dc3a._0x2b352c)]&&!_0x1a0481[_0x427e9e(0x1ec,0x20f,_0xf5dc3a._0x119ef1,0x200)](_0x1bdafa)){_0x55ca2c=!![];break;}}}let _0x215298=![];for(const [_0xcd1496,_0x2f205c]of _0x50c387[_0x1d78e1(-0x173,-_0xf5dc3a._0x3ed6fa,-0x17b,-_0xf5dc3a._0xbe3e74)]()){if(_0x3a2a94[_0x427e9e(0x1f8,_0xf5dc3a._0x54392d,0x1e5,0x202)](_0x2f205c?.[_0x427e9e(0x1ea,_0xf5dc3a._0x5c7c0a,0x1e6,0x1e3)+'ctiveId'],_0x36edf9)&&_0x2f205c[_0x427e9e(_0xf5dc3a._0x3391c8,_0xf5dc3a._0x133dc2,0x205,0x1eb)]===_0x3a2a94['LNyby']&&_0x2f205c[_0x427e9e(0x225,_0xf5dc3a._0x21cb24,_0xf5dc3a._0x2b2fec,_0xf5dc3a._0x544746)]&&!_0x1a0481[_0x1d78e1(-_0xf5dc3a._0x45eec2,-_0xf5dc3a._0x8e2260,-_0xf5dc3a._0xc469aa,-0x14f)](_0xcd1496)){_0x215298=!![];break;}}_0x3a2a94['gPAvc'](!_0x55ca2c,!_0x215298)&&(_0x34b1c4[_0x1d78e1(-0x183,-0x194,-_0xf5dc3a._0x52ae3a,-0x16e)](_0x36edf9),_0x1a0481[_0x1d78e1(-_0xf5dc3a._0x13bc6f,-0x18b,-0x17c,-_0xf5dc3a._0x548887)](_0x36edf9),_0xf06caf[_0x1d78e1(-0x17d,-0x168,-_0xf5dc3a._0x424e8e,-0x172)+_0x1d78e1(-0x188,-_0xf5dc3a._0x1c8723,-_0xf5dc3a._0x330b56,-0x16d)]&&(_0x3a2a94['Tavzb'](_0x3a2a94['NBKJW'],_0x427e9e(_0xf5dc3a._0x4574dc,0x1e4,_0xf5dc3a._0x571911,_0xf5dc3a._0x2fe5c7))?_0x4b92a7[_0x1d78e1(-0x177,-0x174,-_0xf5dc3a._0x3b5534,-_0xf5dc3a._0x969cd7)](_0x34f639):_0x3a2a94[_0x1d78e1(-0x150,-0x149,-_0xf5dc3a._0x59842f,-_0xf5dc3a._0xf73174)](_0x338750,_0xf06caf[_0x427e9e(0x1dc,_0xf5dc3a._0x448c8e,_0xf5dc3a._0x33f3b9,_0xf5dc3a._0x4af6d4)+'ctiveId'])));}else _0x31f8fd['add'](_0x39b88e);};for(const _0x2db1a8 of _0x42e1ee){_0x3a2a94[_0x3c5e6b(-_0x11cd42._0x2354d5,-_0x11cd42._0x46d751,-0x80,-0x9c)](_0x338750,_0x2db1a8);}return _0x34b1c4;}