@profoundlogic/coderflow-server 0.8.0 → 0.8.2
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/coder-git-credential-helper +16 -0
- package/dist/base-image/sync-repos.sh +30 -1
- 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/compression-filter.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/memory-utils.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-container-init.js +1 -1
- package/dist/lib/task-context-usage.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/logs.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/stats.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/admin.css +95 -1
- package/dist/web-ui/public/admin.html +29 -1
- package/dist/web-ui/public/admin.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.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +45 -0
- 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/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 +45 -0
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +25 -2
- 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(_0x169981,_0x49de2c){const _0x135720={_0x48f3a9:0x1df,_0x44f955:0x243,_0x243f68:0x1d1,_0x38d6ec:0x27a,_0x40f8d0:0x214,_0x1691cc:0x16f,_0x43a3a8:0x1d,_0x374cd7:0x12,_0x5179a7:0x380,_0x4bcc09:0x125,_0x1d5aa8:0x118,_0x52b524:0x315,_0x165625:0x129,_0x336248:0xd3,_0x6663f:0x10c,_0x2215b1:0x27,_0x13e44c:0x220},_0x3ba29a={_0x55baa3:0xb};function _0x1826a0(_0x56e0cd,_0x163406,_0x968b76,_0x42bcbf){return _0x1f6b(_0x56e0cd-0x1c2,_0x42bcbf);}const _0x159200=_0x169981();function _0x1abb56(_0x230f8f,_0x3a260e,_0x19e761,_0x45d344){return _0x1f6b(_0x230f8f-_0x3ba29a._0x55baa3,_0x45d344);}while(!![]){try{const _0x198ee3=-parseInt(_0x1abb56(_0x135720._0x48f3a9,_0x135720._0x44f955,0x260,0x26e))/(0x5*-0x7b7+-0x10*0x2c+-0x844*-0x5)*(parseInt(_0x1abb56(_0x135720._0x243f68,0x1ee,0x20d,0x20e))/(0x103*0x5+0x1f3b+-0xc18*0x3))+-parseInt(_0x1826a0(_0x135720._0x38d6ec,_0x135720._0x40f8d0,0x291,0x218))/(-0xd3*0x2f+-0x2*-0xd4c+-0x4*-0x30a)+-parseInt(_0x1abb56(_0x135720._0x1691cc,0x1f3,0x1ff,0xe9))/(-0x1f2d*0x1+0x7*0x35+0x1dbe)*(-parseInt(_0x1abb56(0x8c,_0x135720._0x43a3a8,0x14,_0x135720._0x374cd7))/(-0xc*0x13d+-0x1*-0x1a3f+-0xb5e))+parseInt(_0x1826a0(0x2e7,0x338,0x370,_0x135720._0x5179a7))/(0x1f4+0x125b+-0x1449)+-parseInt(_0x1abb56(0x99,_0x135720._0x4bcc09,0x7d,_0x135720._0x1d5aa8))/(-0x4f+0x8b*0x37+0x1*-0x1d87)*(parseInt(_0x1826a0(_0x135720._0x52b524,0x3c5,0x2ea,0x3b8))/(-0x276+-0x1*0x81d+-0xa9b*-0x1))+-parseInt(_0x1abb56(_0x135720._0x165625,0x106,_0x135720._0x336248,_0x135720._0x6663f))/(0x37*0x46+0x9f1+-0x18f2*0x1)*(parseInt(_0x1abb56(0xa3,0x38,0x46,_0x135720._0x2215b1))/(0x2*-0xfcb+0x7cf*-0x4+0x3edc))+parseInt(_0x1826a0(0x265,0x205,_0x135720._0x13e44c,0x2a1))/(0x24*-0x8a+-0x11a*-0x1b+-0x11*0x9b);if(_0x198ee3===_0x49de2c)break;else _0x159200['push'](_0x159200['shift']());}catch(_0x3d4dfc){_0x159200['push'](_0x159200['shift']());}}}(_0xe5b2,-0x1aef4+0x10739*-0x2+0x5671d*0x1));import _0x29441f from'express';import{promises as _0x3b4d07}from'fs';function _0x1f6b(_0xd37b4a,_0x180eb0){_0xd37b4a=_0xd37b4a-(0x149a+0x9a7+0x1a8*-0x12);const _0xfce269=_0xe5b2();let _0x240c52=_0xfce269[_0xd37b4a];if(_0x1f6b['xCQfKV']===undefined){var _0x49e460=function(_0x1f02da){const _0x15603f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x58a6a1='',_0x598f60='';for(let _0x7886df=0x3a*-0x72+-0x229+0x1bfd,_0x97252f,_0x3e846d,_0x5588d8=0x15d3*0x1+-0x74*0x3c+0x55d;_0x3e846d=_0x1f02da['charAt'](_0x5588d8++);~_0x3e846d&&(_0x97252f=_0x7886df%(0x41*0x4b+-0x105c+-0x2ab)?_0x97252f*(0x3*0x5b8+0xb29*0x2+0x273a*-0x1)+_0x3e846d:_0x3e846d,_0x7886df++%(0x3*0x777+0x1c92+-0x32f3))?_0x58a6a1+=String['fromCharCode'](0x1eef+-0x25cc*0x1+0x7dc&_0x97252f>>(-(0x1623*0x1+-0x23d3+0x1*0xdb2)*_0x7886df&0x45*-0x31+0x1db6+-0x107b)):-0x6ab+-0x22c9+0x2974){_0x3e846d=_0x15603f['indexOf'](_0x3e846d);}for(let _0x4ee028=0x1*-0x39f+0x3*0x50e+0x5*-0x24f,_0x19fe4d=_0x58a6a1['length'];_0x4ee028<_0x19fe4d;_0x4ee028++){_0x598f60+='%'+('00'+_0x58a6a1['charCodeAt'](_0x4ee028)['toString'](0x26bc+-0x16ad+-0xfff))['slice'](-(-0xbf9*0x3+-0xe94+0x3281));}return decodeURIComponent(_0x598f60);};_0x1f6b['vTxRLa']=_0x49e460,_0x1f6b['QoqYiG']={},_0x1f6b['xCQfKV']=!![];}const _0x5c7a1f=_0xfce269[-0x21b4+0x223e*-0x1+0x2*0x21f9],_0x3f014e=_0xd37b4a+_0x5c7a1f,_0x3df636=_0x1f6b['QoqYiG'][_0x3f014e];return!_0x3df636?(_0x240c52=_0x1f6b['vTxRLa'](_0x240c52),_0x1f6b['QoqYiG'][_0x3f014e]=_0x240c52):_0x240c52=_0x3df636,_0x240c52;}function _0x5431e5(_0x433fff,_0x26cc3e,_0x577ff1,_0x26ac32){return _0x1f6b(_0x577ff1- -0xd8,_0x433fff);}import _0x4bb43c from'path';import{logger}from'../lib/logger.js';const router=_0x29441f[_0x5431e5(0x45,0x89,0x60,-0x1d)]();let tasks=null,taskStoragePath=null,broadcastTaskUpdate=null;export function initializeObjectiveManagement(_0x417856){const _0x547279={_0x245edd:0x151,_0x112e41:0x11d,_0x56fa13:0x121,_0x420172:0xda,_0x4b0436:0x7e,_0x14e508:0xa3,_0x36d12a:0x15e,_0x137eed:0x1ea,_0x524335:0x18a},_0x4023db={_0x1e12f4:0x8c,_0x581f44:0xa7},_0x379424={_0x29bb9c:0x19e};tasks=_0x417856[_0x2ffb05(0x180,0x100,0x140,0x10e)],taskStoragePath=_0x417856['taskStorag'+_0x488429(-_0x547279._0x245edd,-_0x547279._0x112e41,-0x17e,-_0x547279._0x56fa13)];function _0x488429(_0x1153dd,_0x3024b1,_0x28ec74,_0x520250){return _0x5431e5(_0x28ec74,_0x3024b1-_0x379424._0x29bb9c,_0x3024b1- -0x105,_0x520250-0x118);}function _0x2ffb05(_0x33d64f,_0x359286,_0x1dd4cf,_0x592348){return _0x5431e5(_0x1dd4cf,_0x359286-0x1e4,_0x33d64f-_0x4023db._0x1e12f4,_0x592348-_0x4023db._0x581f44);}broadcastTaskUpdate=_0x417856[_0x488429(-_0x547279._0x420172,-_0x547279._0x4b0436,0x9,-_0x547279._0x14e508)+_0x2ffb05(_0x547279._0x36d12a,_0x547279._0x137eed,0x133,_0x547279._0x524335)];}function requireTaskAuth(_0x567664,_0x252106,_0x3493ac){const _0x51e528={_0x1f74ee:0x3e9,_0x1e0745:0x44c,_0x46980e:0x42e,_0x1b082d:0x4a1,_0x51be1c:0x4e5,_0x333f70:0x4f4,_0x3888c5:0x4e8,_0x23a853:0x4c6,_0x545ace:0x495,_0x2e436a:0x36e,_0x46a2f6:0x5ad,_0x3e4f05:0x5cc,_0x335893:0x4db,_0x3e64ca:0x4de,_0x56f1e2:0x516,_0x8322f1:0x460,_0x2d6039:0x57e,_0x475e21:0x4e9,_0x2fac78:0x559,_0x22a0df:0x371,_0x183ff6:0x3ec,_0x3ba087:0x497,_0x3fd3ed:0x4ed,_0x3a2dc1:0x56d,_0xffc557:0x49a,_0x1f2245:0x4bc,_0x121164:0x4f8,_0x16a0cb:0x589,_0x1f8539:0x4d9,_0x37b67f:0x4e7,_0x2c52b4:0x447,_0x5b4e38:0x42b,_0x1d0761:0x3ec,_0x29c225:0x465,_0x1b43ae:0x50a,_0x592777:0x565,_0xe1a03f:0x4f5,_0x170060:0x4dc,_0x3712f8:0x46e,_0x1894f4:0x540,_0x1be0a6:0x4c8,_0xa2b3c9:0x4b0,_0x2f1c33:0x503,_0x443dc0:0x4f2,_0x55a4c9:0x4ac,_0x5a6af5:0x4df,_0x46f662:0x598,_0x19f22f:0x4b6,_0x2ae5b9:0x502,_0x35d5d4:0x442,_0x3d0196:0x47a,_0x313efa:0x560,_0x4c0cfd:0x4ab,_0x454725:0x542,_0x404264:0x5c1,_0x4ae2eb:0x525,_0x3458bf:0x505,_0x158033:0x3da,_0x2213a2:0x4dc,_0x12d528:0x53d,_0xd567ec:0x541,_0x24b11f:0x4df,_0x25d53a:0x46a,_0x2b68b3:0x4a9,_0x1ff817:0x506,_0x2cf341:0x5ec,_0x3f306d:0x562,_0xf1396b:0x3e6,_0xc1fc02:0x47e,_0x55aec7:0x35b,_0x3aac5f:0x41d,_0x586d0:0x4c2,_0x2dc108:0x4dc,_0x470b4d:0x3b7,_0x1468af:0x3e7,_0x8de516:0x445,_0x3ab7ef:0x3e4,_0xff8bd4:0x40f,_0x2c5f4f:0x44b,_0xe74f49:0x499,_0x54d9f8:0x4f7,_0x35695f:0x4bf,_0x26bafe:0x43f,_0x1c3378:0x4bb,_0x54a987:0x4b6,_0x24fde7:0x453,_0x5b45ab:0x4b0,_0x4bfa13:0x47c,_0x37c640:0x50c,_0x284d3c:0x4c5,_0x2e8155:0x424,_0x26367d:0x412,_0x3e6499:0x3f5,_0x2386d3:0x547,_0x155501:0x3af,_0x4fa03d:0x44b,_0xe3def4:0x5a8,_0x4c2e25:0x518,_0x455220:0x471,_0x1fcd5d:0x586,_0x35e4d9:0x3c1,_0x2301c3:0x409,_0x2f89ff:0x490,_0x240304:0x4a9,_0x5e562a:0x400,_0x1f127d:0x420,_0x1f53bb:0x480,_0x28aeab:0x49a,_0x4de954:0x50d,_0x2617a3:0x42f,_0x165c26:0x4f6,_0x14a830:0x488,_0x1b479e:0x4c1,_0x35fcbc:0x3d4,_0x2537a9:0x4a6,_0x5b6dd5:0x41c,_0x3ffddf:0x51b,_0x514adb:0x4ff,_0x109441:0x491,_0x1a881a:0x496,_0x4700f7:0x452,_0x1dd9a1:0x3d7,_0x74d25b:0x483,_0x15af68:0x479,_0x63d0c7:0x3b1,_0x157637:0x446,_0x42043a:0x4b5,_0xb9ab5a:0x40d,_0x82b135:0x439,_0x22a07e:0x4c0,_0x11f52d:0x555,_0x22028c:0x548,_0x3e74ee:0x4cb,_0x5b4393:0x41c,_0x4670e2:0x541,_0x371f46:0x50e,_0x41e1da:0x4f2,_0x5b09ae:0x568,_0x333d3e:0x4a3,_0x5ec383:0x5d0,_0x12c44b:0x56f,_0x286227:0x508,_0x5dd634:0x464,_0x44f3f7:0x57d,_0x32203c:0x5a0,_0x54d351:0x552,_0x420fcb:0x474,_0x41f985:0x3c9,_0x3d128b:0x3fc,_0x254cb7:0x35a,_0x483a06:0x4ef,_0x7a4047:0x4e5,_0x596489:0x511,_0x37dfce:0x531,_0x2fc98a:0x3fc,_0x41ff4c:0x47c,_0x28417c:0x501,_0x215d74:0x4d4,_0x3c8f99:0x4e7,_0x1b50b6:0x46f,_0x3aeadf:0x3db,_0x4b3d5c:0x3ac,_0x2b75bb:0x4ba,_0x20dd94:0x466,_0x1587a8:0x455,_0xe36802:0x490,_0x22c0e7:0x538,_0x1d15ad:0x456,_0xf06697:0x554,_0x59c7b1:0x4e2,_0x3e1666:0x4e3,_0x147213:0x512,_0x4cafb8:0x4dd,_0x1d996b:0x50f,_0x55b91a:0x3f9,_0x5002d5:0x405,_0x16722d:0x504,_0x5f0e5e:0x473,_0x342b1c:0x3f2,_0xda502:0x3f5,_0xc27139:0x57e,_0x29832f:0x619,_0x41429e:0x498,_0x65f2e2:0x46c,_0x2d47f2:0x3d2,_0x4650b7:0x345,_0x4e07f1:0x3d7,_0x4b5634:0x441,_0x8c1c7c:0x510,_0x147d21:0x554,_0x572a8e:0x4e1,_0x1618d2:0x4e6,_0x1f8b14:0x414,_0x3a197f:0x472,_0x72d02b:0x405,_0x3e26f3:0x3dd,_0x50b6e4:0x3a3,_0x1f0abc:0x445,_0x542e0a:0x47d,_0x3cd453:0x59b,_0xd4f12f:0x592,_0x368559:0x4ba,_0x3c6b82:0x3e4,_0x2b9386:0x535,_0x22b2f7:0x4a2,_0x33a57d:0x550,_0x1a9de0:0x4c4,_0x50c221:0x476,_0x4bcd95:0x481,_0x1a8ec2:0x48f,_0x167a5a:0x516,_0x11b42e:0x493,_0x3db274:0x41e,_0x2b0a70:0x553,_0x20496e:0x530,_0x1ffb80:0x4e3,_0x462176:0x44e,_0x2cf10d:0x578,_0x4ef7b8:0x4bb,_0x55523f:0x520,_0x1457bf:0x52f,_0x30c5a2:0x4da,_0x5a84ba:0x42a,_0x7ee66f:0x498,_0x2181f0:0x558,_0x237a1b:0x4da,_0xf536d7:0x50f,_0x2fe9ba:0x533,_0x2f028c:0x51e,_0xea4ca:0x4c1,_0x2d2866:0x4be,_0x2ed734:0x4ac,_0x1b29c3:0x3b9,_0x15e12e:0x462,_0x3327ac:0x48e,_0x16dae4:0x4e4,_0x1251d9:0x53b,_0xbed652:0x524,_0x4b7ecd:0x485,_0x29309d:0x47f,_0x3e72db:0x4f9,_0x3c305a:0x4ce,_0x1585e7:0x57d,_0x5d8444:0x59b,_0x50f0b0:0x4e1,_0xbaf467:0x4e1,_0x5e3269:0x541,_0x4b564f:0x532,_0x40fc08:0x51d,_0xd8c764:0x4c4,_0x99435f:0x44f,_0x38028d:0x3fc,_0x6c0100:0x433,_0x3a06f5:0x51f,_0x39e8c0:0x55f,_0xb64a3b:0x4e3,_0x22d3ef:0x4be,_0x4ed8de:0x411,_0x494a45:0x466,_0x2801f6:0x570,_0x362c43:0x590,_0x16b443:0x55b,_0x56c62a:0x3bf,_0x312a85:0x471,_0x2c89e5:0x43f,_0x43977:0x50a,_0x54d7c4:0x396,_0x1c5ebc:0x41f,_0x1de8b1:0x461,_0x255376:0x540,_0x13f797:0x474,_0x3e7022:0x562,_0x2af251:0x568,_0x3d7977:0x5c4,_0x4d6d66:0x583,_0x5be1a5:0x536,_0x2beb12:0x53b,_0x5dafca:0x4d2,_0x1497ff:0x550,_0x2acd5c:0x4d6,_0xb3c091:0x596,_0x3819b2:0x437,_0x27d8a2:0x45d,_0x574e71:0x467,_0xca7052:0x454,_0x746d64:0x513,_0x45b2df:0x532,_0x38cc9b:0x4e5,_0x221dd2:0x5a2,_0x2e67f6:0x602,_0xd7411c:0x4e8,_0x4afe67:0x3b8,_0x4ca23:0x3c2,_0x2b08b8:0x41a,_0x5c4646:0x3b3},_0xe928c9={_0x17dedd:0x483,_0x275ac1:0x136},_0x25fa95={};_0x25fa95['ZwnvZ']=_0x4a2655(_0x51e528._0x1f74ee,_0x51e528._0x1e0745,0x40d,_0x51e528._0x46980e)+'persist\x20su'+_0x4a2655(_0x51e528._0x1b082d,0x5a1,_0x51e528._0x51be1c,_0x51e528._0x333f70)+'e',_0x25fa95['txauH']=_0x1687c0(_0x51e528._0x3888c5,_0x51e528._0x23a853,0x4be,_0x51e528._0x545ace)+'pted\x20objec'+_0x1687c0(0x395,0x404,_0x51e528._0x2e436a,0x427)+_0x4a2655(_0x51e528._0x46a2f6,0x535,_0x51e528._0x3e4f05,0x579)+'out\x20parent'+_0x1687c0(_0x51e528._0x335893,_0x51e528._0x3e64ca,_0x51e528._0x56f1e2,_0x51e528._0x8322f1),_0x25fa95[_0x4a2655(_0x51e528._0x2d6039,0x4f9,_0x51e528._0x475e21,_0x51e528._0x2fac78)]=_0x1687c0(_0x51e528._0x22a0df,_0x51e528._0x183ff6,0x373,0x344),_0x25fa95[_0x1687c0(_0x51e528._0x3ba087,_0x51e528._0x3fd3ed,0x549,_0x51e528._0x3a2dc1)]='This\x20task\x20'+'was\x20not\x20la'+_0x1687c0(_0x51e528._0xffc557,0x48e,0x4a9,_0x51e528._0x1f2245)+_0x4a2655(0x4c6,_0x51e528._0x121164,_0x51e528._0x16a0cb,_0x51e528._0x1f8539)+_0x1687c0(_0x51e528._0x37b67f,_0x51e528._0x2c52b4,0x40c,0x3be),_0x25fa95[_0x1687c0(0x4b4,_0x51e528._0x5b4e38,_0x51e528._0x1d0761,_0x51e528._0x29c225)]=_0x4a2655(0x512,0x4e5,_0x51e528._0x56f1e2,0x54a),_0x25fa95[_0x1687c0(0x4a4,_0x51e528._0x1b43ae,0x470,_0x51e528._0x592777)]=_0x1687c0(0x576,_0x51e528._0xe1a03f,_0x51e528._0x170060,0x4ee),_0x25fa95['kXFrB']=_0x1687c0(_0x51e528._0x3712f8,0x4a3,_0x51e528._0x1894f4,_0x51e528._0x1be0a6)+_0x4a2655(0x501,_0x51e528._0xa2b3c9,0x483,0x522)+'jective\x20th'+_0x1687c0(_0x51e528._0x2f1c33,0x4c4,_0x51e528._0x443dc0,_0x51e528._0x55a4c9)+'ldren.\x20Del'+_0x1687c0(_0x51e528._0x5a6af5,0x470,0x4d2,0x4ee)+_0x4a2655(_0x51e528._0x46f662,0x531,0x56e,0x53b),_0x25fa95[_0x4a2655(_0x51e528._0x19f22f,_0x51e528._0x29c225,0x464,_0x51e528._0x2ae5b9)]=_0x4a2655(0x438,_0x51e528._0x35d5d4,0x4e8,_0x51e528._0x3d0196),_0x25fa95[_0x1687c0(0x4cf,_0x51e528._0x3888c5,0x49e,_0x51e528._0x313efa)]=function(_0x182250,_0xea4026){return _0x182250!==_0xea4026;},_0x25fa95['NKhbs']=_0x1687c0(0x527,0x52b,_0x51e528._0x4c0cfd,_0x51e528._0x454725),_0x25fa95[_0x4a2655(0x490,0x51d,0x3cb,0x477)]=_0x1687c0(_0x51e528._0x404264,_0x51e528._0x4ae2eb,0x559,_0x51e528._0x3458bf);function _0x1687c0(_0x142393,_0x53fc71,_0x5d9fd3,_0x3da1c6){return _0x5431e5(_0x5d9fd3,_0x53fc71-0x4d,_0x53fc71-0x440,_0x3da1c6-0x160);}_0x25fa95[_0x4a2655(0x3e1,0x3ef,_0x51e528._0x158033,0x484)]='Objective\x20'+_0x1687c0(_0x51e528._0x2213a2,0x473,0x4b2,0x4fd)+'\x20request\x20m'+_0x1687c0(_0x51e528._0x12d528,0x4b9,0x4d5,_0x51e528._0xd567ec)+_0x1687c0(_0x51e528._0x24b11f,_0x51e528._0x25d53a,_0x51e528._0x2b68b3,_0x51e528._0x1ff817)+_0x4a2655(0x60f,_0x51e528._0x2cf341,_0x51e528._0x3f306d,0x561),_0x25fa95[_0x1687c0(0x490,_0x51e528._0xf1396b,_0x51e528._0xc1fc02,_0x51e528._0x55aec7)]=_0x4a2655(_0x51e528._0x12d528,0x50f,_0x51e528._0x3aac5f,_0x51e528._0x586d0)+'ed',_0x25fa95[_0x4a2655(0x46c,0x4ab,_0x51e528._0x2dc108,0x4a5)]=_0x4a2655(_0x51e528._0x470b4d,_0x51e528._0x1468af,0x4c0,_0x51e528._0x8de516)+_0x4a2655(_0x51e528._0x3ab7ef,0x47c,_0x51e528._0xff8bd4,_0x51e528._0x2c5f4f)+'ader',_0x25fa95[_0x1687c0(0x3f0,_0x51e528._0xe74f49,0x449,0x448)]=_0x4a2655(_0x51e528._0x54d9f8,0x43b,_0x51e528._0x35695f,_0x51e528._0x4c0cfd)+_0x4a2655(0x462,_0x51e528._0x26bafe,_0x51e528._0x1c3378,_0x51e528._0x54a987)+_0x4a2655(0x544,_0x51e528._0xc1fc02,_0x51e528._0x24fde7,_0x51e528._0x5b45ab)+_0x4a2655(_0x51e528._0x4bfa13,_0x51e528._0x37c640,0x476,_0x51e528._0x284d3c)+'ed',_0x25fa95[_0x1687c0(_0x51e528._0x2e8155,_0x51e528._0x26367d,0x3bd,_0x51e528._0x3e6499)]='Service\x20no'+_0x4a2655(0x4d3,_0x51e528._0x2386d3,0x46e,_0x51e528._0xffc557)+'zed',_0x25fa95[_0x1687c0(_0x51e528._0x155501,_0x51e528._0x4fa03d,0x408,0x439)]=_0x1687c0(_0x51e528._0xe3def4,_0x51e528._0x4c2e25,_0x51e528._0x455220,_0x51e528._0x1fcd5d)+_0x1687c0(_0x51e528._0x35e4d9,_0x51e528._0x2301c3,_0x51e528._0x2f89ff,0x357),_0x25fa95[_0x4a2655(0x3c1,0x3ac,_0x51e528._0x240304,0x454)]=function(_0x2ac411,_0x15ec50){return _0x2ac411===_0x15ec50;},_0x25fa95[_0x4a2655(_0x51e528._0x5e562a,0x446,0x482,_0x51e528._0x1f127d)]=_0x1687c0(_0x51e528._0x1f53bb,_0x51e528._0x28aeab,0x45f,_0x51e528._0x4de954),_0x25fa95[_0x4a2655(0x46a,_0x51e528._0x2617a3,_0x51e528._0x165c26,_0x51e528._0x14a830)]='ulYsl',_0x25fa95[_0x1687c0(0x53a,_0x51e528._0x1b479e,0x537,0x4be)]=function(_0x3a9563,_0x1e3596){return _0x3a9563!==_0x1e3596;},_0x25fa95[_0x4a2655(_0x51e528._0x35fcbc,0x3e4,_0x51e528._0x2537a9,_0x51e528._0x5b6dd5)]='jExKc',_0x25fa95['eoLYA']=_0x4a2655(_0x51e528._0x3ffddf,_0x51e528._0x1d0761,_0x51e528._0x514adb,_0x51e528._0x109441)+_0x1687c0(0x4c8,_0x51e528._0x1f2245,0x4cb,_0x51e528._0x1a881a)+'\x20found',_0x25fa95['DpfKk']=_0x1687c0(_0x51e528._0x4700f7,0x44e,0x467,0x434)+_0x1687c0(_0x51e528._0x1dd9a1,0x475,0x4b0,0x47c)+_0x4a2655(0x465,0x51d,_0x51e528._0x74d25b,0x4d3)+_0x4a2655(_0x51e528._0x15af68,_0x51e528._0x63d0c7,0x494,_0x51e528._0x157637),_0x25fa95[_0x4a2655(0x4a6,_0x51e528._0x42043a,_0x51e528._0xb9ab5a,0x4be)]=_0x1687c0(_0x51e528._0x82b135,_0x51e528._0x22a07e,_0x51e528._0x11f52d,0x42b),_0x25fa95[_0x4a2655(_0x51e528._0x22028c,0x4f2,_0x51e528._0x3e74ee,0x570)]=_0x4a2655(0x4e3,0x501,_0x51e528._0x5b4393,_0x51e528._0x35695f),_0x25fa95['AwOGd']='ohAyG',_0x25fa95[_0x4a2655(0x4c9,0x57f,_0x51e528._0x4670e2,0x4ea)]=_0x4a2655(0x46f,_0x51e528._0x371f46,0x489,_0x51e528._0x475e21)+_0x4a2655(_0x51e528._0x41e1da,_0x51e528._0x5b09ae,_0x51e528._0x333d3e,0x500)+'ective';const _0xc49a7d=_0x25fa95,_0x5daef5=_0x567664[_0x4a2655(0x569,_0x51e528._0x5ec383,0x60b,_0x51e528._0x12c44b)][_0xc49a7d[_0x4a2655(0x4cc,0x4d7,0x4e1,0x502)]];if(!_0x5daef5){if(_0xc49a7d[_0x1687c0(_0x51e528._0x286227,_0x51e528._0x3888c5,0x503,0x538)](_0xc49a7d[_0x1687c0(_0x51e528._0x3d0196,0x429,0x433,0x3b6)],_0xc49a7d[_0x1687c0(0x446,0x434,_0x51e528._0x5dd634,_0x51e528._0x29c225)])){logger[_0x4a2655(_0x51e528._0x44f3f7,_0x51e528._0x32203c,0x55f,_0x51e528._0x54d351)](_0xc49a7d[_0x1687c0(_0x51e528._0x420fcb,0x441,_0x51e528._0x41f985,0x4e4)]);const _0x29b49b={};return _0x29b49b[_0x1687c0(0x488,_0x51e528._0x3d128b,_0x51e528._0x254cb7,0x42c)]=_0xc49a7d['FVeUt'],_0x29b49b['message']=_0xc49a7d[_0x1687c0(_0x51e528._0x483a06,0x462,0x46c,0x4d5)],_0x252106[_0x4a2655(0x45d,0x496,0x535,_0x51e528._0x7a4047)](0x1100+0x8*0x34+0x1*-0x110f)[_0x1687c0(0x5b0,_0x51e528._0x596489,_0x51e528._0x37dfce,0x4b3)](_0x29b49b);}else{const _0x53a22b={};_0x53a22b['objectiveI'+'d']=_0x3fa16d,_0x53a22b[_0x4a2655(0x4d8,0x3a4,0x40b,0x43f)]=_0x54aa23['message'],_0x5508cf[_0x1687c0(0x393,_0x51e528._0x2fc98a,0x3c4,0x380)](_0xc49a7d[_0x1687c0(_0x51e528._0x586d0,0x4dd,0x477,0x4f9)],_0x53a22b);}}if(!tasks){logger[_0x1687c0(0x36d,0x3fc,0x4a5,_0x51e528._0x41ff4c)](_0xc49a7d[_0x4a2655(_0x51e528._0x28417c,0x4b4,0x510,0x4dc)]);const _0x22ac74={};return _0x22ac74['error']=_0x1687c0(_0x51e528._0x54a987,_0x51e528._0x215d74,0x4a0,0x435)+_0x1687c0(0x502,_0x51e528._0x3c8f99,_0x51e528._0x1b50b6,_0x51e528._0x3d0196)+'r',_0x22ac74[_0x1687c0(0x3de,_0x51e528._0x3aeadf,_0x51e528._0x4b3d5c,0x42b)]=_0xc49a7d[_0x4a2655(_0x51e528._0x2b75bb,_0x51e528._0x20dd94,_0x51e528._0x155501,_0x51e528._0x1587a8)],_0x252106[_0x4a2655(_0x51e528._0xe36802,_0x51e528._0x22c0e7,_0x51e528._0x1d15ad,0x4e5)](-0xd6*-0x23+0x19b1*-0x1+-0x1*0x19d)[_0x4a2655(0x57e,0x5aa,0x589,_0x51e528._0xf06697)](_0x22ac74);}const _0x33b3fc=tasks[_0x4a2655(_0x51e528._0x59c7b1,_0x51e528._0x3e1666,_0x51e528._0x1fcd5d,_0x51e528._0x147213)](_0x5daef5);if(!_0x33b3fc){const _0x28bdf0={};_0x28bdf0[_0x1687c0(0x4ea,_0x51e528._0x514adb,_0x51e528._0x109441,0x561)]=_0x5daef5,logger[_0x1687c0(_0x51e528._0x4cafb8,_0x51e528._0x1d996b,0x4b7,0x46f)](_0x1687c0(_0x51e528._0x55b91a,0x468,_0x51e528._0x5002d5,_0x51e528._0x16722d)+_0x1687c0(_0x51e528._0x2e8155,_0x51e528._0x5f0e5e,_0x51e528._0x342b1c,_0x51e528._0xda502)+_0x4a2655(0x522,_0x51e528._0xc27139,_0x51e528._0x29832f,0x57a)+_0x1687c0(0x4fd,0x523,_0x51e528._0x41429e,0x488)+'n\x20task\x20ID',_0x28bdf0);const _0x33f843={};return _0x33f843[_0x4a2655(0x44d,_0x51e528._0x55b91a,_0x51e528._0x65f2e2,0x43f)]='Unauthoriz'+'ed',_0x33f843[_0x1687c0(_0x51e528._0x2d47f2,_0x51e528._0x3aeadf,0x34f,_0x51e528._0x4650b7)]=_0xc49a7d[_0x1687c0(0x4ae,_0x51e528._0x2c5f4f,_0x51e528._0x8322f1,_0x51e528._0x4e07f1)],_0x252106[_0x4a2655(0x45b,0x53c,_0x51e528._0x4b5634,_0x51e528._0x51be1c)](-0x121d*-0x1+-0x159b+0x50f)[_0x4a2655(_0x51e528._0x8c1c7c,0x540,0x54b,_0x51e528._0x147d21)](_0x33f843);}if(!_0x33b3fc['sourceObje'+_0x1687c0(0x4cf,_0x51e528._0x572a8e,_0x51e528._0x1618d2,0x590)]){if(_0xc49a7d[_0x1687c0(_0x51e528._0x1f8b14,0x411,_0x51e528._0x3a197f,_0x51e528._0x72d02b)](_0xc49a7d[_0x1687c0(0x40d,_0x51e528._0x3e26f3,_0x51e528._0x50b6e4,_0x51e528._0x15af68)],_0xc49a7d[_0x1687c0(0x452,_0x51e528._0x1f0abc,0x3d0,_0x51e528._0x28aeab)])){const _0x15081b={};_0x15081b['taskId']=_0x18de86,_0x5571af[_0x1687c0(_0x51e528._0x542e0a,_0x51e528._0x1d996b,_0x51e528._0x3cd453,_0x51e528._0x1fcd5d)](_0xc49a7d[_0x1687c0(0x518,0x4d0,0x4fc,0x4ed)],_0x15081b);const _0x1e0f79={};return _0x1e0f79['error']=_0xc49a7d[_0x1687c0(_0x51e528._0xd4f12f,0x516,0x50f,_0x51e528._0x368559)],_0x1e0f79[_0x4a2655(_0x51e528._0x3c6b82,0x432,0x3cb,0x41e)]=_0xc49a7d[_0x1687c0(0x50c,0x4ed,_0x51e528._0x2b9386,0x509)],_0x10c867[_0x1687c0(0x3fb,_0x51e528._0x22b2f7,0x477,_0x51e528._0x33a57d)](-0x1*-0xbce+-0x34*0x4+-0x96b)['json'](_0x1e0f79);}else{const _0x46fb0c={};_0x46fb0c['taskId']=_0x5daef5,logger[_0x1687c0(_0x51e528._0x1a9de0,_0x51e528._0x1d996b,0x522,_0x51e528._0x50c221)](_0xc49a7d['txauH'],_0x46fb0c);const _0x5cb212={};return _0x5cb212[_0x1687c0(0x467,0x3fc,_0x51e528._0x4bcd95,_0x51e528._0x25d53a)]=_0xc49a7d[_0x1687c0(_0x51e528._0x1a8ec2,_0x51e528._0x167a5a,0x52b,_0x51e528._0x11b42e)],_0x5cb212[_0x4a2655(0x45e,0x4a7,0x3de,_0x51e528._0x3db274)]=_0xc49a7d[_0x4a2655(_0x51e528._0x2f1c33,_0x51e528._0x2b0a70,0x5bd,_0x51e528._0x20496e)],_0x252106[_0x1687c0(_0x51e528._0x1ffb80,0x4a2,0x474,_0x51e528._0x462176)](-0xb17+-0x1394+0x203e)[_0x1687c0(0x48d,0x511,_0x51e528._0x2cf10d,_0x51e528._0x4ef7b8)](_0x5cb212);}}_0x567664['callingTas'+'k']=_0x33b3fc,_0x567664[_0x1687c0(0x4a5,0x4da,_0x51e528._0x55523f,_0x51e528._0x1457bf)+'ctiveId']=_0x33b3fc[_0x1687c0(_0x51e528._0x16722d,_0x51e528._0x30c5a2,_0x51e528._0x5a84ba,_0x51e528._0x7ee66f)+'ctiveId'];const _0x812d5f=tasks['get'](_0x33b3fc[_0x1687c0(_0x51e528._0x2181f0,_0x51e528._0x237a1b,0x4ce,0x4be)+_0x4a2655(_0x51e528._0x3458bf,_0x51e528._0xf536d7,_0x51e528._0x2fe9ba,0x524)]);if(!_0x812d5f){if(_0xc49a7d[_0x1687c0(_0x51e528._0x2f028c,_0x51e528._0xea4ca,_0x51e528._0x2386d3,0x4af)](_0xc49a7d[_0x4a2655(0x48c,0x3b5,0x3fd,0x41c)],_0xc49a7d[_0x4a2655(_0x51e528._0x2d2866,_0x51e528._0x8322f1,_0x51e528._0x2ed734,_0x51e528._0x5b4393)])){const _0x4284c1={};return _0x4284c1[_0x4a2655(_0x51e528._0x1b29c3,0x4a4,_0x51e528._0x15e12e,0x43f)]=_0xc49a7d[_0x4a2655(0x3c4,_0x51e528._0x3327ac,0x48e,0x46e)],_0x4284c1[_0x1687c0(0x47e,_0x51e528._0x3aeadf,0x3f7,0x434)]=_0x1687c0(0x49d,_0x51e528._0x16dae4,_0x51e528._0x1251d9,0x581)+'ive\x20not\x20fo'+_0x1687c0(_0x51e528._0xbed652,0x522,_0x51e528._0x4b7ecd,0x4a8),_0x536d7f[_0x1687c0(_0x51e528._0x29309d,_0x51e528._0x22b2f7,0x494,_0x51e528._0x3e72db)](-0xb73+-0xb6b+0x1872)[_0x1687c0(_0x51e528._0x3c305a,_0x51e528._0x596489,_0x51e528._0x1585e7,0x52e)](_0x4284c1);}else{const _0xecd85f={};_0xecd85f['taskId']=_0x5daef5,_0xecd85f[_0x4a2655(0x47b,0x4eb,_0x51e528._0x5d8444,0x51d)+_0x1687c0(0x52c,_0x51e528._0x50f0b0,0x50b,_0x51e528._0xbaf467)]=_0x33b3fc[_0x4a2655(_0x51e528._0x5e3269,0x53b,_0x51e528._0x4b564f,_0x51e528._0x40fc08)+_0x4a2655(0x5b2,0x498,0x4c1,0x524)],logger['warn'](_0xc49a7d[_0x1687c0(0x482,0x42e,_0x51e528._0xd8c764,0x447)],_0xecd85f);const _0x53d3d1={};return _0x53d3d1[_0x1687c0(_0x51e528._0x99435f,_0x51e528._0x38028d,0x45b,0x422)]=_0xc49a7d[_0x1687c0(0x470,0x42b,_0x51e528._0x6c0100,0x3e3)],_0x53d3d1['message']=_0xc49a7d['DpfKk'],_0x252106[_0x1687c0(0x4ed,_0x51e528._0x22b2f7,0x489,_0x51e528._0x3a06f5)](-0x1*-0x1b2f+-0xccd+-0xcce)[_0x4a2655(0x54f,_0x51e528._0x39e8c0,_0x51e528._0x2f028c,_0x51e528._0x147d21)](_0x53d3d1);}}if(_0xc49a7d['VAOUr'](_0x812d5f['status'],_0xc49a7d[_0x4a2655(0x4c5,0x4eb,_0x51e528._0xb64a3b,_0x51e528._0x22d3ef)])){if(_0xc49a7d[_0x1687c0(0x41d,_0x51e528._0x4ed8de,0x3a3,_0x51e528._0x494a45)](_0xc49a7d[_0x1687c0(_0x51e528._0x2801f6,0x52d,_0x51e528._0x362c43,_0x51e528._0x16b443)],_0xc49a7d['AwOGd'])){const _0x47f77c={};return _0x47f77c[_0x4a2655(0x4d3,_0x51e528._0x56c62a,_0x51e528._0x312a85,_0x51e528._0x2c89e5)]=_0xc49a7d[_0x1687c0(0x595,_0x51e528._0x43977,0x4a1,0x53f)],_0x47f77c['message']=_0xc49a7d[_0x4a2655(0x3db,_0x51e528._0x54d7c4,0x449,_0x51e528._0x1c5ebc)],_0x4b64d1[_0x4a2655(0x43d,0x483,0x445,_0x51e528._0x51be1c)](0x109c+-0x4*-0x10+0xf43*-0x1)[_0x1687c0(_0x51e528._0x1de8b1,_0x51e528._0x596489,0x48c,_0x51e528._0x255376)](_0x47f77c);}else{const _0x205214={};_0x205214['taskId']=_0x5daef5,_0x205214[_0x1687c0(_0x51e528._0x13f797,0x4da,_0x51e528._0x3e7022,_0x51e528._0x2af251)+_0x4a2655(_0x51e528._0x3d7977,_0x51e528._0x4d6d66,_0x51e528._0x5be1a5,_0x51e528._0xbed652)]=_0x33b3fc[_0x1687c0(_0x51e528._0x2beb12,0x4da,0x438,_0x51e528._0x5dafca)+'ctiveId'],_0x205214[_0x4a2655(_0x51e528._0x1497ff,_0x51e528._0x2acd5c,_0x51e528._0xb3c091,0x4e5)]=_0x812d5f['status'],logger[_0x1687c0(0x526,_0x51e528._0xf536d7,0x587,0x5a3)](_0xc49a7d['BAgEx'],_0x205214);const _0x2ef906={};return _0x2ef906[_0x1687c0(0x452,0x3fc,_0x51e528._0x3819b2,0x41a)]=_0x1687c0(0x4e6,_0x51e528._0x55a4c9,0x408,0x411)+'t',_0x2ef906['message']=_0x1687c0(0x494,0x4a6,0x3fa,0x4cd)+'not\x20an\x20obj'+_0x4a2655(_0x51e528._0x27d8a2,_0x51e528._0x574e71,0x54a,0x4f2),_0x252106[_0x4a2655(_0x51e528._0xca7052,_0x51e528._0x746d64,_0x51e528._0x45b2df,_0x51e528._0x38cc9b)](0x9b2+-0x1*-0x173+-0x995*0x1)[_0x4a2655(_0x51e528._0x221dd2,_0x51e528._0x2e67f6,0x4f6,0x554)](_0x2ef906);}}_0x567664[_0x4a2655(_0x51e528._0xd7411c,_0x51e528._0x4afe67,_0x51e528._0x4ca23,_0x51e528._0x5dd634)+_0x1687c0(0x445,_0x51e528._0x2b08b8,_0x51e528._0x5c4646,0x3f7)]=_0x812d5f;function _0x4a2655(_0x7cac85,_0x2a8bc1,_0x401b23,_0x3789a9){return _0x5431e5(_0x2a8bc1,_0x2a8bc1-0x1dc,_0x3789a9-_0xe928c9._0x17dedd,_0x3789a9-_0xe928c9._0x275ac1);}_0x3493ac();}function _0x56c98(_0x268923,_0x3d5290,_0x3ff5ff,_0x53eb76){const _0xd0298f={_0x1186c8:0xfb};return _0x1f6b(_0x3ff5ff- -_0xd0298f._0x1186c8,_0x53eb76);}router[_0x5431e5(0x13b,0x63,0x8f,0xdd)](_0x56c98(0x96,0x2f,0x45,0xd6),requireTaskAuth,async(_0x1fa18b,_0x5b511c)=>{const _0x4f229e={_0x24dced:0x204,_0xbde196:0x202,_0x3a19e4:0xbb,_0x3958e1:0xca,_0x5e52a0:0x1fe,_0x5c0ebf:0x7b,_0x16b842:0x1a2,_0x4e5228:0xd2,_0x148618:0x8,_0x2c342e:0xc2,_0x2bf3a3:0x197,_0x4871a5:0x246,_0x158663:0x254,_0x50395a:0x27a,_0x592bbc:0x15f,_0x18740b:0x60,_0x47c79e:0x33,_0x119d0a:0xd7,_0x240539:0xc7,_0x298628:0x92,_0xb88657:0x90,_0x52e57a:0x100,_0x52aabb:0x250,_0x324db5:0xf8,_0x3e1002:0x130,_0x5dd0d7:0x52,_0x12c79d:0x99,_0x5a70e7:0x7f,_0x258a02:0x1dc,_0x5df3d0:0xe9,_0x5ae2f9:0x1ad,_0x4fe65d:0x224,_0x59e6b7:0x1c4,_0x43773d:0xbd,_0x1df276:0x21,_0xfd7af4:0x151,_0x32600b:0x121,_0xbc7c3e:0x104,_0x3613c3:0x1c9,_0x517ba9:0xdc,_0x52e665:0xc3,_0x38ff63:0x51,_0x2ab347:0x2e,_0x50f54a:0xb2,_0x56b78e:0x158,_0x2018a9:0x160,_0x2d523e:0x1cc,_0x3aa47b:0x1e5,_0x4bea7c:0xad,_0x564b2c:0x209,_0x3f865c:0x29e,_0x1605b3:0x233,_0x499dda:0x28f,_0x4c7cda:0x20f,_0x179021:0x1d9,_0x47601f:0x6e,_0x58ba47:0x21,_0x224abb:0x8e},_0x1ef13b={_0x4fb7bf:0x1},_0xf18d41={_0x511252:0xcf};function _0x219400(_0x29a6d7,_0x4bafb6,_0x24ab93,_0x54b89e){return _0x56c98(_0x29a6d7-0x1cf,_0x4bafb6-0xa3,_0x24ab93- -_0xf18d41._0x511252,_0x29a6d7);}const _0x2452f3={};function _0x19adba(_0x11ce53,_0x3c9d7b,_0x4f43bd,_0x52d348){return _0x56c98(_0x11ce53-0x18c,_0x3c9d7b-_0x1ef13b._0x4fb7bf,_0x4f43bd-0x167,_0x11ce53);}_0x2452f3[_0x19adba(_0x4f229e._0x24dced,_0x4f229e._0xbde196,0x1df,0x18b)]=_0x219400(-_0x4f229e._0x3a19e4,-0x1aa,-0x134,-_0x4f229e._0x3958e1)+'ing\x20parent'+_0x19adba(_0x4f229e._0x5e52a0,0x1d2,0x1e2,0x217)+_0x219400(-_0x4f229e._0x5c0ebf,-0x8e,-0x10e,-0x113);const _0x3596aa=_0x2452f3,{parentObjective:_0x52bfa8,callingTask:_0x5274ab}=_0x1fa18b,_0x1434fe={};_0x1434fe[_0x19adba(0x1fe,0x198,0x203,_0x4f229e._0x16b842)]=_0x5274ab[_0x219400(-0x80,-_0x4f229e._0x4e5228,-0x33,-_0x4f229e._0x148618)],_0x1434fe[_0x219400(0x33,-_0x4f229e._0x2c342e,-0x1f,-0xa7)+'d']=_0x52bfa8[_0x19adba(0x203,_0x4f229e._0x2bf3a3,0x203,_0x4f229e._0x4871a5)],logger['info'](_0x3596aa[_0x19adba(_0x4f229e._0x158663,_0x4f229e._0x50395a,0x1df,_0x4f229e._0x592bbc)],_0x1434fe);const _0x573f0d={};_0x573f0d[_0x219400(0x28,_0x4f229e._0x18740b,-_0x4f229e._0x47c79e,-_0x4f229e._0x119d0a)]=_0x52bfa8['taskId'],_0x573f0d[_0x19adba(0xb7,_0x4f229e._0x240539,0x157,0x103)]=_0x52bfa8[_0x19adba(0x1f8,0x1a1,0x157,0x107)],_0x573f0d[_0x219400(-0x2a,-_0x4f229e._0x298628,-_0x4f229e._0xb88657,-_0x4f229e._0x52e57a)]=_0x52bfa8[_0x19adba(0x209,0x189,0x1a6,_0x4f229e._0x52aabb)],_0x573f0d['instructio'+'ns']=_0x52bfa8[_0x19adba(_0x4f229e._0x324db5,0x159,_0x4f229e._0x3e1002,0x98)]?.['instructio'+'ns']||'',_0x573f0d['environmen'+'t']=_0x52bfa8[_0x219400(-_0x4f229e._0x5dd0d7,-_0x4f229e._0x12c79d,-_0x4f229e._0x5a70e7,-0xbd)+'t'],_0x573f0d['taskType']=_0x52bfa8['taskType'],_0x573f0d[_0x19adba(_0x4f229e._0x258a02,0x1a6,0x130,0x169)]=_0x52bfa8[_0x19adba(0xf7,_0x4f229e._0x5df3d0,0x130,_0x4f229e._0x5ae2f9)],_0x573f0d[_0x19adba(_0x4f229e._0x4fe65d,_0x4f229e._0x59e6b7,0x221,0x285)]=_0x52bfa8[_0x219400(0x42,-_0x4f229e._0x43773d,-0x15,_0x4f229e._0x1df276)],_0x573f0d[_0x219400(-0x1b7,-0x11b,-_0x4f229e._0xfd7af4,-_0x4f229e._0x32600b)]=_0x52bfa8['updatedAt'],_0x573f0d[_0x19adba(_0x4f229e._0xbc7c3e,_0x4f229e._0x3613c3,0x125,0xd9)+_0x219400(-_0x4f229e._0x517ba9,-_0x4f229e._0x52e665,-_0x4f229e._0x38ff63,_0x4f229e._0x2ab347)]=_0x52bfa8[_0x19adba(_0x4f229e._0x50f54a,0x1a4,0x125,_0x4f229e._0x56b78e)+_0x19adba(_0x4f229e._0x2018a9,_0x4f229e._0x2d523e,_0x4f229e._0x3aa47b,0x26c)],_0x573f0d['launchCoun'+'t']=_0x52bfa8[_0x219400(-0xc9,-0xf3,-0x50,-_0x4f229e._0x4bea7c)+'t']||0x8bc+0x15*0xe+-0x9e2,_0x573f0d[_0x19adba(0x262,0x273,0x209,0x271)+'edAt']=_0x52bfa8[_0x19adba(0x271,0x213,_0x4f229e._0x564b2c,_0x4f229e._0x3f865c)+_0x19adba(_0x4f229e._0x1605b3,_0x4f229e._0x499dda,_0x4f229e._0x4c7cda,_0x4f229e._0x179021)],_0x5b511c[_0x219400(-0x35,_0x4f229e._0x47601f,-_0x4f229e._0x58ba47,_0x4f229e._0x224abb)](_0x573f0d);}),router['get'](_0x56c98(-0x4,-0x9e,0x6,-0x7f)+_0x56c98(0xe2,0x36,0xd7,0x12e),requireTaskAuth,async(_0x3f1ef4,_0x4d834a)=>{const _0x5aa0c8={_0x3e7ff7:0x342,_0x4c5dec:0x2d6,_0x26c825:0x385,_0x177670:0x40c,_0x3b249c:0x452,_0x15cb70:0x463,_0x5c0725:0x3ce,_0x26afee:0x350,_0x532831:0x270,_0x42d810:0x188,_0x4a1f8d:0x435,_0x564a5d:0x406,_0x28b5b9:0x475,_0xecf9f2:0x298,_0x3abd86:0x2a7,_0x442ac4:0x32c,_0x1f1eb0:0x2d1,_0x3cc344:0x4c0,_0x4f5678:0x4f7,_0x319f69:0x244,_0x50f0c8:0x2e1,_0x46880a:0x327,_0x4a2469:0x45d,_0x2ea5cf:0x211,_0x31b46d:0x1a9,_0x4e82d3:0x2a5,_0x3afcd5:0x24b,_0x2372e2:0x25b,_0x10e1bf:0x496,_0xd84512:0x49a,_0x46e76a:0x456,_0x33417e:0x47a,_0x4bae21:0x4e5,_0xfc3ee5:0x4d4,_0x745e73:0x495,_0x3834d6:0x49d,_0x5dbf44:0x35d,_0x14eaef:0x4ff,_0x504894:0x462,_0x5f212c:0x43b,_0x3cd5c2:0x451,_0x2f6e34:0x3b7,_0x2ad09e:0x1ca,_0x5d9042:0x2c1,_0x32943c:0x371,_0x4c5183:0x2d7,_0x4dad39:0x2ca,_0x1d9839:0x22b,_0x1bc7ae:0x1a6,_0x3e128d:0x2a8,_0x56b8cf:0x507,_0x131206:0x56d,_0x4de487:0x315,_0x4010ab:0x278,_0x9285b7:0x24f,_0x4d1456:0x2ee,_0x5cddea:0x4dd,_0x27069b:0x596,_0x3d091a:0x2b9,_0x36beab:0x197,_0x17a633:0x41c,_0x412099:0x3aa,_0x121652:0x3d9,_0x1f42ab:0x489,_0x2bc61c:0x378,_0x5eb4a5:0x47b,_0x1f842a:0x3d2,_0xa3591d:0x3a3,_0x324a1b:0x2fe,_0x5b4364:0x423,_0x5f2565:0x426,_0xbf327b:0x309,_0x4aadc7:0x33f,_0x184ec3:0x2d8,_0x350f22:0x2ed,_0x520325:0x2ef,_0xbfd084:0x20d,_0xcb6489:0x2a1,_0x5eaab4:0x20d,_0xd6560b:0x1c8,_0x2be7bb:0x3d7,_0x2d75a1:0x34c,_0xd15eca:0x349,_0x11bee0:0x3d5,_0xafff0a:0x505,_0x36ff49:0x49b,_0x522209:0x48d},_0x1955d2={_0x10daa3:0x18d,_0x9b4973:0x2c7},_0xe4a212={_0x114d80:0xd6,_0x340e4d:0x457};function _0x5005ee(_0x1d678a,_0x3dd548,_0x237dec,_0x34cfc4){return _0x56c98(_0x1d678a-0x1b9,_0x3dd548-_0xe4a212._0x114d80,_0x1d678a-_0xe4a212._0x340e4d,_0x3dd548);}const _0x30dc8c={};_0x30dc8c['huzUX']=function(_0x591c44,_0x351d62){return _0x591c44!==_0x351d62;},_0x30dc8c[_0x3dc9c3(-_0x5aa0c8._0x3e7ff7,-0x264,-_0x5aa0c8._0x4c5dec,-_0x5aa0c8._0x26c825)]='objective',_0x30dc8c[_0x5005ee(_0x5aa0c8._0x177670,_0x5aa0c8._0x3b249c,_0x5aa0c8._0x15cb70,_0x5aa0c8._0x5c0725)]=function(_0x438a98,_0xc530a){return _0x438a98===_0xc530a;},_0x30dc8c['KYBOr']=_0x3dc9c3(-0x3d7,-0x398,-_0x5aa0c8._0x26afee,-0x3b5),_0x30dc8c[_0x3dc9c3(-_0x5aa0c8._0x532831,-0x261,-0x265,-0x1de)]=_0x3dc9c3(-0x231,-_0x5aa0c8._0x42d810,-0x223,-0x27a),_0x30dc8c[_0x5005ee(0x410,_0x5aa0c8._0x4a1f8d,0x3bf,_0x5aa0c8._0x564a5d)]='Objective\x20'+_0x5005ee(0x4ca,0x476,0x56b,_0x5aa0c8._0x28b5b9),_0x30dc8c['HNIGk']=_0x3dc9c3(-_0x5aa0c8._0xecf9f2,-_0x5aa0c8._0x3abd86,-_0x5aa0c8._0x442ac4,-_0x5aa0c8._0x1f1eb0)+_0x5005ee(0x483,_0x5aa0c8._0x3cc344,0x4d2,_0x5aa0c8._0x4f5678)+_0x3dc9c3(-_0x5aa0c8._0x319f69,-0x2d9,-_0x5aa0c8._0x50f0c8,-_0x5aa0c8._0x46880a)+_0x5005ee(0x47c,0x3e1,0x449,_0x5aa0c8._0x4a2469);const _0x574a9a=_0x30dc8c,{callingTask:_0xd62a53}=_0x3f1ef4,_0x1982cc=_0x3f1ef4[_0x3dc9c3(-0x213,-_0x5aa0c8._0x2ea5cf,-0x247,-_0x5aa0c8._0x31b46d)]['id'],_0x200715=tasks[_0x3dc9c3(-_0x5aa0c8._0x4e82d3,-_0x5aa0c8._0x3afcd5,-_0x5aa0c8._0x2372e2,-0x30c)](_0x1982cc);if(!_0x200715||_0x574a9a['huzUX'](_0x200715[_0x5005ee(_0x5aa0c8._0x10e1bf,_0x5aa0c8._0xd84512,_0x5aa0c8._0x46e76a,_0x5aa0c8._0x33417e)],_0x574a9a[_0x5005ee(0x448,0x48f,0x418,_0x5aa0c8._0x4bae21)])){if(_0x574a9a['HViBH'](_0x574a9a['KYBOr'],_0x574a9a[_0x5005ee(0x4bc,0x51a,_0x5aa0c8._0xfc3ee5,0x49b)])){const _0x21ff23={};return _0x21ff23[_0x5005ee(0x3f0,_0x5aa0c8._0x745e73,_0x5aa0c8._0x3834d6,_0x5aa0c8._0x5dbf44)]=_0x574a9a[_0x5005ee(0x4b9,_0x5aa0c8._0x14eaef,0x4ba,_0x5aa0c8._0x504894)],_0x21ff23[_0x5005ee(0x3cf,_0x5aa0c8._0x5f212c,0x331,_0x5aa0c8._0x3cd5c2)]=_0x574a9a[_0x3dc9c3(-_0x5aa0c8._0x2f6e34,-0x291,-0x30e,-0x285)],_0x4d834a[_0x5005ee(0x496,0x4e7,0x47b,0x49a)](-0xc5*-0xb+-0x4b9*-0x2+-0x1055)[_0x3dc9c3(-0x25f,-0x179,-0x219,-_0x5aa0c8._0x2ad09e)](_0x21ff23);}else _0x3c5315[_0x3dc9c3(-_0x5aa0c8._0x5d9042,-_0x5aa0c8._0x32943c,-_0x5aa0c8._0x4c5183,-_0x5aa0c8._0x4dad39)]=_0x2b1654;}const _0x224dea={};_0x224dea[_0x3dc9c3(-0x22c,-_0x5aa0c8._0x5d9042,-_0x5aa0c8._0x1d9839,-_0x5aa0c8._0x1bc7ae)]=_0xd62a53[_0x3dc9c3(-_0x5aa0c8._0x3e128d,-0x2d7,-0x22b,-0x1b3)],_0x224dea[_0x5005ee(_0x5aa0c8._0x56b8cf,0x5a5,_0x5aa0c8._0x131206,0x475)+'d']=_0x1982cc,logger[_0x3dc9c3(-_0x5aa0c8._0x4de487,-_0x5aa0c8._0x4010ab,-0x2d4,-0x355)](_0x574a9a[_0x3dc9c3(-0x2a0,-_0x5aa0c8._0x9285b7,-_0x5aa0c8._0x4d1456,-0x35d)],_0x224dea);const _0x76dfdf={};_0x76dfdf[_0x5005ee(0x4f3,_0x5aa0c8._0x5cddea,0x4b2,_0x5aa0c8._0x27069b)]=_0x200715[_0x3dc9c3(-0x27c,-_0x5aa0c8._0x3d091a,-_0x5aa0c8._0x1d9839,-_0x5aa0c8._0x36beab)],_0x76dfdf[_0x5005ee(0x447,_0x5aa0c8._0x17a633,0x49f,_0x5aa0c8._0x412099)]=_0x200715[_0x5005ee(0x447,0x3a6,_0x5aa0c8._0x121652,_0x5aa0c8._0x1f42ab)],_0x76dfdf[_0x5005ee(0x423,_0x5aa0c8._0x2bc61c,_0x5aa0c8._0x5eb4a5,_0x5aa0c8._0x1f842a)+'ns']=_0x200715[_0x3dc9c3(-0x2f3,-_0x5aa0c8._0xa3591d,-_0x5aa0c8._0x324a1b,-0x297)]?.[_0x5005ee(_0x5aa0c8._0x5b4364,_0x5aa0c8._0x5f2565,0x490,0x3aa)+'ns']||'',_0x76dfdf[_0x3dc9c3(-0x287,-0x342,-_0x5aa0c8._0xbf327b,-_0x5aa0c8._0x4aadc7)+_0x3dc9c3(-0x2b4,-_0x5aa0c8._0x184ec3,-0x249,-0x2d2)]=_0x200715[_0x3dc9c3(-_0x5aa0c8._0x350f22,-0x376,-0x309,-0x323)+_0x3dc9c3(-_0x5aa0c8._0x520325,-0x1fe,-0x249,-0x2d1)],_0x76dfdf[_0x3dc9c3(-0x219,-0x20e,-_0x5aa0c8._0xbfd084,-0x286)]=_0x200715[_0x3dc9c3(-0x239,-_0x5aa0c8._0xcb6489,-_0x5aa0c8._0x5eaab4,-_0x5aa0c8._0xd6560b)];function _0x3dc9c3(_0x16b544,_0x21eb65,_0x4ddf67,_0x41e2f8){return _0x56c98(_0x16b544-0xc4,_0x21eb65-_0x1955d2._0x10daa3,_0x4ddf67- -_0x1955d2._0x9b4973,_0x41e2f8);}_0x76dfdf[_0x3dc9c3(-_0x5aa0c8._0x2be7bb,-_0x5aa0c8._0x2d75a1,-_0x5aa0c8._0xd15eca,-0x2f9)]=_0x200715[_0x5005ee(_0x5aa0c8._0x11bee0,0x360,0x405,0x42a)],_0x4d834a[_0x5005ee(_0x5aa0c8._0xafff0a,0x54e,_0x5aa0c8._0x36ff49,_0x5aa0c8._0x522209)](_0x76dfdf);}),router[_0x56c98(0x6f,-0xc0,-0x28,0x89)](_0x5431e5(0x111,0x117,0x68,0x88),requireTaskAuth,async(_0x2b0a65,_0x13f2a0)=>{const _0x5c609a={_0x43857d:0x2d8,_0x238172:0x2ea,_0x577d75:0x315,_0x1420a8:0x2ac,_0x18d22f:0x39e,_0x5b07fb:0x310,_0x37d256:0x3ba,_0x5949bb:0x492,_0x313f09:0x3ed,_0x204d88:0x408,_0x4a247b:0x319,_0x43ddac:0x39b,_0x1ad937:0x3bf,_0x4ee0ca:0x384,_0x82e42d:0x3cf,_0x28a9f8:0x373,_0x129cfc:0x3e7,_0x4dcaab:0x4e4,_0x4ebed2:0x474,_0x576e82:0x4b7,_0x44a967:0x539,_0x1548a2:0x3d9,_0x1b845c:0x3a7,_0x132e45:0x439,_0x10b7fe:0x3f7,_0x4ebd71:0x2c7,_0xf294a8:0x2b1,_0x47152c:0x329,_0x27f211:0x3f1,_0x41f113:0x33f,_0x319d29:0x37a,_0x25fb61:0x345,_0xa81808:0x405,_0x5c5556:0x321,_0x1d65cd:0x3a2,_0xb5ba68:0x378,_0xea59f5:0x2bc,_0x454c39:0x2a1,_0x22f5c2:0x333,_0x281c0f:0x34c,_0x3fa237:0x455,_0x122ea8:0x3e4,_0x24cf48:0x3ae,_0x4debbe:0x378,_0x5aed78:0x329,_0x290a75:0x2d6,_0x82d05e:0x2b7,_0x3386f7:0x331,_0xd6c5d8:0x489,_0x371dc0:0x480,_0xcd2fb1:0x330,_0x4bf871:0x450,_0x537eb1:0x4a2,_0x2bdc25:0x48d,_0x1f6808:0x2da,_0x40529f:0x465,_0x2134dc:0x324,_0x3110c0:0x38f,_0x13970f:0x305,_0x22c278:0x3b0,_0x5f1e1f:0x46b,_0x2815b3:0x36d,_0x4f7111:0x37c,_0x2d0c0f:0x2f2,_0x2af476:0x26a,_0x53dd6c:0x391,_0x35d704:0x321,_0x1ee269:0x3b8,_0xf52a76:0x490,_0x3ce611:0x3e5,_0x512e36:0x48d,_0x8cd208:0x3c9,_0x2add29:0x34b,_0x49cc65:0x358,_0x3f5bf6:0x434,_0x110ac0:0x43a,_0x12bdb5:0x339,_0x11cdf0:0x42c,_0x3ec6b9:0x3df,_0x49f090:0x4c9,_0x516784:0x40c,_0x2a4036:0x4af,_0x4c91af:0x459,_0x76cffc:0x3f1,_0x198e3f:0x3a6,_0x5668cd:0x38c,_0x34c39f:0x325,_0x1f3304:0x301,_0x28d5be:0x409,_0x4ec59c:0x45a,_0xcee82d:0x3b7,_0x3fd767:0x460,_0x112e75:0x434,_0x57cb8a:0x2a7,_0x3abc67:0x2e1,_0x1c6ab2:0x353,_0x4f6a23:0x3ff,_0x2e583f:0x3e9,_0x5351f9:0x38a,_0x266eda:0x269,_0x48c537:0x322,_0x2b509f:0x32a,_0x54ca8b:0x39d,_0x40ef52:0x370,_0x446258:0x2cb,_0x2e9421:0x40e,_0x357bd0:0x3c5,_0x39d282:0x406,_0x801f52:0x3dc,_0x5e9fbe:0x466,_0x38e288:0x3c5,_0x263206:0x3a3,_0x3c7ec8:0x371,_0x451771:0x3e1,_0x42eaf5:0x336,_0x352438:0x41c,_0x4d2e83:0x388,_0x1c7217:0x42e,_0x5178e4:0x3f0,_0x4a487c:0x3ba,_0x4feff4:0x3c3,_0x1d967c:0x273,_0x5674d3:0x2c9,_0x18551d:0x240,_0x5d1014:0x496,_0x38ed77:0x473,_0x192443:0x320,_0x4a0642:0x3c5,_0x404d35:0x3eb,_0x4e7f1d:0x3b5,_0x100f12:0x3f4,_0x398023:0x36e,_0x4668ec:0x46f,_0x422fd9:0x46e,_0x47415e:0x3e1,_0x24c82e:0x35f,_0x364d6b:0x446,_0x5705c3:0x3bd,_0x445df3:0x448,_0x81e614:0x272,_0x4ec8c1:0x244,_0x2bcd31:0x2f2,_0x153d35:0x392,_0x1322c3:0x39e,_0x3aad88:0x326,_0x16130a:0x3ef},_0x41252c={_0x4e981:0x306,_0x3fe506:0x143},_0x28fd16={_0x146c6c:0x164,_0x26ef23:0x3f1},_0x2fead3={'XUqaD':function(_0x7df5d4,_0x43d844){return _0x7df5d4===_0x43d844;},'tePuT':_0x64be31(_0x5c609a._0x43857d,0x37e,0x372,0x36f)+'t','SAHjU':_0x64be31(0x392,_0x5c609a._0x238172,_0x5c609a._0x577d75,_0x5c609a._0x1420a8)+_0x64be31(_0x5c609a._0x18d22f,0x283,_0x5c609a._0x5b07fb,0x32d)+'name\x20or\x20in'+_0x64be31(_0x5c609a._0x37d256,_0x5c609a._0x5949bb,_0x5c609a._0x313f09,_0x5c609a._0x204d88)+_0x64be31(_0x5c609a._0x4a247b,_0x5c609a._0x43ddac,_0x5c609a._0x1ad937,0x434)+_0x1828e(0x539,0x428,0x4ad,0x503),'uaoBD':function(_0x5b46f1,_0x433426){return _0x5b46f1!==_0x433426;},'icnaM':function(_0x5c2f5d,_0x318349){return _0x5c2f5d!==_0x318349;},'lfydu':function(_0xa78a0b,_0x48bf77){return _0xa78a0b!==_0x48bf77;},'rwWcy':function(_0x44bf9f,_0x2ce7ea){return _0x44bf9f(_0x2ce7ea);},'dhPNL':'metadata.j'+_0x1828e(0x38e,_0x5c609a._0x4ee0ca,0x393,0x3a5),'aJeey':_0x64be31(_0x5c609a._0x82e42d,0x3f2,_0x5c609a._0x28a9f8,_0x5c609a._0x129cfc),'PVyOg':_0x1828e(_0x5c609a._0x4dcaab,_0x5c609a._0x4ebed2,_0x5c609a._0x576e82,_0x5c609a._0x44a967)+_0x64be31(_0x5c609a._0x1548a2,0x375,0x33a,_0x5c609a._0x1b845c),'HvdFh':_0x1828e(_0x5c609a._0x132e45,0x3d0,0x448,_0x5c609a._0x10b7fe),'Cxxmz':_0x64be31(0x2ea,_0x5c609a._0x4ebd71,_0x5c609a._0xf294a8,0x298)+_0x64be31(_0x5c609a._0x47152c,_0x5c609a._0x27f211,0x39e,0x39c)+'jective\x20up'+_0x64be31(0x42a,_0x5c609a._0x41f113,_0x5c609a._0x319d29,_0x5c609a._0x25fb61),'fAxmS':function(_0x2e434e,_0x1901ce,_0x17881b){return _0x2e434e(_0x1901ce,_0x17881b);},'WZEKS':'task-updat'+'ed'},{parentObjective:_0x12326d,callingTask:_0x44dbdd}=_0x2b0a65,{name:_0x3f8c3a,instructions:_0x29e31a}=_0x2b0a65[_0x1828e(0x3c2,_0x5c609a._0xa81808,0x457,0x4e1)];if(_0x2fead3['XUqaD'](_0x3f8c3a,undefined)&&_0x2fead3[_0x64be31(_0x5c609a._0x5c5556,0x37c,_0x5c609a._0x43ddac,_0x5c609a._0x41f113)](_0x29e31a,undefined)){const _0x52a4a5={};return _0x52a4a5['error']=_0x2fead3[_0x64be31(0x307,0x3df,_0x5c609a._0x1d65cd,_0x5c609a._0xb5ba68)],_0x52a4a5[_0x64be31(0x276,_0x5c609a._0xea59f5,_0x5c609a._0x454c39,_0x5c609a._0x22f5c2)]=_0x2fead3['SAHjU'],_0x13f2a0[_0x64be31(_0x5c609a._0x281c0f,0x2f1,0x368,0x2b6)](-0x495+-0x4*0x89+-0x15*-0x65)[_0x1828e(0x4c8,0x3f3,0x49f,0x4d1)](_0x52a4a5);}logger[_0x1828e(_0x5c609a._0x132e45,_0x5c609a._0x3fa237,_0x5c609a._0x122ea8,0x42c)](_0x64be31(_0x5c609a._0x24cf48,_0x5c609a._0x4debbe,_0x5c609a._0x5aed78,0x2ef)+_0x64be31(_0x5c609a._0x290a75,0x30d,_0x5c609a._0x82d05e,_0x5c609a._0x3386f7)+_0x1828e(0x3f6,_0x5c609a._0xd6c5d8,0x46c,_0x5c609a._0x371dc0),{'taskId':_0x44dbdd[_0x64be31(_0x5c609a._0xcd2fb1,_0x5c609a._0x4bf871,0x3c5,0x3df)],'objectiveId':_0x12326d[_0x1828e(_0x5c609a._0x537eb1,0x428,_0x5c609a._0x2bdc25,0x4ca)],'updatingName':_0x2fead3[_0x64be31(_0x5c609a._0x1f6808,0x2cb,0x316,0x286)](_0x3f8c3a,undefined),'updatingInstructions':_0x2fead3['uaoBD'](_0x29e31a,undefined)});const _0x42338a=new Date()[_0x1828e(_0x5c609a._0x40529f,0x3c1,0x433,0x414)+'g']();function _0x1828e(_0x3c8355,_0x39a936,_0x5d1602,_0x382673){return _0x56c98(_0x3c8355-0x75,_0x39a936-_0x28fd16._0x146c6c,_0x5d1602-_0x28fd16._0x26ef23,_0x382673);}_0x2fead3[_0x1828e(_0x5c609a._0x2134dc,0x40a,_0x5c609a._0x3110c0,_0x5c609a._0x13970f)](_0x3f8c3a,undefined)&&(_0x12326d[_0x1828e(0x3d4,_0x5c609a._0x22c278,0x3e1,0x463)]=_0x3f8c3a);_0x2fead3[_0x1828e(_0x5c609a._0x5f1e1f,0x392,0x411,0x4be)](_0x29e31a,undefined)&&(_0x12326d[_0x64be31(_0x5c609a._0x2815b3,_0x5c609a._0x4f7111,_0x5c609a._0x2d0c0f,_0x5c609a._0x2af476)]={..._0x12326d[_0x64be31(0x270,_0x5c609a._0x53dd6c,0x2f2,0x328)],'instructions':_0x29e31a});_0x12326d['updatedAt']=_0x42338a,_0x12326d[_0x1828e(_0x5c609a._0x35d704,0x312,_0x5c609a._0x1ee269,0x3ce)+_0x1828e(0x438,0x442,_0x5c609a._0xf52a76,0x41f)]=_0x44dbdd[_0x1828e(0x441,_0x5c609a._0x3ce611,_0x5c609a._0x512e36,0x46f)];try{const _0x25e100=await _0x2fead3[_0x64be31(0x34d,_0x5c609a._0x8cd208,_0x5c609a._0x2add29,0x3c6)](findTaskDirectory,_0x12326d[_0x64be31(_0x5c609a._0x49cc65,0x3fe,0x3c5,0x3c5)]);if(_0x25e100){const _0x329661=_0x4bb43c[_0x1828e(0x500,0x4f6,0x4af,_0x5c609a._0x3f5bf6)](_0x25e100,_0x2fead3[_0x64be31(_0x5c609a._0x110ac0,0x3b1,0x39d,_0x5c609a._0x12bdb5)]);await _0x3b4d07[_0x64be31(_0x5c609a._0x11cdf0,0x3d0,_0x5c609a._0x3ec6b9,0x383)](_0x329661,JSON[_0x1828e(0x505,0x423,_0x5c609a._0x49f090,0x4a5)](_0x12326d,null,0x726+0x1a03+-0x29*0xcf),'utf-8');if(_0x29e31a!==undefined){const _0xb2ec60=_0x4bb43c[_0x1828e(0x403,_0x5c609a._0x516784,_0x5c609a._0x2a4036,0x4e5)](_0x25e100,_0x2fead3[_0x1828e(0x4d2,0x4a0,_0x5c609a._0x4c91af,_0x5c609a._0x76cffc)]),_0x2d75ac={};_0x2d75ac[_0x1828e(0x347,_0x5c609a._0x198e3f,0x3d4,_0x5c609a._0x5668cd)]=!![],await _0x3b4d07[_0x64be31(0x2bf,0x304,_0x5c609a._0x34c39f,_0x5c609a._0x1f3304)](_0xb2ec60,_0x2d75ac);const _0x4ea0a7=_0x4bb43c['join'](_0xb2ec60,_0x2fead3[_0x64be31(_0x5c609a._0x28d5be,_0x5c609a._0x4ec59c,_0x5c609a._0xcee82d,_0x5c609a._0x3fd767)]);await _0x3b4d07[_0x1828e(_0x5c609a._0x112e75,0x511,0x4a7,0x431)](_0x4ea0a7,_0x29e31a,_0x2fead3[_0x64be31(_0x5c609a._0x57cb8a,0x2d8,_0x5c609a._0x3abc67,_0x5c609a._0x1c6ab2)]);}}}catch(_0x40124c){const _0x256987={};_0x256987[_0x64be31(_0x5c609a._0x4f6a23,0x470,0x3d9,0x3a0)+'d']=_0x12326d[_0x1828e(0x3e5,_0x5c609a._0x2e583f,0x48d,0x426)],_0x256987[_0x1828e(_0x5c609a._0xcee82d,0x41f,_0x5c609a._0x5351f9,0x301)]=_0x40124c[_0x64be31(_0x5c609a._0x266eda,_0x5c609a._0x48c537,0x2a1,0x232)],logger[_0x1828e(_0x5c609a._0x48c537,0x3fb,0x38a,0x39c)](_0x2fead3[_0x64be31(_0x5c609a._0x2b509f,_0x5c609a._0x54ca8b,_0x5c609a._0x40ef52,_0x5c609a._0x446258)],_0x256987);}function _0x64be31(_0x3da68d,_0x467947,_0x2396b2,_0xd090bd){return _0x5431e5(_0xd090bd,_0x467947-0x19c,_0x2396b2-_0x41252c._0x4e981,_0xd090bd-_0x41252c._0x3fe506);}if(broadcastTaskUpdate){const _0x50ad71={};_0x50ad71[_0x64be31(0x3aa,_0x5c609a._0x2e9421,_0x5c609a._0x357bd0,_0x5c609a._0x39d282)]=_0x12326d[_0x64be31(_0x5c609a._0x801f52,_0x5c609a._0x5e9fbe,_0x5c609a._0x38e288,_0x5c609a._0x263206)],_0x50ad71[_0x1828e(_0x5c609a._0x3c7ec8,0x42d,_0x5c609a._0x451771,_0x5c609a._0x42eaf5)]=_0x12326d['name'],_0x50ad71[_0x1828e(_0x5c609a._0x352438,_0x5c609a._0x4d2e83,0x3bd,0x3f7)+'ns']=_0x12326d[_0x1828e(_0x5c609a._0x1c7217,_0x5c609a._0x5178e4,_0x5c609a._0x4a487c,_0x5c609a._0x4feff4)]?.[_0x64be31(_0x5c609a._0x1d967c,_0x5c609a._0x5674d3,0x2f5,0x328)+'ns'],_0x50ad71[_0x1828e(0x3b4,0x329,0x36f,0x3c3)]=_0x12326d[_0x64be31(0x2e5,_0x5c609a._0x18551d,0x2a7,_0x5c609a._0x5674d3)],_0x2fead3[_0x1828e(0x538,0x4ba,0x489,0x4be)](broadcastTaskUpdate,_0x2fead3[_0x1828e(_0x5c609a._0x5d1014,0x4ad,_0x5c609a._0x38ed77,0x41a)],_0x50ad71);}const _0x4097f1={};_0x4097f1['taskId']=_0x44dbdd['taskId'],_0x4097f1[_0x64be31(0x40e,_0x5c609a._0x5aed78,0x3d9,0x463)+'d']=_0x12326d[_0x64be31(_0x5c609a._0x192443,0x44b,_0x5c609a._0x4a0642,_0x5c609a._0x404d35)],logger['info'](_0x1828e(0x391,0x356,0x3dc,0x48d)+_0x1828e(0x3d5,_0x5c609a._0x4e7f1d,0x3f4,0x361)+_0x64be31(_0x5c609a._0x100f12,0x2e7,_0x5c609a._0x4f7111,_0x5c609a._0x398023)+'sk',_0x4097f1);const _0xd0e270={};_0xd0e270[_0x1828e(0x388,0x383,0x3d1,_0x5c609a._0x4668ec)]=!![],_0xd0e270[_0x64be31(0x3fb,_0x5c609a._0x422fd9,_0x5c609a._0x357bd0,0x425)]=_0x12326d['taskId'],_0xd0e270['name']=_0x12326d[_0x1828e(_0x5c609a._0x1b845c,0x45c,_0x5c609a._0x47415e,_0x5c609a._0x24c82e)],_0xd0e270[_0x1828e(_0x5c609a._0x364d6b,0x3e0,_0x5c609a._0x5705c3,_0x5c609a._0x445df3)+'ns']=_0x12326d[_0x64be31(_0x5c609a._0x81e614,_0x5c609a._0x4ec8c1,_0x5c609a._0x2bcd31,0x24d)]?.['instructio'+'ns'],_0xd0e270[_0x1828e(_0x5c609a._0x153d35,_0x5c609a._0x1322c3,0x36f,0x3b8)]=_0x12326d['updatedAt'],_0x13f2a0[_0x64be31(_0x5c609a._0x3aad88,0x41a,0x3d7,_0x5c609a._0x16130a)](_0xd0e270);}),router[_0x56c98(-0xd1,-0x85,-0x2e,0x5b)]('/sub-objec'+_0x56c98(-0xdb,-0x3,-0x66,0x20),requireTaskAuth,async(_0x377aa9,_0x5eac6f)=>{const _0x1592b4={_0x3fb33c:0x2b1,_0x8ecd29:0x257,_0x5a4d86:0x1e5,_0x54ec45:0x2ef,_0x5d68c7:0x2db,_0x180900:0x1bb,_0x121c21:0x1aa,_0x2501df:0x1cd,_0x1df655:0x288,_0x2c6eb1:0x26a,_0x219e54:0x202,_0x113ec7:0x1c9,_0x1b9b10:0x1fc,_0x3f1eb0:0x1dc,_0x36d636:0x1e2,_0x51af14:0x2fb,_0x37f41b:0x20d,_0x37a3f9:0x23f,_0x207f48:0x219,_0x3e8d18:0x243,_0x4f7afa:0x264,_0x4cd9da:0x1f4,_0x323c3d:0x23d,_0x2a02e5:0x1b4,_0x28acf5:0x2a4,_0x53cf2e:0x212,_0x873f5d:0x23d,_0x534f54:0x26d,_0x1d486a:0x1ef,_0x204a0c:0x252,_0x4c6810:0x260,_0x3a0ec0:0x1cb,_0x303573:0x17a,_0xf7d873:0x186,_0x122300:0x1c2,_0x255e85:0x276,_0x3eef68:0x289,_0x3a23c6:0x22c,_0x523c2e:0x20c,_0x143836:0x196,_0x140a2d:0x190,_0x3f2878:0x2e5,_0x25cf29:0x320,_0x130dc4:0x202,_0x1d2b6a:0x298,_0x253bf3:0x3a1,_0x537535:0x281,_0x1b87f2:0x257,_0x911fc7:0x303,_0x28b17e:0x26c,_0xc0f12d:0x2c4,_0x1f32c0:0x31e,_0x268430:0x2ce,_0x520ce7:0x178,_0x2d3dc9:0x1d0,_0x2086f1:0x279,_0x9bcf43:0x1ba,_0x2ea4f3:0x162,_0x3529f8:0x2a1,_0x128308:0x236,_0x197745:0x1de,_0x2a5d64:0x284,_0x10517b:0x287,_0x4c08a9:0x2d3,_0x1e73a7:0x20b,_0x23703e:0x1a4,_0x135250:0x179,_0x2d8801:0x311,_0x23c6e7:0x28f,_0x2c1477:0x285,_0x461ef5:0x224,_0x17af06:0x28e,_0x5ba2c8:0x313,_0x258860:0x328,_0x20aa7f:0x347,_0x17722c:0x2c3,_0x315b5b:0x16c,_0x2acd4f:0x235,_0x4badee:0x2c5,_0x4a657f:0x23f,_0x54edeb:0xf2,_0x135699:0x128,_0x17be62:0x179,_0x1891f8:0x153,_0x5b58e3:0x204,_0x410d7f:0x20c,_0x1c935e:0x310,_0x2f30dd:0x2bc,_0x3590e9:0x269,_0xf3eea7:0x19b,_0x5ec4f6:0x224,_0xca4a15:0x2dc,_0x48bd1d:0x268,_0x2d9985:0x220,_0x10fd14:0x21d,_0x89b853:0x25e,_0x2920a5:0x2eb,_0x35e26d:0x205,_0x1c55ef:0x1c9,_0x1e29c3:0x26e,_0x3ee377:0x19a,_0x1afb14:0x286,_0x3189bd:0x1ec,_0x2d794b:0x247,_0x245e7a:0x20a,_0x3295f7:0x28d,_0x3d9cf8:0x2a5,_0x562e24:0x21a,_0x2a9913:0x268,_0x407c79:0x266,_0x1636a5:0x27f,_0x38c59f:0x2fa,_0x436b6c:0x31a,_0x4d4106:0x15b,_0x5283d6:0x188,_0x4aba1a:0x1a5,_0x5bc8aa:0x2d2,_0x563947:0x258,_0x2f256f:0x1fd,_0x3eb7e4:0x2ec,_0x48f79c:0x28e,_0x38f4b2:0x3b3,_0x2e0dc0:0x223,_0x14b770:0x2af,_0x56fe69:0x1e7,_0x56c12c:0x138,_0x3d0c4e:0x242,_0x4cb186:0x2ad,_0x11aa4c:0x25a,_0x13d138:0x20f,_0x5b9d1c:0x250,_0x450d8b:0x142,_0x11dbd6:0x18b,_0x744ce0:0x231,_0x8892da:0x2b0,_0x27f4da:0x265,_0x5b5064:0x263,_0x3f469d:0x279,_0x310b50:0x161,_0x4f8346:0x21f,_0x11e955:0x155,_0x145d28:0x2d4,_0x4bd607:0x358,_0x3abca2:0x313,_0x3bc86e:0x385,_0x4c9699:0x2ce,_0x1f929c:0x14b,_0x104c22:0x140,_0x407327:0x151,_0x58bba4:0x1e2,_0x30657c:0x226,_0x5cb18f:0x2b4,_0x29e565:0x29d,_0x172ae4:0x1e3,_0x499e43:0x2b9,_0x3c2526:0x27c,_0x1f19e1:0x393,_0x28e8d5:0x128,_0x22dc47:0x173,_0x1142ef:0x22a,_0x19bb72:0x164,_0xde488:0x228,_0xe830a6:0x18b,_0x106e93:0x339,_0x188acd:0x2b0,_0x1c906d:0x226,_0x94442a:0x261,_0x1b08a4:0x33d,_0x3b1423:0x321,_0x59b31c:0x345,_0x5134db:0x2e0,_0xa55459:0x1cd,_0x16048a:0x294,_0x59e11d:0x17c,_0x3229a0:0x1d7,_0x1aff50:0x29b,_0x413644:0x16e,_0x3ea6f1:0x19f,_0x4658a8:0x262,_0x376835:0x1f0,_0x52b86d:0x256,_0x1a8640:0x2f3,_0x199c3b:0x293,_0x1f48ed:0x187,_0x19ed6b:0x1d2,_0x4707d3:0x218,_0x5d9ad6:0x15a,_0x585ab0:0xe2,_0x48ed5c:0x16d,_0x34159d:0x21c,_0x5e8537:0x259,_0x110dfc:0x24b,_0x14b300:0x200,_0x46e959:0x26f,_0x418b71:0x1a0,_0x27c552:0x1f7,_0x3d8cf1:0x32e,_0x5b3d90:0x2d4,_0x2da8ee:0x2ee,_0x12f34c:0x11e,_0x1236ed:0x121,_0x4849b5:0x169,_0x1f49ca:0xcb,_0x2d0861:0xd0,_0x5ef15a:0x171,_0x507b29:0x24a,_0x664e4f:0x221,_0x339fc9:0x19c,_0x51ee35:0x2d4,_0x50815e:0x16f,_0x63dd6d:0x1d4,_0x523ec4:0x168,_0x3f16dd:0x365,_0x20530d:0x2bd,_0x3832c6:0x21f,_0xddec63:0x205,_0x347ff3:0x21f,_0x368bcd:0x254,_0x4bee24:0x1ea,_0x473d06:0x169,_0x224add:0x27e,_0x20c089:0x249,_0x3a9813:0x275,_0x37315d:0x307,_0x206c3e:0x2c6,_0x3cd25e:0x3c5,_0x5bafd1:0x1f5,_0x55f6c4:0x23a,_0x54ae68:0x225,_0x4ca0dd:0x1bd,_0xe087e4:0x1d6,_0x4aaa58:0x222,_0x58da12:0x237,_0x4285bb:0x343,_0x11d199:0x29a,_0x5abccd:0x234,_0x26c154:0x252,_0x1eb581:0x25b,_0x269394:0x2bd,_0x34282c:0x2e2,_0x4493cb:0x210,_0x48db08:0x1a9,_0x2ab540:0x2c2,_0x483090:0x209,_0x312561:0x222,_0x1b843b:0x273,_0x51d4c6:0x1d0,_0x31803c:0x312,_0x579409:0x20e,_0x547b20:0x2c4,_0x2a9486:0x347,_0x5346a9:0x162,_0x582fd3:0x233,_0x21dad2:0x22e,_0x39a2a2:0x17b,_0x1d39a:0x28e,_0x3c14e6:0x213,_0x2136a9:0x13f,_0x5352bf:0x265,_0xc042f4:0x204,_0x443ca6:0x1e8,_0x2c6c30:0x1c1,_0x39096d:0x203,_0x3b9dcc:0x1a7},_0x135f90={_0x4efbef:0x7,_0x4720ff:0x2c3},_0x634277={_0x17ec21:0x25},_0x595efa={'NlxoT':_0x3fd7e8(-_0x1592b4._0x3fb33c,-_0x1592b4._0x8ecd29,-_0x1592b4._0x5a4d86,-_0x1592b4._0x54ec45)+'t','AITNu':_0x352ca2(-_0x1592b4._0x5d68c7,-0x212,-0x2c3,-0x284)+_0x352ca2(-_0x1592b4._0x180900,-_0x1592b4._0x121c21,-0x255,-_0x1592b4._0x2501df)+_0x352ca2(-0x1e5,-_0x1592b4._0x1df655,-0x17d,-0x1db),'QBfUw':function(_0x20096c,_0x1b5662){return _0x20096c===_0x1b5662;},'HKGWq':_0x352ca2(-0x232,-0x207,-_0x1592b4._0x2c6eb1,-0x28c)+_0x3fd7e8(-0x27d,-0x255,-_0x1592b4._0x219e54,-_0x1592b4._0x113ec7)+_0x352ca2(-_0x1592b4._0x1b9b10,-_0x1592b4._0x3f1eb0,-_0x1592b4._0x36d636,-0x19a),'gvAyE':function(_0x4cbcdb,_0x4375f8){return _0x4cbcdb!==_0x4375f8;},'gowyE':_0x352ca2(-0x350,-0x284,-_0x1592b4._0x51af14,-0x2a3)+_0x352ca2(-0x16d,-0x2a3,-0x1f3,-_0x1592b4._0x37f41b)+'jectives','cnsNi':function(_0x1dc49c,_0x48f978){return _0x1dc49c!==_0x48f978;},'iTcNu':_0x3fd7e8(-0x256,-_0x1592b4._0x54ec45,-0x351,-0x305),'wVZcz':'jJQWR','qvlaH':_0x3fd7e8(-0x252,-0x28d,-0x33d,-0x2d1),'Rvzpq':function(_0x43fd9e,_0x295f39){return _0x43fd9e===_0x295f39;},'brmpM':_0x3fd7e8(-_0x1592b4._0x37a3f9,-_0x1592b4._0x207f48,-0x183,-0x20b),'GRSsy':function(_0x33e0d8,_0x18e8ab){return _0x33e0d8<_0x18e8ab;},'jTxwa':function(_0x42312c,_0x293d1b){return _0x42312c+_0x293d1b;},'GdhMk':function(_0x34114a,_0x1f4af4){return _0x34114a*_0x1f4af4;},'FNhoG':function(_0x2dab89,_0x5131bc){return _0x2dab89+_0x5131bc;},'XOooB':_0x3fd7e8(-0x20d,-_0x1592b4._0x3e8d18,-0x20a,-0x1a0),'XjEnv':'manual','ThMLc':function(_0xbc8cac,_0x6c3036,_0x46822e){return _0xbc8cac(_0x6c3036,_0x46822e);},'GKGIJ':_0x3fd7e8(-0x20d,-_0x1592b4._0x4f7afa,-_0x1592b4._0x4cd9da,-_0x1592b4._0x323c3d)+'son','ezVtf':_0x3fd7e8(-_0x1592b4._0x2a02e5,-0x249,-_0x1592b4._0x28acf5,-0x1e2),'QrGdL':'output','wAVUj':_0x352ca2(-_0x1592b4._0x53cf2e,-0xd0,-0x1b0,-0x161)+'uctions.md','dKSSq':'Failed\x20to\x20'+_0x352ca2(-_0x1592b4._0x873f5d,-_0x1592b4._0x534f54,-_0x1592b4._0x1d486a,-0x22a)+_0x3fd7e8(-0x1f5,-_0x1592b4._0x204a0c,-_0x1592b4._0x4c6810,-0x277)+'e','TngWJ':_0x3fd7e8(-0x204,-_0x1592b4._0x3a0ec0,-_0x1592b4._0x303573,-0x1b3),'AavDp':_0x3fd7e8(-_0x1592b4._0xf7d873,-0x21f,-_0x1592b4._0x122300,-_0x1592b4._0x255e85)+_0x3fd7e8(-0x289,-_0x1592b4._0x3eef68,-0x224,-_0x1592b4._0x3a23c6)+_0x3fd7e8(-0x227,-_0x1592b4._0x523c2e,-0x2b9,-_0x1592b4._0x143836)};function _0x352ca2(_0x9be892,_0x56ef9b,_0x38a889,_0x241070){return _0x5431e5(_0x9be892,_0x56ef9b-0x8c,_0x241070- -0x24a,_0x241070-_0x634277._0x17ec21);}const {parentObjective:_0x396aec,callingTask:_0x1e9d40}=_0x377aa9,{objectives:_0x523ef7}=_0x377aa9['body'];if(!_0x523ef7||!Array[_0x352ca2(-0x15e,-0x20c,-_0x1592b4._0x140a2d,-0x201)](_0x523ef7)||_0x523ef7[_0x352ca2(-_0x1592b4._0x3f2878,-_0x1592b4._0x25cf29,-_0x1592b4._0x130dc4,-_0x1592b4._0x1d2b6a)]===0x101*0x9+-0x259*0xb+0x10ca){const _0x4ccb4a={};return _0x4ccb4a[_0x3fd7e8(-0x2a7,-0x307,-_0x1592b4._0x253bf3,-0x3ac)]=_0x3fd7e8(-_0x1592b4._0x537535,-_0x1592b4._0x1b87f2,-_0x1592b4._0x911fc7,-0x298)+'t',_0x4ccb4a['message']=_0x3fd7e8(-_0x1592b4._0x28b17e,-_0x1592b4._0xc0f12d,-_0x1592b4._0x1f32c0,-_0x1592b4._0x268430)+_0x3fd7e8(-_0x1592b4._0x520ce7,-_0x1592b4._0x2d3dc9,-0x225,-_0x1592b4._0x2086f1)+_0x352ca2(-_0x1592b4._0x9bcf43,-0x15d,-0x124,-_0x1592b4._0x2ea4f3)+_0x3fd7e8(-_0x1592b4._0x3529f8,-_0x1592b4._0x128308,-_0x1592b4._0x197745,-_0x1592b4._0x2a5d64)+_0x3fd7e8(-0x2bd,-0x28c,-_0x1592b4._0x10517b,-_0x1592b4._0x4c08a9)+_0x352ca2(-0x285,-_0x1592b4._0x1e73a7,-0x2af,-0x2ac)+_0x352ca2(-_0x1592b4._0x23703e,-0x11a,-0x195,-0x176),_0x5eac6f['status'](-0xae3+0x134a+-0x6d7*0x1)[_0x352ca2(-0x14f,-0x119,-0x218,-_0x1592b4._0x135250)](_0x4ccb4a);}for(let _0x369f86=-0x1494+0x153d*0x1+0x1*-0xa9;_0x369f86<_0x523ef7[_0x3fd7e8(-0x281,-_0x1592b4._0x2d8801,-0x2c0,-0x351)];_0x369f86++){const _0x533263=_0x523ef7[_0x369f86];if(!_0x533263['name']||_0x595efa['gvAyE'](typeof _0x533263[_0x3fd7e8(-0x2f5,-0x2b0,-_0x1592b4._0x23c6e7,-0x287)],'string')){const _0x103514={};return _0x103514[_0x352ca2(-_0x1592b4._0x2c1477,-0x2c4,-_0x1592b4._0x461ef5,-_0x1592b4._0x17af06)]=_0x595efa[_0x3fd7e8(-0x3a4,-_0x1592b4._0x5ba2c8,-0x388,-0x280)],_0x103514[_0x3fd7e8(-0x3af,-_0x1592b4._0x258860,-0x2d2,-0x296)]=_0x3fd7e8(-_0x1592b4._0x20aa7f,-0x29b,-0x27d,-0x1ed)+_0x352ca2(-_0x1592b4._0x17722c,-_0x1592b4._0x315b5b,-_0x1592b4._0x2acd4f,-_0x1592b4._0x53cf2e)+_0x369f86+('\x20must\x20have'+'\x20a\x20\x22name\x22\x20'+_0x352ca2(-_0x1592b4._0x4badee,-0x337,-_0x1592b4._0x4a657f,-0x2a2)),_0x5eac6f['status'](0x1a29+0x16a*0x13+-0x3377)[_0x352ca2(-_0x1592b4._0x54edeb,-_0x1592b4._0x135699,-0x1c9,-_0x1592b4._0x17be62)](_0x103514);}}const _0x588f0f={};_0x588f0f[_0x3fd7e8(-_0x1592b4._0x1891f8,-_0x1592b4._0x5b58e3,-_0x1592b4._0x410d7f,-0x207)]=_0x1e9d40['taskId'],_0x588f0f[_0x352ca2(-_0x1592b4._0x1c935e,-_0x1592b4._0x2f30dd,-0x243,-_0x1592b4._0x3590e9)+'ctiveId']=_0x396aec[_0x352ca2(-0x148,-0x1ad,-0x16b,-0x18b)],_0x588f0f[_0x352ca2(-0x23d,-0x1e2,-0x18d,-_0x1592b4._0xf3eea7)]=_0x523ef7[_0x352ca2(-0x29d,-_0x1592b4._0x5d68c7,-_0x1592b4._0x5ec4f6,-_0x1592b4._0x1d2b6a)],logger['info'](_0x595efa[_0x3fd7e8(-_0x1592b4._0xca4a15,-_0x1592b4._0x48bd1d,-_0x1592b4._0x2d9985,-_0x1592b4._0x10fd14)],_0x588f0f);const _0x21367e=new Date()[_0x3fd7e8(-0x29e,-_0x1592b4._0x89b853,-0x279,-_0x1592b4._0x2920a5)+'g'](),_0x934255=[];let _0x4bb7bb=-0x4f0*0x4+-0x1d5d+-0x1*-0x311d;for(const [,_0x454b6e]of tasks[_0x352ca2(-_0x1592b4._0x35e26d,-_0x1592b4._0x1c55ef,-_0x1592b4._0x1e29c3,-0x225)]()){if(_0x595efa['cnsNi'](_0x595efa['iTcNu'],_0x595efa[_0x352ca2(-_0x1592b4._0x3ee377,-_0x1592b4._0x1afb14,-0x18f,-_0x1592b4._0x3189bd)])){if(_0x454b6e[_0x352ca2(-_0x1592b4._0x2d794b,-_0x1592b4._0x245e7a,-0x244,-_0x1592b4._0x3590e9)+_0x352ca2(-0x188,-0x1bb,-0x222,-0x1a9)]===_0x396aec[_0x3fd7e8(-_0x1592b4._0x3295f7,-0x204,-0x160,-_0x1592b4._0x3d9cf8)]&&typeof _0x454b6e[_0x352ca2(-0x2e7,-_0x1592b4._0x562e24,-_0x1592b4._0x2a9913,-0x259)]===_0x595efa[_0x3fd7e8(-_0x1592b4._0x407c79,-_0x1592b4._0x1636a5,-0x2a3,-_0x1592b4._0x38c59f)]){if(_0x595efa[_0x3fd7e8(-0x2b6,-0x2ee,-0x24d,-_0x1592b4._0x436b6c)](_0x595efa[_0x352ca2(-0x228,-0x1fa,-_0x1592b4._0x4d4106,-0x18e)],_0x595efa[_0x3fd7e8(-0x276,-0x207,-0x1ce,-_0x1592b4._0x5283d6)]))_0x4bb7bb=Math[_0x3fd7e8(-0x1a2,-0x1d9,-_0x1592b4._0x4aba1a,-0x1f0)](_0x4bb7bb,_0x454b6e[_0x3fd7e8(-0x272,-_0x1592b4._0x5bc8aa,-0x2b8,-_0x1592b4._0x563947)]);else{const _0x9a6094={};return _0x9a6094[_0x352ca2(-_0x1592b4._0x2f256f,-_0x1592b4._0x3eb7e4,-_0x1592b4._0x4badee,-_0x1592b4._0x48f79c)]=_0x595efa[_0x3fd7e8(-_0x1592b4._0x38f4b2,-0x313,-0x309,-0x38e)],_0x9a6094[_0x352ca2(-0x295,-0x2d5,-_0x1592b4._0x2e0dc0,-_0x1592b4._0x14b770)]=_0x595efa['AITNu'],_0x4f8789[_0x352ca2(-0x1f0,-_0x1592b4._0x56fe69,-_0x1592b4._0x56c12c,-0x1e8)](0xf*-0xfe+-0x57b*0x3+0x1*0x20e3)['json'](_0x9a6094);}}}else{const {parentObjective:_0x3c8e0a,callingTask:_0x11c3eb}=_0x4e7bed,_0x11f597=[];for(const [,_0x10c261]of _0x45199c[_0x3fd7e8(-0x252,-0x29e,-0x21a,-_0x1592b4._0x3d0c4e)]()){if(_0x10c261[_0x3fd7e8(-_0x1592b4._0x4cb186,-0x2e2,-_0x1592b4._0x11aa4c,-0x32e)+'ctiveId']===_0x3c8e0a[_0x3fd7e8(-0x2a6,-_0x1592b4._0x5b58e3,-0x2a4,-_0x1592b4._0x2d9985)]&&_0x595efa[_0x3fd7e8(-0x1d1,-_0x1592b4._0x13d138,-0x258,-_0x1592b4._0x5b9d1c)](_0x10c261['status'],_0x3fd7e8(-0x22d,-0x243,-0x264,-0x2bb))){const _0x304e0f={};_0x304e0f[_0x352ca2(-_0x1592b4._0x450d8b,-0x179,-0x176,-_0x1592b4._0x11dbd6)]=_0x10c261[_0x352ca2(-0x173,-0x14e,-0xf1,-0x18b)],_0x304e0f[_0x3fd7e8(-_0x1592b4._0x744ce0,-_0x1592b4._0x8892da,-0x272,-_0x1592b4._0x27f4da)]=_0x10c261[_0x3fd7e8(-_0x1592b4._0x537535,-0x2b0,-0x341,-0x22d)],_0x304e0f[_0x3fd7e8(-_0x1592b4._0x3a23c6,-0x2d2,-0x377,-0x2f1)]=_0x10c261[_0x352ca2(-0x267,-_0x1592b4._0x5b5064,-_0x1592b4._0x3f469d,-0x259)],_0x304e0f[_0x3fd7e8(-_0x1592b4._0x310b50,-0x1e6,-_0x1592b4._0x4f8346,-0x21f)]=_0x10c261[_0x3fd7e8(-_0x1592b4._0x11e955,-0x1e6,-0x1f3,-0x183)],_0x304e0f[_0x3fd7e8(-0x2d0,-_0x1592b4._0x145d28,-_0x1592b4._0x4bd607,-0x2b5)+'ns']=_0x10c261[_0x3fd7e8(-_0x1592b4._0x3abca2,-0x2d7,-_0x1592b4._0x3bc86e,-0x268)]?.[_0x352ca2(-_0x1592b4._0x4c9699,-0x2f4,-0x1b0,-0x25b)+'ns']||'',_0x11f597['push'](_0x304e0f);}}_0x11f597['sort']((_0x3b7064,_0x2ff008)=>(_0x3b7064[_0x352ca2(-0x309,-0x1d1,-0x258,-0x259)]||-0x7fc*-0x2+-0x25dd+0x15e5*0x1)-(_0x2ff008[_0x352ca2(-0x25e,-0x22c,-0x2af,-0x259)]||-0x703+0x654+0xaf));const _0x324272={};_0x324272[_0x352ca2(-_0x1592b4._0x1f929c,-_0x1592b4._0x104c22,-_0x1592b4._0x407327,-_0x1592b4._0x11dbd6)]=_0x11c3eb['taskId'],_0x324272['parentObje'+_0x3fd7e8(-_0x1592b4._0x58bba4,-0x222,-_0x1592b4._0x30657c,-_0x1592b4._0x3d9cf8)]=_0x3c8e0a['taskId'],_0x324272[_0x352ca2(-0x15a,-0x104,-0x241,-_0x1592b4._0x121c21)]=_0x11f597['length'],_0x541b22['info'](_0x595efa['HKGWq'],_0x324272);const _0x3721c1={};_0x3721c1[_0x3fd7e8(-0x1f6,-0x2a6,-_0x1592b4._0x5cb18f,-0x237)]=_0x11f597,_0x3721c1[_0x352ca2(-0x2c8,-_0x1592b4._0x29e565,-_0x1592b4._0x172ae4,-_0x1592b4._0x3590e9)+_0x3fd7e8(-0x1f3,-0x222,-0x1fd,-_0x1592b4._0x499e43)]=_0x3c8e0a['taskId'],_0x323a92['json'](_0x3721c1);}}for(let _0x161656=0x252d+0x1179+-0x36a6;_0x595efa[_0x3fd7e8(-0x201,-_0x1592b4._0x3c2526,-0x1df,-0x263)](_0x161656,_0x523ef7[_0x3fd7e8(-_0x1592b4._0x1f19e1,-_0x1592b4._0x2d8801,-_0x1592b4._0x28b17e,-0x2b5)]);_0x161656++){const _0x417002=_0x523ef7[_0x161656],_0x46ff26=generateObjectiveId(),_0x26451d=_0x595efa[_0x352ca2(-0x126,-_0x1592b4._0x28e8d5,-0x195,-_0x1592b4._0x22dc47)](_0x4bb7bb,_0x595efa[_0x3fd7e8(-0x2d3,-0x2ae,-0x2e1,-0x294)](_0x595efa[_0x3fd7e8(-0x182,-_0x1592b4._0x1142ef,-0x225,-_0x1592b4._0x303573)](_0x161656,-0x16*-0x40+0x1f29+0x4*-0x92a),0x5*0x3a9+-0x2*0xcd+-0xccb)),_0x122854={};_0x122854[_0x352ca2(-0x209,-_0x1592b4._0x19bb72,-_0x1592b4._0xde488,-_0x1592b4._0xe830a6)]=_0x46ff26,_0x122854[_0x3fd7e8(-0x266,-0x2b0,-0x34d,-_0x1592b4._0x106e93)]=_0x417002[_0x3fd7e8(-0x2b2,-_0x1592b4._0x188acd,-_0x1592b4._0x1c906d,-_0x1592b4._0x28acf5)],_0x122854[_0x3fd7e8(-0x306,-_0x1592b4._0x94442a,-_0x1592b4._0x3f2878,-0x2bf)]=_0x595efa[_0x3fd7e8(-_0x1592b4._0x1b08a4,-0x30b,-_0x1592b4._0x3b1423,-_0x1592b4._0x59b31c)],_0x122854[_0x3fd7e8(-_0x1592b4._0x5134db,-0x250,-_0x1592b4._0xa55459,-_0x1592b4._0x16048a)+'t']=_0x396aec[_0x352ca2(-_0x1592b4._0x59e11d,-0x16d,-0x12d,-_0x1592b4._0x3229a0)+'t'],_0x122854[_0x3fd7e8(-_0x1592b4._0x1aff50,-0x200,-_0x1592b4._0x413644,-0x282)]=_0x396aec[_0x352ca2(-0x1d0,-0x205,-_0x1592b4._0x3ea6f1,-0x187)]||_0x595efa[_0x3fd7e8(-_0x1592b4._0x4658a8,-0x2c3,-0x2d0,-0x28a)],_0x122854[_0x352ca2(-_0x1592b4._0x207f48,-_0x1592b4._0x376835,-_0x1592b4._0x52b86d,-_0x1592b4._0x89b853)]={..._0x396aec[_0x352ca2(-0x2af,-_0x1592b4._0x1a8640,-_0x1592b4._0x199c3b,-0x25e)]||{}},_0x122854[_0x352ca2(-_0x1592b4._0x1f48ed,-_0x1592b4._0x14b770,-_0x1592b4._0x122300,-0x218)]=_0x396aec[_0x352ca2(-0x25c,-0x29f,-_0x1592b4._0x19ed6b,-_0x1592b4._0x4707d3)]||{},_0x122854[_0x352ca2(-0xea,-_0x1592b4._0x5d9ad6,-0x170,-0x16a)]=_0x396aec['agents']||[],_0x122854[_0x352ca2(-0x132,-_0x1592b4._0x585ab0,-0xef,-_0x1592b4._0x48ed5c)]=_0x21367e,_0x122854[_0x3fd7e8(-0x326,-0x322,-0x3a2,-_0x1592b4._0x38f4b2)]=_0x21367e,_0x122854['parentObje'+_0x352ca2(-0x22b,-0x135,-_0x1592b4._0x34159d,-0x1a9)]=_0x396aec['taskId'],_0x122854[_0x352ca2(-0x215,-0x2fa,-0x25a,-_0x1592b4._0x5e8537)]=_0x26451d,_0x122854['createdByT'+_0x352ca2(-0x1a3,-0x254,-0x1cd,-0x1c7)]=_0x1e9d40[_0x3fd7e8(-0x242,-_0x1592b4._0x5b58e3,-0x1ed,-_0x1592b4._0x110dfc)],_0x122854[_0x352ca2(-0x1a7,-0x287,-0x213,-_0x1592b4._0x14b300)]=_0x396aec['createdBy']||_0x1e9d40[_0x352ca2(-_0x1592b4._0x46e959,-0x20d,-_0x1592b4._0x418b71,-0x200)],_0x122854[_0x352ca2(-0x260,-_0x1592b4._0x27c552,-0x2dd,-0x27e)]=_0x396aec['isPinned']||![],_0x122854[_0x352ca2(-_0x1592b4._0x207f48,-_0x1592b4._0x376835,-_0x1592b4._0x52b86d,-_0x1592b4._0x89b853)][_0x3fd7e8(-_0x1592b4._0x3d8cf1,-_0x1592b4._0x5b3d90,-_0x1592b4._0x2da8ee,-0x2ea)+'ns']=_0x417002['instructio'+'ns']||'';const _0x85a496=_0x122854;tasks['set'](_0x46ff26,_0x85a496);try{const _0x5bd0bf=await _0x595efa['ThMLc'](createObjectiveDirectory,_0x46ff26,_0x21367e),_0x410bb3=_0x4bb43c[_0x352ca2(-_0x1592b4._0x12f34c,-0x150,-_0x1592b4._0x1236ed,-_0x1592b4._0x4849b5)](_0x5bd0bf,_0x595efa['GKGIJ']);await _0x3b4d07[_0x352ca2(-_0x1592b4._0x1f49ca,-_0x1592b4._0x2d0861,-0x181,-_0x1592b4._0x5ef15a)](_0x410bb3,JSON[_0x3fd7e8(-0x227,-0x1c8,-0x222,-_0x1592b4._0x507b29)](_0x85a496,null,0x14a0+-0x1e05+0x1d*0x53),_0x595efa[_0x352ca2(-_0x1592b4._0x664e4f,-0x219,-0x13d,-_0x1592b4._0x339fc9)]);if(_0x417002[_0x3fd7e8(-0x25c,-_0x1592b4._0x51ee35,-0x2e9,-0x2a9)+'ns']){const _0x25370e=_0x4bb43c[_0x3fd7e8(-_0x1592b4._0x50815e,-_0x1592b4._0x58bba4,-_0x1592b4._0x4707d3,-_0x1592b4._0x63dd6d)](_0x5bd0bf,_0x595efa[_0x352ca2(-0x144,-_0x1592b4._0x450d8b,-_0x1592b4._0x523ec4,-0x16f)]),_0x43d103={};_0x43d103[_0x3fd7e8(-_0x1592b4._0x3f16dd,-_0x1592b4._0x20530d,-0x332,-0x33f)]=!![],await _0x3b4d07[_0x352ca2(-0x2ae,-_0x1592b4._0x3832c6,-0x2a1,-0x22b)](_0x25370e,_0x43d103);const _0x177932=_0x4bb43c[_0x3fd7e8(-_0x1592b4._0xddec63,-0x1e2,-0x261,-0x1d0)](_0x25370e,_0x595efa[_0x3fd7e8(-_0x1592b4._0x347ff3,-0x294,-_0x1592b4._0x368bcd,-_0x1592b4._0x255e85)]);await _0x3b4d07[_0x3fd7e8(-0x1ca,-_0x1592b4._0x4bee24,-_0x1592b4._0x473d06,-0x27d)](_0x177932,_0x417002['instructio'+'ns'],_0x3fd7e8(-_0x1592b4._0x224add,-_0x1592b4._0x20c089,-0x1ed,-0x2b7));}}catch(_0x22d505){const _0x1e5ad8={};_0x1e5ad8['objectiveI'+'d']=_0x46ff26,_0x1e5ad8[_0x3fd7e8(-_0x1592b4._0x3a9813,-_0x1592b4._0x37315d,-0x34f,-0x30b)]=_0x22d505[_0x3fd7e8(-_0x1592b4._0x206c3e,-_0x1592b4._0x258860,-0x2eb,-_0x1592b4._0x3cd25e)],logger[_0x352ca2(-0x20c,-0x20f,-0x25e,-0x28e)](_0x595efa[_0x3fd7e8(-0x21c,-_0x1592b4._0x5bafd1,-_0x1592b4._0x55f6c4,-_0x1592b4._0x224add)],_0x1e5ad8);}broadcastTaskUpdate&&_0x595efa[_0x352ca2(-_0x1592b4._0x54ae68,-0x23a,-0x278,-0x239)](broadcastTaskUpdate,_0x595efa['TngWJ'],_0x85a496);const _0x18f97c={};_0x18f97c[_0x3fd7e8(-0x195,-0x204,-_0x1592b4._0x4ca0dd,-0x186)]=_0x46ff26,_0x18f97c[_0x352ca2(-0x1bb,-_0x1592b4._0xe087e4,-_0x1592b4._0x4aaa58,-_0x1592b4._0x58da12)]=_0x85a496[_0x3fd7e8(-_0x1592b4._0x4285bb,-_0x1592b4._0x8892da,-0x258,-_0x1592b4._0x11d199)],_0x18f97c[_0x352ca2(-_0x1592b4._0x5abccd,-_0x1592b4._0x26c154,-0x2a4,-_0x1592b4._0x1eb581)+'ns']=_0x85a496[_0x352ca2(-_0x1592b4._0x461ef5,-0x1ee,-0x1b7,-_0x1592b4._0x89b853)]?.['instructio'+'ns']||'',_0x18f97c[_0x3fd7e8(-_0x1592b4._0x269394,-_0x1592b4._0x34282c,-0x29e,-0x2f0)+_0x352ca2(-0x16c,-0x22c,-_0x1592b4._0x4493cb,-_0x1592b4._0x48db08)]=_0x85a496[_0x352ca2(-0x1f5,-_0x1592b4._0x664e4f,-_0x1592b4._0x2ab540,-0x269)+_0x3fd7e8(-_0x1592b4._0x483090,-_0x1592b4._0x312561,-_0x1592b4._0x1b843b,-0x1b4)],_0x18f97c['sortOrder']=_0x85a496[_0x3fd7e8(-_0x1592b4._0x2c6eb1,-0x2d2,-0x281,-0x2c7)],_0x934255[_0x3fd7e8(-_0x1592b4._0x51d4c6,-0x262,-_0x1592b4._0x31803c,-_0x1592b4._0x579409)](_0x18f97c);}logger['info'](_0x595efa[_0x352ca2(-_0x1592b4._0x547b20,-0x31c,-_0x1592b4._0x2a9486,-0x2a7)],{'taskId':_0x1e9d40[_0x3fd7e8(-_0x1592b4._0x5346a9,-_0x1592b4._0x5b58e3,-_0x1592b4._0x29e565,-_0x1592b4._0x582fd3)],'parentObjectiveId':_0x396aec['taskId'],'createdCount':_0x934255[_0x3fd7e8(-0x2d0,-0x311,-_0x1592b4._0x11d199,-0x2af)],'objectiveIds':_0x934255['map'](_0x23e06e=>_0x23e06e[_0x352ca2(-0xf4,-0x215,-0x10f,-0x18b)])});const _0x102f12={};function _0x3fd7e8(_0x1e8cd0,_0x136d33,_0x1cc053,_0x187c1d){return _0x5431e5(_0x187c1d,_0x136d33-_0x135f90._0x4efbef,_0x136d33- -_0x135f90._0x4720ff,_0x187c1d-0x2);}_0x102f12[_0x352ca2(-_0x1592b4._0x21dad2,-_0x1592b4._0x27f4da,-0x1ba,-0x247)]=!![],_0x102f12[_0x352ca2(-_0x1592b4._0x39a2a2,-0x20e,-0x10e,-0x175)]=_0x934255[_0x352ca2(-0x31d,-_0x1592b4._0x1d39a,-0x288,-0x298)],_0x102f12[_0x3fd7e8(-_0x1592b4._0x376835,-_0x1592b4._0x3c14e6,-0x29b,-0x2b7)]=_0x934255,_0x5eac6f[_0x352ca2(-_0x1592b4._0x2136a9,-_0x1592b4._0x5352bf,-_0x1592b4._0xc042f4,-_0x1592b4._0x443ca6)](-0x1*-0x1dc9+0x229*-0x2+-0x18ae)[_0x352ca2(-_0x1592b4._0x2c6c30,-_0x1592b4._0x39096d,-_0x1592b4._0x3b9dcc,-0x179)](_0x102f12);}),router['get'](_0x5431e5(0xd9,0x1d,0xb6,0xcb),requireTaskAuth,async(_0x4a682e,_0x5e742a)=>{const _0x241acd={_0x224877:0x23d,_0x5cfa18:0x2b1,_0x353169:0x262,_0x74d608:0x1ad,_0x57f8b3:0x107,_0x4772a3:0x92,_0xdab4cf:0x90,_0x2afa29:0x13d,_0x2ca729:0x16a,_0x527255:0xe7,_0x2f94d3:0xbb,_0x416e6c:0x27f,_0x4ca945:0x154,_0xdc3563:0x16a,_0x46cbc0:0x121,_0x1bcb7b:0x155,_0x7e08fc:0x1d8,_0x246427:0xff,_0x3a0729:0x1a6,_0x295cf0:0x198,_0x38b20d:0x1aa,_0x4b1b6b:0x248,_0x1f6c37:0x1d5,_0x35c0ab:0x47,_0x1634df:0xdf,_0x5c29b6:0x127,_0x28ba1a:0x1ae,_0x2d10cf:0x133,_0x16c5a2:0xea,_0x101208:0x2ef,_0x24fb4f:0x2d6,_0x2821be:0x258,_0x56d0c0:0x1a1,_0x372a43:0x1dd,_0x121130:0x22f,_0x396869:0x2c6,_0x407c50:0x2ed,_0x285c2b:0x276,_0x253731:0x1c8,_0x3bb796:0x20f,_0x37c68d:0x119,_0x20f7fc:0x1ef,_0x343295:0x1d9,_0x326738:0x23d,_0x2eb464:0x1ca,_0x5253df:0x15a,_0x4a8f93:0x1b3,_0x4119a0:0x210,_0x406e32:0x1b8,_0x203957:0x1d4,_0x36cb47:0x15a,_0xafa93e:0x24d,_0x7ed4db:0x238,_0x4af0b6:0x1fe,_0x16768c:0x171,_0x5076bb:0xc5,_0x127147:0xbc,_0x42dca5:0x124,_0x4df349:0x11b,_0x24476c:0x287,_0x51d0dc:0x262,_0x3b2742:0x287,_0xe65f4b:0x31a,_0xcc45e4:0x236,_0x5d1509:0x239,_0x4624f5:0xfc,_0x3e5204:0x1fd,_0x4ad6ba:0x26a,_0x59c7c2:0xd2,_0x40feff:0x11f,_0x15ca2d:0x14f,_0x4c6693:0xc7,_0x30f48b:0x97,_0x90342e:0x15c,_0xf435ce:0x139,_0x2ef46a:0x250,_0x1a1761:0x22a,_0x525db8:0x1d2,_0x3993eb:0x180,_0x47a73f:0x23f,_0x171e4f:0x2ed,_0x3997f2:0x293},_0x5d6cf3={_0x2be60d:0xbc},_0x6ee7fa={};_0x6ee7fa[_0x5eb991(0x1e6,_0x241acd._0x224877,_0x241acd._0x5cfa18,_0x241acd._0x353169)]=_0x4d2390(_0x241acd._0x74d608,0x10a,0x1df,0x249)+_0x4d2390(_0x241acd._0x57f8b3,0x12b,0x60,_0x241acd._0x4772a3)+'\x20a\x20child\x20o'+_0x4d2390(0xc4,0xa7,0xac,_0x241acd._0xdab4cf)+_0x5eb991(_0x241acd._0x2afa29,0x118,0x14e,_0x241acd._0x2ca729)+'ve',_0x6ee7fa[_0x4d2390(_0x241acd._0x527255,_0x241acd._0x2f94d3,0x7f,0x14e)]=function(_0x29d3ed,_0x1e9328){return _0x29d3ed===_0x1e9328;},_0x6ee7fa[_0x5eb991(0x1d6,0x148,_0x241acd._0x416e6c,0x1d5)]=_0x4d2390(_0x241acd._0x4ca945,_0x241acd._0xdc3563,_0x241acd._0x46cbc0,0x1a3),_0x6ee7fa[_0x4d2390(_0x241acd._0x1bcb7b,_0x241acd._0x7e08fc,_0x241acd._0x246427,0x19a)]=_0x4d2390(0x189,0x1ec,0x16d,0x14c);const _0x50a530=_0x6ee7fa;function _0x4d2390(_0x3019bb,_0xee1b77,_0x29fc4d,_0x400ffc){return _0x56c98(_0x3019bb-0x154,_0xee1b77-0x19a,_0x3019bb-0x12c,_0x29fc4d);}const {parentObjective:_0x2e2283,callingTask:_0x5077fc}=_0x4a682e,_0x3c3027=_0x2e2283[_0x5eb991(0x1dd,0x22a,_0x241acd._0x3a0729,_0x241acd._0x295cf0)+'ctiveId'];if(!_0x3c3027){const _0x10f02c={};return _0x10f02c['siblings']=[],_0x10f02c[_0x5eb991(0x118,_0x241acd._0x46cbc0,0x1f0,_0x241acd._0x295cf0)+_0x4d2390(_0x241acd._0x38b20d,0x153,0x224,_0x241acd._0x4b1b6b)]=_0x2e2283['taskId'],_0x5e742a['json'](_0x10f02c);}const _0x3f7d6c=[];for(const [,_0x1483b8]of tasks[_0x5eb991(_0x241acd._0x1f6c37,0x251,0x133,0x1dc)]()){if(_0x50a530[_0x4d2390(0xe7,0x146,_0x241acd._0x35c0ab,_0x241acd._0x1634df)](_0x50a530[_0x4d2390(_0x241acd._0x5c29b6,0x96,_0x241acd._0x28ba1a,_0x241acd._0x2d10cf)],_0x50a530['kDYFN'])){if(_0x1483b8[_0x4d2390(_0x241acd._0x16c5a2,0x17f,_0x241acd._0x1bcb7b,0x3a)+_0x5eb991(_0x241acd._0x101208,_0x241acd._0x24fb4f,0x1e7,_0x241acd._0x2821be)]===_0x3c3027&&_0x50a530['ZMreN'](_0x1483b8['status'],_0x50a530[_0x5eb991(0x25e,0x2ac,_0x241acd._0x56d0c0,0x203)])&&_0x1483b8[_0x5eb991(_0x241acd._0x372a43,0x21e,_0x241acd._0x121130,0x276)]!==_0x2e2283[_0x5eb991(_0x241acd._0x396869,_0x241acd._0x407c50,0x271,_0x241acd._0x285c2b)]){const _0x143fdb={};_0x143fdb[_0x4d2390(_0x241acd._0x253731,_0x241acd._0x3bb796,_0x241acd._0x37c68d,_0x241acd._0x20f7fc)]=_0x1483b8[_0x5eb991(0x28f,_0x241acd._0x343295,_0x241acd._0x326738,0x276)],_0x143fdb[_0x5eb991(0x214,0x1f0,0x1e8,_0x241acd._0x2eb464)]=_0x1483b8[_0x5eb991(_0x241acd._0x285c2b,0x209,0x16e,0x1ca)],_0x143fdb[_0x4d2390(0xfa,0xd7,0x121,0xdc)]=_0x1483b8[_0x5eb991(_0x241acd._0x5253df,_0x241acd._0x4a8f93,_0x241acd._0x4119a0,0x1a8)],_0x143fdb[_0x4d2390(0x1e6,0x14b,0x277,_0x241acd._0x406e32)]=_0x1483b8[_0x4d2390(0x1e6,_0x241acd._0x203957,_0x241acd._0x36cb47,_0x241acd._0xafa93e)],_0x3f7d6c[_0x5eb991(_0x241acd._0x7ed4db,_0x241acd._0x4af0b6,_0x241acd._0x16768c,0x218)](_0x143fdb);}}else{const _0x3a09bf={};return _0x3a09bf[_0x4d2390(_0x241acd._0x5076bb,0xcc,_0x241acd._0x127147,_0x241acd._0x42dca5)]='Forbidden',_0x3a09bf[_0x5eb991(0x1ca,_0x241acd._0x4df349,0x1f8,0x152)]=_0x50a530[_0x5eb991(_0x241acd._0x24476c,_0x241acd._0x407c50,0x2b9,_0x241acd._0x51d0dc)],_0x3baf2e[_0x5eb991(_0x241acd._0x3b2742,0x272,0x257,0x219)](-0x19*-0xf0+-0x72*0x3b+0x469)[_0x5eb991(0x29d,_0x241acd._0xe65f4b,0x261,0x288)](_0x3a09bf);}}_0x3f7d6c['sort']((_0x2d3919,_0x22af01)=>(_0x2d3919[_0x4d2390(0xfa,0x16f,0xdd,0x1a7)]||-0x22e6+-0xb7d*0x3+0x455d*0x1)-(_0x22af01[_0x4d2390(0xfa,0x120,0x112,0x19f)]||0x1fdb+-0x1873+-0x768));const _0xc5f56={};_0xc5f56['taskId']=_0x5077fc['taskId'],_0xc5f56[_0x5eb991(_0x241acd._0xcc45e4,0x1fb,_0x241acd._0x5d1509,_0x241acd._0x295cf0)+_0x4d2390(_0x241acd._0x38b20d,_0x241acd._0x4624f5,_0x241acd._0x3e5204,0x184)]=_0x2e2283[_0x4d2390(0x1c8,0x1ae,0x16e,_0x241acd._0x4ad6ba)],_0xc5f56['siblingCou'+'nt']=_0x3f7d6c[_0x5eb991(0x1b3,_0x241acd._0x59c7c2,0x146,0x169)],logger[_0x4d2390(_0x241acd._0x40feff,0x91,0x1b9,_0x241acd._0x15ca2d)](_0x4d2390(_0x241acd._0x4c6693,0x14a,_0x241acd._0x30f48b,0xf2)+_0x4d2390(_0x241acd._0x90342e,0x163,0x1c0,0x143)+_0x4d2390(0x1c3,_0x241acd._0xf435ce,0x120,0x1ac)+'es',_0xc5f56);const _0x2037e8={};function _0x5eb991(_0x3f6b85,_0x42ce6a,_0x1429a9,_0x498782){return _0x56c98(_0x3f6b85-_0x5d6cf3._0x2be60d,_0x42ce6a-0x159,_0x498782-0x1da,_0x42ce6a);}_0x2037e8[_0x5eb991(0x251,_0x241acd._0x2ef46a,0x291,0x20e)]=_0x3f7d6c,_0x2037e8[_0x5eb991(_0x241acd._0x1a1761,0x11d,0x1b7,0x198)+_0x5eb991(0x30a,0x1eb,_0x241acd._0x525db8,0x258)]=_0x2e2283[_0x4d2390(_0x241acd._0x253731,0x15f,_0x241acd._0x3993eb,_0x241acd._0x47a73f)],_0x2037e8['grandparen'+_0x5eb991(0x329,0x2bf,_0x241acd._0x171e4f,_0x241acd._0x3997f2)+'Id']=_0x3c3027,_0x5e742a['json'](_0x2037e8);}),router['get'](_0x5431e5(0xd9,0xc6,0x93,0x7f),requireTaskAuth,async(_0x3a429f,_0x5463a2)=>{const _0x3189e3={_0xa3e0e6:0x21a,_0x26494e:0x10b,_0x2e79d3:0x12b,_0x1623b5:0x230,_0x2626e1:0x221,_0xffac92:0x1f0,_0x45aa00:0x175,_0x400eb7:0x42a,_0x4fdf24:0xfe,_0x5d773d:0x10d,_0x5ea686:0x189,_0x1b5bba:0x195,_0x8207f9:0x17c,_0x37ddd5:0x388,_0x3d31a0:0x42e,_0x2c4527:0x405,_0x2c1344:0x3c6,_0x178251:0x491,_0x298e99:0x47b,_0x18edcb:0x441,_0x1ab593:0x143,_0x1a07d7:0x14c,_0x5d6d02:0xcc,_0x8521e6:0xd6,_0x2ceb0c:0x119,_0x2c2f62:0xef,_0x2bafd6:0x15e,_0x4ca33c:0x489,_0x5949f7:0x3cf,_0x4945f7:0x3fc,_0xb3e46f:0x201,_0x110260:0x141,_0x471082:0x135,_0x587839:0xea,_0x2180fa:0xd1,_0x5c79ca:0x2e,_0x5b95a:0x543,_0x5bc28c:0x53a,_0x6415e0:0x120,_0x3ae3e1:0x1bf,_0x31b4f0:0x112,_0x28a53a:0x1c2,_0x22c797:0x39d,_0x194a69:0x134,_0x3b0eb2:0x198,_0x43e420:0x424,_0x163bd8:0x41b,_0x3a4d4a:0x338,_0x4ec851:0x46b,_0xa9e48e:0x53b},_0x43c961={_0x56e5f4:0x1f,_0x36328e:0x18b},_0x417c5d={_0x25f522:0xb2,_0x16cc8a:0x3df},_0x1f8af2={};_0x1f8af2[_0x2afa50(-0x20f,-_0x3189e3._0xa3e0e6,-0x195,-_0x3189e3._0x26494e)]=function(_0x1b9220,_0x498f22){return _0x1b9220===_0x498f22;},_0x1f8af2[_0x2afa50(-0x15d,-0xc9,-0x14a,-_0x3189e3._0x2e79d3)]=_0x2afa50(-_0x3189e3._0x1623b5,-_0x3189e3._0x2626e1,-_0x3189e3._0xffac92,-_0x3189e3._0x45aa00)+_0x33e4f9(0x3f4,_0x3189e3._0x400eb7,0x45c,0x4af)+_0x2afa50(-0x154,-0x190,-_0x3189e3._0x4fdf24,-0x112);const _0x505e07=_0x1f8af2,{parentObjective:_0x4c219d,callingTask:_0x4d646f}=_0x3a429f,_0x48be7a=[];for(const [,_0x5cf20a]of tasks[_0x2afa50(-0x22b,-_0x3189e3._0x5d773d,-_0x3189e3._0x5ea686,-0x165)]()){if(_0x505e07[_0x2afa50(-0x230,-0x165,-_0x3189e3._0x1b5bba,-_0x3189e3._0x8207f9)](_0x5cf20a[_0x33e4f9(_0x3189e3._0x37ddd5,0x39d,_0x3189e3._0x3d31a0,0x322)+_0x33e4f9(_0x3189e3._0x2c4527,0x45d,_0x3189e3._0x2c1344,_0x3189e3._0x178251)],_0x4c219d[_0x33e4f9(0x3d5,_0x3189e3._0x298e99,_0x3189e3._0x18edcb,0x416)])&&_0x5cf20a[_0x2afa50(-0xc4,-_0x3189e3._0x1ab593,-_0x3189e3._0x1a07d7,-0xc3)]===_0x2afa50(-_0x3189e3._0x5d6d02,-0xd8,-0x12e,-0xae)){const _0x49346d={};_0x49346d[_0x2afa50(-_0x3189e3._0x8521e6,-_0x3189e3._0x2ceb0c,-_0x3189e3._0x2c2f62,-_0x3189e3._0x2bafd6)]=_0x5cf20a[_0x33e4f9(0x4e2,0x47b,0x48c,_0x3189e3._0x4ca33c)],_0x49346d[_0x33e4f9(0x442,_0x3189e3._0x5949f7,0x454,_0x3189e3._0x4945f7)]=_0x5cf20a['name'],_0x49346d['sortOrder']=_0x5cf20a[_0x2afa50(-_0x3189e3._0xb3e46f,-_0x3189e3._0x110260,-0x1bd,-_0x3189e3._0x471082)],_0x49346d[_0x2afa50(-_0x3189e3._0x587839,-0x136,-_0x3189e3._0x2180fa,-_0x3189e3._0x5c79ca)]=_0x5cf20a[_0x33e4f9(0x546,0x499,_0x3189e3._0x5b95a,_0x3189e3._0x5bc28c)],_0x49346d[_0x2afa50(-_0x3189e3._0x6415e0,-0x161,-_0x3189e3._0x3ae3e1,-_0x3189e3._0x31b4f0)+'ns']=_0x5cf20a[_0x2afa50(-0x267,-0x221,-_0x3189e3._0x28a53a,-0x1cb)]?.[_0x33e4f9(0x3b1,0x3ab,0x330,0x32c)+'ns']||'',_0x48be7a['push'](_0x49346d);}}_0x48be7a['sort']((_0x49a29d,_0x19e331)=>(_0x49a29d['sortOrder']||-0x1*-0x1f4e+-0xda1+0x11ad*-0x1)-(_0x19e331[_0x2afa50(-0x230,-0x13a,-0x1bd,-0x133)]||0x25e4+0x1b3e+-0x4122));const _0x27533f={};_0x27533f['taskId']=_0x4d646f['taskId'],_0x27533f[_0x33e4f9(0x429,_0x3189e3._0x22c797,0x2f3,0x3a6)+_0x2afa50(-0x119,-_0x3189e3._0x5ea686,-0x10d,-0x192)]=_0x4c219d['taskId'],_0x27533f[_0x33e4f9(0x3da,0x45c,0x492,0x473)]=_0x48be7a['length'];function _0x33e4f9(_0x120463,_0x286414,_0xe7303a,_0x470bb7){return _0x56c98(_0x120463-_0x417c5d._0x25f522,_0x286414-0x1f1,_0x286414-_0x417c5d._0x16cc8a,_0x120463);}logger[_0x2afa50(-_0x3189e3._0x3ae3e1,-_0x3189e3._0x194a69,-_0x3189e3._0x3b0eb2,-0x14e)](_0x505e07['GHcDb'],_0x27533f);function _0x2afa50(_0x3c3e82,_0x3db258,_0x223f50,_0x49bb3c){return _0x56c98(_0x3c3e82-_0x43c961._0x56e5f4,_0x3db258-0x3d,_0x223f50- -_0x43c961._0x36328e,_0x3c3e82);}const _0x2ba36d={};_0x2ba36d[_0x33e4f9(0x39b,0x3d9,_0x3189e3._0x43e420,_0x3189e3._0x163bd8)]=_0x48be7a,_0x2ba36d[_0x33e4f9(0x39d,_0x3189e3._0x22c797,_0x3189e3._0x3a4d4a,0x41f)+'ctiveId']=_0x4c219d['taskId'],_0x5463a2[_0x33e4f9(_0x3189e3._0x4ec851,0x48d,_0x3189e3._0xa9e48e,0x446)](_0x2ba36d);}),router[_0x5431e5(0x31,-0x3f,-0x5,-0x42)](_0x56c98(-0x89,-0xdc,-0x50,-0xe6)+'tives/:obj'+_0x5431e5(-0x58,0xb3,0x58,0x54),requireTaskAuth,async(_0x44c667,_0x1617f3)=>{const _0x18537f={_0x44855d:0x80,_0x233d04:0x5e,_0x4abc17:0x3a,_0x342d4f:0x1b9,_0x568e34:0x248,_0xbeea34:0x2df,_0x4f656e:0x1bc,_0x6aeb4e:0x287,_0x412800:0x15d,_0x6b75b8:0x1a8,_0x343a2d:0x107,_0x3e3a71:0xd9,_0x303108:0x28e,_0x121980:0x2ee,_0x5d61b5:0x23e,_0x21df34:0x2d8,_0x39bfb3:0x19d,_0x3bcca1:0x123,_0x3a9a07:0x154,_0x4994d4:0x1b1,_0x298066:0x37,_0x157a80:0x2b,_0x5cefb6:0xd5,_0xb0beb6:0xa0,_0xc6eb18:0x116,_0x3f6c54:0x1d2,_0x4ea33b:0x1c4,_0x4f83f0:0x1e6,_0xd0317a:0x16d,_0x4f26ea:0x182,_0x10fec7:0x47,_0x477813:0xb7,_0x4e43c9:0x62,_0x1de567:0xa4,_0x4726b1:0x87,_0x226647:0xf8,_0x1640bc:0x1b3,_0x4a4dd8:0x197,_0x3f0867:0x2cc,_0x5a401e:0x6,_0x1b73a1:0x9c,_0x4cf3ba:0x23,_0xce9183:0x5,_0x13c4b9:0x26e,_0x4dd8ff:0x1dc,_0x4e0dfc:0x1f5,_0x4d4539:0x8e,_0xf26661:0xd2,_0x708270:0x140,_0x4bf556:0x2f,_0x288ddb:0x256,_0x20f7c0:0x1a6,_0x766f55:0x22a,_0xcc661:0xed,_0x54d52c:0x193,_0x2b45e6:0x137,_0xd362c4:0x44,_0x39314d:0x3b,_0x8c30be:0x8,_0x188e8e:0x41,_0x32a9d4:0x1cc,_0x5ad06d:0x16c,_0xe0db6f:0x185,_0x453755:0x1bb,_0x48d3a9:0x12b,_0x1dfff8:0x200,_0x1fc71e:0x181,_0x26370d:0x1b4,_0x299bba:0x10e,_0x16668f:0x133,_0x27ebf3:0x1c8,_0x5ced06:0x257,_0x126734:0x1ff,_0x261776:0x7f,_0x33bcb1:0xc,_0x58b566:0xb6,_0x59e49d:0x128,_0x223ff0:0x209,_0x422018:0xc2,_0x3487ab:0x67,_0x36a471:0x272,_0x417f15:0x195,_0x40d38a:0x17d,_0x36e34c:0x171,_0x22f668:0x114,_0x217b68:0xc3,_0x453df6:0x69,_0x212707:0xb4,_0x5c7145:0x146,_0x492223:0x189,_0x5a3c0a:0xf5,_0x3badf5:0x179,_0x387e88:0xc9,_0x429113:0x5d,_0x1d245f:0x118,_0x34157e:0x14d,_0x450835:0xde,_0x1eee22:0x41,_0x27f666:0xf3,_0x1e9dc7:0x1e,_0x4e4d5e:0x56,_0x10042e:0x21e,_0x5ae460:0x252,_0x208014:0x188,_0x2c5e22:0x259,_0x1e95f3:0xf7,_0x189451:0xc4,_0x5d4f4d:0x1e3,_0x58805e:0x1dc,_0x342357:0xba,_0x2ebf83:0x32e,_0x5b4662:0x2ca,_0x20fffa:0xd2,_0x3797ab:0x5b,_0x3b4358:0xa8,_0x1d52d8:0xc,_0x149225:0xe,_0x60dd57:0x253,_0x1f22d8:0x200,_0x51ab96:0x4a,_0x4fb846:0x2,_0x369a32:0x60,_0x2d40d9:0xfa,_0x356797:0x86,_0x89b8b7:0x11c,_0x46b0b6:0x12a,_0x414f11:0x1d9,_0x25cbf9:0x123,_0x5cb652:0xf1,_0x5db6a4:0x13b,_0x496ca5:0x1a8,_0x355561:0xe6,_0x1e7854:0xa6,_0x3616b5:0x143,_0x5f0799:0x1c1,_0x1b57c4:0x18d,_0xf3fb45:0x1eb,_0x3e99ac:0x166,_0xdb5965:0x149,_0x2e248e:0x1f4,_0x34cfe2:0x117,_0x48d6c6:0x1e,_0x2c646e:0x51,_0x2310dd:0xb2,_0x5b6187:0x1ea,_0x84f5cd:0x174,_0x461e0f:0x1d,_0x20a437:0x22,_0x21492a:0xb7,_0x27b1a5:0xff,_0x277fba:0x1d4,_0x54171a:0x46,_0x5b3903:0xf7,_0x3b52ca:0x2,_0x1437c2:0x1b,_0x293ffd:0x145,_0x338739:0x260,_0x4a8580:0x283,_0x4e0577:0x1a1,_0x2c31c9:0x1cb,_0x5305aa:0x21c,_0x567e25:0x67,_0x11f12d:0x24e,_0x50ebf5:0x2ea,_0x56ab62:0x2b5,_0x421d6a:0x23b,_0x386a68:0x19f,_0x5510c5:0x29c,_0x1e9690:0x1f4,_0xeff268:0x26f,_0x10595e:0x21c,_0xef1ebe:0x5c,_0x36295c:0xd1,_0x562ec4:0x103,_0x10d994:0x72,_0x2dae04:0x11,_0x1b542e:0x262,_0x2d5e6d:0x1f5,_0x2b94f2:0xa3,_0x452c74:0x13a,_0x204d55:0x13a,_0x13d716:0x163,_0x374ee1:0x10c,_0x15c95d:0x211,_0x560381:0x1e2,_0xfe8e5b:0x16c,_0x46c953:0x1eb,_0x30bad4:0x240,_0x2e7d6b:0x28c,_0x2dcd56:0x18d,_0x10ff34:0x1cf,_0x241cbe:0x12f,_0x5d636c:0x183,_0x38c048:0x112,_0x1c7638:0x15e,_0x3d7fe3:0x224,_0xf2436a:0x16b,_0x3f6ee9:0x14,_0x252370:0x59,_0x3dbf52:0x86,_0x33f274:0xeb,_0xa441f3:0xe9,_0x29ea7a:0x139,_0x499072:0x229,_0x2bfe4c:0x23e,_0x169ef6:0x17f,_0x297dec:0x34,_0x324671:0x1c,_0xe046b4:0x2f,_0x152873:0x17c,_0x4c96fb:0x14a,_0x416f8d:0xa1,_0x567501:0x5d,_0x5dffd0:0x198,_0x55e0dd:0x9b,_0x1dea26:0x16d,_0x21d343:0x1ce,_0x3ea532:0x25c,_0xff8cc0:0x1d6,_0x4284f3:0x2e,_0x23ea03:0xc6,_0xbcdcb0:0x3d,_0x20a2f9:0x204,_0x365bcb:0x1d0,_0x1bb245:0x1e1,_0x18a843:0x205,_0x50e736:0x268,_0x535712:0x2de,_0x358184:0x28a,_0x33faf6:0x2d4,_0x29d188:0xb7,_0x26ee55:0x1fa,_0xa7708b:0x22c,_0x4ac32a:0x176,_0x2a1cb3:0xad,_0x54fe41:0xb5,_0x1704db:0x7a,_0x5bd148:0x1ef,_0x13c62c:0x73,_0x16ce0:0xcf,_0x5a2261:0x109,_0x542369:0x159,_0x584fb9:0x26d,_0x1f7018:0xbe,_0x5ea792:0xff,_0x481bba:0x19c,_0x59a568:0x14b,_0x34fec7:0x108,_0x48b497:0x200,_0x4f1188:0x190,_0x58843a:0xa7,_0x32a378:0x9,_0x248e4e:0xe1,_0x1094f5:0xdf,_0x411779:0x16f,_0x321b40:0x1d4,_0x39cf81:0x17e,_0x13c64c:0x18b,_0x4dbbe7:0x112,_0x32a6dc:0xb9,_0x25d379:0x41,_0x315c48:0x57,_0x5c527c:0x13,_0x58fe2a:0x16,_0x3f2ae0:0x3d,_0xa7dd74:0x4,_0x48d04a:0x139,_0x218137:0x15,_0x714ff1:0xaa,_0x148fb3:0x2b6,_0x572228:0x228,_0x366a36:0x1a2,_0x4c2d79:0x1ae,_0x16f85e:0x17b,_0xf0c2ee:0xe2,_0x5a5fd0:0x1f2,_0x15fc97:0x187,_0x44365b:0xc4,_0x33e148:0x130,_0x4b878b:0x14e,_0x2f3aca:0x1e8,_0x42f874:0x276},_0x29ad97={_0x3b4d1e:0x1ba,_0x21cff5:0xfd,_0x53c1ed:0x90},_0x109ec1={_0x1e3c4b:0xec},_0x465e4c={'BTkOg':'Objective\x20'+_0x319b12(-_0x18537f._0x44855d,0x27,-_0x18537f._0x233d04,-0x52)+'\x20request\x20m'+_0x319b12(-_0x18537f._0x4abc17,-0x23,0x57,-0x77)+_0x22b008(_0x18537f._0x342d4f,0x1f3,_0x18537f._0x568e34,0x210)+_0x22b008(0x26d,_0x18537f._0xbeea34,_0x18537f._0x4f656e,_0x18537f._0x6aeb4e),'CzlfI':_0x22b008(0x1ce,_0x18537f._0x412800,0x14a,_0x18537f._0x6b75b8)+'ed','bTRNZ':_0x319b12(-0xf1,-_0x18537f._0x343a2d,-_0x18537f._0x3e3a71,-0x158)+'Task-Id\x20he'+_0x22b008(0x273,0x2b7,0x1f8,_0x18537f._0x303108),'LohXL':function(_0x1a9639,_0xf9429d,_0x48b475){return _0x1a9639(_0xf9429d,_0x48b475);},'mZJNi':_0x22b008(0x287,_0x18537f._0x121980,_0x18537f._0x5d61b5,_0x18537f._0x21df34),'GDrKU':_0x22b008(_0x18537f._0x39bfb3,_0x18537f._0x3bcca1,_0x18537f._0x3a9a07,_0x18537f._0x4994d4)+_0x319b12(-_0x18537f._0x298066,0x28,-_0x18537f._0x157a80,-_0x18537f._0x5cefb6)+_0x319b12(0x0,-_0x18537f._0xb0beb6,-0x73,-0x42),'MiTgh':_0x22b008(0x19d,_0x18537f._0xc6eb18,0x215,_0x18537f._0x3f6c54)+_0x22b008(_0x18537f._0x4ea33b,0x165,0x14a,0x222)+_0x22b008(0x1df,_0x18537f._0x4f83f0,_0x18537f._0xd0317a,_0x18537f._0x4f26ea)+'sts','iRDrf':function(_0x5388a3,_0x1064d0){return _0x5388a3===_0x1064d0;},'vvHYr':function(_0x13b32b,_0x3b894f){return _0x13b32b===_0x3b894f;},'eRlsQ':_0x319b12(-_0x18537f._0x10fec7,-0x4c,-_0x18537f._0x477813,_0x18537f._0x4e43c9)+'t','rWjcM':_0x319b12(-_0x18537f._0x1de567,-0x22,-_0x18537f._0x4726b1,-_0x18537f._0x226647)+'ne\x20field\x20('+_0x22b008(_0x18537f._0x1640bc,0x1e6,_0x18537f._0x4a4dd8,0x140)+_0x22b008(0x276,0x325,0x28e,_0x18537f._0x3f0867)+_0x319b12(_0x18537f._0x5a401e,_0x18537f._0x1b73a1,-_0x18537f._0x4cf3ba,-_0x18537f._0xce9183)+_0x22b008(_0x18537f._0x13c4b9,0x208,_0x18537f._0x4dd8ff,_0x18537f._0x4e0dfc),'BcXDU':_0x319b12(0x14,_0x18537f._0x4d4539,-0x39,0xb),'ViNxM':'Sub-object'+_0x319b12(-0xe5,-_0x18537f._0xf26661,-_0x18537f._0x708270,-0xde)+_0x319b12(_0x18537f._0x4bf556,0xda,0xdf,0xdc),'JftNo':function(_0x575e2f,_0x5a37a8){return _0x575e2f!==_0x5a37a8;},'Uskuh':'Cigxv','WvAlm':function(_0x283f62,_0x15fc08){return _0x283f62!==_0x15fc08;},'SGLNI':_0x22b008(0x20f,_0x18537f._0x288ddb,_0x18537f._0x20f7c0,_0x18537f._0x766f55),'ErPya':_0x319b12(-_0x18537f._0xcc661,-_0x18537f._0x54d52c,-0xb4,-_0x18537f._0x2b45e6)+_0x319b12(-0x36,-0x96,-0x1a,0x26)+_0x319b12(-_0x18537f._0xd362c4,-_0x18537f._0x39314d,_0x18537f._0x8c30be,_0x18537f._0x188e8e),'GNpKo':'Task\x20updat'+_0x22b008(_0x18537f._0x32a9d4,_0x18537f._0x5ad06d,0x23d,_0x18537f._0xe0db6f)+'jective','sLWCC':function(_0x4ab4ce,_0xe7ebf2){return _0x4ab4ce!==_0xe7ebf2;},'fVWYs':function(_0x160008,_0x30f132){return _0x160008!==_0x30f132;},'sWhhV':_0x22b008(_0x18537f._0x453755,_0x18537f._0x48d3a9,_0x18537f._0x1dfff8,0x20b),'tZnRi':function(_0xea60fe,_0x593330){return _0xea60fe!==_0x593330;},'KwQFz':_0x22b008(_0x18537f._0x1fc71e,0x10a,_0x18537f._0x26370d,0x135),'ssoVG':_0x319b12(-_0x18537f._0x299bba,-0x144,-0x14b,-_0x18537f._0x16668f),'eBMkw':_0x22b008(_0x18537f._0x27ebf3,0x242,_0x18537f._0x5ced06,_0x18537f._0x126734),'UnQpA':function(_0x1b685e,_0x1a10ec){return _0x1b685e(_0x1a10ec);},'YFToC':'output','Agvar':'task-instr'+_0x319b12(-_0x18537f._0x261776,-_0x18537f._0x33bcb1,-_0x18537f._0x58b566,-_0x18537f._0x59e49d),'KZNtV':_0x22b008(_0x18537f._0x223ff0,0x216,0x2a9,0x165),'AnGqm':function(_0x1c6aa4,_0x5a65ac,_0x22c3f3){return _0x1c6aa4(_0x5a65ac,_0x22c3f3);},'AocYt':_0x319b12(-0x29,-0x87,-_0x18537f._0x422018,-_0x18537f._0x3487ab)+'ed','rIFhU':_0x22b008(0x233,_0x18537f._0x36a471,_0x18537f._0x417f15,0x28e)+_0x22b008(0x13e,0x1b1,_0x18537f._0x40d38a,_0x18537f._0x36e34c)+_0x319b12(-0x85,-0x113,-_0x18537f._0x22f668,-_0x18537f._0x217b68)},{parentObjective:_0x444f0a,callingTask:_0x50cca2}=_0x44c667,{objectiveId:_0x5d02c0}=_0x44c667[_0x319b12(-0x10,0x41,-0xb7,0x95)],{name:_0xde7db2,instructions:_0x292b23}=_0x44c667[_0x319b12(-0x2a,_0x18537f._0x453df6,-0x4b,-_0x18537f._0x212707)];if(_0x465e4c[_0x22b008(_0x18537f._0x5c7145,_0x18537f._0x492223,0xfd,_0x18537f._0x5a3c0a)](_0xde7db2,undefined)&&_0x465e4c[_0x22b008(0x1eb,_0x18537f._0x126734,_0x18537f._0x3badf5,0x1f8)](_0x292b23,undefined)){const _0x4a1f38={};return _0x4a1f38['error']=_0x465e4c[_0x319b12(0x1d,_0x18537f._0x387e88,_0x18537f._0x429113,-0x5d)],_0x4a1f38[_0x319b12(-_0x18537f._0x1d245f,-_0x18537f._0x34157e,-_0x18537f._0x450835,-0x17c)]=_0x465e4c['rWjcM'],_0x1617f3[_0x319b12(-0x51,_0x18537f._0x1eee22,-_0x18537f._0x27f666,-0xda)](-0x2*-0xa85+0x14*0x7a+-0x1d02)[_0x319b12(_0x18537f._0x1e9dc7,-0x5a,0x79,-_0x18537f._0x4e4d5e)](_0x4a1f38);}const _0x3e8577=tasks[_0x22b008(_0x18537f._0x10042e,_0x18537f._0x5ae460,_0x18537f._0x208014,_0x18537f._0x2c5e22)](_0x5d02c0);if(!_0x3e8577){const _0x2261f5={};return _0x2261f5[_0x319b12(-_0x18537f._0x1e95f3,-0x122,-0x119,-_0x18537f._0x189451)]=_0x465e4c[_0x22b008(0x156,_0x18537f._0x5d4f4d,0x112,_0x18537f._0x58805e)],_0x2261f5[_0x319b12(-_0x18537f._0x1d245f,-0x187,-_0x18537f._0x342357,-0x117)]=_0x465e4c[_0x22b008(0x27e,_0x18537f._0x2ebf83,0x314,_0x18537f._0x5b4662)],_0x1617f3['status'](-0x456+-0x1a7f+0x1*0x2069)['json'](_0x2261f5);}if(_0x3e8577[_0x319b12(-_0x18537f._0x20fffa,-0x9b,-0x98,-0xfd)+_0x319b12(-0x12,_0x18537f._0x3797ab,-_0x18537f._0x3b4358,-0x9b)]!==_0x444f0a[_0x319b12(_0x18537f._0x1d52d8,_0x18537f._0x149225,0x76,-0xa4)]){if(_0x465e4c[_0x22b008(_0x18537f._0x60dd57,0x25a,_0x18537f._0x4e0dfc,_0x18537f._0x1f22d8)](_0x465e4c[_0x319b12(-_0x18537f._0x51ab96,-0xac,-_0x18537f._0x4fb846,_0x18537f._0x369a32)],_0x465e4c[_0x319b12(-0x4a,-_0x18537f._0x2d40d9,-0xa5,0x2b)])){_0x16ed1c['warn'](_0x465e4c[_0x319b12(-0x3c,-_0x18537f._0x356797,-0x6a,0x65)]);const _0x2ea996={};return _0x2ea996[_0x319b12(-_0x18537f._0x1e95f3,-0x17a,-_0x18537f._0x89b8b7,-_0x18537f._0x59e49d)]=_0x465e4c['CzlfI'],_0x2ea996[_0x22b008(_0x18537f._0x46b0b6,0x8c,0xcb,_0x18537f._0x3badf5)]=_0x465e4c['bTRNZ'],_0x44a0c9[_0x22b008(0x1f1,_0x18537f._0x32a9d4,_0x18537f._0x414f11,0x147)](-0x64*-0x19+0x5*0x21+-0x8d8)['json'](_0x2ea996);}else{const _0x1e94f9={};return _0x1e94f9[_0x319b12(-0xf7,-_0x18537f._0x25cbf9,-_0x18537f._0x5cb652,-0x93)]=_0x22b008(_0x18537f._0x5db6a4,_0x18537f._0x496ca5,_0x18537f._0x355561,_0x18537f._0x1e7854),_0x1e94f9[_0x22b008(_0x18537f._0x46b0b6,_0x18537f._0x3616b5,0x92,_0x18537f._0x5f0799)]='Sub-object'+_0x22b008(_0x18537f._0x1b57c4,0x1c9,0x17e,_0x18537f._0xf3fb45)+_0x22b008(0x14e,0x10c,_0x18537f._0x3e99ac,0x17c)+_0x22b008(0x14a,_0x18537f._0x59e49d,0x150,0x1b5)+_0x22b008(0x142,_0x18537f._0xdb5965,_0x18537f._0x2e248e,_0x18537f._0x34cfe2)+'ve',_0x1617f3['status'](0x8f9+0x9b4+-0x1*0x111a)[_0x319b12(_0x18537f._0x48d6c6,_0x18537f._0x429113,0x34,0x85)](_0x1e94f9);}}if(_0x465e4c['WvAlm'](_0x3e8577[_0x319b12(-_0x18537f._0x2c646e,-_0x18537f._0x2310dd,0x43,-0xcf)],_0x465e4c[_0x22b008(0x1a1,0x152,_0x18537f._0x5b6187,_0x18537f._0x84f5cd)])){const _0x2ec474={};return _0x2ec474['error']=_0x465e4c[_0x319b12(_0x18537f._0x461e0f,-0x58,_0x18537f._0x20a437,_0x18537f._0x21492a)],_0x2ec474[_0x22b008(0x12a,_0x18537f._0x27b1a5,0xe6,_0x18537f._0x277fba)]=_0x465e4c[_0x319b12(_0x18537f._0x54171a,_0x18537f._0x5b3903,-_0x18537f._0x3b52ca,-_0x18537f._0x1437c2)],_0x1617f3[_0x22b008(0x1f1,_0x18537f._0x293ffd,0x254,0x217)](-0x7e+0x131d+-0x110f)[_0x22b008(_0x18537f._0x338739,_0x18537f._0x4a8580,0x2d1,0x311)](_0x2ec474);}logger[_0x22b008(0x1a5,0x193,0x22d,_0x18537f._0x4e0577)](_0x465e4c[_0x22b008(0x258,_0x18537f._0x2c31c9,_0x18537f._0x5305aa,0x2d5)],{'taskId':_0x50cca2[_0x319b12(0xc,_0x18537f._0x567e25,0x78,-0x1a)],'parentObjectiveId':_0x444f0a[_0x22b008(_0x18537f._0x11f12d,_0x18537f._0x50ebf5,0x2af,_0x18537f._0x56ab62)],'subObjectiveId':_0x5d02c0,'updatingName':_0x465e4c[_0x22b008(_0x18537f._0x421d6a,_0x18537f._0x386a68,_0x18537f._0x5510c5,0x1f4)](_0xde7db2,undefined),'updatingInstructions':_0x465e4c['fVWYs'](_0x292b23,undefined)});const _0xec801e=new Date()[_0x22b008(_0x18537f._0x1e9690,0x155,_0x18537f._0xeff268,_0x18537f._0x10595e)+'g']();if(_0xde7db2!==undefined){if(_0x465e4c[_0x319b12(-0xfc,-0xb6,-0xae,-_0x18537f._0xef1ebe)](_0x319b12(-_0x18537f._0x36295c,-_0x18537f._0x562ec4,-0x5e,-_0x18537f._0x10d994),_0x465e4c[_0x319b12(-_0x18537f._0x39314d,0x6c,_0x18537f._0x2dae04,-0xd3)])){const _0x212d5f={};_0x212d5f[_0x22b008(_0x18537f._0x1b542e,_0x18537f._0x2d5e6d,0x2d9,0x30b)+'d']=_0x1bf4e5,_0x212d5f[_0x319b12(-_0x18537f._0x1e95f3,-0xc5,-0x89,-_0x18537f._0x2b94f2)]=_0x876f8b[_0x319b12(-_0x18537f._0x1d245f,-0x19e,-_0x18537f._0x452c74,-0x1c4)],_0x2ed9cf[_0x319b12(-0xf7,-0x163,-0x6d,-_0x18537f._0x299bba)](_0x22b008(_0x18537f._0x204d55,_0x18537f._0x13d716,0x91,_0x18537f._0x374ee1)+_0x22b008(_0x18537f._0x15c95d,0x24f,0x15f,0x1b2)+'-objective'+'\x20from\x20disk',_0x212d5f);}else _0x3e8577[_0x22b008(0x1a2,0x10d,_0x18537f._0x560381,_0x18537f._0xfe8e5b)]=_0xde7db2;}_0x465e4c[_0x319b12(-0x106,-0xda,-0x138,-0xd5)](_0x292b23,undefined)&&(_0x465e4c[_0x22b008(_0x18537f._0x46c953,0x148,_0x18537f._0x30bad4,_0x18537f._0x2e7d6b)](_0x465e4c[_0x22b008(0x238,_0x18537f._0x2dcd56,0x2b7,_0x18537f._0x10ff34)],_0x465e4c[_0x22b008(_0x18537f._0x241cbe,_0x18537f._0x2c31c9,0xb4,0x19e)])?_0x465e4c['LohXL'](_0x45bbc9,_0x465e4c['mZJNi'],_0x20ffd8):_0x3e8577['parameters']={..._0x3e8577[_0x22b008(0x17b,0x105,_0x18537f._0x1d245f,_0x18537f._0x5d636c)],'instructions':_0x292b23});_0x3e8577[_0x319b12(-_0x18537f._0x38c048,-_0x18537f._0x1c7638,-0x150,-0xb1)]=_0xec801e,_0x3e8577[_0x22b008(0x179,_0x18537f._0x3e3a71,_0x18537f._0x3d7fe3,_0x18537f._0xf2436a)+'edByTaskId']=_0x50cca2[_0x319b12(0xc,-_0x18537f._0x3f6ee9,_0x18537f._0x252370,-_0x18537f._0x3dbf52)];function _0x22b008(_0x1d4cfa,_0x15e92b,_0x423296,_0x15188b){return _0x56c98(_0x1d4cfa-0x108,_0x15e92b-_0x109ec1._0x1e3c4b,_0x1d4cfa-0x1b2,_0x423296);}try{if(_0x465e4c['sLWCC'](_0x465e4c[_0x22b008(0x139,_0x18537f._0x33f274,0x16a,_0x18537f._0xa441f3)],_0x465e4c[_0x22b008(_0x18537f._0x29ea7a,0xed,0x12c,0x1ce)])){const _0x5318ec={};_0x5318ec['taskId']=_0x36febb,_0x5318ec['sourceObje'+'ctiveId']=_0x5447a0[_0x22b008(_0x18537f._0x499072,_0x18537f._0x2bfe4c,_0x18537f._0x169ef6,0x1ea)+_0x319b12(-0x12,-0x3d,0x92,-_0x18537f._0x297dec)],_0x3f74c5[_0x319b12(_0x18537f._0x324671,-_0x18537f._0xe046b4,0x19,-0xf)](_0x465e4c['GDrKU'],_0x5318ec);const _0x51f4cb={};return _0x51f4cb[_0x319b12(-_0x18537f._0x1e95f3,-_0x18537f._0x152873,-0xcb,-_0x18537f._0x4c96fb)]=_0x319b12(_0x18537f._0x3f6ee9,_0x18537f._0x416f8d,_0x18537f._0x567501,0x11),_0x51f4cb[_0x319b12(-0x118,-_0x18537f._0x5dffd0,-_0x18537f._0x55e0dd,-0xe8)]=_0x465e4c[_0x22b008(0x1d0,0x178,_0x18537f._0x1dea26,_0x18537f._0x21d343)],_0x11ca30[_0x319b12(-0x51,-0x1e,-_0x18537f._0x342357,-0x37)](-0x2556+0xc*0x140+0x17ea)[_0x319b12(_0x18537f._0x1e9dc7,_0x18537f._0x55e0dd,-0x6,0x2f)](_0x51f4cb);}else{const _0x1768b0=await _0x465e4c[_0x22b008(_0x18537f._0x3ea532,_0x18537f._0xff8cc0,0x223,0x279)](findTaskDirectory,_0x5d02c0);if(_0x1768b0){const _0x5cfec7=_0x4bb43c[_0x319b12(_0x18537f._0x4284f3,_0x18537f._0x23ea03,0x4a,-_0x18537f._0xbcdcb0)](_0x1768b0,_0x22b008(0x1ee,_0x18537f._0x20a2f9,_0x18537f._0x365bcb,0x18c)+_0x22b008(0x154,0x166,_0x18537f._0x1bb245,_0x18537f._0x18a843));await _0x3b4d07[_0x22b008(_0x18537f._0x50e736,_0x18537f._0x535712,0x1f6,0x1e7)](_0x5cfec7,JSON[_0x22b008(_0x18537f._0x358184,_0x18537f._0x33faf6,0x28a,0x1e8)](_0x3e8577,null,0x1677+0x13b7+0x2a2c*-0x1),'utf-8');if(_0x292b23!==undefined){const _0x32ba87=_0x4bb43c[_0x319b12(_0x18537f._0x4284f3,0xe0,_0x18537f._0x29d188,_0x18537f._0x2b94f2)](_0x1768b0,_0x465e4c[_0x22b008(_0x18537f._0x26ee55,_0x18537f._0xa7708b,_0x18537f._0x4ac32a,0x152)]),_0x50df7c={};_0x50df7c[_0x319b12(-_0x18537f._0x2a1cb3,-0x2a,-_0x18537f._0x54fe41,-_0x18537f._0x1704db)]=!![],await _0x3b4d07[_0x319b12(-0x94,-0x64,0x9,-0x11b)](_0x32ba87,_0x50df7c);const _0x3892a9=_0x4bb43c[_0x22b008(0x270,0x1c3,_0x18537f._0x5bd148,0x25e)](_0x32ba87,_0x465e4c[_0x319b12(-_0x18537f._0x13c62c,-_0x18537f._0x16ce0,-0x26,-_0x18537f._0x5a2261)]);await _0x3b4d07['writeFile'](_0x3892a9,_0x292b23,_0x465e4c[_0x22b008(0x174,0x221,0x139,_0x18537f._0x542369)]);}}}}catch(_0x580af5){const _0x2c4f5={};_0x2c4f5[_0x22b008(_0x18537f._0x1b542e,0x1e7,0x24e,_0x18537f._0x584fb9)+'d']=_0x5d02c0,_0x2c4f5[_0x22b008(0x14b,0x1c6,_0x18537f._0x1f7018,0x1b3)]=_0x580af5[_0x319b12(-_0x18537f._0x1d245f,-_0x18537f._0x5ea792,-_0x18537f._0x481bba,-0xa2)],logger[_0x22b008(_0x18537f._0x59a568,_0x18537f._0x277fba,0x1c7,0xb5)](_0x319b12(-_0x18537f._0x34fec7,-0xf9,-0x163,-0x171)+_0x319b12(-0x93,-0x122,0x18,-0x10e)+_0x22b008(_0x18537f._0x48b497,0x1cf,_0x18537f._0x4f1188,0x1c1)+_0x319b12(-_0x18537f._0x58843a,-0x12a,-_0x18537f._0x299bba,-_0x18537f._0x20a437),_0x2c4f5);}if(broadcastTaskUpdate){const _0x5efa57={};_0x5efa57[_0x319b12(_0x18537f._0x33bcb1,0x64,-0x34,_0x18537f._0x32a378)]=_0x3e8577[_0x319b12(0xc,-0x24,-_0x18537f._0x416f8d,-0x24)],_0x5efa57[_0x319b12(-0xa0,-_0x18537f._0x248e4e,-0x21,-_0x18537f._0x1094f5)]=_0x3e8577[_0x22b008(0x1a2,_0x18537f._0x411779,0x13a,_0x18537f._0x321b40)],_0x5efa57[_0x22b008(_0x18537f._0x39cf81,_0x18537f._0x13c64c,_0x18537f._0x4dbbe7,0x1b5)+'ns']=_0x3e8577['parameters']?.['instructio'+'ns'],_0x5efa57['updatedAt']=_0x3e8577[_0x319b12(-_0x18537f._0x38c048,-0x1ba,-0x1b9,-_0x18537f._0x32a6dc)],_0x465e4c['AnGqm'](broadcastTaskUpdate,_0x465e4c[_0x319b12(-_0x18537f._0x217b68,-0xf2,-0xc6,-_0x18537f._0x34fec7)],_0x5efa57);}const _0x8398de={};_0x8398de[_0x319b12(_0x18537f._0x1d52d8,-_0x18537f._0x25d379,-0x25,-_0x18537f._0x315c48)]=_0x50cca2['taskId'],_0x8398de[_0x319b12(_0x18537f._0x5c527c,_0x18537f._0x58fe2a,-0x5c,-0x54)+'veId']=_0x5d02c0;function _0x319b12(_0x3f75f7,_0x2e5483,_0x2aec15,_0x4ce3ca){return _0x56c98(_0x3f75f7-_0x29ad97._0x3b4d1e,_0x2e5483-_0x29ad97._0x21cff5,_0x3f75f7- -_0x29ad97._0x53c1ed,_0x2aec15);}logger[_0x319b12(-0x9d,-_0x18537f._0x3f2ae0,-_0x18537f._0xa7dd74,-_0x18537f._0x48d04a)](_0x465e4c[_0x319b12(_0x18537f._0x218137,-0x6b,_0x18537f._0x714ff1,0xbd)],_0x8398de);const _0x441024={};_0x441024[_0x22b008(0x192,0x1b4,0x175,0x216)]=!![],_0x441024[_0x22b008(_0x18537f._0x11f12d,_0x18537f._0x148fb3,_0x18537f._0x572228,0x1d6)]=_0x3e8577['taskId'],_0x441024[_0x22b008(_0x18537f._0x366a36,0x104,0x126,_0x18537f._0x4c2d79)]=_0x3e8577['name'],_0x441024['instructio'+'ns']=_0x3e8577[_0x22b008(_0x18537f._0x16f85e,_0x18537f._0xf0c2ee,_0x18537f._0x5a5fd0,_0x18537f._0x15fc97)]?.[_0x319b12(-_0x18537f._0x44365b,-0x173,-0x14a,-0x81)+'ns'],_0x441024[_0x22b008(_0x18537f._0x33e148,_0x18537f._0x4b878b,0x161,0x94)]=_0x3e8577['updatedAt'],_0x1617f3[_0x22b008(0x260,0x297,_0x18537f._0x2f3aca,_0x18537f._0x42f874)](_0x441024);}),router['delete'](_0x56c98(-0x34,0x40,-0x50,-0x54)+_0x56c98(0x7e,0x160,0xcd,0x36)+_0x56c98(0x35,0x8d,0x35,0xde),requireTaskAuth,async(_0x229d9c,_0x3d2b55)=>{const _0x2fa227={_0x516372:0x38f,_0x50b974:0x300,_0x8c0329:0x259,_0x592dd5:0x1d7,_0x541417:0x391,_0x3d04a4:0x337,_0x37f526:0x11a,_0x2c5fd4:0x163,_0x248d13:0x19e,_0x137b8f:0x8a,_0x20ba07:0x3d8,_0x4a0f14:0x45b,_0x2ab86e:0x472,_0x43d5b9:0x253,_0x51d95b:0x215,_0x2ab9cc:0x172,_0x432eb8:0x302,_0x3732e3:0x320,_0x530e31:0x23d,_0x582834:0x167,_0x5e0b80:0x11d,_0x22dad2:0x124,_0x3f956b:0xfe,_0x125bbf:0x28a,_0x48a013:0x1fb,_0x10bde5:0x1a0,_0x3f91fd:0x248,_0xcf4ae2:0x1a4,_0x2af498:0x114,_0x2888dd:0x268,_0x458a52:0x115,_0x29e17d:0x83,_0x32aa22:0x3a9,_0xc4c251:0x36d,_0x374e6a:0x1fe,_0x49ded4:0x2b7,_0x12f341:0x249,_0x19179b:0x1f2,_0x24bc1b:0x227,_0x45cff2:0x279,_0x4f747b:0x10e,_0x1d82b1:0xfc,_0xffe28:0x24f,_0x2a6ddc:0x1c7,_0x3162ea:0x22e,_0x1cfec9:0x30c,_0x523f07:0x293,_0x35cd5b:0x241,_0x1a1285:0x1f1,_0x5c68ca:0xe2,_0x34c865:0x1b1,_0x268ef7:0x137,_0xf3e3c4:0x2fe,_0x39c8fa:0x367,_0x537b2c:0x283,_0x4b2fd6:0x194,_0x1df97d:0x148,_0x54f7ff:0x2fa,_0x29d24d:0x1e4,_0x360af0:0x10f,_0x5afd8b:0x422,_0x446d02:0x1bf,_0x57f2ed:0x3ef,_0x225477:0x384,_0x16a861:0x11b,_0x5b3eda:0x19b,_0x36c120:0x27b,_0x362727:0x26e,_0x462f84:0x141,_0x448e90:0xb2,_0x20dbd2:0x21b,_0x3632dd:0x1f3,_0x1621e3:0x3c4,_0x25bab8:0x472,_0x113570:0x38b,_0x276547:0x42e,_0x58aaac:0x259,_0x8226a5:0x36b,_0x5803fd:0x101,_0x378f99:0x128,_0x16ad35:0xfb,_0x54bb30:0x250,_0x4f9f63:0x3a7,_0x40a2ca:0x223,_0x5c2175:0x21a,_0x49a7ee:0x1f3,_0x38de2e:0x1fa,_0x347d64:0x388,_0x594cad:0x35e,_0x1ea025:0x15c,_0x37d1ed:0x12d,_0x2f3364:0x16e,_0x1f67f0:0x365,_0x230baf:0x421,_0x13ff7c:0x14a,_0x56fd33:0x1d3,_0x4af821:0x3af,_0x14ab6d:0x38d,_0x4d1729:0x1ee,_0x243a7a:0x18e,_0xa9d590:0x10c,_0x5d7b94:0x356,_0x3ac79c:0x32a,_0x28f63a:0x2fc,_0x53c87a:0x25d,_0x2c5e63:0x2d9,_0x104e30:0x242,_0x6932cc:0x218,_0x2054c2:0x447,_0x51165f:0x420,_0x389187:0x3b5,_0x5ad313:0x218,_0x1651cc:0x211,_0x374ddf:0x25a,_0x2d50ed:0x281,_0x301b7e:0x1fc,_0x37f81d:0x2b8,_0x4057bb:0xa6,_0x16394a:0x125,_0x20623f:0x228,_0x48aae4:0x2c0,_0x1186ef:0x33a,_0x59e677:0x34e,_0x35cbc5:0x306,_0x3ebbad:0x392,_0x3e1a2f:0x2ac,_0x588d07:0x23f,_0x591574:0x22d,_0xccc8a7:0x12a,_0x1c7d68:0x1e8,_0x437479:0x236,_0x550ee0:0x2c0,_0x3cadbf:0x30f,_0x51cc81:0x26d,_0x3225b7:0xdb,_0x585bfe:0x173,_0x26488c:0x264,_0x179347:0x215,_0x383d9d:0x2c3,_0x45e806:0x24e,_0x1258a2:0x206,_0x5b6ff3:0x24d,_0x449bfa:0x366,_0x200fcf:0x2ce,_0x3a1491:0x15a,_0x3a019f:0x35b,_0x59082d:0x3d5,_0x10e652:0x41d,_0x20b2f1:0x373,_0x4b3fcf:0x196,_0x1a248c:0x13b,_0x100362:0x1ea,_0x30d9d1:0x24b,_0x5a64a1:0x2c8,_0x170779:0x2f7,_0x15ae6a:0x393,_0x37c434:0x2e8,_0x1099bb:0x2e5,_0x4aa284:0x2f9,_0x540ce8:0x198,_0x8de6da:0x1f3,_0x5593f0:0x212,_0x1e80b5:0x497,_0x1502a0:0x3b9,_0x5a31cc:0x371,_0x3c13fb:0x3d6,_0x38ec40:0x227,_0x2123e2:0x203,_0x28933a:0x64,_0x16b9aa:0x327,_0x36558d:0x35c,_0x5366c5:0x1b0,_0xda0bfe:0x2cb,_0x5ab7e3:0x282,_0x376381:0x2a6,_0x143c24:0x1b5,_0x63ea34:0x92,_0x7b61a0:0x112,_0x2d25f1:0xaa,_0xf0652c:0x2a5,_0x2f3130:0x2ed,_0x286079:0x2fb,_0x2ade43:0x379,_0x4e0140:0x350,_0x669ff4:0x1c8,_0x3e797c:0x26c,_0x4e29a3:0x230,_0x51e240:0x1f0,_0x3eab68:0x1fe,_0x26bb73:0x29f,_0x556ccd:0x2e5,_0x1bb9e8:0x41c,_0x48a0ba:0x2be,_0x3577a0:0x258,_0xdb04ac:0x216,_0x574a9c:0x260,_0xba6ff1:0x237,_0xc9c0b7:0x159,_0x55f9d3:0x17f,_0x36cfbb:0x317,_0xe6f279:0x3b8,_0x1680b4:0x2f6,_0x15b5f0:0x31a,_0x2c6e48:0x342,_0x444166:0x309,_0x4f2b21:0x204,_0x1162e6:0x2d3,_0x123d4b:0x2f3,_0x43212d:0x36a,_0xd4f072:0x239,_0x35cdf3:0x28d,_0x2ba3fe:0x30a,_0x5e8546:0x327,_0x3a4478:0x272,_0x148d23:0x2fc,_0x5a46eb:0x31e,_0x4270c1:0x300,_0x4611a3:0x289,_0x17ade7:0x3d7,_0x47cb04:0x35a,_0x35300b:0x41a,_0x124833:0x21c,_0x3ed24e:0x11f,_0x13a27d:0x189,_0x1f6cd4:0x225,_0x5c4be0:0x110,_0x2be53f:0x8e,_0x4c09c2:0x3c3,_0x1b9ca0:0x40e,_0x420cad:0x3f8,_0xa6f85c:0x15f,_0x41df9b:0x37c,_0x4f2b4b:0x2bb,_0x3653ab:0x350,_0x5b7711:0x264,_0x1d77cc:0x138,_0x14b9a4:0x30a,_0x52ef83:0x39d,_0xd7fc9b:0x30f,_0x3d5c58:0x366,_0x2e5bb2:0x3d1,_0x56a20a:0x34b,_0x8dc0cc:0x47e,_0x3f4c80:0x458,_0x2ae4e2:0x3c3,_0x5a1b02:0x375,_0x169ab4:0x470,_0x90c268:0x333,_0x2b342e:0x2fe,_0x27da48:0x14b,_0x110e21:0x338,_0x28df57:0x32a},_0x2933e3={_0x329a45:0xf8},_0x44bdb1={_0x235adb:0x1d6},_0x30afb0={'CULmp':_0x30e749(0x195,0x152,0x170,0x1d4)+_0x1077e7(0x3f7,_0x2fa227._0x516372,0x456,0x3f7)+_0x30e749(_0x2fa227._0x50b974,0x26b,_0x2fa227._0x8c0329,_0x2fa227._0x592dd5)+_0x1077e7(_0x2fa227._0x541417,0x361,_0x2fa227._0x3d04a4,0x429)+_0x30e749(_0x2fa227._0x37f526,_0x2fa227._0x2c5fd4,0x1a8,0x22e)+_0x30e749(_0x2fa227._0x248d13,0xdf,0x10f,_0x2fa227._0x137b8f)+_0x1077e7(_0x2fa227._0x20ba07,_0x2fa227._0x4a0f14,0x376,_0x2fa227._0x2ab86e),'PGpTF':_0x1077e7(0x2b0,_0x2fa227._0x43d5b9,0x21a,0x2b6),'EUKgt':_0x30e749(0x21d,0x225,_0x2fa227._0x51d95b,_0x2fa227._0x2ab9cc)+_0x1077e7(_0x2fa227._0x432eb8,0x2ea,0x283,_0x2fa227._0x3732e3)+_0x1077e7(0x2c3,0x32e,_0x2fa227._0x530e31,0x31b)+'f\x20the\x20pare'+_0x30e749(_0x2fa227._0x582834,_0x2fa227._0x5e0b80,_0x2fa227._0x22dad2,_0x2fa227._0x3f956b)+'ve','iTAje':_0x30e749(0x249,_0x2fa227._0x125bbf,_0x2fa227._0x48a013,0x163)+'ed','QHrbm':'Objective\x20'+_0x30e749(_0x2fa227._0x10bde5,_0x2fa227._0x3f91fd,_0x2fa227._0xcf4ae2,_0x2fa227._0x2af498)+_0x30e749(0x278,0x238,_0x2fa227._0x2888dd,0x27d)+'ith\x20unknow'+_0x30e749(0x11b,0x8e,_0x2fa227._0x458a52,_0x2fa227._0x29e17d),'CJkcK':_0x1077e7(0x343,_0x2fa227._0x32aa22,0x2e4,_0x2fa227._0xc4c251)+'ed','EpCII':_0x30e749(_0x2fa227._0x374e6a,_0x2fa227._0x49ded4,_0x2fa227._0x12f341,_0x2fa227._0x19179b)+_0x1077e7(0x2cd,_0x2fa227._0x24bc1b,0x27d,_0x2fa227._0x45cff2),'pZPdO':function(_0x43046a,_0x56c089){return _0x43046a!==_0x56c089;},'mZzOB':_0x30e749(_0x2fa227._0x4f747b,0x134,0x16a,_0x2fa227._0x1d82b1),'XRGzL':'Not\x20Found','gcuKe':_0x30e749(_0x2fa227._0xffe28,_0x2fa227._0x2a6ddc,_0x2fa227._0x51d95b,0x264)+_0x1077e7(0x2d2,_0x2fa227._0x3162ea,0x36a,0x30c)+_0x30e749(0x1db,0x22f,_0x2fa227._0x43d5b9,0x289),'JqJNN':function(_0x53caba,_0x3f476f){return _0x53caba!==_0x3f476f;},'paXdk':function(_0x5c227b,_0x2f638c){return _0x5c227b===_0x2f638c;},'FEwlH':_0x1077e7(_0x2fa227._0x1cfec9,0x36d,_0x2fa227._0x523f07,0x2b5),'WBpLl':_0x1077e7(0x2e7,0x293,0x298,0x286),'KQKIA':_0x30e749(_0x2fa227._0x35cd5b,0x149,_0x2fa227._0x1a1285,0x28b),'PNrra':_0x30e749(_0x2fa227._0x5c68ca,_0x2fa227._0x34c865,_0x2fa227._0x268ef7,0x1b2)+'not\x20an\x20obj'+'ective','KSvpO':_0x1077e7(_0x2fa227._0xf3e3c4,_0x2fa227._0x39c8fa,0x2c7,0x35d),'oUytc':function(_0x153ff9,_0x591ce9){return _0x153ff9===_0x591ce9;},'aJUrf':function(_0x4e9fc3,_0x683c2c){return _0x4e9fc3===_0x683c2c;},'hNgPJ':'Conflict','ucExY':'Cannot\x20del'+_0x30e749(_0x2fa227._0x537b2c,_0x2fa227._0x4b2fd6,0x210,0x28b)+'jective\x20th'+_0x30e749(0x26d,_0x2fa227._0x1df97d,0x1f5,0x1d3)+_0x1077e7(_0x2fa227._0x54f7ff,0x35b,0x377,0x2a3)+_0x30e749(0x210,_0x2fa227._0x29d24d,0x1a1,_0x2fa227._0x360af0)+_0x1077e7(0x3bc,_0x2fa227._0x5afd8b,0x421,0x36b),'mACHm':_0x30e749(0x99,_0x2fa227._0x446d02,0x126,0x17e)+_0x1077e7(0x341,0x334,_0x2fa227._0x57f2ed,_0x2fa227._0x225477)+_0x30e749(_0x2fa227._0x16a861,_0x2fa227._0x5b3eda,0x14e,0xd8),'lGLPW':_0x1077e7(0x2e3,_0x2fa227._0x36c120,0x368,_0x2fa227._0x362727),'oBphP':_0x30e749(0x186,0x15a,_0x2fa227._0x462f84,_0x2fa227._0x448e90),'wJSso':function(_0x4b40bf,_0x25c8ad){return _0x4b40bf(_0x25c8ad);},'HUsLS':'Failed\x20to\x20'+_0x30e749(_0x2fa227._0x20dbd2,0x22e,_0x2fa227._0x3632dd,0x264)+_0x1077e7(_0x2fa227._0x1621e3,0x46f,_0x2fa227._0x25bab8,_0x2fa227._0x113570)+'\x20from\x20disk','kVCsl':_0x1077e7(0x3f5,0x446,0x3c5,_0x2fa227._0x276547),'dZgFy':_0x1077e7(0x2a6,_0x2fa227._0x58aaac,0x251,0x241),'OStQj':function(_0x19a0db,_0x19a82f,_0x126c46){return _0x19a0db(_0x19a82f,_0x126c46);},'zUkhP':'task-delet'+'ed','QzAzm':_0x1077e7(0x3a8,0x345,_0x2fa227._0x8226a5,0x31a)+_0x30e749(_0x2fa227._0x5803fd,_0x2fa227._0x378f99,0x18d,_0x2fa227._0x16ad35)+_0x30e749(0x119,0x192,0x19f,_0x2fa227._0x54bb30)},{parentObjective:_0x3d520e,callingTask:_0x50da12}=_0x229d9c,{objectiveId:_0x34c64a}=_0x229d9c[_0x1077e7(_0x2fa227._0x4f9f63,0x381,0x43a,0x43f)],_0x3571ac=tasks[_0x30e749(0x29b,0x1a2,0x200,0x187)](_0x34c64a);if(!_0x3571ac){if(_0x30afb0[_0x30e749(0x1a5,0x228,_0x2fa227._0x40a2ca,_0x2fa227._0x5c2175)](_0x30afb0[_0x30e749(_0x2fa227._0x49a7ee,0x2ee,0x257,_0x2fa227._0x38de2e)],_0x30afb0[_0x1077e7(0x3ea,_0x2fa227._0x347d64,_0x2fa227._0x594cad,0x3a3)])){const _0x10f051={};return _0x10f051[_0x30e749(_0x2fa227._0x1ea025,0x1d5,_0x2fa227._0x37d1ed,_0x2fa227._0x2f3364)]='Bad\x20Reques'+'t',_0x10f051[_0x30e749(0xd8,0x148,0x10c,0x60)]=_0x30afb0[_0x1077e7(0x374,_0x2fa227._0x1f67f0,_0x2fa227._0x230baf,0x3d4)],_0x18b9a0[_0x30e749(_0x2fa227._0x13ff7c,_0x2fa227._0x3f91fd,_0x2fa227._0x56fd33,0x1c0)](0xc6e+-0x1350+0x872)[_0x1077e7(0x3d5,_0x2fa227._0x4af821,_0x2fa227._0x14ab6d,0x41e)](_0x10f051);}else{const _0x5adb0a={};return _0x5adb0a['error']=_0x30afb0[_0x30e749(_0x2fa227._0x4d1729,0x257,0x1c6,0x24e)],_0x5adb0a[_0x30e749(_0x2fa227._0x243a7a,0x148,_0x2fa227._0xa9d590,0xfc)]=_0x30afb0[_0x1077e7(_0x2fa227._0x5d7b94,_0x2fa227._0x3ac79c,_0x2fa227._0x28f63a,0x343)],_0x3d2b55['status'](0xc3e+0x17*-0xb3+0x56b)[_0x30e749(_0x2fa227._0x53c87a,_0x2fa227._0x2c5e63,_0x2fa227._0x104e30,_0x2fa227._0x6932cc)](_0x5adb0a);}}if(_0x30afb0[_0x1077e7(0x3de,_0x2fa227._0x2054c2,_0x2fa227._0x51165f,_0x2fa227._0x389187)](_0x3571ac[_0x30e749(0xd6,0x199,0x152,0xc0)+_0x30e749(_0x2fa227._0x5ad313,0x1e5,0x212,_0x2fa227._0x1651cc)],_0x3d520e[_0x30e749(0x2bc,_0x2fa227._0x374ddf,0x230,_0x2fa227._0x2d50ed)])){if(_0x30afb0[_0x30e749(_0x2fa227._0x301b7e,_0x2fa227._0x37f81d,0x22f,0x1d9)](_0x30afb0[_0x30e749(0x1be,_0x2fa227._0x4057bb,_0x2fa227._0x16394a,0x1ca)],_0x30afb0[_0x30e749(0x115,_0x2fa227._0x20623f,0x1c2,0x209)])){const _0x5d9948={};return _0x5d9948[_0x1077e7(_0x2fa227._0x48aae4,0x348,_0x2fa227._0x1186ef,_0x2fa227._0x59e677)]=_0x30afb0[_0x1077e7(_0x2fa227._0x35cbc5,_0x2fa227._0x3ebbad,_0x2fa227._0x516372,_0x2fa227._0x3e1a2f)],_0x5d9948[_0x1077e7(0x29f,_0x2fa227._0x588d07,_0x2fa227._0x591574,0x238)]=_0x30afb0[_0x1077e7(0x301,0x311,0x32f,0x251)],_0x2e55bc[_0x30e749(_0x2fa227._0xccc8a7,_0x2fa227._0x1c7d68,_0x2fa227._0x56fd33,_0x2fa227._0x437479)](-0x1ff6+-0x4*-0x2fe+0x1591)['json'](_0x5d9948);}else{const _0x420205={};return _0x420205[_0x1077e7(_0x2fa227._0x550ee0,_0x2fa227._0x3cadbf,0x2b6,_0x2fa227._0x51cc81)]=_0x30afb0[_0x30e749(0x12e,_0x2fa227._0x3225b7,_0x2fa227._0x585bfe,0x1c7)],_0x420205['message']=_0x30e749(_0x2fa227._0x26488c,0x163,_0x2fa227._0x179347,0x25c)+'ive\x20is\x20not'+_0x1077e7(_0x2fa227._0x383d9d,0x34c,_0x2fa227._0x45e806,0x339)+'f\x20the\x20pare'+'nt\x20objecti'+'ve',_0x3d2b55[_0x30e749(_0x2fa227._0x1258a2,0x251,0x1d3,_0x2fa227._0x8c0329)](-0x9*-0x38c+-0x855+-0x1604)[_0x30e749(0x242,_0x2fa227._0x5b6ff3,0x242,0x22d)](_0x420205);}}if(_0x3571ac[_0x1077e7(_0x2fa227._0x449bfa,0x2c6,_0x2fa227._0x200fcf,0x39f)]!==_0x30afb0[_0x30e749(_0x2fa227._0x537b2c,_0x2fa227._0x3a1491,0x1ef,0x1d0)]){const _0x21c0b6={};return _0x21c0b6['error']='Bad\x20Reques'+'t',_0x21c0b6['message']=_0x30afb0[_0x30e749(_0x2fa227._0x462f84,0xf4,0x17e,0x13b)],_0x3d2b55[_0x1077e7(_0x2fa227._0x449bfa,0x39e,_0x2fa227._0x3a019f,0x3f9)](0x360+-0x1dd7*0x1+0x1c07)[_0x1077e7(_0x2fa227._0x59082d,_0x2fa227._0x10e652,_0x2fa227._0x20b2f1,0x3c9)](_0x21c0b6);}for(const [,_0x9640f1]of tasks[_0x30e749(0x170,0x1e7,_0x2fa227._0x4b3fcf,_0x2fa227._0x1a248c)]()){if(_0x30afb0[_0x30e749(_0x2fa227._0x100362,0x295,_0x2fa227._0x30d9d1,_0x2fa227._0x5a64a1)](_0x30afb0[_0x1077e7(_0x2fa227._0x170779,_0x2fa227._0x15ae6a,0x310,0x385)],_0x30e749(0x150,0xb4,_0x2fa227._0xccc8a7,0x8d))){if(_0x30afb0[_0x1077e7(0x2ea,0x311,_0x2fa227._0x37c434,0x34e)](_0x9640f1[_0x1077e7(_0x2fa227._0x1099bb,_0x2fa227._0x4aa284,0x244,0x2ed)+_0x30e749(_0x2fa227._0x540ce8,_0x2fa227._0x8de6da,_0x2fa227._0x5593f0,0x17b)],_0x34c64a)&&_0x30afb0[_0x1077e7(0x3f9,_0x2fa227._0x1e80b5,_0x2fa227._0x1502a0,0x3b3)](_0x9640f1[_0x1077e7(_0x2fa227._0x449bfa,_0x2fa227._0x5a31cc,_0x2fa227._0x3c13fb,0x2bb)],_0x30e749(_0x2fa227._0x38ec40,_0x2fa227._0x51d95b,0x1f1,0x155))){const _0x171485={};return _0x171485['error']=_0x30afb0[_0x30e749(0x1be,0x28c,_0x2fa227._0x2123e2,0x1d6)],_0x171485[_0x30e749(0x19c,_0x2fa227._0x28933a,_0x2fa227._0xa9d590,0x69)]=_0x30afb0[_0x1077e7(0x31f,_0x2fa227._0x16b9aa,_0x2fa227._0x50b974,_0x2fa227._0x36558d)],_0x3d2b55['status'](0x5bc+-0x7d*0x14+0x83*0xb)['json'](_0x171485);}}else{const _0x49666f={};_0x49666f[_0x1077e7(0x3c3,0x41f,0x3da,_0x2fa227._0x113570)]=_0x59e778[_0x30e749(_0x2fa227._0x5366c5,_0x2fa227._0xda0bfe,0x230,_0x2fa227._0x5ab7e3)],_0x49666f['name']=_0x598d7a['name'],_0x49666f[_0x1077e7(0x2f3,0x312,0x30d,_0x2fa227._0x376381)+'ns']=_0x5587d9['parameters']?.[_0x30e749(0x190,0x205,0x160,0x120)+'ns'],_0x49666f[_0x30e749(_0x2fa227._0x143c24,_0x2fa227._0x63ea34,_0x2fa227._0x7b61a0,_0x2fa227._0x2d25f1)]=_0x30b696[_0x1077e7(_0x2fa227._0xf0652c,_0x2fa227._0x12f341,_0x2fa227._0x2f3130,_0x2fa227._0x286079)],_0xb966a3(_0x30afb0[_0x1077e7(_0x2fa227._0x2ade43,0x3a9,0x3d0,_0x2fa227._0x4e0140)],_0x49666f);}}const _0x4d674e={};_0x4d674e[_0x30e749(_0x2fa227._0x669ff4,_0x2fa227._0x3e797c,_0x2fa227._0x4e29a3,_0x2fa227._0x51e240)]=_0x50da12[_0x30e749(0x1fe,_0x2fa227._0x3eab68,0x230,_0x2fa227._0x26bb73)],_0x4d674e[_0x1077e7(_0x2fa227._0x556ccd,0x2cc,0x28a,_0x2fa227._0x125bbf)+_0x1077e7(0x3a5,0x3c3,0x3b1,_0x2fa227._0x1bb9e8)]=_0x3d520e['taskId'],_0x4d674e[_0x30e749(_0x2fa227._0x48a0ba,_0x2fa227._0x3577a0,0x237,_0x2fa227._0xdb04ac)+'veId']=_0x34c64a,_0x4d674e[_0x30e749(0x289,_0x2fa227._0x574a9c,_0x2fa227._0xba6ff1,0x1c9)+_0x30e749(_0x2fa227._0x4b3fcf,_0x2fa227._0xc9c0b7,0x14a,_0x2fa227._0x55f9d3)]=_0x3571ac[_0x1077e7(_0x2fa227._0x36cfbb,0x2dc,_0x2fa227._0xe6f279,_0x2fa227._0x1680b4)],logger[_0x1077e7(_0x2fa227._0x15b5f0,_0x2fa227._0x2c6e48,_0x2fa227._0x444166,0x37f)](_0x30afb0['mACHm'],_0x4d674e),tasks['delete'](_0x34c64a);try{if(_0x30afb0[_0x30e749(_0x2fa227._0x4f2b21,0x115,0x157,0x19c)](_0x30afb0[_0x1077e7(_0x2fa227._0x1162e6,0x256,0x298,0x365)],_0x30afb0[_0x1077e7(0x2b2,_0x2fa227._0x3cadbf,0x352,0x214)])){const _0x88ca97={..._0x49e460['parameters']};_0x88ca97[_0x1077e7(_0x2fa227._0x123d4b,0x2dd,_0x2fa227._0x43212d,0x39e)+'ns']=_0x5c7a1f,_0x240c52['parameters']=_0x88ca97;}else{const _0x4e5c68=await _0x30afb0[_0x1077e7(_0x2fa227._0x200fcf,_0x2fa227._0xd4f072,0x358,_0x2fa227._0x35cdf3)](findTaskDirectory,_0x34c64a);if(_0x4e5c68){const _0x25d8a3={};_0x25d8a3[_0x1077e7(_0x2fa227._0x2ba3fe,_0x2fa227._0x5e8546,0x399,_0x2fa227._0x3a4478)]=!![],_0x25d8a3[_0x1077e7(_0x2fa227._0x148d23,_0x2fa227._0x5a46eb,_0x2fa227._0x4270c1,_0x2fa227._0x4611a3)]=!![],await _0x3b4d07['rm'](_0x4e5c68,_0x25d8a3);}}}catch(_0x4b3ce8){const _0x425f9d={};_0x425f9d[_0x1077e7(_0x2fa227._0x17ade7,0x44e,_0x2fa227._0x47cb04,_0x2fa227._0x35300b)+'d']=_0x34c64a,_0x425f9d[_0x1077e7(_0x2fa227._0x48aae4,0x267,_0x2fa227._0x15b5f0,_0x2fa227._0x124833)]=_0x4b3ce8['message'],logger[_0x30e749(0x195,0x169,0x12d,_0x2fa227._0x3ed24e)](_0x30afb0['HUsLS'],_0x425f9d);}if(broadcastTaskUpdate){if(_0x30afb0[_0x30e749(0x106,0x103,_0x2fa227._0x13a27d,_0x2fa227._0x1f6cd4)]!==_0x30afb0[_0x30e749(0x104,0xc9,_0x2fa227._0x5c4be0,_0x2fa227._0x2be53f)]){const _0x1fdcf9={};_0x1fdcf9[_0x1077e7(_0x2fa227._0x4c09c2,_0x2fa227._0x1b9ca0,0x331,_0x2fa227._0x420cad)]=_0x34c64a,_0x30afb0[_0x30e749(0xd5,_0x2fa227._0xa6f85c,0x15e,0xea)](broadcastTaskUpdate,_0x30afb0[_0x1077e7(0x2db,_0x2fa227._0x41df9b,_0x2fa227._0x4f2b4b,0x317)],_0x1fdcf9);}else{const _0x381486={};_0x381486['taskId']=_0x528ed6,_0x4b0579[_0x1077e7(0x3d3,0x38f,_0x2fa227._0x3653ab,0x3b8)](_0x30afb0[_0x30e749(_0x2fa227._0x5b7711,_0x2fa227._0x1d77cc,0x1ce,0x15c)],_0x381486);const _0x14eebd={};return _0x14eebd[_0x1077e7(0x2c0,_0x2fa227._0x14b9a4,0x31d,0x30b)]=_0x30afb0[_0x1077e7(0x3aa,_0x2fa227._0x52ef83,0x38c,0x301)],_0x14eebd[_0x1077e7(0x29f,0x336,_0x2fa227._0xd7fc9b,0x328)]=_0x30afb0['EpCII'],_0x524e4b[_0x1077e7(_0x2fa227._0x3d5c58,0x382,_0x2fa227._0x2e5bb2,_0x2fa227._0x56a20a)](-0x7*0x423+-0x206b+0x3ef1)[_0x1077e7(0x3d5,_0x2fa227._0x8dc0cc,0x35f,_0x2fa227._0x3f4c80)](_0x14eebd);}}const _0x289888={};function _0x30e749(_0x2aac8b,_0x25fdac,_0x317626,_0x518bb2){return _0x56c98(_0x2aac8b-_0x44bdb1._0x235adb,_0x25fdac-0x170,_0x317626-0x194,_0x518bb2);}_0x289888['taskId']=_0x50da12[_0x1077e7(_0x2fa227._0x2ae4e2,_0x2fa227._0x5a1b02,_0x2fa227._0x20ba07,_0x2fa227._0x169ab4)],_0x289888['subObjecti'+_0x1077e7(0x2d1,_0x2fa227._0x90c268,_0x2fa227._0x2b342e,_0x2fa227._0x3ac79c)]=_0x34c64a,logger['info'](_0x30afb0['QzAzm'],_0x289888);const _0x402c82={};function _0x1077e7(_0x1528c1,_0x517a32,_0x103097,_0x359b5c){return _0x56c98(_0x1528c1-_0x2933e3._0x329a45,_0x517a32-0x1f,_0x1528c1-0x327,_0x103097);}_0x402c82[_0x30e749(0x226,_0x2fa227._0xcf4ae2,0x174,_0x2fa227._0x27da48)]=!![],_0x402c82['deletedId']=_0x34c64a,_0x3d2b55[_0x1077e7(_0x2fa227._0x59082d,_0x2fa227._0x110e21,0x344,_0x2fa227._0x28df57)](_0x402c82);});function generateObjectiveId(){const _0x5e1530={_0x8acbdd:0x9a,_0x2e6512:0x11f,_0x46fa0a:0x165,_0x1a0960:0x1e2},_0x223c1b={_0x1ce226:0x144,_0x32383b:0x1eb,_0x270efb:0xde};function _0x476bfc(_0x11f0fe,_0x3b0d3d,_0x18dd96,_0xf690b){return _0x5431e5(_0x18dd96,_0x3b0d3d-_0x223c1b._0x1ce226,_0x3b0d3d- -_0x223c1b._0x32383b,_0xf690b-_0x223c1b._0x270efb);}function _0x16df55(_0x4fce53,_0x43cf8f,_0x3847b6,_0x1ac1a0){return _0x5431e5(_0x1ac1a0,_0x43cf8f-0xf6,_0x4fce53-0x1de,_0x1ac1a0-0x116);}return Date['now']()+'-'+Math[_0x476bfc(-_0x5e1530._0x8acbdd,-_0x5e1530._0x2e6512,-0x150,-_0x5e1530._0x46fa0a)]()['toString'](0x18*0x177+0x219f+-0x44a3)[_0x16df55(0x26f,0x288,_0x5e1530._0x1a0960,0x2c8)](-0x1165+0x5*0x265+0x2*0x2b7,-0xc07+0x6a3*0x1+-0x1*-0x56d);}async function findTaskDirectory(_0x28174e){const _0x192714={_0x4b7e53:0x3c8,_0x5e8beb:0x395,_0x2844f5:0xc0,_0x3a532a:0x3fa,_0x22d4ef:0x3a1,_0x5855c9:0x351,_0x1c25e1:0x383,_0xa3695d:0x36e,_0x1ca3b7:0x397,_0x1047ab:0x1e9,_0x60b9fc:0x3ec,_0x479e7a:0x446,_0x180768:0xf5,_0x2ba99f:0x12c,_0x1b88ed:0xf5,_0x53d5db:0xcd,_0x3a5ae5:0x34c,_0x50f564:0x360,_0x3be12c:0x3b8,_0x192d28:0x354,_0x5620b3:0x349,_0xaf77aa:0x31d,_0x2bd9e9:0x3ef,_0x1fdae3:0x93,_0x4996af:0x57,_0x7a64fe:0xfe,_0x7672ab:0x115,_0x416686:0x339,_0x19a8c1:0x3bd,_0x2d009d:0x30b,_0x2a0ce2:0x375,_0x2473fe:0x3ab,_0x272e9e:0x3fe,_0x52124e:0x4c,_0x5e95b1:0xe1,_0x7ca803:0x8e,_0x252237:0x3c9,_0x1cbac0:0x417,_0x28b0a3:0x104,_0x37a64e:0x53,_0x34db71:0xc3,_0x1a7560:0x13a,_0x413e76:0x46,_0x4d79e1:0x1ad,_0x3021e7:0x178,_0x44ccc7:0x35a,_0x50abe7:0x23,_0xd078e3:0x5e,_0x5c1bb2:0xd5,_0x509d54:0x22},_0x6680b3={_0x56b2d9:0x65,_0x16e3bc:0x9e},_0x1b0f73={_0x1673de:0x1c4};function _0x421936(_0x16366e,_0x1b9f52,_0x4ab44f,_0x1e1a2b){return _0x5431e5(_0x1e1a2b,_0x1b9f52-0x78,_0x1b9f52-0x32f,_0x1e1a2b-_0x1b0f73._0x1673de);}const _0x4aa73d={'qgSkO':_0x421936(_0x192714._0x4b7e53,_0x192714._0x5e8beb,0x356,0x447)+'not\x20an\x20obj'+_0x577adc(-0xbf,-_0x192714._0x2844f5,-0x88,-0xd9),'PhFEA':function(_0x546e1f,_0x540bf6){return _0x546e1f<=_0x540bf6;},'rEPoG':function(_0x350323,_0x2e6c5a){return _0x350323!==_0x2e6c5a;},'YBQWS':'zGpGf','tTLGE':_0x421936(_0x192714._0x3a532a,_0x192714._0x22d4ef,0x40d,_0x192714._0x5855c9),'EPaDG':function(_0x128021,_0xd66dbc){return _0x128021-_0xd66dbc;},'FkQpo':function(_0x17fac1,_0x4af26a){return _0x17fac1(_0x4af26a);},'shKoX':function(_0x31255e,_0x51d9c5){return _0x31255e+_0x51d9c5;}};if(!taskStoragePath)return null;const _0x40daae=parseInt(process[_0x421936(_0x192714._0x1c25e1,0x305,_0x192714._0xa3695d,_0x192714._0x1ca3b7)][_0x421936(0x466,0x421,0x48c,0x473)+_0x577adc(-0x1b5,-0x175,-0x211,-_0x192714._0x1047ab)])||0x212e+0x1438+-0x33f9,_0x1002c7=new Date();for(let _0x47927a=-0x2497*0x1+0xb2d*-0x2+0x3af1;_0x4aa73d['PhFEA'](_0x47927a,_0x40daae);_0x47927a++){if(_0x4aa73d['rEPoG'](_0x4aa73d[_0x421936(0x3be,_0x192714._0x60b9fc,0x3fb,_0x192714._0x479e7a)],_0x4aa73d['tTLGE'])){const _0x57de0f=new Date(_0x1002c7);_0x57de0f['setUTCDate'](_0x4aa73d['EPaDG'](_0x57de0f[_0x577adc(-_0x192714._0x180768,-0xa1,-_0x192714._0x2ba99f,-0x129)](),_0x47927a));const _0x529f86=_0x57de0f[_0x577adc(-_0x192714._0x1b88ed,-0x148,-_0x192714._0x53d5db,-0x1f2)+'Year'](),_0x15d084=_0x4aa73d[_0x421936(_0x192714._0x3a5ae5,_0x192714._0x50f564,_0x192714._0x3be12c,_0x192714._0x192d28)](String,_0x4aa73d['shKoX'](_0x57de0f[_0x421936(0x2d6,_0x192714._0x5620b3,_0x192714._0xaf77aa,_0x192714._0x2bd9e9)+'h'](),-0x25ee+0x4cf+0x424*0x8))[_0x577adc(0x1,-0x6e,-_0x192714._0x1fdae3,-0xca)](-0x2da+0xf9a+0xcbe*-0x1,'0'),_0x5d1002=_0x4aa73d[_0x577adc(-_0x192714._0x4996af,-_0x192714._0x7a64fe,-_0x192714._0x7672ab,-0xf6)](String,_0x57de0f[_0x421936(_0x192714._0x416686,_0x192714._0x19a8c1,_0x192714._0x2d009d,_0x192714._0x2a0ce2)]())[_0x421936(0x3bb,0x3f0,0x3ef,_0x192714._0x2473fe)](-0xd4*0x3+-0x11fe+0x3*0x6d4,'0'),_0x19f791=_0x4bb43c['join'](taskStoragePath,_0x529f86+'-'+_0x15d084,_0x529f86+'-'+_0x15d084+'-'+_0x5d1002,_0x28174e);try{return await _0x3b4d07[_0x421936(0x3a6,0x383,0x38c,_0x192714._0x272e9e)](_0x19f791),_0x19f791;}catch{}}else{const _0xc62113={};_0xc62113['taskId']=_0x2d60ed,_0xc62113[_0x577adc(-0xa,-0x95,-_0x192714._0x52124e,-_0x192714._0x5e95b1)+_0x577adc(-0xfe,-_0x192714._0x7ca803,-0xf6,-0x67)]=_0x1e70a5[_0x421936(0x3a4,_0x192714._0x252237,0x3f9,_0x192714._0x1cbac0)+'ctiveId'],_0xc62113['status']=_0x278c99[_0x577adc(-0x1e,-0xcd,-0x9b,-0x163)],_0x48604a['warn'](_0x4aa73d[_0x577adc(-0xa9,-_0x192714._0x28b0a3,-_0x192714._0x37a64e,-0x149)],_0xc62113);const _0x5b548b={};return _0x5b548b['error']=_0x577adc(-0x8d,-_0x192714._0x34db71,-_0x192714._0x1a7560,-_0x192714._0x413e76)+'t',_0x5b548b[_0x577adc(-_0x192714._0x4d79e1,-0x194,-0x1cd,-_0x192714._0x3021e7)]=_0x4aa73d[_0x421936(0x3c8,_0x192714._0x44ccc7,0x361,0x3bb)],_0x53b698['status'](-0xc82*0x2+0x4*0x427+0x9f8)[_0x577adc(_0x192714._0x50abe7,-_0x192714._0xd078e3,-_0x192714._0x5c1bb2,-_0x192714._0x509d54)](_0x5b548b);}}function _0x577adc(_0x3d7f4e,_0x577462,_0x3daa6a,_0x5dbc83){return _0x56c98(_0x3d7f4e-_0x6680b3._0x56b2d9,_0x577462-_0x6680b3._0x16e3bc,_0x577462- -0x10c,_0x3d7f4e);}return null;}async function createObjectiveDirectory(_0x51aa85,_0x3a65b3){const _0x93967c={_0xa8e7c0:0x117,_0x27c11d:0xdc,_0x5d59e0:0x113,_0x3fe2df:0x180,_0x52ad95:0x14d,_0x3707ed:0xf3,_0x4d829f:0x1c4,_0x44f2eb:0x137,_0x285c83:0x90,_0x15f155:0x182,_0x1f5ea4:0x12a,_0x461eb5:0x96,_0x5627e9:0x3a,_0x164101:0x8f,_0x2b9628:0xc3,_0x22ec8b:0x2f,_0x343f7f:0xd8,_0xb0231e:0x12c,_0x41f08d:0x114,_0x1533ab:0x1bc,_0x54b711:0x14b,_0x372f07:0x1ae,_0x12b20e:0x9e},_0x507ea7={_0x747b49:0x138,_0x1a7c4f:0x1d7},_0x4777f8={_0x4b4107:0x6e,_0x266e56:0x151},_0x160ced={'rsnOV':'Task\x20stora'+_0x21ba5c(-0xc2,-_0x93967c._0xa8e7c0,-0x1a4,-0x1c4)+_0x29aa10(-0x1ac,-_0x93967c._0x27c11d,-0x86,-_0x93967c._0x5d59e0)+'ed','cYsgG':function(_0x2c132f,_0x426c8){return _0x2c132f(_0x426c8);},'zqtuX':function(_0x31bdce,_0x37e49d){return _0x31bdce+_0x37e49d;}};if(!taskStoragePath)throw new Error(_0x160ced['rsnOV']);function _0x29aa10(_0x6f83a4,_0x5b6b56,_0x4062f,_0x159e4f){return _0x5431e5(_0x6f83a4,_0x5b6b56-_0x4777f8._0x4b4107,_0x159e4f- -_0x4777f8._0x266e56,_0x159e4f-0xdc);}const _0x2bfc0e=new Date(_0x3a65b3),_0xd9349c=_0x2bfc0e['getUTCFull'+_0x29aa10(-0x1c7,-_0x93967c._0x3fe2df,-0xbd,-_0x93967c._0x52ad95)]();function _0x21ba5c(_0x10996c,_0x2b580c,_0x1ade24,_0xa0351f){return _0x5431e5(_0x10996c,_0x2b580c-0x166,_0x2b580c- -_0x507ea7._0x747b49,_0xa0351f-_0x507ea7._0x1a7c4f);}const _0x3106ce=_0x160ced[_0x21ba5c(-0x111,-0x111,-0x119,-_0x93967c._0x3707ed)](String,_0x160ced['zqtuX'](_0x2bfc0e[_0x29aa10(-0xfb,-0x94,-_0x93967c._0x4d829f,-_0x93967c._0x44f2eb)+'h'](),-0x3*-0xacf+0x21a1+-0x1*0x420d))[_0x29aa10(0x2,-0x69,-0xca,-_0x93967c._0x285c83)](-0x6b1+-0xba4*-0x1+0xfd*-0x5,'0'),_0x3d51df=_0x160ced[_0x29aa10(-_0x93967c._0x15f155,-0x125,-0x102,-_0x93967c._0x1f5ea4)](String,_0x2bfc0e[_0x29aa10(-_0x93967c._0x461eb5,-_0x93967c._0x5627e9,-_0x93967c._0x164101,-_0x93967c._0x2b9628)]())[_0x21ba5c(-0x31,-0x77,_0x93967c._0x22ec8b,-0x117)](-0x8b*0x35+0xb53+0x2*0x8bb,'0'),_0x15fa2f=_0x4bb43c[_0x29aa10(-0xd0,-_0x93967c._0x343f7f,-_0x93967c._0x285c83,-0x70)](taskStoragePath,_0xd9349c+'-'+_0x3106ce,_0xd9349c+'-'+_0x3106ce+'-'+_0x3d51df,_0x51aa85),_0x192419={};return _0x192419[_0x29aa10(-_0x93967c._0xb0231e,-_0x93967c._0x41f08d,-_0x93967c._0x1533ab,-_0x93967c._0x54b711)]=!![],await _0x3b4d07[_0x21ba5c(-_0x93967c._0x372f07,-0x119,-_0x93967c._0x12b20e,-0x147)](_0x15fa2f,_0x192419),_0x15fa2f;}function _0xe5b2(){const _0x23b860=['z2n1s2u','Aw5NihnPyMXPBG','ywnJzxnZ','wfjhEKW','BsbHBIbVyMPLyW','C2LIBgLUz3m','zwn0AxzLswq','v2XdsgO','ALDbCuC','z293Euu','DNziwxi','uuHYyM0','D1zAy3O','Bwv0ywrHDgeUAG','uM91DgvY','ChvZAa','C3rHDhvZ','q2fUBM90igrLBa','r0HJrgi','Dg9ju09tDhjPBG','ugfYzw50igLZia','qKfNrxG','l3bHCMvUDa','vxnRDwG','q3H4BxO','wuzuB0m','qMfKifjLCxvLCW','B3v0Chv0','Aw5NignOAwXKia','zwn0AxzL','q1vmBxa','yI1VyMPLy3rPDG','z3vVruu','zw52AxjVBM1LBG','zgf0zq','AvrbAMu','yxrLzcbIEsb0yq','qLrRt2C','C1DOAfy','AxnZAw5NifGTva','DxrMltG','ndu3nKXoCxfJrW','zwn0AxzLig5VDa','BM90igfUig9IAG','s1flsue','rvzwtha','B2jQzwn0AxzL','vKfpvxi','zgvSzxrLihn1yG','yxnRswq','yxqGAgfZignOAq','t0rSs1K','vgfZAYbHDhrLBq','yNjVywrJyxn0va','s1Lct3i','yM9KEq','DgfZAY11CgrHDa','yuPLzxK','ntuYu2TNyvf2','zwn0AxzLCYiGyq','z2v0vvrdrgf0zq','z2v0','DhHHDuG','C3vIC3rY','Ae5NueO','l2nOAwXKCMvU','sw50zxjUywWGuW','wfvXyuq','BM90igzVDw5K','zgHqtKW','CgvYC2LZDcbVyG','rK5OB0C','C291CMnLt2jQzq','u01nCem','DgvqDvq','wNDUDLO','ig9IAMvJDgL2zq','zxrLihn1yI1VyG','y2HPBgrdB3vUDa','y3rPDMvjza','Bgf1BMnOq291BG','CgfYyw1Z','u3vIlw9IAMvJDa','v1Pfs1m','q0PRy0S','zxj2zxiGrxjYBW','DKr6zM8','s3DrrNO','v29PtNO','vKrRAMu','C0Xxq0m','tvP5t3K','zxPwDgy','y291BNq','B2jQzwn0AxzLCW','ufz5t2C','CfPqze8','igzVDw5K','uujMvxC','q29UzMXPy3q','l3nPyMXPBMDZ','zwqGyNKGDgfZAW','zw4GzMLYC3qU','ksbTDxn0igjLia','zYbVyMPLy3rPDG','zKf4Bvm','yNjTCe0','wujrv1m','CgfyzgS','DgfZA0LK','lw9IAMvJDgL2zq','CgfKu3rHCNq','zwrcEvrHC2Tjza','DgfZA1r5Cgu','sMz0tM8','BgfZDeXHDw5JAa','C3vIt2jQzwn0Aq','tM90iezVDw5K','CKLgAfu','r05Ws28','CxbIDwq','zwrbDa','CMfUzg9T','vw5rCee','zeTtu3e','D2fYBG','zvjSC1e','ANnVBG','yxnRvxbKyxrL','B2jQzwn0AxzLsq','BMuGAxrLBq','y3jLyxrLza','vNzmsK8','ALr4D2e','sw52ywXPzcb0yq','D3jPDgvgAwXL','sNfktK4','uxjhzeW','De9IAMvJDgL2zq','y3jLyxrLzef0','zgvY','ChjVDMLKzwq','ywDLBNrZ','AM9PBG','Dw5K','AxrOihvUA25VDW','ywrLCG','wNzMwgq','BvP6t0i','C3rYDwn0Aw9UCW','y2X1zguGiM9IAG','DgfZAY1PBNn0CG','Bwf4','sfDwrg0','AgvHzgvYCW','DMDYEfC','mKfMyNvssa','vMLoEe0','DgL2zxmVoM9IAG','zuPnqxq','vefts19mt0fexW','zhKGBxvZDcbPBG','DgfZA3m','yuPvCMy','zw1LBNqGD2L0Aa','ihjLCxvLC3qGDW','BMv3lxrHC2S','rxjqEwe','lZPPza','C3rYAw5NAwz5','mZuXmJjlEw5RBei','thr3BLm','AuXdrMG','BwvZC2fNzq','A1HgCKi','ufbzv3q','yxqGBgvHC3qGBW','zfPNrNK','C3nVvKC','DxbKyxrLzef0','v01euK4','qwf2rha','BIb0yxnRieLe','CxfxquC','rLzLvxq','vgfZAYbJCMvHDa','C3rYAw5N','ntCZnxrJAgrOwG','zujnA3C','rMfPBgvKihrVia','rM9YyMLKzgvU','DfPUuMK','B0jWAfa','AxzLihvWzgf0zq','tMX4B1q','Aw5NihbHCMvUDa','BgvUz3rO','BNqGB2jQzwn0Aq','rKv3BeG','vgfZAYbKzwXLDa','mJK0sNrYzLLv','AvjeCMy','we9VB0i','Egvnzw8','refzuW','zIb0AguGCgfYzq','zxjYB3i','DgL2zxm','vgfZAYbMzxrJAa','igeGy2HPBgqGBW','mJuXotyWwK12DLPO','AwnUyu0','twLZC2LUzYbylq','C3rZ','DgL2zsbTyw5HzW','C29U','vgfYz2v0igLZia','qMnyrfu','vgfZAY1jzcbOzq','C2SGsuq','D0PtC28','mtuZmdy1mfLYv3nntq','AxnqAw5Uzwq','DMvjza','AxzLig5VDcbMBW','BeDmufC','zgPHEg4','qLvUAxq','ru12Che','l3n1yI1VyMPLyW','sMnTruq','uNz6Che','zw52','ELvRAfa','sfzPqKG','DMvoyw1L','y3rPDMu','shzKrMG','B0vRt20','AMvJDgL2zq','wK1Yzu4','qxvPu3u','mJi2mJuXCNr5Chr4','CgfYzw50t2jQzq','Eu1cyvK','zuXkvfe','igrLDgfPBhm','s1PoDfy','B1v5Dgm','z2v0vvrdrNvSBa','zvbHDgG','tKTOyNm','BgfZDe1VzgLMAq','sg5svKm','CgfYyw1LDgvYCW','t1n0uwO','zw9mwue','Aw5ZDhj1y3rPBW','qw9Jwxq','C29YDe9YzgvY','rgnHvu0','s1n2Ce8','wfHhEvi','Cg9ZDa','BgrYzw4UierLBa','Ec10yxnRlwLK','zM9Yy2u','BwPnD3O','A09lzKC','Cgf0y2G','se5jr2S','rvvlz3q','AxzLigLZig5VDa','uMvXDwvZDcbIBW','wgPfBNy','z0L6t1G','ueDWvey','C3vJy2vZCW','wwvHCG','zMfqwgS','CMvJDxjZAxzL','DgL2zq','EwHSugq','AxzLigrLDgfPBa','BMuGzMLLBgqGka','uvvTANO','zsb1CgrHDgu','ue5YCMe','ugfYzw50ig9IAG','qxqGBgvHC3qGBW','DwfVqKq','vgHntgm','u0DmtKK','BMfTzq','D3vpBg0','r2rOtwS','Aw5MBW','DcbPBML0AwfSAq','A1zdC2W','Ae9wzeO','z2v0vvrdtw9UDa','DwnfEfK','AxzLigrLBgv0zq','y2HPBgrYzw4','A0rzrK4','BwTKAxi','CgvYC2LZDcbZDq','z2uGCgf0AcbUBW','q2jQzfu','vgfZAYb1CgrHDa','BMfTzsbVCIbPBG','zw50CMLLCW','zwn0AxzLihvWza','y1LZz0C','t2jQzwn0AxzLia','l29IAMvJDgL2zq','yxnRluLKigHLyq','CwDtA08','AMrlzKS','ihjVDxrLig5VDa','zcbIEsb0yxnR','D0fwvwO','zxrLignOAwXKCG','rMTrCg8','yNjHBMnOzxm','BwfUywDLBwvUDa','Dwn0Aw9UCY5Tza','zwn0AxzLig5Via','BNvTyMvY','CNjHEsb3AxrOia','yxqGAw5KzxGG','vNbNwLG','AxzLCYbJCMvHDa','rfDMD0O','tKv1tLG','Aw5Nihn1yI1VyG','DcbJB25MAwD1CG','vw5HDxrOB3jPEG','qwD2yxi','twLuz2G','igLUAxrPywXPEG','Bgz5zhu','CxzSyuG','CNDxy3K','ntrjsu9RsLK','r1jtC3K','CYbIEsbjra','AxnbCNjHEq','y3jLyxrLzej5','EeLcr3K','D2nytMC','ntGZnZe2wfLnEuTo','Dw5JAgvKigzYBW','Aw5Nig9IAMvJDa','Bg9Uz2vYigv4Aq','v0jWtgW'];_0xe5b2=function(){return _0x23b860;};return _0xe5b2();}export default router;
|
|
1
|
+
(function(_0x29d264,_0x241a41){const _0x1efb6d={_0x4173f1:0x8f,_0x224b36:0xe6,_0x180f0d:0x168,_0x5b40d9:0x82,_0x189eb7:0xc7,_0x1d8c71:0x6d,_0x1b8792:0x21,_0x2d6554:0xf6,_0x1bebbd:0xe2,_0x56809e:0xdf,_0xfdb8d6:0x62,_0x241b60:0x7c,_0x396cac:0x43,_0x22a491:0x12,_0x261273:0xe,_0x469f52:0x59,_0x309f25:0xa9,_0x2161fe:0x1e,_0x3882f7:0x28,_0x43c4a1:0xa,_0x24cef5:0x2e,_0x128ed0:0x47,_0x25dbac:0x133},_0x320866={_0x37ea76:0x56};function _0x3246c1(_0x106821,_0x58a4f5,_0x1553d3,_0x4c3a6c){return _0x462a(_0x1553d3- -0xf2,_0x4c3a6c);}function _0x467b4d(_0x5113d5,_0x3ef07f,_0x56bd8a,_0x52ff91){return _0x462a(_0x52ff91- -_0x320866._0x37ea76,_0x3ef07f);}const _0x442f21=_0x29d264();while(!![]){try{const _0xd4196=parseInt(_0x3246c1(0x17a,_0x1efb6d._0x4173f1,_0x1efb6d._0x224b36,0x4c))/(0x9d*0xb+-0x1*-0x902+-0x6*0x2a0)*(parseInt(_0x467b4d(0x15b,0x163,0x133,_0x1efb6d._0x180f0d))/(-0x16d*0x19+0x1022+0x1385))+parseInt(_0x3246c1(-_0x1efb6d._0x5b40d9,0x76,-0x36,0x54))/(-0x2*0x652+0x1cb2*0x1+-0x100b)*(parseInt(_0x3246c1(_0x1efb6d._0x189eb7,-_0x1efb6d._0x1d8c71,_0x1efb6d._0x1b8792,0x51))/(0x61b+-0x183*-0x6+-0xf29))+-parseInt(_0x467b4d(_0x1efb6d._0x2d6554,_0x1efb6d._0x1bebbd,_0x1efb6d._0x56809e,_0x1efb6d._0xfdb8d6))/(0x2504+0x71*-0x5+0x49*-0x7a)+parseInt(_0x3246c1(-_0x1efb6d._0x241b60,-0x60,0x20,0x98))/(-0x2*0xc36+0x2f3+0x157f)+-parseInt(_0x3246c1(-_0x1efb6d._0x396cac,0x5d,_0x1efb6d._0x22a491,0x6c))/(0x177e+0x21f4+-0x396b*0x1)+parseInt(_0x467b4d(0x67,-0x1a,-_0x1efb6d._0x261273,_0x1efb6d._0x469f52))/(-0x26dc+-0x184*0x2+0x29ec)*(parseInt(_0x3246c1(-_0x1efb6d._0x309f25,0x39,-_0x1efb6d._0x2161fe,-_0x1efb6d._0x469f52))/(-0x2507+0x9f*0x23+0xf53))+parseInt(_0x3246c1(-_0x1efb6d._0x3882f7,_0x1efb6d._0x43c4a1,_0x1efb6d._0x24cef5,-_0x1efb6d._0x128ed0))/(0x65f+0x4eb+-0xb40)*(-parseInt(_0x467b4d(_0x1efb6d._0x25dbac,0x23b,0x245,0x19f))/(0x153*-0x3+0x7*0x56e+-0x10ff*0x2));if(_0xd4196===_0x241a41)break;else _0x442f21['push'](_0x442f21['shift']());}catch(_0x30610b){_0x442f21['push'](_0x442f21['shift']());}}}(_0xf270,-0x199ae+-0x2820b+0x5a9ae));import _0x35e1b9 from'express';import{promises as _0x1cceef}from'fs';import _0x315ca4 from'path';import{logger}from'../lib/logger.js';const router=_0x35e1b9[_0x5ca3a3(0x136,0x1ce,0x198,0x171)]();let tasks=null,taskStoragePath=null,broadcastTaskUpdate=null;export function initializeObjectiveManagement(_0x5c6dc5){const _0x35a818={_0x227790:0x4c4,_0x244b0e:0x523,_0x10e352:0x590,_0x5c12b3:0x156,_0x9966b1:0x10f,_0x1c3e52:0x48e,_0x5eb064:0x53e,_0x1740c5:0x1ee,_0x2b0167:0x1cf,_0xf0fd1f:0x4dc},_0x235b81={_0x3d0627:0x32d,_0x63176a:0x90},_0x44cac1={_0x44c389:0x2ef,_0x1f4aab:0x150};tasks=_0x5c6dc5[_0x5069e0(_0x35a818._0x227790,_0x35a818._0x244b0e,0x590,_0x35a818._0x10e352)];function _0x182724(_0x58d1f6,_0x55dd4e,_0x81c7f1,_0x3b2929){return _0x5ca3a3(_0x81c7f1- -_0x44cac1._0x44c389,_0x55dd4e-0x76,_0x3b2929,_0x3b2929-_0x44cac1._0x1f4aab);}function _0x5069e0(_0x812468,_0x4cb902,_0x514c82,_0xa4b625){return _0x5ca3a3(_0x4cb902-_0x235b81._0x3d0627,_0x4cb902-0x18,_0x514c82,_0xa4b625-_0x235b81._0x63176a);}taskStoragePath=_0x5c6dc5[_0x182724(-0x167,-_0x35a818._0x5c12b3,-0x162,-_0x35a818._0x9966b1)+_0x5069e0(_0x35a818._0x1c3e52,0x4f0,0x55e,_0x35a818._0x5eb064)],broadcastTaskUpdate=_0x5c6dc5[_0x182724(-_0x35a818._0x1740c5,-0x16a,-_0x35a818._0x2b0167,-0x145)+_0x5069e0(0x51a,0x50f,_0x35a818._0xf0fd1f,0x578)];}function _0x462a(_0x58d3d3,_0x3b837c){_0x58d3d3=_0x58d3d3-(0x2442+-0x3*0xa1f+-0x545);const _0x585949=_0xf270();let _0x48dbc2=_0x585949[_0x58d3d3];if(_0x462a['KTVzXZ']===undefined){var _0x608538=function(_0x4a6e4c){const _0x55cf1b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5e1287='',_0x443485='';for(let _0x33cd41=0x1db2+0x1968+-0x1b8d*0x2,_0x3a6c59,_0x521631,_0x3944d5=-0x1517+-0x2a*-0xeb+-0x107*0x11;_0x521631=_0x4a6e4c['charAt'](_0x3944d5++);~_0x521631&&(_0x3a6c59=_0x33cd41%(0x1cf9+0x1d5c+-0x3a51)?_0x3a6c59*(-0x1*0x12b9+0x177+0x1182)+_0x521631:_0x521631,_0x33cd41++%(0x86*0x8+0x6c6+0x3*-0x3a6))?_0x5e1287+=String['fromCharCode'](0xea0+-0x1cc1+0xf20&_0x3a6c59>>(-(0x79*0x47+-0x6a6*-0x4+-0x3c25)*_0x33cd41&0x13*-0x11+-0x1*-0x1b62+-0x1a19)):-0x8e+0x89b*-0x2+0x11c4){_0x521631=_0x55cf1b['indexOf'](_0x521631);}for(let _0x5c4616=-0x1*-0x1ca5+0x23*0xcd+0x4e*-0xba,_0x37e0f7=_0x5e1287['length'];_0x5c4616<_0x37e0f7;_0x5c4616++){_0x443485+='%'+('00'+_0x5e1287['charCodeAt'](_0x5c4616)['toString'](-0xfc4*0x1+-0x1c41+0x2c15))['slice'](-(-0x1e2*-0xd+-0x133*0x3+0xd*-0x19b));}return decodeURIComponent(_0x443485);};_0x462a['bHrYSv']=_0x608538,_0x462a['ckvifK']={},_0x462a['KTVzXZ']=!![];}const _0x4c2b43=_0x585949[-0x95a+0x1*-0x10d3+0x1a2d*0x1],_0x3560be=_0x58d3d3+_0x4c2b43,_0x50abc4=_0x462a['ckvifK'][_0x3560be];return!_0x50abc4?(_0x48dbc2=_0x462a['bHrYSv'](_0x48dbc2),_0x462a['ckvifK'][_0x3560be]=_0x48dbc2):_0x48dbc2=_0x50abc4,_0x48dbc2;}function requireTaskAuth(_0xa22609,_0x5647f9,_0x5b1c20){const _0x49220c={_0x286eb9:0x17e,_0x30ef2c:0x155,_0x77a646:0x217,_0x177daa:0x18b,_0x163dce:0x18f,_0x4de84c:0x1c5,_0x274b88:0x21d,_0x47ce67:0x1d2,_0x365352:0x27e,_0x48b4a7:0x1f8,_0x4fe34f:0x262,_0x4e0144:0x1bd,_0x428966:0x1c7,_0x2bd55a:0x179,_0x357ca8:0xed,_0x4c6669:0x10c,_0x4ec071:0x110,_0x31c66f:0x1af,_0x4c0ca8:0x182,_0x2c9245:0x27c,_0xce677:0x2fd,_0x418f68:0x275,_0x3437f5:0x276,_0x1b7556:0x197,_0x22e13d:0x1c1,_0x356025:0x14c,_0x54d491:0x246,_0xaab09c:0x25e,_0x1509a7:0x1d8,_0x479a80:0x195,_0x1cb4d4:0x102,_0xa722c5:0x1ca,_0x4cb450:0x137,_0x308391:0x1dd,_0x3994b0:0x13f,_0x53fbce:0x271,_0x521ece:0x1c6,_0x454724:0x237,_0x9ca2ef:0x215,_0x15832b:0x2ed,_0x20c2de:0x100,_0x3f86a9:0x17a,_0x2d3ee9:0x17a,_0x93f2a4:0x226,_0x312e9b:0x206,_0xa47dbe:0x1de,_0x42a465:0x11b,_0x6ee0bd:0x187,_0x261574:0x227,_0x1b3282:0x158,_0x52c968:0x102,_0x250a70:0x14b,_0x16dbe6:0x18a,_0x25bce9:0x19e,_0x5898b7:0x43,_0x25d937:0xe6,_0x2acceb:0x1bd,_0x145e10:0x211,_0x8566c9:0x1f6,_0x54158c:0x13b,_0x5a48d2:0x188,_0x1107ac:0x162,_0x223034:0x16a,_0x268994:0x1a9,_0xc454e2:0x1d0,_0xe4cf5e:0x1f2,_0x25023e:0x202,_0x23c0f9:0x287,_0x30eda4:0x2cf,_0x32316e:0x281,_0xe9b245:0x265,_0x24637a:0x116,_0x5b868a:0x114,_0x1dbcd8:0x208,_0x289791:0x2e3,_0x2d7c46:0x296,_0x50f335:0x232,_0x57e5db:0x1ed,_0xace6ea:0x20c,_0x9d26a2:0xdd,_0xd1f38e:0x147,_0x3eb994:0x1dd,_0xc97cce:0x25a,_0x5361b6:0x312,_0x245176:0x27c,_0x2f0718:0x116,_0x153c8f:0xf2,_0x35d8d5:0x19a,_0x6c9a7:0x17b,_0x3af52e:0x1f1,_0x3a309c:0x1e7,_0x3923bd:0x1ff,_0x5e336b:0x1e1,_0x13d764:0x291,_0x8b88f6:0x244,_0xf18c:0xde,_0x108dbb:0x17a,_0x52f2cb:0x185,_0x26ff4c:0xfe,_0x4b355d:0xfd,_0x35138a:0x136,_0x3f6491:0x22a,_0x4069be:0x2af,_0x1ea78f:0x332,_0xf43a0b:0x310,_0x4c36b8:0x1e2,_0x3cbde7:0x27c,_0x41df5b:0x238,_0x1b77b4:0x11b,_0x5eca49:0x116,_0x6c00d0:0x191,_0x4c88ad:0x13b,_0x51cc46:0x1ea,_0x567d3c:0x196,_0x625b3:0x1a7,_0x455546:0x181,_0x536386:0x273,_0x38509a:0x204,_0x390272:0x1ae,_0x592690:0xb5,_0x47eb83:0x198,_0x5b75f4:0x1bc,_0x2c36c9:0x1ba,_0x533f92:0x188,_0x1c8d44:0x9f,_0x53bb17:0x131,_0x7c2275:0x13b,_0x450ef2:0x18d,_0x32b699:0x14b,_0x46f4d4:0x1b6,_0xd095a5:0x21a,_0x492666:0x293,_0x156c8f:0x218,_0x11a6a4:0x180,_0x4c3537:0x1de,_0x177d11:0x20e,_0x4541e7:0x1a1,_0x1826fd:0x2c5,_0x18976c:0x1e4,_0x408ec4:0x247,_0x5650e5:0x1d2,_0x1c77ac:0x2b1,_0x5b45a1:0x118,_0x77bed1:0x1c7,_0x380ee0:0x17d,_0x477f57:0x10e,_0x2b65db:0x192,_0x41d908:0x177,_0xb8e8a3:0x1e1,_0xc1c6ff:0xf6,_0x222f42:0x10f,_0x3e9de7:0x135,_0x579dee:0x160,_0x3ecb39:0x152,_0x329c25:0x123,_0x3e92b8:0x201,_0x1cdeed:0x1c9,_0x558cd0:0x240,_0x132556:0x21c,_0x327134:0x212,_0x44005b:0x1ca,_0x193b2d:0x247,_0x4e0eb9:0x2b1,_0x5f10fd:0x1cf,_0x19b8a0:0x21b,_0xb0e0ca:0x1db,_0x30623e:0x2bb,_0x4de982:0x85,_0x54cc4d:0x142,_0x3f21f2:0xa8,_0x1da7a8:0x19e,_0x2c451f:0xfd,_0x166453:0x1a6,_0x593aab:0x23a,_0x400364:0x1f0,_0x7234b3:0x13a,_0x367ec9:0x25a,_0x3e4b44:0x17f,_0x4ce8bb:0x11e,_0x3a0e6e:0x15f,_0xa7f1cb:0x171,_0x54a732:0x242,_0x1ecd3e:0x254,_0xb56de8:0x28f,_0x10cf64:0x228,_0xfa1726:0x290,_0x4a9777:0x2e3,_0x2c11b9:0x29a,_0x4bc7da:0x292,_0x3a757c:0x2b4,_0x10541f:0x149,_0xe9dfd6:0x130,_0x3847d7:0x1b9,_0x19daaf:0x209,_0x34f329:0x306,_0x3b7dd0:0x22e,_0xff7942:0x186,_0x165237:0x154,_0x3f4201:0xb3,_0x33637b:0x19b,_0x3f30db:0x195,_0xca793f:0x280,_0x17e17e:0x1b9,_0x29b3c7:0x17e,_0x7c14e9:0x1a2,_0x313e2a:0x210,_0x2d54e1:0x101,_0x3e4471:0x1ec,_0x3ebf16:0x122,_0x35de96:0x167,_0x5d8c07:0x254,_0x476242:0x172,_0x1ab961:0x14a,_0x37d882:0x15e,_0x25bc49:0x166,_0x6a5af6:0x1de,_0x120848:0x21f,_0x244d8a:0x26a,_0x3132cf:0x1a5,_0x149a4d:0x218,_0xa5bf22:0x26c,_0x1f4ca4:0x2af,_0x26ef1d:0x203,_0x26de0f:0x140,_0x183812:0x10d,_0x315e06:0x245,_0x30f098:0x214,_0x5d88d0:0x2fc,_0x47a060:0x173,_0x78422e:0x290,_0x5c061b:0x203,_0x42be93:0x144,_0xb16675:0x1ad,_0xac40d:0x185,_0x1d0280:0x285,_0x37b53d:0x264,_0x272718:0x298,_0x372a2f:0x133,_0x2333c8:0x1f9,_0x4edcc0:0x83,_0x30304f:0xff,_0x3b4e63:0x1b4,_0x1966f1:0xf4,_0x25bb24:0xec,_0x370f11:0x262,_0x4299f7:0x309,_0x19a1e7:0x15d,_0x10b2e2:0xcd,_0x3cecb0:0x158,_0x728c35:0x8d,_0xca210c:0x9e,_0x54691c:0x1a0,_0x48a834:0x1ee},_0x417b38={_0xa13008:0x7,_0x244e8b:0xc4,_0x323f58:0x105},_0x1384a5={'IfIeo':_0x3d8cba(0x18d,0x1ed,_0x49220c._0x286eb9,_0x49220c._0x30ef2c)+'t','nQdVQ':_0x3d8cba(0xf2,_0x49220c._0x77a646,_0x49220c._0x177daa,0x18a)+_0x3d8cba(0x156,_0x49220c._0x163dce,0x13b,_0x49220c._0x4de84c)+_0x3d8cba(0xdf,0x148,0xcc,0x171),'XXxXZ':_0x5cd1b8(0x14e,_0x49220c._0x274b88,0x1e9,_0x49220c._0x47ce67),'VltAg':function(_0x584ccb,_0x232b40,_0x38dcdf){return _0x584ccb(_0x232b40,_0x38dcdf);},'wYSOo':_0x5cd1b8(0x15c,_0x49220c._0x365352,0x259,_0x49220c._0x48b4a7)+'management'+'\x20request\x20m'+_0x5cd1b8(0x1fa,_0x49220c._0x4fe34f,_0x49220c._0x4e0144,_0x49220c._0x428966)+_0x5cd1b8(0xbf,_0x49220c._0x2bd55a,0xb5,_0x49220c._0x357ca8)+_0x5cd1b8(_0x49220c._0x4c6669,0x10b,_0x49220c._0x4ec071,_0x49220c._0x31c66f),'rUfNJ':'Missing\x20X-'+_0x3d8cba(0x1e5,0x1c7,_0x49220c._0x4c0ca8,0x1dd)+'ader','tbXsd':function(_0x30b554,_0x4248a7){return _0x30b554===_0x4248a7;},'czRIl':'mZyvP','iSkhV':'hiQNO','LNBoY':_0x3d8cba(_0x49220c._0x2c9245,_0x49220c._0xce677,_0x49220c._0x418f68,_0x49220c._0x3437f5)+'management'+_0x5cd1b8(_0x49220c._0x1b7556,0x1f1,_0x49220c._0x22e13d,_0x49220c._0x356025)+_0x5cd1b8(_0x49220c._0x54d491,_0x49220c._0xaab09c,0x1b9,0x200)+'ed','WqarL':_0x5cd1b8(_0x49220c._0x1509a7,0x121,0x231,_0x49220c._0x479a80)+_0x5cd1b8(_0x49220c._0x1cb4d4,0x1fa,_0x49220c._0xa722c5,_0x49220c._0x163dce)+'r','LBlrl':_0x5cd1b8(0x220,0x1fe,_0x49220c._0x4cb450,_0x49220c._0x308391)+_0x5cd1b8(0xf3,0x15f,0x136,_0x49220c._0x3994b0)+_0x5cd1b8(0x17e,0x1ee,_0x49220c._0x53fbce,0x21d),'Zwyhl':'Objective\x20'+_0x3d8cba(0x2e0,0x1ec,_0x49220c._0x521ece,_0x49220c._0x454724)+_0x3d8cba(0x2f5,_0x49220c._0x9ca2ef,_0x49220c._0x15832b,0x29c)+_0x5cd1b8(0x151,_0x49220c._0x20c2de,_0x49220c._0x3f86a9,_0x49220c._0x2d3ee9)+_0x3d8cba(0x275,_0x49220c._0x93f2a4,_0x49220c._0x312e9b,0x271),'cXJXv':_0x3d8cba(_0x49220c._0xa47dbe,_0x49220c._0x42a465,_0x49220c._0x6ee0bd,0x19a)+'ed','jPuJv':'Invalid\x20ta'+'sk\x20ID','KYABx':_0x3d8cba(_0x49220c._0x261574,_0x49220c._0x1b3282,0x1b3,0x1c7)+_0x5cd1b8(0x13e,0x152,_0x49220c._0x52c968,_0x49220c._0x250a70)+_0x5cd1b8(_0x49220c._0x16dbe6,0x1d3,0x123,_0x49220c._0x25bce9)+_0x5cd1b8(_0x49220c._0x5898b7,0xfe,0x130,_0x49220c._0x25d937)+_0x5cd1b8(_0x49220c._0x2acceb,0x218,_0x49220c._0x145e10,0x1eb)+_0x5cd1b8(_0x49220c._0x8566c9,0x22a,0x152,0x1a1),'dVNpM':_0x3d8cba(_0x49220c._0x54158c,_0x49220c._0x5a48d2,0x140,_0x49220c._0x1107ac),'lYoGH':_0x5cd1b8(_0x49220c._0x223034,0x13e,_0x49220c._0x268994,_0x49220c._0xc454e2)+_0x3d8cba(0x1a6,0x1d6,0x1f9,_0x49220c._0xe4cf5e)+_0x3d8cba(0x30d,0x242,_0x49220c._0x25023e,0x28b)+_0x3d8cba(0x1d0,_0x49220c._0x23c0f9,0x1c5,0x264)+_0x3d8cba(_0x49220c._0x30eda4,0x1fb,_0x49220c._0x32316e,_0x49220c._0xe9b245),'EADlM':function(_0x353270,_0x3f5c36){return _0x353270!==_0x3f5c36;},'sPKqM':_0x5cd1b8(0x1cf,_0x49220c._0x24637a,0x148,0x199),'eMshZ':_0x5cd1b8(_0x49220c._0x5b868a,0x207,_0x49220c._0x268994,0x168)+_0x3d8cba(_0x49220c._0x1dbcd8,0x30d,_0x49220c._0x289791,0x262)+_0x5cd1b8(_0x49220c._0x2d7c46,0x2b8,0x19d,0x216)+_0x5cd1b8(_0x49220c._0x50f335,0x156,0x27c,_0x49220c._0x57e5db),'vphMY':function(_0x594852,_0x4e9091){return _0x594852!==_0x4e9091;},'FpNNA':_0x3d8cba(0x2a8,0x2b0,_0x49220c._0xace6ea,0x263),'EDBeM':'Parent\x20is\x20'+_0x5cd1b8(_0x49220c._0x9d26a2,0x193,0xc8,_0x49220c._0xd1f38e)+'ective','htDEt':function(_0x3302cc){return _0x3302cc();}},_0x2a8929=_0xa22609[_0x3d8cba(_0x49220c._0x3eb994,_0x49220c._0xc97cce,_0x49220c._0x5361b6,_0x49220c._0x245176)]['x-task-id'];if(!_0x2a8929){logger[_0x3d8cba(_0x49220c._0x2f0718,_0x49220c._0x153c8f,_0x49220c._0x35d8d5,0x17d)](_0x1384a5[_0x3d8cba(0x19c,_0x49220c._0x6c9a7,0x189,_0x49220c._0x3af52e)]);const _0x3b4045={};return _0x3b4045['error']='Unauthoriz'+'ed',_0x3b4045[_0x5cd1b8(0x277,_0x49220c._0x3a309c,_0x49220c._0x3923bd,_0x49220c._0x5e336b)]=_0x1384a5[_0x3d8cba(0x2b3,_0x49220c._0x13d764,0x2de,_0x49220c._0xaab09c)],_0x5647f9[_0x3d8cba(0x274,0x225,_0x49220c._0x8b88f6,_0x49220c._0xa47dbe)](-0x41e+-0x224a+0x27f9)['json'](_0x3b4045);}if(!tasks){if(_0x1384a5[_0x5cd1b8(0x95,0x99,0x5e,_0x49220c._0xf18c)](_0x1384a5['czRIl'],_0x1384a5[_0x5cd1b8(_0x49220c._0x108dbb,0x1c2,0x21b,0x204)])){const _0x1f46c4={};return _0x1f46c4['error']=_0x1384a5[_0x5cd1b8(_0x49220c._0x52f2cb,_0x49220c._0x26ff4c,_0x49220c._0x4b355d,_0x49220c._0x35138a)],_0x1f46c4[_0x3d8cba(_0x49220c._0x3f6491,0x1e2,0x228,0x25f)]=_0x1384a5[_0x3d8cba(_0x49220c._0x4069be,_0x49220c._0x1ea78f,_0x49220c._0xf43a0b,0x289)],_0x6c8fe0[_0x3d8cba(0x25d,_0x49220c._0x4c36b8,_0x49220c._0x3cbde7,0x1de)](-0x9ed+-0x15db+0x184*0x16)[_0x3d8cba(_0x49220c._0x41df5b,0x14a,_0x49220c._0x1b77b4,0x1a1)](_0x1f46c4);}else{logger['error'](_0x1384a5[_0x3d8cba(0x15d,_0x49220c._0x268994,0x154,0x18d)]);const _0x4be8ec={};return _0x4be8ec[_0x5cd1b8(_0x49220c._0x5eca49,0xa3,_0x49220c._0x6c00d0,_0x49220c._0x4c88ad)]=_0x1384a5[_0x3d8cba(_0x49220c._0x51cc46,0x120,0x1dc,_0x49220c._0x567d3c)],_0x4be8ec['message']=_0x1384a5[_0x5cd1b8(0xaa,_0x49220c._0x625b3,0xcb,0x121)],_0x5647f9[_0x3d8cba(_0x49220c._0x455546,_0x49220c._0x536386,_0x49220c._0x38509a,0x1de)](-0xc30+-0x10d1+0x5*0x631)[_0x5cd1b8(_0x49220c._0x390272,_0x49220c._0x592690,0xc0,0x123)](_0x4be8ec);}}const _0x92c61c=tasks['get'](_0x2a8929);function _0x5cd1b8(_0x1a56f4,_0x36b131,_0x11587b,_0x4f7095){return _0x5ca3a3(_0x4f7095-_0x417b38._0xa13008,_0x36b131-_0x417b38._0x244e8b,_0x36b131,_0x4f7095-_0x417b38._0x323f58);}if(!_0x92c61c){const _0x53f205={};_0x53f205[_0x5cd1b8(0x1c7,0x14d,0x194,_0x49220c._0x47eb83)]=_0x2a8929,logger[_0x3d8cba(_0x49220c._0x5b75f4,0xdc,_0x49220c._0x2c36c9,0x17d)](_0x1384a5['Zwyhl'],_0x53f205);const _0x1af1c9={};return _0x1af1c9[_0x5cd1b8(_0x49220c._0x533f92,_0x49220c._0x1c8d44,_0x49220c._0x53bb17,_0x49220c._0x7c2275)]=_0x1384a5[_0x3d8cba(_0x49220c._0x450ef2,_0x49220c._0x32b699,0x1b1,_0x49220c._0x46f4d4)],_0x1af1c9[_0x3d8cba(_0x49220c._0xd095a5,_0x49220c._0x492666,_0x49220c._0x156c8f,0x25f)]=_0x1384a5['jPuJv'],_0x5647f9[_0x3d8cba(0x160,0x148,_0x49220c._0x11a6a4,_0x49220c._0x4c3537)](-0xc1*-0x4+0x1e56+0x1fc9*-0x1)[_0x3d8cba(0x15f,_0x49220c._0x5b868a,_0x49220c._0x177d11,_0x49220c._0x4541e7)](_0x1af1c9);}if(!_0x92c61c[_0x3d8cba(_0x49220c._0x1826fd,_0x49220c._0x18976c,0x2de,_0x49220c._0x408ec4)+_0x5cd1b8(_0x49220c._0x5650e5,_0x49220c._0x274b88,_0x49220c._0x1c77ac,0x21c)]){const _0x465387={};_0x465387[_0x5cd1b8(0x151,_0x49220c._0x455546,_0x49220c._0x5b45a1,_0x49220c._0x47eb83)]=_0x2a8929,logger[_0x3d8cba(_0x49220c._0x77bed1,0x17f,0x21e,_0x49220c._0x380ee0)](_0x1384a5[_0x5cd1b8(_0x49220c._0x477f57,0x142,_0x49220c._0x2b65db,_0x49220c._0x41d908)],_0x465387);const _0x2153da={};return _0x2153da['error']=_0x1384a5['dVNpM'],_0x2153da[_0x5cd1b8(0x210,0x272,0x184,_0x49220c._0xb8e8a3)]=_0x1384a5[_0x3d8cba(0x227,_0x49220c._0xc1c6ff,0x1ea,0x183)],_0x5647f9[_0x5cd1b8(_0x49220c._0x222f42,0x14c,_0x49220c._0x3e9de7,_0x49220c._0x579dee)](0x1*0x159+-0x103c+-0x83b*-0x2)[_0x5cd1b8(_0x49220c._0x3ecb39,0x125,0x10a,_0x49220c._0x329c25)](_0x2153da);}_0xa22609['callingTas'+'k']=_0x92c61c,_0xa22609[_0x5cd1b8(_0x49220c._0x3e92b8,0x13b,0x1a5,_0x49220c._0x1cdeed)+_0x5cd1b8(0x17c,0x29e,_0x49220c._0x558cd0,_0x49220c._0x132556)]=_0x92c61c[_0x3d8cba(_0x49220c._0x327134,0x226,_0x49220c._0x44005b,_0x49220c._0x193b2d)+_0x3d8cba(_0x49220c._0x4e0eb9,0x2a2,0x319,0x29a)];const _0x51b5df=tasks[_0x5cd1b8(_0x49220c._0x5f10fd,0x13f,_0x49220c._0x19b8a0,0x1d3)](_0x92c61c[_0x5cd1b8(0x16a,0x191,_0x49220c._0xb0e0ca,_0x49220c._0x1cdeed)+_0x5cd1b8(0x236,_0x49220c._0x30623e,0x269,0x21c)]);if(!_0x51b5df){if(_0x1384a5['EADlM'](_0x1384a5[_0x5cd1b8(_0x49220c._0x4de982,_0x49220c._0x54cc4d,_0x49220c._0x3f21f2,0x128)],_0x1384a5[_0x3d8cba(_0x49220c._0x1da7a8,0x220,_0x49220c._0x2c451f,_0x49220c._0x166453)])){const _0x40e891={};return _0x40e891[_0x3d8cba(0x256,0x144,_0x49220c._0x593aab,0x1b9)]=_0x1384a5['XXxXZ'],_0x40e891['message']=_0x5cd1b8(0x189,0x11d,_0x49220c._0x4c6669,0x17b)+_0x3d8cba(_0x49220c._0x400364,_0x49220c._0x222f42,_0x49220c._0x7234b3,0x14e)+_0x3d8cba(0x2d4,0x286,_0x49220c._0x367ec9,0x28a),_0x4bb174['status'](0x2267+0x3d7+0x169*-0x1a)[_0x5cd1b8(_0x49220c._0x3e4b44,_0x49220c._0x4ce8bb,_0x49220c._0x3a0e6e,0x123)](_0x40e891);}else{const _0x48dcbb={};_0x48dcbb[_0x3d8cba(_0x49220c._0xa7f1cb,_0x49220c._0x54a732,_0x49220c._0x1ecd3e,0x216)]=_0x2a8929,_0x48dcbb[_0x3d8cba(_0x49220c._0xb56de8,0x27d,_0x49220c._0x10cf64,_0x49220c._0x193b2d)+_0x3d8cba(_0x49220c._0xfa1726,_0x49220c._0x4a9777,0x229,_0x49220c._0x2c11b9)]=_0x92c61c['sourceObje'+_0x5cd1b8(0x1c1,_0x49220c._0x4bc7da,_0x49220c._0x3a757c,0x21c)],logger['warn'](_0x5cd1b8(0x17a,0x156,0x18b,0x168)+'ective\x20not'+'\x20found',_0x48dcbb);const _0x592366={};return _0x592366[_0x3d8cba(_0x49220c._0x10541f,0x152,_0x49220c._0xe9dfd6,_0x49220c._0x3847d7)]=_0x1384a5['XXxXZ'],_0x592366[_0x3d8cba(_0x49220c._0x19daaf,_0x49220c._0x34f329,0x1f1,0x25f)]=_0x1384a5[_0x3d8cba(0x1b4,_0x49220c._0x4cb450,_0x49220c._0x3b7dd0,_0x49220c._0xff7942)],_0x5647f9[_0x3d8cba(_0x49220c._0x165237,_0x49220c._0x6c9a7,0x1ec,0x1de)](0x99d*0x3+0x1e00+-0x1*0x3943)[_0x5cd1b8(_0x49220c._0x3f4201,_0x49220c._0x33637b,0x1a5,0x123)](_0x592366);}}if(_0x1384a5[_0x5cd1b8(_0x49220c._0x3f30db,_0x49220c._0xca793f,0x2b0,0x210)](_0x51b5df['status'],_0x5cd1b8(_0x49220c._0x17e17e,0x10b,0x1ab,_0x49220c._0x29b3c7))){if(_0x1384a5[_0x5cd1b8(_0x49220c._0x7c14e9,_0x49220c._0x390272,0x1df,_0x49220c._0x313e2a)](_0x1384a5[_0x5cd1b8(_0x49220c._0x2d54e1,_0x49220c._0x3e4471,_0x49220c._0x3ebf16,_0x49220c._0x35de96)],_0x5cd1b8(_0x49220c._0x5d8c07,_0x49220c._0x476242,_0x49220c._0x1ab961,0x1e5))){const _0x27110d={};_0x27110d[_0x5cd1b8(0x160,_0x49220c._0x37d882,_0x49220c._0x25bc49,_0x49220c._0x47eb83)]=_0x472f98[_0x5cd1b8(0x162,_0x49220c._0x6a5af6,_0x49220c._0x120848,0x198)],_0x27110d[_0x3d8cba(_0x49220c._0x8b88f6,0x295,0x246,_0x49220c._0x244d8a)]=_0x146dc2[_0x5cd1b8(0x1d8,0x1ec,_0x49220c._0x3132cf,0x1ec)],_0x27110d[_0x5cd1b8(_0x49220c._0x149a4d,_0x49220c._0xa5bf22,_0x49220c._0x1f4ca4,_0x49220c._0x26ef1d)+'ns']=_0x15ee46[_0x5cd1b8(_0x49220c._0x26de0f,0x141,_0x49220c._0x183812,0x16a)]?.[_0x5cd1b8(0x1f4,_0x49220c._0x315e06,0x27e,_0x49220c._0x26ef1d)+'ns'],_0x27110d[_0x3d8cba(_0x49220c._0x30f098,_0x49220c._0x5d88d0,0x219,0x2a0)]=_0x33692b[_0x3d8cba(0x2c7,0x1ff,0x342,0x2a0)],_0x1384a5[_0x3d8cba(0x1b5,_0x49220c._0x47a060,_0x49220c._0x78422e,0x1f0)](_0x1c352f,_0x3d8cba(0x241,_0x49220c._0x5c061b,_0x49220c._0x42be93,_0x49220c._0xb16675)+'ed',_0x27110d);}else{const _0x2e2bf1={};_0x2e2bf1['taskId']=_0x2a8929,_0x2e2bf1[_0x5cd1b8(_0x49220c._0xac40d,_0x49220c._0x25023e,0x211,0x1c9)+_0x5cd1b8(_0x49220c._0x1d0280,_0x49220c._0x37b53d,0x1d3,0x21c)]=_0x92c61c['sourceObje'+_0x5cd1b8(0x210,0x286,_0x49220c._0x272718,0x21c)],_0x2e2bf1[_0x3d8cba(0x194,_0x49220c._0x372a2f,_0x49220c._0x2333c8,_0x49220c._0x6a5af6)]=_0x51b5df['status'],logger[_0x5cd1b8(_0x49220c._0x4edcc0,0x15f,0xb0,_0x49220c._0x30304f)](_0x1384a5[_0x3d8cba(_0x49220c._0x3b4e63,0xfd,_0x49220c._0x1966f1,0x167)],_0x2e2bf1);const _0x1799ef={};return _0x1799ef[_0x5cd1b8(0x144,0x144,0x1d6,0x13b)]=_0x3d8cba(_0x49220c._0x25bb24,0x185,0x1f7,0x155)+'t',_0x1799ef[_0x3d8cba(_0x49220c._0x370f11,0x1f5,_0x49220c._0x4299f7,0x25f)]=_0x1384a5[_0x3d8cba(_0x49220c._0x19a1e7,0xcf,_0x49220c._0x10b2e2,0x167)],_0x5647f9[_0x3d8cba(0x251,0x238,_0x49220c._0x3cecb0,_0x49220c._0xa47dbe)](0x4*-0x40e+-0x88a+0x1a52*0x1)[_0x5cd1b8(0xc4,_0x49220c._0x728c35,_0x49220c._0xca210c,0x123)](_0x1799ef);}}function _0x3d8cba(_0x40e2de,_0x179b34,_0x32db71,_0x39b278){return _0x5ca3a3(_0x39b278-0x85,_0x179b34-0x31,_0x40e2de,_0x39b278-0x61);}_0xa22609[_0x5cd1b8(0x119,_0x49220c._0x53bb17,0x17a,0x16b)+_0x5cd1b8(0x231,_0x49220c._0x54691c,_0x49220c._0x48a834,0x1ea)]=_0x51b5df,_0x1384a5['htDEt'](_0x5b1c20);}router[_0x4651f7(-0x8d,-0x65,-0x3,-0xb2)](_0x4651f7(-0x77,-0x29,-0xd1,-0x93),requireTaskAuth,async(_0x169503,_0x3c805c)=>{const _0x35ffa0={_0x2b7788:0x1be,_0x97c78d:0x193,_0x937bbb:0x16c,_0x3363da:0x26a,_0x33287b:0x1c5,_0x3aca92:0x1a3,_0x39cd2c:0x66,_0x14fa2a:0x1e2,_0x357506:0x1bc,_0x160cdd:0xc7,_0x146c07:0x155,_0x3f10f9:0x1c8,_0x45b623:0x147,_0x3a7889:0x129,_0x14c39b:0x4b,_0x55fb59:0x165,_0xedd669:0x64,_0xc98e5c:0xf3,_0x5501b3:0x194,_0x2c25c4:0x91,_0x2e91cd:0x204,_0x51de25:0xdd,_0x4d46e5:0x12d,_0x31b8a4:0x12b,_0x36aaa9:0x180,_0x330cab:0x19f,_0x14766f:0x1b7,_0x4c0fed:0x8b,_0x10de91:0x18b,_0x5bb51b:0xe7,_0x51a1b3:0x2a8,_0x403071:0x1fe,_0x51a389:0x26f,_0x3c256d:0x17a,_0x3ba987:0x25b,_0x21e7c8:0x13e,_0x3803c0:0x148,_0x2e8832:0x200,_0xf3f182:0x175,_0xc7e43c:0x163,_0x38363b:0x1c5,_0x357f49:0x213,_0x5e2d2d:0x20a,_0x4326a6:0x9a,_0x445289:0x145,_0x4b9a13:0xc2,_0x52425e:0xc2,_0x196d3c:0x254,_0x2f6ade:0x248,_0x110e0c:0x202,_0x53e95a:0x1d6,_0x4b0023:0xbd,_0xdf9a9e:0x48,_0x2a4cd9:0xcf,_0x2b15a8:0x11f,_0x5bcb16:0xce,_0x2660db:0x174,_0x388754:0x193,_0x56a1ac:0xc3,_0xbcf874:0xa8,_0x513747:0x1d,_0x1714f3:0xe2,_0x176423:0x77,_0x35f515:0x186,_0x2fddac:0x6e,_0x247634:0x75,_0x23625d:0xf4,_0x54b04c:0x18e,_0x4f3740:0x206,_0x4e58e5:0xe8,_0xa2fe28:0x1e4},_0x339a33={_0x2f2c95:0x45,_0x34ae28:0x12a},{parentObjective:_0x2dda70,callingTask:_0x317abb}=_0x169503;function _0x1b6a6f(_0x594dfb,_0x3bf1d6,_0x183651,_0x23c18b){return _0x5ca3a3(_0x3bf1d6- -0x2d8,_0x3bf1d6-0x164,_0x594dfb,_0x23c18b-0x6c);}const _0x5f3680={};_0x5f3680['taskId']=_0x317abb[_0x94457d(_0x35ffa0._0x2b7788,_0x35ffa0._0x97c78d,0x13a,0x14c)],_0x5f3680[_0x94457d(_0x35ffa0._0x937bbb,_0x35ffa0._0x3363da,0x20c,_0x35ffa0._0x33287b)+'d']=_0x2dda70[_0x1b6a6f(-0x17c,-0x147,-_0x35ffa0._0x3aca92,-0x1d1)],logger[_0x94457d(_0x35ffa0._0x39cd2c,0x12d,0x4a,0xb4)]('Task\x20fetch'+_0x1b6a6f(-0x233,-0x1ff,-_0x35ffa0._0x14fa2a,-_0x35ffa0._0x357506)+_0x94457d(0x1e1,_0x35ffa0._0x160cdd,0x1a1,_0x35ffa0._0x146c07)+'\x20details',_0x5f3680);const _0x4630de={};_0x4630de[_0x94457d(0x18d,0x164,_0x35ffa0._0x3f10f9,0x14c)]=_0x2dda70[_0x1b6a6f(-0xf9,-_0x35ffa0._0x45b623,-_0x35ffa0._0x3a7889,-0x116)],_0x4630de[_0x1b6a6f(-_0x35ffa0._0x14c39b,-0xf3,-_0x35ffa0._0x55fb59,-0x12e)]=_0x2dda70[_0x1b6a6f(-_0x35ffa0._0xedd669,-_0x35ffa0._0xc98e5c,-_0x35ffa0._0x5501b3,-_0x35ffa0._0x2c25c4)];function _0x94457d(_0x1a5925,_0x5c40ec,_0x5e2abf,_0x40faa5){return _0x5ca3a3(_0x40faa5- -_0x339a33._0x2f2c95,_0x5c40ec-_0x339a33._0x34ae28,_0x5c40ec,_0x40faa5-0x186);}_0x4630de[_0x1b6a6f(-0xdb,-0x17f,-_0x35ffa0._0x2e91cd,-0x132)]=_0x2dda70[_0x94457d(_0x35ffa0._0x51de25,_0x35ffa0._0x4d46e5,_0x35ffa0._0x31b8a4,0x114)],_0x4630de[_0x94457d(0x1ac,_0x35ffa0._0x36aaa9,_0x35ffa0._0x330cab,_0x35ffa0._0x14766f)+'ns']=_0x2dda70[_0x94457d(_0x35ffa0._0x4c0fed,0xcf,_0x35ffa0._0x10de91,0x11e)]?.[_0x1b6a6f(-0x9d,-0xdc,-0x69,-_0x35ffa0._0x5bb51b)+'ns']||'',_0x4630de[_0x1b6a6f(-_0x35ffa0._0x51a1b3,-_0x35ffa0._0x403071,-_0x35ffa0._0x51a389,-_0x35ffa0._0x3c256d)+'t']=_0x2dda70[_0x1b6a6f(-0x164,-0x1fe,-_0x35ffa0._0x3ba987,-0x1af)+'t'],_0x4630de[_0x94457d(0xf7,_0x35ffa0._0x21e7c8,0x9c,_0x35ffa0._0x3a7889)]=_0x2dda70[_0x1b6a6f(-_0x35ffa0._0x3803c0,-0x16a,-0x186,-_0x35ffa0._0x2e8832)],_0x4630de[_0x1b6a6f(-0x1d8,-_0x35ffa0._0xf3f182,-_0x35ffa0._0xc7e43c,-0x1f2)]=_0x2dda70[_0x1b6a6f(-_0x35ffa0._0x38363b,-0x175,-_0x35ffa0._0x357f49,-_0x35ffa0._0x5e2d2d)],_0x4630de[_0x94457d(_0x35ffa0._0x4326a6,_0x35ffa0._0x445289,0xf1,_0x35ffa0._0x4b9a13)]=_0x2dda70[_0x94457d(_0x35ffa0._0x4b9a13,0x16,_0x35ffa0._0x4c0fed,_0x35ffa0._0x52425e)],_0x4630de[_0x94457d(_0x35ffa0._0x196d3c,_0x35ffa0._0x2f6ade,_0x35ffa0._0x110e0c,_0x35ffa0._0x53e95a)]=_0x2dda70[_0x1b6a6f(-0xe3,-_0x35ffa0._0x4b0023,-_0x35ffa0._0xdf9a9e,-0x1f)],_0x4630de[_0x94457d(_0x35ffa0._0x160cdd,_0x35ffa0._0x2a4cd9,0x147,_0x35ffa0._0x2b15a8)+'ctiveId']=_0x2dda70[_0x1b6a6f(-_0x35ffa0._0x5bcb16,-_0x35ffa0._0x2660db,-0x17b,-_0x35ffa0._0x388754)+_0x1b6a6f(-0xea,-_0x35ffa0._0x56a1ac,-0x4e,-0xb6)],_0x4630de[_0x94457d(0x9d,0x77,0x84,_0x35ffa0._0xbcf874)+'t']=_0x2dda70[_0x94457d(_0x35ffa0._0x513747,_0x35ffa0._0x1714f3,0x14b,_0x35ffa0._0xbcf874)+'t']||0x15a8+-0x4*-0x53a+-0x2a90,_0x4630de[_0x1b6a6f(-0x17a,-0x187,-0x161,-0x130)+_0x94457d(_0x35ffa0._0x176423,_0x35ffa0._0x35f515,0xe8,0x105)]=_0x2dda70[_0x94457d(_0x35ffa0._0x2fddac,_0x35ffa0._0x247634,_0x35ffa0._0x23625d,0x10c)+_0x1b6a6f(-0x1eb,-_0x35ffa0._0x54b04c,-_0x35ffa0._0x4f3740,-_0x35ffa0._0x4e58e5)],_0x3c805c[_0x1b6a6f(-_0x35ffa0._0xa2fe28,-0x1bc,-0x1a7,-0x116)](_0x4630de);});function _0x5ca3a3(_0xa5c1e6,_0x171564,_0x21bbdb,_0x322fca){const _0x235f1d={_0x1530b6:0x29};return _0x462a(_0xa5c1e6-_0x235f1d._0x1530b6,_0x21bbdb);}router[_0x4651f7(-0xc,-0x65,0x1d,0x30)]('/objective'+_0x5ca3a3(0x1ff,0x18d,0x1e8,0x226),requireTaskAuth,async(_0x49759e,_0x3421ed)=>{const _0x507115={_0x2f7a30:0x7e,_0x5a9d3f:0xd7,_0xe48c59:0x10d,_0x2a342d:0x88,_0x1726c6:0x5f,_0x438128:0x114,_0x45b247:0xd6,_0xeb080a:0x1af,_0x5d1041:0x13c,_0x1591e2:0x137,_0x5c77da:0xbf,_0xd001dd:0x83,_0x576158:0x3a,_0x10868:0x51,_0x2d1cd3:0x7f,_0x38e7ee:0x12f,_0x2884df:0xce,_0x1fb1bd:0xe9,_0x47861a:0xd2,_0x3fbfc8:0xdc,_0x5e8c9b:0x33,_0x4858ae:0xd4,_0x1a1def:0x1b3,_0x134cbc:0xcc,_0x3de1ef:0x150,_0xcd4388:0x13a,_0x16c0c9:0x36,_0x276e89:0x14f,_0xe299ef:0xf9,_0x3b7739:0x153,_0x49efb2:0x16e,_0x4f337f:0xad,_0x3e3b52:0x65,_0x46cc2c:0x12b,_0x59a5b0:0xde,_0xcb72eb:0x176,_0x2084a0:0x100,_0x274027:0xf6,_0x50eb63:0x1db,_0x218dc2:0x43,_0x289639:0xee,_0x61e621:0x17c,_0x480310:0x139,_0x2890c4:0x167,_0x436b92:0xb0,_0x32e735:0x12a,_0x3ea4f2:0x10f,_0x173df6:0xda,_0x484f53:0x109,_0x181ef4:0xc2,_0x20e50a:0xd3,_0x2d8ebf:0x6d,_0x120915:0xd3,_0xfd6b45:0x16e,_0x113a00:0x68,_0x5783de:0x7e,_0x4381cb:0x22,_0x447afa:0x1a6,_0x51a4c4:0x6c,_0x1487b7:0xd,_0x26e7d4:0x9d,_0x3f4e77:0x3c,_0x17e8e4:0xa2,_0x122fdd:0x13f,_0x2e3123:0xa4,_0x1fd58c:0x1,_0x240207:0x11e,_0x48d7f6:0xaf,_0x3035ad:0x105,_0x54c3b5:0x19e,_0x200adf:0x17,_0x1cbc18:0x148,_0x24e539:0x67,_0x22e8b0:0x104,_0x448cd3:0x10f,_0xfef2c3:0x41,_0x3bcce0:0x5a,_0x413495:0x8f,_0x166de7:0x11,_0x1d445b:0x101},_0x23ce9a={_0x55aa84:0x287},_0x58f97b={_0x1c4a36:0x148,_0x18d7ac:0xc5},_0x4951b6={};_0x4951b6[_0x260a19(-0x124,-_0x507115._0x2f7a30,-0x1e,-0x81)]=function(_0x4a3f0f,_0x45d947){return _0x4a3f0f!==_0x45d947;},_0x4951b6[_0x456d5b(-0x198,-0x15e,-_0x507115._0x5a9d3f,-_0x507115._0xe48c59)]=_0x260a19(-_0x507115._0x2a342d,-_0x507115._0x1726c6,-0xcc,-0xb5),_0x4951b6[_0x260a19(-_0x507115._0x438128,-0xeb,-_0x507115._0x45b247,-0xd8)]=function(_0x1c886a,_0xfc91c9){return _0x1c886a===_0xfc91c9;},_0x4951b6[_0x260a19(-_0x507115._0xeb080a,-0xa1,-0x192,-_0x507115._0x5d1041)]=_0x456d5b(-_0x507115._0x1591e2,-0x111,-0x131,-0x14c),_0x4951b6[_0x260a19(-_0x507115._0x5c77da,-0xa9,0xa,-_0x507115._0xd001dd)]=_0x260a19(_0x507115._0x576158,_0x507115._0x10868,-_0x507115._0x2d1cd3,-0x3b)+_0x260a19(-_0x507115._0x38e7ee,-0x50,-0x4c,-0xaf);const _0x332f4c=_0x4951b6;function _0x260a19(_0xba69ca,_0x365e2c,_0x313933,_0x5fe46){return _0x5ca3a3(_0x5fe46- -0x22c,_0x365e2c-_0x58f97b._0x1c4a36,_0xba69ca,_0x5fe46-_0x58f97b._0x18d7ac);}const {callingTask:_0x46d8a6}=_0x49759e,_0xd3deaa=_0x49759e[_0x456d5b(-_0x507115._0x2884df,-_0x507115._0x1fb1bd,-_0x507115._0x47861a,-0x11c)]['id'];function _0x456d5b(_0x78565d,_0x347c12,_0x3253c8,_0x4bb16f){return _0x5ca3a3(_0x347c12- -_0x23ce9a._0x55aa84,_0x347c12-0x1af,_0x3253c8,_0x4bb16f-0x1b8);}const _0x16e715=tasks['get'](_0xd3deaa);if(!_0x16e715||_0x332f4c[_0x456d5b(-0x83,-_0x507115._0x3fbfc8,-_0x507115._0x5e8c9b,-_0x507115._0x4858ae)](_0x16e715[_0x456d5b(-_0x507115._0x1a1def,-0x12e,-0x102,-0xf3)],_0x332f4c[_0x260a19(-_0x507115._0x134cbc,-_0x507115._0x3de1ef,-_0x507115._0x1726c6,-0x103)])){if(_0x332f4c[_0x260a19(-_0x507115._0xcd4388,-0x16a,-_0x507115._0x16c0c9,-0xd8)](_0x332f4c[_0x260a19(-_0x507115._0x276e89,-0x1cd,-0x178,-0x13c)],_0x332f4c[_0x260a19(-_0x507115._0xe299ef,-0x1c8,-0xee,-0x13c)])){const _0x575f0e={};return _0x575f0e[_0x456d5b(-0x1ce,-_0x507115._0x3b7739,-_0x507115._0x49efb2,-0xda)]='Not\x20Found',_0x575f0e[_0x456d5b(-0xb7,-_0x507115._0x4f337f,-_0x507115._0x3e3b52,-0x89)]=_0x332f4c[_0x456d5b(-_0x507115._0x46cc2c,-_0x507115._0x59a5b0,-_0x507115._0xcb72eb,-0x9c)],_0x3421ed['status'](0xc45*0x2+-0x5*0x44f+-0x16b)['json'](_0x575f0e);}else{const _0x19e04a={};return _0x19e04a[_0x456d5b(-_0x507115._0x2084a0,-0x153,-_0x507115._0x274027,-0x11b)]=_0x456d5b(-0x147,-0x1aa,-_0x507115._0x50eb63,-0x23f),_0x19e04a[_0x456d5b(-0x18,-_0x507115._0x4f337f,-0x77,-_0x507115._0x218dc2)]='Sub-object'+_0x456d5b(-_0x507115._0x289639,-0xf1,-0x10d,-0x166)+_0x260a19(-_0x507115._0x61e621,-_0x507115._0x480310,-_0x507115._0x2890c4,-0xd7)+_0x456d5b(-0xc5,-_0x507115._0x436b92,-_0x507115._0x32e735,-_0x507115._0x3ea4f2)+_0x456d5b(-_0x507115._0x173df6,-_0x507115._0x484f53,-0x170,-_0x507115._0x181ef4)+'ve',_0x1d7119[_0x260a19(-0xd4,-0x12d,-0x53,-_0x507115._0x20e50a)](-0x9c6*-0x3+0xa47+-0x2606)[_0x260a19(-0x10c,-0x136,-_0x507115._0x2d8ebf,-0x110)](_0x19e04a);}}const _0x194edd={};_0x194edd[_0x456d5b(-0x164,-0xf6,-_0x507115._0x120915,-0x17d)]=_0x46d8a6[_0x456d5b(-0x8c,-_0x507115._0x274027,-_0x507115._0xfd6b45,-0xf7)],_0x194edd[_0x260a19(_0x507115._0x113a00,-_0x507115._0x5783de,-0x44,-_0x507115._0x4381cb)+'d']=_0xd3deaa,logger[_0x260a19(-0xce,-_0x507115._0x447afa,-0x14f,-0x133)](_0x260a19(-_0x507115._0x51a4c4,-_0x507115._0x1487b7,-0xdd,-_0x507115._0x26e7d4)+'ing\x20object'+'ive\x20detail'+_0x260a19(-0xb7,-0x1c4,-0xe8,-0x11f),_0x194edd);const _0x4350ae={};_0x4350ae[_0x260a19(-_0x507115._0x3f4e77,-0x10a,-0x26,-0x9b)]=_0x16e715['taskId'],_0x4350ae[_0x456d5b(-0x11,-_0x507115._0x17e8e4,-_0x507115._0x122fdd,-0x7d)]=_0x16e715[_0x456d5b(-_0x507115._0x2e3123,-_0x507115._0x17e8e4,-0x30,-0xf)],_0x4350ae[_0x456d5b(-0x12,-0x8b,-_0x507115._0x1fd58c,-_0x507115._0x240207)+'ns']=_0x16e715[_0x260a19(-0x147,-_0x507115._0x48d7f6,-0x14d,-0xc9)]?.['instructio'+'ns']||'',_0x4350ae[_0x456d5b(-0x197,-0x123,-_0x507115._0x3035ad,-_0x507115._0x54c3b5)+_0x260a19(0x92,-_0x507115._0x436b92,-_0x507115._0x2d1cd3,-_0x507115._0x200adf)]=_0x16e715[_0x260a19(-0xa3,-0x82,-_0x507115._0x1cbc18,-0xc8)+_0x260a19(-0x70,_0x507115._0x24e539,0x5c,-0x17)],_0x4350ae['createdAt']=_0x16e715[_0x456d5b(-0xda,-0x180,-_0x507115._0x22e8b0,-0x1d2)],_0x4350ae[_0x456d5b(-0x99,-0x6c,-0xe5,-_0x507115._0x448cd3)]=_0x16e715[_0x260a19(-_0x507115._0xfef2c3,-_0x507115._0x3bcce0,_0x507115._0x413495,-_0x507115._0x166de7)],_0x3421ed[_0x260a19(-_0x507115._0x1d445b,-0xaf,-0xf0,-0x110)](_0x4350ae);}),router[_0x4651f7(-0x1bc,-0x12f,-0x19d,-0xa6)](_0x4651f7(0x1e,-0x29,0x5a,-0xa2),requireTaskAuth,async(_0x135b9f,_0xbe4294)=>{const _0x29b51e={_0x18d15d:0x28,_0x566208:0x29,_0x114e8d:0x0,_0x404adb:0x92,_0x5ea6c4:0xf6,_0x2b805a:0x1,_0x1ab784:0x18,_0x4c9c20:0x4d,_0x6ed257:0x1cd,_0x4610d0:0x133,_0x1e7241:0x13c,_0x12d71d:0xe6,_0x4af36d:0x13f,_0x40ff94:0xec,_0x88fb7a:0x120,_0x451746:0x46,_0x407b51:0x25f,_0x546092:0x27d,_0x576419:0xb7,_0xaa8e74:0x39,_0x3d7170:0xd1,_0x5068ec:0xda,_0x2708be:0xd5,_0x521673:0x72,_0x2bba00:0x24,_0x8b2821:0x84,_0x296c75:0xb7,_0x7ab36d:0x19a,_0x5f775a:0x157,_0x5ad9e1:0x29f,_0x361f1a:0x304,_0x453ea9:0x1a6,_0x41804:0x21f,_0xfbb7e6:0x1fc,_0x44087c:0x42,_0x1b39ab:0xe2,_0x2e2af0:0x2e,_0x4bed5a:0x175,_0x137c32:0xce,_0x13da05:0x268,_0x114e1c:0x2c7,_0x5943bc:0x28b,_0xdacdaa:0x13a,_0x10b5ee:0x146,_0xafce57:0x35f,_0x46c648:0x286,_0xfc86b9:0x197,_0x58727b:0x1a0,_0x1b7443:0x373,_0x271331:0x331,_0x62005d:0x216,_0x1ce4bf:0x1fe,_0x1548b8:0x7f,_0xfdeb6f:0x82,_0x1abaf3:0xf0,_0x250ffe:0x325,_0x370cc5:0x2bc,_0x48e3f2:0x2c9,_0x48c045:0x1fc,_0x16e4d1:0xea,_0x132751:0x10d,_0x18b20e:0x53,_0x3b42b5:0x1e0,_0x5785fe:0x1a9,_0xbb1708:0x270,_0x3b876f:0x119,_0x11690d:0xd8,_0x16d666:0x74,_0x249617:0x236,_0x7bf3e:0x21b,_0x2fca75:0x21c,_0x4d4d32:0xfd,_0x1c8b6b:0x2fd,_0x5d81c3:0x23e,_0x22ef5f:0xf3,_0x46fc0a:0xf6,_0x416864:0xc0,_0x5c8335:0x343,_0x5d7cb3:0x1d1,_0x3908d8:0x183,_0x3a0f16:0x225,_0x15ace9:0x9d,_0x21c09f:0x1c7,_0x40c0da:0x159,_0x5e24f0:0x15b,_0x4df53d:0x1d0,_0x226977:0x3c0,_0x597b28:0x137,_0x5b36dc:0x277,_0x27c5ef:0x2b0,_0xd1dcbb:0x2e0,_0x786d42:0x2e9,_0x2834b8:0x29a,_0x5f3530:0x1ef,_0x1161fc:0x299,_0x3fd03a:0x171,_0x4db092:0x268,_0x35d1d0:0x300,_0x3ee159:0x152,_0x3d5fd8:0x15f,_0x4b30bf:0x63,_0x3d371d:0x1f8,_0x117244:0x167,_0x5855e1:0x16f,_0x32557e:0x326,_0x503b4a:0x34b,_0x2d9a4f:0x378,_0x19d844:0x11e,_0x35ba3a:0x129,_0x252934:0x268,_0x34229d:0x2f9,_0x4c96bf:0x1bb,_0xa34a26:0x110,_0x4803d9:0x12d,_0x5f4bcd:0x171,_0x231c9f:0x189,_0x558b54:0x1ff,_0x523c91:0x1fd,_0x51663c:0x1cb,_0x21a8f3:0x199,_0x487f03:0x102,_0x1456f5:0x138,_0x11b238:0x115,_0x315a9b:0x197,_0x4265d4:0x2cf,_0xc867d5:0x28b,_0xcf3c93:0x111,_0x392494:0x245,_0x4c71ae:0x266,_0x116549:0x278,_0x54b8a0:0x279,_0x2c42cd:0x2fe,_0x32641e:0x1ec,_0x3d524c:0xf5,_0x2b2a62:0x12a,_0x5937ce:0x26e,_0x1cb5e6:0x189,_0x55bfa5:0x219,_0x4950cb:0x151,_0x15c0b7:0x12f,_0x19d079:0x2dd},_0x1526da={_0x272763:0x3f9,_0x4dde59:0x1a2,_0x539d21:0x26},_0x351524={_0x4a7da3:0xfb,_0x533597:0xcb},_0x3161e7={'JhcFp':_0x3398b4(0xa7,_0x29b51e._0x18d15d,0x5d,_0x29b51e._0x566208)+'t','EFJOT':_0x3398b4(-0x10,_0x29b51e._0x114e8d,_0x29b51e._0x404adb,_0x29b51e._0x5ea6c4)+'not\x20an\x20obj'+'ective','Olbcm':function(_0x23eed5,_0x51ee9d){return _0x23eed5===_0x51ee9d;},'qJijV':'At\x20least\x20o'+_0x3398b4(-_0x29b51e._0x2b805a,_0x29b51e._0x1ab784,0x7e,_0x29b51e._0x4c9c20)+_0x3398b4(_0x29b51e._0x6ed257,_0x29b51e._0x4610d0,0x194,_0x29b51e._0x1e7241)+_0x3398b4(0x124,0x50,0xb4,_0x29b51e._0x12d71d)+_0x37f81c(-0x2a7,-0x25b,-0x255,-0x230)+'provided','pxlBV':_0x3398b4(_0x29b51e._0x4af36d,_0x29b51e._0x40ff94,_0x29b51e._0x88fb7a,0x159)+_0x3398b4(0x60,0x5d,0x66,-_0x29b51e._0x451746)+_0x37f81c(-_0x29b51e._0x407b51,-0x229,-0x28c,-0x2fd),'LjgvO':function(_0xb0423c,_0x58e565){return _0xb0423c!==_0x58e565;},'zpXDP':function(_0x3b0373,_0x297b8a){return _0x3b0373!==_0x297b8a;},'SBiRs':function(_0x3f231d,_0x26a459){return _0x3f231d!==_0x26a459;},'ONGaD':function(_0x7e289b,_0x59ba41){return _0x7e289b!==_0x59ba41;},'nAIYv':'omTqm','aXVTz':_0x37f81c(-_0x29b51e._0x546092,-0x2a3,-0x1f7,-0x29d),'pTxvD':function(_0x496620,_0x556ad7){return _0x496620(_0x556ad7);},'GoJYm':_0x37f81c(-0x327,-0x2f3,-0x2f4,-0x333)+'son','jCFIY':'utf-8','IcHEV':_0x3398b4(0x70,_0x29b51e._0x576419,0xbb,_0x29b51e._0xaa8e74)+'uctions.md','vppXm':_0x3398b4(_0x29b51e._0x3d7170,_0x29b51e._0x5068ec,_0x29b51e._0x2708be,_0x29b51e._0x521673)+_0x3398b4(-_0x29b51e._0x2bba00,0x38,_0x29b51e._0x8b2821,0xb6)+'jective\x20up'+_0x3398b4(0x17d,_0x29b51e._0x296c75,0x162,_0x29b51e._0x7ab36d),'BdHsD':function(_0x50ac07,_0x5b9ce6,_0x7c1d9d){return _0x50ac07(_0x5b9ce6,_0x7c1d9d);},'RYolg':_0x37f81c(-0x2d1,-0x34e,-0x248,-0x251)+'ed','Wngfg':'Parent\x20obj'+_0x3398b4(0x7f,0x1b8,0x129,_0x29b51e._0x5f775a)+_0x37f81c(-_0x29b51e._0x5ad9e1,-0x22f,-_0x29b51e._0x361f1a,-0x2f5)+'sk'};function _0x3398b4(_0x54b93a,_0x45954f,_0x22fc45,_0x58755b){return _0x4651f7(_0x54b93a-_0x351524._0x4a7da3,_0x22fc45-0x1be,_0x54b93a,_0x58755b-_0x351524._0x533597);}const {parentObjective:_0x443a8e,callingTask:_0x3d12a8}=_0x135b9f,{name:_0x3a001f,instructions:_0x46fb8c}=_0x135b9f['body'];if(_0x3161e7['Olbcm'](_0x3a001f,undefined)&&_0x46fb8c===undefined){const _0x3fea51={};return _0x3fea51['error']=_0x3161e7[_0x3398b4(0x147,0x162,_0x29b51e._0x453ea9,0x1a4)],_0x3fea51[_0x37f81c(-_0x29b51e._0x41804,-0x291,-_0x29b51e._0xfbb7e6,-0x1d9)]=_0x3161e7['qJijV'],_0xbe4294['status'](-0x13*0x136+0x5f6+-0x129c*-0x1)[_0x3398b4(_0x29b51e._0x44087c,_0x29b51e._0x1b39ab,0xa9,_0x29b51e._0x2e2af0)](_0x3fea51);}logger['info'](_0x3161e7[_0x3398b4(_0x29b51e._0x4bed5a,_0x29b51e._0x137c32,0x13c,0x167)],{'taskId':_0x3d12a8['taskId'],'objectiveId':_0x443a8e[_0x37f81c(-_0x29b51e._0x13da05,-_0x29b51e._0x114e1c,-_0x29b51e._0x5943bc,-0x20a)],'updatingName':_0x3161e7[_0x3398b4(_0x29b51e._0xdacdaa,0xb8,0x15b,_0x29b51e._0x10b5ee)](_0x3a001f,undefined),'updatingInstructions':_0x3161e7[_0x37f81c(-0x2db,-_0x29b51e._0xafce57,-_0x29b51e._0x46c648,-0x2e7)](_0x46fb8c,undefined)});const _0x1a91fa=new Date()['toISOStrin'+'g']();_0x3161e7['SBiRs'](_0x3a001f,undefined)&&(_0x443a8e[_0x3398b4(_0x29b51e._0xfc86b9,0x21c,0x172,_0x29b51e._0x58727b)]=_0x3a001f);_0x3161e7[_0x37f81c(-0x2f6,-_0x29b51e._0x1b7443,-0x25a,-_0x29b51e._0x271331)](_0x46fb8c,undefined)&&(_0x443a8e[_0x37f81c(-0x296,-_0x29b51e._0x62005d,-_0x29b51e._0x1ce4bf,-0x256)]={..._0x443a8e[_0x3398b4(_0x29b51e._0x1548b8,_0x29b51e._0xfdeb6f,_0x29b51e._0x1abaf3,0xce)],'instructions':_0x46fb8c});_0x443a8e['updatedAt']=_0x1a91fa;function _0x37f81c(_0x55feaf,_0x4fcb91,_0x1851f7,_0x42ded0){return _0x5ca3a3(_0x55feaf- -_0x1526da._0x272763,_0x4fcb91-_0x1526da._0x4dde59,_0x4fcb91,_0x42ded0-_0x1526da._0x539d21);}_0x443a8e['lastModifi'+_0x37f81c(-0x288,-_0x29b51e._0x250ffe,-0x2ac,-_0x29b51e._0x370cc5)]=_0x3d12a8['taskId'];try{if(_0x3161e7[_0x37f81c(-0x231,-_0x29b51e._0x48e3f2,-0x29e,-_0x29b51e._0x48c045)]===_0x3161e7[_0x3398b4(0x6d,_0x29b51e._0x16e4d1,_0x29b51e._0x132751,0x1b8)]){const _0x1a6110={};return _0x1a6110[_0x3398b4(_0x29b51e._0x18b20e,0xc0,0xc1,0xf7)]=_0x3161e7[_0x37f81c(-_0x29b51e._0x3b42b5,-_0x29b51e._0x5785fe,-0x287,-_0x29b51e._0xbb1708)],_0x1a6110['message']=_0x3161e7[_0x3398b4(_0x29b51e._0x3b876f,0x155,_0x29b51e._0x11690d,_0x29b51e._0x16d666)],_0x2e538c[_0x37f81c(-0x2a0,-_0x29b51e._0x249617,-_0x29b51e._0x7bf3e,-0x331)](-0x1*-0xdf3+0x5*-0x1d9+-0x326)['json'](_0x1a6110);}else{const _0x48bdbb=await _0x3161e7[_0x3398b4(_0x29b51e._0x2fca75,0x21f,0x1a0,_0x29b51e._0x4d4d32)](findTaskDirectory,_0x443a8e[_0x37f81c(-0x268,-0x289,-_0x29b51e._0x1c8b6b,-_0x29b51e._0x5d81c3)]);if(_0x48bdbb){const _0x55c603=_0x315ca4[_0x3398b4(0x8d,_0x29b51e._0x22ef5f,_0x29b51e._0x46fc0a,_0x29b51e._0x416864)](_0x48bdbb,_0x3161e7[_0x37f81c(-0x2bf,-_0x29b51e._0x5c8335,-0x28c,-0x26a)]);await _0x1cceef[_0x3398b4(_0x29b51e._0x5d7cb3,_0x29b51e._0x3908d8,0x125,_0x29b51e._0x11690d)](_0x55c603,JSON[_0x37f81c(-0x205,-0x1cb,-_0x29b51e._0x3a0f16,-0x20e)](_0x443a8e,null,0xa7a*-0x1+-0xfdd+0x163*0x13),_0x3161e7[_0x3398b4(0x6a,0xa2,_0x29b51e._0x15ace9,0x7b)]);if(_0x3161e7[_0x3398b4(_0x29b51e._0x21c09f,_0x29b51e._0x40c0da,_0x29b51e._0x5e24f0,_0x29b51e._0x4df53d)](_0x46fb8c,undefined)){const _0x36b0c=_0x315ca4['join'](_0x48bdbb,_0x37f81c(-0x315,-0x2ed,-0x36f,-_0x29b51e._0x226977)),_0x5da16f={};_0x5da16f[_0x3398b4(0x17a,0x13a,_0x29b51e._0x597b28,0x127)]=!![],await _0x1cceef[_0x37f81c(-_0x29b51e._0x5b36dc,-_0x29b51e._0x27c5ef,-0x283,-_0x29b51e._0xd1dcbb)](_0x36b0c,_0x5da16f);const _0x2bd802=_0x315ca4['join'](_0x36b0c,_0x3161e7['IcHEV']);await _0x1cceef['writeFile'](_0x2bd802,_0x46fb8c,_0x3161e7[_0x37f81c(-_0x29b51e._0x786d42,-0x374,-_0x29b51e._0x250ffe,-_0x29b51e._0x2834b8)]);}}}}catch(_0x21c3cd){const _0x2331db={};_0x2331db[_0x37f81c(-_0x29b51e._0x5f3530,-_0x29b51e._0x1161fc,-_0x29b51e._0x3fd03a,-0x19d)+'d']=_0x443a8e[_0x37f81c(-_0x29b51e._0x4db092,-_0x29b51e._0x41804,-_0x29b51e._0x35d1d0,-0x2e4)],_0x2331db[_0x3398b4(_0x29b51e._0x3ee159,_0x29b51e._0x3d5fd8,0xc1,_0x29b51e._0x4b30bf)]=_0x21c3cd[_0x3398b4(0x1ea,_0x29b51e._0x3d371d,_0x29b51e._0x117244,_0x29b51e._0x5855e1)],logger[_0x37f81c(-0x2c5,-0x24a,-_0x29b51e._0x32557e,-0x2b0)](_0x3161e7[_0x37f81c(-0x30a,-_0x29b51e._0x503b4a,-_0x29b51e._0x2d9a4f,-_0x29b51e._0xbb1708)],_0x2331db);}if(broadcastTaskUpdate){const _0xf2a0f3={};_0xf2a0f3[_0x3398b4(0x18b,0x120,_0x29b51e._0x19d844,_0x29b51e._0x35ba3a)]=_0x443a8e[_0x37f81c(-_0x29b51e._0x252934,-_0x29b51e._0x34229d,-0x250,-0x203)],_0xf2a0f3['name']=_0x443a8e[_0x3398b4(_0x29b51e._0x4c96bf,_0x29b51e._0xa34a26,0x172,_0x29b51e._0x4803d9)],_0xf2a0f3[_0x3398b4(_0x29b51e._0x5f4bcd,0x1c2,_0x29b51e._0x231c9f,_0x29b51e._0x558b54)+'ns']=_0x443a8e['parameters']?.[_0x37f81c(-_0x29b51e._0x523c91,-0x1db,-_0x29b51e._0x51663c,-0x24b)+'ns'],_0xf2a0f3[_0x3398b4(0x249,_0x29b51e._0x21a8f3,0x1a8,0x252)]=_0x443a8e['updatedAt'],_0x3161e7['BdHsD'](broadcastTaskUpdate,_0x3161e7['RYolg'],_0xf2a0f3);}const _0x52e335={};_0x52e335['taskId']=_0x3d12a8[_0x3398b4(_0x29b51e._0x487f03,0x19d,0x11e,_0x29b51e._0x1456f5)],_0x52e335[_0x3398b4(0x225,_0x29b51e._0x11b238,_0x29b51e._0x315a9b,0x13d)+'d']=_0x443a8e['taskId'],logger[_0x37f81c(-0x300,-_0x29b51e._0x4265d4,-0x32c,-_0x29b51e._0xc867d5)](_0x3161e7[_0x3398b4(0xf6,_0x29b51e._0xcf3c93,0x119,0x1ae)],_0x52e335);const _0x377659={};_0x377659[_0x37f81c(-_0x29b51e._0x392494,-_0x29b51e._0x4c71ae,-0x1ce,-_0x29b51e._0x116549)]=!![],_0x377659[_0x37f81c(-_0x29b51e._0x4db092,-_0x29b51e._0x54b8a0,-_0x29b51e._0x2c42cd,-_0x29b51e._0x32641e)]=_0x443a8e[_0x3398b4(_0x29b51e._0x3d524c,_0x29b51e._0x2b2a62,0x11e,0x168)],_0x377659['name']=_0x443a8e[_0x37f81c(-0x214,-0x1d8,-0x16b,-0x251)],_0x377659[_0x37f81c(-0x1fd,-0x249,-_0x29b51e._0x3908d8,-0x296)+'ns']=_0x443a8e[_0x37f81c(-0x296,-0x2ae,-_0x29b51e._0x5937ce,-0x2a4)]?.[_0x3398b4(0x15d,0x185,_0x29b51e._0x1cb5e6,_0x29b51e._0x55bfa5)+'ns'],_0x377659[_0x37f81c(-0x1de,-0x156,-_0x29b51e._0x4950cb,-0x1e6)]=_0x443a8e[_0x3398b4(0x16e,0x1c1,0x1a8,_0x29b51e._0x15c0b7)],_0xbe4294[_0x37f81c(-_0x29b51e._0x19d079,-0x2af,-0x248,-0x369)](_0x377659);}),router[_0x5ca3a3(0x1b8,0x24a,0x21e,0x1aa)](_0x4651f7(-0x1ac,-0x149,-0xaa,-0x18f)+'tives',requireTaskAuth,async(_0x3b90fe,_0x33565d)=>{const _0x5568e7={_0x3c30f8:0x281,_0x16b399:0x32d,_0x3f49b1:0x287,_0x1b6f94:0x35a,_0x1f7ba4:0xec,_0x24cd4a:0x1ac,_0x5d1c04:0x44a,_0x3e8b04:0x463,_0x46cc28:0x3b9,_0x4ff50e:0x3f4,_0x33a131:0x399,_0x3e388b:0x4c5,_0x26f0fe:0x433,_0x421318:0x458,_0x345d23:0x49e,_0x14a958:0x3be,_0x4139c0:0x25e,_0x4c6ecd:0x23f,_0x111d41:0x3d4,_0x1e9c33:0x42f,_0x28fb09:0x3b4,_0xee50a9:0x422,_0x5c1e6:0x32f,_0x4c4b07:0x1be,_0x5e3e62:0x26c,_0x4c9830:0x242,_0x2c012c:0x1b3,_0x5b49df:0x421,_0x37db38:0x3f4,_0x287cee:0x172,_0x37a535:0x125,_0x2bc512:0x3a5,_0xa3dc3c:0x1be,_0x1f8639:0x1b7,_0x43118b:0x1d2,_0x4c4c27:0x196,_0x5bbb37:0x220,_0x50f7c4:0x206,_0x2d486c:0xfe,_0x4cd578:0x2fa,_0x388167:0x497,_0x1eb16a:0x46f,_0x1a7d23:0x409,_0x1f4506:0x1cf,_0x1e7925:0x1e2,_0x4819c2:0x202,_0x4e1a31:0x224,_0x3a18d5:0x177,_0x3b7f3e:0x1f9,_0x1eb62d:0x1d7,_0x43f0d6:0x447,_0x305b4d:0x470,_0x49bbdc:0x395,_0x3b439:0x437,_0x110a19:0x455,_0x5b6c76:0x44e,_0x3a7123:0x174,_0x5b50c9:0x2bd,_0x5e5279:0x2a2,_0x254be0:0x221,_0xea5de1:0x3f6,_0x538dbe:0x40e,_0x39a55b:0x4b7,_0x333783:0x1d1,_0x2e8ec2:0x328,_0x1ac813:0x3ce,_0x5b50a5:0x2c5,_0x8feeb3:0x25f,_0x3009d3:0x49b,_0xd201db:0x3c5,_0x1d9c38:0x437,_0x2441cd:0x3ff,_0x5b72e1:0x4a0,_0x102232:0x3d5,_0x3ebbac:0x449,_0x11fe39:0x3cd,_0x1310b7:0x17f,_0x50c33b:0x1b7,_0x2238b6:0x20e,_0x4d4de5:0x3a5,_0x240ee8:0x31e,_0x31f337:0x475,_0x265d4e:0x3ec,_0x5721f3:0x1c6,_0x2d7319:0x124,_0xad3774:0x19c,_0x37287a:0x1a7,_0x2fb58a:0x3a4,_0x358bf2:0x439,_0x584c18:0x385,_0x2b3b33:0x472,_0x57d88c:0x45f,_0x4f9425:0x1bb,_0x192434:0x177,_0x1a5d25:0x22b,_0x1578cb:0x122,_0x114c8a:0x246,_0x171ebc:0x20b,_0x4c42a1:0x17a,_0x5e18af:0xac,_0x55de35:0xb1,_0x43c79b:0x3b4,_0x5e011f:0x3c1,_0x23c477:0x4ad,_0x25df8a:0x4bd,_0x445f58:0x12c,_0x5c3fa4:0x19c,_0x4c47de:0x1f5,_0x584f34:0x32d,_0x177f3:0x300,_0x5e8acb:0x293,_0x278824:0x175,_0x4cb598:0x1fe,_0x319302:0x1cf,_0x4f63b1:0x16d,_0xc2d92d:0x442,_0x24ce2a:0x3ae,_0x43d964:0x409,_0x241341:0x487,_0x465996:0x3f7,_0x5256eb:0x413,_0x1eda72:0x216,_0x130bad:0x44b,_0x2c7b2d:0x3be,_0x12ca63:0x247,_0x2e0098:0x19c,_0x225ff8:0x16d,_0x57182e:0x1de,_0x3a986e:0x1d4,_0x4c01a1:0x39f,_0x57d3d4:0x337,_0x7eed8:0x254,_0x3047ce:0x1bf,_0x3c87b9:0x23e,_0x136279:0x22c,_0x1944a4:0x276,_0x465b83:0x1da,_0x20e2d9:0x3c0,_0x183280:0x37e,_0x303598:0x315,_0x35182e:0x238,_0x30aabc:0x241,_0x4139d7:0x3df,_0x124f2f:0x139,_0xf73f3c:0x6c,_0x10eeed:0x110,_0x3d7349:0x64,_0x2092fb:0x485,_0x4cf2a6:0x4d0,_0x15c1fb:0x457,_0x576689:0x478,_0xdf8ec3:0x40b,_0x418bda:0x438,_0x2c7b7b:0x3b5,_0x1c26e5:0x9a,_0x2506ed:0x118,_0xffa463:0x126,_0x5e6891:0x16b,_0x5ad15a:0x3cc,_0x28fc48:0x3b4,_0xa276f6:0x423,_0x5dc045:0x3b1,_0x3ae06f:0x462,_0x3eb004:0x210,_0x2381bb:0x1d0,_0x4c7ec0:0x214,_0x5e2c49:0x223,_0x36485b:0x3c9,_0x5bbacd:0x376,_0xfd5b98:0x31a,_0xa24ca6:0x2f0,_0x34ec7b:0x3a3,_0x46f0f0:0x43e,_0x4be670:0x38b,_0x3285de:0x350,_0x4841c1:0x190,_0x5a2ef8:0x131,_0x17523d:0x1dc,_0x32d5ca:0x194,_0x3acde9:0x169,_0x1c70bf:0x215,_0x93f7a3:0x196,_0x122442:0x18d,_0x58d366:0x123,_0x22c405:0x1c4,_0x14dbf5:0x261,_0x398727:0x20c,_0x2a1e84:0x1c1,_0x2ee59e:0x1e2,_0x38370a:0xd2,_0x2a11a3:0xfa,_0x59b0a8:0x3db,_0x528db4:0x40d,_0x348ea7:0x415,_0x4c0f39:0x3c5,_0x2c18ee:0x401,_0x1e0b62:0x1c4,_0x2443fa:0x181,_0x46fc16:0x195,_0x3d8c57:0x467,_0x3ff776:0x494,_0x3b31db:0x45d,_0x3c151e:0x391,_0x5d3d3b:0x356,_0x4862b4:0x34a,_0x24421c:0xb3,_0x37af90:0xbd,_0x573ebe:0xcb,_0x3bc969:0x429,_0x28e6e5:0x3aa,_0x9006b8:0x4f7,_0x32060d:0x3ba,_0x587865:0x3fb,_0x52f444:0x492,_0x16b354:0x1be,_0x5de879:0x248,_0x328f19:0x1e5,_0x283845:0x1ce,_0x315db3:0x23b,_0x50900b:0x1cc,_0x5f4705:0x13b,_0x4c3ba3:0x183,_0x5ab4c7:0x3d8,_0x10998c:0x3a2,_0x236205:0x484,_0x4891da:0x148,_0xe2f3e3:0x39a,_0x4b92a4:0x435,_0x1c5a70:0x1c7,_0x39c73a:0x131,_0x3aa24d:0x4e9,_0x5a07eb:0x1a9,_0x469951:0x187,_0x6fb01:0x1c9,_0x11fcec:0x173,_0x8a52db:0x25a,_0x26e4e2:0x36e,_0x201425:0x381,_0x1fd78f:0x193,_0x1bb053:0x10e,_0x195f11:0x1aa,_0x4dc4e1:0x438,_0x432502:0x42e,_0x5006c1:0x41e,_0x374eb9:0x1e5,_0xba9ee7:0x177,_0x588d85:0x380,_0x2db98e:0x414,_0x2fa574:0x36a,_0x2c5a52:0x13e,_0x30d694:0x19f,_0x325c94:0x102,_0x2caaed:0x37a,_0x1e6f4f:0x3b6,_0xe0604c:0x379,_0x250a67:0x35f},_0x978964={_0x4f897f:0x32d,_0x4468cc:0x3d},_0x1ef552={_0x2e1f97:0x1c1,_0x1d1c04:0x48e},_0x3eac75={'qubMX':function(_0x2a7cb7,_0x2f0f4e){return _0x2a7cb7===_0x2f0f4e;},'bcmFW':_0x3539b8(_0x5568e7._0x3c30f8,_0x5568e7._0x16b399,_0x5568e7._0x3f49b1,_0x5568e7._0x1b6f94)+'t','GGZus':_0x24df6e(-0x1f3,-_0x5568e7._0x1f7ba4,-0x173,-_0x5568e7._0x24cd4a)+_0x3539b8(0x367,0x32b,0x3b2,0x307)+_0x3539b8(0x4c6,_0x5568e7._0x5d1c04,_0x5568e7._0x3e8b04,0x3c0)+_0x3539b8(0x3d6,_0x5568e7._0x46cc28,_0x5568e7._0x4ff50e,_0x5568e7._0x33a131)+'rray\x20with\x20'+_0x3539b8(_0x5568e7._0x3e388b,0x45b,0x3ef,_0x5568e7._0x26f0fe)+'ne\x20item','Ccfyd':function(_0x145ad0,_0x3ad8b6){return _0x145ad0<_0x3ad8b6;},'jAgLt':function(_0x3eb213,_0xdc7a91){return _0x3eb213!==_0xdc7a91;},'lwagP':_0x3539b8(0x407,_0x5568e7._0x421318,_0x5568e7._0x345d23,_0x5568e7._0x14a958),'dVMbR':function(_0x1ce070,_0x36f57c){return _0x1ce070===_0x36f57c;},'aOOYK':'number','Atzdj':_0x24df6e(-0x22c,-_0x5568e7._0x4139c0,-_0x5568e7._0x4c6ecd,-0x1db),'hvOMV':function(_0xc81708,_0x1baee3){return _0xc81708<_0x1baee3;},'QuaRJ':function(_0x4f0297){return _0x4f0297();},'twvaF':function(_0x47b9cc,_0x21f141){return _0x47b9cc+_0x21f141;},'NdypH':function(_0x47420e,_0x3fdf47){return _0x47420e*_0x3fdf47;},'sUhDH':_0x3539b8(0x337,_0x5568e7._0x111d41,_0x5568e7._0x1e9c33,0x41e),'HrZBI':_0x3539b8(0x422,_0x5568e7._0x28fb09,_0x5568e7._0xee50a9,0x3fe),'pyxOs':function(_0x34da7a,_0x339725,_0x29ebd0){return _0x34da7a(_0x339725,_0x29ebd0);},'WBONx':_0x3539b8(0x362,_0x5568e7._0x5c1e6,0x2bc,0x30a)+_0x24df6e(-_0x5568e7._0x4c4b07,-_0x5568e7._0x5e3e62,-_0x5568e7._0x4c9830,-_0x5568e7._0x2c012c),'SNeqH':_0x3539b8(_0x5568e7._0x5b49df,0x38b,_0x5568e7._0x37db38,0x2fe)+_0x24df6e(-0x29b,-0x200,-0x20b,-0x222),'gUFCQ':_0x24df6e(-0x172,-0x181,-_0x5568e7._0x287cee,-_0x5568e7._0x37a535),'LERJB':_0x3539b8(0x3ae,_0x5568e7._0x2bc512,0x302,0x423)+_0x24df6e(-0x1b3,-0x15e,-_0x5568e7._0xa3dc3c,-0x218)+'b-objectiv'+'e','vBnOd':_0x24df6e(-_0x5568e7._0x1f8639,-0x22a,-_0x5568e7._0x43118b,-_0x5568e7._0x4c4c27),'NqQTf':function(_0x41e1ee,_0x12faf9,_0xdb440f){return _0x41e1ee(_0x12faf9,_0xdb440f);},'iZUVG':_0x24df6e(-_0x5568e7._0x5bbb37,-_0x5568e7._0x50f7c4,-0x217,-0x1bb),'jMczQ':'Sub-object'+_0x24df6e(-_0x5568e7._0x2d486c,-0x1ee,-0x176,-0xdf)+_0x3539b8(0x3e4,0x359,_0x5568e7._0x4cd578,0x2ee)},{parentObjective:_0x2942cb,callingTask:_0x42caba}=_0x3b90fe,{objectives:_0x3e4c00}=_0x3b90fe[_0x3539b8(_0x5568e7._0x388167,_0x5568e7._0x1eb16a,0x43a,_0x5568e7._0x1a7d23)];if(!_0x3e4c00||!Array[_0x24df6e(-0x1cc,-_0x5568e7._0x1f4506,-0x160,-_0x5568e7._0x1e7925)](_0x3e4c00)||_0x3eac75[_0x24df6e(-0x15f,-0x167,-_0x5568e7._0x4819c2,-_0x5568e7._0x4e1a31)](_0x3e4c00[_0x24df6e(-0x111,-0x1f4,-_0x5568e7._0x3a18d5,-0x185)],-0x33*0xab+-0xc0a+0x2e1b)){const _0x569f22={};return _0x569f22[_0x24df6e(-0x188,-0x20d,-_0x5568e7._0x3b7f3e,-_0x5568e7._0x1eb62d)]=_0x3eac75[_0x3539b8(_0x5568e7._0x43f0d6,0x42f,0x429,_0x5568e7._0x305b4d)],_0x569f22[_0x3539b8(_0x5568e7._0x49bbdc,_0x5568e7._0x3b439,_0x5568e7._0x110a19,_0x5568e7._0x5b6c76)]=_0x3eac75['GGZus'],_0x33565d['status'](0x3da+0x1411+-0x165b)[_0x24df6e(-_0x5568e7._0x3a7123,-0x239,-0x211,-_0x5568e7._0x5b50c9)](_0x569f22);}for(let _0x41f650=-0x5*0x107+-0x18d*0x7+0x17*0xb2;_0x3eac75[_0x24df6e(-_0x5568e7._0x5e5279,-0x21e,-_0x5568e7._0x254be0,-0x18c)](_0x41f650,_0x3e4c00[_0x3539b8(_0x5568e7._0xea5de1,0x413,_0x5568e7._0x538dbe,_0x5568e7._0x39a55b)]);_0x41f650++){const _0x4b7051=_0x3e4c00[_0x41f650];if(!_0x4b7051[_0x24df6e(-_0x5568e7._0x333783,-0x106,-0x148,-0x163)]||_0x3eac75['jAgLt'](typeof _0x4b7051[_0x3539b8(0x484,0x442,0x4d1,_0x5568e7._0x14a958)],_0x3539b8(0x3b6,_0x5568e7._0x2e8ec2,_0x5568e7._0x1ac813,_0x5568e7._0x5b50a5))){const _0x5c42d7={};return _0x5c42d7[_0x24df6e(-0x1fe,-0x192,-0x1f9,-_0x5568e7._0x8feeb3)]=_0x3eac75[_0x3539b8(_0x5568e7._0x3009d3,0x42f,_0x5568e7._0x49bbdc,_0x5568e7._0xd201db)],_0x5c42d7[_0x3539b8(0x47d,_0x5568e7._0x1d9c38,_0x5568e7._0x2441cd,0x45a)]=_0x3539b8(0x403,0x44e,0x40d,_0x5568e7._0x5b72e1)+_0x3539b8(0x43c,_0x5568e7._0x102232,_0x5568e7._0x3ebbac,_0x5568e7._0x11fe39)+_0x41f650+('\x20must\x20have'+_0x24df6e(-0x103,-_0x5568e7._0x1310b7,-0x16e,-_0x5568e7._0x50c33b)+_0x24df6e(-_0x5568e7._0x2238b6,-0x255,-0x262,-0x2fd)),_0x33565d[_0x3539b8(_0x5568e7._0x4d4de5,0x3b6,_0x5568e7._0x240ee8,0x33d)](-0x13d*0x1b+-0x108*0xb+-0x2e57*-0x1)['json'](_0x5c42d7);}}const _0x382e73={};_0x382e73[_0x3539b8(_0x5568e7._0x31f337,0x3ee,0x371,_0x5568e7._0x265d4e)]=_0x42caba[_0x24df6e(-_0x5568e7._0x5721f3,-_0x5568e7._0x2d7319,-_0x5568e7._0xad3774,-_0x5568e7._0x37287a)],_0x382e73[_0x3539b8(_0x5568e7._0x2fb58a,0x3c1,_0x5568e7._0x358bf2,_0x5568e7._0x584c18)+_0x3539b8(0x3fb,_0x5568e7._0x2b3b33,_0x5568e7._0x57d88c,0x47c)]=_0x2942cb[_0x3539b8(0x3a0,0x3ee,0x38b,0x364)],_0x382e73['count']=_0x3e4c00[_0x24df6e(-0x161,-_0x5568e7._0x4f9425,-_0x5568e7._0x192434,-0x1e1)],logger['info'](_0x3539b8(0x388,0x3e4,0x340,0x380)+'ing\x20sub-ob'+_0x24df6e(-_0x5568e7._0x4c9830,-_0x5568e7._0x1a5d25,-0x1c5,-_0x5568e7._0x1578cb),_0x382e73);const _0x4116dc=new Date()[_0x24df6e(-0x184,-_0x5568e7._0x114c8a,-0x1a3,-_0x5568e7._0x171ebc)+'g']();function _0x3539b8(_0x569e86,_0x3abcac,_0x35cf47,_0x5e7df4){return _0x4651f7(_0x569e86-_0x1ef552._0x2e1f97,_0x3abcac-_0x1ef552._0x1d1c04,_0x35cf47,_0x5e7df4-0x178);}function _0x24df6e(_0x26721c,_0x1131da,_0x36cf6f,_0x599f98){return _0x5ca3a3(_0x36cf6f- -_0x978964._0x4f897f,_0x1131da-0x67,_0x599f98,_0x599f98-_0x978964._0x4468cc);}const _0x587c9e=[];let _0x50e539=0x9*-0x36e+0x1e1f+-0x1*-0xbf;for(const [,_0x505ea5]of tasks[_0x24df6e(-0x184,-_0x5568e7._0x4c42a1,-0x145,-_0x5568e7._0x5e18af)]()){_0x3eac75[_0x24df6e(-0x113,-_0x5568e7._0x55de35,-0x120,-0x151)]!==_0x3539b8(_0x5568e7._0x43c79b,0x458,0x495,_0x5568e7._0x28fb09)?_0x5a95ba['name']=_0x338e86:_0x505ea5[_0x3539b8(0x385,_0x5568e7._0x5e011f,0x42c,0x3f5)+_0x3539b8(_0x5568e7._0x23c477,0x472,_0x5568e7._0x25df8a,0x3eb)]===_0x2942cb[_0x24df6e(-_0x5568e7._0x2d486c,-_0x5568e7._0x445f58,-_0x5568e7._0x5c3fa4,-_0x5568e7._0x4c47de)]&&_0x3eac75[_0x3539b8(0x44c,0x3ac,0x332,_0x5568e7._0x584f34)](typeof _0x505ea5[_0x3539b8(0x33e,0x330,_0x5568e7._0x177f3,_0x5568e7._0x5e8acb)],_0x3eac75['aOOYK'])&&(_0x3eac75[_0x24df6e(-_0x5568e7._0x278824,-0x181,-0x17c,-_0x5568e7._0x4cb598)]===_0x3eac75['Atzdj']?_0x50e539=Math[_0x24df6e(-_0x5568e7._0x319302,-_0x5568e7._0x4f63b1,-0x15c,-0x1e6)](_0x50e539,_0x505ea5['sortOrder']):_0x1c3dd2[_0x3539b8(0x3ff,_0x5568e7._0xc2d92d,0x48f,_0x5568e7._0x24ce2a)]=_0x353e07);}for(let _0x2be0b6=0xef2*-0x1+-0xa*0x134+0x1afa;_0x3eac75[_0x3539b8(0x46b,_0x5568e7._0x43d964,0x3dd,_0x5568e7._0x241341)](_0x2be0b6,_0x3e4c00[_0x3539b8(_0x5568e7._0x465996,_0x5568e7._0x5256eb,0x42e,0x4bd)]);_0x2be0b6++){const _0x4dbeb2=_0x3e4c00[_0x2be0b6],_0xb3329b=_0x3eac75[_0x24df6e(-_0x5568e7._0x1eda72,-0x196,-0x201,-0x237)](generateObjectiveId),_0xe0b267=_0x3eac75[_0x3539b8(0x3d8,_0x5568e7._0x130bad,0x3fa,0x45f)](_0x50e539,_0x3eac75[_0x3539b8(_0x5568e7._0x43d964,0x39a,_0x5568e7._0x2c7b2d,0x42e)](_0x3eac75['twvaF'](_0x2be0b6,-0x19ef+-0x3b*0x75+0x34e7),-0x24ca+-0xa5b*0x3+0x1*0x47c3)),_0x395ac5={};_0x395ac5[_0x24df6e(-_0x5568e7._0x12ca63,-0x241,-_0x5568e7._0x2e0098,-0x125)]=_0xb3329b,_0x395ac5[_0x24df6e(-0x106,-_0x5568e7._0x225ff8,-0x148,-0x1c4)]=_0x4dbeb2['name'],_0x395ac5[_0x24df6e(-0x161,-_0x5568e7._0x57182e,-_0x5568e7._0x3a986e,-0x169)]=_0x3eac75[_0x3539b8(0x4cc,0x42d,0x498,0x4b4)],_0x395ac5[_0x3539b8(_0x5568e7._0x4c01a1,_0x5568e7._0x57d3d4,0x28d,0x382)+'t']=_0x2942cb['environmen'+'t'],_0x395ac5[_0x24df6e(-_0x5568e7._0x7eed8,-0x257,-_0x5568e7._0x3047ce,-_0x5568e7._0x3c87b9)]=_0x2942cb['taskType']||_0x3eac75[_0x24df6e(-_0x5568e7._0x136279,-_0x5568e7._0x1944a4,-_0x5568e7._0x465b83,-0x1ac)],_0x395ac5[_0x3539b8(_0x5568e7._0x3285de,_0x5568e7._0x20e2d9,_0x5568e7._0x183280,_0x5568e7._0x303598)]={..._0x2942cb[_0x24df6e(-_0x5568e7._0x35182e,-_0x5568e7._0x30aabc,-0x1ca,-0x21a)]||{}},_0x395ac5[_0x3539b8(0x3e5,0x3bb,0x328,_0x5568e7._0x4139d7)]=_0x2942cb['branches']||{},_0x395ac5[_0x24df6e(-_0x5568e7._0x124f2f,-_0x5568e7._0xf73f3c,-_0x5568e7._0x10eeed,-_0x5568e7._0x3d7349)]=_0x2942cb[_0x3539b8(0x435,0x47a,_0x5568e7._0x2092fb,_0x5568e7._0x4cf2a6)]||[],_0x395ac5['createdAt']=_0x4116dc,_0x395ac5[_0x3539b8(_0x5568e7._0x15c1fb,_0x5568e7._0x576689,_0x5568e7._0xdf8ec3,_0x5568e7._0x418bda)]=_0x4116dc,_0x395ac5[_0x3539b8(_0x5568e7._0x2c7b7b,0x3c1,0x458,0x366)+_0x24df6e(-_0x5568e7._0x1c26e5,-0xaa,-_0x5568e7._0x2506ed,-_0x5568e7._0xffa463)]=_0x2942cb[_0x24df6e(-0x1c1,-_0x5568e7._0x5e6891,-_0x5568e7._0x5c3fa4,-0x142)],_0x395ac5[_0x3539b8(_0x5568e7._0x5ad15a,0x330,0x293,0x353)]=_0xe0b267,_0x395ac5['createdByT'+_0x3539b8(_0x5568e7._0x28fc48,_0x5568e7._0xa276f6,_0x5568e7._0x5dc045,_0x5568e7._0x3ae06f)]=_0x42caba['taskId'],_0x395ac5[_0x24df6e(-_0x5568e7._0x3eb004,-_0x5568e7._0x2381bb,-_0x5568e7._0x4c7ec0,-_0x5568e7._0x5e2c49)]=_0x2942cb[_0x3539b8(_0x5568e7._0x36485b,_0x5568e7._0x5bbacd,0x379,_0x5568e7._0xfd5b98)]||_0x42caba[_0x3539b8(0x32c,0x376,0x339,_0x5568e7._0xa24ca6)],_0x395ac5[_0x3539b8(0x442,_0x5568e7._0x34ec7b,_0x5568e7._0x46f0f0,_0x5568e7._0x4be670)]=_0x2942cb['isPinned']||![],_0x395ac5[_0x3539b8(_0x5568e7._0x3285de,_0x5568e7._0x20e2d9,_0x5568e7._0x183280,_0x5568e7._0x303598)][_0x24df6e(-0x16b,-_0x5568e7._0x4841c1,-_0x5568e7._0x5a2ef8,-0xd8)+'ns']=_0x4dbeb2[_0x24df6e(-_0x5568e7._0x17523d,-_0x5568e7._0x32d5ca,-0x131,-0x1ae)+'ns']||'';const _0x45e28a=_0x395ac5;tasks[_0x24df6e(-0x2bb,-0x25e,-0x21e,-_0x5568e7._0x4e1a31)](_0xb3329b,_0x45e28a);try{const _0x3af116=await _0x3eac75[_0x24df6e(-_0x5568e7._0x3acde9,-_0x5568e7._0x1c70bf,-0x1f4,-_0x5568e7._0x93f7a3)](createObjectiveDirectory,_0xb3329b,_0x4116dc),_0x13c4f6=_0x315ca4[_0x24df6e(-_0x5568e7._0x122442,-_0x5568e7._0x58d366,-_0x5568e7._0x22c405,-_0x5568e7._0x14dbf5)](_0x3af116,_0x3eac75[_0x24df6e(-0x258,-_0x5568e7._0x398727,-0x1ae,-0x143)]);await _0x1cceef[_0x24df6e(-0x192,-_0x5568e7._0x2a1e84,-0x195,-_0x5568e7._0x2ee59e)](_0x13c4f6,JSON[_0x24df6e(-0x19c,-0x1aa,-0x139,-_0x5568e7._0x38370a)](_0x45e28a,null,0xc19+0x10ad+-0x20e*0xe),_0x24df6e(-0xd9,-_0x5568e7._0x2a11a3,-_0x5568e7._0x287cee,-_0x5568e7._0x3eb004));if(_0x4dbeb2[_0x3539b8(_0x5568e7._0x59b0a8,0x459,0x4c9,0x3cc)+'ns']){const _0x1524f6=_0x315ca4[_0x3539b8(_0x5568e7._0x528db4,0x3c6,0x43b,0x3e5)](_0x3af116,'output'),_0x1bf2c8={};_0x1bf2c8['recursive']=!![],await _0x1cceef[_0x3539b8(_0x5568e7._0x348ea7,0x3df,_0x5568e7._0x4c0f39,_0x5568e7._0x2c18ee)](_0x1524f6,_0x1bf2c8);const _0x181633=_0x315ca4[_0x24df6e(-0x26e,-0x12a,-_0x5568e7._0x1e0b62,-0x1c4)](_0x1524f6,_0x3eac75['SNeqH']);await _0x1cceef[_0x24df6e(-_0x5568e7._0x2443fa,-0xf9,-_0x5568e7._0x46fc16,-0x1bb)](_0x181633,_0x4dbeb2['instructio'+'ns'],_0x3eac75['gUFCQ']);}}catch(_0x16131c){const _0x4c81c5={};_0x4c81c5[_0x3539b8(0x4b4,_0x5568e7._0x3d8c57,_0x5568e7._0x3ff776,_0x5568e7._0x3b31db)+'d']=_0xb3329b,_0x4c81c5[_0x3539b8(0x42a,_0x5568e7._0x3c151e,_0x5568e7._0x5d3d3b,_0x5568e7._0x4862b4)]=_0x16131c[_0x24df6e(-_0x5568e7._0x24421c,-_0x5568e7._0x37af90,-0x153,-_0x5568e7._0x573ebe)],logger[_0x3539b8(0x3f7,0x391,0x347,0x3de)](_0x3eac75[_0x3539b8(_0x5568e7._0x3bc969,_0x5568e7._0x528db4,0x407,_0x5568e7._0x28e6e5)],_0x4c81c5);}if(broadcastTaskUpdate){if(_0x3539b8(_0x5568e7._0x9006b8,_0x5568e7._0x110a19,_0x5568e7._0x32060d,_0x5568e7._0x587865)===_0x3eac75['vBnOd']){const _0xc300c6={};_0xc300c6[_0x3539b8(0x4df,0x467,_0x5568e7._0x52f444,0x435)+'d']=_0x5beed8,_0xc300c6['error']=_0x3e345e[_0x24df6e(-0x1ac,-_0x5568e7._0x16b354,-0x153,-0x1e0)],_0x369337['error'](_0x24df6e(-_0x5568e7._0x5de879,-0x20e,-_0x5568e7._0x328f19,-0x28f)+_0x24df6e(-_0x5568e7._0x283845,-0x1ad,-0x1be,-0x263)+_0x24df6e(-0x254,-0x1c3,-_0x5568e7._0x315db3,-0x26a)+_0x24df6e(-_0x5568e7._0x50900b,-0x10a,-_0x5568e7._0x5f4705,-_0x5568e7._0x4c3ba3),_0xc300c6);}else _0x3eac75[_0x3539b8(_0x5568e7._0x5ab4c7,0x404,_0x5568e7._0x10998c,_0x5568e7._0x36485b)](broadcastTaskUpdate,_0x3eac75['iZUVG'],_0x45e28a);}const _0x3a5cc1={};_0x3a5cc1[_0x3539b8(0x403,0x3ee,0x367,_0x5568e7._0x236205)]=_0xb3329b,_0x3a5cc1[_0x24df6e(-_0x5568e7._0x4891da,-0xfb,-0x148,-0x1cf)]=_0x45e28a[_0x3539b8(0x4a3,0x442,_0x5568e7._0xe2f3e3,0x40d)],_0x3a5cc1['instructio'+'ns']=_0x45e28a[_0x3539b8(0x45a,0x3c0,_0x5568e7._0x4b92a4,0x414)]?.[_0x24df6e(-0x8d,-_0x5568e7._0x1c5a70,-_0x5568e7._0x39c73a,-0x13a)+'ns']||'',_0x3a5cc1['parentObje'+_0x3539b8(_0x5568e7._0x3aa24d,0x472,0x419,0x472)]=_0x45e28a[_0x24df6e(-_0x5568e7._0x5a07eb,-_0x5568e7._0x469951,-_0x5568e7._0x6fb01,-_0x5568e7._0x278824)+_0x24df6e(-0x75,-_0x5568e7._0x11fcec,-0x118,-0xde)],_0x3a5cc1[_0x24df6e(-0x25f,-0x1b8,-_0x5568e7._0x8a52db,-0x231)]=_0x45e28a['sortOrder'],_0x587c9e['push'](_0x3a5cc1);}logger[_0x3539b8(_0x5568e7._0x26e4e2,0x356,0x3a5,_0x5568e7._0x201425)](_0x3eac75[_0x24df6e(-0x115,-_0x5568e7._0x1fd78f,-_0x5568e7._0x1bb053,-0x6a)],{'taskId':_0x42caba[_0x24df6e(-0x1fd,-_0x5568e7._0x195f11,-0x19c,-0x15a)],'parentObjectiveId':_0x2942cb[_0x3539b8(_0x5568e7._0x4dc4e1,0x3ee,_0x5568e7._0x432502,_0x5568e7._0x5006c1)],'createdCount':_0x587c9e[_0x24df6e(-0x220,-_0x5568e7._0x374eb9,-_0x5568e7._0xba9ee7,-0x18d)],'objectiveIds':_0x587c9e['map'](_0x334284=>_0x334284['taskId'])});const _0x49937d={};_0x49937d[_0x3539b8(_0x5568e7._0x588d85,0x411,_0x5568e7._0x2db98e,_0x5568e7._0x2fa574)]=!![],_0x49937d[_0x3539b8(0x2c3,0x332,0x389,0x38e)]=_0x587c9e[_0x24df6e(-_0x5568e7._0x2c5a52,-_0x5568e7._0x30d694,-0x177,-_0x5568e7._0x325c94)],_0x49937d[_0x3539b8(0x2eb,_0x5568e7._0x2caaed,0x374,0x3ab)]=_0x587c9e,_0x33565d[_0x3539b8(0x35e,_0x5568e7._0x1e6f4f,0x429,0x3da)](-0x1a89*-0x1+-0x51e*-0x1+-0x1ede)[_0x3539b8(0x365,_0x5568e7._0xe0604c,_0x5568e7._0x250a67,0x3ea)](_0x49937d);});function _0x4651f7(_0x1809f4,_0x20365f,_0x29d077,_0x12948a){return _0x462a(_0x20365f- -0x208,_0x29d077);}router[_0x5ca3a3(0x1cc,0x197,0x211,0x23f)](_0x4651f7(-0x72,-0x9c,-0x3b,-0x36),requireTaskAuth,async(_0xb15312,_0x3c0a54)=>{const _0x59e70d={_0x23f1ff:0x26f,_0x51038a:0x212,_0x2c5709:0x1ba,_0x7187d1:0x85,_0x5030b3:0x522,_0x3234e5:0x4f8,_0x2e760a:0x4af,_0x131215:0x4b6,_0x1199f7:0x190,_0x1806c8:0x254,_0x4b2be3:0x23a,_0x15df7b:0x309,_0x47c1a2:0x11b,_0x6ca663:0x114,_0x5999a1:0x15b,_0x231ca9:0x280,_0x4190dc:0x1d6,_0x4195d2:0x513,_0x5cbead:0x532,_0x24186f:0x57d,_0xa5ae82:0x4d8,_0x2ae362:0x4ac,_0x224b3e:0x46d,_0x2e6082:0x272,_0x268e9e:0x290,_0x5172b7:0xbe,_0x2841fa:0x152,_0x29d682:0x407,_0xacd051:0x35c,_0xdb32f4:0x3e2,_0x3b9c37:0x3af,_0x5cebe8:0x400,_0x5e19ef:0x3a7,_0x1b3ce3:0x416,_0x592c8f:0x2e3,_0x123a79:0x239,_0x431459:0x1fd,_0x20b3c7:0x221,_0x1e66a4:0x20a,_0x3b506e:0x1bb,_0x3115bf:0x514,_0x20dfd5:0x4d3,_0x930569:0x48c,_0x57c788:0x1d4,_0x5a3eeb:0x15b,_0x41eaae:0xdc,_0x32077a:0x181,_0x1e81ec:0x219,_0x53f946:0x142,_0x5b6cb5:0x21e,_0x595f41:0x2da,_0x30eeb0:0x2c9,_0x2947ee:0x469,_0x2c497f:0x1e0,_0x8f50e8:0x16c,_0x32b464:0x25f,_0xaf1ed9:0x49a,_0x3534c2:0x1c5,_0x204d20:0x1b5,_0x63066d:0x3a4,_0x9f7bea:0x3b6,_0x5e8d57:0x437,_0x43a257:0x464,_0x2d1811:0x410,_0x387574:0x24a,_0x1117ba:0x23e,_0x25bc68:0x525,_0x1e3f4e:0x40f,_0x3c75b2:0x150,_0x37f8df:0x269,_0x18f2bf:0x45c,_0x55902e:0x4d1,_0xc7106a:0x4bf,_0x122b3f:0x49f,_0x28d4da:0x402,_0x35ad77:0x45f,_0x3f4902:0x209,_0x33be43:0x4a4,_0xcb51b6:0x34d,_0x26caa4:0x411,_0x324860:0x33e,_0x75ef18:0x3d5,_0x4a5c40:0x37f,_0x152c07:0x386,_0x24ad15:0x421,_0x5428b2:0x434,_0x2358ea:0x48e,_0x273d00:0x423},_0x258a80={_0x2835f8:0xa1},_0x31b6ad={_0x39691d:0x12a},_0x197c69={'WxGOA':_0x19efaa(0x272,_0x59e70d._0x23f1ff,_0x59e70d._0x51038a,_0x59e70d._0x2c5709),'Mobpl':_0x19efaa(0x140,_0x59e70d._0x7187d1,0x127,0x14a)+'ete\x20sub-ob'+'jective\x20th'+_0x3a1006(_0x59e70d._0x5030b3,_0x59e70d._0x3234e5,0x54e,_0x59e70d._0x2e760a)+_0x3a1006(_0x59e70d._0x131215,0x492,0x502,0x519)+_0x19efaa(_0x59e70d._0x1199f7,_0x59e70d._0x1806c8,0x1e1,_0x59e70d._0x4b2be3)+_0x19efaa(0x27b,_0x59e70d._0x15df7b,0x269,0x29e),'lWKSF':function(_0x35898c,_0x266d77,_0x50b667){return _0x35898c(_0x266d77,_0x50b667);},'eifVV':_0x19efaa(0x13f,_0x59e70d._0x47c1a2,0x173,_0x59e70d._0x6ca663),'jEqod':function(_0x27ad48,_0x4de086){return _0x27ad48===_0x4de086;},'XOXcH':_0x19efaa(_0x59e70d._0x5999a1,_0x59e70d._0x231ca9,_0x59e70d._0x4190dc,0x135),'kYHTL':'ovBKD','ykvNA':_0x3a1006(0x52c,0x547,0x4d2,0x4c5),'hNoIy':function(_0x20b439,_0x495aaf){return _0x20b439!==_0x495aaf;},'sSlew':_0x3a1006(_0x59e70d._0x4195d2,_0x59e70d._0x5cbead,0x4de,0x498)+_0x3a1006(0x50a,_0x59e70d._0x24186f,0x48a,_0x59e70d._0xa5ae82)+_0x3a1006(0x525,0x422,0x4f6,_0x59e70d._0x2ae362)+'es'},{parentObjective:_0x1f7711,callingTask:_0x105896}=_0xb15312,_0x276891=_0x1f7711[_0x3a1006(0x4e5,0x43c,0x458,_0x59e70d._0x224b3e)+_0x19efaa(0x314,0x2b8,_0x59e70d._0x2e6082,_0x59e70d._0x268e9e)];if(!_0x276891){if(_0x197c69[_0x19efaa(0x10c,0x21a,0x181,0x20a)](_0x197c69[_0x19efaa(_0x59e70d._0x5172b7,0x1e6,_0x59e70d._0x2841fa,0x10b)],_0x197c69[_0x3a1006(_0x59e70d._0x29d682,0x474,_0x59e70d._0xacd051,0x3d6)])){const _0x3bf150={};return _0x3bf150[_0x3a1006(_0x59e70d._0xdb32f4,0x3da,_0x59e70d._0x3b9c37,0x43d)]=_0x197c69[_0x3a1006(_0x59e70d._0x5cebe8,_0x59e70d._0x5e19ef,_0x59e70d._0x1b3ce3,0x41c)],_0x3bf150[_0x3a1006(0x4b1,0x559,0x564,0x4e3)]=_0x197c69[_0x19efaa(0x128,0x13a,0x1a4,0xfc)],_0x24a542['status'](-0x4eb+-0x1147+-0x17cb*-0x1)['json'](_0x3bf150);}else{const _0x23760b={};return _0x23760b[_0x19efaa(_0x59e70d._0x592c8f,0x192,_0x59e70d._0x123a79,_0x59e70d._0x431459)]=[],_0x23760b[_0x19efaa(_0x59e70d._0x51038a,_0x59e70d._0x20b3c7,0x1c1,0x16b)+'ctiveId']=_0x1f7711[_0x19efaa(0x1af,0x1fc,0x1ee,0x1b3)],_0x3c0a54[_0x19efaa(_0x59e70d._0x1e66a4,0x1dc,0x179,_0x59e70d._0x3b506e)](_0x23760b);}}const _0x116616=[];for(const [,_0x108489]of tasks[_0x3a1006(_0x59e70d._0x3115bf,_0x59e70d._0x20dfd5,_0x59e70d._0x930569,0x4f1)]()){if(_0x197c69[_0x19efaa(0x1b5,_0x59e70d._0x57c788,0x181,_0x59e70d._0x5a3eeb)](_0x197c69['ykvNA'],'bYRVz'))_0x197c69['lWKSF'](_0x3e473d,_0x197c69['eifVV'],_0x42449f);else{if(_0x197c69[_0x19efaa(0x1cb,_0x59e70d._0x41eaae,_0x59e70d._0x32077a,0x10c)](_0x108489[_0x19efaa(_0x59e70d._0x1e81ec,_0x59e70d._0x53f946,0x1c1,0x17b)+_0x19efaa(_0x59e70d._0x5b6cb5,_0x59e70d._0x595f41,0x272,_0x59e70d._0x30eeb0)],_0x276891)&&_0x108489[_0x3a1006(_0x59e70d._0x2947ee,0x4a3,0x3b9,0x462)]===_0x19efaa(_0x59e70d._0x2c497f,_0x59e70d._0x8f50e8,0x1d4,_0x59e70d._0x32b464)&&_0x197c69['hNoIy'](_0x108489['taskId'],_0x1f7711['taskId'])){const _0x3d3129={};_0x3d3129['taskId']=_0x108489[_0x3a1006(0x4f2,0x450,0x53c,_0x59e70d._0xaf1ed9)],_0x3d3129[_0x19efaa(_0x59e70d._0x3534c2,_0x59e70d._0x204d20,0x242,0x2a6)]=_0x108489['name'],_0x3d3129[_0x3a1006(0x41e,0x3c2,_0x59e70d._0x63066d,0x3dc)]=_0x108489['sortOrder'],_0x3d3129[_0x3a1006(0x432,_0x59e70d._0x9f7bea,_0x59e70d._0x5e8d57,0x410)]=_0x108489[_0x3a1006(_0x59e70d._0x43a257,0x367,0x47d,_0x59e70d._0x2d1811)],_0x116616[_0x19efaa(_0x59e70d._0x387574,0x1aa,0x235,_0x59e70d._0x1117ba)](_0x3d3129);}}}_0x116616['sort']((_0x2c04ac,_0x5b2d8f)=>(_0x2c04ac[_0x19efaa(0x18b,0x170,0x130,0x19e)]||-0x885+-0x986+0x120b)-(_0x5b2d8f['sortOrder']||-0x1ecb+-0x26f4+0x45bf));const _0x2c5e9c={};_0x2c5e9c[_0x3a1006(_0x59e70d._0x25bc68,0x4c4,_0x59e70d._0x1e3f4e,0x49a)]=_0x105896[_0x19efaa(_0x59e70d._0x3c75b2,0x19c,0x1ee,0x1ee)],_0x2c5e9c['parentObje'+_0x19efaa(_0x59e70d._0x37f8df,0x304,0x272,0x305)]=_0x1f7711[_0x3a1006(0x47c,0x544,_0x59e70d._0x18f2bf,0x49a)];function _0x19efaa(_0x111f22,_0x5d6c08,_0x46b38c,_0x1e4b70){return _0x5ca3a3(_0x46b38c-0x5d,_0x5d6c08-0xf3,_0x111f22,_0x1e4b70-_0x31b6ad._0x39691d);}function _0x3a1006(_0x53d2b5,_0x5e6595,_0x385811,_0x2524ea){return _0x5ca3a3(_0x2524ea-0x309,_0x5e6595-_0x258a80._0x2835f8,_0x5e6595,_0x2524ea-0x132);}_0x2c5e9c['siblingCou'+'nt']=_0x116616[_0x3a1006(0x493,_0x59e70d._0x55902e,0x541,_0x59e70d._0xc7106a)],logger[_0x3a1006(0x3d1,0x46c,_0x59e70d._0x122b3f,_0x59e70d._0x28d4da)](_0x197c69['sSlew'],_0x2c5e9c);const _0x3f8aae={};_0x3f8aae[_0x3a1006(_0x59e70d._0x35ad77,0x464,0x46d,0x4e5)]=_0x116616,_0x3f8aae[_0x19efaa(_0x59e70d._0x3f4902,0x1d1,0x1c1,0x17e)+_0x3a1006(_0x59e70d._0x33be43,0x4df,0x573,0x51e)]=_0x1f7711['taskId'],_0x3f8aae[_0x3a1006(_0x59e70d._0xcb51b6,_0x59e70d._0x26caa4,_0x59e70d._0x324860,_0x59e70d._0x75ef18)+_0x3a1006(_0x59e70d._0x4a5c40,0x43f,_0x59e70d._0x152c07,_0x59e70d._0x24ad15)+'Id']=_0x276891,_0x3c0a54[_0x3a1006(_0x59e70d._0x5428b2,_0x59e70d._0x2358ea,_0x59e70d._0x273d00,0x425)](_0x3f8aae);}),router[_0x5ca3a3(0x1cc,0x23e,0x1dd,0x1a2)](_0x4651f7(-0x193,-0x12b,-0xa3,-0x18a),requireTaskAuth,async(_0x45af78,_0x280524)=>{const _0x46e335={_0x59ab66:0x61b,_0x217d21:0x58b,_0x1c1177:0x39a,_0x1e0900:0x3d6,_0x2ecfcb:0x309,_0x3460c9:0x2d6,_0x4254b3:0x597,_0x1f47f8:0x52e,_0x32708f:0x4fa,_0x46f87d:0x4a1,_0x3ba767:0x379,_0x4b58eb:0x394,_0x33ebfa:0x3a9,_0x282799:0x30c,_0x4c9ea8:0x2e9,_0x16de46:0x48f,_0x3e5b6a:0x55d,_0x36fd94:0x571,_0x9db884:0x4bc,_0x3fd530:0x51d,_0x321cb4:0x3ae,_0x524ec3:0x360,_0x46ae92:0x3a9,_0x5baad4:0x39d,_0x5e8405:0x3da,_0x123acd:0x326,_0x54f4e4:0x59e,_0x4696fb:0x618,_0x17b2d3:0x4be,_0x4163ff:0x421,_0x3322b1:0x2d9,_0x48238b:0x3c0,_0x298b11:0x3de,_0x36684d:0x588,_0x10b684:0x51a,_0x5a0797:0x56e,_0x448dde:0x41f,_0xb973ab:0x3ca,_0x631aea:0x4d9,_0x3b4d3e:0x45c,_0x28f3e4:0x503,_0x5d5143:0x350,_0x495016:0x2ec,_0x3bab33:0x585,_0x441750:0x57b,_0x3c67d8:0x35a,_0x31dc15:0x350,_0x33b8eb:0x329,_0x46dc16:0x28a,_0x6083b6:0x554,_0x10c5b3:0x3bf,_0x4cc0dc:0x5af,_0x4168fc:0x61c,_0x2f5fb3:0x54b,_0x5a68df:0x41c,_0x1b6719:0x452,_0x167ee6:0x2f8,_0x198198:0x34a,_0x514128:0x4c9,_0x55c9a1:0x357,_0x28231b:0x33f,_0x5a02d4:0x3c2,_0x21fbb2:0x402,_0xb3482:0x403,_0x97b476:0x376,_0x7ff30d:0x5b4,_0x579505:0x53f,_0x4fd392:0x4bd,_0x4fc3d6:0x52a,_0x4c07d3:0x3ea,_0x4d2951:0x389,_0x5e7782:0x2e9,_0x150b15:0x365,_0x37b7e7:0x3d4,_0xf8b877:0x2ac,_0x5dc93a:0x457,_0x3abf54:0x3fa,_0x999c90:0x399,_0x39a646:0x4d5},_0x226d52={_0x410801:0x103},_0xf5385c={};_0xf5385c[_0x244101(_0x46e335._0x59ab66,_0x46e335._0x217d21,0x5a1,0x5b0)]=_0x3ce558(_0x46e335._0x1c1177,0x416,0x405,_0x46e335._0x1e0900)+_0x3ce558(_0x46e335._0x2ecfcb,0x3b0,_0x46e335._0x3460c9,0x362),_0xf5385c[_0x244101(_0x46e335._0x4254b3,_0x46e335._0x1f47f8,_0x46e335._0x32708f,0x557)]=function(_0x46f896,_0x17e418){return _0x46f896===_0x17e418;},_0xf5385c[_0x244101(0x4d2,0x504,0x49f,_0x46e335._0x46f87d)]='lRpGe',_0xf5385c['dTnAf']=function(_0x1a7683,_0x462c2d){return _0x1a7683===_0x462c2d;},_0xf5385c[_0x3ce558(_0x46e335._0x3ba767,0x362,_0x46e335._0x4b58eb,0x3a9)]=_0x3ce558(0x2c2,0x392,_0x46e335._0x33ebfa,0x35c),_0xf5385c[_0x3ce558(0x29c,_0x46e335._0x282799,0x2d1,_0x46e335._0x4c9ea8)]=_0x244101(_0x46e335._0x16de46,0x518,0x4e1,0x5c1)+_0x244101(0x4fc,0x514,0x500,_0x46e335._0x3e5b6a)+'objectives';const _0x31567f=_0xf5385c;function _0x3ce558(_0x57e6f3,_0x46e59b,_0x1b9799,_0x430956){return _0x5ca3a3(_0x430956-0x1e5,_0x46e59b-0x113,_0x1b9799,_0x430956-0x158);}function _0x244101(_0x2b2aab,_0x5544e1,_0x385486,_0x566bbc){return _0x4651f7(_0x2b2aab-_0x226d52._0x410801,_0x5544e1-0x5ba,_0x566bbc,_0x566bbc-0x135);}const {parentObjective:_0x4fa4cd,callingTask:_0x3f8cae}=_0x45af78,_0x491e57=[];for(const [,_0x3aa6e9]of tasks[_0x244101(0x5c3,_0x46e335._0x36fd94,0x595,0x591)]()){if(_0x31567f[_0x244101(_0x46e335._0x9db884,0x52e,_0x46e335._0x3fd530,0x50d)](_0x31567f[_0x3ce558(0x33d,0x3d7,_0x46e335._0x321cb4,_0x46e335._0x524ec3)],_0x3ce558(_0x46e335._0x46ae92,_0x46e335._0x5baad4,0x3c7,_0x46e335._0x5e8405))){if(_0x31567f[_0x3ce558(0x36c,_0x46e335._0x123acd,0x2b3,0x31c)](_0x3aa6e9['parentObje'+_0x244101(0x585,_0x46e335._0x54f4e4,0x59c,_0x46e335._0x4696fb)],_0x4fa4cd['taskId'])&&_0x31567f[_0x244101(_0x46e335._0x17b2d3,0x4c0,_0x46e335._0x4163ff,0x569)](_0x3aa6e9[_0x3ce558(_0x46e335._0x3322b1,_0x46e335._0x48238b,_0x46e335._0x298b11,0x33e)],_0x31567f[_0x3ce558(0x43e,0x3a1,0x3aa,0x3a9)])){const _0x29f76a={};_0x29f76a[_0x244101(_0x46e335._0x36684d,_0x46e335._0x10b684,0x4a8,_0x46e335._0x5a0797)]=_0x3aa6e9['taskId'],_0x29f76a[_0x3ce558(_0x46e335._0x448dde,0x3cd,0x438,_0x46e335._0xb973ab)]=_0x3aa6e9['name'],_0x29f76a[_0x244101(_0x46e335._0x631aea,0x45c,0x3d7,0x4c5)]=_0x3aa6e9[_0x244101(0x44b,_0x46e335._0x3b4d3e,_0x46e335._0x28f3e4,0x4ec)],_0x29f76a['createdAt']=_0x3aa6e9[_0x3ce558(0x240,0x30c,_0x46e335._0x5d5143,_0x46e335._0x495016)],_0x29f76a[_0x244101(0x5e7,_0x46e335._0x3bab33,_0x46e335._0x441750,0x5c0)+'ns']=_0x3aa6e9[_0x3ce558(_0x46e335._0x3c67d8,_0x46e335._0x31dc15,_0x46e335._0x33b8eb,0x348)]?.['instructio'+'ns']||'',_0x491e57[_0x244101(0x59e,0x561,0x57b,0x4be)](_0x29f76a);}}else{const _0xb75a49={};return _0xb75a49[_0x3ce558(0x28f,0x31e,_0x46e335._0x46dc16,0x319)]=_0x244101(0x4ee,_0x46e335._0x6083b6,0x5c2,0x595),_0xb75a49[_0x3ce558(0x3d1,0x3b3,0x466,_0x46e335._0x10c5b3)]=_0x31567f[_0x244101(0x4e9,0x58b,_0x46e335._0x4cc0dc,_0x46e335._0x4168fc)],_0x58badf[_0x244101(_0x46e335._0x2f5fb3,0x4e2,0x539,0x521)](0x9a*-0x25+-0x1f7*0x1+0x19cd)[_0x244101(_0x46e335._0x5a68df,0x4a5,0x514,_0x46e335._0x1b6719)](_0xb75a49);}}_0x491e57[_0x3ce558(0x2e8,_0x46e335._0x167ee6,0x3d3,_0x46e335._0x198198)]((_0xfe3967,_0x4ae6d2)=>(_0xfe3967[_0x244101(0x4f3,0x45c,0x4b5,0x49d)]||-0x433+-0xc*-0x1f+0x2bf)-(_0x4ae6d2[_0x3ce558(0x2b0,0x273,0x33b,0x2b8)]||-0x1614+0x5c1+0x571*0x3));const _0x3e1f0b={};_0x3e1f0b['taskId']=_0x3f8cae[_0x244101(0x5b2,0x51a,_0x46e335._0x514128,0x4a7)],_0x3e1f0b[_0x3ce558(0x2e0,_0x46e335._0x55c9a1,_0x46e335._0x28231b,0x349)+_0x3ce558(_0x46e335._0x4163ff,_0x46e335._0x5a02d4,0x351,0x3fa)]=_0x4fa4cd[_0x3ce558(_0x46e335._0x21fbb2,0x3f9,_0x46e335._0xb3482,_0x46e335._0x97b476)],_0x3e1f0b['childCount']=_0x491e57[_0x244101(_0x46e335._0x7ff30d,_0x46e335._0x579505,_0x46e335._0x4fd392,_0x46e335._0x4fc3d6)],logger[_0x244101(0x3e0,0x482,_0x46e335._0x4c07d3,0x44e)](_0x31567f[_0x3ce558(0x313,0x25a,_0x46e335._0x4d2951,_0x46e335._0x5e7782)],_0x3e1f0b);const _0x524431={};_0x524431[_0x3ce558(0x31d,_0x46e335._0x150b15,0x3a0,0x333)]=_0x491e57,_0x524431[_0x3ce558(_0x46e335._0x37b7e7,0x2b7,_0x46e335._0xf8b877,0x349)+_0x3ce558(_0x46e335._0x5dc93a,0x467,0x44a,_0x46e335._0x3abf54)]=_0x4fa4cd[_0x3ce558(0x302,0x2df,_0x46e335._0x999c90,0x376)],_0x280524[_0x244101(0x4c0,0x4a5,0x3ff,_0x46e335._0x39a646)](_0x524431);}),router['patch'](_0x4651f7(-0x169,-0x149,-0x175,-0x1b2)+_0x4651f7(0x25,-0x78,-0x41,-0xd9)+'ectiveId',requireTaskAuth,async(_0x269005,_0x4d258b)=>{const _0x1a5d9f={_0x539457:0x33c,_0x37b6e2:0x2f2,_0x2357c9:0x296,_0x5cf46b:0x2de,_0x1a61f1:0x2b4,_0x51d527:0x378,_0xbb3d46:0x358,_0x44cd2f:0x308,_0x4432dc:0x32b,_0x269bed:0x3c4,_0x1f47b1:0x405,_0x31dbac:0xb9,_0x5d0ffd:0x36d,_0x4b13cb:0x3a1,_0x1ec669:0x3d4,_0x1fd0e3:0x22e,_0x1a0c89:0x27e,_0x4f1626:0x1f6,_0x22ad19:0x3d2,_0x4a46dd:0x338,_0x4f8092:0x2c8,_0x1da053:0x2b0,_0x43154f:0x106,_0x5f406b:0x19b,_0x53cd19:0x91,_0x12e14b:0xa8,_0x595cb0:0x348,_0x18b8bd:0x342,_0x6c8be7:0x37c,_0xe2a1ba:0x2f5,_0x568e61:0x22,_0x17b95b:0x11c,_0x4be27c:0xe2,_0x16e7cf:0x140,_0x257960:0x15b,_0x2c5655:0x147,_0x100e85:0x1ae,_0x53a443:0x2d4,_0x33aaa6:0x2fb,_0x3703de:0x2e2,_0x8f01ac:0x2a7,_0x17fbb7:0x139,_0x503833:0x194,_0xe1f718:0x393,_0x4be2d8:0x70,_0x37122f:0x79,_0x4a19db:0x1ac,_0xd3c7cb:0x23c,_0x5c4961:0x248,_0x965b47:0x28a,_0x34c23d:0x215,_0x599995:0x223,_0x3b212a:0x18d,_0x559832:0xef,_0x5efd98:0x72,_0x1a8905:0x7f,_0x505751:0xf5,_0x36aa70:0x31f,_0x4e58e6:0x310,_0xcf7c94:0xac,_0x2c5247:0xe7,_0x395bbb:0x67,_0x363e0b:0x11c,_0x4fe748:0x15a,_0x36b9c8:0x140,_0x4a39ed:0x391,_0x1ae765:0x119,_0x415821:0x82,_0x15ca11:0x119,_0x3fb777:0x1c1,_0x45e64b:0x3c5,_0x4da0fb:0xc9,_0x4d59ad:0xf2,_0x1a11ee:0x291,_0x12e627:0x264,_0x1465f2:0x2eb,_0x5c2214:0x237,_0xea7675:0x2db,_0x4616c4:0x33e,_0x47af16:0xc9,_0x383b82:0x50,_0x5bfcce:0x273,_0x19f743:0x31c,_0x423f02:0x312,_0x9ba7bd:0x2fb,_0x40e002:0x30c,_0x1a45c0:0x1f4,_0x4fed7f:0x240,_0x53ef14:0x321,_0x1d787d:0x2a2,_0x14c95f:0xc6,_0x5aacf8:0xd7,_0x3b6c3f:0x2f9,_0x4946a9:0xb2,_0x4f48aa:0xcf,_0x54c827:0x11d,_0x2542fc:0x2d7,_0x138b03:0x299,_0x219854:0x419,_0x40448d:0x30c,_0x233ba4:0x143,_0x45f8df:0xae,_0x5a79ff:0x18f,_0x55de99:0x239,_0x4cb776:0x116,_0x58cfca:0x1bc,_0x2d1fa5:0x206,_0x47c611:0x202,_0x1ed1b6:0x3b4,_0x2d9e82:0x16c,_0x42c414:0x2d0,_0x17918e:0x38c,_0x4aa9ed:0x138,_0x50025b:0xf6,_0x3ffbda:0x392,_0x257e03:0x40d,_0x475794:0x3a2,_0x34baf4:0x7a,_0x2ac8e5:0x14,_0x7cf4cd:0xbd,_0x483a8e:0x2b7,_0x301123:0x2eb,_0xc46548:0x283,_0x316acf:0x33b,_0x23cbd8:0x2f0,_0x20deaa:0x2d3,_0x316d22:0x33e,_0x457612:0x138,_0x29bb70:0x182,_0x2bf03b:0x311,_0x359cb0:0x38f,_0x25d4ad:0x333,_0x27ac18:0x150,_0x2a2e73:0x249,_0x4832c1:0x30c,_0x27aecf:0x3ae,_0x5e8da3:0x154,_0xeec5ee:0x12e,_0x4ffae8:0x19e,_0x4dafb5:0x136,_0x22febb:0x2ec,_0x224593:0x4e,_0x17822a:0x148,_0x1be99f:0x10b,_0x418f7b:0x187,_0x33456a:0x414,_0x292d3c:0x36c,_0x33b038:0x37a,_0x19ba5e:0x293,_0x1ee3d8:0x240,_0x461316:0x387,_0x40d428:0x3b1,_0x61dd01:0x9f,_0x260271:0xb3,_0x105f32:0x100,_0x3cbf37:0x9c,_0x4cb01c:0x2c9,_0x35ffc4:0x1d0,_0x4d6c56:0xdb,_0x55c4f0:0x182,_0x18cce6:0x12c,_0x4fae3a:0x39c,_0x3a7412:0x3c8,_0x3a7bd2:0x349,_0x1168a0:0x10d,_0x1c4cc4:0xb3,_0x4351c9:0xc3,_0x4d4515:0x149,_0x592a93:0xea,_0x50cc86:0x2b7,_0x253fda:0x293,_0x51c8da:0x341,_0x527802:0x38d,_0x34c489:0x1bc,_0x264109:0x1cc,_0x1bb95a:0x32d,_0x38f332:0x2ea,_0x1fd732:0x2e1,_0x45277f:0x353,_0x19cf76:0x2e0,_0x1b7de1:0x200,_0x36e5b1:0x3bf,_0x3ed923:0x328,_0x26d3b7:0x159,_0x209a73:0x1db,_0x1d18c6:0x112,_0xcb6eff:0xe0,_0x572163:0x2c9,_0x4665fc:0x366,_0xf5e468:0x2b3,_0x5b1553:0x324,_0x393b78:0x3c9,_0x7e21fd:0x343,_0x390837:0x398,_0x364367:0x2e1,_0x5f3fd7:0x381,_0x43d656:0x2bb,_0x5450e8:0x2b2,_0x46c68c:0x2fe,_0x1c948a:0x387,_0x20528e:0x3d6,_0x54a95e:0x1aa,_0x150b94:0x233,_0x59bf62:0x133,_0x215711:0x2a6,_0xc9e575:0x22f,_0x10e00e:0x271,_0x403417:0x36e,_0x7acdd4:0x3ce,_0x4705d1:0x3e9,_0x32f710:0x1da,_0x5b43bf:0x33e,_0x4b786b:0x396,_0x531bfb:0x2b9,_0x342ffe:0x398,_0x493064:0x35f,_0x5794e7:0x8d,_0x302ef0:0x2df,_0x3c0c48:0x2b5,_0x3e9da1:0x90,_0x49b52b:0x101,_0x1203de:0x84,_0x4b5f9d:0x199,_0x25651b:0x179,_0x5ddba5:0x164,_0x219acc:0x380,_0x56da68:0x2ae,_0x2ddb8d:0x28b,_0x328b0e:0x2fe,_0x2060d7:0x183,_0x307d2d:0x21a,_0x1f82e5:0x1a2,_0x504344:0x16a,_0x2d5992:0x189,_0x432d6a:0xc3,_0x58848a:0xfa,_0x5e518c:0x105,_0x26ce77:0x1c2,_0x484aca:0x1a9,_0x119357:0x37d,_0x4a8a4e:0x290,_0x32b112:0xc8,_0x525ec2:0x2ad,_0x52369a:0x20c,_0x19a4e4:0xd3,_0x2ccc00:0x79,_0x2b2d7e:0xd,_0x292898:0xb6,_0xc4383d:0x13b,_0x372e5f:0x2a6,_0x4f4239:0x290,_0x4949e3:0x215,_0x1429cd:0x9b,_0x1f951c:0x192,_0x2c8980:0x2d6,_0x408ef0:0x14e,_0x230d3f:0x17e,_0x28c147:0x169,_0x49cc21:0x2c1,_0x4a7abf:0x219,_0x441e06:0x345,_0x50bb44:0x2aa,_0x1b11f1:0x316,_0x8b0a81:0x318,_0x183b58:0x363,_0x50847a:0x121,_0x718f78:0x1c2,_0x4eb8c1:0xfb,_0x1ffa4f:0x57,_0x163f15:0xe4,_0x24c2a3:0x37c,_0xa71a17:0x252,_0x13046b:0x2f5,_0x2a2347:0x269,_0x4d15e6:0x28c,_0x3a9536:0x8e,_0x3779c6:0x375,_0x260592:0x3f0,_0x4afee5:0x3b7,_0x5ee685:0x449,_0x3a1b8e:0x181,_0x3b3d25:0x168,_0x4a1d12:0xdb,_0x38c222:0x9e,_0x1706b6:0x9d,_0x397e17:0x49,_0x4f2480:0xc,_0x2223ed:0x1cf,_0x3eb8f8:0x3bc,_0x404d50:0x422,_0x3285b8:0x3a9,_0x340e14:0x3a6,_0x9fc51e:0x3fe,_0x414292:0x3b8,_0x32cefd:0x10a,_0x3ab033:0x156,_0x1ab98d:0x1c2,_0x8fbb5b:0x22a,_0xfbbd37:0x155,_0x1f75b7:0x3c8,_0x609359:0x397,_0x258edf:0x456,_0x4c4b56:0x39,_0x3f78b2:0x133,_0x515867:0x160,_0x54d974:0xe5,_0x2f094a:0x1a1,_0x5c99d5:0x374,_0x51853b:0x191,_0x4a6450:0x14b,_0x342161:0x113,_0x4fd438:0x1d1,_0x5cad34:0x276,_0x340385:0x33f,_0x6147a0:0x13b,_0x1bc77c:0x90,_0x15bd6b:0x198,_0x2cbe91:0x108,_0x4025c6:0x3b0,_0x5f5442:0x132,_0x6aa1eb:0x10c,_0x479ff7:0x1c2,_0xf141d8:0x1a8,_0x185d7d:0x12d},_0x4a2f6a={_0x1316d1:0x101,_0x2adbcd:0x139},_0x3fd0ba={_0x4f129b:0x59,_0x553157:0x102,_0x57e479:0x1b3},_0x58b9db={'QSzXM':function(_0x27d249,_0x4e1377){return _0x27d249===_0x4e1377;},'FIcbm':'objective','zEYyx':_0x517c98(_0x1a5d9f._0x539457,0x38c,_0x1a5d9f._0x37b6e2,_0x1a5d9f._0x2357c9)+_0x517c98(0x37c,_0x1a5d9f._0x5cf46b,0x39b,0x3c6)+_0x517c98(0x350,_0x1a5d9f._0x1a61f1,_0x1a5d9f._0x51d527,_0x1a5d9f._0xbb3d46)+'es','IOVpS':_0x517c98(0x39e,_0x1a5d9f._0x44cd2f,_0x1a5d9f._0x4432dc,_0x1a5d9f._0x269bed)+_0x517c98(0x35f,0x3a1,0x358,_0x1a5d9f._0x1f47b1)+_0x463656(_0x1a5d9f._0x31dbac,0x26,0x91,0xed)+_0x517c98(_0x1a5d9f._0x5d0ffd,0x40e,_0x1a5d9f._0x4b13cb,_0x1a5d9f._0x1ec669)+_0x517c98(0x293,_0x1a5d9f._0x1fd0e3,_0x1a5d9f._0x1a0c89,_0x1a5d9f._0x4f1626)+_0x517c98(0x355,0x397,_0x1a5d9f._0x22ad19,_0x1a5d9f._0x4a46dd),'JdodU':_0x517c98(0x2c2,_0x1a5d9f._0x4f8092,0x32f,_0x1a5d9f._0x1da053)+'ed','SiuFn':'Missing\x20X-'+_0x463656(0xff,_0x1a5d9f._0x43154f,_0x1a5d9f._0x5f406b,0xfc)+'ader','zLryk':_0x463656(_0x1a5d9f._0x53cd19,0xae,-0x2,_0x1a5d9f._0x12e14b)+_0x517c98(0x28b,0x2f0,0x2ed,0x28d)+_0x517c98(_0x1a5d9f._0x595cb0,_0x1a5d9f._0x18b8bd,0x3d0,_0x1a5d9f._0x6c8be7)+'ed','pFbYA':function(_0x2bf778,_0x1ef3dc){return _0x2bf778!==_0x1ef3dc;},'HlmYL':_0x517c98(0x27c,_0x1a5d9f._0xe2a1ba,0x221,0x2df),'jygvU':_0x463656(0x77,-_0x1a5d9f._0x568e61,_0x1a5d9f._0x17b95b,_0x1a5d9f._0x4be27c)+'t','PSQOJ':_0x463656(_0x1a5d9f._0x16e7cf,_0x1a5d9f._0x257960,0x15b,_0x1a5d9f._0x2c5655)+_0x463656(0x98,0x123,0x88,0x3b)+_0x463656(_0x1a5d9f._0x100e85,0x21d,0x228,0x104)+_0x517c98(_0x1a5d9f._0x53a443,_0x1a5d9f._0x33aaa6,_0x1a5d9f._0x3703de,_0x1a5d9f._0x8f01ac)+_0x463656(0xf9,_0x1a5d9f._0x17fbb7,_0x1a5d9f._0x503833,0x9d)+'provided','HmDrP':_0x517c98(_0x1a5d9f._0x51d527,_0x1a5d9f._0xe1f718,0x3b8,0x347),'TDruA':'Sub-object'+_0x463656(_0x1a5d9f._0x4be2d8,0x66,_0x1a5d9f._0x37122f,0x29)+_0x463656(_0x1a5d9f._0x4a19db,_0x1a5d9f._0xd3c7cb,0x18f,_0x1a5d9f._0x5c4961),'HTVkY':_0x517c98(_0x1a5d9f._0x965b47,_0x1a5d9f._0x34c23d,0x32c,_0x1a5d9f._0x599995),'sNmIM':'Sub-object'+_0x463656(0x13d,_0x1a5d9f._0x3b212a,_0x1a5d9f._0x559832,0x1d2)+_0x463656(0xfc,_0x1a5d9f._0x5efd98,_0x1a5d9f._0x1a8905,_0x1a5d9f._0x505751)+'f\x20the\x20pare'+_0x517c98(0x32b,0x331,_0x1a5d9f._0x36aa70,_0x1a5d9f._0x4e58e6)+'ve','LSpcZ':_0x463656(_0x1a5d9f._0xcf7c94,0x119,0xe5,0x138)+_0x463656(_0x1a5d9f._0x2c5247,_0x1a5d9f._0x395bbb,0xbd,_0x1a5d9f._0x363e0b)+'ective','QgPSm':_0x463656(0x13a,0x120,0xfd,0x1da)+_0x463656(_0x1a5d9f._0x4fe748,0x1fa,0x19a,_0x1a5d9f._0x36b9c8)+_0x517c98(0x377,0x3bf,_0x1a5d9f._0x4a39ed,0x3be),'AIShV':function(_0x5f0b36,_0x199cc6){return _0x5f0b36!==_0x199cc6;},'XZcyK':function(_0x5705e4,_0x1f2e0d){return _0x5705e4!==_0x1f2e0d;},'WXnPE':function(_0x48a4f9,_0xefb8d3){return _0x48a4f9!==_0xefb8d3;},'NRIjA':'mthSC','roziI':_0x463656(_0x1a5d9f._0x1ae765,_0x1a5d9f._0x415821,0x151,_0x1a5d9f._0x15ca11),'eAVeo':function(_0x240e70,_0x40ac97){return _0x240e70===_0x40ac97;},'kovIZ':_0x463656(_0x1a5d9f._0x3fb777,0x122,0x20f,0x150),'YEzdk':_0x517c98(_0x1a5d9f._0x45e64b,0x354,0x379,0x3ff),'IjMHx':function(_0x31360e,_0x383210){return _0x31360e(_0x383210);},'BkOBJ':_0x463656(0x162,_0x1a5d9f._0x4da0fb,0x1b2,_0x1a5d9f._0x4d59ad),'zYgaY':function(_0x30478b,_0x578b4c){return _0x30478b!==_0x578b4c;},'RErRZ':_0x517c98(_0x1a5d9f._0x1a11ee,_0x1a5d9f._0x12e627,_0x1a5d9f._0x1465f2,_0x1a5d9f._0x5c2214),'rwjPC':_0x517c98(_0x1a5d9f._0xea7675,0x343,_0x1a5d9f._0x4616c4,0x375)+_0x463656(_0x1a5d9f._0x47af16,0xd7,0xa4,_0x1a5d9f._0x383b82),'pslUw':'ZBqrk','jVUOX':_0x463656(0x12a,0xf4,0xbb,0x191),'AGGAc':_0x517c98(0x2f5,0x2ab,_0x1a5d9f._0x5bfcce,0x314)+_0x517c98(_0x1a5d9f._0x19f743,0x294,_0x1a5d9f._0x423f02,_0x1a5d9f._0x9ba7bd)+_0x517c98(0x29f,_0x1a5d9f._0x40e002,0x2e6,_0x1a5d9f._0x1a45c0)+_0x463656(0x199,0x1d8,0x19f,_0x1a5d9f._0x4fed7f),'gnEaU':function(_0x198f28,_0x14e4dd,_0x220202){return _0x198f28(_0x14e4dd,_0x220202);},'esJYa':_0x517c98(_0x1a5d9f._0x53ef14,_0x1a5d9f._0x1d787d,0x34e,0x2c8)+_0x463656(_0x1a5d9f._0x14c95f,0x11d,_0x1a5d9f._0x5aacf8,0x38)+_0x517c98(0x288,0x226,_0x1a5d9f._0x3b6c3f,0x26d)},{parentObjective:_0x1a286,callingTask:_0x414b12}=_0x269005,{objectiveId:_0x3eddec}=_0x269005['params'],{name:_0x58f7dd,instructions:_0x57c2fd}=_0x269005['body'];if(_0x58f7dd===undefined&&_0x58b9db[_0x463656(_0x1a5d9f._0x4946a9,_0x1a5d9f._0x4f48aa,_0x1a5d9f._0x54c827,0x1b)](_0x57c2fd,undefined)){if(_0x58b9db['pFbYA'](_0x58b9db['HlmYL'],_0x58b9db[_0x517c98(_0x1a5d9f._0x2542fc,0x342,_0x1a5d9f._0x138b03,0x2c9)])){const {parentObjective:_0x2fdef5,callingTask:_0x93435a}=_0x1539de,_0x27ccee=_0x2fdef5['parentObje'+'ctiveId'];if(!_0x27ccee){const _0x3779d8={};return _0x3779d8[_0x517c98(0x389,_0x1a5d9f._0x219854,0x364,_0x1a5d9f._0x40448d)]=[],_0x3779d8['parentObje'+'ctiveId']=_0x2fdef5['taskId'],_0x1381ff[_0x463656(0xc3,_0x1a5d9f._0x233ba4,0x8b,_0x1a5d9f._0x45f8df)](_0x3779d8);}const _0xb9f444=[];for(const [,_0x48275c]of _0x261c0f[_0x463656(_0x1a5d9f._0x5a79ff,_0x1a5d9f._0x55de99,0x1dd,_0x1a5d9f._0x4cb776)]()){if(_0x58b9db['QSzXM'](_0x48275c['parentObje'+_0x463656(_0x1a5d9f._0x58cfca,0x16d,_0x1a5d9f._0x2d1fa5,_0x1a5d9f._0x47c611)],_0x27ccee)&&_0x48275c['status']===_0x58b9db[_0x517c98(0x3c9,0x333,_0x1a5d9f._0x1ed1b6,0x386)]&&_0x48275c[_0x463656(0x138,0x9d,_0x1a5d9f._0x2d9e82,0x1e3)]!==_0x2fdef5[_0x517c98(_0x1a5d9f._0x4616c4,_0x1a5d9f._0x138b03,_0x1a5d9f._0x42c414,_0x1a5d9f._0x17918e)]){const _0x465eab={};_0x465eab['taskId']=_0x48275c[_0x463656(_0x1a5d9f._0x4aa9ed,0x134,0xcf,_0x1a5d9f._0x50025b)],_0x465eab[_0x463656(0x18c,0x1ca,0x20e,0x1dc)]=_0x48275c[_0x517c98(_0x1a5d9f._0x3ffbda,_0x1a5d9f._0x257e03,_0x1a5d9f._0x475794,0x423)],_0x465eab[_0x463656(_0x1a5d9f._0x34baf4,-0x30,_0x1a5d9f._0x2ac8e5,_0x1a5d9f._0x7cf4cd)]=_0x48275c['sortOrder'],_0x465eab[_0x517c98(_0x1a5d9f._0x1a61f1,_0x1a5d9f._0x483a8e,_0x1a5d9f._0x301123,_0x1a5d9f._0xc46548)]=_0x48275c[_0x517c98(0x2b4,_0x1a5d9f._0x316acf,0x29e,_0x1a5d9f._0x23cbd8)],_0xb9f444[_0x463656(0x17f,_0x1a5d9f._0x503833,0x22b,0xfe)](_0x465eab);}}_0xb9f444[_0x517c98(_0x1a5d9f._0x423f02,_0x1a5d9f._0x20deaa,0x38b,0x276)]((_0x514700,_0x51f5fd)=>(_0x514700[_0x463656(0x7a,0x7e,0x118,0x5d)]||0x5*-0x497+-0x295*-0xb+-0x574)-(_0x51f5fd['sortOrder']||0x5cc+-0x21d0+0x1c04));const _0x1d097d={};_0x1d097d[_0x517c98(_0x1a5d9f._0x316d22,0x361,0x32e,0x2d5)]=_0x93435a[_0x463656(_0x1a5d9f._0x457612,_0x1a5d9f._0x29bb70,0x9c,0x190)],_0x1d097d[_0x517c98(_0x1a5d9f._0x2bf03b,_0x1a5d9f._0x359cb0,0x2e9,_0x1a5d9f._0x25d4ad)+_0x463656(0x1bc,0x25e,_0x1a5d9f._0x27ac18,_0x1a5d9f._0x2a2e73)]=_0x2fdef5[_0x517c98(0x33e,0x343,_0x1a5d9f._0x4832c1,_0x1a5d9f._0x27aecf)],_0x1d097d[_0x463656(_0x1a5d9f._0x5e8da3,_0x1a5d9f._0xeec5ee,_0x1a5d9f._0x4ffae8,_0x1a5d9f._0x4dafb5)+'nt']=_0xb9f444[_0x517c98(0x363,_0x1a5d9f._0x269bed,0x2fe,_0x1a5d9f._0x22febb)],_0x938021[_0x463656(0xa0,0x121,0x43,_0x1a5d9f._0x224593)](_0x58b9db[_0x463656(_0x1a5d9f._0x17822a,0xb5,_0x1a5d9f._0x17fbb7,0xae)],_0x1d097d);const _0x1567c0={};_0x1567c0['siblings']=_0xb9f444,_0x1567c0[_0x463656(_0x1a5d9f._0x1be99f,0xd1,_0x1a5d9f._0x418f7b,0x108)+_0x517c98(0x3c2,_0x1a5d9f._0x33456a,_0x1a5d9f._0x292d3c,0x40d)]=_0x2fdef5[_0x517c98(0x33e,_0x1a5d9f._0x33b038,_0x1a5d9f._0x19ba5e,0x3bc)],_0x1567c0[_0x517c98(0x279,0x273,0x2c6,_0x1a5d9f._0x1ee3d8)+'tObjective'+'Id']=_0x27ccee,_0x1f7e93['json'](_0x1567c0);}else{const _0xb8dd98={};return _0xb8dd98['error']=_0x58b9db['jygvU'],_0xb8dd98[_0x517c98(_0x1a5d9f._0x461316,0x3ad,_0x1a5d9f._0x40d428,0x37f)]=_0x58b9db[_0x463656(0x7d,_0x1a5d9f._0x61dd01,_0x1a5d9f._0x260271,0x110)],_0x4d258b[_0x463656(_0x1a5d9f._0x105f32,0xa6,_0x1a5d9f._0x3cbf37,0xad)](-0x2*-0xa6e+-0x1dc7+0x1*0xa7b)[_0x517c98(_0x1a5d9f._0x4cb01c,0x29e,0x34b,0x23a)](_0xb8dd98);}}const _0x1d8cf8=tasks[_0x463656(0x173,0xf3,_0x1a5d9f._0x35ffc4,0x1f6)](_0x3eddec);if(!_0x1d8cf8){const _0x52b409={};return _0x52b409[_0x463656(_0x1a5d9f._0x4d6c56,_0x1a5d9f._0x55c4f0,0x6c,_0x1a5d9f._0x18cce6)]=_0x58b9db['HmDrP'],_0x52b409['message']=_0x58b9db[_0x517c98(_0x1a5d9f._0x4fae3a,0x431,_0x1a5d9f._0x3a7412,_0x1a5d9f._0x3a7bd2)],_0x4d258b[_0x463656(0x100,0xec,_0x1a5d9f._0x1168a0,_0x1a5d9f._0x1c4cc4)](0x86f*-0x1+-0x1ea0+0x28a3)[_0x463656(_0x1a5d9f._0x4351c9,_0x1a5d9f._0x4d4515,0xb4,_0x1a5d9f._0x592a93)](_0x52b409);}if(_0x58b9db[_0x517c98(_0x1a5d9f._0x50cc86,_0x1a5d9f._0x253fda,0x31c,0x225)](_0x1d8cf8[_0x517c98(0x311,_0x1a5d9f._0x51c8da,_0x1a5d9f._0x527802,0x2dd)+_0x463656(_0x1a5d9f._0x34c489,0x206,_0x1a5d9f._0x264109,0x1db)],_0x1a286[_0x517c98(0x33e,_0x1a5d9f._0x1bb95a,0x2d6,_0x1a5d9f._0x38f332)])){const _0x18d732={};return _0x18d732[_0x517c98(_0x1a5d9f._0x1fd732,_0x1a5d9f._0x45277f,0x26b,_0x1a5d9f._0x19cf76)]=_0x58b9db[_0x463656(0x188,0x154,0x174,_0x1a5d9f._0x1b7de1)],_0x18d732[_0x517c98(0x387,_0x1a5d9f._0x45e64b,_0x1a5d9f._0x36e5b1,_0x1a5d9f._0x3ed923)]=_0x58b9db[_0x463656(0x1bb,_0x1a5d9f._0x26d3b7,_0x1a5d9f._0x209a73,0x12a)],_0x4d258b[_0x463656(_0x1a5d9f._0x105f32,_0x1a5d9f._0x1d18c6,0xe2,_0x1a5d9f._0xcb6eff)](0x1c23+-0x2046+0x11*0x56)[_0x517c98(_0x1a5d9f._0x572163,0x24f,_0x1a5d9f._0x4665fc,_0x1a5d9f._0xf5e468)](_0x18d732);}function _0x463656(_0x2d71c2,_0xfe4032,_0x4e5ff8,_0x2cca01){return _0x5ca3a3(_0x2d71c2- -_0x3fd0ba._0x4f129b,_0xfe4032-_0x3fd0ba._0x553157,_0xfe4032,_0x2cca01-_0x3fd0ba._0x57e479);}if(_0x1d8cf8[_0x517c98(0x306,0x35b,_0x1a5d9f._0x5b1553,_0x1a5d9f._0x4fae3a)]!==_0x58b9db[_0x517c98(_0x1a5d9f._0x393b78,_0x1a5d9f._0x7e21fd,0x41f,_0x1a5d9f._0x390837)]){const _0x5ec5cc={};return _0x5ec5cc[_0x517c98(_0x1a5d9f._0x364367,0x35e,0x312,_0x1a5d9f._0x5f3fd7)]=_0x58b9db[_0x517c98(_0x1a5d9f._0x43d656,_0x1a5d9f._0x5450e8,_0x1a5d9f._0x46c68c,0x35f)],_0x5ec5cc[_0x517c98(_0x1a5d9f._0x1c948a,_0x1a5d9f._0x20528e,0x31d,0x328)]=_0x58b9db[_0x463656(_0x1a5d9f._0x54a95e,_0x1a5d9f._0x150b94,0x126,0x119)],_0x4d258b[_0x463656(0x100,0xbb,0x197,0xcf)](-0x1e38+-0x2444+-0x6ce*-0xa)[_0x463656(0xc3,0x13c,0x10f,_0x1a5d9f._0x59bf62)](_0x5ec5cc);}logger[_0x517c98(_0x1a5d9f._0x215711,0x2fa,_0x1a5d9f._0xc9e575,_0x1a5d9f._0x10e00e)](_0x58b9db[_0x517c98(_0x1a5d9f._0x403417,_0x1a5d9f._0x7acdd4,_0x1a5d9f._0x4705d1,0x40c)],{'taskId':_0x414b12[_0x463656(0x138,0xd5,0x1bf,_0x1a5d9f._0x32f710)],'parentObjectiveId':_0x1a286[_0x517c98(_0x1a5d9f._0x5b43bf,_0x1a5d9f._0x4b786b,_0x1a5d9f._0x531bfb,0x350)],'subObjectiveId':_0x3eddec,'updatingName':_0x58b9db['AIShV'](_0x58f7dd,undefined),'updatingInstructions':_0x58b9db[_0x517c98(_0x1a5d9f._0x342ffe,0x36d,0x3f8,_0x1a5d9f._0x493064)](_0x57c2fd,undefined)});function _0x517c98(_0x22a4b,_0x19fdee,_0x30c693,_0x41153b){return _0x5ca3a3(_0x22a4b-0x1ad,_0x19fdee-_0x4a2f6a._0x1316d1,_0x41153b,_0x41153b-_0x4a2f6a._0x2adbcd);}const _0x42cd8f=new Date()[_0x463656(0x131,0x1c0,0x86,_0x1a5d9f._0x5794e7)+'g']();_0x58b9db[_0x517c98(_0x1a5d9f._0x302ef0,_0x1a5d9f._0x3c0c48,_0x1a5d9f._0x138b03,0x245)](_0x58f7dd,undefined)&&(_0x1d8cf8['name']=_0x58f7dd);if(_0x57c2fd!==undefined){if(_0x58b9db[_0x463656(_0x1a5d9f._0x3e9da1,_0x1a5d9f._0x49b52b,_0x1a5d9f._0x1203de,0xc2)](_0x58b9db[_0x463656(_0x1a5d9f._0x43154f,_0x1a5d9f._0x4b5f9d,_0x1a5d9f._0x25651b,_0x1a5d9f._0x5ddba5)],_0x58b9db[_0x517c98(_0x1a5d9f._0x219acc,0x424,0x358,0x356)]))_0x1d8cf8[_0x517c98(0x310,_0x1a5d9f._0x56da68,_0x1a5d9f._0x2ddb8d,_0x1a5d9f._0x27aecf)]={..._0x1d8cf8['parameters'],'instructions':_0x57c2fd};else{_0x18d683['warn'](_0x58b9db['IOVpS']);const _0x5d59e9={};return _0x5d59e9[_0x517c98(0x2e1,0x294,0x246,0x2bf)]=_0x58b9db[_0x517c98(0x34f,0x3b4,0x300,_0x1a5d9f._0x328b0e)],_0x5d59e9[_0x463656(0x181,_0x1a5d9f._0x2060d7,_0x1a5d9f._0x307d2d,_0x1a5d9f._0x1f82e5)]=_0x58b9db[_0x463656(0x1b2,0x171,_0x1a5d9f._0x504344,_0x1a5d9f._0x2d5992)],_0x31799d[_0x517c98(0x306,0x2ba,0x37a,_0x1a5d9f._0x10e00e)](0x1df8+-0xc*-0x2fb+-0x402b)[_0x463656(_0x1a5d9f._0x432d6a,0xbc,_0x1a5d9f._0x58848a,_0x1a5d9f._0x5e518c)](_0x5d59e9);}}_0x1d8cf8[_0x463656(_0x1a5d9f._0x26ce77,_0x1a5d9f._0x484aca,0x1e1,0x190)]=_0x42cd8f,_0x1d8cf8[_0x463656(0x137,0x101,0x141,0xff)+_0x517c98(0x31e,0x2e5,_0x1a5d9f._0x119357,_0x1a5d9f._0x4a8a4e)]=_0x414b12[_0x463656(_0x1a5d9f._0x457612,0x174,0x1c7,_0x1a5d9f._0x32b112)];try{if(_0x58b9db['eAVeo'](_0x58b9db['kovIZ'],_0x58b9db['YEzdk']))throw new _0x3c37c4(_0x58b9db[_0x517c98(_0x1a5d9f._0x525ec2,0x21e,_0x1a5d9f._0x52369a,0x269)]);else{const _0x1217d1=await _0x58b9db[_0x463656(0x16c,_0x1a5d9f._0x19a4e4,0x1fa,0xe3)](findTaskDirectory,_0x3eddec);if(_0x1217d1){const _0x92dd4e=_0x315ca4[_0x517c98(0x316,0x34f,0x2de,0x391)](_0x1217d1,_0x463656(_0x1a5d9f._0x2ccc00,0x56,-_0x1a5d9f._0x2b2d7e,_0x1a5d9f._0x292898)+'son');await _0x1cceef[_0x463656(0x13f,_0x1a5d9f._0x4fe748,_0x1a5d9f._0xc4383d,0x1b3)](_0x92dd4e,JSON['stringify'](_0x1d8cf8,null,-0x48a+0x1*-0xbb5+0x1041),_0x58b9db[_0x517c98(0x332,0x29b,_0x1a5d9f._0x372e5f,0x3c0)]);if(_0x58b9db[_0x517c98(_0x1a5d9f._0x4f4239,0x336,0x25a,_0x1a5d9f._0x4949e3)](_0x57c2fd,undefined)){const _0x170cea=_0x315ca4[_0x463656(0x110,0xba,0x105,_0x1a5d9f._0x1429cd)](_0x1217d1,_0x58b9db[_0x463656(0x191,0x193,_0x1a5d9f._0x1f951c,0x1c2)]),_0x1d4e3d={};_0x1d4e3d[_0x517c98(0x357,_0x1a5d9f._0x2c8980,0x3c3,0x3f6)]=!![],await _0x1cceef[_0x463656(0x129,0xcf,0x174,_0x1a5d9f._0x408ef0)](_0x170cea,_0x1d4e3d);const _0x31d8f8=_0x315ca4[_0x463656(0x110,0xb4,_0x1a5d9f._0x230d3f,_0x1a5d9f._0x28c147)](_0x170cea,_0x58b9db[_0x517c98(_0x1a5d9f._0x49cc21,_0x1a5d9f._0x8f01ac,0x2c4,_0x1a5d9f._0x4a7abf)]);await _0x1cceef[_0x517c98(_0x1a5d9f._0x441e06,_0x1a5d9f._0x50bb44,0x366,_0x1a5d9f._0x1b11f1)](_0x31d8f8,_0x57c2fd,_0x517c98(0x368,_0x1a5d9f._0x4a46dd,_0x1a5d9f._0x8b0a81,_0x1a5d9f._0x183b58));}}}}catch(_0x45b00a){if(_0x58b9db[_0x463656(_0x1a5d9f._0x50847a,0x88,_0x1a5d9f._0x718f78,_0x1a5d9f._0x4eb8c1)]===_0x58b9db[_0x463656(0x109,0xa0,0xbd,0xf6)]){const _0x4c2614={};_0x4c2614['objectiveI'+'d']=_0x20fa58,_0x4c2614[_0x463656(_0x1a5d9f._0x4d6c56,0x158,_0x1a5d9f._0x1ffa4f,_0x1a5d9f._0x163f15)]=_0x24c53f['message'],_0x19c1f9[_0x517c98(0x2e1,_0x1a5d9f._0x24c2a3,0x273,_0x1a5d9f._0xa71a17)](_0x517c98(_0x1a5d9f._0x13046b,_0x1a5d9f._0x2a2347,_0x1a5d9f._0x4d15e6,_0x1a5d9f._0x1b11f1)+_0x463656(_0x1a5d9f._0x3a9536,0xad,0x71,0xb6)+_0x463656(0x164,0x20b,0x192,0x203)+_0x517c98(0x374,_0x1a5d9f._0x3779c6,_0x1a5d9f._0x260592,0x383),_0x4c2614);}else{const _0x108475={};_0x108475[_0x517c98(_0x1a5d9f._0x4afee5,_0x1a5d9f._0x5ee685,_0x1a5d9f._0xe1f718,0x438)+'d']=_0x3eddec,_0x108475['error']=_0x45b00a[_0x463656(_0x1a5d9f._0x3a1b8e,_0x1a5d9f._0x3b3d25,0x1d7,0x168)],logger[_0x463656(_0x1a5d9f._0x4a1d12,_0x1a5d9f._0x38c222,0x50,0xcf)](_0x58b9db[_0x463656(_0x1a5d9f._0x1706b6,_0x1a5d9f._0x397e17,0x11b,_0x1a5d9f._0x4f2480)],_0x108475);}}if(broadcastTaskUpdate){const _0x202153={};_0x202153[_0x463656(_0x1a5d9f._0x4aa9ed,0x1cf,_0x1a5d9f._0x2223ed,0x1b2)]=_0x1d8cf8['taskId'],_0x202153[_0x517c98(0x392,0x427,_0x1a5d9f._0x3eb8f8,0x33b)]=_0x1d8cf8[_0x517c98(0x392,0x3bf,_0x1a5d9f._0x404d50,0x31f)],_0x202153[_0x517c98(_0x1a5d9f._0x3285b8,_0x1a5d9f._0x340e14,_0x1a5d9f._0x9fc51e,_0x1a5d9f._0x414292)+'ns']=_0x1d8cf8[_0x463656(_0x1a5d9f._0x32cefd,0x164,0x1a8,_0x1a5d9f._0x3ab033)]?.[_0x517c98(0x3a9,0x414,0x3f5,0x354)+'ns'],_0x202153[_0x463656(_0x1a5d9f._0x1ab98d,_0x1a5d9f._0x8fbb5b,0x20f,_0x1a5d9f._0xfbbd37)]=_0x1d8cf8[_0x517c98(_0x1a5d9f._0x1f75b7,0x35d,_0x1a5d9f._0x609359,_0x1a5d9f._0x258edf)],_0x58b9db[_0x463656(0xd7,_0x1a5d9f._0x4c4b56,_0x1a5d9f._0x3f78b2,_0x1a5d9f._0x515867)](broadcastTaskUpdate,_0x463656(0xcf,0x61,0xe0,0xd4)+'ed',_0x202153);}const _0xe82a0={};_0xe82a0[_0x463656(0x138,_0x1a5d9f._0x54d974,0x176,_0x1a5d9f._0x2f094a)]=_0x414b12[_0x517c98(0x33e,_0x1a5d9f._0x5c99d5,0x2d5,0x29d)],_0xe82a0[_0x463656(0xea,0xd1,0x91,_0x1a5d9f._0x51853b)+_0x463656(_0x1a5d9f._0x4a6450,_0x1a5d9f._0x342161,_0x1a5d9f._0x4fd438,0x14d)]=_0x3eddec,logger[_0x517c98(_0x1a5d9f._0x215711,_0x1a5d9f._0x5cad34,0x328,_0x1a5d9f._0x340385)](_0x58b9db[_0x463656(_0x1a5d9f._0x6147a0,_0x1a5d9f._0x1bc77c,_0x1a5d9f._0x15bd6b,0xfa)],_0xe82a0);const _0x417df2={};_0x417df2[_0x463656(0x15b,0xf9,0x1ac,_0x1a5d9f._0x2cbe91)]=!![],_0x417df2[_0x463656(_0x1a5d9f._0x457612,0x11b,0x15b,0x108)]=_0x1d8cf8['taskId'],_0x417df2['name']=_0x1d8cf8[_0x517c98(_0x1a5d9f._0x3ffbda,0x353,0x388,_0x1a5d9f._0x4025c6)],_0x417df2[_0x463656(0x1a3,_0x1a5d9f._0xd3c7cb,0x1c6,_0x1a5d9f._0x5f5442)+'ns']=_0x1d8cf8[_0x463656(0x10a,0x18d,_0x1a5d9f._0x163f15,_0x1a5d9f._0x6aa1eb)]?.['instructio'+'ns'],_0x417df2[_0x463656(_0x1a5d9f._0x479ff7,_0x1a5d9f._0xf141d8,_0x1a5d9f._0x185d7d,_0x1a5d9f._0x25651b)]=_0x1d8cf8['updatedAt'],_0x4d258b['json'](_0x417df2);}),router[_0x5ca3a3(0x15d,0x17d,0x19c,0x105)](_0x5ca3a3(0xe8,0xc6,0x14a,0x14e)+'tives/:obj'+'ectiveId',requireTaskAuth,async(_0xfd9635,_0x189f6d)=>{const _0x3a6e9d={_0x191123:0xf9,_0x6a9ebc:0xc3,_0x2c126b:0xb2,_0x1e09dc:0x81,_0x259864:0x1a,_0x5a4e08:0x20,_0x1276d8:0x19,_0x13512c:0x16b,_0x1cd748:0x120,_0x1b8b30:0x7,_0x5c5aba:0x1ec,_0x546691:0x28a,_0x1bf605:0x298,_0x3f9983:0x2ce,_0x1ff89b:0x3a,_0xfd3f05:0xb8,_0x5c1c70:0xa9,_0x2abf3d:0x9f,_0x4d850a:0xb8,_0x144546:0x2a,_0x5085e3:0x65,_0x5842ec:0x2c,_0x401b0d:0x5d,_0x54dddb:0xd6,_0x18cd7b:0x305,_0x4240e1:0x37e,_0x79ecd5:0x324,_0x3c44c2:0x27,_0x5410a5:0xb9,_0x4aaa0f:0x46,_0x49b1c9:0xd6,_0x3cfb9c:0x269,_0x4ccacc:0xf7,_0x34aec0:0x58,_0x9bf313:0xee,_0x44c6f1:0xca,_0x2326e0:0xe2,_0x4ee36f:0x251,_0x4c64e2:0x27d,_0x1ea560:0x1e7,_0x167373:0x1c9,_0x30da71:0x187,_0x5886f9:0x249,_0x4c32b2:0x14,_0x557a58:0x4,_0x272904:0x260,_0x8cac68:0x195,_0x59eb04:0x1fa,_0x357129:0x234,_0x472003:0x185,_0x587395:0xb1,_0x5534da:0x70,_0x4dea67:0x23,_0x5da12f:0x9e,_0x368ff4:0x2a1,_0xd50f14:0x20f,_0x59b40b:0x217,_0x184f1b:0x1d0,_0x4381bf:0x1e8,_0x5f54fa:0x272,_0x1f37d6:0x261,_0x390e6a:0x30c,_0x5b3f0c:0x35c,_0x3b34dd:0x353,_0x2b3776:0xc7,_0x50d48a:0x5e,_0xfc6d2e:0xaa,_0x24d2d0:0x2b,_0x296b45:0xb,_0x1096f6:0x201,_0x153f6e:0x224,_0x2ac991:0x59,_0x73fd00:0x53,_0x4af23d:0x244,_0x2193a3:0x233,_0x14c7c9:0x4f,_0x5baf28:0xac,_0x16ce3c:0x1cc,_0x1689ab:0x2b9,_0x8e681e:0x278,_0x4a90bb:0x27c,_0xac1a57:0x29b,_0x136106:0x2c0,_0x3b78a5:0x25e,_0x1fc6a7:0x1ca,_0x421dbb:0x257,_0xfff8d5:0x2ed,_0x10e986:0x85,_0x11f135:0x6,_0x5b33a9:0x19,_0x2b5751:0x4e,_0x5c6177:0x4d,_0x1a109a:0x25e,_0x1d613a:0x1e0,_0x2b198c:0x290,_0x2f6d4c:0x21c,_0x10992a:0x30d,_0x108dca:0x31a,_0x2233f4:0x303,_0x4eff47:0x1d5,_0x41d811:0x163,_0x110f79:0x8b,_0xc26fcb:0x2be,_0x301dd4:0x2a3,_0x2dc01c:0x2fb,_0xf66fba:0x218,_0x5a679b:0xb3,_0x1200ab:0x44,_0x3386c5:0x5c,_0x2ce338:0x31,_0x4dbf9e:0x6f,_0x5a95ea:0x24f,_0x3c68a8:0x2f4,_0x20c6b0:0x1c6,_0x537e7d:0x1a7,_0x5714c1:0x67,_0x4b88c7:0xad,_0x56b69b:0x7a,_0x5d0be6:0x90,_0x4a5f94:0x100,_0x3bea4a:0xcf,_0x5b832b:0x142,_0x58bcdd:0xd7,_0x1980ad:0xc2,_0xc5b58a:0x30a,_0x4f4aaf:0x36,_0x15d599:0x26e,_0xec1919:0x26e,_0x17c523:0x8f,_0x49e977:0x74,_0x1f1648:0x27c,_0x282b71:0x2af,_0x539c97:0x242,_0x3f1b59:0x6b,_0x316047:0xac,_0x3e0c19:0x2c0,_0x21a6b7:0x297,_0x5380ed:0x1a6,_0x145e1b:0x63,_0xb1e883:0x69,_0x39145d:0x271,_0x11a8b6:0x275,_0x2f49a3:0x208,_0x5037c4:0x1c0,_0x56a0bf:0x24b,_0xfc12b2:0x208,_0x3ae7dc:0x1c8,_0x15ffab:0x236,_0x13767b:0x40,_0x155d09:0x21,_0x2102cc:0x32,_0x21facc:0x2dc,_0x7f8af2:0x21,_0x101547:0x7c,_0x27e1be:0x5,_0x7a678d:0x79,_0x466612:0x22a,_0x3a6959:0x200,_0x13901a:0x48,_0x52e3b0:0x8f,_0x990ca0:0x1f,_0x47a319:0x12a,_0x446272:0xcc,_0x2cb60e:0x116,_0x55e4ca:0x25,_0x2e0b34:0xa5,_0x497b3f:0xc1,_0x39f261:0x28,_0x269fae:0x34,_0x14d602:0x52,_0x3aacb5:0x2b0,_0x227893:0x2c1,_0xc1f66d:0x25c,_0x3b06bb:0x31e,_0x43a72d:0x6f,_0x3906c1:0xdc,_0x29aab9:0x4f,_0x1b57d2:0x6a,_0x248fa7:0x2a1,_0x2bc38b:0x22e,_0x4095c4:0x24c,_0x5a503b:0x34,_0x2abb3b:0x59,_0x22a7d8:0x87,_0x2f3658:0x63,_0x4ac301:0xc3,_0x4c5921:0x292,_0x23ec41:0x329,_0x3ec141:0x268,_0x1e0bfd:0x27f,_0x528cb2:0x2c7,_0x309da4:0x2a0,_0x5e94b5:0x1e5,_0x407755:0x247,_0x4212b1:0x246,_0x42b048:0xc,_0x560609:0x221,_0x4557b3:0x18f,_0x4c2da0:0x240,_0xa8a15a:0x24c,_0x4c0bbc:0x267,_0x4878c0:0x66},_0x57a678={_0xdf62dc:0x181},_0x3f3ccd={_0x5892a2:0x87};function _0x5e25b4(_0x24bd80,_0xe0b0f2,_0x1a68ec,_0x400985){return _0x4651f7(_0x24bd80-_0x3f3ccd._0x5892a2,_0x24bd80- -0x1a4,_0xe0b0f2,_0x400985-0x186);}const _0x58986d={'PFwUS':_0x49d15b(_0x3a6e9d._0x191123,0x81,_0x3a6e9d._0x6a9ebc,0x7e)+'management'+_0x49d15b(_0x3a6e9d._0x2c126b,-_0x3a6e9d._0x1e09dc,0x17,0x59)+'\x20initializ'+'ed','KdvbY':'Internal\x20S'+_0x49d15b(_0x3a6e9d._0x259864,-0x3c,0x5a,0x36)+'r','oqvgy':_0x5e25b4(-0x1ff,-0x1aa,-0x18b,-0x19a)+_0x49d15b(_0x3a6e9d._0x5a4e08,-0x40,0xa,-_0x3a6e9d._0x1276d8)+_0x5e25b4(-0x1bf,-0x12a,-_0x3a6e9d._0x13512c,-_0x3a6e9d._0x1cd748),'TiGgX':_0x49d15b(-_0x3a6e9d._0x1b8b30,0x34,0x9d,0x31),'vScVS':function(_0x1a3e75,_0x18f807,_0x378d80){return _0x1a3e75(_0x18f807,_0x378d80);},'TjGeS':_0x5e25b4(-_0x3a6e9d._0x5c5aba,-0x278,-0x211,-_0x3a6e9d._0x546691)+'ed','PJvEq':function(_0x2a3ce1,_0x3a00b0){return _0x2a3ce1!==_0x3a00b0;},'ZBSKn':'Forbidden','WnBCg':_0x5e25b4(-0x261,-_0x3a6e9d._0x1bf605,-0x223,-_0x3a6e9d._0x3f9983)+_0x49d15b(0xad,_0x3a6e9d._0x1ff89b,0x68,0x23)+_0x49d15b(_0x3a6e9d._0xfd3f05,-0x54,0x27,0x8b)+_0x49d15b(0x75,0x149,_0x3a6e9d._0x5c1c70,_0x3a6e9d._0x2abf3d)+_0x49d15b(_0x3a6e9d._0x4d850a,0x21,0x50,-_0x3a6e9d._0x144546)+'ve','iekxz':function(_0x3ae12d,_0x201501){return _0x3ae12d!==_0x201501;},'cyTxz':'IbXeY','vtyCs':_0x49d15b(-_0x3a6e9d._0x5085e3,-_0x3a6e9d._0x5842ec,-_0x3a6e9d._0x401b0d,-_0x3a6e9d._0x54dddb),'mdruP':_0x5e25b4(-_0x3a6e9d._0x18cd7b,-0x341,-_0x3a6e9d._0x4240e1,-_0x3a6e9d._0x79ecd5)+'t','BGksh':_0x49d15b(_0x3a6e9d._0x3c44c2,-0xac,-0x29,-_0x3a6e9d._0x5410a5)+_0x49d15b(-0x33,-0x5d,0x12,-_0x3a6e9d._0x4aaa0f)+_0x49d15b(-0xce,-0xa,-0x42,-_0x3a6e9d._0x49b1c9),'UuVTO':_0x5e25b4(-0x238,-_0x3a6e9d._0x3cfb9c,-_0x3a6e9d._0x3cfb9c,-0x25b),'jfwma':function(_0x516166,_0x58af6c){return _0x516166===_0x58af6c;},'wkvoh':'objective','umAlW':'Conflict','ofFxh':'Cannot\x20del'+_0x49d15b(-_0x3a6e9d._0x4ccacc,-_0x3a6e9d._0x34aec0,-0x5a,-0xaf)+'jective\x20th'+_0x49d15b(-0x27,0x114,0x78,-0x20)+_0x49d15b(_0x3a6e9d._0x9bf313,_0x3a6e9d._0x44c6f1,_0x3a6e9d._0x2326e0,0xd5)+_0x5e25b4(-_0x3a6e9d._0x4ee36f,-_0x3a6e9d._0x4c64e2,-_0x3a6e9d._0x1ea560,-0x1b6)+_0x5e25b4(-_0x3a6e9d._0x167373,-_0x3a6e9d._0x30da71,-0x156,-_0x3a6e9d._0x5886f9),'WxKXP':_0x49d15b(_0x3a6e9d._0x4c32b2,_0x3a6e9d._0x557a58,-0xb,0x44)+_0x5e25b4(-0x222,-_0x3a6e9d._0x272904,-0x186,-0x22e)+_0x5e25b4(-0x20b,-_0x3a6e9d._0x8cac68,-0x217,-0x1cc),'VFHpR':function(_0x3a1f92,_0x391841){return _0x3a1f92(_0x391841);},'YLQRN':_0x5e25b4(-_0x3a6e9d._0x59eb04,-_0x3a6e9d._0x357129,-0x2a2,-0x160),'lajft':'Failed\x20to\x20'+'delete\x20sub'+'-objective'+_0x5e25b4(-0x20e,-0x198,-0x262,-_0x3a6e9d._0x472003),'ermDW':function(_0x4d2edd,_0x3c51b7,_0x308026){return _0x4d2edd(_0x3c51b7,_0x308026);}},{parentObjective:_0x481115,callingTask:_0x14b690}=_0xfd9635,{objectiveId:_0x42c04d}=_0xfd9635[_0x49d15b(0x62,_0x3a6e9d._0x587395,_0x3a6e9d._0x5534da,0xf9)],_0x1bf367=tasks[_0x49d15b(0x27,_0x3a6e9d._0x4dea67,_0x3a6e9d._0x5da12f,0x1b)](_0x42c04d);if(!_0x1bf367){const _0x55b39b={};return _0x55b39b[_0x5e25b4(-_0x3a6e9d._0x368ff4,-_0x3a6e9d._0xd50f14,-0x26d,-0x31c)]=_0x58986d[_0x5e25b4(-_0x3a6e9d._0x59b40b,-_0x3a6e9d._0x184f1b,-_0x3a6e9d._0x4381bf,-0x218)],_0x55b39b[_0x5e25b4(-0x1fb,-0x170,-0x241,-_0x3a6e9d._0x5f54fa)]=_0x5e25b4(-_0x3a6e9d._0x1f37d6,-0x2e2,-0x28b,-0x255)+_0x5e25b4(-_0x3a6e9d._0x390e6a,-_0x3a6e9d._0x5b3f0c,-0x2a2,-_0x3a6e9d._0x3b34dd)+_0x49d15b(0xe5,_0x3a6e9d._0x2b3776,0xd7,_0x3a6e9d._0x50d48a),_0x189f6d[_0x49d15b(0x1a,_0x3a6e9d._0xfc6d2e,_0x3a6e9d._0x24d2d0,-_0x3a6e9d._0x296b45)](0xd59+-0x10*-0x9e+-0x15a5)['json'](_0x55b39b);}if(_0x58986d[_0x5e25b4(-_0x3a6e9d._0x1096f6,-0x21f,-_0x3a6e9d._0x153f6e,-0x26c)](_0x1bf367['parentObje'+_0x49d15b(_0x3a6e9d._0x2ac991,0x187,0xe7,_0x3a6e9d._0x73fd00)],_0x481115[_0x5e25b4(-_0x3a6e9d._0x4af23d,-_0x3a6e9d._0x2193a3,-0x22d,-0x2d5)])){const _0x32f9e7={};return _0x32f9e7[_0x49d15b(-_0x3a6e9d._0x14c7c9,-0x39,0x6,-0x32)]=_0x58986d['ZBSKn'],_0x32f9e7[_0x49d15b(0xcb,0x8b,_0x3a6e9d._0x5baf28,0x143)]=_0x58986d[_0x5e25b4(-0x1c4,-0x1a3,-_0x3a6e9d._0x16ce3c,-0x18b)],_0x189f6d['status'](0x1*-0x1c09+0x11bf+0xbdd)[_0x5e25b4(-_0x3a6e9d._0x1689ab,-0x2b8,-_0x3a6e9d._0x18cd7b,-_0x3a6e9d._0x8e681e)](_0x32f9e7);}if(_0x1bf367[_0x5e25b4(-_0x3a6e9d._0x4a90bb,-_0x3a6e9d._0xac1a57,-_0x3a6e9d._0x136106,-0x1f6)]!==_0x5e25b4(-_0x3a6e9d._0x3b78a5,-_0x3a6e9d._0x1fc6a7,-0x224,-0x307)){if(_0x58986d[_0x5e25b4(-0x2f5,-_0x3a6e9d._0x421dbb,-0x2e2,-_0x3a6e9d._0xfff8d5)](_0x58986d[_0x5e25b4(-0x2cc,-0x325,-0x222,-0x2ee)],_0x58986d['vtyCs'])){const _0x10b66d={};return _0x10b66d[_0x49d15b(_0x3a6e9d._0x10e986,0x68,_0x3a6e9d._0x11f135,0x65)]=_0x58986d['mdruP'],_0x10b66d[_0x49d15b(_0x3a6e9d._0x5b33a9,_0x3a6e9d._0x2b5751,_0x3a6e9d._0x5baf28,_0x3a6e9d._0x5c6177)]=_0x58986d[_0x5e25b4(-0x236,-_0x3a6e9d._0x1a109a,-_0x3a6e9d._0x1d613a,-0x1e9)],_0x189f6d[_0x5e25b4(-_0x3a6e9d._0x4a90bb,-_0x3a6e9d._0x2b198c,-0x2b1,-_0x3a6e9d._0x2f6d4c)](-0x4*0x640+-0x92d+0x7*0x51b)[_0x5e25b4(-0x2b9,-0x2c0,-_0x3a6e9d._0x10992a,-_0x3a6e9d._0xac1a57)](_0x10b66d);}else{_0xc414f9[_0x5e25b4(-0x2a1,-0x294,-_0x3a6e9d._0x108dca,-_0x3a6e9d._0x2233f4)](_0x58986d[_0x5e25b4(-_0x3a6e9d._0x4eff47,-_0x3a6e9d._0x41d811,-0x1dc,-0x200)]);const _0x18db4e={};return _0x18db4e['error']=_0x58986d['KdvbY'],_0x18db4e[_0x49d15b(0xb9,0x150,0xac,_0x3a6e9d._0x110f79)]=_0x58986d[_0x5e25b4(-_0x3a6e9d._0xc26fcb,-_0x3a6e9d._0x301dd4,-_0x3a6e9d._0x2b198c,-_0x3a6e9d._0x2dc01c)],_0x189d2c['status'](0x65b+0x2d8+-0x173*0x5)[_0x5e25b4(-0x2b9,-0x29e,-0x2d9,-0x24d)](_0x18db4e);}}for(const [,_0x2112c4]of tasks[_0x5e25b4(-0x1ed,-_0x3a6e9d._0xf66fba,-0x167,-0x1d9)]()){if(_0x58986d[_0x49d15b(-0xc0,-_0x3a6e9d._0x5a679b,-_0x3a6e9d._0x2b5751,_0x3a6e9d._0x1200ab)](_0x49d15b(_0x3a6e9d._0x3386c5,-_0x3a6e9d._0x2ce338,_0x3a6e9d._0x4dbf9e,0x4a),_0x58986d[_0x5e25b4(-_0x3a6e9d._0x5a95ea,-_0x3a6e9d._0x3c68a8,-_0x3a6e9d._0x20c6b0,-_0x3a6e9d._0x537e7d)])){const _0x2fefe5={};return _0x2fefe5[_0x49d15b(-_0x3a6e9d._0x5714c1,-0x6e,0x6,_0x3a6e9d._0x4b88c7)]=_0x58986d[_0x49d15b(_0x3a6e9d._0x56b69b,-_0x3a6e9d._0x1276d8,_0x3a6e9d._0x5d0be6,_0x3a6e9d._0x4a5f94)],_0x2fefe5['message']='Sub-object'+'ive\x20not\x20fo'+_0x49d15b(_0x3a6e9d._0x3bea4a,_0x3a6e9d._0x5b832b,_0x3a6e9d._0x58bcdd,_0x3a6e9d._0x1980ad),_0x5333e8[_0x5e25b4(-0x27c,-_0x3a6e9d._0xc5b58a,-0x1f5,-0x1fd)](0x16*-0x160+0x2090+-0xbc)['json'](_0x2fefe5);}else{if(_0x58986d['jfwma'](_0x2112c4[_0x49d15b(0x11,0x74,_0x3a6e9d._0x4f4aaf,0xbb)+'ctiveId'],_0x42c04d)&&_0x58986d[_0x5e25b4(-_0x3a6e9d._0x15d599,-0x285,-_0x3a6e9d._0xec1919,-0x2c6)](_0x2112c4[_0x49d15b(_0x3a6e9d._0x17c523,-0x7d,_0x3a6e9d._0x24d2d0,-_0x3a6e9d._0x49e977)],_0x58986d['wkvoh'])){const _0x1b664c={};return _0x1b664c[_0x5e25b4(-0x2a1,-0x21e,-0x2f2,-_0x3a6e9d._0x1f1648)]=_0x58986d[_0x5e25b4(-_0x3a6e9d._0x282b71,-_0x3a6e9d._0x539c97,-0x2e1,-0x2cb)],_0x1b664c[_0x49d15b(_0x3a6e9d._0x3f1b59,0xb3,_0x3a6e9d._0x316047,0x111)]=_0x58986d['ofFxh'],_0x189f6d[_0x5e25b4(-0x27c,-_0x3a6e9d._0x3e0c19,-0x237,-_0x3a6e9d._0x3b78a5)](0x7*0x36f+-0x43f+0x1231*-0x1)[_0x5e25b4(-0x2b9,-_0x3a6e9d._0x21a6b7,-_0x3a6e9d._0x301dd4,-0x32e)](_0x1b664c);}}}const _0x189b36={};_0x189b36[_0x5e25b4(-_0x3a6e9d._0x4af23d,-0x1de,-_0x3a6e9d._0x1bf605,-_0x3a6e9d._0x5380ed)]=_0x14b690[_0x49d15b(0x10b,0xc9,_0x3a6e9d._0x145e1b,_0x3a6e9d._0xb1e883)],_0x189b36[_0x5e25b4(-_0x3a6e9d._0x39145d,-_0x3a6e9d._0x11a8b6,-0x1c5,-_0x3a6e9d._0x2f49a3)+_0x5e25b4(-_0x3a6e9d._0x5037c4,-_0x3a6e9d._0x56a0bf,-_0x3a6e9d._0xfc12b2,-0x1bb)]=_0x481115[_0x5e25b4(-_0x3a6e9d._0x4af23d,-_0x3a6e9d._0x3ae7dc,-_0x3a6e9d._0x15ffab,-0x1df)];function _0x49d15b(_0x5a7827,_0x305c78,_0x594794,_0x9ec09f){return _0x4651f7(_0x5a7827-0x11e,_0x594794-0x103,_0x5a7827,_0x9ec09f-_0x57a678._0xdf62dc);}_0x189b36['subObjecti'+_0x49d15b(_0x3a6e9d._0x13767b,-0x24,0x76,0xac)]=_0x42c04d,_0x189b36[_0x49d15b(-_0x3a6e9d._0x155d09,-_0x3a6e9d._0x2102cc,0x15,-0x65)+_0x5e25b4(-0x26b,-0x258,-0x297,-0x1e5)]=_0x1bf367['name'],logger[_0x5e25b4(-_0x3a6e9d._0x21facc,-0x276,-0x2ee,-0x289)](_0x58986d[_0x49d15b(-_0x3a6e9d._0x7f8af2,_0x3a6e9d._0x101547,_0x3a6e9d._0x27e1be,_0x3a6e9d._0x7a678d)],_0x189b36),tasks[_0x5e25b4(-0x278,-_0x3a6e9d._0x466612,-0x1ef,-_0x3a6e9d._0x3a6959)](_0x42c04d);try{const _0x24f38c=await _0x58986d[_0x49d15b(-_0x3a6e9d._0x13901a,-_0x3a6e9d._0x1e09dc,-0x13,0xd)](findTaskDirectory,_0x42c04d);if(_0x24f38c){if(_0x49d15b(-_0x3a6e9d._0x557a58,_0x3a6e9d._0x52e3b0,_0x3a6e9d._0x990ca0,0x5a)!==_0x58986d['YLQRN']){const _0x49aae6={};_0x49aae6[_0x49d15b(0x5d,0x3b,_0x3a6e9d._0x101547,-0x30)]=!![],_0x49aae6[_0x49d15b(_0x3a6e9d._0x110f79,_0x3a6e9d._0x47a319,_0x3a6e9d._0x446272,_0x3a6e9d._0x2cb60e)]=!![],await _0x1cceef['rm'](_0x24f38c,_0x49aae6);}else{const _0x51f417={};_0x51f417[_0x49d15b(-_0x3a6e9d._0x55e4ca,_0x3a6e9d._0x2e0b34,0x63,_0x3a6e9d._0x497b3f)]=_0x5b94aa,_0x58986d[_0x49d15b(-_0x3a6e9d._0x39f261,_0x3a6e9d._0x269fae,-_0x3a6e9d._0x14d602,-0x50)](_0x2a244d,_0x58986d[_0x5e25b4(-_0x3a6e9d._0x3aacb5,-_0x3a6e9d._0x227893,-_0x3a6e9d._0xc1f66d,-_0x3a6e9d._0x3b06bb)],_0x51f417);}}}catch(_0x4582d2){const _0x1eddea={};_0x1eddea[_0x49d15b(0x57,_0x3a6e9d._0x43a72d,_0x3a6e9d._0x3906c1,0x98)+'d']=_0x42c04d,_0x1eddea[_0x49d15b(-_0x3a6e9d._0x29aab9,0x1a,_0x3a6e9d._0x11f135,-_0x3a6e9d._0x110f79)]=_0x4582d2[_0x49d15b(_0x3a6e9d._0x1b57d2,0xf4,0xac,0x10c)],logger[_0x5e25b4(-_0x3a6e9d._0x248fa7,-0x337,-_0x3a6e9d._0x2bc38b,-_0x3a6e9d._0x4095c4)](_0x58986d[_0x49d15b(-0x64,-0x47,-_0x3a6e9d._0x5a503b,-_0x3a6e9d._0x2abb3b)],_0x1eddea);}if(broadcastTaskUpdate){const _0x9e114d={};_0x9e114d[_0x49d15b(0xa7,0xff,0x63,_0x3a6e9d._0x22a7d8)]=_0x42c04d,_0x58986d['ermDW'](broadcastTaskUpdate,_0x58986d['TjGeS'],_0x9e114d);}const _0x3f510a={};_0x3f510a[_0x49d15b(0xa0,0x109,_0x3a6e9d._0x2f3658,_0x3a6e9d._0x4ac301)]=_0x14b690['taskId'],_0x3f510a[_0x5e25b4(-_0x3a6e9d._0x4c5921,-0x21f,-_0x3a6e9d._0x23ec41,-_0x3a6e9d._0x3ec141)+_0x49d15b(0x26,-0x21,0x76,0xb0)]=_0x42c04d,logger[_0x5e25b4(-_0x3a6e9d._0x21facc,-_0x3a6e9d._0x1e0bfd,-_0x3a6e9d._0x528cb2,-_0x3a6e9d._0x309da4)](_0x5e25b4(-0x261,-0x1fe,-0x2e8,-0x252)+_0x5e25b4(-_0x3a6e9d._0x5e94b5,-_0x3a6e9d._0x407755,-0x1b6,-_0x3a6e9d._0x4212b1)+_0x49d15b(-0x22,-_0x3a6e9d._0x3bea4a,-0x53,-_0x3a6e9d._0x42b048),_0x3f510a);const _0x293f7d={};_0x293f7d[_0x5e25b4(-_0x3a6e9d._0x560609,-_0x3a6e9d._0x4557b3,-_0x3a6e9d._0x4c2da0,-0x1e3)]=!![],_0x293f7d[_0x5e25b4(-_0x3a6e9d._0xa8a15a,-0x2d0,-0x2d2,-_0x3a6e9d._0x4c0bbc)]=_0x42c04d,_0x189f6d[_0x49d15b(_0x3a6e9d._0x4878c0,-0xb5,-0x12,-_0x3a6e9d._0x13901a)](_0x293f7d);});function generateObjectiveId(){const _0x5d554e={_0x122e5f:0x1cf,_0x3be8f4:0x239,_0x11b9bd:0x21c,_0xe0ca04:0x435,_0x3925c9:0x3f5,_0x2beb73:0x434,_0x252613:0x47f,_0x312207:0x400,_0x14aa10:0x475},_0x8e5a73={_0x3b71c8:0x18e,_0xf090ab:0x1b3},_0x947cb4={_0xf8f640:0x3ae,_0x69b132:0x1d0,_0x186d01:0x0};function _0x39d77f(_0x354fb1,_0x4101de,_0x3e716d,_0x21f407){return _0x5ca3a3(_0x3e716d- -_0x947cb4._0xf8f640,_0x4101de-_0x947cb4._0x69b132,_0x4101de,_0x21f407-_0x947cb4._0x186d01);}function _0xa35118(_0xda31e6,_0xc3d26a,_0x2ec4ae,_0x1dd151){return _0x5ca3a3(_0x2ec4ae-0x2c0,_0xc3d26a-_0x8e5a73._0x3b71c8,_0xda31e6,_0x1dd151-_0x8e5a73._0xf090ab);}return Date[_0x39d77f(-0x2ae,-_0x5d554e._0x122e5f,-_0x5d554e._0x3be8f4,-_0x5d554e._0x11b9bd)]()+'-'+Math[_0xa35118(_0x5d554e._0xe0ca04,0x430,_0x5d554e._0x3925c9,_0x5d554e._0x2beb73)]()[_0xa35118(_0x5d554e._0x252613,_0x5d554e._0x312207,0x3ff,_0x5d554e._0x14aa10)](0x21fe+0xcaf*0x1+0x13*-0x273)['substr'](-0x8*-0x4+0x1888+-0xa*0x277,-0xdc7*0x1+-0x623+0x13f3);}function _0xf270(){const _0x360048=['vgLhz1G','igeGiM5HBwuIia','AxnZAw5NifGTva','uwDqu20','C291CMnLt2jQzq','zvbHDgG','wMPqrem','swPnshG','yxnRswq','igzYB20GzgLZAW','BKfjwxy','vgHPCYb0yxnRia','AMvJDgL2zq','tM90iezVDw5K','z2v0','AxnbCNjHEq','tgPNDK8','Aw5NihnPyMXPBG','C1vOreG','Bwf4','yMnTrLC','CM96AuK','ueP2rxe','zgf0zq','u2vYDMLJzsbUBW','zIb0AguGCgfYzq','ChvZAa','CLvMtKO','BwvZC2fNzq','zLzguue','C2LIBgLUz3m','zwn0AxzLig5Via','AxfvtxO','BsbHBIbVyMPLyW','DgL2zq','sfrwA1K','yxnRvxbKyxrL','y3rPDMu','B3v0ihbHCMvUDa','BMfTzq','C3rZ','mJq0nNPeBLvpBW','zw50CMLLCW','DgfZAY1KzwXLDa','uKvYuLO','quLtAfy','BIb0yxnRieLe','y2X1zguGiM9IAG','DhD2yuy','verYDue','AxzLigrLBgv0zq','t2jQzwn0AxzLia','zsb1CgrHDgu','z2v0vvrdrgf0zq','C3rYAw5NAwz5','BfjWr2u','DgfZA3m','AgvHzgvYCW','CvHrwxa','igLUAxrPywXPEG','zM9Yy2u','Dg9Hrxm','Aw5ZDhj1y3rPBW','AvnRAfy','yxqGBgvHC3qGBW','lZPPza','uez3vvm','nJblvhP4z3e','uwHRq3O','tfnWy1O','BLfKvLe','Dw5K','Dw5JAgvKigzYBW','BMfTzsbVCIbPBG','l3bHCMvUDa','DNbOtvK','B2jQzwn0AxzLsq','u2L1rM4','zw4GzMLYC3qU','BhDHz1a','zw52','Bg9Uz2vYigv4Aq','BgrYzw4UierLBa','v25cq2C','yM9KEq','Cfr4DKq','C05Tsu0','y3rPDMvjza','EMvK','ihjLCxvLC3qGDW','u0T3A0O','sMHJrNa','AujbyKm','DxbKyxrLzef0','rKLJyM0','ywDLBNrZ','nJuZntfduuD5zfa','AK1JELe','AxzLig5VDcbMBW','q2fUBM90igrLBa','C3rYAw5N','z3jHBMrWyxjLBG','A1LiveW','zhKGBxvZDcbPBG','rejdue0','qMfKifjLCxvLCW','thbmueu','Bwv0ywrHDgeUAG','C29YDe9YzgvY','zxrLihn1yI1VyG','y3jLyxrLza','ufnrt0O','DgjyC2q','mtq5mZy4D1blwhbe','Aw5NihbHCMvUDa','zw52AxjVBM1LBG','zcbIEsb0yxnR','DLnJvLm','rM9YyMLKzgvU','z2uGCgf0AcbUBW','zw1LBNqGD2L0Aa','AwvREhO','ntmWmta1D1flBhvv','rurczu0','ELLNyvK','B3v0Chv0','nJLsBe1drLG','yxnRluLKigHLyq','zgvSzxrLihn1yG','l3n1yI1VyMPLyW','v1HUueu','vgfZAYbZDg9Yyq','C29U','zwn0AxzL','Bgf1BMnOq291BG','q3vdsNi','DNbWwg0','B25MyLu','BMuGzMLLBgqGka','yI1VyMPLy3rPDG','CgfKu3rHCNq','z2v0vvrdtw9UDa','we9yy0G','quDhqwm','CgvYC2LZDcbVyG','D2fYBG','Aw5MBW','BgfQzNq','vefts19mt0fexW','zwqGyNKGDgfZAW','mtHKrhfWuNG','BfLVr0G','teTpDfC','EKXYEwS','zu1ZAfO','Cgf0y2G','t05hyuq','swXNAM0','vgfYz2v0igLZia','l2nOAwXKCMvU','y3jLyxrLzef0','te5cB1K','y3LuEhO','CezIwue','uvn6we0','q2nMEwq','CYbIEsbjra','ANLNDLu','C2v0','AKngsvK','v3fHCKW','ihjLCxvLC3qGBq','v3Hht0e','CNDQuem','vw5HDxrOB3jPEG','BMv3lxrHC2S','B3f2z3K','De9IAMvJDgL2zq','y3jLyxrLzej5','tejSCMW','vKziCfi','ANnVBG','B2jQzwn0AxzLCW','ENbyrfa','AxzLihvWzgf0zq','yNjVywrJyxn0va','C1blCu0','Dwn0Aw9UCY5Tza','vgfZAYbKzwXLDa','AKvXB2q','vgPhzvm','Dw1bBfC','C3rYDwn0Aw9UCW','DgfZAY11CgrHDa','y0jVCvK','sgXTwuW','CxvItvG','uxvHuKO','oteYmtyZCLLry3by','DgfZAY1PBNn0CG','swzjzw8','z25fyvu','y1Hkwhy','wfPJEuS','v3Hlwfa','zxjYB3i','CMfUzg9T','uM91DgvY','zfrUqwy','DcbPBML0AwfSAq','ChL4t3m','r29kww0','ode2nty0Ahbxu1Hv','mZq0otjTzwvkveC','tMr5CeG','z2v0vvrdrNvSBa','Dg9tDhjPBMC','BM90igfUig9IAG','DwDMBvu','vgfZAYbHDhrLBq','C3vIt2jQzwn0Aq','ChrLzcbVyMPLyW','ihjVDxrLig5VDa','AxnqAw5Uzwq','tw9ICgW','rMfPBgvKihrVia','mtGWr3LqzNfv','zwrbDa','ruzkt1q','C2v0vvrdrgf0zq','zuP5EvK','y2HPBgrYzw4','zfznyLi','zu91sxG','BgfZDeXHDw5JAa','ksbTDxn0igjLia','shjAqKK','zgnSAxC','igeGy2HPBgqGBW','refzuW','BwfUDwfS','vgfZAY1jzcbOzq','C3rHDhvZ','yxrLzcbIEsb0yq','DfHAz1C','zwn0AxzLCYiGyq','zgvSzxrL','yNjHBMnOzxm','tLjjAKe','rNbotKe','ugfYzw50ig9IAG','ALzvt1G','CgfYyw1LDgvYCW','CgfYzw50t2jQzq','C29YDa','wwvHCG','AMz3Bwe','AMvJDgL2zxm','AM9PBG','DMvoyw1L','vMX0qwC','D1Ltt28','D2fZig5VDcbSyq','DgfZA1r5Cgu','CgvYC2LZDcbZDq','s1LbqNG','zwrcEvrHC2Tjza','CKTZwNm','AxrOihvUA25VDW','u3vIlw9IAMvJDa','BM93','sgnbwKm','B2jQzwn0AxzL','yxqGAw5KzxGG','zMP2thO','ChnSvxC','wu1IChK','CMv3z2y','BM90igzVDw5K','BNqGB2jQzwn0Aq','v0jptNG','yvHwvhO','AxfSwfO','BwTKAxi','sfzpCxC','zxrLignOAwXKCG','qMTpqKO','vxvwve8','vgfZAYbJCMvHDa','zxj2zxiGrxjYBW','zgvSzxrLzeLK','Dg9ju09tDhjPBG','Aw5NignOAwXKia','v25NzMC','DgfZA1n0B3jHzW','sw50zxjUywWGuW','vgfZAYbMzxrJAa','BgfZDe1VzgLMAq','DgfZA0LK','BvziA1C','vgfZAYb1CgrHDa','zxnkwwe','l3nPyMXPBMDZ','AxzLigLZig5VDa','DgL2zsbTyw5HzW','D3jPDgvgAwXL','qxqGBgvHC3qGBW','ig9IAMvJDgL2zq','DcbJB25MAwD1CG','zwn0AxzLihvWza','vu5rreC','CgfYyw1Z','qKDRC2G','EvLls1u','EKvzExG','sMrVzfu','zYbVyMPLy3rPDG','DMvjza','u2rOuvq','yxqGAgfZignOAq','tNfrvgy','zgvY','r2TvDK8','CMvJDxjZAxzL','ANbrEhK','Ahzptvy','C2LIBgLUz0nVDq','vNPoqwC','ChHSqLy','tevssKi','qxr6zgO','BwfUywDLBwvUDa','Aw5Nihn1yI1VyG','C3vJy2vZCW','q29UzMXPy3q','BgvUz3rO','AxzLCYbJCMvHDa','Cg9ZDa','DgL2zxmVoM9IAG','uMvXDwvZDcbIBW','DxrMltG','tgLXrKm','lw9IAMvJDgL2zq'];_0xf270=function(){return _0x360048;};return _0xf270();}async function findTaskDirectory(_0x382f56){const _0x6e053b={_0x400a74:0x210,_0x2c6a46:0x1f0,_0x22cf94:0x94,_0x5666b9:0x10a,_0x45873e:0xb8,_0x1f7bf8:0x7e,_0x6cfab7:0x93,_0x18ccc2:0x6e,_0x1dfaed:0x36,_0x13d58c:0xbb,_0xe1a5c6:0x57,_0x5848b1:0x169,_0x528f94:0x162,_0x3021de:0x1ad,_0x1c4099:0x1b6,_0x41ca42:0x14d,_0xae2d17:0x17f,_0xa17079:0x10a,_0x20b39b:0x207,_0x5a4d59:0xe1,_0x444e5f:0x5a,_0x2728f4:0xed,_0xd28014:0x6,_0x40e890:0x62,_0x5bcd25:0x3,_0x21f4c6:0x58,_0x79df5e:0xe2,_0x33d352:0x75,_0x5d3dd2:0x90,_0x2200c5:0xd8,_0x5ea2f7:0x88},_0x3b7ed5={_0xebffdb:0xf,_0x15e1b1:0x1af},_0x287c70={_0x5c436e:0x1c6},_0x266a88={'nQJsV':function(_0x2cac4c,_0xb41a56){return _0x2cac4c(_0xb41a56);},'LKOtW':function(_0x3e5f7d,_0xc8430){return _0x3e5f7d<=_0xc8430;},'kvKCr':function(_0x82a1c3,_0x32dfa3){return _0x82a1c3-_0x32dfa3;},'yYKKU':function(_0x537d82,_0x31c03b){return _0x537d82(_0x31c03b);},'fmHoQ':function(_0x1da3e1,_0x18e442){return _0x1da3e1+_0x18e442;},'xHqQk':function(_0x117efb,_0x4732a2){return _0x117efb(_0x4732a2);}};if(!taskStoragePath)return null;const _0x4e5184=_0x266a88['nQJsV'](parseInt,process[_0x30f67f(0x20a,0x17d,_0x6e053b._0x400a74,_0x6e053b._0x2c6a46)][_0x319090(_0x6e053b._0x22cf94,0x1a3,0x176,_0x6e053b._0x5666b9)+_0x30f67f(0xf3,0xc5,_0x6e053b._0x45873e,_0x6e053b._0x1f7bf8)])||0x14*-0xff+0x1743+-0x1ea,_0x7e26bd=new Date();function _0x30f67f(_0x5055b4,_0x1f6bbe,_0x3c8f71,_0x77bcf5){return _0x4651f7(_0x5055b4-0xa3,_0x1f6bbe-0x1a0,_0x5055b4,_0x77bcf5-_0x287c70._0x5c436e);}function _0x319090(_0x2146e7,_0x4046fd,_0x50352e,_0x363a9d){return _0x5ca3a3(_0x363a9d-_0x3b7ed5._0xebffdb,_0x4046fd-0x1a0,_0x50352e,_0x363a9d-_0x3b7ed5._0x15e1b1);}for(let _0x18dd33=0x5e9*0x3+-0x2233+0x1078;_0x266a88[_0x30f67f(_0x6e053b._0x6cfab7,_0x6e053b._0x18ccc2,_0x6e053b._0x1dfaed,0x8d)](_0x18dd33,_0x4e5184);_0x18dd33++){const _0x5de744=new Date(_0x7e26bd);_0x5de744[_0x30f67f(0x12a,_0x6e053b._0x13d58c,_0x6e053b._0xe1a5c6,0x15b)](_0x266a88['kvKCr'](_0x5de744[_0x30f67f(_0x6e053b._0x5848b1,_0x6e053b._0x528f94,0x17e,_0x6e053b._0x3021de)](),_0x18dd33));const _0x2840eb=_0x5de744[_0x319090(_0x6e053b._0x1c4099,0xc3,0x17f,_0x6e053b._0x41ca42)+_0x319090(_0x6e053b._0xae2d17,_0x6e053b._0xa17079,_0x6e053b._0x20b39b,0x175)](),_0x20e746=_0x266a88[_0x30f67f(0x105,0x10f,0x1b1,_0x6e053b._0x5a4d59)](String,_0x266a88['fmHoQ'](_0x5de744[_0x319090(_0x6e053b._0x444e5f,_0x6e053b._0x2728f4,0x67,0x103)+'h'](),-0x1*0x1fd3+-0x10c*0x3+-0x2ea*-0xc))[_0x30f67f(-_0x6e053b._0xd28014,_0x6e053b._0x40e890,_0x6e053b._0x5bcd25,_0x6e053b._0x21f4c6)](-0x1a5b+0xb89+0x76a*0x2,'0'),_0x197834=_0x266a88['xHqQk'](String,_0x5de744[_0x30f67f(_0x6e053b._0x79df5e,_0x6e053b._0x528f94,0xbb,0x122)]())[_0x319090(0x108,0x19c,_0x6e053b._0x33d352,0x102)](-0x2b9+0x1da4+-0x1ae9,'0'),_0x565042=_0x315ca4[_0x30f67f(_0x6e053b._0x5d3dd2,_0x6e053b._0x2200c5,0x111,_0x6e053b._0x5ea2f7)](taskStoragePath,_0x2840eb+'-'+_0x20e746,_0x2840eb+'-'+_0x20e746+'-'+_0x197834,_0x382f56);try{return await _0x1cceef['access'](_0x565042),_0x565042;}catch{}}return null;}async function createObjectiveDirectory(_0x5eeb88,_0x34daef){const _0x3dae06={_0x1a61aa:0xd,_0x15f651:0xba,_0x256d65:0x14a,_0x131db7:0x3b,_0x35c901:0x59,_0x516d07:0x42,_0x200211:0x15c,_0x225358:0x1e0,_0x77d053:0xf9,_0x4a3997:0x6a,_0x7d699a:0x188,_0x50f770:0xe9,_0x55832f:0xbb,_0x22b385:0x13f,_0x326382:0xd1,_0x4d50f8:0xda,_0x27c424:0x10c,_0x355f27:0x11a,_0x1db437:0xf5,_0x10929c:0x97,_0x3a3e2f:0x2c,_0x3f3efb:0x12a},_0x319659={_0x233db5:0x134,_0x2a22a8:0x1bd},_0xac4038={'iqlXZ':_0x13ac05(_0x3dae06._0x1a61aa,0xb1,_0x3dae06._0x15f651,_0x3dae06._0x256d65),'ugfmU':_0x13ac05(-_0x3dae06._0x131db7,-0x13,_0x3dae06._0x35c901,_0x3dae06._0x516d07)+_0xfed9a2(-_0x3dae06._0x200211,-_0x3dae06._0x225358,-0x198,-0x1a2)+_0xfed9a2(-_0x3dae06._0x77d053,-_0x3dae06._0x4a3997,-0x7e,-0xe5)+'ed','eOuIx':function(_0xe9861,_0x304296){return _0xe9861(_0x304296);}};if(!taskStoragePath){if(_0xac4038['iqlXZ']!==_0xac4038[_0xfed9a2(-_0x3dae06._0x7d699a,-_0x3dae06._0x50f770,-0x165,-0xff)])_0x546237=_0x4b1f0b[_0xfed9a2(-0x104,-0xf7,-0x37,-0xaf)](_0x1ad63c,_0x15b4fe['sortOrder']);else throw new Error(_0xac4038[_0xfed9a2(-_0x3dae06._0x55832f,-0xb8,-0x1b7,-_0x3dae06._0x22b385)]);}const _0xb59238=new Date(_0x34daef),_0x34acfd=_0xb59238['getUTCFull'+_0xfed9a2(-_0x3dae06._0x326382,-_0x3dae06._0x4d50f8,-_0x3dae06._0x27c424,-_0x3dae06._0x355f27)](),_0x24cdc9=_0xac4038[_0xfed9a2(-_0x3dae06._0x1db437,-0x11f,-0x181,-0x130)](String,_0xb59238[_0x13ac05(-0x4d,-0x9,-0x28,-_0x3dae06._0x10929c)+'h']()+(0x1ea9+0xe7*0x2+0xad2*-0x3))[_0xfed9a2(-0x1f4,-0x19a,-_0x3dae06._0x256d65,-0x18d)](-0x2a2*0x6+0x1*0xe3e+0x190,'0'),_0x483bfd=String(_0xb59238['getUTCDate']())['padStart'](-0x17e*0x1+0x1*0x187+-0x7,'0'),_0x47c4be=_0x315ca4[_0x13ac05(0xcf,0x6c,0x10e,_0x3dae06._0x3a3e2f)](taskStoragePath,_0x34acfd+'-'+_0x24cdc9,_0x34acfd+'-'+_0x24cdc9+'-'+_0x483bfd,_0x5eeb88);function _0xfed9a2(_0x236624,_0x47315f,_0x1a95cb,_0x5262fa){return _0x4651f7(_0x236624-0x1af,_0x5262fa- -0x4f,_0x1a95cb,_0x5262fa-0x40);}function _0x13ac05(_0x2b23df,_0x3edf37,_0x5111ac,_0x5eaf09){return _0x4651f7(_0x2b23df-0x162,_0x3edf37-_0x319659._0x233db5,_0x2b23df,_0x5eaf09-_0x319659._0x2a22a8);}const _0x319a7f={};return _0x319a7f[_0xfed9a2(-0xf1,-0x13e,-_0x3dae06._0x3f3efb,-0xd6)]=!![],await _0x1cceef['mkdir'](_0x47c4be,_0x319a7f),_0x47c4be;}export default router;
|