@profoundlogic/coderflow-server 0.6.9 → 0.7.0
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.
- package/dist/base-image/Dockerfile +3 -0
- package/dist/base-image/entrypoint.sh +13 -0
- package/dist/base-image/standard-instructions/ibmi-database-sql.md +11 -0
- package/dist/base-image/standard-instructions/ibmi-exploratory-verification.md +38 -0
- package/dist/base-image/standard-instructions/ibmi-output-requirements.md +6 -0
- package/dist/base-image/standard-instructions/output-requirements.md +18 -0
- package/dist/base-image/standard-instructions/screenshot-guidelines.md +17 -0
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.css +21 -0
- package/dist/web-ui/public/environments.html +68 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +52 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +43 -5
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x2d52f2,_0x2d65cd){const _0x2238c1={_0x339718:0x1c2,_0x139455:0x206,_0x1ed715:0x4cf,_0x525180:0x52b,_0x9adf00:0x153,_0x5033b8:0x122,_0x54ef89:0x3ff,_0x3e7a58:0x442,_0x4299b0:0x542,_0x19f105:0x12e,_0x576fce:0x125,_0x2dae51:0x576,_0x3b3052:0x51d,_0x6c1f89:0x540,_0x8271d2:0x5da,_0x4d2510:0x1dc,_0x50e0b4:0x190,_0x274780:0x10f,_0x1c4d32:0xcb},_0x1c90d5={_0x1f457e:0x334},_0x589262={_0x3e05ca:0x93};function _0x20d57d(_0x5c58b2,_0x4a9eb2,_0x2c023f,_0x5ad438){return _0xb95d(_0x5ad438- -_0x589262._0x3e05ca,_0x2c023f);}const _0x39053b=_0x2d52f2();function _0x19777d(_0x23b26a,_0x3db06a,_0xedfa17,_0xfdc841){return _0xb95d(_0xedfa17-_0x1c90d5._0x1f457e,_0xfdc841);}while(!![]){try{const _0x3b773a=parseInt(_0x20d57d(0x248,_0x2238c1._0x339718,_0x2238c1._0x139455,0x1ab))/(0x1*0x2459+0x8f6+-0x2d4e)+-parseInt(_0x19777d(0x54f,_0x2238c1._0x1ed715,0x526,_0x2238c1._0x525180))/(0x1b46+0x2*-0x11f1+0x89e)*(parseInt(_0x20d57d(0x80,0xf2,_0x2238c1._0x9adf00,_0x2238c1._0x5033b8))/(0x87*-0x9+-0x43a*0x5+-0x1*-0x19e4))+-parseInt(_0x19777d(0x40e,0x51a,0x468,_0x2238c1._0x54ef89))/(0x191f+-0x10a3+0x21e*-0x4)+-parseInt(_0x19777d(0x43e,0x49b,_0x2238c1._0x3e7a58,0x40d))/(0x1ed4*0x1+-0x962+-0x449*0x5)*(-parseInt(_0x19777d(_0x2238c1._0x4299b0,0x5d7,0x54a,0x5b3))/(0x1c0+0xddc+-0xf96))+parseInt(_0x20d57d(0x1c1,_0x2238c1._0x19f105,_0x2238c1._0x576fce,0x153))/(-0xd5e+0xf86+-0x6d*0x5)+parseInt(_0x19777d(_0x2238c1._0x2dae51,_0x2238c1._0x3b3052,_0x2238c1._0x6c1f89,_0x2238c1._0x8271d2))/(0xdad+0x36a*0x3+-0x17e3*0x1)+parseInt(_0x20d57d(0x133,_0x2238c1._0x4d2510,0x16e,_0x2238c1._0x50e0b4))/(0xa99*0x2+-0x19e3+0x4ba)*(-parseInt(_0x20d57d(_0x2238c1._0x274780,0xed,0xc0,_0x2238c1._0x1c4d32))/(-0x4*-0x9a1+-0x640+-0x672*0x5));if(_0x3b773a===_0x2d65cd)break;else _0x39053b['push'](_0x39053b['shift']());}catch(_0x3ed001){_0x39053b['push'](_0x39053b['shift']());}}}(_0x4b0b,0x16*0x3455+0x255d7+-0x5b5*-0x141));import _0x2d5707 from'express';function _0x4b0b(){const _0x1c61cd=['BMuGzMLLBgqGka','Du5ozvG','vhfuC28','sMXMwMO','tLf0sNy','DMvjza','DNHywxC','uM91DgvY','DgfZA1r5Cgu','BKftuxC','r1jlC1q','tKj2yva','yLz3BNy','vgfZAYbJCMvHDa','r0LXDwu','AeLmC0W','igzYB20GzgLZAW','r1PWweS','DuP6shG','C3vIt2jQzwn0Aq','BsbHBIbVyMPLyW','vfDWD28','C29YDe9YzgvY','lw9IAMvJDgL2zq','uMvXDwvZDcbIBW','t2L6EgG','BwfUDwfS','B21btLm','zff6vu0','yxrLzcbIEsb0yq','vgfZAYb1CgrHDa','B0fgDwy','BfbUELm','wwXUEMW','DcbJB25MAwD1CG','Awjevfa','y1ngC0q','qMrIqxC','mJK4odG1m2fTvvbzEa','igrLDgfPBhm','zhzls1m','D3jPDgvgAwXL','B2jQzwn0AxzLsq','zhPKq0m','t0X4s2W','EKDNthe','zgvY','AxzLigrLBgv0zq','swLRD1C','DgL2zxmVoM9IAG','ndm4mJH5Cu9KqvC','EKjvCNe','Aw5MBW','B0vwCe8','Dwn0Aw9UCY5Tza','zgvSzxrLihn1yG','yxqGAw5KzxGG','BwfW','sM5LwNe','DcbPBML0AwfSAq','igeGy2HPBgqGBW','Cu5Uu3i','y3jLyxrLza','DMvoyw1L','AfnUBfy','l2nOAwXKCMvU','Dg9ju09tDhjPBG','yKj0DMG','BMfTzq','ugfYzw50igLZia','DgfZAY1PBNn0CG','AgvHzgvYCW','z250sLq','DgP4uLC','CYbIEsbjra','Bwf4','ndCXmJaWmezjA1nZBq','EMvK','s0X1r1u','q1LXCui','yujMu2u','DxrMltG','C01Zt2e','Cuvgy2O','Ehjbtgi','zuLoEhu','mZyXmZi1nhDwr2LWCG','wgDHDfi','weTQs2e','uvzkz1u','zvbHDgG','vuzQuNi','DKrKDxO','yxnRvxbKyxrL','wwvHCG','BMPNz2e','ChjVDMLKzwq','C1z6vfa','zgf0zq','mtHqEgTftgC','vgfZAYbZDg9Yyq','C2v0','v3zbANG','D1HRAMC','DgfZA0LK','rwfvCxm','AwTuqLm','Bwv0ywrHDgeUAG','CgfYyw1LDgvYCW','Dg9tDhjPBMC','te1sBw8','y3jLyxrLzef0','qNrgDhC','B3v0ihbHCMvUDa','q1zxCeW','vgfZAYbMzxrJAa','C2v0vvrdrgf0zq','swXeBMq','ig11C3qGAgf2zq','wKvXzxG','C3rYAw5NAwz5','zw52AxjVBM1LBG','zIb0AguGCgfYzq','AMvJDgL2zsb0Aa','AxzLigLZig5VDa','vM5vvwi','mtq4ndK0ourTEKTVta','DejMrxC','ywrLCG','veHtB3q','C291CMnLt2jQzq','Dw5JAgvKigzYBW','BM93','tvv5s0q','DgfZA1n0B3jHzW','vgfZAYbKzwXLDa','tMX5zvi','rM9YyMLKzgvU','thjkAxe','DgfZAY1KzwXLDa','ihjLCxvLC3qGBq','qMnqsve','BNjkDxO','ywPnEKO','sw52ywXPzcb0yq','vvHkswW','zfr1s0S','AxnqAw5Uzwq','r2PJt1q','DxbKyxrLzef0','Eu5PtLq','ihjLCxvLC3qGDW','D2fYBG','ChvZAa','yI1VyMPLy3rPDG','y09vBKm','CgX6wLa','BurvCMu','BIb0yxnRieLe','AMvJDgL2zq','CxrSA3u','l3nPyMXPBMDZ','u21IDMi','BgfZDeXHDw5JAa','BMv3lxrHC2S','De9IAMvJDgL2zq','D2fbDeS','rMfPBgvKihrVia','igLUAxrPywXPEG','vefts19mt0fexW','Ae1TrM0','AxnZAw5NifGTva','zwnfEMi','qxqGBgvHC3qGBW','zxrLihn1yI1VyG','u2LQCNq','B3HKBxK','DgjRsKm','nxvNCKT4EG','zgvSzxrL','z2DqrM0','z2DUtKW','C2SGsuq','BNvTyMvY','vhftshu','z2v0vvrdrNvSBa','zM9ir3a','Cg9ZDa','zwn0AxzLig5VDa','tNzWsgS','vuLWqLK','BwrQDgG','BwvZC2fNzq','DgfZA3m','B2jQzwn0AxzLCW','Aw5NignOAwXKia','CgfYzw50t2jQzq','Bgf1BMnOq291BG','yM9KEq','z2v0','z3DeyMO','EfbbsLO','y3jLyxrLzej5','t2jQzwn0AxzLia','uKjNzee','ALrAvwG','vKXUEKS','BwTKAxi','C3rYAw5N','u2TQB3u','uvrpuKO','C29U','C2LIBgLUz0nVDq','Cgf0y2G','CMfUzg9T','y3rPDMu','mtu3ndC2neDguwDgsq','qNr4zLC','Aw1eBeC','DgL2zsbTyw5HzW','y2fSBgLUz1rHCW','q29UzMXPy3q','AxrOihvUA25VDW','C3vIC3rY','BNqGB2jQzwn0Aq','EfjJA08','C3vJy2vZCW','uxngv1q','l3n1yI1VyMPLyW','zcbIEsb0yxnR','ywDLBNrZ','C2LIBgLUz3m','A25lDNK','BKDSA3a','vurzBNy','BgrYzw4UierLBa','CgfYyw1Z','CMvJDxjZAxzL','vgHPCYb0yxnRia','BM90igfUig9IAG','Aw5ZDhj1y3rPBW','D0zXCfi','s0XpDwO','t3HiqMC','vw5HDxrOB3jPEG','AxzLigrLDgfPBa','BM90igzVDw5K','rffkvgW','D0f3qui','zYbVyMPLy3rPDG','sw9jA2u','ksbTDxn0igjLia','ig9IAMvJDgL2zq','u2vYDMLJzsbUBW','y2XpBLO','igeGiM5HBwuIia','zMLNs1q','AxzLihvWzgf0zq','mJKZnZa3meDuBNLyzG','z2v0vvrdrgf0zq','Aw5NihbHCMvUDa','zfPxAeG','CgfKu3rHCNq','Aw5Nihn1yI1VyG','zsb1CgrHDgu','C0LQAKG','DefmCuK','C3rHDhvZ','z2uGCgf0AcbUBW','CgvYC2LZDcbVyG','C29YDa','uMjgtNG','zwn0AxzLswq','y0XVBMq','DuL2q3O','q1ziuvK','zhKGBxvZDcbPBG','zwqGyNKGDgfZAW','yxnRluLKigHLyq','BwfUywDLBwvUDa','q3PKrMi','r0jYBfu','AxzLig5VDcbMBW','DgL2zq','zwn0AxzL','DuPHv3y','Dwn1wve','sw50zxjUywWGuW','D2fZig5VDcbSyq','s2Tks1a','wKLisLe','BgvUz3rO','teXyA2e','AM9PBG','DgfZAY11CgrHDa','yMDLzhK','txDTsKS','AfPIBK4','y2HPBgrYzw4','y2HPBgrdB3vUDa','DKfptuu','qMfKifjLCxvLCW','Ae1Zs0e','yNjHBMnOzxm','sgTlze0','C0jKrg8','l29IAMvJDgL2zq','A2jjAvG','Ee1Kyu0','vgfZAYbHDhrLBq','CKHfs0C','B2jQzwn0AxzL','zxjYB3i','CfvXCvm','D1znyMm','CgvYC2LZDcbZDq','B3v0Chv0','yNjVywrJyxn0va','rfzKu3C','vgfYz2v0igLZia','BMfTzsbVCIbPBG','yxqGAgfZignOAq','su14Avu','u3vIlw9IAMvJDa','Aw5NihnPyMXPBG','zxrLignOAwXKCG','Ec10yxnRlwLK','AKvvz1K','AwLPywq','zwrbDa','AxzLCYbJCMvHDa','ve1LzxO','BgfZDe1VzgLMAq','zwn0AxzLihvWza','vgfZAY1jzcbOzq','CNjHEsb3AxrOia','y3rPDMvjza','tM90iezVDw5K','zw50CMLLCW','rLDRwNi','B3vPrgm','zwrcEvrHC2Tjza','wMvhsha','Bg9Uz2vYigv4Aq','lZPPza','mty1qxvtvLHR','BMuGAxrLBq','zM9Yy2u','C3rYDwn0Aw9UCW','ANnVBG','ihjVDxrLig5VDa','t3LTwvm','y0nnuu0','B2vRz2S','ugfYzw50ig9IAG','tNfyEKC'];_0x4b0b=function(){return _0x1c61cd;};return _0x4b0b();}import{promises as _0x18fc5c}from'fs';function _0xb95d(_0x121e86,_0x5aeb1a){_0x121e86=_0x121e86-(-0xa06*0x1+-0x2668+0x3157*0x1);const _0x22d8d5=_0x4b0b();let _0x2cc439=_0x22d8d5[_0x121e86];if(_0xb95d['UNSMEV']===undefined){var _0x1fb7fe=function(_0xfb6d4c){const _0x37376c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2c22a5='',_0x39acd7='';for(let _0x4064eb=0x138f+-0x95f*0x4+0x11ed,_0x1e790a,_0x50bed7,_0x3ec1e9=-0x1ad1+0x865*-0x3+-0x4*-0xd00;_0x50bed7=_0xfb6d4c['charAt'](_0x3ec1e9++);~_0x50bed7&&(_0x1e790a=_0x4064eb%(0x21b+-0xe2e+0xc17)?_0x1e790a*(0x1757+0xbf5*0x2+0x3*-0xfab)+_0x50bed7:_0x50bed7,_0x4064eb++%(0x4de*-0x7+0x32c*0xb+-0xce))?_0x2c22a5+=String['fromCharCode'](-0x3*-0x8db+0x13cf+-0x2d61&_0x1e790a>>(-(-0x130a+-0x106f+0x1f*0x125)*_0x4064eb&0x2074+-0x13b4+-0xcba)):0x1*0x214f+-0xde8+-0x1367){_0x50bed7=_0x37376c['indexOf'](_0x50bed7);}for(let _0x297b35=0x10ec*-0x1+0x226f*-0x1+-0x335b*-0x1,_0x4aa59a=_0x2c22a5['length'];_0x297b35<_0x4aa59a;_0x297b35++){_0x39acd7+='%'+('00'+_0x2c22a5['charCodeAt'](_0x297b35)['toString'](0x1a+0xb*-0x332+0x231c))['slice'](-(-0x6d3+-0x2f9+0x9ce));}return decodeURIComponent(_0x39acd7);};_0xb95d['Zepkqk']=_0x1fb7fe,_0xb95d['WQXoIZ']={},_0xb95d['UNSMEV']=!![];}const _0x4ad51f=_0x22d8d5[-0x1812+-0x1faa+0x29*0x15c],_0x2531f3=_0x121e86+_0x4ad51f,_0x15e380=_0xb95d['WQXoIZ'][_0x2531f3];return!_0x15e380?(_0x2cc439=_0xb95d['Zepkqk'](_0x2cc439),_0xb95d['WQXoIZ'][_0x2531f3]=_0x2cc439):_0x2cc439=_0x15e380,_0x2cc439;}import _0x49eb11 from'path';import{logger}from'../lib/logger.js';const router=_0x2d5707[_0x49fac5(0x147,0x17f,0x1c6,0x23e)]();function _0x49fac5(_0x3835d0,_0x676df0,_0x331d27,_0xd4bc0b){return _0xb95d(_0x331d27- -0x1,_0x676df0);}let tasks=null,taskStoragePath=null,broadcastTaskUpdate=null;export function initializeObjectiveManagement(_0x6a3ed){const _0x585546={_0x2693fe:0x2e0,_0x1fd4d3:0x2f0,_0x43088f:0x298,_0x62fdbf:0x333,_0x18e164:0x2a6,_0x1291c9:0x2a4,_0x2e4f0b:0x307,_0x1c4921:0x286,_0x5f5a15:0x33f},_0x5aada8={_0x3a747c:0x24,_0x2e0486:0xee},_0x5d14d3={_0x370972:0x123,_0x53b5cc:0x17};tasks=_0x6a3ed[_0x2610a0(0x276,0x1e8,0x23f,_0x585546._0x2693fe)];function _0x2610a0(_0x40185f,_0x44b6b2,_0x1f08ab,_0x1f6a3f){return _0x49fac5(_0x40185f-0x8c,_0x1f6a3f,_0x1f08ab-_0x5d14d3._0x370972,_0x1f6a3f-_0x5d14d3._0x53b5cc);}taskStoragePath=_0x6a3ed[_0x370223(0x281,_0x585546._0x1fd4d3,_0x585546._0x43088f,_0x585546._0x62fdbf)+_0x370223(_0x585546._0x18e164,_0x585546._0x1291c9,0x34e,_0x585546._0x2e4f0b)];function _0x370223(_0x53b5e9,_0x11160d,_0x2d85c6,_0x477155){return _0x49fac5(_0x53b5e9-_0x5aada8._0x3a747c,_0x11160d,_0x477155-_0x5aada8._0x2e0486,_0x477155-0xe6);}broadcastTaskUpdate=_0x6a3ed[_0x370223(0x2b4,0x2eb,0x2b6,_0x585546._0x1c4921)+_0x2610a0(0x3b5,0x38f,_0x585546._0x5f5a15,0x32f)];}function requireTaskAuth(_0x524422,_0x577c69,_0x601030){const _0x21afa5={_0x264911:0x213,_0x42cacf:0x1d3,_0x24c621:0x202,_0x4c88cd:0x29d,_0x5e5465:0x22d,_0x1ed421:0x1d5,_0x579ec5:0x1d6,_0x5704e3:0x133,_0x5665fa:0x1dc,_0x28842f:0x1f3,_0x4d1c85:0x127,_0x3055ca:0x19b,_0x2deb05:0x2a5,_0x6266c2:0x289,_0x3507d7:0x191,_0x1568ae:0x192,_0x558a3a:0x2d3,_0x385536:0x2cb,_0x392551:0x2c9,_0x29036d:0x2bc,_0xccdb4c:0x29e,_0x3606ee:0x204,_0x165146:0x2ab,_0xa88e05:0x245,_0x41511e:0x28f,_0x391d9c:0x1f1,_0x91ad82:0xa5,_0x4afeac:0x25d,_0x44fe2b:0x29c,_0x2c41ae:0x248,_0x4dc1c6:0x19a,_0xd61544:0x148,_0x58828a:0x198,_0x1de2e2:0x176,_0x141503:0x1f1,_0x1b06c3:0x178,_0x56f60c:0x230,_0x571391:0x296,_0x3ef27c:0x2ec,_0x3809db:0x24a,_0x13880d:0x231,_0x13a444:0x1b3,_0x57a9eb:0x203,_0x1f0489:0x1be,_0x5aa1b1:0x20b,_0x1ea9c6:0x133,_0x4a31c8:0x1bc,_0x508e5b:0x12e,_0x29e31e:0x1df,_0x30a835:0x1de,_0x395811:0x115,_0x5919d6:0x20f,_0x1ca28c:0x2e6,_0x59ab35:0x2b2,_0x389239:0x28b,_0x3f25ff:0x25b,_0x2a96a2:0x2cb,_0x22a4a4:0x25f,_0x3162c9:0x206,_0x1b27ea:0x281,_0x951254:0x2ca,_0x227bfa:0x22a,_0x452ac5:0x152,_0x583d1c:0x1e8,_0x1ef7db:0x1d0,_0x45072d:0x241,_0x33e0e4:0x2ad,_0x561a4f:0x26f,_0x28aee1:0x2d7,_0x578166:0x232,_0x2ae919:0x21e,_0x11a83e:0x195,_0x6ecf35:0xe3,_0x4e3516:0x1ea,_0x3ea40c:0x15f,_0x12a4b6:0x212,_0x3ca6e8:0x23d,_0x32f15c:0x1ec,_0x2ca318:0x220,_0x4f8134:0xc8,_0x18207d:0xf3,_0x646e15:0x125,_0x22b076:0x1ba,_0x410951:0x20c,_0x5c318c:0xfb,_0x4e5360:0x22c,_0x2ac959:0x2ac,_0x12be6e:0x23f,_0x3e339e:0x1fc,_0x15125b:0x2de,_0x356ebd:0x225,_0x226c31:0x275,_0xb95736:0x263,_0x4f2478:0x1fa,_0x3361b7:0x1e0,_0x1e2165:0x15a,_0x5328a0:0x12f,_0x4b9d9c:0x20c,_0x57212c:0x294,_0x5121c2:0x209,_0x87c49c:0x2d1,_0xd50593:0x2f9,_0x4b7e36:0x26e,_0x2ff570:0x18c,_0x56f96e:0x185,_0x45ef0f:0x1b1,_0x5ac189:0x1d9,_0x122dc6:0xb7,_0x222733:0x100,_0x57b184:0x121,_0x378260:0x24e,_0x14b641:0x1cf,_0x3a3420:0x2cc,_0x142e94:0x2fc,_0x1bea9a:0x2bb,_0x13dcbc:0x19e,_0x13c282:0x217,_0x2c69b0:0x1ae,_0x1b61c3:0x225,_0x517ab3:0x106,_0xb26dd7:0x161,_0x53a16a:0x25e,_0x5ec48f:0x2b3,_0x5ea768:0x204,_0x4b9827:0x1cd,_0x5b354f:0x299,_0x372bf5:0x256,_0x46d2ab:0x241,_0x1ac96d:0x16e,_0x9b5fa0:0x1f2,_0x14fff8:0x237,_0x3f4b38:0x1be,_0x234d7a:0x289,_0x173c37:0x2b7,_0x400a34:0x223,_0x5b372b:0x162,_0x3f54ec:0x1d0,_0x1d719a:0x2a9,_0x1c1493:0x248,_0x168362:0x1f0,_0x2c9ca0:0x1cb,_0x50e5b7:0x23b,_0x45860c:0x2d2,_0x1b66f3:0x1cc,_0x435c04:0x20c,_0x59f0d1:0x10d,_0x5545fe:0x158,_0x4cd344:0x1b2,_0x27e7d2:0x1b3,_0xc662e0:0x2d1,_0x390f4d:0x232,_0x59400c:0x14a,_0xa4719e:0x132,_0x40863b:0x1d0,_0x1b1a09:0x249,_0x4ac8e5:0x1c6,_0x18fae6:0x248,_0x37e614:0x28c,_0x4ec26a:0x2d8,_0x4c112a:0x1e2,_0x26cc97:0x183,_0x718252:0x1d2,_0x4e766e:0x219,_0x2b6ef0:0x2bd,_0xbb10aa:0x2a2,_0x30e851:0x273,_0x286b24:0x221,_0x6ca82b:0x214,_0x58282f:0x11c,_0x40544e:0x14c,_0x24c69d:0x122,_0x18691a:0x224,_0x48c9cb:0x1d1,_0x1fdcc2:0x2d5,_0x2c58f1:0x1c7,_0x7f0696:0x26b,_0x395fc2:0x270,_0x20c6be:0x208,_0x4bec7d:0x1a6,_0x349d3c:0x212,_0x102980:0x1df,_0x28971d:0x234,_0x559f60:0x20c,_0x3ee9cb:0x322,_0x32bf5e:0x1fd,_0x518f82:0x227,_0x5cae0f:0x145,_0x4109a4:0xee,_0x3d7f90:0x13c,_0x1be733:0x122,_0x211c29:0x231,_0x1d0d14:0x262,_0x551f68:0x22e,_0x54e8b3:0x1f3,_0x1d802c:0x21f,_0x3d227a:0x2aa,_0x25dead:0x144,_0x215789:0x20f,_0x18d10a:0x1d0,_0x22a934:0x29c,_0x1e44ef:0x293,_0x1a6226:0x197,_0x12e0eb:0x2d7,_0x3f9fd3:0x9e,_0x30bb95:0xdd,_0x341215:0x11f,_0x5474e5:0x258,_0x1b0fa4:0x1fd,_0x37c4dc:0x232,_0x25408b:0x1ab,_0x299b9c:0x244,_0x58d5ee:0x2c7,_0x11f4c9:0x216,_0x3d3162:0x274,_0x1e099c:0x1bb},_0x1dc14a={_0x4998b6:0x192,_0x480b6c:0xe3},_0x503d9b={_0xdc61ff:0x97,_0x2b9f44:0x1e5},_0x3eed3d={'sIjjH':_0x4cd0b7(-0x1b4,-_0x21afa5._0x264911,-0x1a7,-_0x21afa5._0x42cacf)+'pted\x20objec'+_0x4cd0b7(-_0x21afa5._0x24c621,-0x1de,-_0x21afa5._0x4c88cd,-_0x21afa5._0x5e5465)+'ement\x20with'+_0x4cd0b7(-_0x21afa5._0x1ed421,-0x1a2,-_0x21afa5._0x579ec5,-_0x21afa5._0x5704e3)+'\x20objective','bgedy':_0x3e795f(-0x17c,-0x191,-0x121,-_0x21afa5._0x5665fa),'jTZUh':_0x4cd0b7(-0x23c,-_0x21afa5._0x28842f,-0x18e,-0x1db)+'t','HgFwv':_0x4cd0b7(-0x1da,-_0x21afa5._0x4d1c85,-_0x21afa5._0x3055ca,-0x1c9)+'not\x20an\x20obj'+_0x3e795f(-0x24d,-0x29c,-_0x21afa5._0x2deb05,-_0x21afa5._0x6266c2),'tBfEw':_0x3e795f(-0x223,-_0x21afa5._0x3507d7,-0x259,-_0x21afa5._0x1568ae),'nASQw':_0x3e795f(-_0x21afa5._0x558a3a,-0x2c7,-_0x21afa5._0x385536,-0x2f0),'yltoz':_0x3e795f(-_0x21afa5._0x392551,-0x288,-_0x21afa5._0x29036d,-0x2eb),'xPAJZ':_0x3e795f(-_0x21afa5._0xccdb4c,-0x340,-_0x21afa5._0x3606ee,-_0x21afa5._0x165146)+_0x4cd0b7(-0x179,-_0x21afa5._0xa88e05,-_0x21afa5._0x41511e,-_0x21afa5._0x391d9c)+_0x4cd0b7(-0xe1,-0x17a,-_0x21afa5._0x91ad82,-0x118)+_0x4cd0b7(-0x26c,-_0x21afa5._0x4afeac,-_0x21afa5._0x44fe2b,-0x25d)+_0x4cd0b7(-0x246,-_0x21afa5._0x2c41ae,-0x1b1,-0x1f2)+_0x4cd0b7(-_0x21afa5._0x4dc1c6,-_0x21afa5._0xd61544,-_0x21afa5._0x58828a,-_0x21afa5._0x1de2e2),'wXkjg':_0x3e795f(-0x29e,-0x22e,-0x308,-0x2fe)+_0x4cd0b7(-0x2a1,-0x26b,-0x26b,-_0x21afa5._0x141503)+_0x4cd0b7(-_0x21afa5._0x1b06c3,-0x220,-0x24c,-0x1aa)+_0x3e795f(-0x2c1,-_0x21afa5._0x56f60c,-_0x21afa5._0x571391,-_0x21afa5._0x3ef27c)+'ed','bBtvh':_0x3e795f(-_0x21afa5._0x3809db,-0x21c,-_0x21afa5._0x13880d,-_0x21afa5._0x13a444)+'erver\x20Erro'+'r','yCzrP':_0x4cd0b7(-_0x21afa5._0x57a9eb,-0x24c,-_0x21afa5._0x1f0489,-_0x21afa5._0x5aa1b1)+_0x3e795f(-0x1ca,-_0x21afa5._0x1ea9c6,-0x1e9,-_0x21afa5._0x4a31c8)+_0x4cd0b7(-_0x21afa5._0x508e5b,-0x1a7,-_0x21afa5._0x58828a,-0x157),'JlfZj':_0x4cd0b7(-_0x21afa5._0x29e31e,-_0x21afa5._0x30a835,-_0x21afa5._0x395811,-0x14d),'VLnzK':_0x3e795f(-0x29e,-0x232,-0x30d,-_0x21afa5._0x5919d6)+_0x3e795f(-0x252,-_0x21afa5._0x1ca28c,-0x1fb,-_0x21afa5._0x59ab35)+_0x3e795f(-0x2d2,-0x345,-0x220,-0x2e2)+_0x3e795f(-_0x21afa5._0x389239,-_0x21afa5._0x29036d,-_0x21afa5._0x3f25ff,-_0x21afa5._0x2a96a2)+'n\x20task\x20ID','hMsKA':'Unauthoriz'+'ed','aNYov':'Invalid\x20ta'+_0x3e795f(-0x2b3,-_0x21afa5._0x22a4a4,-_0x21afa5._0x3162c9,-0x29a),'CVHQY':_0x3e795f(-0x27b,-_0x21afa5._0x1b27ea,-0x2a1,-_0x21afa5._0x951254)+_0x4cd0b7(-_0x21afa5._0x227bfa,-_0x21afa5._0x452ac5,-_0x21afa5._0x571391,-_0x21afa5._0x583d1c)+'unched\x20fro'+_0x4cd0b7(-0x150,-_0x21afa5._0x1ef7db,-0x10b,-0x190)+_0x4cd0b7(-0x1a6,-0x1a5,-0x155,-0x1ed),'rOqwP':_0x4cd0b7(-0x1d7,-_0x21afa5._0x45072d,-0x233,-0x1a6)+_0x3e795f(-_0x21afa5._0x33e0e4,-_0x21afa5._0x561a4f,-_0x21afa5._0x28aee1,-0x26f)+'\x20found','RBgdA':function(_0x1aa1fb,_0xa6564c){return _0x1aa1fb!==_0xa6564c;},'dQzUM':_0x3e795f(-_0x21afa5._0x578166,-_0x21afa5._0x2ae919,-0x237,-_0x21afa5._0x11a83e),'MUyKD':_0x4cd0b7(-_0x21afa5._0x6ecf35,-_0x21afa5._0x4e3516,-0x161,-_0x21afa5._0x3ea40c)+'not\x20an\x20obj'+_0x4cd0b7(-0x1a9,-_0x21afa5._0x12a4b6,-_0x21afa5._0x3ca6e8,-_0x21afa5._0x32f15c),'DQJTl':function(_0x352df9){return _0x352df9();}},_0x13b39f=_0x524422[_0x3e795f(-_0x21afa5._0x1f0489,-0x163,-0x26c,-_0x21afa5._0x2ca318)][_0x3eed3d[_0x4cd0b7(-_0x21afa5._0x4f8134,-_0x21afa5._0x18207d,-0x163,-_0x21afa5._0x646e15)]];if(!_0x13b39f){if(_0x3eed3d[_0x4cd0b7(-_0x21afa5._0x22b076,-_0x21afa5._0x410951,-_0x21afa5._0x5c318c,-0x19b)]!==_0x3eed3d['yltoz']){logger['warn'](_0x3eed3d[_0x4cd0b7(-_0x21afa5._0x4e5360,-_0x21afa5._0x2ac959,-0x200,-_0x21afa5._0x12be6e)]);const _0x5e9181={};return _0x5e9181[_0x3e795f(-0x231,-_0x21afa5._0x3e339e,-_0x21afa5._0x15125b,-_0x21afa5._0x356ebd)]=_0x3e795f(-_0x21afa5._0x226c31,-0x25d,-0x1e3,-_0x21afa5._0xb95736)+'ed',_0x5e9181[_0x4cd0b7(-0x20c,-_0x21afa5._0x4f2478,-_0x21afa5._0x3361b7,-0x248)]='Missing\x20X-'+'Task-Id\x20he'+_0x4cd0b7(-_0x21afa5._0x1e2165,-0x184,-_0x21afa5._0x5328a0,-0x124),_0x577c69[_0x4cd0b7(-0x1b8,-0x25e,-0x257,-0x1fd)](-0x171+-0x2*0xb39+-0x1*-0x1974)[_0x3e795f(-_0x21afa5._0x4b9d9c,-_0x21afa5._0x57212c,-_0x21afa5._0x579ec5,-_0x21afa5._0x5121c2)](_0x5e9181);}else{const _0x555592={};_0x555592['taskId']=_0x47dcec,_0x501d12[_0x3e795f(-_0x21afa5._0x87c49c,-0x305,-_0x21afa5._0xd50593,-0x373)](_0x3eed3d['sIjjH'],_0x555592);const _0x509822={};return _0x509822[_0x4cd0b7(-0x1a9,-_0x21afa5._0x4b7e36,-0x153,-0x1d0)]=_0x3eed3d[_0x4cd0b7(-_0x21afa5._0x2ff570,-_0x21afa5._0x56f96e,-0x27a,-0x1e1)],_0x509822[_0x4cd0b7(-0x226,-0x23c,-_0x21afa5._0x45ef0f,-0x248)]=_0x3e795f(-0x27b,-_0x21afa5._0x5ac189,-0x261,-0x327)+'was\x20not\x20la'+_0x4cd0b7(-0xd7,-_0x21afa5._0x122dc6,-_0x21afa5._0x222733,-_0x21afa5._0x57b184)+'m\x20an\x20objec'+_0x3e795f(-_0x21afa5._0x378260,-_0x21afa5._0x14b641,-0x26d,-_0x21afa5._0x3a3420),_0x523ca6[_0x3e795f(-0x25e,-_0x21afa5._0x142e94,-_0x21afa5._0x1bea9a,-0x271)](0x22ac+0x1b51+-0x26*0x197)[_0x4cd0b7(-0x223,-0x19e,-_0x21afa5._0x452ac5,-0x1ab)](_0x509822);}}function _0x3e795f(_0x17f1dd,_0x3a801d,_0x588b2b,_0x45c2b3){return _0x49fac5(_0x17f1dd-_0x503d9b._0xdc61ff,_0x45c2b3,_0x17f1dd- -0x3c4,_0x45c2b3-_0x503d9b._0x2b9f44);}if(!tasks){logger['error'](_0x3eed3d[_0x3e795f(-_0x21afa5._0x13dcbc,-_0x21afa5._0x13c282,-_0x21afa5._0x2c69b0,-0x114)]);const _0x3efbd0={};return _0x3efbd0[_0x3e795f(-0x231,-0x2d1,-_0x21afa5._0x1b61c3,-0x258)]=_0x3eed3d[_0x4cd0b7(-0x101,-0x145,-_0x21afa5._0x517ab3,-_0x21afa5._0xb26dd7)],_0x3efbd0['message']=_0x3eed3d['yCzrP'],_0x577c69[_0x3e795f(-_0x21afa5._0x53a16a,-_0x21afa5._0x1ed421,-_0x21afa5._0x5ec48f,-0x2c3)](-0x1135+0xeb8+-0x1*-0x471)[_0x4cd0b7(-_0x21afa5._0x5ea768,-_0x21afa5._0x4b9827,-0x12e,-0x1ab)](_0x3efbd0);}const _0x276189=tasks[_0x4cd0b7(-_0x21afa5._0x5b354f,-0x1af,-_0x21afa5._0x372bf5,-_0x21afa5._0x46d2ab)](_0x13b39f);if(!_0x276189){if(_0x3eed3d['JlfZj']===_0x3eed3d[_0x4cd0b7(-0x1fd,-0x214,-_0x21afa5._0x1ac96d,-0x1a1)]){const _0x27f107={};_0x27f107[_0x3e795f(-0x19d,-0xf6,-_0x21afa5._0x9b5fa0,-_0x21afa5._0x14fff8)]=_0x13b39f,logger[_0x4cd0b7(-_0x21afa5._0x3f4b38,-_0x21afa5._0x234d7a,-_0x21afa5._0x173c37,-0x270)](_0x3eed3d[_0x4cd0b7(-0x255,-_0x21afa5._0x400a34,-0x263,-0x23a)],_0x27f107);const _0x4ada4a={};return _0x4ada4a[_0x4cd0b7(-0x1f6,-0x13f,-_0x21afa5._0x5b372b,-_0x21afa5._0x3f54ec)]=_0x3eed3d[_0x4cd0b7(-0x167,-0x1ae,-0x15d,-0x1da)],_0x4ada4a[_0x3e795f(-_0x21afa5._0x1d719a,-0x223,-0x33a,-_0x21afa5._0x1c1493)]=_0x3eed3d['aNYov'],_0x577c69[_0x3e795f(-0x25e,-_0x21afa5._0x168362,-0x301,-0x252)](0x950+0xb7+-0x876)[_0x3e795f(-_0x21afa5._0x4b9d9c,-0x290,-0x183,-0x2b5)](_0x4ada4a);}else{const _0x505c82={};return _0x505c82[_0x3e795f(-0x231,-0x2c1,-0x2cd,-0x2d3)]=_0x3eed3d[_0x4cd0b7(-_0x21afa5._0x2c9ca0,-0x209,-0x1d4,-_0x21afa5._0x50e5b7)],_0x505c82[_0x4cd0b7(-0x22d,-_0x21afa5._0x45860c,-_0x21afa5._0x1b66f3,-0x248)]=_0x3eed3d['HgFwv'],_0x5b6330['status'](0x1f6d+0xe50+0x1*-0x2c2d)[_0x3e795f(-_0x21afa5._0x435c04,-0x16a,-_0x21afa5._0x2ff570,-0x17e)](_0x505c82);}}if(!_0x276189[_0x4cd0b7(-_0x21afa5._0x59f0d1,-_0x21afa5._0x5545fe,-_0x21afa5._0x4cd344,-0x122)+_0x4cd0b7(-0x12e,-_0x21afa5._0x27e7d2,-0x246,-0x1b8)]){const _0x4bb53a={};_0x4bb53a['taskId']=_0x13b39f,logger[_0x3e795f(-_0x21afa5._0xc662e0,-0x325,-0x37e,-0x2b3)](_0x3eed3d[_0x3e795f(-0x260,-0x1ee,-0x2e4,-_0x21afa5._0x390f4d)],_0x4bb53a);const _0x50b463={};return _0x50b463[_0x4cd0b7(-0x27a,-_0x21afa5._0x59400c,-_0x21afa5._0xa4719e,-_0x21afa5._0x40863b)]='Forbidden',_0x50b463[_0x4cd0b7(-_0x21afa5._0x1b1a09,-0x23b,-_0x21afa5._0x4ac8e5,-_0x21afa5._0x18fae6)]=_0x3eed3d[_0x3e795f(-0x256,-0x200,-_0x21afa5._0x37e614,-_0x21afa5._0x4ec26a)],_0x577c69['status'](0x1*0xf92+-0x142*0x5+-0x7b5*0x1)['json'](_0x50b463);}_0x524422[_0x3e795f(-0x28d,-_0x21afa5._0x4c112a,-0x2f5,-0x215)+'k']=_0x276189,_0x524422[_0x3e795f(-0x183,-0x137,-0x1c6,-0x22b)+'ctiveId']=_0x276189[_0x3e795f(-_0x21afa5._0x26cc97,-0x158,-_0x21afa5._0x718252,-0x1d5)+_0x3e795f(-_0x21afa5._0x4e766e,-_0x21afa5._0x2b6ef0,-0x16c,-0x29c)];const _0x3488d8=tasks[_0x3e795f(-_0x21afa5._0xbb10aa,-_0x21afa5._0x30e851,-_0x21afa5._0x286b24,-0x24d)](_0x276189['sourceObje'+_0x3e795f(-_0x21afa5._0x4e766e,-0x19f,-0x2a3,-0x167)]);if(!_0x3488d8){const _0x2a0b30={};_0x2a0b30[_0x3e795f(-0x19d,-_0x21afa5._0x6ca82b,-0x217,-_0x21afa5._0x58282f)]=_0x13b39f,_0x2a0b30[_0x4cd0b7(-0x9d,-0x14d,-_0x21afa5._0x40544e,-_0x21afa5._0x24c69d)+'ctiveId']=_0x276189[_0x3e795f(-0x183,-_0x21afa5._0x18691a,-_0x21afa5._0x48c9cb,-0x1f3)+_0x4cd0b7(-0x1af,-0x24d,-_0x21afa5._0x2ff570,-0x1b8)],logger[_0x4cd0b7(-_0x21afa5._0x1fdcc2,-_0x21afa5._0x2c58f1,-_0x21afa5._0x7f0696,-_0x21afa5._0x395fc2)](_0x3eed3d['rOqwP'],_0x2a0b30);const _0x305066={};return _0x305066['error']='Not\x20Found',_0x305066[_0x4cd0b7(-0x1b7,-0x2df,-0x216,-0x248)]=_0x4cd0b7(-0x23c,-0x165,-_0x21afa5._0x20c6be,-_0x21afa5._0x4bec7d)+'ective\x20no\x20'+_0x3e795f(-_0x21afa5._0x349d3c,-_0x21afa5._0x102980,-0x195,-_0x21afa5._0x28971d)+'sts',_0x577c69['status'](0x481*0x5+0x748+-0x1c39)[_0x3e795f(-_0x21afa5._0x559f60,-0x1c4,-0x175,-0x162)](_0x305066);}function _0x4cd0b7(_0x301af1,_0x1a16e3,_0x462ff1,_0x547845){return _0x49fac5(_0x301af1-_0x1dc14a._0x4998b6,_0x301af1,_0x547845- -0x363,_0x547845-_0x1dc14a._0x480b6c);}if(_0x3eed3d[_0x3e795f(-_0x21afa5._0x4c88cd,-_0x21afa5._0x3ee9cb,-0x27c,-0x231)](_0x3488d8[_0x4cd0b7(-0x19d,-_0x21afa5._0x227bfa,-0x1e5,-_0x21afa5._0x32bf5e)],_0x3eed3d[_0x3e795f(-0x1e9,-0x1a9,-_0x21afa5._0x518f82,-_0x21afa5._0x3809db)])){const _0x1be44f={};_0x1be44f[_0x4cd0b7(-0x1a5,-_0x21afa5._0x5cae0f,-_0x21afa5._0x4109a4,-_0x21afa5._0x3d7f90)]=_0x13b39f,_0x1be44f[_0x4cd0b7(-0x16a,-0x7f,-0x18f,-_0x21afa5._0x1be733)+'ctiveId']=_0x276189[_0x3e795f(-0x183,-0x1bb,-_0x21afa5._0x211c29,-0x168)+_0x4cd0b7(-0x16c,-0x166,-_0x21afa5._0x1d0d14,-0x1b8)],_0x1be44f[_0x3e795f(-0x25e,-0x226,-0x220,-_0x21afa5._0x551f68)]=_0x3488d8[_0x3e795f(-0x25e,-_0x21afa5._0x54e8b3,-_0x21afa5._0x1d802c,-_0x21afa5._0x3d227a)],logger['warn'](_0x3eed3d[_0x4cd0b7(-0xbe,-_0x21afa5._0x25dead,-0x90,-0x11f)],_0x1be44f);const _0x41f267={};return _0x41f267[_0x4cd0b7(-_0x21afa5._0x3507d7,-0x277,-_0x21afa5._0x215789,-_0x21afa5._0x18d10a)]=_0x3eed3d[_0x3e795f(-_0x21afa5._0x22a934,-0x21b,-_0x21afa5._0x1e44ef,-0x205)],_0x41f267[_0x4cd0b7(-0x226,-_0x21afa5._0x1a6226,-_0x21afa5._0x12e0eb,-0x248)]=_0x3eed3d[_0x4cd0b7(-_0x21afa5._0x3f9fd3,-0x181,-_0x21afa5._0x30bb95,-_0x21afa5._0x341215)],_0x577c69[_0x4cd0b7(-0x1a0,-_0x21afa5._0x5474e5,-0x17c,-_0x21afa5._0x1b0fa4)](0xd1e+0xba0+-0x7ba*0x3)[_0x4cd0b7(-0x116,-0x167,-_0x21afa5._0x37c4dc,-_0x21afa5._0x25408b)](_0x41f267);}_0x524422[_0x3e795f(-0x2a5,-_0x21afa5._0x299b9c,-_0x21afa5._0x58d5ee,-_0x21afa5._0x11f4c9)+_0x4cd0b7(-_0x21afa5._0x4a31c8,-_0x21afa5._0x3d3162,-_0x21afa5._0x1e099c,-0x231)]=_0x3488d8,_0x3eed3d[_0x4cd0b7(-0x1d1,-0x1ea,-_0x21afa5._0x4afeac,-0x211)](_0x601030);}router[_0x2cfe1c(0x573,0x577,0x484,0x4fe)]('/parent',requireTaskAuth,async(_0x5be117,_0x381444)=>{const _0x5093a6={_0x12da12:0x17b,_0x1d152e:0x1ed,_0x181a77:0x23a,_0x3adfd4:0x2e8,_0xefe6fe:0x3c2,_0x27b907:0x2a2,_0x1a1af4:0x426,_0x42f182:0x163,_0x26d048:0x426,_0x13f271:0x3e8,_0x39e5b0:0x3a6,_0x2790e3:0x3ec,_0x43b157:0x401,_0x3b4652:0x3bb,_0x3f4f68:0x202,_0x5c04d9:0x436,_0x5875a4:0x4ba,_0x40c57b:0x37e,_0x22dbe2:0x322,_0x728de2:0x3ad,_0x112ee7:0x25d,_0x44b1b7:0x28a,_0x254541:0x23f,_0x493d19:0xbd,_0x6211ee:0x152,_0x21a074:0x18e,_0x393019:0x115,_0xac1327:0x1c3,_0x42ddb1:0x36e,_0x13c801:0x186,_0x4a45e1:0x129,_0x5d8f3b:0x15c,_0x3a3795:0x461,_0x475c49:0x44c,_0x198e26:0x298,_0x59859f:0x38b,_0x4adcdf:0x37b,_0x1077be:0x3ae,_0x3266f2:0x3da,_0x47c62d:0x1b0,_0x3cf731:0x1df,_0x4856fc:0x1c8,_0x125b16:0x28a,_0xd784ba:0x331,_0x942374:0x372,_0x4d9bc8:0x2ec},_0x310988={_0x29de1b:0x3f},_0x18d4b5={_0x2af006:0x10,_0x49a554:0x130},_0x105ec2={};_0x105ec2[_0x50f304(-_0x5093a6._0x12da12,-_0x5093a6._0x1d152e,-_0x5093a6._0x181a77,-0x203)]=_0x50f304(-0x1a8,-0x1bc,-0x195,-0x158)+_0x48997f(0x392,0x2fe,_0x5093a6._0x3adfd4,_0x5093a6._0xefe6fe)+_0x50f304(-_0x5093a6._0x27b907,-0x2b8,-0x2b1,-0x233)+_0x48997f(0x419,0x401,0x468,_0x5093a6._0x1a1af4);const _0x13cffe=_0x105ec2,{parentObjective:_0x380037,callingTask:_0x551d7e}=_0x5be117;function _0x50f304(_0x4ed0b3,_0x9e20b9,_0x50721a,_0x3d8c33){return _0x2cfe1c(_0x4ed0b3-_0x18d4b5._0x2af006,_0x4ed0b3,_0x50721a-_0x18d4b5._0x49a554,_0x3d8c33- -0x766);}const _0x1383d1={};_0x1383d1[_0x50f304(-0x18a,-0x169,-0xfc,-0x163)]=_0x551d7e[_0x50f304(-0x12d,-0x177,-0x118,-_0x5093a6._0x42f182)],_0x1383d1['objectiveI'+'d']=_0x380037['taskId'],logger[_0x48997f(_0x5093a6._0x26d048,_0x5093a6._0x13f271,0x46b,_0x5093a6._0x39e5b0)](_0x13cffe['vAOME'],_0x1383d1);const _0x3951b9={};_0x3951b9['taskId']=_0x380037[_0x48997f(0x45a,_0x5093a6._0x2790e3,_0x5093a6._0x43b157,_0x5093a6._0x3b4652)],_0x3951b9[_0x50f304(-_0x5093a6._0x3f4f68,-0x20f,-0xf9,-0x187)]=_0x380037[_0x48997f(_0x5093a6._0x5c04d9,0x3b7,0x405,_0x5093a6._0x5875a4)],_0x3951b9['status']=_0x380037['status'],_0x3951b9[_0x48997f(_0x5093a6._0x40c57b,_0x5093a6._0x22dbe2,_0x5093a6._0x728de2,_0x5093a6._0x40c57b)+'ns']=_0x380037['parameters']?.[_0x50f304(-_0x5093a6._0x112ee7,-0x2c1,-_0x5093a6._0x44b1b7,-_0x5093a6._0x254541)+'ns']||'',_0x3951b9['environmen'+'t']=_0x380037[_0x50f304(-_0x5093a6._0x493d19,-0x1b7,-0xaa,-_0x5093a6._0x6211ee)+'t'],_0x3951b9[_0x50f304(-_0x5093a6._0x21a074,-0x24e,-_0x5093a6._0x393019,-_0x5093a6._0xac1327)]=_0x380037[_0x48997f(0x3fa,_0x5093a6._0x42ddb1,0x412,0x498)],_0x3951b9['parameters']=_0x380037['parameters'],_0x3951b9[_0x50f304(-_0x5093a6._0x13c801,-_0x5093a6._0x4a45e1,-0x127,-_0x5093a6._0x5d8f3b)]=_0x380037[_0x48997f(_0x5093a6._0x3a3795,0x45c,_0x5093a6._0x475c49,0x4e7)],_0x3951b9[_0x48997f(0x323,_0x5093a6._0x198e26,0x2ec,_0x5093a6._0x59859f)]=_0x380037[_0x48997f(0x323,0x2c1,_0x5093a6._0x4adcdf,_0x5093a6._0x1077be)],_0x3951b9[_0x48997f(0x352,_0x5093a6._0x3266f2,0x320,0x3e6)+_0x50f304(-0x178,-_0x5093a6._0x47c62d,-0x260,-_0x5093a6._0x3cf731)]=_0x380037[_0x50f304(-_0x5093a6._0x4856fc,-0x24c,-0x266,-0x26b)+'ctiveId'],_0x3951b9[_0x50f304(-_0x5093a6._0x125b16,-0x1d0,-0x23c,-0x26a)+'t']=_0x380037[_0x50f304(-0x219,-0x2e1,-0x29c,-0x26a)+'t']||0x1298+-0x6f*0x23+-0x23*0x19,_0x3951b9[_0x48997f(_0x5093a6._0xd784ba,0x302,0x338,0x326)+_0x48997f(0x3d7,_0x5093a6._0x942374,0x3fc,0x395)]=_0x380037[_0x50f304(-0x1ff,-0x332,-_0x5093a6._0x4d9bc8,-0x28c)+'edAt'];function _0x48997f(_0x511e81,_0x35555d,_0x1b3c65,_0x16dbcd){return _0x49fac5(_0x511e81-0x116,_0x35555d,_0x511e81-0x233,_0x16dbcd-_0x310988._0x29de1b);}_0x381444['json'](_0x3951b9);}),router[_0x2cfe1c(0x537,0x590,0x451,0x4fe)](_0x49fac5(0x1e4,0x12c,0x18d,0x230)+_0x2cfe1c(0x612,0x597,0x5c9,0x58f),requireTaskAuth,async(_0x3d7e83,_0x3704d4)=>{const _0x4aa4ca={_0x83e822:0x3f7,_0x5a5086:0x381,_0x5cbb46:0x30f,_0x4a29d7:0x523,_0x4373ea:0x5b8,_0x519cd4:0x521,_0x5f0b70:0x3fd,_0x2abe57:0x3e2,_0x544407:0x353,_0x415698:0x566,_0x3b8530:0x55c,_0x25b174:0x66b,_0x18df21:0x34a,_0x1d2ea2:0x62a,_0x48ec9c:0x5c2,_0x52dd1c:0x3ce,_0x5dec0d:0x583,_0x289167:0x463,_0xafc780:0x5a2,_0xd2a3d1:0x3a7,_0xe82fbf:0x365,_0x5ef215:0x3e4,_0x2b46b8:0x3ea,_0xe1a236:0x3b0,_0x1de4fc:0x33a,_0x12729d:0x2dd,_0x543f86:0x300,_0x13b6dd:0x562,_0x44b8f1:0x46a,_0x3c89c2:0x37a,_0x33bf8a:0x2ff,_0x180aaf:0x3ca,_0x2531df:0x56a,_0x2b539c:0x532,_0x4749a4:0x582,_0x6882f4:0x320,_0x294b39:0x328,_0x1dcce8:0x371,_0x196bd1:0x4b1,_0x386744:0x43b,_0x6fc6b5:0x3c1,_0x33e37e:0x570,_0x5e5faf:0x417,_0x1e3e1a:0x45a,_0x5a9c3b:0x57b,_0x270ff9:0x598,_0x5c4cdc:0x592,_0xf3de36:0x46a,_0x38eeae:0x43f,_0x4ab765:0x4e2,_0x425e17:0x4d2,_0x4e5a9d:0x361,_0x2c6519:0x333,_0x53eae3:0x2b7,_0x8eb59e:0x5a2,_0x4e71c8:0x53a,_0x54c68d:0x4f1,_0x122941:0x524,_0xaaff8b:0x402,_0xbe2c63:0x4de},_0x1ea6e7={_0x2cb3ad:0x7a,_0x442ffc:0x53},_0x23d58a={};_0x23d58a[_0x4dce3a(0x5cb,0x4d6,0x586,0x583)]=function(_0x3e1495,_0x286ade){return _0x3e1495!==_0x286ade;};function _0x4dce3a(_0x388f25,_0x289b66,_0x267da,_0x271e52){return _0x49fac5(_0x388f25-0xde,_0x388f25,_0x271e52-0x38f,_0x271e52-0x179);}_0x23d58a[_0x426296(_0x4aa4ca._0x83e822,_0x4aa4ca._0x5a5086,_0x4aa4ca._0x5cbb46,0x2d0)]=_0x4dce3a(_0x4aa4ca._0x4a29d7,_0x4aa4ca._0x4373ea,0x488,_0x4aa4ca._0x519cd4),_0x23d58a[_0x426296(_0x4aa4ca._0x5f0b70,0x3e4,0x361,_0x4aa4ca._0x2abe57)]=_0x426296(0x413,0x3c0,_0x4aa4ca._0x544407,0x3a1),_0x23d58a[_0x426296(0x2c7,0x320,0x271,0x350)]=_0x4dce3a(_0x4aa4ca._0x415698,_0x4aa4ca._0x3b8530,_0x4aa4ca._0x25b174,0x5c1)+'ing\x20object'+_0x426296(0x349,0x364,0x3d5,_0x4aa4ca._0x18df21)+_0x4dce3a(_0x4aa4ca._0x1d2ea2,_0x4aa4ca._0x48ec9c,0x4f4,0x598);const _0x3e0224=_0x23d58a,{callingTask:_0x467464}=_0x3d7e83,_0x11f989=_0x3d7e83[_0x4dce3a(0x55c,0x52c,0x44e,0x4d6)]['id'],_0x1c9268=tasks[_0x426296(0x2f4,0x336,_0x4aa4ca._0x52dd1c,0x333)](_0x11f989);if(!_0x1c9268||_0x3e0224[_0x4dce3a(0x5de,0x4da,0x588,_0x4aa4ca._0x5dec0d)](_0x1c9268['status'],_0x3e0224[_0x4dce3a(0x544,_0x4aa4ca._0x289167,_0x4aa4ca._0xafc780,0x4fc)])){const _0x363277={};return _0x363277[_0x426296(0x33f,_0x4aa4ca._0xd2a3d1,0x3e2,0x325)]=_0x3e0224[_0x426296(_0x4aa4ca._0xe82fbf,_0x4aa4ca._0x5ef215,_0x4aa4ca._0x2b46b8,_0x4aa4ca._0xe1a236)],_0x363277[_0x4dce3a(0x48f,0x525,0x466,0x4aa)]=_0x426296(0x2c8,_0x4aa4ca._0x1de4fc,_0x4aa4ca._0x12729d,_0x4aa4ca._0x543f86)+_0x4dce3a(_0x4aa4ca._0x13b6dd,_0x4aa4ca._0x44b8f1,0x55a,0x4e0),_0x3704d4[_0x426296(0x315,_0x4aa4ca._0x3c89c2,0x3fb,_0x4aa4ca._0x33bf8a)](0x1df9*-0x1+0x9db*-0x1+0x2968)['json'](_0x363277);}const _0x2509cf={};_0x2509cf['taskId']=_0x467464[_0x426296(0x432,0x43b,0x409,_0x4aa4ca._0x180aaf)],_0x2509cf['objectiveI'+'d']=_0x11f989,logger[_0x4dce3a(_0x4aa4ca._0x2531df,0x625,_0x4aa4ca._0x2b539c,_0x4aa4ca._0x4749a4)](_0x3e0224[_0x426296(0x2ba,_0x4aa4ca._0x6882f4,_0x4aa4ca._0x294b39,_0x4aa4ca._0x1dcce8)],_0x2509cf);function _0x426296(_0x4582e7,_0x5d5a06,_0x145831,_0x8f5c4c){return _0x49fac5(_0x4582e7-_0x1ea6e7._0x2cb3ad,_0x8f5c4c,_0x5d5a06-0x214,_0x8f5c4c-_0x1ea6e7._0x442ffc);}const _0x41b0a7={};_0x41b0a7[_0x426296(_0x4aa4ca._0x196bd1,_0x4aa4ca._0x386744,_0x4aa4ca._0x6fc6b5,0x425)]=_0x1c9268[_0x4dce3a(_0x4aa4ca._0x33e37e,0x5bb,0x59e,0x5b6)],_0x41b0a7[_0x426296(0x40e,_0x4aa4ca._0x5e5faf,_0x4aa4ca._0x1e3e1a,0x48c)]=_0x1c9268[_0x4dce3a(_0x4aa4ca._0x5a9c3b,0x530,_0x4aa4ca._0x270ff9,_0x4aa4ca._0x5c4cdc)],_0x41b0a7['instructio'+'ns']=_0x1c9268[_0x426296(_0x4aa4ca._0xf3de36,_0x4aa4ca._0x38eeae,_0x4aa4ca._0x4ab765,_0x4aa4ca._0x425e17)]?.['instructio'+'ns']||'',_0x41b0a7[_0x426296(_0x4aa4ca._0x4e5a9d,_0x4aa4ca._0x2c6519,0x2b9,_0x4aa4ca._0x53eae3)+_0x4dce3a(0x5b9,0x4bd,_0x4aa4ca._0x8eb59e,_0x4aa4ca._0x4e71c8)]=_0x1c9268[_0x4dce3a(_0x4aa4ca._0x54c68d,0x446,0x4a2,0x4ae)+'ctiveId'],_0x41b0a7[_0x4dce3a(0x543,_0x4aa4ca._0x122941,0x60d,0x5bd)]=_0x1c9268['createdAt'],_0x41b0a7[_0x4dce3a(_0x4aa4ca._0xaaff8b,_0x4aa4ca._0xbe2c63,0x467,0x47f)]=_0x1c9268['updatedAt'],_0x3704d4['json'](_0x41b0a7);}),router[_0x2cfe1c(0x498,0x564,0x4f3,0x50c)]('/parent',requireTaskAuth,async(_0x5a253f,_0x53d520)=>{const _0x158f4e={_0x294829:0x3f9,_0xc34b0e:0x491,_0x1bc8dd:0x42c,_0x5eedd1:0x494,_0x152757:0x4bf,_0xf812c2:0x436,_0x299fe0:0x4e8,_0x5c8c35:0x3f2,_0x437192:0x450,_0x436a2a:0x6a1,_0x342643:0x589,_0x590007:0x5f7,_0x18284d:0x565,_0xf58e34:0x4d1,_0x343495:0x529,_0xca0855:0x571,_0x5be607:0x5ce,_0x48edc6:0x39a,_0x327922:0x471,_0x39f0f5:0x4d8,_0x225dbe:0x464,_0x597245:0x47c,_0x418abe:0x5ce,_0x588182:0x560,_0x34cef2:0x50c,_0x15f1c8:0x558,_0x322d2b:0x4c3,_0x48f6db:0x480,_0x45508a:0x3f0,_0x1de149:0x545,_0x4e51a2:0x51d,_0x383600:0x52e,_0xec8c92:0x433,_0x5be827:0x415,_0x433145:0x511,_0x968f76:0x4ce,_0x1ff466:0x5d9,_0x1b2689:0x55c,_0x5061c8:0x649,_0x39d1c8:0x605,_0x57bfec:0x545,_0x4f811a:0x664,_0x222430:0x35f,_0x1c7eb5:0x32b,_0x3b71cc:0x3a6,_0x4929da:0x3ff,_0x28b9bb:0x44a,_0x2e03a7:0x36e,_0x511533:0x4e3,_0x4044c5:0x4c5,_0x3697d9:0x53f,_0x2f4b69:0x5b5,_0x20c784:0x56d,_0x1cd9ad:0x523,_0x400da8:0x3d2,_0x497066:0x4c6,_0x48fc47:0x54c,_0x2b3634:0x508,_0x494df5:0x539,_0x220e9d:0x55f,_0x5cae31:0x5e0,_0x8502ae:0x4d4,_0x431bfd:0x52b,_0x47d23e:0x518,_0x39206f:0x4cb,_0xdcbac3:0x4aa,_0x2522d0:0x443,_0x3a2c19:0x46f,_0x5f4dd5:0x4d0,_0x55696a:0x499,_0x2b8d75:0x4c8,_0x210d7a:0x453,_0x443b10:0x479,_0x332a68:0x476,_0x3f7214:0x684,_0x25bde1:0x5f3,_0x256b62:0x5f1,_0x1d8f27:0x4b9,_0x56596a:0x40a,_0x2f382a:0x60e,_0x420538:0x5ee,_0x59f842:0x625,_0x2f7ec5:0x518,_0x35c3f3:0x5c9,_0x827d51:0x56e,_0x694a98:0x5ec,_0x5eedb6:0x599,_0x431017:0x68d,_0x2e2255:0x5ec,_0x4633dd:0x54a,_0x11743f:0x55a,_0xa7a62d:0x573,_0x14f38e:0x520,_0x4b0356:0x535,_0x23016c:0x4a3,_0x59fd4c:0x577,_0x37453f:0x522,_0x4dce24:0x5c6,_0x4cfa2f:0x4a8,_0x1e8b82:0x4f7,_0x3622de:0x5a7,_0x198c57:0x4ea,_0x56e599:0x546,_0x95be02:0x4f4,_0xa58093:0x510,_0x24b993:0x490,_0x30317c:0x5f0,_0x16097e:0x64b,_0x3777a5:0x552,_0x17c81d:0x567,_0x3bc3a7:0x512,_0x925652:0x4de,_0x2670ef:0x5a5,_0x5a47ac:0x55e,_0x4a4242:0x457,_0x447b3d:0x4cf,_0x204ecf:0x5da,_0xf76998:0x618,_0x3c838c:0x3b4,_0x372c15:0x437,_0x25864f:0x603,_0x296439:0x603,_0x30f56d:0x558,_0x5a915a:0x5b5,_0x32778f:0x3a8,_0x2b6ae1:0x354,_0xac67f7:0x5bb,_0x209dd0:0x636,_0x2d374b:0x59b,_0x585d0c:0x5a8,_0xe470c:0x605,_0x2455fd:0x56c,_0x52dfdc:0x4be,_0x2dac64:0x421,_0x4478d9:0x5ac,_0x9d5097:0x608,_0x3c58a1:0x506,_0x44a5d6:0x314,_0x29b584:0x3bf,_0xd27894:0x32c,_0x183f8e:0x320,_0x3696f0:0x584,_0x502b1a:0x3d9,_0x1b2f87:0x45b,_0x300b2e:0x3b7,_0x1733c0:0x4d9,_0x124025:0x4a3,_0x5db268:0x51b,_0x2b18c7:0x57d,_0x231623:0x5be,_0x2f0b52:0x53e,_0x53dbe7:0x4b1,_0x4eea75:0x4f7,_0x249739:0x628,_0x6305c2:0x575,_0x3a8e4c:0x4f2,_0x49da09:0x545,_0x2c41f6:0x634,_0x59ace8:0x593,_0x1dfb32:0x609,_0x14e1a8:0x5c1,_0x301138:0x38e,_0x614e81:0x3b9,_0x56d336:0x486,_0x1a03a0:0x59e,_0x49ebc3:0x5eb,_0xc34dd3:0x3ad,_0x3ad647:0x424,_0x47954c:0x520,_0x448874:0x4a6,_0x495eae:0x512,_0xcc06b:0x50a,_0x3c39a7:0x436,_0x713e0c:0x53e,_0x355814:0x4c4,_0x558fc3:0x5ae,_0x358c6a:0x5ab,_0x937d74:0x544,_0x3e874f:0x525,_0x3e7946:0x4e0,_0x555e9d:0x455,_0x207848:0x414,_0x4696f6:0x3d0,_0x45e641:0x43b,_0x2f155e:0x511,_0x58166b:0x4e4,_0x1bf528:0x4e5,_0xb12609:0x43f,_0x9c344a:0x515,_0x12245a:0x538,_0x5f20b7:0x434,_0x2b01af:0x422,_0x400bed:0x4b7,_0x485809:0x4cd,_0x24d7cf:0x4f6,_0xb42dba:0x541,_0x386700:0x5d0,_0x1cb181:0x66a,_0x5cd391:0x408,_0x2dcb25:0x4a7,_0x112a94:0x3fa,_0x292f0d:0x505,_0x425ab2:0x502,_0x4d4615:0x5d7,_0x570f5e:0x584,_0x210e50:0x4f8,_0x321301:0x4d2,_0x587992:0x543,_0x711f89:0x626,_0x4ac6e9:0x44d,_0x43cd0b:0x47d,_0x5ac956:0x4cf,_0x14865e:0x49e,_0x450917:0x3ef,_0x1d4fa8:0x3a6,_0x4b4a8e:0x338,_0x377085:0x396,_0x37e800:0x398,_0x57caaa:0x538,_0x4036ba:0x596,_0x332345:0x487,_0x71d3a8:0x5df,_0x1ff5fd:0x583,_0x1e0ed7:0x44a,_0x14539f:0x614,_0x3df1b2:0x588,_0x41b4b0:0x516,_0x3be50c:0x50b,_0x4a379d:0x557,_0x337dc0:0x4ca,_0x1f547d:0x389,_0x590179:0x4a1,_0x2eddfc:0x57d,_0x1e7119:0x4a2,_0xc65cca:0x3f5,_0xf30452:0x43e,_0x70f41c:0x480,_0x5bbe24:0x45c,_0x54074a:0x5e6,_0x1d2f57:0x55b,_0x3e1174:0x660,_0xd93357:0x60c,_0x6847de:0x5b8,_0x2c1561:0x5e8,_0x3e8ca0:0x3f5,_0x153344:0x459,_0x5b2b15:0x469,_0x58cbd7:0x3d4,_0x21e830:0x53f,_0x39cc9e:0x4cb,_0x1a894c:0x42e,_0x2a1258:0x470,_0x76384e:0x502,_0x3be445:0x57e,_0x41ce81:0x57f,_0x1dfd47:0x5c8,_0x11c887:0x58a,_0x30a1f8:0x5bd,_0x54f9d3:0x3a6,_0x5a21e3:0x46b,_0x185995:0x3c3,_0x1cc4bb:0x3ed,_0x2cd6f3:0x444,_0x5c8291:0x4ee,_0x45d5fa:0x570,_0x5ecc1e:0x5f3,_0x19b160:0x546,_0x419e87:0x372,_0x4cf6d0:0x394,_0x2935eb:0x302,_0x2321a8:0x464,_0x501fcf:0x4f9,_0x3f6857:0x68a,_0x5b3ef3:0x4e1,_0x2ad605:0x679,_0x417f21:0x656,_0x34e319:0x5a9,_0xbf3a36:0x356,_0xce1e6:0x3c6,_0x2a8645:0x4b5,_0x1114fe:0x493,_0x5ef1bc:0x4f3,_0x422f1e:0x648,_0x5d299e:0x48a,_0x2c4c2a:0x477,_0x3006d8:0x516,_0x556e62:0x50d,_0x2583bd:0x5b0,_0x392e38:0x5d2,_0x6f9099:0x59d,_0x3024d4:0x40b,_0x1823f2:0x4a7,_0x3fd89d:0x673,_0xdee4f0:0x373,_0x433c88:0x3ef,_0x53c789:0x3ce,_0x48f612:0x32c,_0x5c54c0:0x506,_0xe2bfa9:0x420},_0x385447={_0x1ac369:0x1de,_0x69f475:0x17},_0x5e1883={_0x334f32:0x11a,_0x164e8f:0x1c4};function _0x34505a(_0x240289,_0x76d55f,_0x1cf4c9,_0x145ab3){return _0x49fac5(_0x240289-_0x5e1883._0x334f32,_0x145ab3,_0x1cf4c9-0x2a4,_0x145ab3-_0x5e1883._0x164e8f);}const _0x36e568={'pUqqS':_0x34505a(_0x158f4e._0x294829,_0x158f4e._0xc34b0e,_0x158f4e._0x1bc8dd,_0x158f4e._0x5eedd1)+'t','VnUUb':function(_0x3a736f,_0x39dced){return _0x3a736f===_0x39dced;},'KkJKP':_0x34505a(_0x158f4e._0x152757,0x44f,_0x158f4e._0xf812c2,_0x158f4e._0x299fe0),'hSnlV':function(_0x22f11e,_0x56afc1){return _0x22f11e!==_0x56afc1;},'IMxiU':_0x34505a(_0x158f4e._0x5c8c35,0x4ce,_0x158f4e._0x437192,0x3f7),'vxXYw':_0x48d3fa(_0x158f4e._0x436a2a,_0x158f4e._0x342643,_0x158f4e._0x590007,0x58b)+'ing\x20object'+_0x48d3fa(_0x158f4e._0x18284d,_0x158f4e._0xf58e34,0x515,_0x158f4e._0x343495)+_0x48d3fa(_0x158f4e._0xca0855,_0x158f4e._0x342643,_0x158f4e._0x5be607,0x5f0),'omANS':_0x34505a(0x2f8,0x416,_0x158f4e._0x48edc6,0x33c),'nTlJI':_0x48d3fa(_0x158f4e._0x327922,_0x158f4e._0x39f0f5,0x4cd,_0x158f4e._0x225dbe)+_0x34505a(_0x158f4e._0x597245,0x4ba,0x463,0x480)+_0x48d3fa(0x590,_0x158f4e._0x418abe,_0x158f4e._0x588182,0x4f1)+'structions'+_0x48d3fa(0x482,_0x158f4e._0x34cef2,0x51b,0x47a)+_0x34505a(_0x158f4e._0x15f1c8,0x513,_0x158f4e._0x322d2b,_0x158f4e._0x48f6db),'TMeez':'Task\x20updat'+_0x34505a(0x476,_0x158f4e._0x45508a,0x403,0x3ce)+_0x48d3fa(0x597,_0x158f4e._0x1de149,0x51c,0x50a),'UIpBY':function(_0xdef32f,_0x2a1be1){return _0xdef32f!==_0x2a1be1;},'ZIHJQ':'fNXNY','CzdFb':function(_0x5649e3,_0x220a25){return _0x5649e3!==_0x220a25;},'KLOuj':function(_0x283c4c,_0x58e461){return _0x283c4c!==_0x58e461;},'DVdSw':_0x34505a(0x468,_0x158f4e._0x4e51a2,0x486,_0x158f4e._0x383600),'QTORJ':_0x34505a(_0x158f4e._0xec8c92,_0x158f4e._0x5be827,_0x158f4e._0x327922,0x51e),'KLuGU':function(_0x2b7be3,_0x3f29ef){return _0x2b7be3(_0x3f29ef);},'hILsL':_0x34505a(0x54e,_0x158f4e._0x433145,_0x158f4e._0x968f76,0x45c)+'son','qNnSr':_0x48d3fa(0x52f,0x5fb,0x5d5,_0x158f4e._0x1ff466),'foHGp':function(_0x5e7257,_0x2d0429){return _0x5e7257!==_0x2d0429;},'rHEKG':_0x48d3fa(0x511,0x591,_0x158f4e._0x1b2689,0x528),'Oizxh':_0x48d3fa(0x65c,_0x158f4e._0x5061c8,0x5ca,_0x158f4e._0x39d1c8)+'uctions.md','GTAXy':function(_0x5191a4,_0x42bc49){return _0x5191a4!==_0x42bc49;},'hZbnN':_0x48d3fa(0x459,_0x158f4e._0x57bfec,0x4c6,0x4a3),'sVzTP':_0x48d3fa(_0x158f4e._0x15f1c8,_0x158f4e._0x4f811a,0x5cc,0x5a4),'Skjou':_0x34505a(_0x158f4e._0x222430,_0x158f4e._0x1c7eb5,_0x158f4e._0x3b71cc,_0x158f4e._0x4929da)+_0x34505a(_0x158f4e._0x28b9bb,0x375,0x40c,_0x158f4e._0x2e03a7)+'jective\x20up'+_0x34505a(0x54d,_0x158f4e._0x511533,_0x158f4e._0x4044c5,0x535),'NqXzG':_0x48d3fa(0x52a,0x56b,0x4d0,_0x158f4e._0x3697d9),'OLxKl':_0x34505a(0x4a0,0x4d6,0x461,0x44d)+_0x48d3fa(_0x158f4e._0x2f4b69,0x54e,_0x158f4e._0x20c784,0x5df)+_0x34505a(_0x158f4e._0x1cd9ad,_0x158f4e._0x400da8,0x480,0x505)+'sk'},{parentObjective:_0x3ab21a,callingTask:_0x486b68}=_0x5a253f,{name:_0x1221be,instructions:_0x27c830}=_0x5a253f[_0x34505a(0x440,0x417,0x3c5,0x379)];if(_0x36e568[_0x34505a(0x457,_0x158f4e._0x497066,0x4e0,_0x158f4e._0x48fc47)](_0x1221be,undefined)&&_0x36e568['VnUUb'](_0x27c830,undefined)){if(_0x36e568[_0x48d3fa(_0x158f4e._0x2b3634,_0x158f4e._0x494df5,0x59f,0x61d)]!==_0x48d3fa(0x53f,_0x158f4e._0x220e9d,_0x158f4e._0x5cae31,0x62b)){const _0x84d29c={};return _0x84d29c[_0x34505a(0x440,0x3ea,0x437,_0x158f4e._0x8502ae)]=_0x36e568[_0x48d3fa(0x557,0x5f9,0x559,0x603)],_0x84d29c[_0x48d3fa(0x4cd,0x52a,0x4e0,0x4cd)]=_0x36e568['nTlJI'],_0x53d520[_0x48d3fa(0x592,0x576,_0x158f4e._0x431bfd,_0x158f4e._0x47d23e)](-0x6*-0x15b+0x1cf9+-0x1b*0x151)['json'](_0x84d29c);}else{const _0x1a646a={};_0x1a646a[_0x34505a(_0x158f4e._0x39206f,_0x158f4e._0xdcbac3,0x4cb,_0x158f4e._0x2522d0)]=_0x3b3334[_0x34505a(0x436,_0x158f4e._0x3a2c19,0x4cb,_0x158f4e._0x15f1c8)],_0x1a646a['name']=_0x2038fe[_0x34505a(_0x158f4e._0x5f4dd5,_0x158f4e._0x55696a,0x4a7,_0x158f4e._0x2b8d75)],_0x1a646a[_0x34505a(_0x158f4e._0x210d7a,0x504,_0x158f4e._0x443b10,_0x158f4e._0x332a68)]=_0x335b74[_0x48d3fa(0x62c,0x5d4,0x59a,0x63b)],_0x1a646a[_0x48d3fa(_0x158f4e._0x3f7214,0x5eb,_0x158f4e._0x25bde1,_0x158f4e._0x256b62)]=_0x52f9fa['createdAt'],_0x18e88f[_0x48d3fa(0x4db,0x474,_0x158f4e._0x1d8f27,_0x158f4e._0x56596a)](_0x1a646a);}}logger[_0x48d3fa(_0x158f4e._0x2f382a,_0x158f4e._0x420538,0x5b8,_0x158f4e._0x59f842)](_0x36e568[_0x48d3fa(_0x158f4e._0x2f7ec5,_0x158f4e._0x35c3f3,0x56b,0x54d)],{'taskId':_0x486b68[_0x48d3fa(0x5cf,_0x158f4e._0x827d51,_0x158f4e._0x694a98,0x568)],'objectiveId':_0x3ab21a[_0x48d3fa(_0x158f4e._0x5eedb6,_0x158f4e._0x431017,_0x158f4e._0x2e2255,0x5ca)],'updatingName':_0x36e568[_0x48d3fa(_0x158f4e._0x4633dd,_0x158f4e._0x11743f,0x5c4,_0x158f4e._0xa7a62d)](_0x1221be,undefined),'updatingInstructions':_0x36e568[_0x34505a(_0x158f4e._0x14f38e,_0x158f4e._0x4b0356,_0x158f4e._0x23016c,0x466)](_0x27c830,undefined)});const _0x3c0143=new Date()[_0x48d3fa(_0x158f4e._0x59fd4c,_0x158f4e._0x37453f,_0x158f4e._0x4dce24,0x62b)+'g']();if(_0x36e568[_0x48d3fa(0x4fb,_0x158f4e._0x4cfa2f,0x4de,_0x158f4e._0x1e8b82)](_0x1221be,undefined)){if(_0x36e568[_0x48d3fa(_0x158f4e._0x3622de,0x5da,0x5c4,_0x158f4e._0x20c784)]('gsIwE',_0x36e568[_0x34505a(0x393,0x475,0x421,0x468)]))_0x3ab21a['name']=_0x1221be;else{const _0x82efb={..._0x2531f3[_0x34505a(0x496,_0x158f4e._0x198c57,0x4cf,0x43a)]};_0x82efb[_0x48d3fa(_0x158f4e._0x56e599,_0x158f4e._0x95be02,_0x158f4e._0xa58093,_0x158f4e._0x24b993)+'ns']=_0x15e380,_0x4ad51f[_0x48d3fa(0x5d6,0x639,_0x158f4e._0x30317c,_0x158f4e._0x16097e)]=_0x82efb;}}if(_0x36e568[_0x34505a(0x40f,0x435,0x417,0x3c1)](_0x27c830,undefined)){if(_0x36e568[_0x48d3fa(_0x158f4e._0x3777a5,_0x158f4e._0x17c81d,_0x158f4e._0x3bc3a7,0x492)]('KeoSC',_0x36e568[_0x48d3fa(_0x158f4e._0x925652,_0x158f4e._0x2670ef,_0x158f4e._0x5a47ac,_0x158f4e._0x342643)]))_0x3ab21a[_0x34505a(0x45e,_0x158f4e._0x4a4242,_0x158f4e._0x447b3d,0x51a)]={..._0x3ab21a[_0x48d3fa(0x663,_0x158f4e._0x204ecf,0x5f0,_0x158f4e._0xf76998)],'instructions':_0x27c830};else{const _0x361da8={};_0x361da8['objectiveI'+'d']=_0x23e0fe,_0x361da8[_0x34505a(_0x158f4e._0x3c838c,0x3ae,_0x158f4e._0x372c15,0x43e)]=_0x2d5232['message'],_0x4396dc[_0x48d3fa(_0x158f4e._0x25864f,_0x158f4e._0x296439,_0x158f4e._0x30f56d,_0x158f4e._0x5a915a)](_0x34505a(_0x158f4e._0x32778f,0x36b,_0x158f4e._0x3b71cc,_0x158f4e._0x2b6ae1)+_0x48d3fa(0x5f7,0x543,_0x158f4e._0xac67f7,0x621)+_0x48d3fa(0x648,_0x158f4e._0x209dd0,_0x158f4e._0x2d374b,0x5a5)+_0x48d3fa(0x5d4,_0x158f4e._0x585d0c,0x594,0x5ac),_0x361da8);}}function _0x48d3fa(_0x464896,_0x18063d,_0x54d965,_0x4c8d72){return _0x2cfe1c(_0x464896-0xb1,_0x4c8d72,_0x54d965-_0x385447._0x1ac369,_0x54d965- -_0x385447._0x69f475);}_0x3ab21a['updatedAt']=_0x3c0143,_0x3ab21a[_0x48d3fa(0x5e0,_0x158f4e._0xe470c,_0x158f4e._0x2455fd,0x5cd)+'edByTaskId']=_0x486b68[_0x48d3fa(_0x158f4e._0x16097e,0x5ad,_0x158f4e._0x2e2255,0x567)];try{if(_0x36e568['UIpBY'](_0x34505a(0x489,0x467,_0x158f4e._0x327922,0x3e1),_0x36e568[_0x34505a(_0x158f4e._0x56596a,0x3f8,0x3d1,0x47f)])){const _0x4e7a5f={};return _0x4e7a5f[_0x34505a(_0x158f4e._0x52dfdc,0x46a,0x437,_0x158f4e._0x2dac64)]=_0x36e568[_0x48d3fa(_0x158f4e._0x4478d9,_0x158f4e._0x9d5097,0x559,_0x158f4e._0x3c58a1)],_0x4e7a5f[_0x34505a(_0x158f4e._0x44a5d6,0x43c,_0x158f4e._0x29b584,_0x158f4e._0xd27894)]=_0x34505a(_0x158f4e._0x2b6ae1,0x303,0x3ac,_0x158f4e._0x183f8e)+_0x48d3fa(0x62d,0x56f,_0x158f4e._0x3696f0,0x588)+'name\x20or\x20in'+_0x34505a(0x4f1,_0x158f4e._0x502b1a,_0x158f4e._0x1b2f87,_0x158f4e._0x300b2e)+_0x48d3fa(_0x158f4e._0x1733c0,_0x158f4e._0x124025,_0x158f4e._0x5db268,0x516)+'provided',_0x10dcea[_0x34505a(0x461,0x492,0x40a,0x442)](0x2488+0x16*0xdf+0x1a*-0x215)[_0x48d3fa(0x5f5,0x618,_0x158f4e._0x2b18c7,_0x158f4e._0x231623)](_0x4e7a5f);}else{const _0x3c29c5=await _0x36e568[_0x34505a(0x54b,_0x158f4e._0x2f0b52,_0x158f4e._0x53dbe7,_0x158f4e._0x4eea75)](findTaskDirectory,_0x3ab21a[_0x48d3fa(0x5fd,0x56c,0x5ec,_0x158f4e._0x249739)]);if(_0x3c29c5){const _0x5ecd36=_0x49eb11[_0x48d3fa(_0x158f4e._0x6305c2,_0x158f4e._0x3a8e4c,_0x158f4e._0x49da09,0x4d2)](_0x3c29c5,_0x36e568[_0x48d3fa(_0x158f4e._0x2c41f6,0x595,_0x158f4e._0x59ace8,_0x158f4e._0x1dfb32)]);await _0x18fc5c['writeFile'](_0x5ecd36,JSON['stringify'](_0x3ab21a,null,-0xfe+-0x77*0x17+0x29*0x49),_0x36e568[_0x48d3fa(0x643,_0x158f4e._0x2f4b69,_0x158f4e._0x14e1a8,0x548)]);if(_0x36e568[_0x34505a(_0x158f4e._0x301138,0x376,_0x158f4e._0x614e81,0x312)](_0x27c830,undefined)){const _0x34c4c1=_0x49eb11[_0x34505a(_0x158f4e._0x56d336,0x4a4,0x424,0x4c3)](_0x3c29c5,_0x36e568[_0x48d3fa(_0x158f4e._0x1a03a0,0x569,0x556,_0x158f4e._0x49ebc3)]),_0x69f92c={};_0x69f92c['recursive']=!![],await _0x18fc5c['mkdir'](_0x34c4c1,_0x69f92c);const _0x298835=_0x49eb11[_0x34505a(0x454,_0x158f4e._0xc34dd3,_0x158f4e._0x3ad647,0x4c3)](_0x34c4c1,_0x36e568[_0x34505a(_0x158f4e._0x47954c,_0x158f4e._0x448874,0x47c,_0x158f4e._0x495eae)]);await _0x18fc5c['writeFile'](_0x298835,_0x27c830,_0x36e568[_0x34505a(_0x158f4e._0xcc06b,0x546,0x4a0,_0x158f4e._0x3c39a7)]);}}}}catch(_0x3a0288){if(_0x36e568['GTAXy'](_0x36e568[_0x48d3fa(0x53e,_0x158f4e._0x713e0c,0x549,0x4d7)],_0x36e568[_0x34505a(0x564,0x4ad,_0x158f4e._0x355814,0x53c)])){const _0x96c545={};_0x96c545[_0x48d3fa(0x63a,0x657,_0x158f4e._0x558fc3,_0x158f4e._0x37453f)+'d']=_0x3ab21a['taskId'],_0x96c545[_0x48d3fa(_0x158f4e._0x358c6a,0x5d8,0x558,_0x158f4e._0x937d74)]=_0x3a0288[_0x48d3fa(0x534,_0x158f4e._0x3e874f,_0x158f4e._0x3e7946,_0x158f4e._0x555e9d)],logger['error'](_0x36e568[_0x34505a(0x3a8,_0x158f4e._0x207848,_0x158f4e._0x4696f6,_0x158f4e._0x45e641)],_0x96c545);}else{if(_0x4ca22c[_0x48d3fa(_0x158f4e._0x2f155e,0x4ec,_0x158f4e._0x58166b,_0x158f4e._0x1bf528)+_0x34505a(0x43b,_0x158f4e._0xb12609,0x44f,_0x158f4e._0x45508a)]===_0x53b293[_0x48d3fa(0x57f,0x580,_0x158f4e._0x2e2255,0x5d5)]&&_0x36e568[_0x34505a(_0x158f4e._0x9c344a,_0x158f4e._0x12245a,0x4e0,_0x158f4e._0x5f20b7)](_0x2dbcad[_0x34505a(_0x158f4e._0x2b01af,_0x158f4e._0x400bed,0x40a,0x4bb)],_0x36e568[_0x48d3fa(_0x158f4e._0x485809,_0x158f4e._0x24d7cf,_0x158f4e._0xb42dba,_0x158f4e._0x386700)])){const _0x51b8fa={};_0x51b8fa[_0x34505a(0x460,0x475,0x4cb,0x444)]=_0x2c1b20[_0x48d3fa(0x559,_0x158f4e._0x1cb181,_0x158f4e._0x694a98,_0x158f4e._0x56e599)],_0x51b8fa[_0x48d3fa(_0x158f4e._0x37453f,_0x158f4e._0x5db268,0x5c8,0x64c)]=_0x571497[_0x34505a(_0x158f4e._0x5cd391,_0x158f4e._0x431bfd,_0x158f4e._0x2dcb25,0x401)],_0x51b8fa[_0x34505a(_0x158f4e._0x112a94,_0x158f4e._0x292f0d,0x479,_0x158f4e._0x425ab2)]=_0x452571[_0x48d3fa(_0x158f4e._0x4d4615,0x5aa,0x59a,_0x158f4e._0x570f5e)],_0x51b8fa[_0x34505a(0x47c,_0x158f4e._0x210e50,_0x158f4e._0x321301,_0x158f4e._0x587992)]=_0x4b5296[_0x48d3fa(_0x158f4e._0x711f89,0x674,_0x158f4e._0x25bde1,_0x158f4e._0x204ecf)],_0x51b8fa[_0x34505a(0x44d,_0x158f4e._0x4ac6e9,0x3ef,_0x158f4e._0x43cd0b)+'ns']=_0x46ca54[_0x34505a(0x4d0,0x47e,_0x158f4e._0x5ac956,0x55c)]?.[_0x34505a(_0x158f4e._0x14865e,0x48e,_0x158f4e._0x450917,_0x158f4e._0x1d4fa8)+'ns']||'',_0x417dd0[_0x34505a(_0x158f4e._0x4b4a8e,_0x158f4e._0x377085,_0x158f4e._0x37e800,0x3e5)](_0x51b8fa);}}}if(broadcastTaskUpdate){if(_0x36e568[_0x48d3fa(0x588,0x501,_0x158f4e._0x57caaa,_0x158f4e._0x4036ba)](_0x48d3fa(0x455,_0x158f4e._0x332345,_0x158f4e._0x5f4dd5,0x42d),_0x36e568[_0x48d3fa(0x511,_0x158f4e._0x71d3a8,_0x158f4e._0x1ff5fd,0x5c8)])){const {callingTask:_0x5e1e00}=_0x2d847c,_0x348a3b=_0x575fb5['params']['id'],_0x249e28=_0x3c9e8a[_0x48d3fa(_0x158f4e._0x1e0ed7,0x43c,0x4e7,0x52c)](_0x348a3b);if(!_0x249e28||_0x36e568[_0x48d3fa(_0x158f4e._0x14539f,0x53f,0x5c4,_0x158f4e._0x3df1b2)](_0x249e28[_0x48d3fa(0x4a9,_0x158f4e._0x41b4b0,0x52b,_0x158f4e._0x3be50c)],_0x48d3fa(0x545,0x5e6,_0x158f4e._0x4a379d,_0x158f4e._0x337dc0))){const _0x1c1bd8={};return _0x1c1bd8[_0x34505a(0x4af,_0x158f4e._0x1f547d,_0x158f4e._0x372c15,_0x158f4e._0x555e9d)]=_0x36e568[_0x34505a(0x3d2,_0x158f4e._0x355814,0x441,_0x158f4e._0x590179)],_0x1c1bd8['message']=_0x48d3fa(_0x158f4e._0x2eddfc,0x507,0x4eb,_0x158f4e._0x1e7119)+_0x34505a(0x3e5,_0x158f4e._0x112a94,_0x158f4e._0xc65cca,0x3e5),_0x14b021[_0x34505a(_0x158f4e._0xf30452,_0x158f4e._0x70f41c,0x40a,0x39e)](-0x1d*-0xc1+0x12f7*0x2+-0x3a37)[_0x34505a(0x44c,0x4e4,_0x158f4e._0x5bbe24,0x4fc)](_0x1c1bd8);}const _0x263c27={};_0x263c27['taskId']=_0x5e1e00[_0x48d3fa(_0x158f4e._0x54074a,0x5e5,0x5ec,0x655)],_0x263c27[_0x48d3fa(_0x158f4e._0x1d2f57,0x613,0x5ae,0x592)+'d']=_0x348a3b,_0x275c94[_0x48d3fa(_0x158f4e._0x3e1174,_0x158f4e._0xd93357,_0x158f4e._0x6847de,_0x158f4e._0x2c1561)](_0x36e568[_0x34505a(_0x158f4e._0x3e8ca0,_0x158f4e._0x153344,_0x158f4e._0x5b2b15,_0x158f4e._0x58cbd7)],_0x263c27);const _0x4682e2={};_0x4682e2[_0x34505a(_0x158f4e._0x21e830,0x521,_0x158f4e._0x39cc9e,_0x158f4e._0x1a894c)]=_0x249e28[_0x34505a(_0x158f4e._0x2a1258,0x434,_0x158f4e._0x39cc9e,_0x158f4e._0x76384e)],_0x4682e2[_0x48d3fa(_0x158f4e._0x3be445,_0x158f4e._0x41ce81,_0x158f4e._0x1dfd47,_0x158f4e._0x11c887)]=_0x249e28['name'],_0x4682e2['instructio'+'ns']=_0x249e28[_0x48d3fa(_0x158f4e._0x30a1f8,0x632,_0x158f4e._0x30317c,0x64d)]?.[_0x34505a(_0x158f4e._0x54f9d3,_0x158f4e._0x5a21e3,_0x158f4e._0x450917,0x3b9)+'ns']||'',_0x4682e2[_0x34505a(0x3eb,0x424,_0x158f4e._0x185995,0x422)+_0x34505a(0x425,0x4b6,0x44f,_0x158f4e._0x1cc4bb)]=_0x249e28[_0x48d3fa(_0x158f4e._0x2cd6f3,0x585,0x4e4,0x51f)+_0x48d3fa(_0x158f4e._0x5c8291,0x554,_0x158f4e._0x45d5fa,_0x158f4e._0x2f7ec5)],_0x4682e2['createdAt']=_0x249e28[_0x48d3fa(0x63b,0x671,_0x158f4e._0x5ecc1e,_0x158f4e._0x19b160)],_0x4682e2[_0x34505a(_0x158f4e._0x419e87,0x364,_0x158f4e._0x4cf6d0,_0x158f4e._0x2935eb)]=_0x249e28[_0x48d3fa(_0x158f4e._0x2321a8,0x555,0x4b5,0x413)],_0x2c0f74[_0x48d3fa(_0x158f4e._0x501fcf,_0x158f4e._0x3622de,0x57d,0x5f9)](_0x4682e2);}else{const _0x2f2e93={};_0x2f2e93[_0x48d3fa(0x618,0x69e,0x5ec,_0x158f4e._0x3f6857)]=_0x3ab21a[_0x34505a(_0x158f4e._0x5b3ef3,0x476,0x4cb,0x46c)],_0x2f2e93[_0x48d3fa(_0x158f4e._0x2ad605,_0x158f4e._0x417f21,_0x158f4e._0x1dfd47,0x5b9)]=_0x3ab21a['name'],_0x2f2e93['instructio'+'ns']=_0x3ab21a['parameters']?.[_0x48d3fa(_0x158f4e._0x34e319,0x56b,0x510,0x467)+'ns'],_0x2f2e93[_0x34505a(0x419,_0x158f4e._0xbf3a36,0x394,_0x158f4e._0xce1e6)]=_0x3ab21a[_0x48d3fa(0x51b,0x509,_0x158f4e._0x2a8645,_0x158f4e._0x1114fe)],broadcastTaskUpdate(_0x48d3fa(0x5a5,_0x158f4e._0x5ef1bc,0x546,_0x158f4e._0xb42dba)+'ed',_0x2f2e93);}}const _0x501ad4={};_0x501ad4[_0x48d3fa(0x653,_0x158f4e._0x422f1e,_0x158f4e._0x694a98,0x67b)]=_0x486b68[_0x34505a(_0x158f4e._0x37453f,0x452,0x4cb,0x52d)],_0x501ad4[_0x34505a(_0x158f4e._0x2dcb25,0x524,0x48d,_0x158f4e._0x5d299e)+'d']=_0x3ab21a['taskId'],logger[_0x34505a(_0x158f4e._0x2c4c2a,_0x158f4e._0x3006d8,0x497,_0x158f4e._0x152757)](_0x36e568[_0x48d3fa(_0x158f4e._0x11c887,_0x158f4e._0x556e62,_0x158f4e._0x2583bd,_0x158f4e._0x392e38)],_0x501ad4);const _0x594727={};_0x594727[_0x34505a(0x3f1,0x351,0x3e1,0x480)]=!![],_0x594727[_0x48d3fa(_0x158f4e._0x6f9099,_0x158f4e._0x418abe,_0x158f4e._0x2e2255,0x540)]=_0x3ab21a['taskId'],_0x594727[_0x34505a(_0x158f4e._0x39f0f5,0x3f5,0x4a7,_0x158f4e._0x3024d4)]=_0x3ab21a[_0x34505a(_0x158f4e._0x3be50c,0x464,_0x158f4e._0x1823f2,0x441)],_0x594727['instructio'+'ns']=_0x3ab21a[_0x48d3fa(0x584,_0x158f4e._0x3fd89d,0x5f0,0x567)]?.[_0x34505a(_0x158f4e._0x332a68,_0x158f4e._0xdee4f0,_0x158f4e._0x433c88,_0x158f4e._0x53c789)+'ns'],_0x594727[_0x34505a(0x317,_0x158f4e._0x48f612,_0x158f4e._0x4cf6d0,0x442)]=_0x3ab21a[_0x48d3fa(0x43f,_0x158f4e._0x5c54c0,_0x158f4e._0x2a8645,0x4e7)],_0x53d520[_0x34505a(0x44d,0x4ef,_0x158f4e._0x5bbe24,_0x158f4e._0xe2bfa9)](_0x594727);}),router[_0x2cfe1c(0x59b,0x570,0x4c0,0x4f2)](_0x49fac5(0x19a,0xc7,0x13f,0xf6)+'tives',requireTaskAuth,async(_0x191df0,_0xc6c738)=>{const _0x4abda5={_0x2a3b5e:0x480,_0x21b57d:0x2d4,_0x4dba24:0x324,_0x2b4cf4:0x2e2,_0x3eccaa:0x2e6,_0x1f980d:0x2e8,_0x1d02e3:0x293,_0x697b43:0x182,_0x3d261b:0x253,_0x105467:0x208,_0x1c4bc6:0x402,_0x1709b8:0x4f2,_0x42b4ab:0x442,_0x331e76:0x463,_0x5c255d:0x2ca,_0x144b5c:0x30f,_0x475916:0x260,_0x2d0086:0x1ca,_0xa50d8a:0x3de,_0x439107:0x383,_0x162dec:0x456,_0x373d79:0x3ba,_0x2cc3d5:0x4b5,_0x1c1134:0x3b3,_0x2c4185:0x4b1,_0x4f1b14:0x3ee,_0x27915f:0x272,_0x38bd7a:0x227,_0x2473fe:0x317,_0x555459:0x294,_0x1c8a25:0x1f3,_0xdd852d:0x16e,_0x30bff2:0x27a,_0x4fcd33:0x266,_0x1fe028:0x14c,_0x5a8d02:0x320,_0x3591d9:0x2be,_0x36a621:0x28a,_0x41986f:0x383,_0x30b223:0x455,_0x5acc45:0x3e1,_0xb7a5fb:0x25e,_0x4022e9:0x24d,_0xa4e1c8:0x368,_0x13e6d8:0x2e1,_0x2d1584:0x30e,_0x3fe9ab:0x484,_0x48b4bc:0x3ef,_0x2c96c6:0x23d,_0x5626ce:0x2fb,_0x15c942:0x27b,_0x41506d:0x354,_0x56c806:0x38c,_0x4b77b7:0x2d5,_0x51138c:0x281,_0x345b1e:0x26d,_0x3cfdf7:0x44c,_0x42d931:0x40d,_0x4c4c40:0x41b,_0x12bbde:0x2b3,_0x49dc3b:0x31b,_0x30fc54:0x421,_0x4b4470:0x429,_0x184b37:0x385,_0x1903d7:0x3b0,_0x566537:0x400,_0x3ebfa7:0x220,_0x436f8b:0x453,_0x33d51b:0x2b0,_0x44122c:0x2ed,_0x5389ee:0x29b,_0x4dbb07:0x32f,_0x39c740:0x284,_0x5e8468:0x52f,_0x3ac76e:0x4b9,_0x36cade:0x32f,_0x49bad3:0x29c,_0x2a250a:0x270,_0x378711:0x2ec,_0xa2f02:0x339,_0x1d1c78:0x2cb,_0x151320:0x3d5,_0x1c3809:0x49d,_0x3cfaaf:0x226,_0x3fb418:0x239,_0xdbae25:0x1d6,_0x5cbee4:0x3b0,_0x3327f7:0x466,_0x2a7011:0x403,_0x4f20ef:0x3bb,_0x2d749e:0x434,_0x251ef1:0x332,_0x3200bb:0x1b3,_0xcf20fc:0x427,_0x1c431b:0x4cf,_0x5c3283:0x43e,_0x5592d1:0x229,_0x4204bd:0x1e7,_0x354c5f:0x1e7,_0x198ed1:0x1f7,_0x1bb2e9:0x4d6,_0x335278:0x498,_0x417af6:0x421,_0x3e8d99:0x3d3,_0x64b3cf:0x390,_0x28fa4f:0x388,_0x45c10e:0x3e2,_0x258f21:0x3e5,_0x574faa:0x329,_0x21d7ec:0x3bd,_0x2948b0:0x39a,_0x2fe1dd:0x28f,_0x15b917:0x38b,_0x5273dd:0x3ac,_0x245c45:0x41e,_0x40efd1:0x2e1,_0x300205:0x2b4,_0x477746:0x21d,_0x2a7517:0x16d,_0x12ac0e:0x2c6,_0x4c639d:0x29e,_0x59b652:0x2a9,_0x4f18af:0x2d3,_0x15ff8e:0x2e3,_0x541686:0x4af,_0x4b0e60:0x42d,_0x5ab7f7:0x437,_0x29f34f:0x3c4,_0x454539:0x3b1,_0x58c013:0x3eb,_0x382e20:0x3ef,_0x467278:0x27d,_0x58f10e:0x413,_0x544211:0x3e9,_0x434d67:0x47f,_0x3d478d:0x3fc,_0x34a339:0x2d8,_0x5ca121:0x35e,_0x43e182:0x3a2,_0xbc6d73:0x378,_0x4b267e:0x474,_0x48c6c6:0x4e5,_0x1ab2a1:0x473,_0x574cb4:0x37d,_0x3dbbc5:0x460,_0x7d7851:0x547,_0x17d4c7:0x4a9,_0x267bc9:0x223,_0x324283:0x2c5,_0x14c1d1:0x438,_0x3afa44:0x250,_0x27ebe8:0x289,_0x25debd:0x2b7,_0x386a78:0x336,_0x49618c:0x329,_0x46455d:0x31d,_0x3ad9a2:0x288,_0x1de6ca:0x22c,_0x52900b:0x2ae,_0x3d90c3:0x36d,_0x152648:0x256,_0x5a9136:0x33d,_0x14631f:0x2af,_0x4f6329:0x325,_0x52f5dd:0x38f,_0xea5a20:0x2e1,_0x32276b:0x2a2,_0x10d16c:0x2fc,_0xda5146:0x532,_0x2b7a12:0x46b,_0x5dfddc:0x312,_0x104702:0x2f3,_0x3c65ac:0x396,_0x3e2b69:0x213,_0x41fb82:0x150,_0x21200b:0x285,_0x16afb8:0x393,_0x27a92e:0x249,_0x1cd96f:0x271,_0x5bbe14:0x333,_0x349294:0x42b,_0x589c25:0x3bd,_0x9f6552:0x49c,_0x4e86a7:0x4dd,_0x4173a4:0x45d,_0x31acfc:0x4b1,_0x5dcb9d:0x4ab,_0x99d971:0x522,_0x22eec5:0x4a8,_0x137450:0x276,_0x1f3f5c:0x21c,_0x520820:0x3c2,_0x2f32f1:0x3bc,_0x4b6872:0x270,_0x14759f:0x295,_0x5a9a98:0x296,_0x3da319:0x2a7,_0x34bc88:0x41f,_0x1711eb:0x3b9,_0x42fc83:0x39b,_0x3634cb:0x3dc,_0x1f5cf5:0x3da,_0x2033ac:0x39b,_0x80a00a:0x49f,_0x3beb60:0x476,_0x53b2c3:0x423,_0x1d5bbe:0x48d,_0x224e80:0x466,_0x530cd9:0x424,_0x3d99a2:0x3e7,_0xdd3486:0x459,_0x30ab33:0x30a,_0x542341:0x424,_0x30f1dc:0x3bf,_0x15a1d4:0x3e9,_0x7b4866:0x2c0,_0x55d550:0x4b9,_0x3ddc82:0x442,_0x2c1659:0x29f,_0x1f0069:0x221,_0xc9ef54:0x487,_0x44c9b6:0x4bb,_0x4d1201:0x52e,_0x3b2581:0x2e4,_0x2189f4:0x4e6,_0x330a2f:0x474,_0x1a8c21:0x3b0,_0x393393:0x39c,_0x56ac11:0x3aa,_0x1e8f20:0x362,_0x164c76:0x295,_0xe09a75:0x262,_0x2160b7:0x313,_0x25bb21:0x2d3,_0x345a41:0x271,_0x119352:0x334,_0x40e7c3:0x2e7,_0x22bda4:0x34c,_0x1fb956:0x433,_0x221b3e:0x2ab,_0x5cfa3a:0x25d,_0x3969e2:0x236,_0x5de290:0x3c2,_0x2f569d:0x380,_0x308263:0x41a,_0x357166:0x431,_0x419ef9:0x464,_0x47a522:0x544,_0x3f9c1e:0x3a9,_0x320462:0x325,_0xfd6570:0x2e9,_0x39b991:0x387,_0x1d565b:0x191,_0x10d855:0x23b,_0x54c267:0x2fb,_0x59b4a3:0x271,_0x4286c9:0x3f3,_0x391bd9:0x40c,_0x4eda24:0x3ef,_0x55ab85:0x3b8,_0x386922:0x301},_0x477b16={_0x3e55e3:0x189,_0x2da3e7:0x153},_0x15bc36={_0x50a9a5:0xfc,_0xe86faa:0xce},_0x1c0cd6={'mDUre':function(_0x521d0a,_0xe2d6a5,_0x31d737){return _0x521d0a(_0xe2d6a5,_0x31d737);},'scovu':_0x590265(0x4d4,0x41f,_0x4abda5._0x2a3b5e,0x4bb)+'ed','clpge':_0x590265(_0x4abda5._0x21b57d,_0x4abda5._0x4dba24,0x2c1,0x373)+_0x5849bd(_0x4abda5._0x2b4cf4,0x294,_0x4abda5._0x3eccaa,_0x4abda5._0x1f980d)+_0x5849bd(0x1a1,0x1f3,_0x4abda5._0x1d02e3,_0x4abda5._0x697b43)+'e\x20update','cSFsD':function(_0x2f5127,_0x1ff320){return _0x2f5127===_0x1ff320;},'GRKsT':_0x5849bd(_0x4abda5._0x3d261b,_0x4abda5._0x105467,0x180,0x202),'hpJXk':'Bad\x20Reques'+'t','wAwAB':function(_0x61ee88,_0x339118){return _0x61ee88<_0x339118;},'MBkDZ':function(_0x550fc1,_0x2056a2){return _0x550fc1===_0x2056a2;},'IikwW':_0x590265(_0x4abda5._0x1c4bc6,_0x4abda5._0x1709b8,_0x4abda5._0x42b4ab,_0x4abda5._0x331e76),'phoWE':function(_0x682b45,_0x1727d2){return _0x682b45!==_0x1727d2;},'NQtJv':'string','wFqpR':_0x5849bd(0x227,_0x4abda5._0x5c255d,0x2dd,_0x4abda5._0x144b5c)+_0x5849bd(0x2d8,_0x4abda5._0x475916,_0x4abda5._0x2d0086,0x1c9)+'jectives','oekgk':_0x590265(0x306,_0x4abda5._0xa50d8a,0x424,_0x4abda5._0x439107),'clOnZ':_0x590265(0x4a7,0x3fc,_0x4abda5._0x162dec,0x479),'CYqqB':function(_0x13162a){return _0x13162a();},'dTuKK':function(_0x1f056a,_0x2f7d67){return _0x1f056a+_0x2f7d67;},'AJUJk':function(_0x173834,_0x4fd747){return _0x173834*_0x4fd747;},'MZTUl':'objective','HkKdM':_0x590265(_0x4abda5._0x373d79,_0x4abda5._0x2cc3d5,_0x4abda5._0x1c1134,0x44a),'zGgLq':function(_0x48f302,_0x5da608,_0xe95cf9){return _0x48f302(_0x5da608,_0xe95cf9);},'uJaWv':_0x590265(_0x4abda5._0x2c4185,_0x4abda5._0x4f1b14,0x45e,0x481),'PnhGV':_0x5849bd(0x285,_0x4abda5._0x27915f,_0x4abda5._0x38bd7a,0x2b4),'txIBW':'Failed\x20to\x20'+_0x5849bd(_0x4abda5._0x2473fe,_0x4abda5._0x555459,0x2a3,0x2df)+_0x5849bd(0x249,_0x4abda5._0x1c8a25,0x145,_0x4abda5._0xdd852d)+'e','CdOSN':function(_0x43a400,_0x1958d3,_0x1a0673){return _0x43a400(_0x1958d3,_0x1a0673);},'lPnzS':_0x5849bd(_0x4abda5._0x30bff2,0x1fd,_0x4abda5._0x4fcd33,_0x4abda5._0x1fe028),'EaUqs':_0x5849bd(_0x4abda5._0x5a8d02,0x29c,_0x4abda5._0x3591d9,_0x4abda5._0x36a621)+_0x590265(0x421,0x3d4,0x372,0x416)+_0x590265(0x3f2,_0x4abda5._0x41986f,_0x4abda5._0x30b223,_0x4abda5._0x5acc45)},{parentObjective:_0x371db9,callingTask:_0x58393b}=_0x191df0,{objectives:_0x525924}=_0x191df0[_0x5849bd(_0x4abda5._0xb7a5fb,0x21f,0x28b,_0x4abda5._0x4022e9)];if(!_0x525924||!Array['isArray'](_0x525924)||_0x1c0cd6[_0x5849bd(_0x4abda5._0xa4e1c8,_0x4abda5._0x13e6d8,_0x4abda5._0x2d1584,0x38d)](_0x525924[_0x590265(0x369,_0x4abda5._0x3fe9ab,0x3a8,_0x4abda5._0x48b4bc)],-0x4aa+-0xd*0x2df+0x29fd*0x1)){if(_0x1c0cd6[_0x590265(0x4ac,0x497,0x4d2,0x454)](_0x1c0cd6[_0x590265(0x48e,0x480,0x42b,0x43a)],'gGzLL')){const _0x40b5b7={..._0x2e745c['parameters']};_0x40b5b7[_0x5849bd(_0x4abda5._0x2c96c6,0x249,_0x4abda5._0x5626ce,0x1e1)+'ns']=_0x12e5b5,_0x4dc4e5['parameters']=_0x40b5b7;}else{const _0x428730={};return _0x428730[_0x5849bd(0x30d,0x291,0x21f,_0x4abda5._0x15c942)]=_0x1c0cd6['hpJXk'],_0x428730[_0x590265(_0x4abda5._0x41506d,0x33c,0x34b,_0x4abda5._0x56c806)]=_0x5849bd(0x238,_0x4abda5._0x4b77b7,0x355,_0x4abda5._0x51138c)+_0x5849bd(_0x4abda5._0x27915f,_0x4abda5._0x345b1e,0x212,0x1e5)+'clude\x20\x22obj'+'ectives\x22\x20a'+_0x590265(0x389,_0x4abda5._0x3cfdf7,_0x4abda5._0x42d931,_0x4abda5._0x4c4c40)+'at\x20least\x20o'+_0x5849bd(0x329,_0x4abda5._0x12bbde,0x299,_0x4abda5._0x49dc3b),_0xc6c738['status'](-0x5c4+-0x1*-0x96d+0x1*-0x219)[_0x590265(0x3d9,_0x4abda5._0x30fc54,0x37e,_0x4abda5._0x4b4470)](_0x428730);}}for(let _0x144c6c=-0x185*-0x15+-0x2*0x4eb+-0x1613;_0x1c0cd6[_0x590265(_0x4abda5._0x184b37,_0x4abda5._0x1903d7,_0x4abda5._0x566537,0x3c4)](_0x144c6c,_0x525924[_0x5849bd(0x1dc,0x27c,_0x4abda5._0x3ebfa7,0x32a)]);_0x144c6c++){if(_0x1c0cd6['MBkDZ'](_0x590265(0x4b4,0x4cd,_0x4abda5._0x436f8b,0x483),_0x1c0cd6[_0x5849bd(_0x4abda5._0x33d51b,_0x4abda5._0x44122c,0x372,_0x4abda5._0x5389ee)])){const _0x19d188={};return _0x19d188[_0x5849bd(0x28a,0x291,_0x4abda5._0x4dbb07,_0x4abda5._0x39c740)]=_0x590265(_0x4abda5._0x5e8468,0x543,0x4fb,_0x4abda5._0x3ac76e),_0x19d188['message']=_0x5849bd(_0x4abda5._0x36cade,_0x4abda5._0x49bad3,0x34a,_0x4abda5._0x2a250a)+_0x5849bd(_0x4abda5._0x378711,_0x4abda5._0xa2f02,0x328,_0x4abda5._0x1d1c78)+_0x590265(0x4b8,_0x4abda5._0x151320,_0x4abda5._0x1c3809,0x46c)+'f\x20the\x20pare'+_0x5849bd(_0x4abda5._0x3cfaaf,_0x4abda5._0x3fb418,_0x4abda5._0xdbae25,0x187)+'ve',_0x39edd8[_0x590265(_0x4abda5._0x5cbee4,0x37e,0x37f,0x3d7)](0x1*0x2534+0x1307+-0x36a8)['json'](_0x19d188);}else{const _0x41af80=_0x525924[_0x144c6c];if(!_0x41af80[_0x590265(_0x4abda5._0x3327f7,_0x4abda5._0x2a7011,0x526,0x474)]||_0x1c0cd6['phoWE'](typeof _0x41af80['name'],_0x1c0cd6[_0x590265(0x4d8,0x496,_0x4abda5._0x4f20ef,_0x4abda5._0x2d749e)])){const _0x2dbbea={};return _0x2dbbea[_0x5849bd(0x203,0x291,0x2fd,_0x4abda5._0x251ef1)]='Bad\x20Reques'+'t',_0x2dbbea['message']=_0x5849bd(0x197,0x224,0x248,_0x4abda5._0x3200bb)+_0x590265(_0x4abda5._0xcf20fc,_0x4abda5._0x1c431b,_0x4abda5._0x5c3283,0x468)+_0x144c6c+('\x20must\x20have'+'\x20a\x20\x22name\x22\x20'+_0x5849bd(0x1b4,_0x4abda5._0x5592d1,_0x4abda5._0x4204bd,_0x4abda5._0x354c5f)),_0xc6c738[_0x5849bd(0x26d,0x264,0x1b2,_0x4abda5._0x198ed1)](-0x1764+0x1a27+-0x133)['json'](_0x2dbbea);}}}function _0x590265(_0x25df2d,_0x200291,_0x166428,_0x273c4b){return _0x49fac5(_0x25df2d-_0x15bc36._0x50a9a5,_0x166428,_0x273c4b-0x271,_0x273c4b-_0x15bc36._0xe86faa);}const _0x541f48={};function _0x5849bd(_0x34f689,_0x173b09,_0x41acba,_0x51ba43){return _0x2cfe1c(_0x34f689-_0x477b16._0x3e55e3,_0x51ba43,_0x41acba-_0x477b16._0x2da3e7,_0x173b09- -0x2de);}_0x541f48['taskId']=_0x58393b[_0x590265(_0x4abda5._0x1bb2e9,0x48a,0x4bc,_0x4abda5._0x335278)],_0x541f48[_0x590265(_0x4abda5._0x417af6,0x358,_0x4abda5._0x3e8d99,_0x4abda5._0x64b3cf)+'ctiveId']=_0x371db9['taskId'],_0x541f48['count']=_0x525924[_0x590265(_0x4abda5._0x28fa4f,0x41e,_0x4abda5._0x45c10e,0x3ef)],logger['info'](_0x1c0cd6[_0x590265(_0x4abda5._0x258f21,_0x4abda5._0x574faa,0x3f9,_0x4abda5._0x21d7ec)],_0x541f48);const _0x5ebd56=new Date()[_0x5849bd(_0x4abda5._0x2948b0,0x2ff,_0x4abda5._0x2fe1dd,_0x4abda5._0x15b917)+'g'](),_0x479da2=[];let _0x3cd340=0x7*0xc6+-0x1ccc+-0x29*-0x92;for(const [,_0x2d99ad]of tasks[_0x590265(0x485,_0x4abda5._0x5273dd,0x3d4,_0x4abda5._0x245c45)]()){_0x1c0cd6[_0x5849bd(0x353,_0x4abda5._0x40efd1,0x2c0,0x22f)](_0x2d99ad[_0x5849bd(_0x4abda5._0x300205,_0x4abda5._0x477746,_0x4abda5._0x2a7517,_0x4abda5._0x12ac0e)+_0x5849bd(_0x4abda5._0x4c639d,_0x4abda5._0x59b652,0x311,0x219)],_0x371db9[_0x590265(0x513,0x475,0x412,_0x4abda5._0x335278)])&&typeof _0x2d99ad[_0x5849bd(0x337,_0x4abda5._0x4f18af,0x31f,_0x4abda5._0x15ff8e)]===_0x1c0cd6[_0x590265(0x3d9,0x478,_0x4abda5._0x541686,_0x4abda5._0x4b0e60)]&&(_0x3cd340=Math['max'](_0x3cd340,_0x2d99ad['sortOrder']));}for(let _0x37d498=0x247d*-0x1+0x14a0+0xfdd;_0x1c0cd6[_0x590265(0x38f,0x446,_0x4abda5._0x5ab7f7,_0x4abda5._0x29f34f)](_0x37d498,_0x525924[_0x590265(_0x4abda5._0x454539,0x3dd,_0x4abda5._0x58c013,_0x4abda5._0x382e20)]);_0x37d498++){if(_0x1c0cd6[_0x5849bd(0x1aa,0x257,0x2cd,_0x4abda5._0x467278)]===_0x1c0cd6[_0x5849bd(0x2b6,0x257,0x2b7,0x286)]){const _0x4daf16=_0x525924[_0x37d498],_0x404cee=_0x1c0cd6[_0x590265(_0x4abda5._0x58f10e,0x51a,_0x4abda5._0x544211,_0x4abda5._0x434d67)](generateObjectiveId),_0x30a3dd=_0x1c0cd6[_0x590265(_0x4abda5._0x3d478d,0x358,_0x4abda5._0x34a339,_0x4abda5._0x5ca121)](_0x3cd340,_0x1c0cd6['AJUJk'](_0x37d498+(-0x2474+-0xe88+0x32fd),-0x25bf+0x1c23+0xd84)),_0x52a7c8={};_0x52a7c8[_0x5849bd(_0x4abda5._0x43e182,0x325,0x2b1,_0x4abda5._0xbc6d73)]=_0x404cee,_0x52a7c8[_0x590265(0x3f7,0x411,0x4cc,_0x4abda5._0x4b267e)]=_0x4daf16[_0x590265(_0x4abda5._0x48c6c6,_0x4abda5._0x1ab2a1,0x485,0x474)],_0x52a7c8[_0x5849bd(0x302,0x264,_0x4abda5._0x345b1e,0x2aa)]=_0x1c0cd6['MZTUl'],_0x52a7c8[_0x5849bd(0x381,0x336,_0x4abda5._0x574cb4,0x2d6)+'t']=_0x371db9[_0x590265(_0x4abda5._0x3dbbc5,0x448,_0x4abda5._0x7d7851,_0x4abda5._0x17d4c7)+'t'],_0x52a7c8[_0x5849bd(_0x4abda5._0x267bc9,_0x4abda5._0x324283,0x274,0x29a)]=_0x371db9[_0x590265(0x4ab,0x478,0x43c,_0x4abda5._0x14c1d1)]||_0x1c0cd6[_0x5849bd(_0x4abda5._0x3afa44,_0x4abda5._0x27ebe8,0x25e,_0x4abda5._0x25debd)],_0x52a7c8[_0x5849bd(_0x4abda5._0x386a78,0x329,0x2f7,0x351)]={..._0x371db9[_0x5849bd(0x279,_0x4abda5._0x49618c,0x319,0x3ac)]||{}},_0x52a7c8[_0x5849bd(_0x4abda5._0x46455d,_0x4abda5._0x3ad9a2,0x29b,_0x4abda5._0x1de6ca)]=_0x371db9['branches']||{},_0x52a7c8[_0x5849bd(0x1a5,0x23f,_0x4abda5._0x52900b,0x228)]=_0x371db9['agents']||[],_0x52a7c8[_0x5849bd(_0x4abda5._0x3d90c3,0x32c,_0x4abda5._0x28fa4f,0x339)]=_0x5ebd56,_0x52a7c8[_0x5849bd(0x17f,0x1ee,_0x4abda5._0x152648,0x17a)]=_0x5ebd56,_0x52a7c8[_0x590265(_0x4abda5._0x5a9136,0x439,0x414,0x390)+'ctiveId']=_0x371db9[_0x5849bd(_0x4abda5._0x14631f,_0x4abda5._0x4f6329,_0x4abda5._0x4f20ef,_0x4abda5._0x52f5dd)],_0x52a7c8[_0x5849bd(_0x4abda5._0xea5a20,0x2d3,_0x4abda5._0x32276b,_0x4abda5._0x10d16c)]=_0x30a3dd,_0x52a7c8['createdByT'+'askId']=_0x58393b[_0x590265(_0x4abda5._0xda5146,0x497,_0x4abda5._0x2b7a12,_0x4abda5._0x335278)],_0x52a7c8[_0x590265(_0x4abda5._0x5dfddc,0x31d,_0x4abda5._0x104702,0x396)]=_0x371db9[_0x590265(0x321,0x345,0x2e8,_0x4abda5._0x3c65ac)]||_0x58393b[_0x5849bd(0x261,0x223,_0x4abda5._0x3e2b69,0x2cf)],_0x52a7c8[_0x5849bd(_0x4abda5._0x41fb82,0x1ec,_0x4abda5._0x21200b,0x1c8)]=_0x371db9[_0x590265(_0x4abda5._0x16afb8,0x2c4,0x2f6,0x35f)]||![],_0x52a7c8[_0x5849bd(_0x4abda5._0x386a78,0x329,0x2f7,0x351)][_0x5849bd(0x252,_0x4abda5._0x27a92e,0x2f0,_0x4abda5._0x1cd96f)+'ns']=_0x4daf16[_0x590265(_0x4abda5._0x5bbe14,_0x4abda5._0x349294,_0x4abda5._0x589c25,0x3bc)+'ns']||'';const _0x5550fb=_0x52a7c8;tasks[_0x590265(0x4b0,0x463,_0x4abda5._0x9f6552,0x495)](_0x404cee,_0x5550fb);try{const _0x3ff264=await _0x1c0cd6[_0x590265(_0x4abda5._0x4e86a7,0x47e,0x3f2,_0x4abda5._0x4173a4)](createObjectiveDirectory,_0x404cee,_0x5ebd56),_0x3ec843=_0x49eb11['join'](_0x3ff264,'metadata.j'+_0x5849bd(_0x4abda5._0x1d1c78,0x22c,0x1de,0x2ae));await _0x18fc5c[_0x590265(_0x4abda5._0x31acfc,0x461,_0x4abda5._0x5dcb9d,0x459)](_0x3ec843,JSON[_0x590265(0x51c,0x478,_0x4abda5._0x99d971,_0x4abda5._0x22eec5)](_0x5550fb,null,0xa9*0x7+0x17d8+0x5*-0x5b1),_0x1c0cd6[_0x5849bd(0x310,_0x4abda5._0x137450,0x2eb,_0x4abda5._0x1f3f5c)]);if(_0x4daf16[_0x590265(0x38c,0x34d,_0x4abda5._0x520820,_0x4abda5._0x2f32f1)+'ns']){const _0x163cc2=_0x49eb11['join'](_0x3ff264,_0x5849bd(_0x4abda5._0x4b6872,_0x4abda5._0x14759f,_0x4abda5._0x5a9a98,_0x4abda5._0x3da319)),_0x56b1e1={};_0x56b1e1[_0x590265(_0x4abda5._0x34bc88,0x427,0x40e,_0x4abda5._0x1711eb)]=!![],await _0x18fc5c[_0x590265(_0x4abda5._0x42fc83,_0x4abda5._0x3634cb,_0x4abda5._0x1f5cf5,_0x4abda5._0x2033ac)](_0x163cc2,_0x56b1e1);const _0x1d188e=_0x49eb11['join'](_0x163cc2,_0x590265(_0x4abda5._0x4b0e60,0x4ee,_0x4abda5._0x80a00a,_0x4abda5._0x3beb60)+_0x590265(_0x4abda5._0x53b2c3,0x3c0,_0x4abda5._0x1d5bbe,_0x4abda5._0x224e80));await _0x18fc5c[_0x590265(_0x4abda5._0x530cd9,_0x4abda5._0x3d99a2,0x3bc,_0x4abda5._0xdd3486)](_0x1d188e,_0x4daf16[_0x590265(_0x4abda5._0x373d79,0x346,_0x4abda5._0x30ab33,0x3bc)+'ns'],_0x1c0cd6[_0x590265(_0x4abda5._0x542341,_0x4abda5._0x30f1dc,0x44e,_0x4abda5._0x15a1d4)]);}}catch(_0x2baccd){if(_0x1c0cd6['PnhGV']!==_0x5849bd(_0x4abda5._0x4f6329,0x2dc,_0x4abda5._0xb7a5fb,_0x4abda5._0x7b4866)){const _0x550052={};_0x550052[_0x590265(0x44d,_0x4abda5._0x55d550,_0x4abda5._0x3ddc82,0x45a)+'d']=_0x404cee,_0x550052['error']=_0x2baccd[_0x5849bd(_0x4abda5._0x2c1659,0x219,_0x4abda5._0x1f0069,0x186)],logger['error'](_0x1c0cd6['txIBW'],_0x550052);}else{const _0xfe72b4={};_0xfe72b4[_0x590265(_0x4abda5._0xc9ef54,_0x4abda5._0x44c9b6,_0x4abda5._0x4d1201,_0x4abda5._0x335278)]=_0x5b1c4b,_0x1c0cd6[_0x590265(0x3f3,_0x4abda5._0xbc6d73,_0x4abda5._0x3b2581,0x369)](_0x34afb8,_0x1c0cd6['scovu'],_0xfe72b4);}}broadcastTaskUpdate&&_0x1c0cd6['CdOSN'](broadcastTaskUpdate,_0x1c0cd6[_0x590265(_0x4abda5._0x2189f4,_0x4abda5._0x1f5cf5,0x4ff,0x450)],_0x5550fb);const _0x2c7931={};_0x2c7931['taskId']=_0x404cee,_0x2c7931[_0x590265(_0x4abda5._0x436f8b,0x43b,0x51a,_0x4abda5._0x330a2f)]=_0x5550fb[_0x5849bd(0x32c,0x301,_0x4abda5._0x1a8c21,_0x4abda5._0x393393)],_0x2c7931[_0x590265(_0x4abda5._0x56ac11,0x45a,0x375,0x3bc)+'ns']=_0x5550fb[_0x5849bd(_0x4abda5._0x1e8f20,0x329,0x2b2,_0x4abda5._0x164c76)]?.[_0x5849bd(_0x4abda5._0xe09a75,_0x4abda5._0x27a92e,0x1a6,0x2c0)+'ns']||'',_0x2c7931[_0x590265(0x3b1,0x3db,0x423,_0x4abda5._0x64b3cf)+_0x5849bd(0x274,0x2a9,_0x4abda5._0x386a78,0x24b)]=_0x5550fb[_0x590265(_0x4abda5._0x10d16c,_0x4abda5._0x2160b7,_0x4abda5._0x378711,0x390)+'ctiveId'],_0x2c7931[_0x5849bd(0x2b7,_0x4abda5._0x25bb21,_0x4abda5._0x345a41,_0x4abda5._0x119352)]=_0x5550fb['sortOrder'],_0x479da2['push'](_0x2c7931);}else{const _0x5d1aa8={};_0x5d1aa8[_0x5849bd(0x2ba,_0x4abda5._0x40e7c3,_0x4abda5._0x30bff2,_0x4abda5._0x22bda4)+'d']=_0x42b428,_0x5d1aa8[_0x590265(_0x4abda5._0x1fb956,0x3b2,0x473,0x404)]=_0xbb61cc[_0x5849bd(_0x4abda5._0x221b3e,0x219,_0x4abda5._0x5cfa3a,_0x4abda5._0x3969e2)],_0xf78fe8[_0x590265(_0x4abda5._0x5de290,0x367,_0x4abda5._0x2f569d,0x404)](_0x1c0cd6['clpge'],_0x5d1aa8);}}logger[_0x590265(_0x4abda5._0x308263,0x478,_0x4abda5._0x357166,_0x4abda5._0x419ef9)](_0x1c0cd6[_0x590265(_0x4abda5._0x2a7011,_0x4abda5._0x47a522,0x489,0x499)],{'taskId':_0x58393b[_0x5849bd(_0x4abda5._0x3f9c1e,_0x4abda5._0x320462,_0x4abda5._0xfd6570,_0x4abda5._0x39b991)],'parentObjectiveId':_0x371db9['taskId'],'createdCount':_0x479da2[_0x590265(0x381,0x3a9,0x422,0x3ef)],'objectiveIds':_0x479da2[_0x590265(0x4ac,0x3c2,0x508,0x469)](_0x2e573c=>_0x2e573c['taskId'])});const _0x2b1305={};_0x2b1305[_0x5849bd(_0x4abda5._0x1d565b,_0x4abda5._0x10d855,0x27f,0x1aa)]=!![],_0x2b1305[_0x5849bd(0x347,_0x4abda5._0x54c267,_0x4abda5._0x59b4a3,0x298)]=_0x479da2[_0x590265(0x354,_0x4abda5._0x4286c9,_0x4abda5._0x391bd9,_0x4abda5._0x4eda24)],_0x2b1305[_0x5849bd(0x21a,0x21b,0x25f,0x180)]=_0x479da2,_0xc6c738[_0x590265(0x41a,0x438,_0x4abda5._0x55ab85,0x3d7)](-0xdd*-0x1d+0x467+-0x1ca7)[_0x5849bd(0x2a5,0x2b6,_0x4abda5._0x2c96c6,_0x4abda5._0x386922)](_0x2b1305);}),router[_0x49fac5(0x10e,0x186,0x122,0x1aa)](_0x49fac5(0x18a,0x176,0xfc,0x174),requireTaskAuth,async(_0x4f4613,_0x27ebc2)=>{const _0x34f244={_0x14cd36:0x27b,_0x566d15:0x18,_0x2243d0:0xd9,_0x1a8e0f:0x1f,_0x517eb6:0x192,_0x2c3068:0x1b3,_0x3a8023:0x252,_0x2c6269:0x19a,_0x5cc9cc:0x215,_0x19d2ea:0x2bc,_0x42d4cf:0x2da,_0x5e3aaf:0x1b,_0x6028ad:0x4,_0x11387c:0x49,_0x359f4e:0x90,_0x52301b:0xda,_0x2bf458:0x1e,_0x8f9905:0x78,_0x26184b:0x2d,_0x45163d:0x2c,_0x5b27d9:0x9,_0xc0cb79:0x72,_0x5e2672:0x2,_0x563ce6:0x2d8,_0x27b257:0x307,_0x4ca9a4:0x29e,_0x145470:0x1cc,_0xe49342:0x251,_0x2e2843:0x22a,_0x5e735f:0x2a4,_0x331519:0x27f,_0x1e522e:0x2d9,_0x114afb:0x1d,_0x17131d:0x50,_0x2a0dee:0x78,_0x1b9976:0x18b,_0x8593d7:0x1be,_0x13e6ac:0x10d,_0x44f0fc:0x78,_0x4cd1fc:0xc2,_0x374745:0xc,_0x1014dc:0x54,_0x491cef:0x24b,_0x593372:0x294,_0x2584e5:0x210,_0x4f444a:0x1f6,_0x1da303:0x1b7,_0x1944b0:0x208,_0x3e6f9f:0x1b7,_0xea7f77:0x243,_0x50699b:0x1c4,_0x3d3dc7:0xdd,_0x22b305:0x39,_0xa31e9c:0x7f,_0x4ea693:0x6f,_0x3cee95:0x2f1,_0x32bf64:0x29a,_0x533f11:0x6,_0x461837:0x46,_0x375c6b:0x198,_0x5d7de6:0x47,_0x3c4df3:0xd1,_0xdf7bda:0x31,_0x4a8009:0x3,_0x1cc429:0x1f2,_0x238b30:0x140,_0x3f0e5:0x4a,_0x1e352c:0x85,_0x2339a1:0xfb,_0xd4a3ca:0x34,_0xb4220:0x90,_0x33f557:0xaa,_0xd64029:0xf0,_0x11e817:0x9,_0x5db932:0x3d},_0x5612bd={_0x43a5f5:0x1a1},_0xc2e6d0={_0x36f9ab:0x1af,_0x1e648e:0xef},_0x206818={};_0x206818[_0x5754fe(-0x23e,-_0x34f244._0x14cd36,-0x273,-0x316)]=function(_0x3833e8,_0x3b9121){return _0x3833e8===_0x3b9121;},_0x206818[_0x578f87(-_0x34f244._0x566d15,_0x34f244._0x2243d0,0x85,-_0x34f244._0x1a8e0f)]=_0x5754fe(-_0x34f244._0x517eb6,-_0x34f244._0x2c3068,-_0x34f244._0x3a8023,-_0x34f244._0x2c6269)+_0x5754fe(-_0x34f244._0x5cc9cc,-0x246,-0x223,-0x1b5)+_0x5754fe(-_0x34f244._0x19d2ea,-0x291,-0x2ba,-_0x34f244._0x42d4cf)+'es';const _0x45ffa7=_0x206818,{parentObjective:_0x4f8c62,callingTask:_0x19f045}=_0x4f4613;function _0x578f87(_0x23709d,_0x6299c1,_0xbd33da,_0x34cbbb){return _0x49fac5(_0x23709d-0x1ae,_0x23709d,_0xbd33da- -_0xc2e6d0._0x36f9ab,_0x34cbbb-_0xc2e6d0._0x1e648e);}const _0x13992e=_0x4f8c62['parentObje'+_0x578f87(0x7c,_0x34f244._0x5e3aaf,-_0x34f244._0x6028ad,_0x34f244._0x11387c)];function _0x5754fe(_0x129974,_0xf6414b,_0x1a2700,_0x4fbd3c){return _0x2cfe1c(_0x129974-_0x5612bd._0x43a5f5,_0x1a2700,_0x1a2700-0x1e8,_0xf6414b- -0x7c1);}if(!_0x13992e){const _0xfb6b9b={};return _0xfb6b9b[_0x5754fe(-0x342,-0x2a3,-0x28e,-0x1f3)]=[],_0xfb6b9b[_0x578f87(-0x1c,-0x111,-_0x34f244._0x359f4e,-0x102)+'ctiveId']=_0x4f8c62[_0x578f87(_0x34f244._0x52301b,-_0x34f244._0x2bf458,_0x34f244._0x8f9905,_0x34f244._0x26184b)],_0x27ebc2[_0x578f87(0x15,-_0x34f244._0x45163d,_0x34f244._0x5b27d9,-0x1d)](_0xfb6b9b);}const _0x5aa2bb=[];for(const [,_0x44d819]of tasks[_0x578f87(-0x37,-_0x34f244._0xc0cb79,-_0x34f244._0x5e2672,0x41)]()){if(_0x45ffa7[_0x5754fe(-_0x34f244._0x563ce6,-0x27b,-_0x34f244._0x27b257,-_0x34f244._0x4ca9a4)](_0x44d819[_0x578f87(-0x8d,-0xe3,-0x90,-0x114)+_0x5754fe(-_0x34f244._0x145470,-0x23a,-_0x34f244._0xe49342,-0x214)],_0x13992e)&&_0x45ffa7[_0x5754fe(-_0x34f244._0x2e2843,-0x27b,-_0x34f244._0x5e735f,-0x259)](_0x44d819[_0x5754fe(-0x2dd,-_0x34f244._0x331519,-0x242,-_0x34f244._0x1e522e)],_0x578f87(-0xab,-0xca,-_0x34f244._0x114afb,-0x8b))&&_0x44d819[_0x578f87(_0x34f244._0x17131d,-0x3a,_0x34f244._0x2a0dee,0x64)]!==_0x4f8c62[_0x5754fe(-_0x34f244._0x1b9976,-_0x34f244._0x8593d7,-0x11e,-0x1df)]){const _0x817cd5={};_0x817cd5[_0x578f87(_0x34f244._0x11387c,_0x34f244._0x13e6ac,_0x34f244._0x44f0fc,_0x34f244._0x4cd1fc)]=_0x44d819['taskId'],_0x817cd5[_0x578f87(_0x34f244._0x374745,0xed,_0x34f244._0x1014dc,0x2a)]=_0x44d819[_0x5754fe(-0x1a8,-0x1e2,-_0x34f244._0x491cef,-0x16d)],_0x817cd5[_0x5754fe(-_0x34f244._0x593372,-_0x34f244._0x2584e5,-_0x34f244._0x4f444a,-0x283)]=_0x44d819[_0x5754fe(-_0x34f244._0x1da303,-0x210,-0x264,-0x220)],_0x817cd5[_0x5754fe(-_0x34f244._0x1944b0,-_0x34f244._0x3e6f9f,-_0x34f244._0xea7f77,-_0x34f244._0x50699b)]=_0x44d819[_0x578f87(_0x34f244._0x3d3dc7,_0x34f244._0x22b305,_0x34f244._0xa31e9c,_0x34f244._0x4ea693)],_0x5aa2bb[_0x5754fe(-0x2df,-_0x34f244._0x3cee95,-_0x34f244._0x32bf64,-0x36c)](_0x817cd5);}}_0x5aa2bb[_0x578f87(-0x1c,-_0x34f244._0x533f11,-_0x34f244._0x461837,-_0x34f244._0x359f4e)]((_0x115215,_0x375352)=>(_0x115215[_0x578f87(-0x50,0x44,0x26,0x26)]||0x411*0x2+0x1d34+-0x2556)-(_0x375352['sortOrder']||0x173d*0x1+-0x6ac+-0x1091*0x1));const _0x49eb9e={};_0x49eb9e[_0x5754fe(-0x1d3,-0x1be,-_0x34f244._0x375c6b,-0x234)]=_0x19f045['taskId'],_0x49eb9e['parentObje'+'ctiveId']=_0x4f8c62['taskId'],_0x49eb9e['siblingCou'+'nt']=_0x5aa2bb[_0x578f87(_0x34f244._0x5d7de6,-_0x34f244._0x3c4df3,-_0x34f244._0xdf7bda,-_0x34f244._0x4a8009)],logger[_0x5754fe(-0x19b,-_0x34f244._0x1cc429,-_0x34f244._0x375c6b,-_0x34f244._0x238b30)](_0x45ffa7[_0x578f87(0xef,_0x34f244._0x3f0e5,_0x34f244._0x1e352c,0x1e)],_0x49eb9e);const _0x508fd3={};_0x508fd3[_0x578f87(-_0x34f244._0x2339a1,-0x41,-0x6d,_0x34f244._0xd4a3ca)]=_0x5aa2bb,_0x508fd3[_0x578f87(-0x32,-0x132,-_0x34f244._0xb4220,-0x5a)+'ctiveId']=_0x4f8c62['taskId'],_0x508fd3['grandparen'+_0x578f87(-0x155,-_0x34f244._0x33f557,-0xaf,-_0x34f244._0xd64029)+'Id']=_0x13992e,_0x27ebc2[_0x578f87(-0x85,-0x1b,_0x34f244._0x11e817,-_0x34f244._0x5db932)](_0x508fd3);}),router[_0x49fac5(0x77,0xec,0x122,0x108)](_0x49fac5(0x18a,0x15b,0x200,0x20c),requireTaskAuth,async(_0x4895e3,_0x3488e7)=>{const _0x2bc004={_0x2a33ee:0x4c9,_0x3fd0c5:0x576,_0x1711b5:0x4b8,_0x3d5a8c:0xbc,_0x5ca629:0x15e,_0x728d1f:0x526,_0x48f497:0x4ab,_0x40833b:0x7a,_0x3d95ff:0x4cd,_0xde75d5:0x99,_0x2551af:0x1aa,_0xdf558:0x48b,_0x24dfa1:0x4ff,_0x4bb0e9:0x480,_0x4ba29f:0x5a2,_0x19f13a:0x53f,_0x2911c2:0x585,_0x3de861:0x52f,_0x565f2b:0x653,_0x2c1cd4:0x4de,_0x45af21:0x5bb,_0x11e7af:0x51b,_0x3930ee:0x5bd,_0x5e470a:0x5a4,_0x439cab:0x550,_0x544904:0x5c3,_0x381074:0x5a9,_0x36ef10:0x5cf,_0x3ba23f:0x583,_0x2cd451:0x5a9,_0x52c99b:0x5a6,_0x2f1d3c:0x64f,_0x35a5c0:0x594,_0x1089ee:0xbe,_0x35ef4e:0xe8,_0x5358e1:0x145,_0xeea8b9:0x606,_0x3e13c8:0x57e,_0x4543ac:0x53d,_0x110ca8:0x154,_0x4e3e29:0x5c,_0x4f9966:0x512,_0x57c341:0x54,_0x5a6462:0x3f7,_0x256997:0x46b,_0xa247ed:0x42e,_0xe0a42b:0x46b,_0x59dc77:0x426,_0x26c33e:0x9a,_0x199a58:0x526,_0x18f775:0x58f,_0x598a7c:0x4d8,_0x3beffb:0x1c4,_0x406eba:0x4db,_0x234587:0x465,_0x30d2f5:0x159,_0x3c4381:0x190,_0x16ebf7:0xb7,_0x4bfbea:0x590,_0x57e0d0:0x535},_0x4710bb={_0x5e1309:0x48},_0x4e9245={_0x400db9:0xc8,_0x4ca874:0x27},_0x12c668={'gwDbj':function(_0x805a44,_0x3db7c6,_0x37ab43){return _0x805a44(_0x3db7c6,_0x37ab43);},'NBvaP':_0x3113b7(0x484,0x4fc,_0x2bc004._0x2a33ee,0x58b)+'ed','gLoGT':function(_0x39359d,_0x52bc20){return _0x39359d===_0x52bc20;},'knKvy':function(_0x2ea1f3,_0x2c008b){return _0x2ea1f3===_0x2c008b;},'UGBRv':function(_0x4be38d,_0x3262e5){return _0x4be38d!==_0x3262e5;},'ggnNL':_0x3113b7(0x57d,0x53c,0x57d,0x511),'fFUmr':_0x3113b7(0x5eb,0x5ad,0x5a8,_0x2bc004._0x3fd0c5)+'ing\x20child\x20'+_0x3113b7(0x539,0x498,_0x2bc004._0x1711b5,0x45f)},{parentObjective:_0x3de724,callingTask:_0x1bf0d7}=_0x4895e3,_0x811ea1=[];for(const [,_0x3b2d29]of tasks['entries']()){if(_0x12c668['gLoGT'](_0x3b2d29[_0x590da5(0x82,0x136,_0x2bc004._0x3d5a8c,_0x2bc004._0x5ca629)+_0x3113b7(0x4c6,_0x2bc004._0x728d1f,0x49e,_0x2bc004._0x48f497)],_0x3de724['taskId'])&&_0x12c668[_0x590da5(0x5e,0xdb,0xe0,_0x2bc004._0x40833b)](_0x3b2d29[_0x3113b7(0x4a6,0x4e1,0x558,_0x2bc004._0x3d95ff)],_0x590da5(_0x2bc004._0xde75d5,_0x2bc004._0x2551af,0x12f,0x187))){if(_0x12c668['UGBRv'](_0x3113b7(0x46c,0x48a,0x525,0x498),_0x12c668[_0x3113b7(0x3da,_0x2bc004._0xdf558,_0x2bc004._0x24dfa1,_0x2bc004._0x4bb0e9)])){const _0xd5b5e3={};_0xd5b5e3[_0x3113b7(0x595,_0x2bc004._0x4ba29f,_0x2bc004._0x19f13a,_0x2bc004._0x2911c2)]=_0x3b2d29[_0x3113b7(_0x2bc004._0x3de861,_0x2bc004._0x4ba29f,_0x2bc004._0x565f2b,0x643)],_0xd5b5e3[_0x3113b7(_0x2bc004._0x2c1cd4,0x57e,0x57c,_0x2bc004._0x45af21)]=_0x3b2d29['name'],_0xd5b5e3[_0x3113b7(_0x2bc004._0x11e7af,0x550,_0x2bc004._0x3930ee,0x519)]=_0x3b2d29[_0x3113b7(_0x2bc004._0x5e470a,_0x2bc004._0x439cab,0x585,0x581)],_0xd5b5e3[_0x3113b7(_0x2bc004._0x544904,_0x2bc004._0x381074,_0x2bc004._0x36ef10,_0x2bc004._0x3ba23f)]=_0x3b2d29[_0x3113b7(0x5c7,_0x2bc004._0x2cd451,0x4f9,0x5bb)],_0xd5b5e3['instructio'+'ns']=_0x3b2d29[_0x3113b7(0x502,_0x2bc004._0x52c99b,_0x2bc004._0x2f1d3c,_0x2bc004._0x35a5c0)]?.[_0x590da5(0x10e,_0x2bc004._0x1089ee,_0x2bc004._0x35ef4e,0x130)+'ns']||'',_0x811ea1['push'](_0xd5b5e3);}else{const _0x3404f5={};_0x3404f5[_0x590da5(_0x2bc004._0x5358e1,0x1c0,0x1c4,0x1fb)]=_0x4be7ed[_0x3113b7(0x5c0,0x5a2,_0x2bc004._0xeea8b9,0x5a9)],_0x3404f5[_0x3113b7(0x5ec,_0x2bc004._0x3e13c8,_0x2bc004._0x4543ac,0x504)]=_0xe58b35['name'],_0x3404f5[_0x590da5(0xfb,_0x2bc004._0x110ca8,0xe8,_0x2bc004._0x4e3e29)+'ns']=_0x36e2b5[_0x3113b7(_0x2bc004._0x4f9966,0x5a6,0x653,0x58c)]?.[_0x590da5(0xc4,0xf8,_0x2bc004._0x35ef4e,_0x2bc004._0x57c341)+'ns'],_0x3404f5[_0x3113b7(_0x2bc004._0x5a6462,_0x2bc004._0x256997,0x4db,0x4af)]=_0x14ecc2[_0x3113b7(_0x2bc004._0xa247ed,_0x2bc004._0xe0a42b,_0x2bc004._0x59dc77,_0x2bc004._0x24dfa1)],_0x12c668[_0x590da5(0x3f,_0x2bc004._0x26c33e,0xc0,0x2a)](_0x427876,_0x12c668[_0x3113b7(_0x2bc004._0x544904,0x545,0x5db,0x5b7)],_0x3404f5);}}}function _0x3113b7(_0x294d86,_0x44f407,_0x3d36ac,_0x2db6fc){return _0x49fac5(_0x294d86-_0x4e9245._0x400db9,_0x3d36ac,_0x44f407-0x37b,_0x2db6fc-_0x4e9245._0x4ca874);}_0x811ea1[_0x3113b7(0x4e9,0x4e4,0x4fc,0x491)]((_0x17081c,_0x4039de)=>(_0x17081c[_0x590da5(0x1e6,0x177,0x172,0x13f)]||-0xab1+-0x2031+0x1f3*0x16)-(_0x4039de[_0x590da5(0xcd,0xc3,0x172,0x21b)]||0x1a67*-0x1+0x116b+-0xe6*-0xa));const _0x17ee2e={};_0x17ee2e[_0x3113b7(0x608,0x5a2,0x584,_0x2bc004._0x3de861)]=_0x1bf0d7['taskId'],_0x17ee2e['parentObje'+_0x3113b7(0x5b5,_0x2bc004._0x199a58,_0x2bc004._0x18f775,_0x2bc004._0x598a7c)]=_0x3de724[_0x590da5(0x117,0x246,_0x2bc004._0x3beffb,0x270)];function _0x590da5(_0x5a787f,_0x2ff018,_0xe2d3e0,_0x507d49){return _0x49fac5(_0x5a787f-_0x4710bb._0x5e1309,_0x5a787f,_0xe2d3e0- -0x63,_0x507d49-0x5d);}_0x17ee2e[_0x3113b7(0x47e,0x501,_0x2bc004._0x406eba,_0x2bc004._0x234587)]=_0x811ea1[_0x3113b7(0x538,0x4f9,0x4ff,0x4d7)],logger[_0x590da5(0x12a,_0x2bc004._0x30d2f5,_0x2bc004._0x3c4381,0xe1)](_0x12c668['fFUmr'],_0x17ee2e);const _0x4ff29a={};_0x4ff29a['children']=_0x811ea1,_0x4ff29a['parentObje'+_0x590da5(_0x2bc004._0x16ebf7,0x190,0x148,0x1f4)]=_0x3de724[_0x3113b7(0x5f8,0x5a2,0x591,_0x2bc004._0x4bfbea)],_0x3488e7[_0x3113b7(_0x2bc004._0x57e0d0,0x533,0x552,0x548)](_0x4ff29a);});function _0x2cfe1c(_0x29948c,_0x37d547,_0x2ebdb3,_0x20ab29){return _0xb95d(_0x20ab29-0x3db,_0x37d547);}router[_0x49fac5(0x9b,0x11f,0x130,0x1b7)](_0x2cfe1c(0x4fe,0x523,0x528,0x51b)+_0x2cfe1c(0x5c7,0x66a,0x56d,0x5cc)+_0x2cfe1c(0x579,0x4b7,0x546,0x547),requireTaskAuth,async(_0x26a5d5,_0x4f2a96)=>{const _0x288ca4={_0x23e2c6:0x39,_0x51c422:0x72,_0x3ef6c3:0x1d1,_0x5affa1:0x239,_0x1f8c04:0x1c,_0x33008e:0x52,_0x1b06b1:0x96,_0x16a0e9:0x4a,_0x56e911:0xe,_0x2a8be7:0x79,_0x2dc2ca:0xac,_0x1e2e0c:0x0,_0x529bbe:0x277,_0x1a8838:0x2e9,_0x350d78:0x1fb,_0x1c71e9:0x20,_0x50d5a1:0x5f,_0x228dab:0xbf,_0x167e41:0x4b,_0x3a21f9:0x68,_0x4e8d3c:0xdf,_0x1892e2:0x82,_0x300d0a:0x16b,_0x250126:0x2b,_0x48b481:0x1b9,_0x40c962:0x109,_0x36e86a:0x1a,_0x45d1c7:0x256,_0x583347:0x1a5,_0x4fc90d:0x1f4,_0x4f518d:0xd8,_0x4aba87:0x189,_0x4b06c4:0x7b,_0x2869da:0x9d,_0x5c4000:0xe5,_0x3c90b5:0x5a,_0x38a605:0x187,_0x173e0b:0x24f,_0x162583:0x26,_0x20182b:0x3a,_0x684b9c:0x2a4,_0x292095:0x1bf,_0x1d5655:0x15c,_0x5e5097:0x138,_0x2b162c:0x1b7,_0x548539:0x242,_0x40cb73:0x2d8,_0x59301a:0x25e,_0x21965a:0x27f,_0x2b563e:0x4,_0x20d07b:0x5,_0x1f8f71:0x4b,_0x1b6f7b:0x16,_0x5e6129:0x7e,_0x551bf9:0x6e,_0x3485a3:0x10b,_0x51d279:0xa3,_0x217068:0x18,_0x3ecf43:0x3b,_0x1d51b1:0x1ef,_0x24b143:0x9e,_0x5e06fb:0xbc,_0x35a974:0xb2,_0x383b27:0x1c4,_0x1985d8:0x29a,_0x28aa27:0x30,_0x532cf9:0x1e,_0x16c42a:0x6b,_0x21dcdd:0x4c,_0x498dfc:0x31,_0xb9d6f7:0x14,_0x14e8ac:0xb5,_0x5db02a:0x11b,_0xc4ce00:0xb9,_0x21e97c:0xee,_0x1045d8:0x23,_0x4cb069:0xa8,_0x28d03b:0xd0,_0x5c8b52:0x83,_0x41aac4:0xcf,_0x5c3e51:0x1c4,_0x12fbcf:0x20a,_0x54dd7a:0x78,_0x2e04e0:0x27d,_0x486ca8:0x2f6,_0x3f3cd0:0x26b,_0x27296b:0x67,_0x151bf1:0x2d,_0x74a614:0x64,_0x3c239b:0x1fe,_0x59d638:0x2a8,_0x3a4eec:0x125,_0x5a32b4:0x8a,_0xb7744c:0xb0,_0x2246cb:0x1ad,_0x10f81e:0x183,_0x4d4bbe:0x2e6,_0x515b69:0x26a,_0x298c8a:0x2a0,_0x5bacc6:0x255,_0x23a9c7:0x25a,_0x2c1133:0x71,_0x105cda:0xbf,_0x12736a:0x55,_0x29f9bd:0x4e,_0x51564b:0x80,_0x1a6107:0x10b,_0x10ad45:0x74,_0x3beb8d:0xd5,_0x27fae6:0x8,_0x1ec0d6:0x16d,_0x9cac75:0x1e7,_0x459464:0x10d,_0x47f83b:0x1dd,_0x2f2cf7:0x159,_0x21d93c:0x17c,_0x4b0ac8:0x10c,_0xc45c5d:0x113,_0x2e9157:0x98,_0x49b709:0x69,_0x27ffc6:0xad,_0x5e354a:0x77,_0xb43550:0x238,_0x3dbe21:0x210,_0x4b6320:0x251,_0x3e34a9:0x276,_0x5a628a:0x217,_0x13075e:0xe5,_0x1ca207:0xad,_0x289886:0x27,_0xcbd27c:0x24f,_0x5abcfe:0x2aa,_0x4ad5de:0x15a,_0x467693:0x168,_0x5e6a4d:0x1b8,_0x591105:0x1ce,_0x1a9e7f:0x120,_0x3dec91:0x5,_0x34a006:0x81,_0x2dd84f:0x161,_0x20cb2d:0x1d9,_0x321fa6:0x193,_0x33d181:0xa,_0xa3d4ee:0x1f1,_0x30ff6a:0x282,_0x5b6e7a:0x17d,_0x52bc39:0x1bb,_0xfee3df:0x267,_0x24cd30:0x20a,_0x1f32b3:0x197,_0x549ffc:0x218,_0x3f5215:0x243,_0x3f66a9:0x270,_0x22fd86:0x308,_0x1f5665:0x3f,_0x261cbe:0x58,_0x1460a9:0x232,_0x3f3caf:0x2b4,_0x3e3c3a:0x24b,_0x37842c:0x2fa,_0x3c5919:0x2d6,_0x24cefd:0x101,_0x1cd055:0x261,_0x4a7540:0x260,_0x597e5d:0x1c3,_0x500d3d:0x254,_0x885b0:0x234,_0x1434f6:0x131,_0x26852:0x51,_0x2baa22:0x3b,_0x3d92ea:0x93,_0x204274:0xae,_0x2a8567:0x20a,_0x4832e4:0x54,_0x4fd6c2:0x3a,_0x3708b2:0x1e,_0x1e52d4:0x2ed,_0x53d8ea:0xf7,_0x125bb0:0x168,_0x65f08e:0xb7,_0x42752e:0x104,_0x47d715:0xa4,_0x148124:0xb7,_0x5a4974:0x10e,_0x59a51f:0x14c,_0x508fcb:0xe1,_0x23f907:0x19b,_0x223778:0x1a7,_0x58f80b:0x128,_0x3b5263:0x1df,_0x4c3a92:0xff,_0x5958e4:0x140,_0x359859:0x7e,_0x2e383d:0xbe,_0x30b819:0x5e,_0x2de5dd:0x207,_0xc7c0fc:0x18a,_0x1306f6:0x22,_0x15b53f:0x119,_0x5f0958:0xee,_0x722421:0xb4,_0x26a256:0x3b,_0x236ffb:0xda,_0x1976a2:0x56,_0x357bb4:0x149,_0xf2091:0x1b4,_0x472536:0x41,_0x538051:0xa8,_0x5b6dc0:0xe,_0x6ccbef:0x14,_0x262d2e:0xc6,_0x33c373:0x32,_0x3f070a:0x10f,_0x3504f3:0x184,_0x475e34:0xdd,_0x380c23:0xbb,_0x4310b8:0xc7,_0x3dd76d:0x144,_0x52e3ee:0x2b2,_0x26b5c2:0x1c0,_0x599537:0x16d,_0x164fc2:0x149,_0x4bd2f9:0x115,_0x66fc5b:0x252,_0x5ef415:0x157,_0x228005:0x10,_0x377c56:0x90,_0x4ccef4:0x6b,_0x458318:0x210,_0x555a61:0x240,_0x100f0e:0x181,_0x19f0f3:0x28f,_0x5ba9dc:0x1d4,_0x5e7f91:0x188,_0x4c73e7:0x197,_0x361068:0x208,_0x2507a0:0xb3,_0x3e3833:0x231,_0x472e57:0x1dd,_0x36229e:0x57,_0x5c2063:0x2,_0x1b1814:0x13e,_0x3a4382:0x46,_0x500566:0x5d,_0x5a22d9:0x259,_0x3c60b6:0x7c,_0x4511ed:0xdb,_0x1f3681:0xfa,_0x3cdde8:0xa6,_0x44a8b5:0x310,_0x8674c8:0x253,_0x56e39a:0x2c,_0x4ab327:0x3f,_0xe1dc8:0x9c,_0x5cf775:0x287,_0x5962c3:0x2d1,_0x1e1b10:0x1dc,_0x222a0b:0x255,_0x470dc2:0x286,_0x395b2d:0x291,_0x3521a6:0xc1,_0x1829e5:0x16a,_0x1c695a:0x11,_0x455a88:0x9a,_0x58095f:0x89,_0x517e69:0x1d0,_0x364cee:0x1cd,_0x3afed0:0x1f,_0x56c6e4:0x86,_0x5302cb:0x59,_0x166ba9:0x3d,_0xab7ecf:0x1f5,_0x10b870:0x1c5,_0x503244:0x1b3,_0x98328c:0x189,_0x495739:0xaa,_0x4bdf61:0x185,_0x38619e:0x171,_0xda965b:0x93,_0x1a69d7:0xab,_0x3d4c51:0xa8,_0x4fef42:0xbd,_0x202a34:0x25,_0x217ef9:0xd3,_0x3a8cd5:0x25,_0x487709:0xa8,_0x332470:0x1ec,_0x69e9b7:0x1ea,_0x42ee46:0x246,_0x2228d6:0x293,_0x2c1c54:0x16e,_0x47d283:0x178,_0x5b6a56:0x1f6,_0x1e252d:0x21f,_0x137f26:0xd2,_0x50a3ac:0x114,_0x5508af:0x134,_0x2df095:0x18d,_0x5c7865:0x48,_0x3a72ef:0xae,_0x3017fd:0xe1,_0x13a3a5:0x14,_0x1a27bd:0x65,_0x29b8f6:0xfd,_0x5442df:0xb7,_0x27dfba:0x148,_0x3fc19c:0x155,_0xdcc289:0xf6,_0x47be49:0x2a3,_0x501cf2:0x13,_0x20bf43:0xb9,_0x557f13:0x80,_0x372069:0x8c,_0x1383f1:0x3c,_0x10febb:0x2,_0xbda37d:0x65,_0x5bbfdc:0x39,_0x155143:0xb7,_0x444c00:0x5,_0x3c15f9:0x62,_0x336f80:0x31,_0x4d1dbf:0x88,_0x2777e5:0x143,_0x41801c:0xb6,_0x5227c9:0xd4,_0x24868c:0x1d3,_0xb624a:0x233,_0x5a92d8:0x2b6,_0x224919:0x9c,_0x3dce4d:0x8f,_0x40a76c:0xf,_0x5a6d3b:0x145,_0x3ca7ba:0x190,_0x9cd68b:0x225,_0x1b4e82:0x1ee,_0x32012f:0x1c5,_0x577d9c:0x2a,_0x2b834b:0x4d,_0x45a178:0x99,_0x47ff0e:0x1ec},_0x4c9ee7={_0x5a1e70:0x86,_0x3d2e40:0x170},_0x2a108a={_0x530ad2:0xdf,_0x2440c5:0x74c},_0x54f682={'nrJuz':_0x1ca598(-0x21,-0x71,0x59,0x82)+'ed','OxHBg':'Missing\x20X-'+_0x1ca598(_0x288ca4._0x23e2c6,0x90,_0x288ca4._0x51c422,0x51)+'ader','ikTBS':function(_0x199caa,_0x40f027){return _0x199caa===_0x40f027;},'aBfSe':'objective','ecEzb':function(_0x253def,_0x31db79){return _0x253def!==_0x31db79;},'JZZbo':'Task\x20fetch'+_0x38854c(-_0x288ca4._0x3ef6c3,-_0x288ca4._0x5affa1,-0x14d,-0x141)+_0x1ca598(-_0x288ca4._0x1f8c04,-_0x288ca4._0x33008e,_0x288ca4._0x1b06b1,0x52)+'es','nGlkp':_0x1ca598(-_0x288ca4._0x16a0e9,-0xe6,-_0x288ca4._0x56e911,-_0x288ca4._0x2a8be7)+_0x1ca598(0x2,-0x9e,_0x288ca4._0x2dc2ca,_0x288ca4._0x1e2e0c)+'\x20request\x20w'+'ith\x20unknow'+_0x38854c(-_0x288ca4._0x529bbe,-_0x288ca4._0x1a8838,-0x292,-_0x288ca4._0x350d78),'CVWpL':_0x1ca598(-0x85,-0xb0,-0x126,_0x288ca4._0x1c71e9)+_0x1ca598(-_0x288ca4._0x50d5a1,-0x88,-0x10c,-_0x288ca4._0x228dab),'plzZP':function(_0x5c1ad1,_0x1ef9f8){return _0x5c1ad1===_0x1ef9f8;},'jZNjB':_0x1ca598(0xc2,0xf5,0x173,0x92)+_0x38854c(-0x252,-0x237,-0x2be,-0x237)+_0x1ca598(-0x53,-0x8,-0xa9,_0x288ca4._0x167e41),'QVJgU':'ZKEKH','xaRop':_0x1ca598(-_0x288ca4._0x3a21f9,-_0x288ca4._0x4e8d3c,-_0x288ca4._0x1892e2,0x3b)+_0x38854c(-0x1b1,-0x23c,-0x190,-_0x288ca4._0x300d0a)+_0x1ca598(_0x288ca4._0x250126,_0x288ca4._0x16a0e9,0x67,0x94)+_0x38854c(-_0x288ca4._0x48b481,-0x1ee,-0x187,-_0x288ca4._0x40c962)+_0x1ca598(-_0x288ca4._0x36e86a,0x49,0x64,0x66)+_0x1ca598(0xaf,0x147,0xb2,0x12a),'BdbAw':_0x38854c(-_0x288ca4._0x45d1c7,-_0x288ca4._0x583347,-_0x288ca4._0x4fc90d,-0x1dc),'TWpwo':'Not\x20Found','BtFtw':_0x1ca598(_0x288ca4._0x4f518d,_0x288ca4._0x4aba87,0x84,_0x288ca4._0x4b06c4),'yEWLy':'Sub-object'+'ive\x20is\x20not'+_0x1ca598(0x8b,0x83,0x7f,0xa0)+_0x38854c(-0x137,-_0x288ca4._0x2869da,-0x109,-0x1e9)+_0x1ca598(-0x35,-_0x288ca4._0x5c4000,_0x288ca4._0x3c90b5,-0xc)+'ve','imDlG':function(_0x15a29e,_0x3b3f2a){return _0x15a29e!==_0x3b3f2a;},'WMdKm':_0x38854c(-0x1e8,-0x180,-0x24f,-0x248)+'t','LLXka':_0x38854c(-0x1d6,-_0x288ca4._0x38a605,-_0x288ca4._0x173e0b,-0x264)+_0x1ca598(-_0x288ca4._0x162583,_0x288ca4._0x20182b,0x8a,-0xd7)+_0x38854c(-0x1f9,-_0x288ca4._0x684b9c,-_0x288ca4._0x292095,-0x15a),'BtxfW':function(_0x3d7ae1,_0x2bde38){return _0x3d7ae1!==_0x2bde38;},'hMmFm':function(_0x165bf2,_0x276d87){return _0x165bf2!==_0x276d87;},'AuKMU':_0x38854c(-_0x288ca4._0x1d5655,-0xb0,-0x203,-0xc6),'QsFWT':'MotyE','cCMQM':function(_0x25ba50,_0x713fa0){return _0x25ba50(_0x713fa0);},'dZWhH':_0x1ca598(-0x81,-0x44,-0xae,-0x9e),'WhjRZ':_0x38854c(-0x146,-_0x288ca4._0x5e5097,-_0x288ca4._0x2b162c,-0x152)+_0x38854c(-_0x288ca4._0x548539,-0x1b5,-_0x288ca4._0x40cb73,-_0x288ca4._0x59301a),'Smbvb':function(_0x81ae3f,_0x26b89a){return _0x81ae3f!==_0x26b89a;},'UFjRr':_0x38854c(-0x1d9,-0x20e,-_0x288ca4._0x21965a,-0x23d),'lYFcb':'task-instr'+_0x1ca598(0x85,_0x288ca4._0x2b563e,_0x288ca4._0x20d07b,_0x288ca4._0x1f8f71),'aLLCr':'utf-8','iiiad':function(_0x243caa,_0x29dfc4){return _0x243caa===_0x29dfc4;},'cXWia':_0x1ca598(-0x4,_0x288ca4._0x1b6f7b,_0x288ca4._0x20182b,_0x288ca4._0x5e6129),'xMdaM':_0x1ca598(0x3e,0xe0,0xab,-0x5f),'uJzHx':_0x1ca598(-_0x288ca4._0x551bf9,-0xaf,-_0x288ca4._0x3485a3,-0x54)+_0x1ca598(0x26,_0x288ca4._0x51d279,0x2c,_0x288ca4._0x217068)+'b-objectiv'+_0x1ca598(-0xd,_0x288ca4._0x250126,_0x288ca4._0x3ecf43,0x41),'PbKeP':function(_0x1a883c,_0x9130c5,_0x4e5e4b){return _0x1a883c(_0x9130c5,_0x4e5e4b);},'tALqI':_0x38854c(-_0x288ca4._0x1d51b1,-0x162,-0x220,-0x1eb)+'ed','LMRmo':_0x1ca598(0x2e,_0x288ca4._0x24b143,_0x288ca4._0x5e06fb,_0x288ca4._0x35a974)+_0x38854c(-0x214,-0x16e,-_0x288ca4._0x383b27,-_0x288ca4._0x1985d8)+_0x1ca598(-_0x288ca4._0x28aa27,_0x288ca4._0x4b06c4,-_0x288ca4._0x532cf9,-0xb8)},{parentObjective:_0x31f039,callingTask:_0x5821c9}=_0x26a5d5,{objectiveId:_0xa596e}=_0x26a5d5[_0x1ca598(-0x29,0x1e,0x4c,-_0x288ca4._0x16c42a)],{name:_0x4d0751,instructions:_0x5b9c9e}=_0x26a5d5[_0x1ca598(-0x4f,_0x288ca4._0x21dcdd,0x2,_0x288ca4._0x498dfc)];if(_0x54f682['ikTBS'](_0x4d0751,undefined)&&_0x54f682[_0x1ca598(-_0x288ca4._0x2a8be7,_0x288ca4._0xb9d6f7,-_0x288ca4._0x14e8ac,-_0x288ca4._0x5db02a)](_0x5b9c9e,undefined)){if(_0x54f682[_0x1ca598(_0x288ca4._0xc4ce00,_0x288ca4._0x21e97c,0x9e,_0x288ca4._0x1045d8)]('ZKEKH',_0x54f682[_0x1ca598(_0x288ca4._0x4cb069,_0x288ca4._0x28d03b,_0x288ca4._0x5c8b52,_0x288ca4._0x41aac4)])){const _0x47f4fa={};return _0x47f4fa[_0x38854c(-0x1dd,-_0x288ca4._0x5c3e51,-0x14b,-0x21b)]='Bad\x20Reques'+'t',_0x47f4fa[_0x38854c(-0x255,-0x1c9,-0x295,-0x1d9)]=_0x54f682['xaRop'],_0x4f2a96[_0x38854c(-_0x288ca4._0x12fbcf,-0x22e,-0x28a,-0x27d)](-0x547+0x19a1+-0x1*0x12ca)[_0x1ca598(0x48,0xa1,_0x288ca4._0x54dd7a,0xeb)](_0x47f4fa);}else{_0x2ce207[_0x38854c(-_0x288ca4._0x2e04e0,-_0x288ca4._0x486ca8,-0x2ec,-_0x288ca4._0x3f3cd0)](_0x1ca598(-_0x288ca4._0x16a0e9,_0x288ca4._0x27296b,-_0x288ca4._0x151bf1,_0x288ca4._0x74a614)+_0x38854c(-_0x288ca4._0x3c239b,-0x1a6,-_0x288ca4._0x59d638,-0x29b)+_0x38854c(-_0x288ca4._0x3a4eec,-_0x288ca4._0x5a32b4,-_0x288ca4._0xb7744c,-_0x288ca4._0x2246cb)+_0x1ca598(-0x6a,-0x118,-0x106,-0xb8)+'ask-Id\x20hea'+_0x38854c(-_0x288ca4._0x10f81e,-0x1ee,-0xf3,-0x178));const _0xf1d761={};return _0xf1d761[_0x38854c(-0x1dd,-0x18a,-_0x288ca4._0x1d51b1,-0x156)]=_0x54f682[_0x38854c(-0x287,-_0x288ca4._0x4d4bbe,-_0x288ca4._0x515b69,-_0x288ca4._0x298c8a)],_0xf1d761[_0x38854c(-_0x288ca4._0x5bacc6,-_0x288ca4._0x23a9c7,-0x1ff,-0x1b1)]=_0x54f682[_0x1ca598(-0x22,_0x288ca4._0x2c1133,-_0x288ca4._0x105cda,_0x288ca4._0x12736a)],_0x4c2cde[_0x1ca598(-0xa,-_0x288ca4._0x29f9bd,-_0x288ca4._0x51564b,_0x288ca4._0x28aa27)](-0x6d*-0x47+-0x164*0x5+-0x15b6)['json'](_0xf1d761);}}const _0x47b9ab=tasks['get'](_0xa596e);if(!_0x47b9ab){if(_0x54f682[_0x1ca598(-_0x288ca4._0x2a8be7,-_0x288ca4._0x1a6107,-0x11f,-_0x288ca4._0x51c422)](_0x54f682[_0x1ca598(_0x288ca4._0x10ad45,-_0x288ca4._0x498dfc,0x16,0xeb)],_0x1ca598(-0x84,-_0x288ca4._0x3beb8d,-0x39,-_0x288ca4._0x27fae6)))_0x121e86[_0x38854c(-_0x288ca4._0x1ec0d6,-_0x288ca4._0x9cac75,-0x157,-_0x288ca4._0x459464)]=_0x5aeb1a;else{const _0x63e004={};return _0x63e004[_0x38854c(-_0x288ca4._0x47f83b,-_0x288ca4._0x2f2cf7,-0x1e9,-_0x288ca4._0x21d93c)]=_0x54f682[_0x1ca598(0x64,_0x288ca4._0x4b0ac8,0x6b,_0x288ca4._0xc45c5d)],_0x63e004[_0x1ca598(-0x55,-_0x288ca4._0x2e9157,-0x42,-0x3f)]='Sub-object'+_0x1ca598(0x5,_0x288ca4._0x49b709,_0x288ca4._0x27ffc6,_0x288ca4._0x5e354a)+'und',_0x4f2a96[_0x38854c(-_0x288ca4._0x12fbcf,-_0x288ca4._0xb43550,-0x1af,-0x1d1)](0xd89+-0x1ea8+0x12b3)[_0x38854c(-0x1b8,-_0x288ca4._0x21d93c,-_0x288ca4._0x3dbe21,-0x1ab)](_0x63e004);}}if(_0x47b9ab[_0x38854c(-_0x288ca4._0x4b6320,-0x279,-0x22e,-_0x288ca4._0x3e34a9)+_0x38854c(-0x1c5,-0x11b,-0x214,-_0x288ca4._0x5a628a)]!==_0x31f039[_0x38854c(-0x149,-0xf5,-0xe5,-_0x288ca4._0x13075e)]){const _0x1d2fb7={};return _0x1d2fb7[_0x1ca598(_0x288ca4._0x1045d8,_0x288ca4._0x33008e,-0x33,_0x288ca4._0x1ca207)]=_0x54f682[_0x1ca598(_0x288ca4._0x228dab,_0x288ca4._0x289886,0x7b,0xc1)],_0x1d2fb7[_0x38854c(-_0x288ca4._0x5bacc6,-_0x288ca4._0xcbd27c,-0x1b8,-_0x288ca4._0x5abcfe)]=_0x54f682['yEWLy'],_0x4f2a96[_0x38854c(-_0x288ca4._0x12fbcf,-_0x288ca4._0x4ad5de,-_0x288ca4._0x467693,-0x229)](-0x1b5*0x3+-0x26e7*0x1+-0x1*-0x2d99)[_0x38854c(-_0x288ca4._0x5e6a4d,-0x24d,-_0x288ca4._0x591105,-_0x288ca4._0x1a9e7f)](_0x1d2fb7);}if(_0x54f682[_0x1ca598(-0x3b,-_0x288ca4._0x3dec91,-0x62,0x1)](_0x47b9ab[_0x1ca598(-0xa,-_0x288ca4._0x34a006,-0xb4,0xa6)],_0x54f682[_0x38854c(-_0x288ca4._0x2dd84f,-0x199,-0x1dd,-_0x288ca4._0x20cb2d)])){const _0x163534={};return _0x163534[_0x38854c(-0x1dd,-_0x288ca4._0x321fa6,-0x18c,-0x12c)]=_0x54f682['WMdKm'],_0x163534[_0x1ca598(-0x55,-_0x288ca4._0x33d181,-0x9a,-_0x288ca4._0x5a32b4)]=_0x54f682[_0x38854c(-_0x288ca4._0xa3d4ee,-0x1e4,-0x1e8,-_0x288ca4._0x30ff6a)],_0x4f2a96['status'](0xce1+-0x1c4a+-0x10f9*-0x1)['json'](_0x163534);}logger[_0x38854c(-_0x288ca4._0x5b6e7a,-0xff,-0x1d3,-0x1c2)](_0x38854c(-_0x288ca4._0x321fa6,-0x154,-0x174,-_0x288ca4._0x52bc39)+_0x38854c(-0x20e,-_0x288ca4._0xfee3df,-0x18b,-_0x288ca4._0x24cd30)+'jective',{'taskId':_0x5821c9['taskId'],'parentObjectiveId':_0x31f039['taskId'],'subObjectiveId':_0xa596e,'updatingName':_0x54f682[_0x38854c(-0x23c,-0x299,-0x27d,-0x190)](_0x4d0751,undefined),'updatingInstructions':_0x5b9c9e!==undefined});const _0x2723a6=new Date()[_0x38854c(-0x16f,-0xfe,-_0x288ca4._0x1f32b3,-_0x288ca4._0x549ffc)+'g']();_0x54f682[_0x38854c(-0x26b,-_0x288ca4._0x3f5215,-_0x288ca4._0x3f66a9,-_0x288ca4._0x22fd86)](_0x4d0751,undefined)&&(_0x47b9ab[_0x1ca598(0x93,0x7d,0x77,_0x288ca4._0x1f5665)]=_0x4d0751);if(_0x54f682[_0x1ca598(-0x3b,-0x7e,-0x63,-_0x288ca4._0x261cbe)](_0x5b9c9e,undefined)){if(_0x54f682['AuKMU']===_0x54f682[_0x38854c(-_0x288ca4._0x1460a9,-_0x288ca4._0x3f3caf,-_0x288ca4._0x1985d8,-0x2bd)]){const {parentObjective:_0x1d602,callingTask:_0xf1a148}=_0x2842a1,_0x2923d9=_0x1d602['parentObje'+_0x38854c(-0x1c5,-0x182,-_0x288ca4._0x3e3c3a,-0x1a9)];if(!_0x2923d9){const _0x4e796f={};return _0x4e796f['siblings']=[],_0x4e796f[_0x38854c(-0x251,-_0x288ca4._0x37842c,-_0x288ca4._0x3c5919,-0x2d3)+'ctiveId']=_0x1d602[_0x1ca598(0xb7,0x58,_0x288ca4._0x24cefd,0x36)],_0x5d5164[_0x38854c(-0x1b8,-0x11d,-_0x288ca4._0x1cd055,-_0x288ca4._0x4a7540)](_0x4e796f);}const _0x3efe8f=[];for(const [,_0x11af46]of _0x56f516[_0x38854c(-_0x288ca4._0x597e5d,-_0x288ca4._0x500d3d,-_0x288ca4._0x885b0,-_0x288ca4._0x1434f6)]()){if(_0x54f682['ikTBS'](_0x11af46[_0x1ca598(-_0x288ca4._0x26852,0x4c,-0x1e,-0xa5)+_0x1ca598(_0x288ca4._0x2baa22,_0x288ca4._0x3d92ea,-0x25,_0x288ca4._0x204274)],_0x2923d9)&&_0x54f682['ikTBS'](_0x11af46[_0x38854c(-0x20a,-_0x288ca4._0x2a8567,-_0x288ca4._0x3e3c3a,-0x182)],_0x54f682[_0x1ca598(0x9f,_0x288ca4._0x4832e4,_0x288ca4._0x4fd6c2,_0x288ca4._0x3708b2)])&&_0x54f682[_0x38854c(-0x269,-0x289,-_0x288ca4._0x1e52d4,-0x26e)](_0x11af46[_0x38854c(-0x149,-0x1b6,-_0x288ca4._0x53d8ea,-_0x288ca4._0x125bb0)],_0x1d602[_0x1ca598(_0x288ca4._0x65f08e,_0x288ca4._0x42752e,_0x288ca4._0x2f2cf7,_0x288ca4._0x47d715)])){const _0x2898db={};_0x2898db['taskId']=_0x11af46[_0x1ca598(_0x288ca4._0x148124,_0x288ca4._0x5a4974,_0x288ca4._0x51564b,0x9e)],_0x2898db[_0x38854c(-0x16d,-0xd3,-0x177,-_0x288ca4._0x59a51f)]=_0x11af46[_0x1ca598(_0x288ca4._0x3d92ea,0x11,_0x288ca4._0x508fcb,0x140)],_0x2898db[_0x38854c(-_0x288ca4._0x23f907,-_0x288ca4._0x223778,-0x170,-_0x288ca4._0x58f80b)]=_0x11af46[_0x38854c(-0x19b,-0x1c9,-_0x288ca4._0x3b5263,-_0x288ca4._0x4c3a92)],_0x2898db[_0x1ca598(0xbe,_0x288ca4._0x5958e4,_0x288ca4._0x459464,_0x288ca4._0x359859)]=_0x11af46[_0x1ca598(_0x288ca4._0x2e383d,0x90,0xf,0xf5)],_0x3efe8f[_0x1ca598(-0x7c,-0xa4,-_0x288ca4._0x30b819,-0x11f)](_0x2898db);}}_0x3efe8f[_0x38854c(-_0x288ca4._0x2de5dd,-_0x288ca4._0xc7c0fc,-0x264,-0x1dd)]((_0x18d05e,_0x3dea15)=>(_0x18d05e['sortOrder']||0x126d+-0x4b*0x29+-0x66a)-(_0x3dea15[_0x38854c(-0x19b,-0x1a2,-0x220,-0x218)]||-0x84e+-0xc*-0x2d3+-0xa*0x28f));const _0x30ac89={};_0x30ac89[_0x1ca598(0xb7,_0x288ca4._0x3708b2,_0x288ca4._0x1306f6,0x10f)]=_0xf1a148[_0x1ca598(_0x288ca4._0x148124,_0x288ca4._0x15b53f,_0x288ca4._0x5f0958,_0x288ca4._0x722421)],_0x30ac89['parentObje'+_0x1ca598(_0x288ca4._0x26a256,-0x6a,_0x288ca4._0x236ffb,-_0x288ca4._0x1976a2)]=_0x1d602[_0x38854c(-_0x288ca4._0x357bb4,-0xc3,-0x131,-_0x288ca4._0xf2091)],_0x30ac89[_0x1ca598(-_0x288ca4._0x472536,-0x6c,-_0x288ca4._0x538051,_0x288ca4._0x36e86a)+'nt']=_0x3efe8f[_0x1ca598(_0x288ca4._0x5b6dc0,0x7,-0x70,0xad)],_0x447790[_0x1ca598(0x83,0x21,0x109,0x8f)](_0x54f682['JZZbo'],_0x30ac89);const _0x501548={};_0x501548['siblings']=_0x3efe8f,_0x501548[_0x38854c(-0x251,-0x1d3,-0x2ee,-0x1c3)+_0x1ca598(0x3b,_0x288ca4._0x6ccbef,_0x288ca4._0x262d2e,-_0x288ca4._0x33c373)]=_0x1d602[_0x38854c(-0x149,-_0x288ca4._0x3f070a,-_0x288ca4._0x3504f3,-_0x288ca4._0x475e34)],_0x501548['grandparen'+'tObjective'+'Id']=_0x2923d9,_0x149236['json'](_0x501548);}else _0x47b9ab[_0x1ca598(_0x288ca4._0x380c23,0xfa,0xc7,_0x288ca4._0x4310b8)]={..._0x47b9ab[_0x38854c(-0x145,-0x1cb,-0x107,-_0x288ca4._0x3dd76d)],'instructions':_0x5b9c9e};}_0x47b9ab[_0x38854c(-0x280,-0x2b4,-_0x288ca4._0x52e3ee,-0x32b)]=_0x2723a6,_0x47b9ab['lastModifi'+_0x38854c(-_0x288ca4._0x26b5c2,-0x263,-_0x288ca4._0x599537,-0x132)]=_0x5821c9[_0x38854c(-_0x288ca4._0x164fc2,-0x17f,-0x181,-_0x288ca4._0x4bd2f9)];try{const _0xdae066=await _0x54f682[_0x38854c(-0x1b5,-_0x288ca4._0x66fc5b,-0x1a6,-_0x288ca4._0x5ef415)](findTaskDirectory,_0xa596e);if(_0xdae066){if(_0x54f682[_0x1ca598(-_0x288ca4._0x228005,-_0x288ca4._0x377c56,-_0x288ca4._0x4ccef4,0x1b)]===_0x54f682[_0x38854c(-_0x288ca4._0x458318,-_0x288ca4._0x555a61,-_0x288ca4._0x100f0e,-0x296)]){const _0x1eb844=_0x49eb11[_0x38854c(-0x1f0,-0x16c,-_0x288ca4._0x19f0f3,-_0x288ca4._0x5ba9dc)](_0xdae066,_0x54f682['WhjRZ']);await _0x18fc5c[_0x38854c(-_0x288ca4._0x5e7f91,-0x185,-_0x288ca4._0x4c73e7,-_0x288ca4._0x361068)](_0x1eb844,JSON[_0x1ca598(_0x288ca4._0x4310b8,_0x288ca4._0x2507a0,0x151,0xfc)](_0x47b9ab,null,0x1c29+-0x13ff+0x12*-0x74),_0x38854c(-0x160,-_0x288ca4._0xc4ce00,-0x1fe,-_0x288ca4._0x458318));if(_0x54f682[_0x38854c(-0x273,-_0x288ca4._0x3e3833,-_0x288ca4._0x472e57,-0x1f1)](_0x5b9c9e,undefined)){const _0xe7c301=_0x49eb11[_0x1ca598(0x10,0xa4,_0x288ca4._0x36229e,_0x288ca4._0x5c2063)](_0xdae066,_0x54f682[_0x1ca598(0xaa,_0x288ca4._0x1b1814,0x108,0x11d)]),_0x699d68={};_0x699d68['recursive']=!![],await _0x18fc5c[_0x1ca598(-_0x288ca4._0x3a4382,_0x288ca4._0x500566,0x62,-_0x288ca4._0x551bf9)](_0xe7c301,_0x699d68);const _0x285147=_0x49eb11[_0x38854c(-0x1f0,-0x260,-0x20a,-_0x288ca4._0x5a22d9)](_0xe7c301,_0x54f682['lYFcb']);await _0x18fc5c[_0x1ca598(0x78,0xbf,_0x288ca4._0x3c60b6,_0x288ca4._0x4511ed)](_0x285147,_0x5b9c9e,_0x54f682['aLLCr']);}}else{const _0xeab714={};_0xeab714[_0x38854c(-0x149,-_0x288ca4._0x1f3681,-_0x288ca4._0x5ba9dc,-_0x288ca4._0x3cdde8)]=_0x410b6b,_0x5a458b[_0x38854c(-_0x288ca4._0x2e04e0,-0x304,-_0x288ca4._0x44a8b5,-_0x288ca4._0x8674c8)](_0x54f682[_0x1ca598(-_0x288ca4._0x56e39a,-_0x288ca4._0x4ab327,-_0x288ca4._0xe1dc8,-0x4f)],_0xeab714);const _0x36bbce={};return _0x36bbce['error']=_0x54f682[_0x38854c(-_0x288ca4._0x5cf775,-_0x288ca4._0x5a22d9,-_0x288ca4._0x5962c3,-_0x288ca4._0x1e1b10)],_0x36bbce[_0x38854c(-_0x288ca4._0x222a0b,-_0x288ca4._0x470dc2,-0x2e3,-_0x288ca4._0x395b2d)]=_0x54f682[_0x1ca598(_0x288ca4._0x3521a6,0x84,0x83,_0x288ca4._0x1829e5)],_0x560657[_0x1ca598(-0xa,_0x288ca4._0x1c695a,-_0x288ca4._0x455a88,_0x288ca4._0x58095f)](0x19e*0x16+-0x2*-0x10b8+-0x4373)[_0x38854c(-_0x288ca4._0x5e6a4d,-_0x288ca4._0x1e1b10,-_0x288ca4._0x517e69,-0x151)](_0x36bbce);}}}catch(_0x154f0d){if(_0x54f682[_0x38854c(-_0x288ca4._0x364cee,-0x14c,-0x1e7,-0x1f9)](_0x54f682['cXWia'],_0x54f682[_0x1ca598(_0x288ca4._0x3afed0,_0x288ca4._0x56c6e4,_0x288ca4._0x5302cb,-_0x288ca4._0x377c56)])){const {parentObjective:_0x29e331,callingTask:_0x3051db}=_0x46b7dc,_0x32e179=[];for(const [,_0x592fdc]of _0x382292[_0x1ca598(_0x288ca4._0x166ba9,-_0x288ca4._0x228005,0x6d,-0x16)]()){if(_0x54f682['ikTBS'](_0x592fdc[_0x38854c(-0x251,-0x27a,-0x2d8,-_0x288ca4._0xab7ecf)+_0x38854c(-_0x288ca4._0x10b870,-_0x288ca4._0x503244,-_0x288ca4._0x98328c,-0x1d2)],_0x29e331['taskId'])&&_0x54f682[_0x1ca598(-0x79,-_0x288ca4._0x495739,-0xcc,-0x20)](_0x592fdc[_0x1ca598(-0xa,-0x53,-_0x288ca4._0x50d5a1,-0xb9)],_0x54f682['aBfSe'])){const _0x4f1438={};_0x4f1438['taskId']=_0x592fdc[_0x38854c(-_0x288ca4._0x357bb4,-_0x288ca4._0x4bdf61,-_0x288ca4._0x38619e,-0x1a9)],_0x4f1438['name']=_0x592fdc[_0x1ca598(_0x288ca4._0xda965b,0x13a,_0x288ca4._0x1a69d7,0x135)],_0x4f1438[_0x1ca598(0x65,_0x288ca4._0x3d4c51,0x46,0x80)]=_0x592fdc[_0x1ca598(0x65,0x54,_0x288ca4._0x4fef42,-0x22)],_0x4f1438[_0x1ca598(0xbe,0x73,0x155,0x30)]=_0x592fdc['createdAt'],_0x4f1438[_0x1ca598(-_0x288ca4._0x202a34,-0x51,0x15,0x3)+'ns']=_0x592fdc[_0x1ca598(0xbb,_0x288ca4._0x217ef9,_0x288ca4._0x167e41,0xdd)]?.[_0x1ca598(-_0x288ca4._0x3a8cd5,-_0x288ca4._0x487709,0x6d,-0x7)+'ns']||'',_0x32e179[_0x38854c(-0x27c,-0x2f3,-0x30a,-_0x288ca4._0x332470)](_0x4f1438);}}_0x32e179['sort']((_0xca32a1,_0x312777)=>(_0xca32a1[_0x38854c(-0x19b,-0x16c,-0x236,-0x1a0)]||0x97b+0x1707+0xdb*-0x26)-(_0x312777[_0x1ca598(0x65,0x1c,0x1c,0x10)]||-0xa*-0x22b+0x9dd*0x1+-0x1a9*0x13));const _0x3469b8={};_0x3469b8['taskId']=_0x3051db['taskId'],_0x3469b8['parentObje'+'ctiveId']=_0x29e331['taskId'],_0x3469b8[_0x38854c(-_0x288ca4._0x69e9b7,-_0x288ca4._0x42ee46,-_0x288ca4._0x2228d6,-0x1c4)]=_0x32e179[_0x38854c(-0x1f2,-_0x288ca4._0x2c1c54,-_0x288ca4._0x47d283,-_0x288ca4._0x5b6a56)],_0x5c0754['info'](_0x54f682['jZNjB'],_0x3469b8);const _0x418eb4={};_0x418eb4[_0x38854c(-0x1eb,-0x25e,-0x1b9,-_0x288ca4._0x1e252d)]=_0x32e179,_0x418eb4[_0x1ca598(-_0x288ca4._0x26852,_0x288ca4._0x4ab327,0x13,-_0x288ca4._0x137f26)+_0x38854c(-0x1c5,-0x24d,-_0x288ca4._0x50a3ac,-_0x288ca4._0x5508af)]=_0x29e331[_0x38854c(-0x149,-_0x288ca4._0x2df095,-0x144,-0xe9)],_0x11987c[_0x1ca598(_0x288ca4._0x5c7865,0x98,_0x288ca4._0x5c8b52,_0x288ca4._0x3a72ef)](_0x418eb4);}else{const _0x21bbf6={};_0x21bbf6[_0x38854c(-0x187,-_0x288ca4._0x3017fd,-0xf4,-0x163)+'d']=_0xa596e,_0x21bbf6[_0x1ca598(0x23,0xbd,-_0x288ca4._0x4ab327,_0x288ca4._0x13a3a5)]=_0x154f0d['message'],logger[_0x1ca598(0x23,-_0x288ca4._0x1a27bd,0x48,-_0x288ca4._0x33008e)](_0x54f682[_0x38854c(-0x19f,-0x1f7,-_0x288ca4._0x29b8f6,-0x157)],_0x21bbf6);}}if(broadcastTaskUpdate){const _0x1ad32d={};_0x1ad32d[_0x1ca598(_0x288ca4._0x5442df,0x23,0xe5,0x153)]=_0x47b9ab['taskId'],_0x1ad32d[_0x38854c(-_0x288ca4._0x599537,-_0x288ca4._0x27dfba,-0x1c4,-_0x288ca4._0x3fc19c)]=_0x47b9ab[_0x1ca598(_0x288ca4._0xda965b,_0x288ca4._0xdcc289,0x39,0xbf)],_0x1ad32d[_0x38854c(-0x225,-_0x288ca4._0x47be49,-0x278,-0x234)+'ns']=_0x47b9ab['parameters']?.[_0x1ca598(-0x25,-_0x288ca4._0x501cf2,-_0x288ca4._0x20bf43,-0xbc)+'ns'],_0x1ad32d[_0x1ca598(-_0x288ca4._0x557f13,-0x3d,-_0x288ca4._0x372069,-_0x288ca4._0x1383f1)]=_0x47b9ab[_0x1ca598(-0x80,-_0x288ca4._0x10febb,-0x11d,-0xa1)],_0x54f682['PbKeP'](broadcastTaskUpdate,_0x54f682[_0x38854c(-0x20b,-0x228,-_0x288ca4._0x8674c8,-_0x288ca4._0x300d0a)],_0x1ad32d);}const _0x37c872={};_0x37c872[_0x1ca598(_0x288ca4._0x148124,0x105,_0x288ca4._0xbda37d,_0x288ca4._0x5bbfdc)]=_0x5821c9[_0x1ca598(_0x288ca4._0x155143,_0x288ca4._0x444c00,0x10c,0xa5)],_0x37c872[_0x1ca598(_0x288ca4._0x3c15f9,0x56,0x8d,_0x288ca4._0x336f80)+_0x38854c(-0x1ac,-0x190,-0x203,-0x21a)]=_0xa596e;function _0x38854c(_0x44d054,_0x5bebb3,_0x4e3de2,_0x11f28f){return _0x2cfe1c(_0x44d054-0x142,_0x5bebb3,_0x4e3de2-_0x2a108a._0x530ad2,_0x44d054- -_0x2a108a._0x2440c5);}logger[_0x1ca598(0x83,0xea,0x1f,_0x288ca4._0x4d1dbf)](_0x54f682[_0x38854c(-_0x288ca4._0x2777e5,-_0x288ca4._0x41801c,-_0x288ca4._0x5227c9,-_0x288ca4._0x24868c)],_0x37c872);const _0x3b1706={};_0x3b1706[_0x38854c(-_0x288ca4._0xb624a,-0x1c6,-0x192,-_0x288ca4._0x5a92d8)]=!![];function _0x1ca598(_0x55e4e8,_0x154d19,_0x223d0b,_0xe15bdd){return _0x49fac5(_0x55e4e8-_0x4c9ee7._0x5a1e70,_0x154d19,_0x55e4e8- -_0x4c9ee7._0x3d2e40,_0xe15bdd-0x13f);}_0x3b1706[_0x1ca598(0xb7,_0x288ca4._0x224919,0x141,_0x288ca4._0x3dce4d)]=_0x47b9ab['taskId'],_0x3b1706['name']=_0x47b9ab[_0x1ca598(_0x288ca4._0x3d92ea,-_0x288ca4._0x40a76c,0x41,0xd2)],_0x3b1706['instructio'+'ns']=_0x47b9ab[_0x38854c(-_0x288ca4._0x5a6d3b,-0x103,-0x10e,-_0x288ca4._0x3ca7ba)]?.[_0x38854c(-_0x288ca4._0x9cd68b,-0x201,-_0x288ca4._0x1b4e82,-_0x288ca4._0x32012f)+'ns'],_0x3b1706[_0x1ca598(-0x80,-0x10b,-_0x288ca4._0x577d9c,-_0x288ca4._0x2b834b)]=_0x47b9ab[_0x1ca598(-_0x288ca4._0x557f13,-_0x288ca4._0x3afed0,-_0x288ca4._0x45a178,0x1c)],_0x4f2a96[_0x38854c(-_0x288ca4._0x5e6a4d,-_0x288ca4._0x47ff0e,-0x15d,-0x197)](_0x3b1706);}),router['delete']('/sub-objec'+'tives/:obj'+_0x49fac5(0x194,0xcc,0x16b,0x171),requireTaskAuth,async(_0x365e99,_0x4348fa)=>{const _0x122299={_0x110545:0x4e4,_0x133183:0x4ce,_0x1e2220:0x5d0,_0x412b1e:0x4d4,_0x38dd0d:0x3e4,_0x254bbd:0x48b,_0x1fe44f:0x4d8,_0x2e5b66:0x28e,_0x321d6f:0x2d0,_0x28f561:0x53f,_0x24c508:0x4e0,_0x430e50:0x4f4,_0x249d86:0x576,_0x576eb:0x4e9,_0x1e565c:0x577,_0x26889a:0x4d6,_0x13c720:0x51b,_0x18bba0:0x4fc,_0x238c20:0x46f,_0x34a9ec:0x4b5,_0x3a0854:0x4c6,_0x4ade2e:0x4bc,_0x498560:0x56f,_0x8adff:0x1ff,_0x1321f8:0x232,_0x361bd6:0x544,_0x5c7a77:0x46c,_0x241bbf:0x48d,_0x3ed585:0x47e,_0x49e785:0x4d6,_0x5a4e49:0x231,_0x5de982:0x2c7,_0x3cd902:0x20e,_0x55a454:0x415,_0x259c98:0x46c,_0x139148:0x463,_0x234b2b:0x300,_0x5e53dc:0x32d,_0x5e2102:0x497,_0x50461d:0x53d,_0x83edb4:0x42e,_0x2db21d:0x4eb,_0x3a7ca5:0x1bc,_0xdd44ae:0x217,_0x3ffc52:0x2b0,_0x479bee:0x28e,_0x2a3584:0x591,_0x5de2ae:0x50c,_0x508028:0x2cb,_0x3b689f:0x2d5,_0x56dd9b:0x258,_0x1358e4:0x24c,_0x43b935:0x344,_0x52ce54:0x156,_0xff8c0d:0x20d,_0x4be662:0x4a3,_0x2275b7:0x44f,_0x2a39d4:0x533,_0x30b64c:0x4ef,_0x1a041d:0x478,_0x37a912:0x4cd,_0x135e8e:0x501,_0x5931d4:0x4ec,_0x4c973e:0x49a,_0x3c2be5:0x4c3,_0x34809c:0x3a6,_0x1d109a:0x3da,_0x4a537e:0x4dd,_0x3d83db:0x20b,_0xfa67f6:0x1b3,_0x213656:0x30b,_0x31f6f3:0x224,_0x5d5bde:0x422,_0x419986:0x552,_0x381bb2:0x4eb,_0x371d3e:0x520,_0x5005ed:0x4ee,_0x2715ee:0x4ad,_0x2f7a6c:0x307,_0x408ae2:0x24d,_0x17dfa6:0x54e,_0x34cf70:0x526,_0x3c3e4a:0x444,_0x246da2:0x491,_0x33c146:0x4f1,_0x56569a:0x569,_0x266045:0x214,_0x3820b5:0x256,_0x363575:0x28c,_0x52bd1c:0x1dc,_0x236e1c:0x1e5,_0x4d00b4:0x135,_0x2a9f52:0x215,_0x5e2789:0x272,_0x796b16:0x1d1,_0x5b5e8c:0x1da,_0xa3ad4a:0x1a8,_0x404088:0x513,_0x4bb189:0x4c9,_0x3c88f5:0x4bb,_0x2fd8d7:0x554,_0x255caa:0x3bd,_0x3d19d7:0x3f3,_0x31db4d:0x220,_0x1aaa84:0x247,_0x199069:0x1aa,_0x1d7d5a:0x18f,_0x2891ee:0x2a6,_0x4e15df:0x30d,_0x5c2e87:0x1d9,_0x1fd590:0x1d7,_0x139634:0x258,_0x598712:0x25f,_0x238538:0x50a,_0x1c85cd:0x250,_0x1f1871:0x2ba,_0x8f5eab:0x28a,_0x2740c3:0x51d,_0x430bfa:0x558,_0x118911:0x2e1,_0x239194:0x33e,_0x46683b:0x215,_0x5eb101:0x19b,_0x26b922:0x187,_0x5d3ded:0x55b,_0x1e0c92:0x5fe,_0x30c07a:0x565,_0x12f4ea:0x604,_0x51bde3:0x4df,_0x139716:0x489,_0x23b34f:0x21a,_0x7c2142:0x4b9,_0x19d17a:0x4e1,_0x2d1954:0x205,_0x2128c:0x575,_0x2323fe:0x55f,_0x4fe8f1:0x4e2,_0x982028:0x4e8,_0x57ccd6:0x251,_0x155c81:0x252,_0xbbf2d0:0x281,_0x165bc4:0x314,_0x3a5d3b:0x1d9,_0x90ae53:0x315,_0x3e3b77:0x38c,_0x1110e0:0x2db,_0x4f4a31:0x254,_0x39c696:0x1cb,_0x340118:0x190,_0x3d3548:0x3cf,_0x4a75a7:0x3d3,_0x32a0de:0x46d,_0x2b384a:0x4df,_0x320c1f:0x4a9,_0x38f403:0x265,_0x2f8b73:0x23d,_0x4bcb76:0x1b8,_0x301e73:0x1ad,_0x17dac8:0x13d,_0x556101:0x25e,_0x24d11f:0x2c7,_0x4b01aa:0x25e,_0x4a99d2:0x272,_0xd55fa5:0x2ad,_0x38d874:0x22c,_0x4686a7:0x1c8,_0x43d295:0x20a,_0x51c74b:0x2cd,_0x522e96:0x2e5,_0x196034:0x2de,_0xdd0a9b:0x1d5,_0x3875ff:0x15e,_0x5d397e:0x1c3,_0x4c491a:0x53b,_0x5ac838:0x56e,_0x36e3dd:0x5eb,_0x3c6a9f:0x200,_0x51050a:0x15f,_0x457263:0x15b,_0x8b1d:0x275,_0x2ea5cd:0x25a,_0x3137bc:0x280,_0x8a89cb:0x2c5,_0x13a79d:0x496,_0x3f5159:0x46b,_0x67bece:0x24f,_0x297f78:0x2e1,_0x30193c:0x4b1,_0xa560f9:0x5b5,_0x4429d4:0x506,_0x909543:0x474,_0x58caad:0x55c,_0x5a325f:0x530,_0x427fda:0x367,_0x416b63:0x21e,_0x4f5506:0x537,_0x974476:0x5c9,_0x3461cd:0x2ad,_0x341f09:0x308,_0x290f66:0x35e,_0x4b1173:0x2f8,_0x5eb477:0x4d6,_0x5bedc6:0x4de,_0x34060d:0x204,_0x2c00ec:0x257,_0x1b7bd1:0x2b3,_0x19d3e2:0x292,_0xa2058f:0x1ed,_0x43fc72:0x297,_0x25f342:0x1f6,_0x1ae006:0x1cc,_0x29b253:0x1da,_0x2c07ad:0x283,_0x3585bc:0x248,_0x182b4e:0x1ce,_0x26d186:0x2c3,_0x57d456:0x31f,_0x285aed:0x47c,_0x208e6c:0x1f9,_0x56179a:0x51d,_0x232f6c:0x528,_0xf573d6:0x4c7,_0x355626:0x424,_0x1d308e:0x419,_0x264d8e:0x4c7,_0x2eb0a0:0x492,_0x313f74:0x237,_0x5351a2:0x2e9,_0x274c7e:0x290,_0x261b42:0x4ce,_0x1b3e5f:0x539,_0x2c72c8:0x54a,_0x2670e6:0x2f8,_0x368f95:0x33c,_0x7599df:0x55b,_0x394207:0x545,_0x59e89e:0x46d,_0x2a0166:0x455,_0x49bf3d:0x46a,_0x3be633:0x4b2},_0x354e5e={_0x4cdae2:0xba,_0x4210da:0x9a},_0x2cf4b3={_0x410116:0x11f},_0x2496ff={'figKT':_0x374f81(_0x122299._0x110545,0x566,_0x122299._0x133183,_0x122299._0x1e2220)+_0x374f81(0x427,0x493,_0x122299._0x412b1e,_0x122299._0x38dd0d)+_0x374f81(0x43f,_0x122299._0x254bbd,_0x122299._0x1fe44f,0x4db)+_0x5b0f40(0x2a0,0x216,_0x122299._0x2e5b66,_0x122299._0x321d6f),'xRckO':_0x374f81(_0x122299._0x28f561,_0x122299._0x24c508,_0x122299._0x430e50,_0x122299._0x249d86),'kbIiX':_0x5b0f40(0x258,0x1f3,0x1cd,0x2f0)+_0x374f81(_0x122299._0x576eb,0x4a9,0x437,0x487)+'und','BcPIQ':function(_0x530d6c,_0x5a3b78){return _0x530d6c!==_0x5a3b78;},'sBdDo':'Forbidden','uNNeX':_0x374f81(0x496,0x4d2,0x53f,_0x122299._0x1e565c)+'ive\x20is\x20not'+_0x374f81(0x4eb,0x52f,_0x122299._0x26889a,0x4e4)+_0x374f81(0x517,0x56d,_0x122299._0x13c720,_0x122299._0x18bba0)+_0x374f81(0x51b,_0x122299._0x238c20,0x517,_0x122299._0x34a9ec)+'ve','NlyeR':_0x374f81(0x46f,_0x122299._0x3a0854,0x4e2,0x532),'OymYS':function(_0x395c11,_0x46efff){return _0x395c11===_0x46efff;},'MwmJK':_0x374f81(_0x122299._0x4ade2e,0x552,0x5a1,_0x122299._0x498560),'dvKKS':_0x5b0f40(_0x122299._0x8adff,0x204,_0x122299._0x1321f8,0x266),'wVMbc':_0x374f81(_0x122299._0x361bd6,_0x122299._0x4ade2e,_0x122299._0x5c7a77,0x528)+'t','GrIKU':_0x374f81(_0x122299._0x241bbf,0x4ce,0x451,0x443)+_0x374f81(0x4a7,_0x122299._0x3ed585,_0x122299._0x49e785,0x4e6)+_0x5b0f40(_0x122299._0x5a4e49,0x1be,_0x122299._0x5de982,_0x122299._0x3cd902),'IoIke':function(_0x448c96,_0x1b61cd){return _0x448c96===_0x1b61cd;},'dzdCC':function(_0x11dbab,_0x235277){return _0x11dbab===_0x235277;},'jOLRL':'FDopd','xrALb':_0x374f81(_0x122299._0x55a454,_0x122299._0x259c98,0x3d9,_0x122299._0x139148),'jEUgY':_0x5b0f40(_0x122299._0x234b2b,0x29c,_0x122299._0x5e53dc,0x2a7)+_0x374f81(_0x122299._0x5e2102,0x496,_0x122299._0x50461d,0x44a)+_0x374f81(_0x122299._0x412b1e,_0x122299._0x83edb4,0x4d7,0x410),'NvpHk':'hVFlY','JneZq':_0x374f81(0x4fa,0x54b,_0x122299._0x110545,_0x122299._0x2db21d),'bVwnv':_0x5b0f40(_0x122299._0x3a7ca5,0x177,0x231,_0x122299._0xdd44ae)+_0x5b0f40(_0x122299._0x3ffc52,0x294,0x2b2,_0x122299._0x479bee)+_0x374f81(_0x122299._0x2a3584,0x50a,0x4c9,_0x122299._0x5de2ae)+_0x5b0f40(0x289,_0x122299._0x508028,_0x122299._0x3b689f,0x2ea),'Ylnzl':function(_0x8d8a3,_0x390aac,_0xf155ec){return _0x8d8a3(_0x390aac,_0xf155ec);},'LrJiq':'task-delet'+'ed','ZrPql':_0x5b0f40(_0x122299._0x56dd9b,0x1f4,0x281,0x1c1)+_0x5b0f40(0x2a8,_0x122299._0x1358e4,_0x122299._0x43b935,0x321)+'d\x20by\x20task'},{parentObjective:_0x3dc1ad,callingTask:_0x4c4de7}=_0x365e99,{objectiveId:_0x220fd1}=_0x365e99['params'],_0x44113a=tasks[_0x5b0f40(0x1dc,_0x122299._0x52ce54,_0x122299._0xff8c0d,0x185)](_0x220fd1);if(!_0x44113a){const _0x491ae1={};return _0x491ae1['error']=_0x2496ff[_0x374f81(_0x122299._0x4be662,0x470,0x49b,0x469)],_0x491ae1[_0x374f81(0x4c8,_0x122299._0x2275b7,0x486,0x3e9)]=_0x2496ff[_0x374f81(0x52b,0x4c2,_0x122299._0x2a39d4,_0x122299._0x30b64c)],_0x4348fa[_0x374f81(_0x122299._0x1a041d,0x49a,_0x122299._0x37a912,_0x122299._0x135e8e)](-0x1527+-0xd04+0x23bf)[_0x374f81(0x509,_0x122299._0x5931d4,0x453,0x486)](_0x491ae1);}if(_0x2496ff[_0x374f81(_0x122299._0x4c973e,0x41c,_0x122299._0x3c2be5,_0x122299._0x34809c)](_0x44113a[_0x374f81(_0x122299._0x1d109a,0x453,_0x122299._0x4a537e,0x457)+_0x5b0f40(0x265,_0x122299._0x3d83db,_0x122299._0xfa67f6,_0x122299._0x508028)],_0x3dc1ad[_0x5b0f40(0x2e1,0x25c,0x2af,_0x122299._0x213656)])){const _0x3154be={};return _0x3154be[_0x5b0f40(0x24d,_0x122299._0x31f6f3,0x2fb,0x230)]=_0x2496ff[_0x374f81(0x48f,0x4c0,0x50a,0x4a1)],_0x3154be[_0x374f81(0x3a0,_0x122299._0x2275b7,0x3f4,_0x122299._0x5d5bde)]=_0x2496ff[_0x374f81(_0x122299._0x419986,_0x122299._0x430e50,0x498,0x4c3)],_0x4348fa[_0x5b0f40(0x220,0x203,0x2ce,0x18f)](-0x180a+-0x1*0x246f+0x4*0xf83)['json'](_0x3154be);}function _0x374f81(_0x567b42,_0x21adbf,_0x1113cb,_0x1c1d28){return _0x49fac5(_0x567b42-0x1e8,_0x1113cb,_0x21adbf-0x334,_0x1c1d28-_0x2cf4b3._0x410116);}if(_0x44113a[_0x374f81(_0x122299._0x381bb2,0x49a,0x4f5,0x51c)]!==_0x2496ff[_0x374f81(0x5af,0x57b,0x53e,_0x122299._0x371d3e)]){if(_0x2496ff[_0x374f81(0x52c,_0x122299._0x5005ed,0x4d7,_0x122299._0x2715ee)](_0x2496ff[_0x5b0f40(0x23d,0x2d5,0x29c,0x2a1)],_0x2496ff[_0x5b0f40(0x2a1,_0x122299._0x2f7a6c,0x255,0x241)])){const _0x13d5dd={};return _0x13d5dd[_0x5b0f40(_0x122299._0x408ae2,0x210,0x2c6,0x28e)]=_0x374f81(0x4b8,_0x122299._0x4ade2e,_0x122299._0x17dfa6,_0x122299._0x34cf70)+'t',_0x13d5dd[_0x374f81(_0x122299._0x3c3e4a,_0x122299._0x2275b7,_0x122299._0x1fe44f,_0x122299._0x246da2)]='Objective\x20'+_0x374f81(0x4b0,0x52b,0x512,_0x122299._0x33c146)+_0xd847c3+(_0x374f81(0x579,_0x122299._0x56569a,0x52c,0x552)+_0x5b0f40(_0x122299._0x266045,_0x122299._0x3820b5,_0x122299._0x363575,_0x122299._0x52bd1c)+_0x5b0f40(_0x122299._0x236e1c,_0x122299._0x4d00b4,_0x122299._0x2a9f52,0x15c)),_0x490d7b['status'](-0x3*-0x8a9+-0x169d+0x7*-0x42)[_0x5b0f40(_0x122299._0x5e2789,_0x122299._0x796b16,_0x122299._0x5b5e8c,0x2ad)](_0x13d5dd);}else{const _0x168343={};return _0x168343[_0x5b0f40(0x24d,0x21d,_0x122299._0xa3ad4a,0x219)]=_0x2496ff[_0x374f81(_0x122299._0x404088,_0x122299._0x4bb189,_0x122299._0x3c88f5,_0x122299._0x2fd8d7)],_0x168343[_0x374f81(_0x122299._0x255caa,0x44f,0x3ff,_0x122299._0x3d19d7)]=_0x2496ff['GrIKU'],_0x4348fa[_0x5b0f40(_0x122299._0x31db4d,_0x122299._0x1aaa84,_0x122299._0x199069,_0x122299._0x1d7d5a)](0x1ef9+0x1b14+-0x387d)['json'](_0x168343);}}for(const [,_0x1732d5]of tasks[_0x5b0f40(0x267,0x2ba,_0x122299._0x2891ee,_0x122299._0x4e15df)]()){if(_0x2496ff[_0x5b0f40(0x20f,0x1e6,0x2ae,_0x122299._0x56dd9b)](_0x1732d5[_0x5b0f40(_0x122299._0x5c2e87,_0x122299._0x1fd590,_0x122299._0x139634,_0x122299._0x598712)+'ctiveId'],_0x220fd1)&&_0x2496ff[_0x374f81(_0x122299._0x238538,_0x122299._0x5005ed,0x443,_0x122299._0x576eb)](_0x1732d5['status'],_0x5b0f40(_0x122299._0x1358e4,_0x122299._0x1c85cd,0x2da,0x2b7))){if(_0x2496ff[_0x5b0f40(0x2a4,_0x122299._0x1f1871,0x261,_0x122299._0x8f5eab)](_0x2496ff['jOLRL'],'CFlmi')){const {parentObjective:_0x132e09,callingTask:_0x14e820}=_0x5a9d92,_0xdb7b22={};_0xdb7b22['taskId']=_0x14e820['taskId'],_0xdb7b22[_0x374f81(0x4d2,_0x122299._0x2740c3,_0x122299._0x430bfa,0x491)+'d']=_0x132e09[_0x5b0f40(_0x122299._0x118911,0x2d4,0x292,_0x122299._0x239194)],_0x36336c['info'](_0x2496ff[_0x5b0f40(_0x122299._0x46683b,_0x122299._0x5eb101,_0x122299._0x26b922,0x183)],_0xdb7b22);const _0x2937ba={};_0x2937ba[_0x374f81(0x5bd,_0x122299._0x5d3ded,_0x122299._0x1e0c92,_0x122299._0x30c07a)]=_0x132e09[_0x374f81(0x5b2,_0x122299._0x5d3ded,_0x122299._0x12f4ea,_0x122299._0x51bde3)],_0x2937ba[_0x374f81(_0x122299._0x139716,0x537,0x4b2,0x592)]=_0x132e09['name'],_0x2937ba[_0x5b0f40(0x220,_0x122299._0x23b34f,_0x122299._0x5a4e49,0x1d6)]=_0x132e09[_0x374f81(_0x122299._0x7c2142,_0x122299._0x4c973e,0x535,_0x122299._0x19d17a)],_0x2937ba[_0x5b0f40(_0x122299._0x2d1954,0x2b7,0x1ef,0x251)+'ns']=_0x132e09[_0x374f81(_0x122299._0x2128c,_0x122299._0x2323fe,0x4ba,_0x122299._0x13c720)]?.[_0x374f81(_0x122299._0x4fe8f1,0x47f,0x431,0x513)+'ns']||'',_0x2937ba[_0x374f81(0x5d6,0x56c,0x615,_0x122299._0x982028)+'t']=_0x132e09[_0x5b0f40(0x2f2,_0x122299._0x57ccd6,_0x122299._0x155c81,0x2cd)+'t'],_0x2937ba[_0x5b0f40(_0x122299._0xbbf2d0,_0x122299._0x165bc4,_0x122299._0x3a5d3b,_0x122299._0x90ae53)]=_0x132e09['taskType'],_0x2937ba[_0x5b0f40(0x2e5,0x364,_0x122299._0x3e3b77,0x256)]=_0x132e09['parameters'],_0x2937ba[_0x5b0f40(0x2e8,0x2e2,_0x122299._0x1110e0,_0x122299._0x4f4a31)]=_0x132e09['createdAt'],_0x2937ba[_0x5b0f40(0x1aa,_0x122299._0x39c696,_0x122299._0x340118,0xfb)]=_0x132e09[_0x5b0f40(_0x122299._0x199069,_0x122299._0x52bd1c,0x23d,0x241)],_0x2937ba[_0x374f81(_0x122299._0x3d3548,0x453,_0x122299._0x4a75a7,0x425)+_0x374f81(_0x122299._0x32a0de,_0x122299._0x2b384a,0x444,0x4df)]=_0x132e09[_0x374f81(0x47e,0x453,_0x122299._0x320c1f,0x3d2)+_0x5b0f40(_0x122299._0x38f403,0x1c8,0x1fd,0x23b)],_0x2937ba['launchCoun'+'t']=_0x132e09[_0x5b0f40(0x1da,_0x122299._0x2f8b73,0x19d,0x1e4)+'t']||-0x20c3+0xcb2+0x1411*0x1,_0x2937ba[_0x5b0f40(_0x122299._0x4bcb76,_0x122299._0x301e73,_0x122299._0x17dac8,0x12f)+_0x5b0f40(_0x122299._0x556101,0x245,_0x122299._0x24d11f,0x28f)]=_0x132e09[_0x5b0f40(0x1b8,0x1ab,0x21f,0x17e)+_0x5b0f40(_0x122299._0x4b01aa,0x29a,0x287,_0x122299._0x5a4e49)],_0x5ea186[_0x5b0f40(_0x122299._0x4a99d2,_0x122299._0xd55fa5,_0x122299._0x38d874,0x2fb)](_0x2937ba);}else{const _0x3af42c={};return _0x3af42c[_0x5b0f40(_0x122299._0x408ae2,_0x122299._0x4686a7,_0x122299._0x43d295,0x25e)]=_0x2496ff[_0x5b0f40(_0x122299._0x51c74b,_0x122299._0x522e96,_0x122299._0x196034,0x230)],_0x3af42c[_0x5b0f40(_0x122299._0xdd0a9b,_0x122299._0x3875ff,0x1e3,0x1c3)]='Cannot\x20del'+_0x5b0f40(_0x122299._0x5d397e,0x169,0x235,0x252)+_0x374f81(_0x122299._0x4c491a,_0x122299._0x5ac838,_0x122299._0x135e8e,_0x122299._0x36e3dd)+_0x374f81(0x4b8,0x4d0,0x55f,0x48d)+_0x5b0f40(_0x122299._0x3c6a9f,_0x122299._0x51050a,_0x122299._0x457263,_0x122299._0x8b1d)+_0x5b0f40(_0x122299._0x2ea5cd,0x1fc,_0x122299._0x3137bc,_0x122299._0x8a89cb)+'en\x20first.',_0x4348fa[_0x374f81(0x536,_0x122299._0x4c973e,_0x122299._0x13a79d,_0x122299._0x3f5159)](-0x97d+0x1525*-0x1+0x203b)[_0x5b0f40(0x272,0x28a,_0x122299._0x67bece,0x277)](_0x3af42c);}}}const _0x120ed4={};_0x120ed4[_0x5b0f40(_0x122299._0x297f78,0x382,0x30a,0x2cf)]=_0x4c4de7[_0x374f81(0x4b4,_0x122299._0x5d3ded,0x55a,0x500)],_0x120ed4[_0x374f81(_0x122299._0x30193c,0x453,0x4ac,0x3fb)+'ctiveId']=_0x3dc1ad[_0x374f81(0x564,0x55b,0x4bb,_0x122299._0xa560f9)];function _0x5b0f40(_0x1bb5b0,_0x5686a,_0x42afcf,_0x11a379){return _0x49fac5(_0x1bb5b0-0x180,_0x5686a,_0x1bb5b0-_0x354e5e._0x4cdae2,_0x11a379-_0x354e5e._0x4210da);}_0x120ed4[_0x374f81(0x4b6,_0x122299._0x4429d4,0x4c1,_0x122299._0x909543)+_0x374f81(0x50b,0x4f8,_0x122299._0x58caad,_0x122299._0x5a325f)]=_0x220fd1,_0x120ed4['subObjecti'+_0x5b0f40(0x2b8,_0x122299._0x427fda,0x336,_0x122299._0x416b63)]=_0x44113a[_0x374f81(0x4cb,_0x122299._0x4f5506,_0x122299._0x974476,0x4d6)],logger[_0x5b0f40(_0x122299._0x3461cd,_0x122299._0x341f09,_0x122299._0x290f66,_0x122299._0x4b1173)](_0x2496ff[_0x374f81(_0x122299._0x4c973e,_0x122299._0x5eb477,0x513,_0x122299._0x24c508)],_0x120ed4),tasks[_0x374f81(_0x122299._0x5bedc6,0x442,0x480,0x444)](_0x220fd1);try{if(_0x2496ff[_0x5b0f40(0x1d2,0x1e6,_0x122299._0x34060d,_0x122299._0x2c00ec)]===_0x2496ff[_0x5b0f40(_0x122299._0x1b7bd1,0x25c,_0x122299._0x19d3e2,0x304)]){const _0x1e619c={};return _0x1e619c[_0x5b0f40(0x24d,0x2de,_0x122299._0xa2058f,_0x122299._0x43fc72)]=_0x2496ff[_0x5b0f40(_0x122299._0x25f342,_0x122299._0x1ae006,_0x122299._0x29b253,_0x122299._0x2c07ad)],_0x1e619c['message']=_0x2496ff[_0x5b0f40(_0x122299._0x3585bc,_0x122299._0x182b4e,0x246,_0x122299._0x26d186)],_0x49e0f7[_0x5b0f40(0x220,0x17e,0x1e8,0x28f)](-0x153f+-0x5b5*-0x6+-0xb6b)[_0x5b0f40(0x272,0x265,_0x122299._0x57d456,0x2be)](_0x1e619c);}else{const _0x15524f=await findTaskDirectory(_0x220fd1);if(_0x15524f){const _0x4c713a={};_0x4c713a[_0x374f81(0x423,_0x122299._0x285aed,0x42a,0x4ac)]=!![],_0x4c713a[_0x5b0f40(0x270,0x247,_0x122299._0x208e6c,0x299)]=!![],await _0x18fc5c['rm'](_0x15524f,_0x4c713a);}}}catch(_0x1c4330){const _0x284f15={};_0x284f15[_0x374f81(_0x122299._0x17dfa6,_0x122299._0x56179a,0x4f5,0x52c)+'d']=_0x220fd1,_0x284f15[_0x374f81(_0x122299._0x232f6c,_0x122299._0xf573d6,_0x122299._0x355626,_0x122299._0x1d308e)]=_0x1c4330[_0x374f81(0x425,_0x122299._0x2275b7,_0x122299._0x37a912,0x413)],logger[_0x374f81(0x496,_0x122299._0x264d8e,0x548,_0x122299._0x2eb0a0)](_0x2496ff[_0x5b0f40(0x285,_0x122299._0x313f74,_0x122299._0x5351a2,_0x122299._0x274c7e)],_0x284f15);}if(broadcastTaskUpdate){const _0x54b397={};_0x54b397[_0x374f81(0x4eb,0x55b,_0x122299._0x261b42,_0x122299._0x1b3e5f)]=_0x220fd1,_0x2496ff[_0x5b0f40(0x29a,0x2fb,0x31d,0x281)](broadcastTaskUpdate,_0x2496ff[_0x374f81(_0x122299._0x2c72c8,0x57d,0x5d2,0x596)],_0x54b397);}const _0xe3924c={};_0xe3924c[_0x5b0f40(_0x122299._0x118911,_0x122299._0x2670e6,0x32c,_0x122299._0x368f95)]=_0x4c4de7[_0x374f81(0x586,_0x122299._0x7599df,0x53b,_0x122299._0x394207)],_0xe3924c[_0x374f81(_0x122299._0x59e89e,0x506,_0x122299._0x2a0166,0x4be)+_0x374f81(_0x122299._0x49bf3d,0x4f8,0x520,0x470)]=_0x220fd1,logger['info'](_0x2496ff['ZrPql'],_0xe3924c);const _0x4be830={};_0x4be830['success']=!![],_0x4be830['deletedId']=_0x220fd1,_0x4348fa[_0x374f81(_0x122299._0x3be633,0x4ec,0x498,0x4e3)](_0x4be830);});function generateObjectiveId(){const _0x18d3d2={_0xa9cee2:0xf4,_0x2eb715:0x27a,_0x1a82e3:0x26c,_0x797fee:0x488,_0x2483cc:0x408,_0x9f08d6:0x387,_0x44968b:0x3ec},_0x58aaad={_0x34a8d2:0x1e0};function _0x374bf7(_0x8a2129,_0x57972a,_0x2de78f,_0x3d9cf5){return _0x2cfe1c(_0x8a2129-0x177,_0x8a2129,_0x2de78f-0x1b4,_0x57972a- -0x18f);}function _0x6f559e(_0x3b317e,_0x583cb5,_0x8f116f,_0x533e48){return _0x49fac5(_0x3b317e-0x1a8,_0x3b317e,_0x8f116f- -0x39d,_0x533e48-_0x58aaad._0x34a8d2);}return Date[_0x6f559e(-_0x18d3d2._0xa9cee2,-0x19c,-0x15a,-0x164)]()+'-'+Math[_0x6f559e(-_0x18d3d2._0x2eb715,-0x1de,-_0x18d3d2._0x1a82e3,-0x2f2)]()[_0x374bf7(_0x18d3d2._0x797fee,0x479,0x4dd,0x52b)](-0xe1c+0xb5*0x13+0xd1)[_0x374bf7(_0x18d3d2._0x2483cc,_0x18d3d2._0x9f08d6,0x3f2,_0x18d3d2._0x44968b)](0x838+-0x1a06*0x1+0x13*0xf0,0x9b*-0x35+0x1*0x22be+-0x29e);}async function findTaskDirectory(_0x39a78b){const _0x3bb040={_0x52a901:0x111,_0x45cc56:0xd5,_0x27ab7e:0xe9,_0x2c3947:0x91,_0x5847c6:0x140,_0x113a0b:0xec,_0xc48553:0x1ea,_0x4a245f:0x122,_0x33f06d:0xcf,_0x5f3d33:0x266,_0xb770a6:0x20b,_0x13c7fb:0x249,_0x46ff0e:0x102,_0x50fc83:0x18d,_0xfde989:0x45,_0x4481c1:0xe4,_0x53d38e:0xce,_0xb02ed9:0x142,_0x1b7696:0x1c1,_0x567cb9:0x1e7,_0x354d6c:0x197,_0x25d4f8:0x134,_0x239840:0x19f},_0x3b8a46={_0x1ada89:0x1e1,_0x3fada6:0x2f},_0x16f0b4={_0x3e7a3:0x5d};function _0x407823(_0x461e33,_0x2e2d7c,_0x257818,_0x1e37d2){return _0x2cfe1c(_0x461e33-_0x16f0b4._0x3e7a3,_0x1e37d2,_0x257818-0x1ba,_0x257818- -0x6fb);}const _0x2ad039={'TqSHu':function(_0xff3be2,_0x516ac5){return _0xff3be2(_0x516ac5);},'ZEqex':function(_0x3ae57f,_0x4eae2e){return _0x3ae57f<=_0x4eae2e;},'ZeGHp':function(_0x3b85a2,_0xbea8fb){return _0x3b85a2-_0xbea8fb;}};function _0x2e0a7e(_0x772007,_0xb1fae,_0x313c46,_0x4ec38f){return _0x49fac5(_0x772007-_0x3b8a46._0x1ada89,_0x772007,_0x4ec38f- -_0x3b8a46._0x3fada6,_0x4ec38f-0x5);}if(!taskStoragePath)return null;const _0x4a2d35=_0x2ad039['TqSHu'](parseInt,process['env'][_0x2e0a7e(0x163,0xa5,_0x3bb040._0x52a901,_0x3bb040._0x45cc56)+'DAYS'])||0x2168+0x7*0xef+-0x2684,_0x37bafa=new Date();for(let _0x3a6752=-0xa84*0x1+-0x78d+0x1211;_0x2ad039[_0x407823(-0xc4,-0x6a,-_0x3bb040._0x27ab7e,-0xe1)](_0x3a6752,_0x4a2d35);_0x3a6752++){const _0x50434a=new Date(_0x37bafa);_0x50434a[_0x407823(-_0x3bb040._0x2c3947,-_0x3bb040._0x5847c6,-_0x3bb040._0x113a0b,-0x166)](_0x2ad039[_0x407823(-_0x3bb040._0xc48553,-_0x3bb040._0x4a245f,-0x16e,-_0x3bb040._0x33f06d)](_0x50434a['getUTCDate'](),_0x3a6752));const _0x4d6ef5=_0x50434a[_0x407823(-0x22d,-_0x3bb040._0x5f3d33,-_0x3bb040._0xb770a6,-_0x3bb040._0x13c7fb)+_0x407823(-0x10c,-0xe4,-_0x3bb040._0x46ff0e,-0x84)](),_0x594b02=_0x2ad039[_0x2e0a7e(_0x3bb040._0x50fc83,_0x3bb040._0xfde989,0x185,_0x3bb040._0x4481c1)](String,_0x50434a['getUTCMont'+'h']()+(0xc52+0x1*0x942+0x1593*-0x1))[_0x2e0a7e(0xd6,_0x3bb040._0x53d38e,0xf4,0x132)](-0x191*-0x9+-0x1*-0x26e4+-0x34fb,'0'),_0x40f27b=String(_0x50434a[_0x407823(-0x190,-_0x3bb040._0xb02ed9,-_0x3bb040._0x1b7696,-0x1e8)]())[_0x407823(-_0x3bb040._0x567cb9,-0x19a,-0x1be,-_0x3bb040._0x354d6c)](-0x1*0xac7+0x1907*-0x1+0x23d0,'0'),_0xf03898=_0x49eb11[_0x407823(-0x1a7,-_0x3bb040._0x25d4f8,-_0x3bb040._0x239840,-0x244)](taskStoragePath,_0x4d6ef5+'-'+_0x594b02,_0x4d6ef5+'-'+_0x594b02+'-'+_0x40f27b,_0x39a78b);try{return await _0x18fc5c['access'](_0xf03898),_0xf03898;}catch{}}return null;}async function createObjectiveDirectory(_0xaa31d8,_0x4cc4ee){const _0x49f7f0={_0x42a627:0x1c5,_0xb2b6a0:0x1c0,_0x5c4634:0x157,_0x24df06:0x334,_0x4143f1:0x2fb,_0x1e7ea8:0x2b7,_0x44a09a:0x30a,_0x3a07fe:0x22b,_0x2a0523:0x2c6,_0x5aab23:0x23b,_0x3a9f6c:0x1f5,_0x2e3c4a:0x3d7,_0x54bde2:0x3b8,_0x466348:0x1b1,_0x25717a:0x38c,_0x437af5:0x36b,_0x38a426:0x36f,_0x1099ae:0x26f,_0x6ff5af:0x2b3,_0x346def:0x219,_0x5aa17d:0x3b3,_0x10273a:0x3c0,_0x4d9bf9:0x2c2,_0x462729:0x365,_0x2b67c0:0x374,_0x1f9ee5:0x2ec,_0x43ac59:0x2cd,_0x1056ca:0x383,_0x575b3c:0x2b6,_0x51def8:0x290,_0x1ba440:0x314,_0x186f27:0x2d5,_0x28c57:0x2fa,_0x1aa838:0x33c,_0x4b1bee:0x28e,_0x416ac8:0x2b2},_0x1fe1f9={_0xf94ffa:0x1f0},_0x311998={_0x446ed5:0x192,_0x5bd9f8:0x3d6},_0x400007={'THSot':function(_0xce9fc6,_0x2d95f2){return _0xce9fc6===_0x2d95f2;},'WvAjx':'number','ouiDc':function(_0xd70ede,_0x20bd27){return _0xd70ede!==_0x20bd27;},'ucuYQ':_0x5cfc92(-_0x49f7f0._0x42a627,-0x159,-_0x49f7f0._0xb2b6a0,-_0x49f7f0._0x5c4634),'Cqyor':function(_0x3b1e0f,_0x2369d9){return _0x3b1e0f(_0x2369d9);},'ajMzJ':function(_0x31ae93,_0x55c411){return _0x31ae93+_0x55c411;}};if(!taskStoragePath){if(_0x400007[_0x5cfc92(-0x227,-0x292,-0x27d,-0x1e3)](_0x400007[_0x15453c(0x2f3,_0x49f7f0._0x24df06,0x347,_0x49f7f0._0x4143f1)],_0x400007[_0x15453c(0x2bf,0x32d,0x316,0x2fb)]))_0x400007['THSot'](_0x1ef9c6[_0x5cfc92(-_0x49f7f0._0x1e7ea8,-_0x49f7f0._0x44a09a,-0x24a,-0x2cb)+_0x5cfc92(-_0x49f7f0._0x3a07fe,-0x17f,-_0x49f7f0._0x2a0523,-0x262)],_0x356d63[_0x5cfc92(-0x1af,-_0x49f7f0._0x5aab23,-_0x49f7f0._0x3a9f6c,-0x212)])&&_0x400007[_0x15453c(_0x49f7f0._0x2e3c4a,0x311,_0x49f7f0._0x54bde2,0x3c2)](typeof _0xee46ed['sortOrder'],_0x400007[_0x5cfc92(-_0x49f7f0._0x466348,-0x158,-0x113,-0x133)])&&(_0x347d5c=_0x15b6d1[_0x15453c(0x3bd,0x2fd,0x30b,_0x49f7f0._0x25717a)](_0x4ca9cb,_0x538bd3['sortOrder']));else throw new Error(_0x15453c(_0x49f7f0._0x437af5,_0x49f7f0._0x38a426,0x419,0x3a5)+_0x5cfc92(-_0x49f7f0._0x1099ae,-_0x49f7f0._0x6ff5af,-_0x49f7f0._0x346def,-0x267)+_0x15453c(_0x49f7f0._0x5aa17d,_0x49f7f0._0x10273a,0x3a4,0x363)+'ed');}const _0x1d109f=new Date(_0x4cc4ee),_0x16181b=_0x1d109f[_0x5cfc92(-_0x49f7f0._0x4d9bf9,-0x22c,-_0x49f7f0._0x462729,-_0x49f7f0._0x2b67c0)+'Year']();function _0x5cfc92(_0x4e5c9d,_0xf97c88,_0x2be817,_0x13caab){return _0x49fac5(_0x4e5c9d-_0x311998._0x446ed5,_0x2be817,_0x4e5c9d- -_0x311998._0x5bd9f8,_0x13caab-0xca);}const _0x4445a1=_0x400007['Cqyor'](String,_0x400007[_0x5cfc92(-_0x49f7f0._0x1f9ee5,-0x2f7,-0x393,-0x2bf)](_0x1d109f['getUTCMont'+'h'](),-0x1ab6+0x22*-0x7a+-0x2aeb*-0x1))[_0x15453c(_0x49f7f0._0x43ac59,_0x49f7f0._0x1056ca,_0x49f7f0._0x575b3c,0x2e3)](-0x351+-0x2*0x202+0x757,'0'),_0x4398fb=_0x400007['Cqyor'](String,_0x1d109f[_0x5cfc92(-0x278,-_0x49f7f0._0x51def8,-_0x49f7f0._0x1ba440,-0x29b)]())[_0x15453c(_0x49f7f0._0x186f27,_0x49f7f0._0x28c57,_0x49f7f0._0x1aa838,0x2e3)](-0x5*0x739+0x24a9+-0x8a,'0'),_0x408344=_0x49eb11['join'](taskStoragePath,_0x16181b+'-'+_0x4445a1,_0x16181b+'-'+_0x4445a1+'-'+_0x4398fb,_0xaa31d8);function _0x15453c(_0x3a4377,_0x2b27e3,_0x5f1cc2,_0x50a485){return _0x49fac5(_0x3a4377-_0x1fe1f9._0xf94ffa,_0x5f1cc2,_0x50a485-0x182,_0x50a485-0x24);}const _0x2035b3={};return _0x2035b3[_0x5cfc92(-_0x49f7f0._0x4b1bee,-0x333,-0x27a,-_0x49f7f0._0x416ac8)]=!![],await _0x18fc5c['mkdir'](_0x408344,_0x2035b3),_0x408344;}export default router;
|
|
1
|
+
(function(_0x22ae05,_0x2198f1){const _0x415d62={_0x2d292f:0x1c6,_0x4a2560:0xba,_0x3e0c0e:0x74,_0x37db76:0xf8,_0x54497c:0x42,_0x50e522:0xc,_0x3821ef:0x197,_0x4c0296:0x4,_0x101fe6:0x1,_0x5f1f48:0xbb,_0x1e1066:0x55,_0x23bfd4:0x76,_0x1743ab:0x6,_0x1aad16:0xdf,_0x20a459:0x45,_0x44d2bb:0x2d,_0x4986a5:0x66,_0x594eeb:0x25,_0x452c1d:0x52},_0xb9b59d={_0x593c44:0x1d7},_0x22c481=_0x22ae05();function _0x474307(_0x5bd0a9,_0x586bb5,_0x21c1d0,_0x6d145b){return _0x2fc3(_0x6d145b- -_0xb9b59d._0x593c44,_0x586bb5);}function _0x528b7a(_0xe9121e,_0x1b7a3d,_0x98bb58,_0x2b2781){return _0x2fc3(_0x98bb58- -0x26e,_0xe9121e);}while(!![]){try{const _0x57b948=parseInt(_0x528b7a(-_0x415d62._0x2d292f,-0xdb,-0x15f,-0x124))/(0xcec+0x1d*-0x60+-0x20b*0x1)+parseInt(_0x528b7a(-_0x415d62._0x4a2560,-0x23,-_0x415d62._0x3e0c0e,-0xa9))/(-0x7*0x29+-0x3b9+-0x9*-0x8a)*(-parseInt(_0x474307(_0x415d62._0x37db76,0xc6,_0x415d62._0x54497c,0x7d))/(0xe22+0x1*-0x547+-0x8d8))+-parseInt(_0x474307(-0x5b,-0x22,-_0x415d62._0x50e522,-0x72))/(-0x1298+0x34*-0xb+0x14d8)*(-parseInt(_0x528b7a(-_0x415d62._0x3821ef,-0xff,-0x145,-0x1b0))/(-0x1ea6+-0x1785+0x3630))+-parseInt(_0x474307(0x37,-0x85,_0x415d62._0x4c0296,_0x415d62._0x101fe6))/(0x4de*-0x7+0xdbf+-0x1*-0x1459)+parseInt(_0x474307(-_0x415d62._0x5f1f48,0x3e,-_0x415d62._0x1e1066,-0x46))/(-0x25*0xfe+-0x1dcb+0x851*0x8)+-parseInt(_0x474307(_0x415d62._0x23bfd4,0x86,_0x415d62._0x1743ab,_0x415d62._0x4c0296))/(0x206d+-0xf25*0x1+-0x30*0x5c)*(-parseInt(_0x474307(_0x415d62._0x1aad16,-_0x415d62._0x20a459,0x6d,0x36))/(0x1*0x1c27+0x12*0xf0+-0x1bb*0x1a))+-parseInt(_0x474307(_0x415d62._0x44d2bb,0x6d,-_0x415d62._0x4986a5,-_0x415d62._0x594eeb))/(-0x66f+-0x4*-0x8ef+-0x1d43)*(parseInt(_0x528b7a(-0xfa,0x2e,-_0x415d62._0x452c1d,-0x23))/(-0x70f*-0x2+0x72*-0x3d+0xd17));if(_0x57b948===_0x2198f1)break;else _0x22c481['push'](_0x22c481['shift']());}catch(_0x1aac72){_0x22c481['push'](_0x22c481['shift']());}}}(_0x2ac9,-0x58f0d+0xde1*-0xf9+0x1c654e));import _0x52f451 from'express';import{promises as _0x7511b8}from'fs';import _0x162ece from'path';import{logger}from'../lib/logger.js';const router=_0x52f451['Router']();let tasks=null,taskStoragePath=null;function _0x4be807(_0x3283a0,_0x1b0966,_0xdfcf31,_0x565070){const _0x32de3e={_0x47a743:0x86};return _0x2fc3(_0x565070- -_0x32de3e._0x47a743,_0xdfcf31);}let broadcastTaskUpdate=null;function _0x2fc3(_0x5a8986,_0x4df36f){_0x5a8986=_0x5a8986-(0x15ef+-0x1*0x794+-0xd53*0x1);const _0x5322a8=_0x2ac9();let _0x53bb56=_0x5322a8[_0x5a8986];if(_0x2fc3['yimkeW']===undefined){var _0x1e571e=function(_0x977f14){const _0x3dcb2e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x17aaa0='',_0x307f8b='';for(let _0x39c3ae=-0x1313+-0x1140+0x2453,_0x13584b,_0x5d4d66,_0x25c725=0xf2a+-0x16b7+0x78d;_0x5d4d66=_0x977f14['charAt'](_0x25c725++);~_0x5d4d66&&(_0x13584b=_0x39c3ae%(-0x9d3+0x21e6*0x1+-0x180f)?_0x13584b*(0x5ee+0x137a+-0x1928)+_0x5d4d66:_0x5d4d66,_0x39c3ae++%(0x228e+0x869+0x1*-0x2af3))?_0x17aaa0+=String['fromCharCode'](-0xe2d+0xb26+0x2*0x203&_0x13584b>>(-(0x1*0x3ad+0x58a*0x5+-0x1f5d)*_0x39c3ae&0x1*0x419+0x1*-0x24b9+0x20a6)):0xbe8+0x9fa+-0x1*0x15e2){_0x5d4d66=_0x3dcb2e['indexOf'](_0x5d4d66);}for(let _0x3a0f30=-0x1*0x1352+0x250+-0xe*-0x137,_0x483a73=_0x17aaa0['length'];_0x3a0f30<_0x483a73;_0x3a0f30++){_0x307f8b+='%'+('00'+_0x17aaa0['charCodeAt'](_0x3a0f30)['toString'](0x17d*-0x6+0x1f61+-0x1663))['slice'](-(0x5*0x737+0x162*-0xb+-0x14db));}return decodeURIComponent(_0x307f8b);};_0x2fc3['DTaGIU']=_0x1e571e,_0x2fc3['jZsLMs']={},_0x2fc3['yimkeW']=!![];}const _0x332707=_0x5322a8[-0x641+0x1*0xd94+-0x271*0x3],_0x2394ec=_0x5a8986+_0x332707,_0x5aec83=_0x2fc3['jZsLMs'][_0x2394ec];return!_0x5aec83?(_0x53bb56=_0x2fc3['DTaGIU'](_0x53bb56),_0x2fc3['jZsLMs'][_0x2394ec]=_0x53bb56):_0x53bb56=_0x5aec83,_0x53bb56;}export function initializeObjectiveManagement(_0x130fe9){const _0x14501e={_0x58b942:0x1ab,_0x2d46e7:0x1a0,_0x545cb3:0x295,_0x10f573:0x2e6,_0x58ba9e:0x1fc,_0x283cc4:0x1fb,_0x244cd5:0x236,_0x5ca798:0x1ed};tasks=_0x130fe9['tasks'];function _0x5e0579(_0x250642,_0x47e2f6,_0x414641,_0x361bc6){return _0x2fc3(_0x414641- -0x324,_0x47e2f6);}function _0x4e0a51(_0x35e24c,_0x474165,_0x427c81,_0x102e96){return _0x2fc3(_0x427c81-0xdb,_0x102e96);}taskStoragePath=_0x130fe9[_0x5e0579(-_0x14501e._0x58b942,-0x1b1,-0x123,-_0x14501e._0x2d46e7)+_0x4e0a51(_0x14501e._0x545cb3,_0x14501e._0x10f573,0x2a8,0x302)],broadcastTaskUpdate=_0x130fe9[_0x4e0a51(0x2c8,0x2b1,0x297,_0x14501e._0x58ba9e)+_0x4e0a51(_0x14501e._0x283cc4,0x1cf,_0x14501e._0x244cd5,_0x14501e._0x5ca798)];}function requireTaskAuth(_0x494e95,_0x451f85,_0x3554d3){const _0x1910e9={_0x3f2e4a:0x4ed,_0x1c1a69:0x600,_0x549cfa:0x5a3,_0x411e38:0x114,_0x20c3e8:0x1db,_0x1eacb4:0x100,_0x3fb99e:0xf3,_0x5a56ec:0x8f,_0x5ad46e:0x56b,_0x5042b4:0x603,_0x3b8b5f:0x10f,_0x3d8b34:0x37,_0x51169d:0xaf,_0x58f19f:0x5bc,_0x3ce7c7:0x581,_0x887a65:0x1d6,_0x507d85:0x59a,_0x139499:0x62b,_0x57c2ab:0xec,_0x2d4e2a:0x79,_0x11cfb5:0xd5,_0x5cc237:0xc2,_0x19a573:0x17e,_0x33b5e4:0x146,_0x1863f9:0x113,_0x623021:0x155,_0x2eaa7e:0xd8,_0x1ee1fc:0x49b,_0xf49507:0x4e9,_0x20a895:0x48c,_0xcbc1db:0x525,_0x23953f:0x484,_0x1b5a4f:0x162,_0x48b4a1:0x117,_0x543c9d:0x5a9,_0x3ae4ea:0x571,_0x2b3224:0xfa,_0x27c8bb:0x472,_0x150e06:0x45a,_0x5bce16:0x5c5,_0x36625c:0x1dd,_0x12a988:0x52b,_0x42a199:0x427,_0x282578:0x5a0,_0x5f486c:0x50c,_0x197802:0x517,_0x6bc85f:0x49e,_0x592b00:0x4e8,_0x169119:0x562,_0x57396c:0x48e,_0x55a3cd:0x1a2,_0xb1e83:0xde,_0x2f45c1:0x5c6,_0x36e3a7:0x543,_0x49b9be:0x16c,_0x3aa513:0x168,_0x38a47a:0x22,_0x2e8b8a:0x85,_0x20f83b:0x5e8,_0x48254f:0x5b2,_0x37e4a3:0x56c,_0x452f03:0x61e,_0x4add5f:0x4a5,_0x5ba8b9:0x532,_0x5c3de4:0x443,_0x8baeb0:0xe6,_0x157901:0x129,_0x34b68b:0x107,_0x331632:0xe2,_0xd385b:0x83,_0x45ca7d:0x7e,_0x2132a1:0xcd,_0x7a2b14:0x1c6,_0x553d6a:0x21e,_0x267aa7:0xd7,_0x1215c4:0x105,_0x3129c6:0xa0,_0x12f6a4:0x47b,_0x4239e0:0x496,_0x345bab:0x495,_0x128cea:0x55e,_0x150dab:0x548,_0x318a58:0x51f,_0x59329f:0x554,_0x4c9c82:0x4bf,_0x5cfd6c:0xa0,_0x153fb3:0x2e,_0x59350d:0xba,_0x3908d4:0x1bc,_0x3b74c3:0xd2,_0x22da87:0x9b,_0x4c5d52:0x626,_0x3f6bac:0x62b,_0x3ecc53:0x526,_0x4d9d3e:0x4de,_0x25a314:0x4f5,_0x277b74:0x67a,_0x515aee:0x5d9,_0x1a62db:0x49c,_0x2c7fb4:0x547,_0x22c60f:0x609,_0x4bd881:0x518,_0x10aa02:0x513,_0x208e1b:0x4be,_0x318a76:0x520,_0x36a7a7:0x4db,_0x265b31:0x552,_0xe88d99:0x55f,_0x576c95:0x4ee,_0x1dcea8:0x5ab,_0x1a845f:0x608,_0x5283fc:0x57f,_0x32340a:0xb9,_0x4d8818:0x13f,_0x47ae54:0x58e,_0x540267:0x576,_0x5df7ae:0x28,_0x18f2fd:0x10,_0x25e8c5:0xc,_0x4f2f74:0x75,_0x5395b1:0x57d,_0x3c24d6:0x532,_0x4bdc17:0x4d6,_0x35d26e:0x193,_0x25509c:0x202,_0x5889e5:0x1fd,_0xa1980b:0x1cd,_0x193dec:0x13e,_0xb9e96c:0x102,_0x28d400:0x71,_0x3c114a:0xcd,_0x32035b:0x16b,_0x4e5c79:0x5c0,_0x157d71:0x607,_0x2aac91:0x45e,_0x2c34ae:0x512,_0xe418d7:0x101,_0x5f38e6:0x1e8,_0x332d65:0x191,_0x3e4653:0x5de,_0x194f9d:0x5bc,_0x4583d4:0x539,_0x1c1217:0x55c,_0x129db8:0x4e0,_0x39e999:0x195,_0x3b9a06:0x115,_0x26415a:0x4a,_0x2d0410:0xc4,_0x28014f:0x65,_0x188a4b:0x562,_0x398d4a:0x5ac,_0x4d84fa:0x597,_0x5c4c72:0x55a,_0x5ee201:0x503,_0x5628a7:0x1fc,_0x4230ca:0x109,_0x1834d9:0x7b,_0x3e8c72:0x17f,_0x27c044:0x599,_0xc34754:0x53e,_0x30e133:0x5ce,_0x1e96dd:0x1ae,_0x1265c7:0xb1,_0x11517e:0x89,_0x2dd3e5:0x59d,_0x20fdeb:0x5ce,_0x163337:0x487,_0x13b9f2:0x57e,_0x2c1c31:0x135,_0x499afb:0xf7,_0x47d02b:0x13f,_0x549359:0x5da,_0x5842fc:0x51b,_0x3d0ca0:0x4b2,_0x32f1f7:0x4f6,_0x3f2a8c:0x516,_0x2d8fd9:0xf9,_0x1c1911:0x125,_0xe04dd8:0x49e,_0x3be842:0x48f,_0x1e8891:0x12d,_0x3fea6e:0x1c9,_0x3bfc63:0x5f7,_0x4bdba8:0x55,_0x128f07:0xb5,_0x518d22:0x122,_0xd05d98:0x5d9,_0x2998ca:0x54f,_0x1b2b5b:0x603,_0x2de727:0x515,_0x215af8:0x40e,_0x10e945:0x170,_0x5021f4:0x19b,_0xa62077:0x4d7,_0x1e538d:0x473,_0x21fb6d:0x144,_0x558bbe:0x4ef,_0x5b5c93:0x51a,_0x34a202:0x58f,_0x115406:0x142,_0x2077aa:0x4bc,_0x198dd3:0x4f2,_0x47fa34:0x4c1,_0x52aec1:0x551,_0x1dffa8:0x5a6,_0x5ebe5f:0x594,_0x21dbd6:0x50e,_0x5ca340:0x170,_0xe628e9:0x570,_0x200719:0x524,_0xe542e3:0x6f,_0x444c13:0x52d,_0x573597:0x5ae,_0x54f6a:0x587,_0x1e0a75:0x622,_0x3ea186:0xae,_0x3f064c:0x29,_0x1c0430:0x5a3,_0x42180a:0x4cf,_0x4c147a:0x64,_0x1523e1:0xce,_0x1706bc:0x20c,_0x40026b:0xfb,_0x47f797:0x10,_0x116c13:0x14b,_0x4f9a55:0x183,_0x533d13:0x11a,_0x4160a2:0x54c,_0x3e088b:0x564,_0xd9a765:0x10a,_0x54a389:0xce,_0x53b08f:0x573,_0x4ed397:0x53f,_0x58ae59:0x67d,_0x1b3778:0x57d,_0x13155b:0x5b2,_0x422609:0x5d4,_0x5a8204:0x3f,_0x10039b:0xb5,_0x1ae607:0x4e5,_0x15948a:0x4cb,_0x3ebc0a:0xd7,_0x4826b4:0x183,_0x505334:0x16a,_0x42b4a3:0x9e,_0x290283:0x108,_0xa3f3f7:0xd5,_0xeef8ed:0x140,_0x5a3c5b:0x473,_0x1c7639:0x51a,_0x1d1c5d:0x522,_0x366a31:0x5ca,_0xcded81:0x109,_0x1ad810:0xa2,_0xac8749:0x8c,_0x153b60:0x136,_0x5ea7a7:0xca,_0x8c7378:0x119,_0x2af5e0:0x136,_0x4f7302:0x16f,_0x1aa2fd:0x541,_0x2b095b:0x14f,_0x1817e9:0x1f3,_0x760609:0xc8,_0x24c66d:0xda,_0x53d5b9:0x4e2,_0xb9f9a7:0x49,_0x234988:0xb5,_0x4fac37:0xa6,_0x51e04a:0x5a8,_0x230993:0x4b4,_0x56655f:0x4b5,_0x14abf5:0x415,_0x15dac3:0x75,_0x51314a:0xe1,_0x51b1a1:0x103,_0x31a1d1:0x3c,_0x324a8e:0x4b0,_0x4103a6:0x4b7,_0x1b0faf:0x41b,_0x4dd5a8:0x4ba,_0x23cb8f:0x557,_0x591818:0xa4,_0x3451cc:0x164,_0x1afa45:0x4f1,_0x441142:0x498,_0x40aec9:0x4cd},_0x5ee20a={'FBaEF':function(_0x26fe86,_0x17a849){return _0x26fe86===_0x17a849;},'DDeFd':function(_0x35cc78,_0x49c382){return _0x35cc78!==_0x49c382;},'uUtqt':_0x32318d(_0x1910e9._0x3f2e4a,0x565,_0x1910e9._0x1c1a69,0x5de)+'t','WaCMG':_0x32318d(0x5c8,_0x1910e9._0x549cfa,0x608,0x640),'RgSdC':_0x5383ab(_0x1910e9._0x411e38,_0x1910e9._0x20c3e8,0x17f,_0x1910e9._0x1eacb4),'guRbl':function(_0x347842,_0x4759d3){return _0x347842!==_0x4759d3;},'VLEcw':_0x32318d(0x568,0x548,0x586,0x502),'ImZmY':_0x5383ab(_0x1910e9._0x3fb99e,0xdb,0xb1,_0x1910e9._0x5a56ec)+_0x32318d(_0x1910e9._0x5ad46e,0x590,0x638,_0x1910e9._0x5042b4)+_0x5383ab(_0x1910e9._0x3b8b5f,_0x1910e9._0x3d8b34,_0x1910e9._0x51169d,0xd0)+_0x32318d(_0x1910e9._0x58f19f,_0x1910e9._0x3ce7c7,0x572,0x58b)+_0x5383ab(0x1aa,0x1d9,0x17d,_0x1910e9._0x887a65)+'der','hspLX':_0x32318d(0x5e4,_0x1910e9._0x507d85,0x579,_0x1910e9._0x139499)+'ed','YkUvR':_0x5383ab(0x7e,_0x1910e9._0x57c2ab,_0x1910e9._0x2d4e2a,_0x1910e9._0x11cfb5)+_0x5383ab(_0x1910e9._0x5cc237,0x154,0x112,_0x1910e9._0x19a573)+_0x5383ab(0x126,_0x1910e9._0x33b5e4,0x1aa,0x21d),'eSjXQ':'IceeP','OYKBm':'Objective\x20'+_0x5383ab(_0x1910e9._0x887a65,_0x1910e9._0x1863f9,0x167,_0x1910e9._0x623021)+_0x5383ab(0x31,0x115,_0x1910e9._0x2eaa7e,0x10e)+_0x32318d(_0x1910e9._0x1ee1fc,_0x1910e9._0xf49507,0x560,0x51e)+'ed','niiLZ':'Internal\x20S'+_0x32318d(_0x1910e9._0x20a895,_0x1910e9._0xcbc1db,_0x1910e9._0x23953f,0x584)+'r','yOPaT':_0x5383ab(_0x1910e9._0x1b5a4f,0x8a,_0x1910e9._0x48b4a1,0x180)+_0x32318d(0x593,_0x1910e9._0x543c9d,0x55a,_0x1910e9._0x3ae4ea)+_0x5383ab(_0x1910e9._0x2b3224,0x19d,0x13e,0x19a),'ccrCT':_0x32318d(_0x1910e9._0x27c8bb,0x4da,_0x1910e9._0x150e06,0x514)+_0x32318d(0x504,0x590,0x520,_0x1910e9._0x5bce16)+_0x5383ab(0x102,0x17a,0x161,_0x1910e9._0x36625c)+'ith\x20unknow'+'n\x20task\x20ID','cLtSN':function(_0xdf14ba,_0x32e38d){return _0xdf14ba!==_0x32e38d;},'oYYLL':_0x32318d(0x533,0x503,_0x1910e9._0x12a988,0x4f1),'mktsM':'Task\x20attem'+_0x32318d(0x506,0x4a9,_0x1910e9._0x42a199,0x4f6)+_0x32318d(_0x1910e9._0x282578,_0x1910e9._0x5f486c,_0x1910e9._0x197802,_0x1910e9._0x6bc85f)+_0x32318d(0x4c6,0x528,_0x1910e9._0x592b00,_0x1910e9._0x169119)+_0x32318d(_0x1910e9._0x57396c,0x4c7,0x4ff,0x4a9)+_0x5383ab(_0x1910e9._0x55a3cd,_0x1910e9._0xb1e83,0x126,0x1c5),'ZGQTI':_0x32318d(_0x1910e9._0x2f45c1,_0x1910e9._0x36e3a7,0x507,0x4e1)+_0x5383ab(_0x1910e9._0x49b9be,0x124,_0x1910e9._0x3aa513,0xca)+'unched\x20fro'+_0x5383ab(-_0x1910e9._0x38a47a,0xd8,_0x1910e9._0x2e8b8a,0x4f)+'tive','CngJt':function(_0x184cd7,_0x2217b5){return _0x184cd7!==_0x2217b5;},'EgJGB':_0x32318d(_0x1910e9._0x20f83b,_0x1910e9._0x48254f,_0x1910e9._0x37e4a3,_0x1910e9._0x452f03),'QmlHm':_0x32318d(0x453,_0x1910e9._0x4add5f,0x45f,_0x1910e9._0x5ba8b9),'sBVtk':_0x32318d(0x4d7,0x4a8,_0x1910e9._0x5c3de4,0x524)+_0x5383ab(_0x1910e9._0x8baeb0,0x13a,_0x1910e9._0x157901,_0x1910e9._0x34b68b)+_0x5383ab(_0x1910e9._0x331632,_0x1910e9._0xd385b,_0x1910e9._0x45ca7d,_0x1910e9._0x2132a1)+'sts','jaaeT':_0x5383ab(_0x1910e9._0x7a2b14,0x232,0x188,_0x1910e9._0x553d6a),'FUTyC':_0x5383ab(_0x1910e9._0x267aa7,_0x1910e9._0x1215c4,_0x1910e9._0x3129c6,0x1)+'not\x20an\x20obj'+_0x32318d(_0x1910e9._0x12f6a4,0x4be,_0x1910e9._0x4239e0,_0x1910e9._0x345bab),'jIwCE':function(_0x46bac6){return _0x46bac6();}},_0x5c2693=_0x494e95[_0x32318d(0x50f,_0x1910e9._0x128cea,0x5cf,_0x1910e9._0x150dab)][_0x5ee20a[_0x32318d(0x4a3,_0x1910e9._0x318a58,0x5c9,_0x1910e9._0x59329f)]];if(!_0x5c2693){if(_0x5ee20a['guRbl'](_0x32318d(0x432,0x4b2,0x548,_0x1910e9._0x4c9c82),_0x5ee20a[_0x5383ab(_0x1910e9._0x5cfd6c,_0x1910e9._0x153fb3,_0x1910e9._0x59350d,0xc2)])){logger[_0x5383ab(0x10e,_0x1910e9._0x3908d4,0x125,0x1ba)](_0x5ee20a[_0x5383ab(0xf1,0x55,_0x1910e9._0x3b74c3,0x176)]);const _0x50923a={};return _0x50923a[_0x5383ab(0x6e,0xb6,0x75,_0x1910e9._0x22da87)]=_0x5ee20a[_0x32318d(0x5bd,0x5ba,0x606,_0x1910e9._0x4c5d52)],_0x50923a[_0x32318d(_0x1910e9._0x3f6bac,_0x1910e9._0x58f19f,0x5e2,0x65e)]=_0x5ee20a[_0x32318d(0x5e5,0x555,0x5ea,0x5c2)],_0x451f85[_0x32318d(_0x1910e9._0x3ecc53,_0x1910e9._0x4d9d3e,0x56d,_0x1910e9._0x25a314)](-0x16b8+0x77*-0x1b+0x24d6)[_0x32318d(_0x1910e9._0x277b74,_0x1910e9._0x515aee,0x5b7,0x650)](_0x50923a);}else{const _0x4a0db0={};_0x4a0db0[_0x32318d(0x468,0x4f6,0x579,_0x1910e9._0x3ae4ea)]=_0x261d8e[_0x32318d(0x4c0,0x4f6,_0x1910e9._0x1a62db,_0x1910e9._0x2c7fb4)],_0x4a0db0[_0x32318d(0x57f,0x59d,0x4fa,_0x1910e9._0x22c60f)]=_0x364bdc['name'],_0x4a0db0[_0x32318d(_0x1910e9._0x4bd881,0x520,_0x1910e9._0x10aa02,_0x1910e9._0x208e1b)]=_0xc9b7ec[_0x32318d(0x571,_0x1910e9._0x318a76,0x4f4,0x4b4)],_0x4a0db0[_0x32318d(0x5eb,0x55f,_0x1910e9._0x36a7a7,0x58c)]=_0x5c8d33[_0x32318d(_0x1910e9._0x265b31,_0x1910e9._0xe88d99,_0x1910e9._0x576c95,0x5dd)],_0x44c516[_0x32318d(0x624,0x5c1,_0x1910e9._0x1dcea8,_0x1910e9._0x1a845f)](_0x4a0db0);}}if(!tasks){if(_0x5ee20a[_0x32318d(0x4e9,0x57b,0x549,_0x1910e9._0x5283fc)](_0x5ee20a[_0x5383ab(0x119,0x96,_0x1910e9._0x32340a,_0x1910e9._0x4d8818)],_0x32318d(0x630,0x5cf,_0x1910e9._0x47ae54,_0x1910e9._0x540267)))_0x5771e6=_0x28588d[_0x5383ab(0xf,_0x1910e9._0x5df7ae,0x91,0xcf)](_0xd395a7,_0x5e2c94['sortOrder']);else{logger['error'](_0x5ee20a['OYKBm']);const _0x570bfa={};return _0x570bfa[_0x5383ab(-_0x1910e9._0x18f2fd,_0x1910e9._0x25e8c5,_0x1910e9._0x4f2f74,0x10b)]=_0x5ee20a[_0x32318d(_0x1910e9._0x5395b1,_0x1910e9._0x3c24d6,_0x1910e9._0x4bdc17,0x5bb)],_0x570bfa[_0x5383ab(0x191,0xfa,_0x1910e9._0x35d26e,_0x1910e9._0x25509c)]=_0x5ee20a[_0x5383ab(_0x1910e9._0x5889e5,_0x1910e9._0xa1980b,0x177,0xdf)],_0x451f85['status'](-0x1*0x401+-0x124c+0x1*0x1841)['json'](_0x570bfa);}}const _0x435d7a=tasks[_0x5383ab(0x8b,_0x1910e9._0x193dec,0x97,_0x1910e9._0xb9e96c)](_0x5c2693);if(!_0x435d7a){const _0x166e99={};_0x166e99[_0x5383ab(0x38,_0x1910e9._0x28d400,_0x1910e9._0x3c114a,_0x1910e9._0x32035b)]=_0x5c2693,logger['warn'](_0x5ee20a[_0x32318d(_0x1910e9._0x4e5c79,0x59c,_0x1910e9._0x157d71,_0x1910e9._0x3ae4ea)],_0x166e99);const _0xde7084={};return _0xde7084[_0x32318d(0x4bf,_0x1910e9._0x6bc85f,_0x1910e9._0x2aac91,_0x1910e9._0x2c34ae)]=_0x5ee20a[_0x5383ab(_0x1910e9._0xe418d7,_0x1910e9._0x5f38e6,_0x1910e9._0x332d65,0x158)],_0xde7084[_0x32318d(_0x1910e9._0x3e4653,_0x1910e9._0x194f9d,0x63d,_0x1910e9._0x4583d4)]=_0x32318d(_0x1910e9._0x1c1217,_0x1910e9._0x129db8,0x49d,0x4e2)+_0x5383ab(_0x1910e9._0x39e999,0x158,_0x1910e9._0x3b9a06,0xb4),_0x451f85[_0x5383ab(0x12e,0x3b,0xb5,_0x1910e9._0x26415a)](-0x1835*0x1+0x837+-0x1*-0x118f)['json'](_0xde7084);}if(!_0x435d7a[_0x5383ab(0x7c,0x161,_0x1910e9._0x2d0410,_0x1910e9._0x28014f)+_0x32318d(_0x1910e9._0x188a4b,0x599,_0x1910e9._0x398d4a,_0x1910e9._0x4d84fa)]){if(_0x5ee20a['cLtSN'](_0x5ee20a[_0x32318d(0x5e5,0x580,_0x1910e9._0x5c4c72,_0x1910e9._0x5ee201)],_0x5ee20a[_0x5383ab(0x1c9,_0x1910e9._0x5628a7,0x157,_0x1910e9._0x4230ca)])){if(_0x5ee20a[_0x5383ab(0xbf,0x1f2,0x152,0xc5)](_0x9526e9[_0x5383ab(_0x1910e9._0x1834d9,0xd9,_0x1910e9._0x11cfb5,_0x1910e9._0x3e8c72)+_0x32318d(0x514,_0x1910e9._0x27c044,0x50e,0x5e6)],_0xa42735)&&_0x5ee20a[_0x5383ab(0x157,0x145,0x152,0x116)](_0x27061a[_0x5383ab(0xb1,0x45,0xb5,0x104)],_0x32318d(_0x1910e9._0xc34754,_0x1910e9._0x549cfa,_0x1910e9._0x30e133,0x5f0))&&_0x5ee20a[_0x5383ab(0x1a9,_0x1910e9._0x1e96dd,0x179,0xe5)](_0x3d9968['taskId'],_0x50f0bb[_0x5383ab(0x16f,0x8a,_0x1910e9._0x3c114a,_0x1910e9._0x1265c7)])){const _0x67e7e1={};_0x67e7e1[_0x5383ab(0x24,0x38,_0x1910e9._0x3c114a,_0x1910e9._0x11517e)]=_0x22238c['taskId'],_0x67e7e1[_0x32318d(0x4f7,_0x1910e9._0x2dd3e5,_0x1910e9._0x20fdeb,0x522)]=_0x121838['name'],_0x67e7e1[_0x32318d(0x479,0x520,_0x1910e9._0x163337,_0x1910e9._0x13b9f2)]=_0x21eee0[_0x5383ab(0xd5,_0x1910e9._0x2c1c31,_0x1910e9._0x499afb,_0x1910e9._0x47d02b)],_0x67e7e1['createdAt']=_0x2bd5c4['createdAt'],_0x32b8ff[_0x32318d(_0x1910e9._0x549359,0x5c1,0x562,_0x1910e9._0x5842fc)](_0x67e7e1);}}else{const _0xafe23c={};_0xafe23c[_0x32318d(_0x1910e9._0x3d0ca0,_0x1910e9._0x32f1f7,_0x1910e9._0x3f2a8c,0x4e6)]=_0x5c2693,logger[_0x5383ab(0x179,_0x1910e9._0x2d8fd9,_0x1910e9._0x1c1911,0x193)](_0x5ee20a['mktsM'],_0xafe23c);const _0x98f061={};return _0x98f061[_0x32318d(0x4c9,_0x1910e9._0xe04dd8,0x41a,_0x1910e9._0x3be842)]=_0x5383ab(0x15f,_0x1910e9._0x1e8891,0x1a7,_0x1910e9._0x3fea6e),_0x98f061[_0x32318d(0x5b2,0x5bc,_0x1910e9._0x3bfc63,0x5bc)]=_0x5ee20a['ZGQTI'],_0x451f85[_0x5383ab(0xe9,_0x1910e9._0x4bdba8,_0x1910e9._0x128f07,_0x1910e9._0x518d22)](-0x1b23*0x1+0x2015+0x35f*-0x1)[_0x32318d(0x5c4,_0x1910e9._0xd05d98,_0x1910e9._0x2998ca,_0x1910e9._0x1b2b5b)](_0x98f061);}}function _0x32318d(_0x195198,_0x353f40,_0x3a82f5,_0x2affc6){return _0x2fc3(_0x353f40-0x38b,_0x3a82f5);}_0x494e95[_0x32318d(0x53a,0x49f,_0x1910e9._0x2de727,_0x1910e9._0x215af8)+'k']=_0x435d7a,_0x494e95['sourceObje'+_0x5383ab(0xd7,0x19f,_0x1910e9._0x10e945,_0x1910e9._0x5021f4)]=_0x435d7a[_0x32318d(_0x1910e9._0xa62077,0x4ed,0x4f4,_0x1910e9._0x1e538d)+_0x5383ab(_0x1910e9._0x21fb6d,0xcc,_0x1910e9._0x10e945,0x1ce)];function _0x5383ab(_0x551949,_0x16069e,_0x56d99c,_0x56c7df){return _0x2fc3(_0x56d99c- -0x9e,_0x16069e);}const _0x48e966=tasks[_0x32318d(0x464,0x4c0,0x430,0x547)](_0x435d7a[_0x5383ab(0x166,0xc2,_0x1910e9._0x2d0410,0x9e)+_0x32318d(_0x1910e9._0x558bbe,0x599,_0x1910e9._0x5b5c93,_0x1910e9._0x34a202)]);if(!_0x48e966){if(_0x5ee20a[_0x5383ab(0x19c,0x182,_0x1910e9._0x115406,_0x1910e9._0x267aa7)](_0x32318d(_0x1910e9._0x2077aa,_0x1910e9._0x198dd3,_0x1910e9._0x47fa34,_0x1910e9._0x5ba8b9),_0x5ee20a[_0x32318d(0x5d2,_0x1910e9._0x52aec1,_0x1910e9._0x1dffa8,_0x1910e9._0x5ebe5f)])){const _0x2b1bc2={};_0x2b1bc2[_0x32318d(0x4f3,_0x1910e9._0x32f1f7,0x4b6,_0x1910e9._0x21dbd6)]=_0x5c2693,_0x2b1bc2['sourceObje'+_0x5383ab(0x217,0x20c,_0x1910e9._0x5ca340,0x1f4)]=_0x435d7a[_0x32318d(_0x1910e9._0xe628e9,_0x1910e9._0x3f2e4a,0x4cf,_0x1910e9._0x4583d4)+_0x32318d(_0x1910e9._0x36e3a7,_0x1910e9._0x27c044,0x5b9,0x635)],logger['warn'](_0x32318d(0x425,0x4a8,0x4ef,_0x1910e9._0x200719)+_0x5383ab(0x110,_0x1910e9._0xe542e3,0xfb,0x141)+'\x20found',_0x2b1bc2);const _0x2fbce3={};return _0x2fbce3[_0x32318d(0x43a,0x49e,0x4d8,_0x1910e9._0x444c13)]=_0x5ee20a[_0x32318d(0x53a,_0x1910e9._0x573597,_0x1910e9._0x54f6a,0x5fe)],_0x2fbce3[_0x32318d(0x5c2,0x5bc,0x5c5,_0x1910e9._0x1e0a75)]=_0x5ee20a[_0x5383ab(_0x1910e9._0x3ea186,_0x1910e9._0x3f064c,0xa4,0x129)],_0x451f85[_0x5383ab(0x34,0x125,_0x1910e9._0x128f07,0xa3)](-0x385+-0x1009*-0x1+-0xaf0)[_0x32318d(0x5c5,0x5d9,_0x1910e9._0x1c0430,0x632)](_0x2fbce3);}else{const _0x3b61ce={};return _0x3b61ce[_0x32318d(0x4c8,_0x1910e9._0x6bc85f,0x41c,_0x1910e9._0x42180a)]=_0x5ee20a[_0x5383ab(0x29,_0x1910e9._0x4c147a,_0x1910e9._0x1523e1,0x16e)],_0x3b61ce[_0x5383ab(_0x1910e9._0x1706bc,0x12b,_0x1910e9._0x35d26e,_0x1910e9._0x40026b)]=_0x5383ab(_0x1910e9._0x47f797,_0x1910e9._0x116c13,_0x1910e9._0x1265c7,0x3e)+_0x5383ab(_0x1910e9._0xb1e83,_0x1910e9._0x4f9a55,0xe1,_0x1910e9._0x533d13)+_0x2fe7a1+(_0x32318d(_0x1910e9._0x4160a2,0x5e3,0x61e,0x676)+_0x32318d(0x4dc,_0x1910e9._0x3e088b,0x567,0x541)+_0x5383ab(0x91,0x14b,_0x1910e9._0xd9a765,_0x1910e9._0x54a389)),_0x4899a2['status'](-0x2*-0x154+-0x1ecc+0x1db4)[_0x32318d(_0x1910e9._0x53b08f,_0x1910e9._0xd05d98,_0x1910e9._0x4ed397,_0x1910e9._0x58ae59)](_0x3b61ce);}}if(_0x5ee20a[_0x32318d(0x50f,_0x1910e9._0x1b3778,_0x1910e9._0x13155b,_0x1910e9._0x422609)](_0x48e966[_0x5383ab(_0x1910e9._0x1265c7,_0x1910e9._0x5a8204,_0x1910e9._0x10039b,0x11a)],_0x5ee20a[_0x32318d(_0x1910e9._0x1ae607,0x4c2,_0x1910e9._0x15948a,0x566)])){if(_0x5ee20a[_0x5383ab(0xec,0x13b,0x181,0x113)](_0x5ee20a[_0x5383ab(_0x1910e9._0x3ebc0a,_0x1910e9._0x4826b4,_0x1910e9._0x505334,0x18a)],_0x5ee20a['jaaeT'])){if(_0xdb3ac3[_0x5383ab(_0x1910e9._0x42b4a3,_0x1910e9._0x290283,_0x1910e9._0xa3f3f7,_0x1910e9._0xeef8ed)+'ctiveId']===_0x584b83[_0x32318d(_0x1910e9._0x5a3c5b,0x4f6,0x4d7,_0x1910e9._0x1c7639)]&&_0x4e82df['status']===_0x5ee20a['WaCMG']){const _0x49567a={};_0x49567a['taskId']=_0x449a7f['taskId'],_0x49567a[_0x32318d(0x5f4,0x59d,_0x1910e9._0x1d1c5d,0x565)]=_0x5efc64[_0x32318d(0x57d,_0x1910e9._0x2dd3e5,_0x1910e9._0x366a31,0x588)],_0x49567a[_0x5383ab(0xcf,_0x1910e9._0xcded81,0xf7,0x141)]=_0x54dd73['sortOrder'],_0x49567a[_0x5383ab(_0x1910e9._0x1ad810,_0x1910e9._0xac8749,_0x1910e9._0x153b60,_0x1910e9._0x5ea7a7)]=_0x49d117[_0x5383ab(0x141,_0x1910e9._0x8c7378,_0x1910e9._0x2af5e0,_0x1910e9._0x4f7302)],_0x49567a[_0x32318d(0x5c2,0x5cd,0x62e,_0x1910e9._0x1aa2fd)+'ns']=_0x4e2322[_0x5383ab(0x122,0x10c,_0x1910e9._0x2b095b,_0x1910e9._0x1817e9)]?.['instructio'+'ns']||'',_0x201d23['push'](_0x49567a);}}else{const _0x56826a={};_0x56826a['taskId']=_0x5c2693,_0x56826a[_0x32318d(0x4b2,0x4ed,0x485,0x4da)+'ctiveId']=_0x435d7a[_0x5383ab(_0x1910e9._0x760609,0x168,_0x1910e9._0x2d0410,_0x1910e9._0x24c66d)+_0x32318d(0x58f,0x599,0x503,0x4fd)],_0x56826a[_0x32318d(_0x1910e9._0x4bdc17,0x4de,0x479,_0x1910e9._0x53d5b9)]=_0x48e966[_0x5383ab(0x115,_0x1910e9._0xb9f9a7,_0x1910e9._0x234988,_0x1910e9._0x4fac37)],logger[_0x32318d(_0x1910e9._0x51e04a,0x54e,_0x1910e9._0x230993,0x5ac)]('Parent\x20is\x20'+_0x32318d(0x49d,_0x1910e9._0x56655f,0x554,_0x1910e9._0x14abf5)+'ective',_0x56826a);const _0x1f9314={};return _0x1f9314[_0x5383ab(0x3b,0x96,_0x1910e9._0x15dac3,_0x1910e9._0x51314a)]=_0x5ee20a[_0x5383ab(0x50,_0x1910e9._0x51b1a1,0xce,_0x1910e9._0x31a1d1)],_0x1f9314[_0x32318d(0x5ca,_0x1910e9._0x194f9d,0x5e8,0x54c)]=_0x5ee20a[_0x32318d(_0x1910e9._0x324a8e,_0x1910e9._0x4103a6,_0x1910e9._0x1b0faf,0x4cc)],_0x451f85[_0x32318d(0x45c,_0x1910e9._0x4d9d3e,_0x1910e9._0x4dd5a8,0x493)](0x143*0x19+-0x1*0x6a+0x57*-0x57)[_0x32318d(0x606,0x5d9,_0x1910e9._0x5283fc,_0x1910e9._0x23cb8f)](_0x1f9314);}}_0x494e95[_0x5383ab(_0x1910e9._0x591818,0x10e,0xd5,_0x1910e9._0x3451cc)+_0x32318d(_0x1910e9._0x1afa45,_0x1910e9._0x441142,_0x1910e9._0x40aec9,0x469)]=_0x48e966,_0x5ee20a['jIwCE'](_0x3554d3);}function _0x4940cd(_0x5e1d41,_0xaf4ad4,_0x396c57,_0x580a8c){const _0x558a37={_0x5d6dc4:0x1f};return _0x2fc3(_0x5e1d41-_0x558a37._0x5d6dc4,_0x580a8c);}router[_0x4940cd(0x154,0x1f1,0xed,0x14a)]('/parent',requireTaskAuth,async(_0x4e4e1f,_0x2fe232)=>{const _0x3bb2a5={_0x581028:0xd5,_0x5df173:0xb2,_0x3bc37e:0x42,_0x48f6bd:0xbd,_0x5a6384:0xb2,_0x2cbe8d:0x14,_0x48c7b2:0x43,_0x345592:0x3b,_0x360023:0x3d,_0x1cdc90:0x33,_0x402317:0x127,_0x3fb009:0xfb,_0x49b1fa:0x2a,_0x1d5ae1:0x9c,_0x17a98c:0x87,_0x3490e3:0x27,_0x16a48c:0x7,_0x1997b6:0x8a,_0x5317fd:0x69,_0x2fd879:0x1a,_0x5609f8:0x136,_0x357191:0xf3,_0x546f70:0x13a,_0x3c60ed:0x34,_0x349949:0xe1,_0x2384f7:0xb8,_0x317970:0x5e,_0x46ede0:0x89,_0x16a48e:0x5,_0x3f85fd:0x13,_0x323fcd:0x70,_0x28f151:0x62,_0x820667:0x65,_0x53c04c:0x10,_0x241f68:0x68,_0x4057d2:0x2b,_0x1a75e9:0xf0,_0x2380cb:0x140,_0x38e2e3:0x67,_0x24445e:0xc0,_0x232b10:0x81,_0x489a1f:0xbc,_0x5463fa:0xf,_0x7c7745:0x168,_0xaedf1c:0x129,_0x14371b:0x130,_0x9b3d01:0xe2,_0x10da63:0x124,_0x584885:0x117,_0x118bca:0x180},_0x2dde9d={_0x23d85b:0x123},_0x21243c={_0xff5647:0xd2},_0x2c1f2a={};function _0x36f787(_0x24ed57,_0x432537,_0x4fedcb,_0x30eb4b){return _0x4940cd(_0x30eb4b- -_0x21243c._0xff5647,_0x432537-0xe2,_0x4fedcb-0x122,_0x432537);}_0x2c1f2a[_0x110a0c(-0xdb,-0xbe,-0x87,-_0x3bb2a5._0x581028)]=_0x110a0c(-0x2b,_0x3bb2a5._0x5df173,-0x1d,0x17)+'ing\x20parent'+_0x110a0c(-0x3c,-_0x3bb2a5._0x3bc37e,-_0x3bb2a5._0x48f6bd,-0x19)+'\x20details';const _0x345f4a=_0x2c1f2a,{parentObjective:_0x4c9633,callingTask:_0x44fc63}=_0x4e4e1f,_0x25cc88={};_0x25cc88['taskId']=_0x44fc63[_0x36f787(_0x3bb2a5._0x5a6384,_0x3bb2a5._0x2cbe8d,_0x3bb2a5._0x48c7b2,0xb8)],_0x25cc88[_0x110a0c(0xd8,-_0x3bb2a5._0x345592,0x46,_0x3bb2a5._0x360023)+'d']=_0x4c9633['taskId'],logger[_0x110a0c(-0xb7,_0x3bb2a5._0x1cdc90,-0x86,-0x77)](_0x345f4a[_0x110a0c(-_0x3bb2a5._0x402317,-_0x3bb2a5._0x3fb009,-0x17d,-0xd5)],_0x25cc88);const _0x48db41={};_0x48db41[_0x36f787(0x2c,_0x3bb2a5._0x49b1fa,0x147,0xb8)]=_0x4c9633[_0x110a0c(-_0x3bb2a5._0x1d5ae1,-0x23,-_0x3bb2a5._0x17a98c,-0x72)],_0x48db41[_0x110a0c(-0x23,-0x5a,-0x1b,0x35)]=_0x4c9633[_0x110a0c(0xb9,_0x3bb2a5._0x3490e3,-_0x3bb2a5._0x16a48c,0x35)],_0x48db41[_0x110a0c(-0x2b,-0xc8,-0x40,-_0x3bb2a5._0x1997b6)]=_0x4c9633[_0x110a0c(-_0x3bb2a5._0x5317fd,-_0x3bb2a5._0x2fd879,0x1b,-0x8a)],_0x48db41[_0x36f787(_0x3bb2a5._0x5609f8,_0x3bb2a5._0x357191,_0x3bb2a5._0x546f70,0x18f)+'ns']=_0x4c9633[_0x110a0c(-0x36,-0x6a,-_0x3bb2a5._0x3c60ed,0x10)]?.['instructio'+'ns']||'',_0x48db41[_0x110a0c(_0x3bb2a5._0x349949,0x2c,_0x3bb2a5._0x2384f7,_0x3bb2a5._0x317970)+'t']=_0x4c9633['environmen'+'t'],_0x48db41[_0x110a0c(-0x10a,-0xce,-_0x3bb2a5._0x46ede0,-0x70)]=_0x4c9633[_0x110a0c(_0x3bb2a5._0x16a48e,-_0x3bb2a5._0x3f85fd,-0xa4,-_0x3bb2a5._0x323fcd)],_0x48db41[_0x110a0c(0x27,-0x4a,0x61,0x10)]=_0x4c9633[_0x110a0c(_0x3bb2a5._0x28f151,-_0x3bb2a5._0x820667,-0x36,_0x3bb2a5._0x53c04c)],_0x48db41['createdAt']=_0x4c9633[_0x110a0c(_0x3bb2a5._0x241f68,_0x3bb2a5._0x2cbe8d,-_0x3bb2a5._0x4057d2,-0x9)],_0x48db41[_0x36f787(_0x3bb2a5._0x3fb009,0x186,_0x3bb2a5._0x1a75e9,_0x3bb2a5._0x2380cb)]=_0x4c9633['updatedAt'],_0x48db41['parentObje'+_0x110a0c(0x61,0xd6,-_0x3bb2a5._0x38e2e3,0x31)]=_0x4c9633[_0x36f787(0x144,0x25,0x40,_0x3bb2a5._0x24445e)+'ctiveId'],_0x48db41[_0x110a0c(-_0x3bb2a5._0x232b10,-_0x3bb2a5._0x489a1f,-_0x3bb2a5._0x5463fa,-0x51)+'t']=_0x4c9633[_0x36f787(_0x3bb2a5._0x7c7745,_0x3bb2a5._0xaedf1c,_0x3bb2a5._0x14371b,0xd9)+'t']||-0x16ef+0x2b9*0x6+-0x1*-0x699,_0x48db41['lastLaunch'+_0x110a0c(_0x3bb2a5._0x9b3d01,0x5e,0xd6,0x56)]=_0x4c9633['lastLaunch'+_0x36f787(_0x3bb2a5._0x357191,_0x3bb2a5._0x10da63,_0x3bb2a5._0x584885,_0x3bb2a5._0x118bca)];function _0x110a0c(_0x59ec51,_0x4546a4,_0xf74354,_0x5c8c26){return _0x4940cd(_0x5c8c26- -0x1fc,_0x4546a4-_0x2dde9d._0x23d85b,_0xf74354-0xa7,_0x4546a4);}_0x2fe232[_0x110a0c(0x71,0x86,-0x1d,0x71)](_0x48db41);}),router[_0x4be807(0xee,0x14e,0x14a,0xaf)]('/objective'+_0x4be807(0x1dd,0x15b,0xea,0x14c),requireTaskAuth,async(_0xa47dba,_0x45f88e)=>{const _0x56f5d0={_0x2a2702:0x215,_0x5e34ec:0x1e3,_0x37ce7c:0x262,_0x1ddefe:0x2f7,_0x3a8ade:0x21d,_0x2eabbf:0x27a,_0x5c7292:0x1e4,_0x2fdf97:0x20b,_0x549bad:0x223,_0x5fa881:0x127,_0xfe6183:0x1ef,_0x71df26:0x275,_0x1266e4:0x248,_0x2767a2:0x1ea,_0x3327aa:0x1a9,_0x571bff:0x209,_0x395c24:0x1bb,_0x116aa3:0x1e4,_0x2fda45:0x145,_0x46f1c4:0x27c,_0x1b7ae4:0x1df,_0x59796d:0x292,_0x506877:0x298,_0x41a626:0x225,_0xde612d:0x247,_0x4cee07:0x2b1,_0x25d692:0x259,_0x2040cd:0x1bc,_0x4361ad:0x24c,_0x1a4b72:0x239,_0x428ce7:0x15c,_0x229ff5:0x236,_0x434db1:0x27e,_0x28c6d0:0x1c4,_0x4a2e83:0x268,_0x404bfb:0x243,_0x5a2d56:0x303,_0x478123:0x2dc,_0x435b2d:0x286,_0x2e3abe:0x232,_0x2187c5:0x1c9,_0x30f080:0x1ca,_0x513f43:0x24a,_0x36f63a:0x34d,_0x56cdd6:0x30a,_0x2a58af:0x277,_0x4e53dc:0x22a,_0x538315:0x29b,_0x236296:0x2a4,_0x480789:0x255},_0x35b228={_0x5a68ea:0x125,_0x5ee1ee:0xdc},_0x2886d6={};_0x2886d6[_0x29c188(0x1c5,_0x56f5d0._0x2a2702,_0x56f5d0._0x5e34ec,0x1e5)]=function(_0x28881b,_0x3cb31e){return _0x28881b!==_0x3cb31e;},_0x2886d6[_0x29c188(0x1b8,_0x56f5d0._0x37ce7c,0x2a8,_0x56f5d0._0x1ddefe)]=_0x29c188(0x1ea,0x26e,_0x56f5d0._0x3a8ade,0x1ee),_0x2886d6[_0x53cc1e(_0x56f5d0._0x2eabbf,0x209,0x1f2,0x278)]='Not\x20Found',_0x2886d6['yWUOs']='Task\x20fetch'+_0x53cc1e(0x1d1,_0x56f5d0._0x5c7292,_0x56f5d0._0x2fdf97,0x1d4)+'ive\x20detail'+'s\x20by\x20ID';const _0x558ce7=_0x2886d6,{callingTask:_0xe508a4}=_0xa47dba,_0x2c6e1e=_0xa47dba[_0x29c188(0x1d6,0x19d,_0x56f5d0._0x549bad,_0x56f5d0._0x5fa881)]['id'],_0x3915e6=tasks[_0x53cc1e(0x25a,0x18b,_0x56f5d0._0xfe6183,_0x56f5d0._0x71df26)](_0x2c6e1e);if(!_0x3915e6||_0x558ce7['IwLfp'](_0x3915e6[_0x29c188(_0x56f5d0._0x1266e4,0x1a9,0x187,0x213)],_0x558ce7['tSDld'])){const _0x190208={};return _0x190208[_0x29c188(0xec,0x169,0x18a,0xca)]=_0x558ce7[_0x53cc1e(0x289,0x28d,0x1f2,0x156)],_0x190208[_0x29c188(_0x56f5d0._0x2767a2,0x287,0x209,0x329)]=_0x53cc1e(_0x56f5d0._0x3327aa,0x1ae,_0x56f5d0._0x571bff,_0x56f5d0._0x395c24)+_0x29c188(0x194,_0x56f5d0._0x116aa3,_0x56f5d0._0x2fda45,_0x56f5d0._0x46f1c4),_0x45f88e[_0x29c188(0x1b5,_0x56f5d0._0x3327aa,_0x56f5d0._0x1b7ae4,0x204)](0x1198+-0x38d*-0x1+-0x1391*0x1)[_0x29c188(_0x56f5d0._0x59796d,0x2a4,0x22e,0x334)](_0x190208);}const _0x512d70={};_0x512d70['taskId']=_0xe508a4[_0x53cc1e(_0x56f5d0._0x506877,0x2b5,_0x56f5d0._0x41a626,_0x56f5d0._0xde612d)],_0x512d70[_0x53cc1e(0x2ea,_0x56f5d0._0x4cee07,0x2d4,0x2af)+'d']=_0x2c6e1e,logger[_0x29c188(_0x56f5d0._0x25d692,_0x56f5d0._0x2040cd,_0x56f5d0._0x4361ad,_0x56f5d0._0x1a4b72)](_0x558ce7['yWUOs'],_0x512d70);function _0x53cc1e(_0x94f59,_0x114526,_0x2f7b2d,_0x282baa){return _0x4be807(_0x94f59-0x4d,_0x114526-0x1cf,_0x94f59,_0x2f7b2d-0x140);}function _0x29c188(_0x2ccd74,_0x2ceeef,_0x3fbeb3,_0x87a081){return _0x4be807(_0x2ccd74-_0x35b228._0x5a68ea,_0x2ceeef-0x17f,_0x2ccd74,_0x2ceeef-_0x35b228._0x5ee1ee);}const _0x5cd933={};_0x5cd933['taskId']=_0x3915e6[_0x29c188(_0x56f5d0._0x428ce7,0x1c1,0x259,_0x56f5d0._0x229ff5)],_0x5cd933[_0x29c188(_0x56f5d0._0x434db1,0x268,0x2c0,0x29e)]=_0x3915e6[_0x29c188(_0x56f5d0._0x28c6d0,_0x56f5d0._0x4a2e83,0x2c1,0x250)],_0x5cd933['instructio'+'ns']=_0x3915e6[_0x29c188(0x25c,_0x56f5d0._0x404bfb,0x2ac,0x256)]?.[_0x53cc1e(_0x56f5d0._0x5a2d56,_0x56f5d0._0x478123,0x2fc,_0x56f5d0._0x435b2d)+'ns']||'',_0x5cd933['parentObje'+'ctiveId']=_0x3915e6[_0x29c188(_0x56f5d0._0x2e3abe,_0x56f5d0._0x2187c5,_0x56f5d0._0x30f080,_0x56f5d0._0x513f43)+_0x53cc1e(0x22c,_0x56f5d0._0x36f63a,0x2c8,0x33a)],_0x5cd933[_0x53cc1e(0x2ae,_0x56f5d0._0x56cdd6,0x28e,0x201)]=_0x3915e6[_0x29c188(_0x56f5d0._0x2a58af,_0x56f5d0._0x4e53dc,0x1d1,_0x56f5d0._0x538315)],_0x5cd933['updatedAt']=_0x3915e6['updatedAt'],_0x45f88e[_0x29c188(0x216,_0x56f5d0._0x236296,0x301,_0x56f5d0._0x480789)](_0x5cd933);}),router[_0x4be807(0x185,0x124,0x88,0x124)](_0x4940cd(0x27a,0x205,0x21f,0x2f3),requireTaskAuth,async(_0x577e85,_0x30c639)=>{const _0x1fad64={_0x2d05c4:0x19d,_0x226a90:0x1d0,_0x3e2574:0x38d,_0x26f0ec:0x3b7,_0x483c0c:0x434,_0x2cc554:0x3f2,_0x13fd14:0x1e2,_0x4ad79a:0x200,_0x57f699:0x31a,_0x3b39b8:0x236,_0x16cb28:0x1cd,_0x269d24:0x18d,_0x310964:0x205,_0x2ea8ca:0x177,_0x50dd73:0x18c,_0x2ed231:0x355,_0x42ac5f:0x3d8,_0x197a3a:0x445,_0x4e906f:0x34e,_0x38d117:0x3ca,_0x47b28f:0x2d0,_0x4ef4a0:0x3c1,_0x4f3723:0x403,_0x48844a:0x2f8,_0x42af16:0x372,_0x49a924:0x40c,_0xa73688:0x13e,_0x3b3b91:0x345,_0x1dc682:0x164,_0x467865:0x101,_0x5b9121:0x1fe,_0xa7276f:0x188,_0x4bae86:0x386,_0x47a1c0:0x300,_0x36b09b:0x2fc,_0x5b10db:0x2e7,_0x5b9dba:0x2b8,_0x4bdf47:0x21a,_0x4440fd:0x2b7,_0x4707da:0x28c,_0x36159f:0x2a7,_0x2cf677:0x422,_0x2806a1:0x192,_0x2fe557:0x21b,_0x3e9d16:0x2dd,_0x6344e5:0x2d1,_0x257108:0x233,_0x324d32:0x3d8,_0x3f3510:0x3f0,_0x29f7b3:0x2cc,_0x1b347f:0x306,_0x577f46:0x376,_0xa4848:0x259,_0x5e3201:0x1b8,_0x5b196a:0x161,_0x59eaa7:0x19c,_0x595ce2:0x39e,_0x472e14:0x3c4,_0x5b1461:0x328,_0x27294e:0x3b6,_0x5d2368:0x220,_0x242fe0:0x193,_0x3461aa:0x208,_0x3ca4a3:0x23f,_0x2c66c1:0x157,_0x51d553:0x209,_0x2442cc:0x390,_0x92117:0x41c,_0x1fbb20:0x305,_0x1f9a06:0x18e,_0x232aa8:0x347,_0x26f9ee:0x2b3,_0x5bcaf9:0x2f5,_0x29a513:0x171,_0x13f769:0x17d,_0x44b227:0x12c,_0x682878:0x101,_0x241379:0x300,_0x4e7ec1:0x330,_0x214976:0x35a,_0x33fce3:0x295,_0x403bec:0x3dc,_0x1fb868:0x13f,_0x2a014e:0x3bb,_0x3762d6:0x1ce,_0x5889dd:0x21b,_0x407f32:0x199,_0x4fd0b3:0x10f,_0x40d733:0x149,_0x59daf1:0x398,_0x181f05:0x26a,_0x5c7370:0x2db,_0x3a8e34:0xb3,_0x19164c:0x24f,_0xd449a6:0x356,_0x5b5d14:0x36b,_0x27a91c:0x3a8,_0x5d9125:0x206,_0x42dfa7:0x3b5,_0x4585e8:0x31e,_0x2f4b8c:0x3d0,_0x16a901:0x1a9,_0x3ca2b6:0x3e3,_0x118b2e:0x37a,_0x56b2f7:0x176,_0x28e112:0x1ec,_0x4e2586:0x266,_0x3daf41:0x208,_0x2e6c69:0x243,_0x228c01:0x251,_0x5cb6d1:0x1ad,_0x3672cc:0x20a,_0x503ac9:0x39c,_0x4d15a8:0x446,_0x4767a5:0x375,_0x1daadc:0x156,_0x38de5a:0x147,_0x1f9e6e:0x126,_0x2520c3:0x2b4,_0x3ce129:0x1e9,_0x409157:0x269,_0x37ef78:0x363,_0x1fd37e:0x36f,_0x302687:0x361,_0x117d5e:0x316,_0x2f8ff9:0x338,_0x5d366d:0x149,_0x3902a8:0x1d7,_0x2d0bc4:0x1bc,_0x1359a2:0x210,_0x240e5b:0x340,_0x46ca24:0x29d,_0x45b168:0x25b,_0x36e216:0x6e,_0x17fe79:0x14d,_0x250b1c:0x397,_0x26c7fa:0x1c9,_0x29a27d:0x1b1,_0x2d4c52:0x31d,_0x3a1e13:0x238,_0x27da0b:0x1a3,_0x419951:0x248,_0x5f1942:0x201,_0xb61e98:0x25d,_0xbb14d1:0x1bb,_0x1cb39f:0x1e3,_0x2728df:0x45e,_0x317547:0x19e,_0x255d73:0x264,_0xac4539:0x1e9,_0x277162:0x37d,_0x35be66:0x2e8,_0x1d9e82:0x24e,_0x5636ec:0x22c,_0x4c5bdb:0x161,_0x24f400:0x395,_0x454848:0x24f,_0x58e3cd:0x28f,_0x36eb8d:0xbc,_0x381882:0x1cd,_0x44485f:0x141,_0x31085d:0x75,_0x26b2e9:0x2ea,_0x484982:0x1c5,_0x42427a:0x165,_0x522ccb:0x353,_0x3bf181:0x376,_0x2bf99e:0x43c,_0xa918b5:0x1f3,_0xa32c5e:0x2e1,_0x522753:0x377,_0x3cf7e2:0x2eb,_0x24af91:0x471,_0x18486e:0x283,_0x273172:0x1da,_0x2fd722:0x2aa,_0x370779:0x244},_0x10a9cd={_0x28ea60:0x16b,_0x5d373c:0x18,_0x53bd7f:0x6b},_0x2a13b0={_0x36bf09:0xeb},_0x35688b={'EQLuA':_0x1cc9f6(_0x1fad64._0x2d05c4,0x211,0x227,_0x1fad64._0x226a90)+'t','HbOIR':'At\x20least\x20o'+_0x40456f(_0x1fad64._0x3e2574,_0x1fad64._0x26f0ec,_0x1fad64._0x483c0c,_0x1fad64._0x2cc554)+_0x1cc9f6(_0x1fad64._0x13fd14,_0x1fad64._0x4ad79a,0x1d9,0x191)+_0x40456f(0x2d8,0x26a,_0x1fad64._0x57f699,_0x1fad64._0x3b39b8)+')\x20must\x20be\x20'+_0x1cc9f6(0x278,_0x1fad64._0x16cb28,0x1f3,0x22a),'wqgdE':function(_0x35cb69,_0xbcf8ca){return _0x35cb69!==_0xbcf8ca;},'VkryS':'task-delet'+'ed','nEkgv':function(_0x2f27a0,_0x3bec84){return _0x2f27a0===_0x3bec84;},'jQHOZ':_0x1cc9f6(_0x1fad64._0x269d24,_0x1fad64._0x310964,_0x1fad64._0x2ea8ca,_0x1fad64._0x50dd73)+_0x40456f(0x3c7,_0x1fad64._0x2ed231,_0x1fad64._0x42ac5f,_0x1fad64._0x197a3a)+_0x40456f(_0x1fad64._0x4e906f,0x3e2,0x2ae,_0x1fad64._0x38d117),'GkPhi':function(_0x1f686d,_0x3b899c){return _0x1f686d(_0x3b899c);},'lXMWS':function(_0x36f356,_0x20b57d){return _0x36f356!==_0x20b57d;},'bdaUK':'fiBDZ','diSiq':'metadata.j'+_0x1cc9f6(_0x1fad64._0x47b28f,0x1d7,0x2d1,0x249),'FzyVI':_0x40456f(_0x1fad64._0x4ef4a0,0x40d,0x36b,_0x1fad64._0x4f3723),'DsBfF':function(_0x1bb9bf,_0x5a890b){return _0x1bb9bf!==_0x5a890b;},'ZxJDp':_0x1cc9f6(0x180,0x149,0x21e,0x19b),'nZRkA':_0x40456f(0x348,_0x1fad64._0x48844a,0x2c7,0x2a4)+_0x40456f(_0x1fad64._0x42af16,0x406,_0x1fad64._0x49a924,0x415),'lYnsd':_0x40456f(0x38a,0x387,0x320,0x371)+_0x1cc9f6(0x114,0x14e,_0x1fad64._0x2ea8ca,_0x1fad64._0xa73688)+_0x40456f(_0x1fad64._0x3b3b91,0x316,0x3b4,0x3ab)+_0x1cc9f6(_0x1fad64._0x2d05c4,_0x1fad64._0x1dc682,_0x1fad64._0x467865,0x131),'GORzm':'uOrWB','DhYBM':function(_0x327114,_0x289477,_0x107165){return _0x327114(_0x289477,_0x107165);},'rOxSD':'task-updat'+'ed','cgtyW':'Parent\x20obj'+_0x1cc9f6(_0x1fad64._0x5b9121,0x113,_0x1fad64._0xa7276f,0x192)+_0x40456f(_0x1fad64._0x4bae86,_0x1fad64._0x47a1c0,_0x1fad64._0x36b09b,_0x1fad64._0x5b10db)+'sk'},{parentObjective:_0x26a6e4,callingTask:_0x4e9548}=_0x577e85,{name:_0x3625a6,instructions:_0x52837a}=_0x577e85[_0x40456f(_0x1fad64._0x5b9dba,0x2ea,0x32d,0x26c)];if(_0x3625a6===undefined&&_0x35688b[_0x1cc9f6(_0x1fad64._0x4bdf47,0x1e3,0x252,0x248)](_0x52837a,undefined)){const _0x3fb424={};return _0x3fb424[_0x40456f(0x29d,_0x1fad64._0x4440fd,_0x1fad64._0x4707da,_0x1fad64._0x36159f)]=_0x40456f(0x364,0x2c4,0x387,0x323)+'t',_0x3fb424[_0x40456f(0x3bb,0x42a,0x38a,_0x1fad64._0x2cf677)]=_0x35688b[_0x1cc9f6(0x215,_0x1fad64._0x2806a1,0x23a,_0x1fad64._0x2fe557)],_0x30c639[_0x40456f(_0x1fad64._0x3e9d16,_0x1fad64._0x6344e5,0x2ad,_0x1fad64._0x257108)](-0xb19+-0x1bd2*0x1+-0x1*-0x287b)[_0x40456f(_0x1fad64._0x324d32,_0x1fad64._0x3f3510,0x404,0x3c8)](_0x3fb424);}logger[_0x40456f(0x2f0,_0x1fad64._0x29f7b3,_0x1fad64._0x1b347f,_0x1fad64._0x577f46)](_0x35688b[_0x1cc9f6(0x1fe,_0x1fad64._0xa4848,_0x1fad64._0x5e3201,0x1b0)],{'taskId':_0x4e9548[_0x1cc9f6(0x158,0x12c,0xcd,_0x1fad64._0x5b196a)],'objectiveId':_0x26a6e4[_0x1cc9f6(0x10c,0x1d8,_0x1fad64._0x59eaa7,0x161)],'updatingName':_0x35688b[_0x40456f(_0x1fad64._0x595ce2,0x41f,0x38f,0x36a)](_0x3625a6,undefined),'updatingInstructions':_0x52837a!==undefined});const _0x6baca0=new Date()[_0x40456f(_0x1fad64._0x472e14,_0x1fad64._0x5b1461,0x40d,_0x1fad64._0x27294e)+'g']();_0x35688b['wqgdE'](_0x3625a6,undefined)&&(_0x26a6e4[_0x1cc9f6(_0x1fad64._0x5d2368,_0x1fad64._0x242fe0,_0x1fad64._0x242fe0,_0x1fad64._0x3461aa)]=_0x3625a6);_0x52837a!==undefined&&(_0x26a6e4[_0x1cc9f6(_0x1fad64._0x3ca4a3,_0x1fad64._0x2c66c1,_0x1fad64._0x51d553,0x1e3)]={..._0x26a6e4['parameters'],'instructions':_0x52837a});_0x26a6e4[_0x40456f(0x37d,_0x1fad64._0x2442cc,_0x1fad64._0x92117,_0x1fad64._0x1fbb20)]=_0x6baca0,_0x26a6e4[_0x1cc9f6(0x1aa,0xed,0x1f1,_0x1fad64._0x1f9a06)+_0x40456f(0x33e,_0x1fad64._0x232aa8,0x376,0x348)]=_0x4e9548[_0x40456f(0x2f5,0x27b,_0x1fad64._0x26f9ee,_0x1fad64._0x5bcaf9)];function _0x1cc9f6(_0x7fb4a,_0xbf6f38,_0x218881,_0x594547){return _0x4be807(_0x7fb4a-_0x2a13b0._0x36bf09,_0xbf6f38-0x157,_0xbf6f38,_0x594547-0x7c);}try{if('IvqCQ'===_0x1cc9f6(0x160,0x164,_0x1fad64._0x29a513,_0x1fad64._0x13f769)){const _0x3d997e=await _0x35688b[_0x1cc9f6(0x136,0xe3,_0x1fad64._0x44b227,_0x1fad64._0x682878)](findTaskDirectory,_0x26a6e4[_0x40456f(_0x1fad64._0x5bcaf9,0x264,0x379,_0x1fad64._0x241379)]);if(_0x3d997e){if(_0x35688b[_0x40456f(_0x1fad64._0x4e7ec1,0x3c0,_0x1fad64._0x472e14,0x3d1)](_0x35688b['bdaUK'],_0x35688b[_0x40456f(0x338,_0x1fad64._0x214976,_0x1fad64._0x33fce3,_0x1fad64._0x403bec)])){const _0x1d96a4={};return _0x1d96a4['error']=_0x35688b[_0x1cc9f6(_0x1fad64._0x1fb868,0x1f9,0x195,0x155)],_0x1d96a4[_0x40456f(_0x1fad64._0x2a014e,0x42d,0x40c,0x32e)]=_0x35688b[_0x1cc9f6(_0x1fad64._0x3762d6,0x29a,0x1ce,_0x1fad64._0x5889dd)],_0x178f16[_0x1cc9f6(0xa5,_0x1fad64._0x407f32,_0x1fad64._0x4fd0b3,_0x1fad64._0x40d733)](-0x20b7+0x694+-0x3f5*-0x7)[_0x40456f(_0x1fad64._0x324d32,_0x1fad64._0x59daf1,0x44f,0x400)](_0x1d96a4);}else{const _0x54b276=_0x162ece['join'](_0x3d997e,_0x35688b[_0x40456f(0x30e,_0x1fad64._0x181f05,_0x1fad64._0x5c7370,0x338)]);await _0x7511b8[_0x1cc9f6(0xa2,0x193,_0x1fad64._0x3a8e34,0x13a)](_0x54b276,JSON['stringify'](_0x26a6e4,null,0x83*-0x35+0x1*0xffe+0xb23),_0x35688b[_0x1cc9f6(0x270,0x2a4,0x2b8,_0x1fad64._0x19164c)]);if(_0x35688b[_0x40456f(_0x1fad64._0xd449a6,0x3a1,0x3d3,0x30f)](_0x52837a,undefined)){const _0x5378ad=_0x162ece[_0x40456f(_0x1fad64._0x5b5d14,0x3a2,0x392,_0x1fad64._0x27a91c)](_0x3d997e,_0x35688b[_0x1cc9f6(0x1d1,0x263,_0x1fad64._0x5d9125,0x22b)]),_0x2414ac={};_0x2414ac['recursive']=!![],await _0x7511b8[_0x40456f(_0x1fad64._0x42dfa7,_0x1fad64._0x4585e8,0x40a,_0x1fad64._0x2f4b8c)](_0x5378ad,_0x2414ac);const _0x407e7b=_0x162ece[_0x1cc9f6(_0x1fad64._0x16a901,0x251,0x272,0x1d7)](_0x5378ad,_0x35688b['nZRkA']);await _0x7511b8['writeFile'](_0x407e7b,_0x52837a,_0x35688b[_0x40456f(_0x1fad64._0x3ca2b6,0x3d6,0x44f,_0x1fad64._0x118b2e)]);}}}}else{const _0x399a4a=_0x37926d[_0x229b6d];if(!_0x399a4a[_0x1cc9f6(_0x1fad64._0x56b2f7,_0x1fad64._0x28e112,_0x1fad64._0x4e2586,_0x1fad64._0x3daf41)]||_0x35688b[_0x1cc9f6(_0x1fad64._0x2e6c69,_0x1fad64._0x228c01,_0x1fad64._0x5cb6d1,_0x1fad64._0x3672cc)](typeof _0x399a4a[_0x40456f(_0x1fad64._0x503ac9,_0x1fad64._0x4d15a8,0x3c2,_0x1fad64._0x4585e8)],_0x40456f(0x332,_0x1fad64._0x4767a5,0x389,0x309))){const _0x537162={};return _0x537162['error']=_0x1cc9f6(0x12d,_0x1fad64._0x1daadc,_0x1fad64._0x38de5a,_0x1fad64._0x226a90)+'t',_0x537162['message']='Objective\x20'+_0x1cc9f6(0x19e,_0x1fad64._0x1f9e6e,0x158,0x175)+_0x12f36d+(_0x1cc9f6(_0x1fad64._0x2520c3,_0x1fad64._0x3ce129,_0x1fad64._0x409157,0x24e)+_0x40456f(_0x1fad64._0x37ef78,_0x1fad64._0x1fd37e,_0x1fad64._0x302687,_0x1fad64._0x117d5e)+_0x40456f(0x332,_0x1fad64._0x5c7370,0x2bb,_0x1fad64._0x2f8ff9)),_0x47a718[_0x1cc9f6(_0x1fad64._0x1daadc,0x1c5,0xb5,_0x1fad64._0x5d366d)](0x1abd+0xac*-0x13+-0xc69)[_0x1cc9f6(0x258,0x19d,0x28d,0x244)](_0x537162);}}}catch(_0x2fc264){const _0xf51859={};_0xf51859[_0x1cc9f6(_0x1fad64._0x3902a8,0x250,_0x1fad64._0x2d0bc4,_0x1fad64._0x1359a2)+'d']=_0x26a6e4['taskId'],_0xf51859[_0x40456f(0x29d,0x244,_0x1fad64._0x240e5b,0x321)]=_0x2fc264['message'],logger[_0x40456f(_0x1fad64._0x46ca24,_0x1fad64._0x45b168,0x20e,0x2b2)](_0x35688b['lYnsd'],_0xf51859);}if(broadcastTaskUpdate){if(_0x35688b['wqgdE'](_0x35688b['GORzm'],_0x1cc9f6(0x14b,_0x1fad64._0x36e216,_0x1fad64._0x17fe79,0xff))){const _0x2005be={};_0x2005be[_0x40456f(0x2f5,_0x1fad64._0x250b1c,_0x1fad64._0x1fbb20,0x363)]=_0x26a6e4[_0x1cc9f6(0x201,_0x1fad64._0x26c7fa,_0x1fad64._0x29a27d,0x161)],_0x2005be[_0x40456f(0x39c,0x3db,0x3a5,_0x1fad64._0x2d4c52)]=_0x26a6e4[_0x1cc9f6(0x1b5,_0x1fad64._0x3a1e13,_0x1fad64._0x27da0b,0x208)],_0x2005be[_0x1cc9f6(_0x1fad64._0x419951,0x1d4,_0x1fad64._0x5f1942,_0x1fad64._0x3a1e13)+'ns']=_0x26a6e4[_0x1cc9f6(0x242,_0x1fad64._0xb61e98,_0x1fad64._0xbb14d1,_0x1fad64._0x1cb39f)]?.[_0x40456f(0x3cc,_0x1fad64._0x2728df,0x440,0x450)+'ns'],_0x2005be[_0x1cc9f6(_0x1fad64._0x317547,0x238,_0x1fad64._0x255d73,_0x1fad64._0xac4539)]=_0x26a6e4[_0x40456f(_0x1fad64._0x277162,0x32b,_0x1fad64._0x35be66,0x2fe)],_0x35688b['DhYBM'](broadcastTaskUpdate,_0x35688b[_0x1cc9f6(_0x1fad64._0x1d9e82,_0x1fad64._0x5636ec,0x174,_0x1fad64._0x51d553)],_0x2005be);}else{const _0x948ff1={};_0x948ff1['taskId']=_0x4b69ca,_0x3853d9(_0x35688b['VkryS'],_0x948ff1);}}const _0x15a7bf={};_0x15a7bf[_0x1cc9f6(0x158,0x1b2,0xea,_0x1fad64._0x4c5bdb)]=_0x4e9548[_0x40456f(0x2f5,_0x1fad64._0x24f400,0x2bb,0x337)],_0x15a7bf[_0x1cc9f6(_0x1fad64._0x454848,_0x1fad64._0x58e3cd,0x1a2,_0x1fad64._0x1359a2)+'d']=_0x26a6e4[_0x40456f(_0x1fad64._0x5bcaf9,0x2e5,0x2e6,0x2aa)],logger[_0x1cc9f6(0x1d4,_0x1fad64._0x36eb8d,_0x1fad64._0x381882,0x15c)](_0x35688b[_0x1cc9f6(_0x1fad64._0x44485f,0x113,_0x1fad64._0x31085d,0x11b)],_0x15a7bf);const _0x43802c={};_0x43802c[_0x40456f(_0x1fad64._0x26b2e9,0x336,0x2d2,0x309)]=!![];function _0x40456f(_0x5358e0,_0x2fea4e,_0x19634c,_0x139125){return _0x4940cd(_0x5358e0-_0x10a9cd._0x28ea60,_0x2fea4e-_0x10a9cd._0x5d373c,_0x19634c-_0x10a9cd._0x53bd7f,_0x19634c);}_0x43802c[_0x1cc9f6(_0x1fad64._0x484982,_0x1fad64._0x317547,_0x1fad64._0x42427a,0x161)]=_0x26a6e4[_0x40456f(0x2f5,_0x1fad64._0x522ccb,0x2e9,0x33d)],_0x43802c[_0x40456f(0x39c,_0x1fad64._0x3bf181,_0x1fad64._0x2bf99e,0x377)]=_0x26a6e4['name'],_0x43802c[_0x1cc9f6(_0x1fad64._0xa918b5,0x198,_0x1fad64._0xa32c5e,0x238)+'ns']=_0x26a6e4[_0x40456f(_0x1fad64._0x522753,0x31a,_0x1fad64._0x3cf7e2,0x2ff)]?.[_0x40456f(0x3cc,0x3ee,0x3b0,_0x1fad64._0x24af91)+'ns'],_0x43802c[_0x1cc9f6(_0x1fad64._0x484982,_0x1fad64._0x18486e,_0x1fad64._0x273172,_0x1fad64._0x3ce129)]=_0x26a6e4['updatedAt'],_0x30c639[_0x1cc9f6(0x1d5,_0x1fad64._0x2fd722,_0x1fad64._0x5cb6d1,_0x1fad64._0x370779)](_0x43802c);}),router[_0x4940cd(0x262,0x2ec,0x285,0x2cc)](_0x4940cd(0x145,0x167,0x13d,0x1a0)+_0x4940cd(0x131,0x1c9,0x1d8,0x161),requireTaskAuth,async(_0x245913,_0x2d9e6)=>{const _0xe72daa={_0x594a09:0x3ea,_0xcc0074:0x448,_0x24018d:0x343,_0x28c52b:0x3a0,_0x3c2b25:0x431,_0x49ebdc:0x435,_0x4f088d:0x3e1,_0x168c9f:0x4ad,_0x3e5e64:0x442,_0x850bec:0x3b7,_0x201a28:0x312,_0x31f4e5:0x410,_0x5d75d2:0x3e5,_0x44b96c:0x310,_0x2fc338:0x324,_0x216041:0x52a,_0x397e00:0x4e5,_0x53c2fd:0x36f,_0x48b116:0x3fe,_0x4ce581:0x4a4,_0x2c6a8b:0x45b,_0x1d557b:0x433,_0x54958e:0x372,_0x67c37f:0x38d,_0x2eb66f:0x356,_0x3e87d7:0x3a9,_0x31d15e:0x491,_0x4592d0:0x3f1,_0x1eb007:0x434,_0x56d004:0x413,_0x24a0f2:0x418,_0x5104bf:0x44a,_0x4e023f:0x438,_0x22297b:0x3f2,_0x40b06f:0x485,_0x20e973:0x462,_0x236da2:0x4d1,_0x19f891:0x4eb,_0x36f8a3:0x524,_0x35bc66:0x52b,_0x4c14b1:0x36f,_0x210953:0x2e5,_0x55033c:0x37a,_0x19ea31:0x441,_0x3b515e:0x4b3,_0xba8d21:0x478,_0x58bfd7:0x3a5,_0x29490d:0x35f,_0x204b48:0x469,_0x542a12:0x3f9,_0x1e6c79:0x429,_0x20c451:0x443,_0x373b51:0x3ac,_0x501b20:0x463,_0x2b8c59:0x46e,_0xf11aa2:0x490,_0x1ea571:0x3be,_0x2010f0:0x46a,_0x383f69:0x4d9,_0x40f6f3:0x44f,_0xd41ad0:0x4f6,_0x251d8a:0x3af,_0x646fc2:0x44a,_0x26bc30:0x35c,_0x326d0e:0x3fd,_0x1b6808:0x386,_0x316a9a:0x3b3,_0x1908c6:0x38c,_0xb31161:0x43c,_0x148f4d:0x42c,_0x223bae:0x34b,_0x6898fe:0x384,_0x53ba48:0x2a7,_0x4f0e79:0x319,_0x3a9ec0:0x3d0,_0x1424d2:0x367,_0x56b3f6:0x459,_0x3b7147:0x40b,_0x2a8d30:0x365,_0x1f78da:0x3c6,_0x268940:0x3df,_0x3d215b:0x2b9,_0x31ba38:0x3a3,_0x577a80:0x41f,_0x14eb35:0x48e,_0x5eda08:0x46f,_0x26d41b:0x376,_0x5f3b47:0x372,_0xbbe7d4:0x358,_0x317ace:0x3e3,_0x18d2ed:0x378,_0x18499b:0x3f4,_0x744ecf:0x4cf,_0x5460f5:0x51d,_0x58262b:0x338,_0x14ceb7:0x411,_0x5db809:0x3bd,_0x3e2550:0x4aa,_0x3b93f2:0x432,_0x563800:0x3a3,_0x3c0ce6:0x468,_0x3bb7cf:0x3c7,_0x13f381:0x2cc,_0x27f3a4:0x38a,_0x5d043f:0x453,_0x879d7f:0x3dd,_0xbdcd1d:0x3ba,_0x43b6e5:0x493,_0x1e8dbd:0x504,_0x2c4977:0x4d4,_0x2a6dc6:0x3fb,_0x37464f:0x3b3,_0x2ede97:0x2df,_0x3829f3:0x443,_0x16de0e:0x399,_0x16176f:0x4bf,_0x1580e0:0x2e7,_0x5ab8a1:0x355,_0xf52061:0x3cd,_0x3f5c04:0x4a7,_0x141c34:0x3f4,_0x321817:0x359,_0x11663c:0x3ec,_0x2c376c:0x3a0,_0x1ebdb9:0x3b8,_0x47ac19:0x361,_0x15ce76:0x3ef,_0x1b3812:0x40c,_0x346210:0x3cb,_0x9e9f3:0x370,_0x37072f:0x474,_0xe0a6fd:0x3a2,_0x3b3d2a:0x365,_0x2facca:0x3be,_0x15bc1f:0x3d4,_0x17878d:0x495,_0x49e847:0x3d0,_0x54d9c0:0x440,_0x202c8c:0x3a4,_0x2a9ab4:0x4c2,_0x414f32:0x512,_0x45eeca:0x37a,_0xdd2fe0:0x34e,_0x1cab52:0x428,_0x35f9dd:0x446,_0x23cb03:0x379,_0x27e08d:0x414,_0xd227d5:0x342,_0x2961b0:0x4c8,_0x1159e5:0x3c1,_0x26901b:0x393,_0x5a6752:0x30b,_0x22a6da:0x295,_0x5b5205:0x2ed,_0x344eae:0x394,_0x4d485c:0x42f,_0x23f71c:0x35c,_0x339e3f:0x381,_0x4723b7:0x39f,_0xf28e89:0x37c,_0x4a08cb:0x429,_0x5183bf:0x3c0,_0x4e0049:0x32d,_0x5832c0:0x2fa,_0x1bd6f0:0x397,_0x68f2b:0x37b,_0x36b470:0x314,_0x5ce584:0x3c4,_0x15baf5:0x2de,_0x492211:0x3e2,_0x193236:0x400,_0x3281e1:0x423,_0x337e69:0x496,_0x3cd6fc:0x472,_0x528998:0x430,_0x39d315:0x380,_0x440185:0x373,_0x365f70:0x456,_0x333cdc:0x42f,_0x82e1cb:0x46e,_0x214ef4:0x3d5,_0x29edad:0x3ff,_0x14ffa3:0x3a9,_0x352086:0x3f3,_0x3549ff:0x40b,_0x32062f:0x49d,_0x22772f:0x459,_0x2748f8:0x4b9,_0x436916:0x41b,_0x18242d:0x455,_0x3a7f1d:0x471,_0x53012f:0x432,_0x28af23:0x474,_0x2dd4e0:0x4ac,_0x2434e5:0x472,_0x345eb1:0x46c,_0x26c5ef:0x416,_0x39ab87:0x492,_0x4e9e9e:0x42e,_0x17fe2a:0x458,_0x25fc8f:0x4de,_0x2bdcff:0x3fc,_0xadb4dc:0x3f1,_0x58001d:0x43a,_0x3a6b2a:0x3cc,_0x4a0dd3:0x38f,_0x490d46:0x3cc,_0x1876df:0x346,_0x271dba:0x3ce,_0xff8421:0x482,_0x47dcfa:0x473,_0x21c7ae:0x46c,_0x9715d0:0x458,_0x30f3dc:0x3dc,_0x4c1906:0x363,_0x17adfe:0x344,_0x4337ac:0x34d,_0x12cd97:0x352,_0x5a67ad:0x347,_0x45368f:0x479,_0x57a88d:0x4e0,_0x335729:0x3f3,_0x47acf8:0x48a,_0x35f188:0x3d6,_0x3eeebe:0x3a7,_0x22b7b4:0x36b,_0x46bdd3:0x4c5,_0x33e77e:0x295,_0x45b0ad:0x345,_0xf57b4f:0x359,_0x17906c:0x414,_0x30a7b3:0x307,_0x2cdf41:0x4c1,_0x3441b1:0x42a,_0x465ec4:0x4d6,_0x2b6427:0x475,_0x2d4d84:0x565,_0x4e0d27:0x4ac,_0xf016a9:0x54b,_0x56eefc:0x516,_0x4706a6:0x406,_0x2c966d:0x3fb,_0x571636:0x392,_0x2c7766:0x39b,_0x672746:0x3f5,_0x5180b9:0x44d,_0x4a1241:0x4b2,_0xb17e6c:0x425,_0x149d00:0x439,_0x7c8ff0:0x39f,_0x4743f1:0x471,_0x1e8cfc:0x50d,_0x14d6f0:0x481,_0x4f5449:0x4df,_0x404ab2:0x3fe,_0x1f463e:0x4f5,_0x4295ae:0x3d8,_0x27fd2f:0x34f,_0x235cc2:0x398,_0x1e51b0:0x437,_0x1f6249:0x374,_0x5c6753:0x27f,_0x15b01d:0x383,_0xe935bd:0x479,_0x4ef48f:0x483,_0x55fc64:0x4f1,_0x376742:0x46f,_0x2717b7:0x3f3,_0x4e466e:0x53f,_0x2b65ed:0x422,_0xdeffdb:0x3a9,_0x3c8b4a:0x380,_0x3d7144:0x481,_0x5d46ea:0x4a0,_0x258f16:0x448,_0x2932eb:0x40f,_0x187595:0x3b7,_0x1afa1c:0x4fe,_0x559262:0x35a,_0x420aa4:0x37e,_0x4144ff:0x41e,_0x18188d:0x45b,_0x45bc73:0x45a,_0x327d33:0x3d3,_0x700fdf:0x321,_0x513d49:0x37d,_0x55b44c:0x436,_0x4c645d:0x3d6,_0x480c9d:0x3d1,_0x9b6d82:0x390,_0x1631bf:0x2e8,_0x285679:0x366,_0x4682c2:0x334,_0x2da5a2:0x359,_0x4751b9:0x48c,_0x5af5db:0x510},_0x557ce3={_0x25cefd:0x3c},_0x5f3c40={'nxQdL':_0x1ca2e0(0x3ca,_0xe72daa._0x594a09,0x365,0x349)+_0x1ca2e0(_0xe72daa._0xcc0074,_0xe72daa._0x24018d,0x3c8,_0xe72daa._0x28c52b)+'r','OpIvW':_0x1ca2e0(0x447,0x352,0x3a3,0x3bb)+_0x4b80e2(0x49f,0x417,_0xe72daa._0x3c2b25,0x427)+_0x1ca2e0(0x3fa,_0xe72daa._0x49ebdc,_0xe72daa._0x4f088d,0x3e2),'IqGAK':_0x1ca2e0(0x3dd,0x42a,0x36f,0x406)+_0x4b80e2(_0xe72daa._0x168c9f,0x533,0x4b2,_0xe72daa._0x3e5e64)+'b-objectiv'+_0x4b80e2(_0xe72daa._0x850bec,_0xe72daa._0x201a28,0x3cd,0x37e),'IZWWF':_0x4b80e2(0x456,_0xe72daa._0x31f4e5,_0xe72daa._0x5d75d2,0x43c)+_0x1ca2e0(0x342,_0xe72daa._0x44b96c,0x2d0,_0xe72daa._0x2fc338)+'tive\x20manag'+'ement\x20with'+_0x1ca2e0(0x2ac,0x378,0x34d,0x342)+'\x20objective','CjbiG':_0x4b80e2(0x4c6,0x48a,_0xe72daa._0x216041,_0xe72daa._0x397e00),'Agwnz':function(_0x32f3ad,_0x2e9eb3,_0x232074){return _0x32f3ad(_0x2e9eb3,_0x232074);},'mubjb':_0x1ca2e0(_0xe72daa._0x53c2fd,0x47e,0x37e,_0xe72daa._0x48b116),'PfTwM':function(_0xe494fc,_0xdc21ba){return _0xe494fc===_0xdc21ba;},'ukumL':_0x4b80e2(0x3ff,0x3ed,0x45a,_0xe72daa._0x4ce581),'EARDQ':_0x4b80e2(_0xe72daa._0x2c6a8b,_0xe72daa._0x1d557b,0x405,0x43d)+'t','SdHLa':'Request\x20bo'+_0x1ca2e0(_0xe72daa._0x54958e,0x35d,0x32a,0x31b)+_0x4b80e2(_0xe72daa._0x67c37f,0x426,_0xe72daa._0x2eb66f,_0xe72daa._0x3e87d7)+'ectives\x22\x20a'+_0x1ca2e0(0x3bf,_0xe72daa._0x31d15e,_0xe72daa._0x4592d0,_0xe72daa._0x1eb007)+_0x4b80e2(_0xe72daa._0x56d004,_0xe72daa._0x24a0f2,0x3ed,0x3c2)+_0x1ca2e0(0x39e,_0xe72daa._0x5104bf,_0xe72daa._0x4e023f,_0xe72daa._0x22297b),'nYonX':function(_0x421744,_0x4f8794){return _0x421744<_0x4f8794;},'OsAia':'string','oZgON':'biOgQ','tmXOX':function(_0x2ed1b2,_0x39ad98){return _0x2ed1b2===_0x39ad98;},'oqAVC':_0x4b80e2(_0xe72daa._0x40b06f,_0xe72daa._0x20e973,_0xe72daa._0x236da2,_0xe72daa._0x19f891),'FMNgb':function(_0x490c36){return _0x490c36();},'IDgty':function(_0x52ba2f,_0x47172b){return _0x52ba2f+_0x47172b;},'CZnGz':function(_0x43619e,_0x1a59c6){return _0x43619e*_0x1a59c6;},'JizEW':function(_0x7da4ad,_0x16ad32){return _0x7da4ad+_0x16ad32;},'HHzAe':_0x4b80e2(0x499,_0xe72daa._0x36f8a3,_0xe72daa._0x35bc66,0x4c3),'wARqN':_0x1ca2e0(0x3b2,0x3c1,0x2e8,_0xe72daa._0x4c14b1),'wRlCr':function(_0x1e77cc,_0x485afa){return _0x1e77cc!==_0x485afa;},'Gkkdw':_0x1ca2e0(_0xe72daa._0x210953,0x3ca,0x2dd,_0xe72daa._0x55033c),'qfgaP':'TIbnI','CwIOK':function(_0x4b1f81,_0x54f6cd,_0x2de3a6){return _0x4b1f81(_0x54f6cd,_0x2de3a6);},'Fflde':'utf-8','onQmE':function(_0x51badb,_0x373edd){return _0x51badb!==_0x373edd;},'oZNeq':_0x4b80e2(_0xe72daa._0x19ea31,_0xe72daa._0x3b515e,0x4df,0x441),'EeMqX':_0x4b80e2(0x426,0x430,_0xe72daa._0xba8d21,0x3fb),'PPhnX':_0x1ca2e0(_0xe72daa._0x58bfd7,_0xe72daa._0x29490d,0x36a,0x3c4)+_0x4b80e2(_0xe72daa._0x204b48,_0xe72daa._0x542a12,0x423,_0xe72daa._0x1e6c79),'MxaEl':_0x1ca2e0(0x439,_0xe72daa._0x20c451,0x4ac,0x406)+_0x1ca2e0(0x3da,0x49e,_0xe72daa._0x373b51,0x432)+_0x4b80e2(_0xe72daa._0x501b20,_0xe72daa._0x2b8c59,_0xe72daa._0xf11aa2,_0xe72daa._0x1ea571)+'e','GCJCR':function(_0x4cc12f,_0xb678b8,_0x5e6e34){return _0x4cc12f(_0xb678b8,_0x5e6e34);},'EOWLa':_0x4b80e2(_0xe72daa._0x2010f0,0x500,0x3c1,_0xe72daa._0x383f69)+_0x1ca2e0(0x3b2,0x46c,0x3f3,_0xe72daa._0x40f6f3)+_0x4b80e2(0x4d0,0x4d9,0x4d9,_0xe72daa._0xd41ad0)},{parentObjective:_0x2f1903,callingTask:_0x553282}=_0x245913;function _0x1ca2e0(_0x2671be,_0x41855a,_0x1f6770,_0x47f06a){return _0x4be807(_0x2671be-0x1f3,_0x41855a-_0x557ce3._0x25cefd,_0x1f6770,_0x47f06a-0x28c);}const {objectives:_0x69845f}=_0x245913[_0x4b80e2(_0xe72daa._0x251d8a,_0xe72daa._0x646fc2,0x332,_0xe72daa._0x26bc30)];if(!_0x69845f||!Array[_0x4b80e2(0x411,0x45e,0x3ea,_0xe72daa._0x326d0e)](_0x69845f)||_0x5f3c40[_0x1ca2e0(0x3db,_0xe72daa._0x1b6808,_0xe72daa._0x316a9a,0x3a4)](_0x69845f[_0x4b80e2(0x3be,_0xe72daa._0x1908c6,_0xe72daa._0xb31161,0x39a)],0x10bd+0x1*0x391+-0x144e)){if(_0x5f3c40[_0x1ca2e0(0x49c,0x412,0x493,0x42a)]!==_0x1ca2e0(_0xe72daa._0x148f4d,0x34d,_0xe72daa._0x223bae,_0xe72daa._0x6898fe)){_0x59dd24[_0x1ca2e0(0x3a5,0x306,_0xe72daa._0x53ba48,_0xe72daa._0x4f0e79)](_0x4b80e2(_0xe72daa._0x3a9ec0,_0xe72daa._0x1424d2,0x468,_0xe72daa._0x56b3f6)+_0x1ca2e0(0x469,0x448,0x40a,_0xe72daa._0x3b7147)+_0x1ca2e0(_0xe72daa._0x2a8d30,_0xe72daa._0x1f78da,0x32e,0x37c)+_0x4b80e2(_0xe72daa._0x268940,0x44c,0x403,0x3ea)+'ed');const _0x407b8f={};return _0x407b8f[_0x1ca2e0(0x32d,_0xe72daa._0x3d215b,_0xe72daa._0x58bfd7,0x319)]=_0x5f3c40[_0x4b80e2(_0xe72daa._0x31ba38,_0xe72daa._0x577a80,0x316,0x32f)],_0x407b8f[_0x1ca2e0(0x44c,_0xe72daa._0x14eb35,_0xe72daa._0x5eda08,0x437)]=_0x5f3c40[_0x1ca2e0(_0xe72daa._0x26d41b,_0xe72daa._0x5f3b47,_0xe72daa._0xbbe7d4,_0xe72daa._0x317ace)],_0x39f48e[_0x1ca2e0(_0xe72daa._0x18d2ed,0x2b0,_0xe72daa._0x18499b,0x359)](0x1069*0x1+0x15a5+0x1*-0x241a)[_0x4b80e2(_0xe72daa._0x744ecf,0x427,0x438,_0xe72daa._0x5460f5)](_0x407b8f);}else{const _0x4884cb={};return _0x4884cb[_0x4b80e2(0x394,_0xe72daa._0x58262b,_0xe72daa._0x14ceb7,_0xe72daa._0x5db809)]=_0x5f3c40['EARDQ'],_0x4884cb[_0x4b80e2(0x4b2,0x513,_0xe72daa._0x3e2550,0x4b2)]=_0x5f3c40[_0x4b80e2(_0xe72daa._0x3b93f2,_0xe72daa._0x563800,0x443,_0xe72daa._0x3c0ce6)],_0x2d9e6[_0x1ca2e0(_0xe72daa._0x3bb7cf,_0xe72daa._0x13f381,0x308,0x359)](-0x1e43*-0x1+0xdca+-0x1*0x2a7d)['json'](_0x4884cb);}}for(let _0x1d8b88=0x709+0x196b+-0x2074;_0x5f3c40['nYonX'](_0x1d8b88,_0x69845f[_0x4b80e2(_0xe72daa._0x1ea571,_0xe72daa._0x27f3a4,_0xe72daa._0x5d043f,0x41e)]);_0x1d8b88++){const _0x58201d=_0x69845f[_0x1d8b88];if(!_0x58201d[_0x1ca2e0(0x3fb,_0xe72daa._0x879d7f,_0xe72daa._0xbdcd1d,0x418)]||typeof _0x58201d[_0x4b80e2(_0xe72daa._0x43b6e5,_0xe72daa._0x1e8dbd,_0xe72daa._0x2c4977,0x450)]!==_0x5f3c40[_0x1ca2e0(0x439,_0xe72daa._0x2a6dc6,0x366,_0xe72daa._0x37464f)]){const _0x520927={};return _0x520927[_0x1ca2e0(_0xe72daa._0x2ede97,_0xe72daa._0x2fc338,_0xe72daa._0x18d2ed,0x319)]=_0x5f3c40[_0x4b80e2(_0xe72daa._0x3829f3,0x441,_0xe72daa._0x16de0e,0x476)],_0x520927[_0x4b80e2(0x4b2,_0xe72daa._0x16176f,0x458,0x427)]=_0x1ca2e0(_0xe72daa._0x1580e0,_0xe72daa._0x268940,0x3a9,_0xe72daa._0x5ab8a1)+'at\x20index\x20'+_0x1d8b88+(_0x1ca2e0(0x43a,_0xe72daa._0xf52061,0x3e2,0x45e)+'\x20a\x20\x22name\x22\x20'+_0x4b80e2(0x429,_0xe72daa._0x3f5c04,0x416,_0xe72daa._0x16176f)),_0x2d9e6[_0x1ca2e0(_0xe72daa._0x141c34,0x3c0,0x336,_0xe72daa._0x321817)](0x2324+0x1*0x2605+-0x4799)['json'](_0x520927);}}const _0x1b109b={};_0x1b109b['taskId']=_0x553282[_0x4b80e2(_0xe72daa._0x11663c,0x3fb,0x39c,0x377)],_0x1b109b[_0x4b80e2(0x3f4,0x3c3,0x34f,_0xe72daa._0x2c376c)+_0x1ca2e0(0x3bc,_0xe72daa._0x1ebdb9,_0xe72daa._0x11663c,0x414)]=_0x2f1903[_0x4b80e2(0x3ec,_0xe72daa._0x47ac19,0x434,0x447)],_0x1b109b['count']=_0x69845f['length'],logger[_0x4b80e2(0x3e7,_0xe72daa._0x15ce76,_0xe72daa._0x1b3812,0x44e)](_0x4b80e2(_0xe72daa._0x346210,0x43c,_0xe72daa._0x9e9f3,_0xe72daa._0x37072f)+_0x4b80e2(_0xe72daa._0xe0a6fd,_0xe72daa._0x3b3d2a,_0xe72daa._0x2facca,_0xe72daa._0x15bc1f)+'jectives',_0x1b109b);const _0x276d76=new Date()[_0x1ca2e0(0x4bd,_0xe72daa._0x17878d,_0xe72daa._0x49e847,_0xe72daa._0x54d9c0)+'g'](),_0x2662bb=[];let _0x47124b=0xbf1+-0x1a87*0x1+0xe96*0x1;for(const [,_0x8177cc]of tasks['entries']()){if(_0x5f3c40[_0x1ca2e0(0x3e4,0x3e9,0x3d7,_0xe72daa._0x202c8c)](_0x5f3c40[_0x4b80e2(_0xe72daa._0x2a9ab4,0x429,0x45e,_0xe72daa._0x414f32)],_0x5f3c40['oZgON']))_0x5f3c40[_0x1ca2e0(0x33c,_0xe72daa._0x45eeca,_0xe72daa._0xdd2fe0,_0xe72daa._0x346210)](_0x8177cc['parentObje'+_0x1ca2e0(_0xe72daa._0x1cab52,_0xe72daa._0x35f9dd,_0xe72daa._0x23cb03,_0xe72daa._0x27e08d)],_0x2f1903[_0x1ca2e0(_0xe72daa._0xd227d5,0x3d8,_0xe72daa._0x1f78da,0x371)])&&_0x5f3c40[_0x4b80e2(0x41f,_0xe72daa._0x2961b0,0x463,0x40b)](typeof _0x8177cc[_0x1ca2e0(_0xe72daa._0x1159e5,0x2ff,_0xe72daa._0x26901b,0x39b)],'number')&&(_0x47124b=Math[_0x4b80e2(0x3b0,0x391,0x350,_0xe72daa._0x1f78da)](_0x47124b,_0x8177cc[_0x1ca2e0(0x3b2,0x41b,_0xe72daa._0x5a6752,0x39b)]));else{const _0x363aca={};_0x363aca['objectiveI'+'d']=_0x19ae6e,_0x363aca[_0x1ca2e0(_0xe72daa._0x22a6da,0x386,_0xe72daa._0x5b5205,0x319)]=_0x9abf6['message'],_0x13b194[_0x4b80e2(_0xe72daa._0x344eae,0x3b4,0x3b8,0x389)](_0x5f3c40[_0x4b80e2(0x3d5,0x331,0x387,_0xe72daa._0x4d485c)],_0x363aca);}}for(let _0x157cf8=-0x517+-0x1*0x13d+0x87*0xc;_0x5f3c40['nYonX'](_0x157cf8,_0x69845f[_0x4b80e2(_0xe72daa._0x2facca,_0xe72daa._0x23f71c,_0xe72daa._0x339e3f,0x3be)]);_0x157cf8++){if(_0x5f3c40[_0x1ca2e0(0x380,_0xe72daa._0x4723b7,_0xe72daa._0xf28e89,0x38f)]===_0x5f3c40[_0x1ca2e0(_0xe72daa._0x4a08cb,_0xe72daa._0x5183bf,_0xe72daa._0x4e0049,0x38f)]){const _0x437c5e=_0x69845f[_0x157cf8],_0x1e856c=_0x5f3c40[_0x1ca2e0(0x399,_0xe72daa._0x5832c0,_0xe72daa._0x1bd6f0,_0xe72daa._0x68f2b)](generateObjectiveId),_0x59589b=_0x5f3c40['IDgty'](_0x47124b,_0x5f3c40[_0x1ca2e0(0x363,0x298,0x360,_0xe72daa._0x36b470)](_0x5f3c40[_0x4b80e2(0x44f,0x41d,_0xe72daa._0x5ce584,0x3cb)](_0x157cf8,0x731+0xbd0+-0x1300),-0x2398+0x226e+-0x289*-0x2)),_0x5b82bf={};_0x5b82bf[_0x1ca2e0(_0xe72daa._0x15baf5,_0xe72daa._0x492211,_0xe72daa._0x193236,0x371)]=_0x1e856c,_0x5b82bf['name']=_0x437c5e[_0x4b80e2(0x493,0x403,_0xe72daa._0x3281e1,_0xe72daa._0x337e69)],_0x5b82bf[_0x4b80e2(0x3d4,0x3dd,_0xe72daa._0x37464f,_0xe72daa._0xbdcd1d)]=_0x5f3c40[_0x4b80e2(_0xe72daa._0x3cd6fc,0x4ea,0x4d9,0x518)],_0x5b82bf[_0x1ca2e0(_0xe72daa._0x528998,0x4c6,0x456,0x441)+'t']=_0x2f1903['environmen'+'t'],_0x5b82bf['taskType']=_0x2f1903[_0x1ca2e0(_0xe72daa._0x39d315,0x33a,0x3d5,_0xe72daa._0x440185)]||_0x5f3c40[_0x1ca2e0(0x38e,_0xe72daa._0x365f70,_0xe72daa._0x333cdc,0x40f)],_0x5b82bf[_0x4b80e2(_0xe72daa._0x82e1cb,_0xe72daa._0x271dba,0x50e,_0xe72daa._0xff8421)]={..._0x2f1903[_0x1ca2e0(_0xe72daa._0x214ef4,_0xe72daa._0x29edad,_0xe72daa._0x14ffa3,_0xe72daa._0x352086)]||{}},_0x5b82bf['branches']=_0x2f1903[_0x1ca2e0(_0xe72daa._0x3549ff,_0xe72daa._0x646fc2,_0xe72daa._0x32062f,0x450)]||{},_0x5b82bf[_0x1ca2e0(0x42a,0x408,_0xe72daa._0x22772f,0x43e)]=_0x2f1903[_0x4b80e2(_0xe72daa._0x2748f8,_0xe72daa._0x436916,0x560,0x468)]||[],_0x5b82bf[_0x4b80e2(_0xe72daa._0x18242d,_0xe72daa._0x3a7f1d,0x4af,_0xe72daa._0x53012f)]=_0x276d76,_0x5b82bf[_0x4b80e2(_0xe72daa._0x28af23,_0xe72daa._0x2dd4e0,0x4f9,0x4b5)]=_0x276d76,_0x5b82bf[_0x4b80e2(_0xe72daa._0x18499b,_0xe72daa._0x2434e5,0x475,_0xe72daa._0x345eb1)+'ctiveId']=_0x2f1903['taskId'],_0x5b82bf[_0x4b80e2(_0xe72daa._0x26c5ef,_0xe72daa._0x39ab87,0x478,_0xe72daa._0x4e9e9e)]=_0x59589b,_0x5b82bf[_0x4b80e2(_0xe72daa._0x17fe2a,0x3b5,_0xe72daa._0x25fc8f,0x49c)+'askId']=_0x553282['taskId'],_0x5b82bf[_0x1ca2e0(0x3de,_0xe72daa._0x23cb03,_0xe72daa._0x2bdcff,_0xe72daa._0xadb4dc)]=_0x2f1903['createdBy']||_0x553282[_0x4b80e2(0x46c,0x442,_0xe72daa._0x58001d,0x452)],_0x5b82bf[_0x4b80e2(_0xe72daa._0x3a6b2a,0x34c,0x3f6,_0xe72daa._0x4a0dd3)]=_0x2f1903[_0x4b80e2(_0xe72daa._0x490d46,0x359,0x437,_0xe72daa._0x1876df)]||![],_0x5b82bf[_0x4b80e2(_0xe72daa._0x82e1cb,_0xe72daa._0x271dba,0x50e,_0xe72daa._0xff8421)][_0x1ca2e0(0x405,_0xe72daa._0x47dcfa,_0xe72daa._0x21c7ae,_0xe72daa._0xcc0074)+'ns']=_0x437c5e[_0x1ca2e0(0x3f8,0x472,_0xe72daa._0x9715d0,0x448)+'ns']||'';const _0xc21c8a=_0x5b82bf;tasks[_0x1ca2e0(0x381,_0xe72daa._0x30f3dc,_0xe72daa._0x1b6808,_0xe72daa._0x4c1906)](_0x1e856c,_0xc21c8a);try{if(_0x5f3c40[_0x4b80e2(_0xe72daa._0x37464f,0x457,_0xe72daa._0x17adfe,0x361)](_0x5f3c40['Gkkdw'],_0x5f3c40['qfgaP'])){const _0x54751f=await _0x5f3c40[_0x1ca2e0(_0xe72daa._0x4337ac,_0xe72daa._0x12cd97,_0xe72daa._0x5a67ad,0x34b)](createObjectiveDirectory,_0x1e856c,_0x276d76),_0x68a33c=_0x162ece['join'](_0x54751f,_0x1ca2e0(_0xe72daa._0x45368f,0x4ee,_0xe72daa._0x57a88d,0x44c)+'son');await _0x7511b8['writeFile'](_0x68a33c,JSON[_0x4b80e2(_0xe72daa._0x335729,0x3df,_0xe72daa._0x47acf8,_0xe72daa._0x35f188)](_0xc21c8a,null,0x1f14+0x12b5*-0x2+-0x4*-0x196),_0x5f3c40[_0x4b80e2(0x392,_0xe72daa._0x3eeebe,_0xe72daa._0x22b7b4,_0xe72daa._0x317ace)]);if(_0x437c5e[_0x1ca2e0(_0xe72daa._0x326d0e,_0xe72daa._0x46bdd3,_0xe72daa._0x3bb7cf,0x448)+'ns']){if(_0x5f3c40[_0x1ca2e0(0x2ff,_0xe72daa._0x33e77e,0x321,0x331)](_0x5f3c40['oZNeq'],_0x1ca2e0(0x3af,0x43c,_0xe72daa._0x45b0ad,0x3c6)))throw new _0x54bf82(_0x4b80e2(0x3d7,_0xe72daa._0xf57b4f,0x3ad,_0xe72daa._0x17906c)+_0x4b80e2(0x3b1,_0xe72daa._0x30a7b3,0x3ae,0x34a)+_0x4b80e2(0x4c0,_0xe72daa._0x2cdf41,_0xe72daa._0x25fc8f,0x55d)+'ed');else{const _0xe03911=_0x162ece[_0x4b80e2(0x462,0x447,0x4be,_0xe72daa._0x2dd4e0)](_0x54751f,_0x5f3c40[_0x4b80e2(0x424,0x413,0x4c2,_0xe72daa._0x3441b1)]),_0x3124f2={};_0x3124f2[_0x4b80e2(_0xe72daa._0x465ec4,0x4eb,_0xe72daa._0x2b6427,_0xe72daa._0x2d4d84)]=!![],await _0x7511b8[_0x4b80e2(_0xe72daa._0x4e0d27,0x4c3,_0xe72daa._0xf016a9,_0xe72daa._0x56eefc)](_0xe03911,_0x3124f2);const _0x1d70ec=_0x162ece['join'](_0xe03911,_0x5f3c40[_0x4b80e2(_0xe72daa._0x4706a6,_0xe72daa._0x2c966d,0x3b9,0x378)]);await _0x7511b8[_0x4b80e2(0x3c5,_0xe72daa._0x571636,0x3b8,_0xe72daa._0x56d004)](_0x1d70ec,_0x437c5e['instructio'+'ns'],_0x5f3c40['Fflde']);}}}else{const _0x1c3381={};_0x1c3381['taskId']=_0x342d4a,_0x37771e[_0x1ca2e0(0x44b,0x3dd,_0xe72daa._0x2c7766,0x3c9)](_0x5f3c40['IZWWF'],_0x1c3381);const _0x1bc513={};return _0x1bc513['error']=_0x5f3c40[_0x1ca2e0(_0xe72daa._0x5d043f,0x3ee,_0xe72daa._0x672746,_0xe72daa._0x5180b9)],_0x1bc513[_0x4b80e2(_0xe72daa._0x4a1241,_0xe72daa._0xb17e6c,0x456,0x499)]=_0x4b80e2(_0xe72daa._0x149d00,_0xe72daa._0x7c8ff0,0x492,_0xe72daa._0x4743f1)+_0x4b80e2(0x487,_0xe72daa._0x1e8cfc,0x4f7,0x524)+_0x4b80e2(0x457,0x3ad,_0xe72daa._0x14d6f0,_0xe72daa._0x4f5449)+'m\x20an\x20objec'+_0x4b80e2(_0xe72daa._0xba8d21,_0xe72daa._0x404ab2,_0xe72daa._0x1f463e,_0xe72daa._0x4295ae),_0x517e23[_0x1ca2e0(_0xe72daa._0x27fd2f,0x387,_0xe72daa._0x1f78da,_0xe72daa._0xf57b4f)](-0xc69*0x1+0x1fb5+-0x11b9)[_0x1ca2e0(0x4b0,0x46f,_0xe72daa._0x492211,0x454)](_0x1bc513);}}catch(_0x1aa7f0){const _0x321c90={};_0x321c90['objectiveI'+'d']=_0x1e856c,_0x321c90[_0x4b80e2(0x394,0x2eb,0x34b,0x309)]=_0x1aa7f0[_0x1ca2e0(0x4c6,_0xe72daa._0x235cc2,0x495,_0xe72daa._0x1e51b0)],logger[_0x1ca2e0(0x2b3,_0xe72daa._0x1f6249,_0xe72daa._0x5c6753,0x319)](_0x5f3c40[_0x1ca2e0(0x328,_0xe72daa._0xe0a6fd,0x35e,_0xe72daa._0x15b01d)],_0x321c90);}broadcastTaskUpdate&&_0x5f3c40['GCJCR'](broadcastTaskUpdate,_0x4b80e2(_0xe72daa._0xe935bd,0x42c,_0xe72daa._0x4ef48f,_0xe72daa._0x55fc64),_0xc21c8a);const _0xbdae36={};_0xbdae36[_0x4b80e2(0x3ec,0x3a4,0x363,_0xe72daa._0x376742)]=_0x1e856c,_0xbdae36['name']=_0xc21c8a[_0x4b80e2(_0xe72daa._0x43b6e5,_0xe72daa._0x2717b7,0x4b3,0x480)],_0xbdae36[_0x4b80e2(0x4c3,_0xe72daa._0x4e466e,_0xe72daa._0x2b65ed,0x43e)+'ns']=_0xc21c8a[_0x1ca2e0(_0xe72daa._0xdeffdb,_0xe72daa._0x3c8b4a,0x3de,_0xe72daa._0x352086)]?.[_0x1ca2e0(_0xe72daa._0x3d7144,0x49b,_0xe72daa._0x5d46ea,_0xe72daa._0x258f16)+'ns']||'',_0xbdae36[_0x4b80e2(_0xe72daa._0x141c34,_0xe72daa._0x2932eb,_0xe72daa._0x187595,0x36a)+_0x4b80e2(0x48f,0x417,_0xe72daa._0x1afa1c,0x504)]=_0xc21c8a[_0x4b80e2(0x3f4,0x483,_0xe72daa._0x559262,_0xe72daa._0x420aa4)+_0x1ca2e0(_0xe72daa._0x4144ff,0x42e,0x3cc,_0xe72daa._0x17906c)],_0xbdae36['sortOrder']=_0xc21c8a[_0x4b80e2(_0xe72daa._0x26c5ef,_0xe72daa._0x18188d,_0xe72daa._0x45bc73,_0xe72daa._0x327d33)],_0x2662bb['push'](_0xbdae36);}else _0x5f3c40[_0x1ca2e0(0x2bb,0x2ef,0x386,_0xe72daa._0x5a67ad)](_0x24c346,_0x5f3c40[_0x1ca2e0(_0xe72daa._0x700fdf,0x311,0x383,_0xe72daa._0x513d49)],_0x3c92eb);}logger['info'](_0x5f3c40[_0x4b80e2(0x449,0x48a,0x44b,_0xe72daa._0x55b44c)],{'taskId':_0x553282[_0x4b80e2(_0xe72daa._0x11663c,_0xe72daa._0x1b3812,0x3e5,0x419)],'parentObjectiveId':_0x2f1903['taskId'],'createdCount':_0x2662bb[_0x1ca2e0(_0xe72daa._0x4c645d,_0xe72daa._0x480c9d,_0xe72daa._0x9b6d82,0x343)],'objectiveIds':_0x2662bb['map'](_0x31d5c1=>_0x31d5c1['taskId'])});const _0x2591ca={};_0x2591ca[_0x1ca2e0(_0xe72daa._0x1631bf,0x347,0x3b6,_0xe72daa._0x285679)]=!![],_0x2591ca['created']=_0x2662bb['length'],_0x2591ca['objectives']=_0x2662bb;function _0x4b80e2(_0x4a7524,_0x15faee,_0x466baf,_0x268750){return _0x4be807(_0x4a7524-0xb0,_0x15faee-0x2,_0x466baf,_0x4a7524-0x307);}_0x2d9e6[_0x1ca2e0(0x3bf,0x2ee,_0xe72daa._0x4682c2,_0xe72daa._0x2da5a2)](0xa1a+0x4b*0x6b+0x1*-0x28aa)[_0x4b80e2(0x4cf,_0xe72daa._0x4751b9,_0xe72daa._0x5af5db,0x48d)](_0x2591ca);}),router[_0x4940cd(0x154,0x1b8,0x16f,0x10e)](_0x4940cd(0x129,0xdc,0x117,0x8f),requireTaskAuth,async(_0x5bfc20,_0x252cc1)=>{const _0x3ba46d={_0x42b65a:0x4fe,_0x3d65f1:0x493,_0x43bda6:0x58b,_0x4d83c4:0x52c,_0x5ba600:0x232,_0xde41a6:0x251,_0x2445f1:0x16c,_0x553dee:0x1c4,_0x33a440:0x1fb,_0x27e4f2:0x154,_0x5cc62e:0x1cc,_0x4efd22:0x5c9,_0x2c76d6:0x5a9,_0x5f537b:0x122,_0x27d2e6:0x115,_0x27e9b4:0x1b0,_0x112067:0x179,_0x5dc7ca:0x591,_0x3d12a5:0x5bc,_0x17a69b:0x5b1,_0x5c69ce:0x5fc,_0x13205c:0x2c4,_0xaac8a7:0x22e,_0x10de17:0x29a,_0xb3d73d:0x26c,_0xbc1e0a:0x125,_0xda269e:0xf6,_0x654b18:0x190,_0x5139c1:0x155,_0x28c1f7:0x1ef,_0x457612:0x1c6,_0x5b2ec6:0x1a5,_0x45bc2d:0x22d,_0x4fdd8a:0x14b,_0x15eeeb:0x19d,_0x369681:0x15c,_0x2c715c:0x18b,_0x4f8d58:0x1fa,_0x6da0aa:0x2de,_0x172a47:0x238,_0x2c3f31:0x5ec,_0x5ac414:0x62a,_0x1d088e:0x508,_0x4dad62:0x4af,_0x32ef32:0x15d,_0x410f37:0x56c,_0x2ffcbc:0x5df,_0x223996:0x5e6,_0x35683d:0x598,_0x5d6733:0x584,_0x23d2a1:0x61a,_0x3a2e3a:0x587,_0x2a06b3:0x2f0,_0x1180aa:0x298,_0x32e099:0x5ce,_0x811e97:0x5da,_0x156983:0x4b0,_0x115782:0x46b,_0x1f3d77:0x51d,_0x1c147c:0x230,_0x1884b8:0x23d,_0x7c2532:0x240,_0x15aeed:0x58c,_0x18edd8:0x5cf,_0x168668:0x589,_0x47b328:0x5b3,_0x3efe86:0x62c,_0x50e2dc:0x62f,_0x2b738a:0x582,_0x210106:0x5c6,_0xfc5626:0x5a6,_0x5725a4:0x609,_0x29edbb:0x537,_0x3646e1:0x5b8,_0x5e5890:0x510,_0x284b76:0x4cd,_0x44b502:0x541,_0x54c5ec:0x506,_0xd9e2c4:0x4fc,_0x245fdc:0x50d,_0x4aa03c:0x200,_0x4ba924:0x25b,_0x4c2534:0x2df,_0x2d126c:0x265,_0x5682e3:0x216,_0x54f8f4:0x532,_0x27fc3f:0x57f,_0x4a0005:0x558,_0x3abcf1:0x1d7,_0x357d97:0x4d9,_0x1e64c9:0x4fd,_0x8d1056:0x508,_0x5c4425:0x590,_0x5d24d6:0x4df,_0x5b0d52:0x57e,_0x2eab96:0x5a7,_0x3f7a65:0x24a,_0x2767e0:0x2ca,_0x506745:0x2e3,_0x19cdfd:0x283,_0x3dee99:0x1cc,_0x50cd3c:0x151,_0x4c201f:0x540,_0x304b04:0x5a9,_0xfe96c8:0x58f,_0x2f3a56:0x64f},_0x204f73={_0xa4ec4b:0x37e},_0x6eb6d={};_0x6eb6d[_0x5e422d(_0x3ba46d._0x42b65a,_0x3ba46d._0x3d65f1,_0x3ba46d._0x43bda6,_0x3ba46d._0x4d83c4)]=function(_0x5b267e,_0x353265){return _0x5b267e!==_0x353265;},_0x6eb6d[_0x58d17e(-_0x3ba46d._0x5ba600,-_0x3ba46d._0xde41a6,-_0x3ba46d._0x2445f1,-_0x3ba46d._0x553dee)]=_0x58d17e(-_0x3ba46d._0x33a440,-_0x3ba46d._0x27e4f2,-_0x3ba46d._0x5cc62e,-0x15f),_0x6eb6d[_0x5e422d(0x5bd,_0x3ba46d._0x4efd22,_0x3ba46d._0x2c76d6,0x5fa)]=function(_0xd86ca8,_0x47c495){return _0xd86ca8===_0x47c495;},_0x6eb6d[_0x58d17e(-_0x3ba46d._0x5f537b,-_0x3ba46d._0x27d2e6,-0x138,-_0x3ba46d._0x27e9b4)]=_0x5e422d(0x5b5,0x620,0x575,0x57e),_0x6eb6d[_0x58d17e(-0x151,-0x140,-0x1c4,-_0x3ba46d._0x112067)]=_0x5e422d(_0x3ba46d._0x5dc7ca,_0x3ba46d._0x3d12a5,_0x3ba46d._0x17a69b,_0x3ba46d._0x5c69ce)+_0x58d17e(-_0x3ba46d._0x13205c,-_0x3ba46d._0xaac8a7,-_0x3ba46d._0x10de17,-_0x3ba46d._0xb3d73d)+_0x58d17e(-_0x3ba46d._0xbc1e0a,-_0x3ba46d._0xda269e,-_0x3ba46d._0x654b18,-_0x3ba46d._0x5139c1)+'es';const _0x435b39=_0x6eb6d,{parentObjective:_0x559bd,callingTask:_0x2f4db2}=_0x5bfc20,_0x15e727=_0x559bd[_0x58d17e(-_0x3ba46d._0x28c1f7,-_0x3ba46d._0x457612,-_0x3ba46d._0x5b2ec6,-0x238)+_0x58d17e(-_0x3ba46d._0x45bc2d,-_0x3ba46d._0x4fdd8a,-0x1a3,-_0x3ba46d._0x15eeeb)];if(!_0x15e727){const _0x51ab7a={};return _0x51ab7a[_0x58d17e(-_0x3ba46d._0x369681,-_0x3ba46d._0x2c715c,-_0x3ba46d._0x4f8d58,-0x151)]=[],_0x51ab7a[_0x58d17e(-0x2b3,-_0x3ba46d._0x6da0aa,-0x27a,-_0x3ba46d._0x172a47)+_0x5e422d(0x5ab,0x53b,_0x3ba46d._0x2c3f31,_0x3ba46d._0x5ac414)]=_0x559bd[_0x5e422d(_0x3ba46d._0x1d088e,0x54d,_0x3ba46d._0x4dad62,0x5a4)],_0x252cc1[_0x58d17e(-0xd1,-0xfc,-0x1ec,-_0x3ba46d._0x32ef32)](_0x51ab7a);}const _0x435459=[];for(const [,_0x4cd347]of tasks[_0x5e422d(0x5b6,_0x3ba46d._0x410f37,_0x3ba46d._0x2c3f31,_0x3ba46d._0x2ffcbc)]()){if(_0x435b39[_0x58d17e(-0x2d6,-0x1fb,-0x1d3,-0x24a)](_0x435b39[_0x5e422d(0x584,_0x3ba46d._0x223996,_0x3ba46d._0x35683d,0x555)],_0x435b39[_0x5e422d(_0x3ba46d._0x5d6733,_0x3ba46d._0x23d2a1,_0x3ba46d._0x3a2e3a,0x544)])){const _0x5c1770={};_0x5c1770['objectiveI'+'d']=_0x109330,_0x5c1770[_0x58d17e(-0x239,-0x2c2,-_0x3ba46d._0x2a06b3,-_0x3ba46d._0x1180aa)]=_0x7f6805[_0x5e422d(_0x3ba46d._0x32e099,_0x3ba46d._0x811e97,0x65b,0x587)],_0x29c5c3[_0x5e422d(_0x3ba46d._0x156983,_0x3ba46d._0x115782,_0x3ba46d._0x1f3d77,0x4d1)](_0x58d17e(-_0x3ba46d._0x1c147c,-_0x3ba46d._0x1884b8,-_0x3ba46d._0x7c2532,-0x1ab)+_0x5e422d(_0x3ba46d._0x15aeed,_0x3ba46d._0x18edd8,_0x3ba46d._0x168668,0x540)+_0x5e422d(_0x3ba46d._0x47b328,_0x3ba46d._0x3efe86,0x5c6,_0x3ba46d._0x50e2dc)+_0x5e422d(_0x3ba46d._0x2b738a,_0x3ba46d._0x210106,_0x3ba46d._0xfc5626,_0x3ba46d._0x5725a4),_0x5c1770);}else{if(_0x435b39[_0x5e422d(0x5bd,_0x3ba46d._0x29edbb,0x603,_0x3ba46d._0x3646e1)](_0x4cd347[_0x5e422d(_0x3ba46d._0x5e5890,0x4eb,_0x3ba46d._0x284b76,0x53a)+'ctiveId'],_0x15e727)&&_0x4cd347[_0x5e422d(0x4f0,_0x3ba46d._0x44b502,0x4ba,0x58f)]===_0x435b39[_0x5e422d(0x598,_0x3ba46d._0x54c5ec,0x61f,_0x3ba46d._0xd9e2c4)]&&_0x4cd347['taskId']!==_0x559bd[_0x5e422d(_0x3ba46d._0x1d088e,_0x3ba46d._0x245fdc,0x596,0x485)]){const _0x276bab={};_0x276bab[_0x58d17e(-_0x3ba46d._0x4aa03c,-0x2a3,-_0x3ba46d._0x4ba924,-0x240)]=_0x4cd347[_0x58d17e(-_0x3ba46d._0x4c2534,-_0x3ba46d._0x2d126c,-0x286,-_0x3ba46d._0x7c2532)],_0x276bab['name']=_0x4cd347[_0x58d17e(-0x132,-0x148,-0x171,-0x199)],_0x276bab[_0x58d17e(-0x2b5,-0x228,-0x203,-_0x3ba46d._0x5682e3)]=_0x4cd347[_0x5e422d(_0x3ba46d._0x54f8f4,_0x3ba46d._0x27fc3f,_0x3ba46d._0x4a0005,0x5d2)],_0x276bab[_0x58d17e(-0x1fc,-0x144,-0x205,-_0x3ba46d._0x3abcf1)]=_0x4cd347['createdAt'],_0x435459['push'](_0x276bab);}}}_0x435459[_0x5e422d(0x4b6,0x4bb,_0x3ba46d._0x357d97,_0x3ba46d._0x1e64c9)]((_0x444d02,_0x1083b3)=>(_0x444d02[_0x5e422d(0x532,0x4e9,0x4e3,0x525)]||-0x1441+0x126c+0x1d5)-(_0x1083b3['sortOrder']||-0x632*0x2+-0x980+0x15e4));const _0x4a3084={};function _0x58d17e(_0x46e582,_0x416f87,_0x387338,_0x55703f){return _0x4be807(_0x46e582-0xf6,_0x416f87-0x74,_0x387338,_0x55703f- -0x325);}_0x4a3084[_0x58d17e(-0x21c,-0x248,-0x1af,-_0x3ba46d._0x7c2532)]=_0x2f4db2[_0x5e422d(_0x3ba46d._0x8d1056,0x599,_0x3ba46d._0x5c4425,_0x3ba46d._0x5d24d6)],_0x4a3084[_0x5e422d(0x510,0x58b,_0x3ba46d._0x5b0d52,0x54a)+_0x5e422d(0x5ab,_0x3ba46d._0x5c4425,_0x3ba46d._0x2eab96,0x55d)]=_0x559bd[_0x58d17e(-0x298,-_0x3ba46d._0x3f7a65,-0x23c,-_0x3ba46d._0x7c2532)];function _0x5e422d(_0x26bf7a,_0x29b02e,_0x5f222c,_0x11b608){return _0x4940cd(_0x26bf7a-_0x204f73._0xa4ec4b,_0x29b02e-0x2d,_0x5f222c-0x3f,_0x11b608);}_0x4a3084[_0x58d17e(-_0x3ba46d._0x2767e0,-_0x3ba46d._0x506745,-0x288,-_0x3ba46d._0x19cdfd)+'nt']=_0x435459['length'],logger['info'](_0x435b39[_0x5e422d(0x5cf,0x5e9,0x671,0x677)],_0x4a3084);const _0x420b5c={};_0x420b5c[_0x58d17e(-_0x3ba46d._0x3dee99,-0x12b,-0x1d8,-_0x3ba46d._0x50cd3c)]=_0x435459,_0x420b5c['parentObje'+'ctiveId']=_0x559bd['taskId'],_0x420b5c['grandparen'+_0x5e422d(0x53d,_0x3ba46d._0x4c201f,0x5a3,_0x3ba46d._0x304b04)+'Id']=_0x15e727,_0x252cc1[_0x5e422d(0x5eb,_0x3ba46d._0xfe96c8,_0x3ba46d._0x2f3a56,0x658)](_0x420b5c);}),router[_0x4be807(0x9d,0x143,0x64,0xaf)]('/children',requireTaskAuth,async(_0x180b28,_0x406b47)=>{const _0x5e68ec={_0x277a9a:0x3bf,_0x323b12:0x466,_0x4d2969:0x476,_0x4227e2:0x449,_0x2cf4bb:0x41d,_0x73d794:0x3ed,_0x219192:0x23,_0x5e6e31:0x2bb,_0x49ab0c:0x81,_0x3bf027:0x467,_0x304b54:0x459,_0x464b60:0x444,_0x5bc0d5:0x451,_0x1f0e78:0x439,_0x50ee49:0x3e6,_0x5922d4:0x1f,_0xb2f422:0x9a,_0x37ac52:0x6f,_0x36c5f8:0x12,_0x134242:0x3a1,_0x1efb89:0x412,_0x1ec505:0x48,_0x5aa558:0xd,_0x41a413:0x4c,_0x542a80:0x5b,_0x156b40:0x460,_0x4a1afc:0x436,_0x1551a8:0x477,_0x1355b7:0x3d,_0x5e36eb:0x1a,_0x39399e:0x103,_0x28a14a:0x27,_0x275ce1:0x67,_0xf94fa3:0x422,_0x53749c:0x3eb,_0x34329c:0x378,_0x3b3cb2:0x50a,_0x1af03b:0xde,_0x5a81be:0x56,_0xed49a5:0x46,_0x5aff79:0x367,_0x5c35f8:0x382,_0x15db8a:0x3f6,_0x1880f5:0x444,_0x571b30:0x399,_0x293dc0:0x3b9,_0x535afa:0x401,_0x5510c6:0x36b,_0xe716c6:0x32e,_0x2c35c2:0x3f8,_0x244d21:0x6f,_0x3aeb8b:0x7a,_0x2fbf7e:0x12,_0x481df3:0x330,_0x3152bd:0x3f2,_0xe8b75f:0x2a,_0x10cebc:0xbf,_0x347e6b:0x20,_0xb9036c:0x9e,_0x2514f5:0x18,_0x461fcf:0x3a,_0x4b6345:0xf,_0x10d9e0:0x3c1,_0x2ba2c0:0x416,_0x580fe4:0x40d,_0x127cdf:0x45f,_0x4f0026:0x408,_0x72aab0:0x77,_0x417a3b:0xd8,_0x153a56:0x34,_0x3837bb:0x52},_0x365ccd={_0x2b8112:0x8b,_0x2ebcf5:0xbe,_0x554352:0x2d4},_0x2955d0={_0x519ad2:0x21b,_0x4dbcad:0x1ca},_0x110803={};_0x110803[_0x4f5019(-0xe0,-0xc2,-0xde,-0x81)]=function(_0x408b4b,_0xe654c4){return _0x408b4b===_0xe654c4;},_0x110803[_0x49b59a(_0x5e68ec._0x277a9a,0x3a4,0x3d6,0x326)]=function(_0x580bce,_0x57d713){return _0x580bce===_0x57d713;},_0x110803['jsxUj']=_0x49b59a(_0x5e68ec._0x323b12,_0x5e68ec._0x4d2969,_0x5e68ec._0x4227e2,0x449),_0x110803[_0x49b59a(_0x5e68ec._0x2cf4bb,0x456,0x415,_0x5e68ec._0x73d794)]=_0x4f5019(_0x5e68ec._0x219192,-0x90,-0x44,-0x8)+_0x49b59a(0x35e,0x313,_0x5e68ec._0x5e6e31,0x3b9)+_0x4f5019(-_0x5e68ec._0x49ab0c,-0x4e,0x7e,-0x1e);const _0x3183a6=_0x110803,{parentObjective:_0xa4452,callingTask:_0x5042b1}=_0x180b28,_0x13ca77=[];function _0x4f5019(_0x22039c,_0x71c412,_0x3844a5,_0x235b0d){return _0x4940cd(_0x235b0d- -_0x2955d0._0x519ad2,_0x71c412-_0x2955d0._0x4dbcad,_0x3844a5-0xd7,_0x71c412);}for(const [,_0x7183ba]of tasks[_0x49b59a(_0x5e68ec._0x3bf027,_0x5e68ec._0x304b54,_0x5e68ec._0x464b60,_0x5e68ec._0x5bc0d5)]()){if(_0x3183a6['FvulP'](_0x7183ba[_0x49b59a(0x3c1,_0x5e68ec._0x1f0e78,_0x5e68ec._0x50ee49,0x35a)+_0x4f5019(-_0x5e68ec._0x5922d4,_0x5e68ec._0xb2f422,-_0x5e68ec._0x37ac52,_0x5e68ec._0x36c5f8)],_0xa4452['taskId'])&&_0x3183a6['wqInj'](_0x7183ba[_0x49b59a(_0x5e68ec._0x134242,_0x5e68ec._0x1efb89,0x386,0x38a)],_0x3183a6[_0x4f5019(-_0x5e68ec._0x1ec505,-_0x5e68ec._0x5aa558,_0x5e68ec._0x41a413,_0x5e68ec._0x542a80)])){const _0xdba4de={};_0xdba4de['taskId']=_0x7183ba[_0x4f5019(-0x13b,-0xd4,-0xa1,-0x91)],_0xdba4de['name']=_0x7183ba[_0x49b59a(_0x5e68ec._0x156b40,0x477,_0x5e68ec._0x4a1afc,_0x5e68ec._0x1551a8)],_0xdba4de[_0x4f5019(_0x5e68ec._0x1355b7,-0xed,-_0x5e68ec._0x5e36eb,-0x67)]=_0x7183ba[_0x4f5019(-_0x5e68ec._0x39399e,_0x5e68ec._0x28a14a,-0xb8,-_0x5e68ec._0x275ce1)],_0xdba4de['createdAt']=_0x7183ba[_0x49b59a(_0x5e68ec._0xf94fa3,0x427,_0x5e68ec._0x53749c,_0x5e68ec._0x34329c)],_0xdba4de[_0x49b59a(0x490,0x3e8,0x4ca,_0x5e68ec._0x3b3cb2)+'ns']=_0x7183ba['parameters']?.[_0x4f5019(0x29,_0x5e68ec._0x1af03b,-_0x5e68ec._0x5a81be,_0x5e68ec._0xed49a5)+'ns']||'',_0x13ca77[_0x4f5019(0x12,-0x5b,0xdc,0x3a)](_0xdba4de);}}_0x13ca77[_0x49b59a(_0x5e68ec._0x5aff79,_0x5e68ec._0x5c35f8,_0x5e68ec._0x15db8a,0x3aa)]((_0x5b668e,_0x2acc04)=>(_0x5b668e['sortOrder']||-0x11*-0x112+-0x3f9*0x2+-0xa40)-(_0x2acc04['sortOrder']||0x11*0x185+0x2056+-0x1*0x3a2b));const _0x1cd621={};_0x1cd621[_0x49b59a(0x3b9,_0x5e68ec._0x1880f5,0x310,_0x5e68ec._0x571b30)]=_0x5042b1[_0x49b59a(_0x5e68ec._0x293dc0,0x312,_0x5e68ec._0x535afa,_0x5e68ec._0x5510c6)],_0x1cd621[_0x49b59a(0x3c1,0x31b,_0x5e68ec._0xe716c6,_0x5e68ec._0x2c35c2)+_0x4f5019(_0x5e68ec._0x244d21,-0x15,_0x5e68ec._0x3aeb8b,_0x5e68ec._0x2fbf7e)]=_0xa4452[_0x49b59a(0x3b9,0x3b0,0x3fe,_0x5e68ec._0x481df3)];function _0x49b59a(_0x2f3eec,_0x10da6e,_0x5b6db7,_0x467c2f){return _0x4be807(_0x2f3eec-_0x365ccd._0x2b8112,_0x10da6e-_0x365ccd._0x2ebcf5,_0x5b6db7,_0x2f3eec-_0x365ccd._0x554352);}_0x1cd621[_0x49b59a(_0x5e68ec._0x3152bd,0x42a,0x48a,0x3f6)]=_0x13ca77[_0x4f5019(-_0x5e68ec._0xe8b75f,-0x92,-0x97,-_0x5e68ec._0x10cebc)],logger[_0x4f5019(-0x49,-_0x5e68ec._0x347e6b,-_0x5e68ec._0xb9036c,-0x96)](_0x3183a6[_0x4f5019(_0x5e68ec._0x2514f5,-0x7f,-0x38,-0x2d)],_0x1cd621);const _0x217b06={};_0x217b06[_0x4f5019(_0x5e68ec._0x461fcf,-0x3,-0xd,_0x5e68ec._0x4b6345)]=_0x13ca77,_0x217b06[_0x49b59a(_0x5e68ec._0x10d9e0,0x440,_0x5e68ec._0x2ba2c0,0x39a)+_0x4f5019(0xa3,0x57,0x8c,0x12)]=_0xa4452[_0x49b59a(0x3b9,_0x5e68ec._0x580fe4,_0x5e68ec._0x127cdf,_0x5e68ec._0x4f0026)],_0x406b47[_0x4f5019(_0x5e68ec._0x72aab0,_0x5e68ec._0x417a3b,_0x5e68ec._0x153a56,_0x5e68ec._0x3837bb)](_0x217b06);}),router[_0x4940cd(0x1c9,0x21a,0x1f5,0x20e)](_0x4940cd(0x145,0x1cc,0x106,0xab)+_0x4940cd(0x25b,0x2d2,0x2bc,0x2e5)+_0x4be807(0x170,0x16d,0xd7,0x10d),requireTaskAuth,async(_0x1674f3,_0x59a9f3)=>{const _0x12f541={_0x4844d1:0x4c2,_0x2a36ff:0x483,_0x43cf40:0x49e,_0x51c506:0x4e3,_0x39771c:0x4f8,_0x811b97:0x143,_0x4dcab2:0x13f,_0x52ee93:0x129,_0x4484dd:0x501,_0x24c823:0x484,_0x272e70:0x45a,_0x582d7e:0x3e3,_0x2cbeec:0x41c,_0x4d419a:0x479,_0x158aee:0x1d2,_0x48b0a8:0x19a,_0x256966:0x185,_0x1268e3:0x271,_0x5aa02b:0x21e,_0x2cb574:0x285,_0x31a96f:0x29f,_0x4b4955:0x22f,_0x127ea0:0x277,_0xb44b1a:0x267,_0x120329:0xce,_0x2d8760:0x3d5,_0x3ffcf2:0x431,_0xd6b92c:0x7c,_0x12d962:0xbc,_0x5a4381:0x11d,_0x451b69:0x3f9,_0x37c367:0x4e2,_0x5bd9e0:0x3cb,_0x343aa3:0x41b,_0x10ec96:0x40f,_0x608937:0x45a,_0xb7458b:0x4f0,_0xfd8151:0x459,_0x1baf62:0x578,_0xd5b100:0x191,_0x65f851:0x18f,_0x55b1bc:0x468,_0x483553:0x46a,_0x4af309:0x4ad,_0x2a390a:0x492,_0x223711:0x14d,_0x426745:0x1ea,_0x234e25:0x1d8,_0x5eeb6f:0x1cc,_0x31ced5:0x13e,_0x2ccba6:0x120,_0x201b14:0xb2,_0x333c6a:0xf1,_0x49b316:0x131,_0x3945bd:0x15e,_0x40e0b3:0x1d8,_0x389565:0x108,_0x315df1:0x163,_0x31a31e:0x460,_0x2dec4f:0x1e4,_0x486cb0:0x2bf,_0x5d68c8:0x1f1,_0x2548a7:0x490,_0x3bbd0:0xd2,_0x394237:0x148,_0x3c4063:0x442,_0x17f019:0x1b7,_0x4a8201:0x1ee,_0x27054b:0xff,_0x12fc23:0x1fd,_0x5d2366:0xf9,_0x1676d8:0x202,_0x1cc5e1:0x21c,_0x1aed8e:0x232,_0x5b2e3c:0x238,_0x2ed611:0x1cf,_0x37a34b:0x15d,_0x442f5b:0x25c,_0x3d195f:0x19e,_0xc6510c:0x1f8,_0x2c2c72:0x415,_0x3d95a1:0x4a8,_0x5b522e:0x3e0,_0x1f98aa:0x3e3,_0x561b46:0x1cd,_0x324de4:0x161,_0x1597ca:0x239,_0x2a8d5d:0x404,_0x586aee:0x437,_0xdd6fcd:0x366,_0x1f5948:0x3b3,_0x2a2aff:0x3c8,_0x5b00ef:0x1b0,_0xc94469:0x28b,_0x1becc9:0x202,_0x2db73d:0x1b3,_0x55c5ff:0x153,_0x392c65:0x1d8,_0x54e43e:0x10f,_0x54ac66:0x1af,_0x4eca33:0x199,_0xf311cd:0x470,_0x1a193a:0x4b8,_0x541db2:0x505,_0x4837d5:0x530,_0x56fd3b:0x41d,_0x47fc99:0x4c7,_0x198493:0x49c,_0x89b73d:0x2b3,_0x7f573a:0x238,_0x4f2bbf:0x27e,_0x1329fb:0x1db,_0x39f96b:0x180,_0x4bea06:0x1cb,_0x44d9a3:0x1c0,_0x37ea57:0x1f8,_0x1b4018:0x151,_0x553b51:0x12f,_0x4159db:0x1c6,_0x6c457a:0x269,_0x570b7e:0x228,_0x4b9d92:0x1a4,_0x1dd9d3:0x18e,_0x240106:0x158,_0x1d677a:0x44f,_0x4b1f54:0x390,_0x597bcb:0x4bc,_0x65c06d:0x1b4,_0x497ce8:0x1fc,_0x48c90e:0x208,_0x5510a0:0xf3,_0x2b684c:0xdb,_0x2a6cb6:0x17f,_0x4c6eb5:0x47e,_0x24d886:0x479,_0xfb4333:0x406,_0xc4870a:0x3b6,_0x241b3a:0x415,_0x4e7ee7:0x463,_0x4489fe:0x3f1,_0x348969:0x3d4,_0x19e36e:0x3e6,_0x5a168c:0xd5,_0xe21749:0x167,_0x516461:0x190,_0x5f0eff:0x44c,_0x52d311:0x108,_0x2030ff:0xfc,_0x433041:0x1b2,_0x289ca3:0x21a,_0x4d3e1c:0x217,_0x1d165a:0x244,_0x5da5b7:0x41d,_0x5da1d8:0x410,_0x393571:0x383,_0x220bc5:0x38d,_0x180957:0x18a,_0x4f0e69:0xe3,_0x2a110f:0xc7,_0x383fb6:0x155,_0x254707:0xe8,_0x29cada:0x161,_0x49e578:0x2ae,_0x50dece:0x1a6,_0x5d4f0a:0x178,_0x284570:0x1c4,_0x4f080d:0x4db,_0x5d2239:0x554,_0x1b08ee:0x47f,_0x33d3fa:0x49f,_0x449944:0x410,_0x1cf566:0x3d3,_0x538439:0x3ea,_0x3e34d5:0x1da,_0x1fc0ea:0x198,_0x5cf21d:0x1e3,_0x4d2bb5:0xe0,_0x20ad3d:0x415,_0xf1290b:0x170,_0x917120:0x154,_0x251bfc:0x48d,_0x2c540b:0x455,_0x535b08:0x414,_0x2c9994:0x43f,_0x53bc3f:0x441,_0x47fbc1:0x268,_0x65bcfb:0x461,_0x3b4e88:0x53f,_0x388848:0x497,_0x334518:0x490,_0x226a5e:0x4e1,_0x10aa08:0x27d,_0x1c03e3:0x1ea,_0x4175d5:0x20a,_0x58d31d:0x421,_0x4b9e5d:0x4ae,_0x4274fe:0x158,_0x4a1f84:0x155,_0x423b3b:0x48b,_0x4881a3:0x4ce,_0x3ddba3:0x14b,_0x2c928c:0x1ae,_0x4e0bbf:0x270,_0x54a0d3:0x260,_0x54ea3c:0x192,_0x5cfb4c:0x1fd,_0x417f48:0x9c,_0x398634:0x111,_0x2c6e71:0x13c,_0x17ae0d:0x1a1,_0x380f39:0x253,_0x46ea88:0x2cf,_0x591ac8:0x23f,_0x18838e:0x4d5,_0x156ed0:0x49f,_0x42daf8:0x47b,_0x3f6f44:0x196,_0x2549bb:0x473,_0xe1d678:0x479,_0x276031:0x424,_0x5cd62f:0x3cd,_0x56f52e:0x4c4,_0x26c1f8:0x4fb,_0x4d3084:0x469,_0x35a9d1:0x3bd,_0x2bfd82:0x380,_0x1d2606:0x446,_0x5d1a42:0x19d,_0x249bdf:0x1b9,_0x579ddd:0x12e,_0x547e4b:0x1e6,_0x1bf348:0x256,_0x768acb:0x206,_0x5d2258:0x52c,_0x24a9f3:0x57f,_0x4e1a74:0x4b6,_0xefee26:0x1dd,_0xb83789:0x456,_0x3acd13:0x422,_0x105fcf:0x195,_0x2063e7:0x127,_0x183b62:0x193,_0x573f53:0x1f9,_0x87dee5:0x4f1,_0x5c9f5d:0x4f2,_0x5d0240:0xf6,_0x52ca37:0x189,_0x38ce24:0xf4,_0x22e616:0x183,_0x17d493:0x50c,_0x387baf:0x1c5,_0x35dfb4:0x295,_0x1eaa11:0x1f0,_0x44d0f0:0x1fc,_0x279693:0x1d1,_0x1c58c3:0x1d6,_0x1622a9:0x17d,_0x515418:0x1bf,_0x318944:0x1c9,_0x559944:0x205,_0x40cee4:0x49d,_0x20bac8:0x529,_0x247e50:0x50a,_0x510136:0x546,_0x412232:0x4bd},_0xf57bd1={_0x51cf55:0x107,_0x1308a2:0x5d},_0x3c1c8e={'iMHGL':function(_0x3865e8,_0xe3e09){return _0x3865e8===_0xe3e09;},'bDhqz':_0xb0a3fb(_0x12f541._0x4844d1,0x542,0x4bf,_0x12f541._0x2a36ff),'IMtBa':function(_0x40eb18,_0x132171){return _0x40eb18!==_0x132171;},'hekTg':_0xb0a3fb(_0x12f541._0x43cf40,0x517,_0x12f541._0x51c506,_0x12f541._0x39771c)+_0x5a30b4(_0x12f541._0x811b97,0x93,_0x12f541._0x4dcab2,_0x12f541._0x52ee93)+_0xb0a3fb(0x500,0x4aa,0x55f,_0x12f541._0x4484dd)+'es','wTmYN':_0xb0a3fb(_0x12f541._0x24c823,_0x12f541._0x272e70,0x42c,0x44e)+'t','qWuzY':_0xb0a3fb(_0x12f541._0x582d7e,_0x12f541._0x2cbeec,_0x12f541._0x4d419a,0x46e)+'ne\x20field\x20('+_0x5a30b4(0x1e5,_0x12f541._0x158aee,_0x12f541._0x48b0a8,_0x12f541._0x256966)+'structions'+')\x20must\x20be\x20'+_0x5a30b4(_0x12f541._0x1268e3,0x1c6,0x245,_0x12f541._0x5aa02b),'HluCM':'Not\x20Found','rcvhd':_0x5a30b4(0x237,_0x12f541._0x2cb574,_0x12f541._0x31a96f,_0x12f541._0x4b4955),'XoORy':'CFGMe','iLZvL':_0x5a30b4(_0x12f541._0x127ea0,_0x12f541._0xb44b1a,0x284,0x23b),'tmLiw':_0x5a30b4(_0x12f541._0x120329,0x174,0xdd,0x10a)+_0xb0a3fb(0x3d4,_0x12f541._0x2d8760,0x453,_0x12f541._0x3ffcf2)+_0x5a30b4(_0x12f541._0xd6b92c,_0x12f541._0x12d962,0x114,_0x12f541._0x5a4381),'jqCox':_0xb0a3fb(0x440,_0x12f541._0x451b69,_0x12f541._0x37c367,0x3e5)+_0xb0a3fb(_0x12f541._0x5bd9e0,_0x12f541._0x343aa3,_0x12f541._0x10ec96,_0x12f541._0x608937)+'jective','RygAg':function(_0x58b404,_0x5e9c0f){return _0x58b404!==_0x5e9c0f;},'RwdyW':function(_0x498e7d,_0x1a3e10){return _0x498e7d!==_0x1a3e10;},'nMaiU':_0xb0a3fb(_0x12f541._0xb7458b,_0x12f541._0xfd8151,_0x12f541._0x1baf62,0x587)+'son','zEENh':_0x5a30b4(0x135,_0x12f541._0xd5b100,_0x12f541._0x811b97,_0x12f541._0x65f851),'mEgwS':_0xb0a3fb(_0x12f541._0x55b1bc,0x46d,_0x12f541._0x483553,_0x12f541._0x4af309)+_0xb0a3fb(_0x12f541._0x2a390a,0x4e0,0x519,0x473),'jCPqb':_0xb0a3fb(0x4e1,0x543,0x52f,0x54e),'nCRAl':_0x5a30b4(0x14f,0x1cd,_0x12f541._0x223711,_0x12f541._0x426745)+_0xb0a3fb(0x4d6,0x45c,0x45a,0x580)+_0x5a30b4(0x1a9,_0x12f541._0x234e25,0x258,_0x12f541._0x5eeb6f)+_0x5a30b4(0x102,0x146,_0x12f541._0x31ced5,_0x12f541._0x2ccba6),'Oyasm':function(_0x429605,_0x5e9f0f,_0x90bdc3){return _0x429605(_0x5e9f0f,_0x90bdc3);},'BZisD':'task-updat'+'ed'},{parentObjective:_0x3e5d7c,callingTask:_0x48d111}=_0x1674f3,{objectiveId:_0x2b37fb}=_0x1674f3[_0x5a30b4(_0x12f541._0x201b14,0xcb,_0x12f541._0x333c6a,_0x12f541._0x49b316)],{name:_0x384c3a,instructions:_0x12cfd0}=_0x1674f3['body'];if(_0x3c1c8e[_0x5a30b4(_0x12f541._0x3945bd,0x154,0x214,_0x12f541._0x40e0b3)](_0x384c3a,undefined)&&_0x12cfd0===undefined){const _0x19abec={};return _0x19abec[_0x5a30b4(_0x12f541._0x389565,_0x12f541._0x315df1,0xac,0xfd)]=_0x3c1c8e[_0xb0a3fb(_0x12f541._0x31a31e,0x491,0x433,0x441)],_0x19abec[_0x5a30b4(_0x12f541._0x2dec4f,0x1db,_0x12f541._0x486cb0,0x21b)]=_0x3c1c8e[_0x5a30b4(0x197,_0x12f541._0x5d68c8,0x288,0x23a)],_0x59a9f3['status'](0x24a6+-0x29*0x7b+-0xf63)[_0xb0a3fb(0x4f8,0x463,_0x12f541._0x2548a7,0x46b)](_0x19abec);}const _0x4b1a37=tasks[_0x5a30b4(0x166,_0x12f541._0x3bbd0,_0x12f541._0x394237,0x11f)](_0x2b37fb);function _0xb0a3fb(_0x143579,_0x50fc98,_0x54de97,_0x1b325d){return _0x4940cd(_0x143579-0x28b,_0x50fc98-0x122,_0x54de97-0x1e6,_0x1b325d);}if(!_0x4b1a37){const _0x18c139={};return _0x18c139['error']=_0x3c1c8e[_0xb0a3fb(0x456,0x3ad,_0x12f541._0x483553,0x48c)],_0x18c139[_0xb0a3fb(0x4db,0x442,0x53e,_0x12f541._0x3c4063)]=_0x5a30b4(_0x12f541._0x17f019,_0x12f541._0x4a8201,0x1ce,0x1d3)+_0x5a30b4(_0x12f541._0x27054b,_0x12f541._0x12fc23,_0x12f541._0x5d2366,0x179)+'und',_0x59a9f3[_0xb0a3fb(0x3fd,0x463,0x365,0x35c)](-0x1*0x207+0x529*0x1+0x1*-0x18e)[_0x5a30b4(_0x12f541._0x1676d8,_0x12f541._0x1cc5e1,_0x12f541._0x1aed8e,_0x12f541._0x5b2e3c)](_0x18c139);}if(_0x4b1a37[_0x5a30b4(_0x12f541._0x2ed611,0xeb,0x1f1,_0x12f541._0x37a34b)+_0x5a30b4(_0x12f541._0x442f5b,_0x12f541._0x3d195f,0x170,_0x12f541._0xc6510c)]!==_0x3e5d7c[_0xb0a3fb(_0x12f541._0x2c2c72,_0x12f541._0x3d95a1,_0x12f541._0x5b522e,0x48d)]){const _0x7b0a87={};return _0x7b0a87[_0xb0a3fb(0x3bd,0x431,_0x12f541._0x1f98aa,0x424)]=_0x3c1c8e['rcvhd'],_0x7b0a87['message']=_0x5a30b4(_0x12f541._0x561b46,_0x12f541._0x324de4,_0x12f541._0x1597ca,0x1d3)+'ive\x20is\x20not'+_0xb0a3fb(_0x12f541._0x2a8d5d,_0x12f541._0x586aee,_0x12f541._0xdd6fcd,0x497)+'f\x20the\x20pare'+_0xb0a3fb(0x435,0x440,_0x12f541._0x1f5948,_0x12f541._0x2a2aff)+'ve',_0x59a9f3[_0x5a30b4(0x14b,0x1dc,_0x12f541._0x5b00ef,0x13d)](-0x24b*-0x1+-0x21b1+0x20f9)[_0x5a30b4(0x287,_0x12f541._0xc94469,0x23c,_0x12f541._0x5b2e3c)](_0x7b0a87);}if(_0x4b1a37['status']!==_0x5a30b4(0x24d,0x16d,0x1bf,_0x12f541._0x1becc9)){if(_0x3c1c8e[_0x5a30b4(0x1d7,_0x12f541._0x2db73d,_0x12f541._0x55c5ff,_0x12f541._0x392c65)](_0x3c1c8e[_0x5a30b4(_0x12f541._0x54e43e,0x209,0x1ce,0x170)],_0x3c1c8e[_0x5a30b4(0xf2,0x241,_0x12f541._0x54ac66,_0x12f541._0x4eca33)])){const {parentObjective:_0x61d5ca,callingTask:_0x586887}=_0x274b48,_0x42cc51=_0x61d5ca[_0xb0a3fb(0x41d,_0x12f541._0xf311cd,0x4c6,0x4a3)+_0xb0a3fb(_0x12f541._0x1a193a,_0x12f541._0x541db2,_0x12f541._0x4837d5,0x4d3)];if(!_0x42cc51){const _0x95c60e={};return _0x95c60e['siblings']=[],_0x95c60e[_0xb0a3fb(_0x12f541._0x56fd3b,_0x12f541._0x47fc99,0x3ec,_0x12f541._0x198493)+'ctiveId']=_0x61d5ca['taskId'],_0x35cebe[_0x5a30b4(_0x12f541._0x89b73d,0x223,0x2a7,_0x12f541._0x7f573a)](_0x95c60e);}const _0x4d2261=[];for(const [,_0x9f0346]of _0xbd5997[_0x5a30b4(0x1f6,_0x12f541._0x4f2bbf,_0x12f541._0x1329fb,0x203)]()){if(_0x3c1c8e['iMHGL'](_0x9f0346[_0x5a30b4(0x1c3,0x12b,_0x12f541._0x394237,_0x12f541._0x37a34b)+_0x5a30b4(_0x12f541._0x39f96b,_0x12f541._0x4bea06,_0x12f541._0x44d9a3,_0x12f541._0x37ea57)],_0x42cc51)&&_0x9f0346[_0x5a30b4(_0x12f541._0x1b4018,_0x12f541._0x553b51,0x19f,0x13d)]===_0x3c1c8e[_0x5a30b4(_0x12f541._0x4159db,0x27e,_0x12f541._0x6c457a,_0x12f541._0x570b7e)]&&_0x3c1c8e[_0x5a30b4(_0x12f541._0x4b9d92,_0x12f541._0x1dd9d3,0xb6,_0x12f541._0x240106)](_0x9f0346['taskId'],_0x61d5ca[_0xb0a3fb(_0x12f541._0x2c2c72,_0x12f541._0x1d677a,0x3f3,_0x12f541._0x4b1f54)])){const _0xa75038={};_0xa75038['taskId']=_0x9f0346['taskId'],_0xa75038[_0xb0a3fb(_0x12f541._0x597bcb,0x4c6,0x4f2,0x52e)]=_0x9f0346[_0x5a30b4(_0x12f541._0x65c06d,0x20c,0x212,_0x12f541._0x497ce8)],_0xa75038[_0x5a30b4(_0x12f541._0x48c90e,_0x12f541._0x5510a0,0xf9,0x17f)]=_0x9f0346[_0x5a30b4(_0x12f541._0x2b684c,0x1e6,0x220,_0x12f541._0x2a6cb6)],_0xa75038[_0xb0a3fb(_0x12f541._0x4c6eb5,0x42c,0x4b5,_0x12f541._0x4d419a)]=_0x9f0346[_0xb0a3fb(_0x12f541._0x4c6eb5,_0x12f541._0x24d886,_0x12f541._0xfb4333,0x49a)],_0x4d2261[_0xb0a3fb(0x4e0,0x528,0x46c,0x500)](_0xa75038);}}_0x4d2261[_0xb0a3fb(0x3c3,0x336,_0x12f541._0xc4870a,0x375)]((_0x3435a6,_0x4aba42)=>(_0x3435a6[_0x5a30b4(0x1ea,0x1c7,0x1aa,0x17f)]||0x416*0x7+-0xfa9*-0x1+-0xec1*0x3)-(_0x4aba42[_0xb0a3fb(0x43f,0x3ab,0x3ca,0x45e)]||-0x22e1*-0x1+-0x1*-0x64d+-0x292e));const _0xe2ac7b={};_0xe2ac7b[_0xb0a3fb(_0x12f541._0x241b3a,0x4bb,_0x12f541._0x4e7ee7,_0x12f541._0x4489fe)]=_0x586887[_0xb0a3fb(0x415,_0x12f541._0x348969,_0x12f541._0x19e36e,0x392)],_0xe2ac7b[_0x5a30b4(_0x12f541._0x5a168c,_0x12f541._0xe21749,_0x12f541._0x516461,0x15d)+'ctiveId']=_0x61d5ca['taskId'],_0xe2ac7b[_0xb0a3fb(0x3d2,0x379,_0x12f541._0x5f0eff,0x442)+'nt']=_0x4d2261[_0x5a30b4(_0x12f541._0x52d311,0x7d,_0x12f541._0x2030ff,0x127)],_0x89a940['info'](_0x3c1c8e[_0x5a30b4(_0x12f541._0x433041,0x1be,0x1e6,_0x12f541._0x289ca3)],_0xe2ac7b);const _0x4d970b={};_0x4d970b[_0x5a30b4(0x1bb,_0x12f541._0x4d3e1c,0x2cd,_0x12f541._0x1d165a)]=_0x4d2261,_0x4d970b[_0xb0a3fb(_0x12f541._0x5da5b7,_0x12f541._0x5da1d8,_0x12f541._0x393571,_0x12f541._0x220bc5)+'ctiveId']=_0x61d5ca[_0x5a30b4(_0x12f541._0x180957,_0x12f541._0x4f0e69,_0x12f541._0x2a110f,_0x12f541._0x383fb6)],_0x4d970b[_0xb0a3fb(0x437,0x3e8,0x399,0x3ed)+_0x5a30b4(0xe9,_0x12f541._0x254707,_0x12f541._0x29cada,0x18a)+'Id']=_0x42cc51,_0x4e834f[_0x5a30b4(0x2bf,_0x12f541._0x49e578,_0x12f541._0x50dece,0x238)](_0x4d970b);}else{const _0x4296aa={};return _0x4296aa['error']=_0x5a30b4(_0x12f541._0x4bea06,0x175,_0x12f541._0x5d4f0a,_0x12f541._0x284570)+'t',_0x4296aa[_0xb0a3fb(_0x12f541._0x4f080d,0x4d0,_0x12f541._0x5d2239,0x488)]=_0x3c1c8e['tmLiw'],_0x59a9f3[_0xb0a3fb(0x3fd,0x3f1,_0x12f541._0x1b08ee,_0x12f541._0x33d3fa)](-0x1d1c+-0x100a+0x2eb6)[_0xb0a3fb(0x4f8,0x539,0x4a4,0x52b)](_0x4296aa);}}logger[_0xb0a3fb(_0x12f541._0x449944,_0x12f541._0x1cf566,_0x12f541._0x538439,0x3d4)](_0x3c1c8e[_0x5a30b4(_0x12f541._0x3e34d5,0x259,_0x12f541._0x1fc0ea,_0x12f541._0x5cf21d)],{'taskId':_0x48d111[_0x5a30b4(0x10a,_0x12f541._0x4d2bb5,_0x12f541._0x315df1,0x155)],'parentObjectiveId':_0x3e5d7c[_0xb0a3fb(_0x12f541._0x20ad3d,_0x12f541._0xc4870a,0x498,0x436)],'subObjectiveId':_0x2b37fb,'updatingName':_0x3c1c8e[_0x5a30b4(_0x12f541._0xf1290b,0x1ba,0xc4,_0x12f541._0x917120)](_0x384c3a,undefined),'updatingInstructions':_0x12cfd0!==undefined});const _0x979da4=new Date()[_0xb0a3fb(0x4e4,_0x12f541._0x251bfc,_0x12f541._0x2c540b,0x51e)+'g']();_0x3c1c8e[_0xb0a3fb(_0x12f541._0x535b08,_0x12f541._0x1f5948,_0x12f541._0x2c9994,_0x12f541._0x53bc3f)](_0x384c3a,undefined)&&(_0x4b1a37[_0x5a30b4(0x18b,_0x12f541._0x47fbc1,0x27b,0x1fc)]=_0x384c3a);function _0x5a30b4(_0x3c9a77,_0x2d2a76,_0x2e5d42,_0xf71622){return _0x4be807(_0x3c9a77-_0xf57bd1._0x51cf55,_0x2d2a76-_0xf57bd1._0x1308a2,_0x2e5d42,_0xf71622-0x70);}_0x3c1c8e[_0xb0a3fb(0x4f5,_0x12f541._0x65bcfb,_0x12f541._0x3b4e88,0x4bc)](_0x12cfd0,undefined)&&(_0x4b1a37[_0xb0a3fb(_0x12f541._0x388848,_0x12f541._0x334518,0x426,_0x12f541._0x226a5e)]={..._0x4b1a37[_0x5a30b4(0x1f1,0x15f,_0x12f541._0x10aa08,0x1d7)],'instructions':_0x12cfd0});_0x4b1a37[_0x5a30b4(_0x12f541._0x4159db,_0x12f541._0x1c03e3,_0x12f541._0x4175d5,0x1dd)]=_0x979da4,_0x4b1a37[_0xb0a3fb(0x442,0x437,_0x12f541._0x58d31d,_0x12f541._0x4b9e5d)+'edByTaskId']=_0x48d111[_0x5a30b4(0x195,0x146,_0x12f541._0x4274fe,_0x12f541._0x4a1f84)];try{const _0x291219=await findTaskDirectory(_0x2b37fb);if(_0x291219){const _0x39f9ab=_0x162ece[_0xb0a3fb(_0x12f541._0x423b3b,0x4f9,0x441,_0x12f541._0x198493)](_0x291219,_0x3c1c8e[_0xb0a3fb(0x455,_0x12f541._0x4881a3,0x3cc,0x422)]);await _0x7511b8[_0x5a30b4(0xc4,0xf1,0xe9,0x12e)](_0x39f9ab,JSON[_0x5a30b4(0x1b0,_0x12f541._0x3ddba3,0x175,0x15c)](_0x4b1a37,null,-0x3*-0xf3+-0x15e9+0x1312),_0x5a30b4(_0x12f541._0x65f851,_0x12f541._0x2c928c,_0x12f541._0x4e0bbf,0x221));if(_0x3c1c8e[_0x5a30b4(0x2b0,_0x12f541._0x54a0d3,0x2b3,0x235)](_0x12cfd0,undefined)){const _0x3633b7=_0x162ece[_0x5a30b4(_0x12f541._0x54ea3c,_0x12f541._0x5cfb4c,0x1f0,0x1cb)](_0x291219,_0x3c1c8e[_0x5a30b4(_0x12f541._0x417f48,_0x12f541._0x398634,0x136,_0x12f541._0x2c6e71)]),_0x128082={};_0x128082[_0x5a30b4(_0x12f541._0x17ae0d,_0x12f541._0x380f39,_0x12f541._0x46ea88,_0x12f541._0x591ac8)]=!![],await _0x7511b8[_0xb0a3fb(_0x12f541._0x18838e,0x47c,_0x12f541._0x156ed0,_0x12f541._0x42daf8)](_0x3633b7,_0x128082);const _0x25f88e=_0x162ece[_0x5a30b4(_0x12f541._0x3f6f44,_0x12f541._0x4159db,0x17c,_0x12f541._0x4bea06)](_0x3633b7,_0x3c1c8e[_0xb0a3fb(_0x12f541._0x2549bb,_0x12f541._0xe1d678,0x4f0,0x42e)]);await _0x7511b8[_0xb0a3fb(0x3ee,0x383,0x40d,_0x12f541._0x31a31e)](_0x25f88e,_0x12cfd0,_0x3c1c8e[_0xb0a3fb(_0x12f541._0x276031,_0x12f541._0x5cd62f,0x44f,0x477)]);}}}catch(_0x39c409){const _0x1d8eda={};_0x1d8eda[_0xb0a3fb(_0x12f541._0x56f52e,_0x12f541._0x26c1f8,0x522,_0x12f541._0x4d3084)+'d']=_0x2b37fb,_0x1d8eda[_0xb0a3fb(_0x12f541._0x35a9d1,_0x12f541._0x2bfd82,_0x12f541._0x1d2606,0x3a1)]=_0x39c409[_0x5a30b4(0x1ea,_0x12f541._0x4159db,0x23e,0x21b)],logger[_0x5a30b4(0x162,0x13e,_0x12f541._0x5d1a42,0xfd)](_0x3c1c8e[_0x5a30b4(0x1d8,0x1f5,_0x12f541._0x249bdf,0x20c)],_0x1d8eda);}if(broadcastTaskUpdate){const _0x4c2ffa={};_0x4c2ffa[_0x5a30b4(0x184,_0x12f541._0x579ddd,_0x12f541._0x547e4b,_0x12f541._0x383fb6)]=_0x4b1a37['taskId'],_0x4c2ffa[_0xb0a3fb(_0x12f541._0x597bcb,0x46a,0x4a4,0x4ed)]=_0x4b1a37[_0x5a30b4(_0x12f541._0x1bf348,0x283,_0x12f541._0x768acb,0x1fc)],_0x4c2ffa['instructio'+'ns']=_0x4b1a37[_0xb0a3fb(0x497,0x4cd,0x541,_0x12f541._0x5d2258)]?.[_0xb0a3fb(0x4ec,_0x12f541._0x24a9f3,0x4d5,_0x12f541._0x4e1a74)+'ns'],_0x4c2ffa['updatedAt']=_0x4b1a37[_0x5a30b4(0x27f,0x247,0x194,_0x12f541._0xefee26)],_0x3c1c8e[_0xb0a3fb(0x3c5,_0x12f541._0xb83789,0x438,0x45e)](broadcastTaskUpdate,_0x3c1c8e[_0xb0a3fb(0x3c0,_0x12f541._0x3acd13,0x41b,0x45c)],_0x4c2ffa);}const _0x45f451={};_0x45f451['taskId']=_0x48d111['taskId'],_0x45f451[_0x5a30b4(0x233,_0x12f541._0x105fcf,_0x12f541._0x2063e7,_0x12f541._0x183b62)+_0x5a30b4(0x1e4,_0x12f541._0x573f53,0x1a2,0x213)]=_0x2b37fb,logger['info']('Sub-object'+_0xb0a3fb(0x48e,0x483,_0x12f541._0x87dee5,_0x12f541._0x5c9f5d)+_0x5a30b4(_0x12f541._0x5d0240,0x117,0xfc,0x166),_0x45f451);const _0x352d9c={};_0x352d9c['success']=!![],_0x352d9c[_0x5a30b4(_0x12f541._0x52ca37,_0x12f541._0x38ce24,_0x12f541._0x5d68c8,0x155)]=_0x4b1a37[_0x5a30b4(0x130,_0x12f541._0x22e616,0xf2,0x155)],_0x352d9c[_0xb0a3fb(0x4bc,_0x12f541._0xb83789,_0x12f541._0x17d493,0x448)]=_0x4b1a37[_0x5a30b4(_0x12f541._0x387baf,0x1f7,0x180,0x1fc)],_0x352d9c[_0x5a30b4(_0x12f541._0x35dfb4,_0x12f541._0x1eaa11,_0x12f541._0x44d0f0,0x22c)+'ns']=_0x4b1a37[_0x5a30b4(_0x12f541._0x279693,_0x12f541._0x1c58c3,_0x12f541._0x1622a9,0x1d7)]?.[_0x5a30b4(_0x12f541._0x515418,_0x12f541._0x318944,_0x12f541._0x559944,0x22c)+'ns'],_0x352d9c[_0xb0a3fb(_0x12f541._0x40cee4,_0x12f541._0x20bac8,0x4f6,0x521)]=_0x4b1a37[_0xb0a3fb(0x49d,0x4e1,0x498,_0x12f541._0x247e50)],_0x59a9f3[_0xb0a3fb(0x4f8,_0x12f541._0x510136,0x48c,_0x12f541._0x412232)](_0x352d9c);}),router['delete'](_0x4940cd(0x145,0x1c7,0xc8,0x17d)+_0x4be807(0x225,0x177,0x21a,0x1b6)+_0x4940cd(0x1b2,0x22f,0x163,0x1d8),requireTaskAuth,async(_0xcc4332,_0x425baf)=>{const _0x576d4c={_0x25e1ff:0x76,_0x90c7a4:0x112,_0x309717:0xef,_0x3500d3:0x63,_0x21b4c1:0x115,_0x3c15cd:0x9b,_0x1d122d:0x3b,_0x2cbe24:0x120,_0x455f94:0x36,_0x5ac5c9:0x1a,_0x36e7d9:0x1,_0x37b88d:0x159,_0x449d90:0x78,_0x1fbde6:0x122,_0x18c443:0xb4,_0x1ee051:0x9d,_0x96ac05:0x41,_0x17dc71:0x40,_0x490941:0x10,_0x1b32fe:0xa5,_0x47fd78:0xcf,_0x58c22f:0x90,_0x1c5097:0x126,_0x46999c:0x103,_0x3b5d52:0xfc,_0x904e9f:0x14e,_0x4d3441:0xe2,_0x42cf25:0xc9,_0x51e4d3:0xd6,_0x37fd2b:0x64,_0x2c60f6:0x1d,_0x26e6c4:0x6e,_0x2223fa:0x1c,_0x390cb2:0x87,_0x453205:0xcc,_0x3e06b0:0xbc,_0x5afd77:0x2f,_0x30ec69:0x29,_0x8cb888:0x3c,_0x2d1324:0x58,_0x5ad20c:0x5f,_0x2ecc1d:0x2d,_0x4def63:0x56,_0x53b4b0:0x49,_0x276377:0xb4,_0x189cff:0xbf,_0x32983c:0x79,_0x3f2fdc:0x73,_0x49c5b3:0x63,_0xb57919:0xbb,_0x16078b:0xab,_0x4f932f:0x68,_0x1b16c2:0x9f,_0x1b6eb9:0xfd,_0x40db64:0x80,_0x1a8c15:0x13,_0x49b820:0x75,_0x3d44d8:0xdc,_0x100150:0x14b,_0x5a6ae2:0x66,_0x5c238a:0x85,_0x135724:0xb7,_0x3d6aa8:0xa8,_0x32117c:0x8b,_0x1a6cf9:0x22,_0x62c315:0x212,_0x3d2737:0x21b,_0x6164cc:0x165,_0x4a3f77:0xa6,_0x567313:0x73,_0x90f04b:0x16,_0x12a126:0x55,_0x4bfef2:0xa6,_0x450f62:0xad,_0x4a9dc7:0x1d,_0x27d5e5:0xad,_0xbf52d8:0x58,_0x3afe7d:0x46,_0x53aba2:0x152,_0x2b0a6a:0x184,_0x1bc78f:0x4a,_0x58bf26:0xf,_0x34acfa:0x84,_0x2d3180:0x57,_0x5244e2:0x4b,_0x374f26:0x41,_0x178ecf:0x3f,_0x80875e:0x82,_0x2fafbd:0x69,_0xc25a09:0x71,_0x2209c8:0x2c,_0x4a8491:0x10f,_0x10116c:0xb1,_0xf1cef9:0x95,_0x3cb046:0x67,_0x1219e6:0x57,_0x390bc9:0xc2,_0x211ed6:0xfe,_0x1f319b:0x13d,_0x444b29:0x8e,_0x46cdfb:0x101,_0x164eab:0x14f,_0x513d36:0xbf,_0x3cf4fd:0xc7,_0x4228b9:0x13a,_0x5c26b5:0xa0,_0x446e6c:0x98,_0x2f72e3:0x55,_0x141669:0x9c,_0x46e241:0x122,_0x19a128:0x42,_0x28a658:0x21f,_0x11b229:0xec,_0x26c37b:0x70,_0x1add48:0x54,_0x2e8987:0x4b,_0x29b6d0:0x2b,_0x49d230:0x3d,_0x1b59cb:0x59,_0x5f381b:0x56,_0x25be4c:0x1d8,_0x54a3fc:0xbf,_0x8ac2a8:0x7,_0x564169:0x1,_0x654c15:0x14,_0xc54751:0x81,_0x2ce034:0x3f,_0x7562ef:0x3b,_0xf8de2f:0xdf,_0x16272b:0xe6,_0x366d9d:0x6a,_0x19f3ad:0xb2,_0xe95687:0x144,_0x313db8:0xac,_0x1e94f4:0xaa,_0x3ac62e:0x1a,_0x50379c:0x1a1,_0x464f6d:0x116,_0x3b4174:0x5,_0x5afcda:0x3,_0x1a3dd6:0x33,_0x5d9a9f:0x129,_0x3c1acb:0xaf,_0x9266ae:0x97,_0x3b790a:0x18a,_0x1d9dd1:0xa1,_0x77d5ea:0x8e,_0x270767:0x94,_0x89051e:0x10d,_0x6348c:0x9a,_0x3f4174:0x18,_0x1b2a50:0x10e,_0x5e3e15:0x111,_0x3c55b5:0x96,_0xe338ff:0x27,_0x5249f7:0xb9,_0x20a208:0x119,_0x34a73a:0xe0,_0x151b3c:0x7e,_0x10f46b:0x37,_0x4d0d2b:0x3b,_0x2ac08a:0x9,_0x4560fe:0x45,_0x142689:0xaa,_0x2c205d:0x5e,_0x58dc67:0xa0,_0x230117:0x4e,_0xd4911b:0x4b,_0x2e22ab:0x49,_0x40bffa:0x13f,_0x3eca3e:0xbf,_0x29e454:0x79,_0x2ee1e8:0x15c,_0x2abd73:0x15a,_0x5cbc87:0x176,_0x446295:0xd7,_0x5c40c3:0x0,_0x59f5ca:0x71,_0x443850:0x1d8,_0x5db007:0x185,_0x26f275:0x17e,_0x53b23a:0x1e7,_0x5e151d:0x5f,_0x53532d:0x101,_0x3e3f18:0x121,_0x2f1f80:0xa4,_0x48cec7:0x11c,_0x3555d8:0x74,_0x4e2a16:0x176,_0x17cf0e:0x11b,_0x1910f6:0xc7,_0x12339f:0xd9,_0x20a157:0x1f4,_0x42adfd:0x43,_0x4c07f3:0x70,_0x4366e7:0x113,_0x4a0069:0x175,_0x3af6ac:0x135,_0x4f1619:0x1,_0xfde0c6:0xc8,_0x5977d5:0x100,_0x335fa5:0xe4,_0x8a8956:0x137,_0x4f8a5b:0x7d,_0x4badd5:0x21,_0x2b5e09:0x48,_0x3a2c39:0x56,_0x378167:0x97,_0x5e9284:0x122},_0x4a0e23={_0x1c201d:0x3e,_0x56d9d5:0x122},_0x15fdfd={_0x1dd87e:0xd3,_0x33722c:0x4e,_0x16ec08:0x23};function _0x1e86e9(_0x139a70,_0xb9fe16,_0x4ed8c6,_0x48893c){return _0x4940cd(_0x139a70- -_0x15fdfd._0x1dd87e,_0xb9fe16-_0x15fdfd._0x33722c,_0x4ed8c6-_0x15fdfd._0x16ec08,_0xb9fe16);}const _0x216ad9={'cUbIF':'Parent\x20is\x20'+_0x1e86e9(_0x576d4c._0x25e1ff,0x0,_0x576d4c._0x90c7a4,0x102)+'ective','GHHBD':_0x59fb86(0xc1,_0x576d4c._0x309717,0x4c,-0x12)+_0x59fb86(_0x576d4c._0x3500d3,_0x576d4c._0x21b4c1,0x95,-0x6)+'\x20objective'+'\x20details','krtLJ':_0x1e86e9(_0x576d4c._0x3c15cd,_0x576d4c._0x1d122d,_0x576d4c._0x2cbe24,0x70)+_0x59fb86(-0xbe,_0x576d4c._0x455f94,-_0x576d4c._0x5ac5c9,_0x576d4c._0x36e7d9),'cOdAv':'Not\x20Found','uumRj':'Sub-object'+'ive\x20not\x20fo'+_0x1e86e9(0xd4,_0x576d4c._0x37b88d,_0x576d4c._0x449d90,0x127),'klPHG':function(_0x43c7bf,_0x4e0c4b){return _0x43c7bf!==_0x4e0c4b;},'fwfhu':_0x59fb86(_0x576d4c._0x1fbde6,_0x576d4c._0x18c443,_0x576d4c._0x1ee051,_0x576d4c._0x96ac05),'WWKOt':'objective','ltMFa':_0x59fb86(0x57,0x48,-_0x576d4c._0x17dc71,0x31),'kZRLt':'Target\x20is\x20'+'not\x20an\x20obj'+_0x59fb86(-0x46,-0x5c,-0x75,-0xc9),'XGJdC':_0x59fb86(-0x43,_0x576d4c._0x490941,-0x77,-0xa6),'fqMwf':'Cannot\x20del'+_0x59fb86(0x120,0x9d,_0x576d4c._0x1b32fe,0xf1)+_0x59fb86(-_0x576d4c._0x47fd78,-0xd2,-_0x576d4c._0x58c22f,-_0x576d4c._0x1c5097)+_0x1e86e9(_0x576d4c._0x46999c,_0x576d4c._0x3b5d52,_0x576d4c._0x904e9f,_0x576d4c._0x4d3441)+'ldren.\x20Del'+_0x59fb86(-0xd4,-_0x576d4c._0x42cf25,-0x44,0x12)+_0x59fb86(_0x576d4c._0x51e4d3,_0x576d4c._0x37fd2b,0x5a,0xdd),'rocTH':_0x59fb86(_0x576d4c._0x2c60f6,0x28,-_0x576d4c._0x26e6c4,-0xb2)+_0x59fb86(-_0x576d4c._0x2223fa,-0x51,-_0x576d4c._0x390cb2,-0xb)+_0x1e86e9(_0x576d4c._0x453205,_0x576d4c._0x3e06b0,_0x576d4c._0x5afd77,0x114),'trMjt':function(_0x362978,_0x1c6e07){return _0x362978!==_0x1c6e07;},'kcTTp':_0x59fb86(_0x576d4c._0x30ec69,0xac,_0x576d4c._0x1d122d,0xb1),'gYoJf':_0x59fb86(_0x576d4c._0x8cb888,0x6,_0x576d4c._0x2d1324,_0x576d4c._0x5ad20c)+_0x1e86e9(0x13b,0x1dd,0x190,0xf6)+_0x59fb86(0x107,0xe2,0x6e,0x10f)+_0x59fb86(-_0x576d4c._0x2ecc1d,_0x576d4c._0x17dc71,0x3d,-_0x576d4c._0x4def63),'rXnKT':'xefbN','rWqxg':function(_0x4a62d3,_0xc7473b,_0x586ce3){return _0x4a62d3(_0xc7473b,_0x586ce3);},'AHFig':_0x59fb86(-0x59,_0x576d4c._0x96ac05,-0x5f,_0x576d4c._0x53b4b0)+'ed'},{parentObjective:_0x3f72cc,callingTask:_0x415db1}=_0xcc4332,{objectiveId:_0x1d3dee}=_0xcc4332[_0x1e86e9(0x93,0x37,0x4f,0xd0)],_0x511ade=tasks['get'](_0x1d3dee);if(!_0x511ade){const _0x534fa3={};return _0x534fa3[_0x59fb86(-0x90,-_0x576d4c._0x276377,-0x95,-_0x576d4c._0x189cff)]=_0x216ad9[_0x1e86e9(_0x576d4c._0x32983c,0x4d,_0x576d4c._0x3f2fdc,_0x576d4c._0x49c5b3)],_0x534fa3[_0x59fb86(0x15,_0x576d4c._0xb57919,0x89,_0x576d4c._0x16078b)]=_0x216ad9[_0x59fb86(0x19,-0xec,-_0x576d4c._0x4f932f,-0x30)],_0x425baf[_0x1e86e9(_0x576d4c._0x1b16c2,0x118,-0x3,0x46)](-0x209f+-0x2*-0x6bb+-0x1*-0x14bd)[_0x1e86e9(0x19a,0x228,0x11a,_0x576d4c._0x1b6eb9)](_0x534fa3);}if(_0x216ad9[_0x1e86e9(_0x576d4c._0x40db64,_0x576d4c._0x1a8c15,_0x576d4c._0x49b820,0x47)](_0x511ade[_0x1e86e9(0xbf,0x11e,_0x576d4c._0x3d44d8,_0x576d4c._0x100150)+_0x59fb86(0xc1,0x80,_0x576d4c._0x5a6ae2,_0x576d4c._0x5c238a)],_0x3f72cc[_0x1e86e9(_0x576d4c._0x135724,_0x576d4c._0x3d6aa8,_0x576d4c._0x58c22f,0xa5)])){const _0x3cb822={};return _0x3cb822['error']=_0x216ad9[_0x59fb86(_0x576d4c._0x32117c,0x126,0x91,_0x576d4c._0x1a6cf9)],_0x3cb822[_0x1e86e9(0x17d,_0x576d4c._0x62c315,0x221,_0x576d4c._0x3d2737)]=_0x1e86e9(0x135,_0x576d4c._0x2cbe24,_0x576d4c._0x6164cc,0x108)+'ive\x20is\x20not'+_0x1e86e9(_0x576d4c._0x4a3f77,0x13f,0xeb,0x59)+'f\x20the\x20pare'+_0x59fb86(_0x576d4c._0x567313,-_0x576d4c._0x1b16c2,-0x1d,_0x576d4c._0x90f04b)+'ve',_0x425baf[_0x59fb86(-0x4,0x1b,-_0x576d4c._0x12a126,0xb)](-0x1a0*0x5+-0xb*0xdb+0x131c)[_0x59fb86(0x12e,0x148,_0x576d4c._0x4bfef2,_0x576d4c._0x904e9f)](_0x3cb822);}if(_0x216ad9['klPHG'](_0x511ade[_0x1e86e9(_0x576d4c._0x1b16c2,0xdb,0x135,_0x576d4c._0x450f62)],_0x216ad9[_0x59fb86(_0x576d4c._0x4a9dc7,-_0x576d4c._0x27d5e5,-_0x576d4c._0xbf52d8,_0x576d4c._0x3afe7d)])){if(_0x1e86e9(_0x576d4c._0x276377,0x5e,0x2b,_0x576d4c._0x53aba2)!==_0x216ad9[_0x1e86e9(0x149,0x191,_0x576d4c._0x2b0a6a,0x1ac)]){const _0xaff9e1={};_0xaff9e1[_0x59fb86(-_0x576d4c._0x1bc78f,-0x95,-0x3d,_0x576d4c._0x58bf26)]=_0x2e1f60,_0xaff9e1['sourceObje'+_0x59fb86(_0x576d4c._0x34acfa,_0x576d4c._0x2d3180,0x66,0xfa)]=_0xaf3bcd[_0x59fb86(_0x576d4c._0x5244e2,_0x576d4c._0x374f26,-0x46,_0x576d4c._0x178ecf)+_0x59fb86(_0x576d4c._0x80875e,0x66,0x66,_0x576d4c._0x2fafbd)],_0xaff9e1[_0x59fb86(-0x8e,-_0x576d4c._0xc25a09,-0x55,0x54)]=_0x4103be[_0x59fb86(-_0x576d4c._0x2209c8,-0x7a,-0x55,-_0x576d4c._0x8cb888)],_0x3bde03[_0x1e86e9(_0x576d4c._0x4a8491,_0x576d4c._0x10116c,0x191,0x162)](_0x216ad9['cUbIF'],_0xaff9e1);const _0x3b4134={};return _0x3b4134[_0x59fb86(-0x7,-0x7c,-_0x576d4c._0xf1cef9,-0x103)]='Bad\x20Reques'+'t',_0x3b4134['message']=_0x59fb86(-0xaa,-0xc1,-0x6a,-0xeb)+_0x59fb86(-_0x576d4c._0x3cb046,-0x17,-0x7e,0x2c)+'ective',_0x2dc371[_0x59fb86(-0x11,-_0x576d4c._0x1219e6,-0x55,-_0x576d4c._0x309717)](0x864+-0x1*-0xc3e+-0x1312)['json'](_0x3b4134);}else{const _0xa649d4={};return _0xa649d4[_0x1e86e9(_0x576d4c._0x5ad20c,-0x42,0x60,_0x576d4c._0x390bc9)]='Bad\x20Reques'+'t',_0xa649d4[_0x59fb86(_0x576d4c._0x211ed6,0x91,0x89,-0x14)]=_0x216ad9['kZRLt'],_0x425baf[_0x1e86e9(0x9f,_0x576d4c._0x1f319b,_0x576d4c._0x444b29,_0x576d4c._0x46cdfb)](0x23f+0xadb+-0xb8a)['json'](_0xa649d4);}}for(const [,_0x5f48ff]of tasks[_0x1e86e9(0x165,0x11f,_0x576d4c._0x164eab,0xbb)]()){if(_0x5f48ff[_0x1e86e9(_0x576d4c._0x513d36,_0x576d4c._0x1bc78f,_0x576d4c._0x3cf4fd,_0x576d4c._0x4228b9)+'ctiveId']===_0x1d3dee&&_0x5f48ff[_0x59fb86(-_0x576d4c._0x5c26b5,-_0x576d4c._0x446e6c,-_0x576d4c._0x2f72e3,0x48)]===_0x216ad9[_0x1e86e9(_0x576d4c._0x141669,_0x576d4c._0x390bc9,0xed,_0x576d4c._0x46e241)]){const _0x516d50={};return _0x516d50[_0x1e86e9(_0x576d4c._0x5ad20c,-0x14,0x2c,_0x576d4c._0x19a128)]=_0x216ad9['XGJdC'],_0x516d50[_0x1e86e9(0x17d,0x116,0x1e9,_0x576d4c._0x28a658)]=_0x216ad9[_0x1e86e9(0xaf,0x7f,_0x576d4c._0x11b229,_0x576d4c._0x51e4d3)],_0x425baf[_0x59fb86(-_0x576d4c._0x26c37b,-0x2d,-_0x576d4c._0x2f72e3,-_0x576d4c._0x1add48)](-0x173f+0x212*-0x1+0x1aea)[_0x59fb86(0x53,_0x576d4c._0x2e8987,0xa6,0xc0)](_0x516d50);}}const _0x5a8356={};_0x5a8356[_0x59fb86(-0x9f,-_0x576d4c._0x29b6d0,-_0x576d4c._0x49d230,0x3e)]=_0x415db1[_0x1e86e9(_0x576d4c._0x135724,_0x576d4c._0x1b59cb,_0x576d4c._0x5f381b,0xbb)];function _0x59fb86(_0x13c25d,_0x47f2e0,_0x5d05d3,_0x21cfec){return _0x4be807(_0x13c25d-_0x4a0e23._0x1c201d,_0x47f2e0-0x157,_0x13c25d,_0x5d05d3- -_0x4a0e23._0x56d9d5);}_0x5a8356['parentObje'+_0x1e86e9(0x15a,_0x576d4c._0x25be4c,0x12d,_0x576d4c._0x1fbde6)]=_0x3f72cc[_0x59fb86(-0x6e,-0xe2,-_0x576d4c._0x49d230,-_0x576d4c._0x54a3fc)],_0x5a8356[_0x59fb86(0x2f,_0x576d4c._0x8ac2a8,_0x576d4c._0x564169,-0x41)+_0x59fb86(-_0x576d4c._0x654c15,0x96,_0x576d4c._0xc54751,-0x1f)]=_0x1d3dee,_0x5a8356[_0x59fb86(-0x71,_0x576d4c._0x2ce034,_0x576d4c._0x564169,0x97)+_0x59fb86(-_0x576d4c._0x7562ef,0x32,0x5f,0x36)]=_0x511ade[_0x59fb86(_0x576d4c._0xf8de2f,_0x576d4c._0x16272b,_0x576d4c._0x366d9d,-0x29)],logger[_0x1e86e9(_0x576d4c._0x19f3ad,_0x576d4c._0xe95687,_0x576d4c._0x313db8,0x69)](_0x216ad9[_0x1e86e9(0x98,_0x576d4c._0x1e94f4,-0x1,0x47)],_0x5a8356),tasks[_0x1e86e9(0x6b,0x32,-0xc,-_0x576d4c._0x3ac62e)](_0x1d3dee);try{const _0x2d165c=await findTaskDirectory(_0x1d3dee);if(_0x2d165c){if(_0x216ad9['trMjt'](_0x216ad9['kcTTp'],'nNCLO')){const _0x4470e1={};_0x4470e1[_0x1e86e9(_0x576d4c._0x50379c,0x203,0x128,0x19b)]=!![],_0x4470e1['force']=!![],await _0x7511b8['rm'](_0x2d165c,_0x4470e1);}else{const {parentObjective:_0x134a58,callingTask:_0x3e285b}=_0x25e5e4,_0x1dd22f={};_0x1dd22f['taskId']=_0x3e285b['taskId'],_0x1dd22f[_0x59fb86(_0x576d4c._0x464f6d,_0x576d4c._0x42cf25,0x72,_0x576d4c._0x3b4174)+'d']=_0x134a58[_0x59fb86(_0x576d4c._0x5f381b,-0xd,-0x3d,-0xaf)],_0x163767[_0x59fb86(_0x576d4c._0x5afcda,-_0x576d4c._0x1a3dd6,-0x42,-0x8c)](_0x216ad9[_0x1e86e9(0xc5,0x56,0x37,_0x576d4c._0x5d9a9f)],_0x1dd22f);const _0x2bac84={};_0x2bac84[_0x59fb86(-_0x576d4c._0x3c1acb,0x44,-_0x576d4c._0x49d230,-0xa3)]=_0x134a58[_0x59fb86(-_0x576d4c._0x9266ae,-0xbe,-0x3d,_0x576d4c._0x564169)],_0x2bac84[_0x1e86e9(0x15e,0xce,0x14b,_0x576d4c._0x3b790a)]=_0x134a58[_0x59fb86(0x107,_0x576d4c._0x29b6d0,0x6a,_0x576d4c._0x1d9dd1)],_0x2bac84[_0x59fb86(-0x3f,-0x34,-_0x576d4c._0x2f72e3,-_0x576d4c._0x77d5ea)]=_0x134a58[_0x59fb86(-0xdf,-0x4e,-0x55,-_0x576d4c._0x270767)],_0x2bac84[_0x59fb86(_0x576d4c._0x89051e,0x7,_0x576d4c._0x6348c,_0x576d4c._0x3f4174)+'ns']=_0x134a58['parameters']?.['instructio'+'ns']||'',_0x2bac84[_0x59fb86(_0x576d4c._0x1b2a50,0x2,0x93,_0x576d4c._0x5e3e15)+'t']=_0x134a58[_0x59fb86(_0x576d4c._0x3c55b5,0xf3,0x93,_0x576d4c._0xe338ff)+'t'],_0x2bac84[_0x1e86e9(_0x576d4c._0x5249f7,_0x576d4c._0x3b5d52,_0x576d4c._0x20a208,_0x576d4c._0x34a73a)]=_0x134a58[_0x59fb86(-_0x576d4c._0x151b3c,-_0x576d4c._0x10f46b,-_0x576d4c._0x4d0d2b,0x2b)],_0x2bac84[_0x59fb86(-_0x576d4c._0x2ac08a,-_0x576d4c._0x90f04b,_0x576d4c._0x4560fe,0xe4)]=_0x134a58['parameters'],_0x2bac84[_0x1e86e9(_0x576d4c._0x2cbe24,0x187,0x152,_0x576d4c._0x142689)]=_0x134a58[_0x59fb86(_0x576d4c._0x2c205d,_0x576d4c._0x58dc67,0x2c,_0x576d4c._0x230117)],_0x2bac84[_0x59fb86(0xa5,-0x10,_0x576d4c._0xd4911b,_0x576d4c._0x2e22ab)]=_0x134a58[_0x1e86e9(_0x576d4c._0x40bffa,0xb0,0x164,0x1d6)],_0x2bac84[_0x1e86e9(_0x576d4c._0x3eca3e,_0x576d4c._0x29e454,_0x576d4c._0x2ee1e8,0x146)+_0x1e86e9(_0x576d4c._0x2abd73,_0x576d4c._0x90c7a4,_0x576d4c._0x5cbc87,0xe4)]=_0x134a58[_0x1e86e9(_0x576d4c._0x3eca3e,0x111,0x50,0x8b)+_0x59fb86(_0x576d4c._0x8ac2a8,_0x576d4c._0x446295,0x66,0x5f)],_0x2bac84[_0x59fb86(_0x576d4c._0x5c40c3,0x32,-0x1c,-0x84)+'t']=_0x134a58[_0x59fb86(0x2d,_0x576d4c._0x59f5ca,-0x1c,-0x83)+'t']||0x2*-0x965+0x10d*-0x15+0x28db,_0x2bac84[_0x1e86e9(_0x576d4c._0x51e4d3,0x14a,0x9b,_0x576d4c._0x6348c)+_0x1e86e9(0x17f,0x10f,0x1b6,_0x576d4c._0x443850)]=_0x134a58['lastLaunch'+'edAt'],_0x46c196[_0x1e86e9(0x19a,0xf7,_0x576d4c._0x5db007,_0x576d4c._0x26f275)](_0x2bac84);}}}catch(_0x112762){const _0x4bfc37={};_0x4bfc37[_0x1e86e9(0x166,_0x576d4c._0x53b23a,_0x576d4c._0x464f6d,0xd4)+'d']=_0x1d3dee,_0x4bfc37[_0x1e86e9(_0x576d4c._0x5e151d,0xb4,0x89,_0x576d4c._0x53532d)]=_0x112762[_0x59fb86(_0x576d4c._0x3e3f18,_0x576d4c._0x2f1f80,0x89,_0x576d4c._0x141669)],logger['error'](_0x216ad9[_0x1e86e9(_0x576d4c._0x48cec7,0x1c3,_0x576d4c._0x141669,0x130)],_0x4bfc37);}if(broadcastTaskUpdate){if(_0x216ad9[_0x59fb86(-0x9a,-_0x576d4c._0x5249f7,-_0x576d4c._0x3555d8,-0x90)](_0x216ad9[_0x1e86e9(_0x576d4c._0x4e2a16,_0x576d4c._0x453205,0x20f,0x1f4)],'kfdnx')){const _0x2c939d={};_0x2c939d[_0x1e86e9(0xb7,0x29,_0x576d4c._0x1f319b,_0x576d4c._0x17cf0e)]=_0x1d3dee,_0x216ad9[_0x1e86e9(0x11d,0x142,0x1bb,_0x576d4c._0x3d44d8)](broadcastTaskUpdate,_0x216ad9[_0x1e86e9(_0x576d4c._0x1b32fe,0x9a,_0x576d4c._0x1910f6,0xb2)],_0x2c939d);}else{const _0xdd832={};return _0xdd832['error']=_0x1e86e9(0x66,-0x33,-_0x576d4c._0x10f46b,0x71),_0xdd832[_0x1e86e9(0x17d,0x132,_0x576d4c._0x12339f,_0x576d4c._0x20a157)]=_0x216ad9['krtLJ'],_0x27ddf1['status'](0x822+-0x1d71+0x16e3)[_0x59fb86(0x83,_0x576d4c._0x42adfd,_0x576d4c._0x4a3f77,_0x576d4c._0x4c07f3)](_0xdd832);}}const _0x4afba5={};_0x4afba5['taskId']=_0x415db1['taskId'],_0x4afba5[_0x1e86e9(0xf5,_0x576d4c._0x4366e7,0x193,0xb8)+_0x1e86e9(_0x576d4c._0x4a0069,0x1dd,0x1ef,0xd9)]=_0x1d3dee,logger['info'](_0x1e86e9(_0x576d4c._0x3af6ac,0xbe,0x194,0x1c6)+_0x59fb86(0x73,-_0x576d4c._0x4f1619,0x68,0xcc)+_0x1e86e9(_0x576d4c._0xfde0c6,_0x576d4c._0x5977d5,_0x576d4c._0x335fa5,_0x576d4c._0x8a8956),_0x4afba5);const _0x32bf48={};_0x32bf48[_0x59fb86(-_0x576d4c._0x4f8a5b,_0x576d4c._0x4badd5,-_0x576d4c._0x2b5e09,_0x576d4c._0x8cb888)]=!![],_0x32bf48[_0x59fb86(0x67,0x3d,_0x576d4c._0x3a2c39,_0x576d4c._0x378167)]=_0x1d3dee,_0x425baf[_0x59fb86(_0x576d4c._0x5e9284,_0x576d4c._0x904e9f,0xa6,0x98)](_0x32bf48);});function generateObjectiveId(){const _0x401b1f={_0x11355d:0x34d,_0x446354:0x36a,_0x4c9d24:0x300,_0x5b52fd:0x368,_0x2e3800:0x3be,_0x21dc85:0x153,_0x9ed33a:0x117,_0x310f87:0x31c,_0x401548:0x25b,_0x51f514:0x37f},_0x30a86c={_0x5e1c8f:0x1b7,_0x4d45a9:0x24f},_0x1690b3={_0x1c4333:0x11c};function _0xcc1b57(_0x57ebd1,_0x276f02,_0x19bae0,_0x4536f6){return _0x4940cd(_0x4536f6-_0x1690b3._0x1c4333,_0x276f02-0x64,_0x19bae0-0x9b,_0x19bae0);}function _0x98327c(_0xc7c5c5,_0x3c5cf0,_0x3132ec,_0x32859e){return _0x4be807(_0xc7c5c5-_0x30a86c._0x5e1c8f,_0x3c5cf0-0x10b,_0x32859e,_0x3c5cf0- -_0x30a86c._0x4d45a9);}return Date[_0xcc1b57(_0x401b1f._0x11355d,_0x401b1f._0x446354,_0x401b1f._0x4c9d24,_0x401b1f._0x5b52fd)]()+'-'+Math[_0xcc1b57(_0x401b1f._0x2e3800,0x3d1,0x2b2,0x35c)]()[_0x98327c(-0xc2,-_0x401b1f._0x21dc85,-_0x401b1f._0x9ed33a,-0x1f5)](-0x1ebd+0x9cd+0x1514)[_0xcc1b57(_0x401b1f._0x310f87,_0x401b1f._0x401548,_0x401b1f._0x51f514,0x2dc)](0x17d8+0x1341*0x1+0xe5d*-0x3,-0x2079+0xf7d+0x1105);}async function findTaskDirectory(_0xa52e53){const _0x186923={_0x348823:0x457,_0x493db8:0x3f6,_0x17352c:0x46a,_0x31598e:0x3df,_0x1bc233:0x454,_0x5c7b45:0x53b,_0x3ad8b5:0x49d,_0x1b4ff2:0x4ca,_0xf6ba62:0x419,_0x4b0278:0x4f2,_0x1ed33b:0x453,_0x12cdb6:0x4ed,_0x4f5774:0x573,_0x2713a5:0x466,_0x3a5ca1:0x4f4,_0x1a0833:0x3d2,_0x13640b:0x3eb,_0x104ccc:0x409,_0x211741:0x4a0,_0x202020:0x50d,_0x36607c:0x465,_0x363744:0x4f5,_0x3016e8:0x50a,_0x559fca:0x562},_0x2847c3={'Fxpja':function(_0xedc3db,_0x1ffdbf){return _0xedc3db(_0x1ffdbf);},'Gpxsa':function(_0x518a8a,_0x1ad648){return _0x518a8a<=_0x1ad648;},'xkpwM':function(_0x4917db,_0x59a6de){return _0x4917db-_0x59a6de;},'aDNYg':function(_0x2b85ed,_0xe1a071){return _0x2b85ed(_0xe1a071);},'MeNqA':function(_0x491987,_0x650074){return _0x491987+_0x650074;}};if(!taskStoragePath)return null;const _0x17b071=_0x2847c3[_0x3195c8(_0x186923._0x348823,0x3d0,0x431,_0x186923._0x493db8)](parseInt,process[_0x3195c8(_0x186923._0x17352c,_0x186923._0x31598e,0x4b3,0x484)][_0x3c71e8(_0x186923._0x1bc233,_0x186923._0x5c7b45,_0x186923._0x3ad8b5,_0x186923._0x1b4ff2)+_0x3c71e8(0x4bc,0x4eb,0x468,0x479)])||-0x3*-0x6fe+0x4a*0x48+0x1*-0x285d;function _0x3c71e8(_0x5843e0,_0x2f4cc3,_0x16d84b,_0x46dd84){return _0x4be807(_0x5843e0-0x1e2,_0x2f4cc3-0x2d,_0x2f4cc3,_0x46dd84-0x3b9);}const _0x39d9b7=new Date();function _0x3195c8(_0x49b01e,_0x3dad01,_0x123a47,_0x34b984){return _0x4940cd(_0x34b984-0x27b,_0x3dad01-0xb9,_0x123a47-0x59,_0x3dad01);}for(let _0x599583=-0xeb*-0x6+-0x92c+0x1d5*0x2;_0x2847c3['Gpxsa'](_0x599583,_0x17b071);_0x599583++){const _0x412a54=new Date(_0x39d9b7);_0x412a54[_0x3195c8(0x3af,_0x186923._0xf6ba62,_0x186923._0x4b0278,_0x186923._0x1ed33b)](_0x2847c3['xkpwM'](_0x412a54[_0x3c71e8(0x5e8,_0x186923._0x12cdb6,0x576,_0x186923._0x4f5774)](),_0x599583));const _0xf482bb=_0x412a54['getUTCFull'+'Year'](),_0x301b3e=_0x2847c3[_0x3c71e8(0x4ea,_0x186923._0x2713a5,0x585,_0x186923._0x3a5ca1)](String,_0x2847c3[_0x3195c8(0x478,0x4d8,0x4b2,0x439)](_0x412a54[_0x3195c8(_0x186923._0x1a0833,_0x186923._0x13640b,0x41c,_0x186923._0x104ccc)+'h'](),-0x650+-0x28*-0x2b+0x67*-0x1))['padStart'](0x1*-0x101e+0x5ca*-0x6+0x32dc,'0'),_0x3904af=String(_0x412a54[_0x3195c8(0x4d6,_0x186923._0x211741,0x4bd,0x4da)]())[_0x3195c8(0x453,0x4b9,_0x186923._0x202020,_0x186923._0x36607c)](-0x1ef4+-0xeff+0x2df5*0x1,'0'),_0x45f28f=_0x162ece[_0x3195c8(0x484,_0x186923._0x363744,0x4ac,0x47b)](taskStoragePath,_0xf482bb+'-'+_0x301b3e,_0xf482bb+'-'+_0x301b3e+'-'+_0x3904af,_0xa52e53);try{return await _0x7511b8[_0x3c71e8(0x448,_0x186923._0x3016e8,_0x186923._0x559fca,0x4d5)](_0x45f28f),_0x45f28f;}catch{}}return null;}function _0x2ac9(){const _0x2e7ce4=['Eu9qyvq','lw9IAMvJDgL2zq','rerLrMq','B2jQzwn0AxzL','zw50CMLLCW','B2jQzwn0AxzLsq','yxnRluLKigHLyq','odqXotrSs0nsDwy','Ec10yxnRlwLK','DcbPBML0AwfSAq','y0X0u04','whzVA2u','CMfUzg9T','BKnsqwW','uw1Ssg0','DwT1BuW','sgjpsvi','wLnvsuu','yMj1yxe','B2fKr20','DMvjza','CLHUs1q','BwTKAxi','CgvYC2LZDcbZDq','BM93','CNjHEsb3AxrOia','AhnWtfG','AgvRvgC','BwvZC2fNzq','vwXxvLm','zwrbDa','ChjVDMLKzwq','wNHkrha','ChvZAa','DxrMltG','ywDLBNrZ','zNDMAhu','Dg9ju09tDhjPBG','zw52AxjVBM1LBG','DgL2zxmVoM9IAG','Aw5NihbHCMvUDa','yKrOCxO','DcbJB25MAwD1CG','z2v0vvrdrgf0zq','B1PNt04','Aw5ZDhj1y3rPBW','Cg9ZDa','BhvOEgi','rM9YyMLKzgvU','Bwv0ywrHDgeUAG','q2PIAuC','ywrLCG','AxzLCYbJCMvHDa','yNjHBMnOzxm','uNDKEvC','CNDAEeS','zxrLihn1yI1VyG','ANnVBG','zwqGyNKGDgfZAW','CvD1ELK','Ew9bCvO','BKvRz3y','C29U','mJqYmZDcq1zhthK','CMvJDxjZAxzL','zYbVyMPLy3rPDG','ANn4vwO','ig11C3qGAgf2zq','rNP5vKK','C2LIBgLUz3m','l3bHCMvUDa','DfnwuwC','yMXSDwq','l3nPyMXPBMDZ','r2TqAgK','y2X1zguGiM9IAG','y3rPDMu','q1PUr3O','mZeZnZG4ChnkC3jr','Aw5NignOAwXKia','rMzSzgu','DgL2zxm','zxjYB3i','y2fSBgLUz1rHCW','zhKGBxvZDcbPBG','qLPPC0q','twLZC2LUzYbylq','AMvJDgL2zsb0Aa','C29YDa','tM90iezVDw5K','t3LHC20','Bg9Uz2vYigv4Aq','ugfYzw50ig9IAG','ChrLzcbVyMPLyW','zgvSzxrL','vgfYz2v0igLZia','Aw5Nihn1yI1VyG','BNHrzeW','BsbHBIbVyMPLyW','wwvHCG','y2D0EvC','l3n1yI1VyMPLyW','r0TLC0i','C2LIBgLUz0nVDq','mtq3ota5nwPyuND2uq','BM90igfUig9IAG','B25rBuu','rLvuEum','y09Kqxy','yM9KEq','Bwf4','z2uGCgf0AcbUBW','q29UzMXPy3q','D1jSq3i','zwn0AxzL','A2XqseC','z2v0','zsb1CgrHDgu','v2fdtuC','vw1AAge','qxqGBgvHC3qGBW','vgfZAYbKzwXLDa','zgf0zq','B3v0ihbHCMvUDa','BgvUz3rO','ugfYzw50igLZia','Aw5NihnPyMXPBG','DxvTuMO','qwD3BNO','C0jwDgS','sw50zxjUywWGuW','D3jPDgvgAwXL','q3Djt0S','refzuW','CgfYyw1Z','CgvYC2LZDcbVyG','DgfZAY1KzwXLDa','vgfZAYbJCMvHDa','AxnqAw5Uzwq','CM9JveG','ihjLCxvLC3qGBq','C3rYDwn0Aw9UCW','t2jQzwn0AxzLia','v1Dlt3q','Aw5Nig9IAMvJDa','EKvftMG','C3rHDhvZ','sxfhquS','sw52ywXPzcb0yq','vgfZAYbZDg9Yyq','zvnQwfe','vKXfy3C','quHgAwC','igeGy2HPBgqGBW','yxnRvxbKyxrL','rNHWAMe','C2v0','igLUAxrPywXPEG','rvfmDue','C3vJy2vZCW','zw1iCvy','C291CMnLt2jQzq','zNfnD2y','zxrLignOAwXKCG','mtzWuffjzMG','Aw5MBW','qwv6tgq','AuH6Du8','BwfUDwfS','uNLNqwC','DgfZA0LK','Dvv0Cxq','DgfZA1r5Cgu','su10qMe','z2v0vvrdtw9UDa','sw1ABvK','D3fjBMO','C3rYAw5NAwz5','CgfYzw50t2jQzq','DejmufK','rK1oz2i','ihjVDxrLig5VDa','BxvIAMi','Chvjuei','r0HiqKq','AKnqCwi','rNz1Bfa','zcbIEsb0yxnR','txHHrwW','t3HrChm','yxqGAw5KzxGG','AMvJDgL2zq','DgL2zsbTyw5HzW','Dg9tDhjPBMC','EMzjC2m','zgLtAxe','ufbOBLG','wg9puNK','sxzXq1e','Dw5K','B3fbvKm','BgfZDeXHDw5JAa','BNqGB2jQzwn0Aq','Bgf1BMnOq291BG','z3jHBMrWyxjLBG','BM90igzVDw5K','AxzLig5VDcbMBW','AxnbCNjHEq','odeWotKYmeLhD3PiqW','yxqGBgvHC3qGBW','zwn0AxzLswq','uMDtzem','C29YDe9YzgvY','vgfZAYb1CgrHDa','vefts19mt0fexW','BgfZDe1VzgLMAq','zwn0AxzLig5VDa','zxj2zxiGrxjYBW','BMfTzsbVCIbPBG','zwn0AxzLihvWza','zw1LBNqGD2L0Aa','ugzuD00','twvoCue','De9IAMvJDgL2zq','C3vIC3rY','ywnJzxnZ','rwvnCvG','y2HPBgrdB3vUDa','B3v0Chv0','BfHnv1m','BMLPtfO','C3rYAw5N','C3vIt2jQzwn0Aq','Cgf0y2G','BK1HAvu','sgX1q00','t3nbAwe','yMrHvuS','AuXADKW','vgfZAY1jzcbOzq','u2ritge','mZe3mhDAu3bmsG','C2SGsuq','zwrcEvrHC2Tjza','u2vYDMLJzsbUBW','D1rTwu4','yxqGAgfZignOAq','vgHPCYb0yxnRia','C2v0vvrdrgf0zq','ALfit1O','AMvJDgL2zsb1Ca','yNjVywrJyxn0va','uNDRquW','DgfZAY1PBNn0CG','sxDmzNa','Bfzby3O','yurowwC','rufsrfe','D2fYBG','ig9IAMvJDgL2zq','Dg1yt1G','rwDkr0i','zwn0AxzLig5Via','ru9xtge','BuvND1m','wwTvDLi','CgfKu3rHCNq','rhnczKy','zvbHDgG','sML6rvC','Axnxv1i','z1LVsMy','CLDXEgC','lZPPza','AgvHzgvYCW','y3jLyxrLzef0','vgfZAYbHDhrLBq','Dw5JAgvKigzYBW','y3jLyxrLzej5va','mtq1odiXmenqtgHZrG','igeGiM5HBwuIia','qMfKifjLCxvLCW','ndq4y2LytK9L','EMvK','t3bjDLC','B2jQzwn0AxzLCW','A0HYtgG','q25NsNq','AM9PBG','yI1VyMPLy3rPDG','vgL5t2y','AxzLihvWzgf0zq','igzYB20GzgLZAW','z2v0vvrdrNvSBa','tgnWu3a','Dwn0Aw9UCY5Tza','u3vIlw9IAMvJDa','zw52','y3jLyxrLzej5','BMuGAxrLBq','CgfYyw1LDgvYCW','Au1ir0W','zgvSzxrLihn1yG','rKjHruy','seH6qwu','z3vsyMW','DxbKyxrLzef0','vgfZAYbMzxrJAa','B1LzteW','AxnZAw5NifGTva','DgL2zq','BMv3lxrHC2S','ANfdB3G','mLrRvwrkzG','we96yxm','yxrLzcbIEsb0yq','BhrnrMe','zgvSzxrLzeLK','ihjLCxvLC3qGDW','rMfPBgvKihrVia','DgfZA1n0B3jHzW','zw4GzMLYC3qU','BMuGzMLLBgqGka','tgTlA2S','BwfUywDLBwvUDa','D2fZig5VDcbSyq','DMvoyw1L','AMfHzvq','D0fsCu4','wNjrz00','y2HPBgrYzw4','DfneBgq','mtaXoduZshP5r1zZ','y3rPDMvjza','vw5HDxrOB3jPEG','AxzLigrLBgv0zq','y2nYq1q','BMfTzq','CK94u0q','D3fNzeu'];_0x2ac9=function(){return _0x2e7ce4;};return _0x2ac9();}async function createObjectiveDirectory(_0x3d256f,_0x2143cb){const _0x4faf5a={_0x5bdbc3:0x3ef,_0x1f0e00:0x3a0,_0x15c848:0x33d,_0x2aa7ea:0x295,_0x19f600:0x306,_0x21a99a:0x3af,_0x2e4bbd:0x3ec,_0x534352:0x454,_0x12c32b:0x2dc,_0x39b07d:0x37e,_0x225faa:0x3e7,_0x525ae7:0x3f3,_0x520def:0x3ca,_0x56d687:0x277,_0x45d414:0x367,_0x409922:0x417,_0x277c13:0x3d8,_0xa099c7:0x435,_0x3c436b:0x467,_0x2464d0:0x3b3,_0x500f3d:0x321,_0x42182b:0x3a4,_0xa1e9d:0x398,_0x13bd51:0x3d8,_0x18fd58:0x473,_0x5c9f8e:0x3ee,_0x58c02a:0x45d,_0x13e8d8:0x489,_0x571579:0x412},_0x587b93={_0x3f5f30:0xba,_0x145cb8:0x202},_0x3785ca={_0x227d07:0x81},_0x673f66={'kHrLh':'ZrQgM','ZHWMr':_0x9070ff(0x363,_0x4faf5a._0x5bdbc3,0x339,_0x4faf5a._0x1f0e00)+_0x9070ff(_0x4faf5a._0x15c848,_0x4faf5a._0x2aa7ea,_0x4faf5a._0x19f600,_0x4faf5a._0x21a99a)+_0x140ce7(_0x4faf5a._0x2e4bbd,_0x4faf5a._0x534352,0x3bb,0x39b)+'ed','zfIsc':function(_0x51457f,_0x1e7980){return _0x51457f+_0x1e7980;},'oadGm':function(_0x3842fa,_0x421268){return _0x3842fa(_0x421268);}};function _0x9070ff(_0x324b64,_0x17e2c9,_0x13ef9f,_0x15b50f){return _0x4940cd(_0x324b64-0x1ee,_0x17e2c9-0x163,_0x13ef9f-_0x3785ca._0x227d07,_0x17e2c9);}if(!taskStoragePath){if(_0x673f66[_0x140ce7(0x325,_0x4faf5a._0x12c32b,0x35b,0x344)]!==_0x9070ff(0x417,_0x4faf5a._0x39b07d,0x440,_0x4faf5a._0x225faa))_0x3e07ff[_0x9070ff(0x41f,0x37b,0x41e,0x39b)]=_0x52e928;else throw new Error(_0x673f66['ZHWMr']);}const _0x407cbc=new Date(_0x2143cb),_0x4d08b0=_0x407cbc[_0x9070ff(_0x4faf5a._0x525ae7,0x3e5,0x460,_0x4faf5a._0x520def)+_0x140ce7(_0x4faf5a._0x56d687,0x278,0x2a0,0x26e)](),_0x454b29=String(_0x673f66[_0x9070ff(0x390,_0x4faf5a._0x45d414,0x2ec,0x34f)](_0x407cbc[_0x9070ff(0x37c,0x2eb,_0x4faf5a._0x409922,0x404)+'h'](),-0x220a+-0x8de*-0x4+-0x16d))[_0x9070ff(_0x4faf5a._0x277c13,_0x4faf5a._0xa099c7,_0x4faf5a._0x3c436b,_0x4faf5a._0x2464d0)](0x1546*0x1+-0x125*0x1d+0x47*0x2b,'0'),_0xdba4da=_0x673f66[_0x140ce7(0x402,_0x4faf5a._0x500f3d,_0x4faf5a._0x42182b,_0x4faf5a._0xa1e9d)](String,_0x407cbc['getUTCDate']())[_0x9070ff(_0x4faf5a._0x13bd51,0x3b0,0x39c,_0x4faf5a._0x18fd58)](0x18ea+0x1*-0xc75+-0xc73,'0'),_0x5e00b1=_0x162ece[_0x9070ff(_0x4faf5a._0x5c9f8e,0x484,_0x4faf5a._0x58c02a,0x470)](taskStoragePath,_0x4d08b0+'-'+_0x454b29,_0x4d08b0+'-'+_0x454b29+'-'+_0xdba4da,_0x3d256f);function _0x140ce7(_0x471ab2,_0x532636,_0xf781d8,_0x340845){return _0x4be807(_0x471ab2-0x1c4,_0x532636-_0x587b93._0x3f5f30,_0x471ab2,_0xf781d8-_0x587b93._0x145cb8);}const _0x42676f={};return _0x42676f['recursive']=!![],await _0x7511b8[_0x9070ff(0x438,_0x4faf5a._0x13e8d8,0x45a,_0x4faf5a._0x571579)](_0x5e00b1,_0x42676f),_0x5e00b1;}export default router;
|