@profoundlogic/coderflow-server 0.6.0 → 0.6.1

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 (174) hide show
  1. package/dist/.claude/settings.local.json +15 -2
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.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/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright-test-results/.last-run.json +52 -2
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/start.js +1 -1
  133. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  134. package/dist/web-ui/public/activity-feed.js +1 -1
  135. package/dist/web-ui/public/activity-formatters.js +1 -1
  136. package/dist/web-ui/public/agent-event-parser.js +1 -1
  137. package/dist/web-ui/public/app.js +1 -1
  138. package/dist/web-ui/public/approve-dialog.js +1 -1
  139. package/dist/web-ui/public/automation-links.js +1 -1
  140. package/dist/web-ui/public/automation-schedule.js +1 -1
  141. package/dist/web-ui/public/comments-widget.js +1 -1
  142. package/dist/web-ui/public/diff-utils.js +1 -1
  143. package/dist/web-ui/public/environments.html +0 -61
  144. package/dist/web-ui/public/environments.js +1 -1
  145. package/dist/web-ui/public/feedback-widget.js +1 -1
  146. package/dist/web-ui/public/file-selection-tree.js +1 -1
  147. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  148. package/dist/web-ui/public/git-history.js +1 -1
  149. package/dist/web-ui/public/git-status.js +1 -1
  150. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  151. package/dist/web-ui/public/index.js +1 -1
  152. package/dist/web-ui/public/login.js +1 -1
  153. package/dist/web-ui/public/markdown-editor.js +1 -1
  154. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  155. package/dist/web-ui/public/modal-maximize.js +1 -1
  156. package/dist/web-ui/public/notifications.js +1 -1
  157. package/dist/web-ui/public/permissions.js +1 -1
  158. package/dist/web-ui/public/pr-dialog.js +1 -1
  159. package/dist/web-ui/public/roles.js +1 -1
  160. package/dist/web-ui/public/server-health.js +1 -1
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.js +1 -1
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +8 -2
  167. package/dist/web-ui/public/task.js +1 -1
  168. package/dist/web-ui/public/teams.js +1 -1
  169. package/dist/web-ui/public/terminal.js +1 -1
  170. package/dist/web-ui/public/theme.js +1 -1
  171. package/dist/web-ui/public/users.js +1 -1
  172. package/dist/web-ui/public/variant-grouping.js +1 -1
  173. package/package.json +1 -1
  174. package/dist/playwright-test-results/result-screenshot.png +0 -0
@@ -1 +1 @@
1
- (function(_0x39025c,_0x14761b){const _0x5e2935={_0x45eab0:0x2ab,_0xf9be32:0x2ba,_0x213489:0x26e,_0x271489:0x239,_0x405365:0x3e8,_0x3da044:0x35a,_0x5b8688:0x279,_0x13420d:0x2c4,_0x20efcd:0x25c,_0x5ef282:0x270,_0x4b6a30:0x24b,_0x27a247:0x207,_0x510e65:0x236,_0x17bdce:0x26c,_0xf91839:0x2c4,_0x50d147:0x285,_0x3bd7a8:0x2be,_0x21bddb:0x37d,_0x143498:0x3d0};function _0x40eb3f(_0x3565de,_0x12d548,_0x5654ab,_0x91b2c1){return _0x76a5(_0x5654ab-0xf5,_0x3565de);}const _0x9a4275=_0x39025c();function _0xabf14f(_0x461549,_0x2fdcc0,_0x198098,_0x4058d2){return _0x76a5(_0x198098-0x1f3,_0x461549);}while(!![]){try{const _0x8cbabe=-parseInt(_0x40eb3f(_0x5e2935._0x45eab0,_0x5e2935._0xf9be32,_0x5e2935._0x213489,_0x5e2935._0x271489))/(0x1cdf+-0x32e*0x2+-0x1682)+parseInt(_0xabf14f(_0x5e2935._0x405365,0x39d,0x39f,_0x5e2935._0x3da044))/(0x383*0xa+0x14e+-0x246a)+parseInt(_0x40eb3f(_0x5e2935._0x5b8688,_0x5e2935._0x13420d,0x27e,_0x5e2935._0x20efcd))/(-0x17f*0x17+-0x1*-0x107f+0x11ed*0x1)*(parseInt(_0xabf14f(0x3f3,0x379,0x3ac,0x39b))/(-0xf*0x44+0xe21*0x1+-0xa21))+parseInt(_0x40eb3f(_0x5e2935._0x5ef282,0x204,_0x5e2935._0x4b6a30,0x1ee))/(-0x17e9+0x17b6+0x38)*(-parseInt(_0x40eb3f(_0x5e2935._0x27a247,_0x5e2935._0x510e65,0x222,0x243))/(0x1046+-0x1df9+0xdb9))+parseInt(_0x40eb3f(0x27c,_0x5e2935._0x17bdce,_0x5e2935._0xf91839,0x2fd))/(-0x725+0x8*0x464+0x6fd*-0x4)*(parseInt(_0x40eb3f(0x2b7,_0x5e2935._0x50d147,0x26f,_0x5e2935._0x3bd7a8))/(-0x1*0x305+0xc1b*0x1+-0x90e))+parseInt(_0xabf14f(0x33e,0x3a9,_0x5e2935._0x21bddb,0x37e))/(0x1a5d+0x1*-0x6b9+-0x139b*0x1)+-parseInt(_0xabf14f(0x3e5,0x37e,0x3cc,_0x5e2935._0x143498))/(-0x1f66+0x12ca+-0x1*-0xca6);if(_0x8cbabe===_0x14761b)break;else _0x9a4275['push'](_0x9a4275['shift']());}catch(_0x2eed63){_0x9a4275['push'](_0x9a4275['shift']());}}}(_0x131e,0x59*0x5c7+0x4d*0x86d+0x71*-0x303));import{promises as _0x1ebbbd}from'fs';import{existsSync}from'fs';function _0x131e(){const _0x216738=['zYb0B2TLBIbMBW','wezRsMG','yw1LigLZihjLCq','y3jLyxrLrgvJAq','BfbZwMW','CNLWDgLVBIbRzq','zYbUzxCGB25L','qMvkwwi','vMngBxC','nJm3mdaYCMrHueDY','mJGXodq0mfPYwfjtEG','Agv4','Dg9tDhjPBMC','Ew9bCee','Bg9Nz2vY','zgvYia','rgvSzxrLzcbNAq','vxbKyxrLzcbNAq','B010ruG','vg9Rzw4','yvH0qwe','zxHWAxjLC0f0','ig5HBwuGyxjLia','txrTBvu','zw4GAxmGCMvXDq','qvbsqui','ihvZzxi','BgvUz3rO','EsbMCM9TigrHDa','CL9Pza','uvvfCuC','D1DyDMG','wvPRzfy','tMnKt3u','rMfPBgvKihrVia','Aw5MBW','yMvfsKW','B2TLBNmUANnVBG','y096zue','BwTKAxi','D2fYBG','DKv4Cfu','CMfUzg9TqNL0zq','CMvHzcbNAxqGtW','mJKXnJG0uLjnDwjK','igTLEsbZyxzLza','zNjVBq','twzkCKy','z2L0AhvIx2XVzW','rfvQBu4','ig5LDYbNAxqGtW','A2v5CW','sg5Itvq','qwnJzxnZihrVAW','C2v0qxv0AfrHzW','CvbsAxi','DxnLCKLK','ne1VuwnmqG','zgvJCNLWDcb0BW','CgvYC2LZDcbLBG','vML5Awe','AwPgv0m','ChrPB24GA2v5','s0Hyz3K','DfPSwwO','Bg11Awu','wvzSqKm','A2vU','EeH2Cge','y3j5ChrLzcb2yq','rgvSzxrLzcbHBa','y3jLyxrLq2LWAa','uezzDNC','wNf5C2e','t1HMt3u','zMLUywW','zgvSzxrLzenVDq','z2v0vgLTzq','rxHgAKu','n3fzzxf6uG','ywvZlti1nI1NyW','Dhjuvue','qvPPz2u','igDLBMvYyxrPBG','yuTYtfy','ufvKtg0','CePsB1i','A2vUigzVCIbWCG','ywnJzxnZx3rVAW','mZaYmdCWmeXyte9ssW','CIb1C2vYia','y29UBMvJDgvKxW','igfUzcbWCM92Aq','AxjLy3rVCNK','rKzjz1i','CxnVvKK','tM8GzxHPC3rPBG','B3zPzgvY','q1HTwwq','B0nWrwS','DxrMoa','DwLYzwq','nKjAswn3DW','z2L0ihrVA2vUCW','BM93','ExvUBwW','Dcb0B2TLBIbMBW','zgf0yurPCG','zvzHCue','DNnhCwu','zxjPDG','BcbNAxqGDg9Rzq','D2T3yKO','zxjYB3i','y3r1wKy','B3frtM8','q1Hvr3m','AKzIEwm','BM9jyuS','zgXbDg4','CMvHzezPBgu','DxnLCI1NAxqTDa','AenhAgq','zcbWCM92AwrLCG','zxK6ia','vxnLCIbjrcbPCW','DNnMBw0','tffKseK','BMfTzq','Dg9Rzw5Z','zxHWAxjLC19HDa','yLPts3G','yxbrtg8','A0D6ufi','D3nrqMq','z2L0AhvIx3vZzq','tw9ou2S','CLnzrKu','CMvJDxjZAxzL','z2v0qxv0AfrHzW','CgHLCML2','CIb1C2vY','BwvZC2fNzq','mtm1otC1nwToDfrMCa','ihrVigrHDgeGza','zgvIDwC','qxv0AcbLBMnYEq','ysbKAxjLy3rVCG','vKPKyNq','wKXms1i','B0HeC3q','igDPDcb0B2TLBG','r2L0ie9bDxrOia','q1v5vKS','sfLRsxe','u3rVCMvKigDPDa','CKrLu3a','zw5JCNLWDgLVBG','zw50CMLLCW','yxP1CMvFDxnLCG','ihjLCxvPCMvK','Chv0q2q','BxDUvwC','u2H5sxq','D3jPDgvgAwXL','C3rYAw5NAwz5','lMDPDc1Vyxv0Aa','DxfbAfu','y3j5ChrPB24GAW','vxnLCIbjrcbHBG','D0XoEMe','DxrMltG','ChjVDMLKzxjoyq','ChrPB24GA2v5la','AgfZuMvMCMvZAa','vevktMq','C2f2zsbNAxqGtW','BKf3v0m','odmXntnZzeLmwgG','mtu3mtq4me1fDeHuta','Bg9Hzcb1C2vYia','CMvMCMvZAf90BW','CLLkqKi','DxbKyxrL','AgLgu3u'];_0x131e=function(){return _0x216738;};return _0x131e();}import _0x3336ff from'path';import _0x56ea0f from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x5c6cf3}from'./logger.js';const TOKENS_FILE=_0x4819bd(0x370,0x332,0x32c,0x319)+_0x166d7a(0xd0,0xcd,0x106,0xd7),ENCRYPTION_KEY_FILE=_0x4819bd(0x39d,0x369,0x358,0x382)+'-key',ALGORITHM=_0x4819bd(0x400,0x400,0x42c,0x45b)+'m',KEY_LENGTH=-0x1074+0x151+0x1*0xf43,IV_LENGTH=-0x1*-0x844+-0x1cf3+0x14bf,AUTH_TAG_LENGTH=0x3ee*0x5+0x1*-0x128d+-0x1*0x109;let encryptionKeyCache=null;function _0x4819bd(_0x57aa2d,_0x71dfa4,_0xe7f2c7,_0x493494){return _0x76a5(_0x57aa2d-0x230,_0x493494);}function _0x166d7a(_0x307b6a,_0x2ddbd5,_0x8ae7f9,_0x394e4c){return _0x76a5(_0x394e4c- -0xce,_0x8ae7f9);}async function getEncryptionKey(_0x3da780={}){const _0x279097={_0x52ef0b:0x41b,_0x461fd5:0x443,_0x5e2cac:0x47a,_0x387302:0x4b,_0x4b5364:0x3c,_0x102cd0:0x3e6,_0x17090e:0x4f,_0x1c24f8:0x17,_0x3b3f53:0x9,_0x3729b8:0x3c,_0x46424f:0x24,_0x33865a:0x3ed,_0x4cfed0:0x42c,_0x3cc912:0x447,_0x54b31e:0x44,_0x5521e2:0x17,_0x5874a0:0x403,_0x4cbad7:0x431,_0xea741a:0x445,_0x26398c:0x475,_0x529894:0x444,_0x61e06b:0x3a2,_0x501673:0x3f8,_0xe7898f:0x3bf,_0x3c5900:0x373,_0x530b5e:0x3b0,_0x429679:0x95,_0x91db0f:0x72,_0x298351:0x2d,_0x247dd7:0x22,_0x432906:0x44,_0x803c59:0x1,_0x59812e:0x41f,_0x25075e:0x430,_0x174abd:0x42f,_0x45ae78:0x436,_0x62a83f:0x3ab,_0x33be72:0x3da,_0x4a84f1:0x3d3,_0x5e6f53:0x3a8,_0x5d044d:0x44b,_0x17de5a:0x3fe,_0x452be9:0x425,_0x345a71:0x405,_0x548c5f:0x438,_0x49697c:0x38f,_0x305a4d:0x3d9,_0x3fd378:0x1,_0x278652:0x28,_0x623815:0x3de,_0x1e159f:0x43,_0x17e4c4:0x76,_0x11acd5:0x7,_0xffb45f:0x14,_0x39e811:0x3b9,_0x5b804d:0x400,_0xc48301:0x40e,_0x34d41b:0x3f9,_0x18f8dd:0x3e,_0x32c88a:0x3ca,_0x43ca10:0xf,_0x660286:0x47,_0x25650a:0x20,_0x1269a8:0x49d,_0x44e23c:0x410,_0x395e2d:0x449,_0x179d78:0x494,_0x4dafe3:0x96,_0x5c92db:0x53,_0x13822a:0xc,_0x10265e:0x6f,_0x26812e:0x1c,_0x564606:0x94,_0x4779cd:0x7b,_0x1fee5c:0x97,_0x4afd77:0x431,_0x481802:0x416,_0x2350c5:0x46f,_0x54ed38:0x2f,_0x4e6cfe:0x447,_0x5db339:0x3f6,_0x48e848:0x4a0,_0x58efff:0x449,_0x5c1dd5:0x482,_0x54280b:0x489,_0x355daf:0x443,_0x561a66:0x437,_0x551c07:0x478,_0x4195a9:0x49b,_0x1daf1f:0x3aa,_0x450fb3:0x3c9,_0x556230:0x49b,_0x213689:0x42e,_0x488ee0:0x453,_0x2daef5:0x413,_0xdc0ba5:0x45f,_0x53d832:0x43f,_0x5b6166:0x408,_0x46b2b6:0x41b,_0x384ec7:0x425,_0x5c14de:0x499,_0x3a603b:0x448,_0x58f749:0x6d,_0x4a472b:0x1d,_0x2aec74:0x13,_0x1b1ca0:0x6e,_0x3cb280:0x42f,_0x592441:0x416,_0x5dde88:0x44a,_0x570b74:0x432,_0x2b9a28:0x32,_0x1f4299:0x6,_0x2aa5b0:0x2b,_0x434619:0x435,_0x273490:0x46a,_0x18161c:0x26,_0x1812ab:0x1a,_0x47446f:0x57,_0x317c53:0x52,_0x3c6df2:0x2e,_0x43b10b:0x12,_0x19593e:0x4a,_0x2d9e37:0x74,_0x2854f8:0x447,_0x40a90b:0x3ad,_0x11ca64:0x40c,_0x48ac28:0x409,_0x58c09a:0x2f,_0x385373:0x3,_0x41735d:0x4e,_0x4a61fb:0x27,_0x289cbc:0x6c,_0x3ac00c:0x3e7,_0x2225d8:0x3c3,_0x1a5706:0x3c1},_0x70e807={_0x318ab7:0x10c},_0x129e8c={_0x24de6f:0x388},_0x21dfe9={'rDeSp':_0x2e9275(_0x279097._0x52ef0b,0x435,_0x279097._0x461fd5,_0x279097._0x5e2cac)+'save\x20user\x20'+'git\x20tokens','oHDst':function(_0x51735f,_0x49a438){return _0x51735f===_0x49a438;},'putCd':_0x507a84(-_0x279097._0x387302,-0xd,0x4,_0x279097._0x4b5364),'Ctdmm':function(_0x312c56,_0x5c70b5){return _0x312c56(_0x5c70b5);},'eJtBX':_0x2e9275(_0x279097._0x52ef0b,_0x279097._0x102cd0,0x3df,0x400),'RbJHa':_0x507a84(_0x279097._0x17090e,-_0x279097._0x1c24f8,-_0x279097._0x3b3f53,_0x279097._0x3729b8),'jFHyO':_0x507a84(-0x2b,_0x279097._0x46424f,0x1a,0x2c),'vExpU':_0x2e9275(0x458,_0x279097._0x33865a,_0x279097._0x4cfed0,0x452),'kGzPR':'Loaded\x20git'+'\x20OAuth\x20enc'+_0x2e9275(0x3e5,_0x279097._0x3cc912,0x426,0x444)+_0x507a84(-0x3,-0x16,_0x279097._0x54b31e,0x2d)+_0x507a84(-0x53,-0x52,0x2,_0x279097._0x5521e2)+'y','DUjmN':_0x2e9275(_0x279097._0x5874a0,0x42f,0x400,0x3e5)+_0x2e9275(0x450,0x42c,0x405,0x427)+_0x2e9275(_0x279097._0x4cbad7,_0x279097._0xea741a,0x44e,_0x279097._0x26398c)+_0x2e9275(_0x279097._0x529894,_0x279097._0x61e06b,_0x279097._0x501673,_0x279097._0xe7898f)+_0x2e9275(_0x279097._0x3c5900,0x41d,0x3c5,_0x279097._0x530b5e),'zBuHr':function(_0x29b182,_0x43a1c2){return _0x29b182===_0x43a1c2;},'Zqysa':_0x507a84(0x39,_0x279097._0x429679,_0x279097._0x91db0f,0x65),'oCpEk':'Failed\x20to\x20'+_0x507a84(0xd,0x15,0x1f,_0x279097._0x298351)+_0x507a84(-_0x279097._0x247dd7,-_0x279097._0x432906,_0x279097._0x803c59,-0x7)+'ption\x20key'};function _0x507a84(_0x540c87,_0x1c7e1a,_0x176ffe,_0x14fd95){return _0x4819bd(_0x176ffe- -_0x129e8c._0x24de6f,_0x1c7e1a-0x145,_0x176ffe-0x45,_0x14fd95);}const _0x3960d7=_0x3da780[_0x2e9275(_0x279097._0x59812e,_0x279097._0x25075e,_0x279097._0x174abd,_0x279097._0x45ae78)]||_0x5c6cf3,_0xe1f793=_0x3da780[_0x2e9275(_0x279097._0x62a83f,_0x279097._0x33be72,_0x279097._0x4a84f1,0x388)]||DATA_DIR;if(encryptionKeyCache){if(_0x21dfe9[_0x2e9275(_0x279097._0x5e6f53,_0x279097._0x5d044d,_0x279097._0x17de5a,0x3b1)](_0x21dfe9['putCd'],_0x21dfe9[_0x2e9275(_0x279097._0x452be9,_0x279097._0x345a71,0x409,_0x279097._0x548c5f)]))return encryptionKeyCache;else{const _0x38c8cb={};_0x38c8cb[_0x2e9275(_0x279097._0x49697c,0x3af,_0x279097._0x305a4d,0x40c)]=_0x52ecb6['message'],_0x3f4e26[_0x507a84(0x24,-_0x279097._0x3fd378,-0x20,_0x279097._0x278652)](_0x21dfe9[_0x2e9275(0x3d4,_0x279097._0x623815,0x404,0x3c4)],_0x38c8cb);throw _0x3d6eb1;}}const _0x4fc776=_0x3336ff['join'](_0xe1f793,ENCRYPTION_KEY_FILE);if(_0x21dfe9['Ctdmm'](existsSync,_0x4fc776)){if(_0x507a84(_0x279097._0x1e159f,-_0x279097._0x17e4c4,-0x1a,-0x12)===_0x21dfe9['eJtBX'])try{if(_0x21dfe9['RbJHa']!==_0x507a84(-_0x279097._0x11acd5,_0x279097._0xffb45f,0x3,0x1d)){const _0x147703=await _0x1ebbbd[_0x2e9275(0x3b2,_0x279097._0x39e811,0x3e0,_0x279097._0x5b804d)](_0x4fc776,_0x21dfe9['jFHyO']);return encryptionKeyCache=Buffer[_0x2e9275(0x490,0x477,0x44f,_0x279097._0xc48301)](_0x147703['trim'](),_0x21dfe9[_0x2e9275(0x4a7,0x4a3,0x44a,0x483)]),_0x3960d7[_0x2e9275(_0x279097._0x62a83f,0x3ba,_0x279097._0x34d41b,0x413)](_0x21dfe9[_0x507a84(-_0x279097._0x18f8dd,-0x58,-0xc,0x49)]),encryptionKeyCache;}else _0x361fde[_0x2e9275(0x391,_0x279097._0x32c88a,0x3ea,0x43d)]=_0x37384b[_0x507a84(-0x43,-0x43,-_0x279097._0x43ca10,_0x279097._0x660286)];}catch(_0x691aa6){const _0x1918d1={};_0x1918d1[_0x507a84(0x1c,0x35,-_0x279097._0x25650a,0x35)]=_0x691aa6['message'],_0x3960d7[_0x2e9275(_0x279097._0x1269a8,_0x279097._0x44e23c,_0x279097._0x395e2d,_0x279097._0x179d78)]('Failed\x20to\x20'+_0x507a84(0x3e,_0x279097._0x4dafe3,0x53,_0x279097._0x5c92db)+'Auth\x20encry'+_0x507a84(-_0x279097._0x13822a,_0x279097._0x10265e,_0x279097._0x26812e,-0x27)+_0x507a84(0x51,_0x279097._0x564606,_0x279097._0x4779cd,_0x279097._0x1fee5c)+_0x2e9275(0x47a,0x455,0x427,0x405),_0x1918d1);}else{const _0x1302d2={};_0x1302d2['userId']=_0x2fce75,_0x1302d2[_0x2e9275(_0x279097._0x4afd77,_0x279097._0x481802,0x414,_0x279097._0x2350c5)+'me']=_0x20c4c4,_0x1302d2[_0x507a84(-_0x279097._0x54ed38,0xc,-0x20,-0x27)]=_0x5e854e[_0x2e9275(0x42a,_0x279097._0x4e6cfe,_0x279097._0x5db339,0x3de)],_0x1f9e9b[_0x2e9275(_0x279097._0x48e848,0x400,_0x279097._0x58efff,_0x279097._0x5c1dd5)](_0x2e9275(_0x279097._0x54280b,_0x279097._0x25075e,_0x279097._0x355daf,0x3fe)+'decrypt\x20to'+_0x2e9275(_0x279097._0x561a66,0x457,_0x279097._0x551c07,_0x279097._0x4195a9)+_0x2e9275(0x40d,_0x279097._0x1daf1f,_0x279097._0x450fb3,0x383),_0x1302d2);}}function _0x2e9275(_0x2d8a8e,_0x2d33fd,_0x3ebf1d,_0x4b208d){return _0x166d7a(_0x2d8a8e-_0x70e807._0x318ab7,_0x2d33fd-0x13f,_0x2d33fd,_0x3ebf1d-0x36f);}_0x3960d7[_0x2e9275(0x477,0x48c,0x444,0x462)]('Generating'+_0x2e9275(_0x279097._0x556230,_0x279097._0x213689,_0x279097._0x488ee0,_0x279097._0x2daef5)+_0x507a84(-0x56,-0x5,0x1,_0x279097._0x432906)+_0x2e9275(0x492,0x411,_0x279097._0xdc0ba5,_0x279097._0x53d832));const _0xd4052f=_0x56ea0f['randomByte'+'s'](KEY_LENGTH);try{const _0x40e314={};_0x40e314[_0x2e9275(_0x279097._0x5b6166,_0x279097._0x46b2b6,0x3f2,_0x279097._0x384ec7)]=!![],await _0x1ebbbd[_0x2e9275(0x438,_0x279097._0x5c14de,_0x279097._0x3a603b,0x48f)](_0xe1f793,_0x40e314);const _0xce7d1={};_0xce7d1['mode']=0x180,await _0x1ebbbd[_0x507a84(_0x279097._0x58f749,-_0x279097._0x4a472b,_0x279097._0x2aec74,_0x279097._0x1b1ca0)](_0x4fc776,_0xd4052f['toString'](_0x21dfe9[_0x2e9275(_0x279097._0x3cb280,_0x279097._0x592441,_0x279097._0x5dde88,_0x279097._0x570b74)]),_0xce7d1),_0x3960d7[_0x507a84(_0x279097._0x4779cd,_0x279097._0x1e159f,0x4b,_0x279097._0x2b9a28)](_0x21dfe9[_0x507a84(_0x279097._0x1f4299,0xe,0x59,_0x279097._0x2aa5b0)]);}catch(_0x3c7863){if(_0x21dfe9['zBuHr'](_0x21dfe9['Zqysa'],_0x21dfe9[_0x2e9275(0x447,_0x279097._0x434619,_0x279097._0x273490,0x49d)])){const _0x262ba1={};_0x262ba1[_0x507a84(_0x279097._0x18161c,-0x61,-0x20,-_0x279097._0x1812ab)]=_0x3c7863[_0x507a84(_0x279097._0x47446f,_0x279097._0x4a472b,-0x3,-_0x279097._0x317c53)],_0x3960d7['error'](_0x21dfe9[_0x507a84(-0x72,-0x32,-_0x279097._0x3c6df2,-0x83)],_0x262ba1);throw new Error(_0x507a84(0x67,_0x279097._0x43b10b,_0x279097._0x19593e,_0x279097._0x2d9e37)+'persist\x20en'+_0x2e9275(_0x279097._0x2854f8,0x434,0x410,0x46c)+_0x2e9275(_0x279097._0x40a90b,_0x279097._0x11ca64,0x3e4,_0x279097._0x48ac28)+_0x3c7863[_0x507a84(_0x279097._0x58c09a,0x12,-_0x279097._0x385373,-_0x279097._0x41735d)]);}else _0x21d56d[_0x507a84(-_0x279097._0x4a61fb,-_0x279097._0x289cbc,-0xf,-0x22)]=_0x39377a[_0x2e9275(_0x279097._0x3ac00c,_0x279097._0x2225d8,0x3ea,_0x279097._0x1a5706)];}return encryptionKeyCache=_0xd4052f,encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x52c55a,_0x4e1f41){const _0xc3c88a={_0x2c98b2:0x107,_0x46ef8c:0x158,_0x1fcdd7:0x240,_0x57d081:0x203,_0x3c6d09:0x180,_0xefce9c:0x120,_0x11bb07:0x224,_0x4acb80:0x243,_0x35aff5:0x16c,_0x3893ef:0x1d5,_0x410564:0x12f,_0xa5221a:0x250,_0x5196eb:0x247,_0x525c10:0x21a,_0x4572cd:0x249,_0x2daf3c:0x29f,_0x395c13:0x259,_0x5ab049:0x283,_0x5cb421:0x2a3,_0x2168cb:0x285,_0x28f051:0x2a5,_0x3eefc3:0x2b4,_0x2322ce:0x175,_0x2b84cc:0x174,_0x4517d0:0x1a3,_0x315add:0x189,_0x3628e1:0x1dc,_0x5d6867:0x238,_0x354f22:0x201,_0x2072d5:0x256,_0x308103:0x177,_0x28060b:0x1c7,_0xec92db:0x1cd,_0x235e28:0x1f2,_0xa30765:0x172},_0xd3e427={_0x537db8:0x1e5},_0x157566={_0x631080:0x197},_0x448324={};_0x448324[_0x5d3434(-0x134,-0x14d,-_0xc3c88a._0x2c98b2,-_0xc3c88a._0x46ef8c)]=_0x5d3434(-0x1ad,-0x229,-_0xc3c88a._0x1fcdd7,-_0xc3c88a._0x57d081),_0x448324[_0x5d3434(-_0xc3c88a._0x3c6d09,-0x12a,-_0xc3c88a._0xefce9c,-0x172)]=_0xac66c6(0x254,_0xc3c88a._0x11bb07,0x241,_0xc3c88a._0x4acb80);const _0x49e355=_0x448324,_0x1270a1=_0x56ea0f[_0x5d3434(-0x1a1,-_0xc3c88a._0x35aff5,-_0xc3c88a._0x3893ef,-0x184)+'s'](IV_LENGTH);function _0xac66c6(_0x127444,_0xa90216,_0x4e2b02,_0x4d40ee){return _0x166d7a(_0x127444-0x161,_0xa90216-0xac,_0x4e2b02,_0x127444-_0x157566._0x631080);}function _0x5d3434(_0x47643c,_0x495337,_0x327313,_0x2cdfe9){return _0x166d7a(_0x47643c-0x17d,_0x495337-_0xd3e427._0x537db8,_0x47643c,_0x2cdfe9- -0x260);}const _0x6f3b1b=_0x56ea0f[_0x5d3434(-0x10f,-_0xc3c88a._0x410564,-0x150,-0x167)+_0x5d3434(-_0xc3c88a._0xa5221a,-0x1dc,-0x1dd,-0x1f9)](ALGORITHM,_0x4e1f41,_0x1270a1);let _0x3202ae=_0x6f3b1b[_0xac66c6(_0xc3c88a._0x5196eb,_0xc3c88a._0x525c10,0x276,_0xc3c88a._0x4572cd)](_0x52c55a,_0x49e355[_0xac66c6(_0xc3c88a._0x2daf3c,_0xc3c88a._0x395c13,_0xc3c88a._0x5ab049,_0xc3c88a._0x5cb421)],_0x49e355[_0xac66c6(_0xc3c88a._0x2168cb,_0xc3c88a._0x28f051,0x241,_0xc3c88a._0x3eefc3)]);_0x3202ae+=_0x6f3b1b[_0x5d3434(-_0xc3c88a._0x2322ce,-0x17a,-0x18f,-0x163)](_0x5d3434(-0x151,-0x180,-_0xc3c88a._0x2b84cc,-_0xc3c88a._0x4517d0));const _0x5d593f=_0x6f3b1b[_0x5d3434(-_0xc3c88a._0x315add,-0x191,-0x1f9,-_0xc3c88a._0x3628e1)]();return _0x1270a1[_0xac66c6(0x255,_0xc3c88a._0x5d6867,_0xc3c88a._0x354f22,_0xc3c88a._0x2072d5)](_0x49e355[_0x5d3434(-_0xc3c88a._0x308103,-_0xc3c88a._0x28060b,-0x1c8,-0x172)])+':'+_0x5d593f[_0x5d3434(-0x1ac,-_0xc3c88a._0xec92db,-_0xc3c88a._0x235e28,-0x1a2)](_0x49e355[_0x5d3434(-0x135,-_0xc3c88a._0x2b84cc,-0x11d,-_0xc3c88a._0xa30765)])+':'+_0x3202ae;}function decrypt(_0x5d0d7f,_0x478fa1){const _0x23847e={_0x20933b:0x33e,_0x317c48:0x2f1,_0x3483c8:0x29a,_0x2fa434:0x292,_0x435d95:0x2b8,_0x50dd95:0x34c,_0x11e988:0x3c8,_0x328641:0x397,_0x1fa5cf:0x25a,_0x2e4f46:0x25b,_0x497762:0x273,_0x54ce69:0x280,_0x3d560e:0x224,_0x5f54b4:0x2e3,_0x2d2c9d:0x351,_0xb9ed55:0x3be,_0xc3e67e:0x217,_0x2cf665:0x2ba,_0x47a7ed:0x2f8,_0x9d25b1:0x330},_0x2f5d5b={_0x3b04dd:0x5d},_0x23d6a7={_0x41b135:0x86},_0x36fba9={};function _0x16dd98(_0x53260c,_0x4d10c7,_0x434d55,_0x1e0dd6){return _0x166d7a(_0x53260c-_0x23d6a7._0x41b135,_0x4d10c7-0x3c,_0x1e0dd6,_0x434d55-0x1fb);}_0x36fba9[_0x16dd98(_0x23847e._0x20933b,0x2b8,_0x23847e._0x317c48,0x2e6)]=_0x16dd98(_0x23847e._0x3483c8,_0x23847e._0x2fa434,_0x23847e._0x435d95,0x2f8);const _0xba1231=_0x36fba9,[_0x2395b8,_0x1d940d,_0x11f344]=_0x5d0d7f['split'](':');if(!_0x2395b8||!_0x1d940d||!_0x11f344)throw new Error('Invalid\x20en'+_0x16dd98(0x2e5,0x321,0x2f2,_0x23847e._0x50dd95)+'lue\x20format');const _0x13389e=Buffer['from'](_0x2395b8,_0xba1231[_0x16dd98(0x2a0,0x31c,0x2f1,0x2d0)]),_0x3105ab=Buffer['from'](_0x1d940d,_0xba1231[_0x162e7b(0x394,_0x23847e._0x11e988,_0x23847e._0x328641,0x3d6)]),_0x146acb=_0x56ea0f[_0x16dd98(_0x23847e._0x1fa5cf,_0x23847e._0x2e4f46,0x2b0,0x27f)+_0x16dd98(_0x23847e._0x497762,0x2cb,_0x23847e._0x54ce69,_0x23847e._0x3d560e)](ALGORITHM,_0x478fa1,_0x13389e);function _0x162e7b(_0x9b1c3c,_0x186bcd,_0x1075fe,_0x1ed95c){return _0x4819bd(_0x1075fe- -_0x2f5d5b._0x3b04dd,_0x186bcd-0x169,_0x1075fe-0x157,_0x186bcd);}_0x146acb[_0x16dd98(0x2ff,0x2f5,_0x23847e._0x5f54b4,0x29d)](_0x3105ab);let _0x1ee57b=_0x146acb[_0x162e7b(0x387,0x399,_0x23847e._0x2d2c9d,0x32c)](_0x11f344,_0xba1231[_0x162e7b(_0x23847e._0xb9ed55,0x33b,0x397,0x3e3)],_0x16dd98(0x221,0x249,0x258,_0x23847e._0xc3e67e));return _0x1ee57b+=_0x146acb[_0x16dd98(0x33e,_0x23847e._0x2cf665,_0x23847e._0x47a7ed,_0x23847e._0x9d25b1)]('utf8'),_0x1ee57b;}async function loadTokenStorage(_0x4b61f9={}){const _0x13558f={_0x3ab2ce:0x2af,_0x5bafc6:0x4d,_0x24e343:0x51,_0x53b264:0x8d,_0x19ec3d:0x8e,_0x516e3f:0x1d1,_0x2f8f1a:0x219,_0x331ff0:0x7f,_0x51ce37:0x208,_0x19438a:0x22f,_0x34e4b3:0x5c,_0x4aa8e0:0x2f,_0x2365aa:0x78,_0x57b325:0x57,_0x1c4d87:0x3c,_0x2ac8e4:0xab,_0x43159e:0xa4,_0x2cb5ea:0x74,_0x32ef83:0xc9,_0x4e683c:0x63,_0x5266db:0x7a,_0x1de7e8:0x29c,_0x2a6026:0x23d,_0x5b8c90:0x25d,_0x5e8e79:0x265},_0x285670={_0x3d9948:0xff},_0x3e540d={_0x3e012a:0x1a3},_0x14281a={};_0x14281a[_0x42cb61(0x204,0x1f2,0x260,0x224)]='utf-8',_0x14281a['TEJNd']=_0x36f38e(0xc1,0xa0,0x91,0xc6)+_0x42cb61(0x2b8,_0x13558f._0x3ab2ce,0x296,0x262)+_0x36f38e(_0x13558f._0x5bafc6,_0x13558f._0x24e343,_0x13558f._0x53b264,_0x13558f._0x19ec3d);const _0x277d4e=_0x14281a;function _0x36f38e(_0x8c5caa,_0x188c80,_0x3396cd,_0x1b5c6b){return _0x4819bd(_0x8c5caa- -0x311,_0x188c80-0x1dd,_0x3396cd-_0x3e540d._0x3e012a,_0x1b5c6b);}const _0x1f7572=_0x4b61f9[_0x42cb61(0x21a,0x299,0x2a1,0x275)]||_0x5c6cf3,_0x2ca9e6=_0x4b61f9[_0x42cb61(0x1c4,0x1c4,_0x13558f._0x516e3f,_0x13558f._0x2f8f1a)]||DATA_DIR;function _0x42cb61(_0x57990a,_0x42f991,_0x54a4bc,_0x363bec){return _0x4819bd(_0x363bec- -0x149,_0x42f991-0x170,_0x54a4bc-_0x285670._0x3d9948,_0x42f991);}const _0x38d72c=_0x3336ff['join'](_0x2ca9e6,TOKENS_FILE);if(!existsSync(_0x38d72c)){const _0xa7cb41={};return _0xa7cb41[_0x36f38e(0x67,0x6a,0xb1,_0x13558f._0x331ff0)]={},_0xa7cb41;}try{const _0x134a6a=await _0x1ebbbd[_0x42cb61(_0x13558f._0x51ce37,_0x13558f._0x19438a,0x278,0x226)](_0x38d72c,_0x277d4e[_0x36f38e(_0x13558f._0x34e4b3,0xa8,_0x13558f._0x4aa8e0,_0x13558f._0x2365aa)]);return JSON['parse'](_0x134a6a);}catch(_0x4014d4){const _0x1ef92a={};_0x1ef92a[_0x36f38e(_0x13558f._0x57b325,_0x13558f._0x1c4d87,_0x13558f._0x2ac8e4,_0x13558f._0x43159e)]=_0x4014d4[_0x36f38e(_0x13558f._0x2cb5ea,_0x13558f._0x32ef83,_0x13558f._0x4e683c,0xce)],_0x1f7572[_0x36f38e(0xc7,_0x13558f._0x5266db,0x7e,0xce)](_0x277d4e[_0x42cb61(_0x13558f._0x1de7e8,0x201,_0x13558f._0x2a6026,_0x13558f._0x5b8c90)],_0x1ef92a);const _0x577b69={};return _0x577b69[_0x42cb61(0x267,0x24a,_0x13558f._0x5e8e79,_0x13558f._0x19438a)]={},_0x577b69;}}async function saveTokenStorage(_0x3e1a60,_0x24934e={}){const _0x173303={_0x4821c4:0x18,_0x2803af:0x2c,_0x25e534:0x3f,_0x3f60ea:0xb,_0xea3c3e:0xf,_0x2abc1f:0x2f,_0x279829:0x24e,_0x279035:0x4a,_0x5d2f4d:0x25f,_0x2e81ef:0x1d5,_0x23c79b:0x11,_0xc9f182:0x49,_0x515555:0x46,_0x1ed2f2:0x3c,_0x5967d2:0x61,_0x2ead07:0x225,_0x305329:0x1ed,_0x33eb83:0x24c,_0x7087fe:0x36,_0x512601:0x28b,_0x2c178e:0x24f,_0x4b2738:0x37,_0x57050d:0x1,_0x4eca12:0x2,_0x14a5fb:0x59,_0x29e316:0x12,_0x4d126c:0x21,_0x21a201:0x2c9,_0x2df778:0x27,_0x47778c:0x15,_0x571845:0x23,_0x12df87:0x2f2,_0x57dde0:0x27a,_0x53f2f0:0x260,_0x1ab343:0x21a,_0x3fdbb9:0x8e,_0x50ae3e:0x60,_0x386efb:0x288,_0x3771af:0x2a9,_0x2c1ebc:0x263,_0x3920c7:0x297,_0x4c43e4:0x30,_0x3c11b2:0xa,_0x47605b:0x1ea},_0x1bd07b={_0x510b69:0xb3},_0x44bd41={'zTNPt':'Provider\x20n'+_0x38ecb0(0x5b,_0x173303._0x4821c4,-_0x173303._0x2803af,-_0x173303._0x25e534)+_0x38ecb0(-_0x173303._0x3f60ea,-0x3e,_0x173303._0xea3c3e,-_0x173303._0x2abc1f),'beEJL':function(_0x5a327d,_0x373fe2,_0x5e3f9b){return _0x5a327d(_0x373fe2,_0x5e3f9b);},'hCGhd':function(_0x3e17e9,_0x215f4f){return _0x3e17e9!==_0x215f4f;},'vsGqe':_0x1183cc(0x255,_0x173303._0x279829,0x226,0x240),'VUEXv':'Saved\x20user'+_0x38ecb0(-0x5f,-0xc,-0x47,_0x173303._0x279035)+'s\x20to\x20stora'+'ge','tZlYj':function(_0x2f3fdd,_0x3db75f){return _0x2f3fdd===_0x3db75f;},'ijFWC':_0x1183cc(0x20a,_0x173303._0x5d2f4d,0x1db,_0x173303._0x2e81ef),'bdYEj':_0x38ecb0(_0x173303._0x23c79b,0x38,0x2d,_0x173303._0xc9f182)+'save\x20user\x20'+_0x38ecb0(-_0x173303._0x515555,-_0x173303._0x1ed2f2,-0x97,-0xa)},_0xdb6a4=_0x24934e[_0x38ecb0(0x15,0x24,0x2,_0x173303._0x5967d2)]||_0x5c6cf3;function _0x38ecb0(_0x4a47b5,_0x2d93e1,_0x56ee89,_0x1db727){return _0x4819bd(_0x2d93e1- -0x39a,_0x2d93e1-0x80,_0x56ee89-0xdc,_0x1db727);}function _0x1183cc(_0x107d74,_0x3182f0,_0x40ab28,_0x14a2c7){return _0x166d7a(_0x107d74-_0x1bd07b._0x510b69,_0x3182f0-0xf1,_0x40ab28,_0x107d74-0x1b2);}const _0x99e256=_0x24934e['dataDir']||DATA_DIR,_0x323bbc=_0x3336ff['join'](_0x99e256,TOKENS_FILE);try{if(_0x44bd41[_0x1183cc(_0x173303._0x2ead07,0x1ca,_0x173303._0x305329,_0x173303._0x33eb83)](_0x44bd41[_0x38ecb0(-0x74,-_0x173303._0x7087fe,-0x72,-_0x173303._0x7087fe)],_0x44bd41['vsGqe']))throw new _0x109ba8(_0x44bd41['zTNPt']);else{const _0xbdb7a6={};_0xbdb7a6['recursive']=!![],await _0x1ebbbd[_0x1183cc(_0x173303._0x512601,0x297,_0x173303._0x2c178e,0x26e)](_0x99e256,_0xbdb7a6);const _0x45a013={};_0x45a013['mode']=0x180,await _0x1ebbbd[_0x38ecb0(0x17,0x1,_0x173303._0x4b2738,-0xa)](_0x323bbc,JSON[_0x38ecb0(_0x173303._0x57050d,_0x173303._0x4eca12,_0x173303._0x14a5fb,0x52)](_0x3e1a60,null,-0x1099*0x1+-0x1e2+0x127d),_0x45a013),_0xdb6a4[_0x38ecb0(-0x4e,-_0x173303._0x29e316,_0x173303._0x4d126c,0x26)](_0x44bd41['VUEXv']);}}catch(_0x154adc){if(_0x44bd41[_0x1183cc(0x2a4,0x286,_0x173303._0x21a201,0x2a5)](_0x38ecb0(_0x173303._0x2df778,_0x173303._0x47778c,0x3,_0x173303._0x571845),_0x44bd41[_0x1183cc(0x2a1,0x2af,_0x173303._0x12df87,_0x173303._0x57dde0)]))_0x215b5f[_0x1183cc(_0x173303._0x53f2f0,0x23a,_0x173303._0x1ab343,0x25a)+_0x38ecb0(_0x173303._0x3fdbb9,_0x173303._0x14a5fb,_0x173303._0x50ae3e,0x94)]=_0x44bd41[_0x1183cc(_0x173303._0x386efb,0x274,_0x173303._0x3771af,_0x173303._0x2c1ebc)](_0x1cf952,_0x1a1a89[_0x1183cc(_0x173303._0x53f2f0,0x231,0x2ab,_0x173303._0x3920c7)+_0x38ecb0(_0x173303._0x4c43e4,0x59,0x5d,_0x173303._0x3c11b2)],_0x1e11e2);else{const _0x46f671={};_0x46f671['error']=_0x154adc[_0x1183cc(0x239,_0x173303._0x47605b,0x25e,0x21e)],_0xdb6a4[_0x38ecb0(-0x27,-0x32,-0x59,-0x46)](_0x44bd41['bdYEj'],_0x46f671);throw _0x154adc;}}}export async function getUserGitTokens(_0xfc090a,_0x5943bd={}){const _0x1a39bd={_0xf70eb8:0x1c1,_0x21feb0:0x158,_0x53b478:0x17e,_0x5c13db:0x1af,_0x1afb2b:0x1a5,_0x3ea4bf:0x22f,_0x12df95:0x246,_0x2ba39f:0x201,_0x3a818b:0x231,_0xbfe1bb:0x259,_0x2f15c4:0x223,_0x3661c6:0x14f,_0x3ab50a:0x1d4,_0x416b51:0xeb,_0x591ace:0x107,_0x4ccc79:0x108,_0x57bab9:0x119,_0x2c5f8d:0xee,_0x458497:0x1ca,_0x1baf9e:0xf5,_0x4f2dd4:0x290,_0xfacf36:0x283,_0x19e914:0xef,_0x485381:0x105,_0x46995e:0x24f,_0x1555a3:0x236,_0x3d8ea7:0x12d,_0x15a9f8:0x17a,_0x32a2f2:0x1b4,_0x3fc8e1:0x186,_0x453bdd:0x168,_0x2cabb9:0x194,_0x5121cc:0x1ef,_0x1f918d:0x1f6,_0x14bcb2:0x2a5,_0x19a651:0x188,_0x4b037c:0x169,_0x5cfd35:0x10d,_0xf93a1:0x204,_0x557638:0x161,_0x434c83:0x285,_0x3d604e:0x2b6,_0x50a104:0xa9,_0x44c567:0x130,_0x1fadef:0x22e,_0x414525:0x256,_0x48c172:0x1dc,_0x29f7b4:0x153,_0x19a785:0xdd,_0x2b5389:0xff,_0x48eef4:0x17a,_0x1f70d1:0x182,_0x51bda4:0x1a7,_0x43413b:0x273,_0x991918:0x27e,_0x2db958:0x293,_0x49e6e2:0x144,_0x3234f9:0x19a,_0x2928c0:0x123,_0xc89ec0:0x179,_0x24b601:0x137,_0x9b5d2b:0x130,_0x19de29:0x14e,_0x1053bd:0x112,_0x1d044b:0x252,_0x3f81a5:0x279,_0x2c3bef:0x272,_0xaa161f:0xf6,_0x1b56fe:0xc9,_0x3edb62:0x125,_0xa20dad:0x2ba,_0x5eb31b:0x104,_0x432fea:0x117,_0xd5fe54:0x112,_0x2de829:0x12b,_0x3889f4:0x2b3,_0x46157a:0x21d,_0x55e282:0x27b,_0x13ac09:0x279,_0x592d84:0x2bd,_0x56f310:0x255,_0x45661d:0x16c,_0x472ee9:0x15c,_0x12abee:0x17f,_0x3653ea:0x17b,_0x396427:0x276,_0x2288ed:0x225,_0x24ce2f:0x202,_0x2a4987:0x15e,_0x589cf5:0x111,_0x139799:0x16a,_0x13865c:0x280,_0x1b2e78:0x261,_0xcb5ea7:0x2b2,_0x47d13e:0x2c8,_0x2d57e9:0x2b7,_0x5b8c84:0xe5,_0x5ecae3:0x10a,_0x469fc0:0x201,_0x1e874d:0x187,_0x26dc5e:0x19e,_0x4831ca:0x11a,_0x4150c:0x25a,_0x5a4c58:0xd7},_0x4d5b2b={_0x3fda5a:0x114},_0x4f046e={'apQLo':_0x31fa52(-_0x1a39bd._0xf70eb8,-_0x1a39bd._0x21feb0,-0x145,-_0x1a39bd._0x53b478)+_0x31fa52(-_0x1a39bd._0x5c13db,-_0x1a39bd._0x1afb2b,-0x1b3,-0x15b),'wkwbJ':function(_0x55b5a7,_0x235dac){return _0x55b5a7===_0x235dac;},'nAwWC':_0x4ecf7f(-_0x1a39bd._0x3ea4bf,-_0x1a39bd._0x12df95,-_0x1a39bd._0x2ba39f,-_0x1a39bd._0x3a818b),'OHyZx':function(_0xc7bbea,_0x1a8e92){return _0xc7bbea(_0x1a8e92);},'ctISm':function(_0x309f65,_0x5dfcc2,_0x46dc8b){return _0x309f65(_0x5dfcc2,_0x46dc8b);},'oqQNo':_0x4ecf7f(-0x22f,-0x266,-_0x1a39bd._0xbfe1bb,-_0x1a39bd._0x2f15c4),'PFYvw':function(_0x527ac6,_0x3bacea,_0x317fb8){return _0x527ac6(_0x3bacea,_0x317fb8);},'NvBnt':'EaLsF','lPsZl':_0x31fa52(-_0x1a39bd._0x3661c6,-0x189,-0x18e,-0x158),'MtmmU':_0x4ecf7f(-_0x1a39bd._0x3ab50a,-0x225,-0x1e7,-0x239)+_0x31fa52(-_0x1a39bd._0x416b51,-_0x1a39bd._0x591ace,-0x123,-_0x1a39bd._0x4ccc79)+_0x31fa52(-_0x1a39bd._0x57bab9,-0x107,-_0x1a39bd._0x2c5f8d,-_0x1a39bd._0x416b51)+_0x31fa52(-0x1f2,-_0x1a39bd._0x21feb0,-_0x1a39bd._0x458497,-0x19a)},_0x3fecb4=_0x5943bd[_0x31fa52(-0x126,-0x184,-_0x1a39bd._0x1baf9e,-0x134)]||_0x5c6cf3;if(!_0xfc090a){if(_0x4f046e[_0x4ecf7f(-0x2c5,-_0x1a39bd._0x4f2dd4,-0x2a2,-_0x1a39bd._0xfacf36)](_0x4f046e[_0x31fa52(-_0x1a39bd._0x19e914,-0x19b,-_0x1a39bd._0x485381,-0x14a)],_0x4f046e[_0x4ecf7f(-0x267,-_0x1a39bd._0x46995e,-0x24a,-_0x1a39bd._0x1555a3)]))throw new Error(_0x31fa52(-0x179,-0x1ad,-_0x1a39bd._0x3d8ea7,-_0x1a39bd._0x53b478)+_0x31fa52(-0x17d,-_0x1a39bd._0x15a9f8,-0x172,-0x15b));else throw new _0x560ed8(_0x4f046e['apQLo']);}function _0x31fa52(_0x528211,_0x397c94,_0x180350,_0x52dfc7){return _0x166d7a(_0x528211-0x49,_0x397c94-_0x4d5b2b._0x3fda5a,_0x528211,_0x52dfc7- -0x1f4);}function _0x4ecf7f(_0x651497,_0x1ff812,_0x189a60,_0x3ebcf3){return _0x4819bd(_0x1ff812- -0x5f7,_0x1ff812-0x192,_0x189a60-0x144,_0x189a60);}const _0x5c153c=await loadTokenStorage(_0x5943bd),_0x5c5465=_0x5c153c['tokens']?.[_0xfc090a];if(!_0x5c5465)return{};const _0x453266=await _0x4f046e['OHyZx'](getEncryptionKey,_0x5943bd),_0x5f400b={};for(const [_0x1dd4a5,_0x8cff5f]of Object[_0x31fa52(-_0x1a39bd._0x32a2f2,-_0x1a39bd._0x3fc8e1,-_0x1a39bd._0x453bdd,-0x15d)](_0x5c5465)){try{const _0x372985={'access_token':_0x8cff5f[_0x4ecf7f(-_0x1a39bd._0x2cabb9,-_0x1a39bd._0x5121cc,-_0x1a39bd._0x1f918d,-0x244)+'en']?_0x4f046e['ctISm'](decrypt,_0x8cff5f['access_tok'+'en'],_0x453266):null,'connected_at':_0x8cff5f[_0x4ecf7f(-0x2a5,-_0x1a39bd._0x14bcb2,-0x2c1,-0x2d1)+'at']};_0x8cff5f[_0x31fa52(-_0x1a39bd._0x19a651,-_0x1a39bd._0x4b037c,-_0x1a39bd._0x5cfd35,-0x146)+_0x4ecf7f(-0x229,-_0x1a39bd._0xf93a1,-0x25b,-0x1f8)]&&(_0x31fa52(-0x1bc,-0x1a1,-0x121,-_0x1a39bd._0x557638)===_0x4f046e[_0x4ecf7f(-0x246,-0x28d,-_0x1a39bd._0x434c83,-_0x1a39bd._0x3d604e)]?_0x372985[_0x31fa52(-0x153,-0x15b,-0x175,-0x146)+_0x31fa52(-0xf4,-_0x1a39bd._0x50a104,-_0x1a39bd._0x44c567,-0xff)]=_0x4f046e[_0x4ecf7f(-_0x1a39bd._0x1fadef,-0x1ff,-_0x1a39bd._0x414525,-_0x1a39bd._0x48c172)](decrypt,_0x8cff5f[_0x31fa52(-0x11d,-0x105,-0x1a2,-0x146)+_0x31fa52(-_0x1a39bd._0x29f7b4,-_0x1a39bd._0x19a785,-0x159,-_0x1a39bd._0x2b5389)],_0x453266):_0x40d694[_0x31fa52(-0x146,-0x13c,-0x126,-_0x1a39bd._0x48eef4)][_0x537d40]={});_0x8cff5f[_0x31fa52(-_0x1a39bd._0x1f70d1,-0x15d,-_0x1a39bd._0x51bda4,-0x179)]&&(_0x372985[_0x4ecf7f(-_0x1a39bd._0x43413b,-_0x1a39bd._0x991918,-_0x1a39bd._0x2db958,-0x271)]=_0x8cff5f[_0x31fa52(-_0x1a39bd._0x49e6e2,-_0x1a39bd._0x3234f9,-_0x1a39bd._0x2928c0,-_0x1a39bd._0xc89ec0)]);_0x8cff5f[_0x31fa52(-_0x1a39bd._0x24b601,-_0x1a39bd._0x9b5d2b,-_0x1a39bd._0x19de29,-_0x1a39bd._0x1053bd)+'in']&&('DFHwD'===_0x4f046e['NvBnt']?_0x2463a4[_0x4ecf7f(-_0x1a39bd._0x1d044b,-_0x1a39bd._0x3f81a5,-_0x1a39bd._0x2c3bef,-0x292)+_0x31fa52(-0x141,-_0x1a39bd._0xaa161f,-_0x1a39bd._0x1b56fe,-_0x1a39bd._0x3edb62)]=_0x7792c3[_0x4ecf7f(-0x235,-0x279,-_0x1a39bd._0xa20dad,-0x256)+_0x31fa52(-0x12c,-0x147,-0xe8,-0x125)]:_0x372985[_0x31fa52(-_0x1a39bd._0x5eb31b,-0x15b,-_0x1a39bd._0x432fea,-_0x1a39bd._0xd5fe54)+'in']=_0x8cff5f[_0x31fa52(-0x164,-_0x1a39bd._0x2de829,-0x157,-_0x1a39bd._0x1053bd)+'in']);_0x8cff5f[_0x4ecf7f(-_0x1a39bd._0x3889f4,-_0x1a39bd._0x3f81a5,-0x29b,-_0x1a39bd._0x46157a)+_0x4ecf7f(-0x1de,-0x22a,-_0x1a39bd._0x55e282,-0x201)]&&(_0x372985[_0x4ecf7f(-0x278,-_0x1a39bd._0x13ac09,-_0x1a39bd._0x592d84,-_0x1a39bd._0x56f310)+'r_id']=_0x8cff5f['github_use'+'r_id']);if(_0x8cff5f[_0x31fa52(-_0x1a39bd._0x4b037c,-0x127,-_0x1a39bd._0x45661d,-_0x1a39bd._0x472ee9)+_0x31fa52(-0x17f,-_0x1a39bd._0x12abee,-0x14e,-_0x1a39bd._0x3653ea)]){if(_0x4f046e['lPsZl']===_0x4f046e[_0x4ecf7f(-_0x1a39bd._0x396427,-0x243,-_0x1a39bd._0x2288ed,-_0x1a39bd._0x24ce2f)])_0x372985[_0x31fa52(-_0x1a39bd._0x2a4987,-_0x1a39bd._0x589cf5,-_0x1a39bd._0x139799,-0x15c)+_0x4ecf7f(-_0x1a39bd._0x2db958,-0x280,-0x2cd,-0x224)]=_0x8cff5f[_0x4ecf7f(-_0x1a39bd._0x13865c,-_0x1a39bd._0x1b2e78,-_0x1a39bd._0x46995e,-0x207)+_0x4ecf7f(-0x2ba,-0x280,-0x280,-_0x1a39bd._0xcb5ea7)];else throw new _0x398ff3(_0x4f046e[_0x4ecf7f(-0x24e,-0x27c,-_0x1a39bd._0x47d13e,-_0x1a39bd._0x2d57e9)]);}_0x5f400b[_0x1dd4a5]=_0x372985;}catch(_0x23ff95){const _0x151bac={};_0x151bac[_0x31fa52(-_0x1a39bd._0x5b8c84,-0x11b,-_0x1a39bd._0x1b56fe,-_0x1a39bd._0x5ecae3)]=_0xfc090a,_0x151bac[_0x4ecf7f(-0x23d,-0x254,-_0x1a39bd._0x469fc0,-0x26c)+'me']=_0x1dd4a5,_0x151bac['error']=_0x23ff95[_0x31fa52(-_0x1a39bd._0x1e874d,-_0x1a39bd._0x26dc5e,-_0x1a39bd._0x4831ca,-0x16d)],_0x3fecb4[_0x4ecf7f(-0x244,-0x21f,-0x22b,-_0x1a39bd._0x4150c)](_0x4f046e[_0x31fa52(-0xd6,-_0x1a39bd._0x453bdd,-_0x1a39bd._0x5a4c58,-0x12b)],_0x151bac);}}return _0x5f400b;}export async function getUserGitToken(_0x51f1bb,_0x425b5e,_0x1d5972={}){const _0xd4b675={_0x2c777c:0xa4,_0x4c137c:0xa5,_0x43f928:0x110},_0x109cbf={_0x4f5304:0x4},_0x1376a9={'qPRir':function(_0x2fd163,_0x572a89,_0x41434d){return _0x2fd163(_0x572a89,_0x41434d);}},_0xdc0416=await _0x1376a9[_0x3edb11(_0xd4b675._0x2c777c,_0xd4b675._0x4c137c,_0xd4b675._0x43f928,0xfe)](getUserGitTokens,_0x51f1bb,_0x1d5972);function _0x3edb11(_0x39c801,_0x190a6a,_0x2468d8,_0x4650a2){return _0x166d7a(_0x39c801-0x1e3,_0x190a6a-_0x109cbf._0x4f5304,_0x190a6a,_0x4650a2-0x15);}return _0xdc0416[_0x425b5e]||null;}export async function storeUserGitToken(_0x14e0cb,_0x346edb,_0x393036,_0x3c23a0={}){const _0x5a722b={_0x4038ea:0x27b,_0x2eed56:0x2b3,_0x1015a4:0x22e,_0x48cece:0x273,_0x4c4962:0x240,_0x1c5160:0x3e,_0x5809ee:0x7,_0x1f9970:0x55,_0x24f291:0x14,_0x440036:0x211,_0x17e61b:0x25e,_0x1a7141:0x208,_0x31d0f6:0x230,_0x351255:0x24a,_0x2f3ca1:0x22b,_0x2dc6b9:0x23a,_0x58c45a:0x247,_0x357ef6:0x1ec,_0x592110:0x1f4,_0x212853:0x66,_0x2a55f7:0x78,_0x58510e:0x241,_0x3577a6:0x20a,_0x470f47:0x247,_0x566d23:0x1b0,_0x16c5c3:0x213,_0x18f041:0x83,_0xbecba4:0xcd,_0x597f1f:0x110,_0x3162f0:0xd8,_0x42bd0c:0x260,_0x2d7077:0x233,_0x564453:0x260,_0x2f8c69:0x23c,_0x433619:0x50,_0x564265:0x29,_0x35f6e6:0x5d,_0x8967c3:0x9a,_0x9ac15b:0x75,_0x4d728d:0x262,_0x2fe16f:0x23e,_0x51527b:0x2bc,_0x1a195b:0x243,_0x58a961:0xde,_0x9bf8eb:0x120,_0x3d1453:0x12d,_0x2b3d25:0x41,_0x2403de:0x1c,_0x2e1c06:0x71,_0x4ddac1:0x7b,_0xf15977:0x5a,_0x2b8991:0xb5,_0x83a62e:0x11,_0x15223f:0x3f,_0x28b06c:0x261,_0x2b01ed:0x21b,_0x33671d:0x26d,_0x4dc2b2:0x26e,_0x5b554b:0x217,_0x105b9c:0x1cd,_0x2a6630:0x243,_0x38200b:0xb8,_0x22a362:0x68,_0x54453d:0x28a,_0x2e94f6:0x20c,_0x5af527:0x255,_0x2a7cb1:0x2bb,_0x24d390:0x277,_0x115abc:0xd7,_0x25a5c9:0x116,_0x11d9a9:0x11c,_0x31c2ad:0x3d,_0x2992d4:0x5d,_0xd5beed:0x25b,_0x424cf9:0x24c,_0x411dec:0x33,_0x177078:0x17,_0x576474:0xb7,_0x27dc87:0xb9,_0x18d9be:0x279,_0x212a0a:0x1d2,_0x2c37ed:0x50,_0x380ddf:0x77,_0x4a0615:0x222,_0x5f5329:0x2a2,_0x343d02:0x20c,_0x32f1dd:0x218,_0x30ebcb:0xb2,_0xab1358:0x8f,_0x58aa4f:0x4f,_0xa4e7e6:0xae,_0x3ce630:0x21,_0x67e3c5:0x239,_0x2ee0ec:0x225,_0x577420:0x7d,_0xdf7c88:0x84,_0x2f89c4:0x45,_0x1d7cb9:0x9a,_0x454c26:0x93,_0x521739:0x107,_0xbd1dcb:0x1e6,_0x4af079:0x1b5,_0x1c559a:0x1c8,_0x572af3:0x276,_0x3fb508:0x267,_0x38d211:0x90,_0x2819a5:0x38,_0x408327:0x67,_0x5a712c:0xd1,_0x5a060a:0x28d,_0x3127b7:0x86,_0x34b69d:0x2a7,_0x1eac86:0x29b,_0xda832a:0x28f},_0x3cf4eb={_0x558b13:0x81},_0x5b86a5={_0x2ef2d2:0x17d,_0x24e68c:0x34,_0xd42cea:0x2db},_0x441018={'wWXvh':_0x5a1c47(-0x265,-_0x5a722b._0x4038ea,-_0x5a722b._0x2eed56,-_0x5a722b._0x1015a4)+_0x5a1c47(-0x242,-_0x5a722b._0x48cece,-0x29b,-_0x5a722b._0x4c4962),'gTKeA':function(_0x3e8d2b,_0x4da7a8){return _0x3e8d2b!==_0x4da7a8;},'eVaqA':_0x59e130(-_0x5a722b._0x1c5160,0x16,0xc,-0x18),'KHXgy':'Provider\x20n'+'ame\x20is\x20req'+'uired','DLcEx':_0x59e130(-0x4b,_0x5a722b._0x5809ee,-_0x5a722b._0x1f9970,-_0x5a722b._0x24f291)+_0x5a1c47(-_0x5a722b._0x440036,-0x201,-0x213,-_0x5a722b._0x17e61b)+'ired','cOzeA':function(_0x167c60,_0x57a1e8){return _0x167c60(_0x57a1e8);},'zhHaZ':function(_0x3e70ce,_0x39b469){return _0x3e70ce!==_0x39b469;},'jFbyc':_0x5a1c47(-_0x5a722b._0x1a7141,-0x1c3,-0x259,-_0x5a722b._0x31d0f6),'oMtEH':_0x5a1c47(-0x284,-_0x5a722b._0x351255,-_0x5a722b._0x2f3ca1,-_0x5a722b._0x2dc6b9),'CXmYd':function(_0x31b998,_0x4f2f7a,_0x43251a){return _0x31b998(_0x4f2f7a,_0x43251a);},'vsfmm':_0x5a1c47(-_0x5a722b._0x58c45a,-0x21a,-_0x5a722b._0x357ef6,-_0x5a722b._0x592110)+'\x20token\x20for'+_0x59e130(-_0x5a722b._0x212853,-0x6e,-_0x5a722b._0x2a55f7,-0x12)},_0x65d72e=_0x3c23a0[_0x5a1c47(-0x21b,-0x200,-_0x5a722b._0x58510e,-0x269)]||_0x5c6cf3;if(!_0x14e0cb)throw new Error(_0x441018[_0x5a1c47(-_0x5a722b._0x3577a6,-_0x5a722b._0x470f47,-_0x5a722b._0x566d23,-_0x5a722b._0x16c5c3)]);if(!_0x346edb){if(_0x441018['gTKeA'](_0x441018[_0x59e130(-0xcd,-0xab,-0xf8,-_0x5a722b._0x18f041)],_0x441018[_0x59e130(-_0x5a722b._0xbecba4,-0xd9,-_0x5a722b._0x597f1f,-_0x5a722b._0x3162f0)])){const _0x5249e7={};_0x5249e7['connected']=!![],_0x5249e7[_0x5a1c47(-_0x5a722b._0x42bd0c,-_0x5a722b._0x2d7077,-0x25e,-0x23b)]=_0x9285d9[_0x5a1c47(-_0x5a722b._0x564453,-_0x5a722b._0x2f8c69,-0x2bd,-_0x5a722b._0x58510e)],_0x5249e7[_0x59e130(-_0x5a722b._0x433619,-_0x5a722b._0x564265,-_0x5a722b._0x35f6e6,-0x24)+'in']=_0x3ad1c9['github_log'+'in'],_0x5249e7[_0x59e130(-_0x5a722b._0x8967c3,-0x45,-0xc1,-_0x5a722b._0x9ac15b)+_0x5a1c47(-_0x5a722b._0x4d728d,-_0x5a722b._0x2fe16f,-_0x5a722b._0x51527b,-0x24e)]=_0x8b09bb[_0x5a1c47(-_0x5a722b._0x1a195b,-0x285,-0x291,-0x262)+'name'],_0x5249e7[_0x59e130(-_0x5a722b._0x58a961,-_0x5a722b._0x9bf8eb,-0x138,-0xbe)+'at']=_0x3d417b[_0x59e130(-_0x5a722b._0x58a961,-0x99,-0x9f,-_0x5a722b._0x3d1453)+'at'],_0xe76f2a[_0xddfdbf]=_0x5249e7;}else throw new Error(_0x441018[_0x59e130(-_0x5a722b._0x2b3d25,-_0x5a722b._0x2403de,-0x10,-_0x5a722b._0x2e1c06)]);}if(!_0x393036?.[_0x59e130(-0x28,0x26,-_0x5a722b._0x4ddac1,-_0x5a722b._0x18f041)+'en'])throw new Error(_0x441018['DLcEx']);const _0x27a41e=await getEncryptionKey(_0x3c23a0),_0x242a73=await _0x441018[_0x59e130(-_0x5a722b._0xf15977,-_0x5a722b._0x2b8991,-_0x5a722b._0x83a62e,-_0x5a722b._0x15223f)](loadTokenStorage,_0x3c23a0);!_0x242a73[_0x5a1c47(-_0x5a722b._0x28b06c,-_0x5a722b._0x2b01ed,-0x238,-_0x5a722b._0x2eed56)]&&(_0x441018['zhHaZ'](_0x441018[_0x5a1c47(-_0x5a722b._0x33671d,-0x25b,-_0x5a722b._0x4dc2b2,-0x2a9)],_0x441018[_0x5a1c47(-_0x5a722b._0x5b554b,-0x22e,-_0x5a722b._0x105b9c,-_0x5a722b._0x2a6630)])?_0x242a73[_0x59e130(-_0x5a722b._0x38200b,-0xaf,-_0x5a722b._0x22a362,-0xc8)]={}:_0x43ea0a['github_log'+'in']=_0x4fed85['github_log'+'in']);!_0x242a73[_0x5a1c47(-0x261,-_0x5a722b._0x54453d,-_0x5a722b._0x2e94f6,-_0x5a722b._0x5af527)][_0x14e0cb]&&(_0x242a73[_0x5a1c47(-0x261,-0x256,-_0x5a722b._0x2a7cb1,-_0x5a722b._0x24d390)][_0x14e0cb]={});const _0x1da3a5={'access_token':_0x441018[_0x59e130(-_0x5a722b._0x115abc,-_0x5a722b._0x25a5c9,-_0x5a722b._0x11d9a9,-0x124)](encrypt,_0x393036['access_tok'+'en'],_0x27a41e),'connected_at':new Date()['toISOStrin'+'g']()};_0x393036['refresh_to'+_0x59e130(-_0x5a722b._0x31c2ad,-0x6b,-_0x5a722b._0x2992d4,-0x61)]&&(_0x1da3a5[_0x5a1c47(-0x22d,-_0x5a722b._0xd5beed,-_0x5a722b._0x424cf9,-0x23f)+_0x5a1c47(-0x1e6,-0x1df,-0x18f,-0x235)]=_0x441018['CXmYd'](encrypt,_0x393036[_0x59e130(-0x84,-0x6c,-_0x5a722b._0x411dec,-0xc8)+_0x59e130(-_0x5a722b._0x31c2ad,-0x53,-_0x5a722b._0x177078,-0x1c)],_0x27a41e));_0x393036[_0x59e130(-_0x5a722b._0x576474,-_0x5a722b._0x27dc87,-0xd4,-0xfb)]&&(_0x1da3a5['expires_at']=_0x393036[_0x5a1c47(-_0x5a722b._0x564453,-_0x5a722b._0x18d9be,-0x21e,-_0x5a722b._0x4d728d)]);function _0x5a1c47(_0x18dc67,_0x5ae3ae,_0x201c9f,_0x34b706){return _0x166d7a(_0x18dc67-_0x5b86a5._0x2ef2d2,_0x5ae3ae-_0x5b86a5._0x24e68c,_0x5ae3ae,_0x18dc67- -_0x5b86a5._0xd42cea);}_0x393036[_0x59e130(-0x50,-0x6b,-0xe,-0x71)+'in']&&(_0x1da3a5[_0x5a1c47(-0x1f9,-_0x5a722b._0x212a0a,-0x1ea,-0x249)+'in']=_0x393036[_0x59e130(-_0x5a722b._0x2c37ed,-0x91,-0x9c,-_0x5a722b._0x380ddf)+'in']);_0x393036[_0x5a1c47(-0x25b,-0x27f,-_0x5a722b._0x4a0615,-_0x5a722b._0x5f5329)+_0x5a1c47(-_0x5a722b._0x343d02,-0x24d,-0x21f,-_0x5a722b._0x32f1dd)]&&(_0x1da3a5[_0x59e130(-_0x5a722b._0x30ebcb,-0xe3,-_0x5a722b._0xab1358,-0x71)+_0x59e130(-0x63,-_0x5a722b._0x58aa4f,-_0x5a722b._0xa4e7e6,-_0x5a722b._0x3ce630)]=_0x393036[_0x5a1c47(-_0x5a722b._0xd5beed,-_0x5a722b._0x67e3c5,-0x293,-_0x5a722b._0x2ee0ec)+_0x59e130(-0x63,-_0x5a722b._0x577420,-0x3b,-0x6f)]);_0x393036[_0x59e130(-_0x5a722b._0x8967c3,-0x4c,-_0x5a722b._0xdf7c88,-_0x5a722b._0x2f89c4)+_0x5a1c47(-0x262,-0x25d,-0x287,-0x2b4)]&&(_0x1da3a5[_0x59e130(-_0x5a722b._0x1d7cb9,-0x79,-_0x5a722b._0x454c26,-0x5c)+'name']=_0x393036['azure_user'+_0x59e130(-0xb9,-_0x5a722b._0x521739,-0xa9,-0xb3)]);_0x242a73[_0x5a1c47(-_0x5a722b._0x28b06c,-0x225,-0x223,-0x220)][_0x14e0cb][_0x346edb]=_0x1da3a5,await saveTokenStorage(_0x242a73,_0x3c23a0);const _0x548c63={};_0x548c63[_0x5a1c47(-0x1f1,-_0x5a722b._0xbd1dcb,-_0x5a722b._0x4af079,-_0x5a722b._0x1c559a)]=_0x14e0cb,_0x548c63[_0x5a1c47(-0x236,-_0x5a722b._0x572af3,-_0x5a722b._0x3fb508,-0x235)+'me']=_0x346edb;function _0x59e130(_0x312286,_0x241084,_0x3c428a,_0x579a10){return _0x4819bd(_0x312286- -0x430,_0x241084-_0x3cf4eb._0x558b13,_0x3c428a-0x1f2,_0x3c428a);}_0x548c63[_0x59e130(-0x8b,-_0x5a722b._0x38d211,-0x33,-_0x5a722b._0x2819a5)+_0x59e130(-0x6d,-_0x5a722b._0x408327,-0x96,-0x7e)]=!!_0x393036[_0x59e130(-_0x5a722b._0xdf7c88,-_0x5a722b._0x2f89c4,-0x4d,-_0x5a722b._0x5a712c)+_0x59e130(-0x3d,-0x1c,-0x3,-0x48)],_0x548c63[_0x5a1c47(-0x214,-0x243,-0x23e,-0x26c)]=_0x393036[_0x5a1c47(-0x260,-0x239,-_0x5a722b._0x5a060a,-0x241)],_0x65d72e[_0x59e130(-0x5d,-0xf,-0xa6,-_0x5a722b._0x3127b7)](_0x441018[_0x5a1c47(-0x264,-_0x5a722b._0x34b69d,-_0x5a722b._0x1eac86,-_0x5a722b._0xda832a)],_0x548c63);}export async function updateUserGitToken(_0x1194dc,_0x2f9535,_0x2b541d,_0x45a9cd={}){const _0x29aed7={_0x5cd69c:0x2cb,_0x106cce:0x2f9,_0x5d21e5:0x30d,_0x4f1604:0x323,_0x786b8a:0x2b7,_0x3a7d52:0x31f,_0x514cd7:0x34e,_0x121489:0x2ec,_0xf73529:0x1c2,_0xbc8f60:0x2ba,_0x15b9b9:0x295,_0x3bcc48:0x2d1,_0x223fce:0x184,_0x4d5190:0x1a0,_0x45bc0b:0x18f,_0x500d74:0x1f3,_0x3882a8:0x1f3,_0x1569f9:0x320,_0x2e32f:0x2b6,_0x20e277:0x30d,_0x1d6cce:0x210,_0x163982:0x1e6,_0x470681:0x1e4,_0x2c80a2:0x1a2,_0x2fcefd:0x193,_0x432f73:0x301,_0x135278:0x1b6,_0x53c6a1:0x1d5,_0x49f548:0x12a,_0x12c3e8:0x14c,_0x1423bb:0x135,_0x14ac4d:0x2dc,_0x496cc5:0x309,_0x58ecbc:0x337,_0xecfa3b:0x32b,_0x4a371c:0x322,_0x33ec1c:0x188,_0x15c09d:0x160,_0x50891e:0x1b4,_0x53c5af:0x20f,_0x568546:0x238,_0x594ec3:0x1dd,_0x550acd:0x1fa,_0xb6b4dc:0x22b,_0x5888d5:0x2b0,_0x591747:0x307,_0x1e8354:0x333,_0xd55b8b:0x288,_0xc0831a:0x2ac,_0x5555a3:0x292,_0x223cb0:0x305,_0xbc7f95:0x1fd,_0x4cb789:0x35a,_0x4f0e43:0x365,_0x3afb3d:0x354,_0xbc81fb:0x221,_0x3d9118:0x1fd,_0x159e58:0x148,_0x7621b4:0x1a1,_0x53873a:0x1fc,_0x5d2fab:0x1e9,_0x28d5bd:0x1e3,_0xff6930:0x197,_0x946ccf:0x1db,_0x46a81e:0x15b,_0x4c244b:0x1f7,_0x38d279:0x16e,_0x2dc66c:0x22a,_0x566d9c:0x1c5,_0x53d7c2:0x1ed,_0xedff46:0x169,_0x5e2697:0x168,_0x2df8ce:0x16e,_0x4ac145:0x18a,_0xd33d6:0x159,_0x42c39a:0x306,_0x28a5be:0x35d,_0x107c23:0x330,_0x2ba044:0x2ff},_0x3a7046={_0x1a0d32:0xa7},_0x31c026={_0x2fdbfb:0xdd,_0x5512b9:0xf3},_0x24325d={'ExFjE':function(_0x12a7ca,_0x16c8b8){return _0x12a7ca||_0x16c8b8;},'gRKQt':_0x7aa4de(_0x29aed7._0x5cd69c,_0x29aed7._0x106cce,_0x29aed7._0x5d21e5,_0x29aed7._0x4f1604)+_0x7aa4de(0x2e7,_0x29aed7._0x5cd69c,_0x29aed7._0x786b8a,0x2fa)+_0x7aa4de(0x2e7,_0x29aed7._0x3a7d52,_0x29aed7._0x514cd7,0x353)+'required','aXtAa':function(_0x23b365,_0x426c10){return _0x23b365(_0x426c10);},'lmuie':function(_0x319814,_0x3628d3){return _0x319814!==_0x3628d3;},'rYJBB':'uqAhU','ctuZF':_0x7aa4de(0x2db,0x2b9,0x286,_0x29aed7._0x121489),'trTUA':function(_0x450b2d,_0x48a9e1,_0xae12db){return _0x450b2d(_0x48a9e1,_0xae12db);},'BeJYb':function(_0x356f36,_0x3528aa,_0x4801b5){return _0x356f36(_0x3528aa,_0x4801b5);},'aKrLV':function(_0x545a52,_0x3f7a43,_0xb09184){return _0x545a52(_0x3f7a43,_0xb09184);},'Nfwvz':_0x4d75fe(0x175,_0x29aed7._0xf73529,0x1b6,0x20e)+_0x7aa4de(0x2f9,_0x29aed7._0xbc8f60,_0x29aed7._0x15b9b9,_0x29aed7._0x3bcc48)+_0x4d75fe(_0x29aed7._0x223fce,0x1d2,0x179,0x13e)},_0x1d9956=_0x45a9cd[_0x4d75fe(_0x29aed7._0x4d5190,0x1c8,0x1b3,_0x29aed7._0x45bc0b)]||_0x5c6cf3;if(_0x24325d[_0x4d75fe(_0x29aed7._0x500d74,0x1be,_0x29aed7._0x3882a8,0x1bb)](!_0x1194dc,!_0x2f9535))throw new Error(_0x24325d['gRKQt']);const _0x29d8cb=await _0x24325d[_0x7aa4de(0x2cc,0x31d,0x33e,_0x29aed7._0x1569f9)](getEncryptionKey,_0x45a9cd),_0x386084=await loadTokenStorage(_0x45a9cd),_0x3648ee=_0x386084[_0x7aa4de(_0x29aed7._0x2e32f,_0x29aed7._0x3bcc48,_0x29aed7._0x20e277,0x2ab)]?.[_0x1194dc]?.[_0x2f9535];if(!_0x3648ee){if(_0x24325d[_0x4d75fe(0x22e,_0x29aed7._0x1d6cce,_0x29aed7._0x163982,0x1f8)](_0x24325d[_0x4d75fe(_0x29aed7._0x470681,0x188,_0x29aed7._0x2c80a2,0x1a9)],_0x4d75fe(0x14e,0x1c7,_0x29aed7._0x2fcefd,0x188)))_0x3197e8[_0x7aa4de(0x351,0x339,_0x29aed7._0x432f73,0x34f)+'in']=_0x401c7b[_0x4d75fe(_0x29aed7._0x135278,0x203,_0x29aed7._0x53c6a1,0x1e8)+'in'];else throw new Error(_0x4d75fe(0x11c,_0x29aed7._0x49f548,_0x29aed7._0x12c3e8,_0x29aed7._0x1423bb)+_0x7aa4de(_0x29aed7._0x14ac4d,_0x29aed7._0x496cc5,_0x29aed7._0x58ecbc,_0x29aed7._0xecfa3b)+_0x7aa4de(0x37c,0x363,_0x29aed7._0x4a371c,0x321)+_0x1194dc+(_0x4d75fe(_0x29aed7._0x49f548,0x140,0x148,_0x29aed7._0x33ec1c)+_0x4d75fe(0x19f,_0x29aed7._0x15c09d,_0x29aed7._0x50891e,0x1f2))+_0x2f9535);}if(_0x2b541d[_0x4d75fe(_0x29aed7._0x1d6cce,_0x29aed7._0x53c5af,0x1fd,_0x29aed7._0x568546)+'en']){if(_0x24325d[_0x4d75fe(_0x29aed7._0x594ec3,_0x29aed7._0x550acd,0x1e6,_0x29aed7._0xb6b4dc)](_0x24325d[_0x4d75fe(0x140,0x1a1,0x15e,0x19d)],'yunml'))throw new _0x590f9a(_0x7aa4de(0x2a6,_0x29aed7._0x5888d5,0x2f4,_0x29aed7._0x591747)+_0x7aa4de(0x328,0x309,0x305,0x2f2)+_0x7aa4de(0x3ab,0x363,0x312,_0x29aed7._0x1e8354)+_0x2376f2+(_0x7aa4de(_0x29aed7._0xd55b8b,_0x29aed7._0xc0831a,0x25b,_0x29aed7._0x5555a3)+_0x7aa4de(0x360,0x318,_0x29aed7._0x223cb0,0x352))+_0x1dec36);else _0x3648ee[_0x4d75fe(0x1b2,0x1b6,_0x29aed7._0xbc7f95,0x24b)+'en']=_0x24325d[_0x7aa4de(0x317,_0x29aed7._0x4cb789,_0x29aed7._0x4f0e43,_0x29aed7._0x3afb3d)](encrypt,_0x2b541d[_0x4d75fe(0x1b6,_0x29aed7._0xbc81fb,_0x29aed7._0x3d9118,0x1cd)+'en'],_0x29d8cb);}function _0x4d75fe(_0x106642,_0x3cf7b6,_0x59ff0a,_0x9845c1){return _0x166d7a(_0x106642-_0x31c026._0x2fdbfb,_0x3cf7b6-0x13a,_0x3cf7b6,_0x59ff0a-_0x31c026._0x5512b9);}_0x2b541d[_0x4d75fe(_0x29aed7._0x159e58,0x1bb,_0x29aed7._0x7621b4,0x1ed)+_0x4d75fe(_0x29aed7._0x53873a,0x191,0x1e8,_0x29aed7._0x5d2fab)]&&(_0x3648ee['refresh_to'+_0x4d75fe(_0x29aed7._0x28d5bd,_0x29aed7._0xff6930,0x1e8,0x1e1)]=_0x24325d[_0x4d75fe(_0x29aed7._0x946ccf,0x15a,0x1ac,_0x29aed7._0x46a81e)](encrypt,_0x2b541d[_0x4d75fe(_0x29aed7._0x4c244b,0x193,0x1a1,_0x29aed7._0x38d279)+_0x4d75fe(_0x29aed7._0x2dc66c,_0x29aed7._0x566d9c,0x1e8,_0x29aed7._0x53d7c2)],_0x29d8cb));_0x24325d['lmuie'](_0x2b541d['expires_at'],undefined)&&(_0x3648ee[_0x4d75fe(_0x29aed7._0xedff46,_0x29aed7._0x5e2697,_0x29aed7._0x2df8ce,_0x29aed7._0x4ac145)]=_0x2b541d[_0x4d75fe(_0x29aed7._0xd33d6,0x138,_0x29aed7._0x38d279,0x179)]);function _0x7aa4de(_0x163f37,_0x24130c,_0x61e604,_0x4fdd07){return _0x4819bd(_0x24130c- -_0x3a7046._0x1a0d32,_0x24130c-0x95,_0x61e604-0x146,_0x4fdd07);}await _0x24325d[_0x7aa4de(_0x29aed7._0x42c39a,_0x29aed7._0x28a5be,0x332,_0x29aed7._0x107c23)](saveTokenStorage,_0x386084,_0x45a9cd);const _0x49b06e={};_0x49b06e['userId']=_0x1194dc,_0x49b06e[_0x7aa4de(_0x29aed7._0x2ba044,0x2fc,0x2cc,0x340)+'me']=_0x2f9535,_0x1d9956['debug'](_0x24325d['Nfwvz'],_0x49b06e);}export async function deleteUserGitToken(_0x9a1775,_0xadb132,_0x4f4244={}){const _0x25fc00={_0xe3a263:0x2b2,_0x1ba930:0x25e,_0x84bf2e:0x2c1,_0x2b18aa:0x287,_0x4cefec:0x235,_0x2630f5:0x269,_0x407575:0x218,_0x3eb38b:0x3ca,_0x366fba:0x3e7,_0x265322:0x3a7,_0x2816f5:0x3d7,_0x1df37a:0x3c1,_0x5c4536:0x31a,_0x56312b:0x36d,_0x3a49cf:0x277,_0x27efac:0x217,_0x4431e8:0x275,_0x29b343:0x25d,_0x17f6fc:0x2d4,_0x53cf02:0x2ae,_0x543630:0x3e0,_0x339ea4:0x3fa,_0x9b0716:0x3bd,_0x52c613:0x369,_0x37eb5c:0x2e2,_0x3f4ed9:0x3c5,_0x50216a:0x2c8,_0x1be78b:0x3a8,_0x10282a:0x374,_0x562c75:0x31e,_0x328099:0x294,_0x2fa075:0x270,_0x2c7cba:0x32e,_0x1ea9b1:0x2b4,_0x116c80:0x23f,_0x181954:0x21e,_0x287aff:0x258,_0x29d59a:0x279,_0x33b738:0x39a,_0x20670f:0x397,_0x2cd57a:0x2e9,_0x2e1ec4:0x2c3,_0x5ae3f3:0x390,_0x55d319:0x379,_0x35fa08:0x35b,_0x276b61:0x3cc,_0x463567:0x397,_0x6a9b92:0x372,_0x407fc5:0x379,_0x2930bf:0x3bf,_0x40c242:0x2c8,_0x106918:0x316,_0xe3d4e2:0x3ae,_0x4eb498:0x41e,_0x5d4418:0x205,_0xe5263b:0x2a9},_0x51dfdd={_0x2f6387:0x114},_0x2fbc74={_0x47ec4b:0x1c2,_0x5b3515:0x1bf},_0x41fc62={'AZige':_0x59ba53(0x307,0x2a2,_0x25fc00._0xe3a263,_0x25fc00._0x1ba930)+_0x59ba53(_0x25fc00._0x84bf2e,0x2b6,_0x25fc00._0x2b18aa,0x2e2)+_0x59ba53(0x2a0,_0x25fc00._0x4cefec,_0x25fc00._0x2630f5,_0x25fc00._0x407575)+'ption\x20key','wsQBd':function(_0x45d1d8,_0x2c1622){return _0x45d1d8||_0x2c1622;},'QUEqG':function(_0x189056,_0x47a349){return _0x189056===_0x47a349;},'MQgxE':'User\x20ID\x20an'+_0x59ba53(0x218,0x240,0x252,0x23e)+'\x20name\x20are\x20'+'required','CUyVK':function(_0x4ff801,_0x2dc4f7){return _0x4ff801(_0x2dc4f7);},'rSYFE':function(_0x2e6a5d,_0x442974){return _0x2e6a5d===_0x442974;},'UNyOq':_0x291340(0x3be,0x37b,_0x25fc00._0x3eb38b,_0x25fc00._0x366fba),'mwnUg':function(_0x5bdd11,_0x19ef49){return _0x5bdd11===_0x19ef49;},'LkKYF':function(_0xa53506,_0x4a8027,_0x3152cc){return _0xa53506(_0x4a8027,_0x3152cc);},'bZSKx':_0x291340(_0x25fc00._0x265322,_0x25fc00._0x2816f5,_0x25fc00._0x1df37a,0x3e2)+_0x291340(0x315,_0x25fc00._0x5c4536,0x362,_0x25fc00._0x56312b)+_0x59ba53(_0x25fc00._0x3a49cf,0x232,0x264,0x22e)},_0x37d93c=_0x4f4244['logger']||_0x5c6cf3;if(_0x41fc62[_0x59ba53(_0x25fc00._0x27efac,_0x25fc00._0x4431e8,_0x25fc00._0x29b343,0x265)](!_0x9a1775,!_0xadb132)){if(_0x41fc62[_0x59ba53(_0x25fc00._0x17f6fc,0x272,_0x25fc00._0x53cf02,0x253)](_0x291340(0x38b,0x418,0x3e5,0x3bf),_0x291340(0x3d9,0x389,_0x25fc00._0x543630,_0x25fc00._0x339ea4))){const _0x321e6d={};_0x321e6d[_0x291340(_0x25fc00._0x9b0716,0x381,_0x25fc00._0x52c613,0x365)]=_0x3db2e1['message'],_0x5a4b9f['error'](_0x41fc62[_0x59ba53(0x315,0x2e1,_0x25fc00._0x37eb5c,0x2e0)],_0x321e6d);throw new _0x325394('Failed\x20to\x20'+_0x291340(_0x25fc00._0x3f4ed9,0x415,0x3ec,0x3db)+_0x59ba53(0x2da,0x27e,0x27f,_0x25fc00._0x50216a)+_0x291340(0x361,_0x25fc00._0x1be78b,_0x25fc00._0x10282a,_0x25fc00._0x562c75)+_0x44db3f['message']);}else throw new Error(_0x41fc62['MQgxE']);}const _0x4d048a=await _0x41fc62[_0x59ba53(_0x25fc00._0x328099,0x2b1,_0x25fc00._0x2fa075,0x22d)](loadTokenStorage,_0x4f4244);if(!_0x4d048a[_0x291340(_0x25fc00._0x2c7cba,0x359,0x379,0x3c1)]?.[_0x9a1775]?.[_0xadb132])return _0x41fc62[_0x59ba53(_0x25fc00._0x1ea9b1,_0x25fc00._0x116c80,0x260,_0x25fc00._0x181954)]('skiou',_0x41fc62['UNyOq'])?_0x2d2d31:![];delete _0x4d048a[_0x59ba53(0x2a6,0x209,_0x25fc00._0x287aff,_0x25fc00._0x29d59a)][_0x9a1775][_0xadb132];_0x41fc62[_0x291340(0x383,0x384,_0x25fc00._0x33b738,_0x25fc00._0x20670f)](Object[_0x59ba53(_0x25fc00._0x2cd57a,0x2f2,_0x25fc00._0x2e1ec4,0x302)](_0x4d048a[_0x291340(_0x25fc00._0x5ae3f3,0x3c0,_0x25fc00._0x55d319,_0x25fc00._0x35fa08)][_0x9a1775])[_0x291340(0x3d2,0x3e1,_0x25fc00._0x276b61,_0x25fc00._0x463567)],-0x7*-0x93+-0x2*-0xc44+-0x1c8d)&&delete _0x4d048a[_0x291340(0x37c,_0x25fc00._0x6a9b92,_0x25fc00._0x407fc5,_0x25fc00._0x2930bf)][_0x9a1775];await _0x41fc62['LkKYF'](saveTokenStorage,_0x4d048a,_0x4f4244);const _0xa4e30a={};function _0x291340(_0x17ac02,_0x3928af,_0x11389e,_0xd65784){return _0x166d7a(_0x17ac02-_0x2fbc74._0x47ec4b,_0x3928af-_0x2fbc74._0x5b3515,_0xd65784,_0x11389e-0x2ff);}function _0x59ba53(_0x324f61,_0x3cda38,_0x11092f,_0x54b982){return _0x166d7a(_0x324f61-0x79,_0x3cda38-_0x51dfdd._0x2f6387,_0x3cda38,_0x11092f-0x1de);}return _0xa4e30a[_0x59ba53(0x2a7,0x313,_0x25fc00._0x40c242,_0x25fc00._0x106918)]=_0x9a1775,_0xa4e30a['providerNa'+'me']=_0xadb132,_0x37d93c[_0x291340(_0x25fc00._0xe3d4e2,_0x25fc00._0x4eb498,0x3d4,0x3fb)](_0x41fc62[_0x59ba53(_0x25fc00._0x5d4418,_0x25fc00._0xe5263b,0x25a,0x291)],_0xa4e30a),!![];}export async function deleteAllUserGitTokens(_0x46f6f6,_0x110fc0={}){const _0xad07f0={_0x1f7fd0:0x119,_0x451b0d:0xfc,_0xd8fe67:0xde,_0x4813de:0xc3,_0x325982:0x8b,_0x4d04fb:0x48,_0x2f45e1:0xa0,_0xe2f37e:0x45,_0xf99c6e:0x13b,_0x3bd6ce:0x14d,_0x47f140:0x199,_0x41d869:0x189,_0x3e013a:0xe2,_0x368fbe:0x12a,_0x31a75a:0x137,_0x4a9f0f:0x135,_0x25eadd:0x11b,_0x50c8ec:0x123,_0x25e17d:0xa4,_0x32d92a:0x2b,_0x2e21c4:0x69,_0x3012f9:0x126,_0x4b5c84:0x1a2,_0x5927f3:0x13d,_0x11f079:0x13c,_0x18cb1f:0x160,_0x17efa1:0x189,_0x3d9620:0x13e,_0x23a6bf:0x57},_0x23e254={_0x5e36c3:0x3bd,_0x44339d:0x1a4};function _0x16c349(_0x3647c4,_0x39b432,_0x5f55cc,_0x277494){return _0x4819bd(_0x39b432- -_0x23e254._0x5e36c3,_0x39b432-0x8a,_0x5f55cc-_0x23e254._0x44339d,_0x3647c4);}const _0x154d13={'PUdLm':function(_0x4f8417,_0xbdf46c){return _0x4f8417(_0xbdf46c);},'IyLLA':function(_0x54649b,_0x258441,_0x2ce895){return _0x54649b(_0x258441,_0x2ce895);}},_0x98ad6d=_0x110fc0[_0x5281b1(_0xad07f0._0x1f7fd0,0x128,_0xad07f0._0x451b0d,0x14e)]||_0x5c6cf3;if(!_0x46f6f6)throw new Error(_0x5281b1(0x114,_0xad07f0._0xd8fe67,_0xad07f0._0x4813de,_0xad07f0._0x325982)+'\x20required');const _0x371e2c=await _0x154d13[_0x16c349(0x51,_0xad07f0._0x4d04fb,0xa2,0x8c)](loadTokenStorage,_0x110fc0);if(!_0x371e2c[_0x16c349(-_0xad07f0._0x2f45e1,-_0xad07f0._0xe2f37e,-0x7d,-0x4d)]?.[_0x46f6f6])return-0x51+0xa11*-0x1+0xa62;const _0x25291f=Object[_0x5281b1(_0xad07f0._0xf99c6e,_0xad07f0._0x3bd6ce,_0xad07f0._0x47f140,_0xad07f0._0x41d869)](_0x371e2c[_0x5281b1(0xeb,_0xad07f0._0x3e013a,0x8d,_0xad07f0._0x368fbe)][_0x46f6f6])[_0x5281b1(_0xad07f0._0x31a75a,_0xad07f0._0x4a9f0f,0x153,_0xad07f0._0x25eadd)];delete _0x371e2c[_0x5281b1(0xef,0xe2,_0xad07f0._0x50c8ec,_0xad07f0._0x25e17d)][_0x46f6f6],await _0x154d13['IyLLA'](saveTokenStorage,_0x371e2c,_0x110fc0);const _0x8960c0={};function _0x5281b1(_0x274c26,_0x4d431a,_0x49a09b,_0x270f6f){return _0x166d7a(_0x274c26-0x47,_0x4d431a-0x77,_0x49a09b,_0x4d431a-0x68);}return _0x8960c0[_0x16c349(0x36,_0xad07f0._0x32d92a,_0xad07f0._0x2e21c4,0x3e)]=_0x46f6f6,_0x8960c0[_0x5281b1(_0xad07f0._0x3012f9,0x166,_0xad07f0._0x4b5c84,0x15c)+'nt']=_0x25291f,_0x98ad6d[_0x5281b1(0x169,_0xad07f0._0x5927f3,_0xad07f0._0x11f079,0x10b)](_0x5281b1(0x133,_0xad07f0._0x18cb1f,_0xad07f0._0x17efa1,_0xad07f0._0x3d9620)+_0x16c349(0x5,-_0xad07f0._0x23a6bf,-0x6e,-0x1)+'ns\x20for\x20use'+'r',_0x8960c0),_0x25291f;}export function isTokenExpiringSoon(_0x38fa5a,_0x246f3a=0x190*-0x17+0xa*-0x3d6+0x4a6a){const _0xf9526f={_0x224ea8:0x53a,_0x152868:0x4e3,_0x41531b:0x3c5,_0x1027c7:0x443,_0x53a69a:0x522,_0x48f9e1:0x4f3,_0x1ded78:0x541,_0x4cfe68:0x53a,_0x5571a7:0x4eb},_0x189760={_0x42607a:0x16a,_0x56f11b:0xf1},_0x3479cc={_0xe1d224:0x65,_0x144e90:0x75},_0x2ddc45={};function _0x5500d8(_0x11c6c6,_0x4a54c2,_0x1faedd,_0x328ea6){return _0x4819bd(_0x4a54c2-_0x3479cc._0xe1d224,_0x4a54c2-0x137,_0x1faedd-_0x3479cc._0x144e90,_0x11c6c6);}_0x2ddc45[_0x5500d8(0x3d1,0x41d,0x3c9,0x3c2)]=function(_0x6e99db,_0x3b98b8){return _0x6e99db*_0x3b98b8;},_0x2ddc45[_0xe38f33(_0xf9526f._0x224ea8,0x4e6,_0xf9526f._0x152868,0x52c)]=function(_0x3bc842,_0x4eac51){return _0x3bc842-_0x4eac51;};const _0x296356=_0x2ddc45;if(!_0x38fa5a)return![];const _0x1a0ff0=new Date(_0x38fa5a)['getTime'](),_0x7df3e9=Date['now']();function _0xe38f33(_0x3feaed,_0x3af2e8,_0x34930f,_0x4314c0){return _0x4819bd(_0x3feaed-_0x189760._0x42607a,_0x3af2e8-0x1e8,_0x34930f-_0x189760._0x56f11b,_0x3af2e8);}const _0x53a956=_0x296356[_0x5500d8(0x44c,0x41d,_0xf9526f._0x41531b,_0xf9526f._0x1027c7)](_0x296356[_0xe38f33(_0xf9526f._0x53a69a,_0xf9526f._0x48f9e1,_0xf9526f._0x1ded78,0x541)](_0x246f3a,-0xb*0x1af+0x14eb+-0x22a),0x49d*0x1+-0x59b+0x4e6);return _0x296356[_0xe38f33(_0xf9526f._0x224ea8,_0xf9526f._0x4cfe68,0x581,_0xf9526f._0x5571a7)](_0x1a0ff0,_0x7df3e9)<=_0x53a956;}export function isTokenExpired(_0x11423c){const _0x2c54db={_0x403044:0x154,_0x5adfe5:0x15f,_0x1c90b4:0x1b1,_0x1b2246:0x3d9,_0x33d13b:0x3cb,_0x3d9ef2:0x41d,_0x4b5642:0x3ce,_0x25f9e9:0x3b3,_0x396eec:0x3db,_0x2e8734:0x3a9,_0x3ec23b:0x1c7,_0x309d46:0x1b1,_0x130151:0x206,_0xf5c2f4:0x1bd,_0x2f6d74:0x165,_0x864685:0x1ac,_0x536f6a:0x141},_0x189c50={_0x140049:0x134,_0x295c17:0x361},_0x29bdab={_0xfd8aa6:0x1d2};function _0x2be834(_0x3d43b6,_0x3089e2,_0x1e07f5,_0x3eea33){return _0x166d7a(_0x3d43b6-0xe8,_0x3089e2-_0x29bdab._0xfd8aa6,_0x1e07f5,_0x3089e2-0xf2);}const _0x3a4249={};_0x3a4249[_0x20640b(0x3d9,0x399,0x386,0x3c6)]=function(_0x4f0f98,_0x34460e){return _0x4f0f98!==_0x34460e;},_0x3a4249[_0x2be834(_0x2c54db._0x403044,_0x2c54db._0x5adfe5,0x1b7,_0x2c54db._0x1c90b4)]='EFCJG',_0x3a4249[_0x2be834(0x1e5,0x1b1,0x197,0x1fb)]=function(_0x5848b6,_0x174a88){return _0x5848b6<_0x174a88;};function _0x20640b(_0x4375a8,_0x4fd785,_0x4d9cfb,_0x11387c){return _0x166d7a(_0x4375a8-_0x189c50._0x140049,_0x4fd785-0x1c1,_0x4fd785,_0x4375a8-_0x189c50._0x295c17);}const _0x3fbe8f=_0x3a4249;if(!_0x11423c){if(_0x3fbe8f[_0x20640b(_0x2c54db._0x1b2246,_0x2c54db._0x33d13b,_0x2c54db._0x3d9ef2,0x3d2)](_0x3fbe8f['CXUGs'],_0x3fbe8f[_0x20640b(_0x2c54db._0x4b5642,0x3de,0x3b4,_0x2c54db._0x25f9e9)]))_0x4a13e9[_0x20640b(_0x2c54db._0x396eec,0x3e3,_0x2c54db._0x2e8734,0x387)]={};else return![];}return _0x3fbe8f[_0x2be834(_0x2c54db._0x3ec23b,_0x2c54db._0x309d46,0x186,0x175)](new Date(_0x11423c)[_0x2be834(0x22e,0x1f1,_0x2c54db._0x130151,_0x2c54db._0xf5c2f4)](),Date[_0x2be834(_0x2c54db._0x2f6d74,0x153,_0x2c54db._0x864685,_0x2c54db._0x536f6a)]());}function _0x76a5(_0x536d4c,_0x492472){_0x536d4c=_0x536d4c-(-0x2539+0xbaf+0x1aac);const _0x57dc11=_0x131e();let _0x4d9626=_0x57dc11[_0x536d4c];if(_0x76a5['RfxCEq']===undefined){var _0x383ac4=function(_0x205494){const _0x2463a4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x7792c3='',_0x987753='';for(let _0x14126f=0x1ab3+0x2f8+-0x1dab,_0x46f32f,_0x289838,_0x4cdd1d=-0xaf*0xb+-0x20f+0x994;_0x289838=_0x205494['charAt'](_0x4cdd1d++);~_0x289838&&(_0x46f32f=_0x14126f%(0x1572+-0xde8+0x6*-0x141)?_0x46f32f*(-0x229*-0x1+0x1158+-0x1341)+_0x289838:_0x289838,_0x14126f++%(0x5*0x9b+-0x1e76+-0x1*-0x1b73))?_0x7792c3+=String['fromCharCode'](-0x244b+0x16c5+0xb1*0x15&_0x46f32f>>(-(-0xd*-0x2ca+-0x10+-0x2430)*_0x14126f&0x82*0x47+0x26f7+0x1*-0x4aff)):0x11f*0x15+0xe7a+-0x2605){_0x289838=_0x2463a4['indexOf'](_0x289838);}for(let _0x31ef9b=-0xd99+-0x3*0x4c1+0x4*0x6f7,_0x3ab2b4=_0x7792c3['length'];_0x31ef9b<_0x3ab2b4;_0x31ef9b++){_0x987753+='%'+('00'+_0x7792c3['charCodeAt'](_0x31ef9b)['toString'](0x65*-0x4a+0x3*-0x64a+0x1b8*0x1c))['slice'](-(0xb43+-0xbd7*-0x3+-0x2ec6));}return decodeURIComponent(_0x987753);};_0x76a5['ByuWDa']=_0x383ac4,_0x76a5['RNfUhc']={},_0x76a5['RfxCEq']=!![];}const _0x43ea0a=_0x57dc11[0x1*0x1cc1+0x101b+-0x2cdc],_0x4fed85=_0x536d4c+_0x43ea0a,_0x5ebae2=_0x76a5['RNfUhc'][_0x4fed85];return!_0x5ebae2?(_0x4d9626=_0x76a5['ByuWDa'](_0x4d9626),_0x76a5['RNfUhc'][_0x4fed85]=_0x4d9626):_0x4d9626=_0x5ebae2,_0x4d9626;}export async function getUserConnectionStatus(_0x5515a6,_0x52e173={}){const _0x40deca={_0x3eae63:0x564,_0x431213:0x54d,_0x268ae9:0x20c,_0x39e01c:0x1da,_0x33f11d:0x1ba,_0x3418d7:0x17e,_0x548c84:0x5de,_0x2856c6:0x593,_0x109d72:0x5b1,_0x54af65:0x591,_0x330945:0x580,_0x55b4d9:0x593,_0x36585d:0x529,_0x44ff9a:0x549,_0x2b78fe:0x4e5,_0x71be54:0x19a,_0x19ba02:0x177,_0xe451f4:0x551,_0x2ec230:0x4db,_0x3e7453:0x505},_0x235074={_0x500bef:0x1db},_0x3eafe3={_0x1d9356:0x19e},_0x27bed5=await loadTokenStorage(_0x52e173),_0x56bcd2=_0x27bed5[_0x53a518(_0x40deca._0x3eae63,_0x40deca._0x431213,0x4eb,0x52b)]?.[_0x5515a6];if(!_0x56bcd2)return{};const _0x256c17={};function _0x53a518(_0x404dcc,_0x117067,_0xf497ef,_0x5a2209){return _0x4819bd(_0x5a2209-0x1b3,_0x117067-0x1c,_0xf497ef-_0x3eafe3._0x1d9356,_0xf497ef);}function _0x5eaca9(_0x2f669e,_0xb5b201,_0x38555e,_0x423dbb){return _0x4819bd(_0x423dbb- -_0x235074._0x500bef,_0xb5b201-0x43,_0x38555e-0xe2,_0xb5b201);}for(const [_0x8872a5,_0xcb1f73]of Object[_0x5eaca9(_0x40deca._0x268ae9,_0x40deca._0x39e01c,0x1ba,_0x40deca._0x33f11d)](_0x56bcd2)){const _0xc67a7={};_0xc67a7['connected']=!![],_0xc67a7[_0x5eaca9(_0x40deca._0x3418d7,0x14b,0x15d,0x19e)]=_0xcb1f73['expires_at'],_0xc67a7[_0x53a518(0x5b9,0x5e5,_0x40deca._0x548c84,_0x40deca._0x2856c6)+'in']=_0xcb1f73[_0x53a518(_0x40deca._0x109d72,_0x40deca._0x54af65,_0x40deca._0x330945,_0x40deca._0x55b4d9)+'in'],_0xc67a7[_0x53a518(0x508,0x520,_0x40deca._0x36585d,_0x40deca._0x44ff9a)+_0x53a518(_0x40deca._0x2b78fe,0x55a,0x56a,0x52a)]=_0xcb1f73[_0x5eaca9(_0x40deca._0x71be54,0x19b,_0x40deca._0x19ba02,0x1bb)+'name'],_0xc67a7['connected_'+'at']=_0xcb1f73[_0x53a518(_0x40deca._0xe451f4,_0x40deca._0x2ec230,_0x40deca._0x36585d,_0x40deca._0x3e7453)+'at'],_0x256c17[_0x8872a5]=_0xc67a7;}return _0x256c17;}
1
+ function _0x101345(_0x34a5fa,_0x4fc54f,_0x33a24f,_0x4495fe){return _0x10bb(_0x4fc54f-0x2ce,_0x33a24f);}(function(_0x3be3a8,_0x2844b4){const _0x31b295={_0x2a6552:0xde,_0x4afc2d:0xc5,_0x4e2b4a:0xe5,_0x3aef10:0xa8,_0x2d4cdf:0x231,_0x3b2ff6:0x1e6,_0x1982ef:0x1fc,_0x15ca0d:0x19f,_0x5dba72:0xc0,_0x3247f9:0x82,_0x3493ed:0x110,_0x35eb83:0x227,_0x58b4f5:0x209,_0x2417d6:0x246,_0x122734:0x1ee,_0x41239a:0x47,_0x1558de:0xe9,_0x828944:0x21d,_0x416506:0x227,_0x421180:0x1f9},_0x451ddc=_0x3be3a8();function _0x2a6483(_0x13edc8,_0x547a59,_0x54208c,_0x6919d7){return _0x10bb(_0x13edc8- -0x303,_0x6919d7);}function _0x1df250(_0x34d1b7,_0x2ea2e9,_0x120f88,_0x5e371a){return _0x10bb(_0x5e371a- -0x187,_0x2ea2e9);}while(!![]){try{const _0x3494c9=parseInt(_0x1df250(-_0x31b295._0x2a6552,-_0x31b295._0x4afc2d,-_0x31b295._0x4e2b4a,-_0x31b295._0x3aef10))/(-0x92*-0x13+0x12aa+-0x1d7f)*(-parseInt(_0x2a6483(-_0x31b295._0x2d4cdf,-0x1ed,-0x26d,-0x206))/(-0x2*0x12fb+-0x1200+0x37f8))+-parseInt(_0x2a6483(-_0x31b295._0x3b2ff6,-0x17f,-_0x31b295._0x1982ef,-_0x31b295._0x15ca0d))/(-0x13*-0x171+0x1b87+-0x1*0x36e7)+-parseInt(_0x1df250(-_0x31b295._0x5dba72,-_0x31b295._0x3247f9,-0x6e,-0x66))/(0x241a+0x1e3a+-0x4250)*(-parseInt(_0x1df250(-_0x31b295._0x3493ed,-0xcb,-0x112,-0xf0))/(0x6e*-0x1f+0x769+0x5ee))+parseInt(_0x2a6483(-_0x31b295._0x35eb83,-0x1c8,-0x222,-_0x31b295._0x58b4f5))/(-0x7*-0x463+-0x920+-0x158f)*(parseInt(_0x2a6483(-_0x31b295._0x2417d6,-_0x31b295._0x122734,-0x225,-0x22f))/(-0x1*0x11f5+0x1*-0xb5b+-0x103*-0x1d))+-parseInt(_0x1df250(-_0x31b295._0x41239a,-_0x31b295._0x1558de,-0x35,-0x89))/(-0x3*0xced+0xd5f+0x32e*0x8)+-parseInt(_0x1df250(-0x3b,-0x37,-0x19,-0x63))/(-0x5b*0x57+0x1*0x91e+0x15d8)+parseInt(_0x2a6483(-0x259,-0x2b7,-0x291,-0x220))/(-0x676+-0x1*-0xa8+0x5d8)*(parseInt(_0x2a6483(-_0x31b295._0x828944,-_0x31b295._0x416506,-0x270,-_0x31b295._0x421180))/(-0x988*0x1+0xf97+-0xa*0x9a));if(_0x3494c9===_0x2844b4)break;else _0x451ddc['push'](_0x451ddc['shift']());}catch(_0x1a0ad0){_0x451ddc['push'](_0x451ddc['shift']());}}}(_0x3604,-0x3d91*0x5+-0x1*-0x18f68+0x26*0xd30));import{promises as _0x58df1a}from'fs';import{existsSync}from'fs';import _0x2d6593 from'path';import _0x57871e from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x3c347e}from'./logger.js';const TOKENS_FILE='user-git-t'+_0x101345(0x404,0x3b2,0x3b9,0x37e),ENCRYPTION_KEY_FILE=_0x5f2d0a(-0x43,-0x48,0x1b,-0x18)+'-key',ALGORITHM=_0x5f2d0a(-0x18,-0x5c,-0x43,-0x46)+'m',KEY_LENGTH=-0x16b4*-0x1+0x7eb+-0x1e7f*0x1,IV_LENGTH=-0x1*0x970+-0x76*0x2b+-0x3*-0x9c6,AUTH_TAG_LENGTH=-0x20e*0x10+-0x6e3+0x27d3;let encryptionKeyCache=null;async function getEncryptionKey(_0x4d2f6d={}){const _0x446813={_0x159522:0x3c4,_0x34fc19:0x3a8,_0x367eff:0x370,_0x42fa62:0x288,_0x4ccef9:0x2e6,_0xcde574:0x2ca,_0x556908:0x3c4,_0x5a97b9:0x428,_0x4c2f5e:0x40f,_0x5e518c:0x353,_0x5e0c47:0x2c6,_0x30c2bd:0x35b,_0x1b1b2b:0x3be,_0x20b7f0:0x3c0,_0x46f8c7:0x3e8,_0x5c34e9:0x2c0,_0x36dc04:0x2cf,_0x102667:0x32f,_0x3d38fb:0x474,_0x48e2df:0x321,_0x24a43a:0x2d3,_0x5236d3:0x2df,_0x4e1174:0x435,_0x3ede04:0x2f6,_0x3a802f:0x279,_0x554ac3:0x223,_0x5ab901:0x3f5,_0x43e6ed:0x429,_0x8a8b6d:0x39c,_0x254f98:0x33b,_0x11de7b:0x303,_0x4d77e1:0x28f,_0x126baa:0x378,_0x4978d3:0x361,_0x54e745:0x3e2,_0x528bb7:0x41c,_0x739318:0x282,_0xedcb75:0x296,_0x48af1c:0x2e3,_0x1a5e55:0x441,_0x20d127:0x492,_0x2556d2:0x2ab,_0x3eaeee:0x325,_0x5e90ef:0x393,_0x4f79a1:0x36d,_0x438ba3:0x396,_0x3ff459:0x3a9,_0x15c2d7:0x448,_0x4526c5:0x37f,_0x18fd25:0x3e3,_0x21c566:0x266,_0x561d32:0x283,_0x5c8b3d:0x272,_0x365e77:0x292,_0x23915a:0x2d1,_0x3012c7:0x349,_0x40e29f:0x3c7,_0x3f7b41:0x3e5,_0x11a1c1:0x3eb,_0x73a5d7:0x2b5,_0x53a8bc:0x2c5,_0x3431ff:0x286,_0xf6baba:0x29a,_0x129dff:0x2dc,_0x2b8987:0x2e1,_0x11c6be:0x438,_0x46ee39:0x427,_0x2d6e41:0x360,_0x18e8af:0x470,_0x3584bd:0x45c,_0x2e4fcd:0x416,_0x16e8e4:0x431,_0x98b793:0x375,_0x5b313b:0x2b3,_0x186bbe:0x3a0,_0x301de1:0x405,_0x331211:0x3e4,_0x2e6cd2:0x327,_0x918d97:0x3c8,_0x709496:0x3ae,_0x4c8f56:0x3ba,_0xdc4189:0x3f2,_0x5f5f43:0x3dd,_0x480426:0x435,_0x58fb5c:0x417,_0x5d766a:0x419,_0x47bd1c:0x23a,_0x37c3ce:0x25f,_0x3fe51c:0x264,_0x2c7d7a:0x225,_0x43dd47:0x279,_0x375dfb:0x2dd,_0x26eedf:0x247,_0x31f4bf:0x216,_0x1235e7:0x321,_0x57679b:0x39d,_0x3eeec4:0x3cc,_0xbb81e4:0x314,_0x23766e:0x36f,_0x30688b:0x3d5,_0x3c7e28:0x366,_0x9be6ad:0x3b8,_0x1557c3:0x3b7,_0x5b3a0d:0x301,_0x489c59:0x31f,_0x32b5a3:0x335,_0x424feb:0x2ce,_0x44a84d:0x28e,_0x24dae4:0x42a,_0x2cf621:0x3b2,_0x3531cd:0x243,_0x76e5b3:0x3af,_0x17711c:0x37d,_0x1f7687:0x3ca,_0x552278:0x3d3,_0x79778f:0x422,_0x52a60e:0x3a7,_0x2fde36:0x3f8,_0x1f5c86:0x2b5,_0x1d76a3:0x258,_0x2c898a:0x28e,_0x13643f:0x2f4,_0x283c98:0x2f8,_0x4a9182:0x3ab,_0x44018a:0x297,_0x2e451d:0x415,_0x38028d:0x3ea,_0x2a4fd:0x43c},_0x48a94c={_0x5a73f2:0x159},_0x1f373e={_0x30e363:0x128,_0xd6532:0x67f},_0x4b06dd={'nEWnk':function(_0x4dbffe,_0x5240db){return _0x4dbffe*_0x5240db;},'Rnyqs':function(_0x3d1ca3,_0x416fbe){return _0x3d1ca3*_0x416fbe;},'MmqXr':function(_0xf35694,_0x4d4931){return _0xf35694<=_0x4d4931;},'yAlfj':function(_0x264a02,_0x5017e6){return _0x264a02-_0x5017e6;},'kDhMM':function(_0x5227fa,_0x263cec,_0x2ecaec){return _0x5227fa(_0x263cec,_0x2ecaec);},'YsQcR':function(_0x519e57,_0xbdcba4){return _0x519e57!==_0xbdcba4;},'tRmJc':'QUUOk','awYhD':_0x41915f(_0x446813._0x159522,_0x446813._0x34fc19,_0x446813._0x367eff,0x375),'EpPEE':function(_0x5873e2,_0x4d15c7){return _0x5873e2(_0x4d15c7);},'kvZsZ':_0x1711a8(-_0x446813._0x42fa62,-0x2ea,-0x29f,-_0x446813._0x4ccef9),'KEBPp':_0x41915f(0x34d,_0x446813._0x367eff,0x39e,0x383),'QQynj':'utf-8','uErwh':_0x1711a8(-0x322,-0x2f9,-0x338,-_0x446813._0xcde574)+_0x41915f(_0x446813._0x556908,_0x446813._0x5a97b9,0x3d5,_0x446813._0x4c2f5e)+_0x41915f(0x394,0x389,0x3c5,0x39a)+_0x1711a8(-_0x446813._0x5e518c,-0x2fd,-_0x446813._0x5e0c47,-_0x446813._0x30c2bd)+_0x1711a8(-0x2ed,-0x304,-0x2ca,-0x30b)+'y','dxIyW':function(_0x509254,_0x35919f){return _0x509254!==_0x35919f;},'xEfpb':_0x41915f(_0x446813._0x1b1b2b,0x3c3,_0x446813._0x20b7f0,_0x446813._0x46f8c7),'gbqMc':_0x1711a8(-_0x446813._0x5c34e9,-_0x446813._0x36dc04,-_0x446813._0x102667,-0x2d9)+_0x41915f(_0x446813._0x3d38fb,0x3be,0x3fd,0x423)+_0x1711a8(-_0x446813._0x48e2df,-0x2f6,-_0x446813._0x24a43a,-0x2b6)+_0x1711a8(-0x27c,-0x2ba,-_0x446813._0x5236d3,-0x2eb)+_0x41915f(_0x446813._0x4e1174,0x3a6,0x404,0x3d5)+'g\x20new\x20one','mYHwJ':_0x1711a8(-_0x446813._0x3ede04,-0x31c,-0x2bc,-0x358)+_0x1711a8(-0x2a0,-_0x446813._0x3a802f,-_0x446813._0x554ac3,-0x282)+'Auth\x20encry'+_0x41915f(_0x446813._0x5ab901,0x3ca,0x460,_0x446813._0x43e6ed),'KoUsJ':_0x41915f(0x351,_0x446813._0x8a8b6d,0x353,0x38a),'Ipsdh':_0x1711a8(-_0x446813._0x254f98,-_0x446813._0x11de7b,-0x343,-0x2e5),'KZiLw':_0x1711a8(-0x29f,-0x28c,-_0x446813._0x4d77e1,-0x2e2)+'encryption'+_0x41915f(_0x446813._0x126baa,0x38c,_0x446813._0x4978d3,0x37f)+_0x41915f(_0x446813._0x54e745,0x3bf,_0x446813._0x528bb7,0x3c3)+_0x1711a8(-0x263,-_0x446813._0x739318,-_0x446813._0xedcb75,-_0x446813._0x48af1c),'eKqxp':_0x41915f(0x423,_0x446813._0x1a5e55,_0x446813._0x20d127,0x432),'YcqLB':_0x1711a8(-0x313,-0x2cf,-0x2f3,-_0x446813._0x2556d2)+_0x41915f(0x333,_0x446813._0x3eaeee,_0x446813._0x5e90ef,_0x446813._0x4f79a1)+_0x41915f(_0x446813._0x438ba3,0x3f0,_0x446813._0x3ff459,0x395)+_0x1711a8(-0x2af,-0x262,-0x25c,-0x221)},_0x10556a=_0x4d2f6d[_0x41915f(0x3bb,_0x446813._0x15c2d7,_0x446813._0x4526c5,_0x446813._0x18fd25)]||_0x3c347e,_0x50340f=_0x4d2f6d['dataDir']||DATA_DIR;if(encryptionKeyCache){if(_0x4b06dd[_0x1711a8(-0x2b3,-_0x446813._0x21c566,-_0x446813._0x561d32,-_0x446813._0x5c8b3d)](_0x4b06dd['tRmJc'],_0x4b06dd[_0x1711a8(-_0x446813._0x365e77,-_0x446813._0x23915a,-0x278,-0x331)]))return encryptionKeyCache;else{if(!_0x11f881)return![];const _0x55e54a=new _0x406c89(_0x47ed66)[_0x41915f(0x401,_0x446813._0x3012c7,_0x446813._0x46f8c7,0x3b0)](),_0x199328=_0x4dcd47[_0x41915f(_0x446813._0x40e29f,_0x446813._0x3f7b41,0x40e,_0x446813._0x11a1c1)](),_0x2bbd29=_0x4b06dd['nEWnk'](_0x4b06dd[_0x1711a8(-_0x446813._0x73a5d7,-_0x446813._0x53a8bc,-0x30f,-_0x446813._0x3431ff)](_0xdb147a,-0x358+-0x5*-0x786+-0x220a),0x1b80+0x1*-0xb1b+-0x8b*0x17);return _0x4b06dd[_0x1711a8(-_0x446813._0xf6baba,-_0x446813._0x129dff,-0x312,-_0x446813._0x2b8987)](_0x4b06dd[_0x41915f(0x3d5,0x39c,0x346,0x3a2)](_0x55e54a,_0x199328),_0x2bbd29);}}const _0x13463f=_0x2d6593[_0x41915f(0x3d3,0x3fb,0x396,0x3f3)](_0x50340f,ENCRYPTION_KEY_FILE);if(_0x4b06dd['EpPEE'](existsSync,_0x13463f)){if(_0x4b06dd[_0x41915f(0x409,_0x446813._0x528bb7,_0x446813._0x11c6be,_0x446813._0x46ee39)]===_0x4b06dd[_0x41915f(0x354,_0x446813._0x2d6e41,0x374,0x393)])_0x4f9242['access_tok'+'en']=_0x4b06dd['kDhMM'](_0x52a98b,_0x2630e2[_0x1711a8(-0x340,-0x2e4,-0x311,-0x2d6)+'en'],_0x5f2ab2);else try{const _0x5322f5=await _0x58df1a[_0x41915f(_0x446813._0x18e8af,_0x446813._0x3584bd,0x3d0,0x42a)](_0x13463f,_0x4b06dd[_0x41915f(_0x446813._0x2e4fcd,0x3ec,0x45f,_0x446813._0x16e8e4)]);return encryptionKeyCache=Buffer['from'](_0x5322f5[_0x1711a8(-_0x446813._0x98b793,-0x310,-0x30f,-_0x446813._0x5b313b)](),'hex'),_0x10556a['debug'](_0x4b06dd[_0x41915f(_0x446813._0x186bbe,0x3ae,_0x446813._0x301de1,_0x446813._0x331211)]),encryptionKeyCache;}catch(_0x48693c){if(_0x4b06dd[_0x41915f(0x350,_0x446813._0x2e6cd2,0x333,0x36a)](_0x4b06dd['xEfpb'],_0x41915f(_0x446813._0x918d97,_0x446813._0x709496,0x3f3,0x3cd))){const _0x56a1f5={};_0x56a1f5['error']=_0x48693c[_0x41915f(_0x446813._0x4c8f56,_0x446813._0xdc4189,_0x446813._0x4c8f56,_0x446813._0x5f5f43)],_0x10556a[_0x41915f(0x3f7,_0x446813._0x480426,_0x446813._0x58fb5c,_0x446813._0x5d766a)](_0x4b06dd[_0x1711a8(-_0x446813._0x47bd1c,-_0x446813._0x37c3ce,-0x247,-_0x446813._0x3fe51c)],_0x56a1f5);}else throw new _0x1638bd(_0x1711a8(-_0x446813._0x2c7d7a,-0x275,-_0x446813._0x43dd47,-0x262)+_0x1711a8(-0x2db,-_0x446813._0x375dfb,-0x2e2,-0x331)+'\x20name\x20are\x20'+_0x1711a8(-_0x446813._0x26eedf,-0x265,-0x25b,-_0x446813._0x31f4bf));}}function _0x1711a8(_0x5e0a0f,_0x8a99d0,_0x9f1214,_0x24d98b){return _0x101345(_0x5e0a0f-_0x1f373e._0x30e363,_0x8a99d0- -_0x1f373e._0xd6532,_0x24d98b,_0x24d98b-0x15b);}function _0x41915f(_0x1e14df,_0x2e55ad,_0xbf520f,_0x3fec62){return _0x101345(_0x1e14df-0x30,_0x3fec62-0xc,_0x1e14df,_0x3fec62-_0x48a94c._0x5a73f2);}_0x10556a[_0x41915f(_0x446813._0x1235e7,_0x446813._0x57679b,_0x446813._0x3eeec4,0x37d)](_0x4b06dd[_0x41915f(0x3be,0x3e5,0x3c5,0x3e2)]);const _0x345196=_0x57871e[_0x1711a8(-0x337,-_0x446813._0xbb81e4,-0x33f,-_0x446813._0x23766e)+'s'](KEY_LENGTH);try{if(_0x4b06dd[_0x41915f(0x3be,0x43f,_0x446813._0x30688b,0x425)](_0x4b06dd[_0x41915f(_0x446813._0x3c7e28,_0x446813._0x9be6ad,_0x446813._0x1557c3,0x38d)],_0x1711a8(-0x29a,-_0x446813._0x5b3a0d,-_0x446813._0x489c59,-0x334)))_0x59f8f3=null;else{const _0x24526a={};_0x24526a['recursive']=!![],await _0x58df1a[_0x1711a8(-_0x446813._0x32b5a3,-_0x446813._0x424feb,-0x2f9,-_0x446813._0x44a84d)](_0x50340f,_0x24526a);const _0x382518={};_0x382518['mode']=0x180,await _0x58df1a[_0x41915f(_0x446813._0x24dae4,_0x446813._0x159522,_0x446813._0x2cf621,0x405)](_0x13463f,_0x345196['toString'](_0x4b06dd[_0x1711a8(-0x23a,-0x26b,-_0x446813._0x3531cd,-0x2c8)]),_0x382518),_0x10556a[_0x41915f(0x334,0x377,_0x446813._0x76e5b3,_0x446813._0x17711c)](_0x4b06dd[_0x41915f(_0x446813._0x1f7687,_0x446813._0x552278,_0x446813._0x79778f,0x40a)]);}}catch(_0x3bd45f){if(_0x41915f(_0x446813._0x52a60e,_0x446813._0x2fde36,0x37f,0x398)===_0x4b06dd[_0x1711a8(-0x261,-_0x446813._0x1f5c86,-_0x446813._0x1d76a3,-_0x446813._0x2c898a)])_0x3d59be['expires_at']=_0x409b13['expires_at'];else{const _0x48ef0f={};_0x48ef0f['error']=_0x3bd45f[_0x41915f(0x3b2,0x442,0x379,0x3dd)],_0x10556a[_0x1711a8(-_0x446813._0x13643f,-0x2d9,-0x29d,-_0x446813._0x283c98)](_0x4b06dd[_0x41915f(0x349,0x3d7,0x3c4,_0x446813._0x4a9182)],_0x48ef0f);throw new Error(_0x1711a8(-0x2de,-0x2cf,-0x293,-_0x446813._0x44018a)+'persist\x20en'+'cryption\x20k'+_0x41915f(0x37b,_0x446813._0x2e451d,_0x446813._0x38028d,0x3e0)+_0x3bd45f[_0x41915f(0x423,_0x446813._0x46f8c7,_0x446813._0x2a4fd,_0x446813._0x5f5f43)]);}}return encryptionKeyCache=_0x345196,encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x4738e8,_0x19d916){const _0xd2b49d={_0x335210:0x476,_0x24c927:0x421,_0x5d125e:0x4c5,_0x8b7f29:0x437,_0x1e5996:0x465,_0x2fb9ba:0x494,_0xfb46c7:0x439,_0x9cfdfa:0x38a,_0x40816e:0x466,_0x12b810:0x4bc,_0x101d05:0x401,_0x5c1bca:0x467,_0x47b684:0x46a,_0x5f243b:0x473,_0x3ba74b:0x457,_0x4de216:0x471,_0x2af466:0x43a,_0x212f14:0x39d,_0x5da10b:0x441,_0x166cd3:0x4b6,_0x2e894c:0x46d,_0x197736:0x427,_0xfcc7e7:0x483,_0x155602:0x541,_0x194b11:0x3d1,_0xc010f4:0x40f},_0x614165={_0x6bcb87:0x16},_0x498487={_0x5d227c:0x1e3},_0x2ba93c={};_0x2ba93c[_0x3b5204(_0xd2b49d._0x335210,_0xd2b49d._0x24c927,_0xd2b49d._0x5d125e,0x4ce)]=_0x3b5204(_0xd2b49d._0x8b7f29,_0xd2b49d._0x1e5996,0x487,0x49b),_0x2ba93c[_0x5abcb6(0x46d,_0xd2b49d._0x2fb9ba,_0xd2b49d._0xfb46c7,0x4ad)]=_0x3b5204(0x3d1,0x374,0x42f,_0xd2b49d._0x9cfdfa);const _0x1bed1a=_0x2ba93c;function _0x3b5204(_0x423c5e,_0x3c4b9d,_0x738a1c,_0xb24450){return _0x5f2d0a(_0x423c5e-0xd,_0x3c4b9d-_0x498487._0x5d227c,_0x423c5e-0x42a,_0xb24450);}const _0x37bc1e=_0x57871e[_0x3b5204(0x3c0,0x390,0x3fa,0x3e9)+'s'](IV_LENGTH),_0x42b0ed=_0x57871e[_0x3b5204(_0xd2b49d._0x40816e,_0xd2b49d._0x12b810,0x446,_0xd2b49d._0x101d05)+'eriv'](ALGORITHM,_0x19d916,_0x37bc1e);let _0x5544ba=_0x42b0ed[_0x5abcb6(0x4a4,0x463,_0xd2b49d._0x5c1bca,_0xd2b49d._0x47b684)](_0x4738e8,_0x1bed1a[_0x3b5204(0x476,_0xd2b49d._0x5f243b,_0xd2b49d._0x3ba74b,0x467)],_0x1bed1a['GygyX']);_0x5544ba+=_0x42b0ed[_0x3b5204(0x40e,_0xd2b49d._0x4de216,0x3ba,_0xd2b49d._0x2af466)](_0x1bed1a[_0x3b5204(0x3ec,0x44c,_0xd2b49d._0x212f14,_0xd2b49d._0x5da10b)]);function _0x5abcb6(_0x1a2d40,_0x5d53aa,_0x14fb96,_0x212973){return _0x101345(_0x1a2d40-_0x614165._0x6bcb87,_0x1a2d40-0xd6,_0x212973,_0x212973-0x19e);}const _0x2a5d86=_0x42b0ed[_0x5abcb6(_0xd2b49d._0x166cd3,0x455,0x4d6,0x50f)]();return _0x37bc1e['toString'](_0x1bed1a[_0x5abcb6(_0xd2b49d._0x2e894c,0x4ab,0x407,_0xd2b49d._0x197736)])+':'+_0x2a5d86[_0x5abcb6(0x4e6,0x527,_0xd2b49d._0xfcc7e7,_0xd2b49d._0x155602)](_0x3b5204(_0xd2b49d._0x194b11,_0xd2b49d._0xc010f4,0x36a,0x37d))+':'+_0x5544ba;}function _0x5f2d0a(_0x30bd3c,_0x24499f,_0x5a2b00,_0x54332a){const _0x4c6b32={_0x121a06:0x107};return _0x10bb(_0x5a2b00- -_0x4c6b32._0x121a06,_0x54332a);}function decrypt(_0x54e28e,_0x5edb32){const _0x5a587f={_0x2df990:0xc6,_0x173ef8:0xff,_0x125742:0x2db,_0x4379a9:0x2a7,_0xdc3e22:0x12c,_0x11b1d5:0x10b,_0x142d5b:0x13d,_0x38023d:0xee,_0x43d511:0xec,_0x5ceb9e:0x9c,_0x5cf438:0x303,_0x2968a9:0x23b,_0x1e3d37:0x235,_0x5d251c:0x281,_0x484f8b:0x283,_0x3cb40e:0x154,_0x5f3eb0:0x1b5,_0x1fa3e1:0x11b,_0x42fc27:0x176,_0x3535e4:0x153,_0x2a295c:0x181,_0x227098:0x157,_0x3b6efc:0xf4,_0x606f35:0x1ae,_0x576268:0x13b,_0x23be26:0x2f8,_0x282080:0x2bd,_0xb8e517:0x14f,_0x338678:0x148,_0x308877:0x159,_0x573237:0x295,_0x3095fc:0x266,_0xe8a3da:0x11a,_0x15bf97:0xd0,_0x796e4c:0xe1},_0x3b981={_0x3e100b:0x1c8,_0x3bdda8:0x193},_0x457b38={_0x42e583:0x2b2},_0x514efa={};_0x514efa[_0x33959f(-0x11b,-0xea,-_0x5a587f._0x2df990,-_0x5a587f._0x173ef8)]=function(_0x3b6b53,_0x522c15){return _0x3b6b53||_0x522c15;};function _0x2bf10c(_0x165347,_0x330959,_0x16fff6,_0x353a44){return _0x5f2d0a(_0x165347-0x3e,_0x330959-0x161,_0x165347- -_0x457b38._0x42e583,_0x330959);}function _0x33959f(_0x198042,_0x5ef7c3,_0x29a076,_0x547567){return _0x101345(_0x198042-_0x3b981._0x3e100b,_0x198042- -0x4d3,_0x547567,_0x547567-_0x3b981._0x3bdda8);}_0x514efa[_0x2bf10c(-0x283,-_0x5a587f._0x125742,-_0x5a587f._0x4379a9,-0x22b)]=_0x33959f(-_0x5a587f._0xdc3e22,-_0x5a587f._0x11b1d5,-0xd2,-_0x5a587f._0x142d5b)+_0x33959f(-0x100,-_0x5a587f._0x38023d,-0x13b,-0xe3)+_0x33959f(-0xdc,-_0x5a587f._0x43d511,-_0x5a587f._0x5ceb9e,-_0x5a587f._0x142d5b),_0x514efa[_0x2bf10c(-_0x5a587f._0x5cf438,-0x2e0,-0x343,-0x2c7)]='hex',_0x514efa[_0x2bf10c(-0x28d,-_0x5a587f._0x2968a9,-_0x5a587f._0x1e3d37,-0x289)]=_0x2bf10c(-0x2a5,-_0x5a587f._0x5d251c,-0x2d7,-_0x5a587f._0x484f8b);const _0x2baf16=_0x514efa,[_0x1644be,_0x5f4983,_0x51cd9f]=_0x54e28e[_0x33959f(-0x177,-_0x5a587f._0x3cb40e,-0x166,-_0x5a587f._0x5f3eb0)](':');if(_0x2baf16[_0x33959f(-_0x5a587f._0x1fa3e1,-0x14e,-_0x5a587f._0x42fc27,-0xeb)](!_0x1644be,!_0x5f4983)||!_0x51cd9f)throw new Error(_0x2baf16['floyw']);const _0xdd95aa=Buffer[_0x33959f(-_0x5a587f._0x3535e4,-0x174,-_0x5a587f._0x2a295c,-0x1b3)](_0x1644be,_0x2baf16['YIwTx']),_0x1ecefa=Buffer['from'](_0x5f4983,_0x33959f(-_0x5a587f._0x227098,-_0x5a587f._0x3b6efc,-_0x5a587f._0x606f35,-_0x5a587f._0x576268)),_0x2dd0c9=_0x57871e[_0x2bf10c(-_0x5a587f._0x23be26,-0x344,-_0x5a587f._0x282080,-0x2a3)+'pheriv'](ALGORITHM,_0x5edb32,_0xdd95aa);_0x2dd0c9['setAuthTag'](_0x1ecefa);let _0x32a033=_0x2dd0c9['update'](_0x51cd9f,_0x2baf16[_0x33959f(-_0x5a587f._0xb8e517,-_0x5a587f._0x338678,-_0x5a587f._0x308877,-0x1a7)],_0x2baf16[_0x2bf10c(-0x28d,-_0x5a587f._0x573237,-0x2b8,-_0x5a587f._0x3095fc)]);return _0x32a033+=_0x2dd0c9[_0x33959f(-_0x5a587f._0xe8a3da,-_0x5a587f._0x15bf97,-0xbb,-_0x5a587f._0x796e4c)](_0x2baf16['HsaKM']),_0x32a033;}async function loadTokenStorage(_0x3247e8={}){const _0x20d40a={_0x29b47b:0x8b,_0x358fa1:0xbe,_0x24d04d:0xda,_0x125921:0xe3,_0x1cccbb:0x448,_0x5befac:0x453,_0x40251b:0x457,_0x524517:0x3ec,_0xec3271:0x412,_0x3ffaa5:0x3fd,_0x34e595:0x151,_0x4ab851:0x158,_0x1b45e0:0xf8,_0x208bb3:0x1a1,_0x5708ae:0xf1,_0x238538:0xb5,_0xee7aa4:0x13d,_0x12c429:0xe9,_0x293d21:0x17f,_0x41ce3a:0x443,_0x1a702a:0x3f1,_0x28f5f0:0x44f,_0x109ea5:0x139,_0x5e3bc:0xff,_0x48b33a:0x150,_0x1983f6:0x148,_0x4c41f8:0x408,_0x581729:0x496,_0x2042b2:0x442,_0x2b8a89:0x479,_0x2c79a8:0x46b,_0x4ff459:0x47e,_0x451483:0x475,_0x3538c1:0x421,_0x10632c:0x10b,_0xe1a032:0xf9,_0x67c2ba:0xa6,_0x258a8e:0xbd,_0x430f5a:0x187,_0x397c9a:0xe5},_0x28a00b={_0x2fa784:0x153,_0x3568dd:0xff},_0x468381={_0x3c7b3d:0x1f2};function _0x2f031e(_0x2728fb,_0x27e506,_0x1edf9c,_0x2bfc33){return _0x101345(_0x2728fb-0x1af,_0x27e506-0x71,_0x2728fb,_0x2bfc33-_0x468381._0x3c7b3d);}const _0x2d3e9e={'MrHSS':function(_0x1eb3d1,_0x3f9753){return _0x1eb3d1(_0x3f9753);},'ygUTx':function(_0x35a3ed,_0x256608){return _0x35a3ed===_0x256608;},'PABPN':_0x36b2d6(0xa7,_0x20d40a._0x29b47b,0x104,0xea),'XnsEG':_0x36b2d6(0xbb,_0x20d40a._0x358fa1,_0x20d40a._0x24d04d,_0x20d40a._0x125921)},_0x58f5b9=_0x3247e8[_0x2f031e(0x468,_0x20d40a._0x1cccbb,_0x20d40a._0x5befac,_0x20d40a._0x40251b)]||_0x3c347e,_0xcff866=_0x3247e8[_0x2f031e(_0x20d40a._0x524517,_0x20d40a._0xec3271,0x3bb,_0x20d40a._0x3ffaa5)]||DATA_DIR;function _0x36b2d6(_0xc7e72c,_0x3f202f,_0x37e831,_0x4a1192){return _0x5f2d0a(_0xc7e72c-0x15b,_0x3f202f-_0x28a00b._0x2fa784,_0xc7e72c-_0x28a00b._0x3568dd,_0x3f202f);}const _0x2a3753=_0x2d6593['join'](_0xcff866,TOKENS_FILE);if(!_0x2d3e9e[_0x36b2d6(_0x20d40a._0x34e595,_0x20d40a._0x4ab851,0x169,_0x20d40a._0x1b45e0)](existsSync,_0x2a3753)){if(_0x2d3e9e[_0x36b2d6(0x14c,_0x20d40a._0x208bb3,0x18f,0x17b)](_0x2d3e9e['PABPN'],_0x36b2d6(_0x20d40a._0x5708ae,0x144,_0x20d40a._0x238538,0xdc)))_0x5ce15c[_0x36b2d6(_0x20d40a._0xee7aa4,_0x20d40a._0x12c429,_0x20d40a._0x293d21,0x141)+'ken']=_0x2ef310(_0x447504['refresh_to'+_0x2f031e(0x466,_0x20d40a._0x41ce3a,_0x20d40a._0x1a702a,_0x20d40a._0x28f5f0)],_0xabfb97);else{const _0x5e6a2a={};return _0x5e6a2a[_0x36b2d6(_0x20d40a._0x109ea5,0x19e,_0x20d40a._0x5e3bc,_0x20d40a._0x48b33a)]={},_0x5e6a2a;}}try{const _0x28a955=await _0x58df1a[_0x36b2d6(_0x20d40a._0x1983f6,0x108,0x152,0x1a6)](_0x2a3753,_0x2d3e9e['XnsEG']);return JSON['parse'](_0x28a955);}catch(_0x534caf){const _0x511013={};_0x511013[_0x2f031e(_0x20d40a._0x4c41f8,0x417,0x44d,0x409)]=_0x534caf[_0x2f031e(_0x20d40a._0x581729,_0x20d40a._0x2042b2,_0x20d40a._0x2b8a89,_0x20d40a._0x2c79a8)],_0x58f5b9[_0x2f031e(0x4c5,_0x20d40a._0x4ff459,0x4b4,_0x20d40a._0x451483)](_0x2f031e(0x425,0x421,_0x20d40a._0x3538c1,0x418)+'load\x20user\x20'+_0x36b2d6(_0x20d40a._0x10632c,_0x20d40a._0xe1a032,_0x20d40a._0x67c2ba,_0x20d40a._0x258a8e),_0x511013);const _0x58d347={};return _0x58d347[_0x36b2d6(0x139,0xe4,_0x20d40a._0x430f5a,_0x20d40a._0x397c9a)]={},_0x58d347;}}function _0x10bb(_0x5a8588,_0x2ec516){_0x5a8588=_0x5a8588-(-0xbb3*0x1+0x2*0x18b+-0x3*-0x30e);const _0x181d1a=_0x3604();let _0x2baa1e=_0x181d1a[_0x5a8588];if(_0x10bb['ATzQYH']===undefined){var _0x2a7bcf=function(_0x5e3188){const _0x46ed59='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2bd2ec='',_0x3e3b49='';for(let _0x1465eb=0x8b3*0x3+-0x964+0x1*-0x10b5,_0x20a0d4,_0x4d2cea,_0x5749ed=0x9*0x151+0xeb6+-0x1a8f;_0x4d2cea=_0x5e3188['charAt'](_0x5749ed++);~_0x4d2cea&&(_0x20a0d4=_0x1465eb%(-0xa2a+0x1070*0x2+0x7*-0x33e)?_0x20a0d4*(0x1f28+0x23*0x6d+-0x2dcf)+_0x4d2cea:_0x4d2cea,_0x1465eb++%(-0x1ba3+-0x175d+0x3304))?_0x2bd2ec+=String['fromCharCode'](0x199*0xc+-0x1131+0x7*-0x24&_0x20a0d4>>(-(0x2*0xcfc+-0x25f2+0xbfc)*_0x1465eb&-0x9d4+0xa6d+-0x93)):-0x3d4+0x14b5+-0x10e1){_0x4d2cea=_0x46ed59['indexOf'](_0x4d2cea);}for(let _0x22dea2=0x107*-0xb+-0x257f+0x30cc,_0x11a958=_0x2bd2ec['length'];_0x22dea2<_0x11a958;_0x22dea2++){_0x3e3b49+='%'+('00'+_0x2bd2ec['charCodeAt'](_0x22dea2)['toString'](-0x27*-0xdd+0xfe*0xe+0x547*-0x9))['slice'](-(0x7a7+-0x3*0x855+-0x115a*-0x1));}return decodeURIComponent(_0x3e3b49);};_0x10bb['hvOTHV']=_0x2a7bcf,_0x10bb['mkesLd']={},_0x10bb['ATzQYH']=!![];}const _0x440da6=_0x181d1a[-0x1288+-0x1*0xec5+0x214d],_0x2f26eb=_0x5a8588+_0x440da6,_0x1477d4=_0x10bb['mkesLd'][_0x2f26eb];return!_0x1477d4?(_0x2baa1e=_0x10bb['hvOTHV'](_0x2baa1e),_0x10bb['mkesLd'][_0x2f26eb]=_0x2baa1e):_0x2baa1e=_0x1477d4,_0x2baa1e;}async function saveTokenStorage(_0x536ce4,_0x2d10d3={}){const _0x19d660={_0x4e96a2:0x1f8,_0x304cec:0xf6,_0x5ec7bd:0x1c3,_0xb338ef:0x16f,_0x45840f:0x22f,_0x4785c7:0x19d,_0x13be03:0x114,_0x4e17db:0xdc,_0x5ec6d7:0x15c,_0x45fb05:0xeb,_0x47201a:0x14f,_0x7a71cc:0xcd,_0x3ba504:0xe1,_0x5f418f:0xcf,_0x4c3038:0x218,_0x34bf2d:0x1fd,_0x531b8f:0x23b,_0x382773:0x120,_0x4b32fa:0x178,_0x3d6a4c:0x176,_0x272cbc:0x107,_0x4dab66:0x218,_0x33a6ed:0x23b},_0x3c80dc={_0x5aabfe:0x13b,_0x12ac63:0x50,_0x2058c1:0x12b},_0xbb0f81={_0x249b6e:0x1c5},_0x359991={};_0x359991[_0x5367b6(0x19a,0x148,0x187,_0x19d660._0x4e96a2)]=_0x29c35b(-0x16e,-0x13d,-_0x19d660._0x304cec,-0x150)+_0x5367b6(0x1d5,_0x19d660._0x5ec7bd,_0x19d660._0xb338ef,0x1f6)+'git\x20tokens';function _0x5367b6(_0x3eb6d5,_0x56f19f,_0x60dbc7,_0x5bedc1){return _0x5f2d0a(_0x3eb6d5-_0xbb0f81._0x249b6e,_0x56f19f-0x1a4,_0x3eb6d5-0x1fb,_0x56f19f);}const _0x1c7266=_0x359991;function _0x29c35b(_0x4be9ae,_0x1fc18f,_0x16e44d,_0x66273d){return _0x5f2d0a(_0x4be9ae-_0x3c80dc._0x5aabfe,_0x1fc18f-_0x3c80dc._0x12ac63,_0x66273d- -_0x3c80dc._0x2058c1,_0x16e44d);}const _0x3b94ec=_0x2d10d3[_0x5367b6(0x1fd,_0x19d660._0x45840f,0x25b,_0x19d660._0x4785c7)]||_0x3c347e,_0x1f5dca=_0x2d10d3['dataDir']||DATA_DIR,_0x530ce9=_0x2d6593[_0x29c35b(-_0x19d660._0x13be03,-_0x19d660._0x4e17db,-0x13f,-0x119)](_0x1f5dca,TOKENS_FILE);try{const _0x360087={};_0x360087[_0x5367b6(0x192,_0x19d660._0x5ec6d7,0x16d,0x1ce)]=!![],await _0x58df1a[_0x29c35b(-_0x19d660._0x45fb05,-0x170,-0x119,-_0x19d660._0x47201a)](_0x1f5dca,_0x360087);const _0x2d905b={};_0x2d905b['mode']=0x180,await _0x58df1a['writeFile'](_0x530ce9,JSON[_0x29c35b(-_0x19d660._0x7a71cc,-_0x19d660._0x3ba504,-_0x19d660._0x5f418f,-_0x19d660._0x4e17db)](_0x536ce4,null,-0x119f+0x77d+0xa24),_0x2d905b),_0x3b94ec[_0x5367b6(0x200,_0x19d660._0x4c3038,_0x19d660._0x34bf2d,_0x19d660._0x531b8f)](_0x29c35b(-0x147,-_0x19d660._0x382773,-0x150,-_0x19d660._0x4b32fa)+'\x20git\x20token'+_0x29c35b(-0x117,-0x121,-0xeb,-0xee)+'ge');}catch(_0x458953){const _0x1b3356={};_0x1b3356[_0x29c35b(-0x10f,-_0x19d660._0x3d6a4c,-_0x19d660._0x272cbc,-0x15a)]=_0x458953[_0x5367b6(0x1f7,_0x19d660._0x4dab66,0x213,_0x19d660._0x33a6ed)],_0x3b94ec['error'](_0x1c7266['gQueq'],_0x1b3356);throw _0x458953;}}export async function getUserGitTokens(_0x2d775e,_0x32a7b4={}){const _0x4e9c6c={_0x556e96:0x1e1,_0x2f34b8:0x1f8,_0x571e19:0x1e6,_0xaa1d0f:0x22e,_0x8b1f58:0x22d,_0x42ce37:0x13b,_0x4456cb:0x19b,_0x5dff37:0x202,_0x379c77:0x25a,_0x30ead0:0x186,_0x428a33:0x15f,_0x49af06:0x19e,_0x1ae86e:0x206,_0x1133df:0x1c5,_0x3ef250:0x1ed,_0x431b28:0x23b,_0x128f95:0x177,_0x4e4f47:0x15d,_0x5c91a5:0x1b3,_0xc54d06:0x1e2,_0x376f6f:0x1b6,_0x53e2df:0x1ab,_0x49b0bc:0x1d3,_0x44ba54:0x17d,_0x4330fb:0x178,_0x416991:0x1f8,_0x520d92:0x21e,_0x595f8f:0x164,_0x25645c:0x104,_0x734caa:0x224,_0x28d6d8:0x1e8,_0x4df614:0x204,_0x7e60b:0x1b9,_0x1248d2:0x1a3,_0x343f32:0x19f,_0x6c097b:0x180,_0x3a06de:0x18b,_0x18b1a1:0x1ca,_0x8e4654:0x1c6,_0x39ccc9:0x1a4,_0x475bf2:0x1e3,_0x3be0c1:0x228,_0x165e12:0x246,_0x21feb6:0x14c,_0x3704b7:0x193,_0x55ea43:0x173,_0x4378c2:0x249,_0x8c12c5:0x1fc,_0x14d6a9:0x1f4,_0xf505d1:0x25c,_0x572470:0x1f0,_0xcd882d:0x112,_0x5cd291:0x152,_0x13a46a:0xf8,_0x11d9bf:0x1e6,_0xd5695d:0x19c,_0x1c2a86:0x1c6,_0x51d994:0x190,_0x5ce421:0x1ac,_0x5dfa1d:0x153,_0x298b33:0x172,_0x403362:0x162,_0xde95d9:0x16a,_0x32ec46:0x10f,_0x215604:0x166,_0xbeda98:0x193,_0x9d3bb1:0x166,_0x1bed10:0x1b7,_0x145755:0x1f7,_0x274d7a:0x206,_0x212745:0x1fc,_0x4eb850:0x1a6,_0x1d389c:0x15b,_0x301cc2:0x1c4,_0x1a1136:0x20c,_0x319ee6:0x16e,_0x1ade31:0x181,_0x20aabb:0x178,_0x2b32ad:0x15f,_0xe8a320:0x17b,_0x925d60:0x1d6,_0x318722:0x1c7,_0x4819d4:0x1aa,_0x398750:0x1a9,_0x16c9c0:0x1bf,_0xc5391e:0x201,_0x4b9eaf:0x168,_0x43f802:0x1e4,_0x301ac2:0x180,_0x1a6f8a:0x252,_0x37ca64:0x148,_0x44ed37:0x18a,_0x15a6e0:0x165,_0xdba58:0x13c,_0x3ce633:0x124,_0x1de612:0x212,_0x2ed291:0x160,_0xe192ba:0x1b0,_0x11bec2:0x158,_0x2d8d9e:0x113,_0x3527ce:0x1bc,_0x3acfd7:0x1ad,_0x4d649:0x19b,_0x578884:0x1ff,_0x3f1e71:0x1b9,_0x5c8d83:0x1f5,_0x4e5081:0x237,_0x52a89f:0x205,_0x526793:0x1f6,_0x5be5ce:0x1d8,_0x33f39b:0x1d1,_0x294b55:0x1c4},_0x1644dd={_0x729c61:0x565,_0x23f041:0x1e},_0x367744={_0x5e5bdd:0x33,_0x25fb3a:0x1c7};function _0x177479(_0xe8ea6,_0x14bdbb,_0xc84e75,_0x49f89c){return _0x101345(_0xe8ea6-_0x367744._0x5e5bdd,_0xc84e75- -0x215,_0xe8ea6,_0x49f89c-_0x367744._0x25fb3a);}function _0x5cc5c2(_0x4f6b6f,_0x359681,_0x398eac,_0x35e23d){return _0x101345(_0x4f6b6f-0x121,_0x359681- -_0x1644dd._0x729c61,_0x398eac,_0x35e23d-_0x1644dd._0x23f041);}const _0xb48f14={'IbYGD':_0x5cc5c2(-_0x4e9c6c._0x556e96,-_0x4e9c6c._0x2f34b8,-_0x4e9c6c._0x571e19,-_0x4e9c6c._0xaa1d0f)+_0x5cc5c2(-0x1c1,-0x1ec,-0x1ee,-_0x4e9c6c._0x8b1f58),'xghaE':_0x177479(0x19d,_0x4e9c6c._0x42ce37,_0x4e9c6c._0x4456cb,0x1c9)+_0x177479(0x1aa,0x1ca,_0x4e9c6c._0x5dff37,_0x4e9c6c._0x379c77)+'Auth\x20encry'+_0x5cc5c2(-_0x4e9c6c._0x30ead0,-0x1a0,-0x1de,-0x186)+'\x20generatin'+_0x177479(0x14a,0x1d4,0x17f,0x1a8),'NGSGM':function(_0x1ee31e,_0x1f528d){return _0x1ee31e===_0x1f528d;},'ZTVxJ':_0x177479(_0x4e9c6c._0x428a33,0x119,0x17e,0x11c),'WKdWH':function(_0x59d5fc,_0x246e0d){return _0x59d5fc(_0x246e0d);},'MrJrj':function(_0x27f057,_0x26b619,_0x92ab60){return _0x27f057(_0x26b619,_0x92ab60);},'kSPnA':function(_0x5c738e,_0x2d9832,_0x482640){return _0x5c738e(_0x2d9832,_0x482640);},'thFgD':function(_0x8b5ede,_0x11d392){return _0x8b5ede!==_0x11d392;},'AuTIM':_0x177479(_0x4e9c6c._0x49af06,0x1db,0x1ea,_0x4e9c6c._0x1ae86e),'gGsaE':_0x177479(0x1ed,_0x4e9c6c._0x1133df,_0x4e9c6c._0x3ef250,_0x4e9c6c._0x431b28),'SZUIV':_0x5cc5c2(-_0x4e9c6c._0x128f95,-_0x4e9c6c._0x4e4f47,-0x159,-_0x4e9c6c._0x5c91a5),'wDJJU':_0x5cc5c2(-_0x4e9c6c._0x1ae86e,-_0x4e9c6c._0xc54d06,-_0x4e9c6c._0x376f6f,-0x186)},_0x1b68a5=_0x32a7b4['logger']||_0x3c347e;if(!_0x2d775e){if(_0xb48f14[_0x5cc5c2(-0x227,-0x1fd,-0x24e,-_0x4e9c6c._0x53e2df)](_0xb48f14[_0x177479(0x1bd,_0x4e9c6c._0x2f34b8,_0x4e9c6c._0x49b0bc,0x1e3)],_0xb48f14[_0x5cc5c2(-0x1c2,-_0x4e9c6c._0x44ba54,-0x195,-_0x4e9c6c._0x4330fb)]))throw new Error(_0x5cc5c2(-0x249,-_0x4e9c6c._0x416991,-_0x4e9c6c._0x520d92,-0x194)+_0x177479(0x153,0x13f,_0x4e9c6c._0x595f8f,_0x4e9c6c._0x25645c));else _0x4c1f71['expires_at']=_0x519cd1[_0x5cc5c2(-_0x4e9c6c._0x734caa,-0x1e6,-0x205,-_0x4e9c6c._0x28d6d8)];}const _0xd52df5=await _0xb48f14[_0x5cc5c2(-_0x4e9c6c._0x4df614,-_0x4e9c6c._0x7e60b,-0x18e,-0x1c9)](loadTokenStorage,_0x32a7b4),_0x55190f=_0xd52df5[_0x177479(0x25b,0x211,0x1fa,_0x4e9c6c._0x1248d2)]?.[_0x2d775e];if(!_0x55190f)return{};const _0x398e14=await _0xb48f14[_0x5cc5c2(-_0x4e9c6c._0x343f32,-_0x4e9c6c._0x7e60b,-0x1f8,-_0x4e9c6c._0x6c097b)](getEncryptionKey,_0x32a7b4),_0x13ed62={};for(const [_0x45302f,_0x403e16]of Object[_0x5cc5c2(-0x1be,-0x1ef,-0x220,-_0x4e9c6c._0x3a06de)](_0x55190f)){try{const _0x221c28={'access_token':_0x403e16[_0x5cc5c2(-0x18b,-_0x4e9c6c._0x18b1a1,-_0x4e9c6c._0x8e4654,-0x226)+'en']?_0xb48f14[_0x5cc5c2(-_0x4e9c6c._0x39ccc9,-0x1c0,-0x1fc,-0x1e1)](decrypt,_0x403e16['access_tok'+'en'],_0x398e14):null,'connected_at':_0x403e16[_0x5cc5c2(-_0x4e9c6c._0x475bf2,-0x1a8,-_0x4e9c6c._0x18b1a1,-0x158)+'at']};_0x403e16[_0x177479(_0x4e9c6c._0x3be0c1,_0x4e9c6c._0x165e12,0x1fe,0x227)+_0x5cc5c2(-_0x4e9c6c._0x21feb6,-_0x4e9c6c._0x3704b7,-_0x4e9c6c._0x55ea43,-0x141)]&&(_0x221c28[_0x177479(0x22a,_0x4e9c6c._0x4378c2,0x1fe,0x1e8)+_0x177479(_0x4e9c6c._0x8c12c5,_0x4e9c6c._0x14d6a9,0x1bd,0x224)]=_0xb48f14[_0x177479(_0x4e9c6c._0xf505d1,_0x4e9c6c._0x572470,0x200,0x19e)](decrypt,_0x403e16[_0x5cc5c2(-_0x4e9c6c._0xcd882d,-_0x4e9c6c._0x5cd291,-_0x4e9c6c._0x13a46a,-0x1a1)+'ken'],_0x398e14));_0x403e16[_0x5cc5c2(-0x200,-_0x4e9c6c._0x11d9bf,-_0x4e9c6c._0xd5695d,-_0x4e9c6c._0x1c2a86)]&&(_0x221c28['expires_at']=_0x403e16['expires_at']);_0x403e16['github_log'+'in']&&(_0x221c28[_0x177479(_0x4e9c6c._0x51d994,0x1b7,0x170,_0x4e9c6c._0x5ce421)+'in']=_0x403e16[_0x177479(_0x4e9c6c._0x5dfa1d,0x11e,0x170,_0x4e9c6c._0x298b33)+'in']);if(_0x403e16[_0x5cc5c2(-_0x4e9c6c._0x403362,-_0x4e9c6c._0xde95d9,-_0x4e9c6c._0x44ba54,-_0x4e9c6c._0x32ec46)+'r_id']){if(_0xb48f14['thFgD'](_0x5cc5c2(-0x18e,-_0x4e9c6c._0x215604,-_0x4e9c6c._0xbeda98,-_0x4e9c6c._0x9d3bb1),_0xb48f14['AuTIM']))return{};else _0x221c28[_0x177479(0x1d0,_0x4e9c6c._0x1bed10,0x1e6,_0x4e9c6c._0x145755)+_0x5cc5c2(-0x1cd,-_0x4e9c6c._0x274d7a,-_0x4e9c6c._0x212745,-0x1ec)]=_0x403e16[_0x177479(_0x4e9c6c._0x4eb850,0x194,0x1e6,0x203)+_0x177479(_0x4e9c6c._0x49af06,0xef,0x14a,0x138)];}if(_0x403e16[_0x5cc5c2(-_0x4e9c6c._0x1d389c,-_0x4e9c6c._0x128f95,-0x127,-0x16f)+_0x177479(_0x4e9c6c._0x572470,0x177,_0x4e9c6c._0x301cc2,_0x4e9c6c._0x1a1136)]){if(_0xb48f14['gGsaE']===_0xb48f14[_0x5cc5c2(-0x1b7,-0x15e,-_0x4e9c6c._0x319ee6,-0x175)])throw new _0xc1c21c(_0xb48f14[_0x5cc5c2(-_0x4e9c6c._0x1ade31,-_0x4e9c6c._0x20aabb,-_0x4e9c6c._0x2b32ad,-_0x4e9c6c._0xe8a320)]);else _0x221c28[_0x5cc5c2(-0x1d6,-0x177,-_0x4e9c6c._0x925d60,-_0x4e9c6c._0x318722)+'name']=_0x403e16['azure_user'+'name'];}_0x13ed62[_0x45302f]=_0x221c28;}catch(_0x18c48b){if(_0xb48f14[_0x5cc5c2(-0x262,-0x1fd,-0x23f,-_0x4e9c6c._0x4819d4)](_0xb48f14[_0x5cc5c2(-0x17c,-_0x4e9c6c._0x398750,-0x197,-0x181)],_0x177479(0x1a3,0x1cd,_0x4e9c6c._0x145755,0x25b))){const _0x3512c3={};_0x3512c3[_0x5cc5c2(-0x18d,-_0x4e9c6c._0x16c9c0,-_0x4e9c6c._0xc5391e,-_0x4e9c6c._0x4b9eaf)]=_0x3e25b5[_0x177479(_0x4e9c6c._0x43f802,0x21a,0x1bc,_0x4e9c6c._0x301ac2)],_0x324040[_0x177479(_0x4e9c6c._0x1a6f8a,0x1b7,0x1f8,0x252)](_0xb48f14[_0x5cc5c2(-_0x4e9c6c._0x37ca64,-_0x4e9c6c._0x44ed37,-_0x4e9c6c._0x15a6e0,-0x1e1)],_0x3512c3);}else{const _0x372ad3={};_0x372ad3[_0x177479(_0x4e9c6c._0xdba58,0x14f,0x14d,_0x4e9c6c._0x3ce633)]=_0x2d775e,_0x372ad3[_0x177479(0x218,_0x4e9c6c._0xe8a320,0x1d0,_0x4e9c6c._0x1de612)+'me']=_0x45302f,_0x372ad3[_0x177479(0x135,0x1bf,0x191,_0x4e9c6c._0x2ed291)]=_0x18c48b['message'],_0x1b68a5[_0x5cc5c2(-_0x4e9c6c._0xe192ba,-_0x4e9c6c._0x11bec2,-0x11e,-_0x4e9c6c._0x2d8d9e)](_0x177479(_0x4e9c6c._0x3527ce,_0x4e9c6c._0x3acfd7,_0x4e9c6c._0x4d649,0x1d9)+_0x5cc5c2(-0x15f,-0x1bc,-_0x4e9c6c._0x578884,-0x1ae)+_0x5cc5c2(-_0x4e9c6c._0x3f1e71,-_0x4e9c6c._0x5c8d83,-_0x4e9c6c._0x4e5081,-_0x4e9c6c._0x52a89f)+_0x177479(_0x4e9c6c._0x526793,_0x4e9c6c._0x5be5ce,_0x4e9c6c._0x33f39b,_0x4e9c6c._0x294b55),_0x372ad3);}}}return _0x13ed62;}function _0x3604(){const _0x1edcc7=['ChrPB24GA2v5','CMvHzezPBgu','tgTJCeK','z2jXtwm','zeTMChG','EwDvvhG','vg9Rzw4','C3rYAw5NAwz5','uvf5BMO','thPbv3a','txjiu1m','D2T3zvO','C3bSAxq','Dcb0B2TLBIbMBW','zhHjEvC','CL9Pza','BcbNAxqGDg9Rzq','C2f2zsbNAxqGtW','DxnLCKLK','r2vUzxjHDgLUzW','ihrVA2vUigzVCG','nu1YAePbqW','ue9lsMC','v0DIu2u','tKDtr00','AMTmsvO','txbfwwe','CMfUzg9TqNL0zq','CMvJDxjZAxzL','vxnLCIbjrcbPCW','yvfUrwG','DhjPBq','A2vUigzVCIbWCG','Aw5MBW','EMPxvvC','igTLEsbZyxzLza','z1f1zxe','qwTSr3u','zw50CMLLCW','BhjAwM4','mtbftvbft0C','ihjLCxvPCMvK','Eg94ELm','ysbKAxjLy3rVCG','Agv4','AwrPrg0','y0PhBNC','zxHWAxjLC19HDa','zNjVBq','s29vC0O','EsbMCM9TigrHDa','yM9ovvC','wuL3vhG','z2L0AhvIx2XVzW','tg9HzgvKigDPDa','s0vcuha','u2f2zwqGDxnLCG','qxv0AcbLBMnYEq','AgfZuMvMCMvZAa','odG5zwPzuvjQ','qLH6zNe','AfDYwvm','CNLWDgLVBIbRzq','y3jLyxrLrgvJAq','zgfHEhC','DxrMltG','ywvZlti1nI1NyW','EhfWtKO','zYbUzxCGB25L','uhHIChG','EufSzMO','r3LNEvG','zxHWAxjLC0f0','CIb1C2vYia','u3rVCMvKigDPDa','ywnJzxnZx3rVAW','B1Pqt1K','vxbKyxrLzcbNAq','zwjKDMi','wwnXtei','mtaZmJi2tvHlr0PL','zgf0yurPCG','zcbWCM92AwrLCG','tw1Xwhi','z2v0vgLTzq','txjkCMO','zxjYB3i','sw52ywXPzcbLBG','zw4GAxmGCMvXDq','zgvJCNLWDcb0BW','mJm3mhjPreHPBW','ug5crfC','v0TKv0G','nxHjv3zuyq','yxDzAeq','C2f2zsb1C2vYia','rMfPBgvKihrVia','BwTKAxi','B2TLBNmUANnVBG','vxPvvxK','nJeWmtK4nMDfA25IuG','zhrKseq','ALLQq0O','ihrVigrHDgeGza','rwzLv1m','zMLUywW','uM55Cxm','yw1LigLZihjLCq','D0rksLu','y29UBMvJDgvKxW','z0jrDgm','CIb1C2vY','uhjVDMLKzxiGBG','zvvHBLu','zfzWwwW','EfnqCee','CuPHwhO','ChrPB24GA2v5la','D1zdEg8','y0Dhvfe','rgvSzxrLzcbHBa','igDLBMvYyxrPBG','zuTXEha','zeLtz2G','mtaXnZa4oenyqxnVqG','tM8GzxHPC3rPBG','DxbKyxrL','zYb0B2TLBIbMBW','CwruExi','BwvZC2fNzq','A2vU','y3j5ChrLzcb2yq','zxK6ia','y29UBMvJDgvK','BvLiD0O','Bg9Nz2vY','DuvYD2G','BMfTzq','zgvIDwC','EgDOyuu','EgrZAuy','Dg9ju09tDhjPBG','DvnMsuu','BM93','z2v0qxv0AfrHzW','z2L0ihrVA2vUCW','DxrMoa','EgDwsu8','tLn4se0','ChjVDMLKzxjoyq','B3zPzgvY','AM9PBG','wLrwEeO','ig5HBwuGyxjLia','EKnxvem','nJaZnZmYCLbjyNDz','yvzKCLa','swjzr0q','yxP1CMvFDxnLCG','mta0mJu2mgTLv2XwtG','lMDPDc1Vyxv0Aa','A2v5CW','mte0nJe5nvLpDNnmvW','r2L0ie9bDxrOia','BfbhzgG','t0f6A2y','tLbkweK','BhvLigzVCM1HDa','Cg12vKO','D3jPDgvgAwXL','shnHs00','z2L0AhvIx3vZzq','Bhvxsu4','AxjLy3rVCNK','s1PPthC','ywXYu3i','rNrbzgS','B291vxm','txHuDwy','ie9bDxrOigvUyW','zMXVExC','BM5mz3a','ig5LDYbNAxqGtW','u1Pvsvy','ug5Mq0m','A0LYz0y','vxnLCIbjrcbHBG','qwrnvg0','Afb6DMe','D2fYBG','zgvYia','Dg9Rzw5Z','Dg9tDhjPBMC','y3jLyxrLq2LWAa','CYb0BYbZDg9Yyq','CMvMCMvZAf90BW','sxbZzgG','A1nqBKe','rgvSzxrLzcbNAq','CMvHzcbNAxqGtW','zvnjBNO','wxnry1i','CMvXDwLYzwq','A3zAC1O','igfUzcbWCM92Aq'];_0x3604=function(){return _0x1edcc7;};return _0x3604();}export async function getUserGitToken(_0x4913d1,_0x3b8123,_0xe9a492={}){const _0x35678c={_0x3c42d2:0x25b},_0x4277f5={_0x4c3f7e:0x267};function _0x5c61cc(_0x1dd5fb,_0x143a04,_0x5627bc,_0x3fd05f){return _0x5f2d0a(_0x1dd5fb-0xc3,_0x143a04-0x144,_0x1dd5fb- -_0x4277f5._0x4c3f7e,_0x143a04);}const _0x2141bc={'qdTyr':function(_0x3fb866,_0x35bac6,_0x16e52d){return _0x3fb866(_0x35bac6,_0x16e52d);}},_0x3b9ee3=await _0x2141bc[_0x5c61cc(-0x26c,-_0x35678c._0x3c42d2,-0x234,-0x274)](getUserGitTokens,_0x4913d1,_0xe9a492);return _0x3b9ee3[_0x3b8123]||null;}export async function storeUserGitToken(_0x257740,_0x30763f,_0x56c8ca,_0x1d22ea={}){const _0x1efbae={_0x461a93:0x96,_0x4ea2fa:0x10b,_0x5b1cea:0xc4,_0x4d1c40:0x41,_0x5f4fed:0xef,_0xf41191:0x58,_0xf3449c:0x17b,_0xd72ef9:0x16f,_0x1d6149:0x17f,_0x3fda3b:0xca,_0x215bb5:0xad,_0x47c6d9:0xfb,_0x49b38c:0xe8,_0x2f78bb:0x8e,_0x4b05a7:0xb3,_0x10a387:0xaa,_0x3ebb70:0xf0,_0x3e6bcc:0x82,_0x4aa6f0:0xac,_0x289aa2:0xc2,_0x217059:0xdc,_0x24f3c2:0x70,_0x3f971c:0x58,_0x978d0:0xb2,_0x53380f:0x24,_0x11d4e7:0x4f,_0x73bb85:0x71,_0x47e385:0x6e,_0xc076b2:0xa3,_0x434896:0x76,_0x4998d3:0xe3,_0x2f8791:0x3d,_0x552f53:0xce,_0x581e8e:0x7c,_0x40a45e:0x5c,_0x12a252:0xdb,_0x310057:0x13c,_0x1f334a:0x142,_0x444a01:0x161,_0x32e2e2:0x18d,_0x5a044c:0x136,_0x33d2a7:0x1a0,_0x4fa711:0xd2,_0x309605:0xcb,_0x2c4b63:0x91,_0x5e6d7a:0x86,_0x1a9cc4:0xbd,_0x1197ff:0x110,_0x5f172d:0xf7,_0x4ec9c3:0x114,_0x4a6019:0xfc,_0x4cb049:0xec,_0x1bc153:0x13a,_0x2f8154:0x105,_0x1b6229:0x14d,_0x3d0c10:0x13c,_0x5353c8:0xc2,_0x52365e:0x134,_0x28498a:0x15b,_0x4e2a1e:0x23,_0x31c6c4:0x79,_0x59ff76:0xbd,_0x474b1c:0xb1,_0x2c8803:0x5f,_0x444eef:0xf8,_0x4d36ed:0x44,_0x2ce07d:0x4f,_0xaccdd9:0x113,_0x1a6bdf:0xf6,_0x40a44f:0x7b,_0x17e792:0x1e,_0x264db8:0x47,_0x39e538:0x179,_0x5921b3:0x12f,_0x696176:0x116,_0x1dd29e:0x157,_0x44e1ca:0x171,_0x24b217:0x121,_0x5ada12:0x112,_0x510f89:0x10c,_0x154844:0xfd,_0x58bceb:0x11b,_0x2d2cf9:0xfb,_0x14748b:0xa8,_0x3d3984:0xb8,_0x584102:0x115,_0xd745f2:0x144,_0x3e6e62:0x17a,_0x5254ba:0xf1,_0x2ad1cd:0x94,_0x5ab6b0:0x12e,_0x3a5bdf:0x132,_0x3cea3f:0x14,_0x5ebb88:0x8d,_0x26ecf0:0x36,_0x4c04db:0xbb,_0x3e3bad:0x6c,_0x31e727:0xd2,_0x28ebaa:0x54,_0x52eda5:0x14f,_0x11b697:0xec,_0x45ec47:0x19,_0x6cd7e5:0x2c,_0x4b0c80:0x4e,_0x5d47e5:0x143,_0x5e537b:0xf9,_0x182782:0x1a4,_0x560d03:0xff,_0x19188b:0xe4,_0x46ef47:0x33,_0x5fd23e:0x83,_0x48f830:0x43,_0x313c44:0xfe,_0x496da:0xff,_0x9b185e:0xcf,_0x387efb:0x34,_0x36a3fd:0x41,_0x23d513:0x4c,_0x3677f9:0xad,_0x55c220:0xc8,_0x17d3d1:0xa7,_0x451adc:0xaf,_0x901927:0xdb,_0x41b47b:0xc3,_0x479801:0x8a,_0x4bdc7a:0xa4,_0x408065:0xf5},_0x44062f={_0x5f526e:0x13c,_0x246c0c:0x46},_0x371c01={_0x22435b:0xb6,_0x46f637:0x108},_0x2c2503={'nnLgp':_0x5a8514(_0x1efbae._0x461a93,_0x1efbae._0x4ea2fa,0xaf,_0x1efbae._0x5b1cea),'xoxzS':function(_0x250aa0,_0x33e2d9){return _0x250aa0===_0x33e2d9;},'wkweZ':'RpfQb','dtdHD':'Access\x20tok'+_0x186739(-_0x1efbae._0x4d1c40,-_0x1efbae._0x5f4fed,-_0x1efbae._0xf41191,-0x89)+'ired','hWrYS':function(_0x2c5e39,_0x295d3f){return _0x2c5e39(_0x295d3f);},'ZRsYR':function(_0x5bea5a,_0x3aa97a){return _0x5bea5a(_0x3aa97a);},'POKJg':function(_0x2eb9e4,_0x14f2f5,_0x274f2f){return _0x2eb9e4(_0x14f2f5,_0x274f2f);},'kIrgF':function(_0x31437f,_0x45087b){return _0x31437f!==_0x45087b;},'gBQtc':'EaSrT','oouUs':_0x5a8514(0x176,0x113,0x133,_0x1efbae._0xf3449c),'wVCxo':function(_0x5e77b6,_0x24149e,_0x21722a){return _0x5e77b6(_0x24149e,_0x21722a);},'zCWTC':function(_0x5afa19,_0x2be541){return _0x5afa19!==_0x2be541;},'xgVIO':_0x5a8514(_0x1efbae._0xd72ef9,0xf2,0x12f,_0x1efbae._0x1d6149),'xslIN':function(_0x5e76ae,_0x548c37){return _0x5e76ae!==_0x548c37;},'UuaxR':_0x186739(-0x86,-0xc5,-0x65,-_0x1efbae._0x3fda3b),'FpFtE':function(_0x2030ab,_0x21d054,_0x1e535d){return _0x2030ab(_0x21d054,_0x1e535d);}};function _0x5a8514(_0x4a0a7,_0x13f9af,_0x3fec0c,_0x3bb7e2){return _0x5f2d0a(_0x4a0a7-_0x371c01._0x22435b,_0x13f9af-0xdc,_0x3fec0c-_0x371c01._0x46f637,_0x3bb7e2);}const _0x48cf14=_0x1d22ea['logger']||_0x3c347e;if(!_0x257740){if(_0x2c2503[_0x5a8514(0x111,0xc1,_0x1efbae._0x215bb5,_0x1efbae._0x47c6d9)](_0x2c2503[_0x5a8514(0x31,0x91,0x8e,0x62)],_0x2c2503[_0x5a8514(0x8e,_0x1efbae._0x49b38c,_0x1efbae._0x2f78bb,0xe2)]))throw new Error(_0x186739(-_0x1efbae._0x4b05a7,-_0x1efbae._0x10a387,-0x6d,-0xc4)+_0x5a8514(_0x1efbae._0x3ebb70,_0x1efbae._0x3e6bcc,_0x1efbae._0x4aa6f0,_0x1efbae._0x289aa2));else _0xfed9f7[_0x186739(-_0x1efbae._0x217059,-0xd9,-0xa8,-0xb2)]=_0x5a8588[_0x5a8514(_0x1efbae._0x24f3c2,_0x1efbae._0x3f971c,_0x1efbae._0x978d0,0xb0)];}if(!_0x30763f)throw new Error(_0x186739(-_0x1efbae._0x53380f,-_0x1efbae._0x11d4e7,-0xc6,-_0x1efbae._0x73bb85)+_0x186739(-_0x1efbae._0x47e385,-0x99,-_0x1efbae._0xc076b2,-_0x1efbae._0x434896)+'uired');if(!_0x56c8ca?.[_0x186739(-_0x1efbae._0x10a387,-0xda,-_0x1efbae._0x4998d3,-0x96)+'en'])throw new Error(_0x2c2503[_0x186739(-_0x1efbae._0x2f8791,-_0x1efbae._0x552f53,-0x45,-_0x1efbae._0x581e8e)]);const _0x4a7c3f=await _0x2c2503[_0x5a8514(0x5f,_0x1efbae._0x40a45e,0xc0,_0x1efbae._0x12a252)](getEncryptionKey,_0x1d22ea),_0x24ca57=await _0x2c2503['ZRsYR'](loadTokenStorage,_0x1d22ea);!_0x24ca57[_0x5a8514(0x16d,_0x1efbae._0x310057,_0x1efbae._0x1f334a,0x17c)]&&(_0x24ca57[_0x5a8514(_0x1efbae._0x444a01,_0x1efbae._0x32e2e2,_0x1efbae._0x1f334a,_0x1efbae._0x5a044c)]={});!_0x24ca57[_0x186739(0x18,-0x85,-0x87,-0x22)][_0x257740]&&(_0x24ca57[_0x5a8514(0x12a,_0x1efbae._0x33d2a7,0x142,_0x1efbae._0x33d2a7)][_0x257740]={});const _0x22c879={'access_token':_0x2c2503[_0x186739(-0xf0,-_0x1efbae._0x4fa711,-0x128,-_0x1efbae._0x309605)](encrypt,_0x56c8ca[_0x5a8514(0x6b,_0x1efbae._0x2c4b63,_0x1efbae._0x552f53,_0x1efbae._0x5e6d7a)+'en'],_0x4a7c3f),'connected_at':new Date()[_0x5a8514(_0x1efbae._0x1a9cc4,0x14c,_0x1efbae._0x1197ff,_0x1efbae._0x5f172d)+'g']()};if(_0x56c8ca[_0x5a8514(_0x1efbae._0x4ec9c3,_0x1efbae._0x4a6019,0x146,0x1aa)+_0x5a8514(_0x1efbae._0x4cb049,_0x1efbae._0x1bc153,_0x1efbae._0x2f8154,_0x1efbae._0x1b6229)]){if(_0x2c2503[_0x5a8514(0x10c,0xe4,_0x1efbae._0x3d0c10,0x157)](_0x2c2503[_0x5a8514(0xde,0xe1,0xf1,_0x1efbae._0x5353c8)],_0x2c2503[_0x5a8514(_0x1efbae._0x217059,0x188,_0x1efbae._0x52365e,_0x1efbae._0x28498a)]))_0x22c879[_0x186739(-0x7,_0x1efbae._0x4e2a1e,-_0x1efbae._0x31c6c4,-0x1e)+_0x186739(-_0x1efbae._0x59ff76,-_0x1efbae._0x474b1c,-0x74,-_0x1efbae._0x2c8803)]=_0x2c2503[_0x5a8514(0xa2,0xe6,0xf9,_0x1efbae._0x444eef)](encrypt,_0x56c8ca['refresh_to'+_0x186739(-0x15,0x4,-_0x1efbae._0x4d36ed,-_0x1efbae._0x2c8803)],_0x4a7c3f);else return![];}_0x56c8ca[_0x5a8514(0x84,0x60,0xb2,_0x1efbae._0x2ce07d)]&&(_0x22c879[_0x186739(-_0x1efbae._0xaccdd9,-0x9d,-0x72,-_0x1efbae._0x978d0)]=_0x56c8ca[_0x186739(-0x59,-_0x1efbae._0x1a6bdf,-_0x1efbae._0x40a44f,-0xb2)]);_0x56c8ca[_0x5a8514(0x11c,0xcf,0xb8,0xb6)+'in']&&(_0x2c2503[_0x186739(-0xa6,-0x7a,-_0x1efbae._0x17e792,-_0x1efbae._0x264db8)](_0x5a8514(_0x1efbae._0x39e538,_0x1efbae._0x32e2e2,_0x1efbae._0x5921b3,0xf5),_0x2c2503[_0x5a8514(0x13e,0xf0,_0x1efbae._0x696176,0x100)])?_0x402a92[_0x186739(-0x4d,-0x83,-0x92,-0x43)+'name']=_0x1aec3d[_0x5a8514(_0x1efbae._0x1dd29e,_0x1efbae._0x44e1ca,_0x1efbae._0x24b217,_0x1efbae._0x5ada12)+_0x5a8514(0xd1,0xde,_0x1efbae._0x510f89,_0x1efbae._0x444a01)]:_0x22c879[_0x5a8514(_0x1efbae._0x154844,_0x1efbae._0x58bceb,0xb8,0xf7)+'in']=_0x56c8ca[_0x5a8514(_0x1efbae._0x2d2cf9,_0x1efbae._0x14748b,_0x1efbae._0x3d3984,_0x1efbae._0x584102)+'in']);function _0x186739(_0x104b8b,_0x569c57,_0x440ecf,_0x578a3f){return _0x101345(_0x104b8b-_0x44062f._0x5f526e,_0x578a3f- -0x431,_0x440ecf,_0x578a3f-_0x44062f._0x246c0c);}_0x56c8ca[_0x5a8514(0x142,_0x1efbae._0xd745f2,0x12e,_0x1efbae._0x3e6e62)+_0x5a8514(_0x1efbae._0x5254ba,_0x1efbae._0x2ad1cd,0x92,0x71)]&&(_0x22c879[_0x5a8514(0xe0,0x166,_0x1efbae._0x5ab6b0,0x162)+_0x186739(-0x81,-_0x1efbae._0x3a5bdf,-0x7a,-0xd2)]=_0x56c8ca[_0x186739(-_0x1efbae._0x3cea3f,-0x80,-_0x1efbae._0x5ebb88,-_0x1efbae._0x26ecf0)+_0x186739(-_0x1efbae._0x4c04db,-0x110,-_0x1efbae._0x3e3bad,-_0x1efbae._0x31e727)]);if(_0x56c8ca['azure_user'+'name']){if(_0x2c2503['xslIN'](_0x2c2503['UuaxR'],_0x2c2503['UuaxR'])){const _0x3b2f95=_0x4206f0['randomByte'+'s'](_0x1e8297),_0x1e68ad=_0xdf5a9a['createCiph'+'eriv'](_0x132bdb,_0x250864,_0x3b2f95);let _0xdd5cf=_0x1e68ad['update'](_0xc2f354,_0x186739(0x3,-_0x1efbae._0x28ebaa,-0x3f,-_0x1efbae._0x2ce07d),_0x2c2503[_0x186739(-0x86,0x32,0x37,-0x2c)]);_0xdd5cf+=_0x1e68ad[_0x5a8514(_0x1efbae._0x52eda5,0x12e,_0x1efbae._0x11b697,0xac)](_0x2c2503[_0x186739(0x1e,0x1e,-_0x1efbae._0x45ec47,-_0x1efbae._0x6cd7e5)]);const _0x4b6e49=_0x1e68ad[_0x186739(-_0x1efbae._0x4b0c80,-0x81,-0x88,-0x51)]();return _0x3b2f95[_0x5a8514(0x18a,0x119,_0x1efbae._0x5d47e5,0x134)](_0x2c2503['nnLgp'])+':'+_0x4b6e49[_0x5a8514(_0x1efbae._0x5e537b,_0x1efbae._0x182782,0x143,_0x1efbae._0x560d03)](_0x5a8514(_0x1efbae._0x19188b,0x4d,0xaf,0xf8))+':'+_0xdd5cf;}else _0x22c879['azure_user'+_0x186739(-_0x1efbae._0x46ef47,-_0x1efbae._0x581e8e,-0x5a,-0x58)]=_0x56c8ca[_0x186739(-0x97,-0x8,-_0x1efbae._0x5fd23e,-_0x1efbae._0x48f830)+'name'];}_0x24ca57['tokens'][_0x257740][_0x30763f]=_0x22c879,await _0x2c2503['FpFtE'](saveTokenStorage,_0x24ca57,_0x1d22ea);const _0x56d805={};_0x56d805[_0x186739(-_0x1efbae._0x313c44,-_0x1efbae._0x496da,-0xd1,-_0x1efbae._0x9b185e)]=_0x257740,_0x56d805[_0x186739(-0x85,-_0x1efbae._0x387efb,-_0x1efbae._0x36a3fd,-_0x1efbae._0x23d513)+'me']=_0x30763f,_0x56d805[_0x186739(-_0x1efbae._0x3677f9,-_0x1efbae._0x55c220,-0xe1,-_0x1efbae._0x17d3d1)+_0x186739(-_0x1efbae._0x264db8,-0x2e,0x42,-0xe)]=!!_0x56c8ca['refresh_to'+'ken'],_0x56d805[_0x186739(-0xc9,-_0x1efbae._0x451adc,-0x60,-0x99)]=_0x56c8ca[_0x5a8514(0xdb,_0x1efbae._0x901927,0xb2,_0x1efbae._0x41b47b)],_0x48cf14[_0x5a8514(_0x1efbae._0x479801,0x6d,_0x1efbae._0x4bdc7a,0x95)](_0x5a8514(0x128,_0x1efbae._0x408065,0xcd,0xc9)+_0x186739(-0x76,-0x131,-0xb1,-0xcd)+'\x20user',_0x56d805);}export async function updateUserGitToken(_0x507bca,_0x34ead9,_0x465cbd,_0x1324be={}){const _0x29072f={_0x446e3e:0x15a,_0x5e4b59:0x10d,_0x1b20f6:0x126,_0x2102d1:0x101,_0x66eea:0x150,_0x197f7b:0x3d6,_0x30242f:0x358,_0x57ef72:0x345,_0x254c36:0x347,_0x5f4a7b:0x2f3,_0x17685e:0x174,_0x16f92e:0x1bd,_0x324abb:0x12f,_0x223c2e:0xf0,_0x5ef8bb:0x112,_0x166d1d:0xd4,_0x2a6576:0x125,_0x292ac4:0xfd,_0x33f098:0x338,_0x4d8ec0:0x357,_0x5b785b:0x329,_0x1151eb:0x35e,_0xb31809:0x342,_0x311cf8:0x329,_0x25cda7:0x35e,_0x40e259:0x3b0,_0x22ec0a:0x31a,_0x45f287:0x31a,_0x56b770:0x2da,_0x1d51d2:0xec,_0x1592d0:0x12b,_0x57b7bc:0x13c,_0xe9b94:0x122,_0x5225f4:0x379,_0x519c0b:0x38b,_0x1966c4:0x17c,_0x39dedf:0x12b,_0x244b1f:0xb2,_0x545624:0x10f,_0x312fed:0x139,_0x392d95:0x92,_0x11ec98:0xdb,_0x30da76:0xf2,_0x5c76fd:0xc5,_0x19a900:0x3b7,_0x206606:0x375,_0x1d59e6:0x340,_0x3c04f7:0x374,_0x19c0d5:0x9c,_0x171c33:0x138,_0x3d57fd:0xe4,_0xd17975:0x393,_0x16c11f:0x3ad,_0x4e48a8:0x3b6,_0x357c0f:0x367,_0x336c27:0x310,_0x3fe674:0x343,_0x3a809f:0x30c,_0x140d0f:0x39f,_0x3ec28a:0xb9,_0xc47923:0xc2,_0x4a3a32:0x2e2,_0x1bdb8f:0x2ef,_0x1137b5:0x37a,_0x346faf:0x39d,_0x68ceb3:0x40c,_0x43464d:0x396,_0x30fa3a:0x3c0,_0x57aacd:0x3c7,_0x4e1647:0x36e,_0x417b6e:0x414,_0x53c737:0x40e,_0x178dbd:0x37a,_0x104e17:0x37d,_0x3d8b96:0x3d7,_0x57e730:0x3ca,_0x45a0aa:0x37b,_0x1acda5:0x2cb,_0x303b23:0x34d,_0x32f831:0x34e,_0x46b75d:0x30a,_0x394183:0x344,_0x1495b0:0x2b7,_0x122ae5:0x355,_0x1522f7:0x3aa,_0x131fdc:0x38b,_0x52eb5d:0x144,_0x2fe588:0xce},_0x1c9be3={_0x3cbfac:0xee},_0xa346e6={_0x5e82a2:0x6b,_0x23f97b:0x60,_0x5304b0:0xfc},_0x624bb0={'LkcpI':_0x5d78cb(-0x128,-0x121,-0x10b,-0x125)+_0x5d78cb(-_0x29072f._0x446e3e,-0x122,-0xdf,-_0x29072f._0x5e4b59)+'git\x20tokens','AdMTm':function(_0x2bd88e,_0x21edf5){return _0x2bd88e||_0x21edf5;},'daaxw':function(_0x35879e,_0x1d9ce1){return _0x35879e===_0x1d9ce1;},'jYjCJ':'mLZtv','zjWUW':'User\x20ID\x20an'+_0x5d78cb(-_0x29072f._0x1b20f6,-0x12f,-_0x29072f._0x2102d1,-_0x29072f._0x66eea)+_0x4cfd71(0x391,_0x29072f._0x197f7b,_0x29072f._0x30242f,0x3c9)+'required','NPJXI':function(_0x2a8e73,_0xabe452){return _0x2a8e73(_0xabe452);},'eSInz':function(_0x1cf9f8,_0x1c2d66,_0x3b9dec){return _0x1cf9f8(_0x1c2d66,_0x3b9dec);},'OAzkf':function(_0x8d47cc,_0x353f09){return _0x8d47cc!==_0x353f09;},'PnBDW':_0x4cfd71(_0x29072f._0x57ef72,_0x29072f._0x254c36,0x3a6,_0x29072f._0x5f4a7b)+_0x5d78cb(-0x11f,-_0x29072f._0x17685e,-_0x29072f._0x16f92e,-_0x29072f._0x324abb)+_0x5d78cb(-_0x29072f._0x223c2e,-_0x29072f._0x5ef8bb,-_0x29072f._0x166d1d,-_0x29072f._0x2a6576)},_0x326e71=_0x1324be['logger']||_0x3c347e;function _0x5d78cb(_0x153a1c,_0x4ffd22,_0x76c83d,_0x48072e){return _0x5f2d0a(_0x153a1c-_0xa346e6._0x5e82a2,_0x4ffd22-_0xa346e6._0x23f97b,_0x4ffd22- -_0xa346e6._0x5304b0,_0x76c83d);}if(_0x624bb0[_0x5d78cb(-_0x29072f._0x292ac4,-0xc6,-0x114,-0xde)](!_0x507bca,!_0x34ead9)){if(_0x624bb0[_0x4cfd71(_0x29072f._0x33f098,0x379,_0x29072f._0x4d8ec0,_0x29072f._0x5b785b)](_0x624bb0[_0x4cfd71(_0x29072f._0x1151eb,_0x29072f._0xb31809,0x35f,_0x29072f._0x311cf8)],_0x624bb0[_0x4cfd71(_0x29072f._0x25cda7,0x30d,_0x29072f._0x40e259,0x393)]))throw new Error(_0x624bb0[_0x4cfd71(_0x29072f._0x22ec0a,_0x29072f._0x45f287,_0x29072f._0x56b770,0x32e)]);else{const _0xeec078={};_0xeec078[_0x5d78cb(-_0x29072f._0x1d51d2,-_0x29072f._0x1592d0,-_0x29072f._0x57b7bc,-_0x29072f._0xe9b94)]=_0x3a207f[_0x4cfd71(_0x29072f._0x5225f4,_0x29072f._0x519c0b,0x3a4,0x39e)],_0x4c0fcb[_0x5d78cb(-_0x29072f._0x1966c4,-_0x29072f._0x39dedf,-0x185,-0x16c)](_0x624bb0[_0x5d78cb(-0x73,-_0x29072f._0x244b1f,-0xc5,-0xca)],_0xeec078);throw _0x50d81b;}}const _0x22f50d=await _0x624bb0[_0x5d78cb(-_0x29072f._0x545624,-0xdb,-0x107,-_0x29072f._0x312fed)](getEncryptionKey,_0x1324be),_0x3385b7=await _0x624bb0[_0x5d78cb(-_0x29072f._0x392d95,-_0x29072f._0x11ec98,-_0x29072f._0x30da76,-_0x29072f._0x5c76fd)](loadTokenStorage,_0x1324be);function _0x4cfd71(_0xb71808,_0x19625a,_0x570638,_0x22081f){return _0x101345(_0xb71808-0xc,_0xb71808- -0x58,_0x22081f,_0x22081f-_0x1c9be3._0x3cbfac);}const _0x1cd42d=_0x3385b7[_0x4cfd71(_0x29072f._0x19a900,0x415,0x3cc,0x400)]?.[_0x507bca]?.[_0x34ead9];if(!_0x1cd42d)throw new Error(_0x4cfd71(_0x29072f._0x206606,_0x29072f._0x1d59e6,0x34e,_0x29072f._0x3c04f7)+_0x5d78cb(-_0x29072f._0x57b7bc,-0x102,-_0x29072f._0x19c0d5,-0x145)+_0x5d78cb(-0x101,-_0x29072f._0x171c33,-0x15f,-_0x29072f._0x3d57fd)+_0x507bca+(_0x4cfd71(0x3c4,_0x29072f._0xd17975,_0x29072f._0x16c11f,0x369)+_0x4cfd71(_0x29072f._0x4e48a8,_0x29072f._0x357c0f,0x406,0x3e1))+_0x34ead9);_0x465cbd[_0x4cfd71(0x343,0x361,_0x29072f._0x336c27,0x2ff)+'en']&&(_0x1cd42d[_0x4cfd71(_0x29072f._0x3fe674,0x39b,_0x29072f._0x3a809f,_0x29072f._0x140d0f)+'en']=_0x624bb0[_0x5d78cb(-0x52,-_0x29072f._0x3ec28a,-0xac,-_0x29072f._0xc47923)](encrypt,_0x465cbd[_0x4cfd71(0x343,_0x29072f._0x4a3a32,0x31d,_0x29072f._0x1bdb8f)+'en'],_0x22f50d));_0x465cbd['refresh_to'+_0x4cfd71(_0x29072f._0x1137b5,_0x29072f._0x33f098,0x3d3,0x3b8)]&&(_0x1cd42d[_0x4cfd71(0x3bb,_0x29072f._0x346faf,_0x29072f._0x68ceb3,_0x29072f._0x43464d)+'ken']=_0x624bb0[_0x4cfd71(_0x29072f._0x30fa3a,_0x29072f._0x57aacd,_0x29072f._0x4e1647,0x3f5)](encrypt,_0x465cbd[_0x4cfd71(0x3bb,_0x29072f._0x417b6e,0x3f2,_0x29072f._0x53c737)+_0x4cfd71(_0x29072f._0x178dbd,_0x29072f._0x104e17,_0x29072f._0x3d8b96,_0x29072f._0x57e730)],_0x22f50d));_0x624bb0[_0x4cfd71(0x39d,0x387,0x38c,_0x29072f._0x45a0aa)](_0x465cbd[_0x4cfd71(0x327,_0x29072f._0x1acda5,0x2f8,_0x29072f._0x303b23)],undefined)&&(_0x1cd42d[_0x4cfd71(0x327,0x325,0x2f6,_0x29072f._0x32f831)]=_0x465cbd['expires_at']);await _0x624bb0['eSInz'](saveTokenStorage,_0x3385b7,_0x1324be);const _0x5215e5={};_0x5215e5[_0x4cfd71(_0x29072f._0x46b75d,0x2be,_0x29072f._0x394183,_0x29072f._0x1495b0)]=_0x507bca,_0x5215e5[_0x4cfd71(0x38d,_0x29072f._0x122ae5,_0x29072f._0x1522f7,_0x29072f._0x131fdc)+'me']=_0x34ead9,_0x326e71[_0x5d78cb(-_0x29072f._0x52eb5d,-0xf7,-0x105,-_0x29072f._0x2fe588)](_0x624bb0[_0x4cfd71(0x353,0x37b,_0x29072f._0x1d59e6,0x341)],_0x5215e5);}export async function deleteUserGitToken(_0x36a483,_0x5ca993,_0x2a57ca={}){const _0x4d3e5c={_0x4d5b65:0x49e,_0x41daa7:0x455,_0x2e9b0a:0x4b9,_0x6ea92c:0x56b,_0x2824f0:0x57a,_0x27decb:0x531,_0xb1da6e:0x4f6,_0x382eba:0x588,_0x164a56:0x430,_0x5b440b:0x48e,_0x3746c1:0x4ea,_0x2a5a2a:0x4d2,_0x3eecfd:0x4d6,_0xdd3c9d:0x267,_0x3dc284:0x200,_0x5218da:0x216,_0x31c9fd:0x48c,_0x1b318c:0x1d6,_0x58bd73:0x21d,_0x2e8736:0x208,_0x1ac690:0x283,_0x201e71:0x2ac,_0x336ee0:0x24e,_0x6499d5:0x514,_0x4c8c31:0x271,_0x32279a:0x205,_0x14f356:0x47a,_0x1bf584:0x4a4,_0x55b343:0x456,_0x27a2af:0x479,_0x252964:0x503,_0x352900:0x560,_0x515b11:0x4fc},_0x507dff={_0x3d73ed:0x17e,_0x4dce8a:0x4ec},_0x5c724a={_0x35fc61:0x1c1},_0x2ad8cc={'AklGu':function(_0x1af73d,_0x9266ae){return _0x1af73d||_0x9266ae;},'HchnW':'User\x20ID\x20an'+_0x2dc8f5(0x4db,_0x4d3e5c._0x4d5b65,_0x4d3e5c._0x41daa7,_0x4d3e5c._0x2e9b0a)+'\x20name\x20are\x20'+_0x2dc8f5(_0x4d3e5c._0x6ea92c,0x57d,_0x4d3e5c._0x2824f0,_0x4d3e5c._0x27decb),'uSfIE':function(_0x4c80f9,_0x223a19){return _0x4c80f9(_0x223a19);},'mUfQB':_0x2dc8f5(_0x4d3e5c._0xb1da6e,0x4d7,_0x4d3e5c._0x382eba,0x52d)+_0x2dc8f5(0x472,_0x4d3e5c._0x164a56,_0x4d3e5c._0x5b440b,0x474)+_0x2dc8f5(_0x4d3e5c._0x3746c1,_0x4d3e5c._0x2a5a2a,0x47b,_0x4d3e5c._0x3eecfd)},_0x5cbf8b=_0x2a57ca[_0x3232cf(_0x4d3e5c._0xdd3c9d,_0x4d3e5c._0x3dc284,0x226,_0x4d3e5c._0x5218da)]||_0x3c347e;if(_0x2ad8cc[_0x2dc8f5(0x4b2,0x49e,0x450,_0x4d3e5c._0x31c9fd)](!_0x36a483,!_0x5ca993))throw new Error(_0x2ad8cc['HchnW']);const _0x58811d=await _0x2ad8cc[_0x3232cf(0x233,_0x4d3e5c._0x1b318c,0x1df,_0x4d3e5c._0x58bd73)](loadTokenStorage,_0x2a57ca);if(!_0x58811d[_0x3232cf(_0x4d3e5c._0x2e8736,_0x4d3e5c._0x1ac690,_0x4d3e5c._0x201e71,_0x4d3e5c._0x336ee0)]?.[_0x36a483]?.[_0x5ca993])return![];delete _0x58811d['tokens'][_0x36a483][_0x5ca993];Object[_0x2dc8f5(_0x4d3e5c._0x6499d5,0x513,0x553,0x508)](_0x58811d[_0x3232cf(0x296,_0x4d3e5c._0x4c8c31,0x2b2,0x24e)][_0x36a483])['length']===0x1*0xf41+0x49c+-0x69f*0x3&&delete _0x58811d[_0x3232cf(0x25c,_0x4d3e5c._0x32279a,0x235,_0x4d3e5c._0x336ee0)][_0x36a483];await saveTokenStorage(_0x58811d,_0x2a57ca);const _0xdcbf6a={};_0xdcbf6a[_0x2dc8f5(_0x4d3e5c._0x14f356,_0x4d3e5c._0x1bf584,_0x4d3e5c._0x55b343,_0x4d3e5c._0x27a2af)]=_0x36a483,_0xdcbf6a[_0x2dc8f5(_0x4d3e5c._0x252964,0x4a3,_0x4d3e5c._0x352900,_0x4d3e5c._0x515b11)+'me']=_0x5ca993,_0x5cbf8b['info'](_0x2ad8cc['mUfQB'],_0xdcbf6a);function _0x3232cf(_0x2ca53f,_0x38184a,_0xd3343e,_0x5677d9){return _0x101345(_0x2ca53f-0x144,_0x5677d9- -_0x5c724a._0x35fc61,_0x2ca53f,_0x5677d9-0x4c);}function _0x2dc8f5(_0x3ac5c8,_0x52d68b,_0x4d7111,_0x5152dd){return _0x5f2d0a(_0x3ac5c8-0x147,_0x52d68b-_0x507dff._0x3d73ed,_0x5152dd-_0x507dff._0x4dce8a,_0x52d68b);}return!![];}export async function deleteAllUserGitTokens(_0x517ce0,_0x1e088f={}){const _0x376179={_0x3f70ed:0xa7,_0x3dd973:0x41,_0x1bdea3:0x9e,_0x3fb893:0x404,_0x1c8c65:0x39c,_0x572686:0x396,_0x521c2c:0xef,_0x345332:0x102,_0x240b2d:0x429,_0x57f956:0x42d,_0x56ce54:0x44c,_0x1bec06:0x13d,_0x4815b6:0x15c,_0x124402:0xe6,_0x1d1a04:0x109,_0x4f25aa:0x14d,_0x327dbc:0x13d,_0x1bae99:0x180,_0x4fc333:0x39e,_0x56c22a:0x337,_0x2d7036:0x3c2,_0x237384:0x3ad,_0x4df351:0x39c,_0x2ef799:0x367,_0x44ca0b:0x8b,_0x57a39d:0xfa},_0x427fc0={_0x1e3b49:0x1cc,_0x37a83a:0x87,_0x59667c:0x103},_0x19a7f0={_0x5702ba:0x7f,_0x1f44c7:0x3c},_0x20993b={'oZPOY':'User\x20ID\x20is'+_0x222396(_0x376179._0x3f70ed,0xee,_0x376179._0x3dd973,_0x376179._0x1bdea3),'dISgh':function(_0x5945ce,_0x13415e){return _0x5945ce(_0x13415e);},'qJaXz':_0x3e5ee3(_0x376179._0x3fb893,0x3bc,0x3dd,0x3b9)+_0x3e5ee3(_0x376179._0x1c8c65,0x3f7,0x3f8,_0x376179._0x572686)+'ns\x20for\x20use'+'r'},_0x2cb291=_0x1e088f[_0x222396(0x105,0x129,_0x376179._0x521c2c,_0x376179._0x345332)]||_0x3c347e;if(!_0x517ce0)throw new Error(_0x20993b[_0x3e5ee3(0x3d8,_0x376179._0x240b2d,_0x376179._0x57f956,0x385)]);const _0x1def07=await _0x20993b[_0x3e5ee3(0x407,0x3f9,_0x376179._0x56ce54,0x461)](loadTokenStorage,_0x1e088f);function _0x3e5ee3(_0x271d97,_0x3a94b5,_0x3eb8d1,_0xc799bb){return _0x101345(_0x271d97-_0x19a7f0._0x5702ba,_0x271d97-_0x19a7f0._0x1f44c7,_0x3a94b5,_0xc799bb-0x1d3);}if(!_0x1def07[_0x222396(_0x376179._0x1bec06,_0x376179._0x4815b6,0x102,0xf2)]?.[_0x517ce0])return 0x5*0x449+0x1*0x232b+-0x3898;const _0x29a160=Object[_0x222396(0x11f,_0x376179._0x124402,_0x376179._0x1d1a04,_0x376179._0x4f25aa)](_0x1def07[_0x222396(_0x376179._0x327dbc,_0x376179._0x1bae99,0x140,0x13b)][_0x517ce0])['length'];delete _0x1def07['tokens'][_0x517ce0],await saveTokenStorage(_0x1def07,_0x1e088f);const _0x139893={};_0x139893[_0x3e5ee3(_0x376179._0x4fc333,0x341,_0x376179._0x56c22a,_0x376179._0x2d7036)]=_0x517ce0,_0x139893['deletedCou'+'nt']=_0x29a160,_0x2cb291[_0x3e5ee3(_0x376179._0x237384,_0x376179._0x4df351,0x381,_0x376179._0x2ef799)](_0x20993b[_0x222396(0xf2,_0x376179._0x44ca0b,0x150,_0x376179._0x57a39d)],_0x139893);function _0x222396(_0x5e7570,_0x19b06c,_0x27a75,_0x14ba08){return _0x5f2d0a(_0x5e7570-_0x427fc0._0x1e3b49,_0x19b06c-_0x427fc0._0x37a83a,_0x5e7570-_0x427fc0._0x59667c,_0x27a75);}return _0x29a160;}export function isTokenExpiringSoon(_0x478b13,_0x49f966=-0xb1*0x2c+-0x1b*-0x4b+-0x3*-0x78b){const _0x5530d0={_0x2f26a7:0x27d,_0x5144a0:0x235,_0xaf6c1e:0x174,_0x2dad8b:0x188,_0x5da441:0x188,_0x58a9a1:0x366,_0x5482d8:0x2e6,_0x4bf1b4:0x2a4,_0x20a37d:0x2c7,_0x16214b:0x292,_0x3c8797:0x2e1,_0x2d8847:0x12f},_0x732d6={_0x23a095:0x17f,_0x2e40a1:0xb0,_0xf90c52:0x19a},_0x339c18={_0xa1d20d:0xb7},_0x3f7f97={};_0x3f7f97[_0x5e729e(-0x238,-_0x5530d0._0x2f26a7,-0x228,-_0x5530d0._0x5144a0)]=function(_0x3bd1b9,_0x58706a){return _0x3bd1b9*_0x58706a;},_0x3f7f97[_0x2a7f67(_0x5530d0._0xaf6c1e,0x122,_0x5530d0._0x2dad8b,_0x5530d0._0x5da441)]=function(_0x13ed43,_0x8c9fd7){return _0x13ed43<=_0x8c9fd7;},_0x3f7f97[_0x5e729e(-_0x5530d0._0x58a9a1,-0x303,-0x329,-0x351)]=function(_0x1ca9d3,_0x5984ba){return _0x1ca9d3-_0x5984ba;};const _0x5d7f3e=_0x3f7f97;if(!_0x478b13)return![];const _0x46b5dd=new Date(_0x478b13)[_0x5e729e(-_0x5530d0._0x5482d8,-0x2cd,-0x322,-_0x5530d0._0x4bf1b4)](),_0xacd262=Date[_0x5e729e(-_0x5530d0._0x20a37d,-_0x5530d0._0x16214b,-_0x5530d0._0x20a37d,-_0x5530d0._0x3c8797)](),_0x54b572=_0x5d7f3e['lPGdh'](_0x49f966*(0xb8a+-0x1*-0x212b+0xfd*-0x2d),0x3*0xb1+0x3*0x4bb+-0x62e*0x2);function _0x5e729e(_0x477a5d,_0x25c013,_0xdaa096,_0x256a4d){return _0x101345(_0x477a5d-_0x339c18._0xa1d20d,_0x25c013- -0x671,_0xdaa096,_0x256a4d-0x1a0);}function _0x2a7f67(_0xa15643,_0x5cc740,_0x4963cf,_0x25166a){return _0x5f2d0a(_0xa15643-_0x732d6._0x23a095,_0x5cc740-_0x732d6._0x2e40a1,_0x25166a-_0x732d6._0xf90c52,_0x4963cf);}return _0x5d7f3e[_0x2a7f67(0x17d,0x1e2,_0x5530d0._0x2d8847,0x188)](_0x5d7f3e['aQnEh'](_0x46b5dd,_0xacd262),_0x54b572);}export function isTokenExpired(_0x117543){const _0x3f2a61={_0x24dca8:0x3b6,_0xd0fe89:0x3a5,_0x3bfffd:0x3e0,_0x29aa5e:0x435,_0x500cd0:0x5f,_0x123812:0xaf,_0x2d69ca:0x5c,_0x2f7d0d:0xa3,_0x31bab1:0x21,_0x502a06:0x3,_0x56e924:0x2f,_0x3cbefe:0x3f,_0x5bba83:0x20,_0x11c545:0x38f,_0x2faf17:0x3d8,_0x35e1dc:0x39d,_0x40dea7:0x3e,_0x222bf2:0x3c,_0x4686af:0x69,_0x2199ae:0x57,_0x1c661e:0x86,_0x23983e:0x5b},_0x37dd74={_0x208982:0xf6},_0x56b16a={_0x132cce:0x3c9},_0x57f944={};_0x57f944[_0x1cc56b(0x35c,_0x3f2a61._0x24dca8,0x3e9,_0x3f2a61._0xd0fe89)]=function(_0x1bf0bb,_0x330edd){return _0x1bf0bb===_0x330edd;},_0x57f944[_0x1cc56b(_0x3f2a61._0x3bfffd,0x3d8,_0x3f2a61._0x29aa5e,0x410)]='DIill',_0x57f944[_0x22fbf7(0x6f,0xa3,0xee,_0x3f2a61._0x500cd0)]=_0x22fbf7(0xd3,_0x3f2a61._0x123812,_0x3f2a61._0x2d69ca,_0x3f2a61._0x2f7d0d),_0x57f944[_0x22fbf7(-0xd,_0x3f2a61._0x31bab1,_0x3f2a61._0x502a06,-_0x3f2a61._0x56e924)]=function(_0x577211,_0x2fcabc){return _0x577211<_0x2fcabc;};const _0x118805=_0x57f944;if(!_0x117543){if(_0x118805[_0x22fbf7(_0x3f2a61._0x3cbefe,0x79,0x6d,_0x3f2a61._0x5bba83)](_0x118805[_0x1cc56b(_0x3f2a61._0x11c545,_0x3f2a61._0x2faf17,_0x3f2a61._0x35e1dc,0x422)],_0x118805[_0x1cc56b(0x3dd,0x3e0,0x39f,0x3b1)]))_0x2baa1e[_0x22fbf7(0x88,0x3c,0x66,0x9)+'in']=_0x2a7bcf[_0x22fbf7(_0x3f2a61._0x40dea7,_0x3f2a61._0x222bf2,0x9e,_0x3f2a61._0x4686af)+'in'];else return![];}function _0x1cc56b(_0x285030,_0x32e1da,_0x288b45,_0x46e05a){return _0x5f2d0a(_0x285030-0x59,_0x32e1da-0x85,_0x32e1da-_0x56b16a._0x132cce,_0x46e05a);}function _0x22fbf7(_0x57c827,_0x56a5fb,_0x53e48b,_0x17353e){return _0x101345(_0x57c827-0x52,_0x56a5fb- -0x349,_0x53e48b,_0x17353e-_0x37dd74._0x208982);}return _0x118805[_0x22fbf7(0x4f,0x21,_0x3f2a61._0x2199ae,-0x44)](new Date(_0x117543)[_0x22fbf7(_0x3f2a61._0x1c661e,_0x3f2a61._0x23983e,0x58,0x72)](),Date['now']());}export async function getUserConnectionStatus(_0x5230ac,_0x44fb5c={}){const _0x14b93f={_0x56f7ec:0x30b,_0xf214a8:0x28b,_0x4f60fe:0x2e5,_0x4be591:0x241,_0x2795ce:0x26b,_0x496feb:0x2a2,_0x552a0b:0x286,_0x55b22b:0x28f,_0x3c39ca:0x281,_0xa450ef:0x27f,_0x3f084b:0x2fd,_0x29b7a6:0x31b,_0x365d85:0x365,_0x45d807:0xee,_0x3ea92e:0x10e,_0x875186:0xbf,_0x3b900d:0x31e,_0x1888bc:0x30a,_0x9e7825:0x2ed,_0x244da1:0x287,_0x664841:0xfa,_0x3d829f:0xa5,_0x4832f0:0x2f1,_0x25942d:0x29b,_0x279164:0x2fb,_0x2fbd31:0x335,_0x4c5bdb:0x2b6,_0x267737:0x2c4,_0x3fb857:0x2d2,_0x5a4806:0x2a1,_0x422ba2:0xc1,_0x370d5e:0x2bd,_0x2ed9d9:0x293,_0x43112f:0x28c,_0x3e13b:0x266,_0x1671d2:0x2df,_0x38b4da:0x30a,_0x225c65:0xb4,_0x37651f:0xb9,_0x45240b:0x1b},_0x42db17={_0x56fe69:0x22,_0xdd7843:0xfa},_0x534469={_0x502d62:0x1b4,_0x13dcda:0x78},_0xa18f5={'ZwTjQ':function(_0x1d3de7,_0x211e0c){return _0x1d3de7(_0x211e0c);},'hxOmd':function(_0x4bfd8d,_0x51600d){return _0x4bfd8d===_0x51600d;},'ebdvb':'TgaJv','dEBMU':_0x1265c2(-_0x14b93f._0x56f7ec,-_0x14b93f._0xf214a8,-0x2c7,-_0x14b93f._0x4f60fe)},_0xb11d32=await _0xa18f5['ZwTjQ'](loadTokenStorage,_0x44fb5c);function _0x3924d1(_0x2cc38e,_0x75d1f9,_0x12909b,_0x28d9a9){return _0x5f2d0a(_0x2cc38e-0xb5,_0x75d1f9-_0x534469._0x502d62,_0x2cc38e- -_0x534469._0x13dcda,_0x75d1f9);}const _0x50620b=_0xb11d32[_0x1265c2(-_0x14b93f._0x4be591,-0x211,-_0x14b93f._0x2795ce,-0x2b0)]?.[_0x5230ac];if(!_0x50620b){if(_0xa18f5['hxOmd'](_0xa18f5[_0x1265c2(-_0x14b93f._0x496feb,-0x30b,-0x2dc,-_0x14b93f._0x552a0b)],_0xa18f5[_0x1265c2(-0x2d2,-_0x14b93f._0x55b22b,-0x2dc,-0x2d9)]))return{};else _0x1477d4[_0x1265c2(-0x258,-_0x14b93f._0x3c39ca,-_0x14b93f._0xa450ef,-0x23e)+_0x1265c2(-_0x14b93f._0x3f084b,-0x2dd,-_0x14b93f._0x29b7a6,-_0x14b93f._0x365d85)]=_0x5e3188['github_use'+_0x3924d1(-_0x14b93f._0x45d807,-_0x14b93f._0x3ea92e,-_0x14b93f._0x875186,-0x153)];}const _0x4e67ca={};for(const [_0x4e48b3,_0x357c81]of Object[_0x1265c2(-0x364,-_0x14b93f._0x3b900d,-0x304,-_0x14b93f._0x1888bc)](_0x50620b)){if(_0xa18f5['dEBMU']===_0xa18f5['dEBMU']){const _0x4c7a4f={};_0x4c7a4f[_0x1265c2(-_0x14b93f._0x9e7825,-0x307,-0x2a5,-_0x14b93f._0x244da1)]=!![],_0x4c7a4f[_0x3924d1(-0xce,-0xe8,-_0x14b93f._0x664841,-_0x14b93f._0x3d829f)]=_0x357c81[_0x1265c2(-_0x14b93f._0x4832f0,-_0x14b93f._0x25942d,-_0x14b93f._0x279164,-0x32f)],_0x4c7a4f[_0x1265c2(-0x2cb,-_0x14b93f._0x2fbd31,-0x2f5,-0x302)+'in']=_0x357c81[_0x1265c2(-_0x14b93f._0x4c5bdb,-_0x14b93f._0x267737,-0x2f5,-0x339)+'in'],_0x4c7a4f['azure_user'+_0x1265c2(-0x25d,-_0x14b93f._0x3fb857,-_0x14b93f._0x5a4806,-0x240)]=_0x357c81['azure_user'+'name'],_0x4c7a4f[_0x3924d1(-0x90,-0x35,-0xc3,-_0x14b93f._0x422ba2)+'at']=_0x357c81[_0x1265c2(-0x2d9,-0x294,-_0x14b93f._0x370d5e,-0x2d2)+'at'],_0x4e67ca[_0x4e48b3]=_0x4c7a4f;}else throw new _0x16c5f9(_0x1265c2(-_0x14b93f._0x2ed9d9,-_0x14b93f._0x43112f,-0x2ad,-_0x14b93f._0x3e13b)+_0x1265c2(-_0x14b93f._0x1671d2,-_0x14b93f._0x38b4da,-0x2ab,-0x2c2)+_0x3924d1(-_0x14b93f._0x225c65,-0x8f,-_0x14b93f._0x37651f,-0xc8)+_0x334e80+(_0x3924d1(-0x31,0x7,0x24,_0x14b93f._0x45240b)+'der\x20')+_0x17f509);}function _0x1265c2(_0xede3e5,_0x13b2da,_0x598d93,_0xce2e6e){return _0x5f2d0a(_0xede3e5-_0x42db17._0x56fe69,_0x13b2da-_0x42db17._0xdd7843,_0x598d93- -0x2a5,_0xede3e5);}return _0x4e67ca;}
package/dist/lib/users.js CHANGED
@@ -1 +1 @@
1
- (function(_0x473864,_0x159549){const _0x454e3e={_0x4ae08d:0x4c0,_0x395ea5:0x457,_0x4e30bc:0x4b8,_0x438de2:0x4ca,_0x5754e6:0x490,_0x41d2c1:0x4b5,_0x3c7161:0x45c,_0x461fb:0x481,_0x3673a5:0x4a5,_0x36a781:0x4cb,_0x299a90:0x51b,_0x3b0ec5:0x4ff,_0xe0d6ee:0x4e5,_0x14eb53:0x4a6,_0x2ac03c:0x405,_0x2898be:0x41e,_0x4b11a7:0x4cf,_0x1a2051:0x4c3,_0x1e3aa1:0x487},_0x366a02={_0x30ff4b:0x36c};function _0x52ce18(_0x564e12,_0x29bb43,_0x502c15,_0x4186ce){return _0x5b6f(_0x502c15-_0x366a02._0x30ff4b,_0x29bb43);}function _0x256b30(_0x45048e,_0x3ab4a7,_0x1d3621,_0x301e19){return _0x5b6f(_0x301e19-0x3b4,_0x1d3621);}const _0x146847=_0x473864();while(!![]){try{const _0x346b06=-parseInt(_0x52ce18(_0x454e3e._0x4ae08d,_0x454e3e._0x395ea5,0x4a5,0x491))/(-0xae6+-0x108e+0x927*0x3)*(parseInt(_0x52ce18(0x4cc,_0x454e3e._0x4e30bc,_0x454e3e._0x438de2,0x4ca))/(-0x18e6+-0x191*0xa+0x2892))+-parseInt(_0x256b30(0x4ec,_0x454e3e._0x438de2,0x53f,0x4ee))/(-0x98a+-0x1db5+0x2742)*(-parseInt(_0x256b30(_0x454e3e._0x5754e6,0x4bc,0x486,0x4b9))/(0x1c93+-0x154e+-0x741*0x1))+-parseInt(_0x52ce18(0x436,_0x454e3e._0x41d2c1,0x482,0x44c))/(-0x16cb+-0x1*-0x2365+-0xc95*0x1)*(-parseInt(_0x256b30(0x4b1,_0x454e3e._0x3c7161,_0x454e3e._0x461fb,_0x454e3e._0x3673a5))/(-0xca*0x5+0x1*-0x755+0xb4d))+-parseInt(_0x52ce18(_0x454e3e._0x36a781,0x491,0x49a,0x449))/(0x24ff+0x1*-0x145f+-0x1099*0x1)+-parseInt(_0x256b30(_0x454e3e._0x299a90,_0x454e3e._0x3b0ec5,0x4ae,_0x454e3e._0xe0d6ee))/(-0x606*-0x5+0x20e+-0x2024)+parseInt(_0x52ce18(0x42c,0x4d4,_0x454e3e._0x461fb,_0x454e3e._0x14eb53))/(-0x1c8b+0x959*-0x1+0x1ff*0x13)+parseInt(_0x52ce18(_0x454e3e._0x2ac03c,0x45d,0x443,_0x454e3e._0x2898be))/(-0x1150+0x1f03+-0xda9)*(parseInt(_0x52ce18(_0x454e3e._0x4b11a7,0x4e9,_0x454e3e._0x1a2051,_0x454e3e._0x1e3aa1))/(0x146f+0x17c9+-0x2c2d));if(_0x346b06===_0x159549)break;else _0x146847['push'](_0x146847['shift']());}catch(_0x55298e){_0x146847['push'](_0x146847['shift']());}}}(_0x5b6c,-0x256*0x67a+-0x15b5e5+0x32ffcf));import{promises as _0x3ca3c8}from'fs';import _0x517e54 from'path';function _0x5b6f(_0x1bba3d,_0x574634){_0x1bba3d=_0x1bba3d-(0xba5*-0x1+0x1c1*0x7+0x19);const _0xc722d9=_0x5b6c();let _0xe65a18=_0xc722d9[_0x1bba3d];if(_0x5b6f['SfNuEW']===undefined){var _0x30883c=function(_0x33f9ad){const _0x341a10='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4e189f='',_0x35862b='';for(let _0x4dda70=-0x45d*0x1+0x10*-0xcb+0x110d,_0x2608df,_0x2756a0,_0x14b177=-0x10f5+0xc4*-0xb+0x1961;_0x2756a0=_0x33f9ad['charAt'](_0x14b177++);~_0x2756a0&&(_0x2608df=_0x4dda70%(0x1*-0xdc6+0x801+0x5c9)?_0x2608df*(-0x259e+-0x35*0xaf+-0x4a19*-0x1)+_0x2756a0:_0x2756a0,_0x4dda70++%(0x1b5e+-0xbb6*-0x1+-0x2710))?_0x4e189f+=String['fromCharCode'](-0x7ad*-0x4+0x1a50+-0x1*0x3805&_0x2608df>>(-(-0x189a+0xff1+0x8ab)*_0x4dda70&-0x9e*-0x1d+0x1*0x4f1+-0x16d1)):0xe23+0x47a*0x6+0x28ff*-0x1){_0x2756a0=_0x341a10['indexOf'](_0x2756a0);}for(let _0x1787be=-0xa08+-0x14e8+0x6e*0x48,_0x3db112=_0x4e189f['length'];_0x1787be<_0x3db112;_0x1787be++){_0x35862b+='%'+('00'+_0x4e189f['charCodeAt'](_0x1787be)['toString'](-0x766+-0x1932+0x37*0x98))['slice'](-(0xae*-0x11+0x25e7*0x1+-0x1a57));}return decodeURIComponent(_0x35862b);};_0x5b6f['totbxi']=_0x30883c,_0x5b6f['ydwBuD']={},_0x5b6f['SfNuEW']=!![];}const _0x303209=_0xc722d9[-0x20a4+0x1cab+-0x9*-0x71],_0x4ed3cb=_0x1bba3d+_0x303209,_0x4632b8=_0x5b6f['ydwBuD'][_0x4ed3cb];return!_0x4632b8?(_0xe65a18=_0x5b6f['totbxi'](_0xe65a18),_0x5b6f['ydwBuD'][_0x4ed3cb]=_0xe65a18):_0xe65a18=_0x4632b8,_0xe65a18;}function _0x2e0574(_0x327b65,_0x2a2a52,_0x4f7976,_0x4857e0){const _0x39e2d6={_0x543f8:0x11f};return _0x5b6f(_0x4857e0-_0x39e2d6._0x543f8,_0x327b65);}import _0x160fa4 from'bcrypt';import{fileURLToPath}from'url';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x517e54[_0x2e0574(0x232,0x24e,0x247,0x22c)](__filename),USERS_FILE=_0x517e54['join'](DATA_DIR,'users.json'),SALT_ROUNDS=-0x8*0x3a8+-0xd57+0x2aa1;let usersCache=null,usersCacheMtime=null;export async function loadUsers(){const _0x1c7b15={_0x4e2a09:0x112,_0x412640:0xda,_0x3a6907:0x17c,_0xb2c4da:0x18a,_0x4d0462:0x11f,_0x3a6b1f:0x10c,_0x277562:0x25b,_0xee725:0x2a6,_0x5a1c6f:0x197,_0x1b65b9:0x14f,_0x2cb8f8:0x21e,_0x1eeef3:0x22d,_0x4b5beb:0x203,_0x205146:0x13e,_0x170f1a:0x10c,_0x1ae388:0xfb,_0x44a6c9:0x262,_0x21e1ff:0x2a2,_0xa68c04:0x2db,_0x55cc65:0x1b4,_0x15b6a2:0x12e,_0x33a730:0x25e,_0x4ef17e:0x2b7,_0x2c6129:0x28b,_0x29b8d8:0x12d,_0xfab989:0x234,_0x21ca6f:0x14d,_0x2402f7:0x114,_0xb95d3d:0x156,_0x2b34f3:0x28a,_0x2cedf2:0x271,_0x177ef5:0x25c,_0x34d46b:0x186,_0x3e3c70:0x1a3,_0x305f3d:0x27a,_0x1de9e1:0x26b},_0x292ae0={_0x13dd7f:0x58,_0x402fcd:0x166,_0x324fa2:0x377};function _0x1d6b1b(_0x26d371,_0x41dc25,_0xcbb8cd,_0x4e11aa){return _0x2e0574(_0x4e11aa,_0x41dc25-0x20,_0xcbb8cd-0x134,_0xcbb8cd- -0x4bd);}const _0x5a4396={'okjTI':_0x18f7ea(-_0x1c7b15._0x4e2a09,-_0x1c7b15._0x412640,-0x14b,-0x150),'kFqkC':_0x18f7ea(-_0x1c7b15._0x3a6907,-_0x1c7b15._0xb2c4da,-0x16a,-0x192)+_0x18f7ea(-0x111,-_0x1c7b15._0x4d0462,-0xc3,-_0x1c7b15._0x3a6b1f)+',\x20creating'+_0x1d6b1b(-_0x1c7b15._0x277562,-_0x1c7b15._0xee725,-0x2ab,-0x2e4)+_0x18f7ea(-_0x1c7b15._0x5a1c6f,-0x19e,-_0x1c7b15._0x1b65b9,-0x18b),'azsmU':function(_0xbdcb68,_0x5e933c){return _0xbdcb68(_0x5e933c);},'pMcsp':_0x1d6b1b(-_0x1c7b15._0x2cb8f8,-_0x1c7b15._0x1eeef3,-0x244,-_0x1c7b15._0x4b5beb)+'load\x20users'};function _0x18f7ea(_0x408fe6,_0x1a73d5,_0xdf406f,_0x262e0d){return _0x2e0574(_0x1a73d5,_0x1a73d5-_0x292ae0._0x13dd7f,_0xdf406f-_0x292ae0._0x402fcd,_0x408fe6- -_0x292ae0._0x324fa2);}try{const _0x1eb2ae=await _0x3ca3c8[_0x18f7ea(-_0x1c7b15._0x205146,-0x16e,-0x13b,-_0x1c7b15._0x170f1a)](USERS_FILE,_0x18f7ea(-_0x1c7b15._0x1ae388,-0xd9,-0xeb,-0xbb)),_0x9cb4d4=JSON[_0x1d6b1b(-0x2aa,-_0x1c7b15._0x44a6c9,-_0x1c7b15._0x21e1ff,-_0x1c7b15._0xa68c04)](_0x1eb2ae);usersCache=_0x9cb4d4['users']||[];const _0x178e2a=await _0x3ca3c8[_0x18f7ea(-0x174,-_0x1c7b15._0x55cc65,-0x18c,-_0x1c7b15._0x15b6a2)](USERS_FILE);usersCacheMtime=_0x178e2a['mtimeMs'];const _0xd25e7={};return _0xd25e7[_0x1d6b1b(-0x264,-0x22a,-0x259,-0x24d)]=usersCache[_0x1d6b1b(-_0x1c7b15._0x44a6c9,-0x22d,-_0x1c7b15._0x33a730,-0x208)],logger[_0x1d6b1b(-_0x1c7b15._0x4ef17e,-0x236,-_0x1c7b15._0x2c6129,-0x251)](_0x18f7ea(-_0x1c7b15._0x29b8d8,-0x15c,-0x11a,-0x168)+_0x1d6b1b(-0x252,-0x21f,-0x24d,-_0x1c7b15._0xfab989)+'le',_0xd25e7),usersCache;}catch(_0x38ae95){if(_0x38ae95[_0x18f7ea(-0x105,-_0x1c7b15._0x21ca6f,-_0x1c7b15._0x2402f7,-_0x1c7b15._0xb95d3d)]===_0x5a4396['okjTI'])return logger[_0x1d6b1b(-0x251,-0x27e,-_0x1c7b15._0x2b34f3,-_0x1c7b15._0x2cedf2)](_0x5a4396[_0x1d6b1b(-0x2a5,-_0x1c7b15._0x177ef5,-0x29c,-0x2cd)]),await _0x5a4396[_0x1d6b1b(-0x29c,-0x231,-0x276,-0x28b)](saveUsers,[]),usersCache;logger[_0x18f7ea(-0x17f,-_0x1c7b15._0x34d46b,-_0x1c7b15._0x3e3c70,-0x168)](_0x5a4396[_0x1d6b1b(-0x2b1,-_0x1c7b15._0x305f3d,-_0x1c7b15._0x1de9e1,-0x2b0)],_0x38ae95);throw _0x38ae95;}}export async function saveUsers(_0x8f0047){const _0x27d16b={_0x4a1994:0x16c,_0x3fae3d:0x177,_0x3bdabb:0xf7,_0x38994c:0x13d,_0x3d4a51:0x167,_0x580366:0x1a4,_0x5c7ff1:0x15a,_0x22aaa8:0x11f,_0x3b0e23:0xc0,_0x1bb284:0x121,_0x599185:0x115,_0x17b5b2:0x14e,_0x241f70:0x18b,_0xeacc51:0x108,_0x7655d8:0x129,_0xf909e8:0x141,_0x2d66f8:0x1c7,_0x3c2379:0x147,_0x4b1261:0x148,_0x16dd41:0x163,_0x15d694:0x15c,_0x259fb8:0x154,_0x2ab5b8:0x114,_0xe30761:0x142,_0x60d290:0x158,_0x4062f7:0x1ab,_0xfa5cf8:0x13e,_0x375cf6:0x178,_0x3bb1d6:0x138,_0x5a6e19:0x146,_0xc1265f:0x19a,_0x2bede1:0x17b,_0x8d2504:0x15b},_0x5d34e1={_0x40a504:0xe7,_0xc11b74:0x34},_0x657591={_0x50d72d:0x2f,_0x3ae999:0x2,_0x3b83cc:0xd7},_0xe115e5={};function _0x1449b5(_0x59b8e5,_0x292b22,_0x543ea4,_0x42890d){return _0x2e0574(_0x543ea4,_0x292b22-_0x657591._0x50d72d,_0x543ea4-_0x657591._0x3ae999,_0x42890d- -_0x657591._0x3b83cc);}_0xe115e5[_0x1449b5(0x142,_0x27d16b._0x4a1994,_0x27d16b._0x3fae3d,0x196)]='Invalid\x20pa'+'ssword\x20for'+_0x398197(_0x27d16b._0x3bdabb,0x144,0x113,_0x27d16b._0x38994c),_0xe115e5[_0x398197(0x1f8,_0x27d16b._0x3d4a51,0x183,_0x27d16b._0x580366)]=function(_0x5b48f9,_0x397e68){return _0x5b48f9===_0x397e68;};const _0x420aca=_0xe115e5;function _0x398197(_0xbaee42,_0x12aa6b,_0x9d9b94,_0x11811a){return _0x2e0574(_0x12aa6b,_0x12aa6b-_0x5d34e1._0x40a504,_0x9d9b94-_0x5d34e1._0xc11b74,_0x11811a- -0xd6);}try{const _0x4cfca8=_0x517e54['dirname'](USERS_FILE),_0x58da69={};_0x58da69['recursive']=!![],await _0x3ca3c8[_0x398197(0x142,0x154,_0x27d16b._0x5c7ff1,_0x27d16b._0x22aaa8)](_0x4cfca8,_0x58da69);const _0x2cc8c8={};_0x2cc8c8[_0x1449b5(0xc4,_0x27d16b._0x3b0e23,_0x27d16b._0x1bb284,_0x27d16b._0x599185)]=_0x8f0047,await _0x3ca3c8[_0x1449b5(0x173,_0x27d16b._0x17b5b2,_0x27d16b._0x241f70,0x1a4)](USERS_FILE,JSON['stringify'](_0x2cc8c8,null,0x719+0x12ac+-0x19c3),'utf-8');const _0x478147=await _0x3ca3c8['stat'](USERS_FILE);usersCache=_0x8f0047,usersCacheMtime=_0x478147[_0x1449b5(_0x27d16b._0xeacc51,0x1b0,_0x27d16b._0x7655d8,0x159)];const _0x3c3ff1={};_0x3c3ff1[_0x398197(_0x27d16b._0xf909e8,_0x27d16b._0x2d66f8,0x155,0x18e)]=_0x8f0047['length'],logger[_0x1449b5(_0x27d16b._0x3c2379,_0x27d16b._0x4b1261,_0x27d16b._0x16dd41,_0x27d16b._0x15d694)]('Saved\x20user'+'s\x20to\x20file',_0x3c3ff1);}catch(_0x40bc4b){if(_0x420aca[_0x398197(_0x27d16b._0x259fb8,0x15e,0x1f9,0x1a4)](_0x1449b5(_0x27d16b._0x2ab5b8,0x11b,_0x27d16b._0xe30761,0x169),_0x1449b5(_0x27d16b._0x60d290,_0x27d16b._0x4062f7,_0x27d16b._0xfa5cf8,0x169))){logger[_0x398197(_0x27d16b._0x375cf6,0xd3,0x105,0x122)]('Failed\x20to\x20'+'save\x20users',_0x40bc4b);throw _0x40bc4b;}else{const _0x4c100e={};return _0x4c100e[_0x398197(_0x27d16b._0x3bb1d6,0x174,0x15e,_0x27d16b._0x5a6e19)]=_0x377de2,_0x1c63f6[_0x1449b5(_0x27d16b._0xc1265f,_0x27d16b._0x2bede1,0x130,_0x27d16b._0x8d2504)](_0x420aca['fugsy'],_0x4c100e),null;}}}export async function getUsers(){const _0x3a7fb9={_0x3e64a3:0x93,_0x296ba6:0x200,_0x6d9d61:0x26d,_0x12e549:0x274,_0x598f9a:0x295,_0x2af368:0x22a,_0x38afff:0x273,_0x568a5a:0x26e,_0x50d913:0x20e,_0xf5bd50:0x271,_0x13c631:0xee,_0x2c2d87:0xde,_0x700bbc:0x243,_0xe579e2:0x279,_0x476cd1:0x29a,_0xdb9f8c:0xea,_0x2edcfc:0x99,_0x39ea7d:0x55,_0x3ef445:0x57,_0x474b60:0x65,_0xc5a059:0x251,_0x5ebeeb:0x26d,_0x56ea3f:0x249,_0x3a2d6a:0x1bd,_0x32a93c:0xf9,_0x4f529c:0xea,_0x5dd50e:0xdb,_0x5d8aae:0x1f9,_0x5d7f7f:0x1d7,_0x2bb202:0x1f9,_0x40d5c4:0x248,_0x51ca1d:0xdc,_0x2ccbd7:0xec,_0x580338:0xad,_0x38d102:0x244,_0x4c0d95:0x21a,_0x209102:0x25a,_0x854d32:0xbc,_0x18d012:0x11b,_0x55e461:0x20a,_0x94b5f2:0x1c2,_0x75a859:0x254,_0x35aad0:0x1d4,_0x457a89:0x243},_0x4f2811={_0x132262:0x90,_0x528f4a:0x4f,_0x3acd3f:0x6},_0x501a41={_0x45d18b:0x3c,_0x420872:0x1c2,_0x27d426:0x199},_0x4fd63d={'aaylH':_0x123f91(0x6,0x4b,0x51,_0x3a7fb9._0x3e64a3)+_0x507fa1(_0x3a7fb9._0x296ba6,0x218,_0x3a7fb9._0x6d9d61,0x1c7)+_0x507fa1(_0x3a7fb9._0x12e549,0x25c,_0x3a7fb9._0x598f9a,0x215),'PqDad':_0x507fa1(_0x3a7fb9._0x2af368,_0x3a7fb9._0x38afff,0x25b,_0x3a7fb9._0x568a5a)+_0x123f91(0x8c,0xc7,0xbd,0x79),'JRdCK':function(_0x34e759,_0x395ff8){return _0x34e759!==_0x395ff8;},'tLmBw':'pblFk','qxlBh':function(_0x1fb48a){return _0x1fb48a();},'VPKHr':function(_0x164589,_0x5e0e27){return _0x164589===_0x5e0e27;},'MvrrS':'xykNa','HoTwU':function(_0x1c0f26,_0x253578){return _0x1c0f26!==_0x253578;},'JmfxR':_0x507fa1(_0x3a7fb9._0x50d913,0x25f,0x20a,_0x3a7fb9._0xf5bd50),'BJiRw':function(_0x4ac136){return _0x4ac136();}};try{if(_0x4fd63d[_0x123f91(0x63,0xac,_0x3a7fb9._0x13c631,0xd8)](_0x4fd63d[_0x123f91(0x76,0xb0,_0x3a7fb9._0x2c2d87,0xb3)],_0x4fd63d[_0x507fa1(0x264,_0x3a7fb9._0x700bbc,_0x3a7fb9._0xe579e2,_0x3a7fb9._0x476cd1)])){const _0x3f5faf={};return _0x3f5faf['userId']=_0x303209,_0x30883c[_0x123f91(_0x3a7fb9._0xdb9f8c,_0x3a7fb9._0x2edcfc,0xd2,_0x3a7fb9._0x39ea7d)](_0x4fd63d[_0x123f91(0x17,_0x3a7fb9._0x3ef445,_0x3a7fb9._0x474b60,0x49)],_0x3f5faf),![];}else{const _0x5a54c6=await _0x3ca3c8[_0x507fa1(0x1db,0x1fd,0x1f4,0x238)](USERS_FILE);if(!usersCache||_0x4fd63d['JRdCK'](_0x5a54c6[_0x507fa1(_0x3a7fb9._0xc5a059,0x22a,_0x3a7fb9._0x5ebeeb,_0x3a7fb9._0x56ea3f)],usersCacheMtime))return await _0x4fd63d[_0x507fa1(0x23e,0x1fe,0x202,_0x3a7fb9._0x3a2d6a)](loadUsers);}}catch(_0x2bd834){if(_0x4fd63d[_0x123f91(_0x3a7fb9._0x32a93c,0xd2,_0x3a7fb9._0x4f529c,_0x3a7fb9._0x5dd50e)](_0x4fd63d[_0x507fa1(0x1ab,_0x3a7fb9._0x5d8aae,0x1ff,0x21e)],_0x4fd63d[_0x507fa1(_0x3a7fb9._0x5d7f7f,_0x3a7fb9._0x2bb202,0x1f1,_0x3a7fb9._0x40d5c4)])){if(_0x4fd63d[_0x123f91(0xba,0xb5,_0x3a7fb9._0x51ca1d,0x76)](_0x2bd834[_0x123f91(0xec,0xd9,_0x3a7fb9._0x2ccbd7,_0x3a7fb9._0x580338)],_0x4fd63d[_0x507fa1(_0x3a7fb9._0x38d102,_0x3a7fb9._0x4c0d95,_0x3a7fb9._0x209102,0x1ea)]))throw _0x2bd834;if(!usersCache)return await _0x4fd63d[_0x123f91(0x115,0xe6,_0x3a7fb9._0x854d32,_0x3a7fb9._0x18d012)](loadUsers);}else{_0x2ec91e[_0x507fa1(_0x3a7fb9._0x55e461,0x1f2,0x1ba,_0x3a7fb9._0x94b5f2)](_0x4fd63d[_0x507fa1(_0x3a7fb9._0x75a859,0x225,_0x3a7fb9._0x35aad0,_0x3a7fb9._0x457a89)],_0x1afe59);throw _0x256881;}}function _0x123f91(_0x33ffee,_0x142a2d,_0x14f1e2,_0x15e640){return _0x2e0574(_0x33ffee,_0x142a2d-_0x501a41._0x45d18b,_0x14f1e2-_0x501a41._0x420872,_0x142a2d- -_0x501a41._0x27d426);}function _0x507fa1(_0xdedb75,_0x31c129,_0x55a0b4,_0x112e4a){return _0x2e0574(_0xdedb75,_0x31c129-_0x4f2811._0x132262,_0x55a0b4-_0x4f2811._0x528f4a,_0x31c129- -_0x4f2811._0x3acd3f);}return usersCache;}export async function findUserByUsername(_0x2baef5){const _0x41bf38={_0x3101cf:0x72,_0x3edd09:0xbe,_0x3802fa:0x6e,_0x19a8c0:0x122,_0x285a18:0x127},_0x4b90d6={_0x5eca7a:0x9f},_0x5c76f5={_0xa6f8a2:0x1b3,_0x26ba88:0x365},_0x5144d4={'kAhIU':function(_0x3bd273){return _0x3bd273();}};function _0x3b6a86(_0x557b2b,_0x527484,_0x33635a,_0x5d9c64){return _0x2e0574(_0x557b2b,_0x527484-_0x5c76f5._0xa6f8a2,_0x33635a-0x9c,_0x33635a- -_0x5c76f5._0x26ba88);}function _0x2eefd9(_0x291e04,_0x28065c,_0x4534c5,_0x5f500f){return _0x2e0574(_0x4534c5,_0x28065c-_0x4b90d6._0x5eca7a,_0x4534c5-0x1d,_0x28065c- -0x31b);}const _0x599c87=await _0x5144d4[_0x2eefd9(-_0x41bf38._0x3101cf,-_0x41bf38._0x3edd09,-_0x41bf38._0x3802fa,-0xff)](getUsers);return _0x599c87[_0x3b6a86(-_0x41bf38._0x19a8c0,-0x12c,-0x158,-_0x41bf38._0x285a18)](_0x590b2f=>_0x590b2f[_0x2eefd9(-0x107,-0xff,-0xef,-0xbf)]===_0x2baef5)||null;}export async function findUserById(_0x1d09fb){const _0x43767f={_0x34fe19:0x40};function _0x289158(_0x384639,_0x538219,_0x125c08,_0x3177e9){return _0x2e0574(_0x384639,_0x538219-0xef,_0x125c08-0x2d,_0x125c08- -0x237);}const _0x361b9f=await getUsers();return _0x361b9f[_0x289158(0x12,-_0x43767f._0x34fe19,-0x2a,0x2)](_0x264a1e=>_0x264a1e['id']===_0x1d09fb)||null;}export async function findUserByEmail(_0x9c7ede){const _0x13572a={_0x2602b3:0xea},_0x249a02={_0x19137a:0x1b0,_0x1a5986:0x8c},_0x42323f=await getUsers();function _0x16cac3(_0x1c7570,_0xfa2fee,_0x5ce487,_0x291150){return _0x2e0574(_0x5ce487,_0xfa2fee-_0x249a02._0x19137a,_0x5ce487-0x116,_0xfa2fee-_0x249a02._0x1a5986);}function _0x291456(_0x3502be,_0x5c7076,_0x2f8734,_0x37fac7){return _0x2e0574(_0x2f8734,_0x5c7076-_0x13572a._0x2602b3,_0x2f8734-0x15f,_0x5c7076-0xd1);}return _0x42323f['find'](_0xe55023=>_0xe55023['email']?.[_0x16cac3(0x2a3,0x288,0x28d,0x26c)+'e']()===_0x9c7ede?.[_0x291456(0x2c9,0x2cd,0x2d4,0x285)+'e']())||null;}export async function hashPassword(_0x2cb039){const _0x391a44={_0x42ae01:0xb,_0x249d96:0x7};function _0x34398a(_0x4ef876,_0x268174,_0x5e2d2b,_0x320c09){return _0x2e0574(_0x4ef876,_0x268174-0x14e,_0x5e2d2b-0x13b,_0x5e2d2b- -0x24a);}return await _0x160fa4[_0x34398a(-0x40,-_0x391a44._0x42ae01,_0x391a44._0x249d96,0x46)](_0x2cb039,SALT_ROUNDS);}export async function validatePassword(_0xd2ab24,_0x1de883){const _0x529e8f={_0x5bf211:0x48,_0x3e581e:0x59,_0x30c68e:0x56,_0x3d3ba5:0x197,_0x2db358:0x22b,_0x40c3d1:0x209,_0xec0cbd:0x26a,_0x24dcfa:0x20b,_0x1cb0d6:0x1fe,_0x401870:0x1ed,_0x1fcbcd:0x1f5,_0x176ae8:0x1d9,_0x437fa2:0x1b9,_0x4610d7:0xae,_0x4b693b:0xc3,_0xe9cc3:0x6d,_0xfcf736:0x118,_0x5b042f:0xe9,_0xe24ae:0xe8,_0x4a11d6:0xe1,_0x284d0e:0x1ed,_0xd72419:0x234,_0x16a3bc:0x9f,_0x4d0e55:0xd3,_0x5828ea:0xdc,_0x93a8ae:0xdd,_0xbc832b:0x8c,_0xeee284:0x71,_0x3e11fa:0x24b,_0x528f75:0x20a,_0x4f1839:0x217,_0x1df2f0:0x96,_0x30ab55:0x97,_0x3fb276:0x60,_0x24d34b:0x239},_0x12b24e={_0x312a03:0x133},_0x40db3e={'YqVrE':function(_0x12bdeb,_0x1e6d98){return _0x12bdeb(_0x1e6d98);},'gXALC':_0xdb15fa(0x7d,0x20,_0x529e8f._0x5bf211,0x5f)+'ound\x20for\x20v'+'alidation','SqZrF':_0xdb15fa(0x17,_0x529e8f._0x3e581e,0x3f,_0x529e8f._0x30c68e)+_0xfa5fe4(-0x1b1,-0x15a,-_0x529e8f._0x3d3ba5,-0x167)+'\x20user','DoxjQ':'User\x20authe'+_0xfa5fe4(-0x1e3,-0x1a4,-0x1fd,-0x1fb)+'uccessfull'+'y'};function _0xdb15fa(_0x56f94b,_0x1dac2c,_0x5b5f39,_0x3376f2){return _0x2e0574(_0x3376f2,_0x1dac2c-0x17e,_0x5b5f39-0x127,_0x5b5f39- -0x19c);}const _0x3ada09=await _0x40db3e[_0xfa5fe4(-_0x529e8f._0x2db358,-_0x529e8f._0x40c3d1,-_0x529e8f._0xec0cbd,-0x21d)](findUserByUsername,_0xd2ab24);if(!_0x3ada09){const _0x4fa08e={};return _0x4fa08e[_0xfa5fe4(-0x1f8,-_0x529e8f._0x24dcfa,-_0x529e8f._0x1cb0d6,-0x1a8)]=_0xd2ab24,logger['debug'](_0x40db3e['gXALC'],_0x4fa08e),null;}function _0xfa5fe4(_0x3b918c,_0x975ace,_0xf4820e,_0x8b8807){return _0x2e0574(_0x975ace,_0x975ace-0xf0,_0xf4820e-_0x12b24e._0x312a03,_0x3b918c- -0x414);}if(!_0x3ada09[_0xfa5fe4(-_0x529e8f._0x401870,-_0x529e8f._0x1fcbcd,-_0x529e8f._0x176ae8,-_0x529e8f._0x437fa2)+_0xdb15fa(_0x529e8f._0x4610d7,_0x529e8f._0x4b693b,_0x529e8f._0xe9cc3,0x42)]){const _0x4c42ce={};return _0x4c42ce['username']=_0xd2ab24,logger['debug']('User\x20has\x20n'+_0xdb15fa(0xf6,_0x529e8f._0xfcf736,_0x529e8f._0x5b042f,0xa6)+_0xdb15fa(0x105,0xbe,_0x529e8f._0xe24ae,_0x529e8f._0x4a11d6),_0x4c42ce),null;}const _0x200c87=await _0x160fa4['compare'](_0x1de883,_0x3ada09[_0xfa5fe4(-_0x529e8f._0x284d0e,-0x223,-0x1a1,-_0x529e8f._0xd72419)+'ash']);if(!_0x200c87){const _0x2623d4={};return _0x2623d4['username']=_0xd2ab24,logger[_0xdb15fa(_0x529e8f._0x16a3bc,0x71,0x96,_0x529e8f._0x4d0e55)](_0x40db3e[_0xdb15fa(_0x529e8f._0x5828ea,_0x529e8f._0x93a8ae,_0x529e8f._0xbc832b,_0x529e8f._0xeee284)],_0x2623d4),null;}const _0x18dccf={};return _0x18dccf[_0xfa5fe4(-0x1f8,-_0x529e8f._0x3e11fa,-0x1f5,-0x1ad)]=_0xd2ab24,_0x18dccf[_0xfa5fe4(-_0x529e8f._0x528f75,-0x22d,-0x254,-_0x529e8f._0x4f1839)]=_0x3ada09['id'],logger[_0xdb15fa(_0x529e8f._0x1df2f0,0xe3,_0x529e8f._0x30ab55,_0x529e8f._0x3fb276)](_0x40db3e[_0xfa5fe4(-0x1ee,-0x1f8,-0x19b,-_0x529e8f._0x24d34b)],_0x18dccf),_0x3ada09;}export async function createUser(_0x55349f){const _0x34f056={_0x32ab7b:0x16b,_0x2943ac:0x145,_0x3c894e:0x179,_0x159f89:0x134,_0x2277ab:0x160,_0x7c17ae:0xba,_0x18e295:0xfc,_0x2e9202:0xba,_0x5d4a78:0x3,_0x3c3a81:0x127,_0x565ecd:0xa7,_0x5a9408:0xad,_0x22f2d1:0xe2,_0x21efb1:0xb0,_0xb7af8d:0x68,_0x49bdac:0x9a,_0x4f9640:0x4d,_0x49dbd5:0x1e,_0xe2e03:0x118,_0x3e990a:0xd7,_0x46179a:0x135,_0x51bdb1:0xf9,_0x3fd04f:0x23,_0x3a85d9:0xfa,_0x45d12c:0xb8,_0x2733f9:0xe9,_0x3e11ec:0xf3,_0x34b785:0x62,_0x1c7de5:0x91,_0x4417e7:0xf6,_0x343f0d:0xaf,_0xefcfb1:0x16c,_0x2547d0:0xed,_0x3a9484:0x120,_0x15e082:0x15c,_0x594986:0x67,_0x2200a3:0xac,_0x1f13e5:0xba,_0x21815f:0x136,_0x351b15:0xf8,_0x5ba405:0xe6,_0x3ac9a0:0xe7,_0x5c7a0c:0xca,_0x427699:0xd5,_0x19ffb2:0xe1,_0x36eb9d:0x13f,_0x2f6d8b:0xca,_0x3a1818:0x90,_0x4b2abe:0xbb,_0x2d8d0d:0xce,_0x4fe994:0xa9,_0x394a95:0x112,_0x364473:0x9f,_0x5f2772:0xd0,_0x28badd:0x53,_0x565e9a:0x18,_0x3ba6a4:0x88,_0x546c2f:0x4e,_0x4fb956:0x124,_0x184dd5:0x14a,_0x2fd874:0xca,_0x29bb03:0xb2,_0x1ce444:0x18b,_0x222bdf:0x13b,_0x2fd5f8:0xd6,_0x1495ca:0xda,_0x3e79cb:0x10a,_0x5ea966:0xe6,_0x359a52:0xe5,_0x17ac07:0xb1,_0x4a6dec:0xe8,_0x26bd21:0xb7,_0x41265a:0xe3,_0x416ab6:0xde,_0xec19c8:0xda,_0x4ff958:0xc8,_0x139265:0x199,_0x38a316:0x11e,_0x5d130a:0x143,_0x3acc04:0xfb,_0x29e6b5:0xd3,_0x198253:0xa9,_0x318daa:0xc0,_0x33f909:0x14f,_0x371510:0x130,_0x1505bf:0x29,_0x5b1633:0x187,_0x5cceed:0x1a3,_0x57fb82:0x16e,_0x3768e1:0x63,_0x1dbb21:0xbe,_0x51549a:0x50,_0x3cb4f4:0xc7,_0x2ecf62:0xf4,_0x218ad6:0xdb,_0x4d4c77:0xa4,_0x525551:0x96,_0x3d8492:0xc4,_0x484438:0xdc,_0x2b1b3f:0x169,_0x4337d8:0xd9,_0x417ba8:0xd4,_0x1002dc:0xe3,_0x38b285:0x111,_0xd38437:0xcc,_0x14549e:0xd1,_0x41b20e:0xa2,_0x4cf7c6:0xba,_0x4df78e:0x8b,_0x2d1c3b:0xdd,_0x498087:0x11f,_0x12f8e5:0x56,_0x2afaff:0x39,_0x597645:0x9,_0xf0fd61:0x55,_0xca336a:0x4b,_0x207c6a:0xcb,_0x4874ed:0xd5,_0x5de3ff:0x133,_0x215e13:0x33,_0x562578:0x69,_0x259b03:0x7b,_0x5b0746:0x100,_0x50f16c:0x18a,_0x1c0507:0x163,_0x19e76a:0x16f,_0x3ce9b2:0x153,_0x1b5a81:0x90,_0xa1358e:0xae,_0xeec2d9:0xb5,_0x456592:0x9c,_0xcf52e1:0xac,_0x1039cd:0x24,_0x3f4ad8:0x6c,_0x27e6a7:0xfd,_0x154072:0xbd,_0x36ca23:0x19a,_0x3fc918:0x14e,_0x3b7b21:0x16d,_0x57586e:0xd2,_0x13e6b9:0xa7,_0x178075:0xab,_0x34c28c:0xde,_0x3ce18b:0xca,_0x19b1bd:0xb5,_0x18c5cf:0x84,_0x5a1d45:0xa8,_0x4560e6:0xe6,_0x3d99bb:0x8d,_0x45566f:0xcb,_0x11c857:0x6c,_0x5263b8:0xab,_0x1d7331:0xcf,_0xfbbf07:0x119,_0x3c069b:0x2a,_0x2ec9e3:0x6a,_0x4a9989:0x113,_0x816715:0x117,_0x2cfc84:0xb7,_0x9a09f4:0x129,_0x1f6812:0x64,_0x3a9cd6:0x7f,_0x2a6727:0x101,_0x35caf2:0xa6,_0xc141a0:0x59,_0x2eee8d:0xc8,_0x40f413:0xea,_0x2df260:0xa3,_0xf7c27f:0xef,_0x416fde:0xe2,_0x50f578:0x74,_0x3e7757:0xb3,_0x1bd778:0xf0,_0x395ef1:0xd8,_0x210465:0x171,_0xd4f208:0x13e,_0x770d:0x110,_0x498e14:0x10f,_0x1301b2:0x10f,_0xf39455:0x13f},_0x1eea8c={_0x56bdec:0xa3},_0x23a05d={'NRxSY':_0xb05205(-0x59,-0x1d,-0x79,-0x46)+_0x31174e(0x118,_0x34f056._0x32ab7b,_0x34f056._0x2943ac,_0x34f056._0x3c894e)+_0xb05205(-0x10c,-0xae,-0x12d,-0xe0)+_0x31174e(0x156,_0x34f056._0x159f89,0x13a,_0x34f056._0x2277ab),'kfOqn':_0x31174e(_0x34f056._0x7c17ae,_0x34f056._0x18e295,_0x34f056._0x2e9202,0x72)+'o\x20password'+_0xb05205(-_0x34f056._0x5d4a78,-0x22,-0x72,-0x3b),'TiyQt':_0x31174e(0x16c,_0x34f056._0x3c3a81,0x122,0x13d),'uGAaN':_0xb05205(-0xd0,-0xf3,-0xc3,-0xaa),'btdic':function(_0x416b2f,_0x56fe96){return _0x416b2f===_0x56fe96;},'klKXA':function(_0x180ce8,_0x42f3d0){return _0x180ce8!==_0x42f3d0;},'wvlvE':function(_0x143e4e,_0x3d9ffb){return _0x143e4e(_0x3d9ffb);},'EavWx':_0xb05205(-_0x34f056._0x565ecd,-_0x34f056._0x5a9408,-_0x34f056._0x22f2d1,-_0x34f056._0x21efb1),'XbMjC':_0xb05205(-_0x34f056._0xb7af8d,-0xcf,-0x74,-_0x34f056._0x49bdac),'SIQHt':_0xb05205(-_0x34f056._0x4f9640,-0x30,-_0x34f056._0x49dbd5,-0x70)+'initions.j'+'s','EYpSC':'./bindings'+_0xb05205(-0x8a,-_0x34f056._0xe2e03,-0x87,-_0x34f056._0x3e990a),'oLlFm':function(_0x443422,_0x217fc8){return _0x443422(_0x217fc8);},'ZGIbi':function(_0x59c1b1,_0x59ac97){return _0x59c1b1(_0x59ac97);},'kHFzm':'user','gJcKr':_0x31174e(0xec,0x16c,0x11f,_0x34f056._0x46179a),'KedWh':_0x31174e(0x154,0x147,0xfe,_0x34f056._0x51bdb1)+_0xb05205(-0xe,-_0x34f056._0x3fd04f,-0x5f,-0x3f),'YisSS':'Created\x20Se'+_0x31174e(_0x34f056._0x3a85d9,0x91,_0x34f056._0x45d12c,_0x34f056._0x2733f9)+_0x31174e(_0x34f056._0x5a9408,0x149,0xfb,_0x34f056._0x3e11ec)+_0xb05205(-_0x34f056._0x34b785,-0x42,-0x49,-0x92),'ignuh':_0x31174e(0x11b,_0x34f056._0x1c7de5,0xd6,0xe7)+'in\x20role\x20no'+_0x31174e(_0x34f056._0x4417e7,0xd9,0xed,_0x34f056._0x343f0d)+_0x31174e(_0x34f056._0xefcfb1,0x14a,0x14b,0x136)+_0x31174e(0x115,_0x34f056._0x2547d0,_0x34f056._0x3a9484,_0x34f056._0x15e082)+'in\x20binding','IqPJC':function(_0x113d66,_0x216f75){return _0x113d66===_0x216f75;},'zTHlH':function(_0x12b58d,_0x27e26b){return _0x12b58d!==_0x27e26b;},'yIFmP':'kEQqa','WvjYZ':function(_0x34ad07,_0x2ef116){return _0x34ad07===_0x2ef116;},'NDXXM':_0xb05205(-0xfd,-_0x34f056._0x594986,-_0x34f056._0x2200a3,-_0x34f056._0x1f13e5),'tLcJz':_0x31174e(_0x34f056._0x21815f,_0x34f056._0x351b15,0x11e,_0x34f056._0x5ba405)+_0x31174e(0xd1,0xf4,_0x34f056._0x3ac9a0,_0x34f056._0x5c7a0c),'NmaFz':function(_0x452860,_0x238810){return _0x452860||_0x238810;}},_0x1599d2=await getUsers();if(!_0x55349f[_0x31174e(_0x34f056._0x427699,_0x34f056._0x19ffb2,0xf8,_0x34f056._0x36eb9d)]||!_0x55349f[_0x31174e(_0x34f056._0x2f6d8b,_0x34f056._0x3a1818,0xe2,0x105)]||!_0x55349f[_0x31174e(0xcf,_0x34f056._0x4b2abe,_0x34f056._0x2d8d0d,_0x34f056._0x4fe994)])throw new Error(_0x31174e(0x12b,0x15c,_0x34f056._0x394a95,0xf8)+_0xb05205(-_0x34f056._0x364473,-0x116,-0xc4,-_0x34f056._0x5f2772)+_0xb05205(-_0x34f056._0x28badd,-_0x34f056._0x565e9a,-_0x34f056._0x3ba6a4,-_0x34f056._0x546c2f)+_0x31174e(_0x34f056._0x4fb956,0x169,_0x34f056._0x184dd5,0x156)+_0xb05205(-0xdf,-_0x34f056._0x22f2d1,-_0x34f056._0x2fd874,-0xb3));function _0xb05205(_0x337dde,_0x25b98e,_0xae380a,_0x1c4537){return _0x2e0574(_0x337dde,_0x25b98e-0x1a0,_0xae380a-_0x1eea8c._0x56bdec,_0x1c4537- -0x2bf);}const _0x1edcd5=_0x1599d2[_0xb05205(-0xcb,-0x95,-0xeb,-_0x34f056._0x29bb03)](_0xdb24b5=>_0xdb24b5[_0x31174e(0x11f,0xfc,0xf8,0xaf)]===_0x55349f['username']);if(_0x1edcd5){if(_0x23a05d[_0x31174e(_0x34f056._0x1ce444,0x146,0x154,_0x34f056._0x222bdf)]!==_0x23a05d[_0xb05205(-_0x34f056._0x2fd5f8,-_0x34f056._0x18e295,-0xf0,-_0x34f056._0x1495ca)])throw new Error(_0x31174e(0x119,0xb6,_0x34f056._0x3e79cb,_0x34f056._0x5ea966)+_0x55349f['username']+(_0xb05205(-0x61,-_0x34f056._0x359a52,-0xda,-_0x34f056._0x17ac07)+_0x31174e(0xa6,0xc6,0xda,_0x34f056._0x4a6dec)));else{const _0x948fdb=_0x204436[_0xb05205(-_0x34f056._0x26bd21,-0xa6,-_0x34f056._0x41265a,-_0x34f056._0x29bb03)](_0xb2f1b5=>_0xb2f1b5['username']===_0x219561['username']);if(_0x948fdb)throw new _0x5df35d('Username\x20\x27'+_0x499694['username']+('\x27\x20already\x20'+_0x31174e(_0x34f056._0x1495ca,_0x34f056._0x416ab6,_0x34f056._0xec19c8,_0x34f056._0x4ff958)));}}const _0x444e9b=_0x31174e(_0x34f056._0x139265,_0x34f056._0x38a316,_0x34f056._0x5d130a,0x107)+Date[_0xb05205(-_0x34f056._0x3acc04,-_0x34f056._0x29e6b5,-0x84,-_0x34f056._0x198253)]()+'_'+Math[_0x31174e(0x75,_0x34f056._0x318daa,0xbf,0x7e)]()['toString'](0xb62+0x1f91*0x1+-0x2acf)[_0x31174e(_0x34f056._0x33f909,0x16b,_0x34f056._0x371510,0x103)](-0x335*-0xa+-0x2228*0x1+0x10c*0x2,0x1fd3+0x1937*0x1+-0x3901),_0x28447c=_0x55349f[_0xb05205(-_0x34f056._0x1505bf,-0x9,-0x33,-0x4c)]?await hashPassword(_0x55349f[_0x31174e(_0x34f056._0x5b1633,_0x34f056._0x5cceed,_0x34f056._0x33f909,_0x34f056._0x57fb82)]):null,_0x1cc7a8=_0x23a05d[_0xb05205(-_0x34f056._0x3768e1,-_0x34f056._0x26bd21,-0xa5,-0x9c)](_0x1599d2['length'],-0x16c2+-0x35+0x16f7)&&_0x23a05d[_0xb05205(-_0x34f056._0x1dbb21,-_0x34f056._0x51549a,-0x31,-0x69)](_0x55349f['isServerAd'+_0xb05205(-0xeb,-0xe3,-_0x34f056._0x17ac07,-_0x34f056._0x4ff958)],!![]);function _0x31174e(_0x40394a,_0x2e18b3,_0x5810d2,_0xbaa59f){return _0x2e0574(_0x2e18b3,_0x2e18b3-0x7c,_0x5810d2-0x10d,_0x5810d2- -0x124);}const _0x5af7bf=_0x23a05d[_0xb05205(-0xb3,-0x7c,-0x83,-0x9c)](_0x55349f['isServerAd'+'min'],!![])||_0x1cc7a8,_0x31f015={'id':_0x444e9b,'username':_0x55349f[_0x31174e(_0x34f056._0x3cb4f4,0x12b,0xf8,0x104)],'email':_0x55349f[_0xb05205(-0xca,-_0x34f056._0x2ecf62,-_0x34f056._0x218ad6,-0xb9)],'name':_0x55349f[_0xb05205(-0x9a,-0x10a,-0x10e,-0xcd)],'password_hash':_0x28447c,'created_at':new Date()['toISOStrin'+'g']()};_0x1599d2[_0xb05205(-_0x34f056._0x359a52,-0xe7,-_0x34f056._0x4d4c77,-_0x34f056._0x525551)](_0x31f015),await _0x23a05d[_0x31174e(0xb0,_0x34f056._0x3d8492,_0x34f056._0x484438,_0x34f056._0x41265a)](saveUsers,_0x1599d2);if(_0x5af7bf)try{if(_0x23a05d[_0x31174e(0x13d,0x168,0x15a,_0x34f056._0x2b1b3f)]===_0x23a05d['XbMjC']){const _0x1311bd={};_0x1311bd[_0xb05205(-0x73,-0x78,-_0x34f056._0x4337d8,-0xb5)]=_0x3af059,_0x1311bd[_0x31174e(_0x34f056._0x198253,0xce,_0x34f056._0x417ba8,0xf1)]=_0x5e12a1[_0xb05205(-_0x34f056._0x1002dc,-_0x34f056._0x38b285,-_0x34f056._0xd38437,-_0x34f056._0x14549e)],_0x52aa6b[_0x31174e(_0x34f056._0x41b20e,0xa8,0xd4,0x103)](_0x23a05d[_0xb05205(-_0x34f056._0x4cf7c6,-0x120,-_0x34f056._0x4df78e,-_0x34f056._0x2d1c3b)],_0x1311bd);}else{const {loadRoles:_0x3ed2fd,getRoleByName:_0x2568ec}=await import(_0x23a05d[_0xb05205(-0x10a,-_0x34f056._0x498087,-0xaf,-0xcb)]),{createBinding:_0x124777}=await import(_0x23a05d[_0xb05205(0xd,-_0x34f056._0x12f8e5,-0x23,-_0x34f056._0x2afaff)]);await _0x3ed2fd();const _0x3fc94e=await _0x23a05d[_0xb05205(-0x91,-_0x34f056._0x597645,-_0x34f056._0xf0fd61,-_0x34f056._0xca336a)](_0x2568ec,'Server\x20Adm'+'in');if(_0x3fc94e){await _0x23a05d[_0x31174e(_0x34f056._0x3a1818,_0x34f056._0x207c6a,_0x34f056._0x4874ed,0xb7)](_0x124777,{'subject_type':_0x23a05d[_0x31174e(0xe2,0x117,_0x34f056._0x2d1c3b,_0x34f056._0x5de3ff)],'subject_id':_0x444e9b,'role_id':_0x3fc94e['id'],'resource_type':_0x23a05d['gJcKr'],'created_by':_0x1cc7a8?_0x23a05d[_0xb05205(-_0x34f056._0x3768e1,-_0x34f056._0x215e13,-_0x34f056._0x562578,-0x3c)]:_0xb05205(-0xb1,-_0x34f056._0x259b03,-_0x34f056._0x594986,-0xa2)+'r'});const _0x23ae89={};_0x23ae89[_0xb05205(-0xef,-0xf4,-_0x34f056._0x5b0746,-0xb5)]=_0x444e9b,_0x23ae89[_0x31174e(_0x34f056._0x50f16c,_0x34f056._0x1c0507,0x146,0x166)+_0x31174e(0x1a2,_0x34f056._0x19e76a,_0x34f056._0x3ce9b2,0x147)+'r']=_0x1cc7a8,logger['info'](_0x23a05d['YisSS'],_0x23ae89);}else{const _0x25b6f6={};_0x25b6f6[_0xb05205(-_0x34f056._0x1b5a81,-_0x34f056._0x4417e7,-_0x34f056._0xa1358e,-_0x34f056._0xeec2d9)]=_0x444e9b,logger[_0xb05205(-_0x34f056._0x456592,-0x92,-0xaf,-0x5e)](_0x23a05d[_0xb05205(-_0x34f056._0xcf52e1,-0x92,-_0x34f056._0x1039cd,-_0x34f056._0x3f4ad8)],_0x25b6f6);}}}catch(_0x27f49a){if(_0x23a05d[_0x31174e(0xc9,_0x34f056._0x27e6a7,_0x34f056._0x154072,0xee)](_0x27f49a[_0x31174e(_0x34f056._0x36ca23,0x15c,_0x34f056._0x3fc918,_0x34f056._0x3b7b21)],_0xb05205(-0x9c,-_0x34f056._0x3e990a,-_0x34f056._0x45d12c,-_0x34f056._0x57586e))){if(_0x23a05d[_0x31174e(0xbe,0x9c,0xb6,0x8c)](_0x23a05d[_0x31174e(0x146,0xfb,0xf4,0xa0)],_0x23a05d[_0xb05205(-0xba,-0xc7,-_0x34f056._0x14549e,-_0x34f056._0x13e6b9)])){const _0x26d044={..._0x1bba3d[_0x31174e(_0x34f056._0x178075,0x11f,_0x34f056._0x34c28c,_0x34f056._0x3ce18b)+'s']||{},..._0x574634[_0xb05205(-_0x34f056._0x19b1bd,-_0x34f056._0x5f2772,-_0x34f056._0x18c5cf,-0xbd)+'s']};_0x1c3ee3[_0xb05205(-0x99,-_0x34f056._0x5a1d45,-0xc8,-0xbd)+'s']=_0x26d044;}else{const _0x360b31={};_0x360b31[_0x31174e(0xe9,_0x34f056._0x1dbb21,_0x34f056._0x4560e6,0xba)]=_0x444e9b,logger[_0xb05205(-0xc1,-0x9a,-0x61,-_0x34f056._0x3d99bb)](_0xb05205(-0xa7,-0xf1,-0x99,-0xc5)+_0x31174e(_0x34f056._0x45566f,0x104,0xc2,0xb5)+_0xb05205(-0xc1,-_0x34f056._0x11c857,-0xec,-_0x34f056._0x5263b8)+_0x31174e(_0x34f056._0x1d7331,_0x34f056._0x3cb4f4,_0x34f056._0xfbbf07,0xde)+_0xb05205(-_0x34f056._0x3c069b,-_0x34f056._0x2ec9e3,-0x8d,-0x6a),_0x360b31);}}else{if(_0x23a05d[_0x31174e(_0x34f056._0x4a9989,_0x34f056._0x816715,0x116,0x13d)](_0x23a05d[_0x31174e(0x123,_0x34f056._0x2cfc84,0xf3,_0x34f056._0x9a09f4)],_0x23a05d[_0xb05205(-0x6a,-0x65,-_0x34f056._0x1f6812,-0xa8)])){const _0x5d0542={};_0x5d0542[_0xb05205(-0x67,-0xca,-_0x34f056._0x3a9cd6,-0xb5)]=_0x444e9b,_0x5d0542[_0xb05205(-_0x34f056._0x4b2abe,-0xbf,-_0x34f056._0x2a6727,-0xc7)]=_0x27f49a[_0xb05205(-_0x34f056._0x3c3a81,-_0x34f056._0x35caf2,-0xf3,-_0x34f056._0x14549e)],logger[_0x31174e(0x10b,_0x34f056._0x3ba6a4,_0x34f056._0x417ba8,0x105)](_0x23a05d['NRxSY'],_0x5d0542);}else{const _0x1fc8dd={};return _0x1fc8dd[_0xb05205(-_0x34f056._0xc141a0,-_0x34f056._0x2eee8d,-_0x34f056._0x40f413,-_0x34f056._0x2df260)]=_0x3367d2,_0x561d95[_0x31174e(_0x34f056._0xf7c27f,_0x34f056._0x416fde,0x10e,0x143)](_0x23a05d[_0xb05205(-0x37,-0x94,-0x70,-_0x34f056._0x50f578)],_0x1fc8dd),null;}}}const _0x35ecf7={};_0x35ecf7[_0xb05205(-_0x34f056._0x3768e1,-0x5f,-0x81,-0xb5)]=_0x31f015['id'],_0x35ecf7[_0xb05205(-_0x34f056._0x3e7757,-0xbd,-0xbb,-0xa3)]=_0x31f015['username'],_0x35ecf7[_0xb05205(-_0x34f056._0x1bd778,-0x8a,-0xcf,-_0x34f056._0x395ef1)+'d']=!!_0x28447c,_0x35ecf7[_0x31174e(_0x34f056._0x3a85d9,0x10e,0x11d,_0x34f056._0x210465)+_0x31174e(_0x34f056._0x4a9989,0x100,_0x34f056._0x29e6b5,0x84)]=_0x5af7bf,_0x35ecf7['autoPromot'+_0x31174e(_0x34f056._0xd4f208,_0x34f056._0x770d,0x153,_0x34f056._0x498e14)+'r']=_0x1cc7a8,logger[_0x31174e(0x12d,0x115,_0x34f056._0x1301b2,_0x34f056._0xf39455)](_0x23a05d['tLcJz'],_0x35ecf7);const {password_hash:_0x2d34cb,..._0x16c4d3}=_0x31f015;return{..._0x16c4d3,'isServerAdmin':_0x23a05d['NmaFz'](_0x5af7bf,undefined)};}export async function updateUser(_0x5d596e,_0x2814d8){const _0x41488d={_0x49f3ee:0x20f,_0x8e3b78:0x188,_0x3fe36d:0x82,_0x5b21b3:0x33,_0x15caef:0x15d,_0x43858d:0x13d,_0x33e524:0x187,_0x284d79:0x193,_0x1dac33:0x1e8,_0x2d946a:0x1c3,_0x594283:0x166,_0x2308e0:0x198,_0x419dd4:0x111,_0x1e19f6:0x58,_0x36afd2:0x9c,_0x3d6a8c:0x42,_0x29eebd:0x8c,_0x2f6293:0xf,_0x5f1ae0:0x0,_0x5c7789:0x1ca,_0x8768e4:0x1d3,_0x2355b3:0x20e,_0x129982:0x1f4,_0x234575:0x25,_0x2dbb60:0x154,_0x321ada:0x122,_0x2d5c8d:0x152,_0x2bfb51:0x152,_0x556a34:0x192,_0x46690f:0x36,_0x5a0f14:0x1a6,_0x4962a4:0x1b6,_0x3019d0:0x4a,_0x5e720a:0x6f,_0x146e39:0x4b,_0x29f77e:0x3f,_0x28e9cf:0xb,_0x5487fd:0x30,_0x1f4d15:0x1b,_0xc453a9:0x2e,_0x3bce36:0x55,_0x3a148e:0x4e,_0x4f3173:0x1a6,_0x331bfe:0x45,_0x1720ea:0x75,_0x6bb36f:0x8a,_0x1bccc4:0x46,_0x12cd76:0x1d0,_0x2aa834:0x1b8,_0x92e66d:0x218,_0x54263e:0x80,_0x36ef9f:0x2f,_0xb58b48:0x5a,_0x124ee:0x196,_0x1be00c:0x154,_0x1dec97:0x2f,_0xa15984:0x37,_0x92b261:0x54,_0x541964:0x17,_0x2c78eb:0x3a,_0x2b20c5:0x59,_0x51a5e2:0x35,_0x4cfd58:0x2a,_0x5575ce:0xc,_0x48cdea:0x17b,_0x2d5af0:0x1c0,_0x2c4dbd:0x1a9,_0x27612c:0x1a7,_0x1fb926:0x17,_0x1fed36:0x37,_0x33fdf2:0x18,_0x81ddba:0xe,_0x167d86:0x27,_0x19c09c:0x43,_0x1e0c79:0x1c3,_0x4a4efa:0x1a1,_0xbd63ed:0x15b,_0x51957e:0x9,_0x354113:0x1a,_0x4eea5d:0x16,_0xa69d73:0x166,_0x47b0be:0x1df,_0xcdfb5c:0x16c,_0x472608:0xd,_0x4a479b:0x2d,_0x44b99c:0x167,_0xafe535:0x139,_0x3d7fdc:0x13,_0x58f2e2:0x1a3,_0x265771:0x187,_0x5d399e:0x150,_0x2d1f1f:0x180,_0x201e42:0x1da},_0x162b44={_0x3127ba:0x138,_0x4738cf:0x24c},_0x2af2e6={_0x467716:0x9c},_0x43a78b={'YBwDW':function(_0x18883c){return _0x18883c();},'teuUm':function(_0x2a4e12,_0x36cf56){return _0x2a4e12===_0x36cf56;},'txUok':function(_0x3acf22,_0x4315c9){return _0x3acf22===_0x4315c9;},'ZUPwV':_0x29db45(-0x1cf,-_0x41488d._0x49f3ee,-0x1c0,-_0x41488d._0x8e3b78),'CpqOH':_0x12e9bc(0x5,0xe,-_0x41488d._0x3fe36d,-_0x41488d._0x5b21b3),'OeUhX':function(_0x6a22e,_0x3e188e){return _0x6a22e!==_0x3e188e;},'vEKcy':function(_0x290035,_0x5074ac){return _0x290035!==_0x5074ac;},'Ojekb':function(_0x1a7caa,_0x15cd8c){return _0x1a7caa!==_0x15cd8c;},'BSXsI':function(_0x3ca667,_0x36e009){return _0x3ca667(_0x36e009);},'wyLjj':_0x29db45(-0x18b,-_0x41488d._0x15caef,-_0x41488d._0x43858d,-0x1bb)+'er'},_0x3dfacc=await _0x43a78b[_0x29db45(-0x14d,-0x13e,-0x15c,-_0x41488d._0x33e524)](getUsers),_0x599a83=_0x3dfacc[_0x29db45(-_0x41488d._0x284d79,-_0x41488d._0x1dac33,-0x1b3,-_0x41488d._0x2d946a)](_0x22f2cc=>_0x22f2cc['id']===_0x5d596e);if(_0x43a78b[_0x29db45(-_0x41488d._0x594283,-0x1b1,-_0x41488d._0x2308e0,-_0x41488d._0x419dd4)](_0x599a83,-(-0x213b+-0xe5*-0xb+0x1765))){if(_0x43a78b[_0x12e9bc(0x5,0xc,-_0x41488d._0x1e19f6,-0x14)](_0x43a78b[_0x12e9bc(-_0x41488d._0x36afd2,-_0x41488d._0x3d6a8c,-_0x41488d._0x29eebd,-0x61)],_0x43a78b[_0x12e9bc(-0xe,_0x41488d._0x2f6293,0x2a,_0x41488d._0x5f1ae0)]))throw new _0x35d26d(_0x29db45(-0x18c,-_0x41488d._0x5c7789,-0x17c,-0x175)+_0x29db45(-_0x41488d._0x8768e4,-_0x41488d._0x2355b3,-_0x41488d._0x129982,-_0x41488d._0x8768e4)+_0x12e9bc(-0x32,0x42,0x74,_0x41488d._0x234575)+_0x29db45(-_0x41488d._0x2dbb60,-_0x41488d._0x321ada,-_0x41488d._0x2d5c8d,-0x136)+',\x20name');else throw new Error('User\x20not\x20f'+_0x12e9bc(-0x22,-0xab,-0x6a,-0x6f)+_0x5d596e);}const _0x28de3d=_0x3dfacc[_0x599a83];if(_0x2814d8[_0x29db45(-0x1a6,-_0x41488d._0x2bfb51,-_0x41488d._0x556a34,-0x164)]&&_0x43a78b[_0x12e9bc(-0x13,0x17,0x5,_0x41488d._0x46690f)](_0x2814d8[_0x29db45(-_0x41488d._0x5a0f14,-_0x41488d._0x4962a4,-0x179,-0x1cd)],_0x28de3d['username'])){const _0x4669d3=_0x3dfacc[_0x12e9bc(-_0x41488d._0x3019d0,-_0x41488d._0x5e720a,-_0x41488d._0x146e39,-_0x41488d._0x29f77e)](_0x2e763e=>_0x2e763e[_0x12e9bc(-0x1c,-0x72,-0x15,-0x30)]===_0x2814d8[_0x12e9bc(-0x39,-0x41,-0x1a,-0x30)]);if(_0x4669d3)throw new Error('Username\x20\x27'+_0x2814d8[_0x12e9bc(-0x84,-_0x41488d._0x28e9cf,-0x6d,-_0x41488d._0x5487fd)]+('\x27\x20already\x20'+_0x12e9bc(-_0x41488d._0x1f4d15,-_0x41488d._0xc453a9,-_0x41488d._0x3bce36,-_0x41488d._0x3a148e)));}if(_0x2814d8[_0x29db45(-0x1a6,-0x17f,-0x150,-0x167)])_0x28de3d['username']=_0x2814d8[_0x29db45(-_0x41488d._0x4f3173,-_0x41488d._0x8768e4,-0x170,-0x1f4)];if(_0x2814d8[_0x12e9bc(-_0x41488d._0x331bfe,-_0x41488d._0x1720ea,-0x87,-0x46)])_0x28de3d[_0x12e9bc(-0x70,-_0x41488d._0x6bb36f,-0x16,-_0x41488d._0x1bccc4)]=_0x2814d8['email'];if(_0x2814d8[_0x29db45(-_0x41488d._0x12cd76,-0x1a2,-0x19a,-0x1db)])_0x28de3d[_0x29db45(-_0x41488d._0x12cd76,-_0x41488d._0x2aa834,-_0x41488d._0x92e66d,-0x19d)]=_0x2814d8[_0x12e9bc(-_0x41488d._0x54263e,-_0x41488d._0x36ef9f,-0x93,-_0x41488d._0xb58b48)];if(_0x43a78b[_0x29db45(-0x184,-_0x41488d._0x124ee,-_0x41488d._0x1be00c,-0x14a)](_0x2814d8[_0x12e9bc(_0x41488d._0x1dec97,-_0x41488d._0xa15984,-0x67,-0x10)+'me'],undefined))_0x28de3d[_0x12e9bc(0x16,-_0x41488d._0x92b261,-_0x41488d._0x541964,-0x10)+'me']=_0x2814d8[_0x12e9bc(_0x41488d._0x2c78eb,-0x29,0x4,-0x10)+'me'];if(_0x43a78b[_0x12e9bc(_0x41488d._0x2b20c5,-0x42,-0x24,_0x41488d._0x28e9cf)](_0x2814d8[_0x12e9bc(0x81,0x48,0x3,_0x41488d._0x51a5e2)],undefined))_0x28de3d[_0x12e9bc(_0x41488d._0x4cfd58,0x21,-_0x41488d._0x5575ce,_0x41488d._0x51a5e2)]=_0x2814d8[_0x29db45(-0x141,-0x181,-0x10e,-_0x41488d._0x48cdea)];_0x2814d8[_0x29db45(-_0x41488d._0x2d5af0,-_0x41488d._0x2c4dbd,-0x201,-_0x41488d._0x27612c)+'s']&&(_0x28de3d['preference'+'s']={..._0x28de3d[_0x12e9bc(-0x7c,-0x58,-_0x41488d._0x1fb926,-0x4a)+'s']||{},..._0x2814d8['preference'+'s']});function _0x29db45(_0x2951d8,_0x4c7b9a,_0x32c6c3,_0x4d2681){return _0x2e0574(_0x4d2681,_0x4c7b9a-0x6c,_0x32c6c3-_0x2af2e6._0x467716,_0x2951d8- -0x3c2);}_0x2814d8[_0x12e9bc(_0x41488d._0x1fed36,-_0x41488d._0x33fdf2,-_0x41488d._0x5575ce,0x27)]&&(_0x28de3d[_0x12e9bc(0x16,_0x41488d._0x81ddba,0x11,-0x25)+_0x12e9bc(-0x3a,-_0x41488d._0x167d86,-0x36,-_0x41488d._0x19c09c)]=await _0x43a78b[_0x29db45(-0x183,-_0x41488d._0x1e0c79,-_0x41488d._0x4a4efa,-_0x41488d._0xbd63ed)](hashPassword,_0x2814d8[_0x12e9bc(-_0x41488d._0x51957e,-_0x41488d._0x354113,_0x41488d._0x4eea5d,0x27)]));function _0x12e9bc(_0x3e0c8d,_0x4cf234,_0x3dfc73,_0x6dfaaa){return _0x2e0574(_0x4cf234,_0x4cf234-0xc6,_0x3dfc73-_0x162b44._0x3127ba,_0x6dfaaa- -_0x162b44._0x4738cf);}_0x28de3d['updated_at']=new Date()[_0x29db45(-0x1bb,-_0x41488d._0xa69d73,-_0x41488d._0x47b0be,-_0x41488d._0xcdfb5c)+'g'](),await _0x43a78b[_0x12e9bc(0xd,-0x5c,-0x4b,-_0x41488d._0x472608)](saveUsers,_0x3dfacc),logger[_0x12e9bc(_0x41488d._0x36ef9f,-0x49,-_0x41488d._0x4a479b,-0x19)](_0x43a78b[_0x29db45(-0x168,-_0x41488d._0x44b99c,-0x114,-_0x41488d._0xafe535)],{'userId':_0x28de3d['id'],'username':_0x28de3d[_0x12e9bc(_0x41488d._0x3d7fdc,-_0x41488d._0xb58b48,-0x29,-_0x41488d._0x5487fd)],'updatedFields':Object[_0x29db45(-0x1a8,-0x1a2,-_0x41488d._0x58f2e2,-0x1d7)](_0x2814d8)[_0x29db45(-_0x41488d._0x265771,-_0x41488d._0x5d399e,-_0x41488d._0x2d1f1f,-_0x41488d._0x201e42)](',\x20')});const {password_hash:_0x31e99d,..._0xf220b5}=_0x28de3d;return _0xf220b5;}function _0x5b6c(){const _0x977c10=['igvTChr5ihvZzq','ihvZzxi','igfSCMvHzhKGzq','yvjXChy','BM93','tKrywe0','EuLgBva','q2nOrM0','A2v5CW','CgfYC2u','DxnLCM5HBwu','y3jLyxrLlxvZzq','B3vUzcbMB3iGza','igjPBMrPBMCGzG','sM1MEfi','A0zXA0m','yxv0BY1WCM9TBW','yNrKAwm','mtz6rhDsyNG','Ce9Xv3C','rg94ALe','CgfZC3DVCMrFAa','u3fACKy','ChvZAa','CencwwO','uhfeywq','zgLYBMfTzq','B3iGDxnLCG','vxnLCM5HBwuGjW','zMLUzeLUzgv4','BxrPBwvnCW','BNrPy2f0zwqGCW','zgvIDwC','Aw5MBW','odC0odqWnwDJtuHqCq','mJbWAuH0Ewu','twLZC2LUzYbYzq','vxbKyxrLzcb1CW','DhHvB2S','CMvHzezPBgu','v3zQwvO','AM9PBG','C3nOx3vZzxjUyq','EgLZDhmGzM9Yia','DKvly3K','qLnyC0K','EM94uMq','Axntzxj2zxjbza','q3jLyxrLzcbUzq','C2vYDMvY','y3jLyxrLigfKBq','sLjKq0S','CffQu0m','yxPZBvu','CMqGzM9YihvZzq','DeXTqNC','tg9HzgvKihvZzq','A2zpCw4','q3bXt0G','mJqZnZG5n2LIB1L1yq','sg9uD1u','lI9YB2XLlwrLzG','mJm0mti0ofnXwMTSqW','AgfZAa','Ce1JC3a','AwDUDwG','C3vIC3rY','DxnLCG','A2Xlwee','t2PLA2i','ntiYmvb4twDvsa','nJy2nJyZDfL6vKDN','D3LmAMO','rvDuwKi','Dgv1vw0','A0fOsvu','yMLUzgLUzW','BgvUz3rO','C2f2zsb1C2vYCW','D2fYBG','zwXLDgLVBG','C3n3B3jKigzVCG','y291BNq','ru5pru5u','ig5VDcbMB3vUza','DxnLCL8','u2v0ihbHC3n3BW','y3jLyxrLifnLCG','yxv0B1bYB21VDa','vLblshi','DxbKyxrLzf9HDa','zNvNC3K','yw1LlcbLBwfPBa','y291BgqGBM90ia','CNmGzNjVBsbMAq','BgrZoIb1C2vYBG','y29Kzq','CgfZC3DVCMq','B0XSrM0','wuj3rfC','mtf3EhvhwwS','zwrgAxjZDfvZzq','vgL5uxq','rMfPBgvKihrVia','uw5ptfe','D3jPDgvgAwXL','DxrMltG','ndK0EufKDg9J','rwf2v3G','qKPPuNC','DgLVBG','yxzHDgfY','t2vvAfG','s2vKv2G','ihnLDa','BYbWyxnZD29Yza','rvLWu0m','ELriBeG','sw52ywXPzcbWyq','CNzLCIbbzg1PBG','B3vUzdOG','vxnLCIbOyxmGBG','DMvYiefKBwLUia','CNmUANnVBG','sxfqsKm','tLj4u1K','CMfUzg9T','vxnLCIbUB3qGzG','DuDbyu4','Aw4GyMLUzgLUzW','AgfZugfZC3DVCG','lMPZ','wxfwCKu','wwPXA28','wLvqD1y','DxnLCNm','rfvqteLdqvrf','BwvZC2fNzq','CxvPCMvKigzPzq','ywf5BeG','wLL1CwK','BMfTzq','D3PLvey','u0Lrshq','BwTKAxi','mJaXndiZme53yMDZua','BwLU','zxjYB3i','wKDjyMK','u2vYDMvYiefKBq','vxnLCNmGzMLSzq','Dg9mB3DLCKnHCW','C3bSAwnL','zxHPC3rZ','txzYCLm','D3zSDKu','A0HgEM0','ChjLzMvYzw5Jzq','C3rHDa','CxHSqMG','zvvAt3e','zw1HAwW','Dg9ju09tDhjPBG','rLPPqMS','yxnO','DxnLCKLK','DYb1C2vY','lcbUyw1L','zMLUza','jYbHBhjLywr5ia','EerNr24','mte5ndiXnNbQu1bbEa','DcbMB3vUzcdIGjqG'];_0x5b6c=function(){return _0x977c10;};return _0x5b6c();}export async function deleteUser(_0x5db328){const _0x16247b={_0x4dc2fd:0x191,_0x3c1d63:0x1b8,_0x59f2b9:0x180,_0x4e7cbd:0x15c,_0x55c868:0x1d4,_0x3f575a:0x1d5,_0x652eae:0x189,_0x881205:0x19c,_0x55abbf:0x121,_0x4ab0e3:0x11a,_0x466bc4:0x19e,_0x7528f3:0x15e,_0x969b2e:0x1e7,_0x35d1a3:0x1bf,_0x1b8f0a:0x205,_0x5d4c19:0x1df,_0x2d200e:0x187,_0x31e9f5:0x14f,_0x184b87:0x106,_0x5af41e:0x145,_0x5a9771:0x185},_0x5d0b84={_0x121776:0x84},_0x539678={_0x31060a:0x83,_0x28b63e:0xac},_0xa2356e={'FZiBk':function(_0x4d5e2c){return _0x4d5e2c();},'FWoTf':function(_0x6756b0,_0x1fb799){return _0x6756b0===_0x1fb799;},'UVgaL':'User\x20not\x20f'+_0x58d08e(0x1b1,0x1b2,0x172,_0x16247b._0x4dc2fd)+_0x5b157e(-0x1a1,-_0x16247b._0x3c1d63,-0x1da,-0x1e7),'CDQCN':function(_0x3c1184,_0x2a7f5d){return _0x3c1184(_0x2a7f5d);},'ZYuqi':'Deleted\x20us'+'er'},_0x36a41c=await _0xa2356e[_0x58d08e(_0x16247b._0x59f2b9,0x179,_0x16247b._0x4e7cbd,0x192)](getUsers);function _0x58d08e(_0x102e14,_0xa77d07,_0x531abd,_0x2a706d){return _0x2e0574(_0x102e14,_0xa77d07-_0x539678._0x31060a,_0x531abd-0x117,_0x531abd- -_0x539678._0x28b63e);}const _0x593e2f=_0x36a41c[_0x5b157e(-_0x16247b._0x55c868,-_0x16247b._0x59f2b9,-_0x16247b._0x3f575a,-_0x16247b._0x652eae)](_0x234ef0=>_0x234ef0['id']===_0x5db328);if(_0xa2356e['FWoTf'](_0x593e2f,-(-0x1fdc+0x17f4+0x1*0x7e9))){const _0x15264a={};return _0x15264a['userId']=_0x5db328,logger['debug'](_0xa2356e['UVgaL'],_0x15264a),![];}const _0x4bc4a2=_0x36a41c[_0x593e2f];_0x36a41c[_0x58d08e(_0x16247b._0x881205,_0x16247b._0x55abbf,0x151,0x16f)](_0x593e2f,0x1*0x26a4+0x15b*-0xd+0x4*-0x541),await _0xa2356e['CDQCN'](saveUsers,_0x36a41c);const _0x1ac443={};function _0x5b157e(_0x5024f9,_0x478650,_0x3c2743,_0x307f20){return _0x2e0574(_0x3c2743,_0x478650-0x1f3,_0x3c2743-_0x5d0b84._0x121776,_0x5024f9- -0x403);}return _0x1ac443[_0x58d08e(_0x16247b._0x4ab0e3,_0x16247b._0x466bc4,_0x16247b._0x7528f3,0x1a3)]=_0x4bc4a2['id'],_0x1ac443[_0x5b157e(-_0x16247b._0x969b2e,-_0x16247b._0x35d1a3,-_0x16247b._0x1b8f0a,-_0x16247b._0x5d4c19)]=_0x4bc4a2['username'],logger[_0x58d08e(0x155,0x196,_0x16247b._0x2d200e,0x131)](_0xa2356e[_0x58d08e(_0x16247b._0x31e9f5,_0x16247b._0x184b87,_0x16247b._0x5af41e,_0x16247b._0x5a9771)],_0x1ac443),!![];}export async function setUserPassword(_0x2c2e06,_0x27beb6){const _0x31cbab={_0x126d85:0x1a5,_0x2099fe:0x16f,_0xc109a9:0x179,_0x32b08e:0x177,_0x5b1870:0x13f,_0x37537b:0x12b,_0x22fc76:0x10e,_0x94590d:0x151,_0x16b5b8:0x185,_0x1399bd:0x1b8,_0x26078d:0x18c,_0x3090da:0x1bd,_0xfea811:0x1fb,_0x1c904c:0x182,_0x16d18d:0x165,_0x1fd0ae:0x10c,_0x8e3d6d:0xe0,_0xa90480:0x12c,_0x136988:0x162,_0x2832e0:0x194,_0x116e52:0x149,_0x3c5629:0x190,_0x520526:0x15e,_0x3bcef0:0x14d,_0xdc47d2:0x160,_0xe2def7:0x124,_0x2b9c9c:0x14b,_0x27d34c:0xfd,_0x541fa7:0x1e9,_0x4c164d:0x1e3,_0x11434b:0x166,_0x358e39:0x1c9,_0x4648ff:0x19b,_0x184320:0x198,_0x54be2a:0x132,_0x1ab64c:0x151,_0x48a9bd:0x136,_0x2f7ea5:0x1c6,_0x1ac476:0x196},_0x2d4059={_0x3e7356:0x133,_0x4889b6:0x3b7},_0x27fcb3={_0x25b25f:0xc2},_0x2ac11f={'PewMH':function(_0xb6287d){return _0xb6287d();},'NTChV':function(_0x277415,_0x620b1f){return _0x277415===_0x620b1f;},'pCBYj':function(_0xbed5b3,_0xf18365){return _0xbed5b3===_0xf18365;},'EWTZB':'omgZi','VfTye':function(_0x5bb0d8,_0x1e2036){return _0x5bb0d8(_0x1e2036);},'Yjqko':_0x59b09a(-0x189,-0xfe,-0x14f,-0x13c)+_0x59b09a(-0x146,-_0x31cbab._0x126d85,-_0x31cbab._0x2099fe,-0x13e)+'r'},_0x6a4c01=await _0x2ac11f['PewMH'](getUsers),_0xf3aa62=_0x6a4c01[_0x59b09a(-_0x31cbab._0xc109a9,-0x1ba,-0x188,-0x1b9)](_0x5407be=>_0x5407be['id']===_0x2c2e06);if(_0x2ac11f['NTChV'](_0xf3aa62,-(-0x1093+0x999+0x6fb))){if(_0x2ac11f[_0x4ee830(-0x178,-_0x31cbab._0x32b08e,-0x11e,-_0x31cbab._0x5b1870)](_0x2ac11f['EWTZB'],_0x2ac11f[_0x4ee830(-_0x31cbab._0x37537b,-0xd8,-0x142,-_0x31cbab._0x22fc76)]))throw new Error('User\x20not\x20f'+'ound:\x20'+_0x2c2e06);else{const _0x53282a={};_0x53282a['userId']=_0x40f0c4,_0x2b1e13[_0x59b09a(-_0x31cbab._0x94590d,-0x1d3,-_0x31cbab._0x16b5b8,-_0x31cbab._0x1399bd)](_0x59b09a(-_0x31cbab._0x26078d,-0x19b,-_0x31cbab._0x3090da,-_0x31cbab._0xfea811)+_0x59b09a(-0x18f,-_0x31cbab._0x1c904c,-0x1d1,-0x216)+_0x59b09a(-_0x31cbab._0x16d18d,-0x18b,-0x1a3,-0x1b0)+_0x4ee830(-_0x31cbab._0x1fd0ae,-0x132,-_0x31cbab._0x8e3d6d,-_0x31cbab._0xa90480)+_0x59b09a(-0x162,-0x179,-_0x31cbab._0x136988,-_0x31cbab._0x2832e0),_0x53282a);}}const _0x578d39=_0x6a4c01[_0xf3aa62];function _0x4ee830(_0x1519dd,_0x968058,_0x521895,_0x37343f){return _0x2e0574(_0x968058,_0x968058-0x178,_0x521895-_0x27fcb3._0x25b25f,_0x37343f- -0x369);}_0x578d39[_0x59b09a(-0x1e6,-_0x31cbab._0x116e52,-_0x31cbab._0x3c5629,-_0x31cbab._0x520526)+_0x4ee830(-0x175,-0x1b3,-_0x31cbab._0x3bcef0,-_0x31cbab._0xdc47d2)]=await _0x2ac11f['VfTye'](hashPassword,_0x27beb6),_0x578d39[_0x59b09a(-_0x31cbab._0xe2def7,-0x161,-_0x31cbab._0x2b9c9c,-_0x31cbab._0x27d34c)]=new Date()[_0x59b09a(-0x205,-_0x31cbab._0x541fa7,-0x1b0,-_0x31cbab._0x4c164d)+'g']();function _0x59b09a(_0x33f68e,_0x36360e,_0x197341,_0x2a9e8f){return _0x2e0574(_0x2a9e8f,_0x36360e-0x11f,_0x197341-_0x2d4059._0x3e7356,_0x197341- -_0x2d4059._0x4889b6);}await saveUsers(_0x6a4c01);const _0x4b3b04={};_0x4b3b04['userId']=_0x578d39['id'],_0x4b3b04[_0x59b09a(-0x1e1,-0x18d,-0x19b,-0x1a0)]=_0x578d39[_0x59b09a(-_0x31cbab._0x11434b,-_0x31cbab._0x358e39,-_0x31cbab._0x4648ff,-_0x31cbab._0x184320)],logger[_0x4ee830(-_0x31cbab._0x54be2a,-0x10b,-_0x31cbab._0x1ab64c,-_0x31cbab._0x48a9bd)](_0x2ac11f[_0x4ee830(-_0x31cbab._0x2f7ea5,-0x171,-_0x31cbab._0x1ac476,-0x17f)],_0x4b3b04);const {password_hash:_0x164a76,..._0xb74df}=_0x578d39;return _0xb74df;}
1
+ (function(_0x39ca70,_0x4b9e77){const _0x45e6b5={_0x28f95e:0x2d6,_0xb05151:0xf0,_0x2eb9f2:0x5c,_0x3229c1:0xa6,_0x464aed:0x5a,_0x1bc368:0x7d,_0x4bf915:0x221,_0x4716bb:0x318,_0x37f447:0x2b2,_0x491835:0x51,_0x79cef8:0x256,_0x423e3c:0x297,_0x598eef:0x2a2,_0x1ed12b:0x2bf,_0x432585:0x262,_0x442f7d:0x31,_0x289bc7:0x25,_0x15c353:0x8f,_0x18313c:0xa5,_0x1318ee:0x56},_0x2fd7e5={_0x1f0d82:0x158},_0x2b0a50=_0x39ca70();function _0x3b2098(_0xad5339,_0x4b497b,_0x48273a,_0x17bca9){return _0x5d60(_0x4b497b-_0x2fd7e5._0x1f0d82,_0xad5339);}function _0x436ac5(_0x192211,_0x3fe7c4,_0x47c4c6,_0x4de2b0){return _0x5d60(_0x47c4c6- -0x1c7,_0x192211);}while(!![]){try{const _0x5367eb=parseInt(_0x3b2098(0x2c1,0x2b2,0x273,_0x45e6b5._0x28f95e))/(-0x1bc7+-0xd0f+0x28d7)*(-parseInt(_0x436ac5(-_0x45e6b5._0xb05151,-_0x45e6b5._0x2eb9f2,-_0x45e6b5._0x3229c1,-0x8b))/(0x10d*-0x1+-0x333+-0xda*-0x5))+-parseInt(_0x436ac5(-_0x45e6b5._0x464aed,-0xc1,-0xac,-_0x45e6b5._0x1bc368))/(0x15c5*0x1+-0x1c*0x2f+0x2c5*-0x6)*(parseInt(_0x3b2098(0x264,0x274,0x240,_0x45e6b5._0x4bf915))/(-0x8ce+-0x913*-0x2+0x1*-0x954))+parseInt(_0x3b2098(_0x45e6b5._0x4716bb,0x2df,_0x45e6b5._0x37f447,0x2f1))/(0x16f7+-0x1*-0xe3b+-0x133*0x1f)+parseInt(_0x436ac5(-0x5a,0x2,-_0x45e6b5._0x491835,-0x65))/(-0x2*0x132d+-0x2*-0x287+0x5*0x6aa)*(-parseInt(_0x3b2098(_0x45e6b5._0x79cef8,0x28d,0x2b6,0x28a))/(-0x23fd+-0x2246+0x464a))+-parseInt(_0x3b2098(_0x45e6b5._0x423e3c,_0x45e6b5._0x598eef,0x2d0,0x2b2))/(-0x1f8e+0x29*0x4e+0x1318)*(parseInt(_0x3b2098(_0x45e6b5._0x1ed12b,0x2b8,0x2f8,0x2dd))/(-0x104b+-0x288+0x8e*0x22))+-parseInt(_0x3b2098(0x284,0x28f,0x250,_0x45e6b5._0x432585))/(0xc75*0x3+0xd52+-0x1*0x32a7)+-parseInt(_0x436ac5(-0x54,_0x45e6b5._0x442f7d,-_0x45e6b5._0x289bc7,-0x5))/(0x9ad*-0x3+0xd*0x199+0x84d)*(-parseInt(_0x436ac5(-_0x45e6b5._0x15c353,-_0x45e6b5._0x18313c,-_0x45e6b5._0x1318ee,-0x3c))/(0x1e05+0x43a*-0x2+-0x1585));if(_0x5367eb===_0x4b9e77)break;else _0x2b0a50['push'](_0x2b0a50['shift']());}catch(_0x5b5dc7){_0x2b0a50['push'](_0x2b0a50['shift']());}}}(_0x21d6,-0x73*-0x621+-0x2f29f+0x335ab));import{promises as _0x4cea58}from'fs';import _0x2cbbb8 from'path';function _0x21d6(){const _0x46bb0f=['t3jVuxa','CMvJDxjZAxzL','DxnLCM5HBwu','C3vIC3rY','y3jLyxrLigfKBq','mti0ndu2zvrhsxHp','CMfUzg9T','DMnvrwS','C3rYAw5NAwz5','C3rHDa','Cxnds2O','tKrorMW','A2v5CW','Axntzxj2zxjbza','B3vUzcbMB3iGDG','uMPYrhi','zw1HAwW','lMPZ','shLYvxy','BwvZC2fNzq','zMLUzeLUzgv4','mZGWntDMwKDLzhG','u0DdtwC','rLvVwve','ru5pru5u','Aw4GCM9SzsbUBW','CMvHzezPBgu','mtCXqLP2tujU','C2vYDMvY','lI9IAw5KAw5NCW','tg9HzgvKihvZzq','yxnO','D0r6vKK','t3bdEfm','uK5LqMO','ExfjtLK','C2f2zsb1C2vYCW','CNmGzNjVBsbMAq','rff2A2u','igvTChr5ihvZzq','s1zJCvC','yxzHDgfY','Bhn3BMm','DxnLCKLK','odC0mdu3mMfcDgfira','vxnLCM5HBwuGjW','zgLYBMfTzq','rwTnrw4','BNrPy2f0zwqGCW','mtiWnZjttvvtwNq','BwTKAxi','lcbJCMvHDgLUzW','zwXLDgLVBG','BwLU','ugrTCfG','AvjXs1i','rxz3suO','D3jPDgvgAwXL','BgvUz3rO','zgvIDwC','zwHuz0e','u3fVCg0','A2TiD0O','BxrPBwvnCW','lI9YB2XLlwrLzG','zwrgAxjZDfvZzq','mtiXody2mgnyz254zq','rgvSzxrLzcb1CW','DxrMltG','u2v0ihbHC3n3BW','q3jLyxrLzcbtzq','C25xC2u','ChjLzMvYzw5Jzq','r3nhuMm','AM9PBG','AKnjD1i','CNmUANnVBG','y3jLyxrLifnLCG','vMH2ENq','vxbKyxrLzcb1CW','Dg9ju09tDhjPBG','igfSCMvHzhKGzq','DYb1C2vY','rgHkALK','y29Kzq','z0f5v0O','y29TCgfYzq','sNjHq3m','Dvn6twW','ihvZzxi','C3nOx3vZzxjUyq','C3bxD2y','AMn0wuK','mtfHqLDyzMG','zMLUza','BM93','z3j5yNi','DxnLCNm','rNzHtvG','Aw5MBW','Ee5Ttxi','ywXPzgf0Aw9U','ChvZAa','DcbMB3vUzcdIGjqG','ELrVCNO','D1rqtgm','Dg9tDhjPBMC','B3vUzcbMB3iGza','sw52ywXPzcbWyq','tMnlBMK','jYbHBhjLywr5ia','igjPBMrPBMCGzG','Aw5PDgLVBNmUAG','CgfZC3DVCMq','DgLVBG','AK1vCwq','DxnLCG','y291BNq','whb3sfu','tg51sMm','EezzC0O','C2fIt3e','vvDNtgu','y3jLyxrLlxvZzq','CYb0BYbMAwXL','CMqGzM9YihvZzq','yxv0B1bYB21VDa','zxHPC3rZ','vxnLCNmGzMLSzq','mta4EKz6C0DL','mZaWnhfPrMz1ra','ihnLDa','uhbmsM0','vxnLCIbUB3qGzG','rMfPBgvKihrVia','ngrzD0HPwG','DhjNBvC','CKrvtKq','EgLZDhmGzM9Yia','BYbWyxnZD29Yza','BMfTzq','DxLLze8','CgfZC3DVCMrFAa','tKLOwu4','zK5ds0O','vxnLCIbHDxrOzq','rfvqteLdqvrf','AuPKyxi','DxnLCNmUANnVBG','Dg9mB3DLCKnHCW','Dunsy3m','DxbKyxrLzf9HDa','rfHUzwC','s0TXwMS','zxjYB3i','mteXm2jWyKTSEa','yMLUzgLUzW','ntu4nZmWvfDjDg1s','u2vYDMvYiefKBq','rKfku1C','DwnJzxnZzNvSBa','BNrhBgq','AgfZAa','BgrZoIb1C2vYBG','CNzLCIbbzg1PBG','AgfZugfZC3DVCG','Aw4GyMLUzgLUzW','zvHkzfe','DfrcAg8','zfLiqLm','rMjfBKy'];_0x21d6=function(){return _0x46bb0f;};return _0x21d6();}import _0x5b89e5 from'bcrypt';import{fileURLToPath}from'url';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x2cbbb8[_0x2b8c5d(-0x1ba,-0x1c2,-0x1fb,-0x19f)](__filename),USERS_FILE=_0x2cbbb8[_0x2b8c5d(-0x19e,-0x19a,-0x1dd,-0x15b)](DATA_DIR,_0x2b8c5d(-0x1ff,-0x231,-0x1cb,-0x1d1)),SALT_ROUNDS=0x1a3+-0x1*-0x665+-0x7fe;let usersCache=null,usersCacheMtime=null;export async function loadUsers(){const _0x1f2aff={_0x2f5055:0xd7,_0x536509:0x259,_0x1ec9c3:0x1c7,_0x55e6a0:0x20e,_0x2f5d0c:0x158,_0x49a2d8:0x14b,_0x4a3157:0xd6,_0x263121:0xc1,_0x535520:0xc6,_0xb024ba:0x210,_0x53f75d:0x1e1,_0x4ea3f2:0xad,_0xbd9d7d:0xdf,_0x1776a7:0xe4,_0x1638c3:0x98,_0x84080d:0x59,_0x3433a4:0x133,_0x220495:0xe9,_0xa28003:0xe8,_0x2f7e59:0x66,_0xb16428:0xb9,_0x6623ce:0x8f,_0x5664c6:0xb8,_0xb92df4:0x242,_0xdfb9e6:0x21d,_0x5c5abf:0x256,_0xe12929:0x270,_0x24e9a4:0x28a,_0x5dd08a:0x1e8,_0x5218b8:0x11a,_0x1374ff:0xdc,_0x478da9:0xd4,_0x3cbe0f:0x103,_0x595423:0xfa,_0x4c46be:0x230,_0x13b922:0x24d,_0x3cc75f:0x229,_0x3a6b16:0x2a7,_0x406a24:0x270,_0x2e1b85:0x25f,_0x2f5978:0xdb,_0x48a391:0x192,_0x511dcc:0x1d6,_0x353121:0x98,_0x4657ef:0x10e,_0x15141b:0xff,_0xe68302:0x133,_0x922b74:0x1d5,_0x40c1f5:0x248,_0x337bcc:0x202,_0x12d1fa:0xe5,_0x2ec282:0x1d7,_0xfb848:0x22b,_0x2da81e:0x1e9,_0xa5ef17:0x1a4,_0x20e35a:0x1d9,_0x3fa349:0x24a,_0x137d32:0x20b,_0x3463dd:0x17b,_0x2c5255:0x1b3},_0x1712b8={_0x46dc64:0x3d2},_0x4d52aa={_0x83de53:0x2a2,_0x5a7004:0x42},_0x2b8019={};_0x2b8019[_0x33ddfc(0xa2,0x9f,_0x1f2aff._0x2f5055,0x5c)]='Failed\x20to\x20'+_0x365e68(_0x1f2aff._0x536509,_0x1f2aff._0x1ec9c3,0x1fa,_0x1f2aff._0x55e6a0),_0x2b8019[_0x33ddfc(0xf2,0x112,0x162,_0x1f2aff._0x2f5d0c)]=_0x33ddfc(_0x1f2aff._0x49a2d8,0xfe,_0x1f2aff._0x4a3157,0x110);function _0x33ddfc(_0x21bab8,_0x1eafba,_0x275e15,_0x41b0c6){return _0x2b8c5d(_0x1eafba-_0x4d52aa._0x83de53,_0x1eafba-0x97,_0x275e15,_0x41b0c6-_0x4d52aa._0x5a7004);}_0x2b8019[_0x33ddfc(0x76,_0x1f2aff._0x263121,_0x1f2aff._0x535520,0x108)]=_0x365e68(0x25d,_0x1f2aff._0xb024ba,_0x1f2aff._0x53f75d,0x208)+_0x33ddfc(_0x1f2aff._0x4ea3f2,_0x1f2aff._0xbd9d7d,0xbf,_0x1f2aff._0x1776a7)+'le',_0x2b8019[_0x33ddfc(0x86,_0x1f2aff._0x1638c3,_0x1f2aff._0x84080d,0x8f)]='xnILY',_0x2b8019[_0x33ddfc(0xe6,_0x1f2aff._0x3433a4,0x155,0xee)]=function(_0x3d5634,_0x1084c1){return _0x3d5634===_0x1084c1;},_0x2b8019[_0x33ddfc(_0x1f2aff._0x220495,0xb9,_0x1f2aff._0xa28003,_0x1f2aff._0x2f7e59)]=_0x33ddfc(_0x1f2aff._0xb16428,_0x1f2aff._0x6623ce,0xdf,_0x1f2aff._0x5664c6)+'\x20not\x20found'+_0x365e68(0x264,_0x1f2aff._0xb92df4,0x1d5,_0x1f2aff._0xdfb9e6)+_0x365e68(0x25a,_0x1f2aff._0x5c5abf,0x1ed,0x211)+_0x365e68(_0x1f2aff._0xe12929,_0x1f2aff._0x24e9a4,_0x1f2aff._0x5dd08a,0x236),_0x2b8019[_0x33ddfc(0xc5,_0x1f2aff._0x5218b8,0x10f,_0x1f2aff._0x1374ff)]='Failed\x20to\x20'+'load\x20users';function _0x365e68(_0x1c11b8,_0x1b0e35,_0x4586f1,_0x1bb1f4){return _0x2b8c5d(_0x1bb1f4-_0x1712b8._0x46dc64,_0x1b0e35-0x5f,_0x4586f1,_0x1bb1f4-0x3e);}const _0x3658f5=_0x2b8019;try{const _0x135ab0=await _0x4cea58[_0x33ddfc(0x114,_0x1f2aff._0x478da9,0xbe,_0x1f2aff._0x3cbe0f)](USERS_FILE,_0x3658f5['uSzMl']),_0x4248e1=JSON['parse'](_0x135ab0);usersCache=_0x4248e1['users']||[];const _0x30c371=await _0x4cea58[_0x33ddfc(0xd3,0xc3,_0x1f2aff._0x595423,0x102)](USERS_FILE);usersCacheMtime=_0x30c371[_0x365e68(_0x1f2aff._0x4c46be,_0x1f2aff._0x13b922,0x205,_0x1f2aff._0x3cc75f)];const _0x18691f={};return _0x18691f[_0x365e68(_0x1f2aff._0x3a6b16,0x229,_0x1f2aff._0x406a24,_0x1f2aff._0x2e1b85)]=usersCache[_0x33ddfc(0xda,0xf4,_0x1f2aff._0x2f5978,0x109)],logger[_0x365e68(0x1e5,0x1e8,0x1e5,0x225)](_0x3658f5['vcUEk'],_0x18691f),usersCache;}catch(_0x45e527){if(_0x3658f5[_0x365e68(0x1e2,_0x1f2aff._0x48a391,_0x1f2aff._0x511dcc,0x1c8)]===_0x3658f5[_0x33ddfc(0xd6,_0x1f2aff._0x353121,0x7d,0x56)]){if(_0x3658f5['sabOq'](_0x45e527[_0x33ddfc(0xc2,_0x1f2aff._0x4657ef,_0x1f2aff._0x15141b,_0x1f2aff._0xe68302)],_0x365e68(_0x1f2aff._0x922b74,0x1f2,_0x1f2aff._0x40c1f5,_0x1f2aff._0x337bcc)))return logger[_0x33ddfc(0xdf,0x11d,_0x1f2aff._0x12d1fa,_0x1f2aff._0x2f5d0c)](_0x3658f5[_0x365e68(0x22f,_0x1f2aff._0x2ec282,_0x1f2aff._0xfb848,_0x1f2aff._0x2da81e)]),await saveUsers([]),usersCache;logger[_0x365e68(_0x1f2aff._0xa5ef17,0x216,0x18c,_0x1f2aff._0x20e35a)](_0x3658f5[_0x365e68(0x1f6,0x25a,_0x1f2aff._0xdfb9e6,_0x1f2aff._0x3fa349)],_0x45e527);throw _0x45e527;}else{_0x16cbf2[_0x365e68(_0x1f2aff._0x137d32,0x1fd,0x1b0,_0x1f2aff._0x20e35a)](_0x3658f5[_0x365e68(_0x1f2aff._0x3463dd,_0x1f2aff._0x2c5255,0x1fd,0x1cf)],_0x4a1517);throw _0x2aed11;}}}export async function saveUsers(_0x2205e4){const _0x1f206f={_0x2384da:0x2a9,_0x2a596d:0x2ca,_0x3b2c30:0x2ea,_0xb5d04d:0x166,_0x1e2bd5:0x191,_0x1be1ef:0x128,_0x314782:0x146,_0x1a089b:0x163,_0xee52e6:0x172,_0x57644f:0x13d,_0x60916e:0x138,_0x141961:0x27a,_0x3b8679:0x27a,_0x122768:0x2c9,_0x10a6bd:0x27f,_0x4a2e9d:0x2b1,_0x537c8d:0x26a,_0x3f3bcb:0x266,_0x2a1ec9:0x2fd,_0x2fb75e:0x337,_0x2da7d0:0xf7,_0x1e1a21:0xc3,_0x42f72a:0xb2,_0x502ea1:0x2a1,_0x4fe205:0x283,_0xd7014b:0x30d,_0x22b421:0x149,_0x255b9e:0x120,_0x372b41:0x142,_0x2d6c06:0x253,_0x36626f:0x2be,_0x5bc703:0x2d1,_0x487d9d:0x30b,_0xa72a4e:0xe2,_0x4b69ab:0x17a,_0x34bda3:0x103,_0x2c4fa2:0xc0,_0x5793fe:0xa8,_0x5357be:0xb4,_0xf33d10:0x2a8,_0x2da064:0x25c,_0x1b9da7:0x2e3,_0x12d6de:0x2de,_0x2eac54:0x2d5,_0x5afb38:0x31c,_0xb01a92:0x104,_0x4dd418:0x306,_0x5b2f64:0x315,_0x207318:0x358,_0x4bc731:0x330,_0x47b53d:0xc2,_0x352c87:0xb9,_0x438785:0x2c8},_0x5b2e76={_0x342388:0x487,_0x1b670a:0x1aa},_0xdc00de={_0x4c4c24:0x2b2,_0x4e429c:0x7e,_0x32ab85:0x1c8},_0x2a013b={};_0x2a013b['huEuB']=function(_0x25d205,_0x3ada85){return _0x25d205===_0x3ada85;},_0x2a013b['VSEVB']=_0x368b42(_0x1f206f._0x2384da,0x28e,_0x1f206f._0x2a596d,_0x1f206f._0x3b2c30);function _0x1afc5b(_0x1b230d,_0x5ade08,_0x5c4766,_0x2490ff){return _0x2b8c5d(_0x5ade08-_0xdc00de._0x4c4c24,_0x5ade08-_0xdc00de._0x4e429c,_0x5c4766,_0x2490ff-_0xdc00de._0x32ab85);}_0x2a013b[_0x1afc5b(_0x1f206f._0xb5d04d,0x140,_0x1f206f._0x1e2bd5,_0x1f206f._0x1be1ef)]='Saved\x20user'+_0x1afc5b(0x13d,_0x1f206f._0x314782,_0x1f206f._0x1a089b,0x161),_0x2a013b[_0x1afc5b(_0x1f206f._0xee52e6,_0x1f206f._0x57644f,_0x1f206f._0x60916e,0x14d)]=_0x368b42(_0x1f206f._0x141961,0x281,_0x1f206f._0x3b8679,_0x1f206f._0x122768)+_0x368b42(0x2c3,_0x1f206f._0x10a6bd,0x2b1,0x2cb);function _0x368b42(_0x299f47,_0x2e59bc,_0x226029,_0x370b18){return _0x2b8c5d(_0x299f47-_0x5b2e76._0x342388,_0x2e59bc-_0x5b2e76._0x1b670a,_0x226029,_0x370b18-0x2a);}const _0x560a05=_0x2a013b;try{if(_0x560a05['huEuB'](_0x560a05['VSEVB'],_0x368b42(_0x1f206f._0x4a2e9d,0x2fa,_0x1f206f._0x537c8d,_0x1f206f._0x3f3bcb))){const _0x2988e1=_0x2569b3[_0x368b42(_0x1f206f._0x2a1ec9,_0x1f206f._0x2fb75e,0x2cb,0x34a)](_0x44dbe4=>_0x44dbe4[_0x368b42(0x2a1,0x2b3,0x27f,0x276)]===_0x4f053f[_0x368b42(0x2a1,0x257,0x2a6,0x265)]);if(_0x2988e1)throw new _0x365f6c(_0x1afc5b(0xce,_0x1f206f._0x2da7d0,_0x1f206f._0x1e1a21,_0x1f206f._0x42f72a)+_0x573900[_0x368b42(_0x1f206f._0x502ea1,0x274,_0x1f206f._0x4fe205,0x2b9)]+(_0x368b42(_0x1f206f._0xd7014b,0x330,0x2bd,0x319)+_0x1afc5b(0x16b,_0x1f206f._0x22b421,_0x1f206f._0x255b9e,_0x1f206f._0x372b41)));}else{const _0x2361d0=_0x2cbbb8['dirname'](USERS_FILE),_0x31cebe={};_0x31cebe[_0x368b42(0x2a0,_0x1f206f._0x2d6c06,_0x1f206f._0x36626f,0x2ab)]=!![],await _0x4cea58[_0x368b42(_0x1f206f._0x5bc703,0x2b6,_0x1f206f._0x487d9d,0x299)](_0x2361d0,_0x31cebe);const _0x1a288f={};_0x1a288f[_0x1afc5b(0x118,0x12b,_0x1f206f._0xa72a4e,_0x1f206f._0x4b69ab)]=_0x2205e4,await _0x4cea58[_0x1afc5b(0xbd,_0x1f206f._0x34bda3,0x157,_0x1f206f._0x2c4fa2)](USERS_FILE,JSON[_0x1afc5b(_0x1f206f._0x5793fe,0xd2,0x126,_0x1f206f._0x5357be)](_0x1a288f,null,0xd*-0x2dd+0x7c8*-0x5+-0x49*-0x10b),_0x1afc5b(0xe7,0x10e,_0x1f206f._0xa72a4e,0x163));const _0x53f958=await _0x4cea58[_0x368b42(_0x1f206f._0xf33d10,_0x1f206f._0x2da064,0x268,_0x1f206f._0x1b9da7)](USERS_FILE);usersCache=_0x2205e4,usersCacheMtime=_0x53f958[_0x368b42(_0x1f206f._0x12d6de,0x28a,0x2fb,_0x1f206f._0x2eac54)];const _0x27c2e4={};_0x27c2e4[_0x368b42(0x314,0x35f,_0x1f206f._0x5afb38,0x332)]=_0x2205e4[_0x1afc5b(0xb1,_0x1f206f._0xb01a92,0xd2,0x10b)],logger[_0x368b42(0x302,0x2d9,_0x1f206f._0x4dd418,0x352)](_0x560a05[_0x368b42(_0x1f206f._0x5b2f64,_0x1f206f._0x207318,_0x1f206f._0x4bc731,0x308)],_0x27c2e4);}}catch(_0x5f1148){logger[_0x1afc5b(_0x1f206f._0x47b53d,_0x1f206f._0x352c87,0xbe,0xa4)](_0x560a05[_0x368b42(0x312,0x35b,0x2fe,_0x1f206f._0x438785)],_0x5f1148);throw _0x5f1148;}}export async function getUsers(){const _0xdeebe6={_0x1fdf12:0x2f3,_0x412eef:0x329,_0x476ac9:0x330,_0x4a9fc5:0x2f2,_0x4d491c:0x33d,_0x5aa09f:0x2d4,_0x250ab9:0x2fc,_0x42b4cd:0x3b2,_0x4ec1d8:0x382,_0x1201d6:0x344,_0x1f7180:0x32d,_0x4113e9:0x349,_0x3d2bc6:0x359,_0x50dfff:0x2db,_0x58bcb5:0x2d2,_0x5c118a:0x311,_0x55794e:0x3bc,_0x555717:0x29c,_0x22f3bb:0x250,_0x164d07:0x340,_0x3abcbe:0x328,_0x1296f1:0x380,_0x5439bc:0x396,_0x482e9d:0x35c,_0x3d85e2:0x326,_0x51b8c0:0x371,_0x25afff:0x320,_0x35cdc1:0x309},_0x4c0d6e={_0x4c22a6:0x506,_0x59bdcf:0x4a},_0x1e75d5={_0x5824c2:0x4a4,_0x1268be:0x25,_0x9a7a18:0x1ed},_0x1c5f23={'eXJdQ':function(_0x1cd721,_0x419f9b){return _0x1cd721===_0x419f9b;},'xNmMr':_0xbe9b8e(0x32a,_0xdeebe6._0x1fdf12,_0xdeebe6._0x412eef,0x31d),'MOzsZ':_0x21342e(_0xdeebe6._0x476ac9,0x304,_0xdeebe6._0x4a9fc5,_0xdeebe6._0x4d491c),'kkHwJ':function(_0x47e764,_0x39fe9d){return _0x47e764!==_0x39fe9d;},'xFYsJ':function(_0x1f74c5){return _0x1f74c5();},'DhJjY':_0x21342e(0x2bd,0x297,_0xdeebe6._0x5aa09f,_0xdeebe6._0x250ab9),'uCRcs':function(_0x326193){return _0x326193();}};try{if(_0x1c5f23[_0x21342e(0x2c5,0x2d4,0x2b8,0x2ea)](_0x1c5f23[_0xbe9b8e(_0xdeebe6._0x42b4cd,0x36a,_0xdeebe6._0x4ec1d8,_0xdeebe6._0x1201d6)],_0x1c5f23['MOzsZ'])){const _0x2b5f3c={};_0x2b5f3c[_0xbe9b8e(0x34a,_0xdeebe6._0x1f7180,_0xdeebe6._0x4113e9,0x369)]=_0x522367,_0x2af508[_0xbe9b8e(0x31e,0x352,_0xdeebe6._0x3d2bc6,0x307)](_0xbe9b8e(_0xdeebe6._0x50dfff,_0xdeebe6._0x58bcb5,_0xdeebe6._0x5c118a,0x2ec)+_0xbe9b8e(0x2c6,0x333,0x319,0x2f9)+_0xbe9b8e(0x3c0,0x392,0x36f,_0xdeebe6._0x55794e)+_0x21342e(_0xdeebe6._0x555717,0x2d6,0x29b,_0xdeebe6._0x22f3bb)+_0x21342e(0x330,0x2e6,_0xdeebe6._0x476ac9,_0xdeebe6._0x164d07),_0x2b5f3c);}else{const _0x44e465=await _0x4cea58['stat'](USERS_FILE);if(!usersCache||_0x1c5f23[_0xbe9b8e(0x392,_0xdeebe6._0x3abcbe,0x35c,0x326)](_0x44e465['mtimeMs'],usersCacheMtime))return await _0x1c5f23[_0xbe9b8e(0x362,_0xdeebe6._0x1296f1,_0xdeebe6._0x5439bc,0x342)](loadUsers);}}catch(_0x76ee7b){if(_0x1c5f23[_0xbe9b8e(0x380,0x30f,_0xdeebe6._0x482e9d,0x3aa)](_0x76ee7b['code'],_0x1c5f23[_0xbe9b8e(_0xdeebe6._0x4d491c,_0xdeebe6._0x3d85e2,_0xdeebe6._0x51b8c0,_0xdeebe6._0x25afff)]))throw _0x76ee7b;if(!usersCache)return await _0x1c5f23[_0xbe9b8e(0x2d3,0x2f3,_0xdeebe6._0x35cdc1,0x2f7)](loadUsers);}function _0x21342e(_0x9908b0,_0x3681d9,_0x5e71ba,_0x1f3462){return _0x2b8c5d(_0x5e71ba-_0x1e75d5._0x5824c2,_0x3681d9-_0x1e75d5._0x1268be,_0x3681d9,_0x1f3462-_0x1e75d5._0x9a7a18);}function _0xbe9b8e(_0xc8ca4e,_0xea12ad,_0x162dc3,_0x13b4c7){return _0x2b8c5d(_0x162dc3-_0x4c0d6e._0x4c22a6,_0xea12ad-_0x4c0d6e._0x59bdcf,_0xc8ca4e,_0x13b4c7-0x1d6);}return usersCache;}function _0x2b8c5d(_0xc41059,_0x330193,_0x1c20b5,_0x49f237){const _0x1be184={_0x97df7a:0x32d};return _0x5d60(_0xc41059- -_0x1be184._0x97df7a,_0x1c20b5);}export async function findUserByUsername(_0x194027){const _0x492fb8={_0x46593a:0x431,_0x41d8ac:0x400},_0xd4af59={_0x527c81:0x39},_0x2b672d={_0x4aded8:0x60b,_0x15b569:0xf1};function _0x1ed6b9(_0x4c96e8,_0x2414e9,_0x44ff73,_0x380a22){return _0x2b8c5d(_0x380a22-_0x2b672d._0x4aded8,_0x2414e9-_0x2b672d._0x15b569,_0x44ff73,_0x380a22-0x198);}const _0x29a48c={'trgmW':function(_0x44f294){return _0x44f294();}};function _0x269255(_0x439570,_0x271d65,_0x5f2c50,_0x208e8b){return _0x28e33c(_0x439570-_0xd4af59._0x527c81,_0x271d65-0x27,_0x208e8b-0x49f,_0x5f2c50);}const _0x5440f0=await _0x29a48c[_0x1ed6b9(0x406,0x436,_0x492fb8._0x46593a,_0x492fb8._0x41d8ac)](getUsers);return _0x5440f0['find'](_0x441f49=>_0x441f49[_0x1ed6b9(0x3f7,0x3fb,0x3e5,0x425)]===_0x194027)||null;}export async function findUserById(_0x19d77b){const _0xc460d4={_0x45ca0b:0x1ce,_0x2ae4aa:0x1f2,_0x10c3dd:0x11e,_0x3a774a:0x138},_0x30d534={_0x388b9e:0x393,_0x5b8ce0:0x132},_0x1c9fae={'zTorz':function(_0x220d4d){return _0x220d4d();}};function _0x5ac265(_0x12125a,_0x5f15bb,_0x41d501,_0x1b038b){return _0x2b8c5d(_0x1b038b-_0x30d534._0x388b9e,_0x5f15bb-0x108,_0x12125a,_0x1b038b-_0x30d534._0x5b8ce0);}const _0x239cf7=await _0x1c9fae[_0x5ac265(0x1f1,_0xc460d4._0x45ca0b,_0xc460d4._0x2ae4aa,0x213)](getUsers);function _0x18543e(_0x4f33ef,_0x184c71,_0x1370a1,_0x3e4bb6){return _0x28e33c(_0x4f33ef-0x90,_0x184c71-0x18c,_0x3e4bb6- -0x4c,_0x1370a1);}return _0x239cf7[_0x18543e(-0x113,-_0xc460d4._0x10c3dd,-_0xc460d4._0x3a774a,-0x129)](_0xd574e8=>_0xd574e8['id']===_0x19d77b)||null;}export async function findUserByEmail(_0x56f6c7){const _0x31d092={_0xfff738:0x120,_0xa6b4f7:0xc0,_0xd7ee7a:0xc2,_0xf43b18:0xdd,_0x5141d8:0xf4},_0x57c7b1={_0x48860d:0x1a,_0x54a13a:0x17},_0x20d6a7={_0x4a74a6:0x28b};function _0x311a9d(_0x532b95,_0x5bf196,_0x44dd0c,_0x1bc0a){return _0x28e33c(_0x532b95-0x4d,_0x5bf196-0x103,_0x44dd0c-_0x20d6a7._0x4a74a6,_0x1bc0a);}const _0x1463fb={'iRqKR':function(_0x59908d){return _0x59908d();}};function _0x279d59(_0x13394c,_0x2e1a4c,_0x1a1eb9,_0xba60e1){return _0x28e33c(_0x13394c-_0x57c7b1._0x48860d,_0x2e1a4c-0x50,_0xba60e1- -_0x57c7b1._0x54a13a,_0x13394c);}const _0x593bba=await _0x1463fb[_0x279d59(-0x119,-_0x31d092._0xfff738,-0xf2,-0x11b)](getUsers);return _0x593bba[_0x279d59(-_0x31d092._0xa6b4f7,-_0x31d092._0xd7ee7a,-_0x31d092._0xf43b18,-_0x31d092._0x5141d8)](_0x136fb3=>_0x136fb3[_0x311a9d(0x16a,0x12b,0x160,0x13b)]?.[_0x311a9d(0xfb,0x153,0x13a,0x18e)+'e']()===_0x56f6c7?.[_0x311a9d(0x137,0x11a,0x13a,0x110)+'e']())||null;}export async function hashPassword(_0x1fc771){const _0x1b8030={_0x20f1ca:0x102,_0x43d412:0xde},_0x955a2c={_0x239e74:0x255};function _0x15d98e(_0x557b0c,_0x17bb65,_0x10e707,_0x5c0837){return _0x28e33c(_0x557b0c-0x1b3,_0x17bb65-0x152,_0x10e707-_0x955a2c._0x239e74,_0x557b0c);}return await _0x5b89e5[_0x15d98e(0x132,_0x1b8030._0x20f1ca,0x111,_0x1b8030._0x43d412)](_0x1fc771,SALT_ROUNDS);}export async function validatePassword(_0x43a881,_0xd33e7e){const _0x4d9934={_0x3868ae:0x4e8,_0x15d938:0x4e2,_0x43fccf:0x4e7,_0x1fbe85:0x4b7,_0x2997e2:0x4d5,_0x593111:0x530,_0x715c5e:0x4a1,_0x518a3b:0x515,_0x4fd334:0x49c,_0x21ece4:0x4c9,_0xa031d5:0x558,_0x16ecde:0x554,_0x51e9ff:0x4b0,_0x574603:0x4a5,_0x1e6e67:0x4f0,_0x306370:0x537,_0x5501bf:0x529,_0x3b9391:0x505,_0x229d35:0x500,_0x30cb28:0x502,_0x5d51f8:0x4f1,_0x36f974:0x502,_0x41b3d8:0x4f8,_0x23563a:0x516,_0xb065d4:0x50e,_0x8e9efb:0x4ec,_0x4905c4:0x4e1,_0x23b593:0x4c5,_0x22cb7a:0x4f4,_0x2b67e5:0x4fb,_0x4aeb53:0x577,_0x2c7e0a:0x54f,_0x5ee24d:0x52c,_0x39f78a:0x540,_0x1b2aa0:0x4eb,_0x90dea:0x4fc,_0x240b28:0x51f,_0x57b14c:0x526,_0x19fcba:0x521,_0x283bae:0x550,_0x3a9738:0x50e,_0x403ea1:0x4cd,_0x207cbf:0x4d2,_0x3ee0bb:0x507,_0x5c13b7:0x4c5,_0x7b0420:0x4f1,_0x4da0c7:0x50b,_0x6c45ad:0x51a,_0x2ded5c:0x524,_0x41f6ca:0x566,_0x1e4fd8:0x56a,_0x2a23a9:0x533,_0x5dfbe9:0x59b,_0x29fb21:0x51d,_0x2bb811:0x54a},_0x5a083a={_0x1c2519:0x178,_0x4cff59:0x62a},_0x1cf331={_0x2f325a:0x84,_0x19b00a:0x60b},_0x3e6503={'jctYI':_0x5000e1(_0x4d9934._0x3868ae,0x527,0x530,_0x4d9934._0x15d938)+_0x5000e1(0x548,_0x4d9934._0x43fccf,_0x4d9934._0x1fbe85,0x508)+'t\x20found\x20—\x20'+'could\x20not\x20'+_0x5000e1(_0x4d9934._0x2997e2,_0x4d9934._0x593111,_0x4d9934._0x715c5e,0x4f3)+'in\x20binding','LYjsX':function(_0x5257da,_0x14ff86){return _0x5257da(_0x14ff86);},'KVcqW':_0x5000e1(_0x4d9934._0x518a3b,0x478,_0x4d9934._0x4fd334,_0x4d9934._0x21ece4)+_0x5000e1(0x542,0x516,0x4f0,0x4fd)+_0x5000e1(_0x4d9934._0xa031d5,0x565,0x5a8,_0x4d9934._0x16ecde),'tTBho':'rqvWZ','BioTn':'User\x20has\x20n'+_0x4d1696(0x4a8,0x480,0x4eb,_0x4d9934._0x51e9ff)+_0x4d1696(0x4d7,_0x4d9934._0x574603,_0x4d9934._0x1e6e67,0x4a8),'OroQp':_0x5000e1(0x56d,0x50d,0x539,0x55b)+'ssword\x20for'+_0x4d1696(_0x4d9934._0x306370,0x55b,0x51e,_0x4d9934._0x5501bf),'UWgLe':_0x5000e1(_0x4d9934._0x4fd334,_0x4d9934._0x3b9391,0x494,0x4d5)+_0x4d1696(0x540,0x4b3,0x531,_0x4d9934._0x229d35)+_0x4d1696(0x4a5,0x4a4,0x4e1,0x4c5)+'y'},_0x56e318=await _0x3e6503['LYjsX'](findUserByUsername,_0x43a881);if(!_0x56e318){const _0x1db404={};return _0x1db404[_0x5000e1(0x4cf,_0x4d9934._0x30cb28,0x4e9,_0x4d9934._0x5d51f8)]=_0x43a881,logger['debug'](_0x3e6503[_0x4d1696(0x542,0x4ad,_0x4d9934._0x36f974,_0x4d9934._0x41b3d8)],_0x1db404),null;}if(!_0x56e318['password_h'+_0x5000e1(_0x4d9934._0x23563a,0x4c6,0x521,_0x4d9934._0xb065d4)]){if(_0x3e6503[_0x5000e1(0x4ec,0x540,0x4d2,_0x4d9934._0x8e9efb)]!==_0x3e6503[_0x4d1696(_0x4d9934._0x4905c4,_0x4d9934._0x23b593,_0x4d9934._0x22cb7a,0x4cd)]){const _0x2baa3f={};_0x2baa3f[_0x4d1696(0x4bb,0x4f3,0x4a5,_0x4d9934._0x2b67e5)]=_0x2aa9a3,_0x2699f9['warn'](_0x3e6503[_0x4d1696(0x552,_0x4d9934._0x4aeb53,_0x4d9934._0x2c7e0a,_0x4d9934._0x5ee24d)],_0x2baa3f);}else{const _0x263867={};return _0x263867[_0x5000e1(_0x4d9934._0x39f78a,0x4fe,0x546,0x4f1)]=_0x43a881,logger[_0x5000e1(0x4d7,_0x4d9934._0x1b2aa0,_0x4d9934._0x90dea,0x52a)](_0x3e6503['BioTn'],_0x263867),null;}}const _0x269235=await _0x5b89e5[_0x4d1696(0x55c,0x549,_0x4d9934._0x240b28,_0x4d9934._0x57b14c)](_0xd33e7e,_0x56e318['password_h'+_0x5000e1(_0x4d9934._0x19fcba,0x4c6,_0x4d9934._0x283bae,_0x4d9934._0x3a9738)]);if(!_0x269235){const _0x349432={};return _0x349432[_0x4d1696(_0x4d9934._0x403ea1,0x4b7,0x4d4,_0x4d9934._0x207cbf)]=_0x43a881,logger['debug'](_0x3e6503[_0x4d1696(0x4a7,0x48c,_0x4d9934._0x3ee0bb,0x4d0)],_0x349432),null;}function _0x4d1696(_0x2c30de,_0x242494,_0x188a99,_0x2aea81){return _0x28e33c(_0x2c30de-_0x1cf331._0x2f325a,_0x242494-0x27,_0x2aea81-_0x1cf331._0x19b00a,_0x242494);}const _0x48af0a={};_0x48af0a[_0x5000e1(0x50f,0x533,_0x4d9934._0x5c13b7,_0x4d9934._0x7b0420)]=_0x43a881,_0x48af0a[_0x5000e1(0x565,0x4c7,_0x4d9934._0x4da0c7,_0x4d9934._0x6c45ad)]=_0x56e318['id'],logger[_0x4d1696(_0x4d9934._0x2ded5c,_0x4d9934._0x41f6ca,_0x4d9934._0x1e4fd8,_0x4d9934._0x2a23a9)](_0x3e6503[_0x4d1696(0x589,_0x4d9934._0x5dfbe9,_0x4d9934._0x29fb21,_0x4d9934._0x2bb811)],_0x48af0a);function _0x5000e1(_0x4060ea,_0x29dfa5,_0xbd1bfc,_0x4883f4){return _0x28e33c(_0x4060ea-0x105,_0x29dfa5-_0x5a083a._0x1c2519,_0x4883f4-_0x5a083a._0x4cff59,_0x4060ea);}return _0x56e318;}export async function createUser(_0x20f898){const _0x26e1bd={_0x5d5db7:0x182,_0x161ac8:0x161,_0x4b2070:0x1dd,_0x1d8b12:0x17f,_0x4b36ec:0x1d3,_0x30ccf8:0x118,_0x3256d3:0x17e,_0x3fcd46:0x12c,_0x540e3d:0x161,_0x4b2e96:0x194,_0x58e209:0x1a2,_0x3a183e:0x1b6,_0x10f888:0x135,_0xb11e2:0x17d,_0x3a0e3e:0x144,_0x10a7c0:0x195,_0x112ff7:0x197,_0x450bf8:0x1ea,_0xe4580c:0x1e6,_0x43fb8f:0x19f,_0x1ffbd3:0x19c,_0x1af0f5:0x1e3,_0x265727:0x1de,_0x57d2e0:0x21f,_0x123475:0x1d5,_0x31e14e:0x1cf,_0x52f8f6:0x222,_0x2bc9ff:0x1eb,_0x48b251:0x1cc,_0x33fdd0:0x164,_0x51830d:0x1b0,_0x313a82:0x196,_0x56c154:0x15f,_0x565c36:0xf0,_0x5c40e9:0x114,_0x1eac12:0x16b,_0x555a62:0x209,_0x153aa1:0x1b1,_0x219446:0x1ed,_0xcda6cd:0x139,_0x314fe9:0x16c,_0x3ea33d:0x18a,_0x4fac32:0x182,_0x5b917d:0x181,_0x482254:0xed,_0x3d499d:0x143,_0x4e6de8:0x10e,_0x4ce3f0:0x1bf,_0x55eba0:0x185,_0x7f4eb:0x179,_0x1be3cb:0x1b1,_0x4b1ce0:0x1a0,_0x21c0b3:0x1e8,_0x430d4b:0x1d7,_0x49888c:0xc3,_0x54fac1:0x20f,_0x3a6e8c:0x1fa,_0x414095:0x1e2,_0x158498:0x1c5,_0x59ed80:0x1b9,_0x1d087e:0x188,_0x550e75:0x179,_0x550e1f:0x133,_0x511889:0x1e8,_0x3b2b05:0x12b,_0x52c8b3:0x154,_0x31b55d:0x1aa,_0x69fe36:0x1a6,_0x20e440:0x18f,_0x4e1f44:0x12d,_0x1a6e5d:0x230,_0x3183b0:0x1f0,_0x481368:0x1c5,_0x4c0e1f:0x13c,_0x1b369b:0x17f,_0x279bdc:0x207,_0x2dc0d1:0x23a,_0x25d9d5:0x216,_0x50f937:0x1f7,_0x29a877:0x210,_0x43623b:0x210,_0x19df89:0x1cd,_0x4fe133:0x1f7,_0x195a01:0x16e,_0x2ddfa9:0x16e,_0x5340e4:0x156,_0x33f4a2:0x15c,_0x485120:0x177,_0x3de48e:0x178,_0x8d4b84:0x12b,_0xde233d:0x134,_0x30937b:0x154,_0x430c1b:0x10f,_0x10021f:0x1a3,_0x3b4adb:0x1be,_0x3aa3e8:0x196,_0x49f748:0x1c4,_0x565b5c:0x1a7,_0x224859:0x229,_0x35c0d0:0x1d6,_0x130763:0x1c9,_0x1765c5:0x198,_0x1f9ceb:0x1c3,_0x3b3854:0x18f,_0x4ff4d7:0x10a,_0x141017:0x13c,_0x1feb55:0x1b5,_0x5cdefa:0x1da,_0x278417:0x213,_0x407be8:0x1f6,_0x2af30f:0x189,_0x321c34:0x149,_0x4e9cb1:0x136,_0xed6397:0xfe,_0x3b4417:0x170,_0x19ddc1:0x120,_0x45b7d:0x12a,_0x274644:0x1c0,_0x57ec22:0x15e,_0x5d0388:0x14a,_0x34b763:0x220,_0x13b43e:0xda,_0x252924:0x145,_0x3603bf:0x1b5,_0x287f02:0x23c,_0x4e6841:0x204,_0x4924c1:0x17a,_0x3f080f:0x1c7,_0x4a3e88:0x1b2,_0x151394:0x1ef,_0x11afbd:0x196,_0x477353:0x110,_0x5a57cb:0x152,_0x318a9e:0x13a,_0x1519a4:0x1a9,_0x2ffdec:0x1ae,_0xac3e6:0x169,_0x891575:0x1b1,_0x28a6a5:0x111,_0x398aa4:0x129,_0x431fdb:0x17c,_0x5edd23:0x13e,_0x11be39:0x188,_0x44d0c3:0x162,_0x239432:0x17b,_0x4737bf:0x198,_0x2da803:0x1d8,_0x57b522:0x1c0,_0x275e4c:0x135,_0x5b3d81:0x1ac,_0x7b9fe1:0x128,_0x182118:0x10b,_0x1ce9ec:0x184,_0x3832db:0x175,_0x27376f:0x1db,_0x308eef:0x13a,_0x34ea3b:0x1aa,_0x59e226:0x180,_0x1c881d:0x136,_0x5f10a1:0x1ba,_0x350b47:0x1c7,_0x2bbec2:0x1de,_0x2f46fb:0xf5,_0x419d44:0x121,_0x1f6916:0x115},_0x503ba6={_0x4fe3d0:0x1b8},_0x5441ab={_0x1b4338:0x1d1,_0x575568:0x262},_0x161dc3={'gAyWJ':_0x12aff8(_0x26e1bd._0x5d5db7,0x182,0x161,_0x26e1bd._0x161ac8)+_0x12aff8(_0x26e1bd._0x4b2070,0x1ce,_0x26e1bd._0x1d8b12,_0x26e1bd._0x4b36ec)+'ver\x20Admin\x20'+_0x576e08(0x169,0x12d,_0x26e1bd._0x30ccf8,0x132),'Vhvzt':_0x12aff8(0x153,_0x26e1bd._0x3256d3,_0x26e1bd._0x3fcd46,0x160)+_0x12aff8(0x149,_0x26e1bd._0x1d8b12,_0x26e1bd._0x540e3d,_0x26e1bd._0x4b2e96)+_0x12aff8(0x216,0x1cb,_0x26e1bd._0x58e209,0x1eb),'JraCs':function(_0x5c13f3,_0x3d2f58){return _0x5c13f3(_0x3d2f58);},'iJdar':function(_0x31c02e,_0x63cf0c){return _0x31c02e===_0x63cf0c;},'PpLJm':function(_0xcc1cee,_0x24cdcc){return _0xcc1cee===_0x24cdcc;},'Sqopm':function(_0x7d2cf4,_0x34f32b){return _0x7d2cf4(_0x34f32b);},'EvwIJ':_0x12aff8(0x1dc,0x1ea,_0x26e1bd._0x3a183e,0x1c2),'FvaMX':_0x576e08(_0x26e1bd._0x10f888,_0x26e1bd._0xb11e2,_0x26e1bd._0x3a0e3e,0x18f)+_0x12aff8(_0x26e1bd._0x10a7c0,0x1be,0x1b1,_0x26e1bd._0x112ff7),'RjrDr':function(_0x3c22ec){return _0x3c22ec();},'jCIwR':'Server\x20Adm'+'in','DQvke':function(_0x4fd8a4,_0x3346d1){return _0x4fd8a4(_0x3346d1);},'dYHBS':_0x12aff8(_0x26e1bd._0x450bf8,_0x26e1bd._0xe4580c,_0x26e1bd._0x43fb8f,0x1a2),'spWwf':'auto-promo'+_0x576e08(_0x26e1bd._0x1ffbd3,_0x26e1bd._0x1af0f5,0x199,_0x26e1bd._0x265727),'EkMEn':_0x12aff8(_0x26e1bd._0x57d2e0,_0x26e1bd._0x123475,_0x26e1bd._0x31e14e,0x201)+'r','OpCxS':_0x12aff8(_0x26e1bd._0x52f8f6,_0x26e1bd._0x1ffbd3,_0x26e1bd._0x2bc9ff,_0x26e1bd._0x48b251)+_0x12aff8(0x12d,0x17d,_0x26e1bd._0x33fdd0,_0x26e1bd._0x1d8b12)+_0x576e08(_0x26e1bd._0x51830d,0x1a3,_0x26e1bd._0x313a82,_0x26e1bd._0x56c154)+'or\x20user','wTPLc':_0x576e08(_0x26e1bd._0x565c36,0x162,_0x26e1bd._0x5c40e9,0xdd),'cwSiR':'Server\x20Adm'+_0x12aff8(0x1c6,0x1a6,_0x26e1bd._0x1eac12,_0x26e1bd._0x43fb8f)+_0x12aff8(_0x26e1bd._0x555a62,_0x26e1bd._0x153aa1,_0x26e1bd._0x555a62,_0x26e1bd._0x219446)+'could\x20not\x20'+_0x12aff8(0x19b,_0x26e1bd._0xcda6cd,_0x26e1bd._0x314fe9,0x18a)+_0x12aff8(0x1c2,_0x26e1bd._0x3ea33d,_0x26e1bd._0x4fac32,_0x26e1bd._0x5b917d),'GsGRc':_0x576e08(_0x26e1bd._0x482254,_0x26e1bd._0x3d499d,_0x26e1bd._0x4e6de8,0xfd),'NIhYN':_0x12aff8(0x1b9,_0x26e1bd._0x4ce3f0,_0x26e1bd._0x55eba0,_0x26e1bd._0x7f4eb)+'in\x20binding'+_0x12aff8(_0x26e1bd._0x1be3cb,_0x26e1bd._0x4b1ce0,_0x26e1bd._0x21c0b3,_0x26e1bd._0x430d4b)+_0x576e08(0xcb,0xd4,0x106,_0x26e1bd._0x49888c)+_0x12aff8(_0x26e1bd._0x54fac1,0x1b8,0x24c,_0x26e1bd._0x3a6e8c),'ntGld':'Created\x20ne'+_0x12aff8(0x22b,0x1b2,_0x26e1bd._0x414095,0x1d8),'KKqZk':function(_0x333686,_0x29a166){return _0x333686||_0x29a166;}};function _0x576e08(_0x2a3e57,_0x2e2c39,_0x16c676,_0x16d718){return _0x28e33c(_0x2a3e57-0xf0,_0x2e2c39-_0x5441ab._0x1b4338,_0x16c676-_0x5441ab._0x575568,_0x2a3e57);}const _0x456180=await getUsers();if(!_0x20f898[_0x12aff8(_0x26e1bd._0x158498,0x141,_0x26e1bd._0x59ed80,_0x26e1bd._0x1d087e)]||!_0x20f898[_0x576e08(0x150,0xe7,0x137,0xed)]||!_0x20f898[_0x12aff8(0x139,_0x26e1bd._0x550e75,0x13a,0x167)])throw new Error('Missing\x20re'+'quired\x20fie'+_0x576e08(0x128,0xe2,0x11f,_0x26e1bd._0x550e1f)+'ame,\x20email'+',\x20name');const _0x1d60b8=_0x456180[_0x12aff8(0x203,0x196,_0x26e1bd._0x511889,0x1e4)](_0x5bc100=>_0x5bc100['username']===_0x20f898['username']);function _0x12aff8(_0x4024a1,_0x30c98f,_0x56d4bb,_0x79af05){return _0x2b8c5d(_0x79af05-0x36e,_0x30c98f-_0x503ba6._0x4fe3d0,_0x4024a1,_0x79af05-0x55);}if(_0x1d60b8)throw new Error(_0x576e08(0x17d,_0x26e1bd._0x3b2b05,_0x26e1bd._0x52c8b3,_0x26e1bd._0x31b55d)+_0x20f898[_0x576e08(0xf5,0x17b,0x129,0xe5)]+('\x27\x20already\x20'+_0x576e08(0x163,0x1db,_0x26e1bd._0x69fe36,_0x26e1bd._0x20e440)));const _0x2f0624='user_'+Date[_0x576e08(0x14d,0x165,0x186,_0x26e1bd._0x1d087e)]()+'_'+Math[_0x576e08(0x151,0x102,_0x26e1bd._0x4e1f44,0xfe)]()[_0x12aff8(0x1c6,_0x26e1bd._0x1a6e5d,0x1c4,_0x26e1bd._0x3183b0)](0x11f6+-0x187+-0x104b)[_0x12aff8(_0x26e1bd._0x481368,_0x26e1bd._0x4c0e1f,_0x26e1bd._0x1b369b,0x189)](-0x1*0x667+0x2*0xaa4+-0xedf,0xc7b+-0x20*0x101+0x13ae),_0x3ab591=_0x20f898[_0x12aff8(_0x26e1bd._0x279bdc,_0x26e1bd._0x2dc0d1,_0x26e1bd._0x25d9d5,_0x26e1bd._0x50f937)]?await _0x161dc3[_0x12aff8(0x18e,_0x26e1bd._0x29a877,0x18a,_0x26e1bd._0x4b2070)](hashPassword,_0x20f898[_0x12aff8(_0x26e1bd._0x43623b,_0x26e1bd._0x19df89,0x1a4,_0x26e1bd._0x4fe133)]):null,_0x37f666=_0x161dc3[_0x12aff8(0x1ba,0x186,0x13a,_0x26e1bd._0x195a01)](_0x456180['length'],-0xd8b*0x1+0x1cc+0xbbf*0x1)&&_0x20f898[_0x12aff8(0x191,0x160,_0x26e1bd._0x2ddfa9,0x193)+_0x576e08(0x10f,_0x26e1bd._0x5340e4,_0x26e1bd._0x33f4a2,_0x26e1bd._0x161ac8)]!==!![],_0x4f3a00=_0x161dc3[_0x12aff8(_0x26e1bd._0x485120,0x1a8,_0x26e1bd._0x3de48e,0x15f)](_0x20f898[_0x576e08(0x151,_0x26e1bd._0x8d4b84,_0x26e1bd._0xde233d,_0x26e1bd._0x30937b)+_0x576e08(0x121,_0x26e1bd._0x430c1b,_0x26e1bd._0x33f4a2,0x13a)],!![])||_0x37f666,_0x4aba2b={'id':_0x2f0624,'username':_0x20f898['username'],'email':_0x20f898[_0x12aff8(_0x26e1bd._0x10021f,_0x26e1bd._0x3b4adb,0x161,_0x26e1bd._0x3aa3e8)],'name':_0x20f898['name'],'password_hash':_0x3ab591,'created_at':new Date()[_0x12aff8(_0x26e1bd._0x49f748,_0x26e1bd._0x565b5c,_0x26e1bd._0x224859,_0x26e1bd._0x35c0d0)+'g']()};_0x456180[_0x12aff8(0x1b7,_0x26e1bd._0x4b1ce0,_0x26e1bd._0x3a6e8c,0x1ec)](_0x4aba2b),await _0x161dc3[_0x12aff8(_0x26e1bd._0x130763,_0x26e1bd._0x1765c5,0x1bd,_0x26e1bd._0x1f9ceb)](saveUsers,_0x456180);if(_0x4f3a00)try{if(_0x161dc3[_0x12aff8(0x187,0x186,0x1a1,0x15f)](_0x161dc3[_0x12aff8(0x1c4,_0x26e1bd._0x3b3854,0x1bd,_0x26e1bd._0x3b4adb)],_0x161dc3[_0x576e08(_0x26e1bd._0x4ff4d7,_0x26e1bd._0x141017,0x15f,_0x26e1bd._0x1feb55)])){const {loadRoles:_0x494928,getRoleByName:_0x25eb7c}=await import(_0x12aff8(_0x26e1bd._0x265727,0x209,0x198,0x1c6)+_0x12aff8(0x1ba,_0x26e1bd._0x5cdefa,_0x26e1bd._0x278417,_0x26e1bd._0x407be8)+'s'),{createBinding:_0x272de8}=await import(_0x161dc3[_0x576e08(0x1ad,0x153,_0x26e1bd._0x2af30f,_0x26e1bd._0x321c34)]);await _0x161dc3[_0x576e08(_0x26e1bd._0x3256d3,0xe8,_0x26e1bd._0x4e9cb1,_0x26e1bd._0xed6397)](_0x494928);const _0x51c2b3=await _0x161dc3[_0x576e08(_0x26e1bd._0x3b4417,_0x26e1bd._0x19ddc1,_0x26e1bd._0x33fdd0,_0x26e1bd._0x45b7d)](_0x25eb7c,_0x161dc3[_0x576e08(_0x26e1bd._0x274644,_0x26e1bd._0x57ec22,0x172,0x170)]);if(_0x51c2b3){await _0x161dc3[_0x576e08(0x101,_0x26e1bd._0x5d0388,0x14d,_0x26e1bd._0x5d0388)](_0x272de8,{'subject_type':_0x12aff8(_0x26e1bd._0x34b763,0x22f,0x22c,0x1fa),'subject_id':_0x2f0624,'role_id':_0x51c2b3['id'],'resource_type':_0x161dc3[_0x576e08(0x167,_0x26e1bd._0x13b43e,0x125,_0x26e1bd._0x252924)],'created_by':_0x37f666?_0x161dc3[_0x12aff8(0x20d,0x201,0x235,0x1e1)]:_0x161dc3[_0x12aff8(0x1c1,_0x26e1bd._0x69fe36,0x1bb,_0x26e1bd._0x3603bf)]});const _0x4ea632={};_0x4ea632[_0x12aff8(0x1eb,0x1f6,0x1e1,0x1b1)]=_0x2f0624,_0x4ea632[_0x12aff8(_0x26e1bd._0x287f02,0x21d,0x208,_0x26e1bd._0x4e6841)+_0x12aff8(_0x26e1bd._0x4924c1,0x1f7,0x1f3,_0x26e1bd._0x3f080f)+'r']=_0x37f666,logger[_0x12aff8(_0x26e1bd._0x4a3e88,0x22d,0x1b5,0x1e9)](_0x161dc3[_0x12aff8(0x15f,0x1ec,0x1a7,_0x26e1bd._0x565b5c)],_0x4ea632);}else{if(_0x161dc3[_0x12aff8(0x1a4,0x1e0,0x239,_0x26e1bd._0x151394)]===_0x161dc3['wTPLc']){const _0x23d7f7={};_0x23d7f7[_0x576e08(_0x26e1bd._0x11afbd,_0x26e1bd._0x477353,_0x26e1bd._0x5a57cb,_0x26e1bd._0x318a9e)]=_0x2f0624,logger['warn'](_0x161dc3['cwSiR'],_0x23d7f7);}else{const _0x5cd7e5={};_0x5cd7e5[_0x12aff8(_0x26e1bd._0x1519a4,_0x26e1bd._0x2ffdec,_0x26e1bd._0xac3e6,_0x26e1bd._0x891575)]=_0x2c35a3,_0x5cd7e5['error']=_0x1075cf['message'],_0x5570c1[_0x576e08(0x11a,_0x26e1bd._0x28a6a5,0x116,0x10b)](_0x161dc3[_0x576e08(0x18a,_0x26e1bd._0x398aa4,_0x26e1bd._0x431fdb,0x130)],_0x5cd7e5);}}}else{const _0x1ad694={};return _0x1ad694[_0x12aff8(0x17d,0x168,_0x26e1bd._0x5edd23,_0x26e1bd._0x11be39)]=_0x599fbf,_0x44230c[_0x12aff8(_0x26e1bd._0x4b36ec,0x190,0x1a1,0x1c1)](_0x161dc3[_0x576e08(_0x26e1bd._0x44d0c3,_0x26e1bd._0x239432,0x175,_0x26e1bd._0x4737bf)],_0x1ad694),null;}}catch(_0x2344ba){if(_0x2344ba[_0x576e08(0x1aa,0x1a8,0x17b,0x156)]===_0x161dc3[_0x12aff8(_0x26e1bd._0x2da803,_0x26e1bd._0x57b522,0x1cf,0x1cf)]){const _0x525c6c={};_0x525c6c[_0x576e08(_0x26e1bd._0x275e4c,0x19d,0x152,0x164)]=_0x2f0624,logger[_0x576e08(0x1a2,0x1a4,_0x26e1bd._0x44d0c3,_0x26e1bd._0x5b3d81)](_0x161dc3[_0x576e08(_0x26e1bd._0x7b9fe1,0xba,_0x26e1bd._0x182118,0x11b)],_0x525c6c);}else{const _0xaba454={};_0xaba454['userId']=_0x2f0624,_0xaba454[_0x576e08(0x138,0x13e,0x116,_0x26e1bd._0xed6397)]=_0x2344ba[_0x576e08(0x111,0x186,0x13a,0x109)],logger[_0x12aff8(0x170,0x170,_0x26e1bd._0x1ce9ec,_0x26e1bd._0x3832db)](_0x161dc3[_0x12aff8(0x199,0x231,_0x26e1bd._0x1feb55,_0x26e1bd._0x27376f)],_0xaba454);}}const _0x1b4906={};_0x1b4906['userId']=_0x4aba2b['id'],_0x1b4906['username']=_0x4aba2b['username'],_0x1b4906[_0x12aff8(_0x26e1bd._0x5a57cb,_0x26e1bd._0x308eef,_0x26e1bd._0x34ea3b,_0x26e1bd._0x59e226)+'d']=!!_0x3ab591,_0x1b4906[_0x576e08(0xed,_0x26e1bd._0x1c881d,0x134,0xe6)+'min']=_0x4f3a00,_0x1b4906['autoPromot'+_0x12aff8(0x193,_0x26e1bd._0x5f10a1,0x18d,_0x26e1bd._0x350b47)+'r']=_0x37f666,logger[_0x576e08(0x1d9,_0x26e1bd._0x2bbec2,_0x26e1bd._0x3ea33d,_0x26e1bd._0x58e209)](_0x161dc3[_0x12aff8(_0x26e1bd._0x31e14e,0x1c2,0x130,0x17c)],_0x1b4906);const {password_hash:_0x19e88b,..._0x5ea986}=_0x4aba2b;return{..._0x5ea986,'isServerAdmin':_0x161dc3[_0x576e08(_0x26e1bd._0x2f46fb,_0x26e1bd._0x419d44,_0x26e1bd._0x1f6916,0xd3)](_0x4f3a00,undefined)};}function _0x5d60(_0x53ac8f,_0x4c05b4){_0x53ac8f=_0x53ac8f-(0x1eec+-0x26*-0xec+0x3*-0x159e);const _0x399913=_0x21d6();let _0x3e109e=_0x399913[_0x53ac8f];if(_0x5d60['PazGCK']===undefined){var _0x564c4d=function(_0x907585){const _0x1888b6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x318866='',_0x3c6b8a='';for(let _0x2a568a=0x193b+-0x2590+0x11f*0xb,_0x185bd7,_0x3e6c1d,_0x44753b=-0x1465+0x20*0xad+0x69*-0x3;_0x3e6c1d=_0x907585['charAt'](_0x44753b++);~_0x3e6c1d&&(_0x185bd7=_0x2a568a%(-0x2*-0x1325+0xb8*0x6+-0x1da*0x17)?_0x185bd7*(0x651+-0xe*-0x20a+0x1*-0x229d)+_0x3e6c1d:_0x3e6c1d,_0x2a568a++%(0x147b+0x3b9*-0x2+-0xd05))?_0x318866+=String['fromCharCode'](-0x2393*-0x1+-0x225a+-0x1d*0x2&_0x185bd7>>(-(0x20b4+-0x670*-0x4+-0x3a72)*_0x2a568a&0xbe0+-0xb3+0x5*-0x23b)):-0x2*0xe15+-0x7d4+0x10f*0x22){_0x3e6c1d=_0x1888b6['indexOf'](_0x3e6c1d);}for(let _0x5c98e7=-0x21*-0x29+0x1c93+-0x21dc,_0x93315b=_0x318866['length'];_0x5c98e7<_0x93315b;_0x5c98e7++){_0x3c6b8a+='%'+('00'+_0x318866['charCodeAt'](_0x5c98e7)['toString'](-0x1af*0x5+0x2*0x1001+0x1*-0x1787))['slice'](-(-0x1564*-0x1+0x1ee1+-0x3443));}return decodeURIComponent(_0x3c6b8a);};_0x5d60['hUMYLO']=_0x564c4d,_0x5d60['rNmHct']={},_0x5d60['PazGCK']=!![];}const _0x41a034=_0x399913[0x20e6*0x1+-0xa49+0x169d*-0x1],_0x471ec1=_0x53ac8f+_0x41a034,_0x4e191d=_0x5d60['rNmHct'][_0x471ec1];return!_0x4e191d?(_0x3e109e=_0x5d60['hUMYLO'](_0x3e109e),_0x5d60['rNmHct'][_0x471ec1]=_0x3e109e):_0x3e109e=_0x4e191d,_0x3e109e;}export async function updateUser(_0x4fa552,_0x1d1aa5){const _0xeef572={_0x1bfd17:0x101,_0x35289f:0x12a,_0x29e4e6:0x239,_0x4bfe26:0x73,_0x2e9c6f:0x86,_0x215186:0x1e8,_0x2bc484:0x225,_0x359b14:0x1ea,_0x192580:0x215,_0x44fa33:0x1f4,_0x105440:0x1de,_0xf645b7:0x275,_0x590c9d:0x21d,_0x595d9d:0x1df,_0x401c26:0x1e4,_0x182aac:0x1db,_0x428ab0:0x1a3,_0x1d4778:0x100,_0x447089:0xb4,_0x154d90:0xd5,_0x114bf8:0xae,_0x17eb44:0x260,_0x552687:0x237,_0x10f74c:0x1e7,_0x34851b:0x230,_0xd7c072:0xfe,_0x432925:0xfc,_0x5d53de:0xba,_0x20f053:0xf9,_0x4b1f67:0x283,_0x294f77:0x26e,_0x19fbb4:0x25f,_0x34252d:0x237,_0x284a07:0x21d,_0x6f35a1:0x11c,_0x3b299e:0xc8,_0x19b4f0:0x11a,_0x5ed270:0x1e0,_0x2f2379:0x209,_0x295ae7:0x229,_0x819aa5:0x250,_0x26151f:0xfe,_0x59d65e:0xeb,_0x20573d:0xcb,_0x27b82a:0xbf,_0x16842b:0x12f,_0x4ca7aa:0x20a,_0x401bff:0x1eb,_0x59462c:0x20e,_0x14c365:0x224,_0x303c54:0x210,_0x1fec88:0x1f4,_0x4ce4e3:0x76,_0x48099e:0xb2,_0x1f8bf2:0x24f,_0x33c758:0x213,_0x4d9999:0x1f1,_0x546057:0xe2,_0x3f72fc:0x90,_0x4bf483:0x93,_0x509902:0x1be,_0x3acabe:0x1ba,_0xe6a778:0x120,_0x5a3630:0x117,_0x436802:0xf8,_0x2d3378:0x97,_0x58c332:0x8b,_0x37f9cb:0x93,_0x2279c5:0x6a,_0x4fc28b:0x231,_0xf40506:0x241,_0xdf391d:0x24d,_0x6a1b64:0x276,_0x196b9b:0x19a,_0x43d6dd:0x1e9,_0x25d95c:0x1f3,_0x4bd6e9:0x69,_0x5da0bb:0x78,_0x2fd225:0x8e,_0xde2aa3:0xc6,_0xc5715d:0x27c,_0x2cf3c7:0x27a,_0x316346:0x1b7,_0x4f56e2:0x234,_0x12c164:0x21b},_0x251663={_0x921d07:0x12a,_0x1a3614:0x189},_0x8947aa={_0x5a6315:0xcc,_0x5ea951:0x60};function _0x35477a(_0x1143f5,_0x4c68ca,_0x41ab2d,_0x538062){return _0x28e33c(_0x1143f5-_0x8947aa._0x5a6315,_0x4c68ca-0x1e8,_0x538062-_0x8947aa._0x5ea951,_0x4c68ca);}const _0x2ee6e6={'uyedO':_0x35477a(-0x12b,-_0xeef572._0x1bfd17,-_0xeef572._0x35289f,-0x101)+'ound\x20for\x20d'+'eletion','mIuWs':function(_0xc10b09,_0x41a3b7){return _0xc10b09===_0x41a3b7;},'NcKni':function(_0x54babf,_0x2dd17c){return _0x54babf!==_0x2dd17c;},'FUoYQ':_0x4e2d09(-_0xeef572._0x29e4e6,-0x1e7,-0x217,-0x269),'SGCMg':_0x35477a(-0xb2,-_0xeef572._0x4bfe26,-_0xeef572._0x2e9c6f,-0xb8),'KAQWi':function(_0x1e4179,_0x37c999){return _0x1e4179!==_0x37c999;},'wDzVI':function(_0x5c3997,_0x336d8e){return _0x5c3997!==_0x336d8e;},'SEsXe':function(_0x42c9c7,_0x33bf85){return _0x42c9c7(_0x33bf85);}},_0x3fcb40=await getUsers(),_0x2e6d80=_0x3fcb40[_0x4e2d09(-_0xeef572._0x215186,-0x21c,-_0xeef572._0x2bc484,-_0xeef572._0x359b14)](_0x313e03=>_0x313e03['id']===_0x4fa552);if(_0x2ee6e6['mIuWs'](_0x2e6d80,-(0x9*0x3af+0xe1e+-0x113*0x2c)))throw new Error(_0x4e2d09(-0x213,-0x239,-0x25f,-0x29e)+'ound:\x20'+_0x4fa552);const _0x1d1427=_0x3fcb40[_0x2e6d80];if(_0x1d1aa5[_0x4e2d09(-_0xeef572._0x192580,-_0xeef572._0x44fa33,-0x237,-0x21e)]&&_0x2ee6e6['NcKni'](_0x1d1aa5[_0x4e2d09(-0x282,-0x20a,-0x237,-0x222)],_0x1d1427['username'])){if(_0x2ee6e6[_0x4e2d09(-0x196,-0x1fd,-0x1cc,-0x1b6)](_0x2ee6e6[_0x4e2d09(-_0xeef572._0x105440,-0x210,-0x222,-0x22f)],_0x2ee6e6[_0x4e2d09(-_0xeef572._0xf645b7,-_0xeef572._0x590c9d,-0x223,-_0xeef572._0x595d9d)])){const _0x5f203f=_0x3fcb40[_0x4e2d09(-_0xeef572._0x401c26,-0x188,-_0xeef572._0x182aac,-_0xeef572._0x428ab0)](_0x54cccf=>_0x54cccf[_0x4e2d09(-0x25b,-0x259,-0x237,-0x1f7)]===_0x1d1aa5[_0x4e2d09(-0x22f,-0x261,-0x237,-0x20a)]);if(_0x5f203f)throw new Error(_0x35477a(-_0xeef572._0x1d4778,-_0xeef572._0x447089,-_0xeef572._0x154d90,-_0xeef572._0x114bf8)+_0x1d1aa5[_0x4e2d09(-_0xeef572._0x17eb44,-0x26c,-_0xeef572._0x552687,-0x1fe)]+('\x27\x20already\x20'+'exists'));}else{const _0x4aedda={};return _0x4aedda['userId']=_0x4c05b4,_0x53ac8f[_0x4e2d09(-0x249,-_0xeef572._0x10f74c,-0x1fe,-_0xeef572._0x34851b)](_0x2ee6e6[_0x35477a(-_0xeef572._0xd7c072,-_0xeef572._0x432925,-_0xeef572._0x5d53de,-_0xeef572._0x20f053)],_0x4aedda),![];}}if(_0x1d1aa5[_0x4e2d09(-_0xeef572._0x4b1f67,-0x242,-_0xeef572._0x552687,-_0xeef572._0x294f77)])_0x1d1427['username']=_0x1d1aa5[_0x4e2d09(-_0xeef572._0x19fbb4,-0x256,-_0xeef572._0x34252d,-_0xeef572._0x284a07)];if(_0x1d1aa5[_0x35477a(-_0xeef572._0x6f35a1,-_0xeef572._0x3b299e,-_0xeef572._0x19b4f0,-0xcb)])_0x1d1427[_0x4e2d09(-_0xeef572._0x5ed270,-_0xeef572._0x2f2379,-_0xeef572._0x295ae7,-_0xeef572._0x819aa5)]=_0x1d1aa5[_0x35477a(-_0xeef572._0x26151f,-_0xeef572._0x59d65e,-0x89,-_0xeef572._0x20573d)];if(_0x1d1aa5[_0x35477a(-_0xeef572._0x27b82a,-_0xeef572._0x16842b,-0x117,-0xfa)])_0x1d1427['name']=_0x1d1aa5['name'];if(_0x2ee6e6['KAQWi'](_0x1d1aa5[_0x4e2d09(-_0xeef572._0x4ca7aa,-_0xeef572._0x401bff,-0x1df,-0x1ba)+'me'],undefined))_0x1d1427['ssh_userna'+'me']=_0x1d1aa5[_0x4e2d09(-_0xeef572._0x59462c,-0x1b2,-0x1df,-_0xeef572._0x14c365)+'me'];if(_0x2ee6e6[_0x35477a(-0xfd,-0x75,-0xaf,-0xbb)](_0x1d1aa5[_0x4e2d09(-0x242,-_0xeef572._0x284a07,-_0xeef572._0x303c54,-_0xeef572._0x1fec88)],undefined))_0x1d1427[_0x35477a(-_0xeef572._0x4ce4e3,-0xbd,-0xa7,-_0xeef572._0x48099e)]=_0x1d1aa5[_0x4e2d09(-0x1d7,-_0xeef572._0x1f8bf2,-0x210,-0x22e)];_0x1d1aa5['preference'+'s']&&(_0x1d1427[_0x4e2d09(-0x19c,-_0xeef572._0x33c758,-_0xeef572._0x4d9999,-0x1bf)+'s']={..._0x1d1427[_0x35477a(-_0xeef572._0x546057,-0x84,-_0xeef572._0x3f72fc,-_0xeef572._0x4bf483)+'s']||{},..._0x1d1aa5[_0x4e2d09(-0x1f3,-_0xeef572._0x509902,-0x1f1,-_0xeef572._0x5ed270)+'s']});function _0x4e2d09(_0x4627da,_0x27e09b,_0x4e212d,_0x591768){return _0x2b8c5d(_0x4e212d- -0x51,_0x27e09b-_0x251663._0x921d07,_0x27e09b,_0x591768-_0x251663._0x1a3614);}_0x1d1aa5[_0x4e2d09(-_0xeef572._0x3acabe,-0x17e,-0x1c8,-0x19d)]&&(_0x1d1427[_0x35477a(-_0xeef572._0xe6a778,-0xef,-_0xeef572._0x5a3630,-_0xeef572._0x436802)+_0x35477a(-0xaf,-_0xeef572._0x2d3378,-_0xeef572._0x58c332,-0xbc)]=await _0x2ee6e6['SEsXe'](hashPassword,_0x1d1aa5[_0x35477a(-_0xeef572._0x37f9cb,-0x80,-0x25,-_0xeef572._0x2279c5)]));_0x1d1427[_0x4e2d09(-_0xeef572._0x4fc28b,-_0xeef572._0xf40506,-_0xeef572._0xdf391d,-_0xeef572._0x6a1b64)]=new Date()[_0x4e2d09(-_0xeef572._0x196b9b,-0x1d5,-_0xeef572._0x43d6dd,-_0xeef572._0x25d95c)+'g'](),await _0x2ee6e6['SEsXe'](saveUsers,_0x3fcb40),logger[_0x35477a(-_0xeef572._0x4bd6e9,-0x2e,-0x42,-_0xeef572._0x5da0bb)](_0x35477a(-_0xeef572._0x2fd225,-_0xeef572._0xde2aa3,-0x72,-0x8c)+'er',{'userId':_0x1d1427['id'],'username':_0x1d1427['username'],'updatedFields':Object[_0x4e2d09(-_0xeef572._0xc5715d,-_0xeef572._0x2cf3c7,-0x22d,-0x217)](_0x1d1aa5)[_0x4e2d09(-_0xeef572._0x316346,-_0xeef572._0x4f56e2,-0x1ef,-_0xeef572._0x12c164)](',\x20')});const {password_hash:_0xbc80bd,..._0x3bfe0c}=_0x1d1427;return _0x3bfe0c;}function _0x28e33c(_0x7f0430,_0xa23624,_0x3c4b93,_0x43f4c5){return _0x5d60(_0x3c4b93- -0x280,_0x43f4c5);}export async function deleteUser(_0x2a53f8){const _0x245832={_0x281319:0x4ad,_0x75a7ef:0x4ec,_0x195065:0x4d2,_0x17b3f6:0x4ab,_0x7064c9:0x4f2,_0xb437bd:0x503,_0x5b4874:0x4f5,_0x499d6b:0x461,_0x35aaf7:0x4a9,_0x46acfe:0x471,_0x5b0c51:0x4a9,_0x513e0c:0x488,_0x52bf75:0x499,_0x25f2b5:0x45a,_0x5a7b60:0x453,_0x5c2a54:0x4ad,_0x20fd35:0x48a,_0x1368c9:0x4b0},_0x2bbb6e={_0x585fcc:0x1d2,_0x22f931:0x56};function _0x4d4864(_0x32cf5c,_0x406251,_0x2c1e94,_0x525993){return _0x28e33c(_0x32cf5c-_0x2bbb6e._0x585fcc,_0x406251-_0x2bbb6e._0x22f931,_0x525993-0x5c1,_0x32cf5c);}function _0x2f2abe(_0x49d4ce,_0x4c5f48,_0x5a2009,_0x362e47){return _0x28e33c(_0x49d4ce-0x1db,_0x4c5f48-0x32,_0x49d4ce-0x571,_0x4c5f48);}const _0xb04e48={};_0xb04e48['ocYaf']=function(_0xe5e7d,_0x3be9e8){return _0xe5e7d===_0x3be9e8;},_0xb04e48[_0x2f2abe(_0x245832._0x281319,0x4d6,0x4a2,_0x245832._0x75a7ef)]=_0x4d4864(_0x245832._0x195065,0x4b2,0x4ac,0x4c9)+'er';const _0x52191f=_0xb04e48,_0x18b9e2=await getUsers(),_0x2c6e34=_0x18b9e2['findIndex'](_0x10f505=>_0x10f505['id']===_0x2a53f8);if(_0x52191f['ocYaf'](_0x2c6e34,-(0x10*0x196+-0xac7+-0xe98))){const _0x1f7938={};return _0x1f7938['userId']=_0x2a53f8,logger[_0x2f2abe(0x471,0x42e,0x47d,0x434)]('User\x20not\x20f'+_0x4d4864(0x4b5,0x513,_0x245832._0x17b3f6,0x4f1)+_0x4d4864(_0x245832._0x7064c9,_0x245832._0xb437bd,_0x245832._0x5b4874,0x4ba),_0x1f7938),![];}const _0x4f10cd=_0x18b9e2[_0x2c6e34];_0x18b9e2['splice'](_0x2c6e34,0x24e4*-0x1+0x167*0x12+0xba7),await saveUsers(_0x18b9e2);const _0x5baa1e={};return _0x5baa1e[_0x2f2abe(_0x245832._0x499d6b,0x447,0x449,_0x245832._0x35aaf7)]=_0x4f10cd['id'],_0x5baa1e[_0x4d4864(0x4ac,_0x245832._0x46acfe,0x460,0x488)]=_0x4f10cd[_0x4d4864(_0x245832._0x5b0c51,0x44f,0x480,_0x245832._0x513e0c)],logger[_0x2f2abe(_0x245832._0x52bf75,_0x245832._0x25f2b5,_0x245832._0x5a7b60,0x4d7)](_0x52191f[_0x2f2abe(_0x245832._0x5c2a54,0x4d8,_0x245832._0x20fd35,_0x245832._0x1368c9)],_0x5baa1e),!![];}export async function setUserPassword(_0x5ef6dc,_0x479d46){const _0x565584={_0xf372ae:0x172,_0x365429:0x1e6,_0x2fab9f:0x3b9,_0x3db0d0:0x36f,_0x13dd6c:0x32b,_0x2136a5:0x339,_0x10810e:0x2e7,_0x52cf7d:0x2e9,_0x150c38:0x331,_0x1294e6:0x333,_0x1e1ac5:0x1bd,_0x2011a7:0x1f4,_0x1dfd03:0x1d2,_0x10b42f:0x210,_0x4392f6:0x3a6,_0x4d0627:0x35f,_0x46fdcb:0x33d,_0x400c48:0x33a,_0x2dad3a:0x33f,_0xc4a1c2:0x2c7,_0x130f00:0x332,_0x35a9c6:0x174,_0x4b0754:0x123},_0x2f74a6={_0x5e1038:0x4f7},_0x465828={_0x220a30:0x1ad,_0x46524c:0x2b1},_0x4dd1e5={'lswnc':function(_0x1bbbbe,_0x5a934b){return _0x1bbbbe===_0x5a934b;},'snWse':function(_0x3890ee,_0x532c05){return _0x3890ee(_0x532c05);},'FAJSW':_0x4a2615(0x1bb,_0x565584._0xf372ae,0x169,_0x565584._0x365429)+_0x5262b3(0x33c,_0x565584._0x2fab9f,0x38c,0x374)+'r'};function _0x4a2615(_0x4f9e07,_0x43157e,_0x8883d7,_0x1b75e7){return _0x28e33c(_0x4f9e07-_0x465828._0x220a30,_0x43157e-0x1f1,_0x4f9e07-_0x465828._0x46524c,_0x43157e);}const _0x11e994=await getUsers(),_0x45e8b0=_0x11e994['findIndex'](_0x7432=>_0x7432['id']===_0x5ef6dc);if(_0x4dd1e5[_0x5262b3(_0x565584._0x3db0d0,_0x565584._0x13dd6c,_0x565584._0x2136a5,0x365)](_0x45e8b0,-(0x11*-0x46+-0xa13*-0x2+0x1*-0xf7f)))throw new Error(_0x5262b3(0x312,_0x565584._0x10810e,_0x565584._0x52cf7d,_0x565584._0x150c38)+'ound:\x20'+_0x5ef6dc);const _0x5871a6=_0x11e994[_0x45e8b0];_0x5871a6[_0x5262b3(0x341,0x33f,0x2f2,_0x565584._0x1294e6)+'ash']=await _0x4dd1e5[_0x4a2615(_0x565584._0x1e1ac5,_0x565584._0x2011a7,_0x565584._0x1dfd03,_0x565584._0x10b42f)](hashPassword,_0x479d46),_0x5871a6['updated_at']=new Date()[_0x5262b3(_0x565584._0x4392f6,0x390,_0x565584._0x4d0627,0x314)+'g'](),await _0x4dd1e5[_0x5262b3(0x383,_0x565584._0x46fdcb,0x356,_0x565584._0x400c48)](saveUsers,_0x11e994);const _0x1c25b5={};function _0x5262b3(_0x48fdf1,_0x51e4b6,_0x112863,_0x5af97d){return _0x2b8c5d(_0x112863-_0x2f74a6._0x5e1038,_0x51e4b6-0xa5,_0x5af97d,_0x5af97d-0xc9);}_0x1c25b5[_0x5262b3(_0x565584._0x2dad3a,0x37a,0x33a,_0x565584._0x2dad3a)]=_0x5871a6['id'],_0x1c25b5[_0x5262b3(_0x565584._0x2136a5,0x2e9,0x311,0x305)]=_0x5871a6[_0x5262b3(0x2ca,_0x565584._0xc4a1c2,0x311,_0x565584._0x130f00)],logger['info'](_0x4dd1e5[_0x4a2615(0x16a,_0x565584._0x35a9c6,_0x565584._0x4b0754,0x1b2)],_0x1c25b5);const {password_hash:_0x24e571,..._0x119069}=_0x5871a6;return _0x119069;}