@profoundlogic/coderflow-server 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.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/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-aliases.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright.config.js +1 -1
  96. package/dist/playwright.task-terminal.config.js +1 -1
  97. package/dist/routes/apiKeys.js +1 -1
  98. package/dist/routes/auth-oidc.js +1 -1
  99. package/dist/routes/auth.js +1 -1
  100. package/dist/routes/automations.js +1 -1
  101. package/dist/routes/bindings.js +1 -1
  102. package/dist/routes/build.js +1 -1
  103. package/dist/routes/containers.js +1 -1
  104. package/dist/routes/deploy-task.js +1 -1
  105. package/dist/routes/environment-management.js +1 -1
  106. package/dist/routes/environments.js +1 -1
  107. package/dist/routes/external-skills.js +1 -1
  108. package/dist/routes/git-credentials.js +1 -1
  109. package/dist/routes/git-oauth.js +1 -1
  110. package/dist/routes/git-provider-setup.js +1 -1
  111. package/dist/routes/health.js +1 -1
  112. package/dist/routes/jira.js +1 -1
  113. package/dist/routes/objective-management.js +1 -1
  114. package/dist/routes/password.js +1 -1
  115. package/dist/routes/prompt.js +1 -1
  116. package/dist/routes/provider-auth.js +1 -1
  117. package/dist/routes/qa.js +1 -1
  118. package/dist/routes/roles.js +1 -1
  119. package/dist/routes/settings.js +1 -1
  120. package/dist/routes/skill-management.js +1 -1
  121. package/dist/routes/skills.js +1 -1
  122. package/dist/routes/tasks.js +1 -1
  123. package/dist/routes/teams.js +1 -1
  124. package/dist/routes/templates.js +1 -1
  125. package/dist/routes/test-task.js +1 -1
  126. package/dist/routes/test.js +1 -1
  127. package/dist/routes/users.js +1 -1
  128. package/dist/routes/visualizations.js +1 -1
  129. package/dist/scripts/create-user.js +1 -1
  130. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  131. package/dist/start.js +1 -1
  132. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  133. package/dist/web-ui/public/activity-feed.js +1 -1
  134. package/dist/web-ui/public/activity-formatters.js +1 -1
  135. package/dist/web-ui/public/agent-event-parser.js +1 -1
  136. package/dist/web-ui/public/app.js +1 -1
  137. package/dist/web-ui/public/approve-dialog.js +1 -1
  138. package/dist/web-ui/public/automation-links.js +1 -1
  139. package/dist/web-ui/public/automation-schedule.js +1 -1
  140. package/dist/web-ui/public/comments-widget.js +1 -1
  141. package/dist/web-ui/public/diff-utils.js +1 -1
  142. package/dist/web-ui/public/environments.js +1 -1
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/file-selection-tree.js +1 -1
  145. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  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/ibmi-file-filter.js +1 -1
  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/permissions.js +1 -1
  156. package/dist/web-ui/public/pr-dialog.js +1 -1
  157. package/dist/web-ui/public/roles.js +1 -1
  158. package/dist/web-ui/public/server-health.js +1 -1
  159. package/dist/web-ui/public/settings.js +1 -1
  160. package/dist/web-ui/public/setup-password.js +1 -1
  161. package/dist/web-ui/public/skills.js +1 -1
  162. package/dist/web-ui/public/sse-client.js +1 -1
  163. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  164. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  165. package/dist/web-ui/public/task.js +1 -1
  166. package/dist/web-ui/public/teams.js +1 -1
  167. package/dist/web-ui/public/terminal.js +1 -1
  168. package/dist/web-ui/public/theme.js +1 -1
  169. package/dist/web-ui/public/users.js +1 -1
  170. package/dist/web-ui/public/variant-grouping.js +1 -1
  171. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x3be0a7,_0x33d03c){const _0x1b78fd={_0x4c7a35:0x181,_0x19dc94:0x101,_0x28634f:0x3a7,_0x40966c:0x540,_0x150c26:0x56a,_0x5a29e3:0x642,_0x10ec25:0x4d3,_0x2e825c:0x437,_0x2349f2:0x427,_0x2a2a51:0x4ed,_0x52b862:0x525,_0x156d05:0x45e,_0x4ec737:0x3f4,_0x3e49b4:0x521,_0xfea29a:0x123,_0x335f56:0x8f,_0x1a065b:0x5a,_0x1b8da0:0x4fc,_0xc43855:0x448,_0x215d81:0x55a,_0x2476ff:0x28,_0x230e72:0x81},_0x262769=_0x3be0a7();function _0x567374(_0x20e562,_0x2b7dcb,_0x3abc48,_0x59ebe3){return _0x4433(_0x59ebe3- -0xe1,_0x2b7dcb);}function _0x47bcbd(_0x410006,_0x420ed3,_0x5f1b9e,_0x5833f1){return _0x4433(_0x420ed3-0x344,_0x5833f1);}while(!![]){try{const _0x53c7d1=parseInt(_0x567374(0x37,_0x1b78fd._0x4c7a35,0x124,_0x1b78fd._0x19dc94))/(0x1f*0x61+-0x125*-0xd+-0x91*0x2f)*(-parseInt(_0x47bcbd(_0x1b78fd._0x28634f,0x45f,0x3ac,0x534))/(-0x149+-0xe91*0x2+0x1e6d))+-parseInt(_0x47bcbd(_0x1b78fd._0x40966c,_0x1b78fd._0x150c26,_0x1b78fd._0x5a29e3,0x5fa))/(0x116b+-0x19a8+-0x160*-0x6)+-parseInt(_0x47bcbd(0x499,_0x1b78fd._0x10ec25,_0x1b78fd._0x2e825c,_0x1b78fd._0x2349f2))/(0x456+0xc1*-0x31+0x209f)+parseInt(_0x47bcbd(_0x1b78fd._0x2a2a51,0x4e6,0x590,_0x1b78fd._0x52b862))/(-0x91*0xf+-0x59*0x15+-0x1*-0xfd1)*(-parseInt(_0x47bcbd(0x415,_0x1b78fd._0x156d05,_0x1b78fd._0x4ec737,_0x1b78fd._0x3e49b4))/(0x20f8+-0x4c7*-0x5+0x1*-0x38d5))+-parseInt(_0x567374(0x105,0x91,_0x1b78fd._0xfea29a,0x147))/(0x8e5+-0x22ec+0x1a0e)*(-parseInt(_0x567374(-0xe8,_0x1b78fd._0x335f56,-_0x1b78fd._0x1a065b,0x7))/(-0x1d2b+0x5cb*0x2+0x119d*0x1))+-parseInt(_0x47bcbd(0x5d3,_0x1b78fd._0x1b8da0,_0x1b78fd._0xc43855,_0x1b78fd._0x215d81))/(-0xab5*-0x1+0x17c0+-0x226c)+parseInt(_0x567374(0x10f,_0x1b78fd._0x2476ff,0x8f,_0x1b78fd._0x230e72))/(0x12ba*-0x1+0x1a68+-0x3d2*0x2);if(_0x53c7d1===_0x33d03c)break;else _0x262769['push'](_0x262769['shift']());}catch(_0x386f08){_0x262769['push'](_0x262769['shift']());}}}(_0x544d,0x739d0+0xe15ed*0x1+-0x2*0x6e5cc));import _0x1bfabd from'readline';import{promises as _0x5f4c04}from'fs';import _0x2c41ae from'path';import _0x63c0cc from'os';function _0x544d(){const _0x5b3843=['CKrHAeW','wKP2vwS','AxfVzK4','Dgv4Da','B24U','zxiGyxv0B21HDa','wxjjqNO','ChHUv2S','icaZlIbdB3b5ia','B3bLBIbICM93CW','sfvwrMK','uM1xuMq','y3rxuue','Aejcu3i','yxrPB24GC2f2zq','yxv0Aa','BM5Ly3rPB24UlG','B1jmqKO','CNPOyu4','Dg9tDhjPBMC','AejnweK','icbnB2rLoIaGia','CMvXDwLYzwq','Eu5lqKu','B24GzMfPBgvK','zg5gDxK','zM5yz3q','icbdBg91zcbjra','EwHswNu','y3jLyxrLzcbMBW','4PYtienVBM5Ly3rP','rxjYB3i6','icbvC2vYoIa','zMnAsfi','uMX2B0G','seLPz2G','EfrLC2e','CYbJCMvHDgvKia','mJqZndyWoezYwKnUsW','sLrlALu','B25MAwD1CMf0Aq','vwrlB0u','nhWXFdb8mNWZ','AxqGysbUyw1Lia','Ehb1suO','yw5KihrYEsbHzW','sKLsqsbtDgf0Dq','zwqU','icbZDgf0DxmGia','qNzoufq','ifTzl25DoIa','twXbCgq','BgvUz3rO','iefJy291BNq','z1H6yNO','D3bAsMq','DxrVBwf0AwnHBa','mtCWmZb0EK50wu4','y2SGEw91CIbJCG','qK52y08','ifnLDhvW','ELPNtw4','DxnLCG','vgvZDgLUzYbdBW','sMHnC0C','qwnJB3vUDcb0Eq','DhjPBq','icbtAxrLifvsta','CKnnqwO','ru5pru5u','ztOG','q2HiCve','4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa','sMLYysbtAxrLia','q3zJDfm','y29Kzq','4PYxiezHAwXLzcb0','yxrPB24','vvjmoIa','nJy1ntG4n1jmru9htG','y3Pjs1C','EgD3yum','zKjSEhi','Bw9Kzq','Axq6ia','sKLsqsbPBNrLzW','DcbJB25MAwD1CG','vgvZDgLUzYbksq','BNrLz3jHDgLVBG','lcb2zxjPzNK6','C3vJy2vZCW','ugXLyxnLignOzq','zuPKwu0','txnXqNe','BKnNDxi','AwWGAxmGCMvXDq','rLnes1m','qvbjifvstdOG','D2fYBG','ueXsDfG','BuXeD0S','DgfYDa','Dgf0Dxm','zwDYyxrPB24GAq','vgrWweC','BYbZyxzLignVBG','uNvUoIbJB2rLCG','rxjYB3i6iefqsq','sw5ZDhj1y3rPBW','ugfhruG','4PYtiePjuKeGy29U','Dw50igvTywLSia','BuLoANG','AxjLza','vg8GzMLUzcb5BW','B3iGz2vUzxjHDa','B3bLBIaI','kguUzY4SicjdBW','t1Ljueu','zMLSDgvY','D2LUmZi','nhDvs0TyvG','zNvSiq','CIbZzxj2AwnLia','zxjYB3i','zgf0yq','BvHxC1e','uw1mAe8','zhPXrfu','yw5KpG','Aw50zxjHy3rPDG','C3rHDhvZ','zwDYyxrPB24Gka','BwfPBcKU','AwnLigfJy291BG','ugXLyxnLihzPCW','icbqzxjZB25HBa','z1D5CKC','u0vsvKvsx0rbva','CNzLCIbQAxjHia','ihrVigzLDgnOia','qwnJB3vUDa','sfj5tLe','CZOGtM90ignVBG','CMvJDxjZAxzL','sNPOD2G','yxrSyxnZAwfUlG','y29UBMvJDa','zw1HAwW','yxbPlMf0BgfZCW','Ben6BMK','A3LVEMi','u3rLCcaZlZu6ia','icbtzxj2AwnLia','icaODxnLCYbHCa','y3jLyxrLsw50zq','ienSB3vKieLekq','B3vKieLeigLZia','yKfpzwi','DNryruW','zKjRree','ywnJB3vUDcbZzq','cGPpCgvYyxrPBW','uuXUz00','BIbJyw5JzwXSzq','Bg9N','icdIGkiGt3iGzMv0','B3qGysbWzxjZBW','ruHSzM4','C3rHCNrZv2L0Aa','CuP6z1C','BfbxshG','4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq','l19LzgDLl3rLBG','sKLsqsbJB25MAq','B246','svDHtMq','senyBu0','DwqGsuqGAxmGCG','EMXnuwq','zMLNDxjHDgLVBG','r0L1v3C','CMvKiokCKW','vKfLsLO','zgfYD2LU','vgHbzeC','lMnVBs9Tyw5HzW','CNzPy2uGywnJBW','q1PWzMO','nJq3mJH3tM9RqLm','zNDPwge','nJy1mZv1EMj4wgW','rw1HAwW6ia','teLqzeG','sKLsqsbJB25Uzq','ywLUlG','Axn0Aw5NiePjuG','AMLzv3C','yvDOsxq','lMf0BgfZC2LHBG','q21tzxa','icdIGkiGuMvZDgfY','C2vYDMLJzq','zfPkuhi','B3v0Chv0','CMeGy29UBMvJDa','DhjJvhm','Dw5SAw5R','oIbbueKGvg9Rzq','icbJB2rLCI1Zzq','qLHyr3G','CgfYC2u','EhnjDK4','u0vwEg8','C1vMBfu','zMv0y2GGq2XVDq','DhvW','B0jfvMO','C2vYDMvYigPPCG','u3rLCcaYlZu6ia','zNfeDKS','rw5qr0u','yLbdAxe','yxrPy2fSBhKU','zM9YihrOzsbZzq','y2XVC2u','zxHPDa','CMvWzwf0','AxmGDxnLzcaOBG','q2XVDwqGsuqGyq','CgKTDg9Rzw5Z','uKPLsxi','DgHQEeG','4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq','CguGwW','zwrLBNrPywXZia','ywrTAw4UyxrSyq','y3Pssxa','EK94wKG','DxnLihrOAxmGyW','CMzHy2u','uKeGy29UBMvJDa','qKLzCeK','EwvZ','4PYxienVBM5Ly3rP','C3rYAw5NAwz5','DeHSB1m','icjdCMvHDguGqq','rxL0y2W','sMTuAw8','q2XVDwqGsuqU','tM90ihnLDa','4PYtienVBM5Ly3rL','s3LIDgu','zMX3ywW','z3vYyxrPB24GCW','zhzuzgu','D3H2yMC','u3rLCca','BI9QC29U','icdIGkiGvgHLienS','CMf0Aw9UigLZia','AxfPA2u','AxjHlW','tgvpr2S','Ahr0Chm6lY9HCa','AePOre8','sNjlCKW','C3nPyw4Uy29Tia','icbfBMfIBgvKoG','uxvNt3G','EvfqB0G','BI5JB20GD2L0Aa','B3iGiKLTCg9YDa','icdIGkiGt3bLBIb0','CeT3BfO','icbODhrWCZOVlW','BhKUlI4','xtOG','v2jUsgK','BNm6','ihrVia','vg8GCMvJB25Uzq','zcbZDwnJzxnZzG','AguGD2vIifvjia','y3q6ignVzgvYlq','iokgKIbqCM9KDwn0','zxrHAwXZ','icbJB25Uzwn0ia','tNf3uuq','C3bSAxq','BMv0l19LzgDLlW','As5HDgXHC3nPyq','q291BgqGBM90ia','C2vJDxjPDhKVyq','4PYtiezVDw5Kigv4','qsbJB25MAwD1CG','Aw5NigjYB3DZzq','qvbjihrVA2vUpW','B25iBLa','zgLZywjSzwqU','AM9PBG','AxrOAM8','CwvwrNu','DwLYzsb5B3vYia','C3vIC3rYAw5N','DgvUyw50x2LUzG','ALnREgO','CxfbAgO','oIbODhrWCZOVlW','uujMDw8','shbiswS','zs1WCM9MAwXLlW','oIbfBwfPBa','C2HVD24GAw4GEq','ueKGDg9Rzw4I','ueKGDg9Rzw4Gyq','zsbksvjbignVBG','tLbQufO','zxi6ignVzgvYlq','qwHIwue','BcbHzgrYzxnZia','igL0igjLBg93','lI4U','icaGicbtzxqGDq','ANnVBG','CMvHzezPBgu','yw50x2LUzM8','s1nhwgW','AMLYysa8y29TBq','t21Izve','Ew91CI1ZAxrLlG','yvHNEwK','t3Pzz1e','Cxz5vfu','rxnkDKO','D3vSwwe','EKPADu0','y3b6BKS','ifvstc4GvgHPCW','zgLZy29UBMvJDa','r1PSr2G','sefvz3G','ChfXChi','rxjYB3i6ievTyq','BwTKAxi','rKjvrNe','rwnYrKG','DcaODxnLCYb5BW','n3W1Fdr8mxWZFa','Ahr0Chm6lY95BW','wwvZ','t0zgs08','ndCYEM15qwXZ','rM9YihnLCNzPyW','zcbjrcbHDxrVBq','lxnLCNzLCIbQAq','rezcq0q','sNftBhq','B1bTvfq','B3vYihnPDguGza','mxWYFdr8m3W1Fa','4OAsifnLDhrPBMDZ','yw5KigXVB2SGzG','wvzSr2i','C3rKB3v0','B3vKieLeoIa','EK9RAK8','wu9vs2e','yM5kBgq','DxiTy29TCgfUEq','wgrbBey','D3jntK4','AwfUlMnVBs9LEa','igXPBMTZlG','D3jPDgvgAwXL','uhrMvvG','wxfRqKG','icaGicbuzxn0ia','ruHMs1O','zwqGEwv0lG','shHLrgS','zNjVBq','igrPCMvJDg9YEq','BfrTq0u','CxvLC3rPB24','BMfSigfJy291BG','rw50zxiGDgHLia','ysbJB25Uzwn0','vxnPBMCGzgf0yq','Dw50','t3bLBMLUzYbICG','ifrVA2vUigLZia','zMX4y1u','Aw5NiePjuKeGyW','rffpCu4','uM9gDhq','uKT3yve','CgvYC29UywWGzq','ls1Zzxr1Cd0','yMfZzvvYBa','ssb0B2TLBIb3yq','B24GC3vJy2vZCW','odm0rgDSAwHo','mZiWodm0BxzJyKHp','AMLYys5QC29U','tcbKAxjLy3rSEq','CgXHDgzVCM0','BwvZC2fNzq','BMPsuuG','sLbLwKG','C3rHCNqGiG','zxf1AxjLzcbMBW','qwnJB3vUDcbuEq','BNnHwNq','rMzXsu8','CgvYC29UywW','swjNzK0','yxbPvg9Rzw4','tKvHv1a','q2XVDwqGsuq6ia','BMfSigvTywLSkq','Ag9TzwrPCG','CcbksvjbigLUDa','zNjVBsbksvjblG','vNDRz0K','DxrMltG','Aevrvem','svvNwei','y2uGywnJB3vUDa','rw1HAwWGwW','icdIGkiGr28GDg8G','Aw5WDxq','zMLNDxjLza','y2XVDwrjza','r0v1vhu','icbuB2TLBJOGia','yxbWBgLJyxrPBW','icaYlIbhAxzLia','Bwf0AwnHBgX5ia','q3bAwxy','y3rPB24','v1DMzKi','r0DTEvm','s1L0suC','icbKAxnJB25Uzq','AKjjwgC','zw5HyMXLza','icaXksbqzxjZBW','veXirLa','qxrSyxnZAwfUia','sNjezw0','CIb0AguGC2vYDG','DgG9','icbbueKGvvjmoG','iePPCMeGC2L0zq','cKfqssbIyxnLia','qxr0zw1WDgLUzW','DuXLAK8','BI5JB20VzxGVAG','AwnHBgX5lG','y29YCMvJDa','wLPquvi','DgHLihrVA2vU','q3fesve','q2XVDwqGsuq','rxHHBxbSzxm6','qvbjihrVA2vUia','zxiGDg8Gz2v0ia','4PYtiePjuKeGAw50','zgLZCgXHEu5HBq','Dg9mB3DLCKnHCW','z3nPBKO','l3jLC3qVyxbPlW','rxjYB3iGCMvHza','mJqXnJy1otbvwhfiAKq','C2vYDMvYihjLCW','qv9qqvri','B0LwCgC','icdIGkiGvgHLiefq','4PYtienVBMzPz3vY','sKLsqsbPCYbUBW'];_0x544d=function(){return _0x5b3843;};return _0x544d();}import{exec}from'child_process';import{promisify}from'util';function getDataDir(){const _0x3e2dec={_0x327576:0x51f,_0x24e0db:0x4be,_0xebc625:0x3ad,_0x302e4b:0x415,_0x227566:0x3f7,_0x59f40e:0x5ac,_0x19a593:0x4fd,_0x49b098:0x362,_0x1722b8:0x559,_0x2557a3:0x61d,_0x57649c:0x486},_0xf869e6={_0x426221:0x236},_0x834b9c={_0x746794:0x339},_0x6e1383={};_0x6e1383['VAeJZ']=_0x420366(_0x3e2dec._0x327576,0x466,0x519,_0x3e2dec._0x24e0db);function _0x420366(_0x40510d,_0x110d28,_0x414b77,_0x260785){return _0x4433(_0x40510d-_0x834b9c._0x746794,_0x110d28);}function _0x5a4e26(_0x45dc81,_0x2b53f3,_0x5389fa,_0x10c25a){return _0x4433(_0x2b53f3-_0xf869e6._0x426221,_0x10c25a);}const _0x269a0c=_0x6e1383;return process['env'][_0x5a4e26(0x3cd,0x429,_0x3e2dec._0xebc625,0x3e4)+_0x5a4e26(_0x3e2dec._0x302e4b,0x39a,0x372,_0x3e2dec._0x227566)]||_0x2c41ae[_0x420366(0x5cf,0x6a9,_0x3e2dec._0x59f40e,_0x3e2dec._0x19a593)](_0x63c0cc[_0x5a4e26(_0x3e2dec._0x49b098,0x363,0x2fa,0x2aa)](),'.coder',_0x269a0c[_0x420366(_0x3e2dec._0x1722b8,_0x3e2dec._0x2557a3,_0x3e2dec._0x57649c,0x559)]);}function getJiraConfigPath(){const _0x3afcd8={_0x2c1d2e:0x4d9,_0x1ede66:0x46c,_0x5e7391:0x2ed,_0x559839:0x3c0,_0x302307:0x3e1,_0x47ced1:0x300},_0x30be06={_0x54085b:0x399};function _0x12c1ff(_0x51e4c8,_0x5ed8e7,_0x163a93,_0x38f273){return _0x4433(_0x38f273-_0x30be06._0x54085b,_0x5ed8e7);}function _0xc62600(_0x2a168a,_0x28b974,_0x477345,_0x28a9cf){return _0x4433(_0x477345-0x2c5,_0x28b974);}const _0x5e601f={'EcrFH':function(_0x136394){return _0x136394();}};return _0x2c41ae[_0xc62600(0x470,_0x3afcd8._0x2c1d2e,0x55b,_0x3afcd8._0x1ede66)](_0x5e601f[_0xc62600(0x30d,_0x3afcd8._0x5e7391,0x3a7,_0x3afcd8._0x559839)](getDataDir),_0xc62600(0x3d7,0x383,_0x3afcd8._0x302307,_0x3afcd8._0x47ced1));}const execAsync=promisify(exec);function prompt(_0xde506c){const _0x4b3819={_0x59fab5:0xc2,_0x31afe4:0x129,_0x3ba182:0x1cc,_0x501f6c:0xb8,_0x54f47c:0x33,_0x53ab42:0x2b,_0x5f186f:0x25d,_0x34ec8e:0x2a2,_0x4baa5c:0x8c,_0x4877dc:0x2d,_0x3dc778:0xdb,_0x2b8b7e:0x1c,_0x10ee16:0x14b,_0x4c92e3:0x133,_0x3f5c22:0xb6,_0x3182e2:0x8b,_0xd8ed25:0xb1,_0x37ce0e:0x2a9,_0x5cc042:0x25e,_0x1b027b:0x37d},_0x337f1c={_0x5683fd:0xf9,_0x53f403:0x143,_0x463a71:0xb1,_0xdbc796:0xb8,_0x1ac560:0x52,_0x3423f0:0xb2,_0x37711e:0x1b,_0x47d131:0x1d,_0x34ef9f:0xcb,_0x40c1c4:0x7e,_0x59d2c5:0x6f,_0x16548b:0xef,_0x1d5730:0x12f,_0xb1ccd3:0x17c,_0x3a9b89:0x33,_0x1f383a:0xa2,_0x387a94:0xb8,_0x74bc86:0x2c,_0x448354:0x4,_0x57f8f9:0x3e,_0x2fe198:0x193,_0x5ea379:0x11b,_0x31cfed:0x25,_0x825bc:0xbb},_0x13f6ba={_0x2b5af3:0x529,_0xbda4b0:0x4f8},_0x289f4d={_0x258027:0x182,_0x2f2dee:0x110},_0x57bc07={_0x52d90e:0x153},_0x5ae81b={};_0x5ae81b[_0x20b95e(_0x4b3819._0x59fab5,_0x4b3819._0x31afe4,0xb8,_0x4b3819._0x3ba182)]=_0x20b95e(-0x17,_0x4b3819._0x501f6c,-_0x4b3819._0x54f47c,_0x4b3819._0x53ab42)+_0x2463d9(_0x4b3819._0x5f186f,_0x4b3819._0x34ec8e,0x1b2,0x178)+'d.',_0x5ae81b[_0x20b95e(-_0x4b3819._0x4baa5c,-_0x4b3819._0x4877dc,-0x108,0xb3)]=function(_0x2745ad,_0x1ed1eb){return _0x2745ad!==_0x1ed1eb;},_0x5ae81b[_0x2463d9(0x2a1,0x1ec,0x291,0x1c1)]=_0x20b95e(_0x4b3819._0x3dc778,0xf7,0xc8,0x2f);const _0x3e156a=_0x5ae81b,_0x3951f1={};_0x3951f1[_0x20b95e(0xbb,-_0x4b3819._0x2b8b7e,0xcc,0xf)]=process['stdin'];function _0x2463d9(_0x2fb08e,_0x3a5c41,_0x10fe3d,_0x82bf2){return _0x4433(_0x2fb08e-0x50,_0x82bf2);}_0x3951f1[_0x20b95e(0x148,0xe2,0xcc,0x39)]=process[_0x2463d9(0x144,_0x4b3819._0x10ee16,_0x4b3819._0x4c92e3,_0x4b3819._0x3f5c22)];const _0x19419d=_0x1bfabd[_0x20b95e(_0x4b3819._0x3182e2,_0x4b3819._0xd8ed25,0x18b,0x169)+_0x2463d9(_0x4b3819._0x37ce0e,0x2b5,_0x4b3819._0x5cc042,_0x4b3819._0x1b027b)](_0x3951f1);function _0x20b95e(_0xc0fd39,_0x3e209e,_0x4d8c95,_0x114d12){return _0x4433(_0x3e209e- -_0x57bc07._0x52d90e,_0xc0fd39);}return new Promise((_0x23311b,_0x1f8d0a)=>{const _0x233fcd={_0x496c53:0x188,_0x5f0ef3:0x403},_0x27fdfc={_0x2b4325:0x3c9,_0x12511a:0x31d,_0x1e204b:0x216,_0x1dddcf:0x317,_0x2356de:0x33e},_0x378dc7={_0x1bce23:0x15d},_0x40b406={_0x1c120b:0x142};function _0x5e21ea(_0x1f3359,_0x48c086,_0x4d5a3d,_0xd72ec6){return _0x20b95e(_0xd72ec6,_0x4d5a3d- -0x3,_0x4d5a3d-_0x289f4d._0x258027,_0xd72ec6-_0x289f4d._0x2f2dee);}const _0x3f884b={'KYtIG':function(_0x7967ea,_0x3f65ee){return _0x7967ea(_0x3f65ee);}};function _0x105d38(_0x13c304,_0x4d5faa,_0x48f253,_0x195bb3){return _0x20b95e(_0x48f253,_0x195bb3- -0x4c,_0x48f253-0x1da,_0x195bb3-_0x40b406._0x1c120b);}if(_0x3e156a[_0x5e21ea(0xad,-_0x337f1c._0x5683fd,-0x30,-0xa6)](_0x5e21ea(-0xf9,-_0x337f1c._0x53f403,-0x6f,-0x20),_0x105d38(-_0x337f1c._0x463a71,-0xc8,-0x117,-_0x337f1c._0xdbc796)))_0x4df545[_0x105d38(0xbb,0xe6,-_0x337f1c._0x1ac560,0x6f)](_0x105d38(-_0x337f1c._0x3423f0,-0x10,-_0x337f1c._0x37711e,-_0x337f1c._0x37711e)+':\x20'+_0x5619c8[_0x5e21ea(0xca,-0x30,-_0x337f1c._0x47d131,0x71)]),_0x540179[_0x105d38(_0x337f1c._0x34ef9f,-_0x337f1c._0x40c1c4,0x150,_0x337f1c._0x59d2c5)]('\x20\x20API\x20URL:'+'\x20\x20https://'+_0x105d38(0xe1,_0x337f1c._0x16548b,0x33,0x5f)+_0x105d38(-_0x337f1c._0x1d5730,-_0x337f1c._0xb1ccd3,_0x337f1c._0x3a9b89,-0xa3)+'/jira/'+_0x6106be[_0x5e21ea(0x5c,_0x337f1c._0x1f383a,-0x1d,-0xed)]),_0x153aa7[_0x5e21ea(0x191,0x148,_0x337f1c._0x387a94,_0x337f1c._0x74bc86)](_0x5e21ea(-0xa8,_0x337f1c._0x448354,0x28,0x8f)+_0x5e21ea(_0x337f1c._0x57f8f9,_0x337f1c._0x2fe198,0xac,_0x337f1c._0x3423f0)+'Account');else{let _0x435f3e=![];_0x19419d[_0x105d38(-_0x337f1c._0x5ea379,-_0x337f1c._0x31cfed,0x41,-0x97)](_0xde506c,_0x1a01c2=>{const _0x41c466={_0x3167e4:0x6d,_0x248696:0x31e};_0x435f3e=!![];function _0x2e04e4(_0x5286da,_0x179c0b,_0x115d2b,_0x35090e){return _0x105d38(_0x5286da-0x60,_0x179c0b-_0x41c466._0x3167e4,_0x35090e,_0x179c0b-_0x41c466._0x248696);}_0x19419d[_0x2e04e4(0x3a1,_0x27fdfc._0x2b4325,_0x27fdfc._0x12511a,0x321)]();function _0x349595(_0x3ff433,_0x401d0f,_0x49cca7,_0x4571ff){return _0x5e21ea(_0x3ff433-0x113,_0x401d0f-_0x378dc7._0x1bce23,_0x4571ff- -0x18c,_0x49cca7);}_0x3f884b[_0x2e04e4(_0x27fdfc._0x1e204b,0x2c2,_0x27fdfc._0x1dddcf,_0x27fdfc._0x2356de)](_0x23311b,_0x1a01c2);}),_0x19419d['on'](_0x3e156a[_0x105d38(_0x337f1c._0x825bc,0x97,-0x17,0xb2)],()=>{function _0xbe433f(_0x34b7c4,_0x2776cf,_0x33d983,_0x55bf04){return _0x5e21ea(_0x34b7c4-_0x233fcd._0x496c53,_0x2776cf-0xdd,_0x33d983-_0x233fcd._0x5f0ef3,_0x2776cf);}!_0x435f3e&&(console['log'](_0x3e156a['pKwlZ']),process[_0xbe433f(_0x13f6ba._0x2b5af3,0x45b,_0x13f6ba._0xbda4b0,0x4dc)](-0x2*-0xb1e+-0x55*-0x15+-0x1*0x1d35));});}});}function promptSecret(_0x146006){const _0x362869={'YASdF':function(_0x274fc1,_0x533989){return _0x274fc1(_0x533989);}};return _0x362869['YASdF'](prompt,_0x146006);}function _0x4433(_0x167a25,_0x36ab6b){_0x167a25=_0x167a25-(0x2*0x11f5+0x2*0xfec+-0x4302);const _0x2c5482=_0x544d();let _0x5cec6e=_0x2c5482[_0x167a25];if(_0x4433['UPvgcb']===undefined){var _0x11678a=function(_0x4371b6){const _0x748a98='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xf228='',_0x23dc95='';for(let _0x2df130=-0x14fd+0x209*-0x9+0x274e,_0x5932e1,_0x13c4fc,_0x452b13=-0x60d*-0x1+-0x73f+0x132;_0x13c4fc=_0x4371b6['charAt'](_0x452b13++);~_0x13c4fc&&(_0x5932e1=_0x2df130%(-0x1860+-0xb50+0x23b4*0x1)?_0x5932e1*(0x5d*-0x49+0x20f3+0x71*-0xe)+_0x13c4fc:_0x13c4fc,_0x2df130++%(0x1*0x2446+0x101*0xf+-0x111b*0x3))?_0xf228+=String['fromCharCode'](0x13f9+-0xed*0x1f+0x9b9&_0x5932e1>>(-(-0x1b23*0x1+0xb41+0xfe4)*_0x2df130&0xa79+-0x17b1*0x1+0x69f*0x2)):0x7*0x215+-0x5*-0x79+-0x1*0x10f0){_0x13c4fc=_0x748a98['indexOf'](_0x13c4fc);}for(let _0x2e0e27=-0x1*-0x56c+-0x8*-0x16+-0x2*0x30e,_0x2a8260=_0xf228['length'];_0x2e0e27<_0x2a8260;_0x2e0e27++){_0x23dc95+='%'+('00'+_0xf228['charCodeAt'](_0x2e0e27)['toString'](-0x753+0x3de+0x11*0x35))['slice'](-(0x17c5+0x1880+-0x161*0x23));}return decodeURIComponent(_0x23dc95);};_0x4433['bDvRJi']=_0x11678a,_0x4433['qszwad']={},_0x4433['UPvgcb']=!![];}const _0x47fef2=_0x2c5482[0x12*0x1c9+0x8c0+-0x28e2],_0x458cb8=_0x167a25+_0x47fef2,_0x1c0246=_0x4433['qszwad'][_0x458cb8];return!_0x1c0246?(_0x5cec6e=_0x4433['bDvRJi'](_0x5cec6e),_0x4433['qszwad'][_0x458cb8]=_0x5cec6e):_0x5cec6e=_0x1c0246,_0x5cec6e;}async function testJiraConnection(_0x50b39b,_0x782e46,_0x48d5bd){const _0x285ee1={_0xc6bf50:0x3cf,_0x4f77b5:0x3ec,_0x2b7b36:0x372,_0x39696a:0x4df,_0x2c6a6f:0x3f7,_0x1115ab:0x447,_0x2b603f:0x313,_0x124681:0x357,_0x560252:0x352,_0x1a5529:0x36b,_0x57492c:0x3d3,_0x327fea:0x4e7,_0x3c323c:0x4c0,_0x512dee:0x4e7,_0x272da0:0x425,_0x262a8f:0x2cc,_0x219260:0x2b2,_0x452d06:0x341,_0x4e3f4f:0x2b3,_0x7fc771:0x247,_0x60b182:0x181,_0x45551e:0x195,_0x5dea0a:0x17e,_0x5c0e84:0x29b,_0x2f9fc7:0x1dd,_0x1d336c:0x16f,_0x44f3b5:0x1fb,_0x1c002e:0x319,_0x12da07:0x2e7,_0x97ee72:0x2b6,_0x4e096c:0x12d,_0x36a406:0x1be,_0x5c7cfa:0x1bd,_0x316485:0x397,_0x30e92e:0x391,_0x355333:0x3fd,_0x49adf3:0x413,_0x4eaf27:0x3f1,_0x5629c3:0x285,_0xc2bf7b:0x37d,_0x4ab265:0x32b,_0x2c3807:0x27a,_0x32fb9e:0x286,_0x3f1e65:0x31e,_0x145cd7:0x45a,_0x2b8df1:0x3cf,_0x4de98e:0x33b,_0x50229a:0x1e0,_0x467ac3:0x445,_0x31266b:0x3b9,_0x602d79:0x4da,_0x29d8be:0x47b,_0x46646f:0x2ed,_0x492658:0x4a6,_0x343271:0x1b0,_0x1790a:0x2ff,_0x2d6bb4:0x2c2,_0x35d983:0x170,_0x6a0daf:0x129,_0x486896:0x135,_0x1911d6:0x19c,_0x2f7a33:0x1e7,_0xd7a44c:0x1b4,_0x397bc8:0x167,_0x3fb589:0x13d,_0xa8dfa5:0x327,_0x1d918e:0x26f},_0x23cc4b={_0x2ebc71:0x5};function _0x34345c(_0x257fef,_0x5c4c33,_0x38d801,_0x4b0665){return _0x4433(_0x4b0665-0x1ea,_0x5c4c33);}const _0x590c9d={'gsinJ':_0x34345c(0x346,_0x285ee1._0xc6bf50,_0x285ee1._0x4f77b5,_0x285ee1._0x2b7b36),'bPCiq':_0x34345c(0x48a,_0x285ee1._0x39696a,_0x285ee1._0x2c6a6f,_0x285ee1._0x1115ab)+_0x34345c(_0x285ee1._0x2b603f,_0x285ee1._0x124681,_0x285ee1._0x560252,_0x285ee1._0x1a5529),'BvNPT':'base64','HpHIk':function(_0x1df564,_0x3a09f0,_0x4aebf4){return _0x1df564(_0x3a09f0,_0x4aebf4);},'RmWRd':_0x34345c(0x23f,0x2e9,_0x285ee1._0x57492c,0x326)+_0x34345c(0x515,_0x285ee1._0x327fea,0x4eb,0x456),'bAOeb':function(_0x5714d3,_0x3f724b){return _0x5714d3===_0x3f724b;},'NqwQD':_0x34345c(0x4b2,_0x285ee1._0x3c323c,_0x285ee1._0x512dee,_0x285ee1._0x272da0),'yAxzz':_0x34345c(0x25f,0x22b,0x2c6,0x2ea)};function _0x590733(_0x19e7e4,_0x899fc4,_0x59b9f8,_0x1c1ce9){return _0x4433(_0x59b9f8- -_0x23cc4b._0x2ebc71,_0x1c1ce9);}try{const _0x16e8b1=Buffer[_0x34345c(_0x285ee1._0x262a8f,0x383,_0x285ee1._0x219260,0x2ef)](_0x782e46+':'+_0x48d5bd)[_0x34345c(0x3ee,_0x285ee1._0x452d06,_0x285ee1._0x4e3f4f,0x366)](_0x590c9d[_0x590733(_0x285ee1._0x7fc771,_0x285ee1._0x60b182,_0x285ee1._0x45551e,_0x285ee1._0x5dea0a)]),_0x4a7dce=await _0x590c9d[_0x590733(0x20f,0x1ee,_0x285ee1._0x5c0e84,0x1cc)](fetch,_0x50b39b+(_0x34345c(0x3c0,0x280,0x342,0x34a)+'3/myself'),{'headers':{'Authorization':'Basic\x20'+_0x16e8b1,'Accept':_0x590c9d[_0x590733(_0x285ee1._0x2f9fc7,0x180,_0x285ee1._0x1d336c,_0x285ee1._0x44f3b5)]}});if(_0x4a7dce['ok']){const _0xaef963=await _0x4a7dce[_0x34345c(_0x285ee1._0x1c002e,_0x285ee1._0x12da07,0x213,_0x285ee1._0x97ee72)](),_0x2f2027={};return _0x2f2027[_0x590733(_0x285ee1._0x4e096c,0x217,_0x285ee1._0x36a406,_0x285ee1._0x5c7cfa)]=!![],_0x2f2027[_0x34345c(0x2e3,0x44e,_0x285ee1._0x316485,_0x285ee1._0x30e92e)]=_0xaef963,_0x2f2027;}else{if(_0x590c9d[_0x34345c(0x4d6,_0x285ee1._0x355333,_0x285ee1._0x49adf3,_0x285ee1._0x4eaf27)](_0x590c9d[_0x590733(0x1c7,0x2a6,_0x285ee1._0x5629c3,0x2b5)],_0x590c9d['yAxzz'])){const _0x4922e3=_0x34345c(0x391,0x45b,0x2cb,_0x285ee1._0xc2bf7b)[_0x590733(_0x285ee1._0x4ab265,_0x285ee1._0x2c3807,_0x285ee1._0x32fb9e,0x31f)]('|');let _0x19db8=-0x24d+-0x12f7*0x2+-0x283b*-0x1;while(!![]){switch(_0x4922e3[_0x19db8++]){case'0':_0x2475ba[_0x34345c(_0x285ee1._0x3f1e65,_0x285ee1._0x145cd7,0x3c1,_0x285ee1._0x2b8df1)](_0x590c9d[_0x34345c(0x34b,_0x285ee1._0x4de98e,0x2c9,0x349)],_0xcea69c['error']);continue;case'1':_0x58806c[_0x590733(0x27d,0xfe,_0x285ee1._0x50229a,0x29f)]('');continue;case'2':_0x11b38a[_0x34345c(_0x285ee1._0x467ac3,0x34a,_0x285ee1._0x31266b,_0x285ee1._0x2b8df1)]('');continue;case'3':_0x277ed6[_0x34345c(0x3ab,_0x285ee1._0x602d79,_0x285ee1._0x29d8be,0x435)](-0x3*-0x5b5+0x85+0x285*-0x7);continue;case'4':_0x1935c8[_0x34345c(_0x285ee1._0x46646f,_0x285ee1._0x492658,0x3df,0x3cf)](_0x590c9d[_0x590733(_0x285ee1._0x343271,_0x285ee1._0x1790a,0x242,_0x285ee1._0x2d6bb4)]);continue;}break;}}else{const _0x52b966=await _0x4a7dce[_0x590733(_0x285ee1._0x35d983,0x1cb,0x167,_0x285ee1._0x6a0daf)](),_0x11b28e={};return _0x11b28e[_0x590733(_0x285ee1._0x486896,0xdd,_0x285ee1._0x36a406,0xd5)]=![],_0x11b28e['error']='HTTP\x20'+_0x4a7dce[_0x590733(0x14b,_0x285ee1._0x1911d6,_0x285ee1._0x2f7a33,_0x285ee1._0xd7a44c)]+':\x20'+_0x52b966,_0x11b28e;}}}catch(_0x891b87){const _0x4b8574={};return _0x4b8574[_0x590733(_0x285ee1._0x397bc8,0x17f,0x1be,_0x285ee1._0x3fb589)]=![],_0x4b8574['error']=_0x891b87[_0x34345c(_0x285ee1._0xa8dfa5,0x346,_0x285ee1._0x1d918e,0x309)],_0x4b8574;}}async function fetchCloudId(_0x2dd1f7){const _0xbaf3df={_0x2fb4dc:0x33,_0xa35ad8:0x52e,_0x251a8e:0x7f,_0x10960c:0x114,_0x38fc29:0x18a,_0x20dea3:0x2e,_0x488eb6:0x11a,_0x367ce5:0x5fd,_0x241380:0x557,_0x2e6ce5:0x5bb,_0x363fd7:0x452,_0x390f07:0x384,_0xf98a56:0x46d,_0x4a8386:0x4a4,_0x1590c2:0x4da};function _0x36fb46(_0x2fd4b0,_0x210a00,_0x4d18a0,_0x3a43d1){return _0x4433(_0x210a00- -0x1e0,_0x2fd4b0);}const _0x33f47d={'DQOqN':function(_0x479c1d,_0x3bf5a4,_0x599983){return _0x479c1d(_0x3bf5a4,_0x599983);},'HCXmM':'applicatio'+_0x36fb46(-0x51,0x8c,_0xbaf3df._0x2fb4dc,0x138)};try{const _0x556e66=await _0x33f47d[_0x200786(_0xbaf3df._0xa35ad8,0x3cf,0x41a,0x4b3)](fetch,_0x2dd1f7+(_0x36fb46(_0xbaf3df._0x251a8e,0x36,_0xbaf3df._0x10960c,0x6c)+_0x36fb46(-_0xbaf3df._0x38fc29,-0x112,-_0xbaf3df._0x20dea3,-_0xbaf3df._0x488eb6)),{'headers':{'Accept':_0x33f47d[_0x200786(_0xbaf3df._0x367ce5,_0xbaf3df._0x241380,0x59c,_0xbaf3df._0x2e6ce5)]}});if(_0x556e66['ok']){const _0x21b726=await _0x556e66[_0x200786(_0xbaf3df._0x363fd7,0x508,_0xbaf3df._0x390f07,_0xbaf3df._0xf98a56)]();if(_0x21b726[_0x200786(0x505,_0xbaf3df._0x4a8386,0x5cb,_0xbaf3df._0x1590c2)])return _0x21b726['cloudId'];}}catch{}function _0x200786(_0x5b2ca5,_0xc22ff5,_0x350553,_0x47bb97){return _0x4433(_0x47bb97-0x3a1,_0xc22ff5);}return null;}async function openTokenPage(){const _0xc40def={_0x245987:0x1fc,_0x2155b1:0x162,_0x3978d2:0x3b,_0x42d5c4:0x1c1,_0x3be667:0xd9,_0xa9b4eb:0x43,_0xda042b:0x91,_0x1b760d:0xbf,_0xa2dd:0x7f,_0x2aa50d:0xad,_0x3a61c0:0x2,_0x475f15:0x59,_0x25c1b3:0xba,_0x5dcc8d:0x111,_0x39bc47:0x119,_0x1b0f4d:0x37,_0x26c840:0x1c,_0x5de49c:0x128,_0x3c6290:0xae,_0x4efdb9:0x70,_0x5c3b7e:0x4,_0x554a64:0x47,_0x39a635:0x31,_0x390a73:0x108,_0x20b848:0x1ed,_0x19c8e5:0x1b6,_0x1b8869:0x1a0,_0x107840:0x2b4,_0xe29e76:0x243,_0x4acf0c:0x233,_0x41e727:0xc4,_0x440e76:0x1c,_0xd10099:0xca,_0x35df3c:0x109,_0x543dca:0x110,_0x369202:0x6c,_0x226664:0xd0,_0xaaf132:0x8f,_0x1b44ba:0x83,_0x433c19:0xc0,_0x212aaf:0xc1,_0x51dec1:0x16f,_0x3d74e2:0x1c4,_0x5cd0ab:0xf0,_0x561a24:0x285,_0x597e9b:0x39,_0x1a3beb:0xc0,_0x223794:0x42,_0x3b9f17:0x3,_0x1b2cd8:0xe8,_0xa048b8:0xdd,_0x4204f8:0x67,_0x3f2960:0xe0,_0x3d5f7b:0x4,_0x44566b:0x176,_0x2c9bcf:0x10d,_0x5ad6aa:0xfb,_0x4c51aa:0xed,_0x1c061d:0xdb,_0x1eebd0:0xf7,_0x38418e:0x12,_0x3b1053:0x168,_0x2dd37f:0x61,_0x25c0d8:0xd3,_0x3a2a10:0xea,_0x3a98cb:0xce,_0x2fa596:0x5d,_0x2648dc:0x41,_0x227a69:0x25,_0x5d9feb:0x9f},_0x4b8082={_0x50ec7e:0x1e2},_0x37d231={_0x4b2f0f:0x309},_0x4c4f5b={'RJeIr':_0x38d8ac(-_0xc40def._0x245987,-_0xc40def._0x2155b1,-0x193,-0x1a1)+_0x4cc247(-0x23,0xab,-_0xc40def._0x3978d2,-0xc)+'ed\x20yet.','EsJvJ':'https://id'+_0x38d8ac(-_0xc40def._0x42d5c4,-0x15d,-0xf1,-_0xc40def._0x3be667)+_0x4cc247(0x41,_0xc40def._0xa9b4eb,-_0xc40def._0xda042b,-0x75)+_0x4cc247(_0xc40def._0x1b760d,0x74,_0xc40def._0xa2dd,0x7)+_0x4cc247(_0xc40def._0x2aa50d,_0xc40def._0x3a61c0,0xde,_0xc40def._0x475f15)+_0x38d8ac(0x2c,-0x1,-0x12f,-_0xc40def._0x25c1b3),'MsqBq':function(_0x1f4c31,_0x1f8071){return _0x1f4c31===_0x1f8071;},'cpznK':_0x4cc247(0x3f,_0xc40def._0x5dcc8d,_0xc40def._0x39bc47,0xb2),'jBIXg':_0x4cc247(-0x1,0x2b,-_0xc40def._0x1b0f4d,0x66),'TLHFP':_0x38d8ac(_0xc40def._0x26c840,-0xc9,-_0xc40def._0x5de49c,-_0xc40def._0x3c6290),'LvwOz':function(_0xdcf09f,_0xab5ec1){return _0xdcf09f(_0xab5ec1);},'onHnP':'Could\x20not\x20'+_0x4cc247(-_0xc40def._0x4efdb9,-0x117,_0xc40def._0x5c3b7e,-0xe3)+_0x4cc247(-0x74,-0x151,_0xc40def._0x554a64,_0xc40def._0x39a635)+_0x38d8ac(-_0xc40def._0x390a73,-_0xc40def._0x20b848,-0x11b,-_0xc40def._0x19c8e5)};function _0x38d8ac(_0x5009f1,_0x4db156,_0x46e0fa,_0x5101c2){return _0x4433(_0x5101c2- -_0x37d231._0x4b2f0f,_0x4db156);}const _0x23e642=_0x4c4f5b[_0x38d8ac(-_0xc40def._0x1b8869,-_0xc40def._0x107840,-_0xc40def._0xe29e76,-_0xc40def._0x4acf0c)];function _0x4cc247(_0x4a0ce0,_0x256bf2,_0x260305,_0x50e947){return _0x4433(_0x4a0ce0- -_0x4b8082._0x50ec7e,_0x260305);}try{const _0x6c9b7e=process[_0x4cc247(-_0xc40def._0x41e727,-0xfb,-0xe,-0x153)];let _0x6b16ea;if(_0x4c4f5b[_0x4cc247(-_0xc40def._0x440e76,0x16,_0xc40def._0xd10099,-0x6a)](_0x6c9b7e,_0x4c4f5b[_0x4cc247(-_0xc40def._0x35df3c,-_0xc40def._0x543dca,-0xf3,-_0xc40def._0x369202)]))_0x6b16ea=_0x38d8ac(-_0xc40def._0x226664,-_0xc40def._0xaaf132,-0x16a,-0x12c)+_0x23e642+'\x22';else _0x4c4f5b[_0x4cc247(-_0xc40def._0x440e76,-_0xc40def._0x1b44ba,-_0xc40def._0x433c19,-_0xc40def._0x212aaf)](_0x6c9b7e,_0x4c4f5b[_0x38d8ac(-0x1ea,-0xf1,-_0xc40def._0x51dec1,-_0xc40def._0x3d74e2)])?_0x4c4f5b[_0x38d8ac(-0x166,-_0xc40def._0x5cd0ab,-_0xc40def._0x561a24,-0x1c1)]===_0x4c4f5b[_0x4cc247(-0x9a,-_0xc40def._0x597e9b,-0xcc,-0xb4)]?_0x6b16ea=_0x4cc247(-_0xc40def._0x1a3beb,-_0xc40def._0x223794,_0xc40def._0x3b9f17,-_0xc40def._0x1b2cd8)+_0x23e642+'\x22':(_0x1bc979[_0x4cc247(0x2c,_0xc40def._0xa048b8,_0xc40def._0x4204f8,-0x4e)](_0x4c4f5b[_0x4cc247(0x6e,_0xc40def._0x3f2960,-_0xc40def._0x3d5f7b,0xaa)]),_0x4f6af8[_0x38d8ac(-_0xc40def._0x44566b,-0x1c,-_0xc40def._0x2c9bcf,-_0xc40def._0x5ad6aa)](''),_0x174657['log'](_0x4cc247(-0xf,-_0xc40def._0x4c51aa,-_0xc40def._0x1c061d,_0xc40def._0x3c6290)+_0x4cc247(-_0xc40def._0x1eebd0,-_0xc40def._0x38418e,-_0xc40def._0x3b1053,-0xc0)+_0x38d8ac(-0x198,-_0xc40def._0x2dd37f,-0x18c,-_0xc40def._0x25c0d8))):_0x6b16ea='xdg-open\x20\x22'+_0x23e642+'\x22';return await _0x4c4f5b['LvwOz'](execAsync,_0x6b16ea),!![];}catch(_0x3ab480){return console[_0x4cc247(-0x17,0x2d,-_0xc40def._0x3a2a10,-_0xc40def._0x3a98cb)](_0x4c4f5b[_0x4cc247(0xb2,0x193,0xdc,0x186)]),console[_0x4cc247(0x2c,-0x6f,-0x68,0xe0)](_0x38d8ac(-_0xc40def._0x2fa596,-_0xc40def._0x2648dc,-0xc2,-0x119)+_0x4cc247(-_0xc40def._0x227a69,0xc3,-0x6f,-_0xc40def._0x5d9feb)+_0x23e642),![];}}async function connect(){const _0x383278={_0x14d865:0x35f,_0x553a96:0x363,_0x597514:0x1bc,_0x3ab426:0xe7,_0x422962:0x1db,_0xefe9db:0x83,_0x2fff70:0x2e0,_0x338b06:0x42e,_0x4332c0:0x470,_0x4edd7d:0x3dc,_0x4b4d0:0x425,_0x1bb836:0x50d,_0x23d23a:0x1b3,_0x42d145:0x2bc,_0x50df1e:0x10d,_0x46efe2:0x3b6,_0x2b79ff:0x48c,_0x5e89fd:0x15a,_0x44c716:0x20,_0x166478:0x7d,_0x3b4c4a:0x21,_0x36d510:0x3cd,_0xcdf7d2:0x43a,_0x24d4a9:0x43e,_0x2dbbaa:0x275,_0x581156:0x3af,_0x20049f:0x69,_0x1f74de:0xc6,_0x4a4d0a:0x8,_0x2405cf:0xd7,_0x2319bd:0x497,_0x2a9ffb:0x447,_0x4716f6:0x508,_0x4199d8:0x559,_0x5df0a3:0x4f4,_0x203752:0x4ac,_0x4a83ed:0x15e,_0x55d844:0xad,_0x4c44c5:0x337,_0x3a9426:0x127,_0x4797a7:0x48,_0x11468c:0x42,_0x1eaab8:0x84,_0xf2945a:0x1d3,_0x3bc95e:0xb9,_0x24f416:0x12a,_0x2edee5:0x3e9,_0x275af3:0x3b5,_0x6d0a54:0x326,_0x12c6dc:0x5b,_0x29c38a:0x522,_0x3e72df:0x3b1,_0x44faa6:0x3a8,_0x4ab3c8:0x54c,_0x16e870:0x4f9,_0x549052:0x2d,_0xbeec2a:0x3d,_0x314772:0x1c7,_0x25f957:0x543,_0x1912e7:0x3d9,_0x493663:0x3fe,_0x40d232:0x3c2,_0x4f916f:0x40c,_0x35738f:0x135,_0x4acb73:0x17b,_0x38aa23:0x63,_0x5b88cb:0x76,_0x16cc6c:0x66,_0x53f332:0x5a0,_0x35d09f:0x1da,_0x49bd79:0x1d6,_0x1f806b:0x1c5,_0xec29fa:0x137,_0xe4c3fb:0xfb,_0x2f7993:0x1aa,_0x3204f5:0x4b2,_0x2c806a:0x418,_0x56eecc:0x1f,_0x1cb55b:0x388,_0x43e4dd:0x2e8,_0x1b8dee:0x3ae,_0x60016b:0x48b,_0x21cfdc:0x3ad,_0x4a61cf:0x370,_0xad85f0:0x36f,_0x3ca6ff:0x28,_0x5e7636:0xb,_0x114cfd:0xa4,_0x3b8662:0x62,_0x216291:0x70,_0x2d22ea:0x8a,_0x4a3812:0x10a,_0x2cd70e:0x1e1,_0x1ff09e:0x27a,_0x375fc0:0x1d2,_0x2f4190:0x130,_0x77817a:0x1be,_0x168d34:0x53a,_0x991434:0x3cd,_0x512d36:0x546,_0x220d8b:0x93,_0x33ffea:0x30f,_0x246193:0x38e,_0x26da37:0x353,_0x5b9593:0x412,_0x174f31:0x292,_0x214f2d:0x360,_0x5db17f:0x274,_0x592ebb:0x44d,_0xad169a:0x4c9,_0x117c19:0x9a,_0x6d66c:0x1f3,_0x2d9d5e:0x146,_0x441811:0x191,_0x54c2fa:0xac,_0x2b659b:0x9d,_0x3affc3:0x57d,_0x3ec6a2:0x4c8,_0x17f479:0x444,_0x15c98a:0x121,_0x15fa71:0x64,_0x25b8b0:0x149,_0x4a9c2d:0xbb,_0x3afe86:0x102,_0x262419:0x1a8,_0xba5c1e:0x231,_0x34174c:0x2ec,_0x4676bf:0x496,_0x37c214:0x3b7,_0x37692c:0x453,_0x1c3edd:0x44f,_0x36c4:0x4b5,_0x4bff6f:0x439,_0x4cdc46:0x4d0,_0x325a14:0x408,_0x43d6b0:0x132,_0x1dcf5c:0x1c3,_0x52e5e0:0x23b,_0x222c39:0x1d3,_0x16fdd8:0x19b,_0x579a84:0x95,_0x24371a:0x18d,_0x73d5f9:0x9e,_0x1460ba:0x224,_0x5ce0b8:0x17c,_0x16b521:0xcd,_0x5a2720:0x1dd,_0x3f5bcd:0x286,_0x58594a:0x26f,_0x43a36:0x2af,_0x4c0579:0x3dc,_0x485455:0x2f6,_0x4dd723:0x356,_0x163a3f:0x1bc,_0x5eb5f3:0x1cd,_0x4953c9:0xa8,_0x3c6053:0x138,_0x145e8a:0x4d9,_0x3821f0:0x505,_0xaf73e8:0x4c8,_0x28c16e:0x17,_0x1d3181:0x462,_0x313632:0x295,_0x3aae66:0x1d1,_0x49300b:0xeb,_0x11ed94:0x560,_0x2baca6:0x44a,_0x5201a1:0xd5,_0x2a6ba9:0x15c,_0x1fcda7:0x45,_0x3c5e2d:0x22c,_0x168ba0:0x75,_0x3fc3db:0x3c,_0x9f2b37:0x80,_0x2f2e70:0x63,_0x437229:0x47,_0x36b154:0x129,_0x277932:0xa8,_0x2dbdd8:0x14f,_0x1a44a3:0x4a8,_0x5bd190:0xc7,_0x5bb2a3:0x403,_0xa398a1:0x346,_0x264745:0x3da,_0x174212:0x18c,_0x49b820:0x14c,_0x124e55:0x10d,_0x2a0b76:0x81,_0x102f3d:0x11f,_0x287071:0x15e,_0x4b2225:0xcf,_0x1db023:0x86,_0x1bf255:0x472,_0xcd1268:0x7f,_0x4c2115:0x90,_0x320360:0x116,_0x5666a2:0x1ed,_0x47c931:0x143,_0x5a7dfa:0x91,_0x306974:0x158,_0x145e26:0x3c1,_0x5c9683:0x3be,_0xdee85b:0x396,_0x43cdc3:0x358,_0x29adde:0x41f,_0x53d544:0x24c,_0x1411dd:0x41a,_0x5bfb59:0x442,_0xbbaeba:0x32b,_0x2ddb38:0x3d8,_0x30b8e5:0x318,_0x7a143a:0x2f7,_0x395bf3:0x3bd,_0x1ddfd4:0x463,_0x2346a8:0x375,_0x18ca2a:0x42a,_0x1eb0eb:0x400,_0x56c5f4:0x316,_0x256ec8:0x1a4,_0x1202da:0x400,_0x28cf11:0x3ef,_0xcfd762:0xe1,_0x213fb4:0x421,_0xabfc13:0x103,_0xdd58e1:0x380,_0x585421:0x1b6,_0x187108:0x22f,_0x4f95d1:0x155,_0x263fc5:0x480,_0x4dd6f4:0x3cd,_0x487216:0x443,_0x1e7c8b:0x525,_0x22c1a1:0x4a4,_0x569db9:0x4b0,_0x155aa4:0x136,_0x112552:0x24a,_0xc5cc34:0x169,_0x40cd30:0x446,_0x5531e8:0x2fa,_0x3cd488:0x363,_0x4a649d:0x3c3,_0x445a22:0x1fd,_0x1a8790:0x115,_0x215a32:0xd4,_0x2ea367:0x126,_0x186b0f:0x10c,_0x1ac4ad:0x452,_0x25a458:0x373,_0x337091:0x3f8,_0x411042:0x461,_0x2c5f77:0x475,_0x3164af:0x3d4,_0x1c761f:0x3d1,_0x1525bc:0x550,_0x1f7410:0x40f,_0xa92e3f:0x374,_0x483a35:0x32d,_0x53b26e:0x261,_0x4d9c47:0x15e,_0x228f9f:0x1ac,_0x45a11e:0x113,_0x4685e6:0x451,_0x402057:0x489,_0x4ed26e:0xfa,_0xa6e3de:0x132,_0x1b437d:0x235,_0x184126:0x162,_0x431649:0x3ae,_0x1ee2a3:0x475,_0x472957:0x10f,_0x4e7e7e:0x183,_0x401dc3:0xa7,_0x525582:0x74,_0x1cf3a5:0x1e6,_0x17c86c:0x153,_0x4b36c1:0x1a6,_0xf86e7b:0xed,_0x33200c:0xf1,_0x8c7f98:0x1ee,_0x365f8e:0x1ab,_0x28886d:0x465,_0x48068b:0x48d,_0x1a76e6:0x4ff,_0x529a05:0x454,_0x524b54:0xf7,_0x4eea05:0x153,_0x11ee06:0x1ab,_0x35203b:0xc4,_0x5bcbbb:0x287,_0x2f690a:0x406,_0x1abe43:0x32c,_0x453f71:0x35b,_0x5de022:0x25,_0x5d53cf:0x22,_0x3c2c43:0x38a,_0x461d39:0x35a,_0x513def:0x28d,_0x52d593:0x1cb,_0x142f44:0x153,_0x1c3a49:0x13a,_0x39a581:0x46,_0x29ab76:0x547,_0x2fee47:0x4ef,_0x336db2:0x3ca,_0x54d577:0x2f3,_0x1852ba:0x3b8,_0x5eb229:0x386,_0x5c2d5d:0x38b,_0x1bff64:0x2a3,_0x2c1d4c:0xd3,_0x1c61d0:0xb9,_0x4ee339:0x19a,_0x380333:0x3d3,_0x848d2e:0x293,_0x453b9d:0x2a4,_0x3fd2b2:0x344,_0x4152e5:0x496,_0x2dc7e9:0x3fd,_0x87d0bc:0x3e1,_0x3b0195:0x3bb,_0xc6049f:0x411,_0x210106:0xb8,_0x3eadf0:0x198,_0x570899:0x4e1,_0x2a06bd:0x4e6,_0xd590b3:0x41e,_0x49873b:0x3cf,_0x8edf6:0x53c,_0x526e2e:0x99,_0x3fc703:0x3f2,_0x43fce6:0x3b4,_0x5643f8:0x1ab,_0x5d2698:0x189,_0x570f20:0x1ca,_0x27bb51:0x228,_0x22e4cb:0x14d,_0xba68ca:0x1b5,_0x54bdc5:0x545,_0x88e20a:0x40,_0x202c21:0x129,_0x10cf44:0x133,_0x4ed155:0x4b1,_0x1ba180:0x423,_0x39fcf4:0x1c4,_0x4ed2b9:0x167,_0x793878:0x1b5,_0x4e88c0:0x424,_0x138f6e:0x4a3,_0x13b946:0x4e5,_0x47e8d7:0x3f1,_0x1bc15d:0x49a,_0x9d1aa9:0x4d4,_0x4da506:0x5e4,_0x9bfdbf:0x587,_0x44c739:0x49,_0x4aa0e2:0x290,_0x210729:0x369,_0x159055:0x390,_0xdbe009:0x42a,_0x5ef64f:0x45d,_0x54a079:0x3e8,_0x796861:0x44e,_0x5308c7:0x40b,_0x5dd2c0:0x4ce,_0x5c700b:0x22f,_0x2f244d:0x234,_0x21a214:0x179,_0x4756ae:0x238,_0x1ad730:0x3c3,_0x1f5ec4:0x4d4,_0x52b072:0x4a6,_0x430a77:0x3fa,_0x4acc8b:0x128,_0x4324a3:0x7e,_0x5cf3cd:0x7,_0x3ea680:0x253,_0x6e0f34:0x19a,_0x4f12d1:0x184,_0x27c634:0x3fb,_0x5e9129:0x2f1,_0x2263c5:0x3bc,_0x4d4116:0x449,_0x5243b8:0x412,_0x3304e2:0x461,_0x6f3edc:0x3c5,_0x568fea:0x4a9,_0x17309f:0x2ed,_0x769fec:0x3be,_0x3e8f22:0x39e,_0x2dec91:0x4a8,_0x1d0c5e:0x416,_0x16fa84:0x34e,_0x1e3895:0x467,_0x889768:0xa1,_0x4efb92:0x67,_0x3077d3:0x5c8,_0x1534d0:0x150,_0x23f079:0x14e,_0x1b5b87:0x122,_0x4a9a37:0x151,_0x1f7142:0xda,_0x3d5b5b:0x1c2,_0x1445d1:0x107,_0x5a0da1:0x1d0,_0x2179ab:0x3d2,_0x1d488c:0x1af,_0x19047a:0x236,_0x378d07:0x178,_0x497b9b:0x135,_0x1ef290:0xca,_0x1c4019:0x1d5,_0x49b344:0x2b5,_0x16e760:0x3d0,_0x514318:0x412,_0x5a7951:0x182,_0x398b00:0x1ba,_0x2969ea:0x43,_0x3ecb52:0x36,_0x2033bd:0x4,_0x3ec5f8:0x1bd,_0x3e9ff7:0x1cc,_0x11ad85:0x1e9,_0x9f9a2b:0x1b4,_0x2cca13:0x1a9,_0x419739:0x32d,_0x38b1b8:0x44c,_0x2acee3:0x3a1,_0x550b3e:0x409,_0xb80a4d:0x432,_0x459a5b:0x3a6,_0x3e556d:0x417,_0x39a367:0x3b2,_0x459fcc:0x4da,_0x147071:0x45a,_0x13d773:0x366,_0x58ea0a:0x412,_0x1ad0d1:0x207,_0x4358aa:0x47d,_0x1c0f8a:0x3fc,_0x58556d:0x49a,_0xcf7bee:0x4d7,_0x49f701:0x436,_0x50d002:0x5f,_0x7d4648:0x4f0,_0xec93af:0x475,_0x1c966d:0x512,_0x28a376:0x5a9,_0x3255b4:0x143,_0x3b8096:0x569,_0x26d0c8:0x590,_0x2a6c48:0x4d2,_0x16f399:0x75,_0x55442d:0x5,_0xff47b5:0x529,_0x209e67:0x4fd,_0x4a8772:0x17a,_0x22a0cf:0xf6,_0x18d59b:0x8a,_0x59c110:0x3e4,_0x5ab7c4:0x4c4,_0x5697a8:0x50a,_0x2b2c5c:0x48,_0x44f08a:0x122,_0x3f646d:0x5d,_0x23263c:0xe5,_0x216ef2:0x1f3,_0x2878cc:0x41c,_0x5a65a5:0x183,_0x55d0a3:0x159,_0x31879f:0xe3,_0x34bf61:0x52d,_0x42dae4:0x513,_0x416481:0x1f0,_0x21c181:0x173,_0x190c0f:0xb7,_0x29a34b:0x138,_0x5afd18:0x550,_0x43b0b9:0x442,_0x15c11e:0x172,_0x78f59b:0x100,_0x574dbc:0x119,_0x3e6432:0x17e,_0x19ab8e:0x105,_0xaff9b:0x18e,_0x192f18:0x255,_0xb80dea:0x243,_0x4e82bf:0x206,_0x2318e6:0xce,_0x33ef4b:0x176,_0x1f0edb:0xa6,_0x2ea1a0:0x4c6,_0xf2485e:0x4a3,_0x190047:0x562,_0x1b2a4e:0x459,_0x219e7e:0x3ba,_0x33ed10:0x46a,_0x48ba21:0x42c,_0x2dfa78:0x4d2,_0x57e4a5:0x14b,_0xa0b8cf:0x167,_0x3f3d53:0x11a,_0x11652a:0x345,_0x3ffeb4:0x3f3,_0x3895c3:0x306,_0x556101:0x9,_0x736831:0x58,_0x551668:0x47f,_0x5bee39:0x3e0,_0x412df5:0x1e2,_0x33f754:0x27c,_0x460519:0xab,_0xa39f10:0xa0,_0x2808cd:0xe9,_0xedc51c:0x48,_0x2f42e4:0x18a,_0x169a8d:0x213,_0x57a251:0x153,_0x5cc373:0xad,_0x426d4f:0x87,_0x716f26:0x35,_0x5ee108:0x475,_0x4e203f:0x147,_0x3f6149:0x218,_0x9adfac:0xe2,_0x16eb1d:0x4a5,_0x3b758c:0x49d,_0x18f50d:0x17e,_0x8db430:0x1bb,_0x49b255:0x466,_0x44321f:0x420,_0x3ede8d:0x94,_0x837c:0x598,_0x410c16:0x506,_0x571695:0x4b0,_0x1847fc:0x3a7,_0x1dfbb1:0x444,_0x21a4fe:0x3c2,_0x3708d1:0x3d5,_0x510038:0x10a,_0x38dc18:0x1d8,_0x361217:0x170,_0x46ac29:0x3e5,_0x48b6f2:0x2d1,_0x560e30:0x4c3,_0x44af5b:0x476,_0x2e660d:0x40e,_0x176571:0x3f9,_0x1271f6:0x348,_0x3e1a82:0x342,_0x518064:0xa7,_0x12a0e1:0x140,_0x134f87:0xf9,_0x20905b:0x6e,_0x1efe74:0x307,_0x350b98:0x3d2,_0x296a35:0x483,_0x4f3993:0x439,_0x44c070:0x1e0,_0x2c655d:0x118,_0x1063ab:0xb5,_0x31912c:0x17b,_0x4056f5:0x502,_0x3d21eb:0x44c,_0x299e93:0x45d,_0x2505ec:0xe5,_0x31b4a9:0xa6,_0x3339db:0x274,_0x1280b7:0x3ba,_0x296be3:0x492,_0x3cfc7d:0x174,_0x1c64ef:0xbd,_0x394442:0x123,_0x3c8003:0x3cf,_0x14f847:0x2ab,_0x4d113d:0x3de,_0x38a19a:0x4f1,_0xea3c29:0x566,_0xda6e0e:0x475,_0xf403fe:0x523,_0x5457b0:0x447,_0x9a1733:0x4d8,_0xc216ce:0x52b,_0x33499d:0x4f8,_0x3114ae:0x4c7,_0x9514b5:0x55d,_0x513464:0x19,_0x256b64:0x23,_0x1def27:0x7,_0x24a910:0xea,_0xad0895:0x3c2,_0x3792db:0x3a9,_0x517c72:0x354,_0xdd8e38:0x4b3,_0x7660b4:0x3ac,_0x2726ed:0x465,_0x160019:0x42e,_0x54c78b:0x124,_0x337a50:0xfe,_0x26f86f:0xd1,_0x1119e5:0x40,_0x2c7866:0x50c,_0x10a0a1:0x475,_0x27a553:0x38c,_0xf15a75:0x3d5,_0x5de978:0x532,_0x2ec45b:0x3e8,_0x2c6d47:0x405,_0x285bfe:0x3fb,_0x4f94f0:0x3f6,_0x5e43b0:0x4cc,_0x5e1423:0x330,_0x85f0e8:0x334,_0x215f41:0x39e,_0x3b00df:0x39a,_0x150ba4:0x4b2,_0x117332:0x44,_0x3f5093:0x3e5,_0x17ebb9:0x509,_0x489716:0x134,_0x394151:0x1c0,_0x168a14:0x1bf,_0x59e074:0x5e,_0x56627f:0xbe,_0x5c47ad:0x67,_0x9e59fa:0xe5,_0x7df9d7:0x49c,_0x1c3943:0x418,_0x2a60bf:0x37f,_0x3b6e9b:0x166,_0x4f0856:0x11a,_0x14fda3:0x1ec,_0x35486f:0x19e,_0x456469:0x108,_0x2013dd:0x1d9,_0xfa148c:0x64,_0x3262bb:0xc2,_0x4374d4:0x16c,_0x2eff25:0x174,_0x1495a8:0x242,_0x1ec4f8:0x18d,_0x2be690:0x126,_0x4674b3:0x12a,_0x1fc81a:0x4cb,_0x3c408f:0x52f,_0x55b054:0x1b7,_0xd14de8:0x455,_0x3b98b2:0x1a2,_0x515cb5:0x429,_0x2fa8bc:0x28f,_0x3601f5:0xb6,_0x1d18fc:0x96,_0x4ec786:0x313,_0x37400d:0x3bb,_0x524633:0x3df,_0x284def:0x434,_0x3b33e9:0x4f3,_0x9bcfcd:0x502,_0x1da629:0xf9,_0x2b57ff:0xff,_0x27be84:0x15d,_0x151b04:0x124,_0x3d2199:0x215,_0x58de75:0x1af,_0x1f84db:0x271,_0x2e016d:0x1d9,_0x2fddb8:0x3bf,_0x9403a4:0x172,_0x56df42:0x405,_0xb40dd4:0x4ad,_0x3bda4c:0x389,_0x5409fc:0x3f4,_0xae426c:0x32a,_0x228027:0x55d,_0x3d7e40:0xdb,_0x2500c9:0x23a,_0x238689:0x475,_0x1ca63d:0x55e,_0x3d3997:0x4cc,_0x14e82c:0x2b3,_0x3ea41d:0x4df,_0x3c88fe:0x3fb,_0x45e279:0x3c4,_0x469c89:0x1f3,_0x5d61a7:0x238,_0x534872:0x153,_0x5a08da:0x1d7,_0x151848:0xf0,_0x5d5110:0x1a,_0x2482d9:0x51f,_0xcb80c0:0x460,_0x40a76b:0x3c4,_0x1c291f:0x3ec,_0x529bb0:0x500,_0x1c8a05:0x365,_0x52d129:0x3b3,_0x1e3a13:0x1c4,_0x1e7445:0x1a3,_0x339232:0x410,_0xe84f06:0x3f4,_0x2b94be:0x3ce,_0xb79f9f:0x45e,_0x5b192f:0x3de,_0x486172:0x557,_0x18de8c:0x384,_0x37c014:0x3db,_0x2160ed:0x20e,_0x20eb0c:0x1b8,_0x6b3e9:0x240,_0x16108d:0x1b9,_0x17052d:0x167,_0x1798e2:0x1d8,_0x35b932:0x95,_0xf28417:0x3,_0x225090:0x260,_0x4d7256:0x183,_0x270f49:0x120,_0x5d5699:0x475,_0x1b7f09:0x3f0,_0x240613:0x6c,_0x51daf8:0x19f,_0x267bfa:0x98,_0x5dd253:0x333,_0x4c5d0f:0x36b,_0x4e541d:0x3a8,_0x2710dd:0x22c,_0x4cb65e:0x4a9,_0x50b75e:0x57d,_0x3afb40:0x177,_0x32a5ea:0x68,_0x303321:0x37,_0x4a0263:0x156,_0x8c1a70:0x1bf,_0x23bd2b:0x106,_0x324249:0x86,_0x95c6c9:0x153,_0xc1bc3d:0x171,_0x23a0f3:0x167,_0x306a09:0xd2,_0x2d09d2:0x3ce,_0x14eb22:0x44c,_0x4ca33c:0x45f,_0x56cad6:0x3de,_0x2055cc:0x1ba,_0x56f7e0:0x190,_0x10a670:0x392,_0x411d70:0x3be,_0x3cfa85:0x3a0,_0x1be26b:0x329},_0xd95e46={_0xd82967:0x267},_0x1ef369={'uLejO':'Error\x20read'+_0x39e705(_0x383278._0x14d865,0x43e,0x378,_0x383278._0x553a96)+_0x5ab9a9(0x163,_0x383278._0x597514,0xd6,0x83)+_0x5ab9a9(_0x383278._0x3ab426,_0x383278._0x422962,0x15d,_0x383278._0xefe9db),'FBVxT':function(_0x2c5aea){return _0x2c5aea();},'zsdun':_0x39e705(_0x383278._0x2fff70,0x388,0x383,_0x383278._0x338b06),'iqofN':_0x39e705(_0x383278._0x4332c0,_0x383278._0x4edd7d,_0x383278._0x4b4d0,_0x383278._0x1bb836)+_0x5ab9a9(0x288,0x199,_0x383278._0x23d23a,0x126)+_0x5ab9a9(0x263,_0x383278._0x42d145,0x1da,0x130),'DFBCD':_0x5ab9a9(0xc2,_0x383278._0x50df1e,0xdc,0xbb)+_0x39e705(_0x383278._0x46efe2,0x535,0x45f,_0x383278._0x2b79ff)+_0x5ab9a9(_0x383278._0x5e89fd,_0x383278._0x44c716,_0x383278._0x166478,-_0x383278._0x3b4c4a),'sUEzk':_0x39e705(0x453,_0x383278._0x36d510,_0x383278._0xcdf7d2,_0x383278._0x24d4a9)+_0x39e705(0x2e8,_0x383278._0x2dbbaa,0x352,_0x383278._0x581156)+'ra\x20connect','HIigh':'Get\x20your\x20A'+_0x5ab9a9(-_0x383278._0x20049f,-_0x383278._0x1f74de,_0x383278._0x4a4d0a,_0x383278._0x2405cf)+'t:','RoFtt':'https://id'+_0x39e705(0x43a,0x4b8,_0x383278._0x2319bd,_0x383278._0x2a9ffb)+'.com/manag'+_0x39e705(0x431,0x5c8,_0x383278._0x4716f6,0x563)+'security/a'+_0x39e705(_0x383278._0x4199d8,_0x383278._0x5df0a3,0x4b6,0x4bf),'fwiXa':function(_0x107802,_0x24e00c){return _0x107802===_0x24e00c;},'fqDvK':_0x39e705(0x365,_0x383278._0x203752,0x415,0x339),'wrMNN':_0x5ab9a9(0x167,_0x383278._0x4a83ed,_0x383278._0x55d844,-0x19)+_0x39e705(_0x383278._0x4c44c5,0x3a1,0x426,0x484)+_0x5ab9a9(_0x383278._0x3a9426,-0x5f,_0x383278._0x4797a7,_0x383278._0x11468c),'vtXEL':function(_0xd1e2c3,_0x23a4fd){return _0xd1e2c3===_0x23a4fd;},'IUgXB':_0x5ab9a9(0x103,_0x383278._0x1eaab8,0x119,_0x383278._0xf2945a)+_0x5ab9a9(0xff,0x40,0x54,0xd4)+_0x5ab9a9(_0x383278._0x3bc95e,0xa5,0xc4,_0x383278._0x24f416),'HRyNQ':'Enter\x20your'+_0x39e705(0x3e5,_0x383278._0x2edee5,_0x383278._0x275af3,_0x383278._0x6d0a54)+_0x5ab9a9(0x1e,_0x383278._0x12c6dc,0x1f,0x28)+'\x20is\x20used\x20f'+_0x39e705(_0x383278._0x29c38a,_0x383278._0x3e72df,0x443,_0x383278._0x44faa6)+_0x39e705(_0x383278._0x4ab3c8,0x415,_0x383278._0x16e870,0x41e)+_0x5ab9a9(_0x383278._0x549052,-_0x383278._0xbeec2a,_0x383278._0x11468c,0xd9),'SEVxo':'══════════'+'══════════'+_0x5ab9a9(_0x383278._0x314772,0x151,0x197,0x101)+_0x39e705(0x4e6,_0x383278._0x25f957,0x47c,0x3b4),'hBMXI':'\x20\x20\x20\x20JIRA\x20I'+_0x39e705(_0x383278._0x1912e7,0x4c6,0x428,0x512)+_0x39e705(_0x383278._0x493663,_0x383278._0x40d232,_0x383278._0x4f916f,0x456),'qeVFu':function(_0x3ca5ab){return _0x3ca5ab();},'JhMsG':function(_0xac95da){return _0xac95da();},'NPjPZ':_0x5ab9a9(0x16f,_0x383278._0x35738f,0x13f,_0x383278._0x4acb73),'YVlGb':_0x5ab9a9(-0x43,-_0x383278._0x38aa23,_0x383278._0x5b88cb,_0x383278._0x16cc6c),'IbgfM':_0x39e705(0x500,0x53f,0x4f7,_0x383278._0x53f332)+_0x5ab9a9(0x207,_0x383278._0x35d09f,0x172,0x1d4)+_0x5ab9a9(0x236,0x104,_0x383278._0x49bd79,0x141)+_0x5ab9a9(_0x383278._0x1f806b,_0x383278._0xec29fa,_0x383278._0xe4c3fb,_0x383278._0x2f7993),'lCzni':_0x39e705(0x483,_0x383278._0x3204f5,_0x383278._0x2c806a,0x447)+_0x39e705(0x3ab,0x435,0x418,0x455)+'──────────'+_0x5ab9a9(_0x383278._0x56eecc,0x19f,0xf6,0x136),'oOOAD':_0x39e705(_0x383278._0x1cb55b,_0x383278._0x43e4dd,_0x383278._0x1b8dee,_0x383278._0x60016b)+_0x39e705(0x44f,_0x383278._0x21cfdc,_0x383278._0x4a61cf,_0x383278._0xad85f0)+_0x5ab9a9(-0xa3,-0x47,_0x383278._0x3ca6ff,0x2b)+'ur\x20site\x20UR'+_0x5ab9a9(_0x383278._0x5e7636,_0x383278._0x114cfd,_0x383278._0x3b8662,0xac)+')','HAUgx':'\x20\x202)\x20Servi'+_0x5ab9a9(-_0x383278._0x216291,0x75,0x79,_0x383278._0x2d22ea)+_0x5ab9a9(0x190,_0x383278._0x4a3812,0x148,_0x383278._0x2cd70e)+_0x5ab9a9(0xef,_0x383278._0x1ff09e,_0x383278._0x375fc0,_0x383278._0x2f4190)+_0x5ab9a9(0x145,0x233,_0x383278._0x77817a,0x206)+_0x39e705(_0x383278._0x168d34,_0x383278._0x991434,0x46c,_0x383278._0x512d36),'sUflU':function(_0x2a9518,_0x385951){return _0x2a9518(_0x385951);},'tHloS':_0x5ab9a9(_0x383278._0x220d8b,0x149,0x178,0x187),'CmSep':_0x39e705(_0x383278._0x33ffea,0x386,_0x383278._0x246193,_0x383278._0x26da37),'nsaZt':_0x39e705(0x290,_0x383278._0x5b9593,0x34c,0x3ce)+_0x39e705(_0x383278._0x174f31,0x443,_0x383278._0x214f2d,_0x383278._0x5db17f)+'.atlassian'+'.net','ithjo':function(_0x2aec16,_0x2ae26f){return _0x2aec16===_0x2ae26f;},'bnJld':_0x39e705(_0x383278._0x592ebb,0x508,_0x383278._0xad169a,0x41e),'flwal':_0x5ab9a9(_0x383278._0x117c19,_0x383278._0x6d66c,_0x383278._0x2d9d5e,_0x383278._0x441811)+_0x5ab9a9(_0x383278._0x54c2fa,0x15e,_0x383278._0x2b659b,0x22),'dZJPr':'Service\x20ac'+'counts\x20req'+_0x39e705(_0x383278._0x3affc3,_0x383278._0x3ec6a2,0x500,_0x383278._0x17f479)+_0x5ab9a9(_0x383278._0x15c98a,_0x383278._0x15fa71,0x8e,_0x383278._0x25b8b0)+_0x5ab9a9(_0x383278._0x4a9c2d,_0x383278._0x3afe86,_0x383278._0x262419,_0x383278._0xba5c1e),'uKqiJ':_0x39e705(_0x383278._0x34174c,_0x383278._0x4676bf,_0x383278._0x37c214,0x3b5)+_0x39e705(_0x383278._0x37692c,0x4df,0x45c,_0x383278._0x1c3edd)+_0x39e705(0x530,0x500,_0x383278._0x36c4,_0x383278._0x4bff6f)+_0x39e705(_0x383278._0x4cdc46,0x34a,_0x383278._0x325a14,0x467)+_0x5ab9a9(0xde,_0x383278._0x43d6b0,_0x383278._0x1dcf5c,0x1f8),'CpZYv':'Use\x20this\x20C'+'loud\x20ID?\x20['+'Y/n]:\x20','CqDIQ':function(_0x440f0f,_0x40a5a8){return _0x440f0f===_0x40a5a8;},'fnXgt':_0x5ab9a9(_0x383278._0x3ab426,0x27c,0x1a1,0x249),'QugOx':_0x5ab9a9(0x255,_0x383278._0x52e5e0,_0x383278._0x222c39,_0x383278._0x16fdd8)+_0x5ab9a9(0x213,0x22f,0x185,_0x383278._0x579a84)+_0x39e705(0x2a0,0x34a,0x351,0x2ee)+_0x5ab9a9(0x11f,0xa4,_0x383278._0x24371a,0x196),'fBkDA':function(_0x365324,_0x271de8){return _0x365324===_0x271de8;},'xpuIJ':_0x5ab9a9(_0x383278._0x73d5f9,_0x383278._0x1460ba,_0x383278._0x5ce0b8,0x163),'JnMlv':_0x5ab9a9(0x9d,0x1f8,0x11e,0x179),'yhRZu':_0x5ab9a9(_0x383278._0x16b521,_0x383278._0x5a2720,0x120,0x142)+'ur\x20Cloud\x20I'+'D\x20manually'+':','GEuTu':_0x5ab9a9(_0x383278._0x3f5bcd,_0x383278._0x58594a,0x1b2,0x1a4)+'oud\x20ID\x20is\x20'+_0x39e705(_0x383278._0x43a36,0x415,0x328,_0x383278._0x4c0579)+_0x39e705(_0x383278._0x485455,0x2b0,_0x383278._0x4dd723,0x370)+_0x5ab9a9(0x102,_0x383278._0x163a3f,_0x383278._0x5eb5f3,0x164),'RlvoH':_0x5ab9a9(_0x383278._0x4953c9,0x154,0x154,_0x383278._0x3c6053)+'ch\x20it\x20from'+_0x39e705(0x570,_0x383278._0x145e8a,_0x383278._0x3821f0,_0x383278._0xaf73e8)+_0x5ab9a9(-0xaf,0x49,_0x383278._0x28c16e,0x1f)+_0x39e705(0x46e,0x433,_0x383278._0x1d3181,0x48b)+_0x5ab9a9(_0x383278._0x313632,0x2a0,_0x383278._0x3aae66,_0x383278._0x49300b)+_0x39e705(_0x383278._0x11ed94,_0x383278._0x2baca6,0x502,0x575)+'o','YOUKa':_0x5ab9a9(_0x383278._0x5201a1,_0x383278._0x2a6ba9,0x70,-_0x383278._0x1fcda7),'AtOAP':'Error:\x20Clo'+_0x5ab9a9(_0x383278._0x3c5e2d,_0x383278._0x168ba0,0x160,_0x383278._0x314772)+_0x5ab9a9(-0x2b,-_0x383278._0x3fc3db,0x68,_0x383278._0x9f2b37)+_0x5ab9a9(_0x383278._0x2f2e70,_0x383278._0x437229,_0x383278._0x36b154,0x51)+_0x5ab9a9(0x22e,_0x383278._0x277932,_0x383278._0x2dbdd8,0x10d)+_0x39e705(0x3da,0x3d6,_0x383278._0x1a44a3,0x4cd),'WDNwI':function(_0x3e251e,_0x4ee13e){return _0x3e251e===_0x4ee13e;},'BNvcO':function(_0x5c7d55,_0x2cde20){return _0x5c7d55!==_0x2cde20;},'jiYWw':_0x5ab9a9(0x18d,0x15e,_0x383278._0x5bd190,0x44),'fBlxr':_0x39e705(0x3c9,_0x383278._0x5bb2a3,_0x383278._0xa398a1,_0x383278._0x264745)+_0x5ab9a9(_0x383278._0x174212,_0x383278._0x49b820,_0x383278._0x124e55,0x1ad)+_0x5ab9a9(_0x383278._0x2f4190,_0x383278._0x2a0b76,_0x383278._0x102f3d,0x1e7),'WbnHi':function(_0x39900d,_0x20b24a){return _0x39900d===_0x20b24a;},'eJdYM':_0x5ab9a9(_0x383278._0x287071,0xac,_0x383278._0x4b2225,_0x383278._0x1db023),'qqAhj':'Enter\x20the\x20'+'API\x20token\x20'+_0x39e705(0x42b,_0x383278._0x1bf255,0x3ed,0x3cc)+_0x5ab9a9(0x99,_0x383278._0xcd1268,_0x383278._0x4c2115,_0x383278._0x320360)+_0x5ab9a9(0x207,_0x383278._0x5666a2,0x134,_0x383278._0x47c931)+'t.','gWyrG':_0x5ab9a9(0x101,_0x383278._0x5a7dfa,_0x383278._0x306974,0x17e),'QBfuo':'You\x20need\x20a'+'\x20personal\x20'+_0x39e705(0x2f7,0x34d,_0x383278._0x145e26,0x45c)+_0x39e705(0x3f0,_0x383278._0x5c9683,_0x383278._0xdee85b,_0x383278._0x43cdc3),'CZpfj':function(_0x3fec28,_0x7d0b2c){return _0x3fec28===_0x7d0b2c;},'RKwaQ':function(_0x3e5e4d,_0x7f3567){return _0x3e5e4d===_0x7f3567;},'FBUFq':_0x5ab9a9(0xf7,0x119,0xd7,0xf9),'pswVn':_0x39e705(0x3a1,0x424,0x34b,0x3e9)+'0|6|2|8','JPeZH':_0x39e705(0x449,_0x383278._0x29adde,0x43c,0x364)+_0x5ab9a9(0x29f,0x2af,0x1c6,_0x383278._0x53d544),'LeOGk':'\x20\x204.\x20Paste'+_0x39e705(0x306,_0x383278._0x1411dd,0x330,0x30c),'GGmyS':function(_0x2f50b0){return _0x2f50b0();},'PtfUX':_0x39e705(_0x383278._0x5bfb59,_0x383278._0xbbaeba,_0x383278._0x2ddb38,_0x383278._0x30b8e5)+_0x39e705(0x35d,_0x383278._0x7a143a,_0x383278._0x395bf3,_0x383278._0x1ddfd4),'hJhDO':_0x39e705(0x325,0x3cf,_0x383278._0x2346a8,_0x383278._0x18ca2a)+'owser...','oIVpg':function(_0x3b2079,_0x5e8290){return _0x3b2079===_0x5e8290;},'nCgur':_0x39e705(0x3e6,_0x383278._0x1eb0eb,0x33b,_0x383278._0x56c5f4),'GZlGh':'API\x20Token:'+'\x20','OmbeQ':_0x39e705(0x3b2,0x438,0x354,0x2ea),'cYBPL':function(_0xe4d43f,_0x1d6a94,_0x497ee1,_0x5c0142){return _0xe4d43f(_0x1d6a94,_0x497ee1,_0x5c0142);},'aWhIt':_0x5ab9a9(0x1a9,_0x383278._0x256ec8,0x1a2,0x263)+_0x39e705(_0x383278._0x1202da,0x3dd,0x3e8,0x3aa),'IWaNd':_0x39e705(0x497,0x461,_0x383278._0x28cf11,0x374),'iqike':function(_0x1621ad,_0x48c04c){return _0x1621ad!==_0x48c04c;},'GzfHx':_0x5ab9a9(-0x6f,0xbe,0x3b,_0x383278._0xcfd762),'xsIvN':_0x39e705(0x33a,0x3ee,_0x383278._0x213fb4,0x4d0),'mLDwK':'\x20\x20•\x20The\x20se'+_0x5ab9a9(0x17d,0x1f3,0x169,_0x383278._0xabfc13)+_0x39e705(0x493,0x52a,0x43f,_0x383278._0xdd58e1)+_0x5ab9a9(0x26c,_0x383278._0x585421,0x192,0x176)+_0x5ab9a9(_0x383278._0x187108,0x7a,_0x383278._0x4f95d1,_0x383278._0x2f7993)+_0x39e705(0x452,_0x383278._0x263fc5,0x393,0x455),'BUZUu':_0x39e705(0x420,0x431,_0x383278._0x4dd6f4,0x362)+_0x39e705(0x2ba,0x391,0x37f,_0x383278._0x487216)+'s\x20created\x20'+_0x39e705(_0x383278._0x1e7c8b,_0x383278._0x22c1a1,_0x383278._0x569db9,0x4ce)+_0x5ab9a9(_0x383278._0x155aa4,_0x383278._0x112552,_0x383278._0xc5cc34,0x240)+'unt','OYIPE':function(_0x17a7cb,_0x2f3793){return _0x17a7cb===_0x2f3793;},'jybSH':_0x39e705(_0x383278._0x40cd30,0x4bf,0x3da,_0x383278._0x5531e8),'flxcU':function(_0x355c13){return _0x355c13();},'qvyTU':_0x39e705(_0x383278._0x3cd488,0x319,_0x383278._0x4a649d,0x3db)+_0x5ab9a9(0x77,_0x383278._0x445a22,_0x383278._0x1a8790,0x79)+'s\x20now\x20conf'+'igured!','HxeDk':'The\x20server'+'\x20will\x20auto'+_0x39e705(_0x383278._0x5531e8,0x481,0x3a5,0x3e3)+_0x5ab9a9(_0x383278._0x215a32,_0x383278._0x2ea367,0x19d,_0x383278._0x186b0f)+_0x39e705(_0x383278._0x1ac4ad,_0x383278._0x25a458,_0x383278._0x337091,_0x383278._0x411042)+_0x39e705(_0x383278._0x2c5f77,0x3fa,_0x383278._0x3164af,_0x383278._0x1c761f),'CvctS':'Next\x20steps'+':','buwAJ':_0x39e705(0x54d,_0x383278._0x1525bc,0x499,_0x383278._0x1f7410)+'t\x20the\x20serv'+_0x39e705(0x391,_0x383278._0xa92e3f,_0x383278._0x483a35,_0x383278._0x53b26e)+_0x5ab9a9(0x54,-0x21,_0x383278._0x4953c9,_0x383278._0x4d9c47)+_0x5ab9a9(_0x383278._0x228f9f,0x11c,_0x383278._0x45a11e,0xca),'DiZZK':_0x39e705(0x3c0,_0x383278._0x4685e6,_0x383278._0x402057,0x3e6),'ZZPQR':_0x5ab9a9(_0x383278._0x15fa71,0x16,_0x383278._0x4ed26e,0x95)+_0x39e705(0x3c6,0x3b7,_0x383278._0x4bff6f,0x43e)+_0x5ab9a9(_0x383278._0xa6e3de,_0x383278._0x1b437d,_0x383278._0x184126,0xeb)};console[_0x39e705(_0x383278._0x431649,0x435,_0x383278._0x1ee2a3,0x4a9)](_0x1ef369[_0x5ab9a9(_0x383278._0x472957,0x187,_0x383278._0x4e7e7e,_0x383278._0x401dc3)]),console[_0x5ab9a9(_0x383278._0x525582,_0x383278._0x1cf3a5,_0x383278._0x17c86c,_0x383278._0x2d9d5e)](_0x1ef369[_0x5ab9a9(0x137,_0x383278._0x4b36c1,0xc2,_0x383278._0xf86e7b)]),console[_0x5ab9a9(0x1eb,_0x383278._0x33200c,_0x383278._0x17c86c,_0x383278._0x256ec8)]('══════════'+_0x5ab9a9(_0x383278._0x8c7f98,_0x383278._0x365f8e,0x197,0x18e)+'══════════'+'═════════'),console['log']('');const _0x15f91b=_0x1ef369[_0x39e705(_0x383278._0x28886d,_0x383278._0x48068b,_0x383278._0x1a76e6,0x47a)](getDataDir);function _0x5ab9a9(_0x5a8a72,_0x46e3f4,_0x5e50ec,_0x3216b6){return _0x4433(_0x5e50ec- -0xbb,_0x5a8a72);}console[_0x39e705(0x4ba,_0x383278._0x529a05,0x475,0x471)](_0x5ab9a9(-0xa0,0x6,0x51,0x91)+_0x5ab9a9(0x12d,_0x383278._0x524b54,0x4b,-0x2d)+':\x20'+_0x15f91b),console[_0x5ab9a9(0xfa,0x156,_0x383278._0x4eea05,0x14d)]('');const _0x4fadb1=_0x1ef369[_0x5ab9a9(_0x383278._0x11ee06,_0x383278._0x216291,0xee,_0x383278._0x35203b)](getJiraConfigPath);let _0x1918e3=null;try{if(_0x1ef369['fwiXa'](_0x1ef369['NPjPZ'],_0x1ef369[_0x39e705(_0x383278._0x5bcbbb,_0x383278._0x2f690a,_0x383278._0x1abe43,_0x383278._0x453f71)])){const _0x54f0b4=await _0x5f4c04[_0x5ab9a9(-_0x383278._0x5de022,-_0x383278._0x5d53cf,0x12,-_0x383278._0xcd1268)](_0x4fadb1,_0x1ef369[_0x39e705(_0x383278._0x3c2c43,0x42d,_0x383278._0x461d39,_0x383278._0x513def)]);_0x1918e3=JSON['parse'](_0x54f0b4),console[_0x5ab9a9(0x203,_0x383278._0x52d593,_0x383278._0x142f44,_0x383278._0x1c3a49)](_0x1ef369[_0x5ab9a9(0xb9,-_0x383278._0x39a581,0x6d,0xa0)]),console[_0x39e705(0x43b,_0x383278._0x29ab76,0x475,_0x383278._0x2fee47)]('');}else _0x5b2a17[_0x39e705(0x440,0x440,0x44c,_0x383278._0x336db2)](_0x1ef369[_0x39e705(0x3ec,_0x383278._0x54d577,_0x383278._0x1852ba,0x3be)],_0x1cd450[_0x39e705(0x390,0x2d7,_0x383278._0x5eb229,0x2b8)]);}catch{}console[_0x5ab9a9(0x1a9,0x104,0x153,_0x383278._0x54c2fa)]('Step\x201/5:\x20'+_0x39e705(0x418,0x3c5,_0x383278._0x5c2d5d,_0x383278._0x1bff64)+'pe'),console[_0x5ab9a9(0x131,_0x383278._0x2c1d4c,0x153,0x104)](_0x1ef369[_0x5ab9a9(_0x383278._0x1c61d0,_0x383278._0x4ee339,0x144,0x1c8)]),console[_0x5ab9a9(0xf6,0x198,0x153,0x184)](_0x1ef369['oOOAD']),console[_0x39e705(_0x383278._0x380333,0x4b3,0x475,0x494)](_0x1ef369[_0x39e705(_0x383278._0x848d2e,_0x383278._0x453b9d,_0x383278._0x3fd2b2,0x354)]),console['log']('');const _0x5519b7=!!_0x1918e3?.['cloudId'],_0x379948=_0x5519b7?'2':'1',_0x42e870=await _0x1ef369[_0x39e705(0x487,_0x383278._0x4152e5,0x4a6,_0x383278._0x2dc7e9)](prompt,_0x39e705(_0x383278._0x87d0bc,_0x383278._0x3b0195,_0x383278._0xc6049f,0x39b)+_0x5ab9a9(0x1bb,_0x383278._0x210106,_0x383278._0x3eadf0,0x202)+_0x379948+_0x39e705(_0x383278._0x570899,0x551,_0x383278._0x2a06bd,0x416)),_0x359bb0=_0x1ef369['vtXEL'](_0x42e870[_0x39e705(0x3ca,0x3fe,0x412,0x401)]()||_0x379948,'2')?_0x1ef369['tHloS']:_0x1ef369[_0x39e705(_0x383278._0xd590b3,_0x383278._0x49873b,0x498,_0x383278._0x8edf6)];console[_0x5ab9a9(0x168,0xe5,0x153,_0x383278._0x526e2e)](''),console[_0x39e705(0x507,_0x383278._0x3fc703,0x475,_0x383278._0x43fce6)](_0x5ab9a9(0x1f7,_0x383278._0x5643f8,_0x383278._0x5d2698,_0x383278._0x570f20)+'Jira\x20Site\x20'+'URL'),console['log'](_0x1ef369['lCzni']);function _0x39e705(_0x12c73d,_0x31699c,_0x10e3bd,_0xb82bca){return _0x4433(_0x10e3bd-_0xd95e46._0xd82967,_0x31699c);}_0x1ef369[_0x5ab9a9(_0x383278._0x27bb51,0x68,_0x383278._0x22e4cb,_0x383278._0xba68ca)](_0x359bb0,_0x1ef369['tHloS'])&&console['log'](_0x1ef369[_0x39e705(_0x383278._0x54bdc5,0x385,0x45e,0x4d0)]);const _0x20b1e5=_0x1918e3?.[_0x5ab9a9(0xd4,-_0x383278._0x88e20a,0x5c,_0x383278._0x202c21)]||_0x1ef369[_0x5ab9a9(0x121,-0x25,0x6a,_0x383278._0x10cf44)],_0xe53364=await _0x1ef369['sUflU'](prompt,_0x39e705(_0x383278._0x4ed155,_0x383278._0x1ba180,0x419,_0x383278._0xd590b3)+'URL\x20['+_0x20b1e5+_0x5ab9a9(0x1fa,0x202,_0x383278._0x39fcf4,_0x383278._0x4ed2b9)),_0x188927=(_0xe53364['trim']()||_0x20b1e5)['replace'](/\/$/,'');console[_0x5ab9a9(0xf5,_0x383278._0x793878,0x153,0x80)]('');let _0x4b47ce=null,_0x737715=_0x188927;if(_0x1ef369[_0x39e705(0x58a,_0x383278._0x4e88c0,0x4fe,_0x383278._0x138f6e)](_0x359bb0,_0x39e705(_0x383278._0x13b946,_0x383278._0x47e8d7,_0x383278._0x1bc15d,_0x383278._0x9d1aa9))){if(_0x1ef369[_0x39e705(_0x383278._0x4da506,_0x383278._0x9bfdbf,0x4fe,0x541)](_0x1ef369[_0x5ab9a9(-_0x383278._0x44c739,0x9,_0x383278._0xbeec2a,0x102)],_0x39e705(0x458,_0x383278._0x4aa0e2,_0x383278._0x210729,_0x383278._0x159055)))return _0x1a30f2[_0x39e705(_0x383278._0xdbe009,0x50b,0x4fd,_0x383278._0x5ef64f)](_0x1ef369['FBVxT'](_0x11f006),_0x1ef369['zsdun']);else{console[_0x39e705(_0x383278._0x54a079,_0x383278._0x796861,_0x383278._0x1ee2a3,0x412)](_0x1ef369[_0x39e705(_0x383278._0x5308c7,0x4bb,_0x383278._0x5dd2c0,0x4d2)]),console['log'](_0x1ef369['lCzni']),console['log'](_0x1ef369[_0x5ab9a9(_0x383278._0x5c700b,_0x383278._0x2f244d,_0x383278._0x21a214,0x202)]),console[_0x5ab9a9(0x224,0x145,_0x383278._0x4eea05,0x65)](''),console[_0x5ab9a9(0x160,_0x383278._0x4756ae,_0x383278._0x4eea05,0xc1)](_0x1ef369['uKqiJ']);const _0x3b95d9=await _0x1ef369[_0x39e705(_0x383278._0x1ad730,_0x383278._0x1f5ec4,_0x383278._0x52b072,_0x383278._0x430a77)](fetchCloudId,_0x188927);if(_0x3b95d9){console[_0x5ab9a9(_0x383278._0x4acc8b,0x115,0x153,0xf0)]('✓\x20Found\x20Cl'+_0x5ab9a9(-_0x383278._0x4324a3,-_0x383278._0x5cf3cd,0x3a,0xe2)+_0x3b95d9);const _0x254e9b=await _0x1ef369[_0x5ab9a9(_0x383278._0x3ea680,_0x383278._0x6e0f34,_0x383278._0x4f12d1,0x1d1)](prompt,_0x1ef369[_0x39e705(_0x383278._0x27c634,_0x383278._0x5e9129,0x3a6,0x3a8)]);(!_0x254e9b[_0x39e705(_0x383278._0x2263c5,_0x383278._0x4d4116,_0x383278._0x5243b8,_0x383278._0x3304e2)]()||_0x254e9b[_0x39e705(0x2e8,0x44d,_0x383278._0x6f3edc,_0x383278._0x568fea)+'e']()==='y'||_0x1ef369[_0x39e705(0x450,_0x383278._0x17309f,_0x383278._0x769fec,_0x383278._0x3e8f22)](_0x254e9b[_0x39e705(0x364,0x310,_0x383278._0x6f3edc,_0x383278._0x2dec91)+'e'](),_0x1ef369[_0x39e705(_0x383278._0x1d0c5e,_0x383278._0x16fa84,0x3ea,_0x383278._0x1e3895)]))&&(_0x4b47ce=_0x3b95d9);}else console[_0x5ab9a9(_0x383278._0x889768,0x112,0x153,_0x383278._0x4efb92)](_0x1ef369[_0x39e705(_0x383278._0x3077d3,0x3ed,0x4de,0x583)]);if(!_0x4b47ce){if(_0x1ef369[_0x5ab9a9(0x10c,_0x383278._0x1534d0,_0x383278._0x23f079,_0x383278._0x1b5b87)](_0x1ef369[_0x5ab9a9(_0x383278._0x4a9a37,_0x383278._0x20049f,_0x383278._0x1f7142,_0x383278._0x3d5b5b)],_0x1ef369['JnMlv'])){_0x23788d[_0x5ab9a9(_0x383278._0x1445d1,_0x383278._0x5a0da1,0x153,_0x383278._0x24f416)](_0x1ef369[_0x39e705(0x308,0x3cf,_0x383278._0x2179ab,0x369)]);return;}else{console[_0x5ab9a9(_0x383278._0x1d488c,0x105,0x153,_0x383278._0x570f20)](''),console[_0x5ab9a9(_0x383278._0x19047a,_0x383278._0x378d07,0x153,0xe1)](_0x1ef369[_0x5ab9a9(_0x383278._0x497b9b,0x63,_0x383278._0x1ef290,0x41)]),console[_0x5ab9a9(_0x383278._0x1c4019,0x134,_0x383278._0x17c86c,_0x383278._0x314772)](_0x39e705(0x391,_0x383278._0x49b344,0x39d,_0x383278._0x16e760)+_0x39e705(_0x383278._0x514318,0x4d3,0x4bc,0x447)+_0x5ab9a9(_0x383278._0x5a7951,0x219,_0x383278._0x398b00,0x142)+_0x5ab9a9(-0x40,_0x383278._0x2969ea,_0x383278._0x3ecb52,-_0x383278._0x2033bd)+_0x5ab9a9(_0x383278._0x3ec5f8,0xf3,_0x383278._0x3e9ff7,_0x383278._0x11ad85)+'s'),console[_0x5ab9a9(0xff,_0x383278._0x9f9a2b,0x153,_0x383278._0x2cca13)](_0x1ef369[_0x39e705(_0x383278._0x419739,_0x383278._0x38b1b8,_0x383278._0x2acee3,0x470)]),console[_0x39e705(_0x383278._0x550b3e,0x4c6,_0x383278._0x1ee2a3,_0x383278._0xb80a4d)](_0x1ef369[_0x39e705(0x3cc,_0x383278._0x459a5b,0x3f2,_0x383278._0x3e556d)]),console[_0x39e705(0x3fd,_0x383278._0x39a367,0x475,_0x383278._0x459fcc)]('');const _0x311063=_0x1918e3?.[_0x39e705(_0x383278._0x147071,0x330,0x3a0,0x455)]||'',_0x223856=_0x311063?'Cloud\x20ID\x20['+_0x311063+']:\x20':_0x1ef369[_0x5ab9a9(-_0x383278._0x56eecc,_0x383278._0x4a4d0a,0x3c,0x10b)],_0x51905a=await prompt(_0x223856);_0x4b47ce=_0x51905a[_0x39e705(_0x383278._0x13d773,0x3cd,_0x383278._0x58ea0a,0x3d1)]()||_0x311063,!_0x4b47ce&&(console['error'](_0x1ef369['AtOAP']),process['exit'](0x16f*-0x11+0x10ea+0x776));}}_0x737715='https://ap'+_0x5ab9a9(0x167,0xfc,0x1d2,_0x383278._0x1ad0d1)+_0x39e705(_0x383278._0x4358aa,0x386,0x3b9,0x300)+_0x39e705(_0x383278._0x1c0f8a,_0x383278._0x58556d,_0x383278._0xcf7bee,0x5a7)+_0x4b47ce,console['log'](_0x39e705(0x425,_0x383278._0x49f701,0x3b6,0x33d)+_0x5ab9a9(_0x383278._0x50d002,0x57,0xfc,0xec)+_0x737715),console[_0x39e705(0x3b2,_0x383278._0x7d4648,_0x383278._0xec93af,_0x383278._0x1c966d)]('');}}const _0x455644=_0x1ef369['WDNwI'](_0x359bb0,_0x1ef369[_0x39e705(_0x383278._0x28a376,0x4c9,0x4c6,0x58d)])?'4':'3',_0x3eff1d=_0x1ef369[_0x5ab9a9(_0x383278._0x3255b4,0x235,0x1dc,0x1b5)](_0x359bb0,_0x1ef369[_0x39e705(0x521,0x537,0x4c6,_0x383278._0x3b8096)])?'5':'4';console['log'](_0x39e705(_0x383278._0x26d0c8,0x4c4,_0x383278._0x2a6c48,0x564)+_0x455644+'/'+_0x3eff1d+_0x5ab9a9(-0xb0,_0x383278._0x16f399,_0x383278._0x55442d,-_0x383278._0x5e7636)),console[_0x39e705(_0x383278._0xff47b5,0x536,0x475,_0x383278._0x209e67)](_0x5ab9a9(_0x383278._0x4a8772,0x138,_0x383278._0x22a0cf,_0x383278._0x18d59b)+_0x39e705(0x4f1,0x4a9,_0x383278._0x2c806a,_0x383278._0x59c110)+'──────────'+_0x5ab9a9(0x181,0x18,0xf6,0xfe));_0x359bb0===_0x1ef369['tHloS']&&console[_0x39e705(0x3a5,_0x383278._0x5ab7c4,0x475,_0x383278._0x5697a8)](_0x5ab9a9(-_0x383278._0x2b2c5c,_0x383278._0x44f08a,0x4f,-0x61)+'service\x20ac'+'count\x20emai'+_0x39e705(0x2d8,0x330,0x32f,0x321)+'(not\x20your\x20'+_0x5ab9a9(_0x383278._0x3f646d,_0x383278._0x23263c,0x5a,0xf9)+_0x5ab9a9(0x1d2,0x140,0x133,_0x383278._0x216ef2));const _0x27b4bc=_0x1918e3?.['auth']?.[_0x39e705(_0x383278._0x5ab7c4,_0x383278._0x2878cc,0x464,0x481)]||'',_0x634599=_0x27b4bc?_0x5ab9a9(0x92,0x11b,0x7a,0x164)+_0x27b4bc+_0x5ab9a9(_0x383278._0x5a65a5,_0x383278._0x23f079,0x1c4,_0x383278._0x55d0a3):_0x5ab9a9(_0x383278._0x4a9c2d,_0x383278._0x31879f,0x16e,_0x383278._0x472957),_0x4586fb=await _0x1ef369[_0x39e705(_0x383278._0x34bf61,0x3c6,_0x383278._0x52b072,_0x383278._0x42dae4)](prompt,_0x634599),_0x2afa6a=_0x4586fb['trim']()||_0x27b4bc;!_0x2afa6a&&(_0x1ef369['BNvcO'](_0x1ef369[_0x5ab9a9(_0x383278._0x22e4cb,_0x383278._0x416481,_0x383278._0x21c181,_0x383278._0x190c0f)],_0x1ef369['jiYWw'])?(_0x5a78b3[_0x5ab9a9(0x1b9,0x1b2,0x153,_0x383278._0x29a34b)](_0x1ef369['DFBCD']),_0x171b3e[_0x39e705(_0x383278._0x5afd18,0x3c8,_0x383278._0x2c5f77,_0x383278._0x493663)](''),_0x5e2786[_0x39e705(_0x383278._0x43b0b9,0x3b7,0x475,0x51f)](_0x1ef369['sUEzk'])):(console['error'](_0x1ef369[_0x5ab9a9(_0x383278._0x15c11e,0x1a,_0x383278._0x78f59b,0x12f)]),process[_0x5ab9a9(_0x383278._0x574dbc,_0x383278._0x3e6432,0x190,_0x383278._0x19ab8e)](0x1f0*-0x4+-0x3*-0x4be+0x679*-0x1)));console['log']('');const _0x25be89=_0x359bb0==='service'?'5':'4';console[_0x5ab9a9(_0x383278._0x472957,_0x383278._0xaff9b,_0x383278._0x142f44,0xec)]('Step\x20'+_0x25be89+'/'+_0x3eff1d+(_0x5ab9a9(_0x383278._0x192f18,_0x383278._0xb80dea,0x17e,_0x383278._0x4e82bf)+'n')),console['log'](_0x1ef369[_0x5ab9a9(0x80,_0x383278._0x2318e6,0x144,_0x383278._0x33ef4b)]);_0x1ef369[_0x5ab9a9(0x1c1,_0x383278._0x49300b,_0x383278._0x23f079,_0x383278._0x1f0edb)](_0x359bb0,_0x1ef369[_0x39e705(0x52c,0x49f,_0x383278._0x2ea1a0,0x56e)])?_0x1ef369[_0x5ab9a9(_0x383278._0x15c98a,_0x383278._0x524b54,0x1c5,0x149)](_0x39e705(_0x383278._0xf2485e,_0x383278._0x190047,0x4ad,_0x383278._0x1b2a4e),_0x1ef369[_0x39e705(_0x383278._0x219e7e,_0x383278._0x33ed10,_0x383278._0x48ba21,_0x383278._0x2dfa78)])?(_0x39d4a2[_0x5ab9a9(_0x383278._0x57e4a5,_0x383278._0xa0b8cf,0x153,_0x383278._0x3f3d53)](''),_0x470041[_0x39e705(0x3c1,0x41b,0x475,_0x383278._0x49873b)](_0x1ef369[_0x39e705(0x4ab,_0x383278._0x11652a,_0x383278._0x3ffeb4,_0x383278._0x3895c3)]),_0x440070['log'](_0x1ef369[_0x5ab9a9(_0x383278._0x556101,_0x383278._0x102f3d,_0x383278._0x736831,-0x19)]),_0x55e65e[_0x39e705(0x46f,_0x383278._0x551668,0x475,_0x383278._0x5bee39)]('')):console[_0x5ab9a9(0x65,0xef,_0x383278._0x4eea05,_0x383278._0x1f7142)](_0x1ef369[_0x5ab9a9(0x2a9,0x2d2,_0x383278._0x412df5,_0x383278._0x33f754)]):_0x1ef369[_0x39e705(0x448,0x4cd,0x40b,0x4d0)](_0x1ef369[_0x5ab9a9(0xf8,0x164,_0x383278._0xec29fa,0xf8)],_0x5ab9a9(0x137,0x204,0x158,_0x383278._0x460519))?_0x1ef369[_0x5ab9a9(_0x383278._0xa39f10,0x1a9,0x16c,_0x383278._0x2808cd)](_0x54f47a[_0x5ab9a9(0x39,_0x383278._0x33200c,0xf9,_0x383278._0xedc51c)],_0x1ef369[_0x5ab9a9(0x14c,0x1bb,_0x383278._0x2f42e4,_0x383278._0x169a8d)])?(_0x5a0b82[_0x5ab9a9(_0x383278._0x422962,0x238,_0x383278._0x57a251,0x17b)](_0x1ef369[_0x5ab9a9(_0x383278._0x5cc373,-_0x383278._0x426d4f,0x40,_0x383278._0x716f26)]),_0x2193e9[_0x39e705(0x4e9,0x555,_0x383278._0x5ee108,0x489)](''),_0x5d6eb9[_0x5ab9a9(_0x383278._0x4e203f,_0x383278._0x3f6149,0x153,0xf4)](_0x5ab9a9(_0x383278._0x9adfac,0x182,0x118,0xb9)+_0x5ab9a9(0x50,0xbc,0x30,0x9a)+_0x39e705(_0x383278._0x60016b,_0x383278._0x16eb1d,_0x383278._0x3b758c,_0x383278._0x5bb2a3))):(_0x572bca[_0x5ab9a9(_0x383278._0x18f50d,0x64,0x12a,0x212)](_0x5ab9a9(0x3d,_0x383278._0x8db430,0xcd,0xa9),_0x10b249[_0x39e705(_0x383278._0x49b255,_0x383278._0x39a367,0x386,_0x383278._0x44321f)]),_0xeee16a[_0x5ab9a9(0xa9,0xa5,0x190,_0x383278._0x21c181)](0x1*-0x1fd+-0x61*-0x3b+0xd*-0x191)):console[_0x5ab9a9(0xda,_0x383278._0x3ede8d,0x153,0x237)](_0x1ef369[_0x39e705(_0x383278._0x837c,0x53d,_0x383278._0x410c16,0x55f)]);console[_0x39e705(0x47d,0x3a5,_0x383278._0x2c5f77,0x3a2)]('');if(_0x1ef369[_0x39e705(_0x383278._0x571695,_0x383278._0x1847fc,0x48c,_0x383278._0x1dfbb1)](_0x359bb0,_0x1ef369['CmSep'])){const _0x47c9aa=await prompt('Open\x20brows'+_0x39e705(0x348,0x3fe,_0x383278._0x21a4fe,_0x383278._0x3708d1)+_0x5ab9a9(_0x383278._0x510038,0x28c,_0x383278._0x38dc18,0x270)+_0x5ab9a9(_0x383278._0x361217,0x150,0xe0,0x46));if(!_0x47c9aa['trim']()||_0x1ef369[_0x39e705(_0x383278._0x46ac29,_0x383278._0x28886d,0x37b,_0x383278._0x48b6f2)](_0x47c9aa['toLowerCas'+'e'](),'y')||_0x47c9aa[_0x5ab9a9(0x31,_0x383278._0x2318e6,0xa3,_0x383278._0x55d844)+'e']()===_0x39e705(0x507,0x3e8,_0x383278._0x560e30,_0x383278._0x44af5b)){if(_0x1ef369['BNvcO'](_0x39e705(0x354,_0x383278._0x2e660d,_0x383278._0x176571,0x3a7),_0x1ef369[_0x39e705(0x2cb,0x3a6,_0x383278._0x1271f6,_0x383278._0x3e1a82)]))_0x1ef369[_0x5ab9a9(0x232,0x20d,0x14d,_0x383278._0x518064)](_0x15d26a[_0x5ab9a9(_0x383278._0x12a0e1,0xbe,_0x383278._0x134f87,0x158)],_0x1ef369['fqDvK'])?(_0x4c08e2[_0x5ab9a9(0x230,_0x383278._0x524b54,0x153,_0x383278._0x20905b)](_0x1ef369[_0x39e705(_0x383278._0x1efe74,_0x383278._0x350b98,0x353,0x404)]),_0x8df8fc['log'](''),_0x11955a[_0x39e705(_0x383278._0x296a35,_0x383278._0x1f5ec4,0x475,_0x383278._0x4f3993)](_0x5ab9a9(0x72,_0x383278._0x44c070,_0x383278._0x2c655d,_0x383278._0x1063ab)+'-server\x20ji'+_0x5ab9a9(0x1f3,0x261,_0x383278._0x31912c,0x22a))):_0x2e18ae[_0x39e705(_0x383278._0x4056f5,0x49c,_0x383278._0x3d21eb,_0x383278._0x299e93)](_0x5ab9a9(0x11,_0x383278._0x2505ec,_0x383278._0x31b4a9,0xb4)+_0x39e705(0x2e2,0x307,0x378,_0x383278._0x350b98)+_0x39e705(0x3a3,0x460,0x3f8,_0x383278._0x3e8f22)+_0x39e705(0x3d0,_0x383278._0x529a05,0x47f,0x4de),_0x519bad[_0x5ab9a9(-0x70,0x58,0x64,_0x383278._0x29a34b)]);else{const _0x4897f2=_0x1ef369['pswVn'][_0x5ab9a9(_0x383278._0x3339db,0x175,0x1d0,0x1bb)]('|');let _0x5dfd25=-0x189f+0x5d3*-0x5+0x35be*0x1;while(!![]){switch(_0x4897f2[_0x5dfd25++]){case'0':console['log'](_0x39e705(_0x383278._0x1280b7,_0x383278._0x296be3,0x3a4,0x312)+_0x39e705(_0x383278._0x56c5f4,_0x383278._0x4f3993,0x3fb,0x353)+_0x5ab9a9(_0x383278._0x3cfc7d,_0x383278._0x1c64ef,_0x383278._0x394442,0xe4)+'derFlow\x22)');continue;case'1':console[_0x39e705(0x516,_0x383278._0x325a14,0x475,_0x383278._0x3c8003)](_0x1ef369[_0x39e705(_0x383278._0x3e8f22,_0x383278._0x14f847,_0x383278._0x1cb55b,_0x383278._0x4d113d)]);continue;case'2':console[_0x39e705(_0x383278._0x38a19a,_0x383278._0xea3c29,_0x383278._0xda6e0e,_0x383278._0xf403fe)](_0x1ef369[_0x39e705(0x583,_0x383278._0x5457b0,_0x383278._0x9a1733,0x4a7)]);continue;case'3':console[_0x39e705(0x3e1,_0x383278._0xc216ce,0x475,0x4f0)]('\x20\x201.\x20Click'+_0x39e705(0x412,_0x383278._0x33499d,_0x383278._0x3114ae,_0x383278._0x9514b5)+_0x5ab9a9(-_0x383278._0x513464,-_0x383278._0x256b64,_0x383278._0x1def27,-_0x383278._0x24a910));continue;case'4':console[_0x5ab9a9(_0x383278._0x114cfd,0x1d8,_0x383278._0x17c86c,0x9e)]('');continue;case'5':await _0x1ef369[_0x39e705(0x48e,_0x383278._0xad0895,_0x383278._0x3792db,0x376)](openTokenPage);continue;case'6':console['log'](_0x1ef369[_0x39e705(_0x383278._0x145e26,0x2d5,_0x383278._0x13d773,_0x383278._0x517c72)]);continue;case'7':console[_0x39e705(_0x383278._0x203752,_0x383278._0xdd8e38,0x475,_0x383278._0x7660b4)](_0x1ef369[_0x39e705(0x4cb,0x56f,0x4da,_0x383278._0x2726ed)]);continue;case'8':console[_0x5ab9a9(0x150,0x13c,0x153,0x94)]('');continue;}break;}}}else _0x1ef369[_0x39e705(0x3d9,_0x383278._0x36c4,0x3cc,0x3e9)](_0x1ef369[_0x39e705(0x410,0x378,_0x383278._0x160019,0x3ab)],_0x1ef369['nCgur'])?(console['log'](''),console[_0x5ab9a9(_0x383278._0x54c78b,_0x383278._0x337a50,0x153,0x10b)](_0x1ef369[_0x5ab9a9(0x23,0x16f,_0x383278._0x26f86f,_0x383278._0x1119e5)]),console[_0x39e705(_0x383278._0x2c7866,0x44c,_0x383278._0x10a0a1,0x511)](_0x1ef369[_0x39e705(0x3cd,_0x383278._0x27a553,0x37a,_0x383278._0xf15a75)]),console[_0x39e705(0x4fc,_0x383278._0x5de978,0x475,_0x383278._0x2ec45b)]('')):_0x20e49a='open\x20\x22'+_0x491279+'\x22';}const _0x26a7b2=await promptSecret(_0x1ef369[_0x39e705(_0x383278._0x2c6d47,_0x383278._0x285bfe,0x343,_0x383278._0x4f94f0)]);!_0x26a7b2[_0x39e705(_0x383278._0x5e43b0,0x477,0x412,0x36d)]()&&('JqSlt'===_0x1ef369[_0x39e705(_0x383278._0x5e1423,_0x383278._0x85f0e8,0x338,_0x383278._0x215f41)]?(console['error'](_0x1ef369[_0x39e705(_0x383278._0x551668,0x3d3,_0x383278._0x3b00df,0x488)]),process[_0x39e705(_0x383278._0x29adde,0x489,_0x383278._0x150ba4,0x446)](-0xce4+0x21d0+-0x14eb)):(_0x1fdad2[_0x39e705(_0x383278._0x4e88c0,0x4e8,_0x383278._0x38b1b8,0x4e3)](_0x1ef369[_0x5ab9a9(0x77,0xb9,0x78,_0x383278._0x117332)]),_0x426517[_0x5ab9a9(_0x383278._0x210106,0x1a5,0x190,0x1e8)](0x2f*0x91+0x1e8f*-0x1+0x3f1)));console[_0x39e705(_0x383278._0x3f5093,_0x383278._0x17ebb9,_0x383278._0x5ee108,0x3d7)](''),console[_0x5ab9a9(_0x383278._0x489716,0xd8,0x153,_0x383278._0x394151)](_0x5ab9a9(0x1ae,0x191,0xed,_0x383278._0x168a14)+_0x5ab9a9(0x194,_0x383278._0x59e074,_0x383278._0x56627f,0x4)+'.'),console[_0x5ab9a9(_0x383278._0x5c47ad,0xdb,0x153,_0x383278._0x9e59fa)](_0x39e705(_0x383278._0x7df9d7,0x444,_0x383278._0x1c3943,0x36e)+_0x39e705(0x3dc,0x3d2,0x418,_0x383278._0x2a60bf)+_0x5ab9a9(_0x383278._0x375fc0,0x199,_0x383278._0x22a0cf,0xa2)+'──────────'),console[_0x5ab9a9(0x64,_0x383278._0x4ee339,0x153,0x18e)]('Connecting'+_0x5ab9a9(_0x383278._0x3b6e9b,_0x383278._0x4f0856,0x1c7,_0x383278._0x14fda3)+_0x737715+'...');const _0x17e600=await _0x1ef369['cYBPL'](testJiraConnection,_0x737715,_0x2afa6a,_0x26a7b2[_0x39e705(0x483,0x494,0x412,0x449)]());!_0x17e600[_0x5ab9a9(0x130,_0x383278._0x35486f,_0x383278._0x456469,_0x383278._0x2013dd)]&&(console[_0x5ab9a9(_0x383278._0xfa148c,0x116,_0x383278._0x24f416,_0x383278._0x3262bb)](_0x1ef369[_0x5ab9a9(_0x383278._0x4374d4,0xc1,_0x383278._0x2eff25,_0x383278._0x1495a8)]),console['error'](''),console['error'](_0x1ef369[_0x5ab9a9(0x1a4,0x19a,0x15e,0x86)],_0x17e600[_0x5ab9a9(_0x383278._0x1ec4f8,0x166,_0x383278._0x24f416,0x57)]),console[_0x5ab9a9(_0x383278._0x361217,_0x383278._0x2be690,_0x383278._0x4674b3,0xe6)](''),_0x359bb0===_0x1ef369[_0x39e705(_0x383278._0x1fc81a,0x40e,0x4c6,_0x383278._0x3c408f)]?_0x1ef369[_0x5ab9a9(0x238,0x11b,0x1b4,_0x383278._0x55b054)](_0x1ef369['GzfHx'],_0x1ef369[_0x39e705(_0x383278._0xd14de8,0x3e9,_0x383278._0x22c1a1,0x52b)])?(console[_0x5ab9a9(0x10a,0x16b,_0x383278._0x4674b3,_0x383278._0x3b98b2)](_0x39e705(0x333,0x43e,0x350,0x263)+'e\x20accounts'+_0x39e705(0x475,0x4b4,_0x383278._0x515cb5,0x450)),console['error'](_0x5ab9a9(_0x383278._0x2fa8bc,0x195,0x1b2,0x101)+_0x5ab9a9(_0x383278._0x3601f5,0x1db,0x14b,_0x383278._0x1d18fc)+_0x39e705(_0x383278._0x4ec786,0x32b,_0x383278._0x37400d,_0x383278._0x3c2c43)),console[_0x5ab9a9(0x75,0xea,0x12a,_0x383278._0x306974)](_0x1ef369[_0x39e705(0x379,_0x383278._0x524633,_0x383278._0x284def,0x357)]),console['error'](_0x1ef369['BUZUu'])):_0x4a42b6[_0x39e705(_0x383278._0x3b33e9,0x51d,_0x383278._0x1ee2a3,_0x383278._0x9bcfcd)](_0x1ef369[_0x5ab9a9(0xbf,_0x383278._0x1da629,0x13c,_0x383278._0x2b57ff)]):_0x1ef369[_0x5ab9a9(0x6e,_0x383278._0x27be84,_0x383278._0x151b04,0x190)](_0x5ab9a9(_0x383278._0x3d2199,0x199,_0x383278._0x58de75,_0x383278._0x1f84db),_0x1ef369['jybSH'])?_0x31fc25[_0x5ab9a9(_0x383278._0x2e016d,_0x383278._0x394151,0x153,0x13b)](_0x39e705(0x3e2,_0x383278._0x16eb1d,0x3e5,_0x383278._0x2fddb8)+_0x5ab9a9(_0x383278._0x9403a4,0x112,_0x383278._0x155aa4,0x118)+_0x39e705(0x37a,_0x383278._0x9d1aa9,_0x383278._0x56df42,0x424)):console[_0x5ab9a9(0x3e,0x107,0x12a,0x5e)](_0x39e705(_0x383278._0xb40dd4,0x35d,0x42b,_0x383278._0x3bda4c)+_0x39e705(0x3f3,_0x383278._0x5409fc,0x40a,_0x383278._0xae426c)+_0x39e705(0x4a5,0x48b,0x4bb,_0x383278._0x228027)+_0x5ab9a9(0xad,_0x383278._0x39fcf4,_0x383278._0x3d7e40,_0x383278._0x4374d4)+'ain.'),process[_0x5ab9a9(0x147,0xee,0x190,_0x383278._0x2500c9)](-0x8e0+0x251e+0x1c3d*-0x1));console[_0x39e705(0x460,0x3d6,_0x383278._0x238689,0x404)](_0x39e705(_0x383278._0x2c7866,_0x383278._0x1ca63d,_0x383278._0x3d3997,0x577)+_0x5ab9a9(0x223,_0x383278._0x14e82c,0x1c9,0x200)+'ully\x20as\x20'+(_0x17e600[_0x39e705(0x33c,_0x383278._0x3ea41d,0x40e,0x4df)][_0x39e705(0x2f7,_0x383278._0x3c88fe,_0x383278._0x45e279,0x3f7)+'e']||_0x2afa6a)),console[_0x5ab9a9(_0x383278._0x469c89,_0x383278._0x5d61a7,_0x383278._0x534872,_0x383278._0x5a08da)]('');const _0x251719={'enabled':!![],'baseUrl':_0x188927,..._0x4b47ce?{'cloudId':_0x4b47ce}:{},'auth':{'email':_0x2afa6a,'apiToken':_0x26a7b2[_0x5ab9a9(0x1f,0x4f,_0x383278._0x151848,_0x383278._0x5d5110)]()}},_0x118bd5=_0x1ef369['FBVxT'](getJiraConfigPath);try{const _0x5b1aa3={};_0x5b1aa3[_0x39e705(_0x383278._0x2482d9,_0x383278._0x29ab76,_0x383278._0xcb80c0,_0x383278._0x40a76b)]=!![],await _0x5f4c04[_0x5ab9a9(-_0x383278._0x190c0f,-0xb3,0x25,_0x383278._0xcd1268)](_0x1ef369[_0x39e705(0x440,0x2c5,0x377,_0x383278._0x1c291f)](getDataDir),_0x5b1aa3);const _0x49882d={};_0x49882d[_0x39e705(0x3be,_0x383278._0x529bb0,_0x383278._0x1ba180,0x338)]=0x180,await _0x5f4c04[_0x39e705(_0x383278._0xbbaeba,0x2fb,_0x383278._0x1c8a05,_0x383278._0x52d129)](_0x118bd5,JSON[_0x5ab9a9(_0x383278._0x1e3a13,0x11d,_0x383278._0x1e7445,0xb4)](_0x251719,null,0x22*-0x46+0x1f65+0x1*-0x1617),_0x49882d),console[_0x39e705(_0x383278._0x2ddb38,0x40a,0x475,0x50b)](_0x39e705(_0x383278._0x339232,_0x383278._0xe84f06,_0x383278._0x2b94be,_0x383278._0x529a05)+_0x39e705(0x3b6,_0x383278._0xb79f9f,_0x383278._0x5b192f,0x32b)+'d'),console[_0x39e705(_0x383278._0x486172,_0x383278._0x18de8c,_0x383278._0xda6e0e,_0x383278._0x16e760)](''),console[_0x39e705(0x470,0x476,_0x383278._0x1ee2a3,0x4b6)]('Saved\x20to:\x20'+_0x118bd5),console[_0x39e705(_0x383278._0x168d34,0x442,0x475,_0x383278._0x37c014)](''),console[_0x5ab9a9(_0x383278._0x2160ed,_0x383278._0x45a11e,_0x383278._0x4eea05,_0x383278._0x20eb0c)](_0x1ef369[_0x5ab9a9(_0x383278._0x6b3e9,0x10a,0x183,0xfd)]),console[_0x5ab9a9(_0x383278._0x16108d,_0x383278._0x17052d,0x153,_0x383278._0x1798e2)](_0x1ef369[_0x5ab9a9(-_0x383278._0x35b932,0x9c,0x1a,-_0x383278._0xf28417)]),console['log'](_0x1ef369[_0x5ab9a9(_0x383278._0x225090,_0x383278._0x55b054,_0x383278._0x4d7256,_0x383278._0x270f49)]),console[_0x39e705(_0x383278._0x3fc703,0x432,_0x383278._0x5d5699,_0x383278._0x1b7f09)](''),console[_0x5ab9a9(_0x383278._0x240613,_0x383278._0x51daf8,0x153,_0x383278._0x267bfa)](_0x1ef369[_0x39e705(_0x383278._0x5dd253,0x3f2,_0x383278._0x4c5d0f,0x457)]),console['log'](''),console[_0x5ab9a9(0xbe,0xf8,_0x383278._0x57a251,0xf2)](_0x1ef369[_0x39e705(_0x383278._0x3fd2b2,0x48c,_0x383278._0x1411dd,_0x383278._0x4e541d)]),console[_0x5ab9a9(0x13e,0x11e,0x153,_0x383278._0x2710dd)](_0x1ef369['buwAJ']),console['log'](_0x39e705(_0x383278._0x4cb65e,_0x383278._0x50b75e,0x4e2,0x495)+_0x5ab9a9(_0x383278._0x3afb40,0x1f2,0x1ca,0x29e)+_0x5ab9a9(-_0x383278._0x32a5ea,_0x383278._0x73d5f9,_0x383278._0x303321,-_0x383278._0x39a581)+_0x5ab9a9(0x239,_0x383278._0x4a0263,_0x383278._0x8c1a70,0x1b2)+'\x20from\x20JIRA'+'\x22'),console[_0x5ab9a9(_0x383278._0x23bd2b,_0x383278._0x324249,_0x383278._0x95c6c9,0x93)]('');}catch(_0x43886c){if(_0x1ef369['RKwaQ'](_0x1ef369['DiZZK'],_0x5ab9a9(_0x383278._0xc1bc3d,0x1c8,_0x383278._0x23a0f3,0x227)))console['error'](_0x1ef369[_0x5ab9a9(_0x383278._0x240613,-_0x383278._0x117332,0x9a,_0x383278._0x306a09)]),console['error'](''),console[_0x39e705(0x3a3,_0x383278._0x2d09d2,_0x383278._0x14eb22,_0x383278._0x4ca33c)](_0x1ef369['IWaNd'],_0x43886c[_0x39e705(0x350,_0x383278._0x56cad6,0x386,0x34c)]),process[_0x5ab9a9(0x20b,_0x383278._0x2055cc,_0x383278._0x56f7e0,_0x383278._0x1f74de)](-0x3ef*0x1+-0x6b*0x1a+0xece);else return _0x389f9a[_0x39e705(_0x383278._0x10a670,_0x383278._0x411d70,_0x383278._0x3cfa85,_0x383278._0x1be26b)];}}async function status(){const _0x447d86={_0x11ff32:0xac,_0xf7bf0e:0x10d,_0x588c95:0x66,_0x4cb56b:0x109,_0x1866a8:0xf8,_0x2515fd:0xbd,_0x215a74:0x157,_0x18283a:0x267,_0x46c66a:0x1c9,_0x2668b5:0x1cb,_0x587e15:0xbc,_0x1d2d0a:0x1cc,_0x409c3a:0x175,_0x381e67:0x2f,_0x39a703:0x12,_0x33a555:0x4c,_0x39673a:0xf1,_0x51d187:0x1af,_0x512b92:0x11d,_0x43f9a2:0xf,_0x3c85d4:0xcd,_0x4a10d9:0x1ce,_0x23f3ec:0x161,_0x367ae7:0x23,_0x4350ee:0x272,_0x104694:0x21e,_0x50a3bf:0x2a9,_0x443444:0x74,_0x1ae840:0x137,_0x3d7685:0x2a0,_0x4af437:0x5d,_0x5a5527:0x1f6,_0x240154:0x2ba,_0x5b06b0:0x116,_0x5dac6d:0x102,_0x169358:0x161,_0x39e832:0xd,_0x1f49b2:0xef,_0x404b31:0xff,_0x45409b:0x11c,_0x304b29:0x56,_0x419e7c:0xfe,_0x42180c:0x10c,_0x142816:0x165,_0x4827f8:0x1b,_0x58ecf8:0x14a,_0x3fb879:0xeb,_0x559dbd:0x217,_0x1c92db:0x285,_0x13a0e6:0x1fe,_0x2fee02:0x241,_0x3ea87d:0x1e1,_0x262ec1:0x1ec,_0x4d148b:0xe6,_0x4dda53:0x180,_0x444cfe:0x153,_0x6c6daf:0x2a4,_0x4f2c14:0x138,_0x3895de:0x21b,_0x3dd4a1:0x1a,_0x2d97b3:0x86,_0x3d7027:0xc9,_0x255df9:0x80,_0x1384a5:0x1c,_0x35e9cc:0x3a,_0x5a78bd:0x127,_0x33f7a0:0x17c,_0x5c9bd2:0xec,_0x376aab:0xb1,_0x56f595:0x26b,_0x497dfc:0xd3,_0x3403f1:0x132,_0x4b124a:0x21f,_0x1e240c:0xa5,_0x58ec53:0xa2,_0x28ebc9:0x104,_0x3e0861:0x1dc,_0x117a95:0x33,_0xa84c8d:0x5b,_0x65f3bd:0x101,_0x4556e8:0x16d,_0x3cbcb3:0x1e3,_0x3b70e0:0x1ff,_0x13d938:0x21c,_0x2c2178:0x95,_0x378b7d:0x8d,_0x15a81b:0x104,_0x22df3a:0x14a,_0x2c2ba4:0x1d2,_0x3eaf94:0x250,_0x17cb4e:0x1da,_0x5e178c:0xe5,_0x4c616d:0x151,_0x3803f1:0x13c,_0x2640ce:0x60,_0x5626dd:0x18b,_0x3f9c18:0x87,_0x3dc972:0x11a,_0xb3db30:0x64,_0x37e169:0x1ec,_0x2c0894:0x51,_0x3dd58e:0x150,_0x1bdc36:0x12,_0x3d6367:0x9b,_0x316f2f:0x188,_0x1e8696:0x119,_0x14c0c2:0x26,_0x2498bf:0x38,_0x50db73:0x39,_0x4a62a5:0xf6,_0x38a281:0x14d,_0x386ebe:0x12c,_0x67e254:0x71,_0x10c6bb:0xfc,_0x447054:0x95,_0x2bf5a7:0x85,_0x28ea77:0xea,_0x15cd59:0x1ee,_0xafd098:0x2d2,_0x10759d:0x1f4,_0x32884d:0x1e4,_0x58db04:0xcf,_0x56ab23:0xd7,_0x2fa4e3:0x1b7,_0x85d050:0x183,_0x58a9ec:0xd0,_0x1789b2:0xc4,_0x497128:0x28e,_0x3e8ce2:0x214,_0xb674ac:0x1d2,_0x28b0f6:0x1dd,_0x2bae93:0x25e,_0x15bb0c:0x10c,_0x3f28df:0x1b5,_0x5611e8:0x108,_0x226148:0x1f5,_0x48ecdb:0x229,_0xee8aed:0x114,_0x2a5c1a:0x1fc,_0x38f3b7:0x1e8,_0x2b2c97:0x243,_0x43d47a:0x15b,_0x79cca5:0x173,_0x349c51:0x1d,_0x3a3843:0x1f},_0x5b7f2a={_0x4462a9:0x358};function _0x2edd0f(_0x54f219,_0x5d79a5,_0x97be02,_0x4210f9){return _0x4433(_0x4210f9- -_0x5b7f2a._0x4462a9,_0x54f219);}const _0x29febc={'KSGXl':function(_0x4e910f,_0x1d2ac6){return _0x4e910f===_0x1d2ac6;},'XdAlF':_0x38e42c(_0x447d86._0x11ff32,0x13a,0x8,_0x447d86._0xf7bf0e),'VwkgI':_0x38e42c(_0x447d86._0x588c95,_0x447d86._0x4cb56b,0x9d,_0x447d86._0x1866a8)+_0x38e42c(_0x447d86._0x2515fd,0x46,_0x447d86._0x215a74,0xde)+_0x2edd0f(-_0x447d86._0x18283a,-0x246,-_0x447d86._0x46c66a,-0x1c0),'mXWsQ':_0x2edd0f(-_0x447d86._0x2668b5,-_0x447d86._0x46c66a,-0x156,-0x1d1)+'on\x20success'+_0x2edd0f(-0xd1,-_0x447d86._0x587e15,-_0x447d86._0x1d2d0a,-_0x447d86._0x409c3a),'pqqpr':function(_0x3e6bf0){return _0x3e6bf0();},'dvTde':_0x38e42c(_0x447d86._0x381e67,-_0x447d86._0x39a703,-_0x447d86._0x33a555,_0x447d86._0x1866a8),'rCMAj':_0x2edd0f(-0x26a,-_0x447d86._0x39673a,-_0x447d86._0x51d187,-0x1c1)+'s:\x20Configu'+_0x38e42c(_0x447d86._0x512b92,0x173,_0x447d86._0x409c3a,0x183),'QmLhO':_0x38e42c(0x8b,_0x447d86._0x43f9a2,_0x447d86._0x3c85d4,-0x5a),'ctWQA':_0x2edd0f(-0x215,-_0x447d86._0x4a10d9,-_0x447d86._0x23f3ec,-0x13c),'jeFmK':function(_0x444235,_0x4c5528){return _0x444235-_0x4c5528;},'jSkxj':_0x2edd0f(-0x13e,-_0x447d86._0x367ae7,-0xc9,-0xf4),'hBBSr':_0x2edd0f(-0x1dd,-0x2dc,-0x31f,-_0x447d86._0x4350ee),'PaGEH':_0x2edd0f(-_0x447d86._0x104694,-0x28e,-_0x447d86._0x50a3bf,-0x1c1)+_0x38e42c(0xf6,_0x447d86._0x443444,0x1ca,_0x447d86._0x1ae840)+_0x2edd0f(-_0x447d86._0x3d7685,-0x2d0,-0x2f3,-0x220),'pxnWk':_0x2edd0f(-0x1b6,-0x195,-0x10c,-0x185)+'-server\x20ji'+'ra\x20connect','KNdfi':_0x38e42c(0x5f,0xf8,_0x447d86._0x4af437,0x66)+_0x2edd0f(-0x1a7,-_0x447d86._0x5a5527,-_0x447d86._0x240154,-0x247)+'onfigurati'+_0x38e42c(_0x447d86._0x5b06b0,_0x447d86._0x5dac6d,0x11b,_0x447d86._0x169358)};function _0x38e42c(_0x393346,_0xd276cf,_0x490421,_0x3f16a9){return _0x4433(_0x393346- -0x102,_0xd276cf);}const _0x3c96f3=_0x29febc[_0x38e42c(-0x24,-0x89,-_0x447d86._0x588c95,-0xb7)](getJiraConfigPath);try{const _0x31de08=await _0x5f4c04['readFile'](_0x3c96f3,_0x29febc[_0x2edd0f(-_0x447d86._0x39e832,-0xb,-0x9a,-_0x447d86._0x1f49b2)]),_0x1522d4=JSON[_0x2edd0f(-0x1e3,-_0x447d86._0x404b31,-0x139,-_0x447d86._0x45409b)](_0x31de08);console[_0x2edd0f(-0x1e2,-0xb2,-0x1f1,-0x14a)](_0x29febc[_0x38e42c(0xab,0x93,_0x447d86._0x304b29,_0x447d86._0x419e7c)]),console[_0x38e42c(_0x447d86._0x42180c,_0x447d86._0x142816,_0x447d86._0x4827f8,0xe6)](''),console[_0x2edd0f(-0x1ef,-0x19d,-0x1a5,-_0x447d86._0x58ecf8)](_0x38e42c(0xaa,_0x447d86._0x3fb879,-0x1e,0xb4)+':\x20'+_0x1522d4[_0x2edd0f(-_0x447d86._0x559dbd,-_0x447d86._0x1c92db,-_0x447d86._0x13a0e6,-_0x447d86._0x2fee02)]);_0x1522d4[_0x2edd0f(-_0x447d86._0x3ea87d,-0x1d2,-_0x447d86._0x262ec1,-0x21f)]?_0x29febc[_0x38e42c(_0x447d86._0x4d148b,_0x447d86._0x4dda53,_0x447d86._0x42180c,_0x447d86._0x444cfe)]!=='xTesa'?_0x29febc[_0x2edd0f(-_0x447d86._0x6c6daf,-0x209,-0x21d,-0x289)](_0x1149cc[_0x38e42c(0xb2,0x2,0x11d,0xc9)],_0x29febc[_0x2edd0f(-0x1bd,-0x1fd,-0x191,-0x25e)])?_0x10d33e['log'](_0x29febc[_0x2edd0f(-_0x447d86._0x4f2c14,-0x2fa,-_0x447d86._0x3895de,-0x228)]):(_0x1aec31[_0x38e42c(0xe3,_0x447d86._0x3dd4a1,0x7d,0x24)](_0x38e42c(_0x447d86._0x2d97b3,0x12c,0xd8,_0x447d86._0x3d7027),_0x510e1a[_0x38e42c(0x1d,-_0x447d86._0x255df9,-_0x447d86._0x1384a5,_0x447d86._0x35e9cc)]),_0x1bc1ec[_0x38e42c(0x149,_0x447d86._0x5a78bd,0x14c,0x229)](-0x1946+0x1675+0x2d2)):(console[_0x38e42c(0x10c,_0x447d86._0x33f7a0,0xcc,0x8a)]('\x20\x20Cloud\x20ID'+':\x20'+_0x1522d4[_0x38e42c(0x37,-0x15,0x1c,_0x447d86._0x5c9bd2)]),console[_0x2edd0f(-_0x447d86._0x376aab,-0xff,-0x118,-_0x447d86._0x58ecf8)](_0x2edd0f(-0x2df,-_0x447d86._0x56f595,-0x164,-0x20b)+_0x2edd0f(-0x60,-_0x447d86._0x497dfc,-0x199,-0xdb)+_0x38e42c(0xfc,0x76,_0x447d86._0x3403f1,0x1d1)+'ian.com/ex'+'/jira/'+_0x1522d4[_0x2edd0f(-0x2f8,-0x2d3,-0x1db,-_0x447d86._0x4b124a)]),console[_0x38e42c(0x10c,_0x447d86._0x1e240c,0x188,0x138)](_0x38e42c(0x7c,-0x65,-0x33,_0x447d86._0x58ec53)+'\x20\x20Service\x20'+_0x38e42c(0xf4,0x8f,_0x447d86._0x28ebc9,_0x447d86._0x3e0861))):_0x29febc[_0x38e42c(-_0x447d86._0x117a95,-_0x447d86._0xa84c8d,-_0x447d86._0x65f3bd,-0x73)](_0x29febc[_0x2edd0f(-_0x447d86._0x4556e8,-0x2b4,-0x170,-_0x447d86._0x3cbcb3)],_0x2edd0f(-_0x447d86._0x3b70e0,-_0x447d86._0x13d938,-_0x447d86._0x2c2178,-0x13c))?console[_0x2edd0f(-_0x447d86._0x378b7d,-_0x447d86._0x15a81b,-0x1e4,-_0x447d86._0x22df3a)](_0x2edd0f(-_0x447d86._0x2c2ba4,-0x154,-_0x447d86._0x3eaf94,-_0x447d86._0x17cb4e)+'\x20\x20Personal'+'\x20Account'):(_0x3cef76['log'](_0x29febc[_0x38e42c(_0x447d86._0x5e178c,_0x447d86._0x4c616d,_0x447d86._0x3803f1,_0x447d86._0x2640ce)]),_0x4aa9f9[_0x2edd0f(-0x191,-0x11d,-_0x447d86._0x5626dd,-0x14a)](_0x38e42c(_0x447d86._0x3f9c18,_0x447d86._0x3dc972,0x6a,_0x447d86._0xb3db30)+(_0x5ec534['user']['displayNam'+'e']||_0x255b1a['auth'][_0x2edd0f(-0x6f,-0xfa,-0x248,-0x15b)])),_0x51a5e4[_0x38e42c(_0x447d86._0x42180c,_0x447d86._0x37e169,0x94,_0x447d86._0x2c0894)](''));console[_0x38e42c(0x10c,0xa1,_0x447d86._0x3dd58e,0x82)]('\x20\x20Email:\x20\x20'+'\x20\x20'+(_0x1522d4[_0x38e42c(0x76,-_0x447d86._0x1bdc36,0xd6,0x31)]?.[_0x38e42c(0xfb,0x1e9,_0x447d86._0x3d6367,0x13d)]||_0x2edd0f(-_0x447d86._0x316f2f,-0x1b7,-_0x447d86._0x1e8696,-0xf4)));const _0x5e0952=_0x1522d4['auth']?.[_0x38e42c(0x27,0xa6,0xb0,0x8d)]||'',_0x253383=_0x5e0952[_0x38e42c(0x9b,0x9c,0x26,-_0x447d86._0x14c0c2)]>0x1acb+0x22*0x4+-0x5*0x575?_0x5e0952['substring'](-0x3d*0x61+0x1*0x1f6a+-0x84d,0x21a8+-0x25b1*0x1+0x411)+_0x38e42c(-_0x447d86._0x2498bf,0x2,-_0x447d86._0x50db73,0xa9)+_0x5e0952[_0x2edd0f(0x18,0x2f,-_0x447d86._0x4a62a5,-0xbe)](_0x29febc['jeFmK'](_0x5e0952[_0x38e42c(0x9b,_0x447d86._0x38a281,0x109,_0x447d86._0x386ebe)],0x4bb*-0x5+0x1b3b*0x1+0xe3*-0x4)):_0x5e0952?'*'[_0x2edd0f(-0x29,-_0x447d86._0x67e254,-_0x447d86._0x10c6bb,-_0x447d86._0x42180c)](_0x5e0952[_0x38e42c(_0x447d86._0x3d6367,_0x447d86._0x447054,0x8b,0x9f)]):_0x29febc[_0x2edd0f(-_0x447d86._0x2bf5a7,-0x121,-_0x447d86._0x28ea77,-0xbc)];console[_0x38e42c(0x10c,0x172,_0x447d86._0x15cd59,0xb8)](_0x2edd0f(-0x2f6,-_0x447d86._0xafd098,-0x2bf,-0x21d)+'\x20\x20'+_0x253383),console['log'](_0x38e42c(0x174,_0x447d86._0x10759d,_0x447d86._0x13d938,_0x447d86._0x32884d)+'\x20\x20'+(_0x1522d4[_0x38e42c(0x44,-0x91,0xe9,_0x447d86._0x58db04)]?_0x29febc[_0x38e42c(0x74,-0x2f,0xdc,_0x447d86._0x56ab23)]:'No')),console[_0x38e42c(0x10c,0x16f,_0x447d86._0x2fa4e3,_0x447d86._0x85d050)](''),console[_0x38e42c(_0x447d86._0x42180c,_0x447d86._0x58a9ec,0x55,_0x447d86._0x1789b2)]('Config\x20fil'+_0x2edd0f(-_0x447d86._0x497128,-_0x447d86._0x3e8ce2,-0x1bb,-0x1a9)+_0x3c96f3);}catch(_0x31413a){_0x31413a[_0x2edd0f(-_0x447d86._0xb674ac,-0x102,-0xf3,-0x1a4)]===_0x29febc[_0x2edd0f(-0x18e,-_0x447d86._0x28b0f6,-0x1e8,-_0x447d86._0x2bae93)]?(console[_0x38e42c(_0x447d86._0x15bb0c,_0x447d86._0x3f28df,_0x447d86._0x5611e8,_0x447d86._0x226148)](_0x29febc[_0x38e42c(0xd4,0xad,0x10b,0x162)]),console[_0x2edd0f(-_0x447d86._0x48ecdb,-0x1f6,-0x188,-0x14a)](''),console[_0x2edd0f(-_0x447d86._0xee8aed,-0x1f0,-_0x447d86._0x2a5c1a,-0x14a)](_0x29febc[_0x2edd0f(-0x216,-0x12d,-0x14a,-_0x447d86._0x38f3b7)])):console[_0x2edd0f(-_0x447d86._0x2b2c97,-_0x447d86._0x43d47a,-0xb6,-_0x447d86._0x79cca5)](_0x29febc['KNdfi'],_0x31413a[_0x38e42c(_0x447d86._0x349c51,-0x22,-0xcc,-_0x447d86._0x3a3843)]);}}async function disconnect(){const _0x34d217={_0xb3c051:0x1b6,_0x3bbfa2:0xe7,_0xe14730:0x127,_0x58fea6:0x390,_0x286b48:0x2ff,_0x45ada1:0x2c3,_0x2e7023:0x370,_0x396e21:0x326,_0x4d25c0:0x3e,_0x38c8c4:0x8f,_0x125636:0x2f,_0x233f23:0x1bc,_0x3b8513:0x9b,_0x4021be:0x48,_0x3b697c:0xca,_0x5e669d:0xec,_0x35b461:0x6a,_0x4da3d7:0x18b,_0x32fd06:0x238,_0x2c6dcd:0x2b5,_0x2b7d84:0x1da,_0x4ccd81:0x294,_0x37fd2f:0x365,_0x51647e:0x2dc,_0x316a44:0x2ba,_0x1b4b3a:0x304,_0x5a0a6d:0x141,_0x4b0b9a:0x1cc,_0x284640:0x138,_0x67bfa3:0x141,_0x49225b:0x85,_0x296a1b:0x57,_0x303eb8:0xb1,_0x1f585a:0x6,_0x2b1272:0xbc,_0xfb6d06:0x82,_0x1fe565:0x90,_0x5b1408:0x95,_0x84b1f5:0x131,_0x3c59b9:0x1af,_0x3d9808:0x96,_0x516d91:0x37,_0x129e70:0xb2,_0x4b6fab:0x343,_0x235c56:0x2de,_0x5b72e3:0x297,_0x155dc3:0xfe,_0x2c4356:0x10f,_0x44bc78:0x213,_0x40079e:0xd2,_0x51cbd0:0xea,_0x51025d:0x262,_0x3ae63e:0x2c4,_0x751b94:0x2e4,_0x4b87ad:0x316,_0x2b7a0a:0x75,_0x1eb6a9:0x14d},_0xa1bffd={_0x1aede4:0xcd},_0x2a7922={'IgHSl':function(_0x446824){return _0x446824();},'aXgyi':_0x477536(_0x34d217._0xb3c051,_0x34d217._0x3bbfa2,0x171,_0x34d217._0xe14730)+_0x6db7d7(_0x34d217._0x58fea6,0x3b3,_0x34d217._0x286b48,0x423)+_0x6db7d7(_0x34d217._0x45ada1,_0x34d217._0x2e7023,_0x34d217._0x396e21,0x3a5)+_0x477536(_0x34d217._0x4d25c0,0x9,-0x46,_0x34d217._0x38c8c4),'GIuWw':function(_0x2abcfc,_0xfce2ae){return _0x2abcfc===_0xfce2ae;},'oRLBJ':_0x477536(0xe1,_0x34d217._0x125636,0x78,_0x34d217._0x233f23),'ZJvUk':_0x477536(_0x34d217._0x3b8513,-_0x34d217._0x4021be,_0x34d217._0x3b697c,_0x34d217._0x5e669d)+'t\x20configur'+_0x477536(0xcb,_0x34d217._0x35b461,0x1b0,0x6e),'NEaWP':function(_0x5ae1b4,_0x4b8c8e){return _0x5ae1b4===_0x4b8c8e;},'yQPoH':_0x477536(0xc3,0x151,_0x34d217._0x4da3d7,0x9c),'gXzbz':'idrRM','dzqDU':_0x6db7d7(_0x34d217._0x32fd06,_0x34d217._0x2c6dcd,_0x34d217._0x2b7d84,0x26b)};function _0x477536(_0x24be20,_0x3c4062,_0x3d4f43,_0xf8ce1){return _0x4433(_0x24be20- -_0xa1bffd._0x1aede4,_0x3c4062);}const _0x35041f=_0x2a7922['IgHSl'](getJiraConfigPath);function _0x6db7d7(_0xf65d0e,_0x3b07b0,_0x68ab9a,_0x51830e){return _0x4433(_0x3b07b0-0x12d,_0xf65d0e);}try{await _0x5f4c04[_0x6db7d7(_0x34d217._0x4ccd81,_0x34d217._0x37fd2f,_0x34d217._0x51647e,_0x34d217._0x316a44)](_0x35041f),console['log'](_0x6db7d7(0x23e,_0x34d217._0x1b4b3a,0x2af,0x363)+_0x6db7d7(0x2d6,0x34a,0x395,0x358)+'\x20removed'),console[_0x477536(_0x34d217._0x5a0a6d,_0x34d217._0x4b0b9a,0x90,_0x34d217._0x284640)](''),console[_0x477536(_0x34d217._0x67bfa3,_0x34d217._0x49225b,_0x34d217._0x296a1b,_0x34d217._0x303eb8)](_0x2a7922[_0x477536(_0x34d217._0x1f585a,_0x34d217._0x2b1272,-_0x34d217._0xfb6d06,-_0x34d217._0x1fe565)]);}catch(_0x1e6556){_0x2a7922[_0x477536(0x151,_0x34d217._0x5b1408,0x180,_0x34d217._0x84b1f5)](_0x1e6556[_0x477536(0xe7,_0x34d217._0x3c59b9,0x172,_0x34d217._0x3d9808)],_0x2a7922[_0x477536(0xad,-_0x34d217._0x516d91,_0x34d217._0x129e70,0x19e)])?console[_0x6db7d7(0x421,0x33b,_0x34d217._0x4b6fab,0x273)](_0x2a7922[_0x6db7d7(_0x34d217._0x235c56,_0x34d217._0x5b72e3,0x2d4,0x2f9)]):_0x2a7922[_0x477536(0x5d,_0x34d217._0x155dc3,_0x34d217._0x2c4356,0x1c)](_0x2a7922[_0x477536(0x1ab,0x1fc,_0x34d217._0x44bc78,0x14e)],_0x2a7922[_0x477536(_0x34d217._0x40079e,_0x34d217._0x51cbd0,0x1ab,0x154)])?_0x346851=_0x6db7d7(0x1fc,0x24f,_0x34d217._0x51025d,_0x34d217._0x3ae63e)+_0x2ed610+'\x22':(console['error'](_0x2a7922[_0x6db7d7(_0x34d217._0x751b94,_0x34d217._0x4b87ad,0x275,0x34f)],_0x1e6556[_0x477536(0x52,0xaa,0x18,-_0x34d217._0x2b7a0a)]),process[_0x477536(0x17e,_0x34d217._0x1eb6a9,0x217,0xea)](-0x2587+-0x2615*0x1+-0xd*-0x5d1));}}async function test(){const _0x3d7f2e={_0x752ef3:0x109,_0x513df9:0x9,_0x43f412:0x1c,_0x4abafd:0xb0,_0x416ab9:0x1d7,_0x55d104:0xf5,_0x5a0ea2:0xf3,_0xdd7e8f:0x1a1,_0x4e3b97:0x26f,_0x59802c:0x2da,_0x50ec10:0x289,_0x23206c:0x233,_0x1c4322:0x250,_0x29b510:0x32d,_0x46eadf:0x42b,_0x290068:0xf4,_0x5f19d9:0x164,_0x53356e:0x143,_0xf55a1f:0x25,_0x348bc4:0x18,_0x43fb12:0x175,_0x4e1eca:0x30a,_0x28ec27:0xa4,_0x2c61f9:0x201,_0x4a73c3:0x1e2,_0xb7b668:0xa1,_0x534aca:0x84,_0x3967d6:0x2f5,_0x1b7a9c:0x343,_0x28ecec:0x3a6,_0x4d24de:0x3ec,_0x92b051:0x27,_0x21aa41:0xa9,_0x365d63:0x34a,_0x174b55:0x404,_0x434948:0x3c8,_0x3cc07d:0x3e0,_0x58ab59:0x308,_0x3a6b43:0x2d5,_0x4d94cc:0x27f,_0xd1142a:0x387,_0x2b8e23:0x29c,_0x267167:0x352,_0x11d43c:0x2f2,_0x3c3c7e:0x348,_0xce8c08:0x26a,_0x52d1b7:0x283,_0x587d4a:0x341,_0x1b779c:0xe6,_0x3d8218:0x26b,_0x1c2b8b:0x263,_0x563730:0x28e,_0x4dd408:0x378,_0x169334:0x3af,_0x2f1cf3:0x35e,_0x2ea82c:0x30b,_0x28858b:0x15f,_0x45d259:0x29,_0x296d8d:0xb4,_0x186966:0x105,_0x49d1c2:0xa2,_0x5ae4e6:0x8c,_0x12c837:0x9b,_0x3f8cc2:0x24e,_0x514dd9:0x169,_0x3d7e15:0x126,_0x52fa10:0x2de,_0x3ea661:0xcb,_0x4d652b:0xd3,_0x1fe482:0x2ce,_0xfe652e:0x3a8,_0x55b610:0x3be,_0xe1f05a:0x1b,_0x46f7f5:0x87,_0x287515:0x16f,_0x2eefa5:0x57,_0x1fd34b:0x1d,_0x1214b4:0xd9,_0x1a2ed1:0x2c7,_0x5260b7:0x3bc,_0x29a6ae:0x310,_0x271fa1:0x19f,_0x45bf0b:0x204,_0x188224:0x240,_0x206078:0x360,_0xe4fe2c:0x3c4,_0x7cf054:0x3aa,_0x1af694:0x45a,_0x3868aa:0x30d,_0x2ecfab:0x2a4,_0x50982a:0x329,_0x4826aa:0x3c2,_0x44d407:0x45d,_0x1214a4:0x3f1,_0x485691:0x28b,_0x384cc6:0x2dd,_0xb57698:0x1c2,_0x2769d3:0x2d9,_0x47a417:0x360,_0x336d1a:0x403,_0x44020f:0x40b,_0x1073c3:0x30b,_0x1cb227:0x13b,_0x13a364:0x18d,_0x2f1fcf:0x2f3,_0x17634b:0x35a,_0x2a532a:0x352,_0x360b19:0x360,_0x519001:0x368,_0x1c0f24:0x34f,_0x1d0c3a:0x31c,_0x25185c:0x363,_0x494a43:0xaa,_0x24c345:0x19a,_0x4b183d:0xf6,_0x499f19:0xf7,_0x1f110e:0x22b,_0x3faddf:0x17c,_0xfe7171:0x141,_0x2ac7eb:0x94,_0x3fd89a:0x1e1,_0x2887ac:0x1ee,_0x1c4b43:0x141,_0xb067f7:0x1b6,_0x15043c:0x103,_0x580fb0:0xca,_0x3df48b:0x1c6,_0x220959:0x7a,_0x428876:0xbb,_0x406999:0x58,_0x524000:0x32,_0x1a62b0:0x1d8,_0x14b57f:0x1c2,_0x4fbbb8:0x1d5,_0x175a67:0x157,_0x1ff39a:0x5a,_0x34eb82:0x348,_0x335e39:0x266,_0x26acde:0x327,_0xf0119b:0x2d2,_0xc186ca:0x341,_0x5755ae:0x3a4,_0x4d16b1:0x411,_0x1c9e2a:0x337,_0x1e84a4:0x3d9,_0x376250:0x3fe,_0x43e056:0x451,_0x47a218:0x43d,_0x2a1f29:0x366,_0x4b3fa0:0x2d1,_0x4d494d:0x2ac,_0x18e377:0x158,_0x2482f8:0x337,_0x37c280:0x390,_0x445559:0x14d,_0x3e5eda:0x1b4,_0x587396:0x118,_0x282704:0x10a,_0x36bcc4:0x31,_0x427113:0x8e,_0x2bfd2e:0x17e,_0x29f354:0x337,_0x576b6c:0x279,_0x449459:0x3b5,_0x5e0d4c:0x305,_0x1c9f50:0x3c6,_0x468da2:0x2de,_0x3d995d:0x2ff,_0x53dcb8:0x385,_0x524925:0x363,_0x277c3f:0x324,_0x320ad0:0x3c9,_0x322880:0x1a0,_0x4a0d91:0x32b,_0x3e2507:0x366,_0x3c0a70:0x377,_0x24d2bb:0x2f4,_0x456dcd:0x1bf,_0x1a0385:0x1d0,_0x129556:0x141,_0x3e2713:0xf0,_0x1b4c9a:0x306,_0x145164:0x36a,_0x136b6d:0xcd,_0x26973d:0x1c1,_0x9d9b6a:0x194,_0xa2633b:0x19d,_0x569838:0x2c4,_0x23e47d:0x44,_0x3d17eb:0x2bf,_0x36b3d9:0x284,_0x3e5ea6:0x2,_0xa4bc38:0x33a,_0x4cc4aa:0x104,_0x4c29ea:0x88,_0x20b66e:0x68,_0x57c464:0x118,_0x3cac7a:0x37c,_0x19b922:0xd2,_0x12acfa:0x70,_0x446454:0x52,_0x4a0960:0x1fe,_0x4879d7:0xb5,_0x1b4248:0x16b,_0x3a27d1:0xd1,_0x5abfac:0x6d,_0x3445a3:0x15d,_0x1b25c4:0x22b,_0x1d00f8:0x271,_0x567dad:0x2e3,_0x3f5344:0x3b3},_0x4f1067={_0x402439:0xcd};function _0x9e9387(_0x44507f,_0x16c9ef,_0x1a42ef,_0x676ea2){return _0x4433(_0x1a42ef- -_0x4f1067._0x402439,_0x16c9ef);}const _0x29a9ba={'zJZuM':_0x9e9387(-0x92,_0x3d7f2e._0x752ef3,0x23,-0x52)+'0','LIPdH':'Error:','JrKrL':function(_0x4074f9,_0x897a63){return _0x4074f9===_0x897a63;},'EHlfn':_0x9e9387(-_0x3d7f2e._0x513df9,-0xa7,_0x3d7f2e._0x43f412,-0xa5)+'e\x20accounts'+_0x9e9387(_0x3d7f2e._0x4abafd,_0x3d7f2e._0x416ab9,_0x3d7f2e._0x55d104,_0x3d7f2e._0x5a0ea2),'fMNki':_0x9e9387(_0x3d7f2e._0xdd7e8f,0x1be,0x1a0,0x11b)+_0xf3787d(_0x3d7f2e._0x4e3b97,0x358,_0x3d7f2e._0x59802c,_0x3d7f2e._0x50ec10)+_0xf3787d(_0x3d7f2e._0x23206c,0x2a6,0x2b3,_0x3d7f2e._0x1c4322),'zZgMn':'\x20\x20•\x20The\x20se'+_0xf3787d(_0x3d7f2e._0x29b510,0x376,0x3af,_0x3d7f2e._0x46eadf)+'unt\x20email\x20'+'is\x20used\x20(n'+_0x9e9387(_0x3d7f2e._0x290068,_0x3d7f2e._0x5f19d9,_0x3d7f2e._0x53356e,0x1e8)+'nal\x20email)','lPWHx':'\x20\x20•\x20The\x20AP'+'I\x20token\x20wa'+_0x9e9387(-_0x3d7f2e._0xf55a1f,-_0x3d7f2e._0x348bc4,0xc1,_0x3d7f2e._0x43fb12)+_0xf3787d(0x390,0x39b,0x421,_0x3d7f2e._0x4e1eca)+_0x9e9387(0x147,_0x3d7f2e._0x28ec27,0x157,0x12b)+_0xf3787d(0x17f,0x25f,_0x3d7f2e._0x2c61f9,_0x3d7f2e._0x4a73c3),'HIbOJ':_0x9e9387(_0x3d7f2e._0xb7b668,0xf0,0xf7,_0x3d7f2e._0x534aca)+_0xf3787d(0x3db,_0x3d7f2e._0x3967d6,0x34c,0x331)+_0xf3787d(_0x3d7f2e._0x1b7a9c,_0x3d7f2e._0x28ecec,_0x3d7f2e._0x4d24de,0x37d)+_0x9e9387(0x117,_0x3d7f2e._0x92b051,0xc9,_0x3d7f2e._0x21aa41)+_0xf3787d(_0x3d7f2e._0x365d63,0x37e,0x3d6,_0x3d7f2e._0x174b55),'NZzki':_0xf3787d(_0x3d7f2e._0x434948,_0x3d7f2e._0x3cc07d,0x332,0x323)+'open\x20brows'+_0xf3787d(_0x3d7f2e._0x58ab59,0x2c0,_0x3d7f2e._0x3a6b43,0x344)+_0xf3787d(_0x3d7f2e._0x4d94cc,0x2a5,0x363,0x2c8),'czIKW':function(_0x128f9d){return _0x128f9d();},'wpZJd':function(_0x2e681f,_0x1745ee){return _0x2e681f!==_0x1745ee;},'czRIp':_0xf3787d(_0x3d7f2e._0xd1142a,_0x3d7f2e._0x2b8e23,0x2c6,0x312),'aKmjG':_0xf3787d(_0x3d7f2e._0x267167,0x2cd,_0x3d7f2e._0x11d43c,_0x3d7f2e._0x3c3c7e),'TTvsi':_0xf3787d(_0x3d7f2e._0xce8c08,_0x3d7f2e._0x52d1b7,_0x3d7f2e._0x587d4a,0x2fe),'NJLzl':_0x9e9387(0x19d,_0x3d7f2e._0x1b779c,0xba,0xbd)+_0xf3787d(0x22a,_0x3d7f2e._0x3d8218,_0x3d7f2e._0x1c2b8b,0x2ac)+_0xf3787d(0x322,0x335,0x2ff,0x37a),'yNKBE':_0xf3787d(0x262,0x31b,_0x3d7f2e._0x563730,0x3a9),'zOxZH':_0xf3787d(_0x3d7f2e._0x4dd408,_0x3d7f2e._0x169334,_0x3d7f2e._0x2f1cf3,_0x3d7f2e._0x2ea82c)+_0x9e9387(_0x3d7f2e._0x28858b,-_0x3d7f2e._0x45d259,_0x3d7f2e._0x296d8d,0x18),'Eytcl':'ENOENT','wulYa':function(_0x249939,_0x11f9ff){return _0x249939!==_0x11f9ff;},'rDahL':_0x9e9387(_0x3d7f2e._0x186966,0x23,_0x3d7f2e._0x49d1c2,_0x3d7f2e._0x5ae4e6),'oPmTT':_0x9e9387(0x13c,0x90,_0x3d7f2e._0x12c837,0x3d)+'t\x20configur'+_0xf3787d(0x2ab,0x255,0x260,_0x3d7f2e._0x3f8cc2),'TdpXG':'Run:\x20coder'+'-server\x20ji'+_0x9e9387(0x13d,0x8c,_0x3d7f2e._0x514dd9,_0x3d7f2e._0x3d7e15)},_0x58f926=_0x29a9ba[_0xf3787d(_0x3d7f2e._0x52fa10,0x30b,0x341,0x321)](getJiraConfigPath);function _0xf3787d(_0x220526,_0x4ce2a3,_0x590948,_0x486a73){return _0x4433(_0x4ce2a3-0x152,_0x486a73);}try{if(_0x29a9ba[_0x9e9387(0x103,_0x3d7f2e._0x3ea661,_0x3d7f2e._0x4d652b,0x152)](_0x29a9ba[_0xf3787d(_0x3d7f2e._0x1fe482,_0x3d7f2e._0xfe652e,0x448,_0x3d7f2e._0x55b610)],_0x29a9ba['aKmjG'])){const _0x1c2e1e=await _0x5f4c04[_0x9e9387(-0x73,-_0x3d7f2e._0xe1f05a,0x0,_0x3d7f2e._0xb7b668)](_0x58f926,_0x29a9ba['TTvsi']),_0x52aa07=JSON[_0x9e9387(_0x3d7f2e._0x46f7f5,0xc9,_0x3d7f2e._0x287515,_0x3d7f2e._0x5ae4e6)](_0x1c2e1e);if(!_0x52aa07[_0x9e9387(-_0x3d7f2e._0x2eefa5,_0x3d7f2e._0x1fd34b,0x79,_0x3d7f2e._0x1214b4)]){console[_0xf3787d(0x2de,0x360,_0x3d7f2e._0x1fe482,_0x3d7f2e._0x1a2ed1)](_0xf3787d(_0x3d7f2e._0x5260b7,_0x3d7f2e._0x29a6ae,0x37d,0x2a7)+'ration\x20is\x20'+_0x9e9387(_0x3d7f2e._0x271fa1,_0x3d7f2e._0x45bf0b,0x1c8,_0x3d7f2e._0x188224));return;}const _0x1be080=_0x52aa07['cloudId']?_0xf3787d(_0x3d7f2e._0x206078,_0x3d7f2e._0xe4fe2c,0x40e,0x457)+_0xf3787d(_0x3d7f2e._0x7cf054,0x3df,_0x3d7f2e._0x1af694,_0x3d7f2e._0x3868aa)+_0xf3787d(0x2da,_0x3d7f2e._0x2ecfab,_0x3d7f2e._0x50982a,0x349)+_0xf3787d(0x3e6,_0x3d7f2e._0x4826aa,_0x3d7f2e._0x44d407,_0x3d7f2e._0x1214a4)+_0x52aa07[_0xf3787d(0x1eb,_0x3d7f2e._0x485691,_0x3d7f2e._0x384cc6,0x346)]:_0x52aa07[_0xf3787d(0x2ff,0x269,_0x3d7f2e._0xb57698,_0x3d7f2e._0x2769d3)];console[_0xf3787d(0x398,_0x3d7f2e._0x47a417,_0x3d7f2e._0x336d1a,_0x3d7f2e._0x44020f)](_0xf3787d(_0x3d7f2e._0x1073c3,0x312,0x2c8,_0x3d7f2e._0x1c4322)+_0x9e9387(_0x3d7f2e._0x1cb227,0x13c,_0x3d7f2e._0x13a364,0x214)+'ion...'),console['log'](''),console['log'](_0xf3787d(_0x3d7f2e._0x2f1fcf,0x31c,_0x3d7f2e._0x17634b,_0x3d7f2e._0x2a532a)+_0x1be080),console[_0xf3787d(0x278,_0x3d7f2e._0x360b19,0x3d9,0x41a)]('');const _0x31db4f=await testJiraConnection(_0x1be080,_0x52aa07[_0x9e9387(0x11a,0x16e,0xab,_0x3d7f2e._0x92b051)][_0xf3787d(_0x3d7f2e._0x519001,_0x3d7f2e._0x1c0f24,0x361,0x3db)],_0x52aa07['auth'][_0xf3787d(_0x3d7f2e._0x1d0c3a,0x27b,_0x3d7f2e._0x25185c,0x1c2)]);if(_0x31db4f[_0x9e9387(_0x3d7f2e._0x494a43,_0x3d7f2e._0x24c345,_0x3d7f2e._0x4b183d,_0x3d7f2e._0x499f19)])console[_0x9e9387(_0x3d7f2e._0x1f110e,_0x3d7f2e._0x3faddf,_0x3d7f2e._0xfe7171,_0x3d7f2e._0x2ac7eb)](_0x29a9ba['NJLzl']),console[_0x9e9387(_0x3d7f2e._0x3fd89a,_0x3d7f2e._0x2887ac,_0x3d7f2e._0x1c4b43,_0x3d7f2e._0xb067f7)](_0x9e9387(0x1a0,_0x3d7f2e._0x15043c,0xbc,0x11e)+(_0x31db4f[_0x9e9387(_0x3d7f2e._0x580fb0,_0x3d7f2e._0x3df48b,0xda,_0x3d7f2e._0x220959)][_0x9e9387(_0x3d7f2e._0x428876,0x87,0x90,-_0x3d7f2e._0x406999)+'e']||_0x52aa07[_0x9e9387(-_0x3d7f2e._0x524000,0x42,0xab,-0x16)][_0x9e9387(_0x3d7f2e._0x1a62b0,_0x3d7f2e._0x14b57f,0x130,_0x3d7f2e._0x4fbbb8)])),console[_0x9e9387(_0x3d7f2e._0x175a67,_0x3d7f2e._0x1ff39a,0x141,0xd3)]('');else{if(_0x29a9ba[_0xf3787d(_0x3d7f2e._0x34eb82,0x3c6,0x31d,0x357)](_0x29a9ba[_0xf3787d(_0x3d7f2e._0x335e39,0x2d2,0x23c,_0x3d7f2e._0x26acde)],_0x29a9ba[_0xf3787d(0x2ba,_0x3d7f2e._0xf0119b,_0x3d7f2e._0xc186ca,_0x3d7f2e._0x5755ae)]))console[_0xf3787d(_0x3d7f2e._0x4d16b1,_0x3d7f2e._0x1c9e2a,_0x3d7f2e._0x1e84a4,_0x3d7f2e._0x376250)](_0x29a9ba[_0xf3787d(_0x3d7f2e._0x43e056,0x3a9,0x3cd,_0x3d7f2e._0x47a218)]),console[_0xf3787d(_0x3d7f2e._0x2a1f29,_0x3d7f2e._0x1c9e2a,_0x3d7f2e._0x4b3fa0,_0x3d7f2e._0x4d494d)](''),console['error'](_0x29a9ba[_0x9e9387(_0x3d7f2e._0x18e377,0x11b,0x15d,0x205)],_0x31db4f[_0xf3787d(0x40c,_0x3d7f2e._0x2482f8,0x361,_0x3d7f2e._0x37c280)]),console[_0x9e9387(_0x3d7f2e._0x445559,_0x3d7f2e._0x3e5eda,_0x3d7f2e._0x587396,_0x3d7f2e._0x282704)](''),process['exit'](-0x6af+-0x4d*-0x33+0x1bb*-0x5);else{const _0x22ba27=_0x29a9ba[_0x9e9387(0x70,-0x9d,0xb,_0x3d7f2e._0x36bcc4)]['split']('|');let _0x57c329=-0x1*0x18a9+-0x1edb+0xbb*0x4c;while(!![]){switch(_0x22ba27[_0x57c329++]){case'0':_0x8398c2[_0x9e9387(_0x3d7f2e._0x427113,0xde,_0x3d7f2e._0x2bfd2e,0x1f4)](-0x4e0+0x1*-0x1804+0x1ce5);continue;case'1':_0x122d3e[_0xf3787d(0x29c,0x337,0x381,0x2c4)]('✗\x20Connecti'+'on\x20failed');continue;case'2':_0x3d587d[_0xf3787d(0x337,_0x3d7f2e._0x29f354,0x38d,_0x3d7f2e._0x1fe482)]('');continue;case'3':_0x2d6a1d[_0xf3787d(_0x3d7f2e._0x576b6c,0x337,_0x3d7f2e._0x449459,_0x3d7f2e._0x5e0d4c)]('');continue;case'4':_0x1915c5['error'](_0x29a9ba['LIPdH'],_0x501863['error']);continue;case'5':_0x29a9ba[_0xf3787d(0x3b3,_0x3d7f2e._0x1c9f50,_0x3d7f2e._0x468da2,_0x3d7f2e._0x3d995d)](_0x34541a,_0xf3787d(0x3fb,_0x3d7f2e._0x53dcb8,0x389,0x2b8))?(_0x3709d5['error'](_0x29a9ba[_0xf3787d(0x44f,_0x3d7f2e._0x524925,_0x3d7f2e._0x277c3f,0x37a)]),_0x4269d6[_0xf3787d(_0x3d7f2e._0x320ad0,0x337,0x331,0x299)](_0x29a9ba['fMNki']),_0x53de55['error'](_0x29a9ba[_0x9e9387(0xf6,0xf0,0xd9,_0x3d7f2e._0x322880)]),_0x553dae[_0x9e9387(0x18a,0x1f5,0x118,0xe3)](_0x29a9ba[_0xf3787d(_0x3d7f2e._0x4a0d91,_0x3d7f2e._0x3e2507,_0x3d7f2e._0x3c0a70,_0x3d7f2e._0x24d2bb)])):_0x3e465e[_0x9e9387(0x4c,0x1b3,0x118,0x1f9)](_0x29a9ba['HIbOJ']);continue;}break;}}}}else return _0x56b09f[_0x9e9387(_0x3d7f2e._0x456dcd,_0x3d7f2e._0x1a0385,0xfe,0x70)](_0x29a9ba['NZzki']),_0x14d7b1[_0x9e9387(0x200,0x158,_0x3d7f2e._0x129556,0xd4)]('Please\x20vis'+_0x9e9387(_0x3d7f2e._0x28ec27,0xdf,_0x3d7f2e._0x3e2713,0x193)+_0x56e8c0),![];}catch(_0xe80ffa){_0xe80ffa[_0xf3787d(0x2ff,_0x3d7f2e._0x1b4c9a,_0x3d7f2e._0x519001,_0x3d7f2e._0x145164)]===_0x29a9ba[_0x9e9387(_0x3d7f2e._0x136b6d,_0x3d7f2e._0x26973d,_0x3d7f2e._0x9d9b6a,_0x3d7f2e._0xa2633b)]?_0x29a9ba[_0xf3787d(_0x3d7f2e._0x569838,0x229,0x255,0x182)](_0x29a9ba[_0x9e9387(0x9b,0x150,0x9c,_0x3d7f2e._0x23e47d)],_0xf3787d(_0x3d7f2e._0x3d17eb,0x284,0x2a4,0x25c))?(console[_0xf3787d(0x2f1,0x360,0x277,_0x3d7f2e._0x36b3d9)](_0x29a9ba[_0x9e9387(-_0x3d7f2e._0x3e5ea6,0x18,0x21,-_0x3d7f2e._0x46f7f5)]),console[_0x9e9387(0xda,0x6e,0x141,0x70)](''),console[_0xf3787d(0x41e,_0x3d7f2e._0x47a417,_0x3d7f2e._0xa4bc38,0x3bd)](_0x29a9ba[_0x9e9387(0x33,0x1c4,_0x3d7f2e._0x4cc4aa,_0x3d7f2e._0x4c29ea)])):(_0x397622[_0x9e9387(_0x3d7f2e._0x20b66e,_0x3d7f2e._0x524000,_0x3d7f2e._0x57c464,0xf4)](_0x29a9ba[_0xf3787d(0x423,_0x3d7f2e._0x3cac7a,0x2e9,0x331)],_0x394cec[_0x9e9387(_0x3d7f2e._0x19b922,_0x3d7f2e._0x12acfa,_0x3d7f2e._0x446454,0xc9)]),_0xef289c[_0x9e9387(_0x3d7f2e._0x4a0960,0xfa,0x17e,_0x3d7f2e._0x4879d7)](0x1bb*-0x3+-0x1994+0x1ec6)):(console[_0x9e9387(0x62,_0x3d7f2e._0x1b4248,0x118,_0x3d7f2e._0x3a27d1)](_0x29a9ba[_0x9e9387(_0x3d7f2e._0x5abfac,0x186,_0x3d7f2e._0x3445a3,_0x3d7f2e._0x1b25c4)],_0xe80ffa[_0xf3787d(0x29f,_0x3d7f2e._0x1d00f8,0x25a,_0x3d7f2e._0x567dad)]),process[_0xf3787d(0x36a,0x39d,0x31a,_0x3d7f2e._0x3f5344)](-0x22c*0x7+0x1d4d+0x148*-0xb));}}export async function handleJira(_0x2f55a9){const _0x2ff351={_0x582432:0x403,_0x33cf05:0x3f0,_0x2a1cf1:0x3f6,_0x83d997:0x466,_0x37d27a:0x4b3,_0x2ee8c1:0x9,_0x20366f:0x38,_0x4e586f:0x52,_0x3fe9f5:0x106,_0x1e8fcf:0x147,_0x2b64aa:0x211,_0x58ed3d:0x413,_0x2e2cbe:0x47d,_0x18c994:0x3cb,_0x565082:0x1cf,_0x460949:0x246,_0x50b3e5:0x350,_0x595dee:0x9c,_0x437ad7:0x14a,_0x5bfefb:0xff,_0x110b94:0xfc,_0x3205b5:0x148,_0x563564:0x1b2,_0x45ee9c:0x46,_0x1ca21f:0xf6,_0x33074a:0x109,_0x39d02c:0xf7,_0x503164:0xee,_0x1e92a1:0x174,_0x2bd559:0xc6,_0x3aeba8:0x14e,_0x5ea11d:0xfa,_0x48f145:0x1c5,_0x37c66b:0x19a,_0x4dfbb8:0x12c,_0x1f2235:0x207,_0x23c1a2:0x39a,_0x27ca62:0x395,_0x114a7b:0x52,_0x36e7ea:0x9d,_0x1300ed:0x3e,_0x19b163:0x277,_0x471eb3:0x2b8,_0x2e31e8:0xd4,_0x45dbb4:0x12b,_0xb41192:0x208,_0x2824ee:0x159,_0xf350e5:0xb4,_0x38d553:0x1c6,_0x165feb:0x234,_0x15df30:0x151,_0x542a2a:0x134,_0x3f6881:0x16a,_0x190345:0x169,_0x27297f:0x151,_0x4d4871:0x13d,_0x241535:0xad,_0x3e6294:0x79,_0x2d1dad:0x10d,_0xa0fe4a:0x2bb,_0x5e4a91:0x2e7,_0x437611:0xa5,_0x1bb7a8:0x22e,_0x9bcb34:0x1df,_0x3411b6:0xb1,_0x853dd1:0xf9,_0x18d531:0x18c,_0x4866e3:0x2b0,_0x4bd800:0x29f,_0xd1a88f:0x210,_0x3513f4:0x16b,_0x59880c:0xa3,_0x505591:0x129,_0x5e328a:0x150,_0xef65d5:0x16b,_0x47e33c:0x15f,_0x2ad53a:0x3f4,_0x4e8047:0x375,_0xa4d83:0x247,_0x2197b5:0x18a,_0x261050:0x13a,_0x4c9362:0x252,_0x157464:0x188,_0x3b8c8b:0x3a7,_0x1990e5:0x291,_0x58d58b:0x36c,_0xca91a1:0x383,_0x32aa70:0xfe,_0x11011e:0x366,_0x1b8aab:0x3a3,_0x14ea31:0x354},_0x1f3621={_0x888086:0x1f4};function _0x4f786c(_0x21f2f1,_0x407e62,_0x5194c5,_0x40868d){return _0x4433(_0x407e62-_0x1f3621._0x888086,_0x5194c5);}function _0x2c9a96(_0x4a8d32,_0x21961d,_0x1b4504,_0x2c6662){return _0x4433(_0x21961d- -0xa3,_0x4a8d32);}const _0x4f16b7={'ChHqQ':_0x4f786c(_0x2ff351._0x582432,_0x2ff351._0x33cf05,0x407,_0x2ff351._0x2a1cf1),'AhbYA':_0x4f786c(_0x2ff351._0x83d997,0x3e0,_0x2ff351._0x37d27a,0x305),'WtxJg':function(_0x5b2f47){return _0x5b2f47();},'QLngM':_0x2c9a96(-_0x2ff351._0x2ee8c1,_0x2ff351._0x20366f,-0x84,0x4a),'MlApd':function(_0x4d8374){return _0x4d8374();},'lTmCE':'Usage:\x20cod'+'er-server\x20'+_0x2c9a96(0x61,0x2d,-_0x2ff351._0x4e586f,_0x2ff351._0x3fe9f5)+_0x2c9a96(0x10e,_0x2ff351._0x1e8fcf,_0x2ff351._0x2b64aa,0xdb),'XmCKO':'Commands:','PLRtX':_0x4f786c(_0x2ff351._0x58ed3d,_0x2ff351._0x2e2cbe,0x449,_0x2ff351._0x18c994)+_0x4f786c(0x378,0x2bf,_0x2ff351._0x565082,_0x2ff351._0x460949)+_0x4f786c(_0x2ff351._0x50b3e5,0x322,0x32c,0x395)+_0x2c9a96(_0x2ff351._0x595dee,_0x2ff351._0x437ad7,_0x2ff351._0x5bfefb,_0x2ff351._0x110b94)+_0x2c9a96(0x62,_0x2ff351._0x3205b5,0x82,_0x2ff351._0x563564)+'e)','Kybte':_0x2c9a96(_0x2ff351._0x45ee9c,_0x2ff351._0x1ca21f,_0x2ff351._0x33074a,_0x2ff351._0x39d02c)+'\x20\x20\x20\x20\x20Show\x20'+_0x2c9a96(_0x2ff351._0x503164,_0x2ff351._0x1e92a1,_0x2ff351._0x2bd559,_0x2ff351._0x3aeba8)+_0x2c9a96(_0x2ff351._0x5ea11d,_0x2ff351._0x48f145,0x21b,0x1a4)+_0x2c9a96(_0x2ff351._0x37c66b,_0x2ff351._0x4dfbb8,0x107,_0x2ff351._0x1f2235),'kyozb':'\x20\x20test\x20\x20\x20\x20'+_0x2c9a96(0x109,0x5e,0xa8,-0x71)+_0x4f786c(_0x2ff351._0x23c1a2,0x41f,_0x2ff351._0x27ca62,0x4e9)+_0x2c9a96(_0x2ff351._0x114a7b,_0x2ff351._0x36e7ea,0x76,-_0x2ff351._0x1300ed),'oBEVj':_0x2c9a96(0x133,0xa1,0x59,0x8f)+'ct\x20\x20\x20Remov'+_0x4f786c(_0x2ff351._0x19b163,_0x2ff351._0x471eb3,0x380,0x279)+'figuration','WWffB':_0x2c9a96(0x173,0xb6,_0x2ff351._0x2e31e8,0xb5),'njRQH':_0x2c9a96(0x13b,0x197,0x185,0xcf)+_0x2c9a96(0x163,0x151,0x123,_0x2ff351._0x45dbb4)+_0x2c9a96(_0x2ff351._0xb41192,_0x2ff351._0x2824ee,_0x2ff351._0xf350e5,0xd7),'dtXQC':_0x2c9a96(_0x2ff351._0x38d553,0x197,0x125,0x16b)+_0x2c9a96(_0x2ff351._0x165feb,_0x2ff351._0x15df30,0x64,_0x2ff351._0x542a2a)+'status','KQiaf':_0x2c9a96(0x11d,0x197,_0x2ff351._0x3f6881,_0x2ff351._0x190345)+_0x2c9a96(0x135,_0x2ff351._0x27297f,0x140,0x157)+'test'},_0x3c633e=_0x2f55a9[_0x2c9a96(0x17d,_0x2ff351._0x4d4871,_0x2ff351._0x241535,_0x2ff351._0x3e6294)](_0x176104=>!(_0x176104[_0x4f786c(0x3e5,0x406,0x35e,0x4ba)]('--setup-pa'+_0x4f786c(0x3d9,0x340,0x3f3,0x336))||_0x176104[_0x4f786c(0x393,0x406,0x4af,0x424)](_0x4f786c(0x341,0x30a,0x2c4,0x31b)))),_0x4fce4d=_0x3c633e[0xaef+-0x58c+0x7*-0xc5];switch(_0x4fce4d){case _0x4f16b7[_0x2c9a96(0x16e,_0x2ff351._0x2d1dad,0x52,0x32)]:await connect();break;case _0x4f16b7[_0x4f786c(0x38f,_0x2ff351._0xa0fe4a,0x1fc,_0x2ff351._0x5e4a91)]:await _0x4f16b7['WtxJg'](status);break;case'test':await test();break;case _0x4f16b7[_0x2c9a96(_0x2ff351._0x437611,_0x2ff351._0x190345,_0x2ff351._0x1bb7a8,_0x2ff351._0x9bcb34)]:await _0x4f16b7[_0x2c9a96(_0x2ff351._0x3411b6,_0x2ff351._0x853dd1,0x62,_0x2ff351._0x18d531)](disconnect);break;default:console['log'](_0x4f16b7[_0x4f786c(_0x2ff351._0x4866e3,0x2fb,_0x2ff351._0x4bd800,_0x2ff351._0xd1a88f)]),console['log'](''),console[_0x2c9a96(0x81,_0x2ff351._0x3513f4,_0x2ff351._0x59880c,0x1da)](_0x4f16b7['XmCKO']),console['log'](_0x4f16b7[_0x2c9a96(0x134,_0x2ff351._0x505591,0x122,0xcc)]),console['log'](_0x4f16b7[_0x2c9a96(0x1c6,0x1c3,0xd6,0xef)]),console[_0x2c9a96(_0x2ff351._0x5e328a,_0x2ff351._0xef65d5,_0x2ff351._0x47e33c,0xac)](_0x4f16b7[_0x4f786c(0x375,_0x2ff351._0x2ad53a,_0x2ff351._0x4e8047,0x495)]),console[_0x2c9a96(_0x2ff351._0xa4d83,0x16b,0x15e,0x159)](_0x4f16b7[_0x2c9a96(0x21c,0x19f,_0x2ff351._0x2197b5,0x28d)]),console[_0x2c9a96(_0x2ff351._0x261050,_0x2ff351._0x3513f4,_0x2ff351._0x4c9362,0x1c4)](''),console[_0x2c9a96(0x103,0x16b,0x13b,_0x2ff351._0x157464)](_0x4f16b7[_0x4f786c(_0x2ff351._0x3b8c8b,0x335,_0x2ff351._0x1990e5,_0x2ff351._0x58d58b)]),console['log'](_0x4f16b7[_0x4f786c(0x3e4,0x314,_0x2ff351._0xca91a1,0x2b6)]),console[_0x2c9a96(0x207,_0x2ff351._0x3513f4,_0x2ff351._0x32aa70,0x1c2)](_0x4f16b7['dtXQC']),console[_0x4f786c(_0x2ff351._0x11011e,0x402,_0x2ff351._0x1b8aab,_0x2ff351._0x14ea31)](_0x4f16b7['KQiaf']);break;}}
1
+ (function(_0x564fc3,_0xd6fae3){const _0x2133b1={_0x462f2b:0x531,_0x573ef0:0x542,_0x399650:0x574,_0x2e8957:0x54c,_0x5c91f3:0x48e,_0x5cdcfe:0x52f,_0x4fc073:0x5b5,_0x170cc3:0x58a,_0x40fe1f:0x5e6,_0x5a98b3:0x7d2,_0x167765:0x6c3,_0x5639bc:0x4d1,_0x519aad:0x57e,_0xae11a1:0x427,_0x525cea:0x40e,_0x3a2457:0x50d,_0x866793:0x5ae,_0x151975:0x4c1,_0x6e4110:0x42c,_0x4772bc:0x481,_0x473f04:0x623,_0xc980e4:0x597,_0x38fc30:0x66f},_0x283904={_0xb1e501:0x3cd},_0x275ae2={_0x33d679:0x273};function _0x267a4a(_0x26e60b,_0x5e64e2,_0x2c6378,_0x21635c){return _0x5130(_0x26e60b-_0x275ae2._0x33d679,_0x21635c);}function _0x262bb7(_0x2246a2,_0x3d5027,_0x220cfc,_0x10740f){return _0x5130(_0x220cfc-_0x283904._0xb1e501,_0x2246a2);}const _0x7ced0=_0x564fc3();while(!![]){try{const _0xac9df1=-parseInt(_0x262bb7(_0x2133b1._0x462f2b,_0x2133b1._0x573ef0,0x5ea,_0x2133b1._0x399650))/(0x1d*-0xd0+-0x9b*0x14+-0x1*-0x23ad)+parseInt(_0x267a4a(_0x2133b1._0x2e8957,0x5e7,0x537,_0x2133b1._0x5c91f3))/(-0x111b+-0xf1d+0x6*0x55f)*(parseInt(_0x267a4a(_0x2133b1._0x5cdcfe,_0x2133b1._0x4fc073,_0x2133b1._0x170cc3,_0x2133b1._0x40fe1f))/(0x157f+0xe6e+-0x23ea))+-parseInt(_0x262bb7(0x7f2,_0x2133b1._0x5a98b3,0x751,_0x2133b1._0x167765))/(0xe2+-0xd9+0x5*-0x1)+parseInt(_0x267a4a(_0x2133b1._0x5639bc,_0x2133b1._0x519aad,_0x2133b1._0xae11a1,_0x2133b1._0x525cea))/(-0x1*0x24ef+0x8*0x4a8+-0x13*0x4)+parseInt(_0x267a4a(0x55b,_0x2133b1._0x3a2457,0x617,_0x2133b1._0x866793))/(0xe3a+-0x21bd+0x1389*0x1)+-parseInt(_0x267a4a(_0x2133b1._0x151975,_0x2133b1._0x6e4110,_0x2133b1._0x4772bc,0x4b0))/(-0x137f+-0x19d8+-0x2d5e*-0x1)+-parseInt(_0x262bb7(0x6b6,0x6e1,_0x2133b1._0x473f04,0x630))/(-0x729+0x1da3+-0x11*0x152)*(-parseInt(_0x262bb7(_0x2133b1._0xc980e4,0x6cd,_0x2133b1._0x38fc30,0x705))/(-0xa39*-0x1+0x5*0x201+-0x1435));if(_0xac9df1===_0xd6fae3)break;else _0x7ced0['push'](_0x7ced0['shift']());}catch(_0x2c2ad2){_0x7ced0['push'](_0x7ced0['shift']());}}}(_0x270b,0x1184ad+0x454e2+-0xca8ff));import _0x2958d0 from'readline';function _0x270b(){const _0xfe9c76=['CMeGy29UBMvJDa','D2LUmZi','icaGicbtAg93ia','tLjVtMe','icaXksbqzxjZBW','ihbLCNnVBMfSia','DwLYzsb5B3vYia','B3vKieLeoIa','icdIGkiGuMvZDgfY','rw1HAwWGwW','B3vKieLeigLZia','zvbMwwq','ve1ztK0','oIbODhrWCZOVlW','y2SGEw91CIbJCG','DhvXrum','nZq1ngfJyNPqva','CgvYC29UywWGzq','q2XVDwqGsuq6ia','DwXSEsbHCYa','ww91ig5LzwqGyq','B24U','4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq','CMvWBgfJzq','vhjXyxC','lM5LDa','vfnnsw4','BvLuAe4','AevowvC','tMv4DcbZDgvWCW','zgLZywjSzwqU','mteWnJm3mgzuBg1LtG','CgfYC2u','Bwf0AwnHBgX5ia','kg5VDcb5B3vYia','q291BgqGBM90ia','B3qGysbWzxjZBW','icdIGkiGvgHLienS','icbKAxnJB25Uzq','ANnVBG','mtn8mtj8mxW1Fa','tcbKAxjLy3rSEq','l2PPCMeV','qvbjihrVA2vUpW','zNjVBsbksvjblG','zLHcueq','r0Xfqwe','icjdCMvHDguGqq','rgvowgG','zgvYrMXVDYiP','q2XVDwqGsuq','Bg91zcbjrd8GwW','sxDMDve','ihrVigzLDgnOia','xtOG','4PYxiezHAwXLzcb0','q29UBMvJDgLUzW','yxrSyxnZAwfUlG','AguGD2vIifvjia','zxjYB3i','4PYtienVBMzPz3vY','u3rLCcaXlZu6ia','v1v4Eu4','yMfZzvvYBa','vvv2shK','CvLbyvO','zNDRELi','ueKGDg9Rzw4I','zsbHy2nVDw50CW','EvLqEvi','CMvHzezPBgu','igXPBMTZlG','C2vYDMvYigPPCG','B3bLBIbICM93CW','zxHPDa','CfvKCNK','z3vYyxrPB24GCW','iefJy291BNq','vvjmoIa','y2XVDwrjza','zgPitue','C2vYDMLJzsbHyW','C3ftDwS','zxiGDg8Gz2v0ia','C1fksgS','Ew91CI1ZAxrLlG','zs1WCM9MAwXLlW','uuXNBKi','y2PiwgO','y3qGicbszw1VDG','icbtAxrLifvsta','zw52','qwnJB3vUDa','D3nTvu0','ifTzl25DoIa','lMf0BgfZC2LHBG','icdIGkiGvgHLiefq','v1vvwwW','DeXquKq','zwqU','ica0lIbqyxn0zq','zxf1AxjLzcbMBW','Eu1pELG','B3zbC2O','CgvyChK','B25MAwD1CMf0Aq','uerot0O','Ahr0Chm6lY95BW','zw5HyMXLza','Bw9Kzq','ifrVA2vUigLZia','rxjYB3i6','DgvZDa','yxv0Aa','C3rHCNrZv2L0Aa','mhW1Fdn8nhW2Fa','sw1NA28','tKDmAvu','q2XVDwqGsuqGyq','AvbJru8','zcbjrcbHDxrVBq','qMfZAwmG','Aw5NiePjuKeGyW','tw5rDLC','s1DYvwS','qwnJzxb0','icbtzxj2AwnLia','wunlEfe','vgHLihnLCNzLCG','ifvstc4GvgHPCW','BwfPBcKU','yxbPlMf0BgfZCW','BwvZC2fNzq','Dw50igvTywLSia','DvrrBMC','v0XjDfO','rM9YihnLCNzPyW','vvjmifS','vMPdEhu','ywLUlG','D1zcz3G','sfruuca','CMvXDwLYzwq','BNrLz3jHDgLVBG','DhjPBq','zwqGEwv0lG','qvbjifrVA2vUoG','zwrLBNrPywXZia','CZOGtM90ignVBG','icbnB2rLoIaGia','zwDYyxrPB24GAq','AwD1CMvKiq','BIbJyw5JzwXSzq','rw50zxiGDgHLia','zgf0yq','BLj3sMq','yxbWBgLJyxrPBW','DurLEvu','rwfQu2e','ywjfzxC','sw5ZDhj1y3rPBW','zgfYD2LU','icaGicbuzxn0ia','Dgv4Da','AeTfEfK','lI4U','As5HDgXHC3nPyq','icbfBMfIBgvKoG','yxrPB24','yw5KihrYEsbHzW','Axn0Aw5NiePjuG','Fde0Fdr8nW','DxrMltG','igL0igjLBg93','DxrVBwf0AwnHBa','Aw1Hyve','v1jHvuW','icbvC2vYoIa','vvjm','DgDhu1O','y2GGAxqGzNjVBq','thnywha','thLzuvO','zgLZy29UBMvJDa','BKDArKu','ihjLBw92zwq','vg8GzMLUzcb5BW','ndaYnte1nNn4CKXfzq','tMDJyNG','DgHLihrVA2vU','cKfqssbIyxnLia','DvvguNK','DhDoC0W','sKLsqsbPCYbUBW','DgfYDa','C2vYDMLJzq','C3rHDhvZ','lxnLCNzLCIbQAq','AxqGysbUyw1Lia','BNm6','CIb0AguGC2vYDG','BMfSigvTywLSkq','D3jPDgvgAwXL','l3jLC3qVyxbPlW','lMnVzgvY','igzYB20GsKLsqq','ufjHA3q','zMLSDgvY','A0nMruK','y29UBMvJDa','Eevvseq','ugXLyxnLihzPCW','ls1Zzxr1Cd0','Dfrdv1y','CMvKiokCKW','y291BNqGzw1HAq','Ahr0Chm6lY9Pza','ywnJB3vUDcbZzq','cGPpCgvYyxrPBW','qxrSyxnZAwfUia','kguUzY4SicjdBW','zMT2zLa','igrPCMvJDg9YEq','C3bSAxq','t3bLBMLUzYbICG','ztOG','y3jLyxrLzcbMBW','D2fYBG','vgvZDgLUzYbksq','vg8GCMvJB25Uzq','CwPbrfy','CMzHy2u','sMPTyw0','vujOzMK','EwvZ','ws9UxtOG','CgKTDg9Rzw5Z','q29TBwfUzhm6','BM5Ly3rPB24UlG','ufzVsvO','wxj1CvO','ywrTAw4UyxrSyq','rxjYB3i6iefqsq','sKLsqsbPBNrLzW','r2rirfO','icaGicbtzxqGDq','rLDWt1u','AwnLigfJy291BG','y2XVC2u','rxLIv2K','C2vJDxjPDhKVyq','sxDnAeq','vNjytxq','u3rLCca','v25TzMm','ienSB3vKieLekq','zMDvAw4','icaYksbtzxj2Aq','qKXHDwK','icbqzxjZB25HBa','sMLYysbtAxrLia','BcbHzgrYzxnZia','z0fis1G','DxnLihrOAxmGyW','C3rYAw5NAwz5','AxjHlW','thrWBvK','rNDXEK8','lMnVBs9Tyw5HzW','CMvJDxjZAxzL','y3HyC3u','DxnLCG','C3vIC3rYAw5N','y3jLyxrLsw50zq','wwvZ','icaODxnLCYbHCa','BMv0l19LzgDLlW','icbJB25Uzwn0ia','iePPCMeGC2L0zq','mtv8mhWZFdz8oa','DxiGq2XVDwqGsq','uKzIBwm','CxvLC3rPB24','qvbjifvstdOG','Aw9UlI4U','Chjmzfe','sKLsqsbtDgf0Dq','CMvWzwf0','Bg9N','BwTKAxi','uNvUoIbJB2rLCG','wxjHEeO','nZK4mJaYCLnhDuDV','C2HVD24GAw4GEq','zuryyvO','DxPUA3q','q29Wr2y','Aw9U','Ag9TzwrPCG','quL0r2C','AuP4Ew0','zMLNDxjHDgLVBG','C3rKAw4','u0vsvKvsx0rbva','u3rLCcaYlZu6ia','CeX6EMS','4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq4Pwq','B24GC3vJy2vZCW','yNjuqNm','rxjYB3i6ievTyq','EMTJr0m','icdIGkiGt3bLBIb0','BhKUlI4','DLfYrha','s1HrBuG','wMjvwwi','vfP5C2i','Dgf0Dxm','BYbZyxzLignVBG','AwWGAxmGCMvXDq','EgrNlw9Wzw4GiG','vw5Ztgy','CNzPy2uGywnJBW','B246','uevzvgu','ssb0B2TLBIb3yq','wxf1s0e','iokgKIbqCM9KDwn0','A0PMrvy','u2f2zwqGDg86ia','zxfAEg8','B24GzMfPBgvK','ufP4ENK','AhPZBKG','DhvW','CIbZzxj2AwnLia','FdeWFdL8mNWXmq','C3nPyw4Uy29Tia','qxr0zw1WDgLUzW','wM9XDM0','wvDZu04','mJC1ndq3ovDguLzuAq','ugPYwKu','C1PyAMm','r1f2y3q','4PYtiezVDw5Kigv4','Dcb0AguGC2vYDG','Aw50zxjHy3rPDG','Aw5NigjYB3DZzq','ogDXA05PEa','yw5KigXVB2SGzG','AwfUlMnVBs9LEa','Dg9mB3DLCKnHCW','BMfSigfJy291BG','wg5LDui','DgjeuuW','re96txe','mtK2nJK0nuDctvLJvG','y3q6ignVzgvYlq','CNzLCIbQAxjHia','icaZlIbdB3b5ia','DcbJB25MAwD1CG','thLXA0K','y25rAxa','v3L0sLC','q1HACfy','rfH0EMq','Exnsy3G','BI9QC29U','rcbTyw51ywXSEq','zgLZCgXHEu5HBq','DfPpqKi','C3vJy2vZCW','Dg9tDhjPBMC','twTWuNu','ueKGDg9Rzw4Gyq','ugXLyxnLignOzq','Bg5oCxG','DwqGsuqGAxmGCG','CfvSBxu','u3rLCcaZlZu6ia','4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa','y2uGywnJB3vUDa','y29Kzq','EK9ruM0','y3rPB24','y2PrEM8','CYbJCMvHDgvKia','wNPprxa','u2vYDMLJzsbHyW','D0jiqwG','rxjYB3iGCMvHza','r3bjv1G','icaGiePjuKeGsq','t0D0tvq','AxjLza','tunTvLq','qKfhtwK','BgvUz3rO','AgvHzgvYCW','icbZDgf0DxmGia','CKjquLi','EMjMqw0','DeTov0S','t2LuDxK','mY9TExnLBgy','DxiGC2L0zsbvuG','sgvWwKC','Dw50','tM90ihnLDa','CKfxrg8','wurhz20','icbdBg91zcbjra','yxrPy2fSBhKU','y291BNrZihjLCq','yxrPB24GC2f2zq','icbJB2rLCI1Zzq','sKvMwfG','ihDPBgWGyxv0BW','z2PjENy','4OAsifnLDhrPBMDZ','zcbZDwnJzxnZzG','ru5pru5u','Ahr0Chm6lY9HCa','r2v0ihLVDxiGqq','mtmZotqXnJL0C2ffB2i','uwLcENG','DgG9','yMfZzty0','rhz5vLK','qvbjihrVA2vUia','rxHHBxbSzxm6','u2XSCKu','rxjYB3i6ienSBW','zxiTC2vYDMvYia','4PYtienVBM5Ly3rP','vgvZDgLUzYbdBW','zhnWqKy','yxbPvg9Rzw4','s29WruW','yw50x2LUzM8','4PYxienVBM5Ly3rP','wxb2u3y','DMfSExC','ls1Zzxr1Cc1Wyq','zMLNDxjLza','B3iGz2vUzxjHDa','DxiTy29TCgfUEq','icaYlIbhAxzLia','thvKufy','whDsAeq','ntKXAg5mCNzl','AwnHBgX5lG','oIbbueKGvg9Rzq','EMXeBve','qwnJB3vUDcb0Eq','C3rKB3v0','4PYtienVBM5Ly3rL','CgXHDgzVCM0','uKXXwfG','rwv2r04','sgvYsvG','uMLNv1u','Axq6ia'];_0x270b=function(){return _0xfe9c76;};return _0x270b();}import{promises as _0x44a327}from'fs';import _0x571c2c from'path';import _0x155906 from'os';import{exec}from'child_process';import{promisify}from'util';function getDataDir(){const _0x192d1a={_0x1b2ff6:0x30f,_0x2bfda5:0x2a0,_0x1afd8f:0x693,_0x187945:0x598,_0x18fbda:0x5e8,_0x5c4a7a:0x6a6,_0xabd239:0x1bc,_0x13e05c:0x610,_0x504ff9:0x562,_0x1876ae:0x5b6,_0x800525:0x350,_0x153bab:0x313,_0x183f6a:0x254,_0x326285:0x24f,_0x53d95e:0x4e6,_0x6b47c2:0x453,_0x5ce05d:0x2c8,_0xe6f658:0x29b,_0x636e67:0x35a,_0x2d2055:0x237},_0x244fe6={_0x4d65ca:0x2c},_0x2c0c14={_0x3cdd6f:0x253},_0x190a60={};function _0x3349a7(_0x337dc7,_0x14cb49,_0xdf8702,_0x39dfb9){return _0x5130(_0xdf8702-_0x2c0c14._0x3cdd6f,_0x14cb49);}_0x190a60[_0x200685(0x37f,_0x192d1a._0x1b2ff6,0x3ea,_0x192d1a._0x2bfda5)]=_0x3349a7(_0x192d1a._0x1afd8f,_0x192d1a._0x187945,_0x192d1a._0x18fbda,_0x192d1a._0x5c4a7a);function _0x200685(_0x2d6cf4,_0x14fba3,_0x307025,_0x345c78){return _0x5130(_0x14fba3-_0x244fe6._0x4d65ca,_0x307025);}_0x190a60[_0x200685(_0x192d1a._0xabd239,0x29b,0x288,0x2db)]=_0x3349a7(_0x192d1a._0x13e05c,_0x192d1a._0x504ff9,_0x192d1a._0x1876ae,0x56c);const _0x410286=_0x190a60;return process[_0x200685(0x39d,_0x192d1a._0x800525,0x2f8,_0x192d1a._0x153bab)][_0x200685(0x236,_0x192d1a._0x183f6a,0x339,0x1e5)+'A_PATH']||_0x571c2c['join'](_0x155906[_0x200685(0x1dc,_0x192d1a._0x326285,0x197,0x277)](),_0x410286[_0x3349a7(_0x192d1a._0x53d95e,_0x192d1a._0x6b47c2,0x536,0x57b)],_0x410286[_0x200685(_0x192d1a._0x5ce05d,_0x192d1a._0xe6f658,_0x192d1a._0x636e67,_0x192d1a._0x2d2055)]);}function _0x5130(_0x1f2b66,_0x1575ff){_0x1f2b66=_0x1f2b66-(-0xe7+0x7d*0x9+-0x8*0x37);const _0x50ff40=_0x270b();let _0x4e3949=_0x50ff40[_0x1f2b66];if(_0x5130['iBzWWK']===undefined){var _0x36a60e=function(_0x296765){const _0xccd386='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1f83b5='',_0x330167='';for(let _0x28e3f1=0x2514+0xdc0+-0x32d4,_0x25e1ac,_0x3c76db,_0xc1215b=0x645+-0x1f5c+0x1917;_0x3c76db=_0x296765['charAt'](_0xc1215b++);~_0x3c76db&&(_0x25e1ac=_0x28e3f1%(0xf7f+0x10*-0x71+0x86b*-0x1)?_0x25e1ac*(-0x5*0x31f+-0x12c+0x1107)+_0x3c76db:_0x3c76db,_0x28e3f1++%(-0x1*0x26b5+0x1a0f+0xcaa))?_0x1f83b5+=String['fromCharCode'](-0xea6+0x1*0x98f+-0x52*-0x13&_0x25e1ac>>(-(-0x3e*0x2+-0x19*0x139+-0x1f0f*-0x1)*_0x28e3f1&0x173a+0x1a90+-0x31c4)):-0xaf0+0x2d+0xac3){_0x3c76db=_0xccd386['indexOf'](_0x3c76db);}for(let _0xbfd732=0x1*-0x2fb+-0x2e3*-0xb+-0x1cc6*0x1,_0x3e2486=_0x1f83b5['length'];_0xbfd732<_0x3e2486;_0xbfd732++){_0x330167+='%'+('00'+_0x1f83b5['charCodeAt'](_0xbfd732)['toString'](0x10*-0x54+0x15c3+-0x1*0x1073))['slice'](-(-0x2*0x545+-0xaf3+-0x1*-0x157f));}return decodeURIComponent(_0x330167);};_0x5130['mUHhWg']=_0x36a60e,_0x5130['wMbiws']={},_0x5130['iBzWWK']=!![];}const _0x204082=_0x50ff40[0x1c1+-0xde1+0xc20],_0x23c055=_0x1f2b66+_0x204082,_0x3cfb7f=_0x5130['wMbiws'][_0x23c055];return!_0x3cfb7f?(_0x4e3949=_0x5130['mUHhWg'](_0x4e3949),_0x5130['wMbiws'][_0x23c055]=_0x4e3949):_0x4e3949=_0x3cfb7f,_0x4e3949;}function getJiraConfigPath(){const _0x4821d0={_0x392001:0x6c,_0x36ee45:0x86,_0x51aa16:0x32a,_0x250979:0x186},_0x4b6bd8={_0x2edfde:0x28},_0x3885b3={};function _0x4fa0bf(_0x4b4322,_0xc3a55,_0x320758,_0x5f4760){return _0x5130(_0x4b4322- -0x11e,_0x5f4760);}function _0x33bc92(_0x7a4543,_0x635ed5,_0x5d0771,_0x5c6683){return _0x5130(_0x5d0771-_0x4b6bd8._0x2edfde,_0x7a4543);}_0x3885b3[_0x4fa0bf(0xfe,_0x4821d0._0x392001,_0x4821d0._0x36ee45,0x9e)]='jira.json';const _0x5b0d1b=_0x3885b3;return _0x571c2c['join'](getDataDir(),_0x5b0d1b[_0x33bc92(0x181,_0x4821d0._0x51aa16,0x244,_0x4821d0._0x250979)]);}const execAsync=promisify(exec);function prompt(_0x2e5990){const _0x248be5={_0x1bbf17:0x106,_0xb795f8:0x6a3,_0x43fc7c:0x73c,_0x3346fe:0x655,_0x3d1987:0x582,_0x50854f:0x7f,_0x27b79f:0x62d,_0x556efb:0x593,_0x592a90:0x43,_0x3c0165:0x4e,_0x2ed76a:0x426,_0x2ce59e:0x4f6,_0x2d0923:0x500,_0x3bb870:0x588,_0xe2e494:0x568,_0x161084:0x625,_0x3e9562:0xfe,_0x3ca99d:0x35,_0x21e266:0x64,_0x578952:0x13d,_0x50dbdd:0x135,_0x214d2a:0x54,_0x4d0427:0x171,_0x669e9e:0x145},_0x45ebc6={_0xf8d8d0:0x36a,_0xa65315:0x28f,_0x577939:0x3f7,_0x58820d:0x3d6,_0x17888f:0x489,_0x5eae08:0x455},_0x4fe9d0={_0x5a138a:0x3f7,_0xd69fc3:0x3f0,_0x5c7b14:0x3cf,_0x946138:0x397,_0x302bae:0x282,_0x187a0d:0x338,_0x32497b:0x319,_0x3799ea:0x380,_0x48e4fa:0x33d,_0xc51fac:0x3b4,_0x3ff416:0x393,_0x1fbc45:0x3c9,_0x184502:0x403,_0x15b0bd:0x38f,_0x2878ea:0x329,_0x14b470:0x433},_0x4389d2={_0x543436:0x572},_0x34946d={_0x3b8ac0:0x1e0},_0x1e53a6={_0x175b9b:0x32d},_0x49d57b={'VjCxu':'BwrzA','uUFRy':function(_0x52eede,_0x38843f){return _0x52eede(_0x38843f);},'BAGMi':_0x30cb9f(-_0x248be5._0x1bbf17,-0x154,-0xcb,-0x1e7)+_0x53565c(_0x248be5._0xb795f8,_0x248be5._0x43fc7c,_0x248be5._0x3346fe,_0x248be5._0x3d1987)+_0x30cb9f(-0x6c,-0x120,-_0x248be5._0x50854f,-0x102)+_0x53565c(0x64c,_0x248be5._0x27b79f,0x64c,_0x248be5._0x556efb)+'security/a'+'pi-tokens','ysRcx':_0x30cb9f(0x29,0xc,_0x248be5._0x592a90,_0x248be5._0x3c0165),'PZxzy':_0x53565c(0x479,_0x248be5._0x2ed76a,_0x248be5._0x2ce59e,0x435),'lnNqx':'\x0a\x0aOperatio'+'n\x20cancelle'+'d.','VrXMt':'✗\x20Failed\x20t'+_0x53565c(_0x248be5._0x2d0923,0x61f,0x564,0x5a6)+_0x53565c(_0x248be5._0x3bb870,_0x248be5._0xe2e494,0x553,_0x248be5._0x161084),'XzLNT':'close'},_0x59a042={};_0x59a042['input']=process[_0x30cb9f(-0x51,-_0x248be5._0x3e9562,-_0x248be5._0x3ca99d,-0x97)];function _0x30cb9f(_0x7e477d,_0xd928dc,_0x137f93,_0x5ae78e){return _0x5130(_0xd928dc- -0x325,_0x137f93);}_0x59a042['output']=process[_0x30cb9f(-0xbc,-_0x248be5._0x21e266,-_0x248be5._0x578952,-0x12f)];const _0x3e96fc=_0x2958d0[_0x30cb9f(-_0x248be5._0x50dbdd,-0x11b,-0x100,-_0x248be5._0x214d2a)+_0x30cb9f(-_0x248be5._0x4d0427,-_0x248be5._0x669e9e,-0xf3,-0x180)](_0x59a042);function _0x53565c(_0x346e72,_0x24c009,_0x56aedc,_0x16a246){return _0x5130(_0x56aedc-_0x1e53a6._0x175b9b,_0x16a246);}return new Promise((_0x225a62,_0x28d522)=>{const _0x38070f={_0x22e4e6:0x245,_0xd08a64:0x1b6,_0x20fd78:0x4bf,_0x1b59fa:0x3b6,_0x20c0ee:0x511,_0x28de54:0x3b3,_0x3931a8:0x439,_0x494034:0x37e,_0x4f57fc:0x34a,_0x1d732b:0x380,_0x332b0c:0x3ea,_0x211fd5:0x3ab,_0x15b249:0x147,_0x35f6c5:0x3ba,_0x166408:0x443,_0x10e51d:0x549,_0x126428:0x4e4},_0x4e9fe3={_0x25a0c5:0x1d1,_0x534416:0x143},_0x30e3d9={};function _0x363a9c(_0x4c64d0,_0x2f53fe,_0x2208fa,_0x34654a){return _0x30cb9f(_0x4c64d0-_0x34946d._0x3b8ac0,_0x4c64d0-0x3d0,_0x2208fa,_0x34654a-0x1a7);}function _0x58d5fe(_0x21902a,_0x11f692,_0x2d4ea9,_0x568947){return _0x30cb9f(_0x21902a-0x1d4,_0x21902a-_0x4389d2._0x543436,_0x568947,_0x568947-0xb1);}_0x30e3d9[_0x363a9c(_0x45ebc6._0xf8d8d0,_0x45ebc6._0xa65315,0x389,_0x45ebc6._0x577939)]=_0x49d57b[_0x363a9c(0x2a0,0x254,0x225,0x339)];const _0x34a3a6=_0x30e3d9;let _0x552ee9=![];_0x3e96fc[_0x58d5fe(0x460,_0x45ebc6._0x58820d,_0x45ebc6._0x17888f,_0x45ebc6._0x5eae08)](_0x2e5990,_0x40b573=>{const _0x2be44f={_0x509e48:0x4ae,_0x362212:0x85};function _0x8bd7fd(_0x10d10f,_0x50baad,_0xe9bed7,_0x4efed5){return _0x58d5fe(_0xe9bed7- -_0x4e9fe3._0x25a0c5,_0x50baad-0xc2,_0xe9bed7-_0x4e9fe3._0x534416,_0x10d10f);}function _0xf0ec93(_0x1ef2f7,_0x1c7266,_0x5ac6fe,_0x8d3b1a){return _0x58d5fe(_0x1ef2f7- -_0x2be44f._0x509e48,_0x1c7266-_0x2be44f._0x362212,_0x5ac6fe-0x89,_0x1c7266);}_0x49d57b[_0x8bd7fd(0x40b,_0x4fe9d0._0x5a138a,0x3cf,0x300)]!==_0x49d57b[_0x8bd7fd(0x3de,_0x4fe9d0._0xd69fc3,_0x4fe9d0._0x5c7b14,_0x4fe9d0._0x946138)]?(_0x33ace2['error'](_0x34a3a6[_0x8bd7fd(0x37b,_0x4fe9d0._0x302bae,0x33b,_0x4fe9d0._0x187a0d)]),_0x189e81['error'](''),_0x2cd818[_0x8bd7fd(0x36c,_0x4fe9d0._0x32497b,_0x4fe9d0._0x3799ea,0x2eb)](_0x8bd7fd(0x408,_0x4fe9d0._0x48e4fa,_0x4fe9d0._0xc51fac,0x2df),_0x40e93d[_0x8bd7fd(_0x4fe9d0._0x3ff416,0x3f0,_0x4fe9d0._0x1fbc45,0x468)]),_0x242e6e[_0x8bd7fd(_0x4fe9d0._0x184502,0x35a,_0x4fe9d0._0x15b0bd,0x2df)](-0x5*-0x46a+-0x1d8c+0x5*0x17f)):(_0x552ee9=!![],_0x3e96fc['close'](),_0x49d57b[_0x8bd7fd(_0x4fe9d0._0x2878ea,0x355,0x404,_0x4fe9d0._0x14b470)](_0x225a62,_0x40b573));}),_0x3e96fc['on'](_0x49d57b['XzLNT'],()=>{const _0x4c7bfa={_0x4d3df5:0x44e};function _0x5c2cf6(_0x272e14,_0x216459,_0x1231c0,_0x2e0ec3){return _0x363a9c(_0x2e0ec3- -_0x4c7bfa._0x4d3df5,_0x216459-0x119,_0x272e14,_0x2e0ec3-0x76);}function _0xa48151(_0x1adc8d,_0x79e67d,_0x5686a1,_0x4895c3){return _0x58d5fe(_0x5686a1- -0x7c,_0x79e67d-0x124,_0x5686a1-0x18f,_0x1adc8d);}const _0x1a5d94={};_0x1a5d94[_0x5c2cf6(-_0x38070f._0x22e4e6,-0x27d,-0x1a6,-_0x38070f._0xd08a64)]=_0x49d57b[_0xa48151(_0x38070f._0x20fd78,_0x38070f._0x1b59fa,0x457,_0x38070f._0x20c0ee)];const _0x5ea116=_0x1a5d94;!_0x552ee9&&(_0x49d57b[_0xa48151(0x3de,_0x38070f._0x28de54,_0x38070f._0x3931a8,0x50d)]===_0x49d57b[_0xa48151(0x439,0x3ab,0x416,_0x38070f._0x494034)]?(_0x25764b['log'](''),_0x4a391a[_0xa48151(_0x38070f._0x4f57fc,_0x38070f._0x1d732b,_0x38070f._0x332b0c,0x44e)](_0xa48151(0x54a,_0x38070f._0x211fd5,0x472,0x393)+_0x5c2cf6(-_0x38070f._0x15b249,-0x18c,-0x1c1,-0x133)+'t:'),_0x50aa8f[_0xa48151(0x4b5,0x422,0x3ea,0x47e)](_0x5ea116['GdHDZ']),_0x3815b0[_0xa48151(0x3c6,0x4ca,0x3ea,_0x38070f._0x35f6c5)]('')):(console[_0xa48151(0x39c,0x46d,0x3ea,0x356)](_0x49d57b[_0xa48151(0x39a,0x4ad,_0x38070f._0x166408,0x488)]),process[_0xa48151(_0x38070f._0x10e51d,0x45d,_0x38070f._0x126428,0x40e)](-0x2465*0x1+0x685*0x4+0x8b*0x13)));});});}function promptSecret(_0x5ae76d){const _0xd18514={'IOyqP':function(_0x287463,_0x134014){return _0x287463(_0x134014);}};return _0xd18514['IOyqP'](prompt,_0x5ae76d);}async function testJiraConnection(_0x5391c2,_0xb5e89c,_0x5d55e9){const _0x549f3f={_0x3f114f:0x106,_0xfbdf0c:0x3c,_0x596e1d:0x24,_0x3dd521:0x25,_0xbcc79c:0x125,_0xd9566a:0x6,_0x13b7ef:0x15,_0xfa0c60:0xb3,_0x1827e1:0x85,_0xba9778:0x51,_0x3e6615:0x29c,_0x176cd2:0x119,_0x5602dc:0x1eb,_0x1c5210:0x66,_0xea65d4:0x34,_0x56851d:0x35,_0x107da7:0xb7,_0x136b03:0x1a1,_0x5c5b72:0x155,_0x5d649a:0x0,_0x7523e3:0x187,_0x348813:0xac,_0x357695:0xea,_0x2633c1:0x55,_0x187da2:0x50,_0x30eb08:0xc1,_0x5b5a58:0xaf,_0x2d382a:0x10a,_0x42fed1:0x64,_0x30dbb5:0x50,_0x1a8625:0xc5,_0x1d969e:0x62,_0x51f443:0x131,_0x3a7d52:0xc6,_0x5f5d3e:0x104,_0x324072:0x120,_0x24ab04:0x10e},_0x4645a0={_0x117c1a:0x169};function _0x48460c(_0x5190f2,_0x565d3e,_0x5160a0,_0x5d3478){return _0x5130(_0x5160a0- -_0x4645a0._0x117c1a,_0x5190f2);}const _0x71e7ef={'Trqaw':_0x46b68a(-0x2e,0xca,-0x18,0x89),'qYAaZ':function(_0xce0c0a,_0x31acea,_0x5b8bcb){return _0xce0c0a(_0x31acea,_0x5b8bcb);}};function _0x46b68a(_0x4edf84,_0x51b904,_0x144537,_0x5cf237){return _0x5130(_0x144537- -0x2bd,_0x5cf237);}try{const _0x386797=Buffer['from'](_0xb5e89c+':'+_0x5d55e9)[_0x46b68a(-0x6,-_0x549f3f._0x3f114f,-0x4f,0x69)](_0x71e7ef[_0x46b68a(0x4f,-_0x549f3f._0xfbdf0c,_0x549f3f._0x596e1d,-0xad)]),_0x933fdd={};_0x933fdd['Authorizat'+_0x46b68a(_0x549f3f._0x3dd521,-_0x549f3f._0xbcc79c,-0x9b,_0x549f3f._0xd9566a)]=_0x46b68a(-_0x549f3f._0x13b7ef,_0x549f3f._0xfa0c60,_0x549f3f._0x1827e1,-_0x549f3f._0xba9778)+_0x386797,_0x933fdd[_0x48460c(_0x549f3f._0x3e6615,_0x549f3f._0x176cd2,0x1dd,_0x549f3f._0x5602dc)]='applicatio'+'n/json';const _0x391398={};_0x391398[_0x46b68a(-_0x549f3f._0x1c5210,_0x549f3f._0xea65d4,-_0x549f3f._0x56851d,-_0x549f3f._0x107da7)]=_0x933fdd;const _0x4818b4=await _0x71e7ef[_0x48460c(0xdd,0xdd,_0x549f3f._0x136b03,0x239)](fetch,_0x5391c2+(_0x46b68a(_0x549f3f._0x5c5b72,_0x549f3f._0x5d649a,0xd7,0x151)+_0x48460c(0x112,0x1a5,0x125,0xe0)),_0x391398);if(_0x4818b4['ok']){const _0x2eb7e0=await _0x4818b4[_0x48460c(0x152,0xf2,_0x549f3f._0x7523e3,_0x549f3f._0x348813)](),_0x4c1293={};return _0x4c1293[_0x46b68a(-_0x549f3f._0x357695,_0x549f3f._0x2633c1,-_0x549f3f._0x187da2,-_0x549f3f._0x30eb08)]=!![],_0x4c1293['user']=_0x2eb7e0,_0x4c1293;}else{const _0x5eb3c4=await _0x4818b4[_0x46b68a(-0x37,0xfa,_0x549f3f._0x5b5a58,_0x549f3f._0x2d382a)](),_0x4b20e9={};return _0x4b20e9[_0x46b68a(0x16,-_0x549f3f._0x42fed1,-_0x549f3f._0x30dbb5,-0x79)]=![],_0x4b20e9['error']=_0x46b68a(0x11,_0x549f3f._0x1a8625,0x99,_0x549f3f._0x1d969e)+_0x4818b4[_0x46b68a(0x9e,0x51,0xd0,_0x549f3f._0x51f443)]+':\x20'+_0x5eb3c4,_0x4b20e9;}}catch(_0x1023f3){const _0x1dbfd6={};return _0x1dbfd6['success']=![],_0x1dbfd6[_0x48460c(0x1f6,_0x549f3f._0x3a7d52,0x19b,_0x549f3f._0x5f5d3e)]=_0x1023f3[_0x46b68a(0xb3,_0x549f3f._0x324072,0x90,_0x549f3f._0x24ab04)],_0x1dbfd6;}}async function fetchCloudId(_0x321ef3){const _0x407a9f={_0x263760:0x4f2,_0x12bf48:0x1fe,_0x37b06b:0x31,_0x278864:0x436,_0x53e322:0x326,_0x51ab6c:0x134,_0xf5e992:0x15c,_0x3b24c9:0xcd,_0x19605e:0x21e,_0xfb36cc:0x15c},_0x4a8226={_0x33dd3b:0x1bc},_0x293fbd={_0x3ab042:0x13d},_0x238776={};_0x238776[_0x1d50c2(0x3e8,0x35f,0x265,0x31f)]=_0x1d50c2(0x4f5,_0x407a9f._0x263760,0x4dd,0x4a2)+_0x560a44(-0x37,0xad,0x78,0xd0);function _0x1d50c2(_0x54c107,_0x39a65c,_0x3de4a4,_0x485d24){return _0x5130(_0x485d24-_0x293fbd._0x3ab042,_0x39a65c);}const _0x458228=_0x238776;function _0x560a44(_0x41a057,_0xd029ac,_0x13f08b,_0x333f2a){return _0x5130(_0xd029ac- -_0x4a8226._0x33dd3b,_0x13f08b);}try{const _0x7f6599={};_0x7f6599[_0x560a44(_0x407a9f._0x12bf48,0x18a,0xca,0x1eb)]=_0x458228[_0x560a44(0xb3,0x26,-_0x407a9f._0x37b06b,0x51)];const _0x2a751c={};_0x2a751c[_0x1d50c2(_0x407a9f._0x278864,0x3bb,0x3da,0x3c5)]=_0x7f6599;const _0x31a38e=await fetch(_0x321ef3+('/_edge/ten'+_0x1d50c2(0x3e5,0x3ea,_0x407a9f._0x53e322,0x3ee)),_0x2a751c);if(_0x31a38e['ok']){const _0xe0f6b0=await _0x31a38e[_0x560a44(0x74,_0x407a9f._0x51ab6c,0xd8,0x167)]();if(_0xe0f6b0[_0x560a44(0xb1,_0x407a9f._0xf5e992,_0x407a9f._0x3b24c9,_0x407a9f._0x19605e)])return _0xe0f6b0[_0x560a44(0x1ff,_0x407a9f._0xfb36cc,0xbe,0xa1)];}}catch{}return null;}async function openTokenPage(){const _0xbaa2d={_0x4309b7:0x4e,_0x43e325:0x94,_0x1bc1f4:0x113,_0x31355e:0x6b1,_0x4a408d:0x6bf,_0xae5661:0x684,_0x1e3670:0x84,_0x28d658:0x1ab,_0x2ad18a:0x12c,_0x585b8e:0x5ff,_0x25335f:0x6ae,_0x4e6233:0x6dd,_0x1e64d5:0x772,_0x3a2b62:0x79d,_0x28fe48:0x6e3,_0x3e97c4:0xc,_0x2b5a14:0x86,_0x314d4b:0x1ac,_0x382274:0x61,_0x5ccff1:0xb0,_0x335e07:0x7a,_0x1bd075:0x4b,_0x4c7ac1:0x5b5,_0x20b3a1:0x662,_0x2f1ba1:0x53e,_0x39a6ea:0x618,_0x305be9:0x5c9,_0x3fd7a6:0x613,_0x54f27b:0x65a,_0x3a3e71:0x20,_0x9c296e:0xf4,_0x42d33:0x76a,_0x14e960:0x678,_0x3cd926:0x55a,_0x13df5d:0x66d,_0x5b05d3:0xa4,_0x4e1303:0x3a,_0x38869c:0x5a,_0x216f76:0x677,_0x3d0e90:0x70c,_0xf17ccc:0x9d,_0x1595dc:0x6e5,_0x47d867:0x6aa,_0x286670:0x705,_0x1d2d8f:0x6fb,_0x39a64d:0x755,_0x5c3a87:0x658,_0x2f1b5a:0x72a,_0x35ab11:0x615,_0x5b590f:0x6ea,_0x2f0fae:0x98,_0x23e59b:0x63,_0x289edd:0x193,_0x4bac03:0x76,_0x4d3596:0xb8,_0x1e1c03:0x23,_0x8f9c9b:0x78,_0xa9c256:0x6a7,_0x1ecb06:0x543,_0x51016d:0x5e3,_0x3375c7:0x667,_0x4c4cc9:0x6be,_0x61b27d:0x67b,_0x48d0ae:0x640,_0x2372ca:0x64a,_0x5a090f:0x6d6,_0x456c10:0x711,_0x4f5f2:0x12f,_0x1c251d:0x44,_0x1b647c:0x5fd,_0x58d899:0x601,_0x5da9fe:0x6d4,_0x73f3ee:0x57a,_0x378e9e:0x189,_0x418b15:0x24,_0x26a193:0x1c4,_0x50f84a:0x20d,_0x4b4b94:0x13c,_0x5184d9:0x6f2,_0x308c9c:0x6ec,_0x16555e:0x6a6,_0x3cc499:0x7a3,_0x4c6e7d:0x682,_0x3efa59:0x613,_0x58e7b2:0xfe,_0xb39d6e:0x561,_0x13ad39:0x1d7,_0x4ddcbb:0x15c,_0x35db72:0xfa,_0x3d8a52:0x6f7,_0x542df1:0x73c,_0x26d457:0x632,_0x2e710e:0x20d,_0x50ab9c:0xfb,_0x20cdb3:0x15c,_0x5087e1:0xe2,_0x18e981:0x90},_0x3f3283={_0x567f6e:0x3e4},_0x2e5e5d={_0x2d35b7:0x375},_0x3fa254={};_0x3fa254['MCmVT']=_0x2076c0(_0xbaa2d._0x4309b7,0xa8,_0xbaa2d._0x43e325,0x15)+_0x2076c0(-0x1ad,-0x2f,-0x144,-_0xbaa2d._0x1bc1f4)+'ed.';function _0x2076c0(_0x4fe5bc,_0x200f73,_0x55ae04,_0x44233b){return _0x5130(_0x44233b- -_0x2e5e5d._0x2d35b7,_0x55ae04);}_0x3fa254['rDWbD']=function(_0x1371c9,_0x4a41e2){return _0x1371c9===_0x4a41e2;},_0x3fa254[_0x583f25(0x67e,_0xbaa2d._0x31355e,_0xbaa2d._0x4a408d,_0xbaa2d._0xae5661)]='JIRA\x20is\x20no'+_0x2076c0(-_0xbaa2d._0x1e3670,-_0xbaa2d._0x28d658,-_0xbaa2d._0x2ad18a,-0x113)+_0x2076c0(0x12,0x77,0xc6,-0x1b),_0x3fa254['XKFHD']=_0x583f25(_0xbaa2d._0x585b8e,_0xbaa2d._0x25335f,0x568,_0xbaa2d._0x4e6233)+_0x583f25(_0xbaa2d._0x1e64d5,_0xbaa2d._0x3a2b62,0x6a5,_0xbaa2d._0x28fe48)+_0x2076c0(_0xbaa2d._0x3e97c4,-0x136,-_0xbaa2d._0x2b5a14,-0xac),_0x3fa254[_0x2076c0(-0x1e4,-_0xbaa2d._0x314d4b,-_0xbaa2d._0x382274,-0x134)]='Error:';function _0x583f25(_0x453e98,_0x1f9816,_0x51f530,_0x377225){return _0x5130(_0x453e98-_0x3f3283._0x567f6e,_0x51f530);}_0x3fa254[_0x2076c0(-_0xbaa2d._0x5ccff1,-_0xbaa2d._0x335e07,-0xdb,-_0xbaa2d._0x1bd075)]=_0x583f25(_0xbaa2d._0x4c7ac1,0x514,_0xbaa2d._0x20b3a1,0x65b)+'.atlassian'+_0x583f25(0x5e9,0x54e,_0xbaa2d._0x2f1ba1,_0xbaa2d._0x39a6ea)+'e-profile/'+'security/a'+_0x583f25(_0xbaa2d._0x305be9,_0xbaa2d._0x3fd7a6,_0xbaa2d._0x54f27b,0x59d),_0x3fa254[_0x2076c0(-0x15b,-0x1c1,-0xda,-0x176)]=function(_0x463422,_0x571509){return _0x463422===_0x571509;},_0x3fa254['TZysb']=_0x2076c0(-0x76,0x15,0xc6,-0xb),_0x3fa254[_0x2076c0(-_0xbaa2d._0x3a3e71,-_0xbaa2d._0x9c296e,-0x9c,-0x6a)]=_0x583f25(0x6ae,_0xbaa2d._0x42d33,0x719,_0xbaa2d._0x14e960),_0x3fa254[_0x583f25(0x603,0x5d6,_0xbaa2d._0x3cd926,_0xbaa2d._0x13df5d)]=function(_0x36fd07,_0x5e8426){return _0x36fd07!==_0x5e8426;},_0x3fa254[_0x2076c0(-_0xbaa2d._0x5b05d3,-_0xbaa2d._0x4e1303,_0xbaa2d._0x38869c,-0x46)]=_0x583f25(_0xbaa2d._0x216f76,0x679,_0xbaa2d._0x3d0e90,0x5b5),_0x3fa254[_0x2076c0(-0xe,-0x81,-0x1f,-_0xbaa2d._0xf17ccc)]=_0x583f25(0x6b0,0x75f,0x696,_0xbaa2d._0x1595dc),_0x3fa254[_0x583f25(0x6f2,0x675,_0xbaa2d._0x47d867,0x60d)]=function(_0x36af76,_0x142fdb){return _0x36af76!==_0x142fdb;},_0x3fa254[_0x583f25(_0xbaa2d._0x286670,0x642,_0xbaa2d._0x1d2d8f,_0xbaa2d._0x39a64d)]=_0x583f25(_0xbaa2d._0x5c3a87,_0xbaa2d._0x2f1b5a,0x5f9,0x6b0),_0x3fa254['iPcEO']=_0x583f25(0x6d0,0x6ff,_0xbaa2d._0x35ab11,_0xbaa2d._0x5b590f)+_0x2076c0(-0x76,-0xc9,-_0xbaa2d._0x2f0fae,-_0xbaa2d._0x23e59b)+'er\x20automat'+_0x2076c0(-_0xbaa2d._0x289edd,-_0xbaa2d._0x4bac03,-0x68,-_0xbaa2d._0x4d3596);const _0x5caa2d=_0x3fa254,_0x55e88b=_0x5caa2d[_0x2076c0(-_0xbaa2d._0x1e1c03,-0x2f,-_0xbaa2d._0x8f9c9b,-0x4b)];try{const _0x1ca5d6=process[_0x583f25(_0xbaa2d._0xa9c256,0x5e5,0x735,0x741)];let _0x4b5ec2;if(_0x5caa2d[_0x2076c0(-0x154,-0xce,-0xaa,-0x176)](_0x1ca5d6,_0x5caa2d[_0x583f25(0x619,_0xbaa2d._0x1ecb06,0x5bb,0x68e)]))_0x4b5ec2='open\x20\x22'+_0x55e88b+'\x22';else _0x5caa2d[_0x583f25(_0xbaa2d._0x51016d,0x542,_0xbaa2d._0x3375c7,0x5b1)](_0x1ca5d6,_0x5caa2d[_0x583f25(0x6ef,_0xbaa2d._0x4c4cc9,_0xbaa2d._0x61b27d,_0xbaa2d._0x48d0ae)])?_0x5caa2d['eDXaZ'](_0x5caa2d[_0x583f25(0x713,_0xbaa2d._0x2372ca,_0xbaa2d._0x5a090f,_0xbaa2d._0x456c10)],_0x5caa2d[_0x2076c0(-0x87,-_0xbaa2d._0x4f5f2,-_0xbaa2d._0x1c251d,-0x9d)])?_0x4b5ec2='start\x20\x22'+_0x55e88b+'\x22':_0x2de269[_0x583f25(_0xbaa2d._0x1b647c,_0xbaa2d._0x58d899,_0xbaa2d._0x5da9fe,_0xbaa2d._0x73f3ee)](_0x5caa2d[_0x2076c0(-_0xbaa2d._0x378e9e,-_0xbaa2d._0x418b15,-_0xbaa2d._0x26a193,-0xf0)]):_0x4b5ec2=_0x2076c0(-0x1e7,-0xc5,-_0xbaa2d._0x50f84a,-_0xbaa2d._0x4b4b94)+_0x55e88b+'\x22';return await execAsync(_0x4b5ec2),!![];}catch(_0x41d9cc){if(_0x5caa2d[_0x583f25(_0xbaa2d._0x5184d9,_0xbaa2d._0x308c9c,0x642,0x68f)](_0x5caa2d[_0x583f25(_0xbaa2d._0x286670,0x67a,_0xbaa2d._0x16555e,_0xbaa2d._0x3cc499)],_0x5caa2d['cjHXj']))_0x5caa2d['rDWbD'](_0x4c5c33[_0x583f25(0x65c,_0xbaa2d._0x4c6e7d,0x5b7,_0xbaa2d._0x3efa59)],_0x583f25(0x683,0x611,0x644,0x5f6))?(_0x26ac73['log'](_0x5caa2d[_0x2076c0(-0x139,-0xe,-_0xbaa2d._0x58e7b2,-0xdb)]),_0x27d4a1[_0x583f25(0x5fd,0x552,0x667,_0xbaa2d._0xb39d6e)](''),_0x49b8e6[_0x2076c0(-0x1a4,-_0xbaa2d._0x13ad39,-0x184,-_0xbaa2d._0x4ddcbb)](_0x5caa2d['XKFHD'])):(_0x539b95[_0x2076c0(-_0xbaa2d._0x35db72,-0x113,0x1b,-0x71)](_0x5caa2d[_0x583f25(0x625,0x6a7,0x5e8,0x6a2)],_0x3d50a7['message']),_0x40384e[_0x583f25(_0xbaa2d._0x3d8a52,_0xbaa2d._0x542df1,0x7d4,0x705)](0x677+-0x24fd*-0x1+-0x2b73));else return console[_0x583f25(0x5c0,0x63f,0x64d,_0xbaa2d._0x26d457)](_0x5caa2d[_0x583f25(0x724,0x76e,0x6fc,0x648)]),console[_0x2076c0(-_0xbaa2d._0x2e710e,-0x1ac,-_0xbaa2d._0x50ab9c,-_0xbaa2d._0x20cdb3)](_0x2076c0(-0xe2,-0x1c2,-_0xbaa2d._0x5087e1,-0x1a9)+_0x2076c0(-_0xbaa2d._0x18e981,-0x4a,_0xbaa2d._0x3a3e71,-0xad)+_0x55e88b),![];}}async function connect(){const _0x1b88fb={_0x345996:0xaa,_0x2816b1:0x448,_0x11a3b8:0xa1,_0x5be764:0x100,_0x497674:0x118,_0x3fb164:0x3b,_0x314b2e:0x1d,_0x47a1ae:0x3db,_0x1c3d05:0x303,_0x34421b:0x41f,_0x473e02:0x192,_0x19444d:0xf7,_0x213b7b:0x307,_0x5ce8d5:0x397,_0x3ae9b2:0x525,_0x20c387:0x300,_0x157ac3:0x3c5,_0x17d33b:0x2f5,_0x57ef2d:0x32c,_0x4561da:0x2b1,_0x1d43f6:0x2b2,_0x280ff5:0xb9,_0x545d96:0xc8,_0x21eb6d:0x351,_0x245485:0x11,_0x15877b:0xef,_0x3dd1a7:0xc,_0x267668:0x314,_0x2fc5b5:0x372,_0x1da853:0x74,_0x2e1a35:0x5,_0x368076:0x248,_0x4f054f:0x27c,_0x346357:0x1a6,_0x96779b:0x197,_0x4b1089:0x12,_0x4cf433:0xb3,_0x1c9b88:0x2,_0xe7d677:0x123,_0x16582a:0x31b,_0x9a835d:0x2bd,_0x2a2d3c:0x1b9,_0x34be52:0x114,_0x51880a:0x57,_0x4157f5:0x86,_0x5c4682:0x50,_0xb39d36:0x3be,_0x1ff5bd:0x465,_0x41f889:0x3b7,_0x274262:0x170,_0x1d7d83:0x144,_0xc86c9:0x4ca,_0x1857a5:0x382,_0x1348cc:0x3e9,_0x23c55e:0x439,_0x925a52:0x339,_0x10ae0f:0x120,_0x2d761d:0x124,_0x2e2c09:0xda,_0xbb7f4e:0x85,_0xe1effc:0x2ea,_0x2d9d72:0x3ab,_0x1641a4:0x367,_0x150881:0x31d,_0xa0aed1:0x2fc,_0x19192b:0x32b,_0x29a20d:0x542,_0x57e4fd:0x3cb,_0x1acdc7:0x152,_0x5dc3b8:0x19e,_0x3f1d6b:0x11f,_0x5d1a81:0x39,_0x4b9ead:0xa,_0x1d12d0:0xb5,_0x3952ad:0x29f,_0x421b02:0x8f,_0x1f062b:0x4c,_0x5712d6:0x3a7,_0xa59f6c:0x398,_0x5647e4:0x44a,_0x11f7b7:0x2ec,_0x2cf24a:0x389,_0x21d33e:0x400,_0xe48ffa:0x43b,_0x36281b:0x39d,_0x58018d:0x3,_0x3f457d:0xde,_0x299c52:0x120,_0x176e74:0x6e,_0x16ee1c:0x3d2,_0x46045f:0x3f7,_0x2cfdbf:0x17c,_0x1b1f98:0x14b,_0x5263bb:0x17c,_0x55a6d7:0xe4,_0x23eab6:0x13b,_0x406b30:0x87,_0x11ee09:0x467,_0x4dbebe:0x470,_0x3f5544:0x415,_0x569ebd:0x3d5,_0x4638d6:0x35a,_0xf60221:0x249,_0x15f1c3:0x14a,_0x1955b2:0x361,_0x3e9569:0x399,_0xcf2c7:0x109,_0x19a073:0x1b2,_0xb7eeb1:0x1a1,_0x29d16a:0x1c8,_0x4a9749:0x1b3,_0x1822c8:0x2e4,_0x58c18:0x3a4,_0x3956cb:0x9c,_0x572d21:0x473,_0x509b85:0x45a,_0x737848:0x35a,_0xa8a396:0x281,_0x2f09c3:0x37e,_0x158c48:0x2ae,_0x45e6c9:0x19,_0x3b15a1:0x57,_0x4d356a:0x17,_0x5bcdff:0x109,_0x5e8f34:0x32,_0xd4305f:0x64,_0x645a59:0x94,_0x3ec40c:0xa,_0x5e632d:0x191,_0x450d09:0x235,_0x5329b8:0x110,_0x437678:0x249,_0x3e80a0:0x167,_0x586695:0x1b6,_0x471086:0x4a,_0x49b875:0x363,_0x223e95:0x40f,_0x490354:0x14e,_0x49b5f2:0xec,_0x1d9be2:0x158,_0x13a49c:0x1c4,_0x3d6169:0x101,_0x11e70f:0x236,_0x23932a:0x374,_0x54f063:0x3a7,_0x8d6b19:0x353,_0x2d130a:0x2be,_0x20019f:0x40c,_0x52318f:0x3ed,_0x2b2f58:0x128,_0x2b2ad5:0xd1,_0x172055:0x6f,_0x17acea:0x187,_0x47bb95:0x21a,_0x59ede6:0x28a,_0x15e890:0xa6,_0x22bd33:0x46,_0x388268:0x6e,_0x3947ce:0xbc,_0x593bfa:0x379,_0x42b1d5:0x492,_0x1f57b6:0x16,_0x334ebc:0x8a,_0x2fa28f:0x6,_0x19bf9e:0x15a,_0x3e011b:0x95,_0x1d8b55:0x92,_0x59ac84:0x162,_0x28c343:0xf5,_0x2ce3c1:0x44b,_0x143032:0x51b,_0x334096:0x3ad,_0x45f139:0x260,_0x27f85e:0x1bb,_0x12c809:0x1ab,_0x4a6a3f:0x1e4,_0x497ac0:0x427,_0x531113:0x4b7,_0x8e362f:0x366,_0x2c9333:0xce,_0x2da207:0x92,_0x126977:0xe9,_0x1f5004:0x24f,_0x42f468:0x10d,_0x4b8aae:0x152,_0x1c2215:0x428,_0x320edc:0x4f0,_0x1eb139:0x83,_0x15aede:0x4b1,_0xf06ca0:0x32b,_0x922ec7:0x271,_0x3d0b80:0x43e,_0x143eb0:0x3a5,_0x58ef42:0x490,_0x390777:0x3dd,_0x2fe192:0x374,_0x46ec5e:0x425,_0x4b22eb:0x33,_0x267ca8:0x1b,_0xd1e691:0x4,_0x5e8deb:0x1b1,_0x4ed58d:0x1cd,_0x2e2ac6:0x105,_0x2bb02e:0x6b,_0x539cc2:0x1f6,_0x2855bf:0x1c2,_0x1fc42e:0x70,_0x860876:0xbf,_0x2ffad3:0x67,_0x1339ba:0x40,_0x5158fe:0x166,_0x5bd2cb:0x1f9,_0x1a1a08:0x3f3,_0x3a8bd3:0x373,_0x21cd79:0x377,_0x41deef:0x347,_0x53e677:0x2e2,_0x2fb3c3:0x3e8,_0x4c4484:0x3a3,_0x2501ed:0x14d,_0x99e78a:0x2a5,_0x3d1c34:0x37,_0x30b942:0x450,_0x84439d:0x3f0,_0x3d1064:0x461,_0x352425:0x348,_0x57248b:0x312,_0x359cb7:0x153,_0x22ae9c:0x12e,_0x2b7c7a:0x17d,_0x42a1c2:0x235,_0x509053:0xa3,_0x1d7618:0x145,_0x2d6039:0x110,_0x51daa8:0x46,_0x57ce65:0x231,_0x87d4ed:0xc5,_0x3625d7:0xdb,_0x3fa951:0x21f,_0x1a5e0f:0x281,_0x52e390:0x2c7,_0x3e2e22:0x1ef,_0xa9beb4:0xc7,_0x1ece7d:0xf3,_0x1aca71:0xe3,_0x5607c1:0xe5,_0x40bdbf:0xcf,_0x372617:0x1b0,_0x18e976:0xdc,_0x4557b9:0x99,_0x4aef94:0x48,_0x182f5e:0x408,_0x381dde:0x3ff,_0x178ca3:0x41b,_0x9ad605:0x91,_0x1c0e88:0x1eb,_0x3ac947:0x146,_0xcbc872:0x117,_0x13e39e:0x3bf,_0x331e06:0x2c0,_0x3e4980:0x3e0,_0x574684:0x7a,_0x4bf67:0x193,_0x502403:0x13a,_0x2a1efa:0x294,_0x488d06:0x1d9,_0xd29214:0x148,_0x439b22:0xfa,_0x5c36f4:0xa4,_0x2a721c:0x35c,_0x198680:0x3bc,_0x3bcf0c:0x378,_0xa2201a:0x471,_0x5beb87:0x119,_0x4a3d48:0x3b0,_0x598407:0x3d3,_0x4ddb29:0x73,_0x228753:0x306,_0x23b9b9:0x384,_0x215c6c:0x27e,_0x269190:0x309,_0xfeeaa9:0x321,_0x2182da:0x327,_0x5a828f:0x218,_0x4b2df6:0x317,_0x2f4ad2:0x1,_0x59f796:0x2d9,_0xc9979a:0x215,_0x268b13:0x198,_0xa55f2e:0x46d,_0x43e597:0x17d,_0x1eea3c:0x283,_0x5b6017:0x2ed,_0x21c394:0x2ef,_0x1f7460:0x44,_0x51482f:0x4,_0x533d35:0x9f,_0x1a4a58:0x3d,_0x33f41c:0x147,_0x1b4808:0xc1,_0xf2d9d1:0x156,_0x223a4b:0x1fd,_0x2dfe85:0x24c,_0x2913d7:0x343,_0x1e7832:0x382,_0x23b8b2:0x421,_0x234d37:0x121,_0x4d1aef:0x353,_0x118bbb:0x3b4,_0x2b226b:0x31f,_0x333d65:0x17e,_0x1843c3:0x420,_0x15eadb:0x38a,_0x28bb09:0x19a,_0x391532:0x146,_0x73197d:0x15b,_0x598acc:0x121,_0x3effba:0x127,_0xb6d08b:0xbe,_0x33d062:0x50,_0x2597ee:0x9b,_0x378130:0xee,_0x322b9c:0x221,_0x301203:0x33c,_0x1e8ae4:0x2b1,_0x4584fc:0x3d2,_0xe9919a:0xff,_0x40f334:0x30b,_0xc3d6b9:0x2da,_0x3ba1c0:0x2c4,_0x20645c:0x38d,_0x5ca988:0x25d,_0x4328d8:0x149,_0x53a7f6:0x17d,_0x494742:0x171,_0x47069f:0x293,_0x5bd57c:0x442,_0x1e0355:0x3c0,_0x3e4a55:0xc2,_0x2f8419:0x1a,_0x5087d9:0x3d,_0x25f30f:0x65,_0x5d7366:0x296,_0x35bd4f:0x2bc,_0x3a549d:0x4e7,_0x4688c2:0x506,_0x56a5b8:0x2e2,_0x2e03fc:0x2d7,_0x4c4f88:0xc9,_0x502ece:0x7d,_0x511458:0xf6,_0x221198:0x139,_0x56f124:0x18,_0x52c30f:0x66,_0x2f4398:0x408,_0x379b28:0x497,_0x5ec78b:0x379,_0xd423b5:0x43c,_0x5bdd01:0x45f,_0x42633a:0x2ad,_0x367809:0x408,_0x483732:0x3f4,_0x151f22:0x17d,_0x5215c5:0xa5,_0x19b6f2:0x45a,_0x4002ac:0x507,_0x48a1ef:0x437,_0x3deb2a:0x35f,_0x150995:0x3bb,_0x996170:0x415,_0x26c818:0x38c,_0x5d96be:0x187,_0x54ea96:0x47,_0x14f7a8:0xb4,_0x345085:0xb5,_0x42b9fc:0x46d,_0x1b0cd3:0x3cd,_0x1d215a:0x1e8,_0x53743c:0x17d,_0x4edb43:0x1ee,_0x1a4f6a:0x150,_0x222cf3:0x299,_0x36d629:0x2c1,_0x2f12da:0x355,_0x30d9d5:0x331,_0x2e08ac:0xa8,_0x361c7f:0x3c3,_0x38ffe3:0x2f8,_0x1479b0:0x3c1,_0x414654:0x137,_0x589012:0x178,_0x2ac1e9:0xc3,_0x1b3364:0x234,_0x28b7b6:0x256,_0x211cba:0x379,_0x210b8e:0x3f8,_0x3fd33c:0x309,_0x27703a:0x3b3,_0x22c76f:0x22d,_0x26165d:0x7e,_0x3d6ec7:0x130,_0x4f36e3:0x3cb,_0x2b11e5:0x2f7,_0x28ed5e:0x2f4,_0x47ba90:0x1ba,_0x4f6c4a:0x167,_0xb9116:0x20c,_0x578830:0x3f7,_0x4511f2:0x40b,_0x2f1597:0x120,_0x303b42:0x3ca,_0x2575f1:0x2bc,_0x13a751:0x133,_0x1c7f38:0xb0,_0x1c7e73:0x17d,_0x3847f2:0x13a,_0x4350ab:0x3b,_0xae21f8:0x36,_0x8687ae:0x8,_0xb67cdb:0x29,_0x3d43d6:0xa3,_0x23fb03:0x89,_0x4d03c4:0x30e,_0x1901f6:0x37a,_0x4000eb:0x2b5,_0x3d2769:0x3ad,_0x1ed4b1:0x509,_0xf17fe2:0x45b,_0x384d07:0x322,_0x275f8c:0x42d,_0x389390:0x4b4,_0x2df9c5:0x43f,_0x519588:0xa9,_0x4cb934:0x18,_0x1c00a7:0xd5,_0x426791:0x2b7,_0x4f1b65:0x48d,_0x336c6e:0x30,_0xe2e45c:0x309,_0x134fcc:0x371,_0x42df9f:0x2a2,_0x4d5c90:0xb2,_0x79cb2:0x475,_0x58dfe5:0x3c5,_0x520b07:0x133,_0xfcf3ef:0x2e6,_0x1e07a7:0x25f,_0x556ab5:0x2e9,_0x3f73e9:0xdf,_0x9df4b2:0xcf,_0x4ac2b5:0x11,_0x239689:0xad,_0xd7eba4:0x157,_0x394d22:0xeb,_0x1922df:0x189,_0x52e2ea:0x137,_0x16fc79:0x203,_0x2fd9d2:0x215,_0x265f16:0x198,_0x3a0095:0x18c,_0x1d6e97:0xab,_0x44d7f7:0xbc,_0x8f6842:0x1e,_0x735d4:0xb,_0x6746e6:0x8e,_0x209948:0x309,_0xd8987:0x350,_0x6d60c:0x1f,_0x36eac9:0x5c,_0x3f4216:0x83,_0x455be9:0x3c2,_0x28dd5e:0x3f1,_0x3534f1:0xe1,_0x18cb6a:0x3d,_0x5811a7:0xab,_0x2936ca:0xcd,_0x4b485b:0xc9,_0x57df29:0x11,_0x15665a:0x96,_0x50a144:0x3c4,_0x1d5fc0:0x20c,_0x2cfea3:0xd8,_0x35dd1e:0xdb,_0x52135b:0x17d,_0x4f8850:0x120,_0x4db043:0x31c,_0x53b324:0x12d,_0x3e7220:0x17d,_0x4fc71c:0x2f4,_0x3fd491:0x320,_0x1fca23:0x225,_0x3c4328:0x17d,_0x58ca57:0x1df,_0x4dfe43:0x372,_0x348869:0x12c,_0x408dd1:0x17d,_0x28f7df:0x15,_0x410a0e:0x1d9,_0x52bec8:0x6a,_0x145465:0x349,_0x4210f2:0x38a,_0x2c069f:0x512,_0x4b7ebe:0x4d2,_0x5018e5:0x16f,_0x5b2405:0x1b1,_0x21973c:0xf7,_0x5ddf09:0x82,_0x4484c0:0x166,_0x102750:0x23e,_0x5c8e87:0x23d,_0x2fc963:0x283,_0x4c6733:0x24f,_0x282201:0xb6,_0x57bfa2:0x17d,_0x142709:0x70,_0x5bfce6:0x108,_0x9f2ebf:0x17d,_0x1f4eee:0x160,_0x5e23e2:0x500,_0x442506:0x76,_0x4914e5:0x32e,_0x47f315:0x1c0,_0x43d558:0x7,_0x2c261b:0x2c5,_0x396293:0x2b8,_0x3741fb:0x4f,_0x4e3029:0x309,_0x12410d:0x356,_0xfd7a3a:0x32d,_0x4ee31c:0x3c7,_0x197aca:0x36c,_0x319d0b:0x188,_0x5ac6f9:0x17d,_0x4a619b:0xb9,_0x17002c:0x203,_0x412e2b:0xd1,_0x1668d4:0x24b,_0x22117f:0x15,_0x5022a3:0xb1,_0x219049:0x309,_0x26300c:0x2db,_0x49eae1:0x28c,_0x30b98e:0x1df,_0x1e75f2:0x466,_0x2892eb:0x1ae,_0x16a3df:0x411,_0x1c9d1b:0x1b1,_0x48549e:0x193,_0x185cd6:0x449,_0x41877a:0x49e,_0x143d35:0x490,_0xc5aa2f:0x4dc,_0x53f368:0x31f,_0x2a6730:0x491,_0x157bdc:0xd4,_0x10e8d3:0x15a,_0x22c639:0x163,_0xe93138:0x4d,_0x1e2a3a:0x127,_0x48b41e:0x2b8,_0x3627ea:0x2d2,_0x18d4c0:0x18f,_0x42065d:0x19f,_0x464e0d:0xc0,_0x386a6a:0x45c,_0x4d7c04:0x3de,_0x53da2f:0xa5,_0x37883e:0x3f,_0x29413f:0x38f,_0x29a21a:0x3e,_0x146fa1:0x49e,_0xabf31c:0x338,_0x5e0f57:0x47c,_0x2df613:0x4ab,_0x472fe3:0x483,_0x23715c:0x17,_0x228e50:0x47,_0x1506a4:0x127,_0x3034fa:0x67,_0x4a74d4:0x342,_0x28add6:0x414,_0x20f449:0x34f,_0x5c4d42:0x288,_0x5828b9:0x405,_0x10b594:0x1ad,_0x3bff09:0x19a,_0x17973b:0x1a5,_0x4a7302:0x36d,_0x697fb8:0x2d9,_0x1304f2:0x49f,_0x3b38af:0x18,_0x76399a:0x17e,_0x5e291b:0x43,_0x29cb28:0x38e,_0x291b88:0x468,_0x501fb5:0x3cc,_0xc0e506:0x3fc,_0x192502:0x2ff,_0x160fec:0x18e,_0xe64f0f:0x141,_0x32c3d1:0x12b,_0x5d626a:0x391,_0x41c17c:0x3e1,_0x15f76d:0x300,_0xe6b6e4:0x3b9,_0x1b65df:0x2d1,_0x4393f9:0x36,_0x24b474:0x41,_0x521892:0xe8,_0x290814:0x17d,_0x1506f5:0x115,_0x3a0064:0x388,_0x472a20:0x316,_0x20a7b4:0x309,_0x1afe04:0x380,_0x418c58:0xac,_0x123c07:0x2a,_0x7e0f41:0xf8,_0x5190eb:0xb7,_0x21ac0d:0x3a5,_0x13b0f9:0x17d,_0x769539:0x253,_0x41ca57:0x227,_0x373cd0:0x341,_0x3f683d:0x309,_0x1d743e:0x2ab,_0x4cb6e7:0xfb,_0x5ebd44:0x15,_0x38afba:0xac,_0xed98dc:0xed,_0x18f4f7:0x196,_0x46de75:0xe0,_0x532b78:0x3e0,_0x3bacb4:0x346,_0x1547d1:0x3ce,_0x1e1eb8:0x485,_0x1be3f0:0x1bb,_0x4c4873:0x17e,_0x27e9e9:0xb8,_0x4c2f8c:0x3d6,_0x5f2293:0x40e,_0x2f17b9:0x3df,_0x1b68a6:0x505,_0x28bed1:0x4de,_0x3bd67d:0x3b8,_0x3c6122:0x2e9,_0x306146:0x353,_0x7b1248:0x2b3,_0x4118b6:0x228,_0x439222:0x385,_0x5c400d:0x161,_0x20f95e:0x251,_0x80140f:0x19c,_0x10f24f:0x354,_0x49a23a:0x143,_0x5e992d:0x82,_0x248a82:0x47b,_0xe75b14:0x4d9,_0x35bef8:0x332,_0x1c3377:0x38e,_0x505867:0x1b6,_0x3749bb:0x92,_0x471e4c:0x140,_0x34c4c9:0x5e,_0x19446c:0x43d,_0x94ba24:0x4fe,_0x545f28:0x454},_0x450738={_0x354443:0xf0},_0x5a2a11={'ovAsj':_0x39ec78(-0x10b,-0x161,-_0x1b88fb._0x345996,-0x10f)+'fetch\x20Clou'+_0x1eaea5(0x431,0x3c4,_0x1b88fb._0x2816b1,0x4b2)+_0x39ec78(-0xc6,-_0x1b88fb._0x11a3b8,-_0x1b88fb._0x5be764,-0x50),'XWLSO':_0x39ec78(-_0x1b88fb._0x497674,-_0x1b88fb._0x3fb164,-0x34,-_0x1b88fb._0x314b2e)+'service\x20ac'+_0x1eaea5(0x2c0,0x24b,0x32d,0x35a)+'l\x20address\x20'+_0x1eaea5(_0x1b88fb._0x47a1ae,_0x1b88fb._0x1c3d05,0x410,_0x1b88fb._0x34421b)+_0x39ec78(-_0x1b88fb._0x473e02,-0xef,-0xbc,-0x175)+_0x39ec78(-0x50,-0x106,-0x4b,-0x6d),'DXtzd':function(_0x45211c,_0x3e79bd){return _0x45211c===_0x3e79bd;},'aYObQ':_0x39ec78(-0x14b,-0x14d,-_0x1b88fb._0x19444d,-0x112),'vQrDp':_0x1eaea5(_0x1b88fb._0x213b7b,0x2c6,0x36c,0x2b8)+_0x1eaea5(0x44d,0x494,_0x1b88fb._0x5ce8d5,_0x1b88fb._0x3ae9b2)+_0x1eaea5(0x3a6,_0x1b88fb._0x20c387,_0x1b88fb._0x157ac3,_0x1b88fb._0x17d33b),'rBPRR':'Error\x20read'+'ing\x20JIRA\x20c'+_0x39ec78(0x7e,0x60,-0x64,-0xd0)+_0x1eaea5(_0x1b88fb._0x57ef2d,_0x1b88fb._0x4561da,0x327,_0x1b88fb._0x1d43f6),'ePfYd':_0x39ec78(-0x139,-0x129,-_0x1b88fb._0x280ff5,-0x92)+_0x39ec78(-0x14e,-0x58,-_0x1b88fb._0x545d96,-0x7c)+_0x1eaea5(0x397,0x44d,_0x1b88fb._0x21eb6d,0x3a0)+_0x1eaea5(0x3e5,0x319,0x3e6,0x30c),'FwqzO':'Enter\x20the\x20'+_0x39ec78(-0x1a,-_0x1b88fb._0x245485,-_0x1b88fb._0x15877b,-_0x1b88fb._0x3dd1a7)+_0x1eaea5(0x2cb,_0x1b88fb._0x267668,0x3a7,_0x1b88fb._0x2fc5b5)+_0x39ec78(0x6f,-_0x1b88fb._0x1da853,-_0x1b88fb._0x2e1a35,0x81)+_0x39ec78(-_0x1b88fb._0x368076,-_0x1b88fb._0x4f054f,-_0x1b88fb._0x346357,-_0x1b88fb._0x96779b)+'t.','ZzOEp':function(_0x2905b7,_0x4ae55a){return _0x2905b7(_0x4ae55a);},'GQvct':_0x39ec78(-_0x1b88fb._0x4b1089,-0x29,-0xb7,-_0x1b88fb._0x4cf433)+_0x39ec78(_0x1b88fb._0x1c9b88,-_0x1b88fb._0xe7d677,-0xb7,-0x16e)+_0x1eaea5(0x3cf,0x3ef,0x35b,0x33d)+_0x1eaea5(_0x1b88fb._0x16582a,0x24a,0x24f,_0x1b88fb._0x9a835d),'WLItZ':_0x39ec78(-0x15f,-_0x1b88fb._0x2a2d3c,-_0x1b88fb._0x34be52,-0x8c)+_0x39ec78(-_0x1b88fb._0x51880a,-_0x1b88fb._0x4157f5,-0x3e,-_0x1b88fb._0x5c4682)+'\x20Setup','OiTuy':function(_0xd94e79){return _0xd94e79();},'RigWU':function(_0x218bd3){return _0x218bd3();},'IwfuQ':function(_0x542ab1,_0x1d891d){return _0x542ab1!==_0x1d891d;},'sQJHk':_0x1eaea5(0x445,_0x1b88fb._0xb39d36,0x3a8,0x420),'QhhFP':_0x1eaea5(_0x1b88fb._0x1ff5bd,0x3ab,0x3fe,_0x1b88fb._0x41f889),'sZXjc':_0x39ec78(-0xd3,-_0x1b88fb._0x274262,-_0x1b88fb._0x1d7d83,-0x1c4)+_0x1eaea5(0x463,_0x1b88fb._0xc86c9,0x3e5,0x4ac)+'A\x20configur'+_0x1eaea5(0x461,_0x1b88fb._0x1857a5,0x3fd,_0x1b88fb._0x1348cc),'tbDQL':_0x1eaea5(0x3f6,_0x1b88fb._0x23c55e,0x325,_0x1b88fb._0x925a52)+'Account\x20Ty'+'pe','fgUin':_0x39ec78(-0xb7,-0x1ed,-_0x1b88fb._0x10ae0f,-_0x1b88fb._0x2d761d)+_0x39ec78(-0x16b,-_0x1b88fb._0x2e2c09,-0x120,-0x1d1)+'──────────'+_0x39ec78(-_0x1b88fb._0xbb7f4e,-0xde,-_0x1b88fb._0x10ae0f,-0xd4),'tZOBB':_0x1eaea5(_0x1b88fb._0xe1effc,_0x1b88fb._0x2d9d72,0x356,0x38d)+_0x1eaea5(_0x1b88fb._0x1641a4,0x29e,_0x1b88fb._0x150881,_0x1b88fb._0x150881)+_0x1eaea5(_0x1b88fb._0xa0aed1,0x2b4,0x214,_0x1b88fb._0x19192b)+_0x1eaea5(0x45f,_0x1b88fb._0x29a20d,0x45d,_0x1b88fb._0x57e4fd)+'n.com\x20with'+_0x39ec78(-0x212,-_0x1b88fb._0x1acdc7,-_0x1b88fb._0x5dc3b8,-_0x1b88fb._0x3f1d6b),'gjIzv':function(_0x1536a4,_0x5b0b6e){return _0x1536a4===_0x5b0b6e;},'Ngcbx':_0x39ec78(-0x97,_0x1b88fb._0x5d1a81,-_0x1b88fb._0x4b9ead,_0x1b88fb._0x1d12d0),'prLdQ':'personal','PDNOJ':function(_0x399472,_0x157ee7){return _0x399472===_0x157ee7;},'YWsSN':'Enter\x20your'+_0x1eaea5(0x2ff,0x3e7,_0x1b88fb._0x3952ad,0x230)+_0x39ec78(0x11,-_0x1b88fb._0x421b02,-_0x1b88fb._0x1f062b,0x91)+'\x20is\x20used\x20f'+_0x1eaea5(_0x1b88fb._0x5712d6,_0x1b88fb._0xa59f6c,_0x1b88fb._0x5647e4,0x3d9)+_0x1eaea5(0x345,_0x1b88fb._0x11f7b7,_0x1b88fb._0x2cf24a,0x319)+_0x1eaea5(_0x1b88fb._0x21d33e,0x468,0x348,0x3ae),'YiqNv':_0x1eaea5(0x424,_0x1b88fb._0xe48ffa,_0x1b88fb._0x36281b,0x35f)+_0x39ec78(0x4,_0x1b88fb._0x58018d,-_0x1b88fb._0x3f457d,-0xec)+_0x39ec78(-0x10d,-_0x1b88fb._0x299c52,-_0x1b88fb._0x176e74,-0x46)+_0x1eaea5(_0x1b88fb._0x16ee1c,_0x1b88fb._0x46045f,_0x1b88fb._0x11f7b7,0x3c2),'HepZG':function(_0x5a1f8c,_0x117550){return _0x5a1f8c===_0x117550;},'XneuB':function(_0x4f3d96,_0x5b3758){return _0x4f3d96!==_0x5b3758;},'LyqkI':'RLqXX','LaqWz':_0x39ec78(-_0x1b88fb._0x2cfdbf,-0x177,-_0x1b88fb._0x1b1f98,-_0x1b88fb._0x5263bb)+_0x1eaea5(0x3ee,0x40a,0x3bc,0x38f)+_0x39ec78(-_0x1b88fb._0x55a6d7,-_0x1b88fb._0x23eab6,-0x57,-_0x1b88fb._0x406b30)+_0x1eaea5(_0x1b88fb._0x11ee09,_0x1b88fb._0x4dbebe,0x436,_0x1b88fb._0x3f5544)+_0x1eaea5(0x321,_0x1b88fb._0x569ebd,_0x1b88fb._0x4638d6,_0x1b88fb._0xf60221),'cxXsu':function(_0xde9e2f,_0x2586a0){return _0xde9e2f(_0x2586a0);},'Zoqvm':_0x39ec78(-0xd7,-0x1ab,-0x132,-_0x1b88fb._0x15f1c3),'LsXXp':'Use\x20this\x20C'+_0x1eaea5(0x3ec,_0x1b88fb._0x1955b2,_0x1b88fb._0x3e9569,0x3a1)+_0x39ec78(-0x1da,-_0x1b88fb._0xcf2c7,-_0x1b88fb._0x19a073,-_0x1b88fb._0xb7eeb1),'hKExY':_0x39ec78(-0x281,-_0x1b88fb._0x29d16a,-_0x1b88fb._0x4a9749,-0xfa),'EybWi':function(_0x5894d9,_0x4b123e){return _0x5894d9===_0x4b123e;},'djHMA':_0x1eaea5(_0x1b88fb._0x1822c8,0x3ac,0x226,_0x1b88fb._0x58c18),'pLzzk':function(_0x4fa295,_0x134385){return _0x4fa295!==_0x134385;},'tLPRD':_0x39ec78(-0x3a,-0x94,-0x47,_0x1b88fb._0x3956cb),'hzsnH':_0x1eaea5(_0x1b88fb._0x572d21,_0x1b88fb._0x509b85,0x3ff,0x3f8)+_0x39ec78(-0x163,-0x1c9,-0x185,-0xdd)+_0x1eaea5(_0x1b88fb._0x737848,_0x1b88fb._0xa8a396,_0x1b88fb._0x2f09c3,_0x1b88fb._0x158c48)+':','dspBF':'\x20\x20•\x20Or\x20fet'+_0x39ec78(-0x28,0xb8,-_0x1b88fb._0x45e6c9,_0x1b88fb._0x3b15a1)+_0x39ec78(-_0x1b88fb._0x4d356a,-0xc1,-0xc0,-0xf9)+_0x39ec78(-_0x1b88fb._0x5bcdff,0xc,-0x78,0x59)+_0x39ec78(_0x1b88fb._0x5e8f34,-_0x1b88fb._0xd4305f,-_0x1b88fb._0x645a59,-_0x1b88fb._0x3ec40c)+_0x39ec78(-_0x1b88fb._0x5e632d,-0x196,-0x189,-_0x1b88fb._0x450d09)+'tenant_inf'+'o','pVvyt':function(_0x434106,_0xc7a199){return _0x434106!==_0xc7a199;},'eiszM':_0x39ec78(-_0x1b88fb._0x5329b8,-_0x1b88fb._0x437678,-_0x1b88fb._0x3e80a0,-0x14d),'Imgko':_0x39ec78(-_0x1b88fb._0x586695,-0x1f,-0xec,-_0x1b88fb._0x471086)+_0x1eaea5(_0x1b88fb._0x49b875,0x2c8,0x341,_0x1b88fb._0x223e95)+'equired\x20fo'+_0x39ec78(-0xb7,-0x229,-_0x1b88fb._0x490354,-_0x1b88fb._0x49b5f2)+_0x39ec78(-0x29c,-_0x1b88fb._0x1d9be2,-_0x1b88fb._0x13a49c,-0x18e)+'tup','mYThN':function(_0x4da6f9,_0x3fa204){return _0x4da6f9===_0x3fa204;},'KopEL':function(_0x25d9e3,_0x4d2cca){return _0x25d9e3===_0x4d2cca;},'HerIX':'fkvfP','YWolm':'Email:\x20','CopGf':function(_0x30aff1,_0x2bdc4f){return _0x30aff1(_0x2bdc4f);},'tTCWV':_0x39ec78(-_0x1b88fb._0x3d6169,-0x1df,-0x168,-0x22c)+_0x39ec78(-_0x1b88fb._0x11e70f,-0x90,-0x15e,-0x82)+_0x1eaea5(_0x1b88fb._0x23932a,_0x1b88fb._0x54f063,_0x1b88fb._0x8d6b19,_0x1b88fb._0x2d130a),'iNXHc':function(_0x914f1f,_0x38835f){return _0x914f1f(_0x38835f);},'nGZFE':'Open\x20brows'+_0x1eaea5(_0x1b88fb._0x20019f,_0x1b88fb._0x52318f,0x38a,_0x1b88fb._0xe48ffa)+_0x39ec78(-_0x1b88fb._0x2b2f58,0x7,-0xa2,-_0x1b88fb._0x2b2ad5)+_0x39ec78(-0x10f,0x28,-_0x1b88fb._0x172055,-0x23),'cjQzo':function(_0x5c6c08,_0x145554){return _0x5c6c08===_0x145554;},'imaaQ':function(_0x3825e0,_0x4f2aec){return _0x3825e0===_0x4f2aec;},'Jjmam':_0x39ec78(-_0x1b88fb._0x17acea,-_0x1b88fb._0x47bb95,-0x1bd,-_0x1b88fb._0x59ede6)+'owser...','CXZpV':_0x39ec78(-_0x1b88fb._0x15e890,-_0x1b88fb._0x22bd33,-0x69,_0x1b88fb._0x388268)+_0x39ec78(-_0x1b88fb._0x5e8f34,_0x1b88fb._0x3956cb,-0x20,_0x1b88fb._0x3947ce),'QLgnB':function(_0x1ef422){return _0x1ef422();},'uDeyU':'\x20\x201.\x20Click'+_0x1eaea5(0x3e8,_0x1b88fb._0x593bfa,0x44a,_0x1b88fb._0x42b1d5)+_0x39ec78(-0xc2,-_0x1b88fb._0x1f57b6,-_0x1b88fb._0x334ebc,_0x1b88fb._0x2fa28f),'PEYTe':_0x39ec78(-_0x1b88fb._0x19bf9e,-0x137,-0x135,-_0x1b88fb._0x3e011b)+_0x1eaea5(0x476,0x530,0x44b,0x502),'hENYW':_0x39ec78(-_0x1b88fb._0x1d8b55,-_0x1b88fb._0x59ac84,-_0x1b88fb._0x28c343,-0x178)+'PI\x20token\x20a'+'t:','xEUHD':_0x1eaea5(0x44b,_0x1b88fb._0x2ce3c1,_0x1b88fb._0x143032,_0x1b88fb._0x334096)+'\x20','KXQmH':_0x39ec78(-_0x1b88fb._0x45f139,-_0x1b88fb._0x27f85e,-_0x1b88fb._0x12c809,-_0x1b88fb._0x4a6a3f)+_0x1eaea5(_0x1b88fb._0x497ac0,_0x1b88fb._0x531113,0x3b0,_0x1b88fb._0x8e362f)+_0x39ec78(-0xeb,0x73,-0x3f,-_0x1b88fb._0x2c9333),'qbqkW':_0x39ec78(-_0x1b88fb._0x2da207,-0x191,-_0x1b88fb._0x126977,-0x1b7)+_0x39ec78(-0x15b,-0x169,-0x1af,-_0x1b88fb._0x1f5004)+'.','zbfAm':function(_0x259976,_0x16e7bb,_0x1e6d32,_0x4bb194){return _0x259976(_0x16e7bb,_0x1e6d32,_0x4bb194);},'tKNWK':'✗\x20Connecti'+_0x39ec78(-_0x1b88fb._0x42f468,-0x132,-_0x1b88fb._0x4b8aae,-0x11b),'xQnIq':_0x1eaea5(_0x1b88fb._0x1c2215,0x3cb,_0x1b88fb._0x36281b,0x3d7),'twNsL':function(_0x15293d,_0x51a35c){return _0x15293d!==_0x51a35c;},'NYoIj':_0x1eaea5(0x46c,_0x1b88fb._0x5647e4,_0x1b88fb._0x320edc,_0x1b88fb._0x497ac0),'abEew':_0x1eaea5(0x441,0x3d4,0x405,0x378)+_0x39ec78(0x55,-0x10b,-0x89,-_0x1b88fb._0x1eb139)+',\x20verify:','YDGgm':_0x1eaea5(0x3de,_0x1b88fb._0x15aede,0x4a8,0x31c)+'oud\x20ID\x20is\x20'+'correct','zOQRm':'\x20\x20•\x20The\x20se'+_0x1eaea5(_0x1b88fb._0xf06ca0,_0x1b88fb._0x922ec7,0x33c,0x263)+_0x1eaea5(_0x1b88fb._0x3d0b80,_0x1b88fb._0x143eb0,_0x1b88fb._0x58ef42,0x3fe)+'is\x20used\x20(n'+_0x1eaea5(_0x1b88fb._0x390777,_0x1b88fb._0x2fe192,0x352,_0x1b88fb._0x46ec5e)+_0x39ec78(_0x1b88fb._0x4b22eb,_0x1b88fb._0x267ca8,-_0x1b88fb._0xd1e691,-0xd),'Wnmfc':_0x1eaea5(0x419,0x4d3,0x35c,0x338)+_0x39ec78(-0x18a,-_0x1b88fb._0x5e8deb,-0x158,-0xf7)+_0x1eaea5(0x36c,0x42c,0x350,0x44f)+'for\x20the\x20se'+'rvice\x20acco'+_0x39ec78(-0x189,-_0x1b88fb._0x4ed58d,-_0x1b88fb._0x2e2ac6,-_0x1b88fb._0x2bb02e),'feqkg':_0x39ec78(-_0x1b88fb._0x539cc2,-_0x1b88fb._0x2855bf,-0x125,-0x1eb)+_0x39ec78(-_0x1b88fb._0x1fc42e,-0x114,-_0x1b88fb._0x860876,-_0x1b88fb._0x1d7d83)+_0x1eaea5(0x44c,0x3c8,0x396,0x40d)+_0x39ec78(_0x1b88fb._0x421b02,_0x1b88fb._0x2ffad3,-0x24,-0x5b)+_0x39ec78(0x82,-_0x1b88fb._0x1339ba,-0x42,0x34),'TMYNM':_0x39ec78(-0x92,-0x1fd,-_0x1b88fb._0x5158fe,-_0x1b88fb._0x5bd2cb)+_0x1eaea5(_0x1b88fb._0x1a1a08,_0x1b88fb._0x3a8bd3,0x458,_0x1b88fb._0x21cd79)+_0x1eaea5(_0x1b88fb._0x41deef,_0x1b88fb._0x53e677,_0x1b88fb._0x2fb3c3,_0x1b88fb._0x4c4484)+'or\x20\x22Import'+_0x39ec78(-_0x1b88fb._0x2501ed,-0x2b3,-0x1d0,-_0x1b88fb._0x99e78a)+'\x22','qLyfz':'✓\x20JIRA\x20int'+_0x39ec78(0xaf,-0xa8,-_0x1b88fb._0x3d1c34,0x3b)+'s\x20now\x20conf'+_0x1eaea5(_0x1b88fb._0x30b942,0x4f7,0x3da,0x436),'HfYyD':function(_0x10ba4b){return _0x10ba4b();},'YpvSv':_0x1eaea5(_0x1b88fb._0x84439d,_0x1b88fb._0x3d1064,0x405,0x417)+_0x1eaea5(0x327,0x360,_0x1b88fb._0x352425,_0x1b88fb._0x57248b)+'figuration'};console[_0x39ec78(-_0x1b88fb._0x359cb7,-_0x1b88fb._0x22ae9c,-_0x1b88fb._0x2b7c7a,-_0x1b88fb._0x42a1c2)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x509053,-0x19e,-_0x1b88fb._0x1d7618,-0x1e3)]),console['log'](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x2d6039,-0x8e,-_0x1b88fb._0x51daa8,-0x41)]),console[_0x1eaea5(0x309,0x392,0x2e1,_0x1b88fb._0x57ce65)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x87d4ed,-_0x1b88fb._0x3625d7,-_0x1b88fb._0x1d7618,-0x20a)]),console[_0x39ec78(-_0x1b88fb._0x3fa951,-0x17b,-0x17d,-0x226)]('');const _0x56c7e5=_0x5a2a11[_0x39ec78(-0x92,-0x121,-_0x1b88fb._0x5bcdff,-0xc0)](getDataDir);console[_0x1eaea5(0x309,0x378,0x26b,_0x1b88fb._0x1a5e0f)]('Using\x20data'+_0x1eaea5(_0x1b88fb._0x52e390,0x1ed,_0x1b88fb._0x3e2e22,0x294)+':\x20'+_0x56c7e5),console[_0x39ec78(-_0x1b88fb._0xa9beb4,-_0x1b88fb._0x1ece7d,-0x17d,-_0x1b88fb._0x1aca71)]('');const _0x1422fa=_0x5a2a11[_0x39ec78(-0xeb,-_0x1b88fb._0x5607c1,-_0x1b88fb._0x40bdbf,-_0x1b88fb._0x372617)](getJiraConfigPath);let _0x35e838=null;try{if(_0x5a2a11[_0x39ec78(-0x103,-_0x1b88fb._0x18e976,-_0x1b88fb._0x4557b9,-_0x1b88fb._0x4aef94)](_0x5a2a11[_0x39ec78(-0x13c,-0xfc,-0x79,-_0x1b88fb._0x15f1c3)],_0x5a2a11['sQJHk']))return _0x2947fb[_0x1eaea5(_0x1b88fb._0x182f5e,0x3d7,_0x1b88fb._0x2fe192,0x338)];else{const _0x390668=await _0x44a327[_0x1eaea5(_0x1b88fb._0x381dde,_0x1b88fb._0x178ca3,0x480,0x4a2)](_0x1422fa,_0x5a2a11['QhhFP']);_0x35e838=JSON[_0x39ec78(-0xc2,-0x15b,-0xad,-_0x1b88fb._0x9ad605)](_0x390668),console['log'](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x1c0e88,-0x1cf,-_0x1b88fb._0x3ac947,-_0x1b88fb._0xcbc872)]),console['log']('');}}catch{}console[_0x1eaea5(0x309,_0x1b88fb._0x13e39e,_0x1b88fb._0x331e06,_0x1b88fb._0x3e4980)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x574684,-_0x1b88fb._0x4bf67,-_0x1b88fb._0x502403,-0x1dd)]),console[_0x1eaea5(0x309,0x26d,0x3e9,_0x1b88fb._0x2a1efa)](_0x5a2a11['fgUin']),console['log'](_0x39ec78(-0x155,-0xc,-0xc9,-0xe5)+_0x39ec78(-0xca,-_0x1b88fb._0x488d06,-0x13c,-_0x1b88fb._0xd29214)+'t\x20(uses\x20yo'+_0x39ec78(-0x50,-0x1ee,-0x107,-_0x1b88fb._0x439b22)+_0x39ec78(-0x12a,-_0x1b88fb._0x471086,-_0x1b88fb._0x5c36f4,-0x7a)+')'),console['log'](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x2a721c,0x383,0x345,0x318)]),console[_0x1eaea5(0x309,0x230,_0x1b88fb._0x198680,_0x1b88fb._0x3bcf0c)]('');const _0x54ccc3=!!_0x35e838?.[_0x1eaea5(0x408,0x373,0x3b6,_0x1b88fb._0xa2201a)],_0x303ade=_0x54ccc3?'2':'1',_0x363f07=await _0x5a2a11[_0x39ec78(-0x1da,-0x1c9,-_0x1b88fb._0x5beb87,-0x93)](prompt,_0x1eaea5(_0x1b88fb._0x4a3d48,_0x1b88fb._0x598407,0x47b,0x413)+'pe\x20['+_0x303ade+']:\x20'),_0x52c71c=_0x5a2a11['gjIzv'](_0x363f07['trim']()||_0x303ade,'2')?_0x5a2a11[_0x39ec78(-_0x1b88fb._0x4ddb29,-0xce,-_0x1b88fb._0x245485,-_0x1b88fb._0x1eb139)]:_0x5a2a11[_0x1eaea5(_0x1b88fb._0x228753,_0x1b88fb._0x23b9b9,_0x1b88fb._0x215c6c,0x2f6)];console[_0x1eaea5(_0x1b88fb._0x269190,0x276,0x39c,0x37a)](''),console[_0x1eaea5(_0x1b88fb._0x269190,0x2bf,_0x1b88fb._0xfeeaa9,_0x1b88fb._0x2182da)](_0x39ec78(-0x208,-_0x1b88fb._0x5a828f,-0x16d,-0xc4)+_0x1eaea5(0x2ed,0x237,_0x1b88fb._0x4b2df6,0x2a3)+_0x39ec78(-0xa3,-0x42,-0x1b,_0x1b88fb._0x2f4ad2)),console[_0x1eaea5(0x309,0x38d,0x2b9,_0x1b88fb._0x59f796)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0xc9979a,-_0x1b88fb._0x268b13,-0x19d,-0x1dc)]);_0x5a2a11['PDNOJ'](_0x52c71c,_0x5a2a11[_0x1eaea5(0x475,0x3f7,0x43c,_0x1b88fb._0xa55f2e)])&&console[_0x39ec78(-0xc9,-0xaf,-_0x1b88fb._0x43e597,-0x1b5)](_0x5a2a11[_0x1eaea5(0x33d,0x37e,_0x1b88fb._0x1eea3c,0x40a)]);const _0x168e33=_0x35e838?.['baseUrl']||_0x5a2a11['YiqNv'],_0x57750d=await _0x5a2a11['ZzOEp'](prompt,_0x1eaea5(_0x1b88fb._0x5b6017,0x20c,0x25d,_0x1b88fb._0x21c394)+_0x39ec78(-_0x1b88fb._0x19444d,-0x1b,-_0x1b88fb._0x1f7460,0x56)+_0x168e33+_0x39ec78(_0x1b88fb._0x51482f,-0xd1,-0x97,-0xca)),_0x4be910=(_0x57750d[_0x39ec78(-_0x1b88fb._0x2bb02e,_0x1b88fb._0x533d35,-_0x1b88fb._0x1a4a58,-0x53)]()||_0x168e33)[_0x39ec78(-_0x1b88fb._0x33f41c,-_0x1b88fb._0x1b4808,-0xb6,-0xca)](/\/$/,'');console[_0x39ec78(-_0x1b88fb._0xf2d9d1,-_0x1b88fb._0x223a4b,-0x17d,-_0x1b88fb._0x2dfe85)]('');let _0xa24d7b=null,_0x1de2b3=_0x4be910;if(_0x5a2a11[_0x1eaea5(0x380,0x34e,0x40a,0x3c8)](_0x52c71c,_0x5a2a11['Ngcbx'])){if(_0x5a2a11[_0x1eaea5(0x34b,_0x1b88fb._0x2913d7,_0x1b88fb._0x1e7832,_0x1b88fb._0x23b8b2)](_0x39ec78(-_0x1b88fb._0x234d37,-0x34,-0xd2,-0x32),_0x5a2a11[_0x1eaea5(_0x1b88fb._0x4d1aef,0x41d,_0x1b88fb._0x118bbb,_0x1b88fb._0x2b226b)]))_0x3cfb7f[_0x39ec78(-0xeb,-0x134,-0x17d,-_0x1b88fb._0x333d65)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x1843c3,_0x1b88fb._0x15eadb,0x4e6,_0x1b88fb._0x5712d6)]);else{console[_0x39ec78(-_0x1b88fb._0x28bb09,-_0x1b88fb._0x391532,-_0x1b88fb._0x43e597,-0x22c)](_0x39ec78(-_0x1b88fb._0x73197d,-0x158,-_0x1b88fb._0x598acc,-_0x1b88fb._0x3effba)+_0x39ec78(-_0x1b88fb._0xb6d08b,-_0x1b88fb._0x33d062,-_0x1b88fb._0x2597ee,-_0x1b88fb._0x378130)),console['log'](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x322b9c,-0x1f1,-0x19d,-0x26f)]),console['log'](_0x1eaea5(0x36e,_0x1b88fb._0x301203,_0x1b88fb._0x1e8ae4,_0x1b88fb._0x4584fc)+_0x39ec78(-0x175,-0x34,-_0x1b88fb._0xe9919a,-0x171)+_0x1eaea5(0x3bf,_0x1b88fb._0x40f334,_0x1b88fb._0x1c2215,_0x1b88fb._0xc3d6b9)+_0x1eaea5(_0x1b88fb._0x3ba1c0,0x345,_0x1b88fb._0x20645c,_0x1b88fb._0x5ca988)+'Cloud\x20ID.'),console[_0x39ec78(-0x1e3,-_0x1b88fb._0x4328d8,-_0x1b88fb._0x53a7f6,-_0x1b88fb._0x494742)](''),console['log'](_0x5a2a11['LaqWz']);const _0x1f8813=await _0x5a2a11[_0x1eaea5(0x2f7,0x35c,0x22c,_0x1b88fb._0x47069f)](fetchCloudId,_0x4be910);if(_0x1f8813){if(_0x1eaea5(0x46f,0x51d,_0x1b88fb._0x5bd57c,0x38e)!==_0x5a2a11[_0x1eaea5(_0x1b88fb._0x301203,_0x1b88fb._0x59ede6,_0x1b88fb._0x21d33e,_0x1b88fb._0x2f09c3)]){console[_0x39ec78(-0x17c,-0x21b,-_0x1b88fb._0x2b7c7a,-0x160)]('✓\x20Found\x20Cl'+_0x1eaea5(_0x1b88fb._0x1e0355,0x32a,0x31f,0x477)+_0x1f8813);const _0x479c9c=await _0x5a2a11['cxXsu'](prompt,_0x5a2a11[_0x39ec78(0x5a,_0x1b88fb._0x3e4a55,-0x18,0x3a)]);(!_0x479c9c[_0x39ec78(-0xdf,-_0x1b88fb._0x2f8419,-_0x1b88fb._0x5087d9,0x2b)]()||_0x5a2a11[_0x39ec78(-0xcc,-0x13c,-_0x1b88fb._0x439b22,-_0x1b88fb._0x25f30f)](_0x479c9c[_0x1eaea5(0x349,0x2b6,_0x1b88fb._0x5d7366,_0x1b88fb._0x35bd4f)+'e'](),'y')||_0x5a2a11['DXtzd'](_0x479c9c['toLowerCas'+'e'](),_0x5a2a11[_0x1eaea5(0x45d,0x521,_0x1b88fb._0x3a549d,_0x1b88fb._0x4688c2)]))&&(_0xa24d7b=_0x1f8813);}else _0x25e1ac['log'](_0x5a2a11['XWLSO']);}else _0x5a2a11[_0x1eaea5(_0x1b88fb._0x56a5b8,_0x1b88fb._0x2e03fc,0x353,0x3a7)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x4c4f88,-0x3c,-_0x1b88fb._0x502ece,-_0x1b88fb._0x4b1089)],'IwMhD')?console[_0x39ec78(-0x11c,-0x234,-0x17d,-_0x1b88fb._0x511458)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x221198,-_0x1b88fb._0x56f124,-_0x1b88fb._0x52c30f,-_0x1b88fb._0x1ece7d)]):(_0x3e01c3['log']('\x20\x20Cloud\x20ID'+':\x20'+_0x82a8e[_0x1eaea5(_0x1b88fb._0x2f4398,_0x1b88fb._0x379b28,_0x1b88fb._0x5ec78b,0x39b)]),_0x32e8b5['log']('\x20\x20API\x20URL:'+'\x20\x20https://'+_0x1eaea5(_0x1b88fb._0xd423b5,0x424,_0x1b88fb._0x5bdd01,0x512)+_0x1eaea5(0x348,_0x1b88fb._0x42633a,_0x1b88fb._0x2a721c,0x311)+_0x39ec78(-_0x1b88fb._0x5c36f4,-_0x1b88fb._0x3625d7,-_0x1b88fb._0x509053,-0xd4)+_0x3fd8f1[_0x1eaea5(_0x1b88fb._0x367809,_0x1b88fb._0x483732,0x410,0x481)]),_0x457031[_0x39ec78(-0x1ec,-_0x1b88fb._0x322b9c,-_0x1b88fb._0x151f22,-_0x1b88fb._0x5215c5)](_0x1eaea5(0x44e,_0x1b88fb._0x19b6f2,_0x1b88fb._0x4002ac,0x4a8)+_0x1eaea5(_0x1b88fb._0x48a1ef,_0x1b88fb._0x3deb2a,_0x1b88fb._0x150995,0x426)+_0x1eaea5(_0x1b88fb._0x996170,0x353,_0x1b88fb._0x26c818,0x4c7)));if(!_0xa24d7b){if(_0x5a2a11[_0x39ec78(-0xb5,-0x23e,-0x16c,-_0x1b88fb._0x5d96be)](_0x39ec78(_0x1b88fb._0xd4305f,0x31,-_0x1b88fb._0x54ea96,-_0x1b88fb._0x14f7a8),_0x5a2a11[_0x39ec78(-0x128,-_0x1b88fb._0x345085,-_0x1b88fb._0x2bb02e,-_0x1b88fb._0x1aca71)]))_0x23123f['error'](_0x1eaea5(_0x1b88fb._0x1c2215,_0x1b88fb._0x42b9fc,0x3be,_0x1b88fb._0x1b0cd3),_0x2dce71[_0x1eaea5(0x43d,0x474,0x4d3,0x4f4)]),_0x33c952['exit'](0x1f*0x139+0x17ed+-0x3dd3);else{console['log'](''),console[_0x39ec78(-_0x1b88fb._0x1d215a,-0x1bc,-_0x1b88fb._0x53743c,-0x217)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x4edb43,-_0x1b88fb._0x13a49c,-_0x1b88fb._0x1a4f6a,-0x162)]),console['log']('\x20\x20•\x20Go\x20to\x20'+_0x39ec78(-0xcb,-0xf2,-0x1ac,-_0x1b88fb._0x49b5f2)+_0x1eaea5(0x33a,0x41f,_0x1b88fb._0x222cf3,0x2c7)+_0x1eaea5(_0x1b88fb._0x20645c,_0x1b88fb._0x36d629,0x2f2,0x3e4)+_0x1eaea5(0x330,_0x1b88fb._0x2f12da,0x2ce,_0x1b88fb._0x30d9d5)+'s'),console['log'](_0x39ec78(-0xcf,0x12,-_0x1b88fb._0x2e08ac,-0x15a)+_0x1eaea5(_0x1b88fb._0x361c7f,_0x1b88fb._0x38ffe3,_0x1b88fb._0x1479b0,0x426)+_0x39ec78(-0x18a,-_0x1b88fb._0x414654,-_0x1b88fb._0x589012,-_0x1b88fb._0x2ac1e9)+'our\x20site\x20d'+'etails'),console[_0x1eaea5(_0x1b88fb._0x269190,0x367,_0x1b88fb._0x1b3364,_0x1b88fb._0x28b7b6)](_0x5a2a11[_0x1eaea5(0x39e,_0x1b88fb._0x211cba,0x38a,_0x1b88fb._0x210b8e)]),console[_0x1eaea5(_0x1b88fb._0x3fd33c,_0x1b88fb._0x925a52,_0x1b88fb._0x27703a,_0x1b88fb._0x22c76f)]('');const _0x1885cb=_0x35e838?.[_0x39ec78(_0x1b88fb._0x267ca8,-0x128,-_0x1b88fb._0x26165d,-_0x1b88fb._0x3d6ec7)]||'',_0x1e0278=_0x1885cb?'Cloud\x20ID\x20['+_0x1885cb+']:\x20':_0x1eaea5(_0x1b88fb._0x4f36e3,0x454,0x38b,0x46d),_0x43e6b1=await _0x5a2a11[_0x1eaea5(_0x1b88fb._0x2b11e5,0x328,_0x1b88fb._0x28ed5e,0x212)](prompt,_0x1e0278);_0xa24d7b=_0x43e6b1['trim']()||_0x1885cb,!_0xa24d7b&&(_0x5a2a11['pVvyt'](_0x5a2a11['eiszM'],_0x39ec78(-_0x1b88fb._0x47ba90,-0xc1,-_0x1b88fb._0x4f6c4a,-_0x1b88fb._0xb9116))?_0x5a2a11[_0x1eaea5(0x357,_0x1b88fb._0x578830,_0x1b88fb._0x4511f2,0x281)](_0x346efb[_0x39ec78(-_0x1b88fb._0x2b2f58,-0x1ad,-0x11e,-_0x1b88fb._0x2f1597)],_0x5a2a11['aYObQ'])?(_0x54081d[_0x1eaea5(0x309,_0x1b88fb._0x303b42,0x3b2,_0x1b88fb._0x2575f1)](_0x5a2a11[_0x39ec78(-0x8b,-0x83,-0x164,-_0x1b88fb._0x13a751)]),_0x55c810[_0x39ec78(-_0x1b88fb._0x1c7f38,-0x22b,-_0x1b88fb._0x1c7e73,-0x171)](''),_0x36a89a[_0x39ec78(-0x1fc,-0x237,-0x17d,-_0x1b88fb._0x3847f2)]('Run:\x20coder'+_0x39ec78(-_0x1b88fb._0x4350ab,-_0x1b88fb._0xae21f8,-_0x1b88fb._0x8687ae,_0x1b88fb._0xb67cdb)+_0x39ec78(-0xcd,-_0x1b88fb._0x3d43d6,-0xcd,-_0x1b88fb._0x23fb03))):_0x48859f[_0x1eaea5(_0x1b88fb._0x483732,_0x1b88fb._0x4d03c4,0x30e,0x35d)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x1901f6,0x354,0x34d,_0x1b88fb._0x4000eb)],_0x15ef1d[_0x1eaea5(0x43d,_0x1b88fb._0x3d2769,_0x1b88fb._0x1ed4b1,_0x1b88fb._0xf17fe2)]):(console[_0x1eaea5(0x3f4,0x3f9,0x31a,_0x1b88fb._0x384d07)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x275f8c,0x494,0x45d,_0x1b88fb._0x389390)]),process[_0x1eaea5(0x403,_0x1b88fb._0x2df9c5,0x416,0x448)](0xa33*0x3+0xe37+0x2ccf*-0x1)));}}_0x1de2b3='https://ap'+_0x39ec78(-_0x1b88fb._0x519588,-_0x1b88fb._0x4cb934,-0x27,-_0x1b88fb._0x1c00a7)+'n.com/ex/j'+'ira/'+_0xa24d7b,console[_0x1eaea5(_0x1b88fb._0x269190,_0x1b88fb._0x426791,0x327,0x376)](_0x1eaea5(0x477,0x3b2,0x44e,_0x1b88fb._0x4f1b65)+_0x39ec78(-0xcc,-0xd,-0x7f,-_0x1b88fb._0x336c6e)+_0x1de2b3),console[_0x1eaea5(_0x1b88fb._0xe2e45c,_0x1b88fb._0x134fcc,0x3e7,_0x1b88fb._0x42df9f)]('');}}const _0x2f357b=_0x5a2a11[_0x39ec78(0x2f,-_0x1b88fb._0x4ddb29,-_0x1b88fb._0x4d5c90,_0x1b88fb._0x2fa28f)](_0x52c71c,_0x39ec78(0x95,_0x1b88fb._0x1339ba,-0xa,-_0x1b88fb._0x2ffad3))?'4':'3',_0x2e5211=_0x5a2a11['KopEL'](_0x52c71c,_0x5a2a11[_0x1eaea5(_0x1b88fb._0x79cb2,0x4ff,_0x1b88fb._0x58dfe5,0x549)])?'5':'4';console[_0x39ec78(-_0x1b88fb._0x520b07,-0x182,-0x17d,-0x108)](_0x1eaea5(_0x1b88fb._0xfcf3ef,0x2bb,0x351,_0x1b88fb._0x1e07a7)+_0x2f357b+'/'+_0x2e5211+':\x20Email'),console[_0x39ec78(-0x1ca,-0x218,-_0x1b88fb._0x43e597,-0x99)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x556ab5,0x298,0x348,_0x1b88fb._0x28ed5e)]);_0x5a2a11['PDNOJ'](_0x52c71c,_0x5a2a11[_0x39ec78(-_0x1b88fb._0x3f73e9,_0x1b88fb._0x9df4b2,-_0x1b88fb._0x4ac2b5,-_0x1b88fb._0x239689)])&&(_0x39ec78(-_0x1b88fb._0xd7eba4,-0x287,-0x1c0,-_0x1b88fb._0x394d22)===_0x5a2a11[_0x1eaea5(0x3b6,0x3f4,0x471,0x34a)]?console['log']('Enter\x20the\x20'+_0x39ec78(-0x2e,0x68,-0x7c,0x54)+_0x39ec78(-_0x1b88fb._0x1922df,-0x24d,-0x1c6,-_0x1b88fb._0x52e2ea)+_0x39ec78(-_0x1b88fb._0x16fc79,-_0x1b88fb._0x2fd9d2,-_0x1b88fb._0x265f16,-0x18b)+_0x39ec78(-_0x1b88fb._0x3a0095,_0x1b88fb._0x1c9b88,-_0x1b88fb._0x1d6e97,-0xed)+_0x39ec78(-0x14e,-0x7c,-_0x1b88fb._0x44d7f7,-_0x1b88fb._0x8f6842)+_0x39ec78(0x3f,-_0x1b88fb._0x735d4,-0x4b,-_0x1b88fb._0x6746e6)):_0x3b36ce[_0x1eaea5(_0x1b88fb._0x209948,0x331,_0x1b88fb._0x1e0355,0x346)](_0x5a2a11[_0x1eaea5(0x3c4,0x397,0x2f0,_0x1b88fb._0xd8987)]));const _0x42388c=_0x35e838?.[_0x39ec78(-_0x1b88fb._0x6d60c,-0xcc,-_0x1b88fb._0x36eac9,-_0x1b88fb._0x3f4216)]?.['email']||'',_0x5a5924=_0x42388c?_0x1eaea5(_0x1b88fb._0x455be9,_0x1b88fb._0x28dd5e,0x314,0x307)+_0x42388c+_0x1eaea5(0x3ef,0x3f2,0x31b,0x35d):_0x5a2a11['YWolm'];function _0x1eaea5(_0x22f636,_0x5b1e9f,_0x2e19d9,_0x4756a2){return _0x5130(_0x22f636-_0x450738._0x354443,_0x2e19d9);}const _0x15c359=await _0x5a2a11[_0x39ec78(-0x1a4,-_0x1b88fb._0x3534f1,-0x175,-0x216)](prompt,_0x5a5924),_0x3389f2=_0x15c359[_0x39ec78(-_0x1b88fb._0x511458,0xd,-_0x1b88fb._0x18cb6a,-_0x1b88fb._0x5811a7)]()||_0x42388c;!_0x3389f2&&(console[_0x39ec78(-_0x1b88fb._0x2936ca,-0x10e,-0x92,-_0x1b88fb._0x4ac2b5)](_0x5a2a11[_0x1eaea5(0x2be,0x1f4,0x2a9,0x312)]),process['exit'](-0x2*0xac9+0xda4+0x7ef));console[_0x39ec78(-0x22e,-0x1f8,-0x17d,-0x23c)]('');const _0x2d7e52=_0x5a2a11[_0x1eaea5(0x423,0x441,0x403,0x3b2)](_0x52c71c,_0x5a2a11[_0x39ec78(-0xe8,_0x1b88fb._0x4b485b,-_0x1b88fb._0x57df29,-_0x1b88fb._0x15665a)])?'5':'4';console['log'](_0x1eaea5(0x2e6,_0x1b88fb._0x50a144,0x2f4,_0x1b88fb._0x1d5fc0)+_0x2d7e52+'/'+_0x2e5211+(_0x39ec78(-_0x1b88fb._0x2501ed,-_0x1b88fb._0x1eb139,-_0x1b88fb._0x2cfea3,-0x15c)+'n')),console[_0x39ec78(-_0x1b88fb._0x35dd1e,-_0x1b88fb._0x5e8deb,-_0x1b88fb._0x52135b,-0x133)]('──────────'+_0x39ec78(-0x205,-0x108,-_0x1b88fb._0x4f8850,-0x1c7)+'──────────'+'──────────');_0x5a2a11[_0x1eaea5(0x3a0,0x460,_0x1b88fb._0x4db043,0x465)](_0x52c71c,_0x5a2a11['Ngcbx'])?console[_0x39ec78(-_0x1b88fb._0x53b324,-0x107,-_0x1b88fb._0x3e7220,-0xc4)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x4fc71c,0x25a,_0x1b88fb._0x3fd491,_0x1b88fb._0x1fca23)]):console[_0x39ec78(-_0x1b88fb._0x3947ce,-0x10b,-_0x1b88fb._0x3c4328,-_0x1b88fb._0x58ca57)](_0x5a2a11[_0x1eaea5(0x3c4,0x364,0x3fa,_0x1b88fb._0x4dfe43)]);console[_0x39ec78(-0x1e2,-_0x1b88fb._0x348869,-_0x1b88fb._0x408dd1,-0x190)]('');if(_0x5a2a11['HepZG'](_0x52c71c,'personal')){const _0x3728f2=await _0x5a2a11['iNXHc'](prompt,_0x5a2a11[_0x39ec78(0xc7,0x57,-_0x1b88fb._0x28f7df,-0x94)]);if(!_0x3728f2[_0x39ec78(0x58,0xa3,-0x3d,-0x116)]()||_0x5a2a11[_0x39ec78(-_0x1b88fb._0x410a0e,-0x6c,-0x11b,-_0x1b88fb._0x52bec8)](_0x3728f2['toLowerCas'+'e'](),'y')||_0x5a2a11['DXtzd'](_0x3728f2[_0x1eaea5(_0x1b88fb._0x145465,0x389,_0x1b88fb._0x4210f2,0x2dd)+'e'](),_0x5a2a11['hKExY'])){if(_0x5a2a11[_0x1eaea5(0x468,0x3b5,_0x1b88fb._0x2c069f,_0x1b88fb._0x4b7ebe)](_0x39ec78(-0x79,-_0x1b88fb._0x5018e5,-0x157,-_0x1b88fb._0x5b2405),_0x39ec78(_0x1b88fb._0x22bd33,-_0x1b88fb._0x21973c,-_0x1b88fb._0x5ddf09,-_0x1b88fb._0x4484c0)))_0x2fccd8[_0x1eaea5(_0x1b88fb._0x3fd33c,0x35b,0x255,0x3b5)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x102750,-0x1db,-0x192,-_0x1b88fb._0x5c8e87)]);else{const _0x24e364=(_0x1eaea5(0x42c,0x3be,0x4bf,0x40e)+'7|8|1|2')[_0x1eaea5(0x2c8,0x2d1,_0x1b88fb._0x2fc963,0x216)]('|');let _0x547817=-0x7*-0x14b+-0x10ad*-0x1+0x59*-0x4a;while(!![]){switch(_0x24e364[_0x547817++]){case'0':console['log'](_0x5a2a11[_0x1eaea5(0x2d1,0x36e,_0x1b88fb._0x4c6733,0x3a8)]);continue;case'1':console[_0x39ec78(-0x247,-_0x1b88fb._0x282201,-_0x1b88fb._0x57bfa2,-0xc8)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x142709,-_0x1b88fb._0x5bfce6,-0x130,-0x1b0)]);continue;case'2':console[_0x39ec78(-_0x1b88fb._0x1ece7d,-0x106,-_0x1b88fb._0x9f2ebf,-0xd6)]('');continue;case'3':console['log']('');continue;case'4':console[_0x39ec78(-_0x1b88fb._0x1f4eee,-0x145,-_0x1b88fb._0x151f22,-0x16f)](_0x1eaea5(0x459,_0x1b88fb._0x134fcc,_0x1b88fb._0x5e23e2,0x390)+_0x1eaea5(0x480,0x50d,0x556,0x425));continue;case'5':await _0x5a2a11[_0x39ec78(-0x100,0x2d,-_0x1b88fb._0x442506,-0x8a)](openTokenPage);continue;case'6':console[_0x1eaea5(0x309,0x394,_0x1b88fb._0x4914e5,0x3d8)](_0x5a2a11[_0x39ec78(_0x1b88fb._0x4aef94,-0x8a,-0x30,-0x79)]);continue;case'7':console['log'](_0x39ec78(-0xfa,-0x54,-0xdd,-_0x1b88fb._0x47f315)+_0x39ec78(-0x45,0x1a,-_0x1b88fb._0x43d558,-0x84)+_0x1eaea5(_0x1b88fb._0x2c261b,_0x1b88fb._0x396293,0x233,0x2a6)+_0x39ec78(-_0x1b88fb._0x3741fb,0xb,-_0x1b88fb._0x3956cb,-0x47));continue;case'8':console[_0x1eaea5(_0x1b88fb._0x4e3029,_0x1b88fb._0x12410d,0x3b3,0x26f)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0xfd7a3a,_0x1b88fb._0x4ee31c,_0x1b88fb._0x197aca,0x24f)]);continue;}break;}}}else console[_0x39ec78(-0x14c,-_0x1b88fb._0x319d0b,-_0x1b88fb._0x5ac6f9,-_0x1b88fb._0x4a619b)](''),console[_0x39ec78(-_0x1b88fb._0x17002c,-_0x1b88fb._0x412e2b,-_0x1b88fb._0x52135b,-_0x1b88fb._0x1668d4)](_0x5a2a11[_0x39ec78(-0xc6,_0x1b88fb._0x22117f,-_0x1b88fb._0x5022a3,-0xf8)]),console[_0x1eaea5(_0x1b88fb._0x219049,0x29e,_0x1b88fb._0x26300c,_0x1b88fb._0x49eae1)](_0x39ec78(-0x155,-0x128,-0x1c5,-_0x1b88fb._0x30b98e)+_0x1eaea5(0x418,_0x1b88fb._0x1e75f2,0x3f7,0x330)+_0x39ec78(-0x1d5,-0xb9,-0x191,-_0x1b88fb._0x2892eb)+_0x1eaea5(0x40f,_0x1b88fb._0x16a3df,0x3fa,0x4e2)+_0x1eaea5(0x2e3,_0x1b88fb._0x1822c8,0x38b,0x2db)+_0x39ec78(-0x171,-0x293,-_0x1b88fb._0x1c9d1b,-0x115)),console['log']('');}const _0x35c45f=await _0x5a2a11['ZzOEp'](promptSecret,_0x5a2a11[_0x39ec78(-_0x1b88fb._0x48549e,-0x23c,-0x1cb,-0x19d)]);!_0x35c45f[_0x1eaea5(_0x1b88fb._0x185cd6,_0x1b88fb._0x41877a,_0x1b88fb._0x143d35,_0x1b88fb._0xc5aa2f)]()&&(console[_0x1eaea5(0x3f4,0x3e6,_0x1b88fb._0x53f368,_0x1b88fb._0x2a6730)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x157bdc,-_0x1b88fb._0x10e8d3,-_0x1b88fb._0x22c639,-0x16c)]),process[_0x39ec78(-0xa6,_0x1b88fb._0xe93138,-_0x1b88fb._0x1eb139,-_0x1b88fb._0x1e2a3a)](-0x151a*-0x1+0x1b3e+-0x3057));console[_0x1eaea5(0x309,_0x1b88fb._0x48b41e,0x2c6,_0x1b88fb._0x8e362f)](''),console[_0x39ec78(-0x1b0,-0x201,-_0x1b88fb._0x3c4328,-_0x1b88fb._0x346357)](_0x5a2a11['qbqkW']),console[_0x1eaea5(0x309,_0x1b88fb._0x3627ea,0x26b,0x275)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x18d4c0,-_0x1b88fb._0x42065d,-0x19d,-0x26f)]),console[_0x39ec78(-0x145,-0x239,-_0x1b88fb._0x53a7f6,-_0x1b88fb._0x464e0d)](_0x1eaea5(0x3f1,_0x1b88fb._0x386a6a,_0x1b88fb._0x4d7c04,0x319)+'\x20to\x20'+_0x1de2b3+'...');const _0x2e4e58=await _0x5a2a11[_0x39ec78(-0x157,-0x6e,-0x10b,-0x138)](testJiraConnection,_0x1de2b3,_0x3389f2,_0x35c45f[_0x39ec78(-0x13,-_0x1b88fb._0x53da2f,-0x3d,-_0x1b88fb._0x37883e)]());function _0x39ec78(_0x3dba55,_0x435ae8,_0xdd64a7,_0x299196){return _0x5130(_0xdd64a7- -0x396,_0x299196);}!_0x2e4e58[_0x1eaea5(0x35d,0x2ec,0x297,_0x1b88fb._0x29413f)]&&(console[_0x1eaea5(0x3f4,0x375,_0x1b88fb._0x1843c3,0x3fa)](_0x5a2a11[_0x1eaea5(0x37c,0x336,0x3f3,0x40b)]),console[_0x39ec78(-0x122,-_0x1b88fb._0x42f468,-0x92,-0x6d)](''),console[_0x39ec78(-0xfc,_0x1b88fb._0x29a21a,-0x92,-0x15b)](_0x5a2a11['xQnIq'],_0x2e4e58[_0x1eaea5(0x3f4,0x432,0x32d,_0x1b88fb._0x146fa1)]),console[_0x1eaea5(0x3f4,_0x1b88fb._0xabf31c,0x3b5,0x45b)](''),_0x5a2a11['DXtzd'](_0x52c71c,_0x1eaea5(_0x1b88fb._0x5e0f57,_0x1b88fb._0x2df613,0x3ad,_0x1b88fb._0x472fe3))?_0x5a2a11[_0x39ec78(-_0x1b88fb._0x23715c,_0x1b88fb._0x26165d,-0xd,-_0x1b88fb._0x228e50)](_0x1eaea5(0x34d,0x32c,0x2ec,0x3f6),_0x5a2a11['NYoIj'])?(console[_0x39ec78(-_0x1b88fb._0x1506a4,0x4d,-0x92,-_0x1b88fb._0x3034fa)](_0x5a2a11[_0x1eaea5(0x458,_0x1b88fb._0x1e0355,0x3de,0x4dd)]),console['error'](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x23b9b9,_0x1b88fb._0x52e390,_0x1b88fb._0x4a74d4,_0x1b88fb._0x5b6017)]),console[_0x1eaea5(0x3f4,_0x1b88fb._0x28add6,0x35a,_0x1b88fb._0x20f449)](_0x5a2a11[_0x1eaea5(0x369,0x2f1,_0x1b88fb._0x5c4d42,0x2b8)]),console[_0x1eaea5(_0x1b88fb._0x483732,_0x1b88fb._0x84439d,_0x1b88fb._0x2ce3c1,_0x1b88fb._0x5828b9)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x10b594,-0x12e,-_0x1b88fb._0x42065d,-0x1da)])):(_0xfb8cdc=!![],_0x335dc1[_0x39ec78(-_0x1b88fb._0x2892eb,-_0x1b88fb._0x3bff09,-_0x1b88fb._0x17973b,-0xde)](),_0x5a2a11[_0x1eaea5(_0x1b88fb._0x4a7302,_0x1b88fb._0x697fb8,_0x1b88fb._0x1b0cd3,0x2ad)](_0x1a06a2,_0x598463)):console[_0x1eaea5(0x3f4,_0x1b88fb._0xd8987,0x44d,_0x1b88fb._0x1304f2)](_0x5a2a11['feqkg']),process[_0x39ec78(-0xec,-0x153,-0x83,-_0x1b88fb._0x3b38af)](-0x10*0x239+-0xbea+-0x2f7b*-0x1));console[_0x39ec78(-_0x1b88fb._0x76399a,-0x23d,-_0x1b88fb._0x53a7f6,-0x165)](_0x39ec78(-0x1aa,-_0x1b88fb._0x1b4808,-0xd4,-_0x1b88fb._0x5e291b)+_0x1eaea5(_0x1b88fb._0x29cb28,_0x1b88fb._0x291b88,0x338,0x360)+_0x1eaea5(_0x1b88fb._0x501fb5,_0x1b88fb._0xc0e506,0x3a1,_0x1b88fb._0x192502)+(_0x2e4e58[_0x39ec78(-0x16e,-0x1e5,-_0x1b88fb._0x160fec,-0xd0)][_0x39ec78(-_0x1b88fb._0xe64f0f,-0x15c,-_0x1b88fb._0x32c3d1,-0xbe)+'e']||_0x3389f2)),console[_0x1eaea5(_0x1b88fb._0x219049,_0x1b88fb._0x5d626a,_0x1b88fb._0x1641a4,0x387)]('');const _0x24361e={'enabled':!![],'baseUrl':_0x4be910,..._0xa24d7b?{'cloudId':_0xa24d7b}:{},'auth':{'email':_0x3389f2,'apiToken':_0x35c45f['trim']()}},_0x353652=getJiraConfigPath();try{const _0x540358=(_0x1eaea5(_0x1b88fb._0x41c17c,0x426,0x416,0x4b9)+_0x1eaea5(_0x1b88fb._0x15f76d,_0x1b88fb._0xe6b6e4,_0x1b88fb._0x1b65df,0x2a0)+_0x1eaea5(0x339,0x2be,_0x1b88fb._0xa59f6c,_0x1b88fb._0x222cf3)+_0x39ec78(_0x1b88fb._0x4393f9,0x2d,-0x22,_0x1b88fb._0x24b474))['split']('|');let _0x581abe=0xd*0x159+0x19e0+-0x2b65;while(!![]){switch(_0x540358[_0x581abe++]){case'0':console['log']('');continue;case'1':console[_0x39ec78(-0x174,-_0x1b88fb._0x521892,-_0x1b88fb._0x290814,-0x262)](_0x39ec78(-_0x1b88fb._0x1506f5,-0x13b,-0x91,-0x80)+_0x1eaea5(_0x1b88fb._0x3a0064,_0x1b88fb._0x472a20,0x3a7,0x2ed)+'d');continue;case'2':console[_0x1eaea5(_0x1b88fb._0x20a7b4,0x33e,_0x1b88fb._0x1afe04,_0x1b88fb._0x3a8bd3)]('');continue;case'3':console[_0x1eaea5(_0x1b88fb._0x4e3029,0x2f1,0x3db,_0x1b88fb._0x1d43f6)]('══════════'+_0x39ec78(-_0x1b88fb._0x418c58,_0x1b88fb._0x123c07,-0xb7,-_0x1b88fb._0x7e0f41)+_0x39ec78(-_0x1b88fb._0x860876,-_0x1b88fb._0x40bdbf,-_0x1b88fb._0x5190eb,-0x16f)+_0x1eaea5(_0x1b88fb._0x16582a,0x3f2,0x3e3,0x32f));continue;case'4':console['log'](_0x5a2a11[_0x1eaea5(0x3c5,0x319,_0x1b88fb._0x50a144,_0x1b88fb._0x21ac0d)]);continue;case'5':console[_0x39ec78(-0x262,-_0x1b88fb._0x2d761d,-_0x1b88fb._0x13b0f9,-0x19d)]('');continue;case'6':console['log'](_0x5a2a11['qLyfz']);continue;case'7':console[_0x39ec78(-_0x1b88fb._0x769539,-_0x1b88fb._0xb6d08b,-0x17d,-0x224)]('');continue;case'8':console[_0x39ec78(-0x1b7,-0xd4,-_0x1b88fb._0x9f2ebf,-_0x1b88fb._0x41ca57)](_0x5a2a11[_0x1eaea5(_0x1b88fb._0x373cd0,0x3ee,0x2ea,0x263)]);continue;case'9':console[_0x1eaea5(_0x1b88fb._0x3f683d,0x379,_0x1b88fb._0x1d743e,_0x1b88fb._0x41f889)](_0x39ec78(-0x78,-_0x1b88fb._0x4aef94,-_0x1b88fb._0xe93138,-_0x1b88fb._0x442506)+_0x39ec78(-_0x1b88fb._0x1aca71,-0xa6,-_0x1b88fb._0x4cb6e7,-0x1d7)+_0x39ec78(-_0x1b88fb._0x4ddb29,_0x1b88fb._0x5ebd44,-_0x1b88fb._0x38afba,-0xf0)+_0x39ec78(-_0x1b88fb._0xed98dc,-0x16c,-_0x1b88fb._0x18f4f7,-_0x1b88fb._0x46de75)+_0x1eaea5(0x422,_0x1b88fb._0x532b78,_0x1b88fb._0x3a549d,_0x1b88fb._0x3bacb4)+_0x1eaea5(_0x1b88fb._0x1547d1,_0x1b88fb._0x1e1eb8,_0x1b88fb._0x1ff5bd,0x3c3));continue;case'10':console[_0x39ec78(-_0x1b88fb._0x1be3f0,-0xe1,-0x17d,-_0x1b88fb._0x4c4873)]('');continue;case'11':console[_0x39ec78(-0x1cd,-0x200,-0x17d,-_0x1b88fb._0x27e9e9)](_0x1eaea5(_0x1b88fb._0x4c2f8c,0x475,_0x1b88fb._0x5f2293,_0x1b88fb._0x2f17b9)+':');continue;case'12':const _0x53b6c0={};_0x53b6c0[_0x1eaea5(0x426,_0x1b88fb._0x1b68a6,_0x1b88fb._0x28bed1,_0x1b88fb._0x3bd67d)]=0x180,await _0x44a327[_0x39ec78(-0xf,-0xe2,-_0x1b88fb._0x58018d,-0x3e)](_0x353652,JSON[_0x1eaea5(0x2f1,_0x1b88fb._0x3c6122,_0x1b88fb._0x306146,_0x1b88fb._0x7b1248)](_0x24361e,null,-0x1aae+-0x202e+0x3ade),_0x53b6c0);continue;case'13':const _0x2dc2f2={};_0x2dc2f2[_0x1eaea5(0x2f6,0x32f,0x3be,_0x1b88fb._0x4118b6)]=!![],await _0x44a327[_0x1eaea5(0x30a,_0x1b88fb._0x4000eb,_0x1b88fb._0x3e4980,_0x1b88fb._0x439222)](_0x5a2a11['HfYyD'](getDataDir),_0x2dc2f2);continue;case'14':console[_0x39ec78(-_0x1b88fb._0x5c400d,-_0x1b88fb._0x20f95e,-0x17d,-_0x1b88fb._0x80140f)](_0x1eaea5(0x3c1,0x39b,_0x1b88fb._0x10f24f,0x49d)+_0x39ec78(-0xe6,-0x17e,-_0x1b88fb._0x49a23a,-_0x1b88fb._0x5e992d)+'er:\x20coder-'+'server\x20res'+_0x1eaea5(_0x1b88fb._0x248a82,0x404,0x3a8,_0x1b88fb._0xe75b14));continue;case'15':console['log'](_0x1eaea5(_0x1b88fb._0x35bef8,0x3f8,0x26a,_0x1b88fb._0x1c3377)+_0x353652);continue;}break;}}catch(_0x8b1400){console[_0x39ec78(-_0x1b88fb._0x1d7618,-_0x1b88fb._0x1b1f98,-0x92,-0x4)](_0x5a2a11[_0x39ec78(-_0x1b88fb._0x505867,-_0x1b88fb._0x589012,-_0x1b88fb._0x1aca71,-0x30)]),console[_0x39ec78(-0x7a,-0x123,-_0x1b88fb._0x3749bb,-_0x1b88fb._0x471e4c)](''),console['error'](_0x39ec78(-0xaa,-0x60,-_0x1b88fb._0x34c4c9,0x71),_0x8b1400[_0x1eaea5(_0x1b88fb._0x19446c,_0x1b88fb._0x94ba24,_0x1b88fb._0xc0e506,_0x1b88fb._0x545f28)]),process['exit'](-0x18a4+-0x134d+0xea6*0x3);}}async function status(){const _0x3a911a={_0x42e07c:0x4a5,_0x573622:0x54b,_0x118d1f:0x514,_0x2dd213:0x9b,_0x1666e1:0x4ef,_0x1eb675:0x4fb,_0x243354:0x473,_0xdf1488:0x4a8,_0x111a88:0x566,_0x24a85b:0x6ca,_0x9608d9:0x608,_0x36f692:0x6d9,_0xb3d1c2:0xa2,_0x85effb:0x24,_0x5d7680:0x9f,_0x463805:0x1d6,_0x494184:0x2af,_0x584ec1:0x12d,_0x578e51:0x47e,_0xe88c6a:0x467,_0x243c46:0x6c,_0x471065:0x11c,_0x56db6d:0x4b8,_0x1fe33:0x587,_0x109228:0xe3,_0x32a866:0x7e,_0xe71410:0x471,_0x79b0d3:0x3fb,_0xc2c342:0x463,_0x1f168b:0x4ce,_0x42d524:0x5af,_0x1267d1:0x23e,_0x16fd15:0x1f9,_0x43deac:0x671,_0x4d5364:0x626,_0x39528b:0x595,_0x13a0ac:0x58a,_0x268a33:0x4ba,_0xd62385:0x1f1,_0x488204:0x14a,_0x33e9f2:0x1e2,_0x818e89:0xc7,_0x510837:0x180,_0x3096ec:0xe2,_0x3d4abd:0xc7,_0x3ac80e:0x695,_0x37bf0a:0x5c4,_0x4918bb:0x59e,_0x42c1ab:0x67b,_0x22195e:0x5a9,_0x44a0a8:0x4dd,_0x22452c:0x623,_0x485132:0x5af,_0x261336:0x5b9,_0x2b2379:0x4e0,_0x128673:0x69,_0x225804:0x8f,_0x4e89aa:0x81,_0x4663a2:0xe5,_0x2e1a82:0x1b5,_0x1b3d3b:0x28,_0x1b4b12:0x3,_0x517dc9:0x526,_0x260773:0x574,_0xf0aea7:0x541,_0x401bfd:0x469,_0x2ceffa:0x44b,_0x2c8a51:0x4ba,_0x36f87d:0x6c7,_0x563f56:0x5ff,_0x1d9b52:0x52e,_0x2b0540:0x53d,_0x20f66c:0x653,_0x52931c:0x5e8,_0x4d7007:0x65e,_0x428d2e:0x157,_0x1206bb:0x74,_0x16428c:0x54,_0x29a190:0xef,_0x2616fa:0x156,_0x54264e:0x242,_0x2e634a:0x7d,_0x25ae8f:0x4f7,_0x3e429:0x49d,_0x22b6d2:0x658,_0x1dcf68:0x53b,_0x1be640:0x41d,_0x20be85:0x476,_0x16387a:0x5db,_0x49d708:0x547,_0x14844c:0x57e,_0x2e92e6:0x5f3,_0x119ca5:0x631,_0x9a327e:0x69b,_0xd7ee40:0x1ce,_0x2b482e:0x112,_0x580c58:0x1c5,_0x37ac7f:0x19f,_0x5c33a0:0x1a4,_0x4f6c4e:0x5ce,_0x31bea0:0x60f,_0x42dfa1:0x6b4,_0x487a9d:0x73,_0x4c89b7:0xc0,_0x29a765:0xa1,_0x439d7b:0x1f8,_0xbe14f6:0xb5,_0x101808:0x165,_0x42a828:0x517,_0x242c16:0x56f,_0x32da1b:0x23d,_0x57aad8:0x4f6,_0x24dbd:0x6d4,_0x2f2dc8:0x6f8,_0x4f6e30:0x656,_0x1f8e3:0x10e,_0x4934ba:0x4d,_0x375ae1:0xca,_0x2f5f1f:0x1c9,_0x295d8d:0x490,_0x22b884:0x3be,_0x2b1342:0x47b,_0x51b2ab:0x39d,_0x491356:0x537,_0x42a0f0:0x5a5,_0xca5baf:0x536,_0x1b4d2f:0x585,_0x48e8b7:0x5cb,_0x51d3f5:0x4e9,_0x217f93:0x5df,_0x31f1cf:0x59,_0x1512f2:0x433,_0x5ae0ff:0x53a,_0x1b295b:0x4c1,_0x58f836:0x40d,_0x39fca5:0x59b,_0x105eea:0x605,_0x1387c9:0x1c8,_0x3eb380:0x132,_0x594b6c:0x122,_0x32e28a:0x4d7,_0x7f401f:0x4cb,_0x11ec65:0x46b,_0x5a7203:0x4bc,_0x5bda65:0x6b6,_0x2198d5:0x127,_0x1e884c:0x149,_0x16e24b:0x46,_0x361aab:0x29,_0x2db184:0x53,_0x20b696:0x1bb,_0x5da0ac:0x1fd,_0x489662:0x63,_0x252261:0x54f,_0x356547:0x5e4,_0x5d5512:0x66,_0x435290:0x67,_0x12c9ad:0x12b,_0x444e04:0x4c,_0x352457:0x64},_0x58987a={_0x39a974:0x2a1},_0x259e8a={'DvyVY':_0x3ef7de(0x48d,_0x3a911a._0x42e07c,_0x3a911a._0x573622,0x499)+_0x3ef7de(0x59f,0x568,_0x3a911a._0x118d1f,0x5bb)+_0x1e405a(-0x5f,-0x8a,-0x6b,-_0x3a911a._0x2dd213)+_0x3ef7de(_0x3a911a._0x1666e1,_0x3a911a._0x1eb675,0x4e9,0x402)+_0x3ef7de(0x416,0x3a5,_0x3a911a._0x243354,_0x3a911a._0xdf1488)+_0x3ef7de(0x439,_0x3a911a._0x111a88,0x4e8,0x473),'yDCQi':function(_0x587704){return _0x587704();},'LtpmY':function(_0x58e4d7,_0x48447b){return _0x58e4d7!==_0x48447b;},'brTBs':_0x3ef7de(0x677,_0x3a911a._0x24a85b,_0x3a911a._0x9608d9,_0x3a911a._0x36f692),'PVoIZ':'TxwWw','YCKxQ':_0x1e405a(0x83,_0x3a911a._0xb3d1c2,-_0x3a911a._0x85effb,-_0x3a911a._0x5d7680),'PjrZE':'JIRA\x20Statu'+'s:\x20Configu'+_0x1e405a(-_0x3a911a._0x463805,-_0x3a911a._0x494184,-0x1ca,-0x222),'GLEAa':_0x1e405a(-0x23,-0x1e8,-0x107,-_0x3a911a._0x584ec1),'RFbmc':function(_0x4f1ee4,_0x359ad2){return _0x4f1ee4>_0x359ad2;},'wsmUM':function(_0x252f78,_0x1d0e25){return _0x252f78-_0x1d0e25;},'UUvHy':_0x3ef7de(_0x3a911a._0x578e51,0x562,0x4ac,_0x3a911a._0xe88c6a),'XwRhD':function(_0x137e95,_0x86a9f9){return _0x137e95===_0x86a9f9;},'uznkt':_0x1e405a(-_0x3a911a._0x243c46,-_0x3a911a._0x471065,-0xfa,-0xd8),'nRwJd':_0x3ef7de(0x447,0x537,_0x3a911a._0x56db6d,0x509)+_0x3ef7de(0x68b,0x554,0x5fe,_0x3a911a._0x1fe33)+_0x1e405a(-0x5b,-0x10f,-_0x3a911a._0x109228,-_0x3a911a._0x32a866)},_0x934de1=_0x259e8a['yDCQi'](getJiraConfigPath);function _0x1e405a(_0x50f87c,_0x25ab65,_0x435697,_0x2abac9){return _0x5130(_0x435697- -0x399,_0x2abac9);}function _0x3ef7de(_0x75d76c,_0x373d4d,_0x1b20cc,_0x169ed2){return _0x5130(_0x1b20cc-_0x58987a._0x39a974,_0x373d4d);}try{if(_0x259e8a[_0x3ef7de(_0x3a911a._0xe71410,_0x3a911a._0x79b0d3,0x4a4,0x4ba)](_0x259e8a[_0x3ef7de(0x43e,_0x3a911a._0xc2c342,_0x3a911a._0x1f168b,_0x3a911a._0x42d524)],_0x259e8a[_0x1e405a(-0x247,-_0x3a911a._0x1267d1,-0x1b1,-_0x3a911a._0x16fd15)])){const _0x52b66a=await _0x44a327['readFile'](_0x934de1,_0x259e8a[_0x3ef7de(_0x3a911a._0x43deac,0x698,0x5e9,_0x3a911a._0x4d5364)]),_0x477226=JSON[_0x3ef7de(0x530,_0x3a911a._0x39528b,_0x3a911a._0x13a0ac,0x62d)](_0x52b66a);console[_0x3ef7de(0x3d6,0x462,_0x3a911a._0x268a33,0x40b)](_0x259e8a[_0x1e405a(-0x199,-_0x3a911a._0xd62385,-_0x3a911a._0x488204,-_0x3a911a._0x33e9f2)]),console[_0x1e405a(-_0x3a911a._0x488204,-_0x3a911a._0x818e89,-_0x3a911a._0x510837,-_0x3a911a._0x3096ec)](''),console[_0x1e405a(-0x1d7,-0xed,-0x180,-_0x3a911a._0x3d4abd)](_0x3ef7de(0x579,_0x3a911a._0x3ac80e,_0x3a911a._0x37bf0a,0x672)+':\x20'+_0x477226[_0x3ef7de(_0x3a911a._0x4918bb,_0x3a911a._0x42c1ab,_0x3a911a._0x22195e,_0x3a911a._0x44a0a8)]);_0x477226[_0x3ef7de(_0x3a911a._0x22452c,_0x3a911a._0x485132,_0x3a911a._0x261336,0x679)]?(console[_0x3ef7de(_0x3a911a._0x2b2379,0x3dc,_0x3a911a._0x268a33,0x4bf)](_0x1e405a(-_0x3a911a._0x128673,-0x1e3,-0x104,-0x1a2)+':\x20'+_0x477226[_0x1e405a(-_0x3a911a._0x225804,0x22,-_0x3a911a._0x4e89aa,-0x95)]),console[_0x1e405a(-_0x3a911a._0x4663a2,-0x176,-0x180,-_0x3a911a._0x2e1a82)]('\x20\x20API\x20URL:'+'\x20\x20https://'+_0x1e405a(-_0x3a911a._0x1b3d3b,-0x5c,-0x4d,_0x3a911a._0x1b4b12)+_0x3ef7de(_0x3a911a._0x517dc9,0x536,0x4f9,0x51e)+'/jira/'+_0x477226[_0x3ef7de(0x654,_0x3a911a._0x260773,0x5b9,_0x3a911a._0xf0aea7)]),console[_0x3ef7de(_0x3a911a._0x401bfd,_0x3a911a._0x2ceffa,_0x3a911a._0x2c8a51,0x46d)](_0x3ef7de(_0x3a911a._0x36f87d,0x588,_0x3a911a._0x563f56,_0x3a911a._0x1d9b52)+_0x3ef7de(_0x3a911a._0x2b0540,_0x3a911a._0x20f66c,_0x3a911a._0x52931c,_0x3a911a._0x4d7007)+_0x1e405a(-0xfc,-_0x3a911a._0x428d2e,-_0x3a911a._0x1206bb,_0x3a911a._0x16428c))):console[_0x1e405a(-_0x3a911a._0x29a190,-_0x3a911a._0x2616fa,-_0x3a911a._0x510837,-_0x3a911a._0x54264e)](_0x1e405a(-0x49,-_0x3a911a._0x2e634a,-0x3b,-0x8)+_0x3ef7de(0x550,_0x3a911a._0x25ae8f,_0x3a911a._0x3e429,0x547)+_0x3ef7de(0x4f6,_0x3a911a._0x22b6d2,0x5b7,_0x3a911a._0x1dcf68));console[_0x3ef7de(0x458,_0x3a911a._0x1be640,_0x3a911a._0x2c8a51,_0x3a911a._0x20be85)]('\x20\x20Email:\x20\x20'+'\x20\x20'+(_0x477226[_0x3ef7de(0x52e,0x699,_0x3a911a._0x16387a,_0x3a911a._0x49d708)]?.['email']||_0x259e8a[_0x3ef7de(0x5bf,_0x3a911a._0x14844c,0x598,_0x3a911a._0x2e92e6)]));const _0xbf6c8b=_0x477226[_0x3ef7de(_0x3a911a._0x119ca5,0x5dd,0x5db,_0x3a911a._0x9a327e)]?.['apiToken']||'',_0x5f0437=_0x259e8a[_0x1e405a(-0xaf,-_0x3a911a._0xd7ee40,-0x187,-0xad)](_0xbf6c8b[_0x1e405a(-0x79,-0x1df,-_0x3a911a._0x2b482e,-_0x3a911a._0x580c58)],0x1c20+-0x84d+0x1*-0x13c9)?_0xbf6c8b[_0x1e405a(-_0x3a911a._0x37ac7f,-_0x3a911a._0x5c33a0,-0x190,-0xea)](0x48*0x58+0x5*-0x31d+-0x92f,-0x1268*-0x2+0x1*-0x4a3+-0x3*0xab7)+_0x3ef7de(0x5a1,_0x3a911a._0x4f6c4e,_0x3a911a._0x31bea0,_0x3a911a._0x42dfa1)+_0xbf6c8b['substring'](_0x259e8a[_0x1e405a(0x7,-0x80,-_0x3a911a._0x487a9d,-0x120)](_0xbf6c8b[_0x1e405a(-_0x3a911a._0x4c89b7,-_0x3a911a._0x29a765,-0x112,-0xb6)],0x202*0x13+-0xbcf*0x2+0x740*-0x2)):_0xbf6c8b?'*'[_0x1e405a(-_0x3a911a._0x439d7b,-_0x3a911a._0xbe14f6,-0x181,-_0x3a911a._0x101808)](_0xbf6c8b[_0x3ef7de(_0x3a911a._0x42a828,_0x3a911a._0x242c16,0x528,_0x3a911a._0x261336)]):_0x259e8a['GLEAa'];console[_0x1e405a(-_0x3a911a._0x32da1b,-0x1e7,-0x180,-0x225)]('\x20\x20Token:\x20\x20'+'\x20\x20'+_0x5f0437),console[_0x3ef7de(_0x3a911a._0x57aad8,0x499,0x4ba,0x406)](_0x3ef7de(_0x3a911a._0x24dbd,_0x3a911a._0x2f2dc8,0x611,_0x3a911a._0x4f6e30)+'\x20\x20'+(_0x477226[_0x3ef7de(0x505,0x51b,0x5d6,0x5e1)]?_0x259e8a[_0x1e405a(0x23,-_0x3a911a._0x1f8e3,-0x90,-_0x3a911a._0x4934ba)]:'No')),console[_0x1e405a(-0x248,-0x117,-0x180,-0x24e)](''),console[_0x1e405a(-_0x3a911a._0x375ae1,-_0x3a911a._0x2f5f1f,-0x180,-0x236)]('Config\x20fil'+_0x3ef7de(_0x3a911a._0x295d8d,_0x3a911a._0x22b884,_0x3a911a._0x2b1342,_0x3a911a._0x51b2ab)+_0x934de1);}else _0x1f83b5[_0x3ef7de(_0x3a911a._0x491356,0x547,_0x3a911a._0x42a0f0,0x5c0)](_0x259e8a[_0x3ef7de(0x461,_0x3a911a._0xca5baf,0x547,_0x3a911a._0x1b4d2f)]),_0x330167[_0x3ef7de(_0x3a911a._0x48e8b7,_0x3a911a._0x51d3f5,0x5b4,_0x3a911a._0x217f93)](-0x436+0x844+0x11*-0x3d);}catch(_0x486692){_0x259e8a[_0x1e405a(-0xe6,-0x16,-0xde,-_0x3a911a._0x31f1cf)](_0x486692['code'],_0x259e8a[_0x3ef7de(_0x3a911a._0x1512f2,_0x3a911a._0x5ae0ff,_0x3a911a._0x1b295b,_0x3a911a._0x58f836)])?(console[_0x1e405a(-0x19a,-0x110,-_0x3a911a._0x510837,-0x257)](_0x259e8a[_0x3ef7de(0x5df,_0x3a911a._0x39fca5,_0x3a911a._0x105eea,0x5dc)]),console[_0x1e405a(-_0x3a911a._0x1387c9,-_0x3a911a._0x3eb380,-_0x3a911a._0x510837,-_0x3a911a._0x594b6c)](''),console[_0x3ef7de(_0x3a911a._0x39528b,_0x3a911a._0x32e28a,0x4ba,_0x3a911a._0x7f401f)](_0x3ef7de(_0x3a911a._0x11ec65,0x52f,_0x3a911a._0x5a7203,0x523)+_0x3ef7de(0x589,_0x3a911a._0x5bda65,0x62f,0x67d)+_0x1e405a(-_0x3a911a._0x2198d5,-_0x3a911a._0x1e884c,-0xd0,-0x183))):console[_0x1e405a(-_0x3a911a._0x16e24b,_0x3a911a._0x361aab,-0x95,-_0x3a911a._0x2db184)](_0x1e405a(-_0x3a911a._0x20b696,-_0x3a911a._0x5da0ac,-0x119,-_0x3a911a._0x489662)+_0x3ef7de(_0x3a911a._0x252261,0x60d,_0x3a911a._0x356547,0x6a0)+_0x1e405a(-_0x3a911a._0x5d5512,-0xf7,-_0x3a911a._0x435290,-_0x3a911a._0x12c9ad)+_0x3ef7de(0x5af,_0x3a911a._0x22195e,_0x3a911a._0x44a0a8,0x3f6),_0x486692[_0x1e405a(-0x9a,-0x51,-_0x3a911a._0x444e04,_0x3a911a._0x352457)]);}}async function disconnect(){const _0x3e1089={_0x14393c:0x155,_0x1044bc:0x78,_0x1a04c5:0x3f,_0x4cf955:0x35,_0x31bcde:0x18b,_0x26fd26:0xc,_0x29f60e:0x2c,_0x3c534a:0x39b,_0x5bb3e8:0x463,_0x251868:0x550,_0x2aff9b:0x428,_0x5de385:0x4f0,_0x226f83:0x550,_0x7e52b6:0x348,_0x3e0ad2:0x3a3,_0x467644:0x426,_0x15207d:0x166,_0x2a61c9:0x67,_0x316bdc:0x8c,_0x402ae4:0x375,_0x1c0dbd:0x38b,_0x16e7ec:0xd2,_0x379ffe:0x87,_0x46730c:0x1a,_0x354755:0x83,_0x512fc2:0x1ec,_0x3c6637:0x49,_0x32bf2b:0x19},_0x2ae2a1={_0x5e2b56:0x304},_0x1fc9f4={};_0x1fc9f4[_0x55efb8(-0x17f,-0x45,-0xdf,-0x19e)]='✓\x20JIRA\x20con'+'figuration'+_0x55efb8(_0x3e1089._0x14393c,0x113,0x7e,_0x3e1089._0x1044bc),_0x1fc9f4[_0x55efb8(0x90,0x49,-_0x3e1089._0x1a04c5,-0xfc)]=_0x42aef1(0x3b9,0x3a2,0x354,0x453)+_0x55efb8(_0x3e1089._0x4cf955,-_0x3e1089._0x31bcde,-0xa5,-0xc7)+_0x55efb8(0x88,-_0x3e1089._0x26fd26,0xd,_0x3e1089._0x29f60e)+'a\x20connect',_0x1fc9f4['PRakt']=_0x42aef1(_0x3e1089._0x3c534a,_0x3e1089._0x5bb3e8,0x42c,0x4ee),_0x1fc9f4['GpIWX']=_0x42aef1(0x592,0x54e,_0x3e1089._0x251868,0x54a)+'t\x20configur'+_0x42aef1(_0x3e1089._0x2aff9b,_0x3e1089._0x5de385,_0x3e1089._0x226f83,0x58a),_0x1fc9f4[_0x42aef1(_0x3e1089._0x7e52b6,_0x3e1089._0x3e0ad2,_0x3e1089._0x467644,0x46e)]='Error:';const _0x5cddd9=_0x1fc9f4,_0x232eb8=getJiraConfigPath();function _0x55efb8(_0xb1ca5d,_0x3ee001,_0x40e34b,_0x1f50d3){return _0x5130(_0x40e34b- -_0x2ae2a1._0x5e2b56,_0xb1ca5d);}function _0x42aef1(_0x563b28,_0x1dca4f,_0xbeb1ac,_0x5e161c){return _0x5130(_0x1dca4f-0x1c4,_0x5e161c);}try{await _0x44a327['unlink'](_0x232eb8),console[_0x55efb8(-_0x3e1089._0x15207d,-0x1c9,-0xeb,-0xab)](_0x5cddd9[_0x42aef1(0x400,0x3e9,0x393,0x331)]),console['log'](''),console['log'](_0x5cddd9['EevGN']);}catch(_0x42047e){_0x42047e[_0x55efb8(-_0x3e1089._0x2a61c9,-0x6e,-_0x3e1089._0x316bdc,-0x51)]===_0x5cddd9[_0x42aef1(_0x3e1089._0x402ae4,_0x3e1089._0x1c0dbd,0x32c,0x384)]?console[_0x55efb8(-_0x3e1089._0x16e7ec,-_0x3e1089._0x1044bc,-0xeb,-0x138)](_0x5cddd9[_0x55efb8(-_0x3e1089._0x379ffe,_0x3e1089._0x46730c,-_0x3e1089._0x354755,0x51)]):(console['error'](_0x5cddd9[_0x55efb8(-_0x3e1089._0x512fc2,-0x188,-0x125,-0x1bb)],_0x42047e[_0x55efb8(0xd,0xe3,_0x3e1089._0x3c6637,_0x3e1089._0x32bf2b)]),process['exit'](-0xb*0x313+0x1faa+-0x1*-0x228));}}async function test(){const _0x4342f8={_0x19f06e:0xa6,_0x4e779d:0x17d,_0x330210:0x1bd,_0x58947f:0x160,_0x22fe2b:0x553,_0x7490c2:0x4f6,_0x422cc8:0x2f1,_0x189769:0x26c,_0x2f1f0b:0x41f,_0x2be131:0x34d,_0x59ab23:0x130,_0xec3344:0x4c,_0x3f87ae:0x33e,_0x39ee10:0x49f,_0x372a5a:0xc3,_0x2e5903:0xb3,_0x22406b:0x87,_0x1670e6:0x93,_0xfe84bc:0x16d,_0x536e55:0x10c,_0x1d5ca0:0x107,_0x175823:0xb7,_0x4e9044:0x396,_0x6e7611:0x3a5,_0x48cfe0:0x4a3,_0xf5fd96:0x400,_0x3290b0:0x41c,_0x3f7992:0x4eb,_0x251e84:0x2dc,_0x5eb196:0x2fe,_0xef8125:0x3af,_0x407750:0xd2,_0x285971:0x1d,_0x96f25b:0x27,_0x382c47:0x71,_0x18d7a8:0x3a0,_0x2f0a7d:0x2c1,_0x5bbdaa:0x2da,_0x2d2ac1:0x350,_0x2ad16d:0x4fa,_0x41b10b:0x38c,_0x8b26e7:0x4b9,_0x4052ce:0x44a,_0x3d55a1:0x427,_0x58d76a:0x496,_0x55a30e:0x33b,_0x1b3e5c:0x3e6,_0x427a78:0x496,_0x156032:0x2d,_0x577475:0x93,_0x424a89:0xb2,_0xbfba95:0x3c,_0x6a7bff:0xdf,_0x2a4b01:0x39,_0x10189b:0x2f2,_0x3cce57:0x3f6,_0x164e7f:0x37a,_0x10d66a:0x302,_0x1ed837:0x394,_0x1619b5:0x364,_0x546846:0x30a,_0x4bc3cd:0x2b2,_0x4a81cf:0x3b1,_0x3bb39d:0x3e2,_0x4e3724:0x375,_0x1523f2:0x40e,_0x171a19:0x158,_0xdc1054:0x55f,_0x55db9f:0x3b8,_0x1b6000:0x4a,_0x461f58:0x7,_0x14400d:0x4af,_0x1d4eed:0x410,_0x5067ad:0x3c1,_0x1c035f:0x31e,_0x561bb9:0x56d,_0xd4b4ff:0x353,_0x1af253:0x37f,_0x171976:0x42f,_0x35d937:0x564,_0x29733f:0x4db,_0xb14267:0x332,_0x640329:0x395,_0x2c586d:0x3df,_0x135dac:0x54b,_0x337279:0x465,_0x58579f:0x2fc,_0x11b059:0x4ea,_0x2927ea:0x478,_0x36502b:0x404,_0x5137e5:0x502,_0x561d9b:0x585,_0x2803aa:0x4fb,_0x434655:0x3e4,_0x2a6a87:0x4a6,_0x13debd:0x4c0,_0x1989d6:0x3bf,_0x57b6af:0x4f6,_0x2d09b3:0x4c6,_0xe33309:0x416,_0xfc94f:0x62,_0x5a8312:0xa3,_0x32d4a4:0x11a,_0x5ed72c:0x12,_0x3d8933:0x7f,_0x62c6ac:0x145,_0x4e8ad4:0x1bc,_0x409aca:0x1f2,_0x5a9670:0x135,_0xf0c094:0x118,_0x2652b6:0x54c,_0x24c805:0x4ef,_0x54d4ef:0x12f,_0x1c5c85:0x6a,_0x2480f9:0x418,_0x4596c7:0x314,_0x48d516:0x551,_0x25fa25:0x4ae,_0x24cf8b:0x20,_0x52b587:0x11a,_0x5364f3:0x541,_0x1d4913:0x42c,_0x2931a9:0x474},_0x184e0b={_0x56167d:0x161},_0x4d99e6={_0xf720d0:0x333};function _0x187cb3(_0x555e4d,_0x572252,_0x1f56c9,_0x31d89e){return _0x5130(_0x31d89e- -_0x4d99e6._0xf720d0,_0x555e4d);}function _0x295d0a(_0x160ad2,_0x315b9d,_0x510374,_0x8d8fe8){return _0x5130(_0x8d8fe8-_0x184e0b._0x56167d,_0x160ad2);}const _0x1d65db={'uPqiW':function(_0x2dffb5,_0x273a12){return _0x2dffb5(_0x273a12);},'WRaUL':_0x187cb3(-_0x4342f8._0x19f06e,-_0x4342f8._0x4e779d,-_0x4342f8._0x330210,-_0x4342f8._0x58947f)+_0x295d0a(0x5a8,_0x4342f8._0x22fe2b,_0x4342f8._0x7490c2,0x4c2)+'d.','FWpOU':function(_0x45bd79){return _0x45bd79();},'SllrE':_0x295d0a(_0x4342f8._0x422cc8,_0x4342f8._0x189769,_0x4342f8._0x2f1f0b,_0x4342f8._0x2be131)+'ration\x20is\x20'+_0x187cb3(-_0x4342f8._0x59ab23,0x2c,-0x45,-_0x4342f8._0xec3344),'WytJW':_0x295d0a(0x359,0x2bf,0x25c,_0x4342f8._0x3f87ae)+'RA\x20connect'+_0x295d0a(0x3b5,0x2dc,0x389,0x376),'AItGg':function(_0x271e54,_0x4cd43a,_0x4d5426,_0x4a3708){return _0x271e54(_0x4cd43a,_0x4d5426,_0x4a3708);},'nkaEx':_0x295d0a(0x569,0x424,0x573,_0x4342f8._0x39ee10),'QiBzx':_0x187cb3(-_0x4342f8._0x372a5a,-0x4,-_0x4342f8._0x2e5903,-_0x4342f8._0x22406b)+_0x187cb3(-_0x4342f8._0x1670e6,-_0x4342f8._0xfe84bc,-_0x4342f8._0x536e55,-_0x4342f8._0x1d5ca0)+'ful!','OGtMT':_0x187cb3(-0x136,-_0x4342f8._0x175823,-0x81,-0x81)+_0x295d0a(0x3bf,_0x4342f8._0x4e9044,0x31c,_0x4342f8._0x6e7611),'KWrUk':_0x187cb3(-0x1e,-0xb,-0xc9,0x5),'dXgdM':_0x295d0a(0x4b4,_0x4342f8._0x48cfe0,0x36f,_0x4342f8._0xf5fd96),'valyw':_0x295d0a(0x407,_0x4342f8._0x3290b0,0x578,_0x4342f8._0x3f7992)+_0x295d0a(_0x4342f8._0x251e84,_0x4342f8._0x5eb196,_0x4342f8._0xef8125,0x3c3)+_0x187cb3(0x86,_0x4342f8._0x407750,_0x4342f8._0x285971,_0x4342f8._0x96f25b),'MqOuk':function(_0x3ad406,_0x133abb){return _0x3ad406===_0x133abb;},'qXgfD':_0x187cb3(-0x162,-0x7d,-_0x4342f8._0x382c47,-0xf9)},_0x441f41=_0x1d65db[_0x295d0a(_0x4342f8._0x18d7a8,_0x4342f8._0x2f0a7d,_0x4342f8._0x5bbdaa,_0x4342f8._0x2d2ac1)](getJiraConfigPath);try{const _0x207454=await _0x44a327[_0x187cb3(-0x28,-0x5e,0x3,-0x24)](_0x441f41,'utf-8'),_0x3e0ccd=JSON[_0x295d0a(_0x4342f8._0x2ad16d,_0x4342f8._0x41b10b,_0x4342f8._0x8b26e7,_0x4342f8._0x4052ce)](_0x207454);if(!_0x3e0ccd[_0x295d0a(_0x4342f8._0x3d55a1,0x55b,0x424,_0x4342f8._0x58d76a)]){console['log'](_0x1d65db[_0x295d0a(_0x4342f8._0x55a30e,_0x4342f8._0x1b3e5c,_0x4342f8._0x427a78,0x40a)]);return;}const _0x305087=_0x3e0ccd['cloudId']?_0x187cb3(-0x104,-_0x4342f8._0x156032,-0x164,-_0x4342f8._0x577475)+_0x187cb3(_0x4342f8._0x424a89,0x5b,-0x27,_0x4342f8._0xbfba95)+'n.com/ex/j'+_0x295d0a(0x411,0x43a,0x29b,0x363)+_0x3e0ccd[_0x187cb3(-0xe6,-_0x4342f8._0x6a7bff,-_0x4342f8._0x2a4b01,-0x1b)]:_0x3e0ccd[_0x295d0a(0x3b5,0x44f,0x49e,0x469)];console[_0x295d0a(_0x4342f8._0x10189b,0x432,_0x4342f8._0x3cce57,_0x4342f8._0x164e7f)](_0x1d65db[_0x295d0a(0x3ad,0x3c9,_0x4342f8._0x10d66a,0x3c6)]),console[_0x295d0a(_0x4342f8._0x1ed837,_0x4342f8._0x1619b5,_0x4342f8._0x41b10b,0x37a)](''),console[_0x295d0a(0x424,_0x4342f8._0x546846,0x3a4,0x37a)](_0x295d0a(_0x4342f8._0x4bc3cd,_0x4342f8._0x4a81cf,_0x4342f8._0x3bb39d,_0x4342f8._0x4e3724)+_0x305087),console[_0x295d0a(0x38c,0x347,_0x4342f8._0x1523f2,0x37a)]('');const _0x503af2=await _0x1d65db[_0x187cb3(-0x16b,-0x79,-_0x4342f8._0x171a19,-0x10f)](testJiraConnection,_0x305087,_0x3e0ccd[_0x295d0a(_0x4342f8._0xdc1054,0x57d,_0x4342f8._0x55db9f,0x49b)]['email'],_0x3e0ccd[_0x187cb3(-0xa5,0x7e,-_0x4342f8._0x1b6000,_0x4342f8._0x461f58)][_0x295d0a(0x4ac,_0x4342f8._0x14400d,0x3aa,_0x4342f8._0x1d4eed)]);if(_0x503af2[_0x295d0a(0x390,_0x4342f8._0x5067ad,_0x4342f8._0x1c035f,0x3ce)]){if(_0x1d65db['nkaEx']!==_0x295d0a(0x3d4,0x523,_0x4342f8._0x561bb9,0x49f))return _0x1d65db['uPqiW'](_0x2fc011,_0x3f6657);else console['log'](_0x1d65db[_0x295d0a(_0x4342f8._0xd4b4ff,_0x4342f8._0x1af253,0x3a7,0x404)]),console['log'](_0x295d0a(0x57c,_0x4342f8._0x171976,_0x4342f8._0x35d937,_0x4342f8._0x29733f)+(_0x503af2[_0x295d0a(0x337,0x298,0x40a,0x369)]['displayNam'+'e']||_0x3e0ccd[_0x295d0a(0x468,0x4ca,0x449,0x49b)]['email'])),console[_0x295d0a(_0x4342f8._0xb14267,_0x4342f8._0x640329,_0x4342f8._0x2c586d,_0x4342f8._0x164e7f)]('');}else console[_0x295d0a(_0x4342f8._0x135dac,0x3d6,0x41f,_0x4342f8._0x337279)](_0x1d65db[_0x295d0a(0x474,_0x4342f8._0x58579f,0x38a,0x3e4)]),console[_0x295d0a(_0x4342f8._0x11b059,_0x4342f8._0x2927ea,0x3f3,_0x4342f8._0x337279)](''),console[_0x295d0a(_0x4342f8._0x36502b,_0x4342f8._0x1d4eed,_0x4342f8._0x5137e5,0x465)](_0x1d65db[_0x295d0a(_0x4342f8._0x561d9b,_0x4342f8._0x2803aa,_0x4342f8._0x434655,_0x4342f8._0x2a6a87)],_0x503af2['error']),console[_0x295d0a(_0x4342f8._0x13debd,_0x4342f8._0x1989d6,_0x4342f8._0x57b6af,0x465)](''),process[_0x295d0a(_0x4342f8._0x2d09b3,_0x4342f8._0xe33309,0x424,0x474)](0x62c+-0xaa*-0x1a+0x359*-0x7);}catch(_0x2ca6b8){_0x2ca6b8['code']===_0x1d65db['dXgdM']?(console[_0x187cb3(-_0x4342f8._0xfc94f,-_0x4342f8._0x5a8312,-0x7e,-_0x4342f8._0x32d4a4)](_0x1d65db[_0x187cb3(-_0x4342f8._0x5ed72c,-0x153,-0x10f,-_0x4342f8._0x3d8933)]),console[_0x187cb3(-0x4a,-_0x4342f8._0x62c6ac,-_0x4342f8._0x4e8ad4,-0x11a)](''),console[_0x187cb3(-0x201,-_0x4342f8._0x409aca,-0x98,-0x11a)](_0x187cb3(-0x11c,-_0x4342f8._0x5a9670,-0x140,-_0x4342f8._0xf0c094)+_0x295d0a(0x524,_0x4342f8._0x2652b6,0x4c8,_0x4342f8._0x24c805)+_0x187cb3(-_0x4342f8._0x54d4ef,-0x7e,-0xd5,-_0x4342f8._0x1c5c85))):_0x1d65db['MqOuk'](_0x1d65db['qXgfD'],_0x295d0a(_0x4342f8._0x2480f9,_0x4342f8._0x4596c7,0x2e2,0x39b))?(console['error'](_0x1d65db[_0x187cb3(0x41,-0x75,-0x9a,0x12)],_0x2ca6b8[_0x295d0a(0x481,0x3f0,_0x4342f8._0x48d516,_0x4342f8._0x25fa25)]),process[_0x187cb3(0x24,0x7,-0xfe,-_0x4342f8._0x24cf8b)](-0x1981+-0x1a5+0x1b27)):(_0x1d0fc7[_0x187cb3(-0x16b,-0x1fb,-0x107,-_0x4342f8._0x52b587)](_0x1d65db[_0x295d0a(0x4f8,0x40b,_0x4342f8._0x5364f3,0x4da)]),_0x2c0cf5[_0x295d0a(0x414,_0x4342f8._0x3bb39d,_0x4342f8._0x1d4913,_0x4342f8._0x2931a9)](0x154f+-0xcb3+-0x3a*0x26));}}export async function handleJira(_0x4ae309){const _0x438606={_0x212b3f:0x4a6,_0x2d134a:0x528,_0x3da981:0x165,_0x3a2b6b:0x57,_0x439937:0x315,_0x4d80da:0x55,_0x313b40:0x471,_0x55de38:0x38d,_0x34da42:0x3a2,_0x59dc3f:0x335,_0x40f634:0xaa,_0x46f244:0x143,_0x24d3c8:0x4cc,_0x1e4eef:0x3f0,_0x59e7c8:0x4df,_0x4a8659:0x484,_0x1e72ec:0x549,_0x9c3316:0xd7,_0x23fe96:0x1aa,_0x4c4015:0x4d2,_0x4ef14f:0x421,_0x1f7f7c:0x481,_0x125adb:0x46c,_0x1dd70d:0x324,_0x5b51f2:0x379,_0x3b4fdb:0x41,_0x357ab3:0x80,_0x1ebebf:0x78,_0x10a4ab:0x106,_0x5ca73d:0x14e,_0x44e6c3:0x416,_0x4b5248:0x379,_0x40046e:0x321,_0xe521dd:0x16c,_0x5410f2:0x1fe,_0x24562f:0x175,_0x5e7c98:0x3f,_0x180b8a:0x7f,_0x16b47f:0x16f,_0x4fdfd9:0xc2,_0x2dce34:0x2e1,_0x435ff3:0xf7,_0x592ce1:0xe8,_0x31b259:0x3c4,_0x57d696:0x412,_0x1a09ca:0x398,_0x3eb564:0x434,_0x235ea6:0x4c7,_0x44aebb:0x3e8,_0x4fe297:0x3fd,_0x3b5a2b:0xfa,_0x4c7738:0x3a,_0x1864bb:0x537,_0x113297:0x4ad,_0xc3c5ef:0x499,_0x41cf33:0xd5,_0x45141c:0x19d,_0x42a6e8:0x194,_0x3fc607:0x2e8,_0x54f7d4:0x332,_0xa7b4cc:0x13,_0x3819de:0x64,_0x4ee0d1:0x4a,_0x16fc43:0xc3,_0x2e5ef5:0x37d,_0x289bb8:0x527,_0x2e68b1:0x29,_0xd84783:0x5d,_0x2a9236:0x58,_0x69d45f:0x44b,_0x497ae0:0x3d3,_0x325056:0x464,_0x30b4bf:0x433,_0x1f6f36:0x443,_0x5a49be:0x305,_0x26a2e7:0x3a8,_0xdb491:0x3e1,_0xeb3820:0x332,_0x31c18a:0x2ad,_0x238379:0xd8,_0x3fa4bd:0x2f,_0x52c292:0x2f2,_0x57f81e:0x38b,_0x35a3df:0x44,_0x3edcb6:0x83,_0xdeb7a:0x91,_0x284f90:0x13,_0x4b74a2:0xad,_0x3ddc26:0x5},_0x99efd4={_0x5256fb:0x119},_0x55ac7a={_0x429e5b:0x221},_0x5ed101={'sqSuk':function(_0x5e4e2a){return _0x5e4e2a();},'wBHAh':_0x25bb3a(0x430,0x3d9,_0x438606._0x212b3f,_0x438606._0x2d134a),'fXBPD':function(_0x43c62c){return _0x43c62c();},'ZbUYb':'Usage:\x20cod'+_0x1314b4(0x8a,_0x438606._0x3da981,-0x51,0x8f)+'jira\x20<comm'+'and>','iFSbB':_0x1314b4(-0x3b,-0x74,-0x2f,_0x438606._0x3a2b6b),'MnQvW':_0x25bb3a(0x3b4,_0x438606._0x439937,0x327,0x284)+_0x1314b4(-0x33,-0x104,0xa1,0xb1)+'p\x20JIRA\x20int'+'egration\x20('+_0x1314b4(0x33,-0x89,-0x5b,_0x438606._0x4d80da)+'e)','LudPV':_0x25bb3a(_0x438606._0x313b40,_0x438606._0x55de38,_0x438606._0x34da42,_0x438606._0x59dc3f)+_0x1314b4(_0x438606._0x40f634,_0x438606._0x46f244,0x6b,-0x7)+'JIRA\x20confi'+_0x25bb3a(_0x438606._0x24d3c8,0x409,0x42e,0x490)+_0x25bb3a(0x420,0x3ae,0x34f,_0x438606._0x1e4eef),'GOuKW':'\x20\x20test\x20\x20\x20\x20'+_0x25bb3a(0x416,_0x438606._0x59e7c8,_0x438606._0x4a8659,_0x438606._0x1e72ec)+'JIRA\x20conne'+_0x1314b4(0x59,_0x438606._0x9c3316,0x4,0x111),'eqZxo':_0x1314b4(0xce,_0x438606._0x23fe96,0xe7,0xf7)+_0x25bb3a(0x431,_0x438606._0x4c4015,0x43b,_0x438606._0x4ef14f)+'e\x20JIRA\x20con'+'figuration','WUxyN':_0x25bb3a(0x3c9,_0x438606._0x1f7f7c,0x3c1,_0x438606._0x125adb),'DeNXh':_0x25bb3a(_0x438606._0x1dd70d,0x494,0x3b2,0x373)+_0x25bb3a(0x3c9,0x34c,_0x438606._0x5b51f2,0x394)+_0x1314b4(-0x57,-_0x438606._0x3b4fdb,_0x438606._0x357ab3,0x4),'YruqZ':_0x1314b4(_0x438606._0x1ebebf,_0x438606._0x10a4ab,_0x438606._0x5ca73d,0x2a)+_0x25bb3a(_0x438606._0x44e6c3,0x3c6,_0x438606._0x4b5248,_0x438606._0x40046e)+_0x1314b4(_0x438606._0xe521dd,_0x438606._0x5410f2,_0x438606._0x24562f,0x181),'BLaui':_0x1314b4(0x78,0xb8,0x16,0x77)+_0x1314b4(_0x438606._0x5e7c98,-_0x438606._0x180b8a,-0x9e,0xa8)+_0x1314b4(0x118,_0x438606._0x16b47f,_0x438606._0x4fdfd9,0x14f)};function _0x1314b4(_0x12b705,_0x1710c3,_0x160cd1,_0x2109b5){return _0x5130(_0x12b705- -_0x55ac7a._0x429e5b,_0x2109b5);}function _0x25bb3a(_0x56b483,_0x16e2e7,_0x25cad4,_0x2d1ea1){return _0x5130(_0x25cad4-_0x99efd4._0x5256fb,_0x56b483);}const _0x4bd664=_0x4ae309[_0x25bb3a(0x3c4,0x3a9,_0x438606._0x2dce34,0x3bd)](_0xa988d7=>!(_0xa988d7[_0x1314b4(0x11a,0x82,0x1c1,0xb5)](_0x1314b4(0x94,0xfd,0x136,0x2a)+_0x1314b4(0x83,0x23,0x24,-0x22))||_0xa988d7[_0x1314b4(0x11a,0x1ba,0xa5,0x1c5)](_0x1314b4(-0x54,-0xea,-0x111,-0xfa)))),_0x23a393=_0x4bd664[0x20d+-0x10dd*0x1+0xed0];switch(_0x23a393){case _0x1314b4(-0x57,-0xb4,-_0x438606._0x435ff3,-_0x438606._0x592ce1):await _0x5ed101['sqSuk'](connect);break;case _0x5ed101[_0x25bb3a(_0x438606._0x31b259,_0x438606._0x57d696,_0x438606._0x1a09ca,0x322)]:await _0x5ed101[_0x25bb3a(0x39e,0x4a5,_0x438606._0x3eb564,0x490)](status);break;case _0x25bb3a(_0x438606._0x235ea6,_0x438606._0x44aebb,0x452,_0x438606._0x4fe297):await _0x5ed101[_0x1314b4(_0x438606._0x3b5a2b,_0x438606._0x4c7738,0x14a,0x176)](test);break;case _0x25bb3a(_0x438606._0x1864bb,_0x438606._0x113297,_0x438606._0xc3c5ef,0x445):await _0x5ed101[_0x1314b4(_0x438606._0x41cf33,_0x438606._0x45141c,0xd0,_0x438606._0x42a6e8)](disconnect);break;default:console[_0x25bb3a(0x297,_0x438606._0x3fc607,_0x438606._0x54f7d4,0x264)](_0x5ed101[_0x1314b4(_0x438606._0xa7b4cc,_0x438606._0x3819de,_0x438606._0x4ee0d1,-0xd2)]),console[_0x1314b4(-0x8,-0x30,-_0x438606._0x16fc43,-0x73)](''),console[_0x25bb3a(_0x438606._0x2e5ef5,0x27b,0x332,0x29d)](_0x5ed101['iFSbB']),console['log'](_0x5ed101[_0x25bb3a(_0x438606._0x289bb8,0x48e,0x45d,0x3a4)]),console[_0x1314b4(-0x8,-_0x438606._0x2e68b1,_0x438606._0xd84783,_0x438606._0x2a9236)](_0x5ed101[_0x25bb3a(0x475,_0x438606._0x69d45f,_0x438606._0x497ae0,_0x438606._0x325056)]),console['log'](_0x5ed101['GOuKW']),console['log'](_0x5ed101[_0x25bb3a(_0x438606._0x30b4bf,_0x438606._0x1f6f36,0x35c,0x344)]),console[_0x25bb3a(0x363,_0x438606._0x5a49be,0x332,_0x438606._0x26a2e7)](''),console[_0x25bb3a(0x24d,_0x438606._0xdb491,_0x438606._0xeb3820,_0x438606._0x31c18a)](_0x5ed101[_0x1314b4(0xe6,0x74,0x167,0x140)]),console['log'](_0x5ed101[_0x1314b4(_0x438606._0x238379,0xe0,_0x438606._0x3fa4bd,0x27)]),console[_0x25bb3a(_0x438606._0x52c292,_0x438606._0x5a49be,0x332,_0x438606._0x57f81e)](_0x5ed101[_0x1314b4(-0x38,-_0x438606._0x35a3df,-_0x438606._0x3edcb6,_0x438606._0xdeb7a)]),console[_0x1314b4(-0x8,_0x438606._0x284f90,-_0x438606._0x4b74a2,-0x21)](_0x5ed101[_0x1314b4(-0x26,0x5c,_0x438606._0x3ddc26,-0x21)]);break;}}