@profoundlogic/coderflow-server 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/dist/base-image/entrypoint.sh +2 -1
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -0
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -0
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/init.js +1 -1
  24. package/dist/lib/cli/jira.js +1 -1
  25. package/dist/lib/cli/license.js +1 -1
  26. package/dist/lib/cli/server-manager.js +1 -1
  27. package/dist/lib/config-migration.js +1 -1
  28. package/dist/lib/container-credential-sync.js +1 -1
  29. package/dist/lib/container-tokens.js +1 -1
  30. package/dist/lib/data-dir.js +1 -1
  31. package/dist/lib/deployment-history.js +1 -1
  32. package/dist/lib/deployment-service.js +1 -1
  33. package/dist/lib/docker-utils.js +1 -1
  34. package/dist/lib/email.js +1 -1
  35. package/dist/lib/emailTemplates.js +1 -1
  36. package/dist/lib/entitlement.js +1 -1
  37. package/dist/lib/fetch-utils.js +1 -1
  38. package/dist/lib/git-commit-details-route.js +1 -1
  39. package/dist/lib/git-history-diff-guardrails.js +1 -1
  40. package/dist/lib/git-provider-service.js +1 -1
  41. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  42. package/dist/lib/git-provider-setup/index.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  45. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  46. package/dist/lib/git-providers/github-app-provider.js +1 -1
  47. package/dist/lib/git-providers/index.js +1 -1
  48. package/dist/lib/git-providers/provider-factory.js +1 -1
  49. package/dist/lib/git-providers/provider-interface.js +1 -1
  50. package/dist/lib/github-urls.js +1 -1
  51. package/dist/lib/group-objective-linking.js +1 -1
  52. package/dist/lib/jira-client.js +1 -1
  53. package/dist/lib/judge-blinding.js +1 -1
  54. package/dist/lib/logger.js +1 -1
  55. package/dist/lib/migration-to-scoped-rbac.js +1 -0
  56. package/dist/lib/model-fetcher.js +1 -1
  57. package/dist/lib/notifications.js +1 -1
  58. package/dist/lib/objective-context.js +1 -1
  59. package/dist/lib/oidc-auth.js +1 -1
  60. package/dist/lib/oidc-device-flow.js +1 -1
  61. package/dist/lib/passwordTokens.js +1 -1
  62. package/dist/lib/permission-resolver.js +1 -0
  63. package/dist/lib/pin-cascade.js +1 -1
  64. package/dist/lib/provider-accounts.js +1 -1
  65. package/dist/lib/provider-oauth.js +1 -1
  66. package/dist/lib/provider-profile.js +1 -1
  67. package/dist/lib/provider-token-refresh.js +1 -1
  68. package/dist/lib/request-url.js +1 -1
  69. package/dist/lib/rewind.js +1 -1
  70. package/dist/lib/role-definitions.js +1 -0
  71. package/dist/lib/roles.js +1 -1
  72. package/dist/lib/secrets.js +1 -1
  73. package/dist/lib/setup-repo-git-auth.js +1 -1
  74. package/dist/lib/state-capture.js +1 -1
  75. package/dist/lib/static-files.js +1 -1
  76. package/dist/lib/task-name-format.js +1 -1
  77. package/dist/lib/task-name-generator.js +1 -1
  78. package/dist/lib/task-source-metadata.js +1 -0
  79. package/dist/lib/teams.js +1 -0
  80. package/dist/lib/user-git-oauth.js +1 -1
  81. package/dist/lib/user-git-tokens.js +1 -1
  82. package/dist/lib/users.js +1 -1
  83. package/dist/middleware/requireAuth.js +1 -1
  84. package/dist/middleware/requireInit.js +1 -1
  85. package/dist/middleware/requirePermission.js +1 -1
  86. package/dist/package-lock.json +211 -21
  87. package/dist/package.json +2 -1
  88. package/dist/playwright.config.js +1 -0
  89. package/dist/routes/apiKeys.js +1 -1
  90. package/dist/routes/auth-oidc.js +1 -1
  91. package/dist/routes/auth.js +1 -1
  92. package/dist/routes/automations.js +1 -0
  93. package/dist/routes/bindings.js +1 -0
  94. package/dist/routes/build.js +1 -1
  95. package/dist/routes/containers.js +1 -1
  96. package/dist/routes/deploy-task.js +1 -1
  97. package/dist/routes/environment-management.js +1 -1
  98. package/dist/routes/environments.js +1 -1
  99. package/dist/routes/external-skills.js +1 -1
  100. package/dist/routes/git-credentials.js +1 -1
  101. package/dist/routes/git-oauth.js +1 -1
  102. package/dist/routes/git-provider-setup.js +1 -1
  103. package/dist/routes/health.js +1 -1
  104. package/dist/routes/jira.js +1 -1
  105. package/dist/routes/objective-management.js +1 -1
  106. package/dist/routes/password.js +1 -1
  107. package/dist/routes/prompt.js +1 -1
  108. package/dist/routes/provider-auth.js +1 -1
  109. package/dist/routes/qa.js +1 -1
  110. package/dist/routes/roles.js +1 -0
  111. package/dist/routes/settings.js +1 -1
  112. package/dist/routes/skill-management.js +1 -1
  113. package/dist/routes/skills.js +1 -1
  114. package/dist/routes/tasks.js +1 -1
  115. package/dist/routes/teams.js +1 -0
  116. package/dist/routes/templates.js +1 -1
  117. package/dist/routes/test-task.js +1 -1
  118. package/dist/routes/test.js +1 -1
  119. package/dist/routes/users.js +1 -1
  120. package/dist/routes/visualizations.js +1 -1
  121. package/dist/scripts/create-user.js +1 -1
  122. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  123. package/dist/scripts/migrate-to-scoped-rbac.js +2 -0
  124. package/dist/start.js +1 -1
  125. package/dist/start.js.bak +1381 -0
  126. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  127. package/dist/web-ui/public/activity-feed.js +1 -1
  128. package/dist/web-ui/public/activity-formatters.js +1 -1
  129. package/dist/web-ui/public/agent-event-parser.js +1 -1
  130. package/dist/web-ui/public/app.js +1 -1
  131. package/dist/web-ui/public/approve-dialog.js +1 -1
  132. package/dist/web-ui/public/automation-links.js +1 -0
  133. package/dist/web-ui/public/automation-schedule.js +1 -0
  134. package/dist/web-ui/public/comments-widget.js +1 -1
  135. package/dist/web-ui/public/diff-utils.js +1 -1
  136. package/dist/web-ui/public/docs/_sidebar.md +1 -0
  137. package/dist/web-ui/public/docs/admin/automations.md +75 -0
  138. package/dist/web-ui/public/docs/admin/users-and-roles.md +14 -4
  139. package/dist/web-ui/public/environments.css +247 -125
  140. package/dist/web-ui/public/environments.html +346 -2
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.css +42 -0
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.html +15 -0
  146. package/dist/web-ui/public/git-history.js +1 -1
  147. package/dist/web-ui/public/git-status.js +1 -1
  148. package/dist/web-ui/public/index.html +27 -0
  149. package/dist/web-ui/public/index.js +1 -1
  150. package/dist/web-ui/public/login.js +1 -1
  151. package/dist/web-ui/public/markdown-editor.js +1 -1
  152. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  153. package/dist/web-ui/public/modal-maximize.js +1 -1
  154. package/dist/web-ui/public/notifications.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.html +247 -0
  157. package/dist/web-ui/public/roles.js +1 -0
  158. package/dist/web-ui/public/server-health.js +1 -1
  159. package/dist/web-ui/public/settings.html +62 -0
  160. package/dist/web-ui/public/settings.js +1 -1
  161. package/dist/web-ui/public/setup-password.js +1 -1
  162. package/dist/web-ui/public/skills.html +15 -0
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +198 -161
  167. package/dist/web-ui/public/task.html +2 -2
  168. package/dist/web-ui/public/task.js +1 -1
  169. package/dist/web-ui/public/teams.html +285 -0
  170. package/dist/web-ui/public/teams.js +1 -0
  171. package/dist/web-ui/public/terminal.js +1 -1
  172. package/dist/web-ui/public/theme.js +1 -1
  173. package/dist/web-ui/public/users.html +87 -29
  174. package/dist/web-ui/public/users.js +1 -1
  175. package/dist/web-ui/public/variant-grouping.js +1 -1
  176. package/package.json +6 -3
@@ -1 +1 @@
1
- (function(_0x2e9601,_0x4c70ff){const _0x50e682={_0x47e88b:0x7f,_0x4b166b:0xb2,_0x37d05e:0x133,_0x24790d:0x10f,_0x37f43b:0x22b,_0x8c7535:0x1bc,_0x4cdbe7:0x190,_0xa7d1f2:0x217,_0x55fb6e:0x216,_0x364b1e:0x251,_0x307891:0x233,_0x4bd920:0x284,_0x13997f:0x70,_0x16f869:0xbf,_0x3b9ecd:0x76,_0x31870e:0x81,_0x3e3e53:0x5e,_0xbd22ee:0xe1,_0x3bcb14:0x148,_0x85f93b:0x100,_0x570e60:0x162,_0x13d7ab:0x130};function _0x1ee812(_0xcb10ec,_0x5b8a57,_0x1ccf3d,_0x4e1cb2){return _0x8067(_0xcb10ec- -0x249,_0x1ccf3d);}function _0x298932(_0x35b593,_0x504b75,_0x45dafc,_0x130faf){return _0x8067(_0x35b593-0x94,_0x45dafc);}const _0xab31aa=_0x2e9601();while(!![]){try{const _0x20545d=-parseInt(_0x1ee812(-0x31,_0x50e682._0x47e88b,-_0x50e682._0x4b166b,0x1e))/(0x926+0x2166+-0x2a8b)*(-parseInt(_0x1ee812(-_0x50e682._0x37d05e,-0x189,-0xb4,-_0x50e682._0x24790d))/(-0x2*0x503+-0x1*-0x175a+-0x5*0x2aa))+parseInt(_0x298932(_0x50e682._0x37f43b,_0x50e682._0x8c7535,0x1bc,0x2c1))/(-0xf*-0x24c+-0x20d3*-0x1+-0x4344)*(-parseInt(_0x298932(_0x50e682._0x4cdbe7,0x10b,0x1ad,0x192))/(-0x3b*0x92+-0xc89+0x2e33))+parseInt(_0x298932(0x201,0x1d1,_0x50e682._0xa7d1f2,_0x50e682._0x55fb6e))/(-0x8e8+0x1647+-0xd5a)*(-parseInt(_0x298932(_0x50e682._0x364b1e,_0x50e682._0x307891,0x206,_0x50e682._0x4bd920))/(0x1092*-0x2+-0x3*-0x43c+-0x1476*-0x1))+-parseInt(_0x1ee812(-0x8b,-0x12f,-0x58,-_0x50e682._0x13997f))/(-0x2168+0x1*0xb9d+-0x7*-0x31e)+parseInt(_0x1ee812(-0x84,-_0x50e682._0x16f869,-_0x50e682._0x3b9ecd,-0x47))/(-0x191*0x1+-0x142d+-0xae3*-0x2)+-parseInt(_0x1ee812(-_0x50e682._0x31870e,-0x89,-_0x50e682._0x3e3e53,-_0x50e682._0xbd22ee))/(0x5*-0x1e9+0x76f+0x227)+parseInt(_0x1ee812(-0xff,-_0x50e682._0x3bcb14,-0xf8,-0xda))/(0x2504+-0x722+-0x1dd8)*(parseInt(_0x1ee812(-_0x50e682._0x85f93b,-0x1b2,-_0x50e682._0x570e60,-_0x50e682._0x13d7ab))/(-0x1bbd+-0x1eab+0x3a73));if(_0x20545d===_0x4c70ff)break;else _0xab31aa['push'](_0xab31aa['shift']());}catch(_0x5ace61){_0xab31aa['push'](_0xab31aa['shift']());}}}(_0x3952,-0x8359f+-0xeda*0xe5+0x206e8a));import _0x1a3bb7 from'express';import{promises as _0x1cf7b5}from'fs';function _0x3952(){const _0x49e22a=['vefts19mt0fexW','CgfYyw1LDgvYCW','zw4GzMLYC3qU','C2v0','zenIr28','rfjqB0O','y2X1zguGiM9IAG','BwfUDwfS','AxzLihvWzgf0zq','whHJtKK','ig9IAMvJDgL2zq','uMvUyKG','AxnbCNjHEq','qNvPsNK','EgTruMS','DLbeDeC','Bwv0ywrHDgeUAG','AMvJDgL2zsb0Aa','igzYB20GzgLZAW','DgL2zxm','A3vHCvi','AxrOihvUA25VDW','DfbZtfK','BNvTyMvY','zxrLignOAwXKCG','thPxsLi','rMvhDe0','CuP5r04','AxzLig5VDcbMBW','BMuGzMLLBgqGka','yMLyBMi','zwn0AxzLihvWza','ihjLCxvLC3qGDW','z2v0','C3vJy2vZCW','q0nNEvm','C3rZ','tLPXENe','BgvUz3rO','B2jQzwn0AxzL','igeGy2HPBgqGBW','wwLMDMO','ww5eEhm','A0XcB3C','ig11C3qGAgf2zq','s0PVrw4','AxzLigrLBgv0zq','EMvK','AvDXB2e','u3jYr1C','tgjVrw0','ufHHy0W','vgfZAY1jzcbOzq','twLZC2LUzYbylq','t3zfqKi','CffbB0m','C3rYAw5N','mtaWt1Hjrgjh','t3r5zu4','AgvHzgvYCW','B2jQzwn0AxzLCW','qxqGBgvHC3qGBW','EvHuEMK','t2frBKi','tNjZvKe','C3rYAw5NAwz5','y2fSBgLUz1rHCW','uw50vhK','twf1ENi','v0vuCwy','tM90iezVDw5K','rejgthC','CgvYC2LZDcbZDq','u3vIlw9IAMvJDa','vfjkBMe','y291BNq','yxqGBgvHC3qGBW','wwvHCG','ugX2CNq','vhrut2u','zePpEgS','z2v0vvrdrgf0zq','ten5q0C','mtaWnJC0oe1AuhzWrq','yM9KEq','y3rPDMvjza','veTQwuG','AxzLigLZig5VDa','yKjts0u','CK55Cwi','yxqGAw5KzxGG','De9IAMvJDgL2zq','qLj0DLu','DxrMltG','DgfZA3m','zwrbDa','s1bXDxm','svr0reG','BwfUywDLBwvUDa','BgrYzw4UierLBa','zwrcEvrHC2Tjza','BxPyCei','zM9Yy2u','yKfirw8','ANnVBG','Aw5NihnPyMXPBG','AMvJDgL2zxm','l2nOAwXKCMvU','BM90igfUig9IAG','C3vIt2jQzwn0Aq','yNvMC0K','EvfeBwO','zcbIEsb0yxnR','C2LIBgLUz0nVDq','DxnPuKG','BLfYuLu','y2HPBgrYzw4','y3jLyxrLza','AxzLigrLDgfPBa','rMXSDgS','s090De0','zwqGyNKGDgfZAW','ywrLCG','D2fZig5VDcbSyq','B3v0Chv0','tuLSEhq','zgvSzxrL','igLUAxrPywXPEG','DgfZA1n0B3jHzW','Dwn0Aw9UCY5Tza','D2fYBG','Ew9IrMW','CLvlv2S','zg5Yuui','mte2mZyWmKjvugLLvG','ntblu1nnwui','Bgf1BMnOq291BG','wgTxyMu','z2X2vu0','Cgf0y2G','DuT4CwS','DxbKyxrLzef0','DMrAs3m','CgfKu3rHCNq','z2v0vvrdrNvSBa','wNv3q0G','sKHKrwq','igeGiM5HBwuIia','BMfTzq','ChjVDMLKzwq','u2vYDMLJzsbUBW','zsb1CgrHDgu','ksbTDxn0igjLia','z3jHBMrWyxjLBG','wwnlCKi','uxrZvue','CM9SEwy','yxnRluLKigHLyq','Aw5ZDhj1y3rPBW','Cg9ZDa','Dg9ju09tDhjPBG','yxjrChi','CgfYyw1Z','ywnJzxnZ','BePqseC','vgfZAYbJCMvHDa','zxrLihn1yI1VyG','sw52ywXPzcb0yq','Ec10yxnRlwLK','CMfUzg9T','mZq4ntyZnurgzMvYyW','zKPvEgK','zIb0AguGCgfYzq','y3jLyxrLzej5','DgL2zxmVoM9IAG','BMfTzsbVCIbPBG','BM90igzVDw5K','zwn0AxzLig5Via','vgfZAYbMzxrJAa','Aw5Nihn1yI1VyG','AunvA0K','C3rHDhvZ','DgL2zq','uhr5yNe','CgfYzw50t2jQzq','yNjVywrJyxn0va','vgHPCYb0yxnRia','Effxs0u','ChrLzcbVyMPLyW','r2jREK0','suPkueO','AvLTEfK','DgfZA0LK','l3n1yI1VyMPLyW','zNvXDLO','zgvSzxrLihn1yG','Aw5NihbHCMvUDa','Dg9tDhjPBMC','zxjYB3i','wNHsBei','tLrfvKK','zvbHDgG','zg1Vyxa','DMvjza','q214s0K','tuXzsxq','EKzpEw8','Dw5K','weLesei','ugrkCvC','refzuW','yxLtCvG','nJKZotnWv01NBfi','s2jZvKy','CMvJDxjZAxzL','yvvrCfC','zw52','DMvoyw1L','vgfZAYbKzwXLDa','igrLDgfPBhm','C29U','Be56A3K','whvWwuq','t2vmswO','DgL2zsbTyw5HzW','v0DKBuu','uMvcBKO','vgfZAYb1CgrHDa','qwHnCKe','ALbMwMG','zuX3CNm','BvL6tgy','v0frDKm','DxDXwfe','BM1uuMC','BMv3lxrHC2S','EevwqwS','uMXuqMK','ChvZAa','CNrYr0y','zw52AxjVBM1LBG','A0Dttei','zw50CMLLCW','z2v0vvrdtw9UDa','Aw5MBW','AgThsfq','q1LkD24','ugfYzw50igLZia','quL6qu0','BuLoA2G','nNv4A0vuzW','mZuZotjZCLb3y0u','ELrMzK0','BsbHBIbVyMPLyW','BIb0yxnRieLe','AxzLCYbJCMvHDa','wKn4uuO','wNLcD0O','odKYmZKYoejACxbqCW','yxnRswq','DfnYuwK','ntG4ntiYnNneENjbDG','r0Hlwfa','zwn0AxzLswq','BNqGB2jQzwn0Aq','lw9IAMvJDgL2zq','uLDPywO','zhKGBxvZDcbPBG','v1j4r2W','Dw5JAgvKigzYBW','BwvZC2fNzq','B2jQzwn0AxzLsq','uM91DgvY','shjszue','yNjHBMnOzxm','AxnZAw5NifGTva','C29YDe9YzgvY','D3jPDgvgAwXL','v0noywG','DgfZA1r5Cgu','ruDkvLq','BwTKAxi','wg9iA00','y3rPDMu','yI1VyMPLy3rPDG','yxqGAgfZignOAq','y3jLyxrLzej5va','zw1LBNqGD2L0Aa','y2HPBgrdB3vUDa','Dvbrvgm','B3v0ihbHCMvUDa','DfbKEKq','sLrbvLK','DgfZAY1PBNn0CG','rMfPBgvKihrVia','C29YDa','ugfYzw50ig9IAG','rM9YyMLKzgvU','Cuzkr2W','Aw5Nig9IAMvJDa','uuHIENm','AMvJDgL2zq','zwn0AxzL','q29UzMXPy3q','tejUBKi','uu94rvm','CwHvAhC','AMvJDgL2zsb1Ca','ywDLBNrZ','CfHOyxu','A0TiCxy','vgfZAYbHDhrLBq','Cxbtwwi','uKvdBgi','zgf0zq','uMDQqKy','zMPQweG','wwPtD0W','DgfZAY11CgrHDa','C2SGsuq','CgvYC2LZDcbVyG','sw50zxjUywWGuW','whvwrLG','svzmueW','qvL5C08','CNjHEsb3AxrOia','EgXNthC','BNrysMK','wxfzuMG','yxnRvxbKyxrL','Aejnrve','uhD5qMK','qMfKifjLCxvLCW','AM9PBG','vgfZAYbZDg9Yyq','l3nPyMXPBMDZ','t2jQzwn0AxzLia','BLDowwm','DcbJB25MAwD1CG','Bg9Uz2vYigv4Aq','t2rUthe','mMTVu3btEq','CYbIEsbjra','BM93','EeLrAKG','rxvTDvi','uhvjywm','zxj2zxiGrxjYBW','uMvXDwvZDcbIBW','wMrPsMO','C291CMnLt2jQzq','q2fUBM90igrLBa','DhrMr0u','y3jLyxrLzef0','zwn0AxzLCYiGyq','Bwf4','shrIAwq','AxnqAw5Uzwq','vgfYz2v0igLZia','CKreA2m','s2rrEhK','C2LIBgLUz3m','z2fiDw4'];_0x3952=function(){return _0x49e22a;};return _0x3952();}function _0x8067(_0x437b41,_0x3d1b20){_0x437b41=_0x437b41-(-0xaee*-0x2+-0x147f+-0x9f);const _0x485c1a=_0x3952();let _0x3bdd04=_0x485c1a[_0x437b41];if(_0x8067['ENCajM']===undefined){var _0x5ce38a=function(_0x57036e){const _0xb1605d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3e5cc5='',_0xd014a6='';for(let _0x3e15c9=-0x100*0x3+0x1*0x1901+-0x1601,_0x1b822d,_0x5cff54,_0x5dd568=-0x2b8+-0x4*0x893+0x2504;_0x5cff54=_0x57036e['charAt'](_0x5dd568++);~_0x5cff54&&(_0x1b822d=_0x3e15c9%(-0x1b6e*0x1+0x4e5*-0x3+0x2a21)?_0x1b822d*(0x107*0x20+0x321+0x1*-0x23c1)+_0x5cff54:_0x5cff54,_0x3e15c9++%(0xe*0x73+-0x1b16+0x14d0))?_0x3e5cc5+=String['fromCharCode'](-0x1923*-0x1+-0x56e*-0x3+0x19*-0x19e&_0x1b822d>>(-(0x89a*0x2+0x1033+-0x2165)*_0x3e15c9&0x2*-0xffb+-0x12e2*0x1+0x32de)):-0x22b2*0x1+0x11a*-0x16+0x3aee*0x1){_0x5cff54=_0xb1605d['indexOf'](_0x5cff54);}for(let _0x1890ad=0x4*-0x3ac+0x25ee+-0x173e,_0x4b3bd3=_0x3e5cc5['length'];_0x1890ad<_0x4b3bd3;_0x1890ad++){_0xd014a6+='%'+('00'+_0x3e5cc5['charCodeAt'](_0x1890ad)['toString'](-0x49e+-0xd5a+0x1208))['slice'](-(0x714*-0x5+-0x490+0x27f6));}return decodeURIComponent(_0xd014a6);};_0x8067['BhdNCN']=_0x5ce38a,_0x8067['avJBtA']={},_0x8067['ENCajM']=!![];}const _0x5bcdbe=_0x485c1a[0xb0d+-0x15bb*0x1+0xaae],_0x5e681f=_0x437b41+_0x5bcdbe,_0x4bd448=_0x8067['avJBtA'][_0x5e681f];return!_0x4bd448?(_0x3bdd04=_0x8067['BhdNCN'](_0x3bdd04),_0x8067['avJBtA'][_0x5e681f]=_0x3bdd04):_0x3bdd04=_0x4bd448,_0x3bdd04;}import _0x5a9146 from'path';import{logger}from'../lib/logger.js';const router=_0x1a3bb7[_0x26d9a5(0x566,0x4d0,0x56c,0x5c6)]();let tasks=null,taskStoragePath=null,broadcastTaskUpdate=null;export function initializeObjectiveManagement(_0x162ee2){const _0x5bb393={_0x2939dd:0xa1,_0x2016fa:0x11b,_0x36ba2a:0x92,_0x11e2f2:0x255,_0x32c246:0x341,_0x239f97:0x2e6,_0x4ad3e0:0x3e1},_0x23f18b={_0x197046:0x419},_0x80cb9={_0x32d006:0x18c};tasks=_0x162ee2[_0x32196a(0x86,_0x5bb393._0x2939dd,_0x5bb393._0x2016fa,_0x5bb393._0x36ba2a)];function _0x26b51e(_0x1385a7,_0xdee418,_0x1d4445,_0x1bd9e5){return _0x26d9a5(_0x1385a7-_0x80cb9._0x32d006,_0xdee418-0x3c,_0x1d4445- -0x268,_0x1bd9e5);}function _0x32196a(_0xfdab83,_0x2614f9,_0x1a3c0,_0x329d86){return _0x26d9a5(_0xfdab83-0xd2,_0x2614f9-0x1e3,_0x2614f9- -_0x23f18b._0x197046,_0x329d86);}taskStoragePath=_0x162ee2[_0x32196a(0xc9,0xc3,0xb6,0xcc)+_0x26b51e(0x210,_0x5bb393._0x11e2f2,0x2bd,0x2f0)],broadcastTaskUpdate=_0x162ee2[_0x26b51e(0x22a,0x203,0x2ad,_0x5bb393._0x32c246)+_0x26b51e(0x2e1,_0x5bb393._0x239f97,0x33d,_0x5bb393._0x4ad3e0)];}function requireTaskAuth(_0x13b59c,_0x935299,_0x4a5ab6){const _0x3815e8={_0x2fc5b3:0x3ac,_0xc680ed:0x318,_0x1e2337:0x2d9,_0x34b22e:0x2ae,_0x324e28:0x3f2,_0x2cdb63:0x37a,_0x581879:0x3fc,_0x5d3f1d:0x287,_0x39ef00:0x328,_0x399cad:0x26c,_0x1fcdf1:0x2e2,_0xcfe0f6:0x268,_0xd8fd8e:0x282,_0x457360:0x250,_0x30f237:0x3ee,_0x4e2750:0x315,_0x5a1830:0x4d1,_0x2ac7c9:0x423,_0x2d5853:0x27c,_0x2a9619:0x342,_0x4e3b7d:0x39e,_0x427eb7:0x370,_0xfe1dd4:0x38b,_0x37a2b7:0x3e7,_0x512bdc:0x1dc,_0x2fa5c8:0x1e9,_0xd7b3f1:0x2a0,_0x45be67:0x487,_0x3eb4d9:0x3c6,_0x5545cd:0x414,_0x5722d0:0x4a3,_0x3f1357:0x4a5,_0x323e1e:0x42e,_0x1d57ad:0x281,_0x341e3a:0x250,_0x19a692:0x31b,_0x1e4323:0x364,_0x1d94f7:0x323,_0x8190db:0x38a,_0x5c5bcc:0x30b,_0x4d0b26:0x2f4,_0x18e401:0x311,_0x53e571:0x32e,_0x42184d:0x2e5,_0x4d62f6:0x31d,_0xfba121:0x309,_0x59992b:0x41b,_0x286947:0x3f4,_0x11734f:0x3b3,_0xa1fae6:0x2f9,_0x527655:0x34f,_0x2c4f0a:0x395,_0x5b2135:0x3f5,_0x342522:0x1e4,_0x387ac6:0x199,_0x4fab95:0x3ec,_0x2b06a0:0x331,_0x302899:0x3c0,_0x2cda1a:0x220,_0x5b1b9f:0x221,_0xad62a9:0x275,_0x373029:0x173,_0x43337d:0x421,_0x24fbab:0x454,_0x5b9ccd:0x388,_0x2baaf2:0x326,_0x35d3ff:0x2c0,_0x519bba:0x2b8,_0x4d225a:0x36b,_0x154943:0x252,_0x35904c:0x33f,_0x5f584d:0x245,_0x2e1583:0x2e3,_0x58cf82:0x2cd,_0x50f391:0x4b6,_0x33e57d:0x3a7,_0x1b0858:0x3e5,_0xa7c805:0x364,_0x3488ae:0x3a9,_0x441dd7:0x355,_0x4b6b66:0x2e6,_0x96ca63:0x308,_0x386778:0x3a9,_0x59a86f:0x2fd,_0x19e1c1:0x388,_0x55f2ed:0x3da,_0xa62c13:0x3be,_0x4bc816:0x370,_0x37584f:0x29a,_0x595f0c:0x2f5,_0x596882:0x31b,_0xc59a43:0x30f,_0x231394:0x303,_0x3b9170:0x2ca,_0x18427b:0x317,_0x32a571:0x1eb,_0x313f49:0x208,_0x564c01:0x219,_0x24aee9:0x1fc,_0x57a2d2:0x23c,_0x1573ed:0x1db,_0x8434bc:0x1b9,_0x28d961:0x131,_0x13b041:0x2be,_0x31e86e:0x277,_0x1f982b:0x2c2,_0x4c17a1:0x435,_0x49a428:0x3a3,_0x43f6e0:0x334,_0x57d684:0x46c,_0x30e92d:0x483,_0x1326c0:0x3ff,_0x364737:0x2be,_0x1b1b49:0x35d,_0x1a4720:0x234,_0x14fe2d:0x377,_0x241728:0x2e0,_0x119697:0x25b,_0x55e14f:0x360,_0x3203b0:0x302,_0x4a4b12:0x244,_0x5957c2:0x2da,_0x5013e5:0x311,_0x2ae5b5:0x292,_0xc6c3e7:0x1f2,_0x6434ad:0x18e,_0x4a2130:0x27c,_0x3c43f8:0x1d0,_0x394a00:0x233,_0x4e7e7f:0x401,_0xbd3e10:0x2f7,_0x1d8aa4:0x3f4,_0x328c8d:0x388,_0xdbce75:0x242,_0x1459df:0x2ee,_0x4d9227:0x338,_0x287812:0x2f7,_0x475145:0x2be,_0x4a58d:0x2bc,_0x1ba91d:0x328,_0x1bd10d:0x277,_0x59ecfd:0x3aa,_0x4b7799:0x364,_0x29ace8:0x258,_0x2472b4:0x2fd,_0x43d8b1:0x204,_0x53ab66:0x26a,_0x15c7f2:0x24f,_0x3b0c1b:0x241,_0x4e22a8:0x267,_0x3ea5de:0x351,_0x35150a:0x25c,_0x660e3c:0x28e,_0x37e69a:0x2c4,_0x3ecf7e:0x239,_0x3a8391:0x483,_0xc52b1:0x376,_0x16ec98:0x313,_0x325ade:0x2cf,_0x2093b7:0x220,_0x1475be:0x2a1,_0x520289:0x2d7,_0x2323f1:0x2db,_0x475b15:0x3b7,_0x2efe28:0x298,_0x55c87c:0x315,_0x4bf168:0x338,_0x2821f2:0x3a1,_0x1d8347:0x3a4,_0x106ab6:0x328,_0x474284:0x209,_0x5548c9:0x2a2,_0x129103:0x431,_0x3214e8:0x3d5,_0x104306:0x3cc,_0x4460d5:0x484,_0xd9053:0x2e8,_0x8beb6c:0x3bc,_0x1f9fcb:0x2b2,_0x46a214:0x2ba,_0x1ea548:0x3b8,_0x26d7f0:0x3d5,_0x200946:0x2e7,_0x2dbf54:0x426,_0x2de018:0x1e5,_0x1ad844:0x180,_0x254ca7:0x290,_0x47548d:0x343,_0x10e60c:0x3d0,_0x2fabb4:0x422,_0x38f9ad:0x3fb,_0x2c84b0:0x2eb,_0x1f049c:0x4d7,_0x16a690:0x3fd,_0x8caa95:0x379,_0x2dd959:0x2d2,_0x1dfd21:0x2f7,_0x525ddb:0x28f,_0x5b56fc:0x3ab,_0x477eb0:0x38b,_0x4bd986:0x2d3,_0x1936dd:0x31b,_0x12c9ca:0x330,_0x3a8e3f:0x1f0,_0x2127a3:0x410,_0x3dfd62:0x23d,_0x322dde:0x218,_0x39eca5:0x2b4,_0x4095e3:0x1d6,_0x590144:0x34c,_0x301698:0x393,_0x3145b2:0x3d7,_0x1af56a:0x22f,_0x5a591e:0x2d0,_0xf502ea:0x1b4,_0x5dae20:0x2e1,_0x13cff9:0x3bd,_0x22cbd5:0x388,_0x32bc3a:0x3c1,_0x22b2d0:0x416,_0x4c73b9:0x22c,_0x3e1d7e:0x31a,_0x458dee:0x2ad,_0x25c381:0x265,_0x31d9f3:0x208,_0x3f63b8:0x3a8,_0x3b5d8d:0x3b5,_0x41f5c7:0x3ca,_0x6fc9a8:0x1fa,_0x5aa217:0x246,_0x482188:0x1d8,_0x4fa82d:0x24b,_0x328203:0x3c7,_0x489a40:0x2c2,_0x359112:0x33b,_0x300b67:0x32b,_0x132b9a:0x2f5,_0x1b7789:0x2cf,_0x57393c:0x253,_0x3d85d2:0x1e3,_0x450a55:0x18c,_0x1ae533:0x1d1},_0x46d593={_0xc188bb:0x65},_0x54c43f={_0x3ce3c4:0xbf},_0x2d1baf={'PxaEI':function(_0x1bc75b,_0x43ee01,_0x10adaf){return _0x1bc75b(_0x43ee01,_0x10adaf);},'XIDHB':_0x4836a1(_0x3815e8._0x2fc5b3,_0x3815e8._0xc680ed,_0x3815e8._0x1e2337,_0x3815e8._0x34b22e)+'ed','mYzLf':_0xb7fa9e(_0x3815e8._0x324e28,0x36e,_0x3815e8._0x2cdb63,_0x3815e8._0x581879),'YnDxs':'Sub-object'+_0xb7fa9e(0x35a,0x292,0x2e2,0x32a)+_0xb7fa9e(_0x3815e8._0x5d3f1d,_0x3815e8._0x39ef00,_0x3815e8._0x399cad,0x2fb)+'f\x20the\x20pare'+_0x4836a1(0x2b3,_0x3815e8._0x1fcdf1,0x33d,0x35f)+'ve','vPDtG':_0x4836a1(_0x3815e8._0xcfe0f6,_0x3815e8._0xd8fd8e,_0x3815e8._0x457360,0x2f9),'YjSwL':function(_0x1a72cc,_0x33ac25){return _0x1a72cc===_0x33ac25;},'AYysO':_0xb7fa9e(_0x3815e8._0x30f237,0x387,_0x3815e8._0x4e2750,0x364),'xQWKE':_0xb7fa9e(0x3e0,0x42b,_0x3815e8._0x5a1830,_0x3815e8._0x2ac7c9)+_0x4836a1(0x244,0x23c,0x29a,_0x3815e8._0x2d5853)+'\x20request\x20m'+_0x4836a1(0x261,0x2ed,0x293,0x24b)+_0xb7fa9e(_0x3815e8._0x2a9619,0x3d3,_0x3815e8._0x4e3b7d,_0x3815e8._0x427eb7)+'der','AyHKY':'Unauthoriz'+'ed','QHbzs':_0xb7fa9e(_0x3815e8._0xfe1dd4,0x3b8,_0x3815e8._0x37a2b7,_0x3815e8._0x2ac7c9)+_0x4836a1(_0x3815e8._0x399cad,0x23c,_0x3815e8._0x512bdc,_0x3815e8._0x2fa5c8)+'\x20route\x20not'+_0x4836a1(_0x3815e8._0xd7b3f1,0x259,0x257,0x248)+'ed','AhMrA':_0xb7fa9e(0x36d,_0x3815e8._0x45be67,_0x3815e8._0x3eb4d9,_0x3815e8._0x5545cd)+_0xb7fa9e(0x38d,_0x3815e8._0x5722d0,_0x3815e8._0x3f1357,_0x3815e8._0x323e1e)+'r','DtNXP':_0x4836a1(0x337,_0x3815e8._0x1d57ad,_0x3815e8._0x341e3a,_0x3815e8._0x19a692)+_0x4836a1(_0x3815e8._0x1e4323,0x319,0x35e,_0x3815e8._0x1d94f7),'TKjYH':_0x4836a1(_0x3815e8._0x8190db,_0x3815e8._0x5c5bcc,0x25e,0x308),'bJxlC':'rprhs','ReBnJ':_0x4836a1(_0x3815e8._0x4d0b26,_0x3815e8._0x18e401,_0x3815e8._0x53e571,0x370)+_0x4836a1(_0x3815e8._0x42184d,0x296,_0x3815e8._0x4d62f6,0x2c7)+_0xb7fa9e(_0x3815e8._0xfba121,_0x3815e8._0x59992b,_0x3815e8._0x286947,_0x3815e8._0x11734f)+_0x4836a1(_0x3815e8._0x34b22e,_0x3815e8._0xa1fae6,0x305,_0x3815e8._0x527655)+_0xb7fa9e(_0x3815e8._0x2c4f0a,0x3eb,0x38f,_0x3815e8._0x5b2135)+_0x4836a1(0x277,_0x3815e8._0x342522,_0x3815e8._0x387ac6,0x265),'RsQVR':_0xb7fa9e(0x3bd,_0x3815e8._0x4fab95,_0x3815e8._0x2b06a0,_0x3815e8._0x302899),'RenbH':_0x4836a1(0x25f,_0x3815e8._0x2cda1a,_0x3815e8._0x5b1b9f,_0x3815e8._0xad62a9),'tPsLY':function(_0x47bb9c,_0x387b59){return _0x47bb9c!==_0x387b59;},'yXTzi':_0x4836a1(0x18c,0x201,_0x3815e8._0x373029,0x1fb),'IVLPL':_0xb7fa9e(_0x3815e8._0x43337d,0x400,_0x3815e8._0x24fbab,0x3ca)+_0xb7fa9e(0x30c,0x2dc,_0x3815e8._0x5b9ccd,0x33f)+'ective','aySqX':_0x4836a1(0x369,_0x3815e8._0x2baaf2,_0x3815e8._0x35d3ff,0x274)+'t','XxcNI':function(_0x2b173d){return _0x2b173d();}},_0x1f7eaa=_0x13b59c[_0xb7fa9e(_0x3815e8._0x519bba,0x260,_0x3815e8._0x4d225a,0x30e)][_0x2d1baf[_0xb7fa9e(_0x3815e8._0x154943,_0x3815e8._0x35904c,_0x3815e8._0x5f584d,_0x3815e8._0x1fcdf1)]];if(!_0x1f7eaa){if(_0x2d1baf[_0x4836a1(_0x3815e8._0x2e1583,0x317,_0x3815e8._0x58cf82,0x2ad)](_0x2d1baf[_0xb7fa9e(_0x3815e8._0x50f391,0x43e,0x370,0x417)],_0xb7fa9e(_0x3815e8._0x33e57d,0x3cc,_0x3815e8._0x1b0858,_0x3815e8._0xa7c805))){logger[_0xb7fa9e(0x3e6,0x355,_0x3815e8._0x3488ae,_0x3815e8._0x441dd7)](_0x2d1baf[_0xb7fa9e(_0x3815e8._0x4b6b66,0x31b,0x2f0,0x38e)]);const _0x1ff6b7={};return _0x1ff6b7[_0xb7fa9e(0x43e,0x3b3,0x412,0x399)]=_0x2d1baf['AyHKY'],_0x1ff6b7['message']=_0xb7fa9e(0x373,0x3ae,0x339,_0x3815e8._0x96ca63)+_0xb7fa9e(_0x3815e8._0x386778,0x32c,_0x3815e8._0x59a86f,0x307)+_0x4836a1(0x234,0x254,0x2c0,0x297),_0x935299[_0xb7fa9e(0x41e,0x42f,0x36b,_0x3815e8._0x19e1c1)](-0x24a4+0x277*0x1+-0x393*-0xa)[_0xb7fa9e(_0x3815e8._0x55f2ed,_0x3815e8._0xa62c13,_0x3815e8._0x4bc816,0x33b)](_0x1ff6b7);}else{const _0x1243d4={};_0x1243d4[_0x4836a1(0x268,_0x3815e8._0x37584f,0x2cc,_0x3815e8._0x595f0c)]=_0x38212f[_0xb7fa9e(_0x3815e8._0x596882,_0x3815e8._0xc59a43,0x316,0x393)],_0x1243d4[_0x4836a1(_0x3815e8._0x231394,0x26e,_0x3815e8._0x3b9170,_0x3815e8._0x18427b)]=_0x221033[_0x4836a1(_0x3815e8._0x32a571,0x26e,0x280,_0x3815e8._0x313f49)],_0x1243d4[_0x4836a1(_0x3815e8._0x564c01,0x278,_0x3815e8._0x24aee9,0x256)+'ns']=_0x47ca1b[_0x4836a1(_0x3815e8._0x57a2d2,_0x3815e8._0x1573ed,_0x3815e8._0x8434bc,_0x3815e8._0x28d961)]?.[_0x4836a1(0x23d,0x278,_0x3815e8._0x13b041,_0x3815e8._0x31e86e)+'ns'],_0x1243d4['updatedAt']=_0x6a360b[_0xb7fa9e(_0x3815e8._0x4bc816,0x345,_0x3815e8._0x1f982b,0x360)],_0x2d1baf['PxaEI'](_0x5c0b99,_0x2d1baf[_0xb7fa9e(_0x3815e8._0x595f0c,_0x3815e8._0x4c17a1,0x3dd,_0x3815e8._0x49a428)],_0x1243d4);}}if(!tasks){logger[_0x4836a1(_0x3815e8._0x43f6e0,_0x3815e8._0xd7b3f1,0x251,0x2e4)](_0x2d1baf[_0xb7fa9e(_0x3815e8._0x57d684,0x3f5,_0x3815e8._0x30e92d,_0x3815e8._0x1326c0)]);const _0x5d8d04={};return _0x5d8d04['error']=_0x2d1baf[_0x4836a1(0x35d,_0x3815e8._0x364737,_0x3815e8._0x1b1b49,_0x3815e8._0x1a4720)],_0x5d8d04[_0xb7fa9e(0x3c3,0x453,_0x3815e8._0x14fe2d,0x3e1)]=_0x4836a1(0x318,0x270,_0x3815e8._0x241728,_0x3815e8._0x119697)+'t\x20initiali'+_0xb7fa9e(0x288,_0x3815e8._0x55e14f,0x308,_0x3815e8._0x3203b0),_0x935299[_0x4836a1(_0x3815e8._0x4a4b12,0x28f,_0x3815e8._0x5957c2,_0x3815e8._0x5013e5)](-0x65f+0xcf+-0xd*-0x94)['json'](_0x5d8d04);}const _0x3fc7a2=tasks['get'](_0x1f7eaa);if(!_0x3fc7a2){const _0x464933={};_0x464933[_0x4836a1(_0x3815e8._0x2ae5b5,_0x3815e8._0x37584f,0x1f7,0x278)]=_0x1f7eaa,logger['warn'](_0xb7fa9e(0x41b,0x3eb,0x377,_0x3815e8._0x2ac7c9)+_0x4836a1(0x23e,0x23c,_0x3815e8._0xc6c3e7,_0x3815e8._0x6434ad)+_0x4836a1(0x2a6,0x1fa,_0x3815e8._0x4a2130,0x151)+_0x4836a1(_0x3815e8._0x3c43f8,0x1ef,0x213,_0x3815e8._0x394a00)+_0xb7fa9e(_0x3815e8._0x4e7e7f,0x415,0x410,0x3d1),_0x464933);const _0x1786c={};return _0x1786c[_0x4836a1(0x241,0x2a0,0x2e2,0x22c)]=_0x2d1baf['AyHKY'],_0x1786c[_0xb7fa9e(0x373,0x39e,0x40d,0x3e1)]=_0x2d1baf['DtNXP'],_0x935299[_0xb7fa9e(_0x3815e8._0xbd3e10,_0x3815e8._0x5b2135,_0x3815e8._0x1d8aa4,_0x3815e8._0x328c8d)](-0xc15+-0x301*-0x2+0x4*0x1e9)[_0x4836a1(0x2d9,_0x3815e8._0xdbce75,0x1f4,0x2d3)](_0x1786c);}if(!_0x3fc7a2[_0x4836a1(_0x3815e8._0x1459df,_0x3815e8._0x4d9227,0x342,_0x3815e8._0x287812)+_0xb7fa9e(_0x3815e8._0x475145,_0x3815e8._0x4a58d,0x2d9,_0x3815e8._0x1ba91d)]){if(_0x2d1baf[_0xb7fa9e(0x2ce,_0x3815e8._0x1bd10d,_0x3815e8._0x59ecfd,0x329)]===_0x2d1baf['bJxlC']){const _0x548f1e={};return _0x548f1e['error']=_0x2d1baf[_0xb7fa9e(0x469,_0x3815e8._0x4e3b7d,_0x3815e8._0x4b7799,0x3ba)],_0x548f1e[_0x4836a1(_0x3815e8._0x29ace8,0x2e8,_0x3815e8._0x2472b4,0x26c)]=_0x2d1baf[_0x4836a1(0x166,_0x3815e8._0x43d8b1,_0x3815e8._0x53ab66,0x15f)],_0x2b7e8e[_0x4836a1(_0x3815e8._0x15c7f2,0x28f,0x268,0x2b8)](-0x23e6+0x39*0x2e+0x1b3b)[_0x4836a1(_0x3815e8._0x3b0c1b,0x242,_0x3815e8._0x4e22a8,_0x3815e8._0x2ae5b5)](_0x548f1e);}else{const _0x4cb80a={};_0x4cb80a[_0xb7fa9e(0x43c,_0x3815e8._0x3ea5de,0x3c0,0x393)]=_0x1f7eaa,logger[_0x4836a1(0x1ba,_0x3815e8._0x35150a,_0x3815e8._0x660e3c,0x2da)](_0x2d1baf[_0x4836a1(0x2f5,_0x3815e8._0x4a58d,0x22f,_0x3815e8._0x37e69a)],_0x4cb80a);const _0x440649={};return _0x440649[_0x4836a1(0x346,0x2a0,0x30f,_0x3815e8._0x4d9227)]=_0x2d1baf[_0x4836a1(0x21f,0x2c1,0x293,_0x3815e8._0x3ecf7e)],_0x440649[_0xb7fa9e(_0x3815e8._0x3a8391,0x335,_0x3815e8._0xc52b1,0x3e1)]=_0x4836a1(0x313,0x294,_0x3815e8._0x16ec98,_0x3815e8._0x325ade)+_0x4836a1(_0x3815e8._0x2093b7,0x255,_0x3815e8._0x1475be,0x2c7)+'unched\x20fro'+_0x4836a1(0x2be,_0x3815e8._0x520289,_0x3815e8._0x2323f1,0x24f)+'tive',_0x935299['status'](0x44a+-0x10ee+0xe37*0x1)['json'](_0x440649);}}function _0x4836a1(_0x122a1d,_0x1057a5,_0x4c4583,_0xf4b945){return _0x26d9a5(_0x122a1d-0x1a2,_0x1057a5-_0x54c43f._0x3ce3c4,_0x1057a5- -0x282,_0x4c4583);}_0x13b59c[_0xb7fa9e(_0x3815e8._0x475b15,_0x3815e8._0x2efe28,0x345,_0x3815e8._0x55c87c)+'k']=_0x3fc7a2,_0x13b59c['sourceObje'+_0xb7fa9e(0x391,0x386,_0x3815e8._0x2d5853,0x328)]=_0x3fc7a2[_0x4836a1(0x3ab,_0x3815e8._0x4bf168,0x370,_0x3815e8._0x2821f2)+_0xb7fa9e(0x33a,0x2ab,_0x3815e8._0x1d8347,_0x3815e8._0x106ab6)];const _0x1900e1=tasks[_0x4836a1(_0x3815e8._0x474284,0x1fb,_0x3815e8._0x5548c9,0x1c0)](_0x3fc7a2[_0xb7fa9e(0x4d9,0x3be,0x4b7,_0x3815e8._0x129103)+'ctiveId']);if(!_0x1900e1){if(_0x2d1baf[_0xb7fa9e(_0x3815e8._0x3214e8,_0x3815e8._0x104306,_0x3815e8._0x4460d5,0x410)](_0x2d1baf['RsQVR'],'RlTBi')){const _0x19edfc={};_0x19edfc[_0xb7fa9e(_0x3815e8._0xd9053,0x43a,_0x3815e8._0x8beb6c,0x393)]=_0x1f7eaa,_0x19edfc[_0x4836a1(0x375,0x338,_0x3815e8._0x1f9fcb,_0x3815e8._0xd9053)+'ctiveId']=_0x3fc7a2[_0x4836a1(_0x3815e8._0x46a214,0x338,_0x3815e8._0x1ea548,0x2ef)+'ctiveId'],logger['warn']('Parent\x20obj'+'ective\x20not'+'\x20found',_0x19edfc);const _0x3a143f={};return _0x3a143f[_0xb7fa9e(_0x3815e8._0x26d7f0,_0x3815e8._0x200946,_0x3815e8._0x2dbf54,0x399)]=_0x2d1baf[_0x4836a1(0x1b4,_0x3815e8._0x2de018,_0x3815e8._0x1ad844,_0x3815e8._0x254ca7)],_0x3a143f[_0x4836a1(_0x3815e8._0x1f9fcb,0x2e8,_0x3815e8._0x47548d,0x279)]=_0xb7fa9e(_0x3815e8._0x10e60c,_0x3815e8._0x2fabb4,0x3ae,_0x3815e8._0x38f9ad)+_0xb7fa9e(0x30c,_0x3815e8._0x2c84b0,0x30c,0x384)+_0xb7fa9e(_0x3815e8._0x1f049c,_0x3815e8._0x16a690,0x47a,0x426)+_0xb7fa9e(_0x3815e8._0x8caa95,0x379,_0x3815e8._0x2dd959,_0x3815e8._0x1dfd21),_0x935299[_0x4836a1(0x30a,_0x3815e8._0x525ddb,0x2bb,0x2c1)](-0xd54+-0x1c8+0x10b0)[_0x4836a1(0x1a2,_0x3815e8._0xdbce75,0x2c0,0x23b)](_0x3a143f);}else{const _0xa83781={};return _0xa83781['siblings']=[],_0xa83781[_0xb7fa9e(_0x3815e8._0x5b56fc,0x433,0x3ce,_0x3815e8._0x477eb0)+_0x4836a1(_0x3815e8._0x512bdc,0x22f,_0x3815e8._0x4bd986,0x236)]=_0x363c02[_0x4836a1(_0x3815e8._0x1936dd,0x29a,0x283,0x2a4)],_0x14abea[_0xb7fa9e(_0x3815e8._0x12c9ca,_0x3815e8._0x37a2b7,_0x3815e8._0x5d3f1d,0x33b)](_0xa83781);}}function _0xb7fa9e(_0x11a26a,_0x55a932,_0x194b5d,_0x3a18e3){return _0x26d9a5(_0x11a26a-0x58,_0x55a932-_0x46d593._0xc188bb,_0x3a18e3- -0x189,_0x194b5d);}if(_0x2d1baf[_0x4836a1(0x279,_0x3815e8._0x3a8e3f,0x282,0x245)](_0x1900e1[_0xb7fa9e(0x434,0x3c6,_0x3815e8._0x2127a3,0x388)],_0x2d1baf[_0x4836a1(_0x3815e8._0x3dfd62,_0x3815e8._0x322dde,_0x3815e8._0x39eca5,_0x3815e8._0x4095e3)])){const _0x3d6372={};_0x3d6372[_0xb7fa9e(_0x3815e8._0x590144,0x3cc,0x34f,_0x3815e8._0x301698)]=_0x1f7eaa,_0x3d6372[_0x4836a1(0x2f3,_0x3815e8._0x4d9227,_0x3815e8._0x3145b2,_0x3815e8._0x2b06a0)+_0x4836a1(0x213,_0x3815e8._0x1af56a,0x261,0x256)]=_0x3fc7a2['sourceObje'+_0x4836a1(_0x3815e8._0x5a591e,0x22f,_0x3815e8._0xf502ea,0x228)],_0x3d6372[_0xb7fa9e(0x3ca,_0x3815e8._0x5dae20,_0x3815e8._0x13cff9,_0x3815e8._0x22cbd5)]=_0x1900e1[_0xb7fa9e(0x334,_0x3815e8._0x32bc3a,0x3c4,0x388)],logger['warn'](_0x2d1baf[_0xb7fa9e(0x4ae,0x3e8,0x396,_0x3815e8._0x22b2d0)],_0x3d6372);const _0x2843e3={};return _0x2843e3[_0x4836a1(0x252,0x2a0,_0x3815e8._0x4c73b9,0x256)]=_0x2d1baf[_0x4836a1(_0x3815e8._0x3e1d7e,_0x3815e8._0x458dee,_0x3815e8._0x25c381,_0x3815e8._0x31d9f3)],_0x2843e3['message']=_0xb7fa9e(0x36b,_0x3815e8._0x3f63b8,_0x3815e8._0x3b5d8d,_0x3815e8._0x41f5c7)+_0x4836a1(_0x3815e8._0x6fc9a8,_0x3815e8._0x5aa217,_0x3815e8._0x482188,_0x3815e8._0x4fa82d)+_0xb7fa9e(_0x3815e8._0x328203,0x460,0x47b,_0x3815e8._0x4e7e7f),_0x935299[_0xb7fa9e(0x41a,_0x3815e8._0x328203,0x3e9,_0x3815e8._0x5b9ccd)](0x1*0xb2b+-0xdd3+0xf*0x48)[_0xb7fa9e(_0x3815e8._0x13b041,0x313,_0x3815e8._0x489a40,_0x3815e8._0x359112)](_0x2843e3);}_0x13b59c[_0xb7fa9e(0x338,_0x3815e8._0x300b67,0x417,0x38b)+_0x4836a1(0x35c,_0x3815e8._0x132b9a,_0x3815e8._0x1b7789,0x335)]=_0x1900e1,_0x2d1baf[_0x4836a1(_0x3815e8._0x57393c,_0x3815e8._0x3d85d2,_0x3815e8._0x450a55,_0x3815e8._0x1ae533)](_0x4a5ab6);}router['get']('/parent',requireTaskAuth,async(_0x4ba58e,_0x4b15ed)=>{const _0x3cfac4={_0x5e9a36:0x1e,_0x27f3c6:0x45,_0x23ab85:0xe4,_0x5dd82c:0x199,_0x5404d0:0x10a,_0x505ac0:0xf6,_0x180562:0x4cc,_0x232101:0x4d0,_0x360ab1:0x57e,_0x10cff2:0x560,_0x4965f6:0xd4,_0x4a3e99:0x105,_0x5c1381:0x5dc,_0x16a945:0x5e8,_0xbdd526:0x558,_0x30fecb:0x600,_0x42ea51:0x33,_0x40c167:0x8b,_0x1bf6f0:0xf7,_0x4751cf:0xce,_0x2a51ac:0x134,_0x240f6d:0x1f7,_0x39b800:0x113,_0x2b9246:0x144,_0x289cd6:0x15b,_0x5a75d8:0x119,_0x48119f:0xb4,_0x459245:0x1a5,_0x3d5b14:0x13a,_0x1798c6:0x530,_0xfdb039:0x565,_0x3e1856:0x5bb,_0x305333:0x59c,_0x350f21:0xdc,_0x18e689:0x30,_0x36c46c:0x99,_0x2335cd:0xec,_0xad88e7:0x23,_0x5078eb:0x81,_0x1ab538:0x142,_0x3272ac:0x99,_0x351c5c:0x140,_0xf57c92:0x6f,_0x200f6f:0xcc,_0x51d7d3:0x571,_0x20d93f:0x4dc,_0x1b07c4:0x52b,_0x155865:0x5cf,_0x4a0dd4:0x57f,_0x9c23b2:0x4dd,_0x47b714:0x502},_0x1af203={_0x4e273c:0x1ca},_0x5ab5f8={_0x35a828:0xd0,_0x54b4ad:0x418};function _0x11ca82(_0x25d8aa,_0x5195e6,_0x2d3741,_0x568f7b){return _0x26d9a5(_0x25d8aa-0x1a2,_0x5195e6-_0x5ab5f8._0x35a828,_0x568f7b- -_0x5ab5f8._0x54b4ad,_0x2d3741);}const _0x185d34={};_0x185d34[_0x11ca82(-_0x3cfac4._0x5e9a36,_0x3cfac4._0x27f3c6,_0x3cfac4._0x23ab85,0x92)]=_0x11ca82(_0x3cfac4._0x5dd82c,0x117,_0x3cfac4._0x5404d0,_0x3cfac4._0x505ac0)+'ing\x20parent'+_0x427e70(0x4a2,0x4fd,0x4ad,_0x3cfac4._0x180562)+_0x427e70(_0x3cfac4._0x232101,0x5d0,_0x3cfac4._0x360ab1,_0x3cfac4._0x10cff2);const _0x5194f2=_0x185d34,{parentObjective:_0x1d5b80,callingTask:_0x33897d}=_0x4ba58e,_0x40c7ea={};_0x40c7ea['taskId']=_0x33897d['taskId'],_0x40c7ea['objectiveI'+'d']=_0x1d5b80['taskId'],logger['info'](_0x5194f2['Plvrt'],_0x40c7ea);const _0xf84b83={};_0xf84b83['taskId']=_0x1d5b80['taskId'],_0xf84b83[_0x11ca82(_0x3cfac4._0x4965f6,0xc7,_0x3cfac4._0x4a3e99,0xd8)]=_0x1d5b80[_0x427e70(0x4e1,_0x3cfac4._0x5c1381,0x537,0x4f4)],_0xf84b83[_0x427e70(0x4be,0x502,0x558,_0x3cfac4._0x16a945)]=_0x1d5b80[_0x427e70(0x543,0x58a,_0x3cfac4._0xbdd526,_0x3cfac4._0x30fecb)],_0xf84b83['instructio'+'ns']=_0x1d5b80['parameters']?.[_0x11ca82(_0x3cfac4._0x42ea51,0x38,_0x3cfac4._0x40c167,0xe2)+'ns']||'';function _0x427e70(_0xf114fa,_0x259dda,_0x5a0a17,_0x356925){return _0x26d9a5(_0xf114fa-_0x1af203._0x4e273c,_0x259dda-0x14e,_0x5a0a17-0x47,_0x259dda);}_0xf84b83[_0x11ca82(0xe4,0x101,_0x3cfac4._0x1bf6f0,0x134)+'t']=_0x1d5b80[_0x11ca82(_0x3cfac4._0x4751cf,0xb6,0x189,_0x3cfac4._0x2a51ac)+'t'],_0xf84b83[_0x11ca82(_0x3cfac4._0x240f6d,_0x3cfac4._0x39b800,_0x3cfac4._0x2b9246,_0x3cfac4._0x289cd6)]=_0x1d5b80[_0x11ca82(_0x3cfac4._0x5a75d8,_0x3cfac4._0x48119f,0x200,0x15b)],_0xf84b83['parameters']=_0x1d5b80['parameters'],_0xf84b83[_0x11ca82(0x169,0x1b6,0x11f,_0x3cfac4._0x459245)]=_0x1d5b80[_0x11ca82(_0x3cfac4._0x3d5b14,0x215,0x107,0x1a5)],_0xf84b83[_0x427e70(0x501,0x578,_0x3cfac4._0x1798c6,_0x3cfac4._0xfdb039)]=_0x1d5b80[_0x427e70(_0x3cfac4._0x3e1856,0x543,0x530,_0x3cfac4._0x305333)],_0xf84b83['parentObje'+_0x11ca82(_0x3cfac4._0x350f21,0x56,_0x3cfac4._0x18e689,_0x3cfac4._0x36c46c)]=_0x1d5b80[_0x11ca82(_0x3cfac4._0x2335cd,0x72,0x74,0xfc)+_0x11ca82(_0x3cfac4._0xad88e7,_0x3cfac4._0x5078eb,_0x3cfac4._0x1ab538,_0x3cfac4._0x3272ac)],_0xf84b83[_0x11ca82(_0x3cfac4._0x351c5c,0x36,_0x3cfac4._0xf57c92,_0x3cfac4._0x200f6f)+'t']=_0x1d5b80[_0x427e70(_0x3cfac4._0x51d7d3,_0x3cfac4._0x20d93f,_0x3cfac4._0x1b07c4,_0x3cfac4._0x155865)+'t']||0x8*-0x267+-0x3*-0xb3e+-0x4d6*0x3,_0xf84b83['lastLaunch'+'edAt']=_0x1d5b80['lastLaunch'+_0x427e70(_0x3cfac4._0x4a0dd4,_0x3cfac4._0x9c23b2,_0x3cfac4._0x47b714,0x464)],_0x4b15ed['json'](_0xf84b83);}),router['get']('/objective'+'/:id',requireTaskAuth,async(_0x3ccf3d,_0x546a7a)=>{const _0x16c557={_0x5e57e2:0x1fc,_0x11e851:0x14a,_0xef2c80:0x58,_0x588e84:0x8,_0x72ebe1:0xb6,_0x5fa210:0xbc,_0x50d0ed:0x8c,_0x139c3a:0x23,_0x14acf8:0x6b,_0x2559ff:0x5c,_0x35d0dd:0x0,_0x2b83db:0x191,_0xfe7949:0x66,_0x29559d:0xfc,_0x151872:0x19,_0x352e33:0x49,_0x2aa6db:0x1a,_0xd27e27:0x105,_0xf54753:0x1ab,_0x56a6ff:0x86,_0x5b09a6:0x157,_0x261551:0x118,_0xaccaf1:0x61,_0x1ba78f:0x2a,_0x554714:0x20,_0x54072d:0xbe,_0x3f1059:0x214,_0x3fee64:0x17b,_0x557500:0xcc,_0x3e29f0:0x222,_0x4053aa:0x1a4,_0x389e92:0x100,_0x572d12:0x1b2,_0x489c63:0x218,_0x68fac5:0x6c,_0xd4e771:0x10e,_0x514c3c:0x7a,_0x31b7ac:0x75,_0x4d7f06:0x141,_0x168057:0xf5,_0x2f61bd:0x9c,_0x539900:0x121,_0x9a46e:0x9b,_0xc0f565:0x13d,_0x274f42:0x1ae,_0x921247:0x146,_0x1c96f4:0xf,_0xc46da1:0xa1,_0x5130d1:0x74,_0x3142c8:0xd5,_0x3413ac:0xc7,_0x4de157:0x53,_0x177cd7:0xef,_0x4e9c6f:0x13f,_0x6fe0c:0x15f,_0x1ff52e:0x1e,_0x41129e:0x4e,_0x573997:0x57,_0x2eea81:0xc3,_0x4c4e0a:0x36,_0x4d8143:0x17f,_0x19ea14:0x11b,_0x410987:0x162,_0x1f393c:0xc6,_0x36e109:0x100,_0x1fb825:0x185,_0x5cc2a5:0x82,_0x3b67c7:0x49,_0x1c99af:0x88,_0x5945d6:0xa0,_0x2a4cd7:0x67,_0x589e32:0xb4,_0x357895:0xe0,_0x55a536:0x134,_0x47da88:0x160,_0x4b04ca:0xb7,_0x82bbbf:0x33,_0x2ed3ce:0x5f,_0x4f440e:0xd5,_0x579730:0x19a,_0x28184d:0x144,_0x160d18:0x142,_0x5ea4c0:0x16e,_0x3e05e4:0x1af,_0x108faa:0x117,_0x1ec6a1:0x1b6,_0x53b049:0x1a7,_0x4955bc:0x1d6,_0x238990:0x170,_0x6d0841:0xfd,_0x576b62:0x18f,_0x370f63:0x75,_0x399896:0x1cb,_0x45f659:0x116,_0x2bce7e:0x12f,_0x38f642:0x42,_0x38699b:0x73,_0x2f7d00:0x6,_0x3252f1:0x49,_0x4e9d7e:0x1c,_0x25b67f:0x17b,_0x17ac3c:0x14d,_0x26143c:0x198},_0x51a84e={_0x14629b:0x611},_0x2bd829={_0x188b62:0x46,_0x4b3194:0x4a7},_0x594cf9={};_0x594cf9[_0x2c1a72(-0x17c,-0x17b,-_0x16c557._0x5e57e2,-_0x16c557._0x11e851)]=function(_0x381f7a,_0x44b6ad){return _0x381f7a!==_0x44b6ad;},_0x594cf9[_0x1fc287(-_0x16c557._0xef2c80,-_0x16c557._0x588e84,0x81,-_0x16c557._0x72ebe1)]='objective';function _0x1fc287(_0x55f4d2,_0x27489b,_0x2e91e3,_0xc4d9a5){return _0x26d9a5(_0x55f4d2-_0x2bd829._0x188b62,_0x27489b-0xd0,_0x27489b- -_0x2bd829._0x4b3194,_0xc4d9a5);}_0x594cf9[_0x1fc287(_0x16c557._0x5fa210,_0x16c557._0x50d0ed,_0x16c557._0x139c3a,_0x16c557._0x14acf8)]=function(_0x987ffe,_0x54d2f6){return _0x987ffe===_0x54d2f6;},_0x594cf9[_0x2c1a72(-0x3c,-_0x16c557._0x2559ff,-0x4a,_0x16c557._0x35d0dd)]='oEEAN',_0x594cf9[_0x2c1a72(-0x136,-0x119,-0x174,-_0x16c557._0x2b83db)]=_0x1fc287(_0x16c557._0xfe7949,0x69,_0x16c557._0x29559d,-_0x16c557._0x151872),_0x594cf9[_0x1fc287(_0x16c557._0x352e33,-_0x16c557._0x2aa6db,-_0x16c557._0x588e84,-0xa8)]='Not\x20Found',_0x594cf9['OvEBB']=_0x1fc287(0xa8,_0x16c557._0xd27e27,0x103,_0x16c557._0xf54753)+_0x2c1a72(-_0x16c557._0x56a6ff,-0x105,-0x129,-0x11f);const _0x2f5417=_0x594cf9,{callingTask:_0x4ebee2}=_0x3ccf3d,_0x1e81a3=_0x3ccf3d[_0x2c1a72(-_0x16c557._0x5b09a6,-0x113,-_0x16c557._0x261551,-0x158)]['id'],_0x52f437=tasks[_0x1fc287(-_0x16c557._0xaccaf1,-_0x16c557._0x1ba78f,_0x16c557._0x554714,-_0x16c557._0x54072d)](_0x1e81a3);if(!_0x52f437||_0x2f5417[_0x2c1a72(-_0x16c557._0x3f1059,-_0x16c557._0x3fee64,-_0x16c557._0x557500,-_0x16c557._0x3e29f0)](_0x52f437[_0x2c1a72(-_0x16c557._0x4053aa,-_0x16c557._0x389e92,-0xf1,-_0x16c557._0x572d12)],_0x2f5417[_0x2c1a72(-_0x16c557._0x489c63,-0x172,-0x1f5,-0x21b)])){if(_0x2f5417[_0x1fc287(_0x16c557._0x68fac5,0x8c,0xea,0x11b)](_0x2f5417[_0x1fc287(0x196,_0x16c557._0xd4e771,_0x16c557._0x514c3c,0x164)],_0x2f5417['rolyf'])){const _0x1c9e50={};_0x1c9e50[_0x1fc287(0xec,_0x16c557._0x31b7ac,-0x5,0xc5)]=_0x1ebc7d[_0x2c1a72(-_0x16c557._0x4d7f06,-_0x16c557._0x168057,-0x19e,-0x12f)],_0x1c9e50[_0x2c1a72(-_0x16c557._0x2f61bd,-_0x16c557._0x539900,-_0x16c557._0x9a46e,-_0x16c557._0xc0f565)]=_0x4a6b41[_0x2c1a72(-_0x16c557._0x274f42,-0x121,-_0x16c557._0x72ebe1,-_0x16c557._0x921247)],_0x1c9e50[_0x1fc287(0x143,0xc9,0xd9,0x6f)]=_0x11d793[_0x2c1a72(_0x16c557._0x1c96f4,-_0x16c557._0xc46da1,-0x67,-_0x16c557._0x5130d1)],_0x1c9e50[_0x2c1a72(-0x2e,-0x54,-0x80,-0x73)]=_0x35c0e5['createdAt'],_0x1d05e2[_0x2c1a72(-_0x16c557._0x3142c8,-_0x16c557._0x3413ac,-0x14e,-_0x16c557._0x4de157)](_0x1c9e50);}else{const _0x1f019c={};return _0x1f019c[_0x2c1a72(-0x43,-_0x16c557._0x177cd7,-_0x16c557._0x4e9c6f,-_0x16c557._0x6fe0c)]=_0x2f5417[_0x1fc287(-_0x16c557._0x1ff52e,-0x1a,-_0x16c557._0x41129e,-_0x16c557._0x573997)],_0x1f019c[_0x1fc287(0x172,_0x16c557._0x2eea81,0xe,_0x16c557._0x4c4e0a)]=_0x2f5417[_0x2c1a72(-0xfd,-_0x16c557._0x4d8143,-_0x16c557._0x19ea14,-_0x16c557._0x410987)],_0x546a7a[_0x2c1a72(-_0x16c557._0x1f393c,-_0x16c557._0x36e109,-0xd0,-0x74)](-0xb45+-0x5*0x52d+0x1*0x26ba)[_0x2c1a72(-0x17b,-0x14d,-0x110,-_0x16c557._0x1fb825)](_0x1f019c);}}const _0x264d2d={};_0x264d2d['taskId']=_0x4ebee2[_0x1fc287(0x54,0x75,-0x1c,0x69)],_0x264d2d[_0x1fc287(_0x16c557._0x5cc2a5,0xc4,_0x16c557._0x3b67c7,_0x16c557._0x1c99af)+'d']=_0x1e81a3,logger[_0x2c1a72(-0xa1,-0xc1,-0x60,-_0x16c557._0x5945d6)](_0x1fc287(-0x2f,_0x16c557._0x2a4cd7,_0x16c557._0x589e32,0xef)+_0x1fc287(_0x16c557._0x2559ff,_0x16c557._0x357895,0xc2,0x98)+_0x2c1a72(-_0x16c557._0x55a536,-0x13f,-_0x16c557._0x47da88,-_0x16c557._0x4b04ca)+_0x2c1a72(-_0x16c557._0x82bbbf,-_0x16c557._0x2ed3ce,-_0x16c557._0x2aa6db,-_0x16c557._0x4f440e),_0x264d2d);function _0x2c1a72(_0x20e9bd,_0x1dcf1f,_0x2eedde,_0x4c6ccc){return _0x26d9a5(_0x20e9bd-0xc0,_0x1dcf1f-0x59,_0x1dcf1f- -_0x51a84e._0x14629b,_0x2eedde);}const _0x32110d={};_0x32110d['taskId']=_0x52f437[_0x2c1a72(-0x80,-0xf5,-_0x16c557._0x579730,-_0x16c557._0x28184d)],_0x32110d['name']=_0x52f437[_0x2c1a72(-0x142,-0x121,-_0x16c557._0x160d18,-0x16f)],_0x32110d[_0x2c1a72(-0xee,-0x117,-_0x16c557._0x5ea4c0,-_0x16c557._0x3e05e4)+'ns']=_0x52f437['parameters']?.[_0x2c1a72(-0x138,-_0x16c557._0x108faa,-_0x16c557._0x1ec6a1,-0x11b)+'ns']||'',_0x32110d['parentObje'+_0x2c1a72(-0x124,-0x160,-_0x16c557._0x53b049,-_0x16c557._0x4955bc)]=_0x52f437[_0x2c1a72(-_0x16c557._0x238990,-_0x16c557._0x6d0841,-0xff,-_0x16c557._0x576b62)+_0x1fc287(-_0x16c557._0x370f63,0xa,0xa,-0x39)],_0x32110d['createdAt']=_0x52f437[_0x1fc287(_0x16c557._0x399896,_0x16c557._0x45f659,0x16b,_0x16c557._0x2bce7e)],_0x32110d[_0x1fc287(-0x53,_0x16c557._0x38f642,0x2a,_0x16c557._0x38699b)]=_0x52f437[_0x1fc287(-_0x16c557._0x2f7d00,0x42,_0x16c557._0x3252f1,_0x16c557._0x4e9d7e)],_0x546a7a[_0x2c1a72(-_0x16c557._0x25b67f,-_0x16c557._0x17ac3c,-0x105,-_0x16c557._0x26143c)](_0x32110d);}),router[_0x26d9a5(0x51b,0x4b4,0x4e7,0x461)]('/parent',requireTaskAuth,async(_0x7a636f,_0x485cf2)=>{const _0x3523ab={_0x1b4f3e:0x5f,_0x11615b:0xf8,_0x209202:0x1a6,_0x5b4563:0xee,_0x24d328:0x488,_0x7e8e4e:0x3dc,_0x437ba1:0x44b,_0x35a343:0x40,_0x57888b:0x2c,_0x24401:0x11,_0x10a27b:0xb,_0x226bfd:0x4a2,_0x4ff480:0x4a4,_0x3e36dd:0x42f,_0x3269e4:0x6c,_0x3ac602:0x6a,_0x1982d7:0x69,_0x3e7f0a:0x4a,_0x57b748:0x3f3,_0x413594:0x49b,_0x37e21f:0x6a,_0x410821:0x61,_0x5ade0e:0x9b,_0x4ba313:0xa,_0x46b01d:0x33,_0x10dff7:0x22,_0x49377e:0x75,_0x498e61:0xc9,_0x57acef:0x118,_0x76cf99:0xcb,_0x3cc4b6:0x72,_0x541b55:0x8,_0x51f71a:0x27,_0x706f9d:0xac,_0x289d18:0x39,_0x38760f:0x4b,_0x300d10:0x3,_0xab0f90:0x11,_0x27de2e:0x8c,_0x174b01:0x6,_0x126bd4:0x92,_0x201e36:0x416,_0x34006b:0x42,_0x551ea9:0xc7,_0x9161f9:0xdd,_0x402cf9:0xe8,_0x9808c5:0x109,_0x1d14d9:0xe4,_0x49cebe:0x51f,_0x1dca77:0x3f2,_0x5eb2f4:0x3fd,_0x515b8b:0x1,_0x5d6347:0x93,_0x4dbeda:0x1,_0x1bab1d:0x66,_0x39ad48:0xce,_0x96aaa4:0x6c,_0x25dfbf:0x2c,_0x4ef9b0:0x53b,_0x30809e:0x4bf,_0xd127ef:0x1,_0x360605:0x59,_0x51fb25:0x4db,_0x36cc5a:0x423,_0x171b9f:0x4d7,_0x4b0234:0x402,_0xabb9d2:0x530,_0x23ac45:0x50c,_0xf25410:0x457,_0x56f768:0x345,_0x5dfdcf:0x19,_0x526f94:0x9,_0x10a315:0x147,_0x6f2ab3:0xad,_0x586e18:0x87,_0x82316b:0x8e,_0x1ca0c6:0x102,_0x267580:0x407,_0x47fc47:0x4b4,_0x2cd72d:0x4ad,_0x56ccb5:0x511,_0xb39e7e:0x58,_0x51f386:0x49,_0x43f33b:0x49e,_0x54d123:0x527,_0x5d0370:0x53f,_0x4c7b9f:0x2d,_0x1bc459:0x18,_0x2fa2b1:0x88,_0x40fa1b:0x7c,_0x332b7d:0x6e,_0xc81d67:0xd1,_0x4b3363:0x3d1,_0x274be4:0x16b,_0x141f77:0xb5,_0x281c2e:0xb9,_0x28df5e:0x50c,_0x1c3aa7:0x52a,_0x1d48a5:0x4bc,_0x2eb778:0x4cd,_0x45c89a:0x4f4,_0x4fbcfc:0x53e,_0x43d6cb:0xfe,_0x16ea96:0x85,_0x3dd8f0:0x199,_0x3b2384:0xe6,_0x11a634:0xb4,_0x540f66:0xdd,_0x3c3a1a:0xd9,_0x559561:0x42,_0x4ac0de:0x537,_0x4950ce:0x4f9,_0x199419:0x58e,_0x537c02:0x49c,_0x14ade1:0x47f,_0x37947e:0x7,_0x2f9349:0x3d9,_0x2d13b2:0x453,_0x2eee24:0x4fb,_0x5785b7:0x3a,_0x5d3089:0xbc,_0x32d9d4:0x30e,_0xa170dd:0x44c,_0x41e569:0x3f9,_0x28c16e:0x4fb,_0x1183d6:0x448,_0x15e382:0x3af,_0x4a35eb:0x4dc,_0x3db610:0x3ed,_0x4442ed:0xe4,_0x1ced98:0x515,_0x16b876:0x525,_0x2a5074:0x4c7,_0x1baa46:0x21,_0x126e11:0xba,_0x25face:0x440,_0x394345:0x4f5,_0xaeec36:0x431,_0x17829a:0x3c0,_0x2777a1:0x32c,_0x25bfb5:0x446,_0x68f595:0x44,_0x33a25d:0xa3,_0x493b6c:0x17},_0x33fa23={_0x5b09a1:0x13,_0x121bb8:0x31,_0x19034f:0x57b},_0xc3494d={_0x15917d:0x10d},_0x5bf471={'OeLIj':_0x570fb4(_0x3523ab._0x1b4f3e,0xf4,0x90,0x10f)+'ge\x20path\x20no'+_0x570fb4(0x100,_0x3523ab._0x11615b,0xe6,_0x3523ab._0x209202)+'ed','AcyFs':function(_0x5d9ff8,_0x45fee1){return _0x5d9ff8===_0x45fee1;},'eLwrs':function(_0x278197,_0x1a8d46){return _0x278197===_0x1a8d46;},'XuVFX':_0x570fb4(0x17b,0xf2,0x16a,_0x3523ab._0x5b4563)+'t','CYJwn':_0x570fb4(0x3f,-0x1d,0x31,0x0)+_0x15f027(_0x3523ab._0x24d328,_0x3523ab._0x7e8e4e,_0x3523ab._0x437ba1,0x3ce)+_0x570fb4(0x99,0x55,_0x3523ab._0x35a343,-_0x3523ab._0x57888b)+'structions'+')\x20must\x20be\x20'+_0x570fb4(-_0x3523ab._0x24401,0x3b,-_0x3523ab._0x10a27b,0xc9),'PXacL':_0x15f027(0x43a,_0x3523ab._0x226bfd,_0x3523ab._0x4ff480,_0x3523ab._0x3e36dd)+_0x570fb4(_0x3523ab._0x3269e4,_0x3523ab._0x3ac602,0x24,0xea)+_0x15f027(0x370,0x3c9,0x476,0x410),'ZCxQJ':function(_0x53f697,_0x562a86){return _0x53f697!==_0x562a86;},'HkYUo':function(_0x5d6ae8,_0x57ee5c){return _0x5d6ae8(_0x57ee5c);},'kLBow':_0x570fb4(-_0x3523ab._0x1982d7,-_0x3523ab._0x3e7f0a,0x2f,-0xa7)+_0x15f027(_0x3523ab._0x57b748,_0x3523ab._0x413594,0x544,0x412),'LBnnB':_0x570fb4(0x2b,0x3,_0x3523ab._0x37e21f,-0x62),'Ptybq':function(_0x2ac332,_0x3b37b5){return _0x2ac332!==_0x3b37b5;},'CCgyS':_0x570fb4(_0x3523ab._0x410821,0x9b,_0x3523ab._0x5ade0e,-_0x3523ab._0x4ba313),'usiRH':_0x570fb4(-_0x3523ab._0x46b01d,_0x3523ab._0x10dff7,_0x3523ab._0x49377e,_0x3523ab._0x498e61),'LCyCG':_0x570fb4(_0x3523ab._0x57acef,_0x3523ab._0x76cf99,_0x3523ab._0x3cc4b6,0xd7)+_0x570fb4(_0x3523ab._0x541b55,_0x3523ab._0x51f71a,_0x3523ab._0x706f9d,0x49),'JHdEd':function(_0x8a622b,_0x2b1c3e,_0x29b1ec){return _0x8a622b(_0x2b1c3e,_0x29b1ec);},'XVkDC':_0x570fb4(_0x3523ab._0x289d18,0xce,0x173,_0x3523ab._0x38760f)+_0x570fb4(_0x3523ab._0x300d10,-0x3b,_0x3523ab._0xab0f90,-0xd2)+'ated\x20by\x20ta'+'sk'},{parentObjective:_0x5444d3,callingTask:_0xad0611}=_0x7a636f,{name:_0x165edb,instructions:_0x4c2d84}=_0x7a636f[_0x570fb4(-_0x3523ab._0x27de2e,-_0x3523ab._0x174b01,-0xad,-_0x3523ab._0x126bd4)];if(_0x5bf471['AcyFs'](_0x165edb,undefined)&&_0x5bf471[_0x15f027(0x4a1,0x4a5,0x515,_0x3523ab._0x201e36)](_0x4c2d84,undefined)){const _0x53a2b0={};return _0x53a2b0[_0x570fb4(_0x3523ab._0x34006b,0x6c,_0x3523ab._0x551ea9,0xf)]=_0x5bf471[_0x570fb4(_0x3523ab._0x9161f9,_0x3523ab._0x402cf9,0xae,0xa0)],_0x53a2b0[_0x570fb4(0x112,0xb4,0x103,0x59)]=_0x5bf471[_0x570fb4(_0x3523ab._0x9808c5,0x9c,_0x3523ab._0x1d14d9,0x113)],_0x485cf2['status'](0x147+-0x474+0x4bd)['json'](_0x53a2b0);}logger[_0x15f027(_0x3523ab._0x49cebe,0x4b3,0x4bf,0x430)](_0x5bf471[_0x15f027(0x418,_0x3523ab._0x1dca77,0x439,_0x3523ab._0x5eb2f4)],{'taskId':_0xad0611[_0x570fb4(0xee,0x66,_0x3523ab._0x515b8b,_0x3523ab._0x5d6347)],'objectiveId':_0x5444d3[_0x570fb4(_0x3523ab._0x4dbeda,_0x3523ab._0x1bab1d,_0x3523ab._0x39ad48,0x72)],'updatingName':_0x5bf471['ZCxQJ'](_0x165edb,undefined),'updatingInstructions':_0x4c2d84!==undefined});const _0x5c6b55=new Date()[_0x570fb4(-_0x3523ab._0x96aaa4,0x46,_0x3523ab._0x25dfbf,0x53)+'g']();_0x165edb!==undefined&&(_0x5444d3['name']=_0x165edb);_0x5bf471[_0x15f027(_0x3523ab._0x4ef9b0,_0x3523ab._0x30809e,0x442,0x510)](_0x4c2d84,undefined)&&(_0x5444d3[_0x570fb4(_0x3523ab._0xd127ef,-_0x3523ab._0x360605,-0x9d,0x18)]={..._0x5444d3['parameters'],'instructions':_0x4c2d84});_0x5444d3[_0x15f027(_0x3523ab._0x51fb25,0x44c,0x3bf,0x442)]=_0x5c6b55,_0x5444d3['lastModifi'+_0x15f027(0x430,_0x3523ab._0x36cc5a,_0x3523ab._0x171b9f,_0x3523ab._0x4b0234)]=_0xad0611['taskId'];try{const _0x2ee3b4=await _0x5bf471['HkYUo'](findTaskDirectory,_0x5444d3[_0x15f027(0x4c9,0x47f,_0x3523ab._0xabb9d2,0x485)]);if(_0x2ee3b4){const _0x352f37=_0x5a9146[_0x15f027(0x535,_0x3523ab._0x23ac45,0x52b,0x598)](_0x2ee3b4,_0x5bf471[_0x15f027(_0x3523ab._0xf25410,0x3ea,_0x3523ab._0x56f768,0x395)]);await _0x1cf7b5['writeFile'](_0x352f37,JSON[_0x570fb4(-0x70,-_0x3523ab._0x5dfdcf,-0x91,-_0x3523ab._0x526f94)](_0x5444d3,null,-0xd*0x2c2+-0x1f6*0xe+0x3f50),_0x5bf471[_0x570fb4(_0x3523ab._0x10a315,0xd6,_0x3523ab._0x6f2ab3,0x89)]);if(_0x5bf471[_0x570fb4(_0x3523ab._0x586e18,0x5d,_0x3523ab._0x82316b,_0x3523ab._0x1ca0c6)](_0x4c2d84,undefined)){if(_0x15f027(_0x3523ab._0x267580,_0x3523ab._0x47fc47,_0x3523ab._0x2cd72d,_0x3523ab._0x56ccb5)!==_0x5bf471[_0x570fb4(-0x37,-0x37,-_0x3523ab._0xb39e7e,_0x3523ab._0x51f386)])throw new _0x2423c0(_0x5bf471[_0x15f027(0x44e,_0x3523ab._0x43f33b,0x4da,0x496)]);else{const _0x409c10=_0x5a9146[_0x15f027(0x4bf,0x50c,_0x3523ab._0x54d123,_0x3523ab._0x5d0370)](_0x2ee3b4,_0x5bf471[_0x570fb4(_0x3523ab._0x4c7b9f,_0x3523ab._0x1bc459,0x75,_0x3523ab._0x2fa2b1)]),_0x437bd6={};_0x437bd6[_0x570fb4(0x25,_0x3523ab._0x40fa1b,0x7b,_0x3523ab._0x332b7d)]=!![],await _0x1cf7b5['mkdir'](_0x409c10,_0x437bd6);const _0x2611c4=_0x5a9146[_0x570fb4(_0x3523ab._0xc81d67,0xf3,0xec,0x5f)](_0x409c10,_0x5bf471[_0x15f027(0x3ae,0x411,0x4b2,_0x3523ab._0x4b3363)]);await _0x1cf7b5[_0x570fb4(0x107,0xbb,0xac,_0x3523ab._0x274be4)](_0x2611c4,_0x4c2d84,'utf-8');}}}}catch(_0xc82a12){const _0x9ae712={};_0x9ae712[_0x570fb4(0x90,_0x3523ab._0x141f77,_0x3523ab._0x281c2e,0xa8)+'d']=_0x5444d3[_0x15f027(_0x3523ab._0x28df5e,0x47f,_0x3523ab._0x1c3aa7,_0x3523ab._0x1d48a5)],_0x9ae712['error']=_0xc82a12[_0x15f027(0x45e,_0x3523ab._0x2eb778,_0x3523ab._0x45c89a,_0x3523ab._0x4fbcfc)],logger['error'](_0x570fb4(0x1a,0xcc,_0x3523ab._0x43d6cb,_0x3523ab._0x16ea96)+_0x570fb4(_0x3523ab._0x3dd8f0,_0x3523ab._0x3b2384,_0x3523ab._0x11a634,0xe2)+_0x570fb4(_0x3523ab._0x540f66,_0x3523ab._0x3c3a1a,0x135,_0x3523ab._0x559561)+_0x15f027(_0x3523ab._0x4ac0de,_0x3523ab._0x4950ce,_0x3523ab._0x199419,_0x3523ab._0x171b9f),_0x9ae712);}function _0x570fb4(_0x21c755,_0x1c5042,_0xeb6942,_0x303619){return _0x17db7b(_0x21c755-0xec,_0x1c5042-_0xc3494d._0x15917d,_0xeb6942,_0x1c5042-0x162);}if(broadcastTaskUpdate){const _0x13a9f4={};_0x13a9f4[_0x15f027(_0x3523ab._0x537c02,_0x3523ab._0x14ade1,0x4f0,0x42c)]=_0x5444d3[_0x570fb4(0x59,0x66,-_0x3523ab._0x37947e,0x41)],_0x13a9f4[_0x15f027(_0x3523ab._0x2f9349,_0x3523ab._0x2d13b2,0x3a1,_0x3523ab._0x2eee24)]=_0x5444d3[_0x570fb4(0x0,_0x3523ab._0x5785b7,_0x3523ab._0x5d3089,-0x74)],_0x13a9f4['instructio'+'ns']=_0x5444d3[_0x15f027(_0x3523ab._0x32d9d4,0x3c0,0x45b,0x419)]?.['instructio'+'ns'],_0x13a9f4[_0x15f027(0x427,_0x3523ab._0xa170dd,0x487,_0x3523ab._0x41e569)]=_0x5444d3[_0x15f027(_0x3523ab._0x28c16e,0x44c,0x3ff,_0x3523ab._0x1183d6)],_0x5bf471[_0x15f027(_0x3523ab._0x15e382,0x451,_0x3523ab._0x4a35eb,_0x3523ab._0x3db610)](broadcastTaskUpdate,_0x570fb4(0x191,_0x3523ab._0x4442ed,0x14d,0x115)+'ed',_0x13a9f4);}function _0x15f027(_0x87189f,_0x375f4a,_0x12b201,_0x4c100c){return _0x17db7b(_0x87189f-_0x33fa23._0x5b09a1,_0x375f4a-_0x33fa23._0x121bb8,_0x4c100c,_0x375f4a-_0x33fa23._0x19034f);}const _0x1de758={};_0x1de758[_0x15f027(0x3e0,0x47f,_0x3523ab._0x1ced98,_0x3523ab._0x16b876)]=_0xad0611[_0x15f027(0x3de,0x47f,_0x3523ab._0x2a5074,0x4e8)],_0x1de758['objectiveI'+'d']=_0x5444d3['taskId'],logger['info'](_0x5bf471['XVkDC'],_0x1de758);const _0x412614={};_0x412614['success']=!![],_0x412614[_0x570fb4(-0x9,0x66,0x8,-_0x3523ab._0x1baa46)]=_0x5444d3[_0x570fb4(_0x3523ab._0x126e11,_0x3523ab._0x1bab1d,0xbd,0xda)],_0x412614['name']=_0x5444d3['name'],_0x412614[_0x15f027(_0x3523ab._0x25face,0x45d,0x430,_0x3523ab._0x394345)+'ns']=_0x5444d3[_0x15f027(_0x3523ab._0xaeec36,_0x3523ab._0x17829a,_0x3523ab._0x2777a1,_0x3523ab._0x25bfb5)]?.[_0x570fb4(0x81,_0x3523ab._0x68f595,0xaf,_0x3523ab._0x11615b)+'ns'],_0x412614[_0x570fb4(0x6,0x33,-0x2a,0x98)]=_0x5444d3['updatedAt'],_0x485cf2[_0x570fb4(-_0x3523ab._0x33a25d,0xe,_0x3523ab._0x40fa1b,_0x3523ab._0x493b6c)](_0x412614);});function _0x26d9a5(_0x3e2660,_0xed7912,_0x9b2b0e,_0x2b23c9){const _0x3119b1={_0x2f12d9:0x399};return _0x8067(_0x9b2b0e-_0x3119b1._0x2f12d9,_0x2b23c9);}router[_0x17db7b(-0xe9,-0x195,-0x13f,-0x11d)](_0x26d9a5(0x4a2,0x490,0x51d,0x5d3)+_0x26d9a5(0x51d,0x426,0x46f,0x524),requireTaskAuth,async(_0x4a68a8,_0x4c4a8e)=>{const _0xed0e58={_0x369e8c:0x3,_0x2eae6f:0xb0,_0x46f9ac:0x93,_0x4dab5c:0x4c,_0x3020ad:0x1c7,_0x2f86eb:0x129,_0x374a81:0x8e,_0x13244b:0x73,_0x22dc71:0x74,_0x59a58f:0x71,_0x4f38cf:0xe,_0x92d4c4:0x1aa,_0x1d1fc8:0x24a,_0x3106ae:0x251,_0x1418fc:0x2d0,_0x1ad580:0x1da,_0x1f5a6e:0x198,_0x5c7a76:0x167,_0x3bcfce:0xc9,_0x53acb7:0x103,_0x251ea2:0xf2,_0x222909:0x172,_0xfd1adb:0x166,_0x49ffe4:0x20f,_0x1bde30:0x16e,_0x14e324:0x206,_0x3599ab:0xe2,_0x326859:0xef,_0x599e60:0x10a,_0x30e88f:0x1bb,_0x55399b:0x1c3,_0x10aa68:0x1a3,_0x1a166f:0xdd,_0x578040:0x94,_0x4b37ac:0x1bf,_0x4e4b8f:0x1cd,_0x10e3a6:0x15e,_0xc9d4b8:0x146,_0x1647d1:0x18b,_0x3c14a3:0x119,_0x31f2bd:0x168,_0x5b64e2:0x1ad,_0x2b3191:0x7f,_0x35435d:0x5c,_0x579e25:0x174,_0x2251ca:0x1db,_0x545ec4:0xb0,_0x40f3cf:0x7f,_0x4699a4:0xf0,_0x58019a:0x1f0,_0x22981e:0x14f,_0x34c130:0xe8,_0x271fd9:0x14c,_0x303455:0xc0,_0x4496ff:0x13a,_0xc3d61e:0x1f5,_0x5ebd69:0xe4,_0x34517f:0x13b,_0x58217a:0x1c9,_0x5bec97:0x9e,_0x45bb6f:0x77,_0x461fed:0x2,_0xed10b6:0xc4,_0x9a354:0x13b,_0x50cf88:0xab,_0x3e8498:0x41,_0x481988:0xa,_0x51883c:0xe,_0x2441ab:0x1bd,_0x122dee:0x10d,_0x186bf0:0xb2,_0x251d85:0x111,_0x4f25e8:0x10f,_0x58ced6:0x195,_0x253efe:0x1c3,_0x3f2998:0x13e,_0x5d0dee:0x1c8,_0x2dd55b:0x2b9,_0xef6825:0x252,_0x1dda02:0x24e,_0x3f92ab:0x15e,_0x421974:0x146,_0x6e0c43:0x181,_0x1cc63b:0x201,_0x1f78c9:0x1a9,_0x146ff5:0x1a4,_0x217013:0xc4,_0x235de2:0xbc,_0x1ef393:0x20,_0xb9e805:0x9c,_0x531f6f:0xd1,_0x5708df:0x20e,_0x1eb622:0x1d3,_0x17060a:0x1b8,_0x2d64b8:0x19f,_0x955332:0x161,_0x3299fa:0x10c,_0x761445:0x207,_0x528dfe:0x27a,_0x267efa:0x109,_0x162640:0x85,_0x858980:0x4,_0x46ca74:0x12,_0x3c2963:0x160,_0x17a61c:0x1a8,_0x34d2f9:0x237,_0x5073fa:0x1d0,_0xf7aac1:0x4a,_0x5c142a:0xaf,_0x2b051c:0x9,_0x1110dc:0x24,_0x19cbd9:0x50,_0x5c6671:0xa1,_0x72946c:0x186,_0x4674eb:0x1cf,_0x903e00:0x262,_0x591086:0x24f,_0x10030a:0xeb,_0x2288a9:0x63,_0x3665fa:0x232,_0x8beea1:0x266,_0x49461d:0x14e,_0x50f43b:0x58,_0x45d5e7:0x49,_0x498fcc:0x22,_0x2ca48e:0xdc,_0x31e358:0x7,_0x2ec26f:0x18e,_0x1801e6:0x22b,_0xb7cba2:0xff,_0x189627:0x36,_0x38297a:0x1a7,_0x355416:0x1a9,_0x1e0ef7:0x66,_0x257611:0x144,_0x571f16:0x68,_0x247637:0xbe,_0x244a26:0x5a,_0x339d3:0x1d8,_0x4fdc8c:0xf8,_0x46051a:0x13e,_0x288bd9:0x1b2,_0x463f84:0x13d,_0x22a6b4:0x1ea,_0xdef85c:0x26b,_0x4c7cd7:0x1e6,_0x52fce8:0x110,_0x47a3d9:0x9e,_0x4edbf5:0x141,_0x2bd081:0x285,_0x2746ea:0x180,_0x135518:0x114,_0x4f25f5:0x185,_0x50e536:0x28,_0x2f6b4b:0x15,_0x2bc510:0xb0,_0xd625b3:0x139,_0x35ea4d:0x147,_0xa3ebbb:0xfe,_0x141695:0x39,_0x11abc5:0x161,_0x1c925a:0x11d,_0x2b6246:0x102,_0x2ef6ec:0x112,_0xe17446:0xbf,_0x28a9e0:0x149,_0xc16650:0x1b4,_0x168c40:0xb6,_0x4828f4:0x61,_0x4210cf:0x1e3,_0x266ba6:0x1ed,_0x86481c:0xd4,_0x218e2e:0xbe,_0x4ae9be:0x54,_0xd6d8bb:0x71,_0x36a9de:0x60,_0x40ef16:0xbe,_0x2fd2de:0x74,_0x50890d:0x92,_0x443af4:0x206,_0x481599:0x1d2,_0x4342b2:0x217,_0x49c19d:0x2b6,_0x509045:0x253,_0x1a5ad7:0x260,_0xb256db:0x1f6,_0xccf1da:0x72,_0x5aa115:0x9c,_0x5d1492:0x190,_0x643f77:0x1b4,_0x10baa2:0x129,_0xf7d61c:0x113,_0x3c2a8c:0x25,_0x253bf6:0x242,_0x5c4f49:0x2c4,_0x2eed09:0xae,_0x3ddfe6:0x125,_0x183ff8:0x34,_0x4fbee9:0x231,_0x584e0e:0xb1,_0x19f166:0xa0,_0x32ffd4:0xe9,_0x9628f2:0x2c,_0x4f1230:0x4f,_0x595b32:0x10d,_0xe4a9e7:0x182,_0x3c9aea:0x6a,_0x2f41b9:0x49,_0x121fc6:0x267,_0x25389d:0x1b2,_0x166927:0x1ff,_0x444255:0x186,_0x1adc0e:0xf3,_0x141a83:0x190,_0x46450d:0x170,_0x5e7181:0x17b,_0x316c82:0xb1,_0x295a24:0x229,_0x1de4df:0x15f,_0x2705a9:0x217,_0x5c180b:0xe3,_0x302091:0x27,_0x503d2e:0x79,_0x5abada:0x59,_0x2821ff:0x18,_0x186c5a:0x90,_0x3ce558:0x134,_0x29ccff:0xd1,_0x50eaf6:0xb3,_0x32082c:0xf6,_0x11b87d:0x1fa,_0x5f2436:0x276,_0x629a4c:0x190,_0x370b00:0x5c,_0x1a0a3d:0x71,_0x2f7af8:0x1,_0x53f6c6:0xa2,_0x98a35b:0x24,_0xb3e242:0xb5,_0x24043c:0x2b5,_0x4bc924:0x209,_0x548e30:0x25e,_0x6ccb9f:0x2d3,_0x2f48c7:0x173,_0x37680e:0x226,_0x57f2b0:0x21f,_0x24d75f:0x253,_0x5aa458:0x303,_0x284836:0x250,_0x46c247:0x8b,_0x5f5a70:0x14,_0x3f8aa2:0xda,_0x58b5ac:0x1c6,_0x2fb98a:0x1ad,_0x4ab28c:0x210,_0x289563:0x2b8,_0x94f6e8:0x27f,_0x24ea75:0x101,_0x5dc0af:0x1b5,_0x338776:0x1bb,_0x399347:0x1ba,_0x2308c5:0x1d2,_0x19e4ab:0x1c8,_0x3540d3:0x1e8,_0x4e7f47:0x257,_0x35609e:0x1,_0x25f8c7:0x224,_0x4c9cef:0x25e,_0x3a9b5a:0x296,_0x51e6b2:0x23f,_0xe37570:0x1fc,_0x41e69e:0x133,_0x3d8d32:0x162,_0x3b17a6:0x1af,_0x39b2d6:0x235,_0x1ecc15:0x187,_0x4fa97c:0x16a,_0x598b3c:0x150,_0x3127f1:0xa9,_0x560bfe:0x32,_0x24bf8d:0x1f,_0x8c13a2:0x152,_0x50747d:0x176,_0x33856c:0x14b,_0x42c1e6:0x1f1,_0x29ae86:0x46,_0x3fd37e:0x15c,_0x3bd791:0x9b,_0x302ee5:0x176,_0x3e3de6:0x130,_0x82eb27:0x136,_0x2e68dc:0x122,_0x2b0128:0x9d,_0x17ae8d:0x54,_0xade338:0x4e,_0x3d40a5:0x3f,_0x684ee8:0x165,_0x294163:0x249,_0x347477:0x236,_0x524473:0x40,_0x30d891:0x78,_0x131a82:0xce,_0x53cdb7:0xa7,_0xec6545:0x15d,_0x40f6a3:0xe1,_0x33d508:0x16c,_0x3230d4:0x142,_0x4bccb0:0x13e,_0x3366be:0x131,_0x47d690:0x1e6,_0x19c71a:0x246,_0x221ae4:0x2c3,_0x1b4ea2:0x1f7,_0x53c103:0x270,_0x26a8e4:0x101,_0x22be0f:0x158,_0x4c12c4:0x205,_0x7e9e52:0x12b,_0x4cd827:0x15c,_0x406ac4:0x114,_0x447933:0x1de,_0x2a555d:0x12d,_0x4e088a:0x60,_0xc280b2:0x5f,_0x226cb6:0xc,_0x1ed6e7:0x60,_0x5ec480:0x110,_0x3984e1:0x49,_0x470fd3:0x1b2,_0x52b4e6:0x132,_0x4c0331:0x11e,_0x41db8c:0x9c,_0x15be5a:0xfe,_0x214795:0xde,_0x4bf535:0x219,_0x350d56:0x147,_0x483c70:0x112,_0x2af981:0xec,_0x275c86:0x139,_0x4072c9:0x95,_0x1e6810:0xc3,_0x1eea6f:0xe6,_0x25cf6:0x108,_0x2aa888:0x23,_0xcaf662:0x60,_0xe3862a:0x114,_0x3d4a5b:0x135,_0x224b8f:0x73,_0x1e7c0b:0xf7,_0x22cc51:0x113,_0x3edac4:0xea,_0x347883:0xdb,_0x338525:0x37,_0x5df30c:0x200,_0x1356e3:0xc7},_0x419332={_0x27fa7c:0x1ab,_0x5a19d4:0x16b},_0x2e4641={_0x15ea3e:0x153},_0x844851={'qJyGN':function(_0x44857e,_0xc69cda){return _0x44857e===_0xc69cda;},'rxhaC':'Not\x20Found','IJJPJ':_0x57e032(_0xed0e58._0x369e8c,_0xed0e58._0x2eae6f,_0xed0e58._0x46f9ac,_0xed0e58._0x4dab5c)+_0x57e032(_0xed0e58._0x3020ad,_0xed0e58._0x2f86eb,_0xed0e58._0x374a81,0x151)+_0x57e032(_0xed0e58._0x13244b,_0xed0e58._0x22dc71,_0xed0e58._0x59a58f,_0xed0e58._0x4f38cf)+_0x47005d(_0xed0e58._0x92d4c4,0x248,0x276,0x2a2),'TtTOe':function(_0x3572c1,_0x42945e){return _0x3572c1===_0x42945e;},'dJOxk':function(_0xe198e4,_0x4158b9){return _0xe198e4===_0x4158b9;},'xkQRk':_0x47005d(_0xed0e58._0x1d1fc8,_0xed0e58._0x3106ae,_0xed0e58._0x1418fc,_0xed0e58._0x1ad580)+_0x47005d(0x187,_0xed0e58._0x1f5a6e,_0xed0e58._0x5c7a76,0x23f)+_0x47005d(_0xed0e58._0x3bcfce,_0xed0e58._0x53acb7,_0xed0e58._0x251ea2,_0xed0e58._0x222909)+_0x47005d(_0xed0e58._0xfd1adb,_0xed0e58._0x49ffe4,_0xed0e58._0x1bde30,0x218)+_0x47005d(_0xed0e58._0x14e324,0x155,_0xed0e58._0x3599ab,0x13d)+_0x47005d(_0xed0e58._0x326859,_0xed0e58._0x599e60,0xa6,_0xed0e58._0x30e88f)+'en\x20first.','PdJqW':function(_0x2fd8b9,_0x861992){return _0x2fd8b9!==_0x861992;},'ttfGE':'PgjSW','yQDmj':_0x47005d(0x2a0,0x23e,_0xed0e58._0x55399b,_0xed0e58._0x10aa68)+'t','ErePr':function(_0x417567,_0x31843a){return _0x417567<_0x31843a;},'pQAoC':function(_0x11337a,_0x4c218e){return _0x11337a!==_0x4c218e;},'rtrGF':'string','biXnb':_0x57e032(_0xed0e58._0x1a166f,0xa3,0x47,0x1e)+'ing\x20sub-ob'+_0x57e032(0x2d,0x68,0xfd,_0xed0e58._0x578040),'YuhVm':function(_0x2bf35e,_0x47db7b){return _0x2bf35e===_0x47db7b;},'IlXco':'WCNah','OaQnB':function(_0x55bd5b,_0x45c779){return _0x55bd5b===_0x45c779;},'RgjBF':'number','GbkzM':_0x47005d(_0xed0e58._0x4b37ac,0x1f8,_0xed0e58._0x4e4b8f,_0xed0e58._0x10e3a6),'Flltk':_0x47005d(_0xed0e58._0xc9d4b8,0x10c,0x14e,_0xed0e58._0x1647d1),'bAHEo':function(_0x13219f,_0x24cdd7){return _0x13219f+_0x24cdd7;},'dCbGo':_0x47005d(0x168,_0xed0e58._0x3c14a3,_0xed0e58._0x31f2bd,_0xed0e58._0x5b64e2),'qhUhw':function(_0x32515f,_0x2116f7,_0x5627a7){return _0x32515f(_0x2116f7,_0x5627a7);},'WEhcV':_0x57e032(-_0xed0e58._0x2b3191,_0xed0e58._0x4f38cf,0x2c,0x45)+_0x57e032(0x67,0xda,_0xed0e58._0x35435d,_0xed0e58._0x579e25),'PuIac':function(_0x5bea27,_0x187d08){return _0x5bea27!==_0x187d08;},'fJUxi':'iHYcl','rUKWk':'HJbGu','ccpqz':_0x47005d(0x163,0x217,0x232,_0xed0e58._0x2251ca)+_0x57e032(_0xed0e58._0x545ec4,_0xed0e58._0x40f3cf,-0x6,_0xed0e58._0x4699a4),'iWqoa':_0x47005d(_0xed0e58._0x58019a,_0xed0e58._0x22981e,_0xed0e58._0x34c130,0x148),'OdnLq':_0x57e032(_0xed0e58._0x271fd9,_0xed0e58._0x303455,0x89,0x172),'mzXpB':'Failed\x20to\x20'+_0x47005d(_0xed0e58._0x4496ff,_0xed0e58._0x4496ff,0x1b3,0x1c7)+_0x47005d(_0xed0e58._0xc3d61e,0x20e,0x2c3,0x23f)+'e','WAQvC':_0x47005d(_0xed0e58._0x5ebd69,_0xed0e58._0x34517f,0x1de,_0xed0e58._0x58217a)+_0x57e032(0x5b,0xfd,_0xed0e58._0x5bec97,0x91)+_0x57e032(-0xe,_0xed0e58._0x45bb6f,-_0xed0e58._0x461fed,_0xed0e58._0xed10b6)},{parentObjective:_0x2ade32,callingTask:_0x355b13}=_0x4a68a8,{objectives:_0x5a48be}=_0x4a68a8[_0x47005d(0x1a6,_0xed0e58._0xc9d4b8,_0xed0e58._0x9a354,_0xed0e58._0x50cf88)];if(!_0x5a48be||!Array[_0x57e032(-_0xed0e58._0x3e8498,_0xed0e58._0x481988,0x34,_0xed0e58._0x51883c)](_0x5a48be)||_0x844851[_0x47005d(_0xed0e58._0x2441ab,_0xed0e58._0x122dee,_0xed0e58._0x186bf0,_0xed0e58._0x251d85)](_0x5a48be[_0x47005d(_0xed0e58._0x4f25e8,0x118,0xf1,0x15b)],0x310+0x69b+-0x9ab)){if(_0x844851[_0x47005d(_0xed0e58._0x58ced6,_0xed0e58._0x253efe,_0xed0e58._0x3f2998,_0xed0e58._0x5d0dee)](_0x844851[_0x47005d(_0xed0e58._0x2dd55b,_0xed0e58._0xef6825,_0xed0e58._0x1dda02,0x2bb)],_0x844851[_0x57e032(0xef,_0xed0e58._0x3f92ab,_0xed0e58._0x421974,_0xed0e58._0x6e0c43)])){const _0x60957d={};_0x60957d[_0x47005d(_0xed0e58._0x10aa68,_0xed0e58._0x1cc63b,_0xed0e58._0x1f78c9,_0xed0e58._0x146ff5)+'d']=_0x47adca,_0x60957d[_0x57e032(0xfb,_0xed0e58._0x217013,0x65,0x16d)]=_0x4bd7f2['message'],_0x3c13a8[_0x57e032(_0xed0e58._0x235de2,0xc4,_0xed0e58._0x1ef393,_0xed0e58._0xb9e805)]('Failed\x20to\x20'+_0x57e032(0x39,0x46,_0xed0e58._0x531f6f,-0x3b)+_0x47005d(0x18f,_0xed0e58._0x5708df,_0xed0e58._0x1eb622,0x1ae)+'e',_0x60957d);}else{const _0x223954={};return _0x223954[_0x47005d(0x20c,_0xed0e58._0x17060a,_0xed0e58._0x2d64b8,0x172)]=_0x844851[_0x47005d(0x190,_0xed0e58._0x955332,0x111,0xaf)],_0x223954[_0x57e032(0x193,_0xed0e58._0x3299fa,0x154,_0xed0e58._0x34c130)]=_0x47005d(0x21e,_0xed0e58._0x1dda02,_0xed0e58._0x761445,_0xed0e58._0x528dfe)+_0x57e032(0x13f,_0xed0e58._0x267efa,0xed,0xf9)+_0x57e032(_0xed0e58._0x162640,_0xed0e58._0x858980,0xb0,-_0xed0e58._0x46ca74)+_0x57e032(0x114,_0xed0e58._0x3c2963,_0xed0e58._0xfd1adb,_0xed0e58._0x17a61c)+_0x47005d(0x2b0,_0xed0e58._0x34d2f9,_0xed0e58._0x5073fa,0x1ee)+_0x57e032(0x83,_0xed0e58._0xf7aac1,0x64,_0xed0e58._0x46ca74)+'ne\x20item',_0x4c4a8e[_0x57e032(0x5b,0xb3,_0xed0e58._0x5c142a,0xe8)](-0x1308+-0x1c79+0x3*0x105b)['json'](_0x223954);}}for(let _0x318555=0x49*-0x7f+-0x1*0x698+-0x119*-0x27;_0x844851['ErePr'](_0x318555,_0x5a48be[_0x57e032(_0xed0e58._0x2b051c,_0xed0e58._0x1110dc,0xca,0x9c)]);_0x318555++){const _0x36e36d=_0x5a48be[_0x318555];if(!_0x36e36d['name']||_0x844851[_0x57e032(-0x2,0x35,_0xed0e58._0x19cbd9,_0xed0e58._0x5c6671)](typeof _0x36e36d[_0x47005d(0x1af,_0xed0e58._0x72946c,_0xed0e58._0x4674eb,0x220)],_0x844851[_0x47005d(0x1a6,0x1e1,_0xed0e58._0x903e00,_0xed0e58._0x591086)])){const _0x207d1d={};return _0x207d1d[_0x57e032(0xf7,0xc4,0x25,_0xed0e58._0x10030a)]=_0x844851[_0x57e032(0xdd,0x6d,_0xed0e58._0x2288a9,0xa4)],_0x207d1d[_0x47005d(0x26c,0x200,_0xed0e58._0x3665fa,_0xed0e58._0x8beea1)]=_0x57e032(0x14e,_0xed0e58._0x49461d,0x116,0xc7)+_0x57e032(0x1f,_0xed0e58._0x50f43b,-_0xed0e58._0x45d5e7,-_0xed0e58._0x498fcc)+_0x318555+(_0x57e032(_0xed0e58._0x2ca48e,0x2a,0x85,-_0xed0e58._0x31e358)+_0x47005d(_0xed0e58._0x2ec26f,0x185,_0xed0e58._0x1801e6,_0xed0e58._0xb7cba2)+_0x57e032(0x43,_0xed0e58._0x189627,0xc0,0x63)),_0x4c4a8e[_0x47005d(0x118,_0xed0e58._0x38297a,0x14f,_0xed0e58._0x355416)](-0x5d1*-0x5+0x1*0x229f+0x184*-0x29)[_0x57e032(0x116,_0xed0e58._0x1e0ef7,_0xed0e58._0x481988,0x76)](_0x207d1d);}}const _0x400eed={};function _0x57e032(_0x547258,_0x5bdc35,_0x156c8f,_0x35ed6d){return _0x26d9a5(_0x547258-0x96,_0x5bdc35-_0x2e4641._0x15ea3e,_0x5bdc35- -0x45e,_0x547258);}_0x400eed[_0x57e032(0xd6,0xbe,_0xed0e58._0x257611,0x12)]=_0x355b13[_0x57e032(_0xed0e58._0x571f16,_0xed0e58._0x247637,_0xed0e58._0x244a26,0xe5)],_0x400eed['parentObje'+_0x47005d(_0xed0e58._0x339d3,0x147,0xda,_0xed0e58._0x4fdc8c)]=_0x2ade32[_0x47005d(_0xed0e58._0x46051a,_0xed0e58._0x288bd9,0x24c,_0xed0e58._0x14e324)],_0x400eed[_0x47005d(0x17f,_0xed0e58._0x463f84,_0xed0e58._0x22a6b4,0x1a3)]=_0x5a48be['length'],logger[_0x47005d(_0xed0e58._0xdef85c,_0xed0e58._0x4c7cd7,0x27b,0x251)](_0x844851[_0x47005d(0x95,_0xed0e58._0x52fce8,0x75,0x18c)],_0x400eed);const _0xa15a3c=new Date()[_0x57e032(-0xc,_0xed0e58._0x47a3d9,0xaf,_0xed0e58._0x4edbf5)+'g'](),_0x11c59d=[];let _0x350d19=0x90b*-0x4+0x15*0x8d+0x1*0x189b;for(const [,_0x72a665]of tasks[_0x47005d(_0xed0e58._0x2bd081,0x1e4,_0xed0e58._0x2746ea,0x1e6)]()){if(_0x844851['YuhVm'](_0x844851['IlXco'],_0x57e032(0xc3,_0xed0e58._0x135518,0x74,_0xed0e58._0x4f25f5))){if(_0x72a665['parentObje'+_0x57e032(0x25,0x53,0xd1,0x50)]===_0x2ade32[_0x47005d(0x12e,_0xed0e58._0x288bd9,0x22d,0x24c)]&&_0x844851[_0x57e032(-_0xed0e58._0x50e536,0x3d,_0xed0e58._0x2f6b4b,_0xed0e58._0x2bc510)](typeof _0x72a665['sortOrder'],_0x844851[_0x57e032(0xb1,_0xed0e58._0xd625b3,0xa2,_0xed0e58._0x35ea4d)])){if(_0x844851[_0x47005d(_0xed0e58._0xa3ebbb,0x1af,0x113,0x1f9)]!==_0x844851[_0x57e032(0x9,0x75,_0xed0e58._0x141695,0x114)])_0x350d19=Math[_0x57e032(0xfb,_0xed0e58._0x11abc5,0x17d,_0xed0e58._0x1c925a)](_0x350d19,_0x72a665[_0x57e032(_0xed0e58._0x2b6246,_0xed0e58._0x2ef6ec,0x90,_0xed0e58._0xe17446)]);else{if(_0x844851[_0x47005d(_0xed0e58._0x28a9e0,0x10d,_0xed0e58._0xc16650,0x187)](_0x2e17d8[_0x57e032(0xda,_0xed0e58._0x168c40,_0xed0e58._0x4828f4,0xff)+_0x47005d(_0xed0e58._0x4210cf,0x147,_0xed0e58._0x266ba6,_0xed0e58._0x86481c)],_0x1bd1b1[_0x57e032(_0xed0e58._0xed10b6,_0xed0e58._0x218e2e,0x38,_0xed0e58._0x4ae9be)])&&_0x844851['qJyGN'](_0x402e7b[_0x47005d(0x160,0x1a7,0x1bf,0x20f)],_0x47005d(0x14e,0x119,_0xed0e58._0xd6d8bb,0x9c))){const _0x4ff556={};_0x4ff556[_0x57e032(_0xed0e58._0x36a9de,_0xed0e58._0x40ef16,_0xed0e58._0x40f3cf,_0xed0e58._0x2fd2de)]=_0xf3fa61['taskId'],_0x4ff556[_0x57e032(0xaf,_0xed0e58._0x50890d,0xd7,0x24)]=_0x4bf235['name'],_0x4ff556[_0x47005d(0x1c0,_0xed0e58._0x443af4,0x264,_0xed0e58._0x253efe)]=_0x2a53a7[_0x47005d(_0xed0e58._0x481599,_0xed0e58._0x443af4,_0xed0e58._0x4342b2,0x161)],_0x4ff556['createdAt']=_0x121e15[_0x47005d(_0xed0e58._0x49c19d,_0xed0e58._0x509045,_0xed0e58._0x1a5ad7,_0xed0e58._0xb256db)],_0x4ff556[_0x57e032(_0xed0e58._0xccf1da,_0xed0e58._0x5aa115,0x78,-0x8)+'ns']=_0x1d789f['parameters']?.[_0x47005d(0x1e5,_0xed0e58._0x5d1492,_0xed0e58._0x643f77,0x17a)+'ns']||'',_0x4c0932['push'](_0x4ff556);}}}}else{const {callingTask:_0x461e0d}=_0x59de51,_0x29fa03=_0x8248ca['params']['id'],_0x20c82c=_0x2a0d56[_0x47005d(_0xed0e58._0x10baa2,_0xed0e58._0xf7d61c,_0xed0e58._0x17060a,0x156)](_0x29fa03);if(!_0x20c82c||_0x20c82c['status']!==_0x57e032(0x93,_0xed0e58._0x3c2a8c,-0x6e,-0xc)){const _0x31219e={};return _0x31219e['error']=_0x844851['rxhaC'],_0x31219e['message']=_0x47005d(0x28d,_0xed0e58._0x253bf6,0x2ea,_0xed0e58._0x5c4f49)+_0x57e032(0xe4,_0xed0e58._0x2eed09,_0xed0e58._0x3ddfe6,_0xed0e58._0x183ff8),_0x295978[_0x47005d(0x121,_0xed0e58._0x38297a,0x10f,_0xed0e58._0x4fbee9)](0x32d+-0x2494+-0xba9*-0x3)[_0x57e032(0xb7,0x66,_0xed0e58._0x584e0e,0x60)](_0x31219e);}const _0x100331={};_0x100331[_0x57e032(_0xed0e58._0x19f166,0xbe,0x10e,_0xed0e58._0x32ffd4)]=_0x461e0d[_0x57e032(_0xed0e58._0x9628f2,_0xed0e58._0x40ef16,_0xed0e58._0x4f1230,0x166)],_0x100331[_0x57e032(0x192,_0xed0e58._0x595b32,_0xed0e58._0xe4a9e7,0x16d)+'d']=_0x29fa03,_0x2759ef['info'](_0x844851[_0x57e032(0x54,0xbc,_0xed0e58._0x3c9aea,_0xed0e58._0x2f41b9)],_0x100331);const _0x10510c={};_0x10510c[_0x47005d(0x14c,0x1b2,_0xed0e58._0x121fc6,_0xed0e58._0x25389d)]=_0x20c82c['taskId'],_0x10510c[_0x47005d(_0xed0e58._0x1801e6,_0xed0e58._0x72946c,0x22c,_0xed0e58._0x4fbee9)]=_0x20c82c[_0x47005d(_0xed0e58._0x166927,_0xed0e58._0x444255,0x1b2,0x21b)],_0x10510c['instructio'+'ns']=_0x20c82c[_0x47005d(0x4d,_0xed0e58._0x1adc0e,_0xed0e58._0xfd1adb,0xd8)]?.[_0x47005d(0x141,_0xed0e58._0x141a83,_0xed0e58._0x46450d,_0xed0e58._0x5e7181)+'ns']||'',_0x10510c['parentObje'+_0x47005d(0x1e4,0x147,0xde,0xba)]=_0x20c82c['parentObje'+_0x47005d(_0xed0e58._0x316c82,0x147,0x1e0,0x105)],_0x10510c[_0x47005d(0x1dc,0x253,0x1cd,_0xed0e58._0x295a24)]=_0x20c82c[_0x57e032(0x172,_0xed0e58._0x1de4df,0xd6,_0xed0e58._0x1c925a)],_0x10510c[_0x47005d(_0xed0e58._0x2705a9,0x17f,_0xed0e58._0x5c180b,0x176)]=_0x20c82c[_0x57e032(_0xed0e58._0x302091,0x8b,_0xed0e58._0x503d2e,_0xed0e58._0x5abada)],_0x1bacda[_0x47005d(0x127,0x15a,0xd1,0xc2)](_0x10510c);}}function _0x47005d(_0x5ce3a6,_0x19c9c8,_0x3af37c,_0x55438d){return _0x26d9a5(_0x5ce3a6-_0x419332._0x27fa7c,_0x19c9c8-_0x419332._0x5a19d4,_0x19c9c8- -0x36a,_0x55438d);}for(let _0x17742f=0xc1f*-0x3+-0x1ee4+0x166b*0x3;_0x17742f<_0x5a48be[_0x57e032(0xb0,_0xed0e58._0x1110dc,_0xed0e58._0x2821ff,-_0xed0e58._0x186c5a)];_0x17742f++){const _0x18830=_0x5a48be[_0x17742f],_0xfcafe=generateObjectiveId(),_0x56ed35=_0x350d19+_0x844851[_0x47005d(0x1fb,0x159,_0xed0e58._0x3ce558,_0xed0e58._0x50cf88)](_0x17742f,-0x9fd*-0x2+-0x1804+0x40b)*(0x2110+-0x7*-0x1cd+-0x29c3*0x1),_0x2f008a={};_0x2f008a[_0x57e032(0xf1,_0xed0e58._0x247637,0x144,0x6b)]=_0xfcafe,_0x2f008a[_0x57e032(0x49,0x92,0xbf,0x120)]=_0x18830[_0x57e032(0x6d,0x92,_0xed0e58._0x29ccff,_0xed0e58._0x46051a)],_0x2f008a[_0x57e032(_0xed0e58._0x251ea2,_0xed0e58._0x50eaf6,0x90,0xf3)]=_0x844851[_0x47005d(0x149,_0xed0e58._0x32082c,0xd0,0x97)],_0x2f008a[_0x47005d(_0xed0e58._0x11b87d,0x1e2,_0xed0e58._0x5f2436,_0xed0e58._0x629a4c)+'t']=_0x2ade32['environmen'+'t'],_0x2f008a['taskType']=_0x2ade32['taskType']||_0x57e032(0xad,0x5,-_0xed0e58._0x370b00,-0x55),_0x2f008a[_0x57e032(-_0xed0e58._0x1a0a3d,-_0xed0e58._0x2f7af8,-_0xed0e58._0x461fed,_0xed0e58._0x53f6c6)]={..._0x2ade32[_0x57e032(_0xed0e58._0xb9e805,-0x1,_0xed0e58._0x98a35b,-_0xed0e58._0xb3e242)]||{}},_0x2f008a['branches']=_0x2ade32[_0x47005d(_0xed0e58._0x24043c,0x204,_0xed0e58._0x4bc924,_0xed0e58._0x548e30)]||{},_0x2f008a[_0x47005d(0x265,0x226,0x29a,_0xed0e58._0x6ccb9f)]=_0x2ade32[_0x47005d(_0xed0e58._0x2f48c7,_0xed0e58._0x37680e,_0xed0e58._0x57f2b0,0x1f4)]||[],_0x2f008a[_0x47005d(0x1e3,_0xed0e58._0x24d75f,_0xed0e58._0x5aa458,_0xed0e58._0x284836)]=_0xa15a3c,_0x2f008a[_0x57e032(0x8c,_0xed0e58._0x46c247,_0xed0e58._0x5f5a70,_0xed0e58._0xed10b6)]=_0xa15a3c,_0x2f008a['parentObje'+_0x57e032(0x29,0x53,0xe4,_0xed0e58._0x3f8aa2)]=_0x2ade32[_0x57e032(0xb0,_0xed0e58._0x218e2e,_0xed0e58._0x36a9de,0x7a)],_0x2f008a[_0x57e032(_0xed0e58._0x4edbf5,_0xed0e58._0x2ef6ec,_0xed0e58._0x58b5ac,0x135)]=_0x56ed35,_0x2f008a[_0x47005d(_0xed0e58._0x2fb98a,_0xed0e58._0x4ab28c,_0xed0e58._0x289563,_0xed0e58._0x94f6e8)+_0x57e032(0xb7,_0xed0e58._0x24ea75,0x145,_0xed0e58._0x5dc0af)]=_0x355b13['taskId'],_0x2f008a[_0x47005d(_0xed0e58._0x338776,0x19f,_0xed0e58._0x399347,0x210)]=_0x2ade32[_0x47005d(0x17e,0x19f,_0xed0e58._0x2308c5,0x241)]||_0x355b13[_0x47005d(_0xed0e58._0x19e4ab,_0xed0e58._0x2d64b8,0x1f8,0x195)],_0x2f008a[_0x47005d(_0xed0e58._0x3540d3,_0xed0e58._0x4e7f47,0x1d3,0x1cb)]=_0x2ade32['isPinned']||![],_0x2f008a[_0x57e032(-_0xed0e58._0x1a0a3d,-_0xed0e58._0x2f7af8,-_0xed0e58._0x461fed,_0xed0e58._0x53f6c6)]['instructio'+'ns']=_0x18830['instructio'+'ns']||'';const _0x9eafeb=_0x2f008a;tasks[_0x57e032(-_0xed0e58._0x46f9ac,_0xed0e58._0x35609e,-0x4a,-_0xed0e58._0x571f16)](_0xfcafe,_0x9eafeb);try{const _0x914845=await _0x844851[_0x47005d(0x23b,_0xed0e58._0x25f8c7,_0xed0e58._0x4c9cef,0x290)](createObjectiveDirectory,_0xfcafe,_0xa15a3c),_0x477001=_0x5a9146[_0x47005d(_0xed0e58._0x3a9b5a,_0xed0e58._0x51e6b2,0x2d4,_0xed0e58._0xe37570)](_0x914845,_0x844851['WEhcV']);await _0x1cf7b5['writeFile'](_0x477001,JSON[_0x47005d(0x120,_0xed0e58._0x41e69e,0x115,_0xed0e58._0x3d8d32)](_0x9eafeb,null,0x55d*-0x1+0x1*-0xed7+0x1436),_0x47005d(0x141,0x14f,0x1d8,_0xed0e58._0x3b17a6));if(_0x18830[_0x47005d(_0xed0e58._0x39b2d6,_0xed0e58._0x5d1492,_0xed0e58._0x28a9e0,_0xed0e58._0x1ecc15)+'ns']){if(_0x844851[_0x57e032(0xda,0x158,_0xed0e58._0x4fa97c,0xdb)](_0x844851[_0x57e032(_0xed0e58._0x598b3c,_0xed0e58._0x3127f1,_0xed0e58._0x560bfe,_0xed0e58._0x24bf8d)],_0x844851[_0x47005d(_0xed0e58._0x8c13a2,_0xed0e58._0x50747d,0x131,0x110)])){const _0xc1966f=_0x5a9146[_0x57e032(0x1d3,_0xed0e58._0x33856c,_0xed0e58._0x42c1e6,0x98)](_0x914845,_0x47005d(0x13d,_0xed0e58._0x1bde30,_0xed0e58._0x122dee,0x1ed)),_0x457347={};_0x457347[_0x57e032(0xe0,0xd4,_0xed0e58._0x29ae86,0xff)]=!![],await _0x1cf7b5[_0x57e032(_0xed0e58._0x3fd37e,0x117,_0xed0e58._0x3bd791,_0xed0e58._0x302ee5)](_0xc1966f,_0x457347);const _0xf7eb57=_0x5a9146[_0x47005d(0x210,0x23f,0x197,_0xed0e58._0x629a4c)](_0xc1966f,_0x844851['ccpqz']);await _0x1cf7b5[_0x57e032(_0xed0e58._0x5c142a,0x113,0xd4,_0xed0e58._0x3e3de6)](_0xf7eb57,_0x18830['instructio'+'ns'],_0x844851[_0x47005d(_0xed0e58._0x82eb27,_0xed0e58._0x2e68dc,_0xed0e58._0x2b0128,0x10b)]);}else _0x844851[_0x57e032(-_0xed0e58._0x17ae8d,0x4d,_0xed0e58._0xade338,_0xed0e58._0x3d40a5)](_0x24ce61[_0x47005d(_0xed0e58._0x684ee8,0x1aa,_0xed0e58._0x294163,_0xed0e58._0x347477)+_0x57e032(0x81,0x53,-0x1,_0xed0e58._0x524473)],_0x494043[_0x57e032(0x107,0xbe,_0xed0e58._0x30d891,0x53)])&&_0x844851[_0x57e032(0x3,_0xed0e58._0xade338,0x85,_0xed0e58._0x131a82)](typeof _0xca24b5[_0x57e032(0xce,_0xed0e58._0x2ef6ec,_0xed0e58._0x53cdb7,0x1bd)],_0x47005d(_0xed0e58._0xec6545,0x109,0xfc,0x9e))&&(_0x3eaedd=_0x207696['max'](_0x1268e7,_0x5eddfc[_0x57e032(_0xed0e58._0x40f6a3,0x112,_0xed0e58._0x33d508,_0xed0e58._0x421974)]));}}catch(_0x36ae1b){if(_0x844851[_0x47005d(0xbe,_0xed0e58._0x3230d4,_0xed0e58._0x4bccb0,_0xed0e58._0x3366be)](_0x844851[_0x47005d(_0xed0e58._0x47d690,_0xed0e58._0x19c71a,0x1e4,_0xed0e58._0x221ae4)],_0x844851[_0x47005d(0x196,0x246,_0xed0e58._0x1b4ea2,_0xed0e58._0x53c103)])){const _0x3eaa61={};_0x3eaa61['objectiveI'+'d']=_0xfcafe,_0x3eaa61[_0x57e032(0xf5,_0xed0e58._0xed10b6,_0xed0e58._0x26a8e4,_0xed0e58._0x22be0f)]=_0x36ae1b[_0x47005d(0x245,0x200,_0xed0e58._0x4c12c4,0x1c2)],logger[_0x57e032(_0xed0e58._0x50cf88,_0xed0e58._0x217013,0x14c,0x35)](_0x844851[_0x47005d(_0xed0e58._0x7e9e52,0x157,0x124,0xff)],_0x3eaa61);}else{const _0x396688={};return _0x396688[_0x47005d(0x194,0x1b8,_0xed0e58._0x4cd827,_0xed0e58._0x406ac4)]=_0x57e032(_0xed0e58._0x447933,_0xed0e58._0x2a555d,0x19c,_0xed0e58._0x222909),_0x396688[_0x57e032(_0xed0e58._0x4e088a,0x10c,_0xed0e58._0xf7d61c,_0xed0e58._0xc280b2)]=_0x844851[_0x57e032(-0x1e,_0xed0e58._0x226cb6,0xaf,_0xed0e58._0x1ed6e7)],_0x2b9813[_0x57e032(0xb4,0xb3,0x90,_0xed0e58._0x5ec480)](-0x2599+-0x1516+0x3*0x1418)[_0x57e032(0x83,_0xed0e58._0x1e0ef7,-0x3,0x97)](_0x396688);}}broadcastTaskUpdate&&_0x844851[_0x47005d(0x20a,0x224,0x211,0x2a4)](broadcastTaskUpdate,_0x57e032(0x144,_0xed0e58._0x32ffd4,_0xed0e58._0x3984e1,0x43),_0x9eafeb);const _0x61e842={};_0x61e842[_0x47005d(0x15c,_0xed0e58._0x470fd3,0x195,0x21c)]=_0xfcafe,_0x61e842[_0x57e032(-0x21,0x92,_0xed0e58._0x52b4e6,0x143)]=_0x9eafeb['name'],_0x61e842[_0x57e032(_0xed0e58._0x4c0331,_0xed0e58._0x41db8c,0x127,0x70)+'ns']=_0x9eafeb[_0x47005d(_0xed0e58._0x15be5a,0xf3,0x129,_0xed0e58._0x214795)]?.['instructio'+'ns']||'',_0x61e842[_0x47005d(_0xed0e58._0x4bf535,0x1aa,0x247,0x145)+'ctiveId']=_0x9eafeb[_0x57e032(0xe,0xb6,0xcf,_0xed0e58._0x5c6671)+_0x47005d(0x189,_0xed0e58._0x350d56,0x198,0x15a)],_0x61e842['sortOrder']=_0x9eafeb[_0x57e032(0x7c,_0xed0e58._0x483c70,0x92,0xad)],_0x11c59d[_0x57e032(0x13d,_0xed0e58._0x2af981,_0xed0e58._0x275c86,_0xed0e58._0x4072c9)](_0x61e842);}logger[_0x57e032(0x171,0xf2,0xfd,0x1a5)](_0x844851[_0x57e032(_0xed0e58._0x1e6810,_0xed0e58._0x1eea6f,_0xed0e58._0x25cf6,_0xed0e58._0x222909)],{'taskId':_0x355b13[_0x47005d(0x1a7,0x1b2,_0xed0e58._0x463f84,0x1d9)],'parentObjectiveId':_0x2ade32['taskId'],'createdCount':_0x11c59d[_0x57e032(-_0xed0e58._0x2aa888,0x24,-_0xed0e58._0xcaf662,0x1e)],'objectiveIds':_0x11c59d['map'](_0x33d356=>_0x33d356['taskId'])});const _0x4c5f4a={};_0x4c5f4a[_0x47005d(0x153,_0xed0e58._0xe3862a,_0xed0e58._0x3d4a5b,0x182)]=!![],_0x4c5f4a[_0x57e032(-0x13,_0xed0e58._0x224b8f,_0xed0e58._0x1e7c0b,_0xed0e58._0x22cc51)]=_0x11c59d[_0x47005d(0x75,0x118,0xbb,_0xed0e58._0x3edac4)],_0x4c5f4a[_0x57e032(_0xed0e58._0x347883,0x3a,-0x58,_0xed0e58._0x338525)]=_0x11c59d,_0x4c4a8e[_0x47005d(0x1a6,0x1a7,0x1ee,_0xed0e58._0x5df30c)](-0x1*-0x16b7+0x1249*-0x2+-0xea4*-0x1)[_0x57e032(0x77,0x66,_0xed0e58._0x1356e3,_0xed0e58._0x3c2a8c)](_0x4c5f4a);}),router[_0x26d9a5(0x3fa,0x461,0x47d,0x4f8)](_0x26d9a5(0x509,0x5b9,0x5ab,0x5f9),requireTaskAuth,async(_0x364801,_0x1e9b85)=>{const _0x57bd73={_0x558ec0:0x539,_0x5d7785:0x4dd,_0xe143c2:0x162,_0xb2e09c:0x6f,_0x2ae855:0xb8,_0x20dbba:0x40,_0x45d794:0x4ca,_0x118080:0x4b3,_0xa52f63:0x51d,_0x424ecf:0x5aa,_0x4559b7:0x6a,_0xfca7a4:0x53e,_0x271bc3:0x530,_0x419667:0x444,_0x5803a4:0x3b,_0x3f8a7a:0x19,_0x23e7a9:0x87,_0x5eb72d:0x456,_0x38dda9:0x4a,_0x32743d:0x6a,_0x5428db:0x10,_0x7381b4:0x5b,_0x22a327:0x52a,_0x504910:0x575,_0x485ae7:0x5b6,_0x5d6b4c:0x43,_0x223e76:0xaa,_0x28bd57:0x11a,_0x363131:0xf7,_0x3a639b:0x527,_0x61dbbe:0x56d,_0x1ee129:0x5e2,_0x3d6aff:0x61,_0x359e6e:0x4c,_0x431157:0x58,_0x2cd110:0x437,_0x5e12b0:0x4e4,_0x5747ea:0x14,_0x24bc4c:0x18a,_0x12f906:0xf3,_0x2ca7e8:0x194,_0x171f52:0x143,_0x15fb2a:0x17c,_0x25bd7c:0x562,_0x5d54a3:0x4c2,_0x4acaaa:0x466,_0x572fcb:0x3d9,_0x5126f4:0xa3,_0x24d832:0x419,_0x56d21d:0x465,_0x138ee3:0x4bc,_0x542903:0x433,_0x3469ec:0x3d5,_0x2d4fa7:0x444,_0x1d0e29:0x4bd,_0x291fe7:0x4c8,_0x408058:0x543,_0x5a6d20:0x453,_0x21bd92:0x29,_0x479dda:0x62,_0x10535d:0x40,_0x44e3e0:0x515,_0x2b4724:0x411,_0x5abaac:0xbe,_0x201a69:0x36,_0x2c0466:0xc9,_0x5421fc:0x11d,_0x29fd76:0x122,_0x148d53:0x199,_0xbcad8f:0x4a7,_0x3e87e8:0x466,_0x26c679:0x5b0,_0x15f128:0x1a6,_0x423d65:0x440,_0x45ba78:0x73,_0x367631:0x4b,_0x4b01c5:0x14,_0x132137:0x4fb,_0x2badc0:0x19,_0x284fd0:0x1,_0x10345d:0x55,_0x3e253c:0xdc,_0x5b9ad9:0x2b,_0x34d8c1:0x16d,_0x5eb18b:0x4c8,_0xa507a6:0x3c,_0xdfeb3c:0x148,_0x274a8b:0x146,_0x2af7ac:0x7c,_0x429b7c:0x9a,_0x3bba78:0xa0,_0x2c40d9:0x10b,_0x3b211a:0x3cb,_0x1a7cf8:0x519,_0x3d9d42:0x47e,_0x563f62:0x429,_0x2a9bfd:0x44,_0x185a86:0x509,_0x1e5543:0x455,_0x49d911:0xb1,_0x414e10:0x50,_0x280471:0x5a2,_0x3f07d7:0x556,_0x5e49eb:0x4c5,_0x2eb426:0x536,_0x110312:0x21,_0x2e430a:0x19,_0xcd181c:0x149,_0x333b74:0x545,_0x5eba15:0x468,_0x46219d:0x546,_0x33213e:0x4a4,_0x56c513:0x3f2,_0x219616:0x43c,_0x4c91a1:0x6,_0x1d9287:0x133,_0x528d31:0xff,_0x525776:0x5b5,_0x373bf1:0x524,_0x4380b2:0x572,_0x4c70f9:0x5c5,_0x197058:0x571,_0x3eccc7:0x506,_0x4dd64c:0x5c3,_0x5cdb78:0x52e,_0x217c4a:0x571,_0x4693eb:0x4e9,_0x9615ae:0x50c,_0xb82ec1:0x8b,_0x8a6e2b:0x4d,_0x324dfd:0xd9,_0x408990:0x4a6,_0x59858f:0xcd,_0x432051:0xab,_0x313237:0x44d,_0x3bf47d:0x4c8,_0x1151e2:0x44b,_0x4a4b03:0x5c,_0x54f273:0x436,_0x412bc1:0x3da,_0xd13b85:0x3a4,_0x23ae6d:0xdf,_0x7ef69e:0x32,_0x27205f:0x4e7,_0x147766:0x465,_0x305631:0x454,_0x2ffa0e:0x486,_0x5e6c47:0xf6,_0x571f17:0x152,_0x515386:0x4a9,_0x6c0373:0x400,_0x4e2246:0x497,_0x125df0:0x3ca,_0x31f345:0x478,_0x216018:0x4ab,_0x1b0fd8:0x42e},_0x5a8cc7={_0x1c93e8:0x19b},_0x48e913={_0x18c65d:0x1b3},_0x45eb14={};_0x45eb14['KPqus']=_0x4593ec(0x5cd,_0x57bd73._0x558ec0,_0x57bd73._0x5d7785,0x4df),_0x45eb14[_0x4c1455(_0x57bd73._0xe143c2,_0x57bd73._0xb2e09c,_0x57bd73._0x2ae855,_0x57bd73._0x20dbba)]=_0x4593ec(0x43e,_0x57bd73._0x45d794,_0x57bd73._0x118080,0x478)+'was\x20not\x20la'+_0x4593ec(0x4dc,_0x57bd73._0xa52f63,0x589,_0x57bd73._0x424ecf)+_0x4c1455(0x192,0x178,0xe8,_0x57bd73._0x4559b7)+_0x4593ec(_0x57bd73._0xfca7a4,0x4c6,_0x57bd73._0x271bc3,_0x57bd73._0x419667);function _0x4c1455(_0x3909f7,_0x470b88,_0x26a2d2,_0x5ba9c8){return _0x17db7b(_0x3909f7-0x19d,_0x470b88-_0x48e913._0x18c65d,_0x5ba9c8,_0x26a2d2-0x1a7);}_0x45eb14[_0x4c1455(-0xc2,-_0x57bd73._0x5803a4,-_0x57bd73._0x3f8a7a,_0x57bd73._0x23e7a9)]=_0x4593ec(0x3ce,_0x57bd73._0x5eb72d,0x3c7,0x3ed),_0x45eb14[_0x4c1455(_0x57bd73._0x38dda9,_0x57bd73._0x32743d,_0x57bd73._0x5428db,_0x57bd73._0x7381b4)]='Objective\x20'+_0x4593ec(0x413,0x4c0,0x439,0x52f),_0x45eb14['KdQxy']=_0x4593ec(_0x57bd73._0x22a327,0x54c,_0x57bd73._0x504910,_0x57bd73._0x485ae7),_0x45eb14[_0x4c1455(0x2,-0x35,_0x57bd73._0x5d6b4c,_0x57bd73._0x223e76)]=_0x4c1455(_0x57bd73._0x28bd57,_0x57bd73._0x363131,0xdc,0x44),_0x45eb14[_0x4593ec(_0x57bd73._0x3a639b,_0x57bd73._0x61dbbe,0x4c5,_0x57bd73._0x1ee129)]=function(_0x250ad7,_0x448a38){return _0x250ad7===_0x448a38;},_0x45eb14[_0x4c1455(_0x57bd73._0x3d6aff,0xc,_0x57bd73._0x359e6e,_0x57bd73._0x431157)]=_0x4593ec(0x3a2,_0x57bd73._0x2cd110,0x4ca,_0x57bd73._0x5e12b0),_0x45eb14[_0x4c1455(-_0x57bd73._0x5747ea,0x37,0x59,-_0x57bd73._0x7381b4)]=function(_0x100c25,_0x88382e){return _0x100c25!==_0x88382e;},_0x45eb14[_0x4593ec(0x3d4,0x455,0x3c1,0x3be)]=_0x4c1455(0xbe,_0x57bd73._0x24bc4c,0x103,_0x57bd73._0x12f906),_0x45eb14[_0x4c1455(0x10a,_0x57bd73._0x2ca7e8,_0x57bd73._0x171f52,_0x57bd73._0x15fb2a)]=_0x4593ec(_0x57bd73._0x25bd7c,_0x57bd73._0x5d54a3,0x527,0x4d7)+_0x4593ec(_0x57bd73._0x4acaaa,0x479,0x51d,_0x57bd73._0x572fcb)+'g\x20objectiv'+'es';const _0x4c03f5=_0x45eb14,{parentObjective:_0x29c7d6,callingTask:_0xfe6d6a}=_0x364801,_0x2a06c3=_0x29c7d6[_0x4c1455(0x21,0x110,_0x57bd73._0x5126f4,0x8d)+_0x4593ec(_0x57bd73._0x24d832,_0x57bd73._0x56d21d,_0x57bd73._0x138ee3,0x423)];if(!_0x2a06c3){if(_0x4c03f5[_0x4593ec(_0x57bd73._0x542903,0x40d,_0x57bd73._0x3469ec,_0x57bd73._0x2d4fa7)]!==_0x4c03f5[_0x4c1455(0xb7,-0x3f,0x43,-0x34)]){const _0x5545b3={};return _0x5545b3['siblings']=[],_0x5545b3[_0x4593ec(_0x57bd73._0x1d0e29,_0x57bd73._0x291fe7,_0x57bd73._0x408058,_0x57bd73._0x5a6d20)+_0x4c1455(-_0x57bd73._0x21bd92,-_0x57bd73._0x479dda,_0x57bd73._0x10535d,0xc9)]=_0x29c7d6['taskId'],_0x1e9b85[_0x4593ec(0x468,0x478,_0x57bd73._0x44e3e0,_0x57bd73._0x2b4724)](_0x5545b3);}else{const _0x4592b3={};_0x4592b3['taskId']=_0x43919c,_0x4e5e3b[_0x4c1455(-0x1e,_0x57bd73._0x5abaac,0x6d,-_0x57bd73._0x201a69)](_0x4c1455(_0x57bd73._0x2c0466,_0x57bd73._0x5421fc,_0x57bd73._0x29fd76,_0x57bd73._0x148d53)+_0x4593ec(0x45e,0x4cc,0x45b,0x45d)+_0x4593ec(_0x57bd73._0xbcad8f,0x4f0,0x597,_0x57bd73._0x3e87e8)+_0x4593ec(0x508,0x52f,0x5e1,_0x57bd73._0x26c679)+_0x4c1455(0x154,0x179,0x10d,_0x57bd73._0x15f128)+_0x4593ec(0x36e,0x41a,0x3ee,_0x57bd73._0x423d65),_0x4592b3);const _0x337a46={};return _0x337a46['error']=_0x4c03f5[_0x4c1455(_0x57bd73._0x45ba78,-0x31,_0x57bd73._0x367631,-_0x57bd73._0x4b01c5)],_0x337a46[_0x4593ec(_0x57bd73._0x132137,0x51e,0x577,0x591)]=_0x4c03f5['MLYIt'],_0x5e4247[_0x4c1455(0xb1,_0x57bd73._0x2badc0,0xa0,-_0x57bd73._0x284fd0)](-0x214c+-0xd05*-0x1+0x2*0xaed)[_0x4c1455(0x86,-_0x57bd73._0x10345d,0x53,0xf3)](_0x337a46);}}const _0x133e89=[];for(const [,_0x14c1fd]of tasks[_0x4c1455(_0x57bd73._0x3e253c,_0x57bd73._0x5b9ad9,0xdd,_0x57bd73._0x34d8c1)]()){if(_0x4c03f5['ZdiJj'](_0x14c1fd[_0x4593ec(0x50a,_0x57bd73._0x5eb18b,0x436,0x466)+_0x4c1455(-_0x57bd73._0xa507a6,0xb6,_0x57bd73._0x10535d,0x66)],_0x2a06c3)&&_0x4c03f5[_0x4c1455(0x143,0x18c,_0x57bd73._0xdfeb3c,_0x57bd73._0x274a8b)](_0x14c1fd[_0x4c1455(_0x57bd73._0x2af7ac,_0x57bd73._0x429b7c,_0x57bd73._0x3bba78,_0x57bd73._0x2c40d9)],_0x4c03f5[_0x4593ec(_0x57bd73._0x3b211a,0x471,0x4eb,0x4db)])&&_0x4c03f5[_0x4593ec(_0x57bd73._0x1a7cf8,_0x57bd73._0x3d9d42,_0x57bd73._0x563f62,0x492)](_0x14c1fd[_0x4c1455(_0x57bd73._0x2a9bfd,0x9a,0xab,0x11a)],_0x29c7d6['taskId'])){if(_0x4c03f5[_0x4593ec(_0x57bd73._0x185a86,_0x57bd73._0x1e5543,0x3ad,0x485)]!==_0x4c03f5['WETqf']){const _0x3fcfdc={};return _0x3fcfdc[_0x4c1455(0xa3,0x44,_0x57bd73._0x49d911,_0x57bd73._0x414e10)]=_0x4c03f5['rDDkc'],_0x3fcfdc[_0x4593ec(0x552,0x51e,_0x57bd73._0x280471,0x59a)]=_0x4c03f5[_0x4c1455(-0x12,_0x57bd73._0x359e6e,_0x57bd73._0x5428db,0xc3)],_0x56d9ac[_0x4593ec(_0x57bd73._0x3f07d7,_0x57bd73._0x5e49eb,_0x57bd73._0x2eb426,0x426)](0x1c3d+0x1bc*0x2+-0x1e21)[_0x4593ec(0x4c5,0x478,0x4ea,0x4ec)](_0x3fcfdc);}else{const _0x328136={};_0x328136[_0x4c1455(_0x57bd73._0x110312,_0x57bd73._0x2e430a,0xab,_0x57bd73._0xcd181c)]=_0x14c1fd[_0x4593ec(_0x57bd73._0x333b74,0x4d0,_0x57bd73._0x5eba15,0x4b2)],_0x328136[_0x4593ec(_0x57bd73._0x46219d,_0x57bd73._0x33213e,_0x57bd73._0x56c513,_0x57bd73._0x219616)]=_0x14c1fd[_0x4c1455(_0x57bd73._0x4c91a1,0x73,0x7f,-0x36)],_0x328136[_0x4c1455(_0x57bd73._0x1d9287,0x5e,_0x57bd73._0x528d31,0x16d)]=_0x14c1fd[_0x4593ec(_0x57bd73._0x525776,_0x57bd73._0x373bf1,0x4ba,_0x57bd73._0x4380b2)],_0x328136[_0x4593ec(_0x57bd73._0x4c70f9,_0x57bd73._0x197058,_0x57bd73._0x3eccc7,_0x57bd73._0x4dd64c)]=_0x14c1fd[_0x4593ec(_0x57bd73._0x5cdb78,_0x57bd73._0x217c4a,_0x57bd73._0x4693eb,_0x57bd73._0x9615ae)],_0x133e89[_0x4c1455(_0x57bd73._0xb82ec1,_0x57bd73._0x8a6e2b,_0x57bd73._0x324dfd,0x9f)](_0x328136);}}}_0x133e89[_0x4593ec(0x484,0x537,0x585,_0x57bd73._0x408990)]((_0x3c67d9,_0x4d3c6d)=>(_0x3c67d9[_0x4593ec(0x472,0x524,0x5d9,0x4d4)]||0x41*-0x28+-0x1496+0x1ebe)-(_0x4d3c6d[_0x4593ec(0x57b,0x524,0x483,0x4f6)]||0x33a+0x2*-0x362+0x38a));const _0x1eac2e={};function _0x4593ec(_0x1b675d,_0x279d2b,_0x2d69f3,_0x226ca6){return _0x26d9a5(_0x1b675d-0xda,_0x279d2b-_0x5a8cc7._0x1c93e8,_0x279d2b- -0x4c,_0x2d69f3);}_0x1eac2e[_0x4c1455(_0x57bd73._0x59858f,0x10a,_0x57bd73._0x432051,_0x57bd73._0x32743d)]=_0xfe6d6a['taskId'],_0x1eac2e[_0x4593ec(_0x57bd73._0x313237,_0x57bd73._0x3bf47d,0x4a8,0x523)+'ctiveId']=_0x29c7d6[_0x4593ec(0x4e9,0x4d0,0x532,_0x57bd73._0x1151e2)],_0x1eac2e[_0x4c1455(0xcc,-0x2,_0x57bd73._0x4a4b03,-0x13)+'nt']=_0x133e89[_0x4593ec(0x47d,_0x57bd73._0x54f273,_0x57bd73._0x412bc1,_0x57bd73._0xd13b85)],logger[_0x4c1455(0xd8,0x68,_0x57bd73._0x23ae6d,0xb2)](_0x4c03f5['xIQjH'],_0x1eac2e);const _0x4ab178={};_0x4ab178[_0x4c1455(0x6f,_0x57bd73._0x7ef69e,-0x17,-0x6)]=_0x133e89,_0x4ab178[_0x4593ec(0x450,0x4c8,0x561,_0x57bd73._0x27205f)+_0x4593ec(0x4c9,_0x57bd73._0x147766,_0x57bd73._0x305631,_0x57bd73._0x2ffa0e)]=_0x29c7d6[_0x4c1455(_0x57bd73._0x5e6c47,_0x57bd73._0x571f17,_0x57bd73._0x432051,0x131)],_0x4ab178[_0x4593ec(0x3f7,_0x57bd73._0x515386,_0x57bd73._0x6c0373,0x4c1)+_0x4593ec(_0x57bd73._0x4e2246,0x46b,0x4db,_0x57bd73._0x125df0)+'Id']=_0x2a06c3,_0x1e9b85[_0x4593ec(0x4b0,_0x57bd73._0x31f345,_0x57bd73._0x216018,_0x57bd73._0x1b0fd8)](_0x4ab178);}),router[_0x17db7b(-0x130,-0x1bc,-0x111,-0x19b)](_0x26d9a5(0x534,0x490,0x4c7,0x411),requireTaskAuth,async(_0x439377,_0x457ef8)=>{const _0x417cdf={_0x9320b5:0x7a,_0x5567d9:0xad,_0x13d3d1:0xfe,_0x6cfb38:0x1ca,_0xc75e67:0x140,_0x4b0eda:0x90,_0x2c7176:0x15e,_0xec77d2:0xcd,_0x14b607:0x1b8,_0x34f6eb:0x145,_0x51499b:0xc1,_0x228f93:0x91,_0x3fffb1:0x13d,_0x2b5a04:0x128,_0x1deb66:0xdb,_0x3940e5:0xaf,_0x57c6af:0x38,_0x217654:0xc6,_0x44ae28:0x17a,_0x3a5ce7:0x62,_0x3ddb3d:0xc1,_0x129466:0x13,_0x3affc7:0x6e,_0x82efa2:0xc6,_0x4e2385:0xe2,_0x183ecf:0x16a,_0x771333:0x143,_0x292754:0x156,_0x42a886:0x12c,_0x96730e:0x84,_0x3549bb:0x83,_0x2d0707:0x1,_0x3bfebc:0x111,_0x553675:0xa0,_0x1da583:0xf8,_0x570b1f:0x144,_0x130fed:0x34,_0x189113:0x60,_0x52bd02:0xa5,_0xe729d3:0x66,_0x55bcfe:0xc7,_0x267d8d:0x2a,_0x2a0f12:0x149,_0x7b708e:0x4f,_0x219f46:0x56,_0x3e2057:0x4a,_0x46276b:0x20,_0x1e1ce7:0x20,_0x4a0d26:0x11,_0x42112a:0x14,_0x1502c2:0x3e,_0x483886:0x96,_0x74d7ae:0x64,_0x1c8637:0x68,_0x3b34da:0x19,_0x2e66ad:0x43,_0x1df344:0xc3,_0x3980b3:0x33,_0x30417a:0x65,_0x4ea090:0x176,_0x193097:0x123,_0x4c0b69:0x133,_0x4d757e:0x169,_0x229503:0x92,_0x340ee2:0xff,_0x3b5663:0x146,_0x35468e:0x24,_0x402505:0x4e,_0x2af34d:0x42,_0x22d76d:0x35,_0x67e681:0x155,_0x1be21a:0xf5,_0xd5c3f1:0x15c,_0x2f2bc1:0x1c2,_0x3667ce:0x167,_0x4c6053:0xb2,_0x4943f9:0x47,_0x7fcd3f:0x3e,_0x4b6f87:0x1fd,_0x301096:0xcc,_0x19af9d:0x16e,_0xf0fa86:0x107,_0x12aa80:0x27,_0x38f774:0x33,_0x4ee961:0x30,_0x4e2ed4:0xdb,_0x6d71e4:0x3c,_0x3d36df:0xfa,_0x53e154:0x9e,_0xf0a639:0x77,_0x3d1a6f:0x63,_0x7b61a5:0x49,_0x410428:0x2d,_0x432a5a:0x122,_0x5725c7:0xce,_0x36d4db:0xb6,_0x390a64:0x5f,_0x51b42c:0xbb,_0xda4e87:0x170,_0x4e8ace:0xff,_0x5d2bca:0x5f,_0x5a6798:0xda,_0xcc9905:0x33,_0x1fc955:0x119,_0x4b9312:0x5d},_0x4f0d32={_0x2910f8:0xa1},_0x41d80a={_0x5f0045:0x34},_0x2332af={};_0x2332af['vdZKs']=_0x4daa10(-0x10e,-_0x417cdf._0x9320b5,-0x48,-_0x417cdf._0x5567d9),_0x2332af[_0x2f67a8(_0x417cdf._0x13d3d1,_0x417cdf._0x6cfb38,0x1d9,_0x417cdf._0xc75e67)]=_0x2f67a8(0xb2,0xec,0xb0,_0x417cdf._0x4b0eda)+_0x4daa10(-0xa1,-_0x417cdf._0x2c7176,-_0x417cdf._0xec77d2,-0xd7)+_0x2f67a8(0x138,_0x417cdf._0x14b607,0xcc,0x116),_0x2332af[_0x4daa10(-0x7e,0x4e,-0xbb,-0x34)]=function(_0x29d559,_0x12e264){return _0x29d559===_0x12e264;},_0x2332af[_0x4daa10(-0x53,-0x164,-_0x417cdf._0x34f6eb,-_0x417cdf._0x51499b)]=_0x4daa10(-_0x417cdf._0x228f93,-_0x417cdf._0x3fffb1,-_0x417cdf._0x2b5a04,-0xda),_0x2332af[_0x4daa10(-0xab,-_0x417cdf._0x1deb66,-0x11b,-_0x417cdf._0x3940e5)]=_0x4daa10(-_0x417cdf._0x57c6af,0x13,_0x417cdf._0x217654,0x1e),_0x2332af[_0x2f67a8(_0x417cdf._0x44ae28,_0x417cdf._0x3a5ce7,_0x417cdf._0x3ddb3d,0xd3)]=function(_0x4c720f,_0x5668fe){return _0x4c720f===_0x5668fe;},_0x2332af['KyNux']=_0x2f67a8(-0x48,-_0x417cdf._0x129466,0x67,_0x417cdf._0x3affc7),_0x2332af[_0x2f67a8(0x95,_0x417cdf._0x82efa2,0x3e,_0x417cdf._0x4e2385)]=function(_0x26e305,_0xab73d7){return _0x26e305===_0xab73d7;},_0x2332af[_0x2f67a8(_0x417cdf._0x183ecf,_0x417cdf._0x771333,_0x417cdf._0x292754,_0x417cdf._0x42a886)]=_0x4daa10(-0x88,0x62,-0x93,-0x41)+'ing\x20child\x20'+_0x2f67a8(_0x417cdf._0x96730e,0x87,_0x417cdf._0x42a886,_0x417cdf._0x3549bb);const _0x4b88da=_0x2332af,{parentObjective:_0x2572a8,callingTask:_0x4aad89}=_0x439377;function _0x4daa10(_0x5c8867,_0x4ab20f,_0x35642a,_0x4655ac){return _0x17db7b(_0x5c8867-_0x41d80a._0x5f0045,_0x4ab20f-0xec,_0x35642a,_0x4655ac-0xc9);}const _0xee3c9b=[];for(const [,_0x47b752]of tasks[_0x4daa10(-0x80,-0x60,-0x27,-_0x417cdf._0x2d0707)]()){if(_0x4b88da['iYmxY'](_0x4b88da[_0x4daa10(-_0x417cdf._0x3bfebc,-_0x417cdf._0x553675,-_0x417cdf._0x1da583,-_0x417cdf._0x3ddb3d)],_0x4b88da[_0x4daa10(-_0x417cdf._0x570b1f,-_0x417cdf._0x130fed,-0xc7,-_0x417cdf._0x3940e5)]))_0x504d76=_0x275bbf[_0x2f67a8(0x10,_0x417cdf._0x189113,0x142,_0x417cdf._0x52bd02)],_0x1e5936=_0xe35f10[_0x2f67a8(0x101,0x4a,_0x417cdf._0xe729d3,_0x417cdf._0x55bcfe)+_0x4daa10(0x67,-0xb8,-0xa3,-_0x417cdf._0x267d8d)],_0x1dc45e=_0x47ea5c[_0x2f67a8(_0x417cdf._0x292754,_0x417cdf._0x2a0f12,0x131,0x100)+_0x4daa10(-0x3b,0xf8,_0x417cdf._0x7b708e,_0x417cdf._0x219f46)];else{if(_0x4b88da[_0x4daa10(_0x417cdf._0x3e2057,0x15,_0x417cdf._0x46276b,-0x67)](_0x47b752['parentObje'+_0x2f67a8(0xb1,_0x417cdf._0x1e1ce7,-_0x417cdf._0x4a0d26,0x9c)],_0x2572a8['taskId'])&&_0x47b752[_0x4daa10(_0x417cdf._0x42112a,-0x7a,-0x3a,-_0x417cdf._0x1502c2)]===_0x4b88da['KyNux']){if(_0x4b88da['QtsUA'](_0x4daa10(0x13,-0x53,-_0x417cdf._0x483886,0x19),_0x4daa10(-0x1d,_0x417cdf._0x74d7ae,_0x417cdf._0x1c8637,_0x417cdf._0x3b34da))){const _0x303179={};_0x303179[_0x4daa10(-_0x417cdf._0x2e66ad,-_0x417cdf._0x1df344,-0x1f,-_0x417cdf._0x3980b3)]=_0x47b752['taskId'],_0x303179[_0x2f67a8(_0x417cdf._0x30417a,0x5b,_0x417cdf._0x4ea090,0xdb)]=_0x47b752[_0x2f67a8(0x11b,_0x417cdf._0x193097,0x88,_0x417cdf._0x1deb66)],_0x303179['sortOrder']=_0x47b752[_0x2f67a8(0x111,_0x417cdf._0x4c0b69,0x203,0x15b)],_0x303179['createdAt']=_0x47b752[_0x2f67a8(0x164,_0x417cdf._0x4d757e,0x192,0x1a8)],_0x303179[_0x4daa10(-0xcd,-_0x417cdf._0x229503,-_0x417cdf._0x340ee2,-0x55)+'ns']=_0x47b752['parameters']?.['instructio'+'ns']||'',_0xee3c9b[_0x2f67a8(0xf0,0xe8,_0x417cdf._0x3b5663,0x135)](_0x303179);}else{const _0x1539fe={};return _0x1539fe[_0x4daa10(-_0x417cdf._0x35468e,-_0x417cdf._0x402505,_0x417cdf._0x2af34d,-0x2d)]=_0x4b88da[_0x2f67a8(_0x417cdf._0x22d76d,_0x417cdf._0x67e681,_0x417cdf._0x1be21a,0xd5)],_0x1539fe['message']=_0x4b88da[_0x2f67a8(_0x417cdf._0xd5c3f1,0x1f4,_0x417cdf._0x2f2bc1,0x140)],_0x87fa02[_0x2f67a8(_0x417cdf._0x3667ce,0x1ae,_0x417cdf._0x4c6053,0xfc)](-0x394*0x4+0x20e8+-0x21*0x84)[_0x2f67a8(_0x417cdf._0x4943f9,_0x417cdf._0x7fcd3f,0xc8,_0x417cdf._0x3940e5)](_0x1539fe);}}}}function _0x2f67a8(_0x52b8dc,_0x550767,_0x1e4854,_0x274227){return _0x26d9a5(_0x52b8dc-0x1aa,_0x550767-_0x4f0d32._0x2910f8,_0x274227- -0x415,_0x52b8dc);}_0xee3c9b[_0x2f67a8(0x105,_0x417cdf._0x4b6f87,_0x417cdf._0x301096,_0x417cdf._0x19af9d)]((_0x116f69,_0x2b1dd2)=>(_0x116f69['sortOrder']||0x2*0x7ab+-0x4bd*0x5+0x85b)-(_0x2b1dd2['sortOrder']||0x1*-0x137d+0x3*0x622+0x117*0x1));const _0x4ade2b={};_0x4ade2b[_0x2f67a8(0x125,0x1b3,0x105,_0x417cdf._0xf0fa86)]=_0x4aad89[_0x4daa10(-_0x417cdf._0x12aa80,-0x71,-0xc3,-_0x417cdf._0x38f774)],_0x4ade2b[_0x4daa10(_0x417cdf._0x4ee961,-0xe1,-_0x417cdf._0x4e2ed4,-0x3b)+_0x4daa10(-0x72,-_0x417cdf._0x6d71e4,-_0x417cdf._0x3d36df,-_0x417cdf._0x53e154)]=_0x2572a8['taskId'],_0x4ade2b[_0x4daa10(_0x417cdf._0xf0a639,-_0x417cdf._0x3d1a6f,-_0x417cdf._0x7b61a5,_0x417cdf._0x410428)]=_0xee3c9b[_0x2f67a8(_0x417cdf._0x432a5a,0x49,0x10e,0x6d)],logger['info'](_0x4b88da[_0x2f67a8(_0x417cdf._0x5725c7,0xe8,0x1c0,_0x417cdf._0x42a886)],_0x4ade2b);const _0x264b3d={};_0x264b3d[_0x2f67a8(0xa0,_0x417cdf._0x36d4db,_0x417cdf._0x390a64,_0x417cdf._0x51b42c)]=_0xee3c9b,_0x264b3d[_0x2f67a8(_0x417cdf._0xda4e87,0x152,0x54,_0x417cdf._0x4e8ace)+_0x4daa10(-0x12,-0x59,_0x417cdf._0x129466,-0x9e)]=_0x2572a8[_0x4daa10(_0x417cdf._0x5d2bca,-_0x417cdf._0x5a6798,-0x12,-_0x417cdf._0xcc9905)],_0x457ef8[_0x2f67a8(0xf8,_0x417cdf._0x1fc955,_0x417cdf._0x4b9312,_0x417cdf._0x3940e5)](_0x264b3d);}),router[_0x17db7b(-0xd7,-0x132,-0x1a1,-0x131)](_0x17db7b(-0x4c,-0x127,-0x197,-0xfb)+_0x17db7b(-0xbb,-0x136,-0x13e,-0x10e)+_0x26d9a5(0x5a5,0x59e,0x563,0x5cc),requireTaskAuth,async(_0x359584,_0x4adc1a)=>{const _0x48787d={_0x2a2fd3:0x1a4,_0x45afdf:0x254,_0x5b38a4:0x209,_0x349fde:0x21a,_0x1699a7:0xa7,_0x170f4d:0x8d,_0x299911:0x10,_0x53829d:0x9d,_0xcd8927:0xb7,_0x59231d:0x130,_0x197e49:0x1bd,_0x58a7ea:0x12e,_0x319e7f:0x175,_0xafe161:0xd0,_0x1b3095:0x75,_0x3725cf:0x27,_0x23e13a:0x61,_0x1530f9:0xb8,_0x562ca7:0xe3,_0x7a0533:0x10f,_0xeae2:0x119,_0x5a6047:0x124,_0x91e5f6:0x19f,_0x48b294:0x2a3,_0x407e5c:0x1cf,_0x278565:0x1f3,_0x269317:0x1d1,_0x20688a:0xf4,_0x31576f:0x17b,_0x38c8ae:0xd2,_0x5e82d2:0x51,_0x2c0a16:0x53,_0x3c02c7:0xd9,_0x4461d4:0xdf,_0x3f6490:0x4b,_0x5a4116:0x74,_0xe05a04:0xcb,_0x5a4147:0x3c,_0x1aefd2:0x2e3,_0x44ac0a:0x20f,_0x4f939f:0x1d4,_0xc982e8:0x1d4,_0x1fd8ca:0x167,_0x29507c:0x126,_0x4b2579:0xcb,_0x2128c8:0x272,_0x4ae74e:0x1db,_0xf34e0a:0x264,_0x26db77:0x22b,_0x31d027:0x24b,_0x27288e:0x1d8,_0x13eb77:0x1e4,_0x8ee842:0x181,_0x447aa8:0x61,_0x58203b:0xce,_0x3aa13b:0xc3,_0x3087f0:0xb6,_0x363452:0x11b,_0x4fdf8b:0x5a,_0x1aa457:0x42,_0x121483:0x4b,_0x26894f:0x1b3,_0x3f43ce:0x22b,_0x5dfd4b:0x233,_0x226f69:0x2bc,_0x3fd3f8:0x269,_0x463a95:0x1d7,_0x4a214a:0x204,_0x330faf:0xb9,_0x335ed4:0x108,_0x1c6e63:0x1c2,_0x150264:0x12a,_0x25cddd:0x13a,_0x2b325c:0x4,_0x54b3b2:0xaf,_0x12ba31:0x9,_0x23df55:0x2d,_0xeca70e:0x13,_0x32c575:0x4e,_0x5d4a20:0x45,_0x4bef94:0x3c,_0x3b6fd8:0x6b,_0x55d489:0x1,_0x5c38f6:0xc,_0x5c4c47:0x49,_0x3568c2:0x1e,_0x59756d:0x11,_0x48fc86:0x168,_0x41da3c:0x13e,_0x6d9d6:0x28c,_0x1333eb:0x1fe,_0x14a62d:0x21f,_0x4d3d85:0x82,_0x5a5279:0x3b,_0x56889d:0x213,_0x2339b0:0x28f,_0x20c94f:0x1d3,_0x21e76e:0xac,_0x4aaf20:0x29,_0x3b599e:0x4e,_0x4c1858:0x7b,_0x5731c1:0x48,_0x29cd18:0x13,_0x22438b:0x1b,_0x5b48f1:0x32,_0x298d60:0x13,_0x3bf729:0x53,_0x1d84db:0x13a,_0x1c04ac:0x245,_0x238743:0x1d,_0x3b6c3f:0x50,_0x4db9b5:0x3f,_0x3e583:0x40,_0x36e775:0x215,_0x48febc:0x19f,_0x47ad92:0x122,_0x57816e:0xd2,_0x3c2c61:0xb0,_0x58d3aa:0x195,_0x2ec678:0x106,_0x3edd8a:0x11f,_0x50ee19:0x189,_0x2644f3:0x114,_0x24d90a:0x220,_0x3d2cbc:0x11c,_0x17b8c8:0x6f,_0x8f9cf:0x159,_0x3f1d71:0x29d,_0x1fda2b:0x1e2,_0x159c25:0x23f,_0x23f932:0x2b5,_0x151ea2:0x1a0,_0x180930:0x1a1,_0x2ed75b:0x24f,_0x58b06e:0x283,_0xdca2b9:0x137,_0x5288ac:0xa9,_0x1e19b7:0x1fd,_0xeb4378:0xb7,_0x815733:0x9e,_0x50bd43:0x92,_0x11273e:0xa3,_0x16fbb0:0x35,_0x524289:0x8c,_0x2ef187:0x14,_0x14a39d:0x257,_0x3fd95b:0x49,_0x36124f:0x102,_0x6a6a0:0x237,_0x871bf5:0x7d,_0x25846b:0x243,_0x5c42f1:0x25d,_0x2c0778:0x1bf,_0x3d6b32:0x120,_0x828065:0x7c,_0xbc4b6b:0x2ae,_0x18c030:0x170,_0x5e5d48:0x2fd,_0x41b220:0x2ef,_0x4c0421:0x274,_0xe0a867:0x251,_0x1c45a9:0x27f,_0x2236d3:0xa0,_0x5c6640:0x302,_0xbb73c7:0x281,_0x1b626f:0x244,_0x2e881c:0x22d,_0x5b206e:0x20d,_0x3a6118:0x246,_0x33a0f1:0x1e4,_0x459ac9:0x248,_0x54ca07:0x22c,_0x5169b0:0x199,_0x42af7e:0x18f,_0x349342:0x20e,_0x4b4055:0x28b,_0x2a8f3a:0x104,_0x4236b5:0x177,_0x2c7a43:0x197,_0x15c95c:0x64,_0x47ec85:0xa4,_0x4c6d5a:0x20,_0x596a81:0xad,_0x93cc41:0x5d,_0xa70c9d:0x3e,_0x5cbfa3:0x6a,_0x517aca:0x93,_0x1a07d:0x1ea,_0x16eb5d:0x1de,_0x2c4eca:0x7c,_0x2cd06f:0xda,_0x22efcf:0x66,_0x4967a5:0x8,_0x139a58:0x4e,_0x4ede70:0x2b,_0x3fa890:0x110,_0x57dc9e:0x65,_0x27f662:0x6f,_0x473cdf:0x26,_0xe6ee63:0x140,_0x1626d1:0x140,_0x313646:0x100,_0x10f3bb:0x1de,_0x18f873:0x250,_0x3e1920:0x188,_0x31433d:0x1de,_0x35fa9f:0x207,_0x4b02bf:0x112,_0x170742:0x1a0,_0x351870:0x1e4,_0x583060:0x1bc,_0x3bff90:0x1ab},_0x33c177={_0x17e76c:0x170},_0x149ba3={'AIzAM':function(_0x5aa470,_0x577f55,_0x4a3ffb){return _0x5aa470(_0x577f55,_0x4a3ffb);},'rNyqb':_0x371f62(_0x48787d._0x2a2fd3,_0x48787d._0x45afdf,_0x48787d._0x5b38a4,_0x48787d._0x349fde),'xlgLw':function(_0x25a225,_0x416925){return _0x25a225===_0x416925;},'uPQTc':function(_0x468857,_0x461d5b){return _0x468857===_0x461d5b;},'ZyBwJ':'Bad\x20Reques'+'t','PwyBi':_0x191468(-_0x48787d._0x1699a7,-_0x48787d._0x170f4d,_0x48787d._0x299911,-0xbb),'glvUM':function(_0xc1a2d8,_0x468e92){return _0xc1a2d8!==_0x468e92;},'euTsn':'Forbidden','XoHkM':_0x191468(-_0x48787d._0x53829d,-0x8a,-_0x48787d._0xcd8927,-_0x48787d._0x59231d)+_0x371f62(_0x48787d._0x197e49,_0x48787d._0x58a7ea,_0x48787d._0x319e7f,0x178)+_0x371f62(_0x48787d._0xafe161,0x148,0x146,0xb6)+_0x191468(-_0x48787d._0x1b3095,-_0x48787d._0x3725cf,-_0x48787d._0x23e13a,0x2b)+_0x191468(0x5a,0x35,-0x45,_0x48787d._0x1530f9)+'ve','TRJna':'objective','xEVAk':_0x371f62(_0x48787d._0x562ca7,_0x48787d._0x7a0533,_0x48787d._0xeae2,_0x48787d._0x5a6047)+_0x371f62(0x232,0x18b,0x18a,0x13d)+_0x371f62(_0x48787d._0x91e5f6,_0x48787d._0x48b294,0x24c,0x246),'dnrQB':'Task\x20updat'+_0x371f62(_0x48787d._0x407e5c,0x125,0x1d1,0x22f)+'jective','qFJGl':function(_0x338001,_0x32574d){return _0x338001!==_0x32574d;},'TBCCg':function(_0x5b8a9c,_0x3ed71b){return _0x5b8a9c(_0x3ed71b);},'yobFl':_0x371f62(0x236,0x1bd,_0x48787d._0x278565,_0x48787d._0x269317),'DBFLw':_0x371f62(_0x48787d._0x20688a,0x200,_0x48787d._0x31576f,_0x48787d._0x38c8ae),'nWNYc':function(_0x400e14,_0x23358e){return _0x400e14!==_0x23358e;},'nbKKs':'output','dSltj':function(_0x3b3b99,_0x3176d){return _0x3b3b99!==_0x3176d;},'UdvZI':_0x191468(0xaa,_0x48787d._0x5e82d2,0xd8,0xff),'YqYRh':_0x371f62(0x243,_0x48787d._0x20688a,0x191,0x1ea),'CmxKI':_0x191468(0xde,_0x48787d._0x2c0a16,_0x48787d._0x3c02c7,0x69)+_0x191468(0x25,-0x8b,-0x89,-_0x48787d._0x4461d4)+_0x191468(-_0x48787d._0x3f6490,0x49,0x6f,_0x48787d._0x5a4116)+_0x191468(-_0x48787d._0xe05a04,-_0x48787d._0x5a4147,-0xef,-0x37),'zTffM':_0x371f62(0x2ac,_0x48787d._0x1aefd2,0x25c,_0x48787d._0x44ac0a)+'ed','qpSYb':_0x371f62(_0x48787d._0x4f939f,_0x48787d._0xc982e8,_0x48787d._0x1fd8ca,0xd6)+_0x371f62(0x1a7,0x80,_0x48787d._0x29507c,0x19e)+_0x191468(_0x48787d._0x3725cf,-0x63,-0x27,-_0x48787d._0x4b2579)},{parentObjective:_0x26182a,callingTask:_0x2cd428}=_0x359584,{objectiveId:_0x298cc3}=_0x359584['params'],{name:_0x2ef3f3,instructions:_0x528884}=_0x359584['body'];if(_0x149ba3[_0x371f62(_0x48787d._0x2128c8,_0x48787d._0x4ae74e,_0x48787d._0xf34e0a,_0x48787d._0x26db77)](_0x2ef3f3,undefined)&&_0x149ba3[_0x191468(-0x1e,0x4e,-0x30,-0x49)](_0x528884,undefined)){const _0x3a3bda={};return _0x3a3bda[_0x371f62(_0x48787d._0x31d027,_0x48787d._0x27288e,_0x48787d._0x13eb77,_0x48787d._0x8ee842)]=_0x149ba3['ZyBwJ'],_0x3a3bda[_0x191468(_0x48787d._0x447aa8,0x3b,0x2e,_0x48787d._0x58203b)]='At\x20least\x20o'+_0x191468(-_0x48787d._0x3aa13b,-_0x48787d._0x3087f0,-_0x48787d._0x363452,-_0x48787d._0x4fdf8b)+'name\x20or\x20in'+'structions'+_0x191468(_0x48787d._0x1aa457,-0x3b,-_0x48787d._0x121483,-0x58)+_0x371f62(0x198,0x148,_0x48787d._0x26894f,_0x48787d._0x3f43ce),_0x4adc1a['status'](-0x938+-0x1*0x112c+-0x4*-0x6fd)['json'](_0x3a3bda);}const _0x4a0714=tasks['get'](_0x298cc3);if(!_0x4a0714){const _0x34edc5={};return _0x34edc5[_0x371f62(0x17a,_0x48787d._0x5dfd4b,0x1e4,0x24e)]=_0x149ba3[_0x371f62(_0x48787d._0x226f69,0x1c6,_0x48787d._0x3fd3f8,_0x48787d._0x463a95)],_0x34edc5[_0x371f62(0x272,_0x48787d._0x4a214a,0x22c,0x2da)]=_0x191468(-_0x48787d._0x330faf,-0x8a,-_0x48787d._0x335ed4,0x17)+_0x371f62(_0x48787d._0x1c6e63,_0x48787d._0x150264,_0x48787d._0x25cddd,0x17c)+_0x191468(0x6c,-_0x48787d._0x2b325c,_0x48787d._0x54b3b2,-_0x48787d._0x12ba31),_0x4adc1a['status'](0x1*0x1d3c+-0x11b*-0x1+-0x1cc3)['json'](_0x34edc5);}if(_0x149ba3['glvUM'](_0x4a0714[_0x191468(_0x48787d._0x23df55,-0x1b,0x40,0x45)+'ctiveId'],_0x26182a[_0x191468(-0x8,-_0x48787d._0xeca70e,-_0x48787d._0x32c575,-_0x48787d._0x5a4116)])){const _0x2bfc45={};return _0x2bfc45[_0x191468(0x3e,-0xd,_0x48787d._0x5d4a20,0xa7)]=_0x149ba3['euTsn'],_0x2bfc45['message']=_0x149ba3[_0x191468(0xed,0x47,-_0x48787d._0x4bef94,0xf6)],_0x4adc1a[_0x191468(-0x77,-0x1e,-0x15,0x10)](0xfda+-0x1e38+0x1*0xff1)[_0x191468(0x36,-_0x48787d._0x3b6fd8,_0x48787d._0x55d489,-0x84)](_0x2bfc45);}if(_0x149ba3[_0x191468(-_0x48787d._0x5c38f6,-_0x48787d._0x5c4c47,-0x20,-0xc7)](_0x4a0714[_0x191468(-0x9a,-_0x48787d._0x3568c2,-0x1b,-_0x48787d._0x59756d)],_0x149ba3[_0x371f62(0x1a0,0x1f9,_0x48787d._0x48fc86,_0x48787d._0x41da3c)])){const _0x400d17={};return _0x400d17[_0x191468(0x92,-0xd,-0x60,-0xbe)]=_0x149ba3[_0x371f62(_0x48787d._0x6d9d6,_0x48787d._0x1333eb,_0x48787d._0x14a62d,0x28a)],_0x400d17[_0x191468(_0x48787d._0x4d3d85,_0x48787d._0x5a5279,-0x67,0x79)]=_0x149ba3[_0x371f62(0x1ba,_0x48787d._0x56889d,0x20a,_0x48787d._0x2339b0)],_0x4adc1a[_0x371f62(0x164,0x1f7,_0x48787d._0x20c94f,0x1b6)](-0xbff+0x253f+-0x17b0)[_0x191468(-0xdc,-_0x48787d._0x3b6fd8,-_0x48787d._0x21e76e,_0x48787d._0x4aaf20)](_0x400d17);}logger['info'](_0x149ba3[_0x191468(-0xa4,-_0x48787d._0x3b599e,-_0x48787d._0x4c1858,-_0x48787d._0x5731c1)],{'taskId':_0x2cd428[_0x191468(-_0x48787d._0x5e82d2,-_0x48787d._0x29cd18,_0x48787d._0x3725cf,_0x48787d._0x22438b)],'parentObjectiveId':_0x26182a[_0x191468(_0x48787d._0x5b48f1,-_0x48787d._0x298d60,_0x48787d._0x3bf729,-0x50)],'subObjectiveId':_0x298cc3,'updatingName':_0x2ef3f3!==undefined,'updatingInstructions':_0x149ba3[_0x371f62(_0x48787d._0x1d84db,0x165,0x1a8,_0x48787d._0x1c04ac)](_0x528884,undefined)});const _0x4d2822=new Date()['toISOStrin'+'g']();function _0x191468(_0x5b713d,_0x1d0747,_0x384097,_0x5d7e62){return _0x26d9a5(_0x5b713d-0x1d5,_0x1d0747-0x5c,_0x1d0747- -0x52f,_0x384097);}_0x149ba3[_0x191468(_0x48787d._0x238743,0x57,-_0x48787d._0x5b48f1,_0x48787d._0x3b6c3f)](_0x2ef3f3,undefined)&&(_0x4a0714[_0x191468(-0x1e,-_0x48787d._0x4db9b5,_0x48787d._0x3e583,-_0x48787d._0x121483)]=_0x2ef3f3);_0x149ba3[_0x371f62(_0x48787d._0x36e775,0x265,0x248,_0x48787d._0x48febc)](_0x528884,undefined)&&(_0x4a0714[_0x191468(-_0x48787d._0x47ad92,-_0x48787d._0x57816e,-_0x48787d._0x3c2c61,-0xfa)]={..._0x4a0714[_0x371f62(_0x48787d._0x58d3aa,_0x48787d._0x2ec678,_0x48787d._0x3edd8a,_0x48787d._0x50ee19)],'instructions':_0x528884});_0x4a0714[_0x371f62(_0x48787d._0x2644f3,0x235,0x1ab,_0x48787d._0x24d90a)]=_0x4d2822,_0x4a0714['lastModifi'+_0x191468(-_0x48787d._0x3d2cbc,-_0x48787d._0x17b8c8,-0x90,_0x48787d._0x1aa457)]=_0x2cd428[_0x371f62(_0x48787d._0x8f9cf,0x15a,0x1de,0x22b)];try{const _0x5982c3=await _0x149ba3['TBCCg'](findTaskDirectory,_0x298cc3);if(_0x5982c3){if(_0x149ba3[_0x371f62(_0x48787d._0x3f1d71,_0x48787d._0x1fda2b,_0x48787d._0x159c25,_0x48787d._0x23f932)](_0x149ba3['yobFl'],_0x149ba3[_0x371f62(0x211,_0x48787d._0x151ea2,_0x48787d._0x180930,0x1e8)])){const _0x4e3fdf=_0x5a9146[_0x371f62(_0x48787d._0x2ed75b,_0x48787d._0x58b06e,0x26b,0x29f)](_0x5982c3,_0x371f62(_0x48787d._0xdca2b9,_0x48787d._0x5288ac,0x12e,0x1d3)+_0x371f62(_0x48787d._0x1e19b7,_0x48787d._0x319e7f,0x1fa,0x27c));await _0x1cf7b5[_0x191468(0xa6,0x42,0x73,_0x48787d._0xeb4378)](_0x4e3fdf,JSON[_0x191468(-_0x48787d._0x815733,-_0x48787d._0x50bd43,-_0x48787d._0x11273e,-0xff)](_0x4a0714,null,0x190d+-0x1*0x82e+-0x1*0x10dd),_0x149ba3[_0x191468(-_0x48787d._0x16fbb0,-_0x48787d._0x524289,-0xd4,_0x48787d._0x2ef187)]);if(_0x149ba3[_0x371f62(0x24d,0x279,0x26f,_0x48787d._0x14a39d)](_0x528884,undefined)){const _0x414fba=_0x5a9146[_0x191468(_0x48787d._0x3fd95b,0x7a,0x7e,_0x48787d._0x36124f)](_0x5982c3,_0x149ba3['nbKKs']),_0x1bdd51={};_0x1bdd51['recursive']=!![],await _0x1cf7b5[_0x371f62(0x1d8,0x201,_0x48787d._0x6a6a0,0x299)](_0x414fba,_0x1bdd51);const _0x5efe4c=_0x5a9146[_0x191468(0x20,0x7a,_0x48787d._0x871bf5,0x51)](_0x414fba,_0x371f62(0x211,0x24d,_0x48787d._0x25846b,_0x48787d._0x5c42f1)+'uctions.md');await _0x1cf7b5[_0x371f62(_0x48787d._0x2c0778,0x1a0,_0x48787d._0x5dfd4b,0x272)](_0x5efe4c,_0x528884,_0x149ba3[_0x191468(-0xf9,-0x8c,-_0x48787d._0x3d6b32,-0x73)]);}}else{const _0xda5e03={};return _0xda5e03[_0x191468(-0x9a,-0xd,_0x48787d._0x11273e,-_0x48787d._0x828065)]='Bad\x20Reques'+'t',_0xda5e03[_0x371f62(0x203,_0x48787d._0xbc4b6b,0x22c,0x20b)]=_0x191468(-0xe5,-0xd8,-0xbd,-_0x48787d._0x18c030)+'not\x20an\x20obj'+_0x371f62(_0x48787d._0x5e5d48,_0x48787d._0x41b220,0x24c,_0x48787d._0x4c0421),_0x5f2fab[_0x371f62(_0x48787d._0xe0a867,0x26f,0x1d3,_0x48787d._0x1c45a9)](0x262e+0x1bf2*-0x1+-0x22b*0x4)[_0x191468(0x10,-_0x48787d._0x3b6fd8,-0x40,-_0x48787d._0x2236d3)](_0xda5e03);}}}catch(_0x5b4ce3){if(_0x149ba3['dSltj'](_0x149ba3['UdvZI'],_0x149ba3[_0x371f62(0x1b9,0x25e,0x266,_0x48787d._0x5c6640)])){const _0x29ebda={};_0x29ebda[_0x371f62(_0x48787d._0xbb73c7,_0x48787d._0x1b626f,_0x48787d._0x2e881c,0x2d9)+'d']=_0x298cc3,_0x29ebda[_0x371f62(_0x48787d._0x5b206e,_0x48787d._0x3a6118,_0x48787d._0x33a0f1,0x22e)]=_0x5b4ce3[_0x371f62(0x226,_0x48787d._0x459ac9,_0x48787d._0x54ca07,_0x48787d._0x5169b0)],logger[_0x371f62(0x170,_0x48787d._0x42af7e,0x1e4,0x187)](_0x149ba3[_0x371f62(_0x48787d._0x349342,_0x48787d._0x4b4055,0x1ea,0x288)],_0x29ebda);}else _0x149ba3['AIzAM'](_0x3d3574,_0x149ba3[_0x371f62(_0x48787d._0x2a8f3a,0x1af,_0x48787d._0x4236b5,_0x48787d._0x2c7a43)],_0x196894);}if(broadcastTaskUpdate){const _0x57e34c={};_0x57e34c['taskId']=_0x4a0714[_0x191468(-_0x48787d._0x15c95c,-0x13,-_0x48787d._0x47ec85,-0x3b)],_0x57e34c[_0x191468(-_0x48787d._0x4c6d5a,-0x3f,_0x48787d._0x4fdf8b,-0x86)]=_0x4a0714[_0x191468(-0x2d,-_0x48787d._0x4db9b5,-0xf2,-_0x48787d._0x596a81)],_0x57e34c[_0x191468(-_0x48787d._0x93cc41,-0x35,_0x48787d._0xa70c9d,-_0x48787d._0x5cbfa3)+'ns']=_0x4a0714['parameters']?.[_0x191468(0x8,-_0x48787d._0x16fbb0,-_0x48787d._0x517aca,0x3d)+'ns'],_0x57e34c['updatedAt']=_0x4a0714[_0x371f62(_0x48787d._0x1a07d,0x13f,0x1ab,0x1ee)],_0x149ba3[_0x191468(-0x39,0x25,0x18,-0x48)](broadcastTaskUpdate,_0x149ba3[_0x371f62(0x21c,0x29c,0x21a,0x275)],_0x57e34c);}const _0x525e35={};_0x525e35[_0x371f62(0x1a7,0x28a,_0x48787d._0x16eb5d,0x19a)]=_0x2cd428[_0x191468(-0x92,-0x13,-0xb3,-_0x48787d._0x2c4eca)],_0x525e35[_0x191468(-_0x48787d._0x2cd06f,-_0x48787d._0x22efcf,-0x2f,-0x1d)+_0x191468(-0x16,-_0x48787d._0x4967a5,-_0x48787d._0x139a58,_0x48787d._0x4ede70)]=_0x298cc3,logger['info'](_0x149ba3[_0x191468(_0x48787d._0x3fa890,_0x48787d._0x57dc9e,_0x48787d._0x27f662,_0x48787d._0x473cdf)],_0x525e35);const _0x3ae9e0={};_0x3ae9e0[_0x371f62(_0x48787d._0x8ee842,_0x48787d._0xe6ee63,_0x48787d._0x1626d1,_0x48787d._0x313646)]=!![],_0x3ae9e0[_0x371f62(0x130,0x17a,_0x48787d._0x10f3bb,0x1ef)]=_0x4a0714[_0x371f62(_0x48787d._0x18f873,_0x48787d._0x3e1920,_0x48787d._0x31433d,0x20c)],_0x3ae9e0['name']=_0x4a0714[_0x371f62(0x115,_0x48787d._0x35fa9f,0x1b2,_0x48787d._0x349fde)],_0x3ae9e0['instructio'+'ns']=_0x4a0714[_0x371f62(_0x48787d._0x4b02bf,0x98,0x11f,0xb2)]?.[_0x371f62(_0x48787d._0x170742,_0x48787d._0x351870,_0x48787d._0x583060,0x214)+'ns'];function _0x371f62(_0x2b4479,_0x318717,_0x5843e9,_0x3b1d92){return _0x17db7b(_0x2b4479-_0x33c177._0x17e76c,_0x318717-0x17b,_0x2b4479,_0x5843e9-0x2da);}_0x3ae9e0['updatedAt']=_0x4a0714[_0x371f62(0x129,0x12b,_0x48787d._0x3bff90,0xf5)],_0x4adc1a['json'](_0x3ae9e0);}),router[_0x26d9a5(0x4cc,0x558,0x4da,0x44a)](_0x17db7b(-0xf3,-0x129,-0x162,-0xfb)+_0x26d9a5(0x4c4,0x5b6,0x50a,0x5b9)+'ectiveId',requireTaskAuth,async(_0xdeab27,_0xd7bdb9)=>{const _0x5f07eb={_0x33f655:0x37c,_0x1c406d:0xb6,_0x3b9626:0x196,_0x4d99a2:0x13d,_0x55df59:0x7a,_0x28420f:0x27,_0x4d819c:0x52,_0x343c00:0xd0,_0x4666e1:0xff,_0x3d57c4:0xa6,_0x32a2a5:0x208,_0x34c50f:0x2af,_0x1e33cf:0x39f,_0x137201:0x161,_0x405012:0x168,_0x1242fa:0x146,_0x4f618d:0x359,_0x3c93b6:0x343,_0x5bf47e:0x321,_0x2f6189:0x4a,_0xba92e7:0xc8,_0x23ad50:0x44,_0x34f3fd:0x28e,_0x4e736e:0x182,_0x36d250:0xa5,_0x1b2ed8:0xb8,_0x2d63ce:0xd4,_0x382fd8:0x77,_0x46a1c6:0x342,_0x2c08a8:0x370,_0xb76134:0x37,_0x411fc8:0xf,_0x84ec5e:0x68,_0x1f1c42:0x175,_0x56be0d:0x188,_0x10b916:0x11,_0x15eb1a:0x1b9,_0x30796c:0xcc,_0x31baaa:0x295,_0x2225e0:0x3dc,_0x2f2d6b:0x405,_0x274dd5:0x36d,_0x512555:0xe3,_0x175859:0x185,_0x12f2fa:0xfc,_0x94d7ef:0x36c,_0x244d27:0x360,_0x521a02:0x3ed,_0x10486e:0x317,_0x43b48d:0x3c8,_0x5877d2:0x222,_0x80d6e0:0x2bc,_0x42d641:0x374,_0x347b07:0xdd,_0x182403:0x98,_0x28b622:0x38c,_0x260e58:0x39c,_0x18026e:0x234,_0x202069:0x1ea,_0x449230:0x102,_0x5be78e:0x2f,_0x24980e:0xf6,_0x2f413e:0x1c6,_0x436b30:0xbf,_0x158a88:0x35c,_0x4ac13c:0x2b1,_0x42bd9d:0x2b5,_0x5ebe34:0x34b,_0x51c9bc:0x2e8,_0x2b3ab1:0x3ff,_0x34d950:0x3bc,_0x176afd:0x189,_0x4aff11:0x17b,_0x296412:0x15a,_0x36d13a:0x2da,_0x156874:0x2bd,_0x2b92b0:0x348,_0xe2f6cf:0x2d3,_0x3e0118:0x287,_0x2e9d1d:0x347,_0x3c3686:0xe1,_0x3a9943:0x126,_0xf1568a:0xa5,_0x4a1600:0x60,_0x5ea96b:0x12,_0x5da6d5:0x96,_0xa569f2:0x32e,_0x612882:0x31a,_0x18f14d:0x2d4,_0x2e06f4:0x375,_0x2e7e9d:0x3e5,_0x2c7ef8:0x34b,_0x537b18:0x433,_0x4598b6:0x323,_0x399b40:0x304,_0x16a5a6:0x2d5,_0x197e45:0x12e,_0x507feb:0xa4,_0x3d49d2:0x6,_0x2aed93:0x14f,_0x55f37c:0x169,_0x951109:0x1c8,_0x315c90:0x15d,_0x50ccea:0x1a7,_0x5667d5:0xe2,_0x1df16c:0xe6,_0x12f726:0x2e1,_0xf14d7b:0x310,_0x2dac30:0x38f,_0x1b5274:0x363,_0x26bd34:0x318,_0x17b054:0x396,_0x50bf95:0xed,_0x375ab9:0x4e,_0x1f7da4:0x93,_0x47b0bd:0x60,_0x84b3cf:0x6d,_0x48d549:0x2c8,_0x16b1da:0x35b,_0x56779e:0x3c9,_0x23cb48:0x371,_0x343417:0x36e,_0x2e520d:0x53,_0x446baa:0x2f,_0x28a850:0x12a,_0x349597:0x2ac,_0x55e4f1:0x27b,_0x55ba9b:0x3ab,_0x5b968a:0x32d,_0x41ae3e:0x29d,_0x3ff2d9:0x218,_0x489f16:0x298,_0x116c73:0x383,_0x24beb7:0x3e1,_0x419a4a:0x3d8,_0x33c73b:0xa8,_0x5799b6:0x1d2,_0x768c11:0xcd,_0x4ad105:0x105,_0x509cf1:0x88,_0x5c74af:0xa1,_0x469d47:0xb0,_0x301287:0xd0,_0x5b5860:0xde,_0x181f32:0x384,_0x4947b4:0x353,_0x532e64:0x32c,_0x37b444:0x2ec,_0x42c84b:0x34b,_0xcaa0b4:0x3ad,_0x3a5d66:0x3be,_0x11373c:0x24d,_0x1e3197:0x2e5,_0x1ceada:0x391,_0x493220:0x35e,_0x50f55d:0x318,_0x25023d:0x344,_0xd52bd4:0x2ae,_0xe2aa79:0x309,_0x1f9e9a:0x2be,_0x54789c:0x327,_0x44ad0f:0x34d,_0x2a6018:0x3dc,_0x5e9c38:0x387,_0x4ac228:0x9e,_0x3ac182:0x3aa,_0x5d317a:0x33c,_0x354a98:0x301,_0xd3a874:0x37c,_0x367331:0x2c4,_0x49a617:0x2ef,_0x3f6271:0x334,_0x396879:0x3d7,_0xace03b:0x337,_0x41d400:0xd6,_0xbee92e:0xc1,_0x32138d:0x373,_0x338c78:0x2aa,_0x3ff1b5:0x102,_0x1ffb96:0x11e,_0x12daf6:0x2a1,_0x30c40d:0x30d,_0x32e87f:0x331,_0x5b3e91:0x320,_0x30bc1a:0x159,_0x397257:0x58,_0x6d3bac:0x40,_0x1bb929:0xcf,_0x224abc:0xd2,_0x2cdf36:0x286,_0x28aa0a:0x3ae,_0x38ea2b:0x2f9,_0x4d0a18:0x496,_0x42c060:0x3a7,_0x4b002f:0x24,_0x58c1c7:0x37c,_0x52cd72:0x37d,_0x5430c6:0x13a,_0x1b914c:0x71,_0x264df8:0xd3,_0x395358:0x7,_0x5d7d59:0xf9,_0x1899bc:0x4f,_0x3e6524:0x2ed,_0x47cf8f:0x3a1,_0x374891:0x39d,_0x10a7d4:0x326,_0x283cf8:0xea,_0x1151ad:0x158,_0x55c9b9:0x290,_0x2b8573:0x261,_0x608af3:0x2f3,_0xb234dc:0x3a2,_0x157989:0xd0,_0x4fd41c:0x163,_0x39a003:0xf2,_0x2cce73:0x30e,_0x1a5fa9:0x424,_0x4a0dd2:0x3a1,_0x25c5ea:0x153,_0x1c09d4:0x72,_0x33a53c:0x5d,_0x21b2df:0x10a,_0x23431e:0x95,_0x8d83b:0xb9,_0x5a34f5:0x13,_0x33f4a4:0xe,_0x559297:0x3b2,_0x5a2634:0x3b5,_0x3694e5:0x253,_0xb0c9ca:0x276,_0x239cf5:0x300,_0x3a235b:0x7e,_0x32d2b8:0x355,_0x9e6b0c:0x342,_0x398f03:0x14d,_0x46ae69:0x188,_0x17eeab:0x16e,_0x1ca3ba:0x11e,_0x50f702:0x168,_0x4b47df:0x1c3,_0x3306ad:0x2fb},_0x4e0b3f={_0x1a710f:0x1e6},_0x17a14a={'FBXwj':_0x45c608(0x401,0x345,_0x5f07eb._0x33f655,0x3b9)+_0x5f1c32(-0x14e,-_0x5f07eb._0x1c406d,-_0x5f07eb._0x3b9626,-_0x5f07eb._0x4d99a2)+_0x5f1c32(-_0x5f07eb._0x55df59,_0x5f07eb._0x28420f,-_0x5f07eb._0x4d819c,-_0x5f07eb._0x343c00)+_0x5f1c32(-_0x5f07eb._0x4666e1,-0x8d,-0xdc,-_0x5f07eb._0x3d57c4),'RWiaj':'Sub-object'+_0x45c608(0x219,0x303,_0x5f07eb._0x32a2a5,_0x5f07eb._0x34c50f)+_0x45c608(0x417,0x33b,_0x5f07eb._0x1e33cf,0x362),'Htbid':function(_0x5cda8f,_0x590cff){return _0x5cda8f!==_0x590cff;},'BuiJy':'Sub-object'+_0x5f1c32(-0x13f,-_0x5f07eb._0x137201,-0xc8,-_0x5f07eb._0x405012)+_0x5f1c32(-0x16e,-_0x5f07eb._0x1242fa,-0x146,-0x1d0)+_0x45c608(0x3a2,0x2e4,_0x5f07eb._0x4f618d,0x33f)+_0x45c608(0x373,_0x5f07eb._0x3c93b6,_0x5f07eb._0x5bf47e,0x39b)+'ve','kKHqv':'objective','dmoap':_0x5f1c32(-_0x5f07eb._0x2f6189,-_0x5f07eb._0xba92e7,-0xfc,_0x5f07eb._0x23ad50)+'t','ntXJi':_0x45c608(0x20e,0x22f,0x244,_0x5f07eb._0x34f3fd)+_0x5f1c32(-0x12a,-_0x5f07eb._0x4e736e,-0x162,-_0x5f07eb._0x36d250)+_0x5f1c32(-0x68,-0xcf,-_0x5f07eb._0x1b2ed8,_0x5f07eb._0x2f6189),'KJoEn':function(_0xa19e6d,_0x37e863){return _0xa19e6d===_0x37e863;},'BRtvU':_0x5f1c32(-0x4c,-_0x5f07eb._0x2d63ce,-0x78,-_0x5f07eb._0x382fd8),'MIlxt':function(_0x3a19ca,_0x28bb81){return _0x3a19ca===_0x28bb81;},'gaHun':function(_0x251539,_0x50b451){return _0x251539===_0x50b451;},'NTEVI':function(_0x241fe6,_0x37a007){return _0x241fe6!==_0x37a007;},'YwYIE':_0x45c608(0x3ff,0x2dc,0x2e8,0x35a),'YcKrB':_0x45c608(0x3ff,_0x5f07eb._0x46a1c6,_0x5f07eb._0x2c08a8,0x3c2),'DRPoJ':_0x5f1c32(-_0x5f07eb._0xb76134,_0x5f07eb._0x411fc8,0x15,0x19)+_0x5f1c32(-0xf0,-_0x5f07eb._0x84ec5e,-0x12b,-_0x5f07eb._0x1f1c42)+_0x5f1c32(-0x185,-0x1af,-0x141,-_0x5f07eb._0x56be0d)+_0x5f1c32(-0x79,_0x5f07eb._0x10b916,-0x4a,-0xb)+'ldren.\x20Del'+_0x5f1c32(-0x17e,-_0x5f07eb._0x15eb1a,-0xed,-_0x5f07eb._0x30796c)+_0x45c608(0x2a3,0x24d,0x2d1,_0x5f07eb._0x31baaa),'tSrQi':_0x45c608(_0x5f07eb._0x2225e0,_0x5f07eb._0x2f2d6b,0x39d,_0x5f07eb._0x274dd5)+_0x5f1c32(-_0x5f07eb._0x512555,-0x30,-_0x5f07eb._0x175859,-_0x5f07eb._0x12f2fa)+_0x45c608(_0x5f07eb._0x94d7ef,_0x5f07eb._0x244d27,_0x5f07eb._0x521a02,0x3c0),'uwqXQ':function(_0x3cbb4c,_0x23dc84){return _0x3cbb4c(_0x23dc84);},'arQpr':_0x45c608(_0x5f07eb._0x10486e,0x446,0x3e0,_0x5f07eb._0x43b48d),'lJPHG':_0x45c608(0x29c,_0x5f07eb._0x5877d2,0x255,_0x5f07eb._0x80d6e0),'zFOyo':_0x45c608(0x3e1,0x406,0x3cd,_0x5f07eb._0x42d641),'REClb':_0x5f1c32(-0x70,-0x101,0x45,-0x1a)+_0x5f1c32(-0xd3,-_0x5f07eb._0x347b07,-_0x5f07eb._0x182403,-0x8d)+_0x45c608(0x361,0x443,_0x5f07eb._0x28b622,_0x5f07eb._0x260e58)+_0x45c608(0x356,_0x5f07eb._0x18026e,0x29f,0x2a5),'lNzky':function(_0x6117e6,_0x3a5b34,_0xfbe5c6){return _0x6117e6(_0x3a5b34,_0xfbe5c6);}},{parentObjective:_0x279e6a,callingTask:_0x20a85b}=_0xdeab27,{objectiveId:_0x385011}=_0xdeab27[_0x5f1c32(-0xf4,-0x173,-0x196,-0xa3)],_0x383e8e=tasks[_0x5f1c32(-0x175,-0x159,-_0x5f07eb._0x202069,-_0x5f07eb._0x449230)](_0x385011);if(!_0x383e8e){const _0x167aa9={};return _0x167aa9[_0x5f1c32(-_0x5f07eb._0x343c00,-0x57,-_0x5f07eb._0x5be78e,-0x2a)]=_0x5f1c32(-0x150,-0x117,-_0x5f07eb._0x24980e,-_0x5f07eb._0x2f413e),_0x167aa9[_0x45c608(0x316,0x311,0x315,0x3a1)]=_0x17a14a[_0x5f1c32(-0x8c,-0x94,-0xb7,-_0x5f07eb._0x436b30)],_0xd7bdb9['status'](-0x1a4f+0x12a3+0x20*0x4a)['json'](_0x167aa9);}if(_0x17a14a['Htbid'](_0x383e8e[_0x45c608(_0x5f07eb._0x158a88,_0x5f07eb._0x4ac13c,_0x5f07eb._0x42bd9d,_0x5f07eb._0x5ebe34)+_0x45c608(0x378,0x2e5,_0x5f07eb._0x10486e,_0x5f07eb._0x51c9bc)],_0x279e6a['taskId'])){const _0x5d8794={};return _0x5d8794['error']=_0x45c608(0x3f0,_0x5f07eb._0x2b3ab1,0x368,_0x5f07eb._0x34d950),_0x5d8794['message']=_0x17a14a[_0x5f1c32(-_0x5f07eb._0x176afd,-_0x5f07eb._0x4aff11,-0x22a,-_0x5f07eb._0x296412)],_0xd7bdb9[_0x45c608(0x37a,_0x5f07eb._0x36d13a,_0x5f07eb._0x156874,_0x5f07eb._0x2b92b0)](-0x19*-0x3b+0x1923+0x1*-0x1d53)[_0x45c608(_0x5f07eb._0xe2f6cf,_0x5f07eb._0x3e0118,_0x5f07eb._0x2e9d1d,0x2fb)](_0x5d8794);}if(_0x383e8e[_0x5f1c32(-_0x5f07eb._0x3c3686,-0xa4,-_0x5f07eb._0x3a9943,-_0x5f07eb._0xf1568a)]!==_0x17a14a[_0x5f1c32(-_0x5f07eb._0x4a1600,-0x84,_0x5f07eb._0x5ea96b,-_0x5f07eb._0x5da6d5)]){const _0x304532={};return _0x304532[_0x45c608(0x2f5,_0x5f07eb._0xa569f2,_0x5f07eb._0x612882,0x359)]=_0x17a14a[_0x45c608(_0x5f07eb._0x18f14d,_0x5f07eb._0x2e06f4,_0x5f07eb._0x2e7e9d,0x35d)],_0x304532['message']=_0x17a14a[_0x45c608(_0x5f07eb._0x2c7ef8,_0x5f07eb._0x537b18,0x3ed,0x3da)],_0xd7bdb9[_0x45c608(_0x5f07eb._0x4598b6,_0x5f07eb._0x399b40,_0x5f07eb._0x16a5a6,_0x5f07eb._0x2b92b0)](-0x8d6+-0x1*0x10ba+0x1f0*0xe)[_0x5f1c32(-_0x5f07eb._0x197e45,-0x130,-0x1ab,-0x115)](_0x304532);}function _0x5f1c32(_0x5cb643,_0x563912,_0x53800f,_0x120440){return _0x17db7b(_0x5cb643-0x85,_0x563912-0xe,_0x563912,_0x5cb643-0x26);}for(const [,_0x5be0e3]of tasks[_0x5f1c32(-_0x5f07eb._0x507feb,_0x5f07eb._0x3d49d2,-0xcd,-_0x5f07eb._0x2aed93)]()){if(_0x17a14a[_0x5f1c32(-_0x5f07eb._0x55f37c,-_0x5f07eb._0x951109,-_0x5f07eb._0x315c90,-_0x5f07eb._0x50ccea)](_0x17a14a[_0x5f1c32(-0x13a,-0xc5,-0x1d1,-0x1a2)],_0x17a14a[_0x5f1c32(-0x13a,-_0x5f07eb._0x5667d5,-_0x5f07eb._0x1df16c,-0xc3)])){if(_0x17a14a[_0x45c608(0x298,_0x5f07eb._0x16a5a6,_0x5f07eb._0x12f726,_0x5f07eb._0xf14d7b)](_0x5be0e3[_0x45c608(_0x5f07eb._0x2dac30,_0x5f07eb._0x1b5274,0x3ef,_0x5f07eb._0x2c7ef8)+_0x45c608(_0x5f07eb._0x26bd34,0x2f3,_0x5f07eb._0x17b054,0x2e8)],_0x385011)&&_0x17a14a[_0x5f1c32(-0x197,-0x104,-_0x5f07eb._0x50bf95,-0x228)](_0x5be0e3[_0x5f1c32(-0xe1,-_0x5f07eb._0x375ab9,-_0x5f07eb._0x1f7da4,-0xf4)],_0x17a14a[_0x5f1c32(-_0x5f07eb._0x47b0bd,-0x16,-0x42,-_0x5f07eb._0x84b3cf)])){if(_0x17a14a[_0x45c608(0x379,_0x5f07eb._0x48d549,0x3c0,_0x5f07eb._0x16b1da)]('ZxRlB',_0x17a14a['YwYIE']))_0x347714=_0x1f665d[_0x45c608(_0x5f07eb._0x56779e,_0x5f07eb._0x23cb48,_0x5f07eb._0x343417,0x3f6)](_0x3109ed,_0x15191a[_0x5f1c32(-0x82,-_0x5f07eb._0x3d49d2,-0x108,-0x10e)]);else{const _0x534dcd={};return _0x534dcd[_0x5f1c32(-0xd0,-_0x5f07eb._0x2e520d,-_0x5f07eb._0x446baa,-_0x5f07eb._0x28a850)]=_0x17a14a[_0x45c608(_0x5f07eb._0x349597,_0x5f07eb._0x55e4f1,_0x5f07eb._0x55ba9b,_0x5f07eb._0x5b968a)],_0x534dcd['message']=_0x17a14a[_0x45c608(_0x5f07eb._0x41ae3e,_0x5f07eb._0x3ff2d9,0x267,_0x5f07eb._0x489f16)],_0xd7bdb9[_0x45c608(_0x5f07eb._0x116c73,_0x5f07eb._0x24beb7,_0x5f07eb._0x419a4a,_0x5f07eb._0x2b92b0)](0x1*0x17a6+0x186d+-0x2e7a)[_0x5f1c32(-_0x5f07eb._0x197e45,-_0x5f07eb._0x33c73b,-_0x5f07eb._0x5799b6,-0x140)](_0x534dcd);}}}else{const _0x136dff={};_0x136dff[_0x5f1c32(-0x87,-_0x5f07eb._0x768c11,-0x90,-_0x5f07eb._0x4ad105)+'d']=_0x476a80,_0x136dff['error']=_0x49198c[_0x5f1c32(-_0x5f07eb._0x509cf1,0x1b,-_0x5f07eb._0x5c74af,-_0x5f07eb._0x469d47)],_0x4c4066[_0x5f1c32(-_0x5f07eb._0x301287,-0x10a,-0x67,-_0x5f07eb._0x5b5860)](_0x17a14a['FBXwj'],_0x136dff);}}const _0x8a4b5e={};_0x8a4b5e['taskId']=_0x20a85b[_0x45c608(0x31a,0x39a,_0x5f07eb._0x181f32,_0x5f07eb._0x4947b4)],_0x8a4b5e[_0x45c608(_0x5f07eb._0x532e64,0x30d,_0x5f07eb._0x37b444,_0x5f07eb._0x42c84b)+'ctiveId']=_0x279e6a[_0x45c608(_0x5f07eb._0xcaa0b4,_0x5f07eb._0x3a5d66,0x369,0x353)],_0x8a4b5e[_0x45c608(_0x5f07eb._0x11373c,0x35c,0x30c,0x300)+_0x45c608(0x307,_0x5f07eb._0x1e3197,_0x5f07eb._0x1ceada,_0x5f07eb._0x493220)]=_0x385011,_0x8a4b5e[_0x45c608(_0x5f07eb._0x50f55d,_0x5f07eb._0x25023d,_0x5f07eb._0xd52bd4,0x300)+_0x45c608(0x3b1,_0x5f07eb._0xe2aa79,0x311,0x36c)]=_0x383e8e[_0x45c608(_0x5f07eb._0x1f9e9a,0x2b5,_0x5f07eb._0x41ae3e,_0x5f07eb._0x54789c)],logger[_0x45c608(0x41b,_0x5f07eb._0x44ad0f,_0x5f07eb._0x2a6018,_0x5f07eb._0x5e9c38)](_0x17a14a[_0x5f1c32(-0x92,-0x8a,0x15,-_0x5f07eb._0x4ac228)],_0x8a4b5e),tasks[_0x45c608(_0x5f07eb._0x5e9c38,_0x5f07eb._0x3ac182,0x2c2,0x311)](_0x385011);try{const _0x2a379b=await _0x17a14a[_0x45c608(0x2de,_0x5f07eb._0x5d317a,_0x5f07eb._0x354a98,_0x5f07eb._0xd3a874)](findTaskDirectory,_0x385011);if(_0x2a379b){if(_0x17a14a[_0x45c608(0x2ea,_0x5f07eb._0x367331,_0x5f07eb._0x49a617,_0x5f07eb._0x3f6271)]===_0x17a14a[_0x45c608(0x3c1,_0x5f07eb._0x1ceada,_0x5f07eb._0x396879,_0x5f07eb._0xace03b)]){const _0x17ee40={};_0x17ee40[_0x5f1c32(-_0x5f07eb._0x41d400,-0x118,-_0x5f07eb._0x512555,-_0x5f07eb._0xbee92e)]=_0x1890ad['taskId'],_0x17ee40[_0x45c608(_0x5f07eb._0x32138d,0x351,_0x5f07eb._0x338c78,_0x5f07eb._0x54789c)]=_0x4b3bd3[_0x5f1c32(-_0x5f07eb._0x3ff1b5,-0x188,-0x190,-_0x5f07eb._0x1ffb96)],_0x17ee40[_0x45c608(_0x5f07eb._0x12daf6,_0x5f07eb._0x30c40d,0x2d9,_0x5f07eb._0x32e87f)+'ns']=_0x430314['parameters']?.['instructio'+'ns'],_0x17ee40[_0x45c608(_0x5f07eb._0x49a617,0x2b1,0x321,_0x5f07eb._0x5b3e91)]=_0x26149c[_0x5f1c32(-0x109,-0x14c,-0x95,-_0x5f07eb._0x30bc1a)],_0x5dd568(_0x5f1c32(-_0x5f07eb._0x397257,_0x5f07eb._0x6d3bac,-_0x5f07eb._0x1bb929,-0xc6)+'ed',_0x17ee40);}else{const _0x3472fa={};_0x3472fa[_0x5f1c32(-0xc0,-_0x5f07eb._0x224abc,-0xc2,-0x44)]=!![],_0x3472fa[_0x45c608(0x3ae,_0x5f07eb._0x2cdf36,_0x5f07eb._0x28aa0a,_0x5f07eb._0x38ea2b)]=!![],await _0x1cf7b5['rm'](_0x2a379b,_0x3472fa);}}}catch(_0x2231d3){if(_0x17a14a[_0x45c608(0x393,_0x5f07eb._0x4d0a18,_0x5f07eb._0x42c060,0x3f7)](_0x17a14a[_0x5f1c32(-0xc8,-0x9c,-0xce,-_0x5f07eb._0x4b002f)],_0x17a14a[_0x45c608(_0x5f07eb._0x58c1c7,_0x5f07eb._0x52cd72,_0x5f07eb._0x244d27,0x361)])){const _0x275033={};return _0x275033[_0x5f1c32(-0xd0,-_0x5f07eb._0x5430c6,-_0x5f07eb._0x1b914c,-0x124)]=_0x5f1c32(-_0x5f07eb._0x2f6189,0x1f,-_0x5f07eb._0x264df8,_0x5f07eb._0x395358)+'t',_0x275033[_0x5f1c32(-0x88,-0xd2,-0x42,-_0x5f07eb._0x5d7d59)]=_0x5f1c32(-0x46,-_0x5f07eb._0x1899bc,-0xc6,-0xb4)+_0x45c608(0x346,0x28c,_0x5f07eb._0x49a617,_0x5f07eb._0x3e6524)+_0xeed4bc+('\x20must\x20have'+_0x45c608(_0x5f07eb._0x47cf8f,_0x5f07eb._0x5d317a,_0x5f07eb._0x374891,_0x5f07eb._0x10a7d4)+_0x5f1c32(-0x15e,-0x20f,-0x12d,-0x18c)),_0x232089[_0x5f1c32(-0xe1,-_0x5f07eb._0x283cf8,-0xad,-_0x5f07eb._0x1151ad)](-0x2688+0x1*0x1906+0xf12)[_0x45c608(_0x5f07eb._0x55c9b9,_0x5f07eb._0x2b8573,_0x5f07eb._0x608af3,0x2fb)](_0x275033);}else{const _0x516d27={};_0x516d27[_0x45c608(0x3f3,0x359,0x3c9,_0x5f07eb._0xb234dc)+'d']=_0x385011,_0x516d27[_0x5f1c32(-_0x5f07eb._0x157989,-0x104,-_0x5f07eb._0x4fd41c,-_0x5f07eb._0x39a003)]=_0x2231d3[_0x45c608(_0x5f07eb._0x2cce73,0x344,_0x5f07eb._0x1a5fa9,_0x5f07eb._0x4a0dd2)],logger[_0x5f1c32(-0xd0,-_0x5f07eb._0x25c5ea,-0x147,-_0x5f07eb._0x1c09d4)](_0x17a14a[_0x5f1c32(-_0x5f07eb._0x33a53c,-0x9,-0x8c,-0xa2)],_0x516d27);}}if(broadcastTaskUpdate){const _0x26deb9={};_0x26deb9[_0x5f1c32(-_0x5f07eb._0x41d400,-_0x5f07eb._0x21b2df,-_0x5f07eb._0x23431e,-0x18c)]=_0x385011,_0x17a14a[_0x5f1c32(-_0x5f07eb._0x8d83b,-0xad,-_0x5f07eb._0x5a34f5,-_0x5f07eb._0x33f4a4)](broadcastTaskUpdate,'task-delet'+'ed',_0x26deb9);}const _0x40cd58={};_0x40cd58['taskId']=_0x20a85b[_0x45c608(_0x5f07eb._0x559297,0x3d9,_0x5f07eb._0x5a2634,0x353)],_0x40cd58[_0x45c608(_0x5f07eb._0x3694e5,_0x5f07eb._0xb0c9ca,0x257,_0x5f07eb._0x239cf5)+_0x5f1c32(-0xcb,-_0x5f07eb._0x3a235b,-0x135,-_0x5f07eb._0x4a1600)]=_0x385011;function _0x45c608(_0x2abe3f,_0x3003e8,_0x4333d5,_0x46a333){return _0x17db7b(_0x2abe3f-0x169,_0x3003e8-_0x4e0b3f._0x1a710f,_0x4333d5,_0x46a333-0x44f);}logger[_0x45c608(_0x5f07eb._0x32d2b8,_0x5f07eb._0x9e6b0c,0x3be,0x387)](_0x5f1c32(-_0x5f07eb._0x398f03,-_0x5f07eb._0x46ae69,-_0x5f07eb._0x17eeab,-_0x5f07eb._0x1ca3ba)+_0x5f1c32(-_0x5f07eb._0x50f702,-0x215,-0x177,-0x16e)+_0x5f1c32(-0x126,-0x10b,-0x135,-0x14a),_0x40cd58);const _0x1de11d={};_0x1de11d[_0x5f1c32(-0x174,-_0x5f07eb._0x264df8,-_0x5f07eb._0x4b47df,-_0x5f07eb._0x28a850)]=!![],_0x1de11d['deletedId']=_0x385011,_0xd7bdb9[_0x45c608(0x3a6,0x2c2,0x30a,_0x5f07eb._0x3306ad)](_0x1de11d);});function generateObjectiveId(){const _0x423480={_0x360627:0x44,_0x5138a:0x27,_0x5ca5c8:0x2a,_0x120337:0x128,_0x121b7a:0x157,_0x3604ab:0x1ba},_0x28a873={_0x2891b3:0xf},_0x230178={_0x1e997a:0x57};function _0x22c630(_0x31c096,_0x3f0a74,_0x4a0ab4,_0x1f2e95){return _0x17db7b(_0x31c096-0x146,_0x3f0a74-_0x230178._0x1e997a,_0x3f0a74,_0x4a0ab4-0x2cb);}function _0x3e1261(_0x57b1f2,_0x465de5,_0x420a49,_0x5d1d8d){return _0x17db7b(_0x57b1f2-0xf7,_0x465de5-_0x28a873._0x2891b3,_0x57b1f2,_0x420a49-0x3e);}return Date[_0x3e1261(0x34,-_0x423480._0x360627,-_0x423480._0x5138a,-_0x423480._0x5ca5c8)]()+'-'+Math[_0x22c630(_0x423480._0x120337,_0x423480._0x121b7a,0x1b8,0x184)]()[_0x22c630(0x24c,_0x423480._0x3604ab,0x1d4,0x22b)](0x17bc+0x13*0xa+0xb2*-0x23)['substr'](-0x145d+-0x2f+0x3*0x6da,-0x313+-0x15*-0x7a+0x6e6*-0x1);}async function findTaskDirectory(_0x3865fa){const _0x1bc2f2={_0x19cc2d:0x2e7,_0x130f47:0x3b0,_0x1c4b41:0x78,_0xe507d:0x331,_0x410c93:0x280,_0x2574c9:0x28b,_0x15f2b0:0x3f4,_0x32ef28:0x26c,_0x4a6802:0x355,_0x1a48fa:0xee,_0x4f8c19:0x13b,_0x5d49a8:0xa1,_0xcbddb9:0x6f,_0x180477:0x5b,_0x2f7a73:0x112,_0x423525:0x31b,_0x3c8be5:0x3ba,_0x2edff6:0xa2,_0x5b097b:0x130,_0x13a3ba:0xe0,_0x267feb:0x145,_0xf43ff4:0xd4,_0x85e69f:0x319,_0x57a587:0x35a,_0x5a9ab7:0x3c3,_0x3b8728:0x323,_0x53acde:0x29f},_0x4d9f86={_0x3b9ace:0x104,_0x3c2183:0x43c},_0x1202c7={'XupYD':function(_0x3c8d36,_0x1fa93a){return _0x3c8d36(_0x1fa93a);},'KOttM':function(_0x2127dc,_0x349394){return _0x2127dc<=_0x349394;},'VLfyK':function(_0x3d49ad,_0x3f5905){return _0x3d49ad+_0x3f5905;},'kuaqR':function(_0x4ab00b,_0x14d903){return _0x4ab00b(_0x14d903);}};if(!taskStoragePath)return null;function _0x352ad8(_0x4d6522,_0x58d468,_0xc47de,_0x4c3f05){return _0x17db7b(_0x4d6522-0xcd,_0x58d468-0x2d,_0x58d468,_0x4d6522-0x8b);}function _0x4310d9(_0x470317,_0x256c31,_0x2f292d,_0x4f81d0){return _0x17db7b(_0x470317-_0x4d9f86._0x3b9ace,_0x256c31-0x173,_0x4f81d0,_0x2f292d-_0x4d9f86._0x3c2183);}const _0x2b1455=_0x1202c7[_0x4310d9(_0x1bc2f2._0x19cc2d,_0x1bc2f2._0x130f47,0x35e,0x374)](parseInt,process[_0x352ad8(-0x59,-0xfd,-_0x1bc2f2._0x1c4b41,-0x102)][_0x4310d9(_0x1bc2f2._0xe507d,0x29b,_0x1bc2f2._0x410c93,_0x1bc2f2._0x2574c9)+_0x4310d9(0x2e3,_0x1bc2f2._0x15f2b0,0x352,0x2c2)])||0x239*0x2+0x2391+-0x382*0xb,_0x466502=new Date();for(let _0x5bbff2=0x20e2+-0xbed+-0x14f5;_0x1202c7[_0x4310d9(0x346,_0x1bc2f2._0x32ef28,0x2f8,_0x1bc2f2._0x4a6802)](_0x5bbff2,_0x2b1455);_0x5bbff2++){const _0x55e757=new Date(_0x466502);_0x55e757['setUTCDate'](_0x55e757[_0x352ad8(-0xe0,-_0x1bc2f2._0x1a48fa,-0x155,-_0x1bc2f2._0x4f8c19)]()-_0x5bbff2);const _0x6a3102=_0x55e757[_0x352ad8(-_0x1bc2f2._0x5d49a8,-_0x1bc2f2._0xcbddb9,-0x10,-_0x1bc2f2._0x180477)+_0x352ad8(-0xe4,-_0x1bc2f2._0x2f7a73,-0x16a,-0x6f)](),_0x13d778=String(_0x1202c7['VLfyK'](_0x55e757[_0x4310d9(_0x1bc2f2._0x423525,0x314,0x373,_0x1bc2f2._0x3c8be5)+'h'](),0x1*0x21c9+-0x1e7*-0x7+0x3*-0xfb3))[_0x352ad8(-_0x1bc2f2._0x2edff6,-0x151,-0x10f,-_0x1bc2f2._0x5b097b)](0x1654+0x1bef*-0x1+0x59d,'0'),_0x55ea6d=_0x1202c7[_0x352ad8(-0x11d,-0x18c,-0x129,-0x165)](String,_0x55e757[_0x352ad8(-_0x1bc2f2._0x13a3ba,-0xea,-0x38,-0x113)]())[_0x352ad8(-0xa2,-_0x1bc2f2._0x267feb,-_0x1bc2f2._0xf43ff4,-0xeb)](0x1a84+-0x22ca+0x848,'0'),_0x307bba=_0x5a9146[_0x4310d9(_0x1bc2f2._0x85e69f,_0x1bc2f2._0x57a587,0x3cd,_0x1bc2f2._0x5a9ab7)](taskStoragePath,_0x6a3102+'-'+_0x13d778,_0x6a3102+'-'+_0x13d778+'-'+_0x55ea6d,_0x3865fa);try{return await _0x1cf7b5[_0x4310d9(0x2db,0x372,_0x1bc2f2._0x3b8728,_0x1bc2f2._0x53acde)](_0x307bba),_0x307bba;}catch{}}return null;}async function createObjectiveDirectory(_0x2fba9b,_0x915a4c){const _0x508c63={_0x53b942:0x156,_0x19c71f:0x12d,_0x59b7a7:0xb4,_0x8a4e0a:0x138,_0x1945b7:0x371,_0x12dc6b:0x211,_0x3f0e53:0x249,_0x1bd22f:0x347,_0x3914d4:0x38f,_0xf003c1:0x3cc,_0x103037:0x2bf,_0x1463a5:0x393,_0x2a8bfc:0x30f,_0x10d5f4:0x3f0,_0xf438b3:0x220,_0x615e73:0x1f2,_0x22fae3:0x20e,_0x1811fd:0x324,_0x4e077b:0x3f6,_0x66a6be:0x48d},_0x5e02d6={_0x4e6a5a:0x67,_0xac5477:0xce},_0x1aadb7={_0x3eb17f:0x55},_0x3f3698={'ecCbO':function(_0x4e8c48,_0x57f53f){return _0x4e8c48!==_0x57f53f;},'NrsVA':_0xc79333(-_0x508c63._0x53b942,-0x22c,-0x201,-0x214),'tPdzD':_0xc79333(-_0x508c63._0x19c71f,-0x1ae,-0x13c,-_0x508c63._0x59b7a7)+'ge\x20path\x20no'+_0xc79333(-0x19c,-0x14c,-_0x508c63._0x8a4e0a,-0xe3)+'ed','nmTRg':function(_0x1011eb,_0x2822e4){return _0x1011eb+_0x2822e4;},'DbAQg':function(_0x2630c1,_0xa68458){return _0x2630c1(_0xa68458);}};if(!taskStoragePath){if(_0x3f3698['ecCbO'](_0x3f3698[_0x2425f0(0x2e9,_0x508c63._0x1945b7,0x2e1,0x383)],_0x3f3698[_0xc79333(-_0x508c63._0x12dc6b,-0x26a,-0x24a,-0x2b6)])){const _0x564d28={..._0x446e22[_0x2425f0(0x2aa,_0x508c63._0x3f0e53,0x228,0x1fe)]};_0x564d28[_0x2425f0(_0x508c63._0x1bd22f,_0x508c63._0x3914d4,0x370,0x3fb)+'ns']=_0x367a95,_0x5324f8['parameters']=_0x564d28;}else throw new Error(_0x3f3698[_0x2425f0(_0x508c63._0xf003c1,0x3ad,0x341,0x452)]);}const _0x115e9e=new Date(_0x915a4c),_0x4b19c4=_0x115e9e[_0x2425f0(0x339,0x2bd,_0x508c63._0x103037,0x3e5)+_0x2425f0(0x2f6,0x29a,0x2cb,0x267)]();function _0x2425f0(_0x40e932,_0x15cdfe,_0x22abb1,_0x532c10){return _0x17db7b(_0x40e932-0x127,_0x15cdfe-_0x1aadb7._0x3eb17f,_0x22abb1,_0x40e932-0x465);}const _0x210010=String(_0x3f3698[_0x2425f0(_0x508c63._0x1463a5,0x411,_0x508c63._0x2a8bfc,_0x508c63._0x10d5f4)](_0x115e9e['getUTCMont'+'h'](),-0x1139+0x229*-0x8+-0x7*-0x4ee))[_0xc79333(-0x1d0,-_0x508c63._0xf438b3,-0x1fb,-0x2ae)](-0x2273+-0xcb8+0x2f2d,'0'),_0x417fa9=_0x3f3698['DbAQg'](String,_0x115e9e[_0xc79333(-_0x508c63._0x615e73,-_0x508c63._0x22fae3,-0x239,-0x274)]())[_0x2425f0(0x338,_0x508c63._0x1811fd,0x315,0x3c0)](0x13*0x6e+-0x1ee2+-0x1*-0x16ba,'0'),_0x1dd4a3=_0x5a9146[_0x2425f0(_0x508c63._0x4e077b,0x407,0x3e5,_0x508c63._0x66a6be)](taskStoragePath,_0x4b19c4+'-'+_0x210010,_0x4b19c4+'-'+_0x210010+'-'+_0x417fa9,_0x2fba9b),_0x1ba448={};_0x1ba448['recursive']=!![];function _0xc79333(_0x516a0e,_0xca5246,_0x537a2e,_0x1d7335){return _0x17db7b(_0x516a0e-_0x5e02d6._0x4e6a5a,_0xca5246-0x49,_0x516a0e,_0x537a2e- -_0x5e02d6._0xac5477);}return await _0x1cf7b5['mkdir'](_0x1dd4a3,_0x1ba448),_0x1dd4a3;}function _0x17db7b(_0x59ca45,_0x68bce0,_0x966091,_0x523048){return _0x8067(_0x523048- -0x27f,_0x966091);}export default router;
1
+ function _0x2916(){const _0x113fec=['D1HkqLy','y3PSuLy','rM9YyMLKzgvU','A0jbt2u','tM13s0C','yxnRvxbKyxrL','uwHxteu','tgzTExC','Aw5NihbHCMvUDa','ve9Jsge','DgfZA1r5Cgu','CgTosuu','BM90igfUig9IAG','y3jLyxrLzej5','zxrLihn1yI1VyG','Aeruthe','EwTjBvq','igeGy2HPBgqGBW','Dvjqq24','CgfYyw1Z','vgfYz2v0igLZia','BKPXzLO','BvzUwgi','yM9KEq','AxzLig5VDcbMBW','DeXOqwq','AKfUC08','Ec10yxnRlwLK','tvjWA3m','C2H6BLy','AfPXzLa','nJyWndqZufbmBuD6','mtK3mwvuDxzpua','Aw5ZDhj1y3rPBW','BNqGB2jQzwn0Aq','t1vJBge','BsbHBIbVyMPLyW','DuTKz3i','Dw5K','BwfUDwfS','B3PmtMS','q1HvEu8','zgvSzxrL','vwr2Bhm','z2v0','zwn0AxzLCYiGyq','vgfZAY1jzcbOzq','AvDVCu4','Aw5Nihn1yI1VyG','Dhfosfy','CNjHEsb3AxrOia','uMvXDwvZDcbIBW','Cgf0y2G','C2LIBgLUz3m','Dw5JAgvKigzYBW','u01Nz2u','DgL2zq','C3rYAw5N','D1n3B3C','yxqGAw5KzxGG','EMjitMK','zwjXz2q','vNjlyNe','mJC4mZm2oeX6C3LPra','tgnKEwe','qKTjufe','z2v0vvrdrgf0zq','zhr0Cxq','yvDkq0K','C2SGsuq','ugvQEgy','rwrvrK0','z2v0vvrdrNvSBa','BwTKAxi','ChbcwvK','v0Pyuhu','C3rHDhvZ','EwXIy2K','wgLPDxe','lw9IAMvJDgL2zq','EvfuALq','sxvfyuW','AhHhuKC','EgzrAwm','z2v0vvrdtw9UDa','vgnkBLC','zeHWzLm','Dun5vgi','thPTzvO','vgfZAYbZDg9Yyq','shjVqwS','vgzhy0y','Dg9ju09tDhjPBG','BMuGzMLLBgqGka','Cfn5DK8','zuvtCwG','B2jQzwn0AxzLCW','DgfZAY1PBNn0CG','ihjLCxvLC3qGDW','B3HsD00','BNvTyMvY','y2HPBgrdB3vUDa','ywDLBNrZ','zYbVyMPLy3rPDG','D3jPDgvgAwXL','z0nTthq','CNbQqK8','ywnJzxnZ','AgPHuxK','CMfUzg9T','t1nJvwK','twLZC2LUzYbylq','DcbPBML0AwfSAq','y2fSBgLUz1rHCW','rwn6BuK','ihjLCxvLC3qGBq','z1jOA0W','Avz5A04','AxzLCYbJCMvHDa','wMfov0i','vwf3ufi','vgfZAYbMzxrJAa','BM93','AxnZAw5NifGTva','ksbTDxn0igjLia','CvP2wfq','y3rPDMu','CgfKu3rHCNq','igrLDgfPBhm','ChvZAa','ug9MB1K','s2zfrNq','tLfHrwm','DMvjza','qxz4AMi','C2LIBgLUz0nVDq','zw4GzMLYC3qU','ig11C3qGAgf2zq','vMPNtwq','tLzhyvm','CKTmrwu','DNr3tKK','BfHQEey','tM90iezVDw5K','uwXty0W','DLvbtMG','uwv5B1K','DgfZAY11CgrHDa','y3rVz3K','l3nPyMXPBMDZ','u0feDxG','z2uGCgf0AcbUBW','D2fZig5VDcbSyq','ANrSs3i','zwn0AxzLihvWza','C29YDa','B3v0ihbHCMvUDa','wwrRyw0','Aw5NihnPyMXPBG','BNvpueS','wKTYtvu','B2jQzwn0AxzL','yMv5thu','DgfZA0LK','zwqGyNKGDgfZAW','qMfKifjLCxvLCW','sfHtwuO','y2X1zguGiM9IAG','u1HADNC','BIb0yxnRieLe','mZy2odGWmfDyuurfEq','CgfYzw50t2jQzq','ChrLzcbVyMPLyW','lZPPza','BNHXq3u','t05Iyxi','ChjVDMLKzwq','yxnRluLKigHLyq','CMvJDxjZAxzL','DxbKyxrLzef0','Bgf1BMnOq291BG','we54rxO','wwvOy1m','DcbJB25MAwD1CG','z3jHBMrWyxjLBG','BMv3lxrHC2S','BwvZC2fNzq','AxzLihvWzgf0zq','quDuAMS','uwLysva','y3jLyxrLza','zw1LBNqGD2L0Aa','C29YDe9YzgvY','rLvjuwe','EMvK','nMHWugf6Dq','D0noDKW','zxrLignOAwXKCG','AfDqDve','y3jLyxrLzej5va','BgrYzw4UierLBa','yxqGAgfZignOAq','qu5nAfO','ig9IAMvJDgL2zq','Aw5Nig9IAMvJDa','AM9PBG','zhKGBxvZDcbPBG','C3rZ','D0ngru0','sNneANa','Eu1cvw4','EeDzDKi','zw52AxjVBM1LBG','tvDOvwS','zwn0AxzLig5Via','yxnRswq','C3vIt2jQzwn0Aq','yKDMCwu','u2vYDMLJzsbUBW','tMfwthC','AxD5shC','r3jQEM0','CKrnA2m','qvHpsLK','sfPTCMS','ELnWCwS','Bg9Uz2vYigv4Aq','y2HPBgrYzw4','l3n1yI1VyMPLyW','Cg9ZDa','r1PfvfO','zxj2zxiGrxjYBW','yNjVywrJyxn0va','qxqGBgvHC3qGBW','BwfUywDLBwvUDa','DMvoyw1L','zNrvuwq','wwvHCG','tLfQCxG','sefVsLu','Du9tD3i','sM9AsvC','qMHIy2m','rMzLChi','ugfYzw50ig9IAG','B3v0Chv0','refzuW','AgvHzgvYCW','odqXmteWmK1uAKjhAq','zvbHDgG','C3rYDwn0Aw9UCW','ALbXAMi','BvrzEg8','ywfeC3a','D1DerKG','r0rqEMC','zw50CMLLCW','Bwf4','vgfZAYbKzwXLDa','D2XTt0O','uejjrxu','igLUAxrPywXPEG','BMTgB0u','uK1Ire8','ihjVDxrLig5VDa','BgfZDe1VzgLMAq','yxqGBgvHC3qGBW','AxzLigrLDgfPBa','igeGiM5HBwuIia','CgfYyw1LDgvYCW','q1H5thm','AMvJDgL2zsb0Aa','vw5HDxrOB3jPEG','Bwv0ywrHDgeUAG','Dg9tDhjPBMC','C0T2DwK','wgjHs3O','zIb0AguGCgfYzq','wLfxDNq','rMfPBgvKihrVia','sLvVuNu','ywrLCG','C3rYAw5NAwz5','C2v0','uM91DgvY','AMvJDgL2zsb1Ca','A2PHtNy','AM9rswO','zgvSzxrLzeLK','sw52ywXPzcb0yq','sw50zxjUywWGuW','uevzsNq','C3vJy2vZCW','zsb1CgrHDgu','qwfNBMq','sxfvqxi','tg5ewvG','sKr0uNi','DM1kAgO','BM90igzVDw5K','CYbIEsbjra','BMfTzq','De9IAMvJDgL2zq','y3jLyxrLzef0','sLz3tNi','C2v0vvrdrgf0zq','AxnbCNjHEq','C291CMnLt2jQzq','zcbIEsb0yxnR','s0XetKW','vhvwCu0','Aw9kEuu','DxrMltG','m3zAzKDuAq','uwn5De4','zgvY','EMXlDNi','zwn0AxzLswq','vLDYChG','BwfW','Aw5NignOAwXKia','ywT1thm','uufzEg4','BMfTzsbVCIbPBG','zwn0AxzL','mJa1mZbbuLPewum','DgL2zsbTyw5HzW','B2jQzwn0AxzLsq','zxjYB3i','u3vIlw9IAMvJDa','BgvUz3rO','tfDnz28','yI1VyMPLy3rPDG','Aw5MBW','Dwn0Aw9UCY5Tza','mZKZmJuWnu5esfnnwa','CgvYC2LZDcbVyG','D1DIu3y','y3rPDMvjza','BgfZDeXHDw5JAa','AxzLigLZig5VDa','AxzLigrLBgv0zq','CvnJu1O','DgfZA1n0B3jHzW','s2fiDfe','zwrbDa','t2jQzwn0AxzLia','vgfZAYbHDhrLBq','u2j1CNK','l3bHCMvUDa','zwrcEvrHC2Tjza','D2fYBG','Derjsvq','l29IAMvJDgL2zq','u3HzrNu','z3vPu3K','BMuGAxrLBq','AhbztLC','yNjHBMnOzxm','CwzNrKi','ALbKzhq','y291BNq','mtGYmJu4nKzKCNLuua','DgL2zxm','ugfYzw50igLZia','zM9Yy2u','BwTPt1a','zgf0zq','D3vit0W','wxziz3K','AMfsEuW','ANnVBG','DgL2zxmVoM9IAG','AMvJDgL2zxm','CgvYC2LZDcbZDq'];_0x2916=function(){return _0x113fec;};return _0x2916();}(function(_0x46e50a,_0x8b8a01){const _0x5732fc={_0x1afe82:0x1d4,_0x5e084f:0x153,_0xaa917:0x15b,_0x5eed79:0x187,_0x319d78:0xd5,_0x55c1de:0x17b,_0x1e4468:0x1fb,_0x444d4e:0xbf,_0x30a07f:0x52,_0xf7b407:0x236,_0x4cbe8b:0x22e,_0x293c19:0x234,_0x534d4e:0x1eb,_0x2e2046:0x23e,_0x2e8927:0x1e3,_0x1a54bb:0xb2,_0x302cb3:0x1da,_0x38b3fc:0x15a,_0x3d48d8:0x88},_0x509e2a={_0x30f64c:0x340},_0x285215={_0x47560a:0x25d};function _0x340e0e(_0x13620b,_0xeeea12,_0x38d822,_0x548ad4){return _0x2cb4(_0xeeea12- -_0x285215._0x47560a,_0x13620b);}function _0x5d37f1(_0x58de20,_0x49ea0b,_0x1b99b5,_0x39acf6){return _0x2cb4(_0x39acf6- -_0x509e2a._0x30f64c,_0x49ea0b);}const _0x2a6d5a=_0x46e50a();while(!![]){try{const _0x581b5a=parseInt(_0x5d37f1(-_0x5732fc._0x1afe82,-_0x5732fc._0x5e084f,-0x15d,-_0x5732fc._0xaa917))/(-0x7f3+0x2243+-0xf*0x1c1)+parseInt(_0x5d37f1(-0x134,-0x22f,-0x1ea,-_0x5732fc._0x5eed79))/(-0x1180+0x1358+-0x1d6)*(parseInt(_0x340e0e(-0xf3,-_0x5732fc._0x319d78,-_0x5732fc._0x55c1de,-0x13f))/(-0x1610+0x1062+0x1*0x5b1))+-parseInt(_0x5d37f1(-0x201,-0x2c0,-_0x5732fc._0x1e4468,-0x247))/(0x65b*-0x2+0x6*0x9+0xc84)+-parseInt(_0x340e0e(-0x27,-_0x5732fc._0x444d4e,-0xee,-_0x5732fc._0x30a07f))/(-0x407+-0x3f9*0x2+0x266*0x5)+-parseInt(_0x5d37f1(-0x1c4,-0x222,-_0x5732fc._0xf7b407,-_0x5732fc._0x4cbe8b))/(0x771+0x22f1+-0x2a5c)*(-parseInt(_0x5d37f1(-_0x5732fc._0x293c19,-_0x5732fc._0x534d4e,-_0x5732fc._0x2e2046,-0x1f9))/(0x1*-0x12e+-0x630+0x1*0x765))+parseInt(_0x5d37f1(-_0x5732fc._0x2e8927,-_0x5732fc._0x1a54bb,-_0x5732fc._0x302cb3,-0x13b))/(0xb26+-0x205*-0x7+-0x1941)+parseInt(_0x5d37f1(-0xbf,-_0x5732fc._0x1e4468,-0x134,-_0x5732fc._0x38b3fc))/(0x107*-0x1a+0x111a+0x9a5)*(-parseInt(_0x340e0e(-_0x5732fc._0x3d48d8,-0xc9,-0x13d,-0x45))/(0x72c+0x144b*-0x1+0x1*0xd29));if(_0x581b5a===_0x8b8a01)break;else _0x2a6d5a['push'](_0x2a6d5a['shift']());}catch(_0x52eaf6){_0x2a6d5a['push'](_0x2a6d5a['shift']());}}}(_0x2916,-0xf*0xc0e0+0xce1a3*0x1+0xd307c));import _0x237d8e from'express';import{promises as _0x4abf51}from'fs';import _0x2450a3 from'path';import{logger}from'../lib/logger.js';const router=_0x237d8e[_0xcd4bdf(-0x52,-0x2d,-0x3d,-0x91)]();let tasks=null,taskStoragePath=null,broadcastTaskUpdate=null;export function initializeObjectiveManagement(_0x1f3c7c){const _0x563f91={_0x30f6a0:0x550,_0x104328:0x55a,_0x411148:0x133,_0x55309a:0x4a,_0x515a38:0x4bf,_0x3f0a72:0x4a6,_0x2c5d36:0x4eb,_0x247a38:0x54d,_0x9d6c22:0x4d9},_0x8d5ea4={_0x40ec15:0x19f},_0xad241={_0x389ee2:0x113,_0x5115ce:0x145};tasks=_0x1f3c7c['tasks'],taskStoragePath=_0x1f3c7c[_0x11785d(_0x563f91._0x30f6a0,0x607,0x566,_0x563f91._0x104328)+_0x27f60d(0xe5,_0x563f91._0x411148,_0x563f91._0x55309a,0x86)];function _0x27f60d(_0x1b9566,_0x44c215,_0xae8829,_0x21f2f9){return _0xcd4bdf(_0x1b9566-0x14d,_0x44c215-_0xad241._0x389ee2,_0x1b9566-_0xad241._0x5115ce,_0x21f2f9);}function _0x11785d(_0x11ef77,_0x199f4d,_0x12db1f,_0x4480bb){return _0xcd4bdf(_0x11ef77-_0x8d5ea4._0x40ec15,_0x199f4d-0x181,_0x4480bb-0x55c,_0x199f4d);}broadcastTaskUpdate=_0x1f3c7c[_0x11785d(0x478,_0x563f91._0x515a38,_0x563f91._0x3f0a72,_0x563f91._0x2c5d36)+_0x11785d(_0x563f91._0x247a38,0x572,_0x563f91._0x9d6c22,0x57f)];}function requireTaskAuth(_0x255d44,_0x5166d7,_0x2dec0f){const _0x5bc9a6={_0x407866:0x348,_0x370fd6:0x325,_0x5085ee:0x17f,_0x5762fd:0x1ac,_0x3f72b6:0x126,_0xeebab4:0x15e,_0x4106e9:0x5b,_0x5d48e7:0x1ca,_0x3e5001:0x1f5,_0x4cd09e:0x14c,_0x39f4b8:0x2e8,_0x1cd7b5:0x29e,_0x1acad0:0xd1,_0x5043b6:0xa4,_0x325618:0x1ee,_0x2cfbd1:0x6b,_0x1e3fb2:0x3e,_0x1100fe:0xf5,_0x45f2fd:0xd8,_0x1dc675:0x13c,_0x5ad782:0xca,_0x598415:0x6c,_0x4174da:0x53,_0xffdf73:0x45,_0x511944:0x320,_0x4561bc:0x1c9,_0x1f735f:0x2d7,_0xdc6874:0x265,_0x25b848:0x283,_0x38892e:0x26a,_0x1a5c7b:0x26f,_0x3989d9:0x20d,_0x48f046:0x280,_0x339e09:0x277,_0x46642d:0x8f,_0xe6a078:0x13d,_0x50f890:0xf4,_0x5e675c:0x146,_0x40b6bb:0x32e,_0x2b1a7f:0x2b2,_0x4af910:0x297,_0x4205e5:0x20e,_0x321d96:0x1f2,_0x4fc602:0xdc,_0xaa66d9:0x193,_0x14b7f7:0x332,_0x197926:0x359,_0x1ad0f3:0x2df,_0x448657:0x227,_0x2badbf:0x2c1,_0x1dca90:0x120,_0x18c914:0x116,_0x570d1e:0x217,_0x15a6ca:0x15c,_0x3dcae6:0xf9,_0x5ec872:0x34,_0x2838b8:0x19b,_0x466133:0x262,_0x1ba3a9:0x21e,_0x4fff49:0x5,_0x44205c:0x360,_0x544ed8:0x26c,_0x53c5e9:0x2b7,_0x3cad24:0x2c2,_0x4cfda8:0x2d5,_0x307bdc:0x368,_0x2d5a6b:0x30c,_0x5a15a2:0x2bf,_0x158b60:0x111,_0x34415b:0x24d,_0x4487ab:0x28f,_0x23f0bc:0x314,_0x501ccf:0x317,_0x4b62fc:0x132,_0x2002d8:0xac,_0x3b1128:0x252,_0x4134c3:0x38d,_0x3bb9cc:0x4e,_0x533aa4:0xaa,_0x51006a:0x241,_0x10a3d6:0x1e5,_0x19d2ee:0x1b4,_0x267cc3:0x249,_0x58844d:0x20c,_0x51e04b:0xee,_0x19ae45:0x147,_0x2bbc3f:0x12d,_0x59f7d3:0x2b5,_0x35ba16:0x25a,_0xad96fc:0x257,_0x30af64:0x1bf,_0x75f67b:0x130,_0x3408b4:0x121,_0x49335a:0x10c,_0x475eff:0xa,_0x4b3f41:0x29,_0x55b6a3:0xa3,_0x591ad7:0x11a,_0x11266c:0x7a,_0x3759f6:0x3ba,_0x169b07:0x255,_0x439313:0x201,_0x47d200:0x339,_0x123ed5:0x10d,_0x2f25b4:0x1ae,_0x4e4a26:0x121,_0x36558a:0x2c3,_0xaa5d31:0x25,_0x22c55c:0x2d,_0x3eb247:0x148,_0x4dbfc7:0x2b,_0x3287b2:0x74,_0x5b3b15:0x292,_0x47a096:0x261,_0x3a68ae:0x0,_0xc9ae4f:0x2a,_0x3b0ad9:0x2c4,_0x55297e:0x28a,_0x4a06c0:0x2ae,_0x2a56b2:0x3bc,_0x4d0757:0x381,_0x490e05:0x28d,_0x1de776:0xc8,_0x3f28e2:0xfe,_0x21e276:0x28,_0x176d69:0x85,_0x3feed1:0x0,_0x3ca1a6:0x17d,_0x1d12a3:0x10a,_0x1aa933:0x19e,_0x2a6b81:0x18b,_0x3ee216:0x15d,_0x3cdf2a:0x37,_0x52e353:0xcb,_0x52e055:0x5d,_0x22fefd:0x25c,_0x3707de:0x2e6,_0x42ecf9:0x315,_0x517964:0x22b,_0x44e566:0x319,_0x3d9914:0x9b,_0x51fb29:0xe9,_0x2b6749:0x125,_0xa99a2d:0xed,_0xe7ae21:0x97,_0x120890:0x10a,_0x49fc83:0x14,_0x57f5bc:0x5d,_0x166c1e:0x130,_0xd32bdc:0x102,_0x9d6b16:0x360,_0x51cd29:0x2f4,_0x211029:0x54,_0x397db9:0x60,_0x532e1d:0x3a,_0x48761d:0x2e,_0x286813:0x52,_0x22c473:0xe7,_0x4799f2:0x12b,_0x226b34:0x361,_0x24896c:0x316,_0x5cb613:0x122,_0x5db1de:0x1d4,_0x3f7216:0xdf,_0x5c4181:0x12d,_0x485e62:0xe4,_0x165618:0x236,_0x21eb44:0x35c,_0x10502b:0x27f,_0x596dd1:0x216,_0x9b1a1d:0xf0,_0x4634f1:0x18c,_0x27fa54:0x213,_0x5c6087:0x296,_0x5bdc99:0x2a2,_0x598548:0x263,_0x47212d:0x230,_0x48afc8:0x285,_0x470aa0:0x307,_0x56fed6:0x276,_0x5ee3ea:0x113,_0x3cda7b:0x99,_0x3f30cb:0x29f,_0xc222d4:0x233,_0x5c8cc8:0x13e,_0x3b67f5:0xc6,_0x1c9bff:0xb5,_0x3a4f73:0x35f,_0x3d85f0:0x2cd,_0x2b35fc:0xdb,_0xa64351:0x374,_0x27b5b1:0x102,_0x21f001:0x103,_0x125d36:0xf6,_0x34e9ce:0x47,_0x7523c5:0x276,_0x56c8d1:0x1cb,_0x403105:0x1bc,_0xeaae53:0x30b,_0x413b4d:0x1eb,_0x1f3100:0x25d,_0x457857:0x2e9,_0x2493f4:0x229,_0x3c29c0:0x2fa,_0x2e543c:0x1cc,_0x52b5ae:0x221,_0x26cff5:0xd0,_0x4d0550:0x17d,_0x22ae7b:0x2dc,_0x2ac8ae:0x272,_0x457c2a:0x16c,_0x26be24:0xb4,_0x29bc6c:0x32a,_0x293bcd:0x327,_0x539231:0x2cc,_0xcaab22:0x289,_0x4f182d:0x1b2,_0x5716da:0x21a,_0x60d70c:0xa6,_0x58d1dc:0x1df,_0x44efa9:0x194,_0x3fab49:0x235,_0x222ef0:0x1a9,_0x3c34cc:0x114,_0x846398:0x33e,_0x4eeab8:0x99,_0x11c304:0x1,_0x52684f:0x43,_0x45f6e5:0x24d,_0x1d281d:0x377,_0x4bc4d4:0x3c9,_0x2e3aa3:0x32b,_0x570977:0x287,_0x47d448:0x82,_0x594c42:0x65,_0xd863f6:0xe2,_0x365d0f:0x140,_0x4ec2dd:0xfb,_0x358b5d:0xc5,_0x2fea4a:0x23,_0x4fb659:0x2a5,_0x32350c:0x25d,_0x138386:0x2ae,_0x88f645:0x312,_0xcdf457:0x2af,_0x3af997:0x148,_0x5a83ff:0x184,_0x3c7093:0x1b1,_0xcffcb4:0x17d,_0x12a476:0x1ef,_0x2fd504:0x152,_0x60ae47:0x1e7,_0x221280:0x13d,_0x9ee623:0x281,_0x49a79a:0x31e,_0x1754ba:0x7f,_0x18544a:0x1f,_0xb8c6d0:0xd3,_0x59818a:0x1ed,_0x6fa3e3:0x38e,_0xf27a85:0x31a,_0x1999b1:0x2d8,_0x51a521:0x1ad,_0x1a2d07:0x38,_0xac0e01:0x10f,_0x898be7:0x19b},_0x4b2f36={_0xc9b71c:0x2d4},_0x41e5f9={'QcytN':function(_0x174141,_0x1f2759){return _0x174141===_0x1f2759;},'Pejxf':'number','hjaQy':_0x1fb0ee(0x368,_0x5bc9a6._0x407866,_0x5bc9a6._0x370fd6,0x285)+_0x1fb0ee(0x25d,0x1a0,0x249,0x263)+_0x1fb0ee(_0x5bc9a6._0x5085ee,_0x5bc9a6._0x5762fd,0x222,0x1b8)+_0x1a35bf(0x1dd,0x1e0,_0x5bc9a6._0x3f72b6,_0x5bc9a6._0xeebab4)+'rray\x20with\x20'+_0x1a35bf(_0x5bc9a6._0x4106e9,0x11d,0x168,0xc4)+'ne\x20item','wWbSv':function(_0x2921c5,_0x54660e){return _0x2921c5!==_0x54660e;},'nuOPK':'string','JMCZA':_0x1a35bf(_0x5bc9a6._0x5d48e7,_0x5bc9a6._0x3e5001,0x113,_0x5bc9a6._0x4cd09e),'ftUQd':function(_0x31ac5f,_0x15ed1a){return _0x31ac5f!==_0x15ed1a;},'LWMgo':_0x1fb0ee(_0x5bc9a6._0x39f4b8,0x1fa,0x237,_0x5bc9a6._0x1cd7b5),'uOSwr':'Objective\x20'+_0x1a35bf(0x14b,_0x5bc9a6._0x1acad0,0xd0,_0x5bc9a6._0x5043b6)+_0x1fb0ee(0x1c5,0x281,_0x5bc9a6._0x325618,0x24a)+'issing\x20X-T'+_0x1a35bf(0x73,0x112,0x1b,_0x5bc9a6._0x2cfbd1)+_0x1a35bf(_0x5bc9a6._0x1e3fb2,0x110,0x150,_0x5bc9a6._0x1100fe),'rpjBO':_0x1a35bf(_0x5bc9a6._0x45f2fd,0x90,_0x5bc9a6._0x1dc675,_0x5bc9a6._0x5ad782)+'ed','vUANh':_0x1a35bf(_0x5bc9a6._0x598415,-_0x5bc9a6._0x4174da,-_0x5bc9a6._0xffdf73,0x29)+_0x1fb0ee(0x2b0,0x3d2,_0x5bc9a6._0x511944,0x321)+'ader','MWhUk':_0x1a35bf(0x140,0x5b,_0x5bc9a6._0x4561bc,0x114)+_0x1fb0ee(0x274,_0x5bc9a6._0x1f735f,_0x5bc9a6._0xdc6874,0x2fc)+_0x1fb0ee(0x2c0,0x2e1,_0x5bc9a6._0x25b848,_0x5bc9a6._0x38892e)+_0x1fb0ee(_0x5bc9a6._0x1a5c7b,_0x5bc9a6._0x3989d9,_0x5bc9a6._0x48f046,_0x5bc9a6._0x339e09)+'ed','UcVzL':_0x1a35bf(_0x5bc9a6._0x46642d,_0x5bc9a6._0xe6a078,_0x5bc9a6._0x50f890,0xdc)+_0x1a35bf(_0x5bc9a6._0x4cd09e,_0x5bc9a6._0x5e675c,0xa,0xa1)+'r','HCfjh':_0x1fb0ee(_0x5bc9a6._0x40b6bb,_0x5bc9a6._0x2b1a7f,0x2d5,_0x5bc9a6._0x4af910)+_0x1fb0ee(0x1aa,_0x5bc9a6._0x4205e5,0x265,_0x5bc9a6._0x321d96)+_0x1a35bf(0x1cf,0x170,_0x5bc9a6._0x4fc602,_0x5bc9a6._0xaa66d9)+'ith\x20unknow'+_0x1fb0ee(0x1f0,0x1b8,0x224,0x26f),'IEqDm':_0x1fb0ee(0x267,_0x5bc9a6._0x14b7f7,0x2d6,_0x5bc9a6._0x197926)+_0x1fb0ee(0x1cf,_0x5bc9a6._0x1ad0f3,_0x5bc9a6._0x448657,0x27f)+_0x1fb0ee(0x2ae,0x2fb,_0x5bc9a6._0x2badbf,0x295)+_0x1a35bf(_0x5bc9a6._0x1dca90,_0x5bc9a6._0x18c914,0xa3,0x79)+_0x1fb0ee(0x2c1,0x248,_0x5bc9a6._0x570d1e,_0x5bc9a6._0x15a6ca)+_0x1a35bf(_0x5bc9a6._0x3dcae6,-_0x5bc9a6._0x5ec872,0x8c,0x85),'jPqjb':_0x1fb0ee(_0x5bc9a6._0x2838b8,_0x5bc9a6._0x466133,0x230,0x2aa),'wXJBV':_0x1fb0ee(0x2b5,_0x5bc9a6._0x1ba3a9,_0x5bc9a6._0x1a5c7b,0x2a6)+'ective\x20not'+'\x20found','zlKvr':_0x1a35bf(-_0x5bc9a6._0x4fff49,0xa,0x26,0x49),'RMbDO':function(_0x8a2afa,_0x2e565b){return _0x8a2afa!==_0x2e565b;},'akuLs':'objective','nkFoE':'Bad\x20Reques'+'t','EczmI':_0x1fb0ee(_0x5bc9a6._0x44205c,_0x5bc9a6._0x544ed8,0x2e7,_0x5bc9a6._0x53c5e9)+_0x1fb0ee(_0x5bc9a6._0x3cad24,_0x5bc9a6._0x4cfda8,0x2fe,0x317)+_0x1fb0ee(_0x5bc9a6._0x307bdc,_0x5bc9a6._0x2d5a6b,_0x5bc9a6._0x5a15a2,0x2a9),'QAYxn':function(_0x3e8d73){return _0x3e8d73();}},_0x422688=_0x255d44[_0x1a35bf(_0x5bc9a6._0x158b60,0x162,0x37,0xb1)][_0x41e5f9['JMCZA']];if(!_0x422688){if(_0x41e5f9[_0x1fb0ee(0x2ae,_0x5bc9a6._0x34415b,0x267,0x225)](_0x41e5f9[_0x1fb0ee(_0x5bc9a6._0x4487ab,_0x5bc9a6._0x23f0bc,0x2c6,_0x5bc9a6._0x501ccf)],_0x1a35bf(0x5d,0x115,_0x5bc9a6._0x4b62fc,_0x5bc9a6._0x2002d8))){logger[_0x1fb0ee(0x2d8,_0x5bc9a6._0x3b1128,0x2da,_0x5bc9a6._0x4134c3)](_0x41e5f9[_0x1a35bf(_0x5bc9a6._0x3bb9cc,_0x5bc9a6._0x5e675c,0xce,_0x5bc9a6._0x533aa4)]);const _0x40d25d={};return _0x40d25d['error']=_0x41e5f9[_0x1fb0ee(0x1da,_0x5bc9a6._0x51006a,_0x5bc9a6._0x10a3d6,_0x5bc9a6._0x19d2ee)],_0x40d25d['message']=_0x41e5f9[_0x1fb0ee(_0x5bc9a6._0x267cc3,0x204,_0x5bc9a6._0x58844d,0x28a)],_0x5166d7['status'](-0x500+-0x503*0x1+0xb94)[_0x1a35bf(_0x5bc9a6._0x51e04b,_0x5bc9a6._0x19ae45,0xf3,_0x5bc9a6._0x2bbc3f)](_0x40d25d);}else _0x41e5f9[_0x1fb0ee(0x1fc,0x2e1,_0x5bc9a6._0x59f7d3,_0x5bc9a6._0x35ba16)](_0x332750[_0x1fb0ee(_0x5bc9a6._0xad96fc,_0x5bc9a6._0x30af64,0x226,0x277)+_0x1a35bf(_0x5bc9a6._0x75f67b,_0x5bc9a6._0x3408b4,0x19d,_0x5bc9a6._0x49335a)],_0x39f7cb[_0x1a35bf(-0x59,_0x5bc9a6._0x475eff,_0x5bc9a6._0x4b3f41,0x5d)])&&typeof _0x1d694e[_0x1a35bf(_0x5bc9a6._0x55b6a3,0xbd,_0x5bc9a6._0x591ad7,_0x5bc9a6._0x11266c)]===_0x41e5f9[_0x1fb0ee(0x3bd,_0x5bc9a6._0x3759f6,0x338,0x2fc)]&&(_0xaec532=_0x568ead[_0x1fb0ee(0x212,_0x5bc9a6._0x169b07,0x27c,_0x5bc9a6._0x439313)](_0x187e0d,_0x3af3ac[_0x1fb0ee(0x25f,0x2e9,0x23b,0x2ad)]));}if(!tasks){if(_0x41e5f9[_0x1fb0ee(_0x5bc9a6._0x59f7d3,0x278,0x2b5,_0x5bc9a6._0x47d200)](_0x1a35bf(0xda,_0x5bc9a6._0x123ed5,0x1ca,0x121),_0x1a35bf(0x1cc,_0x5bc9a6._0x11266c,_0x5bc9a6._0x2f25b4,_0x5bc9a6._0x4e4a26))){logger[_0x1fb0ee(0x2cc,0x359,_0x5bc9a6._0x36558a,0x335)](_0x41e5f9[_0x1a35bf(0x11d,-_0x5bc9a6._0xaa5d31,-_0x5bc9a6._0x22c55c,_0x5bc9a6._0x46642d)]);const _0x281952={};return _0x281952[_0x1a35bf(_0x5bc9a6._0x1dca90,0xb2,_0x5bc9a6._0x3eb247,0x102)]=_0x41e5f9['UcVzL'],_0x281952[_0x1a35bf(0x10c,-_0x5bc9a6._0x4dbfc7,-0x2f,_0x5bc9a6._0x3287b2)]=_0x1fb0ee(0x1d7,_0x5bc9a6._0x5b3b15,0x255,_0x5bc9a6._0x47a096)+_0x1a35bf(_0x5bc9a6._0x3a68ae,0x5e,0x80,_0x5bc9a6._0xc9ae4f)+_0x1fb0ee(_0x5bc9a6._0x3b0ad9,_0x5bc9a6._0x55297e,0x23d,_0x5bc9a6._0x4a06c0),_0x5166d7[_0x1fb0ee(_0x5bc9a6._0x2a56b2,_0x5bc9a6._0x4d0757,0x33e,_0x5bc9a6._0x490e05)](-0x6d*0x23+-0x70c+0x17e7)['json'](_0x281952);}else{const _0x4828fd={};return _0x4828fd[_0x1a35bf(0x12b,0x6b,0xa9,0x102)]=_0x1a35bf(_0x5bc9a6._0x1de776,_0x5bc9a6._0x3f28e2,-_0x5bc9a6._0x21e276,0x5f)+'t',_0x4828fd['message']=_0x41e5f9[_0x1a35bf(-_0x5bc9a6._0x176d69,0xc7,_0x5bc9a6._0x3feed1,0x26)],_0x5b8ec3['status'](0x20*-0x2a+0x25c4+0xe*-0x236)[_0x1a35bf(_0x5bc9a6._0x3ca1a6,_0x5bc9a6._0x1d12a3,0x17d,0x12d)](_0x4828fd);}}function _0x1a35bf(_0x2d4ee1,_0x5d706d,_0x2bf7fd,_0x188f00){return _0xcd4bdf(_0x2d4ee1-0xca,_0x5d706d-0x10b,_0x188f00-0x113,_0x5d706d);}const _0x1f11d0=tasks[_0x1a35bf(_0x5bc9a6._0x1aa933,_0x5bc9a6._0x2a6b81,0x1c1,_0x5bc9a6._0x3ee216)](_0x422688);if(!_0x1f11d0){const _0x410c0e={};_0x410c0e[_0x1a35bf(-_0x5bc9a6._0x3cdf2a,0xe6,_0x5bc9a6._0x52e353,_0x5bc9a6._0x52e055)]=_0x422688,logger['warn'](_0x41e5f9['HCfjh'],_0x410c0e);const _0x4a25b5={};return _0x4a25b5['error']=_0x1fb0ee(_0x5bc9a6._0x22fefd,_0x5bc9a6._0x3707de,0x28b,_0x5bc9a6._0x42ecf9)+'ed',_0x4a25b5['message']=_0x1fb0ee(_0x5bc9a6._0x517964,0x253,0x29c,_0x5bc9a6._0x44e566)+_0x1fb0ee(0x3c6,0x370,0x337,0x393),_0x5166d7['status'](0x1*-0xb82+0x397*-0x1+-0x9*-0x1da)[_0x1a35bf(_0x5bc9a6._0x3d9914,0x7f,0x10e,0x12d)](_0x4a25b5);}if(!_0x1f11d0[_0x1a35bf(_0x5bc9a6._0x51fb29,0xeb,_0x5bc9a6._0x2b6749,_0x5bc9a6._0xa99a2d)+_0x1a35bf(_0x5bc9a6._0xe7ae21,0xd3,_0x5bc9a6._0x120890,_0x5bc9a6._0x49335a)]){const _0x30fc70={};_0x30fc70[_0x1a35bf(-0x33,-_0x5bc9a6._0x49fc83,0x17,_0x5bc9a6._0x57f5bc)]=_0x422688,logger[_0x1fb0ee(0x254,0x28e,0x2da,0x274)](_0x41e5f9['IEqDm'],_0x30fc70);const _0x15934c={};return _0x15934c[_0x1a35bf(0x5a,_0x5bc9a6._0x166c1e,0xa6,_0x5bc9a6._0xd32bdc)]=_0x1fb0ee(_0x5bc9a6._0x9d6b16,0x315,_0x5bc9a6._0x51cd29,0x311),_0x15934c[_0x1a35bf(_0x5bc9a6._0x211029,-0x3,_0x5bc9a6._0x397db9,_0x5bc9a6._0x3287b2)]='This\x20task\x20'+_0x1a35bf(_0x5bc9a6._0x532e1d,-_0x5bc9a6._0x48761d,0x4d,_0x5bc9a6._0x286813)+_0x1a35bf(_0x5bc9a6._0x22c473,0x198,_0x5bc9a6._0x4799f2,0x167)+_0x1fb0ee(0x3af,_0x5bc9a6._0x226b34,_0x5bc9a6._0x24896c,_0x5bc9a6._0x407866)+_0x1a35bf(_0x5bc9a6._0x5cb613,_0x5bc9a6._0x5db1de,_0x5bc9a6._0x1d12a3,0x169),_0x5166d7[_0x1a35bf(0x12b,0x193,_0x5bc9a6._0x3f7216,0x17d)](-0x16c1+0x1a4d+0x1f9*-0x1)[_0x1a35bf(0xc1,0x9b,0x1e6,_0x5bc9a6._0x5c4181)](_0x15934c);}_0x255d44[_0x1a35bf(-0x24,0x59,_0x5bc9a6._0x485e62,0x2b)+'k']=_0x1f11d0,_0x255d44['sourceObje'+_0x1fb0ee(_0x5bc9a6._0x165618,_0x5bc9a6._0x21eb44,0x2cd,0x223)]=_0x1f11d0[_0x1fb0ee(_0x5bc9a6._0x10502b,0x213,0x2ae,_0x5bc9a6._0x596dd1)+_0x1a35bf(_0x5bc9a6._0x5cb613,_0x5bc9a6._0x9b1a1d,_0x5bc9a6._0x4634f1,_0x5bc9a6._0x49335a)];function _0x1fb0ee(_0x4d7a68,_0x443d2a,_0x233305,_0x295d2e){return _0xcd4bdf(_0x4d7a68-0x97,_0x443d2a-0x1ce,_0x233305-_0x4b2f36._0xc9b71c,_0x295d2e);}const _0x491ec5=tasks['get'](_0x1f11d0['sourceObje'+_0x1fb0ee(0x26d,0x346,0x2cd,0x31f)]);if(!_0x491ec5){if(_0x41e5f9[_0x1fb0ee(0x28a,_0x5bc9a6._0x27fa54,0x2b5,_0x5bc9a6._0x5c6087)](_0x1fb0ee(_0x5bc9a6._0x5bdc99,_0x5bc9a6._0x598548,_0x5bc9a6._0x47212d,0x2c7),_0x41e5f9[_0x1fb0ee(_0x5bc9a6._0x48afc8,_0x5bc9a6._0x470aa0,_0x5bc9a6._0x56fed6,0x2e7)])){const _0x3a63ae={};_0x3a63ae['taskId']=_0x422688,_0x3a63ae[_0x1a35bf(_0x5bc9a6._0x5ee3ea,0xd0,_0x5bc9a6._0x3cda7b,0xed)+_0x1fb0ee(_0x5bc9a6._0x3f30cb,0x25d,0x2cd,_0x5bc9a6._0xc222d4)]=_0x1f11d0[_0x1a35bf(_0x5bc9a6._0x5c8cc8,_0x5bc9a6._0x3b67f5,_0x5bc9a6._0x1c9bff,0xed)+_0x1fb0ee(_0x5bc9a6._0x3a4f73,0x287,_0x5bc9a6._0x3d85f0,0x2fa)],logger[_0x1a35bf(0x88,0x133,_0x5bc9a6._0x2b35fc,0x119)](_0x41e5f9[_0x1fb0ee(_0x5bc9a6._0xa64351,0x33a,0x2f2,0x335)],_0x3a63ae);const _0x417970={};return _0x417970[_0x1a35bf(0x114,0x162,0xd2,_0x5bc9a6._0x27b5b1)]=_0x41e5f9[_0x1a35bf(0x13d,0x119,_0x5bc9a6._0x21f001,_0x5bc9a6._0x125d36)],_0x417970['message']=_0x1a35bf(0x136,_0x5bc9a6._0x3cdf2a,_0x5bc9a6._0x34e9ce,0xae)+_0x1fb0ee(_0x5bc9a6._0x7523c5,_0x5bc9a6._0x56c8d1,0x251,_0x5bc9a6._0x403105)+_0x1fb0ee(_0x5bc9a6._0xeaae53,_0x5bc9a6._0x413b4d,_0x5bc9a6._0x1f3100,_0x5bc9a6._0x457857)+_0x1fb0ee(_0x5bc9a6._0x2493f4,0x19e,0x24a,_0x5bc9a6._0x3c29c0),_0x5166d7[_0x1a35bf(_0x5bc9a6._0x2e543c,_0x5bc9a6._0x52b5ae,_0x5bc9a6._0x26cff5,_0x5bc9a6._0x4d0550)](0x1c76+0x1*-0x2161+-0x67f*-0x1)[_0x1fb0ee(_0x5bc9a6._0x22ae7b,_0x5bc9a6._0x2ac8ae,0x2ee,0x279)](_0x417970);}else{const _0x26e00f=_0x11852e[_0x4b8ec4];if(!_0x26e00f[_0x1a35bf(0x89,_0x5bc9a6._0x457c2a,_0x5bc9a6._0x26be24,0xe7)]||_0x41e5f9[_0x1fb0ee(_0x5bc9a6._0x29bc6c,_0x5bc9a6._0x293bcd,_0x5bc9a6._0x539231,_0x5bc9a6._0xcaab22)](typeof _0x26e00f[_0x1a35bf(0x192,0x54,_0x5bc9a6._0x533aa4,_0x5bc9a6._0x22c473)],_0x41e5f9[_0x1fb0ee(0x1fd,_0x5bc9a6._0x4f182d,_0x5bc9a6._0x5716da,_0x5bc9a6._0x34415b)])){const _0x24c130={};return _0x24c130[_0x1fb0ee(0x30d,0x37b,0x2c3,0x250)]=_0x1a35bf(_0x5bc9a6._0x60d70c,_0x5bc9a6._0x4b3f41,0x111,0x5f)+'t',_0x24c130[_0x1fb0ee(_0x5bc9a6._0x58d1dc,_0x5bc9a6._0x44efa9,_0x5bc9a6._0x3fab49,_0x5bc9a6._0x222ef0)]=_0x1a35bf(0x1a0,0x165,0xdf,_0x5bc9a6._0x3c34cc)+_0x1fb0ee(_0x5bc9a6._0x846398,0x3de,0x32d,0x3dd)+_0x150273+(_0x1a35bf(0x26,_0x5bc9a6._0x4eeab8,-_0x5bc9a6._0x11c304,_0x5bc9a6._0x52684f)+_0x1fb0ee(_0x5bc9a6._0x45f6e5,_0x5bc9a6._0x1ba3a9,0x287,0x2b3)+_0x1fb0ee(_0x5bc9a6._0x1d281d,_0x5bc9a6._0x4bc4d4,_0x5bc9a6._0x2e3aa3,_0x5bc9a6._0x570977)),_0x2aca2b['status'](-0x1783*0x1+0x17aa+0x169)[_0x1a35bf(_0x5bc9a6._0x47d448,0x11c,0x133,_0x5bc9a6._0x2bbc3f)](_0x24c130);}}}if(_0x41e5f9[_0x1a35bf(_0x5bc9a6._0x594c42,0xc0,0x120,0xc1)](_0x491ec5[_0x1a35bf(0x115,0x162,0xf0,0x17d)],_0x41e5f9[_0x1a35bf(_0x5bc9a6._0xd863f6,0x57,_0x5bc9a6._0x365d0f,_0x5bc9a6._0x4ec2dd)])){const _0x5f5a7b={};_0x5f5a7b[_0x1a35bf(0x36,_0x5bc9a6._0x358b5d,-_0x5bc9a6._0x2fea4a,0x5d)]=_0x422688,_0x5f5a7b[_0x1fb0ee(_0x5bc9a6._0x4fb659,_0x5bc9a6._0x32350c,_0x5bc9a6._0x138386,_0x5bc9a6._0x88f645)+_0x1fb0ee(0x2c3,_0x5bc9a6._0xa64351,0x2cd,_0x5bc9a6._0xcdf457)]=_0x1f11d0[_0x1a35bf(_0x5bc9a6._0x3af997,0x8f,0xae,_0x5bc9a6._0xa99a2d)+_0x1a35bf(0x50,0x7c,_0x5bc9a6._0x5a83ff,0x10c)],_0x5f5a7b['status']=_0x491ec5[_0x1a35bf(_0x5bc9a6._0x3c7093,0x219,0x16f,_0x5bc9a6._0xcffcb4)],logger['warn']('Parent\x20is\x20'+_0x1a35bf(_0x5bc9a6._0x12a476,_0x5bc9a6._0x2fd504,_0x5bc9a6._0x60ae47,_0x5bc9a6._0x221280)+'ective',_0x5f5a7b);const _0x2cf817={};return _0x2cf817[_0x1a35bf(0x120,0x188,0x96,_0x5bc9a6._0xd32bdc)]=_0x41e5f9[_0x1fb0ee(0x234,0x24a,_0x5bc9a6._0x9ee623,_0x5bc9a6._0x49a79a)],_0x2cf817[_0x1a35bf(_0x5bc9a6._0x1754ba,_0x5bc9a6._0x18544a,_0x5bc9a6._0xb8c6d0,_0x5bc9a6._0x3287b2)]=_0x41e5f9[_0x1fb0ee(0x254,0x2a1,_0x5bc9a6._0x59818a,0x210)],_0x5166d7[_0x1fb0ee(_0x5bc9a6._0x6fa3e3,_0x5bc9a6._0xf27a85,_0x5bc9a6._0x846398,_0x5bc9a6._0x1999b1)](0x1e91+-0x1117+-0xbea)[_0x1a35bf(0x130,0x1ad,_0x5bc9a6._0x51a521,0x12d)](_0x2cf817);}_0x255d44[_0x1a35bf(-0x2f,0xb0,0x99,0x65)+_0x1a35bf(-0xa,_0x5bc9a6._0x4fc602,-0x6e,_0x5bc9a6._0x1a2d07)]=_0x491ec5,_0x41e5f9[_0x1a35bf(_0x5bc9a6._0xac0e01,0xd6,_0x5bc9a6._0x898be7,0xfc)](_0x2dec0f);}router[_0xcd4bdf(-0x20,0x96,0x4a,-0x50)](_0x41ea83(0x31e,0x396,0x372,0x3c9),requireTaskAuth,async(_0x21c86e,_0x23fa9d)=>{const _0x56b18d={_0x297fd4:0x8d,_0xbe15:0x0,_0x4b852e:0x9c,_0x4c2bfc:0xdc,_0x3a51c6:0x1a2,_0x37c526:0x134,_0x460bf6:0x14a,_0x250482:0x1b0,_0x3e62b5:0x1a0,_0x5312c6:0x1d4,_0x5f07fb:0x10f,_0x322589:0x12a,_0x31ff31:0x1c3,_0x4ff24e:0x138,_0x111c57:0xa0,_0x37dac5:0x5d,_0x136df9:0x50,_0x4a0b65:0x23f,_0xf14011:0x134,_0x4f1865:0x121,_0x3a06fd:0x1b9,_0x12bd9d:0x1d4,_0x499976:0x264,_0x5aa3b8:0x23e,_0x191edc:0xd0,_0x5516f5:0x3f,_0x1af4ba:0x57,_0x33dfac:0xe1,_0x39046d:0x176,_0xaa9d93:0xb8,_0x494793:0x98,_0x348799:0x16a,_0x5580b3:0x111,_0x3cd380:0x1e,_0x629f3:0x5f,_0x558aa6:0x94,_0x1661a1:0x13a,_0x3cf99c:0x141,_0xc558c0:0xb9,_0x4efdcc:0x86,_0x29baec:0x197,_0x4f22a3:0x1cc,_0x3b1ed6:0x115,_0x3164db:0x255,_0x2e99b8:0x51,_0x132529:0x1a,_0x309b83:0x166,_0x4e45d4:0x8d,_0x59de11:0x1d1,_0x2e24a8:0x39,_0x5eaf3d:0x19,_0x378d3a:0x11e,_0x4193ee:0xe9,_0x120b3c:0x69,_0x401c64:0x47,_0x41810f:0x56,_0x1f9162:0x7},_0x23f68e={_0x402014:0x438,_0x434ed8:0x10f},_0x2eec22={_0xc3138c:0x104},_0xffbda3={};_0xffbda3[_0x439b4e(-0xd8,-_0x56b18d._0x297fd4,_0x56b18d._0xbe15,-_0x56b18d._0x4b852e)]=_0x439b4e(-_0x56b18d._0x4c2bfc,-_0x56b18d._0x3a51c6,-0x145,-0xf3)+'ing\x20parent'+'\x20objective'+_0x3727a1(-0x22e,-0x1f7,-0x29a,-0x271);const _0xea6a1b=_0xffbda3,{parentObjective:_0x4c92b4,callingTask:_0x148752}=_0x21c86e,_0x5e70b0={};_0x5e70b0[_0x439b4e(-_0x56b18d._0x37c526,-0x22,-_0x56b18d._0x460bf6,-0xc9)]=_0x148752['taskId'],_0x5e70b0[_0x3727a1(-_0x56b18d._0x250482,-0x130,-_0x56b18d._0x3e62b5,-0x141)+'d']=_0x4c92b4[_0x3727a1(-0x18e,-_0x56b18d._0x5312c6,-0x22e,-0x198)],logger[_0x3727a1(-_0x56b18d._0x5f07fb,-_0x56b18d._0x322589,-_0x56b18d._0x31ff31,-_0x56b18d._0x4ff24e)](_0xea6a1b[_0x439b4e(-_0x56b18d._0x111c57,-_0x56b18d._0x37dac5,-_0x56b18d._0x136df9,-0x9c)],_0x5e70b0);const _0x5aa7df={};_0x5aa7df[_0x3727a1(-_0x56b18d._0x4a0b65,-0x1d4,-_0x56b18d._0xf14011,-_0x56b18d._0x4f1865)]=_0x4c92b4[_0x3727a1(-_0x56b18d._0x3a06fd,-_0x56b18d._0x12bd9d,-_0x56b18d._0x499976,-_0x56b18d._0x5aa3b8)],_0x5aa7df[_0x439b4e(0x8,-_0x56b18d._0x191edc,-0x87,-0x3f)]=_0x4c92b4[_0x439b4e(0x27,0x4f,0x24,-_0x56b18d._0x5516f5)],_0x5aa7df[_0x439b4e(0x34,0x5c,0xe8,_0x56b18d._0x1af4ba)]=_0x4c92b4['status'],_0x5aa7df[_0x439b4e(0x63,_0x56b18d._0x33dfac,-0x4e,0x2c)+'ns']=_0x4c92b4['parameters']?.[_0x3727a1(-0x14b,-0xdf,-_0x56b18d._0x39046d,-0xd2)+'ns']||'',_0x5aa7df['environmen'+'t']=_0x4c92b4[_0x439b4e(-0x6e,-0xd9,-_0x56b18d._0xaa9d93,-_0x56b18d._0x494793)+'t'],_0x5aa7df['taskType']=_0x4c92b4['taskType'],_0x5aa7df[_0x3727a1(-0x202,-_0x56b18d._0x348799,-0xfa,-_0x56b18d._0x5580b3)]=_0x4c92b4[_0x439b4e(-_0x56b18d._0x3cd380,-0x10a,-0x18,-_0x56b18d._0x629f3)],_0x5aa7df['createdAt']=_0x4c92b4['createdAt'],_0x5aa7df[_0x439b4e(-_0x56b18d._0x558aa6,-_0x56b18d._0x1661a1,-_0x56b18d._0x3cf99c,-_0x56b18d._0xc558c0)]=_0x4c92b4['updatedAt'];function _0x439b4e(_0x3875ce,_0x18b0a5,_0x14514e,_0x25cac1){return _0xcd4bdf(_0x3875ce-_0x2eec22._0xc3138c,_0x18b0a5-0x103,_0x25cac1- -0x13,_0x3875ce);}_0x5aa7df['parentObje'+_0x439b4e(_0x56b18d._0x4efdcc,0x3,0x7b,-0x1a)]=_0x4c92b4[_0x3727a1(-_0x56b18d._0x29baec,-_0x56b18d._0x4f22a3,-_0x56b18d._0x3b1ed6,-_0x56b18d._0x3164db)+_0x439b4e(0x3a,-0x3e,-_0x56b18d._0x2e99b8,-_0x56b18d._0x132529)],_0x5aa7df[_0x439b4e(-0x6,-_0x56b18d._0x309b83,-_0x56b18d._0x4e45d4,-_0x56b18d._0xaa9d93)+'t']=_0x4c92b4[_0x3727a1(-0x1de,-0x1c3,-0x161,-_0x56b18d._0x59de11)+'t']||-0x2571+0x1981+0xbf0;function _0x3727a1(_0x29b919,_0x26fd18,_0x1aa81b,_0x53a82a){return _0x41ea83(_0x26fd18- -_0x23f68e._0x402014,_0x26fd18-_0x23f68e._0x434ed8,_0x1aa81b,_0x53a82a-0x13f);}_0x5aa7df[_0x3727a1(-0x12b,-0x124,-0x114,-0xd9)+'edAt']=_0x4c92b4[_0x439b4e(-0x9d,_0x56b18d._0x2e24a8,-0x70,-_0x56b18d._0x5eaf3d)+_0x3727a1(-0x8d,-_0x56b18d._0x378d3a,-_0x56b18d._0x4193ee,-_0x56b18d._0x120b3c)],_0x23fa9d[_0x439b4e(-0x71,_0x56b18d._0x401c64,_0x56b18d._0x41810f,_0x56b18d._0x1f9162)](_0x5aa7df);}),router['get'](_0x41ea83(0x322,0x2b0,0x276,0x34f)+_0x41ea83(0x26e,0x320,0x309,0x265),requireTaskAuth,async(_0x369986,_0x24222b)=>{const _0xff5cbe={_0x304844:0x1a5,_0xa0e36a:0x138,_0xb654bf:0x18f,_0x176d7f:0x53,_0x5d59cf:0x4b,_0x566dc9:0x5b,_0x1e6825:0x77,_0x4d532a:0xc2,_0x5e8d10:0x41,_0x58e6c6:0x3,_0x58a454:0xd7,_0x300c5d:0x10a,_0x53a205:0xdd,_0x4ff41f:0x82,_0x6c5a4b:0x14,_0x46a593:0xc9,_0x1d13c5:0x7e,_0x5ddc78:0x37,_0x30b2a6:0xe3,_0x3ab404:0x127,_0x382cf1:0x6b,_0x3da6c9:0x57,_0x273591:0x15c,_0x4b95f3:0x13c,_0x293165:0x9c,_0x4e5ae0:0xb4,_0x562175:0x196,_0x5e5f9d:0xff,_0x73960a:0x19,_0x4aaf74:0x120,_0x1a929a:0x6b,_0x40e3dd:0x92,_0x2da204:0x16,_0x2312aa:0x1e3,_0x2e0a34:0x19c,_0x343f1c:0x150,_0x37483:0x14b,_0x595643:0xeb,_0x35cf32:0xe5,_0x5aead0:0x153,_0x132ded:0x43,_0x3f5c82:0x83,_0x2f8036:0x6d,_0x14e2bb:0xc0,_0x2a4ff6:0x5d,_0x53890e:0xf9,_0x4dcc0f:0xf0,_0x46b7a0:0x11d,_0x5e9e47:0x127,_0x2248da:0x9,_0x3bfab7:0x8c,_0x57fc66:0x55,_0x348cc1:0x20,_0xad78a6:0xdf,_0x1232cf:0x116,_0x2d17fb:0x105,_0x37ef8c:0xd0,_0x397405:0x100,_0x10ce7a:0x202,_0x39b36e:0x1db,_0x54ff71:0xbf,_0x14987d:0x3a,_0x20de84:0x170,_0x16515c:0x1c0,_0x256a93:0xcb,_0x249793:0xb0,_0x3df4c0:0xb7,_0x51a8ae:0x104,_0x52d9f8:0x117,_0x2bcb44:0xad,_0x1391f7:0xf3},_0x461a4f={_0x10694a:0xc4,_0x44a888:0xf8},_0x564269={};_0x564269[_0x35525d(0x196,_0xff5cbe._0x304844,_0xff5cbe._0xa0e36a,0x247)]=function(_0xec785e,_0x42cccd){return _0xec785e!==_0x42cccd;},_0x564269[_0x18bb08(_0xff5cbe._0xb654bf,0xf0,0xc5,0x184)]=_0x18bb08(0x81,_0xff5cbe._0x176d7f,-_0xff5cbe._0x5d59cf,-0x41),_0x564269[_0x35525d(0xa2,0x13,_0xff5cbe._0x566dc9,_0xff5cbe._0x1e6825)]=function(_0x459a45,_0x1b7d93){return _0x459a45===_0x1b7d93;},_0x564269['NQjqx']='wMuDO',_0x564269[_0x35525d(0x4f,0x48,0x7f,_0xff5cbe._0x4d532a)]=_0x18bb08(0x1,_0xff5cbe._0x5e8d10,0x4,_0xff5cbe._0x58e6c6),_0x564269[_0x35525d(0x15f,_0xff5cbe._0x58a454,_0xff5cbe._0x300c5d,0x1ce)]='Objective\x20'+_0x18bb08(0x106,_0xff5cbe._0x53a205,0x8d,_0xff5cbe._0x4ff41f),_0x564269[_0x18bb08(_0xff5cbe._0x6c5a4b,0x54,_0xff5cbe._0x46a593,0xaf)]=_0x18bb08(-0x30,0x2b,0x9e,-0x1b)+_0x18bb08(0x116,_0xff5cbe._0x1d13c5,-0x12,_0xff5cbe._0x5ddc78)+_0x35525d(_0xff5cbe._0x30b2a6,0x87,_0xff5cbe._0x3ab404,0x2b)+_0x35525d(0x104,_0xff5cbe._0x382cf1,_0xff5cbe._0x3da6c9,0xb7);const _0xb907a7=_0x564269,{callingTask:_0x5999cb}=_0x369986,_0x178016=_0x369986[_0x18bb08(_0xff5cbe._0x273591,_0xff5cbe._0x4b95f3,_0xff5cbe._0x293165,_0xff5cbe._0x4e5ae0)]['id'],_0x1fd7ed=tasks['get'](_0x178016);if(!_0x1fd7ed||_0xb907a7[_0x35525d(_0xff5cbe._0x562175,0x133,0x16a,0x22d)](_0x1fd7ed[_0x18bb08(0x14a,0x175,0x155,0x1b3)],_0xb907a7['VWrpx'])){if(_0xb907a7['ANMhZ'](_0xb907a7['NQjqx'],_0xb907a7[_0x18bb08(_0xff5cbe._0x5e5f9d,0xa0,-_0xff5cbe._0x73960a,0xac)])){const _0x3b4336={};return _0x3b4336[_0x35525d(_0xff5cbe._0x4aaf74,0xf6,0x139,_0xff5cbe._0x1a929a)]=_0xb907a7[_0x18bb08(-0x92,0x29,-0x74,-0x9)],_0x3b4336[_0x35525d(_0xff5cbe._0x40e3dd,_0xff5cbe._0x2da204,0xe2,0x92)]=_0xb907a7['ykImT'],_0x24222b[_0x35525d(0x19b,_0xff5cbe._0x2312aa,_0xff5cbe._0x2e0a34,_0xff5cbe._0x343f1c)](-0x27*0x49+0x889+-0x42a*-0x1)[_0x35525d(_0xff5cbe._0x37483,0x1b8,_0xff5cbe._0x595643,0x16d)](_0x3b4336);}else{const _0x828460={..._0x495abd[_0x35525d(_0xff5cbe._0x35cf32,0x18a,0x4c,0x46)]};_0x828460[_0x18bb08(_0xff5cbe._0x5aead0,0x14a,0x12a,0xd9)+'ns']=_0x560a7b,_0x578ac8[_0x35525d(_0xff5cbe._0x35cf32,_0xff5cbe._0x132ded,_0xff5cbe._0x3f5c82,_0xff5cbe._0x2f8036)]=_0x828460;}}function _0x18bb08(_0x54c638,_0x21a57f,_0x1690e6,_0x59164b){return _0xcd4bdf(_0x54c638-0x14a,_0x21a57f-0x76,_0x21a57f-0x10b,_0x1690e6);}const _0x352646={};_0x352646[_0x18bb08(-0x5d,0x55,_0xff5cbe._0x14e2bb,-_0xff5cbe._0x2a4ff6)]=_0x5999cb['taskId'];function _0x35525d(_0x5dca44,_0x2a21a4,_0x1e5d86,_0x56fc2f){return _0xcd4bdf(_0x5dca44-_0x461a4f._0x10694a,_0x2a21a4-_0x461a4f._0x44a888,_0x5dca44-0x131,_0x56fc2f);}_0x352646[_0x18bb08(0xc9,_0xff5cbe._0x53890e,_0xff5cbe._0x4dcc0f,0xec)+'d']=_0x178016,logger[_0x18bb08(0x66,0xff,0x115,_0xff5cbe._0x46b7a0)](_0xb907a7[_0x35525d(0x7a,_0xff5cbe._0x5e9e47,0xc3,-_0xff5cbe._0x2248da)],_0x352646);const _0x473daf={};_0x473daf[_0x35525d(0x7b,0x8e,0x4c,0x116)]=_0x1fd7ed[_0x18bb08(_0xff5cbe._0x3bfab7,_0xff5cbe._0x57fc66,0x6a,_0xff5cbe._0x348cc1)],_0x473daf[_0x18bb08(0x13d,_0xff5cbe._0xad78a6,0xd9,_0xff5cbe._0x1232cf)]=_0x1fd7ed[_0x35525d(_0xff5cbe._0x2d17fb,_0xff5cbe._0x37ef8c,0x16c,0x82)],_0x473daf[_0x35525d(0x170,_0xff5cbe._0x397405,_0xff5cbe._0x10ce7a,_0xff5cbe._0x39b36e)+'ns']=_0x1fd7ed[_0x18bb08(0x160,_0xff5cbe._0x54ff71,_0xff5cbe._0x14987d,0xd9)]?.[_0x35525d(_0xff5cbe._0x20de84,_0xff5cbe._0x16515c,0xea,_0xff5cbe._0x256a93)+'ns']||'',_0x473daf[_0x35525d(_0xff5cbe._0x3f5c82,0x9a,0x8c,_0xff5cbe._0x249793)+'ctiveId']=_0x1fd7ed[_0x18bb08(0xf2,_0xff5cbe._0x2a4ff6,0xb,0xae)+_0x18bb08(_0xff5cbe._0x3df4c0,_0xff5cbe._0x51a8ae,0xa4,_0xff5cbe._0x52d9f8)],_0x473daf['createdAt']=_0x1fd7ed['createdAt'],_0x473daf['updatedAt']=_0x1fd7ed['updatedAt'],_0x24222b[_0x35525d(_0xff5cbe._0x37483,_0xff5cbe._0x2bcb44,0x97,_0xff5cbe._0x1391f7)](_0x473daf);}),router[_0x41ea83(0x36c,0x41a,0x3d1,0x30b)](_0xcd4bdf(-0x69,0x85,0x4,-0x2e),requireTaskAuth,async(_0x40f142,_0x5175b0)=>{const _0x17a545={_0x5ab68d:0x1ce,_0x45d66b:0x1fe,_0x10af73:0x189,_0x40adb9:0x404,_0x179d75:0x435,_0x62e8ec:0x408,_0x7e4d53:0x497,_0x2c4568:0x4c9,_0x55071a:0x470,_0x1b619b:0x10a,_0x1dbc30:0x117,_0x324453:0x4ca,_0x558e6b:0x3c0,_0x3dd199:0x362,_0x2d082a:0x416,_0x5c15dc:0x3c6,_0x358a26:0x358,_0x2f074e:0x3cd,_0x4b3f44:0x13a,_0x6017f4:0x195,_0x380a14:0x23e,_0x275f3e:0x159,_0x33dda2:0x183,_0x7ff28f:0x137,_0x311509:0xf2,_0x2e7f52:0x1d9,_0x515432:0x167,_0x3040a1:0x56a,_0x359d96:0x4f2,_0x3a601b:0x4e5,_0x2c0966:0x1ed,_0x78d147:0x20e,_0x511720:0x189,_0x4af8eb:0x215,_0x29a360:0x1e0,_0x4ec6e9:0x4fb,_0x864761:0x3e8,_0x26f14a:0x468,_0x13c984:0x460,_0xa7daa8:0x3ec,_0x101383:0x3b0,_0x345ea2:0x52d,_0x2feccc:0x46f,_0x153304:0x4bc,_0x23c0aa:0x39f,_0x35cae4:0x43e,_0x5cfe4a:0x521,_0x3c0b7e:0x501,_0x168d7c:0xd5,_0x3dab79:0x3bf,_0x452060:0x3ef,_0x400c5d:0xe0,_0x3aae7e:0xd6,_0x3860bb:0x180,_0x475da0:0x15b,_0x4f72ab:0x1ca,_0x4fe40d:0x2d0,_0x29ac71:0x173,_0x1c2f14:0x23a,_0x48b0ae:0x3e8,_0x5b7a35:0x445,_0x3311df:0x10f,_0x9d38aa:0x12f,_0x23b38f:0x405,_0x5aec76:0x575,_0x43490c:0x4be,_0x2ff17c:0x16e,_0x444cdb:0x3a1,_0x172407:0x386,_0x4f6d53:0x495,_0x3f346c:0xbc,_0x18e459:0x87,_0x4d414e:0x115,_0x3420c5:0x145,_0x23ab66:0x1d9,_0xc9ab22:0x1f8,_0x82cee1:0x1cf,_0x317899:0x52a,_0x478919:0x51e,_0x160596:0x27b,_0x138732:0x1f4,_0x78afcb:0x22e,_0x4f83a7:0x428,_0x4f9ff0:0x3f4,_0x3b6eb8:0x500,_0x376f99:0x4cf,_0x1e9c62:0x3ef,_0x9b9855:0x478,_0x5164c0:0x2c0,_0x18addd:0x4c5,_0x13107d:0x3be,_0x252aa0:0xf7,_0x5972c4:0x1ba,_0x1aecf8:0x17f,_0x5d6821:0x221,_0x2cbc9f:0x16a,_0x5b7290:0x1c5,_0x4fbd34:0x423,_0xcdb07:0x405,_0x396d1a:0x46a,_0x5c3c86:0x116,_0xf8662:0xb5,_0x1cf201:0x50d,_0x15755b:0x47b,_0x5590ae:0x502,_0x1379f2:0x4ff,_0x2514e4:0x35e,_0x370df5:0x443,_0x3cd1ba:0x20b,_0x58cfbf:0x170,_0x270122:0x42a,_0x41603e:0x3c6,_0x58ce59:0x48a,_0x52e7dd:0x514,_0x1bb52b:0x209,_0xdfac7a:0x171,_0x32aa0e:0x41e,_0x225fff:0xe5,_0x54cd78:0x52a,_0x3bc2be:0x49a,_0x5c88ed:0x458,_0x245829:0x499,_0x535285:0x3b3,_0x590e9e:0x434,_0xc3fa5e:0x3f7,_0x2b854f:0x4ad,_0x4d985b:0x279,_0x514161:0x1d7,_0x5e8885:0x4ba,_0x3e9fb7:0x4b6,_0xc362a9:0x346,_0x1fc43d:0x43b,_0x1ef5f1:0x12f,_0x2959df:0x274,_0x3d1465:0x3ee,_0x5da1ed:0x529,_0x3bd8bf:0x45f,_0x567b69:0x42c,_0x2dce27:0x487,_0x585964:0x3a7,_0x3cfdba:0x433,_0x337516:0x40b,_0x19535a:0x4f1,_0x57e0c6:0x438,_0x30876b:0x4ab,_0x56f5f8:0x4e3,_0x54a118:0x111,_0x23f0e6:0xdb,_0xce6141:0x17f,_0x2c1487:0x28a,_0x4f7f2b:0x37d,_0x2c6562:0x3fe,_0x572b97:0x415,_0x4301ef:0x3ee,_0x10ebc7:0x478,_0x54c2a3:0x50e,_0x1b979f:0x52c,_0x27fd51:0x503,_0x4b4d07:0x49a,_0x6c686e:0x3d1,_0x5bb95f:0x365,_0xa384e2:0x1b3,_0x50b11f:0x4e8,_0x4593fa:0x41e,_0x48570e:0x492,_0x3038a0:0x49e,_0x4473dd:0x1bf,_0x2c13e5:0x1f6,_0xb37d70:0x18e,_0x4a81c1:0x166,_0xc210db:0x425,_0x37ebd3:0x496,_0x430fb9:0x3e5,_0x3ae0ba:0x3ec,_0xa4b2f7:0x4f5,_0xdf58d5:0x4f0,_0x49239c:0x429,_0x5c94d7:0x3ee,_0x12c5ca:0x237,_0x5f51aa:0x178,_0x2fc98f:0x43a,_0x3f8327:0x43d,_0x1aa522:0x158,_0x5aec03:0x20a,_0x1b0981:0x137,_0x3b02a8:0x16d,_0xda423b:0x4e3,_0x4e88aa:0x125,_0x30958d:0x125},_0x4988f5={_0xe20dbd:0x1bb,_0x4fb3e4:0x1e5},_0x125c20={_0x5a2a31:0x14f},_0x45808a={'BdGDV':_0x24db6b(0x1c1,_0x17a545._0x5ab68d,_0x17a545._0x45d66b,_0x17a545._0x10af73)+'persist\x20su'+_0x5cd5b5(_0x17a545._0x40adb9,_0x17a545._0x179d75,_0x17a545._0x62e8ec,_0x17a545._0x7e4d53)+_0x5cd5b5(_0x17a545._0x2c4568,0x488,0x4d0,_0x17a545._0x55071a),'Ffepr':function(_0x26da7e,_0x10a583){return _0x26da7e===_0x10a583;},'Grjzm':_0x24db6b(0x15c,0x117,_0x17a545._0x1b619b,_0x17a545._0x1dbc30)+'t','KLDNL':'Task\x20updat'+_0x5cd5b5(0x4af,0x44c,0x55d,_0x17a545._0x324453)+_0x5cd5b5(0x3a6,_0x17a545._0x558e6b,_0x17a545._0x3dd199,_0x17a545._0x2d082a),'hDTLq':function(_0x337fac,_0x4d0eac){return _0x337fac!==_0x4d0eac;},'JDtRr':function(_0x2c5d2f,_0x2cdd86){return _0x2c5d2f!==_0x2cdd86;},'Rdiid':function(_0x427f3e,_0x4ff916){return _0x427f3e!==_0x4ff916;},'VrKbq':_0x5cd5b5(0x320,_0x17a545._0x5c15dc,_0x17a545._0x358a26,_0x17a545._0x2f074e),'FUIQa':_0x24db6b(0x12b,0x134,_0x17a545._0x4b3f44,_0x17a545._0x6017f4),'ebqgd':function(_0x40899c,_0x138dc3){return _0x40899c(_0x138dc3);},'wWDFH':_0x24db6b(_0x17a545._0x380a14,_0x17a545._0x275f3e,0x179,_0x17a545._0x33dda2)+'son','hxGRG':'utf-8','GDPzg':function(_0x393b4f,_0x446be2){return _0x393b4f!==_0x446be2;},'Aagnd':_0x24db6b(_0x17a545._0x7ff28f,_0x17a545._0x311509,_0x17a545._0x2e7f52,_0x17a545._0x515432),'SxYFu':function(_0x53288b,_0x167d6d){return _0x53288b!==_0x167d6d;},'hpYNW':_0x5cd5b5(_0x17a545._0x3040a1,_0x17a545._0x359d96,_0x17a545._0x3a601b,0x4b3),'tDIIT':_0x24db6b(0x148,_0x17a545._0x2c0966,_0x17a545._0x78d147,_0x17a545._0x511720)+_0x24db6b(_0x17a545._0x4af8eb,_0x17a545._0x29a360,0x14e,0x1c2)+_0x5cd5b5(0x439,_0x17a545._0x4ec6e9,_0x17a545._0x864761,_0x17a545._0x26f14a)+_0x5cd5b5(_0x17a545._0x13c984,_0x17a545._0x3a601b,0x4a8,0x4ba),'Avxjb':_0x5cd5b5(_0x17a545._0xa7daa8,0x323,_0x17a545._0x101383,0x3de)+'ed'};function _0x24db6b(_0x1dbe67,_0x510001,_0x4c88e9,_0x7bbdae){return _0x41ea83(_0x7bbdae- -_0x125c20._0x5a2a31,_0x510001-0xcf,_0x4c88e9,_0x7bbdae-0x152);}const {parentObjective:_0x2e220b,callingTask:_0x3fe3bc}=_0x40f142,{name:_0x124d4a,instructions:_0x4a0ebc}=_0x40f142[_0x5cd5b5(0x531,_0x17a545._0x345ea2,0x54c,0x4d9)];if(_0x45808a[_0x5cd5b5(_0x17a545._0x2feccc,_0x17a545._0x153304,_0x17a545._0x23c0aa,_0x17a545._0x35cae4)](_0x124d4a,undefined)&&_0x4a0ebc===undefined){const _0xa58cf8={};return _0xa58cf8[_0x5cd5b5(_0x17a545._0x5cfe4a,_0x17a545._0x3c0b7e,0x542,0x493)]=_0x45808a[_0x24db6b(_0x17a545._0x168d7c,0x18d,0x18d,0x14f)],_0xa58cf8[_0x5cd5b5(_0x17a545._0x3dab79,0x486,_0x17a545._0x452060,0x405)]=_0x24db6b(_0x17a545._0x400c5d,_0x17a545._0x3aae7e,_0x17a545._0x3860bb,_0x17a545._0x475da0)+_0x24db6b(0x195,_0x17a545._0x4f72ab,_0x17a545._0x4fe40d,0x246)+_0x24db6b(_0x17a545._0x29ac71,_0x17a545._0x1c2f14,0x1ea,0x1b5)+_0x5cd5b5(_0x17a545._0x48b0ae,0x477,0x3e8,_0x17a545._0x5b7a35)+')\x20must\x20be\x20'+_0x24db6b(_0x17a545._0x3311df,0x83,_0x17a545._0x9d38aa,0x122),_0x5175b0['status'](-0x1*-0x1c16+-0x80f*0x2+-0xa68)[_0x5cd5b5(_0x17a545._0x23b38f,0x4b6,_0x17a545._0x5aec76,_0x17a545._0x43490c)](_0xa58cf8);}logger['info'](_0x45808a[_0x24db6b(0x19b,_0x17a545._0x2ff17c,0x10e,0x1a7)],{'taskId':_0x3fe3bc[_0x5cd5b5(_0x17a545._0x444cdb,_0x17a545._0x172407,_0x17a545._0x4f6d53,0x3ee)],'objectiveId':_0x2e220b[_0x24db6b(_0x17a545._0x3f346c,0x1b2,_0x17a545._0x18e459,_0x17a545._0x4d414e)],'updatingName':_0x45808a[_0x24db6b(_0x17a545._0x3420c5,0x282,_0x17a545._0x23ab66,_0x17a545._0xc9ab22)](_0x124d4a,undefined),'updatingInstructions':_0x45808a[_0x24db6b(0xe9,0x11c,_0x17a545._0x82cee1,0x19b)](_0x4a0ebc,undefined)});const _0x3a0b7a=new Date()[_0x5cd5b5(0x495,_0x17a545._0x317899,0x5a3,_0x17a545._0x478919)+'g']();_0x124d4a!==undefined&&(_0x45808a['Rdiid'](_0x24db6b(0x184,0x19f,0x1ef,0x151),_0x45808a[_0x24db6b(_0x17a545._0x160596,_0x17a545._0x138732,_0x17a545._0x78afcb,0x227)])?_0x2e220b[_0x5cd5b5(_0x17a545._0x4f83a7,_0x17a545._0x4f9ff0,_0x17a545._0x3b6eb8,0x478)]=_0x124d4a:_0x50cba6[_0x5cd5b5(0x3fa,_0x17a545._0x376f99,_0x17a545._0x1e9c62,_0x17a545._0x9b9855)]=_0x577ea9);if(_0x45808a['Rdiid'](_0x4a0ebc,undefined)){if(_0x24db6b(_0x17a545._0x5164c0,0x282,0x1d3,0x241)!==_0x45808a[_0x5cd5b5(_0x17a545._0x18addd,_0x17a545._0x13107d,0x461,0x40c)])_0x2e220b[_0x24db6b(_0x17a545._0x252aa0,0x1d3,_0x17a545._0x5972c4,_0x17a545._0x1aecf8)]={..._0x2e220b['parameters'],'instructions':_0x4a0ebc};else{const _0x75f3d4={};_0x75f3d4['objectiveI'+'d']=_0x21a678,_0x75f3d4[_0x24db6b(_0x17a545._0x5d6821,_0x17a545._0x2cbc9f,_0x17a545._0x5b7290,0x1ba)]=_0x395e06[_0x5cd5b5(_0x17a545._0x2d082a,_0x17a545._0x4fbd34,0x42a,_0x17a545._0xcdb07)],_0x31f829['error'](_0x45808a['BdGDV'],_0x75f3d4);}}_0x2e220b['updatedAt']=_0x3a0b7a,_0x2e220b[_0x5cd5b5(0x3c4,_0x17a545._0x396d1a,0x3d2,0x454)+_0x24db6b(0x1c7,0x28a,0x15c,0x1d0)]=_0x3fe3bc[_0x24db6b(_0x17a545._0x5c3c86,0xcd,_0x17a545._0xf8662,_0x17a545._0x4d414e)];try{const _0x3eccd0=await _0x45808a[_0x5cd5b5(_0x17a545._0x1cf201,_0x17a545._0x15755b,_0x17a545._0x5590ae,_0x17a545._0x1379f2)](findTaskDirectory,_0x2e220b[_0x5cd5b5(0x465,0x435,_0x17a545._0x2514e4,0x3ee)]);if(_0x3eccd0){const _0x5aace1=_0x2450a3[_0x5cd5b5(0x4bc,_0x17a545._0x370df5,0x485,0x418)](_0x3eccd0,_0x45808a[_0x24db6b(0x16f,0xe6,_0x17a545._0x3cd1ba,_0x17a545._0x58cfbf)]);await _0x4abf51['writeFile'](_0x5aace1,JSON[_0x5cd5b5(_0x17a545._0x270122,_0x17a545._0x41603e,_0x17a545._0x58ce59,0x465)](_0x2e220b,null,0x17*-0x89+0x233c+-0x1*0x16eb),_0x45808a[_0x5cd5b5(0x4f4,0x45e,0x474,_0x17a545._0x52e7dd)]);if(_0x45808a[_0x24db6b(0x1d5,_0x17a545._0x1bb52b,0x11f,_0x17a545._0xdfac7a)](_0x4a0ebc,undefined)){const _0x437654=_0x2450a3[_0x5cd5b5(0x4c9,0x39f,_0x17a545._0x32aa0e,0x418)](_0x3eccd0,_0x45808a[_0x24db6b(0x154,0x123,_0x17a545._0x225fff,0x198)]),_0x143d78={};_0x143d78['recursive']=!![],await _0x4abf51[_0x5cd5b5(_0x17a545._0x26f14a,_0x17a545._0x54cd78,0x5ba,0x50b)](_0x437654,_0x143d78);const _0x246f8a=_0x2450a3['join'](_0x437654,'task-instr'+_0x5cd5b5(0x477,_0x17a545._0x3bc2be,_0x17a545._0x5c88ed,_0x17a545._0x245829));await _0x4abf51[_0x5cd5b5(0x463,0x35e,0x350,_0x17a545._0x535285)](_0x246f8a,_0x4a0ebc,_0x45808a[_0x24db6b(0x2e8,0x234,0x1d7,0x23b)]);}}}catch(_0x59e9d5){if(_0x45808a[_0x5cd5b5(_0x17a545._0x590e9e,0x525,_0x17a545._0xc3fa5e,_0x17a545._0x2b854f)](_0x45808a[_0x24db6b(_0x17a545._0x4d985b,0x137,0x130,_0x17a545._0x514161)],'aNVSe')){const _0x90d93f={};_0x90d93f[_0x5cd5b5(0x4b4,_0x17a545._0x5e8885,_0x17a545._0x3e9fb7,0x492)+'d']=_0x2e220b[_0x5cd5b5(_0x17a545._0xc362a9,_0x17a545._0x1fc43d,0x4a1,0x3ee)],_0x90d93f[_0x5cd5b5(0x3e0,0x4cb,0x3f8,0x493)]=_0x59e9d5['message'],logger[_0x24db6b(0x18d,0x120,0x1fe,_0x17a545._0x5972c4)](_0x45808a[_0x24db6b(0x230,_0x17a545._0x1ef5f1,_0x17a545._0x2959df,0x1d2)],_0x90d93f);}else{const _0x39c988={};_0x39c988[_0x5cd5b5(0x417,0x394,0x342,_0x17a545._0x3d1465)]=_0x153976['taskId'],_0x39c988[_0x5cd5b5(_0x17a545._0x5da1ed,_0x17a545._0x3bd8bf,_0x17a545._0x567b69,_0x17a545._0x9b9855)]=_0x1a0d7c['name'],_0x39c988[_0x5cd5b5(_0x17a545._0x2dce27,_0x17a545._0x585964,_0x17a545._0x3cfdba,_0x17a545._0x337516)]=_0x2c85f1['sortOrder'],_0x39c988[_0x5cd5b5(_0x17a545._0x19535a,0x4bf,_0x17a545._0x57e0c6,0x47a)]=_0x2a5a40['createdAt'],_0x39c988[_0x5cd5b5(_0x17a545._0x30876b,0x591,0x49e,_0x17a545._0x56f5f8)+'ns']=_0x26ad1b[_0x24db6b(_0x17a545._0x54a118,0x119,_0x17a545._0x23f0e6,_0x17a545._0xce6141)]?.[_0x24db6b(0x29a,0x15d,_0x17a545._0x2c1487,0x20a)+'ns']||'',_0x5b5d90[_0x5cd5b5(0x483,0x363,_0x17a545._0x4f7f2b,0x3cc)](_0x39c988);}}function _0x5cd5b5(_0x29b233,_0x51645d,_0x46436a,_0x54a7d7){return _0x41ea83(_0x54a7d7-0x18a,_0x51645d-_0x4988f5._0xe20dbd,_0x46436a,_0x54a7d7-_0x4988f5._0x4fb3e4);}if(broadcastTaskUpdate){const _0x37e073={};_0x37e073['taskId']=_0x2e220b[_0x5cd5b5(_0x17a545._0x2c6562,_0x17a545._0x572b97,0x411,_0x17a545._0x4301ef)],_0x37e073[_0x24db6b(0x11f,0x195,0xf0,0x19f)]=_0x2e220b[_0x5cd5b5(0x3ed,0x412,0x528,_0x17a545._0x10ebc7)],_0x37e073[_0x5cd5b5(_0x17a545._0x54c2a3,0x4d9,_0x17a545._0x1b979f,0x4e3)+'ns']=_0x2e220b['parameters']?.[_0x5cd5b5(_0x17a545._0x27fd51,0x58f,_0x17a545._0x4b4d07,0x4e3)+'ns'],_0x37e073[_0x24db6b(0xa0,0x76,0x8b,0x125)]=_0x2e220b['updatedAt'],broadcastTaskUpdate(_0x45808a[_0x5cd5b5(0x472,0x3d2,_0x17a545._0x3dd199,_0x17a545._0x6c686e)],_0x37e073);}const _0x2e658a={};_0x2e658a[_0x5cd5b5(_0x17a545._0x5bb95f,0x3f1,0x3ca,0x3ee)]=_0x3fe3bc[_0x24db6b(0xa7,0x87,_0x17a545._0xa384e2,_0x17a545._0x4d414e)],_0x2e658a[_0x5cd5b5(_0x17a545._0x50b11f,_0x17a545._0x2b854f,_0x17a545._0x4593fa,_0x17a545._0x48570e)+'d']=_0x2e220b[_0x5cd5b5(0x3b9,_0x17a545._0x3038a0,0x3b1,0x3ee)],logger[_0x24db6b(0x21b,0x10a,0x21b,_0x17a545._0x4473dd)](_0x24db6b(0x196,_0x17a545._0x2c13e5,_0x17a545._0xb37d70,_0x17a545._0x4a81c1)+_0x5cd5b5(_0x17a545._0xc210db,_0x17a545._0x37ebd3,0x338,_0x17a545._0x430fb9)+'ated\x20by\x20ta'+'sk',_0x2e658a);const _0x37b9b5={};_0x37b9b5[_0x5cd5b5(_0x17a545._0x3ae0ba,_0x17a545._0xa4b2f7,_0x17a545._0xdf58d5,0x46f)]=!![],_0x37b9b5['taskId']=_0x2e220b[_0x5cd5b5(_0x17a545._0x49239c,0x3a1,0x453,_0x17a545._0x5c94d7)],_0x37b9b5[_0x24db6b(_0x17a545._0x12c5ca,0x201,_0x17a545._0x5f51aa,0x19f)]=_0x2e220b[_0x5cd5b5(_0x17a545._0x2fc98f,_0x17a545._0x3f8327,0x447,0x478)],_0x37b9b5[_0x24db6b(0x2b6,_0x17a545._0x1aa522,0x1e6,_0x17a545._0x5aec03)+'ns']=_0x2e220b[_0x24db6b(_0x17a545._0x1b0981,_0x17a545._0x3b02a8,0xf5,0x17f)]?.[_0x5cd5b5(0x4ff,0x4ff,0x52e,_0x17a545._0xda423b)+'ns'],_0x37b9b5[_0x24db6b(0x1b5,0x9b,0xf7,_0x17a545._0x4e88aa)]=_0x2e220b[_0x24db6b(0x18e,0x1a7,0x6a,_0x17a545._0x30958d)],_0x5175b0[_0x24db6b(0x12f,0x13a,0x25e,0x1e5)](_0x37b9b5);}),router[_0x41ea83(0x2a6,0x270,0x2cd,0x347)](_0x41ea83(0x2a5,0x34f,0x2ae,0x1f3)+_0xcd4bdf(0x95,0x78,0x12,-0x5a),requireTaskAuth,async(_0x4a5a44,_0x351d78)=>{const _0x11aa8a={_0x22a0b7:0x2c1,_0x4214a5:0x172,_0x452c6e:0x22,_0x4bc1e9:0x1a,_0x21e61c:0x38,_0x241f96:0x192,_0x57112c:0x1ea,_0xf49e56:0x283,_0x5a9249:0x372,_0x2f4bb0:0x3a1,_0x54c7da:0x2fd,_0x524d39:0x256,_0xdacf28:0x1e4,_0x3c36d2:0xf2,_0x2ea77a:0x41,_0x172342:0x111,_0x34d709:0x11e,_0x2a65cd:0x65,_0xc7f2f8:0x76,_0x27506f:0x51,_0x3db139:0xc,_0xbe4799:0xa9,_0x5022ce:0x7c,_0x2b6754:0x1a1,_0x591991:0x246,_0x57bd99:0x2d5,_0x2fed5f:0x2df,_0x304052:0x238,_0x4edbbe:0x1e,_0x565273:0x275,_0x5d4a09:0x368,_0x36d7bb:0x322,_0x164dce:0xd,_0x1ac2df:0x5f,_0x479360:0x38,_0x1783bc:0x36,_0x46b152:0x160,_0x323e90:0x1e7,_0x5cb77e:0xe2,_0x20aef0:0x2a,_0x23614b:0xae,_0x20b580:0x113,_0x38476c:0x86,_0x413c57:0x223,_0x3c58e2:0x32d,_0xa8a597:0x9e,_0xda0263:0x14e,_0x10636b:0x4,_0x1f1dec:0x217,_0x4556ef:0x1cc,_0x1bf122:0x30c,_0x116779:0x2ae,_0x2fb310:0x2b5,_0x4b442e:0xcf,_0x3907c4:0xc7,_0x76146:0x10e,_0x3d1707:0x1ad,_0x5c0424:0xf1,_0x289b13:0x13a,_0x35d587:0x2f2,_0x531d17:0x325,_0x377d8a:0x2d6,_0x401b2c:0x2d4,_0x2807a4:0x227,_0x1963e1:0x20d,_0x35d215:0x26f,_0x14c5d6:0x1fd,_0x174fbd:0x245,_0x3ef925:0x2ad,_0x1cd65b:0x2ce,_0xc02aef:0xea,_0x1010cf:0x98,_0x1b1790:0xb3,_0x8132e:0xf9,_0x1452a8:0x121,_0x3f291f:0x1bb,_0x1175f7:0x105,_0x56904f:0xa,_0xf4c735:0xc4,_0x5ef616:0xac,_0x4c022e:0x81,_0x5476e2:0xf,_0x505521:0x124,_0x49aa8e:0x46,_0x196dd9:0xa1,_0x26ce48:0xa5,_0x5e4d2f:0x9d,_0xf3e431:0x2d9,_0x4be4b3:0x295,_0x5c38cc:0xc3,_0x58c310:0x5b,_0x27e264:0x1,_0x470007:0x64,_0xc0dc6:0x1,_0x1e47b6:0x295,_0x2e4ddc:0x84,_0x37189d:0xa2,_0x2d49f9:0xbd,_0x350085:0x86,_0x46906d:0x74,_0xc96a9f:0x33d,_0x4e8fcd:0x38c,_0x5b16d7:0x306,_0x17391d:0x371,_0x35e56e:0x70,_0x2aac0a:0x6a,_0x3d5180:0x168,_0x182772:0x234,_0x51bf9f:0x3,_0x2d2d66:0x11,_0x338df2:0x12,_0x581f79:0x81,_0x17b555:0x42,_0xfc2d04:0x83,_0x553801:0x2d,_0x8a2a5b:0x1d8,_0x14632d:0x272,_0x25bc83:0x57,_0x1c9291:0x1b,_0x28591f:0x202,_0x2d5cdc:0x9,_0xe69e94:0x2f,_0x40c3a0:0x25,_0x409e43:0x43,_0x2c1dbd:0x336,_0x168cbd:0x212,_0x2c3087:0x187,_0x43bd63:0x146,_0x201f64:0x1e6,_0xcc01cc:0x192,_0x450321:0x13e,_0xb63987:0x1ca,_0x25b4ba:0x268,_0x1526ea:0x11f,_0xf8e165:0x33,_0x1758a9:0x13,_0x11eb93:0x135,_0x46dab8:0x174,_0x111c01:0x1aa,_0x5b6de6:0x265,_0xc065c1:0x1ff,_0x2aaa15:0x2a2,_0x4e49cc:0x1ee,_0x3e49e8:0x1c5,_0x5621e3:0x301,_0xbace77:0x2a5,_0x3a0699:0x163,_0x3c6364:0x1e6,_0x2e7d96:0x214,_0x2615e9:0x296,_0x9b2cd9:0x1fb,_0x187584:0x225,_0x1716be:0x271,_0x3e9311:0xf8,_0x3e7f35:0xe4,_0x597865:0x133,_0x4bacce:0x71,_0x375a0c:0x77,_0x38ed24:0xb,_0x5840d6:0xaa,_0x21d3c8:0x11c,_0x439f5d:0x1b9,_0x3f2b4c:0x150,_0xb970c:0x2e3,_0x159692:0x2b6,_0x382dc8:0xef,_0x431b0c:0x117,_0x20f379:0x2ff,_0x38d6c8:0x2df,_0x4f9b7c:0x3a,_0x4ca99e:0x2,_0x237616:0xb8,_0x446103:0x1b,_0x2d2576:0x15b,_0xc7a40b:0x263,_0x20b814:0x49,_0x396f0f:0x9e,_0x7c706e:0xaa,_0x567c2b:0xd7,_0x2162ad:0x149,_0x41b397:0x12a,_0x1fc105:0x127,_0x3b91b9:0x110,_0x42473b:0x2ea,_0x27ab68:0x72,_0x3e757e:0x2b,_0x235b71:0x27,_0x5f537f:0x17c,_0x33ec3a:0x154,_0x37b5dd:0x203,_0x3fc6e9:0x84,_0x48387a:0x2b0,_0x47f67d:0x3e,_0x524d43:0x1b0,_0x57506a:0x153,_0x555cf6:0x137,_0x14abe8:0xea,_0x5b3374:0x1bd,_0x4da7ff:0xd3,_0x9e4670:0x58,_0x42d0bb:0x76,_0x447a10:0xd,_0x5c350e:0x250,_0x5710e5:0x210,_0x4e172d:0xc5,_0x5880e6:0x18,_0x543ec9:0x63,_0x4df023:0x1da,_0x214d8e:0x20f,_0x41d87c:0x353,_0x168b55:0x2a9,_0x138830:0x335,_0x2424cc:0xba,_0x1a0ad7:0xbe,_0x1abd5c:0x128,_0x4322b6:0x144,_0x48c2ba:0x105,_0x1c2c95:0x272,_0xee93c6:0x7,_0x8610f7:0x77,_0x2ef509:0x2a8,_0x297e6b:0x1ad,_0x52999c:0x203,_0x58c191:0x87,_0xceada2:0xc6,_0x1e05e0:0x2ac,_0x4482ee:0x201,_0x38f2fd:0x2c7,_0x5e9006:0x326,_0x385ab4:0x2e3,_0x2b18eb:0x259,_0x2c15c0:0x22a,_0x302822:0x250,_0x562323:0xd9,_0x3e02c0:0xec,_0x4bcbe3:0x190,_0x2c9c7a:0xfa,_0x4e96f5:0x180,_0x57bb5:0x41,_0x2516a6:0x2d,_0x19696d:0x32,_0x5d0bdf:0x2c4,_0x28b184:0x273,_0x2d861b:0x244,_0x5005e0:0x18b,_0x5e5811:0x156,_0x40c156:0x73,_0x8c0b6b:0x10b,_0x2aea39:0x1a9,_0x19544d:0x1ab,_0x59191a:0x1d4,_0xf9b9b3:0x27c,_0x12cacc:0x25d,_0x5154ae:0x2bf,_0x555378:0x24b,_0x56daba:0x262,_0x4225cf:0x1f7,_0x24eb36:0x18e,_0x2e0796:0x23c,_0x142308:0x20b,_0xdedb9:0x1e1,_0x5b7da3:0x241,_0x26459d:0xdf,_0x585521:0xf7,_0x2d6ce0:0x182,_0x19e8f1:0x28b,_0x3c455f:0x1d,_0x834cad:0x3e,_0x5cbe4f:0x16b,_0x2c2fe0:0x86,_0x2d8bf1:0x21,_0x2fb85e:0x6a,_0x133944:0x27f,_0x52c6ea:0x80,_0x3c5e43:0xc,_0x1eeee4:0x2dc,_0x3d57a2:0x154,_0x55c677:0xd1,_0x2ef427:0xf0,_0x42efe2:0x213,_0x5db393:0x270,_0x3e38d5:0x2bd,_0x2d39ce:0x2a4,_0x2e21a0:0x285,_0x512296:0x25f,_0x55de20:0x200,_0xbb10d4:0x39,_0x3e5580:0x13,_0xc8527d:0x4c,_0x11eb31:0x47,_0x190fe5:0x115,_0x36659e:0xa3,_0x555e7e:0x251,_0x35657d:0x2c8,_0x29ac28:0x9,_0x12ddfe:0x47,_0x52cf8a:0x7,_0x4dc10c:0x22c,_0x4388a7:0x93,_0x4d223e:0x123,_0x448cb6:0x29f,_0x13c280:0x2be,_0x179685:0x202,_0x4dee63:0x12,_0x337ebf:0x257,_0x40d602:0x265,_0x31e6a8:0x2fb,_0x3570c9:0xdd},_0x543970={_0x17740a:0x8d},_0x1ad7d1={'NmwKG':'Bad\x20Reques'+'t','NaVLw':function(_0x53ad56,_0x4b5582){return _0x53ad56!==_0x4b5582;},'hZqfP':function(_0x1c1517,_0x56200a){return _0x1c1517===_0x56200a;},'WJzYz':function(_0x232c01,_0x3f9b52){return _0x232c01!==_0x3f9b52;},'QeyoY':_0x181e23(0x366,0x22b,_0x11aa8a._0x22a0b7,0x249),'aaDsp':'dfHlt','BKIPQ':_0x48baff(0xca,0xfe,0xd4,_0x11aa8a._0x4214a5)+_0x48baff(0xc3,_0x11aa8a._0x452c6e,_0x11aa8a._0x4bc1e9,-_0x11aa8a._0x21e61c)+_0x181e23(_0x11aa8a._0x241f96,0x28f,_0x11aa8a._0x57112c,_0x11aa8a._0xf49e56)+'ectives\x22\x20a'+_0x181e23(0x2ea,_0x11aa8a._0x5a9249,0x2ec,_0x11aa8a._0x2f4bb0)+'at\x20least\x20o'+_0x181e23(_0x11aa8a._0x54c7da,_0x11aa8a._0x524d39,0x2a7,0x243),'UawPR':function(_0x326e7a,_0x1987a3){return _0x326e7a<_0x1987a3;},'JVwNr':function(_0x45ec79,_0x1e4531){return _0x45ec79===_0x1e4531;},'YehcS':_0x48baff(0xe0,0x12f,0x199,0xfd),'EoHSi':function(_0x35bae6){return _0x35bae6();},'rDMkc':function(_0xb3ed5,_0x5c172a){return _0xb3ed5+_0x5c172a;},'ePXKW':function(_0x43377e,_0x568498){return _0x43377e*_0x568498;},'OScUi':function(_0x2b0645,_0x39333d){return _0x2b0645+_0x39333d;},'PBIEu':_0x181e23(0x1be,0x1d2,_0x11aa8a._0xdacf28,0x1a1),'wCNvL':_0x48baff(_0x11aa8a._0x3c36d2,0xf2,_0x11aa8a._0x2ea77a,0x60),'lcnIx':function(_0x2cf0a8,_0x2bdaff){return _0x2cf0a8!==_0x2bdaff;},'bGfqe':_0x48baff(_0x11aa8a._0x172342,_0x11aa8a._0x34d709,0xf7,0x112),'RtZOv':function(_0x289550,_0x5204d3,_0x58020d){return _0x289550(_0x5204d3,_0x58020d);},'joQIj':_0x48baff(0x43,_0x11aa8a._0x2a65cd,_0x11aa8a._0xc7f2f8,0x69)+'son','gRhkL':'utf-8','hWPuQ':_0x48baff(-_0x11aa8a._0x27506f,-_0x11aa8a._0x3db139,-_0x11aa8a._0xbe4799,_0x11aa8a._0x5022ce),'Jqrxw':_0x181e23(0x20f,_0x11aa8a._0x2b6754,_0x11aa8a._0x591991,_0x11aa8a._0x57bd99),'ctogy':_0x181e23(0x244,_0x11aa8a._0x2fed5f,_0x11aa8a._0x304052,0x185),'ZQWvt':'task-instr'+'uctions.md','bwWZU':_0x48baff(_0x11aa8a._0x4edbbe,0x6b,-0x34,0x44)+_0x181e23(_0x11aa8a._0x565273,_0x11aa8a._0x5d4a09,0x2b9,_0x11aa8a._0x36d7bb)+'b-objectiv'+'e','Lcdya':function(_0x4ef116,_0x553780,_0xb479d6){return _0x4ef116(_0x553780,_0xb479d6);},'QhWLE':_0x48baff(-0x15,_0x11aa8a._0x164dce,_0x11aa8a._0x1ac2df,-0x1a),'CXyLs':'Sub-object'+_0x48baff(_0x11aa8a._0x479360,-_0x11aa8a._0x1783bc,-0x83,0x28)+_0x181e23(_0x11aa8a._0x46b152,0x1c5,_0x11aa8a._0x323e90,0x1b8)},{parentObjective:_0x51f23b,callingTask:_0x1e5b20}=_0x4a5a44,{objectives:_0x1e6a2e}=_0x4a5a44[_0x48baff(0x7d,_0x11aa8a._0x5cb77e,_0x11aa8a._0x20aef0,_0x11aa8a._0x23614b)];if(!_0x1e6a2e||!Array[_0x48baff(_0x11aa8a._0x20b580,_0x11aa8a._0x38476c,-0x21,0x43)](_0x1e6a2e)||_0x1ad7d1[_0x181e23(_0x11aa8a._0x413c57,_0x11aa8a._0x3c58e2,0x2d8,0x382)](_0x1e6a2e[_0x48baff(_0x11aa8a._0x3c36d2,_0x11aa8a._0xa8a597,_0x11aa8a._0xda0263,_0x11aa8a._0x10636b)],-0x440*-0x1+-0x1590+-0x10*-0x115)){if(_0x1ad7d1['WJzYz'](_0x1ad7d1[_0x48baff(-0x4e,-0x1a,-0x3a,0x2e)],_0x1ad7d1[_0x181e23(_0x11aa8a._0x1f1dec,_0x11aa8a._0x4556ef,0x240,0x26d)])){const _0x8a1b10={};return _0x8a1b10[_0x181e23(_0x11aa8a._0x1bf122,_0x11aa8a._0x116779,0x28b,_0x11aa8a._0x2fb310)]=_0x1ad7d1[_0x48baff(0x10b,_0x11aa8a._0x4b442e,_0x11aa8a._0x3907c4,_0x11aa8a._0x76146)],_0x8a1b10['message']=_0x1ad7d1[_0x48baff(_0x11aa8a._0x3d1707,0x10c,_0x11aa8a._0x5c0424,0x16d)],_0x351d78[_0x48baff(_0x11aa8a._0x289b13,0x117,0x92,0x15b)](-0xdfd*0x2+0x4f3*-0x7+0x402f)[_0x181e23(_0x11aa8a._0x35d587,0x273,0x2b6,_0x11aa8a._0x531d17)](_0x8a1b10);}else{const _0x115429={};return _0x115429[_0x181e23(0x1da,_0x11aa8a._0x377d8a,0x28b,_0x11aa8a._0x401b2c)]=_0x1ad7d1[_0x181e23(_0x11aa8a._0x2807a4,0x330,0x2be,_0x11aa8a._0x1963e1)],_0x115429[_0x181e23(_0x11aa8a._0x4556ef,_0x11aa8a._0x35d215,_0x11aa8a._0x14c5d6,0x288)]=_0x181e23(_0x11aa8a._0x174fbd,_0x11aa8a._0x3ef925,_0x11aa8a._0x1cd65b,0x2c9)+'not\x20an\x20obj'+_0x48baff(_0x11aa8a._0xc02aef,_0x11aa8a._0x1010cf,_0x11aa8a._0x1b1790,0x8c),_0x10bfb8['status'](0xe24+-0x157a+0x8e6)[_0x48baff(_0x11aa8a._0x8132e,0xc7,0x11f,0xb1)](_0x115429);}}for(let _0x3547e1=0x3*0xc3b+0x20f8+-0x11*0x419;_0x1ad7d1[_0x181e23(0x166,_0x11aa8a._0x1452a8,_0x11aa8a._0x3f291f,_0x11aa8a._0x1175f7)](_0x3547e1,_0x1e6a2e[_0x48baff(-_0x11aa8a._0x56904f,_0x11aa8a._0xa8a597,0x7f,_0x11aa8a._0xf4c735)]);_0x3547e1++){const _0xb73a2e=_0x1e6a2e[_0x3547e1];if(!_0xb73a2e[_0x48baff(_0x11aa8a._0x5ef616,_0x11aa8a._0x4c022e,-_0x11aa8a._0x5476e2,_0x11aa8a._0x505521)]||typeof _0xb73a2e[_0x48baff(_0x11aa8a._0x49aa8e,_0x11aa8a._0x4c022e,-_0x11aa8a._0x10636b,0xab)]!=='string'){if('jtlKr'!==_0x48baff(-0x14,-0x13,_0x11aa8a._0x196dd9,-_0x11aa8a._0x26ce48)){const {parentObjective:_0x409135,callingTask:_0x1e0561}=_0x20cb29,_0x33c75b=_0x409135[_0x48baff(0x68,-0x1,0x26,_0x11aa8a._0x5e4d2f)+_0x181e23(0x321,_0x11aa8a._0xf3e431,_0x11aa8a._0x4be4b3,0x317)];if(!_0x33c75b){const _0x4fc926={};return _0x4fc926[_0x48baff(0x146,0x100,_0x11aa8a._0x5c38cc,_0x11aa8a._0x58c310)]=[],_0x4fc926[_0x48baff(-0x12,-_0x11aa8a._0x27e264,_0x11aa8a._0x470007,-_0x11aa8a._0xc0dc6)+_0x181e23(0x20b,0x2fa,_0x11aa8a._0x1e47b6,0x219)]=_0x409135[_0x48baff(-_0x11aa8a._0x58c310,-0x9,0x65,_0x11aa8a._0x2e4ddc)],_0x14b4bf[_0x48baff(_0x11aa8a._0x37189d,0xc7,0xe5,0x13c)](_0x4fc926);}const _0xb30ba0=[];for(const [,_0x579746]of _0x1f22f6['entries']()){if(_0x579746[_0x48baff(-_0x11aa8a._0x2d49f9,-0x1,_0x11aa8a._0x350085,_0x11aa8a._0x46906d)+'ctiveId']===_0x33c75b&&_0x579746[_0x181e23(_0x11aa8a._0xc96a9f,_0x11aa8a._0x4e8fcd,_0x11aa8a._0x5b16d7,_0x11aa8a._0x17391d)]===_0x181e23(0x1d0,0x194,0x1e4,0x1cc)&&_0x1ad7d1[_0x48baff(_0x11aa8a._0x35e56e,0x2f,-0x17,-_0x11aa8a._0x2aac0a)](_0x579746[_0x181e23(_0x11aa8a._0x3d5180,_0x11aa8a._0x182772,0x1e6,0x295)],_0x409135[_0x48baff(_0x11aa8a._0x51bf9f,-0x9,_0x11aa8a._0x2d2d66,_0x11aa8a._0x338df2)])){const _0x703676={};_0x703676['taskId']=_0x579746['taskId'],_0x703676['name']=_0x579746[_0x48baff(0x121,_0x11aa8a._0x581f79,0x132,0xe)],_0x703676['sortOrder']=_0x579746[_0x48baff(-0x24,0x14,-_0x11aa8a._0x17b555,0xab)],_0x703676[_0x48baff(-0xd,_0x11aa8a._0xfc2d04,0xb5,_0x11aa8a._0x553801)]=_0x579746[_0x181e23(0x322,_0x11aa8a._0x8a2a5b,_0x11aa8a._0x14632d,0x22b)],_0xb30ba0[_0x48baff(0x9,-0x2b,-_0x11aa8a._0x25bc83,_0x11aa8a._0x1c9291)](_0x703676);}}_0xb30ba0[_0x181e23(0x23e,0x234,0x1de,_0x11aa8a._0x28591f)]((_0x15eb5e,_0x92bdc4)=>(_0x15eb5e[_0x48baff(-0x89,0x14,0x92,0xb5)]||0x1*0x2689+0x1f7b+0x1181*-0x4)-(_0x92bdc4[_0x181e23(0x2bb,0x272,0x203,0x1e3)]||-0x7*-0x41b+-0x1*0x509+-0x17b4));const _0x27edaa={};_0x27edaa[_0x48baff(0x98,-_0x11aa8a._0x2d5cdc,-_0x11aa8a._0xe69e94,-0xa4)]=_0x1e0561[_0x48baff(-_0x11aa8a._0x40c3a0,-_0x11aa8a._0x2d5cdc,0x70,0x30)],_0x27edaa[_0x48baff(_0x11aa8a._0x27506f,-0x1,-_0x11aa8a._0x409e43,-0x6c)+_0x181e23(0x264,_0x11aa8a._0x2c1dbd,_0x11aa8a._0x1e47b6,_0x11aa8a._0x168cbd)]=_0x409135[_0x181e23(_0x11aa8a._0x2c3087,_0x11aa8a._0x43bd63,_0x11aa8a._0x201f64,_0x11aa8a._0xcc01cc)],_0x27edaa[_0x181e23(0x286,_0x11aa8a._0x450321,_0x11aa8a._0xb63987,_0x11aa8a._0x25b4ba)+'nt']=_0xb30ba0[_0x48baff(0x10f,0x9e,0x15,_0x11aa8a._0x1526ea)],_0x111d8b['info'](_0x48baff(-0x4d,-_0x11aa8a._0xf8e165,-_0x11aa8a._0x1758a9,-0x14)+_0x181e23(_0x11aa8a._0x11eb93,0x25d,0x1e1,0x1bc)+_0x181e23(0x24b,_0x11aa8a._0x46dab8,_0x11aa8a._0x111c01,0x140)+'es',_0x27edaa);const _0x1a4a2e={};_0x1a4a2e[_0x181e23(0x241,0x28b,0x2ef,_0x11aa8a._0x5b6de6)]=_0xb30ba0,_0x1a4a2e[_0x181e23(_0x11aa8a._0xc065c1,_0x11aa8a._0x2aaa15,_0x11aa8a._0x4e49cc,_0x11aa8a._0x3e49e8)+_0x181e23(_0x11aa8a._0x5621e3,_0x11aa8a._0xbace77,0x295,0x2d9)]=_0x409135[_0x181e23(0x251,_0x11aa8a._0x3a0699,_0x11aa8a._0x3c6364,_0x11aa8a._0x2e7d96)],_0x1a4a2e[_0x181e23(0x1b7,_0x11aa8a._0x2615e9,_0x11aa8a._0x9b2cd9,_0x11aa8a._0x187584)+_0x181e23(0x313,0x206,_0x11aa8a._0x1716be,0x236)+'Id']=_0x33c75b,_0x26b470['json'](_0x1a4a2e);}else{const _0x5e2b33={};return _0x5e2b33[_0x48baff(-0x15,0x9c,_0x11aa8a._0x3e9311,_0x11aa8a._0x3e7f35)]=_0x1ad7d1[_0x48baff(_0x11aa8a._0x597865,0xcf,_0x11aa8a._0x4bacce,_0x11aa8a._0x375a0c)],_0x5e2b33[_0x181e23(0x173,0x242,_0x11aa8a._0x14c5d6,0x1df)]=_0x48baff(0xbe,0xae,-_0x11aa8a._0x38ed24,_0x11aa8a._0x5840d6)+_0x48baff(_0x11aa8a._0x21d3c8,0x106,_0x11aa8a._0x439f5d,_0x11aa8a._0x3f2b4c)+_0x3547e1+('\x20must\x20have'+_0x181e23(_0x11aa8a._0xb970c,0x20c,0x24f,_0x11aa8a._0x159692)+'string'),_0x351d78[_0x48baff(_0x11aa8a._0x382dc8,_0x11aa8a._0x431b0c,0xdc,0x130)](0x2*0xf0d+-0x18e3+0x11*-0x37)[_0x181e23(0x372,_0x11aa8a._0x20f379,0x2b6,_0x11aa8a._0x38d6c8)](_0x5e2b33);}}}const _0x495555={};_0x495555[_0x48baff(-_0x11aa8a._0x4f9b7c,-0x9,0x6b,0x83)]=_0x1e5b20[_0x48baff(0x96,-0x9,-_0x11aa8a._0x4ca99e,-0x40)],_0x495555[_0x48baff(-_0x11aa8a._0x1783bc,-_0x11aa8a._0xc0dc6,-_0x11aa8a._0x237616,_0x11aa8a._0x5ef616)+_0x48baff(0xbf,0xa6,_0x11aa8a._0x446103,_0x11aa8a._0x2d2576)]=_0x51f23b[_0x181e23(0x24c,0x248,_0x11aa8a._0x3c6364,0x1fe)];function _0x48baff(_0x1e11d4,_0x53c525,_0x236c1f,_0x3d2a99){return _0xcd4bdf(_0x1e11d4-_0x543970._0x17740a,_0x53c525-0x149,_0x53c525-0xad,_0x3d2a99);}_0x495555[_0x181e23(_0x11aa8a._0xc7a40b,_0x11aa8a._0x35d587,0x2ac,0x220)]=_0x1e6a2e[_0x48baff(_0x11aa8a._0x20b814,_0x11aa8a._0x396f0f,0x62,_0x11aa8a._0x7c706e)],logger[_0x48baff(0xa0,0xa1,0x132,_0x11aa8a._0x567c2b)]('Task\x20creat'+'ing\x20sub-ob'+_0x48baff(0x178,0xc9,0xad,_0x11aa8a._0x2162ad),_0x495555);const _0x2971d2=new Date()[_0x48baff(_0x11aa8a._0x41b397,_0x11aa8a._0x1fc105,_0x11aa8a._0x3b91b9,0x6f)+'g'](),_0x1e8031=[];function _0x181e23(_0x19e61a,_0x5e0afd,_0x14073a,_0x227ee3){return _0xcd4bdf(_0x19e61a-0x12e,_0x5e0afd-0x20,_0x14073a-0x29c,_0x227ee3);}let _0x44138f=0x6a1*0x2+-0x3b6+-0x98c;for(const [,_0x3de3dc]of tasks[_0x181e23(_0x11aa8a._0x42473b,0x22e,0x243,0x1c0)]()){_0x1ad7d1[_0x48baff(0xe3,0x84,0x100,0x12e)](_0x3de3dc[_0x48baff(-_0x11aa8a._0x27ab68,-0x1,-_0x11aa8a._0x3e757e,-0x28)+'ctiveId'],_0x51f23b[_0x48baff(0x3b,-0x9,-0x4,-_0x11aa8a._0x235b71)])&&_0x1ad7d1['hZqfP'](typeof _0x3de3dc[_0x181e23(_0x11aa8a._0x5f537f,_0x11aa8a._0x33ec3a,_0x11aa8a._0x37b5dd,_0x11aa8a._0xc7a40b)],_0x1ad7d1[_0x48baff(0x57,0xa,-_0x11aa8a._0x3fc6e9,0x93)])&&(_0x44138f=Math['max'](_0x44138f,_0x3de3dc['sortOrder']));}for(let _0x549db3=-0x1*0xaed+0x4*0x978+-0x1af3*0x1;_0x1ad7d1['UawPR'](_0x549db3,_0x1e6a2e[_0x181e23(0x24a,_0x11aa8a._0x48387a,0x28d,0x28d)]);_0x549db3++){const _0x30b0fd=_0x1e6a2e[_0x549db3],_0x3e9c47=_0x1ad7d1['EoHSi'](generateObjectiveId),_0x2f587b=_0x1ad7d1[_0x48baff(-_0x11aa8a._0x3db139,0x32,-0x61,0xad)](_0x44138f,_0x1ad7d1['ePXKW'](_0x1ad7d1[_0x48baff(-_0x11aa8a._0x164dce,-_0x11aa8a._0x47f67d,-0x91,-0xd4)](_0x549db3,0x43c*0x5+0xecd+-0x23f8),-0x1*0x1076+0x111+-0xb7*-0x1b)),_0x18953c={};_0x18953c[_0x181e23(_0x11aa8a._0x524d43,_0x11aa8a._0x57506a,0x1e6,0x18c)]=_0x3e9c47,_0x18953c[_0x48baff(_0x11aa8a._0x555cf6,0x81,_0x11aa8a._0x14abe8,0x5a)]=_0x30b0fd[_0x181e23(_0x11aa8a._0x54c7da,_0x11aa8a._0x5b3374,0x270,0x290)],_0x18953c['status']=_0x1ad7d1[_0x48baff(_0x11aa8a._0x4da7ff,_0x11aa8a._0x9e4670,_0x11aa8a._0x42d0bb,_0x11aa8a._0x447a10)],_0x18953c[_0x48baff(0x70,0x28,0x2a,-0x3c)+'t']=_0x51f23b['environmen'+'t'],_0x18953c[_0x181e23(_0x11aa8a._0x5c350e,_0x11aa8a._0x5710e5,0x2c4,0x341)]=_0x51f23b['taskType']||_0x1ad7d1[_0x48baff(_0x11aa8a._0x4e172d,_0x11aa8a._0x5880e6,0x13,-_0x11aa8a._0x543ec9)],_0x18953c[_0x181e23(_0x11aa8a._0x4df023,0x1da,_0x11aa8a._0x302822,_0x11aa8a._0x214d8e)]={..._0x51f23b['parameters']||{}},_0x18953c[_0x181e23(0x27a,_0x11aa8a._0x41d87c,_0x11aa8a._0x168b55,_0x11aa8a._0x138830)]=_0x51f23b[_0x48baff(0x13e,_0x11aa8a._0x2424cc,_0x11aa8a._0x1a0ad7,0x5c)]||{},_0x18953c[_0x181e23(0x151,0x1b0,0x1a9,_0x11aa8a._0x1abd5c)]=_0x51f23b[_0x181e23(_0x11aa8a._0x4322b6,_0x11aa8a._0x48c2ba,0x1a9,0xfa)]||[],_0x18953c[_0x181e23(0x2b9,_0x11aa8a._0xf49e56,_0x11aa8a._0x1c2c95,_0x11aa8a._0x214d8e)]=_0x2971d2,_0x18953c[_0x48baff(0xe,_0x11aa8a._0xee93c6,_0x11aa8a._0x8610f7,0x75)]=_0x2971d2,_0x18953c['parentObje'+'ctiveId']=_0x51f23b['taskId'],_0x18953c[_0x181e23(_0x11aa8a._0x2ef509,_0x11aa8a._0x297e6b,_0x11aa8a._0x52999c,0x218)]=_0x2f587b,_0x18953c[_0x48baff(_0x11aa8a._0x58c191,_0x11aa8a._0x1c9291,_0x11aa8a._0xceada2,-0x1a)+_0x181e23(_0x11aa8a._0x1e05e0,_0x11aa8a._0x4482ee,0x21a,0x195)]=_0x1e5b20[_0x48baff(-0x4,-_0x11aa8a._0x2d5cdc,0x8c,-0x76)],_0x18953c[_0x181e23(0x33e,0x2d9,_0x11aa8a._0x38f2fd,_0x11aa8a._0x5e9006)]=_0x51f23b[_0x181e23(0x2b0,0x328,0x2c7,_0x11aa8a._0x385ab4)]||_0x1e5b20[_0x181e23(_0x11aa8a._0x2b18eb,0x349,_0x11aa8a._0x38f2fd,_0x11aa8a._0x2c15c0)],_0x18953c['isPinned']=_0x51f23b['isPinned']||![],_0x18953c[_0x181e23(_0x11aa8a._0x4df023,0x1da,_0x11aa8a._0x302822,_0x11aa8a._0x214d8e)][_0x48baff(_0x11aa8a._0x562323,_0x11aa8a._0x3e02c0,_0x11aa8a._0x4bcbe3,0x55)+'ns']=_0x30b0fd[_0x48baff(_0x11aa8a._0x2c9c7a,0xec,0x121,_0x11aa8a._0x4e96f5)+'ns']||'';const _0x121107=_0x18953c;tasks[_0x48baff(0x67,0x6f,-_0x11aa8a._0x57bb5,0x85)](_0x3e9c47,_0x121107);try{if(_0x1ad7d1['lcnIx']('xfQic',_0x1ad7d1[_0x48baff(0xdd,_0x11aa8a._0x2516a6,-_0x11aa8a._0x19696d,0x15)]))_0x3fc30b=_0x2a0d7e[_0x181e23(_0x11aa8a._0x5d0bdf,_0x11aa8a._0x28b184,_0x11aa8a._0x2d861b,0x1e5)](_0x19b978,_0x357d57[_0x181e23(_0x11aa8a._0x5005e0,_0x11aa8a._0x5e5811,0x203,0x187)]);else{const _0x15c0b1=await _0x1ad7d1['RtZOv'](createObjectiveDirectory,_0x3e9c47,_0x2971d2),_0x42e0b1=_0x2450a3['join'](_0x15c0b1,_0x1ad7d1[_0x48baff(0x82,_0x11aa8a._0x40c156,0xf3,_0x11aa8a._0x8c0b6b)]);await _0x4abf51[_0x181e23(0x1e0,_0x11aa8a._0x2aea39,_0x11aa8a._0x19544d,_0x11aa8a._0x59191a)](_0x42e0b1,JSON[_0x181e23(_0x11aa8a._0x14632d,_0x11aa8a._0xf9b9b3,_0x11aa8a._0x12cacc,_0x11aa8a._0x5154ae)](_0x121107,null,0x6f7+-0xa56+0x1*0x361),_0x1ad7d1[_0x181e23(_0x11aa8a._0xc065c1,0x14c,0x1b7,_0x11aa8a._0x555378)]);if(_0x30b0fd[_0x181e23(0x356,_0x11aa8a._0x56daba,0x2db,0x2fb)+'ns']){if(_0x1ad7d1[_0x181e23(0x311,0x366,0x2d8,0x36a)](_0x1ad7d1[_0x181e23(_0x11aa8a._0x4225cf,_0x11aa8a._0x24eb36,0x209,_0x11aa8a._0x2e0796)],_0x1ad7d1['Jqrxw'])){const _0x18a9a8={};return _0x18a9a8[_0x181e23(0x25a,0x319,0x28b,_0x11aa8a._0x142308)]=_0x1ad7d1[_0x48baff(0x10f,_0x11aa8a._0x4b442e,_0x11aa8a._0x20aef0,0x14f)],_0x18a9a8[_0x181e23(0x20e,_0x11aa8a._0xdedb9,0x1fd,_0x11aa8a._0x5b7da3)]=_0x48baff(0x28,_0x11aa8a._0x26459d,_0x11aa8a._0x585521,_0x11aa8a._0x2d6ce0)+'not\x20an\x20obj'+'ective',_0x3637f8[_0x181e23(0x316,0x303,0x306,_0x11aa8a._0x19e8f1)](-0x7a*-0x1f+-0x1*0xdaf+0x79)['json'](_0x18a9a8);}else{const _0x41477c=_0x2450a3[_0x48baff(_0x11aa8a._0x2424cc,0x21,-0xa,-0x2a)](_0x15c0b1,_0x1ad7d1[_0x48baff(-_0x11aa8a._0x3c455f,-_0x11aa8a._0x5880e6,_0x11aa8a._0x834cad,0x16)]),_0x26fc51={};_0x26fc51[_0x181e23(0x18d,_0x11aa8a._0x5cbe4f,0x1f5,0x1b8)]=!![],await _0x4abf51[_0x48baff(_0x11aa8a._0x2c2fe0,0x114,_0x11aa8a._0x76146,0x128)](_0x41477c,_0x26fc51);const _0x5151d6=_0x2450a3[_0x48baff(0x82,_0x11aa8a._0x2d8bf1,0xcd,_0x11aa8a._0x2fb85e)](_0x41477c,_0x1ad7d1[_0x181e23(0x26c,_0x11aa8a._0x133944,0x259,0x303)]);await _0x4abf51[_0x48baff(-_0x11aa8a._0x52c6ea,-0x44,-_0x11aa8a._0x10636b,_0x11aa8a._0x3c5e43)](_0x5151d6,_0x30b0fd['instructio'+'ns'],_0x1ad7d1['gRhkL']);}}}}catch(_0x1246e7){const _0xe6711={};_0xe6711[_0x48baff(-0x1d,0x9b,-_0x11aa8a._0x446103,0x106)+'d']=_0x3e9c47,_0xe6711[_0x181e23(_0x11aa8a._0x1eeee4,0x215,0x28b,_0x11aa8a._0xbace77)]=_0x1246e7['message'],logger[_0x181e23(0x319,0x33a,0x28b,0x29a)](_0x1ad7d1['bwWZU'],_0xe6711);}broadcastTaskUpdate&&_0x1ad7d1[_0x48baff(0x13f,_0x11aa8a._0x8c0b6b,0x64,0x7b)](broadcastTaskUpdate,_0x1ad7d1[_0x48baff(_0x11aa8a._0x3d57a2,_0x11aa8a._0x55c677,_0x11aa8a._0x2ef427,0x66)],_0x121107);const _0x2fdc2b={};_0x2fdc2b[_0x181e23(0x17a,_0x11aa8a._0x42efe2,0x1e6,0x17c)]=_0x3e9c47,_0x2fdc2b[_0x181e23(0x319,0x258,_0x11aa8a._0x5db393,_0x11aa8a._0x3e38d5)]=_0x121107[_0x181e23(_0x11aa8a._0x2d39ce,_0x11aa8a._0x2e21a0,_0x11aa8a._0x5db393,_0x11aa8a._0x512296)],_0x2fdc2b[_0x48baff(0x143,_0x11aa8a._0x3e02c0,_0x11aa8a._0x5e5811,0x19c)+'ns']=_0x121107['parameters']?.['instructio'+'ns']||'',_0x2fdc2b[_0x181e23(_0x11aa8a._0x55de20,0x1a3,0x1ee,_0x11aa8a._0x2b18eb)+'ctiveId']=_0x121107[_0x181e23(0x1d1,0x240,0x1ee,_0x11aa8a._0x555cf6)+'ctiveId'],_0x2fdc2b[_0x48baff(_0x11aa8a._0xbb10d4,0x14,-_0x11aa8a._0x3e5580,_0x11aa8a._0xc8527d)]=_0x121107['sortOrder'],_0x1e8031[_0x48baff(-_0x11aa8a._0x11eb31,-0x2b,_0x11aa8a._0x1783bc,-0x30)](_0x2fdc2b);}logger[_0x48baff(_0x11aa8a._0x190fe5,_0x11aa8a._0x196dd9,_0x11aa8a._0x36659e,_0x11aa8a._0x3e7f35)](_0x1ad7d1[_0x181e23(0x1b5,0x2f2,_0x11aa8a._0x555e7e,_0x11aa8a._0x35657d)],{'taskId':_0x1e5b20[_0x48baff(-0x5e,-_0x11aa8a._0x29ac28,-_0x11aa8a._0x12ddfe,-_0x11aa8a._0x52cf8a)],'parentObjectiveId':_0x51f23b[_0x181e23(_0x11aa8a._0x4dc10c,0x169,_0x11aa8a._0x201f64,0x282)],'createdCount':_0x1e8031['length'],'objectiveIds':_0x1e8031[_0x48baff(0x1d,_0x11aa8a._0x4388a7,_0x11aa8a._0x4d223e,0x139)](_0x4b2134=>_0x4b2134[_0x48baff(-0x8c,-0x9,0x71,0x4)])});const _0x5bc71f={};_0x5bc71f[_0x181e23(_0x11aa8a._0x448cb6,_0x11aa8a._0x13c280,0x267,_0x11aa8a._0x179685)]=!![],_0x5bc71f[_0x48baff(-0x5f,_0x11aa8a._0x4dee63,0x2,-0xa2)]=_0x1e8031[_0x181e23(_0x11aa8a._0x337ebf,_0x11aa8a._0x40d602,0x28d,0x31c)],_0x5bc71f[_0x181e23(_0x11aa8a._0x31e6a8,0x3c7,0x31a,0x324)]=_0x1e8031,_0x351d78[_0x48baff(0xd3,_0x11aa8a._0x431b0c,0x152,_0x11aa8a._0x3570c9)](0x895+-0x1023+0x857)[_0x181e23(0x29e,0x1ff,_0x11aa8a._0x159692,_0x11aa8a._0x5154ae)](_0x5bc71f);}),router['get'](_0xcd4bdf(-0x66,-0xae,-0xc4,-0x149),requireTaskAuth,async(_0x3f1417,_0x16fc24)=>{const _0x43f45c={_0x319c74:0x19e,_0x1fdfe7:0x188,_0x545b7d:0x220,_0x3a2391:0x1d1,_0x11863b:0x27d,_0x593e2c:0x246,_0x4c74c:0x231,_0x520884:0x23e,_0x26adf7:0x2a3,_0x107584:0x1c3,_0x128f3b:0xee,_0x312abe:0x226,_0x529b05:0x105,_0x48847d:0x125,_0x582996:0x71,_0x169381:0x252,_0x18b974:0x1ee,_0x8bb7d9:0x1a1,_0x3f0261:0x1ab,_0x1ff6d7:0x1ed,_0x2ec08a:0x134,_0x460861:0x253,_0x1bf047:0x1ba,_0x4ac42f:0x163,_0x558ee6:0x1a6,_0x1a6e83:0x245,_0x157856:0x29b,_0x5e0a77:0x2af,_0x488d70:0x316,_0x3fe892:0x1b3,_0xbce2b5:0x1b0,_0x5f5749:0x194,_0x591188:0x191,_0x1268f6:0x179,_0x2e0b49:0x177,_0x4df42b:0x1d3,_0x28692d:0x172,_0x178d7a:0x233,_0x6017c0:0x1c5,_0xe07091:0x137,_0x6846e8:0x1b8,_0xca399a:0x181,_0x2ca308:0x23d,_0x4d0c40:0x1a5,_0x245e86:0x126,_0x173499:0x1e8,_0x186ff0:0x1d2,_0x4016e3:0x150,_0x2e9d36:0x1c4,_0x4973a9:0xb9,_0xbde4d2:0x1f7,_0x2bbead:0x1c0,_0x4a1847:0x22a,_0x4ff80a:0x1ab,_0x37ded9:0x19f,_0x1c1504:0x22b,_0x1fb2a9:0x17a,_0x3bedc4:0x18b,_0x47a396:0x20d,_0x2e7a67:0x15b,_0x463d63:0x163,_0x54d849:0x123,_0x13292d:0x1d2,_0x57c029:0x153,_0x27657e:0x1f4,_0x81ee32:0x165,_0x1d24a9:0x21f,_0x4f15d4:0x1b1,_0xe0d58b:0x1ea,_0x3c7546:0x259,_0x3f752d:0x1c7,_0x57481f:0x22f,_0x1584cc:0x20a,_0x415a7e:0x240,_0x5a2c8a:0x263,_0x2c1e8c:0x1b5,_0x390ae6:0x203,_0x3778e2:0x1d6,_0x557512:0x2ee,_0x3c0d8a:0x1ae,_0x5a8d36:0x220,_0x1609c1:0x210,_0x3ab828:0x14f,_0x396f65:0x172,_0x331555:0x18f,_0x2c24a9:0x226,_0x2738fa:0x1fe,_0x32ae71:0x2b9,_0x26c054:0x1b2,_0xf42c32:0x164,_0x51006f:0x1ac,_0x15b67e:0x239,_0x27b33b:0x1c7,_0x55a39b:0x128,_0x10b9da:0xe2,_0x409e20:0xb6,_0x1d2a53:0x185,_0x58cbff:0x1cf,_0x102798:0x196,_0x50b95c:0xe0,_0x3edb64:0x131,_0x1ac4c1:0x109,_0xc52b13:0x1f8,_0x62615d:0x26f,_0x54bb57:0x1fe,_0x2b7869:0x208,_0x4ecf1a:0x1f0,_0x46b9e5:0x171,_0x1a6fd7:0x120,_0x269a85:0xa5,_0x4dacab:0x1d2,_0x4b3764:0x258,_0x5bdb59:0x13d,_0x1f7d05:0x87,_0x335c51:0x1ef,_0x34faf1:0xef,_0x181316:0xfa,_0x514890:0x12e,_0x13880c:0x1a8,_0x8613e9:0x1f2,_0x12407f:0x1d4,_0x517223:0x223,_0x469495:0xb0,_0x4010e3:0x11b,_0x21c47d:0x1f8,_0x4021a6:0x150,_0xf252ca:0xf3,_0x3e54f2:0x27c,_0x27ac0b:0x120,_0x460425:0xc5,_0x44cef6:0xf4,_0x5e9f80:0x17c,_0x34caa3:0x11e,_0x2b1146:0x148,_0x482f9b:0xc7,_0x518e57:0xd6,_0x55b7aa:0x10c,_0x39b252:0x13b,_0x5c0649:0x229,_0xa4257:0x170,_0x337907:0x150,_0x1ffaf4:0xf0,_0x42dfcf:0x100,_0x57da36:0x259,_0x363cc2:0x199,_0x260c6d:0x14a,_0x3dfda7:0x1d8,_0x434f47:0x2a9},_0x2deb5f={_0x2cb31b:0x15f,_0x14f6f8:0x118},_0x4daec8={_0x3b79b1:0x144,_0x4be799:0x1e},_0x9d20a0={};_0x9d20a0[_0x3c7c78(0x108,_0x43f45c._0x319c74,0xbd,0xe3)]='Forbidden';function _0x3c7c78(_0x1af8a0,_0x4b239f,_0x2c820c,_0x2d01d4){return _0x41ea83(_0x1af8a0- -_0x4daec8._0x3b79b1,_0x4b239f-_0x4daec8._0x4be799,_0x4b239f,_0x2d01d4-0xf5);}_0x9d20a0[_0xf679e4(0x21d,_0x43f45c._0x1fdfe7,0x28f,_0x43f45c._0x545b7d)]=_0xf679e4(0x1ee,0x16f,0x271,0x165)+_0x3c7c78(_0x43f45c._0x3a2391,0x151,_0x43f45c._0x11863b,0x13d)+_0xf679e4(0x22d,_0x43f45c._0x593e2c,0x2cf,0x1aa)+_0x3c7c78(0x192,0x1b7,0x241,_0x43f45c._0x4c74c)+_0xf679e4(_0x43f45c._0x520884,_0x43f45c._0x26adf7,_0x43f45c._0x107584,0x1fe)+'ve',_0x9d20a0[_0x3c7c78(0x1f7,0x176,0x249,0x1e5)]='Task\x20fetch'+'ing\x20parent'+_0xf679e4(0x170,_0x43f45c._0x128f3b,_0x43f45c._0x312abe,_0x43f45c._0x529b05)+_0xf679e4(_0x43f45c._0x48847d,0x6f,0x1dd,_0x43f45c._0x582996),_0x9d20a0[_0x3c7c78(_0x43f45c._0x169381,0x214,0x260,_0x43f45c._0x18b974)]=function(_0x4f75fb,_0x11a71a){return _0x4f75fb===_0x11a71a;},_0x9d20a0[_0xf679e4(_0x43f45c._0x8bb7d9,0x1bc,0x1a5,0x1db)]=_0x3c7c78(0x1b3,0x23b,0xfa,_0x43f45c._0x3f0261),_0x9d20a0[_0x3c7c78(_0x43f45c._0x1ff6d7,0x22e,_0x43f45c._0x2ec08a,0x1d4)]=function(_0x17e46a,_0xaf8ef0){return _0x17e46a===_0xaf8ef0;},_0x9d20a0[_0xf679e4(_0x43f45c._0x460861,0x1d0,0x1f9,_0x43f45c._0x1bf047)]=function(_0x471f87,_0x240afb){return _0x471f87!==_0x240afb;},_0x9d20a0[_0x3c7c78(_0x43f45c._0x4ac42f,0x10c,0x107,0x113)]=_0x3c7c78(0x219,0x1f0,0x19e,0x284);const _0x28924f=_0x9d20a0,{parentObjective:_0x3279c0,callingTask:_0x4a0e2e}=_0x3f1417,_0x35687b=_0x3279c0[_0x3c7c78(0x128,0x114,_0x43f45c._0x558ee6,0x1de)+_0x3c7c78(0x1cf,0x1d6,0x1bf,_0x43f45c._0x1a6e83)];if(!_0x35687b){if(_0x28924f[_0xf679e4(0x27a,_0x43f45c._0x157856,_0x43f45c._0x5e0a77,_0x43f45c._0x488d70)](_0x3c7c78(_0x43f45c._0x3fe892,_0x43f45c._0xbce2b5,_0x43f45c._0x5f5749,_0x43f45c._0x591188),_0x28924f[_0x3c7c78(_0x43f45c._0x1268f6,0xd9,_0x43f45c._0x2e0b49,_0x43f45c._0x4df42b)])){const _0x7d2c00={};return _0x7d2c00[_0x3c7c78(0x229,_0x43f45c._0x28692d,0x20a,0x238)]=[],_0x7d2c00['parentObje'+'ctiveId']=_0x3279c0['taskId'],_0x16fc24[_0xf679e4(0x218,0x161,_0x43f45c._0x178d7a,0x2d0)](_0x7d2c00);}else{const _0x144456={};return _0x144456[_0x3c7c78(_0x43f45c._0x6017c0,0x27c,0x10c,0x22a)]=_0x28924f[_0x3c7c78(0x108,_0x43f45c._0xe07091,0x1b6,_0x43f45c._0x6846e8)],_0x144456['message']=_0x28924f[_0xf679e4(0x21d,_0x43f45c._0xca399a,_0x43f45c._0x2ca308,0x1d9)],_0x220635[_0x3c7c78(0x240,_0x43f45c._0x460861,0x288,0x252)](-0x19+-0x13*0x85+-0x5*-0x24f)['json'](_0x144456);}}const _0x5d211=[];function _0xf679e4(_0x390241,_0x57fc56,_0x5828eb,_0x5acb53){return _0xcd4bdf(_0x390241-_0x2deb5f._0x2cb31b,_0x57fc56-_0x2deb5f._0x14f6f8,_0x390241-0x1fe,_0x5acb53);}for(const [,_0x4b7927]of tasks[_0xf679e4(_0x43f45c._0x4d0c40,_0x43f45c._0x245e86,_0x43f45c._0x173499,0x249)]()){if(_0x28924f[_0x3c7c78(0x252,0x24b,0x2f2,_0x43f45c._0x186ff0)](_0x4b7927[_0xf679e4(_0x43f45c._0x4016e3,_0x43f45c._0x2e9d36,0x20b,_0x43f45c._0x4973a9)+_0xf679e4(_0x43f45c._0xbde4d2,_0x43f45c._0x2bbead,0x1ea,0x252)],_0x35687b)&&_0x28924f['wuHOL'](_0x4b7927[_0xf679e4(0x268,0x2b8,_0x43f45c._0x186ff0,_0x43f45c._0x4a1847)],'objective')&&_0x4b7927[_0x3c7c78(0x120,_0x43f45c._0x4ff80a,_0x43f45c._0x37ded9,0xfa)]!==_0x3279c0['taskId']){if(_0x28924f[_0x3c7c78(_0x43f45c._0x1c1504,0x1f7,_0x43f45c._0x1fb2a9,0x253)](_0x28924f[_0xf679e4(_0x43f45c._0x3bedc4,_0x43f45c._0x4df42b,_0x43f45c._0x47a396,_0x43f45c._0x2e7a67)],_0x28924f[_0x3c7c78(_0x43f45c._0x463d63,_0x43f45c._0x54d849,_0x43f45c._0x13292d,0xb4)])){const {parentObjective:_0x23f7a8,callingTask:_0x1b8fef}=_0x4c3300,_0x7c260e={};_0x7c260e['taskId']=_0x1b8fef['taskId'],_0x7c260e[_0xf679e4(0x1ec,0x1e9,_0x43f45c._0x57c029,0x13c)+'d']=_0x23f7a8[_0xf679e4(0x148,_0x43f45c._0x27657e,_0x43f45c._0x81ee32,0xe3)],_0x371148['info'](_0x28924f[_0xf679e4(_0x43f45c._0x1d24a9,0x1b8,0x23c,0x1df)],_0x7c260e);const _0x529030={};_0x529030['taskId']=_0x23f7a8['taskId'],_0x529030[_0xf679e4(0x1d2,_0x43f45c._0x4f15d4,_0x43f45c._0xe0d58b,_0x43f45c._0x3c7546)]=_0x23f7a8['name'],_0x529030[_0x3c7c78(0x240,_0x43f45c._0x3f752d,_0x43f45c._0x57481f,_0x43f45c._0x1584cc)]=_0x23f7a8[_0x3c7c78(_0x43f45c._0x415a7e,_0x43f45c._0x5a2c8a,_0x43f45c._0x2c1e8c,_0x43f45c._0x390ae6)],_0x529030[_0xf679e4(0x23d,_0x43f45c._0x3778e2,_0x43f45c._0x557512,_0x43f45c._0x3c0d8a)+'ns']=_0x23f7a8['parameters']?.[_0xf679e4(0x23d,0x19a,_0x43f45c._0x5a8d36,_0x43f45c._0x1609c1)+'ns']||'',_0x529030[_0x3c7c78(0x151,_0x43f45c._0x3ab828,_0x43f45c._0x396f65,0x1fb)+'t']=_0x23f7a8[_0xf679e4(0x179,0x1d6,_0x43f45c._0x331555,0x168)+'t'],_0x529030[_0xf679e4(_0x43f45c._0x2c24a9,_0x43f45c._0x415a7e,_0x43f45c._0x107584,0x1d2)]=_0x23f7a8[_0x3c7c78(_0x43f45c._0x2738fa,_0x43f45c._0x32ae71,0x18f,0x1c0)],_0x529030[_0xf679e4(_0x43f45c._0x26c054,0x1df,0x108,_0x43f45c._0xf42c32)]=_0x23f7a8[_0xf679e4(_0x43f45c._0x26c054,0x187,0x266,0x132)],_0x529030['createdAt']=_0x23f7a8[_0x3c7c78(_0x43f45c._0x51006f,0x116,_0x43f45c._0x15b67e,_0x43f45c._0x27b33b)],_0x529030['updatedAt']=_0x23f7a8['updatedAt'],_0x529030[_0x3c7c78(_0x43f45c._0x55a39b,_0x43f45c._0x10b9da,0x190,_0x43f45c._0x409e20)+'ctiveId']=_0x23f7a8[_0xf679e4(0x150,_0x43f45c._0x1d2a53,0x16d,0xcb)+_0x3c7c78(_0x43f45c._0x58cbff,_0x43f45c._0x102798,_0x43f45c._0xe0d58b,_0x43f45c._0x3ab828)],_0x529030[_0xf679e4(0x159,0x1ac,0x11a,_0x43f45c._0x50b95c)+'t']=_0x23f7a8[_0x3c7c78(_0x43f45c._0x3edb64,0xb5,0x92,_0x43f45c._0x1ac4c1)+'t']||-0x206b+0x24e8+-0x1*0x47d,_0x529030[_0xf679e4(0x1f8,0x178,0x1aa,0x172)+'edAt']=_0x23f7a8[_0xf679e4(_0x43f45c._0xc52b13,_0x43f45c._0x4a1847,_0x43f45c._0x62615d,0x145)+_0xf679e4(_0x43f45c._0x54bb57,0x251,0x181,_0x43f45c._0x2b7869)],_0x1a9f6b[_0x3c7c78(_0x43f45c._0x4ecf1a,_0x43f45c._0x3f0261,0x21e,_0x43f45c._0x46b9e5)](_0x529030);}else{const _0x4ceffd={};_0x4ceffd[_0x3c7c78(_0x43f45c._0x1a6fd7,0x1d2,_0x43f45c._0x3fe892,_0x43f45c._0x269a85)]=_0x4b7927['taskId'],_0x4ceffd[_0xf679e4(_0x43f45c._0x4dacab,_0x43f45c._0x4b3764,0x1c6,0x20b)]=_0x4b7927['name'],_0x4ceffd[_0x3c7c78(_0x43f45c._0x5bdb59,_0x43f45c._0x1f7d05,_0x43f45c._0x335c51,0x1c5)]=_0x4b7927[_0x3c7c78(0x13d,_0x43f45c._0x34faf1,_0x43f45c._0x181316,_0x43f45c._0x514890)],_0x4ceffd[_0x3c7c78(0x1ac,_0x43f45c._0x13880c,0x147,_0x43f45c._0x8613e9)]=_0x4b7927[_0xf679e4(_0x43f45c._0x12407f,_0x43f45c._0x517223,0x275,0x1f8)],_0x5d211['push'](_0x4ceffd);}}}_0x5d211['sort']((_0x4a9b6d,_0x1bcc03)=>(_0x4a9b6d[_0xf679e4(0x165,0x1a5,0xcf,0x1e0)]||-0x5*0x683+-0x1*0x443+0x24d2)-(_0x1bcc03['sortOrder']||-0x2c4+0x14e8+-0x1224));const _0x48a3a6={};_0x48a3a6[_0xf679e4(0x148,_0x43f45c._0x469495,_0x43f45c._0x4010e3,0x1cb)]=_0x4a0e2e[_0xf679e4(0x148,_0x43f45c._0x1268f6,0x1c0,_0x43f45c._0x21c47d)],_0x48a3a6[_0xf679e4(_0x43f45c._0x4021a6,_0x43f45c._0xf252ca,0xec,0xc5)+_0x3c7c78(_0x43f45c._0x58cbff,_0x43f45c._0x3e54f2,0x284,0x240)]=_0x3279c0[_0x3c7c78(_0x43f45c._0x27ac0b,0x13c,0x1af,0xaf)],_0x48a3a6[_0xf679e4(0x12c,_0x43f45c._0x460425,_0x43f45c._0x44cef6,0x89)+'nt']=_0x5d211[_0x3c7c78(0x1c7,0x141,0x176,_0x43f45c._0x5e9f80)],logger[_0x3c7c78(0x1ca,0x241,0x13c,0x16e)](_0xf679e4(_0x43f45c._0x34caa3,0x62,_0x43f45c._0x2b1146,_0x43f45c._0x482f9b)+_0x3c7c78(_0x43f45c._0x4010e3,0xee,_0x43f45c._0x518e57,_0x43f45c._0x48847d)+_0xf679e4(_0x43f45c._0x55b7aa,0x112,_0x43f45c._0x39b252,0xd3)+'es',_0x48a3a6);const _0x5db977={};_0x5db977[_0x3c7c78(_0x43f45c._0x5c0649,0x214,0x2ae,_0x43f45c._0xa4257)]=_0x5d211,_0x5db977[_0xf679e4(_0x43f45c._0x337907,_0x43f45c._0x1ffaf4,0x1ee,_0x43f45c._0x42dfcf)+_0xf679e4(_0x43f45c._0xbde4d2,_0x43f45c._0x57da36,_0x43f45c._0x5c0649,_0x43f45c._0x363cc2)]=_0x3279c0[_0x3c7c78(0x120,_0x43f45c._0x260c6d,0x135,_0x43f45c._0x3dfda7)],_0x5db977['grandparen'+'tObjective'+'Id']=_0x35687b,_0x16fc24[_0x3c7c78(0x1f0,_0x43f45c._0x434f47,0x1cf,0x135)](_0x5db977);}),router[_0x41ea83(0x364,0x41b,0x30e,0x41f)]('/children',requireTaskAuth,async(_0xc4ae77,_0x234264)=>{const _0x31a5f7={_0x14d2f2:0x201,_0x5bf7be:0x1cf,_0x5bbb0f:0x172,_0xd3e2f5:0xea,_0x11bb6a:0x15b,_0x2bc31c:0x21f,_0x3ba2dc:0x37e,_0x2d0407:0x494,_0x4b7c20:0x421,_0x4580e1:0x3dc,_0xbd8703:0x3b6,_0x2a0787:0x36b,_0xdb3eba:0x168,_0x431732:0x2c6,_0x51ce57:0x266,_0x4a84d4:0x39d,_0x379e56:0x281,_0x4c651a:0x472,_0xbb3a72:0x1c9,_0x5f4165:0x103,_0x59b8ca:0x193,_0x4dbe5d:0x233,_0x5e5d64:0x3bf,_0x29e345:0x45e,_0x6e1913:0x4cd,_0x6bf8a8:0x42d,_0x18c9f5:0x2bb,_0x36c15d:0x274,_0x3aff62:0x200,_0x44e00a:0x460,_0x355ab5:0x4f6,_0x1ebfd9:0x4f1,_0x4dfd40:0x106,_0x3b0404:0x230,_0x5a8263:0x20f,_0x28a279:0x23f,_0x57cc4f:0x319,_0x2e57bf:0x214,_0x50a4c8:0x381,_0x523968:0x1b6,_0x426d7d:0x21a,_0x3f8264:0x215,_0x3887e2:0x1ef,_0x15448a:0xd9,_0x1561e9:0x229,_0x1bbe96:0x22a,_0x4ae3fa:0x301,_0x2bb0b0:0x2a6,_0x9cb19c:0x16c,_0x2783dc:0x127,_0x3f6027:0x176,_0x4a4190:0xff,_0x55f5a8:0xff,_0x184392:0x1c4,_0x5e800f:0x231,_0x346e3f:0x180,_0xcabc0c:0x2f,_0x21f702:0xe9,_0x209e0e:0x25c,_0x175bb3:0x1dd,_0x2021d6:0x21f,_0x4302df:0x1bf,_0x502103:0x105,_0xce3ecb:0x1d8,_0x50ba5b:0x25f,_0x4bae80:0xc0},_0x330258={_0xf8c209:0x48a},_0x68f87a={_0x1a282b:0x1f},_0x15f092={};_0x15f092[_0x2ac3b9(-_0x31a5f7._0x14d2f2,-0x17d,-_0x31a5f7._0x5bf7be,-_0x31a5f7._0x5bbb0f)]=function(_0x306026,_0x4a78dc){return _0x306026===_0x4a78dc;},_0x15f092[_0x2ac3b9(-0x198,-0xe2,-_0x31a5f7._0xd3e2f5,-_0x31a5f7._0x11bb6a)]=function(_0x4807b6,_0x583351){return _0x4807b6===_0x583351;},_0x15f092['zSpqk']=_0x2ac3b9(-0x1fb,-0x19d,-_0x31a5f7._0x2bc31c,-0x1a6);const _0x1af418=_0x15f092,{parentObjective:_0x4a864e,callingTask:_0x3035b3}=_0xc4ae77;function _0x2ac3b9(_0x58b807,_0x2f03d7,_0x399fa1,_0x46f687){return _0xcd4bdf(_0x58b807-0xf2,_0x2f03d7-_0x68f87a._0x1a282b,_0x399fa1- -0x167,_0x58b807);}const _0x1a95ca=[];for(const [,_0x115382]of tasks['entries']()){if(_0x1af418[_0x186e9b(0x3ae,0x422,_0x31a5f7._0x3ba2dc,_0x31a5f7._0x2d0407)](_0x115382[_0x186e9b(_0x31a5f7._0x4b7c20,_0x31a5f7._0x4580e1,_0x31a5f7._0xbd8703,_0x31a5f7._0x2a0787)+_0x2ac3b9(-0xb8,-0x1b6,-0x16e,-_0x31a5f7._0xdb3eba)],_0x4a864e[_0x2ac3b9(-_0x31a5f7._0x431732,-_0x31a5f7._0x51ce57,-0x21d,-0x2b8)])&&_0x1af418['eESqh'](_0x115382['status'],_0x1af418[_0x186e9b(0x42f,0x412,_0x31a5f7._0x4a84d4,0x46e)])){const _0x438492={};_0x438492[_0x2ac3b9(-_0x31a5f7._0x379e56,-0x175,-0x21d,-0x2a1)]=_0x115382[_0x186e9b(0x36c,0x3d4,0x3f3,_0x31a5f7._0x4c651a)],_0x438492[_0x2ac3b9(-_0x31a5f7._0xbb3a72,-_0x31a5f7._0x5f4165,-_0x31a5f7._0x59b8ca,-_0x31a5f7._0x4dbe5d)]=_0x115382[_0x186e9b(_0x31a5f7._0x5e5d64,_0x31a5f7._0x29e345,_0x31a5f7._0x6e1913,_0x31a5f7._0x6bf8a8)],_0x438492['sortOrder']=_0x115382[_0x2ac3b9(-_0x31a5f7._0x18c9f5,-_0x31a5f7._0x36c15d,-_0x31a5f7._0x3aff62,-0x257)],_0x438492[_0x186e9b(0x4eb,_0x31a5f7._0x44e00a,_0x31a5f7._0x355ab5,_0x31a5f7._0x1ebfd9)]=_0x115382['createdAt'],_0x438492['instructio'+'ns']=_0x115382['parameters']?.[_0x2ac3b9(-_0x31a5f7._0x4dfd40,-0x112,-0x128,-0x11c)+'ns']||'',_0x1a95ca[_0x2ac3b9(-_0x31a5f7._0x3b0404,-_0x31a5f7._0x5a8263,-_0x31a5f7._0x28a279,-0x298)](_0x438492);}}function _0x186e9b(_0x15975a,_0x6bfbc5,_0x594414,_0x317bde){return _0xcd4bdf(_0x15975a-0x2a,_0x6bfbc5-0x58,_0x6bfbc5-_0x330258._0xf8c209,_0x594414);}_0x1a95ca[_0x186e9b(_0x31a5f7._0x57cc4f,0x3cc,0x336,0x3ac)]((_0x4a4c2e,_0x5a6a3e)=>(_0x4a4c2e[_0x186e9b(0x43b,0x3f1,0x3ac,0x411)]||0x163b+-0x1829+0x1ee)-(_0x5a6a3e[_0x186e9b(0x49e,0x3f1,0x39f,0x38f)]||-0x1e54+0x4e1*-0x7+0x11*0x3cb));const _0x2edeca={};_0x2edeca[_0x2ac3b9(-0x22a,-_0x31a5f7._0x2e57bf,-0x21d,-0x1de)]=_0x3035b3[_0x186e9b(0x400,0x3d4,0x383,_0x31a5f7._0x50a4c8)],_0x2edeca[_0x2ac3b9(-_0x31a5f7._0x523968,-_0x31a5f7._0x426d7d,-_0x31a5f7._0x3f8264,-_0x31a5f7._0x3887e2)+_0x2ac3b9(-_0x31a5f7._0x15448a,-_0x31a5f7._0x1561e9,-0x16e,-_0x31a5f7._0x1bbe96)]=_0x4a864e['taskId'],_0x2edeca[_0x2ac3b9(-0x282,-_0x31a5f7._0x4ae3fa,-0x25b,-_0x31a5f7._0x2bb0b0)]=_0x1a95ca[_0x2ac3b9(-_0x31a5f7._0x9cb19c,-_0x31a5f7._0x2783dc,-_0x31a5f7._0x3f6027,-0xf6)],logger[_0x2ac3b9(-_0x31a5f7._0x4a4190,-_0x31a5f7._0x55f5a8,-0x173,-0x1ab)]('Task\x20fetch'+_0x2ac3b9(-_0x31a5f7._0x184392,-_0x31a5f7._0x5e800f,-_0x31a5f7._0x346e3f,-0x1df)+_0x2ac3b9(-_0x31a5f7._0xcabc0c,-0x33,-_0x31a5f7._0x21f702,-0x19c),_0x2edeca);const _0x385f9a={};_0x385f9a[_0x2ac3b9(-0x286,-_0x31a5f7._0x209e0e,-_0x31a5f7._0x175bb3,-_0x31a5f7._0x2021d6)]=_0x1a95ca,_0x385f9a[_0x2ac3b9(-_0x31a5f7._0x1bbe96,-0x1e1,-0x215,-_0x31a5f7._0x4302df)+_0x2ac3b9(-_0x31a5f7._0x502103,-0x11d,-0x16e,-_0x31a5f7._0xce3ecb)]=_0x4a864e[_0x2ac3b9(-0x17a,-_0x31a5f7._0x50ba5b,-0x21d,-0x2d5)],_0x234264[_0x2ac3b9(-0x10b,-0x1a7,-0x14d,-_0x31a5f7._0x4bae80)](_0x385f9a);}),router['patch'](_0x41ea83(0x2a5,0x1fa,0x317,0x2b8)+_0xcd4bdf(-0x26,-0x2f,0x1b,-0x2)+_0x41ea83(0x2fe,0x257,0x258,0x254),requireTaskAuth,async(_0x458b3c,_0x2e568a)=>{const _0x110322={_0xcba023:0x456,_0x66ec1a:0x497,_0x51f9a6:0x4c3,_0x8d6dd8:0x538,_0x2945c0:0x4d1,_0x35618b:0x450,_0x52701d:0x501,_0x2b454e:0x1c2,_0x425d05:0x18c,_0x39460f:0x16b,_0x1a994b:0x1c1,_0x8bc77e:0x1aa,_0x4cfaac:0x282,_0x5b5c17:0x26c,_0x474c23:0x2a2,_0x559bc6:0x585,_0x55b7fa:0x555,_0xb6e74c:0x528,_0x1e0d6c:0x510,_0x4683c4:0x520,_0x2ac7d2:0x23c,_0x18f8b5:0x27e,_0x5e7b90:0x2c6,_0x21da8f:0x2a6,_0x3f6cc6:0x578,_0x90a57f:0x1b8,_0x5cad9b:0x204,_0x5f553b:0x1db,_0x15137f:0x218,_0x592116:0x28d,_0x5ec588:0x309,_0x4cd5f9:0x466,_0x162178:0x4f5,_0x457df8:0x4e2,_0xf21676:0x4be,_0x1b16ba:0x1f0,_0x5f584c:0x299,_0x452af6:0x22b,_0x27dce9:0x2fb,_0x344bb7:0x43d,_0x491681:0x503,_0x2638bd:0x4cc,_0x255a0b:0x284,_0x55dd01:0x2af,_0x1cd85a:0x404,_0x52ea18:0x1e0,_0x130858:0x272,_0x86648d:0x4e1,_0x5464ea:0x462,_0xef7697:0x597,_0x4bc3f0:0x559,_0x173e42:0x5ea,_0x240335:0x415,_0x469906:0x423,_0x7f9468:0x4c5,_0x18c5aa:0x5f8,_0x4e530f:0x59c,_0x590ad5:0x264,_0x383904:0x201,_0x51955d:0x14c,_0x23a895:0x4e0,_0x59188b:0x46b,_0x29eca3:0x490,_0x56e9df:0x2b4,_0x59e489:0x306,_0xc4bc58:0x43a,_0x45c264:0x481,_0x144459:0x38f,_0xe9b4cf:0x3b9,_0x845405:0x31d,_0xa095b4:0x2e6,_0x3e47da:0x50d,_0x590b15:0x51a,_0x2d09ab:0x32f,_0xc587ef:0x347,_0xf1ebef:0x50c,_0x540e70:0x455,_0x26f877:0x572,_0x27e0a1:0x51a,_0x460ac7:0x47f,_0x556965:0x483,_0x2b7f79:0x4ef,_0x149379:0x199,_0x317b10:0x444,_0xd4ee37:0x51b,_0x3daa74:0x461,_0xa29cf3:0x51c,_0x570a9e:0x502,_0x1b04fc:0x4fc,_0x51c6c8:0x200,_0x319380:0x3b5,_0x15bc26:0x622,_0x1cb70a:0x4e1,_0xc7bb78:0x56a,_0x188125:0x526,_0x13345f:0x57f,_0x1a90a0:0x45f,_0x8cbfd9:0x2e6,_0xa5975d:0x263,_0x2edf34:0x53d,_0x199c91:0x5eb,_0x2ac57c:0x5bf,_0x11f69b:0x4fb,_0x1c157b:0x452,_0x185e35:0x58a,_0x29083d:0x12f,_0x44c6be:0x251,_0xa4f9e1:0x1a0,_0x20ba2b:0x2d8,_0x114f48:0x1b1,_0x11fa75:0x131,_0x545e68:0x25f,_0xb40666:0x46b,_0x55e031:0x4f0,_0x33571d:0x200,_0x2ade05:0x1ed,_0x47f5d5:0x53d,_0x4e7478:0x540,_0x566f8c:0x5f9,_0x3aab51:0x593,_0x4d2890:0x56a,_0x343e47:0x4d0,_0x4e594e:0x3b3,_0x1478ac:0x50c,_0x5668aa:0x44c,_0x43dce8:0x49c,_0x390150:0x461,_0x1f6d2e:0x20a,_0x7dcbcd:0x2e6,_0x4cc380:0x317,_0x3251c9:0x307,_0x1a4312:0x474,_0x37e7e7:0x4f4,_0x2681ce:0x136,_0xe57e66:0x1c6,_0x58626a:0x581,_0x38cb27:0x5c1,_0x16e6f9:0x244,_0x444200:0x198,_0xf0f85b:0x207,_0x5b854f:0x5cb,_0x1ed3fd:0x546,_0x497f34:0x52a,_0x125ed2:0x549,_0x2b6d32:0x265,_0x7b2877:0x1f5,_0x4aa7e5:0x25e,_0x3ee9a5:0x2b6,_0x4f3fbd:0x4ae,_0x4fde45:0x487,_0x58e8c5:0x4b4,_0xe4bd31:0x504,_0x25ef5b:0x498,_0xd1ca8a:0x408,_0x10db84:0x4b4,_0x1b93dc:0x48e,_0x5a9e08:0x391,_0x517d00:0x4b3,_0x2b0aa3:0x44a,_0x122ca7:0x39f,_0x28e317:0x433,_0x3fead0:0x427,_0x5e95bb:0x48f,_0x4a5e05:0x56f,_0x5d8f29:0x60b,_0x59b918:0x569,_0x31aa63:0x437,_0x31537f:0x4f2,_0x4bf754:0x4bf,_0x36065c:0x223,_0x420d04:0x230,_0x6dbfc:0x402,_0x42b73e:0x474,_0x409786:0x40f,_0x397e93:0x226,_0x1957cf:0x350,_0x1aa960:0x4c5,_0x166db3:0x438,_0xba1845:0x459,_0x737dc1:0x2e3,_0x2d1dc7:0x23d,_0x593025:0x4a5,_0x1afb3e:0x474,_0x574ea9:0x4e0,_0x51659b:0x545,_0x390d66:0xe0,_0x487983:0xeb,_0x449bc8:0xf6,_0xe5e624:0x29e,_0x355273:0x20f,_0x336d05:0x20b,_0x2403bc:0x568,_0x5b9b78:0x2dc,_0x29dee6:0x2ac,_0x5417e9:0x2aa,_0x5ac166:0x1d6,_0x358d51:0x237,_0x4e8fc4:0x29f,_0x5ebe43:0x4a6,_0x222bcc:0x3d5,_0x4d66fe:0x191,_0x521816:0x1dd,_0x5e7422:0x1b0,_0x16f436:0x586,_0x55796b:0x482,_0x1703a4:0x42a,_0x55d55e:0x176,_0x57c4b2:0x49e,_0xa02f64:0x467,_0x1894db:0x51e,_0xdf8032:0x4ed,_0x4dd5c1:0x4d5,_0x4347f0:0x3a7,_0x3b03ba:0x44e,_0x323da8:0x514,_0x279a54:0x4d3,_0x301708:0x1df,_0x180ed5:0x2af,_0x84493f:0x296,_0x36d802:0x361,_0x5cb89e:0x4ff,_0x5ea560:0x539,_0x37c379:0x2ba,_0x226e9a:0x32e,_0x117c6b:0x31e,_0x5d47ff:0x275,_0x1119cb:0x214,_0x3cda98:0x30b,_0x1aeef4:0x1dd,_0x5e06ef:0x25b,_0x50aa9d:0x252,_0x36bf1e:0x200,_0x22993a:0x43b,_0x528a87:0x3fa,_0x2b6f17:0x26a,_0x1cde8a:0x2c9,_0x2f47fb:0x353,_0x537bb1:0x2bd,_0x36f456:0x2eb,_0x3ecbb7:0x367,_0x1243b3:0x2ea,_0x42357b:0x270,_0x5109ac:0x265,_0x5d867e:0x1d3,_0x188cb7:0x420,_0x5274e8:0x587,_0x1da769:0x521,_0x271044:0x4d4,_0x80951e:0x4f6,_0x213306:0x2bb,_0xb75462:0x568,_0x508d26:0x56d,_0x1c5592:0x126,_0x231018:0x12d,_0x552a8c:0x488,_0x2fac1d:0x12a,_0x29a245:0x4bb,_0x2f0f37:0x47f,_0x22c459:0x1a8,_0x2fc832:0x161,_0x1935d6:0x480,_0x2094a4:0x51f,_0x52cbc5:0x58d,_0x2eacec:0x4f4,_0xd9bee8:0x52f,_0x1c97df:0x5fb,_0x4025de:0x547,_0xb7c3fb:0x2f0,_0x59d46a:0x250,_0x30b16c:0x236,_0x2e7710:0x47d,_0x460882:0x53f,_0x4df874:0x52e,_0x2d5c3b:0x122,_0x31e585:0x3d2,_0x6f9e0:0x296,_0x4b8d4b:0x241},_0x249c1a={_0x4f7592:0x9e,_0x2b674a:0x1f0,_0x3f7498:0x19d},_0x98e976={_0x46be2d:0x1e6,_0x2d80e2:0x46,_0x3f9191:0x1ae},_0x56cdf7={'ONbar':_0x91268e(0x406,_0x110322._0xcba023,0x401,0x44c)+'t','MRpks':'Task\x20stora'+_0x91268e(_0x110322._0x66ec1a,_0x110322._0x51f9a6,0x4d3,0x43e)+'t\x20configur'+'ed','wSwow':function(_0xa51420,_0x239b82,_0xd1cfb3){return _0xa51420(_0x239b82,_0xd1cfb3);},'mkiOP':'new-task','uRPCn':'objective','vtwNI':_0x91268e(_0x110322._0x8d6dd8,_0x110322._0x2945c0,_0x110322._0x35618b,_0x110322._0x52701d)+'not\x20found','kjaNv':function(_0x31e569,_0x406f65){return _0x31e569===_0x406f65;},'dHpfS':function(_0x26b005,_0x276074){return _0x26b005===_0x276074;},'nxqCu':function(_0x57b673,_0x424411){return _0x57b673===_0x424411;},'guiSy':_0x2a86fb(_0x110322._0x2b454e,_0x110322._0x425d05,0x10d,_0x110322._0x39460f),'rdreb':_0x2a86fb(_0x110322._0x1a994b,0x237,0x289,_0x110322._0x8bc77e),'xqsCE':_0x2a86fb(_0x110322._0x4cfaac,_0x110322._0x5b5c17,0x2d3,_0x110322._0x474c23)+_0x91268e(_0x110322._0x559bc6,_0x110322._0x55b7fa,0x488,0x536)+'und','yQTjT':function(_0x21f321,_0x196579){return _0x21f321!==_0x196579;},'lXjxF':_0x91268e(_0x110322._0xb6e74c,_0x110322._0x1e0d6c,0x46b,_0x110322._0x4683c4),'jAnsO':_0x2a86fb(_0x110322._0x2ac7d2,0x2ae,0x1fc,_0x110322._0x18f8b5)+_0x2a86fb(_0x110322._0x5e7b90,_0x110322._0x21da8f,0x34e,0x336)+_0x2a86fb(0x23c,0x267,0x26a,0x1cc),'iVykN':function(_0x2b0919,_0x174408){return _0x2b0919!==_0x174408;},'Udvls':'yMBUn','rKLEe':_0x91268e(0x4c3,0x4bd,_0x110322._0x3f6cc6,0x533),'WJXPu':function(_0x3fbd1e,_0x4a58b4){return _0x3fbd1e(_0x4a58b4);},'QlScL':'JUoRu','shznV':_0x2a86fb(0x2cc,0x25b,_0x110322._0x90a57f,_0x110322._0x5cad9b),'tqNHV':_0x2a86fb(_0x110322._0x5f553b,_0x110322._0x15137f,_0x110322._0x592116,0x2a1),'TOcHa':_0x2a86fb(0x26c,0x2fb,_0x110322._0x5ec588,0x2b4)+_0x91268e(_0x110322._0x55b7fa,_0x110322._0x4cd5f9,0x491,_0x110322._0x162178),'hIrdc':_0x91268e(_0x110322._0x457df8,0x449,0x551,_0x110322._0xf21676)+_0x2a86fb(_0x110322._0x1b16ba,_0x110322._0x5f584c,0x248,0x20c)+_0x2a86fb(_0x110322._0x452af6,0x26f,_0x110322._0x27dce9,0x29d)+_0x91268e(_0x110322._0x344bb7,0x4aa,_0x110322._0x491681,_0x110322._0x2638bd),'IuEaL':_0x2a86fb(_0x110322._0x255a0b,0x2c9,_0x110322._0x55dd01,0x20f),'YlmAk':_0x91268e(0x492,_0x110322._0x1cd85a,0x4bc,0x43a)+'ed','CXUyO':_0x2a86fb(_0x110322._0x52ea18,0x26c,0x2a2,_0x110322._0x130858)+_0x91268e(_0x110322._0x86648d,0x515,0x3ca,_0x110322._0x5464ea)+'d\x20by\x20task'},{parentObjective:_0x1cb7f4,callingTask:_0x2cbb57}=_0x458b3c;function _0x91268e(_0x6d4782,_0x458cca,_0x10acd8,_0x10b9e2){return _0x41ea83(_0x10b9e2-_0x98e976._0x46be2d,_0x458cca-_0x98e976._0x2d80e2,_0x10acd8,_0x10b9e2-_0x98e976._0x3f9191);}const {objectiveId:_0x1c7105}=_0x458b3c[_0x91268e(0x4c2,_0x110322._0xef7697,0x5d7,0x531)],{name:_0x2c12fa,instructions:_0x3b5818}=_0x458b3c[_0x91268e(0x48d,_0x110322._0x4bc3f0,_0x110322._0x173e42,0x535)];if(_0x56cdf7[_0x91268e(_0x110322._0x240335,0x539,_0x110322._0x469906,_0x110322._0x7f9468)](_0x2c12fa,undefined)&&_0x56cdf7[_0x91268e(0x61c,0x4d1,_0x110322._0x18c5aa,0x574)](_0x3b5818,undefined)){const _0x53d334={};return _0x53d334[_0x91268e(_0x110322._0x4e530f,_0x110322._0x491681,0x514,0x4ef)]=_0x56cdf7[_0x2a86fb(0x1c1,0x1d2,0x17c,0x256)],_0x53d334[_0x2a86fb(_0x110322._0x590ad5,0x1dd,_0x110322._0x383904,_0x110322._0x51955d)]=_0x91268e(0x420,_0x110322._0x23a895,_0x110322._0x59188b,_0x110322._0x29eca3)+_0x2a86fb(_0x110322._0x56e9df,0x2f7,0x317,_0x110322._0x59e489)+_0x91268e(0x54e,_0x110322._0xc4bc58,_0x110322._0x45c264,0x4ea)+'structions'+_0x91268e(0x469,_0x110322._0x144459,_0x110322._0xe9b4cf,0x423)+'provided',_0x2e568a[_0x2a86fb(_0x110322._0x845405,_0x110322._0xa095b4,0x331,0x33e)](0x1*-0x8d3+-0xfc9+0x1a2c)[_0x91268e(0x53b,_0x110322._0x3e47da,0x506,_0x110322._0x590b15)](_0x53d334);}const _0x14fb5b=tasks[_0x2a86fb(_0x110322._0x2d09ab,0x2c6,_0x110322._0x845405,_0x110322._0xc587ef)](_0x1c7105);if(!_0x14fb5b){if(_0x56cdf7[_0x91268e(0x400,0x44e,_0x110322._0xf1ebef,_0x110322._0x540e70)](_0x56cdf7[_0x91268e(0x4b3,_0x110322._0x26f877,0x5aa,0x50a)],_0x56cdf7['rdreb'])){const _0x150daa={};return _0x150daa[_0x91268e(_0x110322._0x27e0a1,_0x110322._0x460ac7,_0x110322._0x556965,_0x110322._0x2b7f79)]=_0x56cdf7[_0x2a86fb(0x167,0x1d2,_0x110322._0x149379,0x1d5)],_0x150daa[_0x91268e(_0x110322._0x317b10,_0x110322._0xd4ee37,0x48a,_0x110322._0x3daa74)]='At\x20least\x20o'+_0x91268e(0x50f,0x4cf,_0x110322._0xa29cf3,0x57b)+_0x91268e(0x451,_0x110322._0x570a9e,_0x110322._0x1b04fc,0x4ea)+_0x2a86fb(0x1d9,0x21d,_0x110322._0x51c6c8,0x238)+_0x91268e(0x3ee,0x419,_0x110322._0x319380,0x423)+'provided',_0x19ac1c[_0x91268e(0x54e,_0x110322._0x15bc26,_0x110322._0x1cb70a,_0x110322._0xc7bb78)](-0x565*-0x5+-0xcf6+-0x1*0xc73)[_0x91268e(0x4d4,_0x110322._0x188125,_0x110322._0x13345f,0x51a)](_0x150daa);}else{const _0x145f2e={};return _0x145f2e['error']='Not\x20Found',_0x145f2e[_0x91268e(_0x110322._0x1a90a0,0x448,0x4a2,_0x110322._0x3daa74)]=_0x56cdf7['xqsCE'],_0x2e568a[_0x2a86fb(0x286,_0x110322._0x8cbfd9,_0x110322._0xa5975d,0x241)](0x1249+0x1*-0x1b2f+0xa7a)['json'](_0x145f2e);}}if(_0x56cdf7[_0x91268e(_0x110322._0x2edf34,_0x110322._0x199c91,_0x110322._0x2ac57c,0x56e)](_0x14fb5b[_0x91268e(0x4d4,_0x110322._0x11f69b,0x4a3,_0x110322._0x1c157b)+_0x91268e(0x445,0x536,_0x110322._0x185e35,0x4f9)],_0x1cb7f4[_0x2a86fb(_0x110322._0x29083d,0x1c6,_0x110322._0x44c6be,_0x110322._0xa4f9e1)])){const _0x1816a7={};return _0x1816a7[_0x2a86fb(0x244,0x26b,0x288,_0x110322._0x20ba2b)]=_0x56cdf7[_0x2a86fb(0x126,_0x110322._0x114f48,_0x110322._0x11fa75,_0x110322._0x545e68)],_0x1816a7['message']=_0x91268e(0x4c5,_0x110322._0xb40666,_0x110322._0x457df8,_0x110322._0x55e031)+_0x2a86fb(0x2e3,0x277,_0x110322._0x33571d,_0x110322._0x2ade05)+'\x20a\x20child\x20o'+'f\x20the\x20pare'+_0x91268e(0x5a4,0x522,_0x110322._0x47f5d5,_0x110322._0x4e7478)+'ve',_0x2e568a[_0x91268e(0x5e2,0x621,0x4d8,0x56a)](0x1adb+0xb6a+-0x24b2)['json'](_0x1816a7);}if(_0x56cdf7['yQTjT'](_0x14fb5b[_0x91268e(0x4c0,_0x110322._0x566f8c,_0x110322._0x3aab51,_0x110322._0x4d2890)],_0x91268e(0x3ac,_0x110322._0x343e47,_0x110322._0x4e594e,0x448))){const _0x23bbc9={};return _0x23bbc9[_0x2a86fb(0x1fb,0x26b,0x2cc,_0x110322._0x21da8f)]=_0x56cdf7['ONbar'],_0x23bbc9[_0x91268e(_0x110322._0x1478ac,_0x110322._0x5668aa,_0x110322._0x43dce8,_0x110322._0x390150)]=_0x56cdf7[_0x2a86fb(0x232,0x2b4,0x212,_0x110322._0x1f6d2e)],_0x2e568a[_0x2a86fb(0x287,_0x110322._0x7dcbcd,_0x110322._0x4cc380,_0x110322._0x3251c9)](-0x1be9+0x2d8*-0x1+0x2051)[_0x91268e(0x59a,0x462,0x56f,_0x110322._0x590b15)](_0x23bbc9);}logger[_0x91268e(0x485,0x52f,_0x110322._0x1a4312,_0x110322._0x37e7e7)]('Task\x20updat'+_0x91268e(0x4bb,0x554,0x4b4,0x54e)+'jective',{'taskId':_0x2cbb57[_0x2a86fb(_0x110322._0x2681ce,0x1c6,0x170,0x25a)],'parentObjectiveId':_0x1cb7f4[_0x2a86fb(0x206,_0x110322._0xe57e66,0x1e9,0x256)],'subObjectiveId':_0x1c7105,'updatingName':_0x56cdf7['yQTjT'](_0x2c12fa,undefined),'updatingInstructions':_0x3b5818!==undefined});const _0x340302=new Date()[_0x91268e(_0x110322._0x58626a,0x53c,_0x110322._0x38cb27,0x57a)+'g']();if(_0x56cdf7['yQTjT'](_0x2c12fa,undefined)){if(_0x56cdf7[_0x2a86fb(_0x110322._0x16e6f9,_0x110322._0x444200,_0x110322._0xf0f85b,0x248)](_0x56cdf7[_0x91268e(_0x110322._0x5b854f,_0x110322._0x1ed3fd,_0x110322._0x497f34,_0x110322._0x125ed2)],_0x2a86fb(_0x110322._0x2b6d32,_0x110322._0x7b2877,0x259,0x27a)))throw new _0x4148f1(_0x56cdf7[_0x2a86fb(_0x110322._0x4aa7e5,_0x110322._0x3ee9a5,0x220,0x348)]);else _0x14fb5b[_0x91268e(0x46b,0x468,0x568,0x4d4)]=_0x2c12fa;}_0x3b5818!==undefined&&(_0x14fb5b[_0x91268e(_0x110322._0x4f3fbd,_0x110322._0x4fde45,0x52f,_0x110322._0x58e8c5)]={..._0x14fb5b[_0x91268e(_0x110322._0xe4bd31,_0x110322._0x25ef5b,_0x110322._0xd1ca8a,_0x110322._0x10db84)],'instructions':_0x3b5818});_0x14fb5b['updatedAt']=_0x340302,_0x14fb5b['lastModifi'+_0x91268e(0x512,_0x110322._0x1b93dc,0x556,0x505)]=_0x2cbb57[_0x91268e(_0x110322._0x5a9e08,0x4d4,_0x110322._0x517d00,_0x110322._0x2b0aa3)];try{if(_0x56cdf7['nxqCu'](_0x56cdf7[_0x91268e(0x3dc,_0x110322._0x122ca7,0x4b9,_0x110322._0x28e317)],_0x56cdf7[_0x91268e(_0x110322._0x3fead0,_0x110322._0x5e95bb,0x3f0,0x433)])){const _0x248356=await _0x56cdf7[_0x91268e(0x598,_0x110322._0x4a5e05,_0x110322._0x5d8f29,_0x110322._0x59b918)](findTaskDirectory,_0x1c7105);if(_0x248356){if(_0x56cdf7[_0x91268e(0x41f,0x3f2,0x4e8,_0x110322._0x31aa63)]!==_0x91268e(0x459,0x50f,_0x110322._0x31537f,_0x110322._0x4bf754))_0x56cdf7['wSwow'](_0x58782f,_0x56cdf7[_0x2a86fb(_0x110322._0x36065c,0x291,_0x110322._0x420d04,0x2c9)],_0xadd2c4);else{const _0x522d5a=_0x2450a3[_0x91268e(_0x110322._0x6dbfc,0x3bc,0x49b,_0x110322._0x42b73e)](_0x248356,'metadata.j'+'son');await _0x4abf51[_0x91268e(0x487,0x4a3,0x3f3,_0x110322._0x409786)](_0x522d5a,JSON['stringify'](_0x14fb5b,null,-0x16d0+-0x4f*-0x65+-0x859),_0x56cdf7[_0x91268e(_0x110322._0x2ac57c,0x560,0x5f5,0x53b)]);if(_0x56cdf7[_0x91268e(0x58b,0x4ce,0x568,0x56e)](_0x3b5818,undefined)){const _0x1085a3=_0x2450a3[_0x91268e(0x497,0x477,_0x110322._0x5e95bb,_0x110322._0x42b73e)](_0x248356,_0x56cdf7[_0x2a86fb(_0x110322._0x397e93,0x2cb,_0x110322._0x1957cf,0x31c)]),_0x4e5426={};_0x4e5426[_0x91268e(_0x110322._0x1aa960,0x4a9,_0x110322._0x166db3,_0x110322._0xba1845)]=!![],await _0x4abf51[_0x2a86fb(0x257,_0x110322._0x737dc1,0x2bf,_0x110322._0x2d1dc7)](_0x1085a3,_0x4e5426);const _0x470bb2=_0x2450a3[_0x91268e(0x4c7,_0x110322._0x593025,0x435,_0x110322._0x1afb3e)](_0x1085a3,_0x56cdf7[_0x91268e(_0x110322._0x574ea9,_0x110322._0x51659b,0x5b3,0x527)]);await _0x4abf51[_0x2a86fb(_0x110322._0x390d66,0x18b,_0x110322._0x487983,_0x110322._0x449bc8)](_0x470bb2,_0x3b5818,_0x2a86fb(0x220,0x25b,0x2e7,_0x110322._0xe5e624));}}}}else{const {callingTask:_0x4401a6}=_0xa89d2e,_0x4e339f=_0x237a5c[_0x2a86fb(_0x110322._0x355273,0x2ad,0x2bd,_0x110322._0x336d05)]['id'],_0x826345=_0x1895a1[_0x91268e(0x4bc,0x53e,_0x110322._0x2403bc,0x54a)](_0x4e339f);if(!_0x826345||_0x826345['status']!==_0x56cdf7[_0x2a86fb(_0x110322._0x5b9b78,_0x110322._0x29dee6,0x283,_0x110322._0x5417e9)]){const _0x57a0e6={};return _0x57a0e6[_0x2a86fb(_0x110322._0x5ac166,0x26b,_0x110322._0x358d51,_0x110322._0x4e8fc4)]=_0x91268e(_0x110322._0x5ebe43,_0x110322._0x222bcc,0x3e9,0x436),_0x57a0e6[_0x2a86fb(_0x110322._0x4d66fe,_0x110322._0x521816,0x272,0x1d7)]=_0x56cdf7[_0x2a86fb(0x11c,_0x110322._0x5e7422,0x238,0x1e3)],_0x483d5d[_0x91268e(0x572,_0x110322._0x343e47,_0x110322._0x16f436,0x56a)](-0x2321+-0xf25+-0x19ed*-0x2)['json'](_0x57a0e6);}const _0x326408={};_0x326408[_0x91268e(_0x110322._0x55796b,0x4d9,_0x110322._0x1703a4,0x44a)]=_0x4401a6[_0x2a86fb(0x159,0x1c6,_0x110322._0x55d55e,0x227)],_0x326408[_0x91268e(0x4a9,_0x110322._0x57c4b2,_0x110322._0xa02f64,0x4ee)+'d']=_0x4e339f,_0x468e5a[_0x91268e(_0x110322._0x1894db,_0x110322._0x45c264,_0x110322._0xdf8032,0x4f4)](_0x91268e(_0x110322._0x4dd5c1,0x49c,_0x110322._0x4347f0,0x420)+'ing\x20object'+'ive\x20detail'+_0x91268e(_0x110322._0x3b03ba,0x581,_0x110322._0x323da8,_0x110322._0x279a54),_0x326408);const _0x253e13={};_0x253e13['taskId']=_0x826345[_0x2a86fb(0x12e,0x1c6,0x137,_0x110322._0x301708)],_0x253e13['name']=_0x826345[_0x2a86fb(0x1ff,0x250,0x2cd,_0x110322._0x180ed5)],_0x253e13[_0x2a86fb(0x22a,0x2bb,_0x110322._0x84493f,_0x110322._0x36d802)+'ns']=_0x826345[_0x91268e(0x535,_0x110322._0x5cb89e,_0x110322._0x5ea560,0x4b4)]?.[_0x2a86fb(_0x110322._0x37c379,0x2bb,_0x110322._0x226e9a,_0x110322._0x117c6b)+'ns']||'',_0x253e13[_0x2a86fb(0x188,0x1ce,_0x110322._0x1b16ba,0x17d)+'ctiveId']=_0x826345[_0x91268e(0x40f,0x4a0,0x48c,0x452)+_0x2a86fb(0x203,_0x110322._0x5d47ff,_0x110322._0x1119cb,_0x110322._0x3cda98)],_0x253e13[_0x2a86fb(_0x110322._0x5d47ff,0x252,0x24f,_0x110322._0x1aeef4)]=_0x826345[_0x2a86fb(_0x110322._0x5e06ef,_0x110322._0x50aa9d,0x2e0,_0x110322._0x36bf1e)],_0x253e13[_0x91268e(0x3ea,0x49f,_0x110322._0x22993a,0x45a)]=_0x826345[_0x91268e(0x436,_0x110322._0x528a87,0x4cb,0x45a)],_0x1c8f43['json'](_0x253e13);}}catch(_0x515b95){const _0x149b12={};_0x149b12[_0x2a86fb(0x302,_0x110322._0x2b6f17,0x1c8,0x1e7)+'d']=_0x1c7105,_0x149b12[_0x91268e(0x528,0x48a,0x49a,_0x110322._0x2b7f79)]=_0x515b95['message'],logger[_0x2a86fb(0x298,0x26b,_0x110322._0x358d51,0x2ee)](_0x56cdf7['hIrdc'],_0x149b12);}if(broadcastTaskUpdate){if(_0x56cdf7[_0x2a86fb(_0x110322._0x1cde8a,0x2f0,0x25b,_0x110322._0x2f47fb)](_0x56cdf7[_0x2a86fb(_0x110322._0x537bb1,_0x110322._0x36f456,0x2f0,_0x110322._0x3ecbb7)],_0x2a86fb(_0x110322._0x1243b3,_0x110322._0x1cde8a,_0x110322._0x42357b,0x325))){const _0x557427={};_0x557427[_0x2a86fb(_0x110322._0x5109ac,0x1c6,_0x110322._0x5d867e,0x140)]=_0x14fb5b['taskId'],_0x557427[_0x91268e(_0x110322._0x188cb7,_0x110322._0x5274e8,_0x110322._0x1da769,_0x110322._0x271044)]=_0x14fb5b[_0x91268e(0x4d8,_0x110322._0x80951e,_0x110322._0x517d00,0x4d4)],_0x557427[_0x2a86fb(0x312,_0x110322._0x213306,0x321,0x31f)+'ns']=_0x14fb5b[_0x91268e(0x517,0x42d,0x4f7,_0x110322._0x10db84)]?.[_0x91268e(_0x110322._0xb75462,_0x110322._0x508d26,0x5d3,0x53f)+'ns'],_0x557427[_0x2a86fb(_0x110322._0x1c5592,0x1d6,_0x110322._0x231018,0x22a)]=_0x14fb5b[_0x91268e(_0x110322._0x552a8c,0x50b,_0x110322._0x5668aa,0x45a)],_0x56cdf7[_0x91268e(0x549,0x516,0x4c7,0x558)](broadcastTaskUpdate,_0x56cdf7['YlmAk'],_0x557427);}else{const _0x3996f3={..._0x53595b['parameters']};_0x3996f3[_0x91268e(0x5a5,0x56a,0x50f,0x53f)+'ns']=_0xe2c77f,_0x52e017['parameters']=_0x3996f3;}}const _0xa31cd4={};_0xa31cd4[_0x2a86fb(0x181,0x1c6,_0x110322._0x2fac1d,0x212)]=_0x2cbb57['taskId'],_0xa31cd4[_0x91268e(0x4aa,0x449,_0x110322._0x29a245,_0x110322._0x2f0f37)+_0x2a86fb(0x1f6,_0x110322._0x22c459,_0x110322._0x2fc832,0xfd)]=_0x1c7105,logger[_0x91268e(_0x110322._0x1935d6,_0x110322._0x2094a4,_0x110322._0x52cbc5,_0x110322._0x2eacec)](_0x56cdf7[_0x91268e(_0x110322._0xd9bee8,_0x110322._0x1c97df,0x528,_0x110322._0x4025de)],_0xa31cd4);const _0x189976={};_0x189976['success']=!![],_0x189976['taskId']=_0x14fb5b[_0x91268e(0x4b5,0x39c,0x491,_0x110322._0x2b0aa3)];function _0x2a86fb(_0x3dac06,_0x595372,_0x160ff1,_0x34afe6){return _0x41ea83(_0x595372- -_0x249c1a._0x4f7592,_0x595372-_0x249c1a._0x2b674a,_0x3dac06,_0x34afe6-_0x249c1a._0x3f7498);}_0x189976[_0x2a86fb(_0x110322._0xb7c3fb,_0x110322._0x59d46a,0x2b8,_0x110322._0x30b16c)]=_0x14fb5b[_0x91268e(0x533,0x4e1,_0x110322._0x2e7710,0x4d4)],_0x189976[_0x91268e(0x558,0x5ed,0x552,_0x110322._0x460882)+'ns']=_0x14fb5b[_0x91268e(0x4a4,0x4d5,_0x110322._0x4df874,0x4b4)]?.['instructio'+'ns'],_0x189976[_0x2a86fb(_0x110322._0x2681ce,0x1d6,0x1d2,_0x110322._0x2d5c3b)]=_0x14fb5b[_0x91268e(0x478,0x425,_0x110322._0x31e585,0x45a)],_0x2e568a[_0x2a86fb(0x212,_0x110322._0x6f9e0,0x2e5,_0x110322._0x4b8d4b)](_0x189976);}),router[_0xcd4bdf(0xd1,-0xa,0x48,0xd0)](_0x41ea83(0x2a5,0x2c2,0x335,0x318)+'tives/:obj'+_0xcd4bdf(-0xe,-0xb9,-0x1c,-0x2c),requireTaskAuth,async(_0x3a1edc,_0x586f27)=>{const _0x5d351e={_0x12f079:0xcc,_0x1d9856:0x144,_0x2d01be:0x2b9,_0x40709e:0x293,_0x465dc3:0x16a,_0xe1cc9e:0x1e3,_0x4425dd:0x262,_0x2efc13:0x226,_0x57a76c:0x232,_0x76e39a:0xeb,_0x40ec7a:0x16f,_0x8d2472:0xf8,_0x229d33:0x1e8,_0x3dbeb5:0x18c,_0x2c80c3:0x146,_0x4765b4:0x1a2,_0x32e87a:0x216,_0x3ebb34:0x104,_0x108825:0x176,_0x2e683b:0x179,_0x17a3dc:0x1ca,_0x2e6e20:0x241,_0x79e73d:0x1d9,_0x47e80c:0x18b,_0x263da3:0x14a,_0x2e192f:0x13b,_0xa2e679:0xc0,_0x1a2571:0xfb,_0xf5ddaf:0xd5,_0x5a5147:0x1e6,_0x271704:0x181,_0x3059e8:0x1a6,_0x3e535d:0x112,_0x5a8532:0x112,_0x2fa8e7:0x23f,_0x562222:0x199,_0x399b1c:0x26f,_0x4f230e:0x1c6,_0x19df6c:0x11a,_0x1e4542:0x72,_0x3afcf5:0xce,_0x2b07ea:0x189,_0xac009e:0x27b,_0x200a2f:0x13b,_0x3770e9:0x177,_0x2c4dcb:0x1c6,_0x525452:0x200,_0x79a89:0xf9,_0x4b935e:0x1aa,_0x3cbcce:0x164,_0x57d6ea:0x174,_0x3eaabf:0x2e,_0x333c3a:0xb5,_0x5bfbc3:0x112,_0x1c0277:0x22e,_0x3999a:0x26b,_0x11e890:0x196,_0x4319bd:0x1d4,_0xb76a82:0x265,_0x32fc90:0xdf,_0x55a428:0xa4,_0x4ae79e:0x107,_0x40fedb:0x157,_0x31ddc9:0xbf,_0x506843:0x139,_0x1af336:0x16c,_0x1cadd4:0xba,_0x3f334a:0x64,_0x1baf28:0x109,_0x25b15b:0x66,_0x16e1e8:0x283,_0x24de2b:0x1ff,_0x2f0f2a:0x20a,_0x256f36:0x19e,_0x34984a:0x237,_0x3fc522:0x2a5,_0xf71f5a:0x204,_0x27f30e:0x22e,_0xb27f13:0x12d,_0x117646:0x1a0,_0x35f436:0xff,_0x362796:0xe1,_0x3aca1e:0x174,_0x30d1ae:0x183,_0x4ec3af:0x15a,_0x28f073:0x1f1,_0x38d627:0x13a,_0xa43aea:0xb3,_0x4c8aeb:0x2a4,_0x51ffaa:0xd8,_0x2ce1e0:0x1af,_0x2f63a9:0x281,_0xa06789:0x209,_0x995105:0xc0,_0x40ea48:0x1fe,_0x4b7fc0:0x154,_0x10f5f4:0x99,_0x1c5511:0xa6,_0x3f33cb:0x187,_0x2c660d:0xfb,_0x44613b:0x1a1,_0xf74b3:0x5a,_0x5996f2:0x31,_0x32a1e2:0xf1,_0x29399c:0x132,_0x164703:0x18c,_0x28a827:0x1f2,_0x313cf1:0x1cd,_0x20cebd:0xe2,_0x3bb194:0x141,_0x23f270:0x24a,_0x48bf8b:0x1f0,_0x26bead:0x1e2,_0x4fe263:0x14c,_0x5852f1:0x15d,_0x1b4919:0x280,_0x571e66:0x1b6,_0x58d335:0x22a,_0x5418f0:0x289,_0x2bae45:0x218,_0x679fb9:0x244,_0x583093:0x22c,_0xce9d0c:0x175,_0x18630e:0x22a,_0x4d1d2d:0x242,_0x49478e:0x199,_0x13f744:0x128,_0x2298ec:0x1d6,_0x4ea623:0x20d,_0x525547:0x1b7,_0x46af79:0x136,_0x19ab2b:0x287,_0x692670:0x1c7,_0x33577e:0x11c,_0x3ba736:0x17e,_0x563ca9:0x207,_0xd43604:0x1e4,_0x36b8fe:0x205,_0x43007e:0x171,_0xe05d56:0xee,_0x395588:0x15e,_0x7fa0ee:0x285,_0x5780fc:0x147,_0x259f65:0x203,_0x3d974a:0x1ae,_0x1f3f53:0xd3,_0x155a50:0x11c,_0x20e7db:0x219,_0x3ecddc:0x109,_0x5c2170:0x184,_0x37c0b9:0xb9,_0x47fcef:0x1d3,_0xa216d2:0x247,_0x29edf2:0x257,_0x6a5c04:0x27a,_0x10bc38:0x2d0,_0x41f5ba:0x181,_0x3dde78:0x22a,_0x4de6a1:0x28f,_0xc19a82:0x1fd,_0x2b3ffa:0x118,_0x152d99:0x18e,_0x74bc36:0xc7,_0x2bd3ea:0x162,_0x5d5a70:0xe5,_0x2adf7b:0x126,_0x3c22d5:0x17f,_0x1d3bba:0xc7,_0x20f460:0xd0,_0x2399db:0x149,_0x5914f8:0x18f,_0x3b8a29:0x168,_0x59970d:0xc4,_0x25017f:0x15f,_0x2ee093:0x114,_0xf7bbb4:0x20f,_0x2a22c6:0x1b3,_0xbb5eb2:0x1fe,_0x2d0e71:0x15a,_0x3a95e3:0x130,_0x3536b9:0x20c,_0x51d287:0x1f2,_0x2d8b90:0x1f8,_0x466919:0x24b,_0x262265:0x1f9,_0x3b92ba:0x5b,_0x4358ae:0xfe,_0x44b251:0x45,_0x5fb513:0x1ad,_0x5852e6:0x284,_0x5e4282:0x2a6,_0x9208e8:0xdb,_0x5d8219:0x191,_0x2f53cc:0xdf,_0x11be8f:0x1f0,_0x1e39d8:0x224,_0xcfa05b:0x208,_0x87ca09:0x1ff,_0x3a9f7b:0x18a,_0x528c05:0x177,_0x4661bc:0x194,_0x1d5958:0xf7,_0x49db3e:0x131,_0x218e7a:0xaf,_0x5ae68a:0x248,_0x9492de:0x22a,_0x57fd1f:0xbb,_0x1ae214:0xa1,_0x5758b4:0x2f,_0x1f2e87:0xd0,_0x29d3d0:0x1a1,_0x432d04:0x15a,_0x1f0d5d:0x14d,_0x3b9c6c:0x21a,_0x40bf08:0x1b1,_0x1e5f63:0x1c5,_0x332886:0x1a8,_0x485bbb:0xe7,_0x1b520d:0x57,_0x72866f:0xd8,_0x50dd43:0xe0,_0x540bc4:0x15b,_0x55964a:0xe9,_0x27c131:0x52,_0x2785f4:0x131,_0x57454c:0x151,_0x45ed90:0x26a,_0x200d5d:0x213,_0x1a6407:0x270,_0x465ede:0x1ff,_0x33e74b:0x44,_0x5757f3:0xce,_0x30aea8:0x1d6,_0x567a35:0x1ce,_0x2acffa:0x20b,_0x5a64ad:0x27d,_0x17da5e:0x201,_0x698648:0x16a,_0x1b63b9:0x277,_0x33ad5b:0x272,_0x463288:0x144,_0x3abea9:0x179,_0x151be0:0x159,_0x5e67f4:0x238,_0x345d33:0x1dd,_0x593493:0x27a,_0x5a1336:0x240,_0x32a7ef:0x226,_0x1cceb0:0x16b,_0x4d5084:0x1b0,_0x1409fd:0x87,_0x16de4c:0x16f,_0x117eb3:0x105,_0x30606f:0xb1,_0x25fabe:0x1d,_0x1ac65b:0x271,_0x50fb0a:0x1a6,_0x342e2c:0x1ea,_0x260cc5:0xc1,_0x28a597:0x10b,_0x2416f3:0xd4,_0x2ab47b:0xb4,_0x5aff47:0x8c,_0x377d0d:0x17a,_0x59d10a:0x141,_0x43cdad:0x217,_0x6a6e37:0x1db,_0x343770:0x1ee,_0xf28544:0xec,_0xca36e:0x153},_0xbc4b16={_0x1aa31f:0x1d9,_0x5d8d85:0x1f3},_0x54649f={_0x4fc824:0x10a},_0x16f63c={'KfEFt':_0x5f4b25(_0x5d351e._0x12f079,0x17a,_0x5d351e._0x1d9856,0xbd)+_0x135411(_0x5d351e._0x2d01be,_0x5d351e._0x40709e,0x207,0x2ba)+_0x135411(0x28f,_0x5d351e._0x465dc3,0x1d4,_0x5d351e._0xe1cc9e)+_0x135411(0x23b,_0x5d351e._0x4425dd,_0x5d351e._0x2efc13,_0x5d351e._0x57a76c),'VjgMd':_0x135411(0xc6,_0x5d351e._0x76e39a,0x126,_0x5d351e._0x40ec7a)+'Task-Id\x20he'+_0x5f4b25(_0x5d351e._0x8d2472,0xca,0x146,_0x5d351e._0x229d33),'LnDYX':_0x135411(_0x5d351e._0x3dbeb5,0xa9,_0x5d351e._0x2c80c3,_0x5d351e._0x4765b4),'YvHgy':_0x5f4b25(_0x5d351e._0x32e87a,_0x5d351e._0x3ebb34,_0x5d351e._0x108825,0x221)+'ive\x20not\x20fo'+_0x5f4b25(_0x5d351e._0x2e683b,0x161,_0x5d351e._0x17a3dc,_0x5d351e._0x2e6e20),'KaHtQ':function(_0x564672,_0x4bb7c1,_0xbe1ede){return _0x564672(_0x4bb7c1,_0xbe1ede);},'qZvXT':_0x135411(_0x5d351e._0x79e73d,_0x5d351e._0x47e80c,_0x5d351e._0x263da3,_0x5d351e._0x2e192f)+'ed','iCZyZ':_0x135411(_0x5d351e._0xa2e679,_0x5d351e._0x1a2571,0x15c,_0x5d351e._0xf5ddaf)+'t','qScSZ':function(_0x45374a,_0x57180c){return _0x45374a===_0x57180c;},'sKvui':_0x135411(0xda,_0x5d351e._0x5a5147,0x193,0x11e),'TfGcF':function(_0x5b825e,_0x16b7b){return _0x5b825e!==_0x16b7b;},'IqUAr':'NRuuG','nyyRP':_0x5f4b25(0x24b,_0x5d351e._0x271704,_0x5d351e._0x3059e8,0x23c),'HXSYJ':'Sub-object'+_0x5f4b25(0xfa,_0x5d351e._0x3e535d,0x181,_0x5d351e._0x5a8532)+_0x135411(0x28e,0x2e4,_0x5d351e._0x2fa8e7,0x226)+_0x5f4b25(0x1dc,0x1bd,0x142,0x8d)+_0x5f4b25(_0x5d351e._0x562222,_0x5d351e._0x399b1c,_0x5d351e._0x4f230e,_0x5d351e._0x19df6c)+'ve','Swicj':_0x5f4b25(_0x5d351e._0x1e4542,0xe6,_0x5d351e._0x3afcf5,_0x5d351e._0x2b07ea),'HZmrk':_0x135411(0x32c,0x29f,_0x5d351e._0xac009e,0x1e4),'dttqt':function(_0x2f4cd1,_0x4e6b84){return _0x2f4cd1===_0x4e6b84;},'xGYvB':'HAoJU','tLhAd':'Cannot\x20del'+_0x135411(0x242,0x1d3,0x23c,0x25d)+_0x135411(_0x5d351e._0x200a2f,_0x5d351e._0x3770e9,_0x5d351e._0x2c4dcb,_0x5d351e._0x525452)+_0x5f4b25(0x171,0x101,0xf6,_0x5d351e._0x79a89)+_0x5f4b25(_0x5d351e._0x4b935e,0x182,0xf5,_0x5d351e._0x3cbcce)+_0x5f4b25(0x100,0x61,0xf2,_0x5d351e._0x57d6ea)+_0x5f4b25(_0x5d351e._0x3eaabf,0xdd,_0x5d351e._0x333c3a,0x40),'Xiiuq':_0x135411(_0x5d351e._0x5bfbc3,_0x5d351e._0x1c0277,0x1b9,_0x5d351e._0x3999a)+_0x5f4b25(0x21a,_0x5d351e._0x11e890,_0x5d351e._0x4319bd,_0x5d351e._0x5a5147)+'jective','ppBYY':_0x135411(_0x5d351e._0xb76a82,0x2af,0x256,0x1b5),'TcJnW':_0x5f4b25(0xe7,0x110,0xc3,0x15f),'pYnqS':function(_0x199e61,_0x1e64c0){return _0x199e61(_0x1e64c0);},'JsDjp':_0x5f4b25(0xe4,0xde,0x164,_0x5d351e._0x32fc90),'OUcla':_0x5f4b25(_0x5d351e._0x55a428,0x159,0xea,_0x5d351e._0x4ae79e),'mVnXb':_0x5f4b25(0x146,0x20b,_0x5d351e._0x40fedb,0x15a),'MtPcg':function(_0x2cb4a0,_0x573769,_0x226207){return _0x2cb4a0(_0x573769,_0x226207);},'NQaEc':'task-delet'+'ed','sfDZf':_0x5f4b25(0xcf,_0x5d351e._0x31ddc9,0x176,0x1c4)+_0x5f4b25(_0x5d351e._0x506843,_0x5d351e._0x1af336,0x182,0x163)+_0x5f4b25(0x1ad,0x1b5,0x161,0x1a7)},{parentObjective:_0x211073,callingTask:_0xe1cd2}=_0x3a1edc,{objectiveId:_0x1ac756}=_0x3a1edc['params'],_0x1cd83b=tasks['get'](_0x1ac756);if(!_0x1cd83b){if(_0x16f63c['qScSZ'](_0x5f4b25(_0x5d351e._0x1cadd4,_0x5d351e._0x3f334a,_0x5d351e._0x1baf28,_0x5d351e._0x25b15b),_0x16f63c[_0x135411(0x222,_0x5d351e._0x16e1e8,_0x5d351e._0x17a3dc,0x1ab)])){const _0x2f2fe5={};return _0x2f2fe5[_0x135411(0x2aa,0x160,_0x5d351e._0x24de2b,_0x5d351e._0x2f0f2a)]=_0x16f63c['LnDYX'],_0x2f2fe5['message']=_0x16f63c[_0x5f4b25(0x221,0x1b6,_0x5d351e._0x256f36,_0x5d351e._0x34984a)],_0x586f27[_0x5f4b25(0x1b4,_0x5d351e._0x3fc522,0x1f0,_0x5d351e._0xf71f5a)](0x6ca+-0x1*-0xa42+-0xf78)[_0x5f4b25(_0x5d351e._0x27f30e,_0x5d351e._0xb27f13,_0x5d351e._0x117646,0x226)](_0x2f2fe5);}else{const _0x148610={};_0x148610[_0x5f4b25(_0x5d351e._0x35f436,_0x5d351e._0x362796,_0x5d351e._0x3aca1e,_0x5d351e._0xb27f13)+'d']=_0x3ad1f4[_0x135411(0x114,_0x5d351e._0x30d1ae,_0x5d351e._0x4ec3af,0x1fd)],_0x148610['error']=_0x42198b[_0x135411(_0x5d351e._0x28f073,0x1a7,0x171,_0x5d351e._0x1cadd4)],_0x3a3cf1['error'](_0x16f63c[_0x135411(0x148,0x103,_0x5d351e._0x38d627,_0x5d351e._0xa43aea)],_0x148610);}}if(_0x16f63c[_0x5f4b25(0x29c,_0x5d351e._0x4c8aeb,_0x5d351e._0x24de2b,0x28d)](_0x1cd83b[_0x5f4b25(0xe4,0x142,_0x5d351e._0x51ffaa,0x193)+_0x135411(_0x5d351e._0x2ce1e0,_0x5d351e._0x2f63a9,_0x5d351e._0xa06789,0x1cc)],_0x211073[_0x135411(0xbc,0x110,0x15a,_0x5d351e._0x995105)])){if(_0x16f63c['qScSZ'](_0x135411(_0x5d351e._0x40ea48,0x146,_0x5d351e._0x4b7fc0,0xe9),_0x16f63c[_0x5f4b25(_0x5d351e._0x10f5f4,_0x5d351e._0x2b07ea,0x154,_0x5d351e._0x1c5511)])){_0x38f2dc['warn'](_0x5f4b25(0x10b,0x1df,_0x5d351e._0x3f33cb,_0x5d351e._0x4ec3af)+_0x135411(_0x5d351e._0x2c660d,0x176,_0x5d351e._0x44613b,0x208)+_0x5f4b25(0xd5,_0x5d351e._0xf74b3,0xa0,_0x5d351e._0x5996f2)+_0x135411(_0x5d351e._0x32a1e2,0xa6,_0x5d351e._0x29399c,0xde)+'ask-Id\x20hea'+_0x135411(0x275,_0x5d351e._0x164703,_0x5d351e._0x28a827,_0x5d351e._0x313cf1));const _0x3717f8={};return _0x3717f8['error']=_0x135411(0x25d,0x227,0x1c7,0x117)+'ed',_0x3717f8[_0x5f4b25(0x135,0x10b,0xe7,0x6d)]=_0x16f63c[_0x135411(0x1ca,_0x5d351e._0x20cebd,_0x5d351e._0x3bb194,0x1a2)],_0x163a76[_0x5f4b25(_0x5d351e._0x23f270,0x150,_0x5d351e._0x48bf8b,_0x5d351e._0x26bead)](-0x10b*-0x17+-0x62+-0xb05*0x2)['json'](_0x3717f8);}else{const _0x503aaf={};return _0x503aaf['error']=_0x16f63c['nyyRP'],_0x503aaf[_0x5f4b25(_0x5d351e._0x4fe263,0xe3,0xe7,0x4e)]=_0x16f63c[_0x135411(0x1f7,0x10b,_0x5d351e._0x5852f1,0x109)],_0x586f27[_0x135411(0x1fb,_0x5d351e._0x1b4919,0x27a,0x222)](0x1f0b+-0x1227+-0xb51)[_0x135411(0x19b,_0x5d351e._0x571e66,_0x5d351e._0x58d335,0x2b9)](_0x503aaf);}}if(_0x16f63c[_0x135411(0x2f2,0x26a,_0x5d351e._0x5418f0,_0x5d351e._0x2bae45)](_0x1cd83b[_0x135411(_0x5d351e._0x679fb9,0x298,0x27a,0x312)],_0x16f63c['Swicj'])){const _0x1ba813={};return _0x1ba813[_0x5f4b25(0x13e,_0x5d351e._0x583093,_0x5d351e._0xce9d0c,0xe2)]=_0x16f63c['iCZyZ'],_0x1ba813['message']=_0x135411(0x1cb,_0x5d351e._0x18630e,_0x5d351e._0x4d1d2d,0x268)+_0x5f4b25(0x140,_0x5d351e._0x49478e,0x1b0,_0x5d351e._0x13f744)+'ective',_0x586f27[_0x5f4b25(0x1df,_0x5d351e._0x2298ec,0x1f0,0x213)](0x3a4+-0x15ff+-0x13eb*-0x1)[_0x5f4b25(_0x5d351e._0x4ea623,0x169,_0x5d351e._0x117646,0x1cf)](_0x1ba813);}for(const [,_0x42b69f]of tasks[_0x135411(_0x5d351e._0x399b1c,0x15b,_0x5d351e._0x525547,_0x5d351e._0x46af79)]()){if(_0x16f63c[_0x135411(0x25d,_0x5d351e._0x19ab2b,0x20d,0x16d)](_0x16f63c[_0x135411(0x11f,_0x5d351e._0x692670,0x197,_0x5d351e._0x33577e)],_0x5f4b25(0x1f8,_0x5d351e._0x3ba736,_0x5d351e._0x563ca9,0x1f5)))_0x419e26[_0x135411(0x220,0x242,_0x5d351e._0xd43604,0x1c8)]=_0x346ae7;else{if(_0x16f63c[_0x5f4b25(_0x5d351e._0x36b8fe,0x1ed,_0x5d351e._0x30d1ae,_0x5d351e._0x43007e)](_0x42b69f[_0x5f4b25(_0x5d351e._0xe05d56,0x11d,0xd8,_0x5d351e._0x395588)+_0x135411(0x202,0x181,0x209,_0x5d351e._0x7fa0ee)],_0x1ac756)&&_0x16f63c[_0x5f4b25(0x135,0x26e,0x1e7,_0x5d351e._0x5780fc)](_0x42b69f[_0x5f4b25(_0x5d351e._0x259f65,_0x5d351e._0x26bead,0x1f0,0x13f)],'objective')){if(_0x16f63c[_0x135411(_0x5d351e._0x3d974a,0x213,0x20d,0x23f)](_0x5f4b25(0x1b3,_0x5d351e._0x1f3f53,_0x5d351e._0x155a50,0xf0),_0x16f63c[_0x135411(_0x5d351e._0x20e7db,_0x5d351e._0x3ecddc,0x18a,_0x5d351e._0x5c2170)])){const _0x3fb10d={};return _0x3fb10d[_0x5f4b25(0x12e,0x15d,0x175,_0x5d351e._0x37c0b9)]='Conflict',_0x3fb10d['message']=_0x16f63c[_0x135411(0x2cd,_0x5d351e._0x47fcef,_0x5d351e._0xa216d2,0x2c5)],_0x586f27[_0x135411(_0x5d351e._0x29edf2,0x267,_0x5d351e._0x6a5c04,_0x5d351e._0x10bc38)](-0x193d+-0x724*-0x1+0x13b2*0x1)[_0x135411(_0x5d351e._0x41f5ba,0x279,_0x5d351e._0x3dde78,0x170)](_0x3fb10d);}else{const _0x109fe5={};return _0x109fe5[_0x135411(0x229,0x243,0x1ff,0x21b)]=_0x16f63c[_0x135411(0x1c1,_0x5d351e._0x4de6a1,0x1df,0x192)],_0x109fe5[_0x135411(_0x5d351e._0xc19a82,0x1b2,_0x5d351e._0x43007e,_0x5d351e._0x2b3ffa)]=_0x16f63c['YvHgy'],_0x32ad61['status'](0x2d3*-0x9+-0x869+0x2368)['json'](_0x109fe5);}}}}const _0x38c019={};_0x38c019['taskId']=_0xe1cd2[_0x135411(_0x5d351e._0x152d99,0x199,_0x5d351e._0x4ec3af,_0x5d351e._0x74bc36)],_0x38c019[_0x135411(_0x5d351e._0x76e39a,0x11a,_0x5d351e._0x2bd3ea,_0x5d351e._0x5d5a70)+_0x5f4b25(0x1f6,_0x5d351e._0x2adf7b,_0x5d351e._0x3c22d5,0x1da)]=_0x211073[_0x5f4b25(_0x5d351e._0x1d3bba,0x6e,_0x5d351e._0x20f460,0x3e)],_0x38c019[_0x135411(_0x5d351e._0x2399db,0x112,_0x5d351e._0x5914f8,_0x5d351e._0x3b8a29)+_0x135411(_0x5d351e._0x59970d,0x17f,0x13c,_0x5d351e._0x25017f)]=_0x1ac756,_0x38c019[_0x135411(_0x5d351e._0x2ee093,0x170,0x18f,0x12f)+_0x135411(0x186,0x228,0x1a2,_0x5d351e._0xf7bbb4)]=_0x1cd83b[_0x5f4b25(_0x5d351e._0x2a22c6,_0x5d351e._0xbb5eb2,_0x5d351e._0x2d0e71,_0x5d351e._0x3a95e3)],logger[_0x5f4b25(0x107,0x144,0x17a,0xf8)](_0x16f63c[_0x5f4b25(_0x5d351e._0x3536b9,0x1f7,_0x5d351e._0x51d287,0x264)],_0x38c019),tasks['delete'](_0x1ac756);try{if(_0x16f63c[_0x135411(0x29b,_0x5d351e._0x2d8b90,0x278,0x250)]!==_0x16f63c[_0x5f4b25(_0x5d351e._0x466919,_0x5d351e._0x36b8fe,_0x5d351e._0x262265,0x223)]){const _0x2663f7=await _0x16f63c['pYnqS'](findTaskDirectory,_0x1ac756);if(_0x2663f7){if(_0x16f63c[_0x5f4b25(0x10e,_0x5d351e._0x3b92ba,_0x5d351e._0x4358ae,_0x5d351e._0x44b251)]===_0x135411(_0x5d351e._0x5fb513,_0x5d351e._0x5852e6,0x1ee,_0x5d351e._0x5e4282)){const _0x558390={};_0x558390[_0x5f4b25(_0x5d351e._0x9208e8,_0x5d351e._0x5d8219,_0x5d351e._0x2f53cc,0x25)]=!![],_0x558390[_0x135411(_0x5d351e._0x11be8f,0x184,_0x5d351e._0x1e39d8,_0x5d351e._0xce9d0c)]=!![],await _0x4abf51['rm'](_0x2663f7,_0x558390);}else{const _0xfc9a1d={};return _0xfc9a1d[_0x135411(_0x5d351e._0xcfa05b,0x215,_0x5d351e._0x87ca09,_0x5d351e._0x3a9f7b)]=_0x16f63c[_0x5f4b25(_0x5d351e._0x528c05,_0x5d351e._0x4661bc,0x155,0xa7)],_0xfc9a1d[_0x5f4b25(_0x5d351e._0x1d5958,_0x5d351e._0x49db3e,0xe7,_0x5d351e._0x218e7a)]=_0x16f63c['YvHgy'],_0x5b73e9[_0x135411(0x1d2,0x29b,_0x5d351e._0x6a5c04,0x29f)](0x1a85+-0x2510+0xc1f)[_0x135411(0x295,_0x5d351e._0x5ae68a,_0x5d351e._0x9492de,0x2c2)](_0xfc9a1d);}}}else{const _0x2f3e08={};_0x2f3e08[_0x135411(0x142,_0x5d351e._0x57fd1f,0x15a,0x130)]=_0x51b931[_0x5f4b25(_0x5d351e._0x1ae214,_0x5d351e._0x5758b4,_0x5d351e._0x1f2e87,0x157)],_0x2f3e08[_0x5f4b25(_0x5d351e._0x29d3d0,0xce,_0x5d351e._0x432d04,0x1a5)]=_0x47c336['name'],_0x2f3e08[_0x5f4b25(0x157,_0x5d351e._0x1f0d5d,0x1c5,_0x5d351e._0x3b9c6c)+'ns']=_0x19ea58['parameters']?.[_0x5f4b25(0x12a,_0x5d351e._0x40bf08,_0x5d351e._0x1e5f63,_0x5d351e._0x332886)+'ns'],_0x2f3e08[_0x5f4b25(_0x5d351e._0x485bbb,0x14a,0xe0,_0x5d351e._0x1b520d)]=_0x428b26[_0x5f4b25(_0x5d351e._0x72866f,0x101,_0x5d351e._0x50dd43,_0x5d351e._0x540bc4)],_0x16f63c[_0x5f4b25(_0x5d351e._0x55964a,_0x5d351e._0x2fa8e7,0x185,0x23d)](_0x50bb32,_0x16f63c[_0x5f4b25(0x19,0xfb,0xaa,_0x5d351e._0x27c131)],_0x2f3e08);}}catch(_0x3d3d54){if(_0x16f63c[_0x5f4b25(_0x5d351e._0x2785f4,_0x5d351e._0x57454c,0x1c7,_0x5d351e._0x45ed90)]!==_0x135411(0x277,0x19d,_0x5d351e._0x200d5d,_0x5d351e._0xf7bbb4)){const _0x2a3d85={};_0x2a3d85[_0x5f4b25(_0x5d351e._0x995105,_0x5d351e._0xf5ddaf,0x174,0xfd)+'d']=_0x1ac756,_0x2a3d85[_0x135411(0x29b,_0x5d351e._0x1a6407,_0x5d351e._0x465ede,0x298)]=_0x3d3d54[_0x5f4b25(_0x5d351e._0x33e74b,_0x5d351e._0x5757f3,0xe7,_0x5d351e._0x1a2571)],logger['error'](_0x135411(0x172,_0x5d351e._0x30aea8,_0x5d351e._0x567a35,0x177)+'delete\x20sub'+_0x135411(0x2fe,_0x5d351e._0x2acffa,_0x5d351e._0x5a64ad,_0x5d351e._0x17da5e)+'\x20from\x20disk',_0x2a3d85);}else{const _0x51f5b5={};return _0x51f5b5['error']=_0x16f63c['iCZyZ'],_0x51f5b5[_0x5f4b25(0xf8,0x100,0xe7,_0x5d351e._0x698648)]=_0x135411(0x193,_0x5d351e._0x1b63b9,0x211,_0x5d351e._0x33ad5b)+_0x5f4b25(0x221,_0x5d351e._0x463288,0x1df,_0x5d351e._0x3abea9)+_0x208449+('\x20must\x20have'+_0x135411(0x1c0,_0x5d351e._0x151be0,0x1c3,_0x5d351e._0x3cbcce)+_0x5f4b25(0x146,_0x5d351e._0x5e67f4,_0x5d351e._0x345d33,0x27a)),_0xfbdb34[_0x135411(0x28d,0x1c4,_0x5d351e._0x593493,0x26b)](-0x111*0x14+-0xa8*-0x35+-0xbe4)[_0x135411(0x2b1,0x23c,0x22a,_0x5d351e._0x5a1336)](_0x51f5b5);}}if(broadcastTaskUpdate){if(_0x16f63c['dttqt'](_0x16f63c[_0x5f4b25(_0x5d351e._0x32a7ef,0x22d,0x1ba,0x176)],_0x16f63c[_0x5f4b25(0x10c,_0x5d351e._0x1cceb0,0x1ba,_0x5d351e._0x4d5084)])){const _0x425784={};_0x425784[_0x5f4b25(_0x5d351e._0x1409fd,_0x5d351e._0x16de4c,_0x5d351e._0x1f2e87,0x48)]=_0x1ac756,_0x16f63c['MtPcg'](broadcastTaskUpdate,_0x16f63c[_0x5f4b25(_0x5d351e._0x117eb3,0x11,_0x5d351e._0x30606f,0xd4)],_0x425784);}else{const _0xbca55a={};return _0xbca55a[_0x5f4b25(0x1f1,0x149,_0x5d351e._0x79e73d,_0x5d351e._0x4ea623)]=[],_0xbca55a[_0x5f4b25(_0x5d351e._0x3aca1e,0x53,0xd8,_0x5d351e._0x25fabe)+_0x135411(0x293,0x1a0,0x209,_0x5d351e._0x1ac65b)]=_0x522918['taskId'],_0x185df2[_0x135411(_0x5d351e._0x50fb0a,_0x5d351e._0x342e2c,0x22a,_0x5d351e._0xf71f5a)](_0xbca55a);}}const _0x132eb3={};_0x132eb3[_0x135411(_0x5d351e._0x260cc5,_0x5d351e._0xa2e679,0x15a,_0x5d351e._0x28a597)]=_0xe1cd2[_0x135411(_0x5d351e._0x262265,0x111,0x15a,_0x5d351e._0x3dbeb5)];function _0x135411(_0x4976f3,_0x432bd1,_0x351f72,_0x173060){return _0x41ea83(_0x351f72- -_0x54649f._0x4fc824,_0x432bd1-0x1db,_0x432bd1,_0x173060-0xd8);}_0x132eb3[_0x5f4b25(0xf7,_0x5d351e._0x2416f3,0x105,_0x5d351e._0x2ab47b)+_0x5f4b25(_0x5d351e._0x4358ae,0xb9,0xb2,_0x5d351e._0x5aff47)]=_0x1ac756,logger[_0x5f4b25(0x109,0x139,_0x5d351e._0x377d0d,_0x5d351e._0x59d10a)](_0x16f63c['sfDZf'],_0x132eb3);function _0x5f4b25(_0x3b9209,_0x2b6c16,_0x26b218,_0x3ce261){return _0xcd4bdf(_0x3b9209-_0xbc4b16._0x1aa31f,_0x2b6c16-_0xbc4b16._0x5d8d85,_0x26b218-0x186,_0x3b9209);}const _0x3f1645={};_0x3f1645[_0x135411(0x217,_0x5d351e._0x43cdad,_0x5d351e._0x6a6e37,_0x5d351e._0x343770)]=!![],_0x3f1645[_0x5f4b25(_0x5d351e._0xf28544,0xb6,_0x5d351e._0x1f0d5d,_0x5d351e._0xca36e)]=_0x1ac756,_0x586f27['json'](_0x3f1645);});function _0x2cb4(_0x11eb99,_0x52e017){_0x11eb99=_0x11eb99-(-0x1295+0x9cf+0x97a);const _0x53595b=_0x2916();let _0xe2c77f=_0x53595b[_0x11eb99];if(_0x2cb4['siGyrN']===undefined){var _0x5dc5c5=function(_0x3ad1f4){const _0x42198b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x436ef0='',_0x49d23d='';for(let _0x74c8e4=0x1db6+-0x1b07+-0x2af,_0x4d36ca,_0x2b92a7,_0x58891f=0x1*0x23f1+-0xd6*0x26+-0x42d*0x1;_0x2b92a7=_0x3ad1f4['charAt'](_0x58891f++);~_0x2b92a7&&(_0x4d36ca=_0x74c8e4%(-0x1b26+-0x1*-0x1663+0x4c7)?_0x4d36ca*(0x3cb*0x2+-0x14dc*0x1+-0x482*-0x3)+_0x2b92a7:_0x2b92a7,_0x74c8e4++%(-0x1a15+-0x1*-0x15cd+0x44c))?_0x436ef0+=String['fromCharCode'](-0x1f7b+-0x1*0x1381+0x33fb*0x1&_0x4d36ca>>(-(-0x1*-0x20ce+-0x102d*-0x1+-0x7*0x6ff)*_0x74c8e4&-0x8f2*-0x4+-0x24a6+0xe4)):0x6fa+0xc2*-0x6+-0x2*0x137){_0x2b92a7=_0x42198b['indexOf'](_0x2b92a7);}for(let _0x5106d2=0x1070+0x1*-0x25ab+0x153b,_0x40b23f=_0x436ef0['length'];_0x5106d2<_0x40b23f;_0x5106d2++){_0x49d23d+='%'+('00'+_0x436ef0['charCodeAt'](_0x5106d2)['toString'](-0x1e70+-0xa01+-0x1*-0x2881))['slice'](-(0x406*0x5+0x1*0x96b+-0x1d87));}return decodeURIComponent(_0x49d23d);};_0x2cb4['lvuPih']=_0x5dc5c5,_0x2cb4['XqDULd']={},_0x2cb4['siGyrN']=!![];}const _0x26f99a=_0x53595b[0x4e7+0x3*-0x7cf+0x1286],_0x204631=_0x11eb99+_0x26f99a,_0x3a3cf1=_0x2cb4['XqDULd'][_0x204631];return!_0x3a3cf1?(_0xe2c77f=_0x2cb4['lvuPih'](_0xe2c77f),_0x2cb4['XqDULd'][_0x204631]=_0xe2c77f):_0xe2c77f=_0x3a3cf1,_0xe2c77f;}function _0xcd4bdf(_0x222624,_0x1ddc2b,_0x481ed9,_0x5b3408){return _0x2cb4(_0x481ed9- -0x1a8,_0x5b3408);}function _0x41ea83(_0x1a2a3d,_0x3d7fbb,_0x2597b5,_0x40e008){return _0x2cb4(_0x1a2a3d-0x172,_0x2597b5);}function generateObjectiveId(){const _0x1e7243={_0x13aa2c:0x116,_0x166b5a:0x7f,_0x3ce5bc:0x21},_0x5bba6c={_0x595321:0x232},_0x2a46ac={_0x457030:0x2ad,_0x8f507d:0xd0,_0x384ffd:0xa9};function _0x1d39b0(_0x1cbfd3,_0x73c8a2,_0x1650cc,_0x476bba){return _0x41ea83(_0x1cbfd3- -_0x2a46ac._0x457030,_0x73c8a2-_0x2a46ac._0x8f507d,_0x476bba,_0x476bba-_0x2a46ac._0x384ffd);}function _0x24e88e(_0x4f0017,_0x4df833,_0x330694,_0x1cb0f0){return _0x41ea83(_0x4f0017- -_0x5bba6c._0x595321,_0x4df833-0x7b,_0x330694,_0x1cb0f0-0x1eb);}return Date[_0x1d39b0(-0x72,-0x2d,0x3e,-_0x1e7243._0x13aa2c)]()+'-'+Math[_0x1d39b0(-_0x1e7243._0x166b5a,_0x1e7243._0x3ce5bc,-0xe4,-0x4a)]()[_0x24e88e(0xa1,0x5b,0x36,0xe2)](-0x1*-0xa22+-0x1*-0x240e+0x1c*-0x1a5)['substr'](-0xece+0x1778+-0x8a8,0x74b*-0x3+-0x4*-0x71b+-0x682);}async function findTaskDirectory(_0x458f4a){const _0x44d7ec={_0x4ae5d9:0x1fc,_0x4d7fd9:0x28d,_0x252778:0x283,_0x101dfb:0x11a,_0x49ee59:0x2ef,_0x33911a:0x29f,_0x374a4b:0xf3,_0x225990:0x1a7,_0x25f2a0:0xc9,_0x94a2e2:0x2bf,_0x5d3dd9:0x2dc,_0xaf277c:0x69,_0x2de596:0xea,_0x363553:0x171},_0x58103e={_0x451158:0x229,_0x158a1c:0x18c},_0x33e25a={_0x2162ca:0x17a},_0x8c26c1={'pkNIE':function(_0x2821e6,_0x52be6b){return _0x2821e6<=_0x52be6b;},'uCyTb':function(_0xa497a4,_0x5e0a00){return _0xa497a4(_0x5e0a00);}};if(!taskStoragePath)return null;const _0x195b3f=parseInt(process['env']['TASK_LOAD_'+_0x24b9fe(_0x44d7ec._0x4ae5d9,_0x44d7ec._0x4d7fd9,0x268,_0x44d7ec._0x252778)])||0x2657+0x187f*0x1+-0x3d69;function _0x24b9fe(_0xee3b4a,_0x5620da,_0x2e99c2,_0x11a0f1){return _0x41ea83(_0xee3b4a- -0xbb,_0x5620da-0x197,_0x11a0f1,_0x11a0f1-_0x33e25a._0x2162ca);}const _0x10238d=new Date();function _0x4a70a6(_0x1322d3,_0x5d7d23,_0xed7a1e,_0x4e1a2f){return _0x41ea83(_0x4e1a2f- -_0x58103e._0x451158,_0x5d7d23-0x10d,_0x1322d3,_0x4e1a2f-_0x58103e._0x158a1c);}for(let _0x18c19f=0x4*-0x8b7+0x1b98+0x744;_0x8c26c1[_0x4a70a6(0x6a,0xe1,0xaa,_0x44d7ec._0x101dfb)](_0x18c19f,_0x195b3f);_0x18c19f++){const _0x5331fb=new Date(_0x10238d);_0x5331fb[_0x24b9fe(0x237,_0x44d7ec._0x49ee59,_0x44d7ec._0x33911a,0x247)](_0x5331fb[_0x4a70a6(0x165,_0x44d7ec._0x374a4b,_0x44d7ec._0x225990,0x151)]()-_0x18c19f);const _0x2f2481=_0x5331fb['getUTCFull'+_0x4a70a6(0x6d,_0x44d7ec._0x25f2a0,-0x2b,0x85)](),_0x4b932d=String(_0x5331fb[_0x24b9fe(0x2d1,0x28e,0x226,0x276)+'h']()+(0x435*-0x6+-0x1*-0x469+0x14d6))['padStart'](0x5*0x14b+0x1680*0x1+-0x1cf5*0x1,'0'),_0x228de3=_0x8c26c1[_0x4a70a6(0x1a3,0x205,0xfd,0x166)](String,_0x5331fb[_0x24b9fe(_0x44d7ec._0x94a2e2,0x34f,_0x44d7ec._0x5d3dd9,0x2ea)]())[_0x4a70a6(-_0x44d7ec._0xaf277c,0x77,0xc3,0x17)](-0x112b+-0xd7d+0x2*0xf55,'0'),_0x1bb7ea=_0x2450a3[_0x4a70a6(_0x44d7ec._0x2de596,0xc1,0xde,0x65)](taskStoragePath,_0x2f2481+'-'+_0x4b932d,_0x2f2481+'-'+_0x4b932d+'-'+_0x228de3,_0x458f4a);try{return await _0x4abf51[_0x24b9fe(_0x44d7ec._0x363553,0x138,0x127,0x1f1)](_0x1bb7ea),_0x1bb7ea;}catch{}}return null;}async function createObjectiveDirectory(_0x44170e,_0x141ca7){const _0x5c14b3={_0x280c62:0x178,_0x4fb7f2:0x119,_0x39fe7a:0x1b7,_0x12b247:0x1c4,_0xd4bba2:0x94,_0x31d885:0x75,_0x20b11c:0xb3,_0x925dca:0x6a,_0x1e3085:0xa5,_0x59737b:0x44,_0x521a7e:0x69,_0x1e063a:0xf,_0x31eee5:0x236,_0x201feb:0x234,_0x321dcd:0x9d,_0x178a57:0x53,_0x346cee:0xde,_0x1db34d:0x18,_0x1b5199:0x118,_0x496ebc:0xf0,_0xc82dd:0xa0,_0x414a8e:0xcf,_0xd29dda:0xde,_0x511fcf:0x16e,_0x3457ee:0x107,_0x44870c:0xe9,_0x3e353a:0x9a,_0x55bc92:0x129,_0x26cc80:0xc,_0x49a706:0xc0,_0xa363fc:0x2a,_0x3a5cf4:0x52,_0x15709e:0xf8,_0x2ca5d2:0x4c,_0x1bee53:0x12e},_0x4d8d56={_0x22a785:0x122,_0x5062f1:0x3a},_0xa9aa36={_0x442942:0x155},_0x3eacc0={'znOpZ':function(_0x4bb18a,_0x365861){return _0x4bb18a!==_0x365861;},'aWJCI':_0xc703f2(_0x5c14b3._0x280c62,0x1cd,0x264,0x1b4),'jaRyL':function(_0x4d6405,_0x1f2502){return _0x4d6405(_0x1f2502);},'SXZvw':function(_0x4886c3,_0x3ce321){return _0x4886c3+_0x3ce321;}};if(!taskStoragePath){if(_0x3eacc0['znOpZ'](_0x3eacc0[_0xc703f2(_0x5c14b3._0x4fb7f2,_0x5c14b3._0x39fe7a,_0x5c14b3._0x12b247,0x25b)],_0x2eaa94(-0x1a,0x4,_0x5c14b3._0xd4bba2,0x24)))throw new Error(_0x2eaa94(0x127,0x7b,0xb1,0x10d)+'ge\x20path\x20no'+_0xc703f2(_0x5c14b3._0x31d885,_0x5c14b3._0x20b11c,_0x5c14b3._0x925dca,0x15)+'ed');else return _0x36743a[_0x2eaa94(-0xa,-0xed,-_0x5c14b3._0x1e3085,-0x11c)]()+'-'+_0x417b52[_0xc703f2(-_0x5c14b3._0x59737b,_0x5c14b3._0x521a7e,-0x3d,_0x5c14b3._0x1e063a)]()['toString'](-0x2e9*-0x3+-0x19*0x3b+-0xb5*0x4)['substr'](0x189e+0x2dd+-0x1b79,-0x8f6+0x1*0x19f7+-0x87c*0x2);}function _0xc703f2(_0x838e37,_0x468823,_0x11805c,_0x392cdf){return _0xcd4bdf(_0x838e37-0x19d,_0x468823-0x140,_0x468823-_0xa9aa36._0x442942,_0x838e37);}const _0x2538e3=new Date(_0x141ca7),_0x4dc34f=_0x2538e3[_0xc703f2(_0x5c14b3._0x31eee5,0x1bb,0x264,_0x5c14b3._0x201feb)+'Year']();function _0x2eaa94(_0xdbdb63,_0x346ede,_0x5ab84c,_0x68cac5){return _0xcd4bdf(_0xdbdb63-0x84,_0x346ede-_0x4d8d56._0x22a785,_0x5ab84c-_0x4d8d56._0x5062f1,_0x68cac5);}const _0x5037fb=_0x3eacc0[_0x2eaa94(_0x5c14b3._0x321dcd,0x90,_0x5c14b3._0x178a57,_0x5c14b3._0x346cee)](String,_0x3eacc0[_0xc703f2(0x55,0xa4,0x2b,_0x5c14b3._0x1db34d)](_0x2538e3[_0x2eaa94(_0x5c14b3._0x1b5199,0xf8,0xac,0xe7)+'h'](),0x1*0x20e7+0x9*-0x1d+0x1fe1*-0x1))[_0x2eaa94(-_0x5c14b3._0x496ebc,-0xcb,-_0x5c14b3._0xc82dd,-_0x5c14b3._0x414a8e)](0x1706+-0x10*0x11e+-0x524,'0'),_0xb6f34e=_0x3eacc0[_0xc703f2(_0x5c14b3._0xd29dda,_0x5c14b3._0x511fcf,_0x5c14b3._0x3457ee,_0x5c14b3._0x44870c)](String,_0x2538e3[_0x2eaa94(0x150,0x2a,_0x5c14b3._0x3e353a,_0x5c14b3._0x55bc92)]())[_0xc703f2(-0x29,0x7b,_0x5c14b3._0x26cc80,_0x5c14b3._0x49a706)](-0x6c0+-0x1c4f+0x2311,'0'),_0x43e9e6=_0x2450a3[_0x2eaa94(-0x61,-_0x5c14b3._0xa363fc,-_0x5c14b3._0x3a5cf4,-0xee)](taskStoragePath,_0x4dc34f+'-'+_0x5037fb,_0x4dc34f+'-'+_0x5037fb+'-'+_0xb6f34e,_0x44170e),_0x1d27ae={};return _0x1d27ae[_0x2eaa94(-_0x5c14b3._0x15709e,-0xc9,-0x6d,-0xa5)]=!![],await _0x4abf51[_0x2eaa94(0xfb,_0x5c14b3._0x2ca5d2,0xa1,_0x5c14b3._0x1bee53)](_0x43e9e6,_0x1d27ae),_0x43e9e6;}export default router;