@profoundlogic/coderflow-server 0.3.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/dist/base-image/agent-wrapper.sh +49 -9
  2. package/dist/base-image/entrypoint.sh +12 -1
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config/cli-models.json +5 -3
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/agent-models.js +1 -0
  8. package/dist/lib/api-keys.js +1 -1
  9. package/dist/lib/apiKeys.js +1 -1
  10. package/dist/lib/app-server-ports.js +1 -1
  11. package/dist/lib/auto-judge.js +1 -1
  12. package/dist/lib/basic-auth.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/init.js +1 -1
  24. package/dist/lib/cli/jira.js +1 -1
  25. package/dist/lib/cli/license.js +1 -1
  26. package/dist/lib/cli/server-manager.js +1 -1
  27. package/dist/lib/config-migration.js +1 -0
  28. package/dist/lib/container-credential-sync.js +1 -1
  29. package/dist/lib/container-tokens.js +1 -1
  30. package/dist/lib/data-dir.js +1 -1
  31. package/dist/lib/deployment-history.js +1 -1
  32. package/dist/lib/deployment-service.js +1 -1
  33. package/dist/lib/docker-utils.js +1 -1
  34. package/dist/lib/email.js +1 -1
  35. package/dist/lib/emailTemplates.js +1 -1
  36. package/dist/lib/entitlement.js +1 -1
  37. package/dist/lib/fetch-utils.js +1 -1
  38. package/dist/lib/git-commit-details-route.js +1 -1
  39. package/dist/lib/git-history-diff-guardrails.js +1 -1
  40. package/dist/lib/git-provider-service.js +1 -1
  41. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  42. package/dist/lib/git-provider-setup/index.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  45. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  46. package/dist/lib/git-providers/github-app-provider.js +1 -1
  47. package/dist/lib/git-providers/index.js +1 -1
  48. package/dist/lib/git-providers/provider-factory.js +1 -1
  49. package/dist/lib/git-providers/provider-interface.js +1 -1
  50. package/dist/lib/github-urls.js +1 -1
  51. package/dist/lib/group-objective-linking.js +1 -1
  52. package/dist/lib/jira-client.js +1 -1
  53. package/dist/lib/judge-blinding.js +1 -1
  54. package/dist/lib/logger.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/oidc-auth.js +1 -1
  58. package/dist/lib/oidc-device-flow.js +1 -1
  59. package/dist/lib/passwordTokens.js +1 -1
  60. package/dist/lib/pin-cascade.js +1 -1
  61. package/dist/lib/provider-accounts.js +1 -1
  62. package/dist/lib/provider-oauth.js +1 -1
  63. package/dist/lib/provider-profile.js +1 -1
  64. package/dist/lib/provider-token-refresh.js +1 -1
  65. package/dist/lib/request-url.js +1 -1
  66. package/dist/lib/rewind.js +1 -1
  67. package/dist/lib/roles.js +1 -1
  68. package/dist/lib/secrets.js +1 -1
  69. package/dist/lib/setup-repo-git-auth.js +1 -1
  70. package/dist/lib/state-capture.js +1 -1
  71. package/dist/lib/static-files.js +1 -1
  72. package/dist/lib/task-name-format.js +1 -0
  73. package/dist/lib/task-name-generator.js +1 -1
  74. package/dist/lib/user-git-oauth.js +1 -1
  75. package/dist/lib/user-git-tokens.js +1 -1
  76. package/dist/lib/users.js +1 -1
  77. package/dist/middleware/requireAuth.js +1 -1
  78. package/dist/middleware/requireInit.js +1 -1
  79. package/dist/middleware/requirePermission.js +1 -1
  80. package/dist/package.json +1 -1
  81. package/dist/routes/apiKeys.js +1 -1
  82. package/dist/routes/auth-oidc.js +1 -1
  83. package/dist/routes/auth.js +1 -1
  84. package/dist/routes/build.js +1 -1
  85. package/dist/routes/containers.js +1 -1
  86. package/dist/routes/deploy-task.js +1 -1
  87. package/dist/routes/environment-management.js +1 -1
  88. package/dist/routes/environments.js +1 -1
  89. package/dist/routes/external-skills.js +1 -1
  90. package/dist/routes/git-credentials.js +1 -1
  91. package/dist/routes/git-oauth.js +1 -1
  92. package/dist/routes/git-provider-setup.js +1 -1
  93. package/dist/routes/health.js +1 -1
  94. package/dist/routes/jira.js +1 -1
  95. package/dist/routes/objective-management.js +1 -1
  96. package/dist/routes/password.js +1 -1
  97. package/dist/routes/prompt.js +1 -1
  98. package/dist/routes/provider-auth.js +1 -1
  99. package/dist/routes/qa.js +1 -1
  100. package/dist/routes/settings.js +1 -1
  101. package/dist/routes/skill-management.js +1 -1
  102. package/dist/routes/skills.js +1 -1
  103. package/dist/routes/tasks.js +1 -1
  104. package/dist/routes/templates.js +1 -1
  105. package/dist/routes/test-task.js +1 -1
  106. package/dist/routes/test.js +1 -1
  107. package/dist/routes/users.js +1 -1
  108. package/dist/routes/visualizations.js +1 -1
  109. package/dist/scripts/create-user.js +1 -1
  110. package/dist/scripts/migrate-config-to-data-dir.js +2 -0
  111. package/dist/start.js +1 -1
  112. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  113. package/dist/web-ui/public/activity-feed.js +1 -1
  114. package/dist/web-ui/public/activity-formatters.js +1 -1
  115. package/dist/web-ui/public/agent-event-parser.js +1 -1
  116. package/dist/web-ui/public/app.js +1 -1
  117. package/dist/web-ui/public/approve-dialog.js +1 -1
  118. package/dist/web-ui/public/comments-widget.js +1 -1
  119. package/dist/web-ui/public/diff-utils.js +1 -1
  120. package/dist/web-ui/public/docs/README.md +1 -1
  121. package/dist/web-ui/public/docs/admin/environments.md +1 -1
  122. package/dist/web-ui/public/docs/integrations/ibmi/overview.md +3 -3
  123. package/dist/web-ui/public/docs/integrations/overview.md +1 -1
  124. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +38 -0
  125. package/dist/web-ui/public/environments.js +1 -1
  126. package/dist/web-ui/public/feedback-widget.js +1 -1
  127. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  128. package/dist/web-ui/public/git-history.js +1 -1
  129. package/dist/web-ui/public/git-status.js +1 -1
  130. package/dist/web-ui/public/index.html +1 -0
  131. package/dist/web-ui/public/index.js +1 -1
  132. package/dist/web-ui/public/login.js +1 -1
  133. package/dist/web-ui/public/markdown-editor.js +1 -1
  134. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  135. package/dist/web-ui/public/modal-maximize.js +1 -1
  136. package/dist/web-ui/public/notifications.js +1 -1
  137. package/dist/web-ui/public/pr-dialog.js +1 -1
  138. package/dist/web-ui/public/server-health.js +1 -1
  139. package/dist/web-ui/public/settings.js +1 -1
  140. package/dist/web-ui/public/setup-password.js +1 -1
  141. package/dist/web-ui/public/skills.js +1 -1
  142. package/dist/web-ui/public/sse-client.js +1 -1
  143. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  144. package/dist/web-ui/public/styles.css +50 -0
  145. package/dist/web-ui/public/task.html +10 -3
  146. package/dist/web-ui/public/task.js +1 -1
  147. package/dist/web-ui/public/terminal.js +1 -1
  148. package/dist/web-ui/public/theme.js +1 -1
  149. package/dist/web-ui/public/users.js +1 -1
  150. package/dist/web-ui/public/variant-grouping.js +1 -1
  151. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x235220,_0x3bc47a){const _0x3b5f0c={_0x387c98:0x29b,_0x1bd955:0x28a,_0x170b07:0x28d,_0x3e6508:0x8d,_0x318621:0xa6,_0x26bd24:0xba,_0x16708d:0x98,_0x5af947:0xb8,_0x2a1636:0x1c,_0x287a24:0x26,_0xc6ddf:0x21c,_0x175034:0x287,_0x83deaf:0x246,_0x2d8c55:0x274,_0x3ea5bd:0x203,_0x3e544c:0x216,_0x4ae63f:0x2e4},_0x1b9463={_0x1dd3cc:0x17e};function _0x3f514a(_0x15d55b,_0x32d3a3,_0x59c48d,_0x3db6d9){return _0x4342(_0x32d3a3-0xc8,_0x15d55b);}function _0x423aa6(_0x25a5ff,_0x751fd8,_0x19b013,_0xa76e3d){return _0x4342(_0x751fd8- -_0x1b9463._0x1dd3cc,_0x25a5ff);}const _0x26f678=_0x235220();while(!![]){try{const _0x1b954b=parseInt(_0x3f514a(_0x3b5f0c._0x387c98,_0x3b5f0c._0x1bd955,0x256,_0x3b5f0c._0x170b07))/(-0xae7*0x3+0x1*0x1803+0x8b3)*(-parseInt(_0x423aa6(_0x3b5f0c._0x3e6508,0x6c,_0x3b5f0c._0x318621,_0x3b5f0c._0x26bd24))/(-0x16e0+-0x10d+-0x17ef*-0x1))+-parseInt(_0x423aa6(0xb9,_0x3b5f0c._0x16708d,0xed,_0x3b5f0c._0x5af947))/(-0x1291+-0x1e02+0x1*0x3096)+parseInt(_0x423aa6(0x3b,0x82,0x7b,0x37))/(-0x1ff*-0x7+0x3*-0x9c+-0x1b*0x73)+-parseInt(_0x423aa6(-0x31,0x7,0x12,-0x43))/(-0x6b6+-0x18e9+0xe1*0x24)*(-parseInt(_0x423aa6(0x1b,_0x3b5f0c._0x2a1636,0x51,_0x3b5f0c._0x287a24))/(0xb51+-0x1055*0x2+0x1*0x155f))+-parseInt(_0x3f514a(_0x3b5f0c._0xc6ddf,0x273,_0x3b5f0c._0x175034,0x233))/(-0x146+0x1ce2+-0x1b95)+-parseInt(_0x3f514a(0x26a,0x23b,0x292,_0x3b5f0c._0x83deaf))/(-0x1789+-0x1d*0xd1+-0x2f3e*-0x1)*(-parseInt(_0x3f514a(_0x3b5f0c._0x2d8c55,0x252,_0x3b5f0c._0x3ea5bd,_0x3b5f0c._0x3e544c))/(-0xf3c*0x1+-0x26b1+-0x1afb*-0x2))+parseInt(_0x3f514a(0x24f,0x296,_0x3b5f0c._0x4ae63f,0x266))/(-0xb56*-0x2+0x2398+0x3a*-0x101);if(_0x1b954b===_0x3bc47a)break;else _0x26f678['push'](_0x26f678['shift']());}catch(_0x23339f){_0x26f678['push'](_0x26f678['shift']());}}}(_0x7408,-0x1bdc*0x41+-0x41f29+-0x6b5d*-0x2c));import{logger}from'./logger.js';import{isEmailConfigured,sendTemplatedEmail}from'./email.js';import{findUserByUsername,findUserById}from'./users.js';export function parseMentions(_0x1dd843){const _0x14d13b={_0x1d0572:0x55f,_0x14cf96:0x593},_0x49c92d={_0x2d5bd7:0x3e4};function _0xa51130(_0x3841c1,_0x154dbb,_0x3410d5,_0x20cbaa){return _0x4342(_0x3841c1-_0x49c92d._0x2d5bd7,_0x154dbb);}function _0x469c02(_0x5eb79c,_0x446585,_0x13864c,_0x540b0c){return _0x4342(_0x5eb79c-0x2e0,_0x446585);}if(!_0x1dd843)return[];const _0x4a63e3=/@?\[([^\]]+)\]\(mention:([^)]+)\)/g,_0x1d6e3f=_0x1dd843[_0xa51130(0x549,0x508,0x566,0x55f)](_0x4a63e3),_0x4bc670=[..._0x1d6e3f][_0xa51130(_0x14d13b._0x1d0572,_0x14d13b._0x14cf96,0x525,0x5b8)](_0x5a5c5e=>_0x5a5c5e[-0x995*-0x1+-0x17*-0x19a+-0x2e69]);return[...new Set(_0x4bc670)];}function escapeHtml(_0x3c087c){const _0xc13739={_0x235e30:0x40a,_0x2e8b4c:0x435,_0x3d694d:0x451,_0x46c15b:0x4c9,_0x534bac:0x4a2,_0x5f4957:0x479,_0x3c4698:0x4b8,_0x593417:0x469,_0x9eec63:0x473,_0x50c76c:0x455,_0x361356:0x4e4,_0x3043e8:0x567,_0x722f46:0x51a,_0x36cb2a:0x4f8,_0x5c8195:0x458,_0x4b2eae:0x4fc,_0x1b9a3e:0x524,_0xace782:0x44e},_0x324587={_0x103c08:0x315},_0x4e5e5c={};_0x4e5e5c[_0x4dd62a(_0xc13739._0x235e30,_0xc13739._0x2e8b4c,_0xc13739._0x3d694d,0x452)]=_0x4dd62a(_0xc13739._0x46c15b,_0xc13739._0x534bac,_0xc13739._0x5f4957,0x445);function _0x3273fa(_0x2e4f92,_0x480672,_0x5278db,_0x5b5f52){return _0x4342(_0x5b5f52-_0x324587._0x103c08,_0x5278db);}function _0x4dd62a(_0x43eea2,_0x12c4b9,_0x5c2719,_0x422400){return _0x4342(_0x5c2719-0x276,_0x12c4b9);}_0x4e5e5c[_0x4dd62a(_0xc13739._0x3c4698,_0xc13739._0x593417,_0xc13739._0x9eec63,_0xc13739._0x50c76c)]=_0x3273fa(_0xc13739._0x361356,0x535,_0xc13739._0x3043e8,_0xc13739._0x722f46),_0x4e5e5c['nqXJQ']='&quot;';const _0x80ad26=_0x4e5e5c;if(!_0x3c087c)return'';return _0x3c087c[_0x3273fa(_0xc13739._0x36cb2a,0x521,0x513,0x524)](/&/g,_0x80ad26[_0x4dd62a(_0xc13739._0x5c8195,0x42b,0x451,0x450)])[_0x3273fa(0x55d,0x564,_0xc13739._0x4b2eae,_0xc13739._0x1b9a3e)](/</g,_0x80ad26['CwDhx'])['replace'](/>/g,_0x4dd62a(0x3fb,0x3b0,0x3fd,_0xc13739._0xace782))['replace'](/"/g,_0x80ad26['nqXJQ']);}function formatMentionsPlainText(_0x8f06e5){const _0x596a9c={_0x278953:0x27c,_0x4a7f82:0x22e,_0x349303:0x2d8,_0x5f3df5:0x2ce,_0x2cd0bf:0x2ac,_0x5af8c2:0x301,_0x310cf6:0x304,_0x40930a:0x2c5,_0x447d24:0x21e,_0xe5d2b:0x22e,_0x53b725:0x240},_0x36612e={_0x3757ff:0xb6},_0x19b17f={_0x160be9:0xa2},_0x3e4946={};_0x3e4946[_0x18046a(_0x596a9c._0x278953,_0x596a9c._0x4a7f82,0x265,0x264)]=_0x308c74(_0x596a9c._0x349303,_0x596a9c._0x5f3df5,_0x596a9c._0x2cd0bf,_0x596a9c._0x5af8c2);function _0x18046a(_0x511061,_0x17be6f,_0x581199,_0x14263b){return _0x4342(_0x17be6f-_0x19b17f._0x160be9,_0x581199);}const _0x5a2dc6=_0x3e4946;function _0x308c74(_0x413678,_0x1b6d2b,_0xa3fac4,_0x4f0e48){return _0x4342(_0x1b6d2b-_0x36612e._0x3757ff,_0x4f0e48);}if(!_0x8f06e5)return'';return _0x8f06e5[_0x308c74(_0x596a9c._0x310cf6,_0x596a9c._0x40930a,0x2cb,0x316)](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0x5a2dc6[_0x18046a(_0x596a9c._0x447d24,_0x596a9c._0xe5d2b,_0x596a9c._0x53b725,0x216)]);}function formatMentionsHtml(_0x4cab4f){const _0x12bb7c={_0x30331c:0x60,_0x4756db:0x4ad,_0x275548:0x495,_0x413d0b:0xd3,_0x4c7d51:0x406,_0x27c930:0x3b3,_0x554048:0x16,_0x3ffd50:0x6e,_0x1f4bef:0x67,_0x22e422:0x69,_0x2e3351:0x54,_0x5e1c14:0xc7,_0x8d1f6:0x96,_0x5d1b2e:0x39d,_0x1e515b:0x3da,_0x484dad:0x3b0,_0x50a818:0x3ee,_0x5007a9:0xdc,_0x4f4b8c:0xb2,_0x327570:0x52,_0x19e77d:0x10b,_0xea9e0:0x427,_0x4b2536:0x3b1,_0x50360c:0x3f6,_0xd06d81:0x3d2,_0x428453:0x5d,_0x4fd7ce:0x9c,_0x349703:0x58},_0x53a72f={_0x2eb17a:0x268},_0x5a132e={'wLTbT':function(_0x263e3a,_0x45672a){return _0x263e3a(_0x45672a);}};if(!_0x4cab4f)return'';function _0x43cc05(_0x147df6,_0xadf2e3,_0x244e61,_0x2d925b){return _0x4342(_0x244e61-_0x53a72f._0x2eb17a,_0x147df6);}function _0x5d0a1f(_0x4a302d,_0x526309,_0x44229d,_0x3fb978){return _0x4342(_0x3fb978- -0x273,_0x526309);}const _0x2679c2=_0x5a132e[_0x5d0a1f(-0xb5,-_0x12bb7c._0x30331c,-0x56,-0x7f)](escapeHtml,_0x4cab4f);return _0x2679c2[_0x43cc05(_0x12bb7c._0x4756db,0x438,0x477,_0x12bb7c._0x275548)](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0x5d0a1f(-0x121,-0x127,-0xb9,-_0x12bb7c._0x413d0b)+_0x43cc05(0x3f1,_0x12bb7c._0x4c7d51,0x3e1,_0x12bb7c._0x27c930)+_0x5d0a1f(-_0x12bb7c._0x554048,-0x88,-_0x12bb7c._0x3ffd50,-_0x12bb7c._0x1f4bef)+_0x5d0a1f(-0x79,-_0x12bb7c._0x30331c,-0xcf,-0xaf)+_0x5d0a1f(-_0x12bb7c._0x22e422,-_0x12bb7c._0x2e3351,-_0x12bb7c._0x5e1c14,-_0x12bb7c._0x8d1f6)+_0x43cc05(0x3e4,_0x12bb7c._0x5d1b2e,_0x12bb7c._0x1e515b,_0x12bb7c._0x484dad)+'or:\x20#2563e'+_0x43cc05(_0x12bb7c._0x50a818,0x417,0x404,0x3ad)+_0x5d0a1f(-_0x12bb7c._0x5007a9,-0xdb,-0x7d,-0x8a)+_0x5d0a1f(-_0x12bb7c._0x4f4b8c,-_0x12bb7c._0x327570,-_0x12bb7c._0x19e77d,-0xae)+_0x43cc05(_0x12bb7c._0xea9e0,_0x12bb7c._0x4b2536,_0x12bb7c._0x50360c,0x3fd)+_0x43cc05(0x3db,0x3ea,0x3f3,_0x12bb7c._0xd06d81)+_0x5d0a1f(-_0x12bb7c._0x428453,-_0x12bb7c._0x4fd7ce,-_0x12bb7c._0x349703,-0x62)+'@$1</span>');}function formatCommentForEmail(_0x2ee6ff,_0x4ee184=0xd21*-0x1+0x2*-0x128d+-0x3*-0x1165){const _0x5b61e7={_0x2adf0e:0x1ec,_0x4ab33b:0x25e,_0x3e529e:0x23b,_0x769b19:0x56e,_0x4fa326:0x574,_0x530699:0x58c,_0x3a49a0:0x54c,_0x24efb7:0x4f0,_0xdb134c:0x541,_0x3a24d0:0x298,_0x56a04a:0x2a2,_0x1a3225:0x1b4,_0x1ba319:0x1b6,_0x4bebab:0x569,_0x3c0343:0x56c,_0x1d4aed:0x5b5,_0x67a9ad:0x1aa,_0x2186e5:0x519,_0x9d21b2:0x50e,_0x525b77:0x535,_0x45809a:0x174,_0x470d05:0x282,_0x2d10dc:0x259,_0x4d6702:0x228,_0x10f8a3:0x238},_0x3ff6a0={_0x18fc30:0x3cd},_0x3e3a63={'fRrIz':function(_0x18ed29,_0x18d24b){return _0x18ed29>_0x18d24b;},'azvaO':function(_0x38e263,_0x2d5a48){return _0x38e263!==_0x2d5a48;},'imlSc':_0x155fc5(-_0x5b61e7._0x2adf0e,-_0x5b61e7._0x4ab33b,-0x21c,-_0x5b61e7._0x3e529e),'GDYMl':function(_0x2c3381,_0x23d837){return _0x2c3381+_0x23d837;},'dHVcF':function(_0x3fa119,_0x23db43){return _0x3fa119(_0x23db43);},'qPCyI':_0x418097(_0x5b61e7._0x769b19,0x5b3,_0x5b61e7._0x4fa326,_0x5b61e7._0x530699)},_0x2fe606={};_0x2fe606[_0x418097(0x52e,0x4f2,0x4f6,_0x5b61e7._0x3a49a0)]='',_0x2fe606[_0x418097(0x51e,_0x5b61e7._0x24efb7,_0x5b61e7._0xdb134c,0x4eb)]='';if(!_0x2ee6ff)return _0x2fe606;function _0x418097(_0x577ee2,_0x203c16,_0x59232a,_0x419b4d){return _0x4342(_0x577ee2-0x389,_0x203c16);}let _0x463ccb=_0x2ee6ff;if(_0x3e3a63[_0x155fc5(-0x263,-_0x5b61e7._0x3a24d0,-_0x5b61e7._0x56a04a,-0x24b)](_0x2ee6ff['length'],_0x4ee184)){if(_0x3e3a63[_0x155fc5(-_0x5b61e7._0x1a3225,-0x1c5,-_0x5b61e7._0x1ba319,-0x20f)](_0x3e3a63[_0x418097(_0x5b61e7._0x4bebab,_0x5b61e7._0x3c0343,_0x5b61e7._0x1d4aed,0x523)],_0x3e3a63[_0x155fc5(-0x222,-_0x5b61e7._0x67a9ad,-0x1cf,-0x1ed)]))return;else _0x463ccb=_0x3e3a63[_0x418097(_0x5b61e7._0x2186e5,_0x5b61e7._0x9d21b2,0x556,0x4bc)](_0x2ee6ff['substring'](-0x4a3*-0x4+0x3a*-0x6a+-0x8c*-0xa,_0x4ee184),'...');}const _0x120366=formatMentionsPlainText(_0x463ccb);let _0x4389db=_0x3e3a63[_0x418097(_0x5b61e7._0x525b77,0x562,0x554,0x58b)](formatMentionsHtml,_0x463ccb);_0x4389db=_0x4389db[_0x155fc5(-_0x5b61e7._0x45809a,-0x1b0,-0x16a,-0x1be)](/\n/g,_0x3e3a63[_0x155fc5(-_0x5b61e7._0x470d05,-0x258,-0x216,-_0x5b61e7._0x2d10dc)]);function _0x155fc5(_0x4640c3,_0x3aea73,_0x1a5425,_0x4e8d33){return _0x4342(_0x4e8d33- -_0x3ff6a0._0x18fc30,_0x3aea73);}const _0x3c681c={};return _0x3c681c[_0x155fc5(-0x26b,-0x1d0,-0x1f1,-_0x5b61e7._0x4d6702)]=_0x4389db,_0x3c681c[_0x155fc5(-0x240,-0x22d,-0x1ff,-_0x5b61e7._0x10f8a3)]=_0x120366,_0x3c681c;}function formatDate(_0x71b029){const _0x37a0c2={_0x3d8c1a:0x182,_0x4a4557:0x13b,_0x4d0ae5:0x48e,_0x40ff26:0x43b,_0x28b59f:0x4c9,_0x333519:0x4cc,_0x542046:0x465,_0x586372:0x446,_0x52d9d6:0x486,_0x581e87:0x465,_0x635516:0x491,_0x146a48:0x492,_0x58d05a:0x150,_0x347ba8:0x193,_0x35d0eb:0x464,_0x23e934:0x48a,_0x3f2411:0x45e,_0x5c1d33:0x48c,_0x133b77:0x439,_0x348e65:0x407,_0x3be4e7:0x99,_0x2f1061:0x6e,_0x2a111b:0x481,_0x2bf19d:0xa9,_0xdb3dd6:0xf1,_0x176733:0x81,_0x15972d:0x478,_0x126eaa:0x42e,_0x4341cf:0x415,_0x43be6c:0x145,_0x38146e:0x12a,_0x48e4e9:0x167,_0x2ac714:0x4a5,_0x5af4f9:0x46c,_0x18e9ef:0x46d,_0x1d9ceb:0x476,_0x2a11ec:0x47e,_0x1fd7ab:0x475},_0x34bd14={_0x23fb73:0xbb},_0x411169={_0x4b77ca:0x276},_0x521420={};_0x521420[_0x19eaea(_0x37a0c2._0x3d8c1a,0x13f,_0x37a0c2._0x4a4557,0xf0)]=function(_0xecd56d,_0x150f21){return _0xecd56d+_0x150f21;},_0x521420[_0x18f304(0x462,0x486,_0x37a0c2._0x4d0ae5,0x47d)]=function(_0x9c69a3,_0x5bfee7){return _0x9c69a3===_0x5bfee7;},_0x521420['jGXKE']=_0x18f304(0x415,0x46d,_0x37a0c2._0x40ff26,0x4c5),_0x521420['KWxrr']='en-US',_0x521420[_0x18f304(_0x37a0c2._0x28b59f,0x478,_0x37a0c2._0x333519,0x428)]='numeric',_0x521420[_0x18f304(0x46b,_0x37a0c2._0x542046,0x4ad,_0x37a0c2._0x586372)]='short',_0x521420[_0x19eaea(0x162,0x13b,0x17a,0xe1)]=_0x18f304(0x47b,0x447,0x49b,0x43a);function _0x18f304(_0x3bb6a0,_0x49c3f0,_0x23cbc4,_0x9f5c58){return _0x4342(_0x49c3f0-_0x411169._0x4b77ca,_0x3bb6a0);}function _0x19eaea(_0x31fed4,_0x3b4f9b,_0x4bbb96,_0x276086){return _0x4342(_0x3b4f9b- -_0x34bd14._0x23fb73,_0x4bbb96);}const _0x438fac=_0x521420;try{if(_0x438fac[_0x18f304(0x486,_0x37a0c2._0x52d9d6,_0x37a0c2._0x581e87,0x496)](_0x438fac['jGXKE'],_0x18f304(0x48d,_0x37a0c2._0x635516,_0x37a0c2._0x146a48,0x45d)))_0x4ed1f4=_0x438fac[_0x19eaea(_0x37a0c2._0x58d05a,0x13f,0x13d,_0x37a0c2._0x347ba8)](_0x1be17f[_0x18f304(0x4ae,_0x37a0c2._0x35d0eb,_0x37a0c2._0x23e934,_0x37a0c2._0x3f2411)](0xfe8*-0x1+0x6f*-0x5a+0x36ee,_0x6e9bab),'...');else return new Date(_0x71b029)[_0x18f304(_0x37a0c2._0x5c1d33,_0x37a0c2._0x133b77,0x457,_0x37a0c2._0x348e65)+_0x19eaea(_0x37a0c2._0x3be4e7,0xc1,_0x37a0c2._0x2f1061,0xb5)](_0x438fac[_0x18f304(0x42b,0x429,_0x37a0c2._0x2a111b,0x3ce)],{'weekday':_0x19eaea(0x8b,_0x37a0c2._0x2bf19d,_0x37a0c2._0xdb3dd6,_0x37a0c2._0x176733),'year':_0x438fac[_0x18f304(0x446,_0x37a0c2._0x15972d,0x429,0x44d)],'month':_0x438fac[_0x18f304(_0x37a0c2._0x126eaa,0x465,_0x37a0c2._0x4341cf,0x41e)],'day':_0x438fac[_0x19eaea(_0x37a0c2._0x43be6c,0x147,_0x37a0c2._0x38146e,_0x37a0c2._0x48e4e9)],'hour':_0x438fac[_0x18f304(_0x37a0c2._0x2ac714,_0x37a0c2._0x5af4f9,_0x37a0c2._0x18e9ef,_0x37a0c2._0x1d9ceb)],'minute':_0x438fac[_0x18f304(0x45f,0x46c,_0x37a0c2._0x2a11ec,_0x37a0c2._0x1fd7ab)]});}catch{return _0x71b029;}}function _0x4342(_0x1f4812,_0x3b59ab){_0x1f4812=_0x1f4812-(-0x38d+-0x1*0x2257+0x2748);const _0x428aca=_0x7408();let _0x7f19a4=_0x428aca[_0x1f4812];if(_0x4342['JwaAqX']===undefined){var _0x3cce05=function(_0x5738e4){const _0x51a5d8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3eb870='',_0x7665eb='';for(let _0x1b544f=0x3*0x505+0x2559+-0x3468,_0x16fd4a,_0x2bb357,_0x52dad0=-0x2d*0x15+0x2*-0x457+0xc5f;_0x2bb357=_0x5738e4['charAt'](_0x52dad0++);~_0x2bb357&&(_0x16fd4a=_0x1b544f%(0x2219+-0x27*0xe9+0x16a*0x1)?_0x16fd4a*(-0x431+0x3*0x50e+-0xab9)+_0x2bb357:_0x2bb357,_0x1b544f++%(-0x10a4+0x3*-0x3d9+0x1c33))?_0x3eb870+=String['fromCharCode'](-0x1345*0x1+0xe77*-0x1+0x20b*0x11&_0x16fd4a>>(-(-0x4e*-0x3e+0x4c0*0x7+0x1a11*-0x2)*_0x1b544f&-0x21c+0x27f+0x1f*-0x3)):-0x103b+0x2169*-0x1+0x31a4){_0x2bb357=_0x51a5d8['indexOf'](_0x2bb357);}for(let _0x368b29=-0x3*-0x6f1+-0x1*-0x42b+-0x18fe,_0x10b701=_0x3eb870['length'];_0x368b29<_0x10b701;_0x368b29++){_0x7665eb+='%'+('00'+_0x3eb870['charCodeAt'](_0x368b29)['toString'](-0x1ee2*-0x1+0x1*-0xf85+0xf4d*-0x1))['slice'](-(0xa09+0x4*-0x292+0x5*0xd));}return decodeURIComponent(_0x7665eb);};_0x4342['fNFePQ']=_0x3cce05,_0x4342['ACHXcI']={},_0x4342['JwaAqX']=!![];}const _0x536309=_0x428aca[0x2cf+0xce3*-0x3+0x2c2*0xd],_0x297919=_0x1f4812+_0x536309,_0x4e59f6=_0x4342['ACHXcI'][_0x297919];return!_0x4e59f6?(_0x7f19a4=_0x4342['fNFePQ'](_0x7f19a4),_0x4342['ACHXcI'][_0x297919]=_0x7f19a4):_0x7f19a4=_0x4e59f6,_0x7f19a4;}function buildTaskUrl(_0x394198,_0x1d9ac1,_0x30a6dd){const _0x4b9788={_0xcbd4be:0x431,_0x4964f4:0x489,_0x18740f:0x442,_0x58639e:0x419,_0x2440db:0x144,_0x426f1d:0x46a,_0xc3e339:0x453,_0x32464d:0x426,_0x27896a:0x440,_0x160329:0x187,_0x1b3768:0x142,_0x4f040e:0x423},_0x1e24b6={};_0x1e24b6[_0x5ddfa4(0x42b,_0x4b9788._0xcbd4be,_0x4b9788._0x4964f4,_0x4b9788._0x18740f)]=function(_0x29bb26,_0x31b3f6){return _0x29bb26===_0x31b3f6;},_0x1e24b6[_0x5ddfa4(_0x4b9788._0x58639e,0x40e,0x416,0x420)]=_0x513753(-0x141,-0x18d,-0x141,-_0x4b9788._0x2440db);const _0x19b50f=_0x1e24b6,_0x45e6cc=_0x30a6dd?_0x30a6dd[_0x5ddfa4(_0x4b9788._0x426f1d,_0x4b9788._0xc3e339,_0x4b9788._0x32464d,_0x4b9788._0x27896a)](/\/$/,''):'';if(_0x1d9ac1&&_0x19b50f['uRYnb'](_0x1d9ac1[_0x513753(-0x14d,-_0x4b9788._0x160329,-0x16c,-0xf5)],_0x19b50f['NSlRB']))return _0x45e6cc+('/index.htm'+_0x513753(-0x14e,-0x13e,-0x185,-_0x4b9788._0x1b3768)+'e=')+_0x394198;function _0x5ddfa4(_0x333239,_0x2d5016,_0x2b72aa,_0x433c18){return _0x4342(_0x2d5016-0x244,_0x2b72aa);}function _0x513753(_0x2a0a84,_0xc85f65,_0x352704,_0xc346b7){return _0x4342(_0x2a0a84- -0x33f,_0xc85f65);}return _0x45e6cc+(_0x5ddfa4(0x411,0x3dd,0x435,_0x4b9788._0x4f040e)+'?id=')+_0x394198;}export async function sendMentionNotifications({commentContent:_0x51ec5d,commenter:_0x588601,task:_0x533886,taskId:_0x24b0de,commentedAt:_0x5c4456,baseUrl:_0x57df65}){const _0x740f6d={_0xc41110:0x40c,_0x2f1110:0x3e2,_0x39b50e:0x3d1,_0x43a97b:0x360,_0x459dce:0x341,_0x445071:0x3d4,_0x143cf3:0x3c5,_0x441bee:0x2dd,_0x24e0f0:0x352,_0x3acf3c:0x337,_0x5ecb58:0x3f3,_0x5132e3:0x34a,_0x100bd1:0x322,_0x354e1e:0x3ae,_0x5b4611:0x3c9,_0xdc9d04:0x3b2,_0x3ea074:0x3cf,_0x36eeb4:0x339,_0x2ab83e:0x319,_0x4698cb:0x2ff,_0x564199:0x34e,_0x6ef663:0x359,_0x916ed:0x334,_0x434d44:0x318,_0x3a66cf:0x391,_0x4079e6:0x348,_0x4936c6:0x30d,_0x30614a:0x3ee,_0x12ea74:0x38f,_0x5dfe3d:0x3ba,_0x265c37:0x373,_0x476474:0x3b1,_0x641da9:0x39d,_0x4c1dbf:0x3a3,_0x282fc6:0x379,_0x458acd:0x36e,_0xd46ba2:0x392,_0x4dd591:0x38b,_0x2fb710:0x398,_0x38a446:0x343,_0x1c4274:0x38d,_0x32a957:0x35c,_0xe77d32:0x3e3,_0x3e8df4:0x311,_0x3c45eb:0x352,_0x2a81c6:0x35e,_0x3b125f:0x320,_0x42d1a2:0x412,_0x5da71e:0x3a1,_0x163f48:0x381,_0x3e7c43:0x3bf,_0x4a4eb0:0x373,_0x31d896:0x330,_0x2ee84a:0x31c,_0x21c9ad:0x33e,_0x897555:0x375,_0x1a0ce9:0x39d,_0x38bc29:0x3c7,_0x29084e:0x388,_0x3ddcdc:0x3af,_0x46c1cd:0x39a,_0x236683:0x3a5,_0x5836c5:0x3bb,_0x4ce3f1:0x354,_0x31b561:0x310,_0x2d44c8:0x41b,_0x524644:0x3a8,_0x388d6f:0x3a6,_0x627ce3:0x396,_0x420913:0x3c5,_0x17c1f9:0x38a,_0x3e77f6:0x346,_0x28c253:0x333,_0x42368e:0x33b,_0x2656e3:0x355,_0x3eac1e:0x3e6,_0x14cb87:0x374,_0x5cc528:0x3a6,_0x29d0e4:0x3db,_0x482062:0x3dd,_0x4383ee:0x434,_0x3be0df:0x344,_0x4af785:0x36c,_0x13fa0d:0x386,_0x4e116e:0x387,_0x5d9fb5:0x35c,_0x97ead6:0x382,_0x4e03a2:0x3ad,_0x2586ec:0x3f9,_0x1e96d1:0x3b6,_0x55fb42:0x3a7,_0x2be68c:0x3e9,_0x189e49:0x396,_0x5084e2:0x3b5,_0x37099f:0x35b,_0x5dee29:0x351,_0x1ca1b5:0x395,_0x2a63c6:0x3ae,_0x2450ea:0x3e1,_0x2be86f:0x41b,_0x798d37:0x371,_0x4ed1df:0x3c2,_0xb8a7a3:0x360,_0x281d94:0x40f,_0x34188a:0x3f0,_0x14af64:0x3f4,_0x3bb8b7:0x3aa,_0x467ed1:0x3ea,_0x5f153f:0x3e5,_0x4c6b96:0x378,_0x3816b4:0x3de,_0x4ac620:0x376,_0x1124d8:0x3c3,_0x56e75b:0x356,_0x2739c4:0x394,_0x27ca01:0x3ca,_0x89ff8a:0x364,_0x4690cf:0x3d9,_0x3a5c1b:0x3bd,_0x3eeb01:0x393,_0x152ff2:0x419,_0x5e27bb:0x39f,_0x432c14:0x3e8,_0x4575e6:0x394,_0x3dfcb6:0x33d,_0x25ec0a:0x37a,_0x4d10f4:0x38e,_0x4ebfc4:0x337,_0x43d6e2:0x37b,_0x5ad9b3:0x3ac,_0x1c2d12:0x38c,_0x210190:0x3ec,_0x5d9925:0x433,_0x5320e2:0x39c,_0x1acb80:0x3d5,_0x147249:0x35d,_0x45b9fd:0x388,_0x1a6a72:0x3c8,_0x258dd7:0x3ae,_0x9f5cf7:0x3a0,_0x9979ff:0x3c4,_0x3b1c75:0x3a4,_0x1fb90c:0x3a8,_0x3e472f:0x399,_0x253e35:0x3f4,_0x4cbe61:0x3b3,_0x1ed8d7:0x384,_0x17a40b:0x382,_0x280e2a:0x399,_0x1d5c5d:0x369,_0x57a485:0x345,_0xa2fd40:0x2fe,_0x17fbb7:0x3ed,_0x3468a9:0x385,_0x417b63:0x32e,_0x4f5807:0x311,_0xadae2e:0x34d,_0x23d7b8:0x3a7,_0x50ddb6:0x38f,_0x37d2a2:0x36d,_0x502675:0x3a9,_0x4ae830:0x3dc,_0x31939f:0x367,_0x169ba1:0x3f5,_0xa60f74:0x3fd,_0x13481a:0x385,_0x4c8ea4:0x37d,_0x43df14:0x336,_0x5c4940:0x3d8,_0x398608:0x402,_0x254a60:0x40e,_0xced760:0x3f8,_0x2c8918:0x368,_0x1ee507:0x30f,_0x2435c1:0x3b4,_0x398ce5:0x400,_0x1e990d:0x3af,_0x420c40:0x3a1,_0x4f3f3b:0x33c,_0x51b32b:0x359,_0x462409:0x338,_0x3546d8:0x338,_0x58742c:0x354,_0x936a96:0x3ab,_0x3cfe45:0x3af,_0x6643a1:0x432,_0x125220:0x3d8},_0x421b13={_0x53dc3c:0x1d9},_0x1e6f06={_0x4d8ee6:0x1ce};function _0x589aa5(_0x5c2906,_0x30f43e,_0x1327d8,_0x28d782){return _0x4342(_0x1327d8-_0x1e6f06._0x4d8ee6,_0x5c2906);}const _0x1afd87={'iQYft':function(_0x1eecb6,_0x1008ef){return _0x1eecb6+_0x1008ef;},'aJLqB':'...','FfZEw':function(_0x4ef82b,_0x368357){return _0x4ef82b(_0x368357);},'XGWPo':_0x589aa5(_0x740f6d._0xc41110,0x3ae,0x3b3,0x3fc),'JWAtn':_0x589aa5(_0x740f6d._0x2f1110,0x3fd,_0x740f6d._0x39b50e,0x41f),'DDBqI':'&lt;','sybXJ':_0x3d700c(_0x740f6d._0x43a97b,_0x740f6d._0x459dce,0x36c,0x3ad),'hrZYF':'&quot;','VMsfz':'@$1','GEdtt':_0x589aa5(0x40d,0x3e4,_0x740f6d._0x445071,_0x740f6d._0x143cf3)+_0x589aa5(_0x740f6d._0x441bee,_0x740f6d._0x24e0f0,_0x740f6d._0x3acf3c,0x313),'wurgN':function(_0x46a40b,_0x4944e7){return _0x46a40b===_0x4944e7;},'WQBhF':function(_0x5a345e){return _0x5a345e();},'KCLFi':function(_0x187d84,_0x2cabed){return _0x187d84!==_0x2cabed;},'DgwTk':_0x3d700c(0x3e0,_0x740f6d._0x5ecb58,0x414,0x40d),'RqNAe':_0x3d700c(_0x740f6d._0x5132e3,0x2ff,_0x740f6d._0x100bd1,0x3a3),'PEHFn':_0x589aa5(_0x740f6d._0x354e1e,_0x740f6d._0x5b4611,_0x740f6d._0xdc9d04,_0x740f6d._0x3ea074)+_0x589aa5(_0x740f6d._0x36eeb4,_0x740f6d._0x2ab83e,0x376,0x3c4)+',\x20skipping'+_0x589aa5(0x313,_0x740f6d._0x4698cb,_0x740f6d._0x564199,0x398)+'otificatio'+'ns','vywAr':_0x3d700c(0x3f6,0x3b9,0x415,0x422)+_0x3d700c(_0x740f6d._0x6ef663,_0x740f6d._0x916ed,0x348,_0x740f6d._0x434d44)+_0x589aa5(0x359,0x375,0x36f,0x3ab)+'ns','YemFW':function(_0x395f14,_0x340ce5,_0x965b18,_0x952f55){return _0x395f14(_0x340ce5,_0x965b18,_0x952f55);},'vRTrI':function(_0x3c018d,_0xa60117){return _0x3c018d===_0xa60117;},'dQPIQ':function(_0x2ce57b,_0x1ec430){return _0x2ce57b!==_0x1ec430;},'nkoWJ':_0x3d700c(0x399,0x3c3,0x391,0x384),'dREXz':'Mentioned\x20'+_0x3d700c(_0x740f6d._0x3a66cf,0x385,0x390,_0x740f6d._0x4079e6)+_0x589aa5(_0x740f6d._0x4936c6,0x39a,0x35f,0x316),'tTFNr':_0x3d700c(_0x740f6d._0x30614a,0x3de,0x426,0x3cf),'KHyRd':'Mentioned\x20'+'user\x20has\x20n'+'o\x20email','UxkmX':_0x3d700c(_0x740f6d._0x12ea74,0x3bf,0x3a6,0x37d)+'ention\x20not'+_0x589aa5(0x36a,0x36a,_0x740f6d._0x5dfe3d,0x3a8)+_0x589aa5(0x312,_0x740f6d._0x265c37,0x334,0x32d),'HkhYH':function(_0x148939,_0x562368){return _0x148939(_0x562368);},'JGyaI':_0x3d700c(_0x740f6d._0x476474,0x3ea,_0x740f6d._0x641da9,_0x740f6d._0x4c1dbf)+_0x3d700c(0x350,_0x740f6d._0x282fc6,0x348,0x378)+_0x3d700c(_0x740f6d._0x4079e6,_0x740f6d._0x458acd,_0x740f6d._0xd46ba2,0x381),'kTIMZ':_0x3d700c(_0x740f6d._0x4dd591,_0x740f6d._0x2fb710,0x346,_0x740f6d._0x38a446)+_0x3d700c(0x358,0x374,_0x740f6d._0x1c4274,_0x740f6d._0x32a957)+_0x589aa5(0x3b9,_0x740f6d._0x12ea74,0x3d9,_0x740f6d._0xe77d32)+_0x589aa5(0x342,_0x740f6d._0x3e8df4,_0x740f6d._0x3c45eb,_0x740f6d._0x2a81c6),'iXKOH':function(_0x35f566,_0x542ab7){return _0x35f566!==_0x542ab7;},'GMKoy':'OVYyj'};function _0x3d700c(_0x3a56ee,_0x2429e5,_0x322716,_0x316724){return _0x4342(_0x3a56ee-_0x421b13._0x53dc3c,_0x2429e5);}try{if(_0x1afd87[_0x589aa5(0x369,_0x740f6d._0x3b125f,0x366,0x326)](_0x589aa5(_0x740f6d._0x42d1a2,0x402,0x3cf,_0x740f6d._0x5da71e),_0x3d700c(0x370,0x382,0x3c8,_0x740f6d._0x163f48))){const _0xc63606={};_0xc63606[_0x589aa5(_0x740f6d._0x5132e3,_0x740f6d._0x3e7c43,_0x740f6d._0x4a4eb0,0x39e)]='',_0xc63606['text']='';if(!_0x5d44d4)return _0xc63606;let _0x349f7b=_0x5c4bc4;_0x5142d4[_0x589aa5(_0x740f6d._0x31d896,_0x740f6d._0x2ee84a,_0x740f6d._0x21c9ad,0x31c)]>_0x46bf20&&(_0x349f7b=_0x1afd87[_0x589aa5(0x3a6,0x3bf,_0x740f6d._0x897555,_0x740f6d._0x1a0ce9)](_0x58d1cd[_0x3d700c(_0x740f6d._0x38bc29,0x37c,_0x740f6d._0x29084e,_0x740f6d._0x3ddcdc)](0x79a+-0x18d4+0x113a,_0x347b6e),_0x1afd87[_0x3d700c(_0x740f6d._0x46c1cd,_0x740f6d._0x236683,_0x740f6d._0x5ecb58,_0x740f6d._0xd46ba2)]));const _0x1d163b=_0x1afd87['FfZEw'](_0x17c12e,_0x349f7b);let _0x1ef159=_0x1afd87['FfZEw'](_0x385929,_0x349f7b);_0x1ef159=_0x1ef159['replace'](/\n/g,_0x1afd87[_0x3d700c(0x3a5,0x350,_0x740f6d._0x5b4611,0x379)]);const _0x20613f={};return _0x20613f[_0x589aa5(_0x740f6d._0x5836c5,0x378,_0x740f6d._0x265c37,_0x740f6d._0x4ce3f1)]=_0x1ef159,_0x20613f[_0x589aa5(_0x740f6d._0x31b561,0x324,0x363,0x39f)]=_0x1d163b,_0x20613f;}else{const _0x8df83c=await _0x1afd87[_0x3d700c(0x3f3,_0x740f6d._0x2d44c8,0x39d,_0x740f6d._0x524644)](isEmailConfigured);if(!_0x8df83c){if(_0x1afd87[_0x3d700c(_0x740f6d._0x388d6f,0x3e5,0x356,_0x740f6d._0x627ce3)](_0x1afd87[_0x589aa5(_0x740f6d._0x420913,0x34d,_0x740f6d._0x17c1f9,0x32f)],_0x1afd87[_0x3d700c(_0x740f6d._0x3e77f6,_0x740f6d._0x28c253,_0x740f6d._0x42368e,0x2fa)])){logger[_0x589aa5(0x366,0x35a,0x3a0,_0x740f6d._0x2656e3)](_0x1afd87[_0x3d700c(0x3bc,_0x740f6d._0x3eac1e,_0x740f6d._0x14cb87,0x3d8)]);return;}else{if(!_0x4c2855)return'';return _0x1caffc[_0x3d700c(0x3e8,_0x740f6d._0x5cc528,0x3dd,0x39a)](/&/g,_0x1afd87['JWAtn'])[_0x589aa5(0x3f0,_0x740f6d._0x29d0e4,_0x740f6d._0x482062,_0x740f6d._0x4383ee)](/</g,_0x1afd87[_0x3d700c(0x398,0x34d,_0x740f6d._0x3be0df,0x3a6)])[_0x589aa5(0x3b0,0x3f5,_0x740f6d._0x482062,_0x740f6d._0x236683)](/>/g,_0x1afd87[_0x3d700c(_0x740f6d._0x4af785,0x32e,0x3bc,0x38e)])[_0x3d700c(0x3e8,0x3ea,_0x740f6d._0xd46ba2,0x442)](/"/g,_0x1afd87[_0x3d700c(0x37f,0x3d8,_0x740f6d._0x42368e,_0x740f6d._0x13fa0d)]);}}const _0x38a16f=parseMentions(_0x51ec5d);if(_0x38a16f['length']===-0x415+-0x50a+0x91f)return;const _0x2656c1={};_0x2656c1[_0x3d700c(_0x740f6d._0x4e116e,0x3cb,0x383,0x3d3)]=_0x24b0de,_0x2656c1[_0x3d700c(0x3b0,_0x740f6d._0x5d9fb5,0x3af,_0x740f6d._0xdc9d04)+_0x589aa5(0x3e9,_0x740f6d._0x97ead6,_0x740f6d._0x4e03a2,0x3a0)]=_0x38a16f,_0x2656c1['commenter']=_0x588601[_0x589aa5(_0x740f6d._0x2586ec,_0x740f6d._0x1e96d1,_0x740f6d._0x55fb42,0x3bd)],logger[_0x3d700c(0x38e,0x383,0x3a3,_0x740f6d._0x2be68c)](_0x1afd87[_0x589aa5(0x350,0x3b9,_0x740f6d._0x189e49,_0x740f6d._0x4c1dbf)],_0x2656c1);const _0x10e0d2=_0x1afd87[_0x589aa5(0x380,0x3bc,_0x740f6d._0x5084e2,0x3ff)](buildTaskUrl,_0x24b0de,_0x533886,_0x57df65),_0x22417e=_0x1afd87['vRTrI'](_0x533886['status'],'objective'),_0x193cba=_0x533886[_0x3d700c(0x392,_0x740f6d._0x37099f,0x34f,0x3bf)]||_0x533886[_0x3d700c(_0x740f6d._0x5dee29,0x39e,_0x740f6d._0x1ca1b5,0x34f)]||(_0x22417e?_0x3d700c(0x38a,0x3de,_0x740f6d._0x2a63c6,_0x740f6d._0x2450ea)+_0x24b0de:_0x589aa5(_0x740f6d._0x2be86f,0x428,0x3d7,_0x740f6d._0x4c1dbf)+_0x24b0de);for(const _0x441017 of _0x38a16f){if(_0x1afd87[_0x3d700c(_0x740f6d._0x798d37,0x337,0x398,_0x740f6d._0x4e03a2)](_0x441017,_0x588601[_0x3d700c(0x39f,_0x740f6d._0x4ed1df,0x34d,_0x740f6d._0xb8a7a3)]))continue;try{const _0x50c463=await findUserById(_0x441017);if(!_0x50c463){if(_0x1afd87[_0x589aa5(0x3e3,_0x740f6d._0x4c1dbf,_0x740f6d._0x1e96d1,_0x740f6d._0x281d94)](_0x1afd87[_0x589aa5(_0x740f6d._0x34188a,_0x740f6d._0x14af64,_0x740f6d._0x3bb8b7,_0x740f6d._0x467ed1)],_0x3d700c(0x399,_0x740f6d._0x5f153f,0x3cc,_0x740f6d._0x4c6b96)))return _0x52fe87+('/index.htm'+_0x589aa5(_0x740f6d._0x3816b4,_0x740f6d._0x4ac620,_0x740f6d._0x3e7c43,_0x740f6d._0x1124d8)+'e=')+_0x1f4812;else{const _0x19d8ba={};_0x19d8ba[_0x589aa5(0x3ed,_0x740f6d._0x56e75b,_0x740f6d._0x2739c4,_0x740f6d._0x27ca01)]=_0x441017,logger[_0x3d700c(0x3ab,_0x740f6d._0x89ff8a,_0x740f6d._0x4690cf,0x3ab)](_0x1afd87['dREXz'],_0x19d8ba);continue;}}if(!_0x50c463[_0x3d700c(0x38d,0x398,0x369,0x3d2)]){if(_0x1afd87[_0x589aa5(0x3d7,_0x740f6d._0x3a5c1b,_0x740f6d._0x1124d8,0x376)]!==_0x1afd87[_0x3d700c(0x3ce,_0x740f6d._0x3eeb01,_0x740f6d._0x152ff2,_0x740f6d._0x5e27bb)]){if(!_0x2a92a6)return'';return _0x4232eb[_0x3d700c(_0x740f6d._0x432c14,0x3b0,_0x740f6d._0x4575e6,0x3e6)](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0x1afd87[_0x3d700c(0x344,_0x740f6d._0x3dfcb6,_0x740f6d._0x25ec0a,_0x740f6d._0x4d10f4)]);}else{const _0x160132={};_0x160132[_0x589aa5(0x35a,0x3c9,0x394,_0x740f6d._0x4ebfc4)]=_0x441017,logger[_0x589aa5(0x3da,_0x740f6d._0x38a446,0x3a0,0x383)](_0x1afd87[_0x3d700c(0x362,0x3b0,_0x740f6d._0x43d6e2,0x320)],_0x160132);continue;}}const _0x215360=_0x50c463[_0x3d700c(_0x740f6d._0x5ad9b3,0x37f,0x3b6,_0x740f6d._0x1c2d12)+'s']?.[_0x3d700c(_0x740f6d._0x210190,_0x740f6d._0x5d9925,0x3ca,_0x740f6d._0x5320e2)+_0x589aa5(0x43b,_0x740f6d._0x1acb80,_0x740f6d._0x467ed1,0x3a2)]!==![];if(!_0x215360){const _0x9a15e1={};_0x9a15e1[_0x589aa5(_0x740f6d._0x147249,_0x740f6d._0x45b9fd,0x394,_0x740f6d._0x1a6a72)]=_0x441017,logger[_0x589aa5(0x3ab,_0x740f6d._0x258dd7,_0x740f6d._0x9f5cf7,_0x740f6d._0x9979ff)](_0x1afd87['UxkmX'],_0x9a15e1);continue;}const _0x3bea30=_0x1afd87[_0x3d700c(_0x740f6d._0x3b1c75,0x3de,_0x740f6d._0x1fb90c,_0x740f6d._0x3e472f)](formatCommentForEmail,_0x51ec5d);await _0x1afd87[_0x589aa5(_0x740f6d._0xe77d32,_0x740f6d._0x253e35,_0x740f6d._0x3e472f,_0x740f6d._0x4cbe61)](sendTemplatedEmail,{'to':_0x50c463[_0x589aa5(_0x740f6d._0x1ed8d7,0x350,_0x740f6d._0x17a40b,0x345)],'template':_0x589aa5(0x33e,_0x740f6d._0x280e2a,_0x740f6d._0x1d5c5d,0x3bf)+_0x589aa5(0x36b,0x33f,_0x740f6d._0x57a485,_0x740f6d._0xa2fd40),'data':{'type':_0x3d700c(_0x740f6d._0x17fbb7,0x431,0x43b,_0x740f6d._0x5b4611),'recipientName':_0x50c463[_0x3d700c(0x351,0x36e,_0x740f6d._0x1ed8d7,0x35d)]||_0x50c463[_0x589aa5(0x3e3,0x3f6,0x3a7,_0x740f6d._0x3468a9)],'actorName':_0x588601['name']||_0x588601['username'],'taskTitle':_0x193cba,'taskUrl':_0x10e0d2,'isObjective':_0x22417e,'commentPreviewHtml':_0x3bea30[_0x589aa5(0x3a4,0x3ae,_0x740f6d._0x4a4eb0,_0x740f6d._0x417b63)],'commentPreviewText':_0x3bea30[_0x3d700c(0x36e,_0x740f6d._0x3a66cf,_0x740f6d._0x4f5807,0x32e)],'commentedAt':_0x1afd87[_0x589aa5(0x3c7,_0x740f6d._0xadae2e,_0x740f6d._0x3468a9,0x39a)](formatDate,_0x5c4456)}});const _0x4bda3d={};_0x4bda3d['to']=_0x50c463[_0x589aa5(0x378,_0x740f6d._0x23d7b8,0x382,0x37f)],_0x4bda3d['userId']=_0x441017,_0x4bda3d[_0x3d700c(0x387,0x34e,0x375,0x3a1)]=_0x24b0de,logger['info'](_0x1afd87[_0x589aa5(_0x740f6d._0x50ddb6,0x31c,_0x740f6d._0x37d2a2,0x37f)],_0x4bda3d);}catch(_0x343c89){const _0x37dc4a={};_0x37dc4a[_0x3d700c(0x39f,_0x740f6d._0x502675,_0x740f6d._0x5da71e,_0x740f6d._0x4ae830)]=_0x441017,_0x37dc4a['error']=_0x343c89[_0x589aa5(0x374,_0x740f6d._0x31939f,_0x740f6d._0x147249,0x30f)],logger[_0x3d700c(_0x740f6d._0x5dfe3d,_0x740f6d._0x169ba1,_0x740f6d._0xa60f74,_0x740f6d._0x13481a)](_0x1afd87[_0x589aa5(_0x740f6d._0x4c8ea4,0x2f0,_0x740f6d._0x43df14,_0x740f6d._0x2ab83e)],_0x37dc4a);}}}}catch(_0x513d18){if(_0x1afd87[_0x589aa5(0x3a6,0x3f4,0x3c7,0x3b1)](_0x1afd87[_0x3d700c(_0x740f6d._0x5c4940,_0x740f6d._0x398608,_0x740f6d._0x254a60,_0x740f6d._0xced760)],_0x3d700c(_0x740f6d._0x4c8ea4,0x32a,0x378,0x3d8))){const _0x30ac68={};_0x30ac68[_0x3d700c(0x387,0x3c1,0x3bd,0x35f)]=_0x24b0de,_0x30ac68['error']=_0x513d18[_0x3d700c(_0x740f6d._0x2c8918,0x366,_0x740f6d._0x1ee507,0x39e)],logger[_0x589aa5(_0x740f6d._0x2435c1,_0x740f6d._0x398ce5,_0x740f6d._0x1e990d,_0x740f6d._0x420c40)]('Failed\x20to\x20'+_0x589aa5(0x369,0x2e7,_0x740f6d._0x4f3f3b,_0x740f6d._0x51b32b)+_0x589aa5(_0x740f6d._0x462409,_0x740f6d._0x3546d8,_0x740f6d._0x798d37,_0x740f6d._0x58742c)+'fications',_0x30ac68);}else{const _0x49fc55={};_0x49fc55[_0x3d700c(_0x740f6d._0x189e49,0x3c6,0x3cc,0x37e)]=_0x4a37fc,_0x49fc55['taskId']=_0x316af2,_0x43e7f3[_0x3d700c(_0x740f6d._0x936a96,0x3dc,0x3b7,_0x740f6d._0x3cfe45)](_0x1afd87[_0x589aa5(_0x740f6d._0x6643a1,0x41d,_0x740f6d._0x125220,0x3e1)],_0x49fc55);return;}}}export async function sendCommentNotification({commentContent:_0x249a27,commenter:_0x36768b,task:_0x3fbfcb,taskId:_0x2d0563,commentedAt:_0x43c78a,baseUrl:_0x470a8d}){const _0x5043da={_0x2490cd:0x1f0,_0x2e30b5:0x1a1,_0x4903c0:0x1d5,_0x16123f:0x171,_0x379d3f:0x1c9,_0x3a98f5:0x241,_0x58dee6:0x201,_0x69e129:0x1ff,_0x35afbd:0x1a5,_0x49a749:0x176,_0x58ed01:0x231,_0x5e0bcb:0x22d,_0x40b925:0x1e3,_0x43990d:0x21f,_0x40ff69:0x1cf,_0x4b74ca:0x1d6,_0x30b3c4:0x19c,_0x2475f7:0x154,_0xb6c24b:0x1f8,_0x5c9bd5:0x1c2,_0x20036d:0x19f,_0x3aab76:0x149,_0xfa8056:0xfd,_0x36b3a7:0x171,_0x341c15:0x1c1,_0x40c990:0x1e6,_0x5a03eb:0x177,_0x58c240:0x18b,_0x1a827a:0x12e,_0x3ee3c5:0x157,_0x110cec:0x15f,_0x53470e:0x184,_0x115eeb:0x1af,_0xc1c410:0x1c3,_0x54f7b3:0x1b9,_0x3fd2f5:0x1f2,_0x5767b5:0x252,_0x14b359:0x1e1,_0x47aac6:0x140,_0x464c81:0xfe,_0x4c8d9b:0x12a,_0x4409b6:0x1ca,_0x46c683:0x188,_0x189d71:0x22c,_0x4fdcac:0x1ca,_0x1f8bed:0x1d1,_0x4cb75e:0x1ee,_0x5d59d2:0x22d,_0x32e204:0x1e8,_0x5151d6:0x1ae,_0x1b58f9:0x1b3,_0x440be2:0x16a,_0x222535:0x1a3,_0x427210:0x1f5,_0x3a95ed:0x181,_0x3bf48a:0x167,_0x130c26:0x1af,_0x539790:0x1c6,_0x18be25:0x198,_0xd38e6d:0x1b7,_0x4522e0:0x1de,_0x38791d:0x1a6,_0x198fe8:0x1c8,_0x4b131b:0x1f0,_0x89a750:0x233,_0xb25e29:0x275,_0x34a96d:0x234,_0x28c313:0x1d1,_0x328420:0x1e1,_0x196185:0x144,_0x59638d:0x192,_0x49598c:0x245,_0x56ce5d:0x217,_0x1580bd:0x22f,_0x36624c:0x253,_0x5a4eb1:0x194,_0x41b754:0x138,_0x14e1b3:0x175,_0x21df81:0x216,_0x52cfe1:0x1df,_0x10fe19:0x1ee,_0x134171:0x1fe,_0x5f05db:0x1eb,_0x151930:0x1f8,_0x493a78:0x247,_0x1d3185:0x1fa,_0x350e41:0x13f,_0x36dd43:0x23c,_0x3c1cac:0x20d,_0x1c1610:0x1e0,_0x5c299c:0x177,_0x52fa0a:0x145,_0x33a38e:0x17e,_0x3e4deb:0x1aa,_0x3eb29b:0x1e7,_0x1c95b6:0x18c,_0x24d49c:0x1ce,_0x2085b1:0x1d3,_0x6b9c8b:0x19a,_0x45dfb5:0x1f7,_0x3dbb7c:0x153,_0x40385d:0x22e,_0x26b510:0x22f,_0x3b8eb7:0x1dc,_0x103bb5:0x1d2,_0x29dd9a:0x176,_0x48b37f:0x200,_0x1f1a9c:0x1cc,_0x25301d:0x14a,_0x4786a7:0x1af,_0x49fbd4:0x147,_0xb5c91b:0x1df,_0x1011ee:0x15b,_0x495768:0x152,_0x236213:0x1e4,_0x1cb4a9:0x14f,_0x483958:0x163,_0x102aba:0x269,_0x53318c:0x23d,_0x194aed:0x205,_0x300c48:0x1b9,_0x26a954:0x1db,_0x5e1526:0x1d9,_0x1090cb:0x131,_0xfe2455:0x19e,_0x4a2726:0x1b9,_0x32841b:0x19a,_0x4aa7b8:0x1a3,_0x1afd78:0x141,_0x50e8b5:0x165,_0x32ca54:0x19d,_0x2a05fc:0x17b,_0x91d02a:0x1b4,_0x4e1802:0x1cc,_0x18296d:0x1e3,_0x46f10c:0x230,_0x18c884:0x236,_0x3aaf7b:0x1ec,_0x39451b:0x175,_0x55e2d7:0x185,_0x235ece:0x1e9,_0x5afdf7:0x214,_0x4d47af:0x1c9,_0x141ca8:0x202,_0x57eed4:0x213,_0x430ed0:0x212,_0x5e9608:0x22e,_0x16a659:0x284,_0x23f36e:0x22c,_0xa23c79:0x1e4,_0x502d72:0x1b6,_0x577cd6:0x1c7,_0xa64715:0x1c5,_0x36be3c:0x1cb,_0x2b4fb9:0x1a3,_0x4b4e79:0x1ef,_0x15d129:0x17a,_0x37d6f3:0x1a9,_0x24da1a:0x205,_0x2a6413:0x1b5,_0x1257ee:0x1ed,_0x23e77f:0x23e,_0xa8216e:0x238,_0x49748c:0x1d7,_0xd14955:0x223,_0x25998c:0x153,_0x5408a7:0x142,_0x25f58c:0xf7,_0x3c37d6:0x228,_0x5451bb:0x26c,_0x1dd62f:0x164,_0x781554:0x1c4,_0x4f1536:0x17b,_0x53aa57:0x212,_0x485a70:0x1c8,_0x10b4aa:0x20e,_0x20b068:0x146,_0x4471d0:0x17c,_0x2ff531:0x21d,_0x3dca34:0x229,_0x4a34be:0x196,_0x52f7d6:0x151,_0x2ab35a:0x148,_0x29cb90:0x219,_0x41bd84:0x176,_0x9b3187:0x11e,_0x4b2fbe:0x17d,_0x570754:0x166,_0x1036c3:0x1a6,_0x3fd9df:0x1f3,_0x4248a2:0x1fc,_0x31c5e7:0x210,_0x10a23d:0x1ea,_0x31f61a:0x1d2,_0x31073a:0x1d3,_0x3863ea:0x1bc,_0x7d5ee6:0x1d5},_0x35d44e={_0x12abdc:0x3a5},_0x851e45={_0x29d5e7:0x357};function _0x454edb(_0x9c0d2f,_0x3bf89a,_0x3d59c1,_0x4077cc){return _0x4342(_0x9c0d2f- -_0x851e45._0x29d5e7,_0x3d59c1);}function _0x2cdb8b(_0x34bf05,_0x1a5d47,_0x2c71ba,_0x35b5ac){return _0x4342(_0x1a5d47- -_0x35d44e._0x12abdc,_0x35b5ac);}const _0x3be8d3={'HLreW':function(_0x25b739,_0x4335db){return _0x25b739(_0x4335db);},'kLvID':'Task\x20owner'+'\x20has\x20no\x20em'+_0x454edb(-_0x5043da._0x2490cd,-_0x5043da._0x2e30b5,-0x249,-_0x5043da._0x4903c0),'qPbTQ':_0x454edb(-_0x5043da._0x16123f,-_0x5043da._0x379d3f,-0x179,-0x166),'HlpNI':_0x2cdb8b(-_0x5043da._0x3a98f5,-_0x5043da._0x3a98f5,-_0x5043da._0x58dee6,-_0x5043da._0x69e129),'mrQuF':_0x454edb(-0x182,-_0x5043da._0x35afbd,-0x1a8,-_0x5043da._0x49a749),'TPQBF':_0x2cdb8b(-0x1ce,-0x1d4,-0x1df,-_0x5043da._0x58ed01),'szdIG':_0x2cdb8b(-_0x5043da._0x5e0bcb,-0x1f3,-_0x5043da._0x40b925,-0x22d)+_0x2cdb8b(-_0x5043da._0x43990d,-_0x5043da._0x40ff69,-_0x5043da._0x4b74ca,-0x1a3)+_0x454edb(-_0x5043da._0x30b3c4,-0x1f7,-0x1da,-_0x5043da._0x2475f7)+_0x2cdb8b(-0x254,-0x221,-_0x5043da._0xb6c24b,-0x250),'tzAqN':function(_0x503fb6,_0x13afcf){return _0x503fb6===_0x13afcf;},'BbJwM':'zPCOA','TbpKO':'Email\x20not\x20'+_0x454edb(-0x1af,-_0x5043da._0x5c9bd5,-0x1e2,-_0x5043da._0x20036d)+_0x454edb(-_0x5043da._0x3aab76,-_0x5043da._0xfa8056,-_0x5043da._0x36b3a7,-0x1a6)+_0x454edb(-_0x5043da._0x341c15,-0x207,-_0x5043da._0x40c990,-_0x5043da._0x5a03eb)+_0x2cdb8b(-0x1cd,-0x204,-0x1fb,-0x1f7)+'n','LVIop':function(_0x265560,_0x3ed625){return _0x265560===_0x3ed625;},'obWpz':_0x454edb(-0x190,-0x15b,-0x1de,-0x1cb),'ZHFBq':_0x454edb(-0x16c,-_0x5043da._0x58c240,-_0x5043da._0x1a827a,-_0x5043da._0x3ee3c5)+_0x454edb(-_0x5043da._0x110cec,-_0x5043da._0x53470e,-_0x5043da._0x115eeb,-0x14d)+_0x454edb(-0x183,-0x1a7,-0x199,-_0x5043da._0xc1c410)+'mment\x20noti'+'fication','IRjzN':function(_0x43ec4d,_0x2af244){return _0x43ec4d===_0x2af244;},'UDixa':_0x2cdb8b(-0x1f5,-0x19f,-_0x5043da._0x54f7b3,-_0x5043da._0x3fd2f5)+_0x2cdb8b(-0x28a,-0x23c,-_0x5043da._0x5767b5,-_0x5043da._0x14b359),'qeGXv':function(_0x160336,_0x3907e4){return _0x160336!==_0x3907e4;},'AZnoI':_0x454edb(-_0x5043da._0x47aac6,-_0x5043da._0x464c81,-_0x5043da._0x4c8d9b,-0x170),'DLkFg':_0x454edb(-_0x5043da._0x4409b6,-0x1b9,-0x184,-_0x5043da._0x46c683),'nTmin':function(_0x1d5e41,_0xd26993){return _0x1d5e41===_0xd26993;},'hOnTy':_0x2cdb8b(-_0x5043da._0x189d71,-0x1d6,-0x1c2,-_0x5043da._0x4fdcac),'BIKHL':function(_0x2f3952,_0x24d0a0,_0x181e9b,_0x37ef6a){return _0x2f3952(_0x24d0a0,_0x181e9b,_0x37ef6a);},'wqgTs':function(_0x264941,_0x4c549b){return _0x264941(_0x4c549b);},'wipQL':_0x454edb(-_0x5043da._0x1f8bed,-_0x5043da._0x4cb75e,-_0x5043da._0x5d59d2,-_0x5043da._0x32e204),'CpbqT':function(_0x39c121,_0x179b38){return _0x39c121===_0x179b38;},'QivUr':_0x2cdb8b(-0x240,-0x22b,-_0x5043da._0x32e204,-_0x5043da._0x2490cd),'mgslV':_0x454edb(-_0x5043da._0x5151d6,-_0x5043da._0x1b58f9,-_0x5043da._0x440be2,-0x1b3)};try{const _0x31660a=await isEmailConfigured();if(!_0x31660a){if(_0x3be8d3[_0x2cdb8b(-_0x5043da._0x222535,-0x1f6,-0x1f9,-_0x5043da._0x427210)](_0x3be8d3['BbJwM'],_0x454edb(-0x1d4,-0x1a6,-0x1cc,-_0x5043da._0x3a95ed))){logger['debug'](_0x3be8d3[_0x454edb(-_0x5043da._0x3bf48a,-_0x5043da._0x130c26,-0x1bb,-_0x5043da._0x49a749)]);return;}else{if(!_0x6d2374)return'';const _0x2fc3f1=_0x3be8d3[_0x2cdb8b(-_0x5043da._0x539790,-_0x5043da._0x18be25,-0x181,-0x165)](_0x1b6153,_0x2199eb);return _0x2fc3f1['replace'](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0x454edb(-_0x5043da._0xd38e6d,-_0x5043da._0x58dee6,-0x1d6,-0x16d)+_0x454edb(-_0x5043da._0x4522e0,-0x239,-0x19d,-_0x5043da._0x38791d)+'und-color:'+'\x20rgba(59,\x20'+_0x2cdb8b(-0x17d,-_0x5043da._0x198fe8,-0x16c,-0x171)+_0x2cdb8b(-_0x5043da._0x4b131b,-_0x5043da._0x89a750,-_0x5043da._0xb25e29,-_0x5043da._0x34a96d)+'or:\x20#2563e'+_0x454edb(-0x1bb,-_0x5043da._0x28c313,-0x181,-_0x5043da._0x328420)+_0x454edb(-0x16e,-0x1b9,-0x135,-_0x5043da._0x196185)+_0x454edb(-_0x5043da._0x59638d,-0x1e9,-0x19b,-0x1de)+_0x2cdb8b(-_0x5043da._0x49598c,-_0x5043da._0x56ce5d,-0x23e,-_0x5043da._0x1580bd)+_0x2cdb8b(-_0x5043da._0x36624c,-0x21a,-0x271,-0x23b)+_0x2cdb8b(-0x182,-_0x5043da._0x5a4eb1,-_0x5043da._0x41b754,-0x158)+_0x454edb(-_0x5043da._0x14e1b3,-0x13f,-0x17d,-0x16a));}}const _0x580265=_0x3fbfcb[_0x2cdb8b(-0x284,-0x227,-_0x5043da._0x21df81,-0x22d)]?.[_0x2cdb8b(-0x1c5,-_0x5043da._0x52cfe1,-_0x5043da._0x10fe19,-0x1c7)];if(!_0x580265){if(_0x3be8d3[_0x2cdb8b(-_0x5043da._0x134171,-0x230,-0x248,-0x21d)](_0x3be8d3['obWpz'],_0x3be8d3[_0x454edb(-_0x5043da._0x5f05db,-0x235,-_0x5043da._0x151930,-0x1e2)])){const _0x2ee1b9={};_0x2ee1b9[_0x2cdb8b(-_0x5043da._0x493a78,-0x1f7,-_0x5043da._0x1d3185,-0x213)]=_0x2d0563,logger[_0x454edb(-0x185,-_0x5043da._0x350e41,-0x161,-0x1c9)](_0x3be8d3['ZHFBq'],_0x2ee1b9);return;}else return _0x370600;}if(_0x3be8d3['IRjzN'](_0x580265,_0x36768b['userId']))return;const _0x2f01e6=await findUserById(_0x580265);if(!_0x2f01e6){const _0x5c8f2f={};_0x5c8f2f['ownerId']=_0x580265,_0x5c8f2f[_0x2cdb8b(-_0x5043da._0x36dd43,-0x1f7,-0x246,-_0x5043da._0x3c1cac)]=_0x2d0563,logger[_0x454edb(-0x185,-_0x5043da._0x1c1610,-0x1d1,-_0x5043da._0x5c299c)](_0x3be8d3['UDixa'],_0x5c8f2f);return;}if(!_0x2f01e6['email']){if(_0x3be8d3[_0x454edb(-_0x5043da._0x52fa0a,-0x100,-_0x5043da._0x33a38e,-0x135)](_0x3be8d3[_0x454edb(-_0x5043da._0x3e4deb,-0x189,-_0x5043da._0x3eb29b,-_0x5043da._0x1c95b6)],_0x3be8d3[_0x2cdb8b(-_0x5043da._0x24d49c,-0x1f5,-0x1ce,-_0x5043da._0x2085b1)])){const _0x1f85e2={};_0x1f85e2[_0x454edb(-_0x5043da._0x6b9c8b,-0x154,-_0x5043da._0x379d3f,-_0x5043da._0x45dfb5)]=_0x580265,logger['debug'](_0x2cdb8b(-_0x5043da._0x3dbb7c,-0x19f,-0x165,-0x15c)+'\x20has\x20no\x20em'+_0x454edb(-0x1f0,-0x1fc,-_0x5043da._0x32e204,-_0x5043da._0x40385d),_0x1f85e2);return;}else{const _0x514038={};_0x514038[_0x2cdb8b(-0x239,-0x1e8,-0x206,-_0x5043da._0x26b510)]=_0x21d092,_0x5d717c['debug'](_0x3be8d3[_0x2cdb8b(-0x1fc,-_0x5043da._0x3b8eb7,-0x236,-_0x5043da._0x3eb29b)],_0x514038);return;}}const _0x476d9b=_0x2f01e6[_0x2cdb8b(-0x1fb,-_0x5043da._0x103bb5,-_0x5043da._0x29dd9a,-0x1c9)+'s']?.[_0x454edb(-0x1e1,-0x211,-_0x5043da._0x48b37f,-0x232)+'ents_on_my'+_0x454edb(-0x179,-_0x5043da._0x222535,-_0x5043da._0x1f1a9c,-_0x5043da._0x46c683)]!==![];if(!_0x476d9b){if(_0x3be8d3['nTmin'](_0x3be8d3[_0x454edb(-0x17d,-_0x5043da._0x25301d,-_0x5043da._0x4786a7,-_0x5043da._0x49fbd4)],_0x454edb(-0x188,-_0x5043da._0xb5c91b,-_0x5043da._0x1011ee,-0x188))){const _0x52a58f={};_0x52a58f[_0x454edb(-_0x5043da._0x6b9c8b,-_0x5043da._0x495768,-0x1f3,-0x160)]=_0x580265,logger[_0x2cdb8b(-0x184,-_0x5043da._0x2085b1,-_0x5043da._0x236213,-0x187)](_0x454edb(-_0x5043da._0x1cb4a9,-_0x5043da._0x483958,-0x124,-_0x5043da._0x2e30b5)+_0x2cdb8b(-_0x5043da._0x102aba,-0x211,-_0x5043da._0x53318c,-0x1c9)+_0x454edb(-0x1e0,-0x18c,-_0x5043da._0x194aed,-0x21d)+'s\x20disabled',_0x52a58f);return;}else return new _0x1cbfab(_0x3410f5)[_0x454edb(-0x194,-_0x5043da._0x2e30b5,-_0x5043da._0x300c48,-0x13c)+_0x454edb(-_0x5043da._0x26a954,-_0x5043da._0x5e1526,-0x22d,-0x1ec)](_0x3be8d3[_0x2cdb8b(-0x189,-_0x5043da._0x1c95b6,-_0x5043da._0x1090cb,-_0x5043da._0xfe2455)],{'weekday':_0x3be8d3[_0x454edb(-_0x5043da._0x4a2726,-_0x5043da._0x32841b,-0x190,-0x1de)],'year':_0x3be8d3[_0x454edb(-0x19d,-_0x5043da._0x4aa7b8,-_0x5043da._0x1afd78,-_0x5043da._0x50e8b5)],'month':'short','day':_0x3be8d3[_0x454edb(-_0x5043da._0x32ca54,-_0x5043da._0x110cec,-_0x5043da._0x2a05fc,-_0x5043da._0x4409b6)],'hour':_0x3be8d3[_0x2cdb8b(-0x165,-0x1a9,-0x17b,-0x1a9)],'minute':_0x3be8d3[_0x454edb(-_0x5043da._0x1011ee,-_0x5043da._0x91d02a,-0x144,-0x159)]});}const _0x1e39e5=_0x3be8d3[_0x2cdb8b(-_0x5043da._0x4e1802,-0x203,-0x1b5,-_0x5043da._0x18296d)](buildTaskUrl,_0x2d0563,_0x3fbfcb,_0x470a8d),_0x3e1db4=_0x3be8d3[_0x2cdb8b(-0x210,-_0x5043da._0x46f10c,-_0x5043da._0x18c884,-0x259)](_0x3fbfcb[_0x454edb(-0x165,-0x117,-0x118,-0x17f)],_0x454edb(-0x159,-0x18c,-0x17a,-0x182)),_0x398bdb=_0x3fbfcb[_0x454edb(-_0x5043da._0xfe2455,-_0x5043da._0x3aaf7b,-_0x5043da._0x39451b,-0x17c)]||_0x3fbfcb[_0x454edb(-0x1df,-_0x5043da._0x4522e0,-_0x5043da._0x4cb75e,-0x201)]||(_0x3e1db4?_0x2cdb8b(-0x23e,-0x1f4,-0x1fc,-0x198)+_0x2d0563:_0x454edb(-0x14e,-_0x5043da._0x55e2d7,-0x121,-0x191)+_0x2d0563),_0x5c85a1=formatCommentForEmail(_0x249a27);await _0x3be8d3[_0x2cdb8b(-_0x5043da._0x235ece,-0x1fb,-_0x5043da._0x5afdf7,-_0x5043da._0x4d47af)](sendTemplatedEmail,{'to':_0x2f01e6['email'],'template':_0x454edb(-0x1bc,-_0x5043da._0x50e8b5,-_0x5043da._0x141ca8,-_0x5043da._0x57eed4)+_0x2cdb8b(-_0x5043da._0x430ed0,-_0x5043da._0x5e9608,-0x253,-_0x5043da._0x16a659),'data':{'type':_0x3be8d3[_0x2cdb8b(-_0x5043da._0x23f36e,-0x1d5,-0x1da,-_0x5043da._0x18be25)],'recipientName':_0x2f01e6[_0x2cdb8b(-0x287,-_0x5043da._0x5d59d2,-0x23c,-_0x5043da._0xa23c79)]||_0x2f01e6[_0x454edb(-0x17e,-_0x5043da._0x502d72,-_0x5043da._0x577cd6,-_0x5043da._0xa64715)],'actorName':_0x36768b['name']||_0x36768b[_0x454edb(-_0x5043da._0x33a38e,-0x12c,-0x1b2,-_0x5043da._0x36be3c)],'taskTitle':_0x398bdb,'taskUrl':_0x1e39e5,'isObjective':_0x3e1db4,'commentPreviewHtml':_0x5c85a1['html'],'commentPreviewText':_0x5c85a1['text'],'commentedAt':formatDate(_0x43c78a)}});const _0x5736e7={};_0x5736e7['to']=_0x2f01e6[_0x454edb(-_0x5043da._0x2b4fb9,-0x17c,-_0x5043da._0x4b4e79,-_0x5043da._0x15d129)],_0x5736e7['ownerId']=_0x580265,_0x5736e7[_0x454edb(-_0x5043da._0x37d6f3,-_0x5043da._0x24da1a,-_0x5043da._0xfe2455,-_0x5043da._0x2a6413)]=_0x2d0563,logger['info'](_0x454edb(-_0x5043da._0x1257ee,-0x203,-_0x5043da._0x23e77f,-0x1ed)+_0x454edb(-0x1e0,-_0x5043da._0xa8216e,-_0x5043da._0x49748c,-0x1ef)+_0x454edb(-0x1d6,-_0x5043da._0x35afbd,-_0x5043da._0xd14955,-_0x5043da._0x577cd6)+_0x454edb(-_0x5043da._0x25998c,-_0x5043da._0x5408a7,-_0x5043da._0x46c683,-_0x5043da._0x25f58c),_0x5736e7);}catch(_0x3cd750){if(_0x3be8d3[_0x2cdb8b(-0x285,-_0x5043da._0x3c37d6,-_0x5043da._0x5451bb,-0x1ec)](_0x3be8d3['QivUr'],_0x3be8d3[_0x454edb(-_0x5043da._0x1dd62f,-_0x5043da._0x196185,-0x1a6,-0x176)])){const _0x2c18b7={};_0x2c18b7[_0x454edb(-0x1a9,-0x1d3,-_0x5043da._0x3eb29b,-0x1ba)]=_0x45b326,_0x2c18b7[_0x2cdb8b(-0x1b4,-_0x5043da._0x781554,-_0x5043da._0x4f1536,-_0x5043da._0x53aa57)]=_0x26d5dc[_0x454edb(-_0x5043da._0x485a70,-0x1bf,-_0x5043da._0x10b4aa,-_0x5043da._0x4d47af)],_0x57fb19[_0x454edb(-0x176,-_0x5043da._0x20b068,-0x163,-_0x5043da._0x4471d0)](_0x3be8d3[_0x2cdb8b(-0x1c9,-_0x5043da._0x2ff531,-0x1cd,-_0x5043da._0x3dca34)],_0x2c18b7);}else{const _0x595a2b={};_0x595a2b[_0x454edb(-0x1a9,-0x1be,-_0x5043da._0x4a34be,-_0x5043da._0x52f7d6)]=_0x2d0563,_0x595a2b[_0x454edb(-_0x5043da._0x49a749,-_0x5043da._0x2ab35a,-0x12e,-0x15f)]=_0x3cd750[_0x2cdb8b(-0x266,-_0x5043da._0x21df81,-_0x5043da._0x29cb90,-0x26e)],logger[_0x454edb(-_0x5043da._0x41bd84,-_0x5043da._0x9b3187,-_0x5043da._0x4b2fbe,-_0x5043da._0x570754)](_0x2cdb8b(-_0x5043da._0x1036c3,-_0x5043da._0x3fd9df,-_0x5043da._0x4248a2,-_0x5043da._0x31c5e7)+_0x2cdb8b(-0x1ef,-0x1cf,-0x1d6,-_0x5043da._0x4522e0)+_0x2cdb8b(-0x1b7,-_0x5043da._0x10a23d,-0x21e,-_0x5043da._0x31f61a)+_0x454edb(-_0x5043da._0x31073a,-_0x5043da._0x3863ea,-_0x5043da._0x7d5ee6,-_0x5043da._0xc1c410),_0x595a2b);}}}export async function sendCommentNotifications(_0x198ecc){const _0x20c743={_0x4f9ce0:0x2b8,_0x2fc9ab:0x267,_0x2ddbaa:0x115,_0x501111:0x1ae},_0x2681b9={_0x5a5f12:0x359},_0x46a5fa={'UuPyz':function(_0x490a92,_0x179b41){return _0x490a92(_0x179b41);}};function _0x35c760(_0xd1f111,_0x1bc764,_0x4fdf2b,_0x1bb77a){return _0x4342(_0x4fdf2b-0xca,_0xd1f111);}function _0x3d8f7b(_0x18f2a3,_0x50cd53,_0x3ba35e,_0x12cc82){return _0x4342(_0x18f2a3- -_0x2681b9._0x5a5f12,_0x3ba35e);}await Promise[_0x35c760(0x287,_0x20c743._0x4f9ce0,_0x20c743._0x2fc9ab,0x269)]([sendMentionNotifications(_0x198ecc),_0x46a5fa[_0x3d8f7b(-0x15e,-0x173,-_0x20c743._0x2ddbaa,-_0x20c743._0x501111)](sendCommentNotification,_0x198ecc)]);}function _0x7408(){const _0x64fa01=['CvbdEuK','tfzjB3a','zw1HAwXFy29TBq','DgLMAwnHDgLVBG','BMfTzq','zt0IyMfJA2DYBW','q091sLG','BwfW','CMLUzW','q3bICvq','y3jLyxrLzej5','C2vUzcbTzw50Aq','ig1LBNrPB24GBG','ihnLBNqGDg8GDa','zLjYsxO','ELbdt0e','yxrPB24','mtGZmJvduvnlwuW','y29TBwvUDa','jMD0oW','C3PKsuC','s0H5uMq','mtCXAvbWDeLA','igzVBNqTD2vPzW','r1HbzuO','quDXv0q','zgL1CZOGnhb4oW','BwvZC2fNzq','r0rztwW','B3vUza','Dw1swMC','C3LIweO','y29TBwvUDcbUBW','Dgv4Da','ignVBw1LBNqGBG','whDzDvq','D3vYz04','l3rHC2SUAhrTBa','mtm2mMrIwK50Aq','y29TBwvUDc1UBW','yJSGCgfKzgLUzW','ywXSu2v0DgXLza','sgXWtKK','sKD5yuK','phnWyw4GC3r5Ba','B3rPzMLJyxrPBW','qKLlseW','BNrPB24GBM90Aq','txLysgO','AhrTBa','AhjAwuy','AvfzzNq','y29UzMLNDxjLza','run3whq','D3fNvhm','nJiWmdiWoevxCK1QBW','zeHwy0y','qvPUB0K','DgfZA0LK','DhPbCu4','reXRrMC','t2jQzwn0AxzLia','rMfPBgvKihrVia','s1D4CNi','zw1HAwW','Aw5MBW','vxnLCIbOyxmGBq','sgTOwuG','DxnLCIbUB3qGzG','DgL0Bgu','BxjrDuy','BNqGBM90AwzPyW','rgD3vgS','B3DUzxjjza','yxP2yu8','rercCuK','AwPbD2G','yuPmCui','nZqZotq3zgrPAMXq','Dg9mB2nHBgvtDa','ihjNyMeOntKSia','igjVCMrLCI1Yyq','DxnLCKLK','v21TEgG','DNL3qxi','A0X2suq','tLnSuKi','rMzArxC','weDxug8','s0nmrMK','odqYodq0mgn3uKHHvW','yxrwDhu','D2LWuuW','mI1KAwDPDa','zgvIDwC','ChjLzMvYzw5Jzq','A2LWCgLUzYbJBW','BNvTzxjPyW','C2vUzcbJB21Tzq','BwvUDgLVBMvKvq','twvUDgLVBIbUBW','DxnLCM5HBwu','Ae9UvhK','DwDUzhi','BMTVv0O','mtmWlcaYndySia','x3rHC2TZ','C2vYswrZ','Aw1Su2m','zxjYB3i','qcqXpc9ZCgfUpG','uevirM4','rw1HAwWGBM90ia','pgjYpG','zw4Tvvm','wwvTrLC','zffqsve','oIaXChGGnhb4oW','mMLnD2reBG','vgfZAYbOyxmGBG','AwzPy2f0Aw9UCW','DvjzBMi','C3vIC3rYAw5N','wujRBuy','vgjWs08','Bd9VyMPLy3rPDG','C3rHDhvZ','BwDZBfy','D0XuyLq','DfrgtNi','s1His00','q0zorNO','BYbVD25LCIWGCW','AvHlt0G','sxb0wvm','vxvqExO','vfbrqKy','q3DeAhG','B2jQzwn0AxzL','r01lB3K','mJq2otq4merqAwDxtG','yvfHAKK','zMjbEMC','jMfTCdS','yxnRig93BMvY','jMX0oW','vgfZAYbVD25LCG','sKrJDMK','t3DUzxiGAgfZia','vgfZAYa','r0vKDhq','B24GBM90AwzPyW','Dw5KlwnVBg9YoG','seXYzvC','lcbZA2LWCgLUzW','CMvWBgfJzq','tNLNsu8','Ahq6iduWmdSIpG','Cwvhwhy','zw1HAwXFBwvUDa','BwvUDgLVBG','D3v3BeC','mtC0nJK3mK5Ru0Pvva','DhPvEuO','qcqX','CvbIvfe','v1fcAey','Cgjoswe','Aw9UCW','uhjVy2vZC2LUzW','C2HVCNq','Bwf0y2HbBgW','igrPC2fIBgvK','ywLS','A1rjtvO','ig5VDcbMB3vUza','q29TBwvUDcbUBW','vK1ZzNO','B2jxChO','uNfoqwu','ChjVy2vZCYbTzq','ihnLBNq','BgvUz3rO','wKLHrMK','mc4XnsK7ignVBa','mty2ntiWAwfWDMrU'];_0x7408=function(){return _0x64fa01;};return _0x7408();}
1
+ (function(_0x51c139,_0x2a2972){const _0x465665={_0x503e09:0x101,_0x5ba03b:0xfc,_0xc691e5:0x14f,_0x176963:0x14e,_0x4d1db8:0x14c,_0x351e63:0x1b0,_0x372b9b:0x198,_0x297d4b:0x1f3,_0x1762fc:0x187,_0x86712d:0x1d6,_0x33d692:0x1f9,_0x2d630d:0x1f5,_0x4c6dff:0x1d8,_0x4b5721:0x1e7,_0x13428b:0x1ed,_0x310232:0x165,_0x2f0e58:0x141,_0x4bd6ce:0x1b4,_0x2093fc:0x1a2,_0x27aa1a:0x198,_0xe74014:0x1ac,_0x1cf3ec:0x21a,_0x3cdd76:0x222,_0x51f594:0x1c9,_0x1786ed:0x192,_0x5c6fcb:0x1d0},_0x4862b4={_0xd1b1e3:0x266};function _0x86d6e9(_0x4084dc,_0x2181d7,_0x2e6e05,_0x4ff982){return _0x30a5(_0x4084dc-0xcd,_0x2181d7);}function _0x4a9a46(_0x35a84e,_0x12730a,_0x5c8c59,_0xd98b78){return _0x30a5(_0xd98b78- -_0x4862b4._0xd1b1e3,_0x5c8c59);}const _0x317c47=_0x51c139();while(!![]){try{const _0x12a496=parseInt(_0x4a9a46(-0x15d,-_0x465665._0x503e09,-_0x465665._0x5ba03b,-_0x465665._0xc691e5))/(-0x852+0x1*-0x19ab+0x13*0x1ca)*(-parseInt(_0x4a9a46(-_0x465665._0x176963,-_0x465665._0x4d1db8,-0x1dc,-0x1a5))/(0xd4*-0x15+0x1393*-0x1+0x24f9))+parseInt(_0x4a9a46(-_0x465665._0x351e63,-0x1c3,-0x150,-0x181))/(-0x3*0xbf+-0x13*0x10f+0x165d)+-parseInt(_0x4a9a46(-_0x465665._0x372b9b,-_0x465665._0x297d4b,-_0x465665._0x1762fc,-_0x465665._0x86712d))/(-0x764+-0x21b7+0x291f)+-parseInt(_0x86d6e9(_0x465665._0x33d692,_0x465665._0x2d630d,_0x465665._0x4c6dff,0x207))/(-0x1016*-0x1+-0x1*0x307+-0xd0a)*(parseInt(_0x86d6e9(_0x465665._0x4b5721,0x1ae,_0x465665._0x13428b,0x1d9))/(0xf*-0x277+-0x155a+0x3a59))+-parseInt(_0x86d6e9(_0x465665._0x310232,0x138,_0x465665._0x2f0e58,0x185))/(0x76f*-0x3+0x5*0x11+-0x755*-0x3)*(-parseInt(_0x4a9a46(-_0x465665._0x4bd6ce,-0x16f,-_0x465665._0x2093fc,-_0x465665._0x27aa1a))/(-0x3*0xb55+0x1b56*-0x1+0x3d5d))+-parseInt(_0x86d6e9(0x1f1,0x1d3,_0x465665._0xe74014,0x1a3))/(-0x10a5*0x1+-0x24b*0x6+0x79c*0x4)*(-parseInt(_0x4a9a46(-_0x465665._0x1cf3ec,-_0x465665._0x33d692,-_0x465665._0x3cdd76,-_0x465665._0x51f594))/(0x58a*-0x3+-0xc*0x171+0x21f4))+-parseInt(_0x86d6e9(_0x465665._0x1786ed,0x1d9,_0x465665._0x5c6fcb,0x1cd))/(-0x10b*0x17+-0x17fb+0x3003);if(_0x12a496===_0x2a2972)break;else _0x317c47['push'](_0x317c47['shift']());}catch(_0x340ed1){_0x317c47['push'](_0x317c47['shift']());}}}(_0x3c9e,-0x2f*-0x23c9+-0x219*0x462+-0x1*-0x10fd19));import{logger}from'./logger.js';import{isEmailConfigured,sendTemplatedEmail}from'./email.js';import{findUserByUsername,findUserById}from'./users.js';export function parseMentions(_0x345900){const _0x3f7ad2={_0x4970a5:0x20},_0x30fdd9={_0x3d9bc:0x11e};if(!_0x345900)return[];const _0x4c3b7f=/@?\[([^\]]+)\]\(mention:([^)]+)\)/g,_0x2bd879=_0x345900['matchAll'](_0x4c3b7f);function _0x816f2c(_0x4cf11d,_0x6553df,_0xf2680f,_0x2eac00){return _0x30a5(_0x2eac00- -_0x30fdd9._0x3d9bc,_0x6553df);}const _0x2b45e7=[..._0x2bd879][_0x816f2c(-0x18,-0x75,-_0x3f7ad2._0x4970a5,-0x31)](_0xa31500=>_0xa31500[-0x1dea+-0x1b18+0x3904]);return[...new Set(_0x2b45e7)];}function escapeHtml(_0x158825){const _0x10c846={_0x2e1786:0x414,_0x410b38:0x475,_0x3f1d31:0x4d0,_0x2f27d9:0x493,_0x55e69d:0x4e4,_0xad190c:0x45c,_0x5ddaef:0x4b7,_0x261d22:0x45e,_0x28c23d:0x4ba,_0x766cb1:0x451,_0x10290c:0x414,_0x5a1517:0x408,_0x57d465:0x3ef,_0x1dc4b7:0x3fb,_0x56fcbd:0x41c,_0x271458:0x467,_0x101b31:0x423,_0x393683:0x473,_0x1fdd8b:0x503,_0x5a11c0:0x489},_0x34358a={_0x3b0f53:0x3dd},_0x43368a={_0x462eba:0x36c};function _0x48f8e2(_0x4e828a,_0x5db94a,_0x413ccf,_0x5ece97){return _0x30a5(_0x5db94a-_0x43368a._0x462eba,_0x5ece97);}const _0x449826={};_0x449826[_0x48f8e2(0x3e2,_0x10c846._0x2e1786,0x3e9,0x3c4)]=_0x5e4e15(_0x10c846._0x410b38,0x4b1,0x458,0x4fc),_0x449826[_0x48f8e2(_0x10c846._0x3f1d31,_0x10c846._0x2f27d9,_0x10c846._0x55e69d,0x4b4)]=_0x48f8e2(0x473,0x429,0x437,_0x10c846._0xad190c);function _0x5e4e15(_0x4ba4b8,_0x1c07b1,_0x28dc19,_0x4760d7){return _0x30a5(_0x1c07b1-_0x34358a._0x3b0f53,_0x4ba4b8);}_0x449826[_0x5e4e15(0x4e3,0x4a6,0x463,0x4a8)]=_0x5e4e15(0x4db,_0x10c846._0x5ddaef,0x4fd,_0x10c846._0x261d22);const _0x2ac342=_0x449826;if(!_0x158825)return'';return _0x158825[_0x5e4e15(0x512,0x4d8,_0x10c846._0x28c23d,0x4c6)](/&/g,_0x2ac342[_0x48f8e2(_0x10c846._0x766cb1,_0x10c846._0x10290c,_0x10c846._0x5a1517,0x432)])['replace'](/</g,_0x48f8e2(_0x10c846._0x57d465,_0x10c846._0x1dc4b7,0x42f,0x407))[_0x48f8e2(_0x10c846._0x56fcbd,_0x10c846._0x271458,_0x10c846._0x101b31,_0x10c846._0x393683)](/>/g,_0x2ac342[_0x48f8e2(0x4c4,0x493,0x4c8,0x477)])[_0x5e4e15(_0x10c846._0x1fdd8b,0x4d8,0x521,_0x10c846._0x5a11c0)](/"/g,_0x2ac342[_0x48f8e2(0x45e,0x435,0x411,0x3e7)]);}function formatMentionsPlainText(_0x38bc1d){const _0x189cda={_0x1eb49d:0x28d},_0x4bdfb3={_0x3f245d:0x13a};if(!_0x38bc1d)return'';function _0x5214dc(_0xeec47f,_0x3bd8a6,_0x1e8386,_0x1978f4){return _0x30a5(_0x1978f4-_0x4bdfb3._0x3f245d,_0x3bd8a6);}return _0x38bc1d[_0x5214dc(0x1fc,0x20e,_0x189cda._0x1eb49d,0x235)](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,'@$1');}function formatMentionsHtml(_0x42d11f){const _0x44d0e6={_0x16d836:0x340,_0xe60934:0x2e0,_0x134895:0x2d6,_0x1d4d16:0x2cf,_0x45aa99:0x29b,_0x4272e4:0x314,_0x5e597f:0x321,_0x2f871f:0x2ce,_0x516075:0x354,_0xc761a:0x301,_0xd71539:0x28c,_0x560235:0x2b6,_0x16698a:0x2ba,_0x54c306:0x26d,_0x104dce:0x310,_0x35ef29:0x307,_0x130e6d:0x318,_0x2a3bd0:0x305,_0x486566:0x284,_0x4878a4:0x2a5,_0x49c28c:0x30d,_0x57a236:0x348,_0x554995:0x2a2,_0x2cae66:0x269,_0x701b38:0x2ea},_0x50df09={_0x4985a1:0x226};function _0x1eb3a2(_0x3002c9,_0x22a2b4,_0x2d108d,_0x41cedd){return _0x30a5(_0x2d108d-0x1d4,_0x22a2b4);}const _0x34dfcf={'zHZaa':function(_0x168625,_0xe169d7){return _0x168625(_0xe169d7);}};if(!_0x42d11f)return'';function _0x195b7f(_0x4cc8e2,_0x24294f,_0x593b44,_0x1ff9c7){return _0x30a5(_0x593b44-_0x50df09._0x4985a1,_0x24294f);}const _0x233c90=_0x34dfcf[_0x1eb3a2(_0x44d0e6._0x16d836,0x2c6,0x2fa,_0x44d0e6._0xe60934)](escapeHtml,_0x42d11f);return _0x233c90[_0x1eb3a2(0x311,_0x44d0e6._0x134895,_0x44d0e6._0x1d4d16,_0x44d0e6._0x45aa99)](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0x1eb3a2(_0x44d0e6._0x4272e4,_0x44d0e6._0x5e597f,0x2e3,_0x44d0e6._0x2f871f)+_0x1eb3a2(0x311,0x2a5,0x2d1,0x2b2)+_0x195b7f(0x2e5,_0x44d0e6._0x516075,0x324,_0x44d0e6._0xc761a)+'\x20rgba(59,\x20'+_0x1eb3a2(0x24e,0x2ca,_0x44d0e6._0xd71539,0x2dd)+_0x195b7f(_0x44d0e6._0x560235,_0x44d0e6._0x16698a,0x2c2,0x295)+_0x1eb3a2(0x27a,_0x44d0e6._0x54c306,0x27a,0x27e)+_0x195b7f(_0x44d0e6._0x104dce,_0x44d0e6._0x35ef29,_0x44d0e6._0x130e6d,_0x44d0e6._0x2a3bd0)+_0x195b7f(_0x44d0e6._0x486566,0x2a4,_0x44d0e6._0x4878a4,0x2a2)+_0x195b7f(0x2b0,0x27c,0x2d5,0x291)+'dius:\x204px;'+_0x195b7f(_0x44d0e6._0x16698a,0x2ea,_0x44d0e6._0x49c28c,_0x44d0e6._0x57a236)+_0x1eb3a2(0x264,_0x44d0e6._0x554995,_0x44d0e6._0x2cae66,0x283)+_0x1eb3a2(_0x44d0e6._0x701b38,0x28e,0x2cc,0x2ea));}function formatCommentForEmail(_0x710b4a,_0x48a462=-0x2679*-0x1+0x1d68+-0x96b*0x7){const _0x14bfa2={_0x5ce1b9:0x189,_0x7558ba:0x19f,_0x2b31cd:0x207,_0xb4e0d5:0x209,_0x2518f6:0x1c7,_0x55b296:0x2ae,_0x5a95b4:0x32f,_0x52c67d:0x2e9,_0x493324:0x18c,_0x282d6b:0x1b3,_0xeb9687:0x1f7,_0x3ab9c8:0x31f,_0xb2f098:0x14e,_0x29607b:0x167,_0x1215d2:0x29a,_0x42f151:0x2de,_0x546a7e:0x206,_0x4acf37:0x1a6,_0x581e27:0x321,_0x4a3d33:0x384,_0xb279ae:0x32d,_0x5e2af1:0x2a7,_0x3dbc4e:0x27c,_0x5259e2:0x2a0,_0x316cec:0xf5,_0x49d717:0x147,_0x3bb339:0x16a,_0x5aa9f3:0x15f,_0x48ae9f:0x1b2,_0x24ac5f:0x20b,_0x2b7558:0x35b,_0x2cfbec:0x346,_0x2406fe:0x33a,_0x1acaec:0x312,_0x496ab2:0x382,_0x24c642:0x366},_0x54aaed={_0x215f61:0x217},_0x115f7b={_0x1f6f63:0x25d},_0x2e4b77={'jYFTw':'Failed\x20to\x20'+_0x3cbdde(-0x217,-0x1b6,-0x1d5,-_0x14bfa2._0x5ce1b9)+_0x3cbdde(-0x193,-0x1b4,-0x1b9,-_0x14bfa2._0x7558ba)+'ation','eXAOn':function(_0x26a8cf,_0x10f461){return _0x26a8cf>_0x10f461;},'GAAYA':function(_0x3daa29,_0x2f2e8f){return _0x3daa29===_0x2f2e8f;},'FotOH':_0x3cbdde(-_0x14bfa2._0x2b31cd,-_0x14bfa2._0xb4e0d5,-0x1c2,-_0x14bfa2._0x2518f6),'XwUed':function(_0x4dc87f,_0x1ac213){return _0x4dc87f+_0x1ac213;},'gtCEN':_0x184d3c(_0x14bfa2._0x55b296,0x32c,_0x14bfa2._0x5a95b4,_0x14bfa2._0x52c67d),'ozyJs':function(_0x5d5425,_0x2a030d){return _0x5d5425(_0x2a030d);},'HLQJJ':function(_0x278458,_0x3f1010){return _0x278458(_0x3f1010);}},_0x1027e1={};function _0x3cbdde(_0x1d799a,_0x4a08eb,_0x2a025f,_0x40b2d6){return _0x30a5(_0x2a025f- -_0x115f7b._0x1f6f63,_0x1d799a);}_0x1027e1[_0x3cbdde(-0x19c,-_0x14bfa2._0x493324,-_0x14bfa2._0x282d6b,-_0x14bfa2._0xeb9687)]='',_0x1027e1[_0x184d3c(_0x14bfa2._0x3ab9c8,0x2a4,0x286,0x2d5)]='';if(!_0x710b4a)return _0x1027e1;let _0x3bc0e4=_0x710b4a;if(_0x2e4b77[_0x3cbdde(-_0x14bfa2._0xb2f098,-0x12d,-_0x14bfa2._0x29607b,-0x14d)](_0x710b4a[_0x184d3c(_0x14bfa2._0x1215d2,0x32a,0x2af,_0x14bfa2._0x42f151)],_0x48a462)){if(_0x2e4b77[_0x3cbdde(-0x184,-0x1f8,-0x1cb,-_0x14bfa2._0x546a7e)](_0x2e4b77[_0x3cbdde(-_0x14bfa2._0x4acf37,-0x1b4,-0x1c4,-0x1ae)],'cpJXj'))_0x3bc0e4=_0x2e4b77['XwUed'](_0x710b4a['substring'](-0x44e*0x3+0xec7+-0x1dd*0x1,_0x48a462),_0x2e4b77[_0x184d3c(0x364,_0x14bfa2._0x581e27,0x360,0x32a)]);else{const _0x44364b={};_0x44364b['taskId']=_0x46ce9c,_0x44364b[_0x184d3c(0x31d,_0x14bfa2._0x4a3d33,0x306,_0x14bfa2._0xb279ae)]=_0x58880f[_0x184d3c(_0x14bfa2._0x5e2af1,0x25f,_0x14bfa2._0x3dbc4e,_0x14bfa2._0x5259e2)],_0x33bd9e[_0x3cbdde(-_0x14bfa2._0x316cec,-0x163,-_0x14bfa2._0x49d717,-0x195)](_0x2e4b77[_0x3cbdde(-0x11b,-0x15a,-_0x14bfa2._0x3bb339,-0x180)],_0x44364b);}}const _0x35f780=_0x2e4b77[_0x184d3c(0x32f,0x312,0x338,0x332)](formatMentionsPlainText,_0x3bc0e4);let _0x27de8f=_0x2e4b77[_0x3cbdde(-_0x14bfa2._0x5aa9f3,-0x17d,-_0x14bfa2._0x48ae9f,-_0x14bfa2._0x24ac5f)](formatMentionsHtml,_0x3bc0e4);_0x27de8f=_0x27de8f[_0x184d3c(_0x14bfa2._0x2b7558,_0x14bfa2._0x2cfbec,_0x14bfa2._0x2406fe,_0x14bfa2._0x1acaec)](/\n/g,_0x184d3c(0x2f6,_0x14bfa2._0x496ab2,_0x14bfa2._0x24c642,_0x14bfa2._0x2cfbec));const _0x4d5a76={};function _0x184d3c(_0x59ead9,_0x448291,_0x352f6f,_0x48a4e8){return _0x30a5(_0x48a4e8-_0x54aaed._0x215f61,_0x448291);}return _0x4d5a76[_0x184d3c(0x30a,0x27a,0x2ee,0x2c1)]=_0x27de8f,_0x4d5a76[_0x3cbdde(-0x1bb,-0x18b,-0x19f,-0x1d8)]=_0x35f780,_0x4d5a76;}function formatDate(_0x105efc){const _0x4780b8={_0x2ca4da:0x1b6,_0x355752:0x236,_0x3562a0:0x29a,_0x4af2c9:0x1c2,_0x411497:0x217,_0x4eb89c:0x21a,_0x325eb0:0x1d5,_0x818201:0x34b,_0x171a18:0x31f,_0x238379:0x2fe,_0x59f159:0x312,_0x11de36:0x2ad,_0x15f82f:0x36f,_0x1f2ff8:0x363,_0x5872a3:0x203,_0xef3814:0x245,_0x10a18b:0x1bc,_0x259482:0x193,_0x3861b4:0x200,_0xe8add9:0x1de,_0x4663bc:0x3a3},_0x5aca06={};_0x5aca06['QtnBV']='en-US',_0x5aca06[_0x1e7f6c(0x203,_0x4780b8._0x2ca4da,0x20d,0x1fd)]=_0x1e7f6c(0x246,0x242,_0x4780b8._0x355752,_0x4780b8._0x3562a0);function _0x15f01b(_0x1c9281,_0x142bb3,_0x264d0c,_0x1caf58){return _0x30a5(_0x142bb3-0x25b,_0x264d0c);}_0x5aca06[_0x1e7f6c(_0x4780b8._0x4af2c9,_0x4780b8._0x411497,0x1bb,0x189)]=_0x1e7f6c(0x218,_0x4780b8._0x4eb89c,0x21e,_0x4780b8._0x325eb0),_0x5aca06[_0x15f01b(0x390,_0x4780b8._0x818201,_0x4780b8._0x171a18,_0x4780b8._0x171a18)]=_0x15f01b(0x349,_0x4780b8._0x238379,_0x4780b8._0x59f159,_0x4780b8._0x11de36);const _0x265bb5=_0x5aca06;function _0x1e7f6c(_0x459d81,_0x498b8b,_0x5dd85f,_0xe76c5a){return _0x30a5(_0x459d81-0x119,_0x5dd85f);}try{return new Date(_0x105efc)['toLocaleSt'+_0x15f01b(_0x4780b8._0x15f82f,_0x4780b8._0x1f2ff8,0x362,0x3b7)](_0x265bb5['QtnBV'],{'weekday':_0x265bb5['reJhl'],'year':_0x265bb5['EKcBX'],'month':_0x265bb5[_0x1e7f6c(_0x4780b8._0x5872a3,0x1c1,0x233,_0x4780b8._0xef3814)],'day':_0x265bb5['EKcBX'],'hour':_0x1e7f6c(_0x4780b8._0x10a18b,_0x4780b8._0x259482,_0x4780b8._0x3861b4,_0x4780b8._0xe8add9),'minute':_0x265bb5[_0x15f01b(0x357,_0x4780b8._0x818201,0x392,_0x4780b8._0x4663bc)]});}catch{return _0x105efc;}}function buildTaskUrl(_0x55e768,_0x4f7467,_0x281e9f){const _0x3300b9={_0x5a9dd0:0x377,_0x549982:0x34b,_0x42eda4:0x336,_0x3018f4:0x2e7,_0x232c2b:0x322,_0x3f4a26:0x2fe,_0x8eae65:0x2d8,_0x398798:0x33e,_0x33d625:0x2df,_0x30173f:0x2e8,_0x348ac2:0x31a,_0x3b9dc8:0x30b,_0x50610f:0x2c6,_0x3cc2fe:0x2b0,_0x100cb6:0x2e3,_0x500cbf:0x2b5,_0x314b25:0x323,_0x109dce:0x39c,_0x554158:0x31e,_0x4499de:0x324,_0x9d881b:0x2d6,_0x280fea:0x307,_0x2b6aa6:0x2a2,_0x31f2ae:0x2cc,_0x1a8fb8:0x28e,_0x4be753:0x2cc,_0x3d1bc6:0x290,_0x2226ad:0x321,_0x38cbb9:0x232,_0x21e134:0x302,_0x41c937:0x2f7,_0xe7be49:0x345,_0x4847a8:0x331},_0x3ffff1={_0xd1672b:0x38c},_0x12b004={};_0x12b004[_0x5e8d15(-_0x3300b9._0x5a9dd0,-0x32e,-0x399,-_0x3300b9._0x549982)]=_0x5e8d15(-_0x3300b9._0x42eda4,-0x331,-_0x3300b9._0x3018f4,-_0x3300b9._0x232c2b);function _0x5e8d15(_0x5bfbde,_0x20c490,_0x15bbd1,_0x440f9d){return _0x30a5(_0x440f9d- -0x3de,_0x5bfbde);}_0x12b004[_0x5e8d15(-_0x3300b9._0x3f4a26,-_0x3300b9._0x8eae65,-_0x3300b9._0x398798,-0x324)]=function(_0x521088,_0x47faf4){return _0x521088!==_0x47faf4;},_0x12b004[_0xdcc661(-0x2e6,-0x2a9,-0x2ca,-0x317)]=_0x5e8d15(-_0x3300b9._0x33d625,-_0x3300b9._0x30173f,-_0x3300b9._0x348ac2,-_0x3300b9._0x3b9dc8);const _0x4dd6a4=_0x12b004;function _0xdcc661(_0x3480f5,_0x55a94b,_0x198dd6,_0x39dd1f){return _0x30a5(_0x198dd6- -_0x3ffff1._0xd1672b,_0x39dd1f);}const _0x39642f=_0x281e9f?_0x281e9f[_0x5e8d15(-_0x3300b9._0x50610f,-0x313,-_0x3300b9._0x3cc2fe,-_0x3300b9._0x100cb6)](/\/$/,''):'';if(_0x4f7467&&_0x4f7467[_0x5e8d15(-0x328,-_0x3300b9._0x500cbf,-0x2b1,-0x2f5)]===_0x4dd6a4[_0x5e8d15(-_0x3300b9._0x314b25,-0x354,-_0x3300b9._0x109dce,-0x34b)]){if(_0x4dd6a4[_0x5e8d15(-_0x3300b9._0x554158,-0x35f,-0x30c,-_0x3300b9._0x4499de)](_0xdcc661(-_0x3300b9._0x9d881b,-_0x3300b9._0x280fea,-0x2b9,-_0x3300b9._0x2b6aa6),_0x4dd6a4[_0xdcc661(-_0x3300b9._0x31f2ae,-_0x3300b9._0x1a8fb8,-0x2ca,-0x2da)])){if(!_0xfed6f6)return'';return _0x5bac1a[_0xdcc661(-0x262,-_0x3300b9._0x4be753,-0x291,-_0x3300b9._0x3d1bc6)](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0xdcc661(-_0x3300b9._0x2226ad,-0x29a,-0x2cd,-0x28d));}else return _0x39642f+(_0xdcc661(-0x277,-0x286,-0x27e,-_0x3300b9._0x38cbb9)+_0x5e8d15(-0x358,-0x33c,-0x2ac,-_0x3300b9._0x21e134)+'e=')+_0x55e768;}return _0x39642f+(_0x5e8d15(-_0x3300b9._0x41c937,-_0x3300b9._0xe7be49,-_0x3300b9._0x232c2b,-_0x3300b9._0x4847a8)+'?id=')+_0x55e768;}function _0x30a5(_0xeb9deb,_0x3c030d){_0xeb9deb=_0xeb9deb-(0x1*-0x2697+0x119*0x19+0x5*0x254);const _0x3f53a7=_0x3c9e();let _0xf4608a=_0x3f53a7[_0xeb9deb];if(_0x30a5['XECyjN']===undefined){var _0x4d021b=function(_0x1f4928){const _0x3516e1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x34f136='',_0x53072f='';for(let _0x50cf3f=-0x9*0x3cd+0x14c+-0x19*-0x151,_0x49e627,_0x1bac8d,_0x23dfc9=0x26fe+-0x716+0x2*-0xff4;_0x1bac8d=_0x1f4928['charAt'](_0x23dfc9++);~_0x1bac8d&&(_0x49e627=_0x50cf3f%(-0x22d4+0x2351+-0xb*0xb)?_0x49e627*(-0x9*-0x401+0x8*0xc5+-0x29f1)+_0x1bac8d:_0x1bac8d,_0x50cf3f++%(-0xb36+-0x1402+-0x4*-0x7cf))?_0x34f136+=String['fromCharCode'](0x1*0x5a7+-0xc5*-0x19+-0x7f7*0x3&_0x49e627>>(-(-0x17*-0xfe+-0x1*0x2183+0xab3)*_0x50cf3f&0x1*0x269+-0x1614+0x13b1)):0x5*0x3b+0x1*0x18df+0x2*-0xd03){_0x1bac8d=_0x3516e1['indexOf'](_0x1bac8d);}for(let _0x194b8a=-0x3*0x82+-0x66a*-0x5+0x55*-0x5c,_0x43e533=_0x34f136['length'];_0x194b8a<_0x43e533;_0x194b8a++){_0x53072f+='%'+('00'+_0x34f136['charCodeAt'](_0x194b8a)['toString'](-0x1*-0x1701+0x1d*0x7+-0x5ef*0x4))['slice'](-(-0xdf*-0x21+-0x3f1+-0x3*0x844));}return decodeURIComponent(_0x53072f);};_0x30a5['FGEdDE']=_0x4d021b,_0x30a5['wZaDEI']={},_0x30a5['XECyjN']=!![];}const _0x1a7fc0=_0x3f53a7[0x1da2+0x2437+-0x41d9],_0x2581c4=_0xeb9deb+_0x1a7fc0,_0x274793=_0x30a5['wZaDEI'][_0x2581c4];return!_0x274793?(_0xf4608a=_0x30a5['FGEdDE'](_0xf4608a),_0x30a5['wZaDEI'][_0x2581c4]=_0xf4608a):_0xf4608a=_0x274793,_0xf4608a;}function _0x3c9e(){const _0x19fa78=['jMfTCdS','zw4Tvvm','B3rPzMLJyxrPBW','lcbZA2LWCgLUzW','BMfTzq','vgfZAYa','jNf1B3q7','wwPgq3a','Bd9VyMPLy3rPDG','BNrPB24GBM90Aq','DwzTA1u','twvUDgLVBMvKia','y29TBwvUDcbUBW','y1P1u2W','ig5VDcbMB3vUza','rePqyLu','x3rHC2TZ','mtKWmJyZmhvsBuH6sG','igrPC2fIBgvK','igzVBNqTD2vPzW','sMPPvfa','C3rHDhvZ','CMvkAgW','CevJs1m','D0rXveK','BwfW','ywLS','zMLJyxrPB24','Cg1jCgi','wKPTBu0','yJSGCgfKzgLUzW','ALLgvhC','y29TBwvUDc1UBW','s2XmuKi','zvHbt24','Duv1r1G','qcqXpc9ZCgfUpG','zw50C19VBL9TEq','Aw5MBW','CMvWBgfJzq','zMLJyxrPB25Z','zt0IyMfJA2DYBW','Dw5KlwnVBg9YoG','BNvTzxjPyW','q29TBwvUDcbUBW','t3DUzxiGAgfZia','Ae5kywy','vgfZAYbVD25LCG','s3jktfq','whPqD24','Aw9UCW','BYbVD25LCIWGCW','CMLUzW','DwzqquK','s1v4rNK','ihnLBNqGDg8GDa','uhjVy2vZC2LUzW','sMfwwwC','l2LUzgv4lMH0Bq','phnWyw4GC3r5Ba','ignVBw1LBNqGBG','sxjABgO','CMXdBei','z3rdru4','vgfAuhy','uMzRAg0','zxjYB3i','ntGZnJfHvefwsLe','vhj4ALe','AMLkC1O','mtjptgHlrK0','B3P5sNm','y29TBwvUDa','B3DUzxjjza','AvznC2y','rLnntKi','r2T3BLO','svbPt3K','CMrsD3C','DxnLCM5HBwu','oxDVA0P5CW','zw1HAwW','EKHAywe','CxPdvum','ywXSu2v0DgXLza','Dg9mB2nHBgvtDa','DxnLCIbUB3qGzG','thbNwhK','mZu1mZb4Bhvlt1q','C2HVCNq','u29ABhG','pgjYpG','ChjLzMvYzw5Jzq','oIaXChGGnhb4oW','CM1ey2u','AwzPy2f0Aw9UCW','yxnRig93BMvY','y29UzMLNDxjLza','EKvoAuK','uMXXBeu','vxb3Ag4','CMXXrei','C2vUzcbJB21Tzq','BwvZC2fNzq','BYbLBwfPBa','r1bIAwG','sxDUweC','DgfZA0LK','BwD0Cxi','jMX0oW','mZC0mdq0ne1erKzPCG','ihjNyMeOntKSia','r0fbwue','wLP0tLu','sfbkuw8','Ahq6iduWmdSIpG','rw1HAwWGBM90ia','y0r6rxC','mtm2ntyZEvvJwfzx','rM90t0G','zuTgD1q','y3bkwgO','mc4XnsK7ignVBa','mtC2ntu5nZbTr0ffu3K','t2jQzwn0AxzLia','EKToCfy','qM5tt20','yxrPB24','C3vIC3rYAw5N','mI1KAwDPDa','BNqGBM90AwzPyW','DxnLCKLK','B3i6icmYntyZzq','zw50Aw9Uig5VDa','y1LnyvO','ruTJqLG','AhrTBa','seXrsKO','igHHCYbUBYbLBq','l3rHC2SUAhrTBa','twvUDgLVBIbUBW','igjVCMrLCI1Yyq','ALLUwM8','Bwf0y2HbBgW','B3vUza','EMjzquu','y3jLyxrLzej5','DgL0Bgu','DhP4CLi','ChjVy2vZCYbTzq','mtmWlcaYndySia','AMreCfO','DvD6v2e','zgvIDwC','B2jQzwn0AxzL','jMD0oW','Dgv4Da','qcqX','ANfTs0q','mLDHB3jywq','twr0A2y','rMfPBgvKihrVia','yxDituS','nZC0nZq5oePlwvLiuG','txndDMK','BgvUz3rO','rer4ufa','ru1bzuO','wejQwgG','y2XRA3u','sfPly3m','A2LWCgLUzYbJBW','mta0wwDOz3rf','DgPrv20','ig1LBNrPB24GBG','DgLMAwnHDgLVBG','lI4U','sg1urwO'];_0x3c9e=function(){return _0x19fa78;};return _0x3c9e();}export async function sendMentionNotifications({commentContent:_0x55fe9d,commenter:_0x32169a,task:_0x721614,taskId:_0x2a35f8,commentedAt:_0x224c80,baseUrl:_0x25eefc}){const _0x49c94d={_0x4a7f9c:0x140,_0x2603fe:0x188,_0xd62b00:0xf3,_0x1c533c:0x17d,_0x1a3de4:0x162,_0x46195a:0x11c,_0x1a7d36:0x146,_0x4d6059:0xa7,_0x355ea8:0xc0,_0x429e6c:0x120,_0x5bb325:0x16c,_0x4274df:0x120,_0x4cf769:0x16a,_0xe09abb:0x16a,_0x4d95e7:0x136,_0x3b5479:0x124,_0x5cdb69:0xac,_0x5efdc3:0xce,_0x36accc:0xda,_0xab1af6:0xd0,_0x157299:0x173,_0x3514b8:0x177,_0x1e6302:0x122,_0x534462:0x163,_0x1c7f4c:0x123,_0x447601:0x113,_0x2f6e09:0xb1,_0x3769d7:0xca,_0x736e99:0x124,_0x1ae000:0x111,_0x2aa280:0x142,_0x2f23d6:0x13b,_0x9d9cd6:0xf8,_0xb64902:0x147,_0x23e556:0x10c,_0x5e7fa2:0x153,_0x5b27ec:0x19c,_0xdfe085:0x148,_0x2a53aa:0x11e,_0x9e1a6c:0x179,_0x6786c8:0x19e,_0x32c3c3:0x1b1,_0x3f75f0:0x181,_0x471706:0x12d,_0x533001:0x184,_0x3ca40f:0x166,_0x1bd27e:0x16e,_0x44e885:0xa7,_0x4b9357:0xe3,_0xf9ed2a:0x9e,_0x3c2ed6:0xe5,_0x475f92:0x132,_0x51625a:0x1b2,_0x4359c7:0x171,_0x1b3e32:0x80,_0x125347:0x156,_0x1752e5:0x14f,_0x501b27:0x12d,_0x1a2021:0x111,_0x657d1:0x13e,_0x4f1b67:0xf8,_0x34801d:0x138,_0x569f5e:0x149,_0x14ebf3:0x19f,_0x1ca68f:0xd4,_0x10fbc5:0xde,_0x4e7cd0:0x1a8,_0x4c9ca6:0x161,_0x567b18:0x14c,_0x5acc63:0xb1,_0x13b652:0xec,_0x29c633:0x119,_0x1a2e6b:0x123,_0x540c76:0x139,_0x11461b:0x12e,_0x5cc55b:0x14c,_0x29eb6a:0xd8,_0x175427:0xa0,_0x258217:0x76,_0xcc8362:0x4c,_0x2b7703:0xf4,_0x522ec3:0x102,_0x2a5e42:0x13a,_0x3cc24b:0x13d,_0x2ade2e:0xa2,_0x43ae67:0x10b,_0x137cff:0xb2,_0x5ed34b:0x100,_0x582249:0x18e,_0x3b7d14:0x101,_0x3ea74d:0x16c,_0x1c91e5:0x15d,_0x4b4dad:0x182,_0x439f41:0x12d,_0x403f79:0xfd,_0x4ded92:0x15f,_0xc3b612:0x109,_0x2c65ad:0x106,_0x32f96b:0xa9,_0x33ec09:0x8e,_0x359769:0xdf,_0x6908d7:0xaf,_0x468bc3:0xa3,_0x54ab99:0x103,_0x1049f9:0x132,_0x4af6be:0x12c,_0x4e8c55:0x125,_0x35cf04:0x102,_0x3fc158:0x104,_0x57c1eb:0xd9,_0x35533d:0xd5,_0x188945:0x13f,_0x1f9870:0x14b,_0x2c3a14:0x128,_0x44891c:0xf6,_0x1284d9:0xff,_0x2eef3e:0x13f,_0x263223:0x180,_0x5bd071:0xb7,_0x5a047d:0xfe,_0x46104a:0x8b,_0x10da38:0x8c,_0x1773ab:0x13d,_0x5537e1:0x13f,_0x4d4d58:0x10e,_0x275467:0xdb,_0x56595e:0xc2,_0x4a4777:0xf0,_0x515e0e:0xc0,_0x4b4580:0xf7,_0x3526ed:0x114,_0x976c2:0xf3,_0x38cf9b:0xfb,_0x104d8f:0xaa,_0x3d741b:0x97,_0x27d7ca:0xd6,_0x31d967:0x11f,_0xebac3f:0x16b,_0xd41d1b:0x154,_0x1ec5c8:0x13a,_0x10e75a:0x173,_0x454a0e:0x1a3,_0x3155a1:0xe7,_0x584ff7:0x124,_0x390bfa:0x142,_0x42f872:0x151,_0x82441c:0x9b,_0x52739a:0x8f,_0x158685:0x71,_0x33139f:0x123,_0x4e0b5b:0x137,_0x368371:0x104,_0x376b86:0x12e,_0x12dcec:0x151,_0x2f1980:0x118,_0x44b6b3:0xf1,_0xa76865:0xf7,_0x3f7fb3:0xe7,_0x2b1e9f:0xdb,_0x3d594d:0x1c6,_0x99d07c:0x1c0,_0x5d0ace:0x178,_0x535c88:0xc4,_0x5a85dd:0xd6,_0x2aa354:0x118,_0x43cb89:0xd2,_0x343bef:0x135,_0x7d4f0f:0x109,_0x2faa9e:0x110,_0x3fc427:0x1ad,_0x429be6:0x1e3,_0x2791e1:0xe7,_0x3ece5f:0xdb,_0x447b3b:0x102,_0x2f4019:0xf5,_0x5e30d4:0xf2,_0x1f598f:0xe6,_0x5be55e:0x11d,_0x5839e3:0xf5,_0x1ec967:0x143,_0x10af1a:0x126,_0x450f41:0xc7,_0x2a3c8e:0x87,_0x17ea9d:0x1c8,_0x21574d:0x1a1,_0x580a2e:0x13c,_0x295505:0x117,_0x2919de:0xed,_0x22d136:0xad,_0x200d2d:0x184,_0x51b2c9:0x173,_0xafc7a1:0x1c2,_0x58363e:0x123,_0x2bcbb4:0x145,_0x16751b:0xe3,_0x53d3fe:0xa6,_0x1cb2a8:0x56,_0x3546c5:0x133,_0x53158f:0xb2,_0x80b881:0xea,_0x3277a4:0x115,_0x3fa166:0xce,_0x22b461:0x12b,_0x4c993d:0x121,_0x75bc91:0x15e,_0x3c656f:0x164,_0x29c579:0x18b,_0x5270e2:0x180,_0x258f19:0x18f,_0xafc899:0x111,_0x72f6b:0x134,_0x5c401b:0x154},_0xbc6638={_0x31dacb:0x218},_0x289a8b={_0x4c3698:0x1d};function _0x56284a(_0x227577,_0x2d642b,_0xcc9145,_0x417575){return _0x30a5(_0x227577-_0x289a8b._0x4c3698,_0xcc9145);}const _0x4644c1={'pEcKS':_0xea3e88(-_0x49c94d._0x4a7f9c,-_0x49c94d._0x2603fe,-0x143,-_0x49c94d._0xd62b00),'fKCaB':_0x56284a(0x14a,_0x49c94d._0x1c533c,0x166,_0x49c94d._0x1a3de4),'dhQjL':_0x56284a(_0x49c94d._0x46195a,0x123,0x137,_0x49c94d._0x1a7d36),'rlClB':_0x56284a(0xc0,_0x49c94d._0x4d6059,0x113,_0x49c94d._0x355ea8),'jiJsZ':_0x56284a(_0x49c94d._0x429e6c,0xec,0x13a,0x13f)+_0xea3e88(-0x118,-0x15d,-_0x49c94d._0x5bb325,-0x199)+'ail','hNJaf':_0x56284a(_0x49c94d._0x4274df,0x121,0xda,0x14e)+_0xea3e88(-_0x49c94d._0x4cf769,-_0x49c94d._0xe09abb,-_0x49c94d._0x4d95e7,-_0x49c94d._0x3b5479),'BnSOm':_0x56284a(_0x49c94d._0x5cdb69,0xf3,_0x49c94d._0x5efdc3,0xa1),'zENiI':_0x56284a(_0x49c94d._0x36accc,0xb5,0xe0,_0x49c94d._0xab1af6),'DJPbU':_0xea3e88(-_0x49c94d._0x157299,-0x172,-0x13e,-_0x49c94d._0x3514b8),'TaZPv':function(_0x300942,_0x2cbebf){return _0x300942===_0x2cbebf;},'KlLRB':_0x56284a(_0x49c94d._0x1e6302,_0x49c94d._0x534462,_0x49c94d._0x1c7f4c,0xdd),'HZKcs':_0x56284a(0xec,0xd5,0x109,_0x49c94d._0x447601),'ZJmmM':function(_0x2cd259){return _0x2cd259();},'TrxjQ':_0x56284a(0xfe,_0x49c94d._0x2f6e09,0xa7,0x140),'ufmkU':_0x56284a(0xb3,0x85,0xe4,0xfb)+_0x56284a(0xa0,0x80,_0x49c94d._0x3769d7,0xcd)+_0x56284a(0xf4,_0x49c94d._0x736e99,0x136,0x13b)+_0xea3e88(-0x149,-_0x49c94d._0x1ae000,-0x148,-0x110)+_0xea3e88(-0x18e,-0xf4,-_0x49c94d._0x2aa280,-_0x49c94d._0x2f23d6)+'ns','IwnXG':function(_0x4d1a34,_0x24fd47){return _0x4d1a34(_0x24fd47);},'Upwhn':_0xea3e88(-_0x49c94d._0x9d9cd6,-_0x49c94d._0xb64902,-_0x49c94d._0x23e556,-0x15b)+_0xea3e88(-_0x49c94d._0x5e7fa2,-_0x49c94d._0x5b27ec,-_0x49c94d._0xdfe085,-_0x49c94d._0x2a53aa)+_0xea3e88(-0x186,-0x120,-0x142,-0x118)+'ns','wDqTI':function(_0x33bc7c,_0x145d10,_0x133230,_0x1f44c9){return _0x33bc7c(_0x145d10,_0x133230,_0x1f44c9);},'rdRww':function(_0x589fdc,_0x236b53){return _0x589fdc===_0x236b53;},'eKFwT':_0xea3e88(-0x1a0,-0x17d,-_0x49c94d._0x9e1a6c,-_0x49c94d._0x6786c8),'kgxKk':function(_0x126bba,_0x9d9181){return _0x126bba!==_0x9d9181;},'ugLSz':_0xea3e88(-_0x49c94d._0x32c3c3,-0x179,-_0x49c94d._0x3f75f0,-_0x49c94d._0x471706),'ufPAI':_0xea3e88(-_0x49c94d._0x533001,-_0x49c94d._0x3ca40f,-0x139,-_0x49c94d._0x1bd27e)+'user\x20has\x20n'+_0x56284a(_0x49c94d._0x44e885,0x100,_0x49c94d._0x4b9357,_0x49c94d._0xf9ed2a),'YjFCp':function(_0x30738a,_0x563541){return _0x30738a!==_0x563541;},'LpgXy':function(_0x12f973,_0x47d761){return _0x12f973!==_0x47d761;},'uEuGX':_0x56284a(_0x49c94d._0x3c2ed6,_0x49c94d._0x475f92,_0x49c94d._0x1e6302,0xd7),'FSMNB':'User\x20has\x20m'+_0xea3e88(-0x18d,-_0x49c94d._0x51625a,-_0x49c94d._0x4359c7,-0x1a8)+_0x56284a(0x9e,0xc1,0x9d,_0x49c94d._0x1b3e32)+_0x56284a(0x103,_0x49c94d._0x125347,_0x49c94d._0x1752e5,_0x49c94d._0x501b27),'TYARX':function(_0x1cb020,_0x84dd6e){return _0x1cb020(_0x84dd6e);},'rlqDB':_0x56284a(_0x49c94d._0x1a2021,0x105,0xd2,0xbd)+'tification','XBjXh':'mention','jYnZo':_0xea3e88(-0x145,-0x15e,-_0x49c94d._0x4cf769,-_0x49c94d._0x657d1)+_0xea3e88(-_0x49c94d._0x4f1b67,-_0x49c94d._0x34801d,-0x147,-_0x49c94d._0x569f5e)+'\x20sent','HPJQo':_0xea3e88(-0x1a7,-0x154,-0x155,-0x116)+'send\x20menti'+'on\x20notific'+_0xea3e88(-0x1be,-0x18a,-0x177,-_0x49c94d._0x14ebf3),'oaamq':_0x56284a(0x12a,_0x49c94d._0x1ca68f,0x16c,0xe5),'IrZlj':_0x56284a(0xe0,_0x49c94d._0x10fbc5,0x124,_0x49c94d._0xf9ed2a)+_0xea3e88(-_0x49c94d._0x4e7cd0,-0x17d,-_0x49c94d._0x4c9ca6,-_0x49c94d._0x567b18)+_0x56284a(0xfa,_0x49c94d._0x5acc63,_0x49c94d._0x13b652,0x105)+_0x56284a(_0x49c94d._0x29c633,_0x49c94d._0x1a2021,0x115,0xfe)};function _0xea3e88(_0x137005,_0x3ce652,_0x1b58d0,_0x2943b5){return _0x30a5(_0x1b58d0- -_0xbc6638._0x31dacb,_0x137005);}try{if(_0x4644c1[_0xea3e88(-_0x49c94d._0x2aa280,-_0x49c94d._0xab1af6,-0x104,-_0x49c94d._0x1a2e6b)](_0x4644c1[_0xea3e88(-_0x49c94d._0x540c76,-_0x49c94d._0x11461b,-0x123,-0x12e)],_0x4644c1[_0xea3e88(-0x165,-0x1a4,-_0x49c94d._0x5cc55b,-_0x49c94d._0x5cc55b)])){_0x1bac8d[_0x56284a(_0x49c94d._0x29eb6a,0xa1,0x89,0x127)](_0xea3e88(-0x12f,-0x14d,-0x182,-0x17c)+_0x56284a(_0x49c94d._0x175427,_0x49c94d._0x258217,_0x49c94d._0xcc8362,0x66)+_0x56284a(_0x49c94d._0x2b7703,_0x49c94d._0x522ec3,_0x49c94d._0xab1af6,0xd3)+_0x56284a(0x12d,_0x49c94d._0x2a5e42,_0x49c94d._0x3cc24b,0xe2)+_0x56284a(0xf3,_0x49c94d._0x2f23d6,_0x49c94d._0x2ade2e,_0x49c94d._0x43ae67)+'n');return;}else{const _0xe03cc6=await _0x4644c1[_0x56284a(0x10e,0x166,0xfa,0x122)](isEmailConfigured);if(!_0xe03cc6){if(_0x4644c1[_0xea3e88(-0xdb,-_0x49c94d._0x137cff,-_0x49c94d._0x5ed34b,-0x12a)]===_0x4644c1[_0x56284a(0x135,0x15c,0x11f,0x188)]){logger['debug'](_0x4644c1[_0xea3e88(-_0x49c94d._0x582249,-_0x49c94d._0x3514b8,-0x13a,-0x166)]);return;}else return new _0xe722b2(_0x5f103f)[_0x56284a(0x146,_0x49c94d._0x3b7d14,0x10b,0x10e)+_0x56284a(0x125,_0x49c94d._0x3ea74d,0x152,0x13a)](_0x4644c1[_0xea3e88(-_0x49c94d._0x1c91e5,-_0x49c94d._0x4b4dad,-_0x49c94d._0x439f41,-_0x49c94d._0x4c9ca6)],{'weekday':'short','year':_0x56284a(0x11c,_0x49c94d._0x403f79,0x111,_0x49c94d._0x4ded92),'month':_0x4644c1['fKCaB'],'day':_0x4644c1['dhQjL'],'hour':_0x4644c1[_0xea3e88(-_0x49c94d._0xc3b612,-0x151,-_0x49c94d._0x2c65ad,-0x142)],'minute':_0x4644c1['rlClB']});}const _0x50c61a=_0x4644c1[_0x56284a(_0x49c94d._0x32f96b,0x52,0x101,_0x49c94d._0x33ec09)](parseMentions,_0x55fe9d);if(_0x50c61a['length']===0x163*-0x13+0x2227+-0x7ce)return;const _0x25f6c8={};_0x25f6c8['taskId']=_0x2a35f8,_0x25f6c8['mentionedU'+'serIds']=_0x50c61a,_0x25f6c8['commenter']=_0x32169a[_0xea3e88(-_0x49c94d._0x359769,-_0x49c94d._0x6908d7,-0xf5,-0xcb)],logger['info'](_0x4644c1[_0x56284a(_0x49c94d._0x468bc3,0x4f,0x94,0x60)],_0x25f6c8);const _0x24af68=_0x4644c1[_0xea3e88(-_0x49c94d._0x54ab99,-_0x49c94d._0x1049f9,-_0x49c94d._0x4af6be,-0x14a)](buildTaskUrl,_0x2a35f8,_0x721614,_0x25eefc),_0x566143=_0x4644c1[_0xea3e88(-_0x49c94d._0x4e8c55,-_0x49c94d._0x35cf04,-_0x49c94d._0x3fc158,-0x13c)](_0x721614['status'],_0x56284a(_0x49c94d._0x57c1eb,0xe8,_0x49c94d._0x35533d,0x12c)),_0x1f0d0f=_0x721614[_0xea3e88(-_0x49c94d._0x188945,-_0x49c94d._0x1f9870,-0x163,-_0x49c94d._0x2c3a14)]||_0x721614[_0xea3e88(-0x118,-0x15f,-0x140,-0x116)]||(_0x566143?'Objective\x20'+_0x2a35f8:_0x56284a(_0x49c94d._0x44891c,_0x49c94d._0x1284d9,_0x49c94d._0x5acc63,0xca)+_0x2a35f8);for(const _0x595fc1 of _0x50c61a){if(_0x4644c1[_0x56284a(_0x49c94d._0x2eef3e,0xf6,0x100,0x11f)](_0x595fc1,_0x32169a['userId'])){if(_0x4644c1[_0xea3e88(-_0x49c94d._0x263223,-0x16b,-0x17e,-0x17b)]!==_0x4644c1[_0x56284a(_0x49c94d._0x5bd071,_0x49c94d._0x5a047d,_0x49c94d._0x46104a,_0x49c94d._0x10da38)]){const _0x4b3230={};_0x4b3230[_0x56284a(_0x49c94d._0x2a5e42,_0x49c94d._0x1773ab,_0x49c94d._0x1f9870,_0x49c94d._0x5537e1)]=_0x5a0da7,_0x478585[_0x56284a(0xd8,_0x49c94d._0x4d4d58,_0x49c94d._0x275467,0xa4)](_0x4644c1[_0x56284a(0x136,0x15d,0x112,0x170)],_0x4b3230);return;}else continue;}try{const _0x39aab9=await _0x4644c1[_0xea3e88(-0x182,-_0x49c94d._0x4e7cd0,-0x18c,-0x13c)](findUserById,_0x595fc1);if(!_0x39aab9){const _0x499b71={};_0x499b71[_0x56284a(_0x49c94d._0x56595e,0xea,_0x49c94d._0x4a4777,_0x49c94d._0x515e0e)]=_0x595fc1,logger['debug'](_0x56284a(0xfc,0x11c,0xb1,_0x49c94d._0x4b4580)+_0x56284a(_0x49c94d._0xb64902,_0x49c94d._0x3526ed,0x14e,0x18d)+_0xea3e88(-0x183,-0x113,-0x166,-0x151),_0x499b71);continue;}if(!_0x39aab9[_0xea3e88(-_0x49c94d._0x501b27,-0x10a,-_0x49c94d._0xd62b00,-0x12f)]){if(_0x4644c1['kgxKk'](_0x4644c1['ugLSz'],_0x4644c1['ugLSz'])){const _0x5ef784={};_0x5ef784[_0xea3e88(-0xb2,-_0x49c94d._0x976c2,-_0x49c94d._0x38cf9b,-0xd6)]=_0x2d5d94,_0x5ef784[_0x56284a(_0x49c94d._0x104d8f,0xe2,0xc7,0x7c)]=_0x2eea2c,_0x66d4a[_0x56284a(0xd8,0x94,_0x49c94d._0x3d741b,_0x49c94d._0x27d7ca)](_0x4644c1[_0x56284a(_0x49c94d._0x31d967,_0x49c94d._0xebac3f,0xe9,_0x49c94d._0xd41d1b)],_0x5ef784);return;}else{const _0x59cdc6={};_0x59cdc6[_0xea3e88(-0x1c6,-_0x49c94d._0x1ec5c8,-_0x49c94d._0x10e75a,-_0x49c94d._0x454a0e)]=_0x595fc1,logger[_0xea3e88(-_0x49c94d._0x4e7cd0,-0x151,-_0x49c94d._0x1c91e5,-0x11b)](_0x4644c1[_0x56284a(0x126,_0x49c94d._0x3155a1,0x133,_0x49c94d._0x584ff7)],_0x59cdc6);continue;}}const _0x4ed6cc=_0x4644c1[_0xea3e88(-_0x49c94d._0x390bfa,-0x122,-0x13d,-_0x49c94d._0x42f872)](_0x39aab9[_0x56284a(_0x49c94d._0x82441c,_0x49c94d._0x52739a,0x75,_0x49c94d._0x158685)+'s']?.['email_ment'+_0x56284a(_0x49c94d._0x33139f,_0x49c94d._0x4e0b5b,_0x49c94d._0x368371,_0x49c94d._0x42f872)],![]);if(!_0x4ed6cc){if(_0x4644c1['LpgXy'](_0x4644c1[_0x56284a(0x114,0xc5,0xe8,_0x49c94d._0x376b86)],_0x4644c1[_0xea3e88(-_0x49c94d._0x4e0b5b,-0x111,-0x121,-_0x49c94d._0x12dcec)])){if(!_0x5acb70)return'';return _0x6b24a5[_0x56284a(_0x49c94d._0x2f1980,0xc7,0xcc,0x158)](/&/g,_0x56284a(_0x49c94d._0x44b6b3,_0x49c94d._0x137cff,_0x49c94d._0xa76865,_0x49c94d._0x3f7fb3))[_0x56284a(_0x49c94d._0x2f1980,_0x49c94d._0x2b1e9f,0x161,0x10d)](/</g,_0x4644c1[_0xea3e88(-_0x49c94d._0x3d594d,-_0x49c94d._0x99d07c,-_0x49c94d._0x5d0ace,-_0x49c94d._0x32c3c3)])['replace'](/>/g,_0x4644c1[_0x56284a(0xa1,0xd2,_0x49c94d._0x535c88,_0x49c94d._0x5a85dd)])[_0x56284a(_0x49c94d._0x2aa354,0x16b,_0x49c94d._0x43cb89,0x144)](/"/g,_0x4644c1[_0xea3e88(-0x13e,-0x115,-_0x49c94d._0x343bef,-0x11a)]);}else{const _0x4318fa={};_0x4318fa[_0x56284a(0xc2,0xb2,0x69,0x80)]=_0x595fc1,logger['debug'](_0x4644c1[_0xea3e88(-0xf3,-_0x49c94d._0x7d4f0f,-0xf9,-_0x49c94d._0x2faa9e)],_0x4318fa);continue;}}const _0x40c178=formatCommentForEmail(_0x55fe9d);await _0x4644c1['TYARX'](sendTemplatedEmail,{'to':_0x39aab9[_0xea3e88(-0xf0,-0x147,-0xf3,-0x113)],'template':_0x4644c1[_0xea3e88(-_0x49c94d._0x5d0ace,-_0x49c94d._0x3fc427,-0x191,-_0x49c94d._0x429be6)],'data':{'type':_0x4644c1[_0x56284a(_0x49c94d._0x2791e1,_0x49c94d._0x3ece5f,0x94,_0x49c94d._0x447b3b)],'recipientName':_0x39aab9[_0x56284a(_0x49c94d._0x2f4019,0xeb,_0x49c94d._0x5e30d4,_0x49c94d._0x1f598f)]||_0x39aab9[_0x56284a(_0x49c94d._0x4a7f9c,0x134,_0x49c94d._0x5be55e,0x168)],'actorName':_0x32169a[_0x56284a(_0x49c94d._0x5839e3,0x113,_0x49c94d._0x1ec967,_0x49c94d._0x10af1a)]||_0x32169a[_0xea3e88(-0xb1,-_0x49c94d._0x3b7d14,-0xf5,-0xdc)],'taskTitle':_0x1f0d0f,'taskUrl':_0x24af68,'isObjective':_0x566143,'commentPreviewHtml':_0x40c178[_0x56284a(_0x49c94d._0x450f41,0x7b,0xcd,_0x49c94d._0x44b6b3)],'commentPreviewText':_0x40c178['text'],'commentedAt':_0x4644c1[_0x56284a(0xa9,0xc5,0xda,_0x49c94d._0x2a3c8e)](formatDate,_0x224c80)}});const _0x4debf9={};_0x4debf9['to']=_0x39aab9['email'],_0x4debf9[_0xea3e88(-_0x49c94d._0x17ea9d,-0x166,-0x173,-_0x49c94d._0x21574d)]=_0x595fc1,_0x4debf9['taskId']=_0x2a35f8,logger[_0x56284a(0x117,_0x49c94d._0x13b652,_0x49c94d._0x580a2e,0xf9)](_0x4644c1[_0x56284a(0xcd,_0x49c94d._0x295505,_0x49c94d._0x2919de,_0x49c94d._0x22d136)],_0x4debf9);}catch(_0x5685dc){const _0x38e219={};_0x38e219[_0xea3e88(-_0x49c94d._0x200d2d,-0x190,-_0x49c94d._0x51b2c9,-_0x49c94d._0xafc7a1)]=_0x595fc1,_0x38e219[_0xea3e88(-_0x49c94d._0x58363e,-_0x49c94d._0x2bcbb4,-0x102,-_0x49c94d._0x16751b)]=_0x5685dc[_0x56284a(_0x49c94d._0x53d3fe,0xc9,_0x49c94d._0x1cb2a8,0xdf)],logger[_0x56284a(_0x49c94d._0x3546c5,0xff,0x10e,0x136)](_0x4644c1[_0x56284a(0xb1,0xe9,0xc2,_0x49c94d._0xab1af6)],_0x38e219);}}}}catch(_0x4c5b2c){if(_0x4644c1[_0xea3e88(-_0x49c94d._0x53158f,-0xf7,-_0x49c94d._0x2919de,-0x117)](_0xea3e88(-_0x49c94d._0x80b881,-0x112,-0x10b,-_0x49c94d._0x3277a4),_0x4644c1['oaamq'])){if(!_0x434987)return[];const _0xdaaa23=/@?\[([^\]]+)\]\(mention:([^)]+)\)/g,_0x2508ab=_0x1dadce[_0x56284a(_0x49c94d._0x3fa166,0x95,_0x49c94d._0x4f1b67,0xac)](_0xdaaa23),_0x78bb5a=[..._0x2508ab][_0xea3e88(-0x13e,-0x176,-_0x49c94d._0x22b461,-_0x49c94d._0x4c993d)](_0x2046e4=>_0x2046e4[-0x1a+-0x17b5+0x17d1]);return[...new _0x5f4806(_0x78bb5a)];}else{const _0x24c693={};_0x24c693[_0xea3e88(-_0x49c94d._0x75bc91,-_0x49c94d._0x3c656f,-_0x49c94d._0x29c579,-0x1e2)]=_0x2a35f8,_0x24c693['error']=_0x4c5b2c[_0xea3e88(-_0x49c94d._0x5270e2,-0x1a6,-_0x49c94d._0x258f19,-0x1c8)],logger[_0xea3e88(-_0x49c94d._0xafc899,-_0x49c94d._0x104d8f,-_0x49c94d._0x447b3b,-0xdd)](_0x4644c1[_0x56284a(0x12e,_0x49c94d._0x72f6b,0x114,_0x49c94d._0x5c401b)],_0x24c693);}}}export async function sendCommentNotification({commentContent:_0x50c96c,commenter:_0x437b88,task:_0x2dd4d8,taskId:_0x3e9379,commentedAt:_0x2b7512,baseUrl:_0x42dc53}){const _0x5b2266={_0x1c126f:0x2db,_0x96e7db:0x2a6,_0x30b8b5:0x11a,_0x5b29c0:0x112,_0x19bdb3:0x29e,_0x31999c:0x298,_0x558c31:0x126,_0x26fa8e:0x128,_0x2245ad:0x163,_0x42c252:0x27b,_0x5a6113:0x2c6,_0x153b49:0x240,_0x18d8a2:0x2ce,_0x3f8ebd:0x2e7,_0xb60150:0x31d,_0x56c8e5:0x2f1,_0x2e6c:0x29c,_0xc353fc:0xd8,_0x4ad3ad:0xb9,_0x252176:0x237,_0x55401b:0x2b2,_0x2b5654:0x311,_0x35d755:0xbe,_0xcd4a82:0xd4,_0x34c05f:0x2e5,_0x5cb70a:0x2dd,_0x1b4e7f:0x160,_0x524b00:0xd9,_0x5b300e:0x144,_0x3ac990:0xe4,_0x34eada:0xbc,_0x4fe4dd:0xe7,_0x4ec9a8:0xe3,_0x2f7b16:0xec,_0x2cc48:0xcf,_0x29afc1:0x108,_0x202041:0x8d,_0x101202:0xc5,_0x3a9fa0:0x11b,_0x565556:0x2bc,_0x22bbc2:0x2ca,_0x484919:0x284,_0x5bfd1f:0x2ea,_0x4a6f6f:0x2a7,_0x3c05c6:0x2e4,_0x1acb56:0x278,_0x28c5e0:0x236,_0x4f60c0:0x2d5,_0x9d2206:0x2f6,_0x35d5a4:0x54,_0x1dd25f:0xf2,_0x31d87c:0x306,_0x371b3b:0x29a,_0x5831b0:0x290,_0x264797:0x2c6,_0x14938b:0xe7,_0x2faaa8:0xec,_0x5ba558:0x12e,_0x2f70a6:0x168,_0x21b2c6:0x268,_0x523599:0x226,_0x4942d7:0x260,_0x1d18e3:0x259,_0x1509ba:0x28c,_0x1f5e2d:0x2eb,_0x4ae65f:0x2ef,_0x564282:0x290,_0x5e39a2:0x264,_0x1b6ed1:0x2b1,_0x54ef0b:0x27d,_0x17fe37:0x29d,_0x1d090a:0xb7,_0x14dc92:0x86,_0x3c089d:0xc3,_0x1e2632:0x94,_0x7928c5:0x2ba,_0x2b34e9:0x2c4,_0xe72ac7:0x2e6,_0xcf0670:0x20c,_0x43c190:0x18d,_0x1792f5:0x136,_0x35fc2a:0x185,_0x4629c2:0x2e7,_0x167312:0x304,_0x4cd095:0x341,_0xd44633:0x80,_0x350db6:0xa6,_0x5b4a43:0x2fa,_0x58db3e:0x266,_0x505e6e:0xe9,_0x18cef5:0x2fb,_0x3b3097:0x2ab,_0x4f8f7b:0xf9,_0x200ec6:0x144,_0x1c93b5:0x23e,_0x1300eb:0x2b9,_0x381ec1:0xbe,_0x55e017:0x10b,_0x38e3a2:0x2aa,_0x36721f:0x2ae,_0x554636:0x2bd,_0x4b9008:0x2b7,_0x52e983:0x2ad,_0xd24a13:0x2f2,_0x57ce05:0x294,_0x519a5f:0x253,_0x577060:0x212,_0x17f5fd:0x27c,_0x1f3d66:0x32e,_0x363a51:0x2f3,_0x5719cf:0x2da,_0x2294ef:0x124,_0x46926a:0x157,_0x11e4cc:0x147,_0x11d95e:0x99,_0x4eca0e:0xf5,_0x2427f2:0xdd,_0x1c9a91:0x2a1,_0x334a52:0x25b,_0x91e00f:0x27a,_0x243382:0xdb,_0x61d41c:0xfe,_0x16a1ef:0x123,_0x7d4cb9:0x11b,_0x2c9edd:0x9e,_0x3f977a:0xac,_0x886a56:0x235,_0x561f00:0x2c1,_0x14c5c4:0x24f,_0xefd228:0x2cc,_0x292838:0x29a,_0x2e5a2c:0x96,_0x3f668a:0xa7,_0xaa1566:0xa5,_0x2e408c:0xd9,_0x12dcbe:0xf2,_0x11510d:0x2d8,_0x3fb2a4:0x2cd,_0x792a52:0x2c3,_0x16ed6c:0x30f,_0x16526e:0x277,_0x2a928a:0x2d2,_0x5a34d8:0x28e,_0x190636:0x2c2,_0x5e5278:0x125,_0xb57cde:0xb8,_0x42dc71:0xdd,_0x5e53c7:0x265,_0x796de5:0x274,_0x4aeab1:0x29f,_0x47924b:0x138,_0x3c581c:0x115,_0x3760fd:0x108,_0x37b92e:0x208,_0x164e87:0x17a,_0x57e487:0x141,_0x76fd9c:0x2bd,_0x169620:0x2ba,_0x125b0e:0x282,_0x1c49c7:0x2df,_0x4e344c:0x312,_0x37214f:0x343,_0x2b2f6e:0x156,_0x6e2b2d:0x313,_0x4cf407:0x2fd,_0x5dae3d:0x2ef},_0x441312={_0x3d7da4:0x19},_0x2af157={_0x5105fd:0x378};function _0x5aa1fd(_0x25c4ff,_0x3d611c,_0x5161c7,_0x2df18e){return _0x30a5(_0x3d611c- -_0x2af157._0x5105fd,_0x25c4ff);}function _0x51f98f(_0xc51a4e,_0xb7c29f,_0x1786a6,_0x5a8b74){return _0x30a5(_0x1786a6-_0x441312._0x3d7da4,_0xc51a4e);}const _0x306b29={'PvBdV':function(_0x33580f,_0x2913bc){return _0x33580f+_0x2913bc;},'XixBS':_0x5aa1fd(-_0x5b2266._0x1c126f,-_0x5b2266._0x96e7db,-0x2db,-0x263),'QgSbd':'<br>','mgtqr':_0x51f98f(0x13f,0xea,_0x5b2266._0x30b8b5,_0x5b2266._0x5b29c0)+_0x5aa1fd(-_0x5b2266._0x19bdb3,-_0x5b2266._0x31999c,-0x29c,-0x274)+'tification'+'s\x20disabled','awHMK':function(_0x4c78a2,_0x4e2167){return _0x4c78a2(_0x4e2167);},'zbYAE':_0x51f98f(_0x5b2266._0x558c31,_0x5b2266._0x26fa8e,0x128,_0x5b2266._0x2245ad)+_0x5aa1fd(-0x28a,-_0x5b2266._0x42c252,-_0x5b2266._0x5a6113,-_0x5b2266._0x153b49)+'und-color:'+_0x5aa1fd(-_0x5b2266._0x18d8a2,-_0x5b2266._0x3f8ebd,-_0x5b2266._0xb60150,-_0x5b2266._0x56c8e5)+_0x5aa1fd(-_0x5b2266._0x2e6c,-0x2c0,-0x2e7,-0x2bf)+_0x51f98f(_0x5b2266._0xc353fc,0xef,0xb5,_0x5b2266._0x4ad3ad)+'or:\x20#2563e'+_0x5aa1fd(-0x265,-0x286,-_0x5b2266._0x252176,-_0x5b2266._0x55401b)+_0x5aa1fd(-0x2dd,-0x2f9,-0x320,-_0x5b2266._0x2b5654)+_0x51f98f(_0x5b2266._0x35d755,0xc8,0xc8,_0x5b2266._0xcd4a82)+'dius:\x204px;'+'\x20font-weig'+_0x5aa1fd(-_0x5b2266._0x34c05f,-0x2e3,-_0x5b2266._0x5cb70a,-0x2dc)+_0x51f98f(_0x5b2266._0x1b4e7f,0x118,0x111,_0x5b2266._0x524b00),'jdDpZ':function(_0x691422){return _0x691422();},'Rfkhm':'MsCvi','JjiTP':function(_0x3706da,_0x16bbd7){return _0x3706da===_0x16bbd7;},'iVMsf':function(_0x95058f,_0x43bd49){return _0x95058f(_0x43bd49);},'clkku':'Task\x20owner'+_0x51f98f(_0x5b2266._0x5b300e,_0x5b2266._0x3ac990,0xfb,_0x5b2266._0x34eada),'RlqlE':_0x51f98f(_0x5b2266._0x4fe4dd,_0x5b2266._0x4ec9a8,0x139,0x119),'SoZlx':_0x51f98f(0xe4,_0x5b2266._0x2f7b16,_0x5b2266._0x2cc48,0xca),'KUxFy':'Task\x20owner'+_0x51f98f(_0x5b2266._0x29afc1,_0x5b2266._0x202041,_0x5b2266._0x101202,0x10f)+_0x51f98f(0x12a,0xec,0x107,_0x5b2266._0x3a9fa0),'jqmKD':function(_0x237f10,_0x216e63,_0x410672,_0x1419e1){return _0x237f10(_0x216e63,_0x410672,_0x1419e1);},'rmDce':function(_0x5e357e,_0x3ecb71){return _0x5e357e===_0x3ecb71;},'YPVjB':_0x5aa1fd(-0x312,-_0x5b2266._0x565556,-0x26a,-_0x5b2266._0x22bbc2),'KrJLT':_0x5aa1fd(-0x24c,-_0x5b2266._0x484919,-0x28c,-0x27f)+_0x5aa1fd(-_0x5b2266._0x5bfd1f,-_0x5b2266._0x4a6f6f,-_0x5b2266._0x3c05c6,-0x2f8),'xfrZx':_0x5aa1fd(-0x29a,-_0x5b2266._0x1acb56,-0x2a6,-0x22c)+'tification'+_0x5aa1fd(-0x25d,-0x26d,-_0x5b2266._0x28c5e0,-0x250)+_0x5aa1fd(-_0x5b2266._0x4f60c0,-_0x5b2266._0x9d2206,-0x32b,-0x332),'DIKOe':'Failed\x20to\x20'+_0x51f98f(_0x5b2266._0x35d5a4,0xae,0xa1,_0x5b2266._0x1dd25f)+'nt\x20notific'+_0x51f98f(0xc0,0xaa,0xba,0x8b)};try{const _0x5413b8=await _0x306b29[_0x5aa1fd(-_0x5b2266._0x31d87c,-0x2bf,-0x277,-_0x5b2266._0x371b3b)](isEmailConfigured);if(!_0x5413b8){if(_0x5aa1fd(-0x2ed,-_0x5b2266._0x55401b,-_0x5b2266._0x5831b0,-_0x5b2266._0x264797)===_0x306b29[_0x51f98f(_0x5b2266._0x14938b,_0x5b2266._0x2faaa8,_0x5b2266._0x5ba558,_0x5b2266._0x2f70a6)]){logger['debug']('Email\x20not\x20'+_0x5aa1fd(-0x2be,-0x2f5,-0x2a6,-0x325)+',\x20skipping'+_0x5aa1fd(-0x252,-_0x5b2266._0x21b2c6,-0x243,-_0x5b2266._0x523599)+_0x5aa1fd(-_0x5b2266._0x4942d7,-0x2a2,-0x297,-_0x5b2266._0x1d18e3)+'n');return;}else{const _0x24d837={};_0x24d837[_0x5aa1fd(-0x2ae,-0x2ce,-0x304,-_0x5b2266._0x1509ba)]='',_0x24d837[_0x5aa1fd(-_0x5b2266._0x1f5e2d,-0x2ba,-_0x5b2266._0x4ae65f,-_0x5b2266._0x564282)]='';if(!_0x40ceb0)return _0x24d837;let _0x24e720=_0x4d7108;_0xff32d5[_0x5aa1fd(-_0x5b2266._0x5e39a2,-_0x5b2266._0x1b6ed1,-0x275,-_0x5b2266._0x56c8e5)]>_0x355cf5&&(_0x24e720=_0x306b29['PvBdV'](_0x21a553[_0x5aa1fd(-0x2fb,-0x2d6,-0x2e8,-0x2cc)](-0x59*-0x5e+0x1fdc*-0x1+-0xd2,_0x571140),_0x306b29['XixBS']));const _0x20e191=_0x6c95a8(_0x24e720);let _0x125da6=_0x553ac5(_0x24e720);_0x125da6=_0x125da6[_0x5aa1fd(-0x2b1,-_0x5b2266._0x54ef0b,-_0x5b2266._0x17fe37,-0x27e)](/\n/g,_0x306b29['QgSbd']);const _0x522189={};return _0x522189[_0x51f98f(_0x5b2266._0x1d090a,_0x5b2266._0x14dc92,_0x5b2266._0x3c089d,_0x5b2266._0x1e2632)]=_0x125da6,_0x522189[_0x5aa1fd(-0x295,-_0x5b2266._0x7928c5,-0x29f,-0x2c2)]=_0x20e191,_0x522189;}}const _0x42eaa1=_0x2dd4d8[_0x5aa1fd(-0x305,-0x2c4,-0x302,-_0x5b2266._0x2b34e9)]?.['userId'];if(!_0x42eaa1){if(_0x306b29[_0x5aa1fd(-_0x5b2266._0xe72ac7,-_0x5b2266._0x564282,-_0x5b2266._0x96e7db,-0x25a)]('ixfhM',_0x5aa1fd(-0x22a,-0x257,-0x294,-_0x5b2266._0xcf0670))){const _0x378392={};_0x378392[_0x51f98f(0x161,_0x5b2266._0x43c190,_0x5b2266._0x1792f5,_0x5b2266._0x35fc2a)]=_0x48ae7f,_0x24f5f1[_0x5aa1fd(-0x30f,-0x2bd,-0x30d,-_0x5b2266._0x4629c2)](_0x306b29[_0x5aa1fd(-_0x5b2266._0x167312,-0x2ea,-0x2fa,-_0x5b2266._0x4cd095)],_0x378392);return;}else{const _0x55e74b={};_0x55e74b[_0x51f98f(_0x5b2266._0xd44633,0x62,_0x5b2266._0x350db6,0xaf)]=_0x3e9379,logger[_0x5aa1fd(-_0x5b2266._0x5b4a43,-0x2bd,-_0x5b2266._0x58db3e,-0x280)]('Task\x20has\x20n'+_0x51f98f(0x148,_0x5b2266._0x505e6e,0x120,0x135)+_0x5aa1fd(-_0x5b2266._0x18cef5,-_0x5b2266._0x3b3097,-0x2ac,-0x25a)+'mment\x20noti'+_0x51f98f(_0x5b2266._0x4f8f7b,_0x5b2266._0x200ec6,0x108,0xed),_0x55e74b);return;}}if(_0x306b29[_0x5aa1fd(-_0x5b2266._0x1c93b5,-_0x5b2266._0x564282,-_0x5b2266._0x1300eb,-0x24f)](_0x42eaa1,_0x437b88[_0x51f98f(0xdb,0x10a,_0x5b2266._0x381ec1,0x67)]))return;const _0x347777=await _0x306b29[_0x51f98f(0x18a,_0x5b2266._0x55e017,0x137,0xfc)](findUserById,_0x42eaa1);if(!_0x347777){const _0x3e904d={};_0x3e904d['ownerId']=_0x42eaa1,_0x3e904d[_0x5aa1fd(-0x328,-0x2eb,-_0x5b2266._0x38e3a2,-_0x5b2266._0x36721f)]=_0x3e9379,logger[_0x5aa1fd(-0x27e,-_0x5b2266._0x554636,-_0x5b2266._0x4b9008,-0x295)](_0x306b29[_0x5aa1fd(-0x2dc,-_0x5b2266._0x52e983,-_0x5b2266._0xd24a13,-0x262)],_0x3e904d);return;}if(!_0x347777[_0x5aa1fd(-_0x5b2266._0x57ce05,-_0x5b2266._0x519a5f,-_0x5b2266._0x577060,-_0x5b2266._0x17f5fd)]){if(_0x306b29[_0x5aa1fd(-_0x5b2266._0x1f3d66,-_0x5b2266._0x363a51,-_0x5b2266._0x5719cf,-0x303)]===_0x306b29[_0x51f98f(_0x5b2266._0x2294ef,_0x5b2266._0x46926a,_0x5b2266._0x11e4cc,0x15b)]){if(!_0x3aff86)return'';const _0x136aae=_0x306b29[_0x51f98f(_0x5b2266._0x11d95e,_0x5b2266._0x4eca0e,_0x5b2266._0x2427f2,0xfc)](_0x430af8,_0xd72938);return _0x136aae['replace'](/@?\[([^\]]+)\]\(mention:[^)]+\)/g,_0x306b29[_0x51f98f(0x121,0xd8,0xcc,0x10e)]);}else{const _0x5a83ea={};_0x5a83ea[_0x5aa1fd(-_0x5b2266._0x1c9a91,-_0x5b2266._0x334a52,-_0x5b2266._0x91e00f,-0x23a)]=_0x42eaa1,logger['debug'](_0x306b29[_0x51f98f(_0x5b2266._0x243382,_0x5b2266._0x61d41c,_0x5b2266._0x16a1ef,_0x5b2266._0x7d4cb9)],_0x5a83ea);return;}}const _0x378db5=_0x347777[_0x51f98f(_0x5b2266._0x2c9edd,_0x5b2266._0x1d090a,0x97,_0x5b2266._0x3f977a)+'s']?.['email_comm'+_0x5aa1fd(-_0x5b2266._0x886a56,-0x27f,-_0x5b2266._0x561f00,-0x2ca)+_0x5aa1fd(-_0x5b2266._0x14c5c4,-0x294,-0x242,-_0x5b2266._0xefd228)]!==![];if(!_0x378db5){const _0x50d2e5={};_0x50d2e5[_0x5aa1fd(-0x273,-0x25b,-_0x5b2266._0x292838,-0x202)]=_0x42eaa1,logger['debug'](_0x306b29[_0x51f98f(0xd8,_0x5b2266._0x2e5a2c,_0x5b2266._0x3f668a,_0x5b2266._0xaa1566)],_0x50d2e5);return;}const _0x2b772f=_0x306b29[_0x51f98f(0xc5,0x130,_0x5b2266._0x2e408c,_0x5b2266._0x12dcbe)](buildTaskUrl,_0x3e9379,_0x2dd4d8,_0x42dc53),_0x40dee0=_0x306b29[_0x5aa1fd(-0x2a2,-0x2f8,-_0x5b2266._0x1f3d66,-_0x5b2266._0x55401b)](_0x2dd4d8[_0x5aa1fd(-0x2be,-0x28f,-0x282,-_0x5b2266._0x11510d)],_0x306b29['YPVjB']),_0x4ecb9c=_0x2dd4d8[_0x5aa1fd(-_0x5b2266._0x3fb2a4,-_0x5b2266._0x792a52,-_0x5b2266._0x16ed6c,-_0x5b2266._0x16526e)]||_0x2dd4d8[_0x5aa1fd(-_0x5b2266._0x2a928a,-0x2a0,-0x29a,-_0x5b2266._0x5a34d8)]||(_0x40dee0?_0x5aa1fd(-_0x5b2266._0x190636,-0x2da,-_0x5b2266._0x1b6ed1,-0x2a5)+_0x3e9379:_0x51f98f(0x13d,_0x5b2266._0x5e5278,0xf2,0x10b)+_0x3e9379),_0x14aa14=_0x306b29[_0x51f98f(_0x5b2266._0xb57cde,0xe4,_0x5b2266._0x42dc71,0x116)](formatCommentForEmail,_0x50c96c);await _0x306b29['awHMK'](sendTemplatedEmail,{'to':_0x347777['email'],'template':_0x306b29[_0x5aa1fd(-_0x5b2266._0x5e53c7,-_0x5b2266._0x796de5,-0x225,-_0x5b2266._0x4aeab1)],'data':{'type':_0x51f98f(0x118,_0x5b2266._0x47924b,0x135,0x150),'recipientName':_0x347777[_0x51f98f(0xc5,_0x5b2266._0x3c581c,0xf1,_0x5b2266._0x3760fd)]||_0x347777[_0x5aa1fd(-0x220,-0x255,-_0x5b2266._0x37b92e,-0x29a)],'actorName':_0x437b88[_0x51f98f(0x144,0xa6,0xf1,0x144)]||_0x437b88[_0x51f98f(0x10b,_0x5b2266._0x164e87,0x13c,_0x5b2266._0x57e487)],'taskTitle':_0x4ecb9c,'taskUrl':_0x2b772f,'isObjective':_0x40dee0,'commentPreviewHtml':_0x14aa14['html'],'commentPreviewText':_0x14aa14[_0x5aa1fd(-_0x5b2266._0x76fd9c,-_0x5b2266._0x169620,-_0x5b2266._0x125b0e,-_0x5b2266._0x1c49c7)],'commentedAt':formatDate(_0x2b7512)}});const _0x2851e2={};_0x2851e2['to']=_0x347777[_0x51f98f(0xf8,0x16f,0x13e,0x10c)],_0x2851e2['ownerId']=_0x42eaa1,_0x2851e2[_0x5aa1fd(-0x30b,-0x2eb,-_0x5b2266._0x4e344c,-_0x5b2266._0x37214f)]=_0x3e9379,logger[_0x51f98f(_0x5b2266._0x2b2f6e,0x10e,0x113,0x150)](_0x306b29['xfrZx'],_0x2851e2);}catch(_0x2321e9){const _0x3afd6d={};_0x3afd6d[_0x5aa1fd(-0x2fd,-0x2eb,-_0x5b2266._0x6e2b2d,-0x2a3)]=_0x3e9379,_0x3afd6d[_0x51f98f(_0x5b2266._0x2b2f6e,0x144,0x12f,0x16e)]=_0x2321e9[_0x5aa1fd(-_0x5b2266._0x4cf407,-_0x5b2266._0x5dae3d,-0x32c,-_0x5b2266._0x561f00)],logger['error'](_0x306b29['DIKOe'],_0x3afd6d);}}export async function sendCommentNotifications(_0x4ae462){const _0x243903={_0x5b7370:0x44a,_0x89965b:0x46d,_0xdec4ee:0x448};function _0x11b4f1(_0x763ee5,_0x2604bf,_0x5b514e,_0x133c85){return _0x30a5(_0x133c85-0x19d,_0x5b514e);}function _0x1f1ec3(_0x2160b4,_0x4b83f0,_0x2c585b,_0x20c19f){return _0x30a5(_0x4b83f0-0x345,_0x2c585b);}const _0x1fa767={'GPbih':function(_0x47abd0,_0x39ef36){return _0x47abd0(_0x39ef36);}};await Promise[_0x1f1ec3(_0x243903._0x5b7370,_0x243903._0x89965b,0x417,_0x243903._0xdec4ee)]([_0x1fa767[_0x11b4f1(0x22d,0x1db,0x25b,0x228)](sendMentionNotifications,_0x4ae462),sendCommentNotification(_0x4ae462)]);}
@@ -1 +1 @@
1
- function _0x2a51(){const _0x4eae34=['sLftuge','DKrWteW','t0LeqYb0B2TLBG','Dgf0zsbWyxjHBq','y2XPzw50ihnLyW','whbKCuO','CMfUzg9TqNL0zq','AM9PBG','y2XHAw1Z','Bg1NzwC','ignSzwfYzwq','rMfPBgvKihrVia','BNrPy2f0Aw9Uia','zxrLCG','v2DUCe8','BMzPz3vYyxrPBW','yxv0B19WCM92Aq','A0jUDfC','sMjcuMq','ywXSB3DmB2nHBa','y3DvCg0','lNDLBgWTA25VDW','y2XLyxi','t0LeqYbWCM92Aq','rejlC1q','vMvUDu0','C3vJy2vZCW','y2fSy3vSyxrLua','CMvHzcbpsurdia','DxjS','vwves3K','rgLZy292zxj5ia','ExnvChu','AMDky0S','zgvSzxrL','DhrQExG','y0zZsMK','CgjYy3q','CMvK','CMv0igzYB20G','BxLJze0','z3vYyxrPB24GBa','tM5Vqvq','Dg9tDhjPBMC','C0HgvwC','AePdCfe','zw9AvNC','Aw9Ux2vUzhbVAq','yujfDMm','zgLZy292zxiGtW','zxjYB3i','CMvHzezPBgu','r2vUzxjHDgvKia','AwruB2TLBG','uwHjwKO','AwrFDg9Rzw4','mtu0mty1ow9ry01kCq','yxbWBgLJyxrPBW','EerKtLa','ndC5ntmYwxrZvwzT','tMzWAgK','yxrdueq','sKrfs2W','zKvoqMe','mti2ndm4nMDXywXAra','zw5HyMXLza','tNfPCMO','u1rStMK','B3vkywu','DwfNv3C','vuPrBgy','mtCWntKZuuD6s09X','DMf5rxy','surdihbYB3zPza','u3rHDguGCgfYyq','zgvIDwC','zxr1CM5Lzca','zgv2zwXVCgvY','ywPerwq','rMnfBKC','DxrMltG','uKfVt0K','yxrPB24GzMLLBa','B2LKyY5QC29U','y2XPzw50x2LK','Aw5MBW','lNnLy3jLDhm','v0TIzee','C25qz3C','CgfYC2u','v1DrswG','zMfPBgvK','EKvyv1a','BMfTzq','zgLZy292zxj5','BwvZC2fNzq','zYbpsurdihbYBW','y2XPzw50x3nLyW','Bwv0zxiGzxHWAq','sNLizwe','sMnvCvO','BIbMAwXLigzVDq','yNvPBgrbDxrOBW','BeP5AvG','CMvZCg9UC2uGBq','C3vI','mta4nJi5mLLlugr6za','AwLUDxa','qwr1wum','y29UBMvJDcb0BW','BwPMAvC','v1nbr1K','zgvYigrPC2nVDG','igrPC2nVDMvYEq','igv4y2HHBMDLia','EhfNsMu','C3nMDwXSEq','CMrKsfK','Chjgyxy','B3bLBMLK','B2LUDa','z0HUr08','qxv0Aa','y29Kzq','t0LeqYbHDxrOzq','yxv0B1bYB3zPCW','Cgf0Aa','EuHhBgW','ywnJzxnZ','ChjVzMLSzq','B2fKzwq','BgXLBMDL','uZi1nG','C3rHDgu','p2nVzgu9','BgvUz3rO','y2XPzw50swq','BM9Uy2u','tM8Gt0LeqYbJBW','AxmGzgLZywjSzq','Bg9Hzcbpsurdia','t2LRyLq','yxv0Ag9YAxPHDa','zw5KC1DPDgG','Dg9Rzw5Fzw5KCa','CMv0x2zPBgu','DgGGu1np','swDjzee','BM93','ywnJzxnZx3rVAW','B25MAwD1CMf0Aq','suHVruW','AK1ArKy','ywXSB3DFBg9Jyq','zgzNAwq','C1vJEui','t09fy28','y3jLyxrLzef0','mtmZnJe2nurNAxvgta','CxvPCMvKie9jra','Agv4','DwLYzwqGzMLLBa','Bf9HDxrO','CNzYB2K','rxDuzeG','AxnZDwvY','zgLZCgXHEv9Uyq','q1fZy2e','zM1uuKK','ndGWmJyXqwj5D0zT','t0LeqYbHDxrOBW','zKr1we8','igvUzhbVAw50','igv4CgLYzwqGCW','t3jqvgu','CMv0','r2fyu0O','z3vYyxrPB24','AxnZAw5NihjLCq','C2nVCgvZ','ywnJzxnZvg9Rzq','tuzoDfG','r2n1u1q','zcbPBIbJB25MAq','zw50CMLLCW','zgvMyxvSDf9YBW','y09bELC','ANnVBG','t0LeqYbJB25MAq','zdOG','Aw9U','C2LVBG','zxjLzcbZDwnJzq','zw1HAwW','AhjLzG','DhjPBq'];_0x2a51=function(){return _0x4eae34;};return _0x2a51();}(function(_0x2852b6,_0x513ce2){const _0x59a6ff={_0x296d22:0x51f,_0x3e29fb:0x532,_0x41da26:0x513,_0x26ecfc:0x38b,_0x4d4cb6:0x3bf,_0x40c18f:0x520,_0x27879f:0x34a,_0x39ba63:0x391},_0x333bbb={_0x399a70:0x346},_0x4baeea=_0x2852b6();function _0x4fc5e2(_0x2d67f,_0x52cb23,_0x490e9b,_0xc88f63){return _0x89b1(_0x2d67f-_0x333bbb._0x399a70,_0x490e9b);}function _0x5922df(_0x32bd42,_0x3aa943,_0xfe6c37,_0x250544){return _0x89b1(_0xfe6c37-0x18f,_0x250544);}while(!![]){try{const _0x237a3b=parseInt(_0x4fc5e2(_0x59a6ff._0x296d22,0x4da,0x550,_0x59a6ff._0x3e29fb))/(-0x105+-0xe35*0x1+0xf3b*0x1)+-parseInt(_0x4fc5e2(_0x59a6ff._0x41da26,0x4bf,0x512,0x4b2))/(-0x116f*-0x1+-0x2d7+-0xe96)+parseInt(_0x5922df(0x3fe,0x3d3,0x3ca,0x394))/(-0x1fb9+-0x1*-0xae4+0x17*0xe8)+parseInt(_0x5922df(0x39f,0x393,_0x59a6ff._0x26ecfc,0x3bb))/(-0x141f+-0x161d+0x40*0xa9)+parseInt(_0x5922df(0x3e6,0x400,_0x59a6ff._0x4d4cb6,0x365))/(0xe8a+-0x909*0x3+0xc96)+-parseInt(_0x4fc5e2(0x518,0x4f0,_0x59a6ff._0x40c18f,0x4bb))/(-0x63*0x1+-0x17b0+0x1*0x1819)+-parseInt(_0x5922df(_0x59a6ff._0x27879f,0x3b5,0x359,_0x59a6ff._0x39ba63))/(0xd0+0x1*0x151e+-0x15e7);if(_0x237a3b===_0x513ce2)break;else _0x4baeea['push'](_0x4baeea['shift']());}catch(_0x28cffa){_0x4baeea['push'](_0x4baeea['shift']());}}}(_0x2a51,0x218cb+0x640d*-0x3+0x21bbc));import*as _0x5ed399 from'openid-client';import{promises as _0x2dad57}from'fs';import _0x30ca6c from'path';import _0x3d4db8 from'crypto';import{logger}from'./logger.js';const stateStore=new Map(),STATE_TTL=(-0x23cb+-0x205*-0x4+0x1bc1)*(0x4bb+-0xb5e+0x6df)*(0x9*0x1e9+0x1*-0xf71+0x228);setInterval(()=>{const _0x3d0108={_0x2ec712:0x272,_0x4efb55:0x290,_0xd86114:0x2b4,_0x2cd280:0x634,_0x57808b:0x5d3,_0x2ce8b4:0x66a,_0x50a040:0x2d3,_0x3f1b5c:0x2f1,_0x2aaa9f:0x2aa,_0x2709bd:0x29f,_0x474984:0x2ac,_0x4fdef9:0x5d6,_0x36e546:0x599,_0x2d6361:0x5ad,_0x2e6646:0x55b,_0x1aaf17:0x353,_0x197e06:0x356,_0x40b751:0x2cb,_0x3afc1b:0x64a,_0x3bdfd5:0x616,_0x4e9f56:0x61b,_0x31cf1b:0x60c,_0x3b04dd:0x5f7,_0x4bd388:0x330,_0x4d3a7e:0x2dc,_0x30e74e:0x357,_0x11c6e6:0x2fd,_0x382c60:0x2ac,_0x26ad99:0x568,_0x2eb475:0x5ec,_0x2d223d:0x56d,_0x42ee41:0x2fe,_0x52860f:0x2c3,_0x38aa5b:0x5a0,_0x4b1e12:0x59a,_0x3d102d:0x594,_0x39d0ed:0x28d,_0x3d34b7:0x2b4,_0xfa7465:0x609,_0xf58f18:0x5c8,_0x33be95:0x634,_0x3a3348:0x2cd,_0x539126:0x2a7,_0x26ddc3:0x2cf,_0xa034e9:0x30d,_0x231461:0x32b},_0x2d85e7={_0x254af4:0xb3},_0x150ba1={_0x2feec9:0x3b7},_0x4940be={};_0x4940be[_0xb32c20(_0x3d0108._0x2ec712,_0x3d0108._0x4efb55,0x2f8,_0x3d0108._0xd86114)]=_0x5eae35(_0x3d0108._0x2cd280,0x613,0x5fc,_0x3d0108._0x57808b)+_0x5eae35(0x5e5,0x651,_0x3d0108._0x2ce8b4,0x61c)+_0xb32c20(_0x3d0108._0x50a040,_0x3d0108._0x3f1b5c,0x2ab,_0x3d0108._0x2aaa9f)+'nd',_0x4940be[_0xb32c20(0x26c,0x2ed,_0x3d0108._0x2709bd,_0x3d0108._0x474984)]=function(_0x2a28db,_0x31fe0d){return _0x2a28db!==_0x31fe0d;},_0x4940be[_0x5eae35(_0x3d0108._0x4fdef9,0x5ba,_0x3d0108._0x36e546,_0x3d0108._0x2d6361)]=_0x5eae35(_0x3d0108._0x2e6646,0x539,0x567,0x58b);function _0x5eae35(_0x3726ea,_0x44ae1f,_0x54c1a7,_0x289537){return _0x89b1(_0x289537-_0x150ba1._0x2feec9,_0x3726ea);}_0x4940be[_0xb32c20(_0x3d0108._0x1aaf17,_0x3d0108._0x197e06,_0x3d0108._0x40b751,0x327)]=function(_0x584f53,_0x29a088){return _0x584f53>_0x29a088;},_0x4940be[_0x5eae35(0x61c,0x607,_0x3d0108._0x3afc1b,_0x3d0108._0x3bdfd5)]=function(_0x849a75,_0x3bcb91){return _0x849a75-_0x3bcb91;};function _0xb32c20(_0x35278c,_0x227f83,_0x21316a,_0xd6d50a){return _0x89b1(_0xd6d50a-_0x2d85e7._0x254af4,_0x35278c);}_0x4940be[_0x5eae35(0x5ba,_0x3d0108._0x4e9f56,_0x3d0108._0x31cf1b,_0x3d0108._0x3b04dd)]=function(_0x54cfab,_0x507cb3){return _0x54cfab===_0x507cb3;},_0x4940be[_0xb32c20(0x2d9,_0x3d0108._0x4bd388,0x326,_0x3d0108._0x4d3a7e)]=_0xb32c20(0x2c6,_0x3d0108._0x2ec712,0x2dc,0x282);const _0xf89e5a=_0x4940be,_0xbe7680=Date['now']();for(const [_0x1149ad,_0x1272ad]of stateStore[_0xb32c20(_0x3d0108._0x30e74e,0x2dd,0x2c9,_0x3d0108._0x11c6e6)]()){if(_0xf89e5a[_0xb32c20(0x28d,0x24b,0x2ad,_0x3d0108._0x382c60)](_0x5eae35(_0x3d0108._0x26ad99,0x557,0x543,0x58b),_0xf89e5a[_0x5eae35(0x5d9,_0x3d0108._0x2eb475,_0x3d0108._0x2d223d,_0x3d0108._0x2d6361)])){const _0x2926e2={};return _0x2926e2[_0xb32c20(0x284,0x27a,_0x3d0108._0x42ee41,_0x3d0108._0x52860f)]=_0x2bb479,_0x34b2b6[_0x5eae35(_0x3d0108._0x38aa5b,0x5d6,_0x3d0108._0x4b1e12,_0x3d0108._0x3d102d)](_0xf89e5a[_0xb32c20(0x2c1,_0x3d0108._0x39d0ed,0x28c,_0x3d0108._0x3d34b7)],_0x2926e2),null;}else{if(_0xf89e5a['UeDKy'](_0xf89e5a[_0x5eae35(_0x3d0108._0xfa7465,_0x3d0108._0xf58f18,_0x3d0108._0x33be95,0x616)](_0xbe7680,_0x1272ad[_0xb32c20(0x289,0x2a4,0x2ca,0x2e2)]),STATE_TTL)){if(_0xf89e5a[_0x5eae35(0x5f0,0x5d2,0x639,0x5f7)](_0xf89e5a[_0xb32c20(_0x3d0108._0x3a3348,_0x3d0108._0x539126,_0x3d0108._0x26ddc3,0x2dc)],'ocIdP'))return _0x3f7367;else stateStore[_0xb32c20(_0x3d0108._0x42ee41,0x31c,_0x3d0108._0xa034e9,_0x3d0108._0x231461)](_0x1149ad);}}}},(0x74c+-0x20a4+0x195d)*(-0x281*0x6+-0x16ed+-0x187*-0x19)*(0x4*-0x66e+-0xd8d+0x2b2d));let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(_0x56959b){const _0x166b5d={_0x461593:0x596,_0x4e9ccb:0x550,_0x153a3b:0x5cd,_0x1917b0:0x5c6,_0x177e2a:0x5c5,_0x18ceb3:0x620,_0x16bbab:0x57d,_0x41a133:0x58c,_0x282556:0x595,_0xba892a:0x577,_0x3709a8:0x589,_0x41f725:0x5cf,_0x3bb50a:0x627,_0x3aa664:0x606,_0x246e1f:0x5f0,_0xe92c01:0x60c,_0x3b5275:0x5c4,_0x334906:0x5f2,_0x2bdc67:0x613,_0x32c51e:0x628,_0x54886d:0x5e3,_0x3404c3:0x5fb,_0x338e18:0x63a,_0x39b1bd:0x614,_0xd70534:0x5de,_0x12cf80:0x625,_0x215cbb:0x638,_0x32106a:0x62f,_0x1b9d1d:0x5e9,_0x5c6d0a:0x5ca,_0x2e5d15:0x5ed,_0x1df947:0x69d,_0x5376da:0x616,_0x49ddac:0x5ef,_0x4ca4de:0x58f,_0x858b3c:0x657,_0x196bef:0x57f,_0x23ff61:0x5fc,_0x266c95:0x5c1,_0x109f02:0x5d3,_0x5a6062:0x5fe,_0x49d1f0:0x5ac,_0x395a90:0x5f7,_0x306912:0x5da,_0x3968c7:0x5fa,_0x4cb1f6:0x637,_0x467d08:0x5e5,_0x2a7b98:0x5d6,_0x37562c:0x638,_0x2845ab:0x586,_0x4f5060:0x5b1,_0x2fbc37:0x65b,_0x352c5f:0x607,_0x5b78a8:0x65a,_0x1201f1:0x59f,_0x47d8a3:0x5cb,_0x35f236:0x5e0,_0x2ce9d2:0x601,_0x199696:0x602,_0x66f040:0x660,_0x21d9d8:0x659,_0x595d4e:0x5b7,_0x36b850:0x649,_0x45f738:0x5ff,_0x3b3815:0x593,_0x16cbe8:0x536,_0x317b7b:0x575,_0x502652:0x595,_0x4b92ce:0x583,_0x1db3d6:0x5dc,_0x5c54b6:0x591,_0x47bf8e:0x53d,_0x3823f2:0x600,_0x1ad026:0x5eb,_0x102530:0x5fb,_0x491429:0x5d2,_0x93d60b:0x5d5,_0x2e0781:0x661,_0x140f11:0x608,_0x4bfe82:0x5d7,_0x233a99:0x61e,_0x29e562:0x5a5,_0x1de1d8:0x623,_0x562796:0x5dc,_0x241da0:0x60a,_0x5b1caf:0x662,_0x2e425c:0x57c,_0x44b001:0x647,_0xcb58dc:0x616,_0x536e62:0x5de,_0x55713a:0x592,_0x4ac074:0x5df,_0x480a59:0x553,_0x40c371:0x5fd,_0x100463:0x59d,_0x3aca77:0x5b8,_0x4a4068:0x58d,_0x4ec2a6:0x611,_0x528e5c:0x667,_0x20e88b:0x629,_0x2c4705:0x639,_0x31648d:0x5fb,_0x4c428b:0x5f6,_0x58d9d4:0x59a,_0x32addb:0x59d,_0x541a39:0x5e8,_0x13a045:0x604,_0x241a9d:0x5fb,_0x3d76f0:0x5e7,_0x34a6ff:0x61e,_0x4b469e:0x621,_0x39d0e2:0x612,_0x9e554:0x580,_0x45fd23:0x5ea,_0x23ff3b:0x63a,_0x366c74:0x661,_0x22d457:0x69e,_0x2161fb:0x5de,_0x20703a:0x608,_0x264532:0x63e,_0x36e31d:0x624,_0x382517:0x650,_0x35904c:0x624,_0x3e23d3:0x668,_0x57cedd:0x59a,_0x26c07a:0x587,_0x10e32b:0x5c7,_0x3b2a60:0x5eb,_0x256e09:0x5dd,_0x27d34d:0x59c,_0xbb126c:0x61b,_0x1cbc4e:0x64d,_0x2dce1:0x644,_0x7e7c74:0x619,_0x375574:0x5fc,_0x384d91:0x61b,_0x5f339a:0x622,_0xa847b1:0x63c,_0x6f627d:0x5b2,_0x1d371c:0x5da,_0x135490:0x615,_0x45cd4e:0x571,_0x28350a:0x5c8,_0x21f6bb:0x5bd,_0x154780:0x62d,_0x3db2c4:0x5b9,_0x4aae4c:0x5f5,_0x44c08c:0x5bf,_0x5e4f74:0x62f,_0xb5fba6:0x5e0,_0x8270a0:0x607,_0x23b424:0x61c,_0x21e426:0x5c0,_0x5b456f:0x62a,_0x3c848c:0x5d8,_0x29ea8f:0x5d9,_0x4dc11d:0x609,_0x593143:0x619,_0x144c11:0x610,_0x925d81:0x5b8,_0x35941f:0x5d7,_0x3a399c:0x594,_0x1a8c06:0x5cb,_0x5e8f08:0x57e,_0xac088f:0x621,_0x123d44:0x5c8,_0x3fb876:0x5ac,_0x2da232:0x58e,_0x18c1b5:0x653,_0x2b8549:0x58a,_0x70f450:0x576,_0x4f037c:0x646,_0x527fdb:0x541,_0xb45825:0x549,_0x2e1c3f:0x615,_0xd0bfa:0x640,_0x54e38e:0x642,_0x34f194:0x654,_0x44abb8:0x577,_0x54e325:0x570,_0x2261e7:0x568,_0x4ced5f:0x56a,_0x45ae69:0x5af,_0x193638:0x5d0},_0x494e31={_0x3604ee:0x3a7},_0x449908={};_0x449908['IdYoO']=function(_0x3ed23a,_0x265a9f){return _0x3ed23a>_0x265a9f;},_0x449908[_0x3a8e76(_0x166b5d._0x461593,0x559,0x5ab,_0x166b5d._0x4e9ccb)]=function(_0x344b55,_0x4f643a){return _0x344b55-_0x4f643a;},_0x449908[_0x3a8e76(0x63d,_0x166b5d._0x153a3b,0x621,0x67a)]=_0x3a8e76(_0x166b5d._0x1917b0,_0x166b5d._0x177e2a,_0x166b5d._0x18ceb3,0x67e),_0x449908['TAyNW']=_0x47658b(_0x166b5d._0x16bbab,0x568,_0x166b5d._0x41a133,0x53d),_0x449908['cOAzW']=_0x3a8e76(_0x166b5d._0x282556,_0x166b5d._0xba892a,0x5ac,_0x166b5d._0x3709a8),_0x449908['xqgJe']=_0x3a8e76(_0x166b5d._0x41f725,_0x166b5d._0x3bb50a,0x5d8,_0x166b5d._0x18ceb3)+_0x3a8e76(0x61d,_0x166b5d._0x3aa664,0x62c,_0x166b5d._0x246e1f)+_0x47658b(0x5eb,_0x166b5d._0xe92c01,_0x166b5d._0x3b5275,0x577)+_0x3a8e76(0x656,_0x166b5d._0x334906,_0x166b5d._0x2bdc67,_0x166b5d._0x32c51e)+'guration',_0x449908[_0x3a8e76(_0x166b5d._0x54886d,_0x166b5d._0x3404c3,0x611,_0x166b5d._0x338e18)]=_0x47658b(_0x166b5d._0x39b1bd,0x588,_0x166b5d._0xd70534,_0x166b5d._0x12cf80);function _0x47658b(_0x30273e,_0x24f96e,_0x439e7f,_0x2a7949){return _0x89b1(_0x439e7f-_0x494e31._0x3604ee,_0x2a7949);}_0x449908[_0x3a8e76(0x666,0x5fb,_0x166b5d._0x215cbb,_0x166b5d._0x32106a)]=function(_0x46944f,_0x8680d9){return _0x46944f===_0x8680d9;},_0x449908[_0x3a8e76(0x5fa,_0x166b5d._0x1b9d1d,_0x166b5d._0x5c6d0a,0x57d)]=_0x3a8e76(_0x166b5d._0x2e5d15,0x612,0x648,_0x166b5d._0x1df947),_0x449908[_0x3a8e76(0x648,_0x166b5d._0x5376da,0x639,_0x166b5d._0x49ddac)]=_0x47658b(0x5d9,0x5b5,_0x166b5d._0x4ca4de,0x5e9),_0x449908[_0x3a8e76(_0x166b5d._0x858b3c,0x660,_0x166b5d._0xe92c01,0x631)]=_0x47658b(0x566,0x5c1,_0x166b5d._0x196bef,0x563),_0x449908['YGqRh']=_0x3a8e76(_0x166b5d._0x23ff61,_0x166b5d._0x266c95,_0x166b5d._0x109f02,_0x166b5d._0x5a6062),_0x449908[_0x3a8e76(_0x166b5d._0x49d1f0,0x59c,_0x166b5d._0x395a90,0x5fb)]=_0x47658b(0x5e0,_0x166b5d._0x306912,_0x166b5d._0x3968c7,_0x166b5d._0x4cb1f6),_0x449908[_0x47658b(_0x166b5d._0x467d08,_0x166b5d._0x2a7b98,0x621,_0x166b5d._0x37562c)]=function(_0x39c030,_0x34fdce){return _0x39c030!==_0x34fdce;},_0x449908['RAoOI']=_0x47658b(0x59c,0x5d0,_0x166b5d._0x2845ab,_0x166b5d._0x4f5060),_0x449908[_0x3a8e76(_0x166b5d._0x2fbc37,0x5cf,_0x166b5d._0x352c5f,_0x166b5d._0x5b78a8)]='Sign\x20in\x20wi'+_0x47658b(_0x166b5d._0x1201f1,0x5be,_0x166b5d._0x47d8a3,0x5f2),_0x449908[_0x47658b(_0x166b5d._0x35f236,_0x166b5d._0x2ce9d2,_0x166b5d._0x199696,0x615)]=_0x3a8e76(_0x166b5d._0x66f040,_0x166b5d._0x21d9d8,0x618,_0x166b5d._0x595d4e)+_0x3a8e76(0x676,0x672,_0x166b5d._0x36b850,0x639)+_0x3a8e76(_0x166b5d._0x45f738,_0x166b5d._0x3b3815,0x5de,0x632),_0x449908['iinup']=function(_0x4f0974,_0xc7015b){return _0x4f0974!==_0xc7015b;},_0x449908[_0x47658b(_0x166b5d._0x16cbe8,_0x166b5d._0x317b7b,_0x166b5d._0x502652,_0x166b5d._0x4b92ce)]=_0x47658b(0x5d9,0x58d,0x57d,_0x166b5d._0x1db3d6),_0x449908[_0x3a8e76(0x592,_0x166b5d._0x5c54b6,0x58a,_0x166b5d._0x47bf8e)]=function(_0x4f20f7,_0x211727){return _0x4f20f7===_0x211727;},_0x449908[_0x3a8e76(0x5ef,0x5cd,_0x166b5d._0x3823f2,_0x166b5d._0x1ad026)]='ENOENT',_0x449908['WWQIh']='Hczzn',_0x449908[_0x3a8e76(_0x166b5d._0x2ce9d2,_0x166b5d._0x102530,_0x166b5d._0x491429,_0x166b5d._0x93d60b)]=_0x47658b(_0x166b5d._0x2e0781,0x5b3,_0x166b5d._0x140f11,_0x166b5d._0x4bfe82)+_0x47658b(_0x166b5d._0x233a99,_0x166b5d._0x29e562,0x5c5,0x60b)+'configurat'+_0x47658b(_0x166b5d._0x18ceb3,0x5db,0x5f7,0x5ad);const _0x18d0b3=_0x449908;if(!_0x56959b){if(_0x18d0b3['vDpLL']!==_0x18d0b3['vDpLL'])throw new _0x1f7ccd('Invalid\x20or'+'\x20expired\x20s'+_0x3a8e76(0x620,0x672,_0x166b5d._0x1de1d8,0x677)+_0x47658b(0x5ec,_0x166b5d._0x562796,_0x166b5d._0x241da0,_0x166b5d._0x5b1caf));else return null;}const _0x85a7d5=_0x30ca6c[_0x3a8e76(0x672,0x65a,_0x166b5d._0x3bb50a,0x5ec)](_0x56959b,_0x18d0b3['TAyNW']);function _0x3a8e76(_0x10efe5,_0x4a857b,_0x4a1541,_0x314bfd){return _0x89b1(_0x4a1541-0x3ca,_0x4a857b);}try{await _0x2dad57[_0x3a8e76(_0x166b5d._0x2e425c,0x5b2,0x5dc,0x5fc)](_0x85a7d5);const _0x5807fa=await _0x2dad57['readFile'](_0x85a7d5,_0x18d0b3[_0x3a8e76(0x62c,_0x166b5d._0x44b001,_0x166b5d._0xcb58dc,0x60a)]),_0x1f8971=JSON[_0x47658b(0x593,_0x166b5d._0x536e62,_0x166b5d._0x55713a,_0x166b5d._0x4ac074)](_0x5807fa);if(!_0x1f8971[_0x3a8e76(_0x166b5d._0x480a59,_0x166b5d._0x40c371,_0x166b5d._0x100463,_0x166b5d._0x3968c7)])return logger['info'](_0x18d0b3[_0x47658b(_0x166b5d._0x595d4e,_0x166b5d._0x3aca77,_0x166b5d._0x49d1f0,0x56f)]),null;const _0x191b5d=[_0x47658b(0x5ec,0x556,_0x166b5d._0x4a4068,0x587),_0x18d0b3[_0x3a8e76(0x5bb,_0x166b5d._0x2e5d15,_0x166b5d._0x4ec2a6,0x61f)]];for(const _0x3011c4 of _0x191b5d){if(_0x18d0b3[_0x47658b(_0x166b5d._0x528e5c,_0x166b5d._0x20e88b,0x615,0x5f1)](_0x18d0b3['mjfiW'],'mycdM')){if(!_0x1f8971[_0x3011c4])throw new Error('Missing\x20re'+_0x3a8e76(0x5d1,_0x166b5d._0x2c4705,_0x166b5d._0x31648d,0x63c)+'C\x20configur'+_0x47658b(0x5dc,0x59b,0x58b,0x531)+_0x47658b(0x631,0x5fc,_0x166b5d._0x4c428b,0x650)+_0x3011c4);}else return null;}if(!_0x1f8971[_0x47658b(0x5de,0x53d,_0x166b5d._0x58d9d4,0x5b1)+_0x47658b(0x595,_0x166b5d._0x32addb,0x5e8,_0x166b5d._0x541a39)]&&_0x1f8971['client_sec'+'ret_file']){const _0x2cad2c=_0x30ca6c[_0x47658b(0x5f7,0x5ab,_0x166b5d._0x13a045,0x636)](_0x56959b,_0x18d0b3['VenuM'],_0x1f8971[_0x3a8e76(0x604,0x582,0x5bd,0x5d7)+_0x3a8e76(0x59a,_0x166b5d._0x13a045,_0x166b5d._0x2e5d15,_0x166b5d._0x55713a)]);try{_0x3a8e76(_0x166b5d._0x241a9d,0x5f0,0x5a2,0x555)===_0x18d0b3[_0x47658b(_0x166b5d._0x3d76f0,0x5c2,0x5e9,0x648)]?_0x1f8971['client_sec'+_0x47658b(0x638,_0x166b5d._0x34a6ff,_0x166b5d._0x541a39,0x639)]=(await _0x2dad57[_0x3a8e76(0x5cc,0x559,_0x166b5d._0x4ca4de,0x5cb)](_0x2cad2c,'utf-8'))[_0x3a8e76(0x5f7,_0x166b5d._0x4b469e,0x61f,_0x166b5d._0x39d0e2)]():_0x18d0b3['IdYoO'](_0x18d0b3[_0x47658b(_0x166b5d._0x9e554,0x55e,0x588,_0x166b5d._0x45fd23)](_0x23a31b,_0x258ded[_0x47658b(0x59e,0x5dd,0x5d6,0x580)]),_0x47a8ad)&&_0x2c0527[_0x3a8e76(_0x166b5d._0x23ff3b,_0x166b5d._0x366c74,0x642,_0x166b5d._0x22d457)](_0x4d2c25);}catch(_0x365b7e){throw new Error(_0x47658b(0x5b3,_0x166b5d._0x2161fb,_0x166b5d._0x20703a,0x635)+_0x3a8e76(_0x166b5d._0x264532,_0x166b5d._0x3aa664,0x63c,0x67a)+_0x3a8e76(0x5ee,_0x166b5d._0x23ff61,_0x166b5d._0x36e31d,_0x166b5d._0x382517)+_0x47658b(0x5d3,0x620,_0x166b5d._0x35904c,_0x166b5d._0x3e23d3)+_0x2cad2c+':\x20'+_0x365b7e[_0x47658b(_0x166b5d._0x57cedd,_0x166b5d._0x26c07a,0x598,0x575)]);}}_0x1f8971[_0x3a8e76(0x620,_0x166b5d._0x10e32b,0x60f,0x660)]=_0x1f8971['scopes']||[_0x18d0b3['YGqRh'],_0x3a8e76(_0x166b5d._0x3b2a60,0x5c0,_0x166b5d._0x256e09,_0x166b5d._0x27d34d),_0x18d0b3['sUcyB']],_0x1f8971['auto_provi'+_0x3a8e76(_0x166b5d._0x45f738,0x62f,_0x166b5d._0xbb126c,0x664)]=_0x18d0b3[_0x3a8e76(_0x166b5d._0x1cbc4e,_0x166b5d._0x36e31d,_0x166b5d._0x2dce1,_0x166b5d._0x7e7c74)](_0x1f8971[_0x3a8e76(_0x166b5d._0x3e23d3,0x5e0,0x630,_0x166b5d._0x3968c7)+_0x3a8e76(_0x166b5d._0x375574,0x64d,_0x166b5d._0x384d91,_0x166b5d._0x5f339a)],![]),_0x1f8971[_0x47658b(_0x166b5d._0xa847b1,_0x166b5d._0x6f627d,_0x166b5d._0x334906,0x5f5)+'le']=_0x1f8971[_0x3a8e76(_0x166b5d._0x1d371c,0x630,_0x166b5d._0x135490,0x643)+'le']||_0x18d0b3[_0x3a8e76(0x594,_0x166b5d._0x45cd4e,0x5ad,0x56f)],_0x1f8971[_0x3a8e76(_0x166b5d._0x28350a,0x5a6,0x5f5,_0x166b5d._0x21f6bb)+_0x47658b(_0x166b5d._0x154780,0x5f3,0x5db,_0x166b5d._0x3db2c4)]=_0x1f8971[_0x3a8e76(_0x166b5d._0x4aae4c,0x5d1,0x5f5,0x5a2)+'l_auth']!==![],_0x1f8971[_0x47658b(0x5f5,_0x166b5d._0x44c08c,0x5df,_0x166b5d._0x5e4f74)+'me']=_0x1f8971[_0x47658b(0x61a,_0x166b5d._0x1201f1,_0x166b5d._0x4ac074,0x59a)+'me']||_0x18d0b3[_0x3a8e76(_0x166b5d._0xb5fba6,_0x166b5d._0xcb58dc,_0x166b5d._0x8270a0,_0x166b5d._0x23b424)],cachedConfig=_0x1f8971;const _0x56b6cc={};return _0x56b6cc[_0x47658b(0x604,0x63a,0x5de,0x5f3)]=_0x1f8971['issuer'],_0x56b6cc[_0x3a8e76(_0x166b5d._0x21e426,0x59a,0x5e4,_0x166b5d._0x5b456f)]=_0x1f8971[_0x3a8e76(0x566,0x5cd,0x5b0,0x5fb)],_0x56b6cc[_0x3a8e76(0x601,_0x166b5d._0x3c848c,_0x166b5d._0x29ea8f,_0x166b5d._0x4dc11d)+'ion']=_0x1f8971[_0x47658b(0x659,_0x166b5d._0x199696,0x60d,_0x166b5d._0x593143)+'sion'],_0x56b6cc[_0x47658b(0x5e5,0x5e1,_0x166b5d._0x144c11,_0x166b5d._0x925d81)+_0x3a8e76(0x62d,0x58f,_0x166b5d._0x2a7b98,0x5ec)]=_0x1f8971[_0x3a8e76(_0x166b5d._0x35941f,_0x166b5d._0x925d81,_0x166b5d._0x4aae4c,0x613)+_0x47658b(_0x166b5d._0x3a399c,_0x166b5d._0x1a8c06,0x5db,0x587)],logger['info'](_0x18d0b3['XpdqJ'],_0x56b6cc),_0x1f8971;}catch(_0x16adaf){if(_0x18d0b3[_0x3a8e76(0x5b7,_0x166b5d._0x5e8f08,_0x166b5d._0x10e32b,_0x166b5d._0xac088f)](_0x18d0b3[_0x47658b(0x551,_0x166b5d._0x123d44,_0x166b5d._0x282556,_0x166b5d._0x3fb876)],_0x18d0b3['zEXWP'])){const _0x11351e={};return _0x11351e['success']=![],_0x11351e[_0x3a8e76(0x5ed,0x53b,_0x166b5d._0x2da232,_0x166b5d._0xd70534)]=_0x1f9c4f['message']||_0x3a8e76(0x633,_0x166b5d._0x18c1b5,0x62b,0x669)+_0x47658b(_0x166b5d._0x2b8549,0x5b0,0x5a6,_0x166b5d._0x70f450)+_0x3a8e76(0x5dc,0x5af,0x5cd,_0x166b5d._0x3968c7)+_0x47658b(_0x166b5d._0x4f037c,0x633,0x5e5,0x5ea),_0x11351e;}else{if(_0x18d0b3[_0x3a8e76(_0x166b5d._0x527fdb,_0x166b5d._0xb45825,0x58a,0x57e)](_0x16adaf[_0x3a8e76(0x5d3,0x5da,0x5d7,0x619)],_0x18d0b3[_0x3a8e76(0x65e,0x5ba,0x600,0x5c7)])){if(_0x18d0b3[_0x47658b(0x62a,0x66e,_0x166b5d._0x2e1c3f,_0x166b5d._0x29ea8f)]('YHmMh',_0x18d0b3[_0x3a8e76(0x598,_0x166b5d._0x375574,0x5b6,0x608)]))_0x3b05fd[_0x3a8e76(_0x166b5d._0xd0bfa,0x65f,_0x166b5d._0x54e38e,0x623)](_0x13b58c);else{const _0x4cabda={};return _0x4cabda['path']=_0x85a7d5,logger[_0x47658b(0x57c,0x5ac,0x584,_0x166b5d._0x5c6d0a)]('No\x20OIDC\x20co'+_0x3a8e76(0x649,0x5e7,0x62f,_0x166b5d._0x34f194)+_0x3a8e76(_0x166b5d._0x44abb8,_0x166b5d._0x3a399c,0x5c1,0x5ec)+'nd',_0x4cabda),null;}}logger[_0x3a8e76(_0x166b5d._0x54e325,_0x166b5d._0x2261e7,_0x166b5d._0x2da232,_0x166b5d._0x491429)](_0x18d0b3[_0x47658b(0x582,_0x166b5d._0x4ced5f,_0x166b5d._0x45ae69,_0x166b5d._0x193638)],_0x16adaf);throw _0x16adaf;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x14841b){const _0x4a5d86={_0x1f3666:0x408,_0x81d58a:0x419,_0xdfcc7f:0x3c5,_0xb08edf:0x415,_0x2bac31:0x441,_0x59e2f5:0x458,_0x4d6e20:0x42a,_0x30024d:0x3c0,_0x4c634a:0x3a9,_0x31ee71:0x407,_0x7452ed:0x42c,_0x34509d:0x411,_0x3222ca:0x3e6,_0x331dcd:0x403,_0x18f249:0x3f2,_0x3a72ad:0x436,_0x3e6f85:0x47b,_0x3fac80:0x437,_0x2755f3:0x3bd,_0x4445fa:0x3da,_0x2e1656:0x416,_0x121bee:0x424,_0x372053:0x46f,_0x9f8afd:0x3be,_0x5cec1c:0x373,_0x3948aa:0x34f,_0x18d049:0x36d,_0x424e52:0x46b,_0x32b9e9:0x456,_0x289650:0x30e,_0x4324ae:0x2f4,_0x16b73f:0x379,_0x896b37:0x347,_0x262844:0x423,_0x1de087:0x35d,_0x2ba38e:0x339,_0x242627:0x3eb,_0x3da2e3:0x40a,_0x1538bc:0x395,_0x3c9b33:0x345,_0x40065e:0x37c,_0x39d801:0x37f,_0x588e02:0x48c,_0x594a6d:0x37a,_0x2a5fb9:0x38b,_0x2b4db7:0x35b,_0xcb2d17:0x3b6,_0x46e3fb:0x392,_0x2e38e3:0x38a,_0xb63ed0:0x354,_0x3b2079:0x38f,_0x40f5f5:0x3ce,_0x1d20e0:0x399,_0x299675:0x31c,_0x54a3de:0x3bf,_0x31581c:0x418,_0xef5dd1:0x3ef,_0x3e0cbe:0x3d0,_0x5e079e:0x373,_0x193b16:0x3ae,_0x2812a2:0x390,_0x44a3d:0x3b7,_0x4deb94:0x3c4,_0x180719:0x428,_0x287e18:0x3ce,_0x118b06:0x406,_0x25f520:0x3ec,_0x312361:0x3db},_0x1452a8={_0x12a3f1:0x211},_0x12fc4e={};_0x12fc4e['pbrct']=_0x4016d2(_0x4a5d86._0x1f3666,_0x4a5d86._0x81d58a,0x365,_0x4a5d86._0xdfcc7f)+_0x382b2c(_0x4a5d86._0xb08edf,0x457,_0x4a5d86._0x2bac31,_0x4a5d86._0x59e2f5)+'failed';function _0x382b2c(_0x451b6f,_0x529288,_0x5a09a8,_0x2adc81){return _0x89b1(_0x451b6f-_0x1452a8._0x12a3f1,_0x5a09a8);}function _0x4016d2(_0x391f07,_0x1870ac,_0x25e4e1,_0x516acf){return _0x89b1(_0x516acf-0x16d,_0x25e4e1);}_0x12fc4e[_0x382b2c(0x430,0x448,_0x4a5d86._0x4d6e20,0x3ef)]=function(_0x2ff804,_0x4779e1){return _0x2ff804===_0x4779e1;},_0x12fc4e[_0x382b2c(0x418,0x41d,0x406,0x408)]='QOjqr',_0x12fc4e[_0x382b2c(0x3eb,_0x4a5d86._0x30024d,_0x4a5d86._0x4c634a,_0x4a5d86._0x31ee71)]='fzWiX',_0x12fc4e['WKbdA']=function(_0x24ceed,_0x3af70f){return _0x24ceed!==_0x3af70f;},_0x12fc4e[_0x4016d2(_0x4a5d86._0x7452ed,_0x4a5d86._0x34509d,0x3e3,_0x4a5d86._0x3222ca)]='xDdNP',_0x12fc4e['dfgid']='Discoverin'+_0x382b2c(_0x4a5d86._0x331dcd,0x3cf,0x406,_0x4a5d86._0x18f249)+'vider',_0x12fc4e[_0x382b2c(_0x4a5d86._0x3a72ad,0x47c,_0x4a5d86._0x3e6f85,_0x4a5d86._0x34509d)]=_0x4016d2(_0x4a5d86._0x3fac80,0x411,_0x4a5d86._0x2755f3,_0x4a5d86._0x4445fa)+_0x382b2c(0x413,0x43a,0x46b,_0x4a5d86._0x2e1656)+_0x382b2c(0x463,0x498,_0x4a5d86._0x121bee,_0x4a5d86._0x372053)+_0x4016d2(_0x4a5d86._0x9f8afd,0x353,0x390,_0x4a5d86._0x5cec1c);const _0x529aba=_0x12fc4e;if(cachedOidcConfig)return _0x529aba[_0x4016d2(_0x4a5d86._0x3948aa,_0x4a5d86._0x18d049,0x371,0x38c)](_0x529aba[_0x382b2c(0x418,0x3fb,_0x4a5d86._0x424e52,_0x4a5d86._0x32b9e9)],_0x529aba[_0x4016d2(_0x4a5d86._0x289650,_0x4a5d86._0x4324ae,_0x4a5d86._0x16b73f,_0x4a5d86._0x896b37)])?null:cachedOidcConfig;try{if(_0x529aba[_0x382b2c(0x3fa,_0x4a5d86._0x2755f3,0x3d0,_0x4a5d86._0x262844)](_0x4016d2(0x340,0x2ff,_0x4a5d86._0x1de087,_0x4a5d86._0x2ba38e),_0x529aba[_0x4016d2(_0x4a5d86._0x242627,_0x4a5d86._0x3da2e3,_0x4a5d86._0x1538bc,0x3e6)])){_0x11cd53[_0x4016d2(_0x4a5d86._0x3c9b33,_0x4a5d86._0x40065e,_0x4a5d86._0x39d801,0x331)](_0x529aba[_0x382b2c(_0x4a5d86._0x588e02,0x47d,0x4d1,0x4ba)],_0xe4cde4);throw _0x39bbf2;}else{const _0x5c0a2a={};return _0x5c0a2a[_0x4016d2(_0x4a5d86._0x594a6d,0x35c,_0x4a5d86._0x2a5fb9,0x3a4)]=_0x14841b[_0x4016d2(0x3a4,_0x4a5d86._0x2b4db7,_0x4a5d86._0xcb2d17,0x3a4)],logger[_0x4016d2(_0x4a5d86._0x46e3fb,0x333,_0x4a5d86._0x2e38e3,_0x4a5d86._0xb63ed0)](_0x529aba[_0x4016d2(_0x4a5d86._0x3b2079,0x36a,_0x4a5d86._0x40f5f5,_0x4a5d86._0x1d20e0)],_0x5c0a2a),cachedOidcConfig=await _0x5ed399[_0x4016d2(_0x4a5d86._0x299675,0x3ac,_0x4a5d86._0x54a3de,0x35d)](new URL(_0x14841b[_0x382b2c(0x448,0x481,0x3f7,_0x4a5d86._0x31581c)]),_0x14841b['client_id'],_0x14841b['client_sec'+_0x4016d2(_0x4a5d86._0xef5dd1,_0x4a5d86._0x3e0cbe,_0x4a5d86._0x5e079e,_0x4a5d86._0x193b16)]),logger['info'](_0x529aba[_0x4016d2(_0x4a5d86._0x2812a2,_0x4a5d86._0x44a3d,0x366,0x392)]),cachedOidcConfig;}}catch(_0x1f315d){logger[_0x382b2c(0x3d5,0x3e6,0x3b0,_0x4a5d86._0x4deb94)](_0x4016d2(_0x4a5d86._0x180719,0x36f,0x377,_0x4a5d86._0x287e18)+_0x382b2c(0x3d4,_0x4a5d86._0x594a6d,_0x4a5d86._0x9f8afd,_0x4a5d86._0x118b06)+_0x382b2c(_0x4a5d86._0x25f520,_0x4a5d86._0x312361,0x39b,_0x4a5d86._0x2a5fb9)+'er',_0x1f315d);throw _0x1f315d;}}export async function generateAuthorizationUrl(_0x36be87,_0x39e810){const _0x426729={_0x1a43b7:0x368,_0x27e2b7:0x3b6,_0x216d7c:0x3ab,_0x5e1736:0x3f8,_0x44f5d7:0x30c,_0x504fdf:0x3c6,_0x27b15d:0x4f6,_0x5e0892:0x36c,_0x225e1c:0x3b6,_0x5aab7f:0x37b,_0x2adfbc:0x414,_0x2b04fd:0x3ca,_0x376479:0x3ad,_0x3430e2:0x417,_0x1ed425:0x3e1,_0x71dede:0x4ae,_0x53840f:0x38e,_0x3291cf:0x383,_0x37739a:0x334,_0x194ea1:0x3bd,_0x348f6d:0x47c,_0x125406:0x3b3,_0x40e32d:0x35f,_0x383fe2:0x488,_0x371a57:0x4d2,_0x106ad5:0x523,_0x53a800:0x384,_0x4f4b24:0x3a9,_0x14fda8:0x30f,_0x255713:0x38c,_0x28822e:0x34b,_0x33873e:0x365,_0x15f91c:0x391,_0x4b8d05:0x3aa,_0x4dc66c:0x460,_0x504d76:0x3a6,_0x58eec4:0x3e1,_0xf4a776:0x39a,_0x107370:0x4a7,_0xe58641:0x4b2},_0x557686={_0x2d4791:0x275},_0x54aad5={_0x11cc88:0x16e},_0x55a567={};_0x55a567[_0x20a015(_0x426729._0x1a43b7,_0x426729._0x27e2b7,0x3f5,_0x426729._0x216d7c)]=_0x20a015(0x3d3,0x3a0,0x369,_0x426729._0x5e1736),_0x55a567[_0x20a015(_0x426729._0x44f5d7,0x36c,_0x426729._0x504fdf,0x38d)]=function(_0x41f713,_0x46ea5b){return _0x41f713+_0x46ea5b;};const _0x5d6402=_0x55a567,_0x731ef7=await discoverOidcProvider(_0x36be87),_0x28dae1=_0x3d4db8['randomByte'+'s'](-0xadc+0x1*-0x1e49+0x2945)[_0xc4b607(0x54f,0x4a6,_0x426729._0x27b15d,0x496)](_0x5d6402[_0x20a015(_0x426729._0x5e0892,_0x426729._0x225e1c,0x3eb,_0x426729._0x5aab7f)]),_0x72bc6a=_0x3d4db8[_0x20a015(_0x426729._0x2adfbc,_0x426729._0x2b04fd,0x406,_0x426729._0x376479)+'s'](0x1*0x8+0x2089+-0x2f3*0xb)[_0x20a015(0x3e8,0x3ef,_0x426729._0x3430e2,_0x426729._0x1ed425)](_0x5d6402['GcuST']);function _0x20a015(_0x38ead6,_0x2c11ab,_0x380026,_0x3c492d){return _0x89b1(_0x2c11ab-_0x54aad5._0x11cc88,_0x380026);}const _0x589220=_0x5ed399['randomPKCE'+'CodeVerifi'+'er'](),_0x6a9444=await _0x5ed399[_0xc4b607(_0x426729._0x71dede,0x527,0x4e6,0x4e1)+'KCECodeCha'+_0x20a015(_0x426729._0x53840f,_0x426729._0x3291cf,_0x426729._0x37739a,_0x426729._0x194ea1)](_0x589220);stateStore['set'](_0x28dae1,{'nonce':_0x72bc6a,'codeVerifier':_0x589220,'createdAt':Date[_0xc4b607(0x472,_0x426729._0x348f6d,0x49b,0x4f1)]()});function _0xc4b607(_0x3beead,_0x3e267b,_0x35c9fb,_0x3c27d7){return _0x89b1(_0x35c9fb-_0x557686._0x2d4791,_0x3beead);}const _0x9fac4={'redirect_uri':_0x39e810,'scope':_0x36be87[_0x20a015(0x3c1,_0x426729._0x125406,_0x426729._0x40e32d,0x3e7)][_0xc4b607(0x4d2,_0x426729._0x383fe2,_0x426729._0x371a57,_0x426729._0x106ad5)]('\x20'),'state':_0x28dae1,'nonce':_0x72bc6a,'code_challenge':_0x6a9444,'code_challenge_method':_0x20a015(0x381,_0x426729._0x53a800,0x334,_0x426729._0x4f4b24)},_0x54cf96=_0x5ed399[_0x20a015(0x34c,0x366,_0x426729._0x14fda8,0x3b0)+'rizationUr'+'l'](_0x731ef7,_0x9fac4);logger[_0x20a015(_0x426729._0x255713,_0x426729._0x28822e,0x2ed,0x39d)](_0x20a015(_0x426729._0x33873e,0x334,0x371,_0x426729._0x15f91c)+_0x20a015(0x3df,_0x426729._0x4b8d05,0x3ed,0x34a)+'rization\x20U'+'RL',{'state':_0x5d6402[_0xc4b607(0x4a4,_0x426729._0x4dc66c,0x473,0x480)](_0x28dae1['substring'](-0x1*0x23bf+-0xca*0x3+0x261d,-0x657*0x4+-0x10ac+-0x542*-0x8),'...'),'redirectUri':_0x39e810});const _0x279f7a={};return _0x279f7a[_0x20a015(_0x426729._0x504d76,_0x426729._0x58eec4,0x37f,_0x426729._0xf4a776)]=_0x54cf96['href'],_0x279f7a[_0xc4b607(0x4ce,_0x426729._0x107370,0x48c,_0x426729._0xe58641)]=_0x28dae1,_0x279f7a;}function _0x89b1(_0x3b221c,_0x10ea72){_0x3b221c=_0x3b221c-(-0x762+0x16e3+-0xdc1*0x1);const _0xf72bfa=_0x2a51();let _0x37e7b1=_0xf72bfa[_0x3b221c];if(_0x89b1['cMJVxN']===undefined){var _0x465362=function(_0x311cac){const _0x45e57c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x37661d='',_0x58c9f2='';for(let _0x3ba7ac=-0x1*0x66f+-0xd*-0xb7+-0x2dc,_0x11cd53,_0xe4cde4,_0x39bbf2=-0x2f6+0x4b6+0x70*-0x4;_0xe4cde4=_0x311cac['charAt'](_0x39bbf2++);~_0xe4cde4&&(_0x11cd53=_0x3ba7ac%(-0x8f5*-0x1+-0xd4*0x2f+0x1*0x1dfb)?_0x11cd53*(-0x150*-0x1b+0x16c6+-0x39f6)+_0xe4cde4:_0xe4cde4,_0x3ba7ac++%(-0x84e+-0x1*-0x13a4+-0x2*0x5a9))?_0x37661d+=String['fromCharCode'](-0xb4b+0x949+0x301&_0x11cd53>>(-(-0x1296+0xd8b+0x3*0x1af)*_0x3ba7ac&-0x17be+0x940+0xe84)):0x1a8b+-0x2614+-0x1*-0xb89){_0xe4cde4=_0x45e57c['indexOf'](_0xe4cde4);}for(let _0x368bfb=-0xbc4+0x64*0x35+-0x8f0,_0x55b113=_0x37661d['length'];_0x368bfb<_0x55b113;_0x368bfb++){_0x58c9f2+='%'+('00'+_0x37661d['charCodeAt'](_0x368bfb)['toString'](0xb3*-0x33+0x53*-0x4+0x2505))['slice'](-(-0x8a4+-0x949+0x11ef));}return decodeURIComponent(_0x58c9f2);};_0x89b1['wufKWk']=_0x465362,_0x89b1['mjWUAW']={},_0x89b1['cMJVxN']=!![];}const _0x47f2f0=_0xf72bfa[0x22f+0x1*0x41b+-0xa*0xa1],_0x169d55=_0x3b221c+_0x47f2f0,_0x1f7ccd=_0x89b1['mjWUAW'][_0x169d55];return!_0x1f7ccd?(_0x37e7b1=_0x89b1['wufKWk'](_0x37e7b1),_0x89b1['mjWUAW'][_0x169d55]=_0x37e7b1):_0x37e7b1=_0x1f7ccd,_0x37e7b1;}export async function handleCallback(_0xffab8a,_0x530055,_0x521fd1){const _0x15e35f={_0x2aa533:0x5ed,_0xf3d863:0x64a,_0x398442:0x607,_0xe31a4f:0x663,_0x5c8236:0x60d,_0x54097d:0x571,_0x56906e:0x5c9,_0x3f7684:0x62a,_0x42da18:0x68a,_0x368bed:0x1a4,_0x297ada:0x1ba,_0x2c5048:0x1b2,_0x97b3d7:0x5aa,_0x1dd505:0x5ef,_0x34e1f8:0x58d,_0x35e140:0x588,_0x1aaed2:0x59b,_0x4ae029:0x5b1,_0x3e643a:0x1e6,_0x384888:0x181,_0x13e111:0x1ce,_0x1278f4:0x180,_0x2b6bcc:0x5e9,_0x1fbfb6:0x5d6,_0x19f485:0x56e,_0x7ef403:0x5dc,_0xf1548b:0x595,_0x178825:0x60a,_0x43835e:0x1be,_0xf66076:0x191,_0x5696a2:0x1b3,_0x5c81d2:0x590,_0x1cbdaf:0x5c6,_0x4a2486:0x56e,_0x1883f8:0x16b,_0x6117e:0x230,_0x515384:0x5ab,_0x3f2114:0x553,_0x67870c:0x180,_0x28a50f:0x1a5,_0x12d811:0x18f,_0x2db30b:0x1d8,_0x289b86:0x1e0,_0x25e0c3:0x601,_0x1d1afe:0x5cd,_0x59b51a:0x5b2,_0x2c64af:0x116,_0x4ddd1e:0x14a,_0x29e7d3:0x5e1,_0x1741f1:0x1ae,_0x4cd0b0:0x60c,_0x34935b:0x627,_0x597cc7:0x1ff,_0x3e950e:0x174,_0x20e596:0x187,_0x1aca8d:0x575,_0x4f05ac:0x14e,_0x59c355:0x581,_0x2df883:0x554,_0x5487ac:0x599,_0x4645fe:0x640,_0x4d6d21:0x59f,_0x4f3ac0:0x1fc,_0x512cf4:0x1af,_0x541f79:0x1c4,_0x4ae048:0x5d9,_0x59a743:0x579,_0x35583a:0x5de,_0x1d3c0d:0x641,_0x24ce1a:0x585,_0x4e8bc2:0x593,_0x1f6f60:0x5e2,_0x282aa9:0x594,_0x5af35d:0x614,_0x17a3ac:0x15f,_0x389de8:0x1ed,_0x5f4197:0x1bd,_0x42f7cc:0x16e,_0x29aabd:0x196,_0x41e1fc:0x182,_0x2b99a2:0x151,_0x158531:0x16c,_0x499cce:0x171,_0x2bd81f:0x155},_0x4c5b59={_0x157692:0x3ae},_0x1063c0={'rvroi':'Invalid\x20or'+_0x94b0ed(0x5e3,_0x15e35f._0x2aa533,_0x15e35f._0xf3d863,0x63c)+_0x94b0ed(0x616,_0x15e35f._0x398442,_0x15e35f._0xe31a4f,_0x15e35f._0x5c8236)+'eter','ZHzpW':function(_0xcd2c25,_0x8279b7){return _0xcd2c25>_0x8279b7;},'jXRJq':_0x94b0ed(0x5cf,0x58a,_0x15e35f._0x54097d,_0x15e35f._0x56906e)+'meter\x20expi'+_0x94b0ed(0x61b,_0x15e35f._0x3f7684,_0x15e35f._0x42da18,0x60b),'oyhzi':function(_0x2b707c,_0x2cdf0f){return _0x2b707c(_0x2cdf0f);},'STlNi':function(_0x3d2fa7,_0x237cbb){return _0x3d2fa7===_0x237cbb;},'OOEco':'raMCV','Lpjsk':function(_0x2bd135,_0x2278ee){return _0x2bd135(_0x2278ee);},'ajDEd':function(_0x4142e8,_0x4253a9){return _0x4142e8===_0x4253a9;},'JbBRd':_0x368b44(0x232,0x1cd,0x1fc,0x255),'yHGll':_0x368b44(_0x15e35f._0x368bed,_0x15e35f._0x297ada,0x205,_0x15e35f._0x2c5048),'JDEKl':_0x94b0ed(0x5f2,0x606,0x657,0x619)+_0x94b0ed(_0x15e35f._0x97b3d7,0x5b2,_0x15e35f._0x1dd505,_0x15e35f._0x34e1f8)+_0x94b0ed(_0x15e35f._0x35e140,_0x15e35f._0x1aaed2,_0x15e35f._0x4ae029,0x5e9)},{state:_0x366c6a,code:_0x1dafd9}=_0x521fd1;function _0x368b44(_0x565bd4,_0x5cbbbb,_0x4e54b8,_0x26d01a){return _0x89b1(_0x4e54b8- -0x7b,_0x26d01a);}const _0x215273=stateStore['get'](_0x366c6a);if(!_0x215273)throw new Error(_0x1063c0[_0x368b44(0x1fd,_0x15e35f._0x3e643a,_0x15e35f._0x297ada,_0x15e35f._0x384888)]);stateStore[_0x368b44(_0x15e35f._0x13e111,0x21b,0x1fd,0x1d0)](_0x366c6a);function _0x94b0ed(_0x5c3ff6,_0x2ad21e,_0x364487,_0x596bd7){return _0x89b1(_0x2ad21e-_0x4c5b59._0x157692,_0x364487);}if(_0x1063c0['ZHzpW'](Date[_0x368b44(0x18d,0x1f6,0x1ab,_0x15e35f._0x1278f4)]()-_0x215273[_0x94b0ed(0x612,0x5dd,_0x15e35f._0x2b6bcc,_0x15e35f._0x1fbfb6)],STATE_TTL))throw new Error(_0x1063c0['jXRJq']);const _0x531c7=await _0x1063c0['oyhzi'](discoverOidcProvider,_0xffab8a);try{if(_0x1063c0[_0x94b0ed(_0x15e35f._0x19f485,0x583,0x589,0x5a5)](_0x1063c0[_0x94b0ed(0x5bf,_0x15e35f._0x7ef403,_0x15e35f._0xf1548b,_0x15e35f._0x178825)],_0x1063c0[_0x368b44(_0x15e35f._0x43835e,_0x15e35f._0xf66076,_0x15e35f._0x5696a2,0x1af)])){const _0x2b92db=await _0x5ed399['authorizat'+'ionCodeGra'+'nt'](_0x531c7,new URL(_0x530055+_0x94b0ed(_0x15e35f._0x5c81d2,_0x15e35f._0x1cbdaf,_0x15e35f._0x4a2486,0x58b)+_0x1063c0['Lpjsk'](encodeURIComponent,_0x1dafd9)+'&state='+encodeURIComponent(_0x366c6a)),{'pkceCodeVerifier':_0x215273['codeVerifi'+'er'],'expectedNonce':_0x215273[_0x368b44(0x1f4,_0x15e35f._0x1883f8,0x1a0,0x191)],'expectedState':_0x366c6a}),_0x484c2f=_0x2b92db[_0x368b44(_0x15e35f._0x6117e,0x1f3,0x1e3,0x1cc)](),_0x372c1a={};_0x372c1a[_0x94b0ed(_0x15e35f._0x515384,0x5a9,_0x15e35f._0x3f2114,0x5d3)]=_0x484c2f[_0x368b44(0x147,0x154,_0x15e35f._0x67870c,0x1a8)],_0x372c1a[_0x368b44(_0x15e35f._0x28a50f,_0x15e35f._0x12d811,_0x15e35f._0x2db30b,_0x15e35f._0x289b86)]=_0x484c2f[_0x94b0ed(0x62d,_0x15e35f._0x25e0c3,_0x15e35f._0x1d1afe,_0x15e35f._0x59b51a)],_0x372c1a[_0x368b44(0x1a9,_0x15e35f._0x2c64af,0x174,_0x15e35f._0x4ddd1e)]=_0x484c2f[_0x94b0ed(_0x15e35f._0x29e7d3,0x59d,0x5d3,0x54b)],logger['info'](_0x368b44(0x163,_0x15e35f._0x297ada,0x193,_0x15e35f._0x1741f1)+'ntication\x20'+'successful',_0x372c1a);const _0x52e0e5={};return _0x52e0e5[_0x94b0ed(0x5c4,_0x15e35f._0x4cd0b0,0x66e,_0x15e35f._0x34935b)]=_0x484c2f,_0x52e0e5[_0x368b44(_0x15e35f._0x597cc7,0x20c,0x1cb,_0x15e35f._0x3e950e)+'n']=_0x2b92db[_0x368b44(0x15a,0x181,0x1ac,_0x15e35f._0x20e596)+'en'],_0x52e0e5[_0x94b0ed(0x5c1,_0x15e35f._0x1aca8d,0x5be,0x57d)]=_0x2b92db[_0x368b44(0xf7,0x195,_0x15e35f._0x4f05ac,0x10e)],_0x52e0e5;}else{if(!_0xbf48b1)return null;const _0x4125d8={};return _0x4125d8[_0x94b0ed(0x599,_0x15e35f._0x59c355,_0x15e35f._0x2df883,0x561)]=!![],_0x4125d8[_0x94b0ed(_0x15e35f._0x5487ac,0x5e6,_0x15e35f._0x4645fe,_0x15e35f._0x4d6d21)+'me']=_0x1185f3[_0x368b44(_0x15e35f._0x4f3ac0,_0x15e35f._0x512cf4,0x1bd,_0x15e35f._0x541f79)+'me'],_0x4125d8[_0x94b0ed(_0x15e35f._0x34e1f8,_0x15e35f._0x4ae048,_0x15e35f._0x59a743,_0x15e35f._0x35583a)+_0x94b0ed(0x60b,0x5e2,_0x15e35f._0x1d3c0d,_0x15e35f._0x24ce1a)]=_0x5c618e['allow_loca'+_0x94b0ed(_0x15e35f._0x4e8bc2,_0x15e35f._0x1f6f60,_0x15e35f._0x282aa9,_0x15e35f._0x5af35d)],_0x4125d8;}}catch(_0x2febea){if(_0x1063c0[_0x368b44(0x15b,0x12d,0x165,_0x15e35f._0x17a3ac)](_0x1063c0[_0x368b44(0x219,0x223,_0x15e35f._0x389de8,_0x15e35f._0x5f4197)],_0x1063c0[_0x368b44(_0x15e35f._0x12d811,_0x15e35f._0x42f7cc,_0x15e35f._0x29aabd,_0x15e35f._0x41e1fc)]))throw new _0x45e57c('State\x20para'+_0x368b44(0x144,0x1d2,0x179,_0x15e35f._0x2b99a2)+'red');else{logger[_0x368b44(0x17a,_0x15e35f._0x158531,0x149,_0x15e35f._0x499cce)](_0x1063c0[_0x368b44(0x179,0x192,_0x15e35f._0x2bd81f,0x101)],_0x2febea);throw _0x2febea;}}}export function getPublicOidcConfig(){const _0xb8eda2={_0x2bfbfb:0xb9,_0x1e89f8:0xad,_0x3d444b:0x42,_0xc1e996:0xe1,_0x3b82ce:0xa1,_0x57d2c7:0x88,_0x38764c:0xa4,_0x22330a:0xdd,_0x167a93:0x77,_0x839822:0x5c,_0x1cd1ba:0x16,_0x284aae:0x1a,_0x1b67bc:0xea,_0x1ea1c5:0xc0,_0x5778f4:0xe9,_0x231087:0x2f,_0x356748:0x7f,_0x4c12c5:0x1b,_0x4e91de:0xaa,_0x254c60:0xc4,_0x341f36:0x68,_0xcf656e:0x99,_0x5ccd41:0xa8,_0x1473c6:0x9a,_0x29e5f7:0x7d,_0x5e4514:0x92,_0x130a6a:0xc,_0x82d263:0x43,_0x54c5ca:0x40,_0x3a71cf:0x3,_0x1832fb:0x2b,_0x14dead:0x9e,_0xe21544:0x9f,_0x572f5b:0xab,_0x59405d:0x9f,_0x579439:0x47},_0x267080={_0x4eaac9:0x27b};function _0x5dae3f(_0x2ce0bd,_0x2d2660,_0x31abbb,_0x3c1c49){return _0x89b1(_0x3c1c49- -0x189,_0x2d2660);}const _0x5f2262={};_0x5f2262[_0x364b49(-0x67,-0x8d,-0xcb,-_0xb8eda2._0x2bfbfb)]=_0x364b49(-0xdc,-0x7d,-0x4d,-_0xb8eda2._0x1e89f8);function _0x364b49(_0x53c472,_0x30a1cc,_0x3f4df8,_0x4c0727){return _0x89b1(_0x4c0727- -_0x267080._0x4eaac9,_0x3f4df8);}_0x5f2262[_0x5dae3f(_0xb8eda2._0x3d444b,0x6b,_0xb8eda2._0xc1e996,_0xb8eda2._0x3b82ce)]=_0x364b49(-_0xb8eda2._0x57d2c7,-0x79,-0x72,-_0xb8eda2._0x38764c);const _0x277a48=_0x5f2262;if(!cachedConfig){if(_0x277a48[_0x364b49(-0x78,-0x87,-_0xb8eda2._0x22330a,-_0xb8eda2._0x2bfbfb)]!==_0x277a48[_0x364b49(-_0xb8eda2._0x167a93,-_0xb8eda2._0x839822,-0xaa,-0x51)])return null;else throw new _0x2153fc(_0x364b49(-0x9,-0x57,_0xb8eda2._0x1cd1ba,-_0xb8eda2._0x284aae)+_0x5dae3f(_0xb8eda2._0x1b67bc,_0xb8eda2._0x1ea1c5,0x137,_0xb8eda2._0x5778f4)+_0x364b49(-_0xb8eda2._0x231087,-0x10,-_0xb8eda2._0x356748,-0x21)+_0x364b49(-0x13,-_0xb8eda2._0x4c12c5,0x2,0x2)+_0x48f593+':\x20'+_0x187d59[_0x5dae3f(_0xb8eda2._0x4e91de,_0xb8eda2._0x254c60,0xa5,_0xb8eda2._0x341f36)]);}const _0x1f96c3={};return _0x1f96c3[_0x364b49(-_0xb8eda2._0xcf656e,-0x63,-0x7f,-_0xb8eda2._0x5ccd41)]=!![],_0x1f96c3[_0x364b49(-_0xb8eda2._0x1473c6,-_0xb8eda2._0x29e5f7,-0x21,-0x43)+'me']=cachedConfig[_0x364b49(-_0xb8eda2._0x5e4514,_0xb8eda2._0x130a6a,-0x2d,-_0xb8eda2._0x82d263)+'me'],_0x1f96c3[_0x364b49(-_0xb8eda2._0x54c5ca,_0xb8eda2._0x3a71cf,-_0xb8eda2._0x1832fb,-0x50)+_0x5dae3f(_0xb8eda2._0x14dead,0x97,_0xb8eda2._0xe21544,_0xb8eda2._0x572f5b)]=cachedConfig[_0x5dae3f(_0xb8eda2._0x59405d,0x61,_0xb8eda2._0x579439,0xa2)+'l_auth'],_0x1f96c3;}export function clearOidcCache(){const _0x5eea23={_0x2f536c:0x4cf,_0x53391f:0x223,_0x11e657:0x253,_0x477a69:0x57b,_0x273370:0x552,_0x4c7ae0:0x563},_0x5c8e8b={_0x53e8ce:0x2b1},_0x34b744={_0x517167:0x2},_0x1916c5={};_0x1916c5[_0xc32d84(0x4ca,_0x5eea23._0x2f536c,0x527,0x567)]='OIDC\x20cache'+_0xdb9e88(_0x5eea23._0x53391f,0x219,0x262,_0x5eea23._0x11e657);const _0x2a7100=_0x1916c5;cachedConfig=null,cachedOidcConfig=null;function _0xdb9e88(_0x269c6c,_0x23a7ae,_0x5b1176,_0x540fe8){return _0x89b1(_0x5b1176-_0x34b744._0x517167,_0x269c6c);}stateStore[_0xc32d84(_0x5eea23._0x477a69,0x4bd,0x51d,0x51a)]();function _0xc32d84(_0x446b86,_0x24b5e1,_0x5c497a,_0xcf1fc7){return _0x89b1(_0x5c497a-_0x5c8e8b._0x53e8ce,_0x446b86);}logger['info'](_0x2a7100[_0xc32d84(0x55a,_0x5eea23._0x273370,0x527,_0x5eea23._0x4c7ae0)]);}export async function reloadOidcConfig(_0x461530){const _0x4d4170={_0x315595:0x9a,_0x41bd9a:0xf7},_0x4ee0a8={_0x3689fe:0x1d0};function _0x269ea0(_0x49eba9,_0x1f18fd,_0x57f155,_0x35eddf){return _0x89b1(_0x1f18fd- -_0x4ee0a8._0x3689fe,_0x57f155);}const _0x2ada26={'cwUpm':function(_0x4b6b7c){return _0x4b6b7c();},'PhfDB':function(_0x21e9a4,_0x5515df){return _0x21e9a4(_0x5515df);}};return _0x2ada26[_0x269ea0(0x61,_0x4d4170._0x315595,0xcc,_0x4d4170._0x41bd9a)](clearOidcCache),await _0x2ada26['PhfDB'](loadOidcConfig,_0x461530);}export async function testOidcDiscovery(_0x2a7761){const _0x30ad50={_0x5bbed9:0x539,_0xd21d6d:0x539,_0xc6d320:0x589,_0x343375:0x597,_0x4f3b5f:0x53b,_0x49f124:0x11d,_0x3e9e85:0x57f,_0x45fbda:0x562,_0x303411:0x514,_0x54be83:0x53b,_0x52914:0x176,_0x523e4d:0x5a5,_0x553943:0x591,_0x1cb862:0x519,_0x50b828:0x573,_0x46f1b8:0x522,_0x1f0da4:0xed,_0x13330a:0xb6,_0xf4b081:0x150,_0x47d08e:0x152,_0x4089de:0x159,_0x1a2067:0x9f,_0x148771:0x146,_0x2c364b:0x122,_0x1e36e4:0xfe,_0x7faec5:0x1fd,_0x2dc076:0x195,_0x41a73f:0x1b6,_0x2a19de:0x100,_0x273b32:0x101,_0x53f0c6:0x14a,_0x1bfd74:0x161,_0x445eb9:0x495,_0x3c1b87:0x507,_0x1ec6e7:0x54f,_0x4c013f:0x4ee,_0x45fc08:0x106,_0x19ddd7:0xe7,_0x5d7184:0x17f,_0x378d9b:0x153,_0x3eaeec:0x4e9,_0x2a5a06:0x537,_0x384539:0x13b,_0x4e5f2a:0x18a,_0x121a51:0x188,_0x37d831:0x1c9,_0x20e529:0x19e,_0x33ff62:0x185,_0x1d44ef:0x197,_0x30703f:0x512,_0x59c6ae:0x54e,_0xe63a95:0x188,_0x10fb83:0x16c,_0x2cd4ac:0x54a,_0x2a9967:0x581,_0x31be23:0x59b,_0x594404:0x59d,_0x5c72a2:0x503,_0xfb1171:0x546,_0x41cf2b:0x50b,_0x2835b3:0x131,_0x17582c:0xcc,_0x2fd775:0x4f5,_0x156b69:0x15f,_0x38d737:0xe1,_0x4ef62a:0xff,_0x4dc827:0x4ff,_0x8bd1fc:0x5a1,_0x556a4e:0xfb,_0x5d05fb:0x10e,_0x22bf56:0x10c,_0x2fe578:0x15a,_0x9eba29:0x187,_0x1a656a:0x136,_0x363f93:0x13f,_0x36c594:0x13d,_0x311c05:0x516,_0x3e997a:0x57d,_0x302d20:0x536,_0x2d6ee6:0x5c3,_0x186add:0x56c,_0x2017b8:0x5ca,_0xdb10ee:0x1d9,_0x2ca52a:0x1c1,_0x2009de:0x161,_0x44a03c:0x172,_0x52b316:0x14f,_0x23e389:0x122,_0x1d3d33:0x548,_0x3ba591:0x57b,_0x3ca118:0x59e,_0x445f5c:0x1cf,_0x2c5808:0x1ae,_0x331b0d:0x177,_0xe645e0:0x509,_0x2c141d:0x510,_0x24f06e:0x1a8,_0x23addd:0x1f5,_0x1d1a63:0x122,_0x45228c:0x120,_0x363cb6:0x55c},_0x14cc47={_0x33de4c:0x32d},_0x5db26a={};_0x5db26a[_0x3b256a(0x4f0,_0x30ad50._0x5bbed9,_0x30ad50._0xd21d6d,0x4fe)]=_0x3b256a(_0x30ad50._0xc6d320,0x574,_0x30ad50._0x343375,_0x30ad50._0x4f3b5f)+_0x11eab3(-0xf8,-_0x30ad50._0x49f124,-0x176,-0x11f)+_0x3b256a(_0x30ad50._0x3e9e85,0x53c,_0x30ad50._0x45fbda,0x54a)+_0x3b256a(0x543,_0x30ad50._0x45fbda,_0x30ad50._0x303411,0x576)+_0x3b256a(_0x30ad50._0x54be83,0x5bb,0x585,0x570),_0x5db26a[_0x11eab3(-0x196,-0x1c5,-0x17d,-_0x30ad50._0x52914)]=function(_0x3925a8,_0x16d8cf){return _0x3925a8!==_0x16d8cf;};function _0x11eab3(_0x562397,_0x5b4d7f,_0x981816,_0x37633f){return _0x89b1(_0x37633f- -0x381,_0x562397);}_0x5db26a['ALCHH']=_0x3b256a(_0x30ad50._0x523e4d,0x5c0,0x5e1,_0x30ad50._0x553943);function _0x3b256a(_0x267605,_0x53703f,_0x38c400,_0x5f36df){return _0x89b1(_0x5f36df-_0x14cc47._0x33de4c,_0x53703f);}_0x5db26a[_0x3b256a(0x50d,0x54d,0x52c,0x567)]=_0x3b256a(_0x30ad50._0x1cb862,_0x30ad50._0x50b828,0x521,_0x30ad50._0x46f1b8),_0x5db26a['snPgw']=_0x11eab3(-_0x30ad50._0x1f0da4,-0x175,-_0x30ad50._0x13330a,-0x116)+'n/openid-c'+_0x11eab3(-0x176,-_0x30ad50._0xf4b081,-_0x30ad50._0x47d08e,-_0x30ad50._0x4089de)+'on',_0x5db26a[_0x11eab3(-_0x30ad50._0x1a2067,-_0x30ad50._0x148771,-_0x30ad50._0x2c364b,-_0x30ad50._0x1e36e4)]=function(_0x38ac46,_0x50de25){return _0x38ac46+_0x50de25;},_0x5db26a['CQsca']=_0x11eab3(-_0x30ad50._0x7faec5,-0x189,-_0x30ad50._0x2dc076,-_0x30ad50._0x41a73f)+'n/json',_0x5db26a['kBntW']=_0x11eab3(-0x189,-_0x30ad50._0x2a19de,-_0x30ad50._0x273b32,-_0x30ad50._0x53f0c6),_0x5db26a['QhIZJ']=_0x11eab3(-0x176,-0x1a0,-0x10f,-_0x30ad50._0x1bfd74)+_0x3b256a(_0x30ad50._0x445eb9,_0x30ad50._0x3c1b87,_0x30ad50._0x1ec6e7,_0x30ad50._0x4c013f)+'nt',_0x5db26a[_0x11eab3(-_0x30ad50._0x45fc08,-_0x30ad50._0x19ddd7,-0x105,-0xff)]=_0x11eab3(-_0x30ad50._0x5d7184,-_0x30ad50._0x378d9b,-0x155,-0x15f)+_0x3b256a(0x534,_0x30ad50._0x3eaeec,0x4ea,_0x30ad50._0x2a5a06);const _0x4f990e=_0x5db26a;try{if(_0x4f990e[_0x11eab3(-0x19a,-_0x30ad50._0x384539,-_0x30ad50._0x4e5f2a,-_0x30ad50._0x52914)](_0x4f990e['ALCHH'],_0x4f990e[_0x11eab3(-_0x30ad50._0x121a51,-0x14f,-0x1a2,-0x147)])){const _0x4f11b1=new URL(_0x4f990e[_0x11eab3(-_0x30ad50._0x37d831,-_0x30ad50._0x20e529,-_0x30ad50._0x33ff62,-_0x30ad50._0x1d44ef)],_0x2a7761[_0x3b256a(_0x30ad50._0x343375,0x53b,_0x30ad50._0x30703f,_0x30ad50._0x59c6ae)]('/')?_0x2a7761:_0x4f990e[_0x3b256a(0x5a4,0x5f4,0x60a,0x5b0)](_0x2a7761,'/')),_0x513c2a={};_0x513c2a['Accept']=_0x4f990e[_0x11eab3(-0x128,-_0x30ad50._0xe63a95,-_0x30ad50._0x10fb83,-0x148)];const _0x154a3b=await fetch(_0x4f11b1[_0x3b256a(0x5c2,0x5ca,_0x30ad50._0x2cd4ac,_0x30ad50._0x2a9967)],{'headers':_0x513c2a,'signal':AbortSignal['timeout'](0x16f+0x1*0x24e3+0xbe)});if(!_0x154a3b['ok']){const _0x5aeae2={};return _0x5aeae2[_0x3b256a(0x5e9,0x581,_0x30ad50._0x31be23,_0x30ad50._0x594404)]=![],_0x5aeae2['error']='Discovery\x20'+'endpoint\x20r'+_0x3b256a(_0x30ad50._0x5c72a2,_0x30ad50._0xfb1171,0x55b,_0x30ad50._0x41cf2b)+_0x154a3b['status']+':\x20'+_0x154a3b['statusText'],_0x5aeae2;}const _0x1d7181=await _0x154a3b[_0x3b256a(0x5ce,0x5a3,0x551,0x57a)](),_0x255239=[_0x4f990e[_0x11eab3(-0xd0,-_0x30ad50._0x2835b3,-_0x30ad50._0x17582c,-0x11a)],_0x4f990e[_0x3b256a(0x516,0x4f6,0x496,_0x30ad50._0x2fd775)],_0x4f990e[_0x11eab3(-_0x30ad50._0x156b69,-_0x30ad50._0x4089de,-_0x30ad50._0x38d737,-_0x30ad50._0x4ef62a)]],_0x58ca79=_0x255239['filter'](_0x5befe3=>!_0x1d7181[_0x5befe3]);if(_0x58ca79[_0x3b256a(_0x30ad50._0x4dc827,0x4e5,_0x30ad50._0x8bd1fc,0x546)]>-0x2150+0x6f+-0x1*-0x20e1)return{'success':![],'error':_0x11eab3(-_0x30ad50._0x556a4e,-0x14b,-_0x30ad50._0x5d05fb,-_0x30ad50._0x22bf56)+_0x11eab3(-0x1a5,-0x1c3,-_0x30ad50._0x2fe578,-_0x30ad50._0x9eba29)+_0x11eab3(-_0x30ad50._0x1a656a,-0x122,-_0x30ad50._0x363f93,-_0x30ad50._0x36c594)+_0x3b256a(_0x30ad50._0x311c05,_0x30ad50._0x3e997a,_0x30ad50._0x302d20,0x560)+'ds:\x20'+_0x58ca79[_0x3b256a(_0x30ad50._0x2d6ee6,_0x30ad50._0x186add,_0x30ad50._0x2017b8,0x58a)](',\x20')};const _0x3fca44={};return _0x3fca44['success']=!![],_0x3fca44[_0x11eab3(-0x101,-0x14f,-0x158,-0x14a)]=_0x1d7181['issuer'],_0x3fca44[_0x3b256a(0x4eb,0x534,0x523,0x54d)+_0x11eab3(-_0x30ad50._0xdb10ee,-0x19a,-0x1a1,-0x1c0)+'nt']=_0x1d7181[_0x11eab3(-_0x30ad50._0x156b69,-0x178,-_0x30ad50._0x2ca52a,-_0x30ad50._0x2009de)+'ion_endpoi'+'nt'],_0x3fca44[_0x11eab3(-_0x30ad50._0x44a03c,-_0x30ad50._0x52b316,-_0x30ad50._0x23e389,-0x15f)+_0x3b256a(_0x30ad50._0x1d3d33,0x53e,0x4d6,_0x30ad50._0x2a5a06)]=_0x1d7181[_0x3b256a(_0x30ad50._0x54be83,_0x30ad50._0x3ba591,_0x30ad50._0x3ca118,0x54f)+_0x11eab3(-0x1ae,-_0x30ad50._0x445f5c,-_0x30ad50._0x2c5808,-_0x30ad50._0x331b0d)],_0x3fca44['scopes_sup'+'ported']=_0x1d7181['scopes_sup'+'ported']||[],_0x3fca44;}else return _0x1c69d9[_0x3b256a(0x4ed,_0x30ad50._0xe645e0,_0x30ad50._0x2c141d,_0x30ad50._0x303411)](_0x4f990e[_0x11eab3(-_0x30ad50._0x24f06e,-_0x30ad50._0x23addd,-0x1f6,-0x1b0)]),null;}catch(_0x2234c2){const _0x353841={};return _0x353841['success']=![],_0x353841['error']=_0x2234c2['message']||_0x11eab3(-_0x30ad50._0x1d1a63,-0xd6,-0xdd,-_0x30ad50._0x45228c)+_0x3b256a(0x56e,_0x30ad50._0x363cb6,0x585,0x52c)+'\x20discovery'+'\x20endpoint',_0x353841;}}
1
+ (function(_0xc132f2,_0x3b2e76){const _0x51592c={_0x1d15b2:0x20f,_0x4cdb3c:0x2c0,_0x28f3fe:0x1bc,_0x302968:0x22c,_0x163cc9:0x21f,_0x34858f:0x1b9,_0x669666:0x222,_0xd0a5a4:0x202,_0x1ea720:0x1e8,_0xe419c4:0x1fa,_0x4d0511:0x1b8,_0x58530d:0x19b,_0x537e3f:0x1b0,_0x44f654:0x165,_0x517e8c:0x1a4,_0x2660db:0x249,_0x2be9a6:0x208,_0x3afcb6:0x219,_0x25e801:0x247,_0x139837:0x203,_0x36b76b:0x1fe,_0x28dbab:0x1d2,_0x2f67ff:0x225,_0x485faf:0x270,_0x302423:0x2a3,_0x99800d:0x23d,_0x18bb3b:0x2a6,_0x2c3066:0x2a5},_0x5c9cdf={_0x232883:0x38f},_0x3f07e0={_0x2077af:0x3e3},_0x3cec7e=_0xc132f2();function _0x3e5d18(_0x323c12,_0x1386a6,_0x5750c6,_0x233094){return _0x1857(_0x5750c6- -_0x3f07e0._0x2077af,_0x323c12);}function _0xf968f0(_0x31c100,_0x59e618,_0x10f48a,_0x2fe900){return _0x1857(_0x10f48a- -_0x5c9cdf._0x232883,_0x31c100);}while(!![]){try{const _0x40a431=parseInt(_0xf968f0(-_0x51592c._0x1d15b2,-_0x51592c._0x4cdb3c,-0x25e,-0x2ad))/(0x7e3*0x1+0x14e9+-0x333*0x9)*(-parseInt(_0xf968f0(-_0x51592c._0x28f3fe,-_0x51592c._0x302968,-0x1df,-0x17d))/(-0xc*-0x67+0x60d*-0x2+0x748))+-parseInt(_0x3e5d18(-0x2a2,-0x262,-0x248,-0x206))/(0x5b1+0x1206+-0x17b4)*(-parseInt(_0x3e5d18(-_0x51592c._0x163cc9,-_0x51592c._0x34858f,-0x200,-_0x51592c._0x669666))/(0x970*-0x3+-0x3*0x2b3+0x175*0x19))+parseInt(_0xf968f0(-_0x51592c._0xd0a5a4,-0x257,-0x203,-0x210))/(0x1*0x17e1+0x3e1*-0x1+0x6a9*-0x3)*(-parseInt(_0xf968f0(-0x18f,-_0x51592c._0x1ea720,-_0x51592c._0xe419c4,-0x246))/(0x2171+0x213a+-0x42a5))+-parseInt(_0xf968f0(-_0x51592c._0x4d0511,-_0x51592c._0x58530d,-_0x51592c._0x537e3f,-_0x51592c._0x44f654))/(-0x1*0xa6f+0x40*-0x95+0xc5*0x3e)+parseInt(_0x3e5d18(-_0x51592c._0x517e8c,-_0x51592c._0x2660db,-_0x51592c._0x2be9a6,-_0x51592c._0x3afcb6))/(0x112c+-0xd05+-0x41f)+parseInt(_0x3e5d18(-0x237,-_0x51592c._0x25e801,-0x20d,-_0x51592c._0x139837))/(-0xa12+0x7*0x1bb+-0x202*0x1)*(-parseInt(_0xf968f0(-_0x51592c._0x36b76b,-0x18d,-_0x51592c._0x28dbab,-0x210))/(0x253d*0x1+-0x1a*-0xcb+0x29*-0x169))+parseInt(_0xf968f0(-_0x51592c._0x2f67ff,-_0x51592c._0x485faf,-0x243,-_0x51592c._0x302423))/(-0x118c*0x2+0x170b+0xc18)*(parseInt(_0x3e5d18(-_0x51592c._0x99800d,-_0x51592c._0x18bb3b,-_0x51592c._0x2c3066,-0x29a))/(-0x1*0x13f1+0xe*-0x10c+0x4f3*0x7));if(_0x40a431===_0x3b2e76)break;else _0x3cec7e['push'](_0x3cec7e['shift']());}catch(_0x17ca38){_0x3cec7e['push'](_0x3cec7e['shift']());}}}(_0x2ad9,0xaac0+0x471f9+0x971d0));import*as _0x1b1d2a from'openid-client';import{promises as _0x11317c}from'fs';import _0x53f1a7 from'path';import _0x4f2e7b from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(0x1*-0x209b+0x1e38+0x26d)*(-0x8e*-0x2+-0x1cef+0x1c0f)*(0x4b8*0x6+0x222b*-0x1+-0x33*-0x31);setInterval(()=>{const _0x2bdcfd={_0x41d0f8:0x44c,_0x3e02da:0x3f6,_0x34bf38:0x427,_0x52394f:0x3dc,_0x3bf9cc:0x431,_0x359d7c:0x489,_0x58ee16:0x56b,_0x52b430:0x47c,_0x26cce3:0x3df,_0x820c16:0x436,_0x4ebdbb:0x548,_0x83bcb3:0x519,_0x18664:0x55a,_0x3dcd27:0x5ad,_0x27a9f6:0x4c3,_0x1e7669:0x4f6,_0x1952aa:0x497,_0x2b43c8:0x406,_0xf090f6:0x406,_0x1f7ecb:0x46c,_0x38cade:0x4d8,_0x1a06ca:0x4d2,_0x4645a7:0x4fd,_0x36428d:0x541},_0xb49616={_0xf834f6:0x2ae};function _0x150ccc(_0x2c6b41,_0x1de8b1,_0x316896,_0x158972){return _0x1857(_0x2c6b41-0x379,_0x316896);}const _0x3a9877={};_0x3a9877[_0x5426dd(_0x2bdcfd._0x41d0f8,_0x2bdcfd._0x3e02da,_0x2bdcfd._0x34bf38,_0x2bdcfd._0x52394f)]=function(_0x31d3d8,_0x1cdfe6){return _0x31d3d8>_0x1cdfe6;},_0x3a9877[_0x5426dd(0x47d,0x492,_0x2bdcfd._0x3bf9cc,_0x2bdcfd._0x359d7c)]=function(_0x204924,_0x5ef5a1){return _0x204924-_0x5ef5a1;};function _0x5426dd(_0xa60418,_0xfdee46,_0x3c44ee,_0x105fa4){return _0x1857(_0x3c44ee-_0xb49616._0xf834f6,_0xfdee46);}const _0x16c708=_0x3a9877,_0x45ffb2=Date[_0x150ccc(0x507,0x54c,_0x2bdcfd._0x58ee16,0x4fd)]();for(const [_0x159821,_0x5ee71c]of stateStore['entries']()){_0x45ffb2-_0x5ee71c[_0x5426dd(_0x2bdcfd._0x52b430,_0x2bdcfd._0x26cce3,_0x2bdcfd._0x820c16,0x415)]>STATE_TTL&&('kBYoL'!==_0x150ccc(_0x2bdcfd._0x4ebdbb,_0x2bdcfd._0x83bcb3,_0x2bdcfd._0x18664,_0x2bdcfd._0x3dcd27)?_0x16c708[_0x150ccc(0x4f2,_0x2bdcfd._0x27a9f6,_0x2bdcfd._0x1e7669,0x4f3)](_0x16c708[_0x150ccc(0x4fc,0x4f8,0x54d,_0x2bdcfd._0x1952aa)](_0x179acf,_0x2e2081[_0x5426dd(_0x2bdcfd._0x2b43c8,_0x2bdcfd._0xf090f6,0x436,_0x2bdcfd._0x1f7ecb)]),_0x42bdfb)&&_0x59a7c7[_0x150ccc(_0x2bdcfd._0x38cade,0x4ff,0x50f,0x4d9)](_0xb5da1):stateStore[_0x150ccc(0x4d8,_0x2bdcfd._0x1a06ca,_0x2bdcfd._0x4645a7,_0x2bdcfd._0x36428d)](_0x159821));}},(-0xa46+-0x1d4+0xc1f)*(0x1*-0x14c2+-0xb*0x28d+0x310d)*(-0x21e2+0xce4+0x18e6));let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(_0x3d5a67){const _0x4e2599={_0xa6a5a7:0x111,_0xcb640d:0x78,_0x55f8d7:0x28c,_0x13c4bc:0x2a3,_0x1ecd42:0x2d0,_0x581906:0x310,_0x79d2e6:0x302,_0xfe024c:0x2da,_0x5e0247:0x57,_0x51a77e:0x8e,_0x17f44c:0x4,_0x1ed1a3:0x75,_0x2a1a36:0x72,_0x307edb:0x40,_0x4202fe:0x50,_0x427d35:0xa9,_0x1603fb:0x2c7,_0x1af650:0x32d,_0x3c7ef9:0x334,_0x561eda:0x2f7,_0x16b418:0x265,_0x3b2929:0x24d,_0x5c21cd:0x27f,_0x19c556:0x5e,_0x443f3e:0x2,_0x1bafd6:0x3c,_0x9d0b2f:0xe6,_0xdd2f8f:0xfe,_0x11a938:0xd9,_0xd13fda:0x7d,_0x3736e0:0x2c5,_0x3d0f64:0x2ac,_0x1da07b:0x280,_0x4e0beb:0x7c,_0x245d05:0xe4,_0x15898c:0x8b,_0x548608:0x6f,_0x8e9053:0xa0,_0x3d7af5:0xee,_0x41fc70:0x4c,_0x33f37f:0xc5,_0xaf2b73:0x7a,_0x29ac64:0x2de,_0x396307:0x29a,_0x2270f8:0xbe,_0x31cc3b:0xaa,_0xce968c:0x1f,_0x5cdfda:0x36,_0x23c794:0x111,_0x3ae95f:0xb0,_0x36f5da:0x25a,_0x435d45:0x281,_0x421cb5:0x2b9,_0x1565f8:0x20e,_0xf64399:0xe4,_0x2d4b91:0x10e,_0xdb9578:0x2cb,_0x4c91f8:0x285,_0xed0e81:0x305,_0x53de37:0xae,_0x136153:0x5c,_0x42f053:0x112,_0x4657ab:0x5a,_0x136b6a:0x209,_0x5da157:0x261,_0x6bb5c8:0x26a,_0x1d0284:0x2bb,_0x2077de:0x2f8,_0x27fa7c:0x2d2,_0x258a96:0x2d0,_0x3d0dd2:0xf3,_0x3c9245:0x25c,_0x2a8040:0x4b,_0x392c77:0x61,_0x4d039d:0x9,_0x1df80a:0xb8,_0x47099a:0x28,_0x47471c:0x32,_0x87a686:0x70,_0x456588:0x2be,_0x5399a9:0x294,_0x57a023:0x2dd,_0x468fea:0x293,_0x147fd8:0x80,_0xef2f2:0x299,_0x892181:0x2a3,_0x150a89:0xb7,_0x40b6d3:0x116,_0x5e0ee7:0xc5,_0x386840:0x338,_0x239f14:0x28,_0x3fd96f:0x8a,_0xd7374e:0xc7,_0x4bc64f:0x11b,_0x59336a:0x95,_0x12d895:0x5c,_0x3a75c2:0x5b,_0x53fbb3:0x2f2,_0x53467b:0x329,_0x1a2e39:0x2aa,_0x840b5e:0x31f,_0x5b750f:0xb,_0x255171:0x252,_0x1027d5:0x25e,_0x341c65:0x1e9,_0x49ebdc:0x293,_0x204df9:0x316,_0x2179aa:0x13,_0x31826f:0x8,_0x5762ba:0x277,_0x2e6551:0x2cd,_0x8f0e98:0x2ae,_0x5d92f4:0x26,_0x4d6b98:0x252,_0x45d04f:0x20b,_0x2463ab:0x282,_0x926364:0x13f,_0x71b1fb:0x2a6,_0x1b0f58:0x2e8,_0x1934fa:0x2d1,_0x2c42b5:0xca,_0x2900e0:0xc4,_0x5133a0:0x79,_0x418330:0xe0,_0x363ebd:0x300,_0x23eb16:0x2c0,_0x3e58d2:0x321,_0x15841b:0x45,_0x45c406:0x25,_0x5fbd18:0x2d6,_0x1be434:0x27d,_0x3c80a5:0x26c,_0x1196e3:0x100,_0xd295e4:0x292,_0x5d701f:0x262,_0x46d4e6:0x5f,_0x4aa796:0x7b,_0x3d0517:0x2c9,_0x152b82:0x317,_0x5590ed:0x32e,_0x419cea:0x337,_0x1ec3ee:0x76,_0x3239c2:0x50,_0x3ea878:0xa,_0x487ff6:0x302,_0xf50d7e:0x25d,_0x5f59ef:0x255,_0x3e685c:0x6c,_0x109c39:0x43,_0x577856:0xac,_0x380ee0:0x46,_0x559acc:0xed,_0x3854f:0x2a2,_0x13f5f6:0x23d,_0x471668:0xd3,_0x19f100:0x7a,_0x329b28:0xd2,_0x4f5a2f:0x68,_0x11db8b:0xf9,_0xb4deb1:0x262,_0x31e40c:0x212,_0x4919cb:0xf3,_0x1990fe:0x6e,_0x31ae9a:0x2a6,_0x5862cc:0x29f,_0x4d9df1:0x250,_0x19ac76:0x2ee,_0x16a907:0x2cc,_0xdbf63d:0x283,_0x4da4ed:0x2a1,_0x37f505:0x2bf,_0x190f4e:0x355,_0x11585f:0x29,_0x3a1708:0x291,_0xcefb26:0xd5,_0x115842:0x7f,_0x436abf:0x315,_0x5f23f4:0x2f2,_0x561cc7:0x1e,_0xbfa3e5:0x33,_0x360c1b:0x304,_0x30bbef:0x2ae,_0x2e4fb8:0x320,_0x54637c:0x353,_0x27ea63:0x2c,_0x4878ed:0x84,_0x2fcbc4:0x83,_0x202e6a:0x243,_0x4ccc19:0x213,_0x4c2ff6:0x1f9,_0x517b98:0x18,_0x5d2e2d:0x73,_0x5e424d:0x9a,_0x2e031f:0x53,_0x58d15c:0x63,_0x4d2bab:0x79,_0x25e76a:0x35,_0x5a5f45:0xdb,_0x34cbbb:0xf5,_0x1d20f1:0x11f,_0x496575:0xb9,_0x3740ac:0x55,_0x574c04:0x25f,_0x5bef7d:0x2aa,_0xde83f4:0x278,_0x229fde:0x2a8,_0x527ca9:0xf3,_0xd91b8d:0x3a,_0x461b1d:0x9f,_0x5eb2f3:0x6a,_0x4f1d29:0x2d8,_0x1f6e84:0x2ff,_0x442eb8:0x132,_0x3cf93b:0x2b5,_0x311a90:0x270,_0x53165f:0x227,_0x553be9:0x5d,_0x3f1ec4:0x2e5,_0x3d33ef:0x23e,_0x18fdb7:0x2e6,_0x2b427c:0x301,_0xfa82ba:0x92,_0x3193fa:0x2b,_0x3c209f:0x6a,_0x2d9443:0xc8,_0x25e7f8:0x4b,_0x153a5d:0x54,_0x49bd6b:0x21f,_0x3c15b6:0x29e,_0x20dd0d:0x90,_0x3b8f60:0xe3,_0x36ddb2:0x2e7,_0x1c39e3:0x33c,_0x523ef3:0x2d3,_0x312f49:0x2d8,_0x94524c:0x2b6,_0x37c13e:0x218,_0x2b0f07:0x24a,_0x4eb7d3:0x256,_0x2ce14b:0x28c,_0x5c6ab3:0x200,_0x124c2f:0x222,_0x3a9b1f:0x25e,_0x5ca6b5:0x1f6,_0x105d06:0x1f4,_0x5e061d:0x89,_0x24f0c0:0xc9,_0x44aa95:0x4f,_0x35c6d0:0x311,_0x2af8f2:0x2ac,_0x33acee:0x2ab,_0x563a8d:0x9c,_0x1ec54b:0x24c,_0x2b26bd:0x1d,_0x95f0c4:0x38},_0x430d22={_0x49c813:0x212},_0x20a379={_0x63625e:0x110},_0x702955={};_0x702955['rRKTs']=_0xf89839(-0xd5,-_0x4e2599._0xa6a5a7,-_0x4e2599._0xcb640d,-0xd7)+_0x5d53d2(_0x4e2599._0x55f8d7,_0x4e2599._0x13c4bc,0x284,0x276)+_0x5d53d2(_0x4e2599._0x1ecd42,_0x4e2599._0x581906,_0x4e2599._0x79d2e6,_0x4e2599._0xfe024c)+_0xf89839(-_0x4e2599._0x5e0247,-_0x4e2599._0x51a77e,-0x4b,-_0x4e2599._0x17f44c),_0x702955[_0xf89839(-0x7b,-_0x4e2599._0x1ed1a3,-0xc8,-_0x4e2599._0x2a1a36)]=_0xf89839(-0x58,-_0x4e2599._0x307edb,-_0x4e2599._0x4202fe,-0x95)+_0xf89839(-0x70,-0x91,-0xd9,-_0x4e2599._0x427d35)+'tate\x20param'+_0xf89839(-0x9d,-0xaa,-0x6c,-0x107),_0x702955[_0x5d53d2(_0x4e2599._0x1603fb,0x315,_0x4e2599._0x1af650,0x310)]='oidc.json',_0x702955[_0x5d53d2(0x2ec,_0x4e2599._0x3c7ef9,_0x4e2599._0x561eda,0x314)]=function(_0x5bbd8f,_0x22dbbc){return _0x5bbd8f!==_0x22dbbc;},_0x702955[_0x5d53d2(0x246,0x24d,0x21e,0x1eb)]='acgqr',_0x702955[_0x5d53d2(_0x4e2599._0x16b418,_0x4e2599._0x3b2929,0x2b0,_0x4e2599._0x5c21cd)]='mWhzY',_0x702955[_0xf89839(-_0x4e2599._0x19c556,-_0x4e2599._0x443f3e,-_0x4e2599._0x1bafd6,-0x8a)]=function(_0x19d230,_0x393ea7){return _0x19d230!==_0x393ea7;},_0x702955[_0xf89839(-_0x4e2599._0x9d0b2f,-_0x4e2599._0xdd2f8f,-_0x4e2599._0x11a938,-_0x4e2599._0xd13fda)]=_0x5d53d2(_0x4e2599._0x3736e0,_0x4e2599._0x3d0f64,_0x4e2599._0x1da07b,0x25f),_0x702955[_0xf89839(-_0x4e2599._0x4e0beb,-_0x4e2599._0x245d05,-_0x4e2599._0x15898c,-_0x4e2599._0x548608)]='ennAG',_0x702955['PjmSn']='utf-8',_0x702955['KBYjc']='OpiRQ',_0x702955[_0xf89839(-_0x4e2599._0x8e9053,-_0x4e2599._0x3d7af5,-_0x4e2599._0x41fc70,-0x4b)]='OIDC\x20authe'+_0xf89839(-_0x4e2599._0x33f37f,-0x109,-0x72,-_0x4e2599._0xaf2b73)+_0x5d53d2(0x2ea,_0x4e2599._0x29ac64,0x30d,_0x4e2599._0x396307)+_0xf89839(-0x68,-_0x4e2599._0x2270f8,-0xd1,-_0x4e2599._0x31cc3b)+_0xf89839(-0x26,_0x4e2599._0xce968c,0x43,-_0x4e2599._0x5cdfda),_0x702955['LIuLd']=_0xf89839(-_0x4e2599._0xcb640d,-0xe1,-0x41,-0x71),_0x702955[_0xf89839(-0xc9,-0x109,-_0x4e2599._0x23c794,-_0x4e2599._0x3ae95f)]=_0x5d53d2(_0x4e2599._0x36f5da,0x234,_0x4e2599._0x435d45,0x20f),_0x702955[_0x5d53d2(0x24f,_0x4e2599._0x421cb5,_0x4e2599._0x1565f8,0x22c)]=function(_0x50b5d3,_0x543d26){return _0x50b5d3===_0x543d26;},_0x702955[_0xf89839(-_0x4e2599._0xf64399,-_0x4e2599._0x2d4b91,-0xe9,-0x117)]=_0x5d53d2(0x2e4,0x279,0x34b,0x2f8),_0x702955[_0x5d53d2(0x26c,_0x4e2599._0x435d45,_0x4e2599._0xdb9578,0x239)]=_0x5d53d2(0x2cc,_0x4e2599._0x4c91f8,0x2eb,_0x4e2599._0xed0e81),_0x702955[_0xf89839(-_0x4e2599._0x53de37,-_0x4e2599._0x136153,-_0x4e2599._0x42f053,-_0x4e2599._0x4657ab)]=_0x5d53d2(0x24a,_0x4e2599._0x136b6a,0x290,0x24b),_0x702955['fgXMq']=_0x5d53d2(_0x4e2599._0x5da157,0x2a1,0x233,_0x4e2599._0x6bb5c8);function _0x5d53d2(_0x565e9e,_0x2ad6ee,_0x482c12,_0x36eb52){return _0x1857(_0x565e9e-_0x20a379._0x63625e,_0x2ad6ee);}_0x702955[_0x5d53d2(0x2f7,0x2b0,_0x4e2599._0x1d0284,_0x4e2599._0x2077de)]=_0x5d53d2(0x2e7,0x303,_0x4e2599._0x27fa7c,_0x4e2599._0x258a96),_0x702955[_0xf89839(-0xb9,-_0x4e2599._0x548608,-_0x4e2599._0x3d0dd2,-0xc3)]=_0x5d53d2(0x2b0,_0x4e2599._0x29ac64,_0x4e2599._0x3c9245,0x2c1);function _0xf89839(_0x56eb29,_0x28c704,_0x52b8b5,_0xe6af9c){return _0x1857(_0x56eb29- -_0x430d22._0x49c813,_0xe6af9c);}_0x702955['lewiW']='profile',_0x702955['QXykE']=_0xf89839(-_0x4e2599._0x2a8040,-_0x4e2599._0x392c77,-0x25,-_0x4e2599._0x4d039d),_0x702955[_0xf89839(-0xbc,-_0x4e2599._0x1df80a,-0xe2,-0xa8)]=_0xf89839(-_0x4e2599._0x47099a,0x2a,-_0x4e2599._0x47471c,-_0x4e2599._0x87a686),_0x702955[_0x5d53d2(_0x4e2599._0x456588,_0x4e2599._0x5399a9,_0x4e2599._0x57a023,_0x4e2599._0x468fea)]=function(_0x405d8f,_0x284466){return _0x405d8f!==_0x284466;},_0x702955[_0xf89839(-0x8d,-0xc9,-_0x4e2599._0x147fd8,-0x62)]=_0x5d53d2(0x29d,_0x4e2599._0xef2f2,0x255,_0x4e2599._0x4c91f8)+'th\x20SSO',_0x702955[_0x5d53d2(0x2d9,0x340,0x337,_0x4e2599._0x892181)]=_0xf89839(-_0x4e2599._0x150a89,-_0x4e2599._0x40b6d3,-0x111,-_0x4e2599._0x5e0ee7)+'guration\x20l'+_0x5d53d2(0x2d4,0x335,0x31f,_0x4e2599._0x386840),_0x702955[_0xf89839(-0x39,_0x4e2599._0x239f14,-_0x4e2599._0x3fd96f,-_0x4e2599._0x3fd96f)]=function(_0x3cd767,_0x5ea2e8){return _0x3cd767===_0x5ea2e8;},_0x702955[_0xf89839(-_0x4e2599._0xd7374e,-0xa0,-_0x4e2599._0x4bc64f,-_0x4e2599._0x59336a)]='HBZWJ',_0x702955['BCkXQ']=_0xf89839(-0x6f,-_0x4e2599._0x12d895,-_0x4e2599._0x3a75c2,-0xbc)+_0x5d53d2(_0x4e2599._0x53fbb3,_0x4e2599._0x53467b,_0x4e2599._0x1a2e39,_0x4e2599._0x840b5e)+_0xf89839(-_0x4e2599._0x392c77,-0x90,-_0x4e2599._0x5b750f,-0xa4)+'nd';const _0x2a6bcc=_0x702955,_0x2459d9=_0x53f1a7[_0x5d53d2(_0x4e2599._0x255171,_0x4e2599._0x1027d5,0x246,_0x4e2599._0x341c65)](DATA_DIR,_0x2a6bcc[_0x5d53d2(0x2c7,_0x4e2599._0x49ebdc,0x27b,0x2b3)]);let _0x5d8b19;try{await _0x11317c[_0x5d53d2(0x2af,0x30c,_0x4e2599._0x204df9,0x2b6)](_0x2459d9),_0x5d8b19=_0x2459d9;}catch{if(!_0x3d5a67){if(_0x2a6bcc[_0xf89839(-0x36,-0x3,_0x4e2599._0x2179aa,_0x4e2599._0x31826f)](_0x2a6bcc['oGjXB'],_0x2a6bcc['jetNt']))return null;else throw new _0x3fe453(_0x5d53d2(_0x4e2599._0x5762ba,_0x4e2599._0x55f8d7,_0x4e2599._0x2e6551,_0x4e2599._0x8f0e98)+'quired\x20OID'+'C\x20configur'+'ation\x20fiel'+_0xf89839(-0x1c,0x36,-0xd,-_0x4e2599._0x5d92f4)+_0x1aa4a5);}_0x5d8b19=_0x53f1a7[_0x5d53d2(_0x4e2599._0x4d6b98,0x253,0x21f,_0x4e2599._0x45d04f)](_0x3d5a67,_0x2a6bcc[_0xf89839(-0x5b,0xa,0x8,-0xa4)]);}try{if(_0x2a6bcc[_0x5d53d2(0x2c4,0x263,0x2b8,_0x4e2599._0x2463ab)](_0x2a6bcc[_0xf89839(-0xe6,-0x138,-0x105,-_0x4e2599._0x926364)],_0x2a6bcc[_0x5d53d2(_0x4e2599._0x71b1fb,0x277,_0x4e2599._0x1b0f58,0x297)])){await _0x11317c[_0x5d53d2(0x2af,0x244,_0x4e2599._0x1934fa,0x2b9)](_0x5d8b19);const _0x21d47b=await _0x11317c['readFile'](_0x5d8b19,_0x2a6bcc[_0xf89839(-_0x4e2599._0x2c42b5,-0x98,-_0x4e2599._0x2900e0,-0xda)]),_0x379ce2=JSON[_0xf89839(-0xa8,-_0x4e2599._0x5133a0,-0xc0,-0xa4)](_0x21d47b);if(!_0x379ce2[_0xf89839(-0x97,-_0x4e2599._0x418330,-0x9c,-0x91)]){if(_0x2a6bcc[_0x5d53d2(_0x4e2599._0x363ebd,_0x4e2599._0x23eb16,_0x4e2599._0x3e58d2,0x2c5)]!==_0x2a6bcc['KBYjc']){if(!_0x402396[_0x507472])throw new _0x5cd174('Missing\x20re'+_0xf89839(-_0x4e2599._0x15841b,0xc,-_0x4e2599._0x45c406,-0x65)+'C\x20configur'+_0x5d53d2(_0x4e2599._0x5fbd18,_0x4e2599._0x1be434,0x33c,_0x4e2599._0x3c80a5)+_0xf89839(-0x1c,-_0x4e2599._0x147fd8,-0x5f,-0x77)+_0x1de229);}else return logger['info'](_0x2a6bcc[_0xf89839(-0xa0,-0x9a,-_0x4e2599._0x4e0beb,-0xee)]),null;}const _0x821991=[_0x2a6bcc['LIuLd'],_0x2a6bcc[_0xf89839(-0xc9,-_0x4e2599._0x1196e3,-0xde,-0xdc)]];for(const _0x272cf3 of _0x821991){if(_0x2a6bcc[_0x5d53d2(0x24f,0x248,0x1ec,_0x4e2599._0xd295e4)](_0x2a6bcc['usRRp'],_0x2a6bcc[_0x5d53d2(0x26c,0x220,_0x4e2599._0x5d701f,0x266)]))return _0x52e496;else{if(!_0x379ce2[_0x272cf3]){if(_0x2a6bcc[_0xf89839(-_0x4e2599._0x53de37,-_0x4e2599._0x46d4e6,-0x5b,-_0x4e2599._0x4aa796)]!==_0x2a6bcc[_0x5d53d2(_0x4e2599._0x3d0517,0x263,_0x4e2599._0x152b82,0x2c9)])throw new Error('Missing\x20re'+_0x5d53d2(0x2dd,_0x4e2599._0x5590ed,_0x4e2599._0x419cea,0x31d)+'C\x20configur'+_0x5d53d2(0x2d6,_0x4e2599._0x4c91f8,0x31e,0x310)+_0xf89839(-0x1c,-_0x4e2599._0x1ec3ee,-_0x4e2599._0x3239c2,-_0x4e2599._0x3ea878)+_0x272cf3);else return null;}}}if(!_0x379ce2[_0x5d53d2(0x29f,_0x4e2599._0x487ff6,_0x4e2599._0xf50d7e,_0x4e2599._0x5f59ef)+_0xf89839(-0x17,-0x2a,-_0x4e2599._0x3e685c,_0x4e2599._0x109c39)]&&_0x379ce2[_0xf89839(-0x83,-_0x4e2599._0x577856,-_0x4e2599._0x380ee0,-_0x4e2599._0x559acc)+_0x5d53d2(_0x4e2599._0x3854f,_0x4e2599._0x13f5f6,0x2ea,0x28e)]){if(_0x2a6bcc[_0xf89839(-_0x4e2599._0x471668,-0xe8,-0xea,-_0x4e2599._0x19f100)](_0xf89839(-_0x4e2599._0x329b28,-_0x4e2599._0x4f5a2f,-0xde,-_0x4e2599._0x11db8b),_0x2a6bcc['NfRUj'])){const _0x355d67={};return _0x355d67[_0x5d53d2(_0x4e2599._0xb4deb1,0x24f,_0x4e2599._0x31e40c,0x294)]=![],_0x355d67[_0xf89839(-0x93,-_0x4e2599._0x4919cb,-0x90,-0xde)]=_0x421fcd[_0xf89839(-_0x4e2599._0x1990fe,-0x46,-0x7b,-_0x4e2599._0x31826f)]||_0x2a6bcc['rRKTs'],_0x355d67;}else{const _0x4a2784=_0x53f1a7[_0x5d53d2(0x252,0x20b,0x29a,_0x4e2599._0x31ae9a)](_0x3d5a67,'.secrets',_0x379ce2[_0x5d53d2(_0x4e2599._0x5862cc,_0x4e2599._0x4d9df1,_0x4e2599._0x19ac76,0x262)+_0x5d53d2(_0x4e2599._0x3854f,0x295,0x2d5,_0x4e2599._0x16a907)]);try{_0x379ce2[_0x5d53d2(0x29f,0x274,_0x4e2599._0xdbf63d,0x237)+_0x5d53d2(0x30b,_0x4e2599._0x4da4ed,_0x4e2599._0x37f505,_0x4e2599._0x190f4e)]=(await _0x11317c[_0xf89839(-0x2d,-_0x4e2599._0x11585f,-_0x4e2599._0x19c556,-0x6c)](_0x4a2784,_0x2a6bcc['PjmSn']))[_0x5d53d2(_0x4e2599._0x3a1708,0x289,0x2e8,0x22b)]();}catch(_0x380afc){throw new Error(_0xf89839(-_0x4e2599._0xcefb26,-0x113,-0xb8,-_0x4e2599._0x3ae95f)+_0x5d53d2(_0x4e2599._0x1934fa,0x2fb,0x28f,_0x4e2599._0x4da4ed)+'client\x20sec'+_0xf89839(-_0x4e2599._0x115842,-_0x4e2599._0x2a8040,-0xc7,-0xbf)+_0x4a2784+':\x20'+_0x380afc[_0x5d53d2(0x2b4,0x2b4,_0x4e2599._0x436abf,_0x4e2599._0x5f23f4)]);}}}_0x379ce2[_0xf89839(-_0x4e2599._0x561cc7,_0x4e2599._0xbfa3e5,0x14,-0x5)]=_0x379ce2[_0x5d53d2(_0x4e2599._0x360c1b,_0x4e2599._0x30bbef,_0x4e2599._0x2e4fb8,_0x4e2599._0x54637c)]||[_0x2a6bcc[_0xf89839(-0xb9,-0x61,-0x87,-0x6f)],_0x2a6bcc[_0xf89839(-_0x4e2599._0x27ea63,0x17,-_0x4e2599._0x4878ed,-_0x4e2599._0x2fcbc4)],_0x2a6bcc[_0x5d53d2(_0x4e2599._0x202e6a,_0x4e2599._0x4ccc19,0x1fa,_0x4e2599._0x4c2ff6)]],_0x379ce2[_0xf89839(-_0x4e2599._0x517b98,-0x14,-0x4a,-0x1f)+'sion']=_0x2a6bcc[_0xf89839(-_0x4e2599._0x5cdfda,0x10,-_0x4e2599._0x5d2e2d,-_0x4e2599._0x5e424d)](_0x379ce2[_0xf89839(-0x18,_0x4e2599._0x47471c,_0x4e2599._0x2e031f,0x1)+_0xf89839(-_0x4e2599._0x58d15c,-0xbf,-_0x4e2599._0x4d2bab,-_0x4e2599._0x25e76a)],![]),_0x379ce2[_0xf89839(-0xdb,-0xf0,-0xd1,-_0x4e2599._0x51a77e)+'le']=_0x379ce2[_0xf89839(-_0x4e2599._0x5a5f45,-_0x4e2599._0x34cbbb,-_0x4e2599._0x1d20f1,-_0x4e2599._0x496575)+'le']||_0x2a6bcc[_0xf89839(-0xbc,-_0x4e2599._0x4f5a2f,-0x112,-_0x4e2599._0x3740ac)],_0x379ce2[_0x5d53d2(0x2b8,0x293,_0x4e2599._0x574c04,_0x4e2599._0x5bef7d)+_0x5d53d2(_0x4e2599._0xde83f4,_0x4e2599._0x55f8d7,0x28f,0x280)]=_0x2a6bcc[_0x5d53d2(0x2be,_0x4e2599._0x57a023,_0x4e2599._0x229fde,_0x4e2599._0x436abf)](_0x379ce2['allow_loca'+_0xf89839(-_0x4e2599._0x31cc3b,-0xbf,-_0x4e2599._0x527ca9,-0xbf)],![]),_0x379ce2[_0xf89839(-0x7a,-_0x4e2599._0xd91b8d,-_0x4e2599._0x461b1d,-_0x4e2599._0x5eb2f3)+'me']=_0x379ce2[_0x5d53d2(0x2a8,0x2d9,_0x4e2599._0x4f1d29,0x2f9)+'me']||_0x2a6bcc[_0x5d53d2(0x295,_0x4e2599._0x1f6e84,0x2b7,0x259)],cachedConfig=_0x379ce2;const _0x502036={};return _0x502036[_0xf89839(-0xc8,-0x9f,-0xe2,-_0x4e2599._0x442eb8)]=_0x379ce2[_0x5d53d2(_0x4e2599._0x36f5da,_0x4e2599._0x3cf93b,_0x4e2599._0x396307,0x2c4)],_0x502036[_0x5d53d2(_0x4e2599._0x311a90,0x23c,0x219,_0x4e2599._0x53165f)]=_0x379ce2[_0xf89839(-0x78,-_0x4e2599._0x2179aa,-0xd0,-_0x4e2599._0x553be9)],_0x502036[_0x5d53d2(0x287,_0x4e2599._0x3f1ec4,_0x4e2599._0x3d33ef,_0x4e2599._0x18fdb7)+'ion']=_0x379ce2['auto_provi'+_0x5d53d2(_0x4e2599._0x37f505,_0x4e2599._0x1027d5,_0x4e2599._0x2b427c,_0x4e2599._0x3d0f64)],_0x502036[_0xf89839(-_0x4e2599._0xfa82ba,-0x3e,-0xab,-_0x4e2599._0x3193fa)+'Auth']=_0x379ce2[_0xf89839(-_0x4e2599._0x3c209f,-_0x4e2599._0x2d9443,-_0x4e2599._0x25e7f8,-_0x4e2599._0x153a5d)+_0x5d53d2(0x278,0x2d3,_0x4e2599._0x49bd6b,_0x4e2599._0x3c15b6)],logger[_0xf89839(-0xbe,-_0x4e2599._0x20dd0d,-_0x4e2599._0x3b8f60,-0x7e)](_0x2a6bcc[_0x5d53d2(0x2d9,_0x4e2599._0x36ddb2,0x2f4,_0x4e2599._0x1c39e3)],_0x502036),_0x379ce2;}else{_0x38cf30['error']('Failed\x20to\x20'+_0x5d53d2(_0x4e2599._0x523ef3,_0x4e2599._0xde83f4,0x331,_0x4e2599._0x312f49)+_0x5d53d2(0x268,_0x4e2599._0x94524c,_0x4e2599._0x37c13e,_0x4e2599._0x2b0f07)+'er',_0x1a0690);throw _0x43acf0;}}catch(_0x37d83f){if(_0x2a6bcc['zOPir'](_0x37d83f[_0x5d53d2(_0x4e2599._0x4eb7d3,_0x4e2599._0x2ce14b,_0x4e2599._0x5c6ab3,_0x4e2599._0x124c2f)],_0x5d53d2(_0x4e2599._0x3a9b1f,0x1f3,_0x4e2599._0x5ca6b5,_0x4e2599._0x105d06))){if(_0x2a6bcc['TkEeJ'](_0x2a6bcc['CNuYQ'],_0x2a6bcc[_0xf89839(-0xc7,-_0x4e2599._0x5e061d,-0x130,-0xf2)]))throw new _0x588bbd(_0x2a6bcc[_0xf89839(-_0x4e2599._0x4aa796,-0x5b,-0x59,-0xb4)]);else{const _0x848e68={};return _0x848e68['path']=_0x5d8b19,logger[_0xf89839(-0xb0,-_0x4e2599._0x24f0c0,-0xef,-_0x4e2599._0x44aa95)](_0x2a6bcc[_0x5d53d2(0x2c8,_0x4e2599._0x35c6d0,_0x4e2599._0x2af8f2,_0x4e2599._0x33acee)],_0x848e68),null;}}logger[_0xf89839(-0x93,-_0x4e2599._0x563a8d,-0x37,-0x8c)](_0x5d53d2(0x24d,_0x4e2599._0x1ec54b,0x2a4,0x239)+'load\x20OIDC\x20'+_0xf89839(-0x31,-0x86,0x26,-0x50)+_0xf89839(-_0x4e2599._0x2b26bd,_0x4e2599._0x95f0c4,-_0x4e2599._0x19f100,0x4d),_0x37d83f);throw _0x37d83f;}}function _0x2ad9(){const _0x119621=['DxnsuNa','qwnJzxb0','ELvOsKy','ntC3nhLRzK1fBq','AxnZAw5NihjLCq','uvH5A0u','zhm6ia','Cg9YDgvK','B0DQwei','zgvMyxvSDf9YBW','suXiCgW','uZi1nG','B0PyEg8','CMfUzg9TueTdrq','zw5KCg9PBNqGCG','rMfPBgvKihrVia','mtq1otq0s1DtvvDS','vKP3DMu','s2nvqxa','vKvqA3a','AM9PBG','z1v3DMy','CML6yxrPB25vCG','y2XHAw1Z','y29Kzq','rgLZy292zxjPBG','ugPTu24','s01LvNG','AxnZDwvY','q051wve','mJyYouXNC1LowG','BNrPy2f0Aw9Uia','ru5pru5u','C3vIC3rYAw5N','yNvPBgrbDxrOBW','ANzmvu4','C3vJy2vZCW','zMfPBgvK','Aw5MBW','AMv0tNq','zNPXDxy','u3rHDguGCgfYyq','surdihbYB3zPza','sfbVquS','ELrUy2O','t0LeqYbJB25MAq','vLr5qwK','y2XLyxi','v2zcvNG','zgvSzxrL','y2XPzw50swq','zejAENi','zgvIDwC','vgrMDNy','CNrjAuC','CMvZCg9UC2uGBq','tuvgCM8','twLZC2LUzYbYzq','Bf9HDxrO','DxjS','CgfYC2u','DxDXtNC','zgLZy292zxj5','EKvWyw8','EgfODgK','AhjLzG','zYbpsurdihbYBW','C2v0','t0DevMC','igv4y2HHBMDLia','rLrxs1q','zxrLCG','yxv0Ag9YAxPHDa','yxv0B1bYB3zPCW','q2f3vhm','A09XrKK','t0LeqYbWCM92Aq','zw5HyMXLza','y29UBMvJDcb0BW','Aw9Uq29KzuDYyq','DwLYzwqGzMLLBa','zxjYB3i','ywXSB3DmB2nHBa','DhjPBq','rgLZy292zxj5ia','AunOCvu','CMfUzg9TqNL0zq','q0Drqvi','BI9QC29U','zMLSDgvY','y3jLyxrLzef0','lI4U','BI9VCgvUAwqTyW','p2nVzgu9','mZC1nvfMrKr3Cq','u2LNBIbPBIb3Aq','BM93','y2XPzw50x3nLyW','jNn0yxrLpq','tffIBMu','CMv0x2zPBgu','CMv0igzYB20G','C3rHDgu','ota4ne5uEKDJva','tNz1vhO','whfbt2e','zgLZCgXHEv9Uyq','s0nfq29KzunOyq','y2XPzw50x2LK','ntC3mKLAwM9Ara','ANnVBG','txnOEfu','Cgf0Aa','ywnJzxnZ','B3bLBMLK','sw9HzeG','igv4CgLYzwqGCW','tM8Gt0LeqYbJBW','BwvZC2fNzq','EgPbrxq','tevZyvK','ywnJzxnZx3rVAW','ywXSB3DFBg9Jyq','tNbXD2O','zcbPBIbJB25MAq','t0LeqYb0B2TLBG','sfbXD2G','BgXLBMDL','zvHQr1u','C2LVBG','mZK0ze5rC1jv','BIbMAwXLigzVDq','C3vI','s2vMDxO','vgTfzuO','ExP6yNG','Agv4','serezuG','qKnRwfe','zMDytxe','sw52ywXPzcbVCG','igvUzhbVAw50','CvDlyM4','mtiWqKTluhDk','Aw9Ux2vUzhbVAq','vevHtwy','igrPC2nVDMvYEq','CMvHzcbpsurdia','ru9jy24','zgLZy292zxiGtW','B2fKzwq','z2v0','yxrPB24GzMLLBa','zw1HAwW','zxjLzcbZDwnJzq','vePjD2m','t0LeqYbHDxrOzq','Dg9tDhjPBMC','B25MAwD1CMf0Aq','CxvPCMvKie9jra','Dgf0zsbWyxjHBq','A0jzB0W','y2fSy3vSyxrLua','C2nVCgvZx3n1Ca','zw5KC1DPDgG','Bg9Hzcbpsurdia','uwzpugC','D2fusM8','mtaWmtm0vK5Lz1LA','zw9tv3a','r2XHDha','EK9qAxi','AxmGzgLZywjSzq','mti0ndK2mdbSvejyvfy','EeXRtwS','zxr1CM5Lzca','r2vUzxjHDgvKia','mta2ndi0nZfozLz4zfO','C3nMDwXSEq','y29UzMLNDxjHDa','BMzPz3vYyxrPBW','odCYwufwDvzc','t0LeqYbHDxrOBW','CMvHzezPBgu','Bgv3AvC','tMzsvwO','wMXUwvq','BfzLu3q','zgv2zwXVCgvY','BMfTzq','z3vYyxrPB24','sgrxruy','C3vJy2vZC2z1Ba','q29KzvzLCMLMAq','s0jzAMm','BgvUz3rO','t0LeqYbJywnOzq','vgHOrve','C2nVCgvZ','Aw9U','zdOG','B1zctey','B2LUDa','Cg53zfC','yxv0B19WCM92Aq','CMv0','y29KzvzLCMLMAq','DMLKzxi','surRzw0','AurrDNe','zgvYigrPC2nVDG','BM9Uy2u','wwvSAgy','A3nkBNq'];_0x2ad9=function(){return _0x119621;};return _0x2ad9();}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x2cbaad){const _0x4bb2d1={_0x4cb586:0x35d,_0x3c2d65:0x34c,_0x3e9729:0x39c,_0x527e5c:0x34c,_0x21db8e:0x325,_0x97c813:0x19,_0xb357fa:0x45,_0x25d32c:0x2,_0x1bd9a4:0x338,_0x380e66:0x359,_0x214276:0x371,_0x518ed0:0x3cf,_0xdf92ca:0x36,_0x1571d7:0x2a,_0x17ff5b:0x4b,_0x2dee00:0x6f,_0x34db2d:0x9b,_0x256566:0x36f,_0x27da7b:0x372,_0x2750d0:0x38c,_0xc31b2a:0x3ab,_0x3fc135:0x32d,_0x4aacd1:0xa7,_0xc4350f:0x88,_0x5a4c6f:0x84,_0xc7000e:0x6d},_0x363953={_0x2ecf84:0x1c5},_0x2d0d12={_0x11f041:0x205};if(cachedOidcConfig)return cachedOidcConfig;function _0xd411bc(_0x277446,_0x201c04,_0x6acaca,_0x3afbee){return _0x1857(_0x277446-_0x2d0d12._0x11f041,_0x3afbee);}function _0xf006d(_0x42d3a1,_0x1303a0,_0x1fdfc1,_0x48152c){return _0x1857(_0x48152c- -_0x363953._0x2ecf84,_0x42d3a1);}try{const _0x331c91={};return _0x331c91[_0xd411bc(0x34f,_0x4bb2d1._0x4cb586,_0x4bb2d1._0x3c2d65,_0x4bb2d1._0x3e9729)]=_0x2cbaad['issuer'],logger['info'](_0xd411bc(_0x4bb2d1._0x527e5c,0x2ed,_0x4bb2d1._0x21db8e,0x2ef)+_0xf006d(-_0x4bb2d1._0x97c813,-_0x4bb2d1._0xb357fa,-_0x4bb2d1._0x25d32c,-0x55)+_0xd411bc(0x32c,_0x4bb2d1._0x1bd9a4,_0x4bb2d1._0x380e66,0x36a),_0x331c91),cachedOidcConfig=await _0x1b1d2a[_0xd411bc(_0x4bb2d1._0x214276,0x32b,_0x4bb2d1._0x518ed0,0x385)](new URL(_0x2cbaad['issuer']),_0x2cbaad['client_id'],_0x2cbaad[_0xf006d(0x1c,-0x8a,-0x89,-_0x4bb2d1._0xdf92ca)+_0xd411bc(0x400,0x3aa,0x3f1,0x404)]),logger[_0xf006d(-0xab,-_0x4bb2d1._0x1571d7,-0x7b,-0x71)](_0xf006d(-0x8b,-0xa,-0x36,-_0x4bb2d1._0x17ff5b)+_0xf006d(-0xfe,-_0x4bb2d1._0x2dee00,-0xd1,-_0x4bb2d1._0x34db2d)+_0xd411bc(0x3cd,_0x4bb2d1._0x256566,_0x4bb2d1._0x27da7b,_0x4bb2d1._0x2750d0)+_0xf006d(0x4c,0xa,0x58,0x1b)),cachedOidcConfig;}catch(_0x591882){logger[_0xd411bc(0x384,_0x4bb2d1._0xc31b2a,_0x4bb2d1._0x3fc135,0x385)](_0xf006d(-0x9e,-0x6e,-_0x4bb2d1._0x4aacd1,-_0x4bb2d1._0xc4350f)+'discover\x20O'+_0xf006d(-0x7e,-_0x4bb2d1._0x5a4c6f,-0x86,-_0x4bb2d1._0xc7000e)+'er',_0x591882);throw _0x591882;}}export async function generateAuthorizationUrl(_0xbbd3b1,_0x200ceb){const _0x5a6af4={_0x311653:0xa4,_0x3cc6e:0xc0,_0x580c91:0x1cb,_0x5cfae9:0x1bb,_0x5cdcbe:0x113,_0x37bc97:0xee,_0x3aa906:0xf0,_0x2d1222:0x104,_0x338162:0xdc,_0x5dcd1c:0x10e,_0x4a9d69:0xe2,_0x4c8e96:0xac,_0xe71ab6:0xac,_0x1ed728:0x144,_0x5874b2:0xbc,_0x473b20:0xbf,_0x41d1ee:0x130,_0x376c66:0x22f,_0x3f0564:0x1f2,_0x475dca:0x1a7,_0x405168:0xc4,_0x3f3bd5:0xde,_0x689562:0x1a4,_0x3f9f53:0x184,_0x2cb89c:0x1d2,_0x12d175:0x119,_0x4359c0:0x1b0,_0x532f3d:0x1cf,_0x4a481b:0x34,_0x59646b:0x83,_0x29047d:0xed,_0x38c8f7:0x119,_0x17ac1b:0x124,_0x5ab58f:0x110,_0x476bee:0xde,_0x188bfd:0x15e,_0x30cc79:0xfa,_0x38f181:0x12e,_0xb36cdd:0xc8,_0x35e179:0x13b,_0x59c750:0x115,_0x3041ff:0x13e,_0x59c471:0x104,_0x3c46d8:0x123,_0x32b4f9:0x9d,_0x5b10a4:0x126,_0x1368cf:0xfa,_0x30f4c7:0xf7,_0x372ffe:0xd7,_0x3f12cc:0x11c,_0x439bcc:0x1d3},_0x5e82fe={'ksJnt':function(_0x41350f,_0x26dda0){return _0x41350f(_0x26dda0);},'xahti':_0x19c770(-_0x5a6af4._0x311653,-0x127,-0xc1,-0xc9),'AmAcT':_0x19c770(-0xd8,-0x89,-0x99,-_0x5a6af4._0x3cc6e)+_0xd060f7(_0x5a6af4._0x580c91,_0x5a6af4._0x5cfae9,0x1cb,0x1dc)+'rization\x20U'+'RL','TuypE':function(_0x40fe49,_0x530a41){return _0x40fe49+_0x530a41;},'LQbne':_0x19c770(-_0x5a6af4._0x5cdcbe,-0xd6,-_0x5a6af4._0x37bc97,-_0x5a6af4._0x3aa906)},_0x310a9e=await _0x5e82fe[_0xd060f7(0xd5,_0x5a6af4._0x2d1222,0x156,_0x5a6af4._0x338162)](discoverOidcProvider,_0xbbd3b1),_0x149932=_0x4f2e7b[_0x19c770(-0x140,-0x112,-0xf3,-_0x5a6af4._0x5dcd1c)+'s'](0x1115*0x1+-0x5f*0x39+-0x166*-0x3)['toString']('hex'),_0x162f7a=_0x4f2e7b['randomByte'+'s'](0xa*0x5d+-0x12ce+0xf4c)[_0x19c770(-0x4f,-_0x5a6af4._0x4a9d69,-_0x5a6af4._0x4c8e96,-_0x5a6af4._0xe71ab6)](_0x5e82fe[_0x19c770(-_0x5a6af4._0x1ed728,-0x16c,-0x109,-0xb7)]);function _0x19c770(_0x31053c,_0x1f0bba,_0x583f20,_0x4128d0){return _0x1857(_0x583f20- -0x277,_0x4128d0);}const _0x81bc97=_0x1b1d2a[_0xd060f7(_0x5a6af4._0x5874b2,0x112,_0x5a6af4._0x473b20,_0x5a6af4._0x41d1ee)+_0xd060f7(_0x5a6af4._0x376c66,0x1c6,0x188,0x1c8)+'er'](),_0x691f8b=await _0x1b1d2a[_0xd060f7(_0x5a6af4._0x3f0564,_0x5a6af4._0x475dca,0x1dd,0x1fa)+_0x19c770(-_0x5a6af4._0x405168,-0x85,-_0x5a6af4._0x3f3bd5,-0x12e)+_0xd060f7(_0x5a6af4._0x689562,_0x5a6af4._0x3f9f53,_0x5a6af4._0x2cb89c,_0x5a6af4._0x12d175)](_0x81bc97);stateStore[_0x19c770(-0xdf,-0x107,-0x106,-0xa1)](_0x149932,{'nonce':_0x162f7a,'codeVerifier':_0x81bc97,'createdAt':Date[_0xd060f7(0x110,0x165,_0x5a6af4._0x4359c0,_0x5a6af4._0x532f3d)]()});const _0x5ae480={'redirect_uri':_0x200ceb,'scope':_0xbbd3b1[_0x19c770(-_0x5a6af4._0x4a481b,-0xbd,-_0x5a6af4._0x59646b,-_0x5a6af4._0x29047d)][_0xd060f7(0x136,_0x5a6af4._0x38c8f7,_0x5a6af4._0x17ac1b,0x157)]('\x20'),'state':_0x149932,'nonce':_0x162f7a,'code_challenge':_0x691f8b,'code_challenge_method':_0xd060f7(0xc0,_0x5a6af4._0x5ab58f,_0x5a6af4._0x476bee,0xa8)},_0x751551=_0x1b1d2a[_0xd060f7(_0x5a6af4._0x188bfd,0x127,0x110,_0x5a6af4._0x30cc79)+_0xd060f7(0xbb,0x11b,_0x5a6af4._0x38f181,_0x5a6af4._0xb36cdd)+'l'](_0x310a9e,_0x5ae480);function _0xd060f7(_0x127faa,_0x467e61,_0x203668,_0x51c482){return _0x1857(_0x467e61- -0x29,_0x203668);}logger[_0x19c770(-_0x5a6af4._0x35e179,-0x141,-_0x5a6af4._0x59c750,-_0x5a6af4._0x3041ff)](_0x5e82fe['AmAcT'],{'state':_0x5e82fe['TuypE'](_0x149932[_0xd060f7(_0x5a6af4._0x59c471,0x126,0x138,_0x5a6af4._0x3c46d8)](-0xd25+0x1189+-0x2*0x232,-0xf9c+0x2120+-0x117c),_0x5e82fe[_0x19c770(-0xdf,-0x8d,-0xe6,-_0x5a6af4._0x32b4f9)]),'redirectUri':_0x200ceb});const _0x236a77={};return _0x236a77[_0xd060f7(_0x5a6af4._0x5b10a4,0x140,_0x5a6af4._0x1368cf,_0x5a6af4._0x30f4c7)]=_0x751551[_0x19c770(-0xaa,-_0x5a6af4._0x372ffe,-0x108,-_0x5a6af4._0x3f12cc)],_0x236a77[_0xd060f7(0x107,0x16b,0x132,_0x5a6af4._0x439bcc)]=_0x149932,_0x236a77;}export async function handleCallback(_0x444db3,_0x4ba746,_0xb9410){const _0x438d9e={_0x2406ef:0xc4,_0xa2184d:0x121,_0x1a3d96:0x14c,_0x47ae6a:0xfb,_0xfafb8f:0xd0,_0x3438c5:0x177,_0x81a198:0xf0,_0x47c344:0x12a,_0x43a881:0xd2,_0x36daf9:0x153,_0x2bc6e0:0x95,_0xdf8f9e:0x68,_0x580bfd:0x2e,_0x19484f:0xf6,_0x4e53cf:0xdc,_0x1a5c4a:0xb0,_0x3043ea:0xa5,_0x7af2a1:0x92,_0x492eb1:0x5c,_0x2dc00f:0x110,_0x2ff5bb:0x11d,_0x430ae4:0x104,_0x9ad545:0x16c,_0x3858fa:0x163,_0x423c4b:0x1b8,_0xe8a866:0x1ca,_0x176cf4:0xf4,_0x296511:0x15f,_0x7bb1c1:0x1a2,_0x1ee1bd:0x17c,_0x3ce476:0x10d,_0x5b687f:0x161,_0xbf0568:0x136,_0x67cd67:0xd5,_0x16d180:0x1e2,_0x218030:0x226,_0x1dc027:0x68,_0x3f61c4:0x135,_0x3a6b2a:0xc8,_0x3db921:0xa7,_0xaf557b:0x17f,_0x56a893:0x1e1,_0x15f378:0x137,_0x1b7864:0x138,_0x9135c9:0xcd,_0x1b538a:0x10f,_0x3f9101:0x1a3,_0x578517:0x13d,_0x21fb32:0x154,_0x11b6b0:0x129,_0x78f677:0x1a9,_0x3b1f92:0x1bf,_0x4ea7e4:0x166,_0x96d74c:0x101,_0x25e2b2:0x6a,_0x529d78:0x155,_0x14e0a4:0xd3,_0x27e4b1:0x68,_0x1b2f24:0x55,_0x4c49b3:0x14f,_0x58f547:0x19e,_0x2e9c0d:0x71,_0x2acd71:0xa1,_0x2c3e4b:0x58,_0x371f7d:0x35,_0x5c10ec:0x71,_0x309eef:0xc1,_0x2b4282:0x181,_0x16e3be:0x90,_0x31226d:0x81,_0x4142bb:0x1e6,_0x21740a:0x1a8,_0x590db0:0xfd,_0x11e85c:0xbc,_0x166fb4:0x117,_0x350c93:0xd7,_0x4cd080:0x135,_0x4d5175:0x1f3,_0x31643c:0x1f8,_0x5a3c6c:0x252,_0xde1f38:0x1b3,_0x3a5df1:0x1d9,_0x1fe010:0xa2,_0x5b7216:0x14d,_0x52a6e4:0x223,_0xf8a8ca:0x1f5,_0x46c6bf:0xc6,_0x5420b0:0xfe,_0x4f89e1:0x127,_0xfe4292:0xaf,_0x20da5a:0x11e},_0x3fb1f6={_0x2ba509:0xc1},_0x3ec4b2={_0x4773fd:0x31e},_0x488a09={'LEsaY':function(_0x51f3e2,_0x257ce5){return _0x51f3e2===_0x257ce5;},'lVeSt':_0xf4e07(-0x1d3,-0x1b9,-0x13e,-0x17b)+_0xb0111a(0xed,_0x438d9e._0x2406ef,_0x438d9e._0xa2184d,_0x438d9e._0x1a3d96)+_0xb0111a(_0x438d9e._0x47ae6a,_0x438d9e._0xfafb8f,0xf0,0x104)+'nd','MEFro':function(_0x578559,_0x1ff771){return _0x578559===_0x1ff771;},'TEaMf':'zTQsV','HdWEF':function(_0x1dbee6,_0x56fb73){return _0x1dbee6-_0x56fb73;},'EOIcn':function(_0x4dfc5d,_0x22eedc){return _0x4dfc5d!==_0x22eedc;},'WfBVx':_0xb0111a(_0x438d9e._0x3438c5,0xde,0x138,0x12b),'Kefuz':function(_0x156964,_0x4efb94){return _0x156964(_0x4efb94);},'gWoFA':'OIDC\x20authe'+_0xb0111a(_0x438d9e._0x81a198,0xf7,0x8c,0xf0)+_0xb0111a(_0x438d9e._0x47c344,_0x438d9e._0x43a881,0x12d,_0x438d9e._0x36daf9),'oVBLF':_0xb0111a(_0x438d9e._0x2bc6e0,0x15,_0x438d9e._0xdf8f9e,_0x438d9e._0x580bfd),'CCYzB':_0xf4e07(-0x16a,-0x1cd,-0x19c,-0x173)+_0xb0111a(_0x438d9e._0x19484f,_0x438d9e._0x4e53cf,0xb2,_0x438d9e._0x1a5c4a)+_0xb0111a(_0x438d9e._0x3043ea,0x72,_0x438d9e._0x7af2a1,_0x438d9e._0x492eb1)};function _0xf4e07(_0x2b584b,_0x467313,_0x13908a,_0x50ad5e){return _0x1857(_0x50ad5e- -_0x3ec4b2._0x4773fd,_0x2b584b);}const {state:_0x3df12b,code:_0x127052}=_0xb9410,_0x491cc1=stateStore[_0xb0111a(_0x438d9e._0x2dc00f,_0x438d9e._0x2ff5bb,0x104,_0x438d9e._0x430ae4)](_0x3df12b);if(!_0x491cc1){if(_0x488a09[_0xf4e07(-_0x438d9e._0x9ad545,-0x16a,-_0x438d9e._0x3858fa,-_0x438d9e._0x423c4b)](_0x488a09[_0xf4e07(-_0x438d9e._0xe8a866,-0x10e,-_0x438d9e._0x176cf4,-_0x438d9e._0x296511)],_0x488a09['TEaMf']))throw new Error(_0xb0111a(0x101,_0x438d9e._0x3858fa,0xf9,0xa4)+_0xf4e07(-0x185,-_0x438d9e._0x7bb1c1,-0x186,-_0x438d9e._0x1ee1bd)+_0xb0111a(0xb6,0x160,_0x438d9e._0x3ce476,_0x438d9e._0x5b687f)+'eter');else{if(_0x488a09[_0xf4e07(-0x1dd,-_0x438d9e._0xbf0568,-0x12a,-0x178)](_0x3ab88c[_0xb0111a(_0x438d9e._0x67cd67,0x47,0x85,0x7c)],_0xf4e07(-_0x438d9e._0x16d180,-_0x438d9e._0x218030,-0x1cc,-0x1d0))){const _0x20f86f={};return _0x20f86f['path']=_0x2aebc9,_0x51a2a1[_0xb0111a(0xbc,0x10a,0xa1,_0x438d9e._0x1dc027)](_0x488a09[_0xf4e07(-_0x438d9e._0x176cf4,-0x15b,-0xd6,-_0x438d9e._0x3f61c4)],_0x20f86f),null;}_0x3ab737[_0xb0111a(_0x438d9e._0x3a6b2a,0x8c,0xbe,_0x438d9e._0x3db921)](_0xf4e07(-_0x438d9e._0xaf557b,-0x1c5,-0x198,-_0x438d9e._0x56a893)+_0xb0111a(_0x438d9e._0x15f378,_0x438d9e._0x1b7864,0x112,_0x438d9e._0x9135c9)+_0xf4e07(-_0x438d9e._0x1b538a,-_0x438d9e._0x3f9101,-0x19f,-_0x438d9e._0x578517)+_0xb0111a(0x19b,_0x438d9e._0x21fb32,0x134,_0x438d9e._0x11b6b0),_0x51396f);throw _0x437a85;}}stateStore[_0xf4e07(-_0x438d9e._0x78f677,-0x15f,-0x170,-_0x438d9e._0x3b1f92)](_0x3df12b);function _0xb0111a(_0x3a0b49,_0x2a4440,_0x7c382a,_0x40262e){return _0x1857(_0x7c382a- -_0x3fb1f6._0x2ba509,_0x3a0b49);}if(_0x488a09[_0xb0111a(0xca,0x107,0x12c,_0x438d9e._0x4ea7e4)](Date['now'](),_0x491cc1[_0xb0111a(_0x438d9e._0x96d74c,_0x438d9e._0x25e2b2,0xc7,0x124)])>STATE_TTL){if(_0x488a09[_0xb0111a(0xec,0xc4,_0x438d9e._0x96d74c,_0x438d9e._0x529d78)](_0x488a09[_0xb0111a(0x42,0xb8,0x9d,_0x438d9e._0x1a5c4a)],_0xb0111a(0x105,0x7d,_0x438d9e._0x4e53cf,_0x438d9e._0x14e0a4)))throw new Error(_0xb0111a(_0x438d9e._0x27e4b1,0xdc,0x96,_0x438d9e._0x1b2f24)+'meter\x20expi'+'red');else return{'success':![],'error':_0xf4e07(-_0x438d9e._0x4c49b3,-0x13e,-_0x438d9e._0x58f547,-0x19c)+_0xb0111a(_0x438d9e._0x2e9c0d,_0x438d9e._0x2acd71,0xa4,_0x438d9e._0x2c3e4b)+_0xb0111a(0x85,_0x438d9e._0x371f7d,_0x438d9e._0x5c10ec,_0x438d9e._0x309eef)+_0xf4e07(-0x172,-0x162,-_0x438d9e._0x2b4282,-0x1a0)+'ds:\x20'+_0x272723[_0xb0111a(_0x438d9e._0x16e3be,_0x438d9e._0x43a881,_0x438d9e._0x31226d,0x1d)](',\x20')};}const _0x358f65=await _0x488a09[_0xf4e07(-0x187,-0x15d,-0x176,-0x16b)](discoverOidcProvider,_0x444db3);try{const _0x23b161=await _0x1b1d2a[_0xf4e07(-_0x438d9e._0x4142bb,-0x178,-0x161,-_0x438d9e._0x21740a)+_0xb0111a(0xa5,_0x438d9e._0x590db0,_0x438d9e._0x11e85c,0xe0)+'nt'](_0x358f65,new URL(_0x4ba746+_0xb0111a(_0x438d9e._0x166fb4,0x72,0xca,_0x438d9e._0x350c93)+_0x488a09[_0xf4e07(-0x1cd,-0x1b0,-0x109,-0x16b)](encodeURIComponent,_0x127052)+_0xf4e07(-0x162,-0x16f,-_0x438d9e._0x4cd080,-0x18e)+encodeURIComponent(_0x3df12b)),{'pkceCodeVerifier':_0x491cc1[_0xf4e07(-0x1b2,-_0x438d9e._0x4d5175,-0x19f,-_0x438d9e._0x31643c)+'er'],'expectedNonce':_0x491cc1[_0xf4e07(-_0x438d9e._0x5a3c6c,-0x250,-0x1e6,-0x1f3)],'expectedState':_0x3df12b}),_0x52e9a3=_0x23b161[_0xf4e07(-_0x438d9e._0xde1f38,-0x19a,-0x1bb,-_0x438d9e._0x3a5df1)](),_0x47541d={};_0x47541d[_0xb0111a(0x119,0xb4,0xf1,_0x438d9e._0xfafb8f)]=_0x52e9a3['sub'],_0x47541d[_0xb0111a(0x11d,_0x438d9e._0x1fe010,0x106,0x104)]=_0x52e9a3['email'],_0x47541d[_0xb0111a(0xff,_0x438d9e._0x5b7216,_0x438d9e._0x47c344,0x170)]=_0x52e9a3['name'],logger['info'](_0x488a09['gWoFA'],_0x47541d);const _0x579277={};return _0x579277[_0xf4e07(-_0x438d9e._0x52a6e4,-0x20f,-_0x438d9e._0xf8a8ca,-0x1d9)]=_0x52e9a3,_0x579277['accessToke'+'n']=_0x23b161[_0xb0111a(_0x438d9e._0x46c6bf,0x102,0xe6,_0x438d9e._0x5420b0)+'en'],_0x579277['idToken']=_0x23b161['id_token'],_0x579277;}catch(_0x366096){if(_0x488a09[_0xf4e07(-_0x438d9e._0x9135c9,-0x18f,-0x16b,-_0x438d9e._0x4f89e1)]===_0x488a09['oVBLF']){logger[_0xb0111a(0xe6,_0x438d9e._0xfe4292,0xbe,_0x438d9e._0x20da5a)](_0x488a09['CCYzB'],_0x366096);throw _0x366096;}else return null;}}export function getPublicOidcConfig(){const _0xaa2625={_0x54e309:0x29b,_0x3de124:0x22e,_0x3b050d:0x15b,_0x3b9c13:0x115,_0x50e1c0:0x103,_0x39913d:0x19c,_0x570a9c:0x21b,_0x5b84b7:0x21e,_0x11c7a3:0x20c,_0x54ae10:0x192,_0x9cd5b6:0x1da,_0xb31808:0x155,_0x2ec814:0x1d8,_0x3c7d44:0x1ee,_0xf814f6:0x22a,_0x19418a:0x1a2,_0x54cd5e:0x162,_0x9e3b34:0x144,_0x2011e2:0x1e3},_0x3b48bb={_0x1497e5:0x86},_0x2d1219={};_0x2d1219[_0x292745(0x232,_0xaa2625._0x54e309,_0xaa2625._0x3de124,0x1f6)]=function(_0x2e7705,_0xee2359){return _0x2e7705===_0xee2359;},_0x2d1219['ILHpl']=_0x27342b(_0xaa2625._0x3b050d,_0xaa2625._0x3b9c13,0x1bd,_0xaa2625._0x50e1c0);const _0x2ccee8=_0x2d1219;function _0x292745(_0x5d85ab,_0x1e5e6e,_0x1a0a11,_0x922ad2){return _0x1857(_0x5d85ab-_0x3b48bb._0x1497e5,_0x922ad2);}if(!cachedConfig)return _0x2ccee8['HPqwh'](_0x2ccee8['ILHpl'],_0x2ccee8[_0x27342b(0x132,0x12b,_0xaa2625._0x39913d,0x13b)])?null:_0x473011;function _0x27342b(_0x5d2e4a,_0x4cbfbd,_0x4bb783,_0x4d32f3){return _0x1857(_0x5d2e4a- -0x6,_0x4bb783);}const _0x1bd071={};return _0x1bd071[_0x292745(0x201,0x24e,0x221,_0xaa2625._0x570a9c)]=!![],_0x1bd071[_0x292745(_0xaa2625._0x5b84b7,_0xaa2625._0x11c7a3,0x277,0x1ef)+'me']=cachedConfig[_0x27342b(_0xaa2625._0x54ae10,_0xaa2625._0x9cd5b6,0x17f,_0xaa2625._0xb31808)+'me'],_0x1bd071[_0x292745(0x22e,0x27c,0x248,_0xaa2625._0x2ec814)+_0x292745(_0xaa2625._0x3c7d44,_0xaa2625._0xf814f6,0x20d,_0xaa2625._0x54ae10)]=cachedConfig[_0x27342b(_0xaa2625._0x19418a,0x16c,_0xaa2625._0x54cd5e,_0xaa2625._0x9e3b34)+_0x292745(0x1ee,0x229,_0xaa2625._0x2011e2,0x18d)],_0x1bd071;}export function clearOidcCache(){const _0x1a3709={_0x1a1e70:0x362,_0x138cf3:0x89,_0x8cd67:0x73,_0x1b3813:0x23b,_0x5324fa:0x283,_0xfe91cd:0x373},_0x5019cd={_0xfb4e24:0x27b},_0x5e4d4a={};_0x5e4d4a[_0x35361b(0x302,0x317,_0x1a3709._0x1a1e70,0x358)]=_0x1c6555(-_0x1a3709._0x138cf3,-_0x1a3709._0x8cd67,-0x59,-0xbf)+'\x20cleared';function _0x1c6555(_0x5b5a2f,_0x3ac1c1,_0x1702b5,_0x3e52ae){return _0x1857(_0x5b5a2f- -_0x5019cd._0xfb4e24,_0x1702b5);}const _0x34d7e4=_0x5e4d4a;cachedConfig=null,cachedOidcConfig=null,stateStore[_0x1c6555(-0x11e,-0x137,-0x16a,-0x114)]();function _0x35361b(_0x4c7519,_0x3742a4,_0x228fee,_0x1e98a7){return _0x1857(_0x3742a4-0x12f,_0x1e98a7);}logger[_0x35361b(_0x1a3709._0x1b3813,_0x1a3709._0x5324fa,0x290,0x2a8)](_0x34d7e4[_0x35361b(_0x1a3709._0xfe91cd,0x317,0x37e,0x2e4)]);}export async function reloadOidcConfig(_0x4d2a83){const _0x16feea={_0x5708a1:0x180,_0x167e2b:0x19e},_0x5573ba={_0x1a40ac:0x62};function _0x3c863d(_0x54c53e,_0x566925,_0x4e6fd5,_0x30a976){return _0x1857(_0x566925-_0x5573ba._0x1a40ac,_0x54c53e);}const _0x30e4d8={'uwqNw':function(_0xc80e06){return _0xc80e06();}};return _0x30e4d8[_0x3c863d(0x1ab,0x1cd,_0x16feea._0x5708a1,_0x16feea._0x167e2b)](clearOidcCache),await loadOidcConfig(_0x4d2a83);}function _0x1857(_0x1ee6f0,_0x12fbb4){_0x1ee6f0=_0x1ee6f0-(0x146e+-0x1133+0x1*-0x215);const _0x38cf30=_0x2ad9();let _0x1a0690=_0x38cf30[_0x1ee6f0];if(_0x1857['cezxFa']===undefined){var _0x43acf0=function(_0x25f926){const _0x57671a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x112cdd='',_0x4fe013='';for(let _0x8ea28f=-0xf*0x281+-0xeeb+0x117e*0x3,_0x3dc071,_0x5c453a,_0x3653e=0xdcf+0x1423+0x10f9*-0x2;_0x5c453a=_0x25f926['charAt'](_0x3653e++);~_0x5c453a&&(_0x3dc071=_0x8ea28f%(-0xb84+0x159+-0xa2f*-0x1)?_0x3dc071*(0x13ae+0x15c8+-0x149b*0x2)+_0x5c453a:_0x5c453a,_0x8ea28f++%(0x2c0+-0x25dd*0x1+0x2321))?_0x112cdd+=String['fromCharCode'](0x1*0x2262+0x1a*-0x17b+0x51b&_0x3dc071>>(-(-0x1105*0x2+0x1*0xb8f+0x65*0x39)*_0x8ea28f&-0x1ae3*-0x1+0x5*0x4b+0x25*-0xc4)):-0x250a+-0x24fa*-0x1+-0x10*-0x1){_0x5c453a=_0x57671a['indexOf'](_0x5c453a);}for(let _0x39fae1=0x42*0x76+0x151*-0x1+-0x1d1b,_0x3e272d=_0x112cdd['length'];_0x39fae1<_0x3e272d;_0x39fae1++){_0x4fe013+='%'+('00'+_0x112cdd['charCodeAt'](_0x39fae1)['toString'](-0x1*-0xb6f+0xa*-0x196+0x3*0x17f))['slice'](-(0x303*0x3+0x1b7a+-0x15*0x1bd));}return decodeURIComponent(_0x4fe013);};_0x1857['HwebfE']=_0x43acf0,_0x1857['inUdFC']={},_0x1857['cezxFa']=!![];}const _0x31941e=_0x38cf30[0x41*0x4a+-0x55+0xf*-0x13b],_0x588bbd=_0x1ee6f0+_0x31941e,_0x18af31=_0x1857['inUdFC'][_0x588bbd];return!_0x18af31?(_0x1a0690=_0x1857['HwebfE'](_0x1a0690),_0x1857['inUdFC'][_0x588bbd]=_0x1a0690):_0x1a0690=_0x18af31,_0x1a0690;}export async function testOidcDiscovery(_0x15fafb){const _0x4573d4={_0x3f7b78:0x399,_0x5ac8c:0x427,_0x50df67:0x3cb,_0x1ba2ab:0x11,_0x3e461d:0x8,_0xb0bbf:0x61,_0x11d14d:0x2f2,_0x38fb88:0x319,_0x104152:0x79,_0x30fc9f:0x1f,_0xfaa1f1:0x36a,_0x5d819d:0x3b5,_0x52a7e2:0x365,_0x4a17f6:0x376,_0x3ecdd7:0x30a,_0x4ecc8c:0x65,_0x952301:0x99,_0x468630:0x82,_0x25a0bf:0x4f,_0x5102bf:0x5f,_0x65e8fd:0x357,_0xae0a24:0x32c,_0x2d21d3:0x33e,_0x22eb75:0x15,_0x323772:0x41c,_0x4df1dc:0x3a6,_0x2e703f:0x323,_0x2786a6:0xb,_0x30b68c:0x8c,_0x4fa80c:0x23,_0xc8c327:0x1a,_0xf5b74c:0x362,_0x9d8609:0x38e,_0x1c9000:0x380,_0x734abd:0x31e,_0x56c1c5:0x349,_0x2beae6:0x36b,_0x59fd9d:0xd5,_0x354023:0x29,_0x287f3f:0x6d,_0x1320a6:0x34,_0x495f09:0x415,_0x45d9af:0x35d,_0xb844d7:0x381,_0x44aec5:0x3c6,_0x47e733:0x42,_0x1f1e40:0x21,_0x5f3da9:0x94,_0x5bc911:0x5c,_0x17932c:0xbf,_0x2da3f2:0x38f,_0x5d9011:0x377,_0x1ca9c8:0x3ff,_0x27ba9d:0x3dd,_0x236b9a:0x3d5,_0x88eb19:0x382,_0x20a08a:0x397,_0x3194ba:0x4b,_0x2b9d79:0x40,_0x1119a4:0x8,_0x1af639:0x37,_0x2a1880:0xaf,_0x4c2ed9:0x35a,_0x280cc8:0x370,_0x198edd:0x27,_0x4aa675:0x4a,_0x3a2c90:0x46,_0x389327:0x3a,_0x297cce:0x10,_0x35351f:0x48,_0x3da25:0x9e,_0xa736cd:0x3a,_0x186d1f:0x44,_0x410184:0x2e2,_0x2e3120:0x318,_0x4ebdaa:0x2f2,_0x5c02af:0x2d3,_0x365bbc:0xc1,_0x3202a5:0x57,_0x55fdbe:0xac,_0x129dc8:0x66,_0x2c30e0:0x74,_0x535e26:0x2f8,_0x2badef:0x314,_0xe209ce:0x333,_0x1abf8f:0x39b,_0x157f3f:0x3d4,_0x4d7456:0x6,_0x2a03bc:0x3d7,_0x5d7a21:0x355,_0x520ec1:0x37c,_0x458bf1:0x3e1,_0x9b3b5b:0x412,_0x5df05d:0x3ba,_0x6fd0ab:0x2fc,_0x322e6c:0x3cf,_0x51dd92:0x34f,_0x9d3ef3:0x9,_0x2b1a3a:0x358,_0x438837:0x381,_0x30fbad:0x3b9,_0x405076:0x406,_0x35bb7c:0x3c1,_0x356aab:0x3be,_0x380816:0x55,_0x1519d4:0x57,_0x567958:0x38c,_0x330ae5:0x32d,_0x4624a1:0x368,_0xde6625:0x3d9},_0x15b65d={'CawTs':'No\x20OIDC\x20co'+_0x4f879b(0x436,_0x4573d4._0x3f7b78,_0x4573d4._0x5ac8c,_0x4573d4._0x50df67)+_0x4563b1(-0xd,_0x4573d4._0x1ba2ab,_0x4573d4._0x3e461d,-_0x4573d4._0xb0bbf)+'nd','Glatp':'CELIc','eKySO':_0x4f879b(0x2b2,_0x4573d4._0x11d14d,0x33b,_0x4573d4._0x38fb88),'AUjsb':'.well-know'+_0x4563b1(-_0x4573d4._0x104152,0x23,-_0x4573d4._0x30fc9f,-0x87)+_0x4f879b(0x418,0x394,_0x4573d4._0xfaa1f1,_0x4573d4._0x5d819d)+'on','tnlIE':function(_0x10b022,_0x4d55ad,_0x22cfe6){return _0x10b022(_0x4d55ad,_0x22cfe6);},'xjAEt':function(_0x49f25e,_0x1a54df){return _0x49f25e!==_0x1a54df;},'zEpao':_0x4f879b(0x37d,_0x4573d4._0x52a7e2,_0x4573d4._0x4a17f6,0x35d),'ZTAyc':_0x4f879b(_0x4573d4._0x3ecdd7,0x33f,0x35a,0x343),'Tdfvv':_0x4563b1(-0x40,-0x6b,-0x5f,-_0x4573d4._0x4ecc8c),'IoadH':'authorizat'+'ion_endpoi'+'nt','VEPkp':'token_endp'+_0x4563b1(_0x4573d4._0x952301,_0x4573d4._0x468630,_0x4573d4._0x25a0bf,_0x4573d4._0x5102bf),'ThhEQ':function(_0x2b1cf4,_0x2b877){return _0x2b1cf4>_0x2b877;},'waTJo':_0x4f879b(_0x4573d4._0x65e8fd,0x36e,0x2d9,_0x4573d4._0xae0a24),'IDkem':_0x4563b1(-0xbc,-0x79,-0x6c,-0x80)+'connect\x20to'+'\x20discovery'+_0x4f879b(0x35f,_0x4573d4._0x52a7e2,_0x4573d4._0x2d21d3,0x3a4)};function _0x4f879b(_0x5789d8,_0xdcc568,_0x3119fc,_0x47bd8e){return _0x1857(_0x47bd8e-0x1e9,_0xdcc568);}function _0x4563b1(_0x99b36f,_0x1ce26c,_0x59feb8,_0x113640){return _0x1857(_0x59feb8- -0x1a9,_0x1ce26c);}try{if(_0x15b65d[_0x4563b1(-_0x4573d4._0x22eb75,0x65,0x2f,0xf)]!==_0x15b65d['eKySO']){const _0x2f936c=new URL(_0x15b65d['AUjsb'],_0x15fafb[_0x4f879b(0x35e,_0x4573d4._0x323772,_0x4573d4._0x4df1dc,0x3bb)]('/')?_0x15fafb:_0x15fafb+'/'),_0x32e3c4={};_0x32e3c4[_0x4f879b(0x36a,0x2ed,_0x4573d4._0x2e703f,0x318)]='applicatio'+_0x4563b1(_0x4573d4._0x2786a6,-_0x4573d4._0x30b68c,-_0x4573d4._0x4fa80c,_0x4573d4._0xc8c327);const _0x57ea92=await _0x15b65d['tnlIE'](fetch,_0x2f936c['href'],{'headers':_0x32e3c4,'signal':AbortSignal['timeout'](-0xb*-0x347+-0x488b+-0x1*-0x4b8e)});if(!_0x57ea92['ok']){if(_0x15b65d[_0x4f879b(0x376,_0x4573d4._0xf5b74c,0x39e,_0x4573d4._0x9d8609)](_0x15b65d[_0x4f879b(_0x4573d4._0x1c9000,_0x4573d4._0x734abd,0x394,0x356)],_0x15b65d['ZTAyc'])){const _0x4e0e98={};return _0x4e0e98['success']=![],_0x4e0e98['error']=_0x4f879b(0x37b,0x36b,_0x4573d4._0x56c1c5,_0x4573d4._0x2beae6)+_0x4563b1(-_0x4573d4._0x59fd9d,-_0x4573d4._0x354023,-_0x4573d4._0x287f3f,-_0x4573d4._0x1320a6)+_0x4f879b(_0x4573d4._0x495f09,_0x4573d4._0x45d9af,_0x4573d4._0xb844d7,_0x4573d4._0x44aec5)+_0x57ea92['status']+':\x20'+_0x57ea92['statusText'],_0x4e0e98;}else return _0x50817f['info'](_0x4563b1(-_0x4573d4._0x47e733,-0x20,_0x4573d4._0x1f1e40,-0x3a)+_0x4563b1(-0x44,-_0x4573d4._0x5f3da9,-_0x4573d4._0x5bc911,-_0x4573d4._0x17932c)+'is\x20disable'+_0x4f879b(0x389,_0x4573d4._0x2da3f2,_0x4573d4._0x5d9011,0x393)+_0x4f879b(_0x4573d4._0x1ca9c8,0x394,_0x4573d4._0x27ba9d,_0x4573d4._0x236b9a)),null;}const _0x4fc8ef=await _0x57ea92[_0x4f879b(0x38f,_0x4573d4._0x88eb19,_0x4573d4._0x20a08a,0x385)](),_0xc2410c=[_0x15b65d[_0x4563b1(-0x46,-_0x4573d4._0x3194ba,-0x46,-0x42)],_0x15b65d[_0x4563b1(-0x52,_0x4573d4._0x2b9d79,-_0x4573d4._0x1119a4,_0x4573d4._0x1af639)],_0x15b65d[_0x4563b1(-_0x4573d4._0x2a1880,-0x9d,-0x68,-0x1a)]],_0x160c62=_0xc2410c[_0x4f879b(_0x4573d4._0x4c2ed9,0x3cf,_0x4573d4._0x280cc8,0x370)](_0x1f75b9=>!_0x4fc8ef[_0x1f75b9]);if(_0x15b65d[_0x4563b1(_0x4573d4._0x198edd,0x52,_0x4573d4._0x4aa675,_0x4573d4._0x3a2c90)](_0x160c62[_0x4563b1(_0x4573d4._0x389327,-_0x4573d4._0x297cce,_0x4573d4._0x35351f,_0x4573d4._0x3da25)],0x1a4+0x1343+-0x14e7))return{'success':![],'error':'Discovery\x20'+_0x4563b1(-0x7c,-_0x4573d4._0xa736cd,-_0x4573d4._0x186d1f,-0x7d)+_0x4f879b(0x2cc,_0x4573d4._0x410184,0x359,0x31b)+'uired\x20fiel'+_0x4f879b(_0x4573d4._0x2e3120,_0x4573d4._0x4ebdaa,_0x4573d4._0x5c02af,0x31d)+_0x160c62[_0x4f879b(0x321,0x35d,0x2d9,0x32b)](',\x20')};const _0x576f2d={};return _0x576f2d[_0x4563b1(-0x80,-_0x4573d4._0x365bbc,-_0x4573d4._0x3202a5,-_0x4573d4._0x55fdbe)]=!![],_0x576f2d[_0x4563b1(-_0x4573d4._0x129dc8,-0x3a,-0x5f,-_0x4573d4._0x2c30e0)]=_0x4fc8ef[_0x4f879b(_0x4573d4._0x535e26,_0x4573d4._0x2badef,0x316,_0x4573d4._0xe209ce)],_0x576f2d[_0x4f879b(0x3bb,0x356,_0x4573d4._0x1abf8f,0x35f)+_0x4f879b(0x3a2,_0x4573d4._0x157f3f,0x3a5,0x3a7)+'nt']=_0x4fc8ef[_0x4563b1(_0x4573d4._0x4d7456,-0x3b,-0x33,-0x3b)+_0x4f879b(0x39d,_0x4573d4._0x2a03bc,_0x4573d4._0x5d7a21,0x3a7)+'nt'],_0x576f2d['token_endp'+'oint']=_0x4fc8ef['token_endp'+_0x4f879b(_0x4573d4._0x520ec1,0x3b3,0x3e5,_0x4573d4._0x458bf1)],_0x576f2d['scopes_sup'+'ported']=_0x4fc8ef[_0x4f879b(_0x4573d4._0x9b3b5b,0x3d3,0x365,_0x4573d4._0x5df05d)+_0x4f879b(0x366,_0x4573d4._0x6fd0ab,0x382,0x31e)]||[],_0x576f2d;}else{const _0x567401={};return _0x567401[_0x4f879b(0x3f2,_0x4573d4._0x322e6c,_0x4573d4._0x51dd92,0x387)]=_0x2f4825,_0x469ef5[_0x4563b1(-0x85,-_0x4573d4._0x9d3ef3,-0x47,-0xa7)](_0x15b65d[_0x4f879b(_0x4573d4._0x2b1a3a,0x392,_0x4573d4._0x438837,0x361)],_0x567401),null;}}catch(_0x975dad){if(_0x15b65d['xjAEt'](_0x15b65d[_0x4f879b(_0x4573d4._0x30fbad,_0x4573d4._0x405076,_0x4573d4._0x35bb7c,0x3be)],_0x4f879b(0x399,0x348,_0x4573d4._0x356aab,0x392))){const _0x1608fb={};return _0x1608fb[_0x4563b1(-0x15,-_0x4573d4._0x380816,-_0x4573d4._0x1519d4,-0xbe)]=![],_0x1608fb[_0x4f879b(0x3c1,_0x4573d4._0x567958,_0x4573d4._0x330ae5,_0x4573d4._0x4624a1)]=_0x975dad[_0x4f879b(0x328,_0x4573d4._0xde6625,0x3e3,0x38d)]||_0x15b65d[_0x4563b1(-0x57,-0xdd,-0x81,-0x78)],_0x1608fb;}else _0x4df7c4[_0x4f879b(0x331,0x38a,0x317,0x348)](_0x45bc45);}}